@font-face {
    font-family: "Muller";
    src: url("../fonts/MullerLight.woff2") format(woff2), url("../fonts/MullerLight.woff") format(woff);
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Muller";
    src: url("../fonts/MullerRegular.woff2") format(woff2), url("../fonts/MullerRegular.woff") format(woff);
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Muller";
    src: url("../fonts/MullerMedium.woff2") format(woff2), url("../fonts/MullerMedium.woff") format(woff);
    font-weight: 500;
    font-style: normal;
    font-display: swap;
} /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
main {
    display: block;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
    
    color: #333;
    font-family: 'Open Sans', sans-serif;
    outline: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -webkit-appearance: none
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details {
    display: block;
}
summary {
    display: list-item;
}
template {
    display: none;
}
[hidden] {
    display: none;
}
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
*,
*::after,
*::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
ul[class],
ol[class] {
    padding: 0;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
    margin: 0;
}
ul[class] {
    list-style: none;
}
img {
    max-width: 100%;
    display: block;
}
input,
button,
textarea,
select {
    font: inherit;
}
a {
    text-decoration: none;
    color: inherit;
}
.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
html,
body {
    height: 100%;
/* display: -webkit-box;
display: -ms-flexbox;
display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; */
    margin: 0;
    scroll-behavior: smooth;
    font-family: "Muller";
    font-size: 1.8rem;
    line-height: normal;
    color: #474747;
    font-weight: 300;
}
html {
    font-size: 10px;
}
body > * {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.footer {
    margin-top: auto;
}
button {
    cursor: pointer;
}
.container {
    max-width: 117rem;
    margin: 0 auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
a {
    -webkit-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}
a:hover {
    -webkit-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}
.main {
    padding-top: 5rem;
}
.header {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    padding: 50px 0;
    background: 0 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 10;
}
.header.header-active {
    padding: 25px 0;
    -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.28);
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.28);
    background: #fff;
}
.header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4rem;
}
.menu__list li a,
.header__phone {
    font-size: 1.4rem;
    text-transform: uppercase;
}
.menu__list li a:hover,
.header__phone:hover {
    color: #cbb598;
}
.header__phone {
    position: relative;
    color: #474747;
    
    font-weight: 500;
    line-height: 14px;
    letter-spacing: .05em;
    text-transform: uppercase;    
} 

.header__phone:before {
    content: "";
    width: 14px;
    height: 14px;
    position: absolute;
    left: -24px;
    top: 50%;
    transform: translateY(-50%);
    background: url(/tpl/img/phone.svg);
    background-size: 100% 100%
}

.wa_button {
    border: 0;
    border-radius: 40px;
    background: #25d366;
    color: #fff;
    transition: all .3s ease;
    width: 130px;
    line-height: 30px;
    font-size: 1.4rem;
}

.wa_button:hover {
    background: #508b7e;
}

.wrapper {
    min-width: 290px;
    max-width: 1140px;
    margin: 0 auto;
    position: relative
}

.footer {
    padding-top: 7rem;
    padding-bottom: 6rem;
    background: #474747;
    position: relative;
}
.footer__contact {
    width: 50%;
}
.footer__contact-logo {
    display: block;
    margin-bottom: 4.5rem;
}
.footer__contact-link {
    padding-left: 9rem;
    display: block;
    margin-bottom: 4rem;
    color: #fff;
}
.footer__contact-link:hover {
    color: #cbb598;
}
.footer__contact-text {
    padding-left: 9rem;
    margin-bottom: 1rem;
    color: #cbb598;
}
.footer__map {
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}

.footer {
    background: #474747;
    position: relative
}

.footer__box {
    width: 50%;
    padding: 70px 0 60px
}

.footer__logo {
    width: 240px;
    display: block;
    margin-bottom: 45px
}

.footer__logo img {
    display: block;
    width: 100%
}

.footer__left {
    padding-left: 5rem;
}

.footer__link {
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    display: block;
    margin-bottom: 40px
}

.footer__text {
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    color: #cbb598
}

.footer__map {
    position: absolute;
    right: 0;
    width: 50%;
    height: 100%;
    top: 0
}

.map {
    width: 100%;
    height: 36rem;
}
.product-page {
    padding-top: 11rem;
    padding-bottom: 10rem;
}
.product-one__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.product-one__slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 54rem;
}
.product-slide__thumb {
    width: 12rem;
    cursor: pointer;
}
.product-slide__thumb-item {
    margin-bottom: 1.2rem;
    height: 12rem;
}
.product-slide__thumb-item img {
    margin-left: auto;
    margin-right: auto;
    height: 12rem;
    width: 100%;
}
.product-slide__big {
    width: 40rem;
    margin-left: 2rem;
}
.product-slide__big-item img {
    height: 40rem;
    margin: 0 auto;
/*     width: 100%; */
}
.product-one__content {
    width: 45rem;
    margin-left: 6rem;
}
.product__title {
    margin-bottom: 4rem;
    font-size: 3.6rem;
    font-weight: 300;
}
.product-one__content-desc {
    margin-bottom: 1rem;
    font-weight: 500;
}
.product-one__content-desc span {
    font-weight: 300;
}
.product__subtitle {
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-size: 2.4rem;
    color: #cbb598;
}
.product-one__content-info {
    margin-bottom: 1rem;
}
.product-one__content-info span {
    font-weight: 500;
}
.product-one__bottom {
    margin-top: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3rem;
}
.product-one__bottom-btn {
    padding: 1.4rem 3rem;
    text-align: center;
    font-size: 1.4rem;
    color: #cbb598;
    background-color: transparent;
    border: 1.5px solid #cbb598;
}
.product-one__bottom-btn:hover {
    background-color: #cbb598;
    color: #fff;
}
.bring {
    padding-top: 2rem;
    padding-bottom: 2rem;
    background: #cbb598;
    margin-bottom: 12rem;
}
.bring__name {
    font-size: 2.4rem;
    font-weight: 500;
    text-align: center;
    color: #fff;
}
.info {
    padding-bottom: 10rem;
}
.info-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 16rem;
    gap: 3rem;
}
.info-block__item-img {
    margin-bottom: 2rem;
}
.info-block__item-img img {
    margin-left: auto;
    margin-right: auto;
}
.info-block__item-title {
    font-size: 2.4rem;
}
.info__text, .info__text p {
    margin-bottom: 2rem;
    line-height: 3rem;
}
.card {
    padding-bottom: 12rem;
}
.card-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4rem;
}
.card-block__item {
    max-width: 58rem;
    width: 100%;
    padding: 3rem 5rem;
    border-radius: 10px;
    background: #fff;
    -webkit-box-shadow: 3px 3px 11px 0px rgba(71, 71, 71, 0.25);
    box-shadow: 3px 3px 11px 0px rgba(71, 71, 71, 0.25);
}
.card-block__item-title {
    margin-bottom: 3rem;
    font-size: 2.4rem;
    color: #cbb598;
}
.card-block__list-item {
    margin-left: 2rem;
    margin-bottom: 2rem;
    list-style: disc;
}
.equipment {
    padding-bottom: 12rem;
}
.equipment__title {
    margin-bottom: 4rem;
    font-size: 3.6rem;
}
.equipment-block {
    max-width: 100rem;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.equipment-block__info {
    width: 100rem;
}
.equipment-block__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 2.4rem;
    margin-bottom: 3rem;
}
.equipment-block__item-text {
    margin-left: 2rem;
}
.equipment-block__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.equipment-block__btn-img {
    -webkit-transform: translateY(2rem);
    -ms-transform: translateY(2rem);
    transform: translateY(2rem);
}
.equipment-block__btn-button {
    width: 21rem;
    height: 6rem;
    border-radius: 30px;
    border: 2px solid #fff;
    background: #cbb598;
    border: none;
    color: #fff;
    font-size: 2.4rem;
}
.rent {
    padding-bottom: 9rem;
}
.rent-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.rent-block__content {
    position: relative;
    z-index: 2;
}
.rent-block__content-title {
    margin-bottom: 4rem;
    max-width: 50rem;
    font-size: 3.6rem;
}
.rent-block__info {
    padding-left: 9rem;
}
.rent-block__info-text {
    max-width: 56rem;
    margin-bottom: 3rem;
    font-size: 2.4rem;
    line-height: 3rem;
    color: rgba(71, 71, 71, 0.7);
}
.rent-block__info-text.active {
    position: relative;
    color: #474747;
}
.rent-block__info-text.active:before {
    position: absolute;
    content: "";
    width: 3px;
    height: 50px;
    background: url("/tpl/img/product/product-line.jpg") no-repeat;
    top: 5px;
    left: -20px;
}
/* .rent-block__info-text:nth-child(2) {
    color: rgba(71, 71, 71, 0.7);
}
.rent-block__info-text:nth-child(3) {
    color: rgba(71, 71, 71, 0.4);
}
.rent-block__info-text:nth-child(4) {
    color: rgba(71, 71, 71, 0.1);
} */
.rent-block__img {
    width: 66rem;
    position: absolute;
    background: url("/tpl/img/product/product-img.png") no-repeat;
    right: 0;
    bottom: 20%;
    height: 40rem;
    z-index: 1;
}

.banner2 {
    padding: 45px 0 70px;
    position: relative;
    background: url(/tpl/img/banner.jpg) center center/cover no-repeat;
    text-align: center;
    margin-bottom: 150px
}

.banner2:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #cbb598;
    opacity: .8
}

.banner2__title {
    text-align: center
}

.banner2__title span {
    font-weight: 300;
    font-size: 48px;
    line-height: 48px;
    color: #fff;
    position: relative;
    padding-left: 60px
}

.banner2__title span:before {
    content: "";
    width: 43px;
    height: 45px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(/tpl/img/consult.png);
    background-size: 100% 100%
}

.banner2__text {
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    margin-top: 6px;
    margin-bottom: 30px
}

.banner2__form.flex {
    justify-content: center;
    align-items: center
}

.footer_input {
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #474747;
    background: #fff;
    padding: 0 20px;
    height: 40px;
    border: 0;
    width: 240px;
    margin-right: 30px
}

.banner2__form button {
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    color: #fff;
    background: 0 0;
    border: 1px solid #fff;
    width: 210px;
    height: 40px;
    transition: all .3s ease
}

.banner2__form button:hover {
    background: #fff;
    color: #474747
}

.thanks {
    display: none;
    padding: 20px 90px 45px !important;
    border-radius: 15px
}

.thanks__box.flex {
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.thanks__box h2 {
    margin-bottom: 40px;
    font-weight: 300;
    font-size: 36px;
    line-height: 40px;
    text-align: center;
    color: #cbb598;
    margin-top: 8px
}

.thanks__box h3 {
    font-weight: 300;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    color: #474747
}

.thanks__like {
    width: 40px;
    display: block
}

.consultation {
    padding-top: 5rem;
    padding-bottom: 4rem;
    background: url("../img/consultation.jpg") no-repeat;
    background-size: cover;
}
.consultation__title {
    position: relative;
    margin-left: 5rem;
    margin-bottom: 2rem;
    font-size: 4.8rem;
    color: #fff;
}
.consultation__title::before {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    background: url("../img/product/consultation.svg") no-repeat;
    top: 0;
    left: -50px;
}
.consultation__text {
    margin-bottom: 3rem;
    font-size: 2.4rem;
    color: #fff;
}
.consultation-form {
    max-width: 77rem;
    margin-left: auto;
    margin-bottom: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3rem;
}
.consultation-form__input {
    padding-left: 2rem;
    padding-right: 2rem;
    width: 24rem;
    height: 4rem;
    background: #fff;
    font-size: 1.4rem;
    border: none;
    color: #474747;
}
.consultation-form__input::-webkit-input-placeholder {
    font-size: 1.4rem;
    color: #cdcdcd;
}
.consultation-form__input::-moz-placeholder {
    font-size: 1.4rem;
    color: #cdcdcd;
}
.consultation-form__input:-ms-input-placeholder {
    font-size: 1.4rem;
    color: #cdcdcd;
}
.consultation-form__input::-ms-input-placeholder {
    font-size: 1.4rem;
    color: #cdcdcd;
}
.consultation-form__input::placeholder {
    font-size: 1.4rem;
    color: #cdcdcd;
}
.consultation-form__btn {
    width: 24rem;
    height: 4rem;
    padding: 0;
    text-align: center;
    border: 1.5px solid #fff;
    background-color: transparent;
    font-size: 1.4rem;
    color: #fff;
    -webkit-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}
.consultation-form__btn:hover {
    background-color: #cbb598;
    -webkit-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}
.consultation-form__text {
    max-width: 77rem;
    margin-left: auto;
    color: #fff;
}
.upsels {
/*     padding-top: 15rem; */
    padding-bottom: 10rem;
}
.upsels__title {
    margin-bottom: 4rem;
    font-size: 3.6rem;
}
.upsels-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6rem;
}
.upsels-block__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 10px;
    background: #fff;
    -webkit-box-shadow: 3px 3px 11px 0px rgba(71, 71, 71, 0.25);
    box-shadow: 3px 3px 11px 0px rgba(71, 71, 71, 0.25);
    width: 50%;
}

.upsels-block__item-img {
    width: 50%;
    padding: 2rem;
}

.upsels-block__item-img img {
    -o-object-fit: contain;
    object-fit: contain;
    margin: 0 auto;
    width: 100%;
    max-height: 400px;
}
.upsels-block__content {
    padding: 2rem;
    width: 50%;
}
.upsels-block__content .product-one__content-desc,
.upsels-block__content .product-one__content-info {
    font-size: 1.4rem;
}
.upsels-block__content-title {
    margin-bottom: 1.5rem;
    font-size: 2.4rem;
}
.upsels-block__item-btn {
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: block;
    width: 18rem;
    padding: 1.4rem 3rem;
    text-align: center;
    font-size: 1.4rem;
    color: #cbb598;
    background-color: transparent;
    border: 1.5px solid #cbb598;
    -webkit-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}
.upsels-block__item-btn:hover {
    background-color: #cbb598;
    color: #fff;
    -webkit-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}
.catalog-page {
    padding-top: 11rem;
}
.catalog__title {
    margin-bottom: 4rem;
    font-size: 3.6rem;
    font-weight: 300;
    text-align: center;
}
.catalog-category {
    margin-bottom: 5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 4rem;
    -moz-column-gap: 4rem;
    column-gap: 4rem;
    row-gap: 1rem;
}
.catalog-category__item {
    padding: 0.7rem 1rem;
    border-radius: 20px;
    border: 1px solid #cdcdcd;
}
.catalog-category__item-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}
.catalog-category__item-input {
    width: 0;
    height: 0;
}
.catalog-category__item-checkbox {
    display: block;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 1px solid #cbb598;
}
.catalog-category__item-text {
    margin-left: 1rem;
}
.catalog-category__item-input:checked + .catalog-category__item-checkbox {
    background: url("../img/catalog-checkbox.png") no-repeat;
    background-position: center;
}
.catalog-block {
    margin-bottom: 12rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.catalog-block__item {
    width: calc(100% / 2 - 6rem);
}
.catalog-consultation {
    margin-bottom: 12rem;
}
.upsels-block__content--catalog {
    width: 55%;
}
.upsels-block__item-img--catalog {
    width: 45%;
}
.upsels-block__item-btn--catalog {
    width: 100%;
}
.conditions-heading {
    background: url("../img/conditions/conditions-bg.jpg") no-repeat;
    background-size: cover;
    margin-top: 7rem;
    padding-top: 15rem;
    padding-bottom: 15rem;
}
.conditions-heading__title {
    font-size: 6.4rem;
    color: #fff;
    font-weight: 300;
}
.conditions {
    padding-top: 13rem;
    padding-bottom: 13rem;
}
.conditions-number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 3rem;
}
.conditions-number__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(100% / 3 - 3rem);
}
.conditions-number__item-img {
    margin-bottom: 1rem;
}
.conditions-number__item-count {
    margin-bottom: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    background: #cbb598;
}
.conditions-number__item-text {
    text-align: center;
}
.conditions-check {
    padding-bottom: 10rem;
}
.conditions-check__title {
    font-size: 4.8rem;
    font-weight: 300;
    margin-bottom: 3.5rem;
}
.conditions-check__text {
    padding-left: 6rem;
    margin-bottom: 1rem;
    line-height: 2.5rem;
}
.conditions-check__text span {
    font-weight: 500;
}
.table {
    padding-top: 7rem;
    padding-bottom: 13rem;
    background: #f5f5f5;
}
.table-block__top {
    margin-bottom: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 6rem;
    border-radius: 10px;
    background: #cbb598;
}
.table-block__top-item {
    position: relative;
    text-align: center;
    width: 24%;
    color: #fff;
    line-height: 6rem;
    font-size: 1.4rem;
}
.table-block__top-item:nth-child(2) {
    width: 16%;
}
.table-block__top-item::after {
    position: absolute;
    content: "";
    width: 2px;
    height: 40px;
    background-color: #fff;
    top: 50%;
    right: 0px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.table-block__top-item:last-child::after {
    display: none;
}
.table-block__top-item--main {
    width: 12%;
}
.table-block__content {
    padding-top: 2rem;
    padding-bottom: 2rem;
    margin-bottom: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    background: #fff;
}
.table-block__content-item {
    padding: 0 1rem;
    position: relative;
    width: 24%;
    text-align: center;
    font-size: 1.4rem;
}
.table-block__content-item:nth-child(2) {
    width: 16%;
}
.table-block__content-item::after {
    position: absolute;
    content: "";
    width: 2px;
    height: 40px;
    background-color: #e5e5e5;
    top: 50%;
    right: 0px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.table-block__content-item:last-child:after {
    display: none;
}
.table-block__content-item-main {
    width: 12%;
}
.conditions-rent {
    padding-top: 14rem;
    padding-bottom: 12rem;
}
.conditions-rent__title {
    margin-bottom: 7rem;
    font-size: 3.6rem;
    font-weight: 300;
}
.conditions-rent__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.conditions-rent__item {
    width: calc(100% / 3 - 3rem);
}
.conditions-rent__item-img img {
    width: 80px;
    height: 80px;
    margin: 0 auto 2rem auto;
}
.conditions-rent__item-text {
    text-align: center;
}
.footer-contact {
    padding-top: 7rem;
    margin-top: 12rem;
    height: 79.5rem;
    background: #474747;
    position: relative;
    overflow: hidden;
}
.footer-contact__title {
    margin-bottom: 3rem;
    font-size: 3.6rem;
    font-weight: 400;
    color: #f5f5f5;
}
.footer-contact__left {
    width: 50%;
}
.footer-contact__info {
    padding-left: 5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4rem;
}
.footer-contact__item-title {
    margin-bottom: 2rem;
    color: #cbb598;
}
.footer-contact__item-link,
.footer-contact__item-text {
    display: block;
    margin-bottom: 1rem;
    color: #fff;
}
.footer-contact__item-link:hover {
    color: #cbb598;
}
.footer-contact__social {
/*     width: 22rem; */
    padding-left: 5rem;
    margin-top: 3rem;
/*     margin-left: auto; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2rem;
}
.footer-contact__social-link {
    margin-bottom: 3rem;
}
.footer-contact__social a img {
    width: 32px;
}
.footer-contact__adrress {
    width: 28rem;
    margin-left: auto;
}
.footer-contact__adrress-title {
    font-size: 1.6rem;
    color: #cbb598;
    line-height: 2rem;
}
.footer-contact__adrress-policy {
    font-size: 1.6rem;
    color: rgba(205, 205, 205, 0.33);
    line-height: 2rem;
}
.footer-contact__adrress-policy:hover {
    color: #fff;
}
.footer-contact__map {
    height: 100%;
}
.wow {
    opacity: 0
}

.delay-03 {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.delay-04 {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.delay-05 {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.delay-06 {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.delay-07 {
    -webkit-animation-delay: .7s;
    animation-delay: .7s
}

.delay-08 {
    -webkit-animation-delay: .8s;
    animation-delay: .8s
}

.delay-09 {
    -webkit-animation-delay: .9s;
    animation-delay: .9s
}

.delay-12 {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s
}

.delay-15 {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s
}

.delay-18 {
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s
}
@media (max-width: 1024px) {
    .header__phone:before {
        display: none;
    }
}
@media (max-width: 1000px) {
    .product-one__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .product-one__content {
        margin-left: 0;
    }
    .rent-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .rent-block__img {
        width: 100%;
        position: relative;
    }
    .rent-block__content-title,
    .rent-block__info-text {
        max-width: 100%;
    }
    .rent-block__img {
        background-size: cover;
    }
    .upsels-block {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .upsels-block__item {
        width: 100%;
    }
    .footer-contact {
        height: 73rem;
        padding-top: 8rem;
        padding-bottom: 2rem;
    }
    .footer-contact__info {
        gap: 2rem;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .wrapper {
        max-width: 940px;
    }
}

@media screen and (min-width:767px) and (max-width:991px) {
	.banner2 {
        margin-bottom: 120px
    }
    .banner2__title span:before {
        top: 0;
        transform: none
    }
    .footer_input {
        width: 215px
    }
}

@media (max-width: 770px) {
    .wow {
        opacity: 1
    }
    .bring {
        margin-bottom: 6rem;
    }
    .info {
        padding-bottom: 2rem;
    }
    .info-block {
        margin-bottom: 4rem;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .consultation-form,
    .consultation-form__text {
        max-width: 100%;
        margin-left: 0;
    }
    .consultation-form__btn,
    .consultation-form__input {
        width: 100%;
    }
    .footer__map {
        position: relative;
        width: 100%;
    }
    .footer__contact {
        width: 100%;
        margin-bottom: 3rem;
    }
    .footer__contact-link {
        padding-left: 0;
    }
    .footer__contact-text {
        padding-left: 0;
    }
    .map {
        width: 100%;
    }
    .footer-contact {
        height: auto;
    }
    .footer-contact__info {
        padding-left: 0;
    }
    .footer-contact__social,
    .footer-contact__adrress {
        width: 100%;
        margin-left: 0;
    }
    .footer-contact__left {
        margin-bottom: 3rem;
    }
    .footer-contact__item-title {
        margin-bottom: 1rem;
    }
    .footer-contact__map {
        height: 38rem;
    }
    .footer-contact__left {
        width: 100%;
    }
    .conditions-heading {
        padding-top: 9rem;
        padding-bottom: 6rem;
    }
    .conditions {
        padding-top: 6rem;
        padding-bottom: 5rem;
    }
    .conditions-number__item {
        width: 47%;
    }
    .conditions-check {
        padding-bottom: 5rem;
    }
    
    .banner2 {
        padding: 45px 0 50px;
        margin-bottom: 0
    }
    .banner2__title span {
        font-weight: 300;
        font-size: 27px;
        line-height: 32px;
        display: block;
        width: 100%;
        color: #fff;
        position: relative;
        padding-left: 0;
        margin-bottom: 15px
    }
    .banner2__title span:before {
        content: none
    }
    .banner2__text {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 20px
    }
    .banner2__form.flex {
        justify-content: center
    }
    .footer_input {
        margin: 0 0 15px
    }
    .thanks {
        padding: 20px 40px 45px !important
    }
    .thanks__box h2 {
        font-size: 26px;
        margin-bottom: 20px
    }
    .footer__box {
        width: 100%
    }
    .footer__map {
        position: static;
        width: 100%;
        height: 250px
    }
    .footer__box {
        padding: 40px 0;
        text-align: center
    }
    .footer__logo {
        margin: 0 auto 20px
    }
    .footer__left {
        padding: 0
    }
    .footer__link {
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 20px
    }
    .footer__text {
        font-size: 16px;
        line-height: 18px
    }
}
@media (max-width: 550px) {
    html {
        font-size: 9px;
    }
    .header.header-active {
        padding: 15px 0;
    }
    .header__phone {
        font-size: 17px;
        font-weight: 500;
    }
    .wa_button {
        width: 90px;
    }
    .product-one__slide {
        margin-bottom: 2rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
    }
    .product-slide__thumb {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
    }
    .product-slide__big {
        margin-left: 0;
        width: 100%;
    }
    .product-one__content {
        width: 100%;
    }
    .product-page {
        padding-top: 3rem;
        padding-bottom: 5rem;
    }
/*     .product-slide__big-item img {
    height: 100%;
} */
/*     .product-slide__thumb-item img {
    height: 100%;
} */
    .product-slide__thumb-item {
        height: 100%;
    }
    .product__title {
        margin-bottom: 2rem;
        font-size: 24px;
    }
    .product-one__bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .product-one__bottom-btn {
        font-size: 16px;
    }
    .bring {
        margin-bottom: 3rem;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .info-block__item-img img {
        width: 60px;
    }
    .bring__name,
    .info-block__item-title {
        font-size: 18px;
    }
    .card-block__item {
        padding: 2rem;
    }
    .card-block__item-title {
        margin-bottom: 2rem;
        font-size: 20px;
    }
    .card-block__list-item {
        margin-bottom: 1.5rem;
    }
    .card {
        padding-bottom: 5rem;
    }
    .equipment-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .equipment-block__info {
        width: 100%;
    }
    .equipment__title {
        margin-bottom: 2rem;
        font-size: 22px;
    }
    .equipment-block__item-text {
        font-size: 16px;
    }
    .equipment-block__item {
        margin-bottom: 2rem;
    }
    .equipment-block__item-img {
        min-width: 50px;
    }
    .equipment-block__item-img img {
        min-width: 40px;
    }
    .equipment-block__item-text {
        margin-left: 1rem;
    }
    .equipment-block__btn-button {
        width: 16rem;
        height: 4rem;
        font-size: 18px;
    }
    .equipment-block__btn-img {
        width: 70px;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    .equipment {
        padding-bottom: 5rem;
    }
    .rent-block__content-title {
        margin-bottom: 2rem;
        font-size: 22px;
    }
    .rent-block__info {
        padding-left: 0;
    }
    .rent-block__info-text {
        margin-bottom: 2rem;
        font-size: 16px;
        line-height: normal;
    }
    .rent-block__info-text:nth-child(1)::before {
        display: none;
    }
    .rent-block__img {
        height: 25rem;
    }
    .rent {
        padding-bottom: 5rem;
    }
    .consultation__title {
        margin-left: 0;
        font-size: 22px;
    }
    .consultation__title::before {
        display: none;
    }
    .consultation__text {
        font-size: 18px;
    }
    .consultation-form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .consultation-form__input::-webkit-input-placeholder {
        font-size: 16px;
        line-height: 4rem;
    }
    .consultation-form__input::-moz-placeholder {
        font-size: 16px;
        line-height: 4rem;
    }
    .consultation-form__input:-ms-input-placeholder {
        font-size: 16px;
        line-height: 4rem;
    }
    .consultation-form__input::-ms-input-placeholder {
        font-size: 16px;
        line-height: 4rem;
    }
    .consultation-form__btn,
    .consultation-form__input::placeholder,
    .consultation-form__input {
        font-size: 16px;
        line-height: 4rem;
    }
    .consultation {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .upsels-block__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .upsels-block__item-img {
        width: 100%;
        padding: 0;
    }
    .upsels-block__item-img img {
        width: 100%;
        -o-object-fit: fill;
        object-fit: fill;
        margin: 0 auto;
    }
    .upsels-block__content {
        width: 100%;
    }
    .upsels__title {
        margin-bottom: 3rem;
        font-size: 20px;
    }
    .upsels {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
    .upsels-block__item-btn {
        width: 100%;
    }
    .footer {
        padding-top: 3rem;
        padding-bottom: 2rem;
    }
    .footer__contact-logo,
    .footer__contact-link {
        margin-bottom: 2rem;
    }
    .map {
        height: 30rem;
    }
    .upsels-block__content .product-one__content-desc,
    .upsels-block__content .product-one__content-info,
    .upsels-block__item-btn {
        font-size: 16px;
    }
    .footer-contact {
        padding-top: 4rem;
        margin-top: 8rem;
    }
    .conditions-heading__title {
        font-size: 2.8rem;
    }
    .conditions-heading {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }
    .conditions-heading {
        margin-top: 3rem;
    }
    .conditions-number__item {
        width: 100%;
    }
    .conditions-number__item-count {
        margin-bottom: 1rem;
    }
    .conditions {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .conditions-number__item-text {
        font-size: 16px;
        line-height: 20px;
    }
    .conditions-check__title {
        margin-bottom: 2rem;
        font-size: 24px;
    }
    .conditions-check__text {
        font-size: 16px;
        padding-left: 0;
    }
    .table__inner {
        min-width: 100%;
        overflow-x: auto;
    }
    .table-block {
        width: 75rem;
    }
    .table-block__content,
    .table-block__top {
        min-width: 100%;
    }
    .table-block__content-item:nth-child(2),
    .table-block__content-item,
    .table-block__top-item,
    .table-block__top-item:nth-child(2) {
        min-width: 150px;
    }
    .table-block__content-item-main,
    .table-block__top-item--main {
        min-width: 50px;
    }
    .table-block__content {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .table {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
    .catalog-consultation {
        margin-bottom: 3rem;
    }
    .conditions-check {
        padding-bottom: 3rem;
    }
    .conditions-rent__block {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .conditions-rent__title {
        margin-bottom: 2rem;
        font-size: 24px;
    }
    .conditions-rent__item {
        width: 36rem;
    }
    .conditions-rent__item-img img {
        width: 50px;
        height: 50px;
    }
    .conditions-rent {
        padding-top: 4rem;
        padding-bottom: 5rem;
    }
    .upsels-block__item-img--catalog {
        width: 100%;
    }
    .catalog-page {
        padding-top: 5rem;
    }
    .catalog__title {
        margin-bottom: 2rem;
        font-size: 24px;
    }
    .catalog-category {
        margin-bottom: 3rem;
    }
    .catalog-category__item {
        font-size: 14px;
        padding: 0.4rem 0.5rem;
    }
    .catalog-category {
        -webkit-column-gap: 2rem;
        -moz-column-gap: 2rem;
        column-gap: 2rem;
    }
    .upsels-block__content--catalog {
        width: 100%;
    }
    .catalog-block {
        margin-bottom: 6rem;
    }
}
.nav-icon {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    display: none;
    z-index: 6;
    border-radius: 50%;
}
.nav-icon__middle {
    position: relative;
    width: 30px;
    height: 3px;
    background-color: #474747;
}
.nav-icon__middle::before,
.nav-icon__middle::after {
    position: absolute;
    content: "";
    width: 30px;
    height: 3px;
    background-color: #474747;
}
.nav-icon__middle::before {
    top: 8px;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.nav-icon__middle::after {
    bottom: 8px;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.nav-icon.nav-icon--active .nav-icon__middle {
    background-color: transparent;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.nav-icon.nav-icon--active .nav-icon__middle::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    background-color: #fff;
}
.nav-icon.nav-icon--active .nav-icon__middle::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 0;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    background-color: #fff;
}
.logo__img-mobile {
    display: none;
}
@media (max-width: 1200px) {
    .menu__list {
        gap: 2rem;
    }
}
@media (max-width: 1000px) {
    .nav-icon {
        position: relative;
        display: block;
        z-index: 3;
    }
    .menu {
        position: fixed;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 100%;
        opacity: 0.9;
        background: #cbb598;
        right: 0;
        top: 0;
        color: #f7f7ff;
        z-index: 2;
        border-radius: 0px;
        -webkit-transform: translateX(200%);
        -ms-transform: translateX(200%);
        transform: translateX(200%);
        -webkit-transition: all 0.5s ease-in;
        -o-transition: all 0.5s ease-in;
        transition: all 0.5s ease-in;
        z-index: 3;
    }
    .menu__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 8.5rem;
        margin-bottom: 2rem;
        gap: 2.5rem;
    }
    .menu__list-item {
        text-align: center;
    }
    .menu__list li a {
        text-align: center;
        font-size: 18px;
        font-weight: 500;
    }
    .menu.nav--active {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
        -webkit-transition: all 0.5s ease-in;
        -o-transition: all 0.5s ease-in;
        transition: all 0.5s ease-in;
        margin-left: 0;
    }
    .header__phone {
        max-width: 24rem;
    }
}
@media (max-width: 550px) {
    .header {
        padding: 20px 0;
    }
    .logo__img {
        display: none;
    }
    .logo__img-mobile {
        width: 50px;
        display: block;
    }
}