.logo {
    display: block;
    background-image: url(../img/logo.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 23px;
    height: 23px;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .logo {
        width: 20.81px;
        height: 20.81px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .logo {
        width: 21.07px;
        height: 21.07px;
    }
}

@media (min-width: 1620px) {
    .logo {
        width: 34px;
        height: 34px;
    }
}

.logo-text {
    font-family: 'Geometria', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    text-transform: uppercase;
    color: #FFFFFF;
    max-width: 87px;
    margin-left: 5px;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .logo-text {
        max-width: 145px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .logo-text {
        font-size: 18px;
        line-height: 23px;
        max-width: initial;
    }
}

@media (min-width: 1620px) {
    .logo-text {
        font-size: 30px;
        line-height: 38px;
        max-width: initial;
    }
}

.adress {
    font-family: 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    position: relative;
    cursor: pointer;
    display: block;
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .adress {
        font-size: 12px;
        line-height: 14px;
    }
}

@media (min-width: 1620px) {
    .adress {
        font-size: 16px;
        line-height: 21px;
    }
}

.adress::before {
    content: '';
    position: absolute;
    background-image: url(../img/locate.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 21.26px;
    height: 21.26px;
    left: -29px;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s ease;
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .adress::before {
        width: 18.59px;
        height: 18.59px;
        left: -24px;
    }
}

@media (min-width: 1620px) {
    .adress::before {
        width: 30px;
        height: 30px;
        left: -40px;
    }
}

.adress:hover:before {
    -webkit-filter: invert(40%) grayscale(100%) brightness(40%) sepia(100%) hue-rotate(-50deg) saturate(400%) contrast(2);
    filter: grayscale(100%) brightness(40%) sepia(100%) hue-rotate(-50deg) saturate(600%) contrast(1.8);
}

.number {
    font-family: 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    position: relative;
    transition: 0.3s ease;
}

@media (min-width: 601px) and (max-width: 1199px) {
    .number {
        font-size: 14px;
        line-height: 16px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .number {
        font-size: 12px;
        line-height: 14px;
    }
}

@media (min-width: 1620px) {
    .number {
        font-size: 16px;
        line-height: 21px;
    }
}

.number:hover {
    opacity: 0.8;
}

.number::before {
    content: '';
    position: absolute;
    background-image: url(../img/phone.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    left: -24px;
    top: 50%;
    transform: translateY(-50%);
    animation: trambling-animation 5s infinite ease-in-out;
    backface-visibility: hidden;
}


/* animate-shake-phone */

@keyframes trambling-animation {
    0%,
    11%,
    16%,
    100% {
        transform: rotate(0deg) translateY(-50%);
    }
    12%,
    14% {
        transform: rotate(-10deg) translateY(-50%);
    }
    13%,
    15% {
        transform: rotate(10deg) translateY(-50%);
    }
}


/* animate-shakefon-end */

@media (min-width: 601px) and (max-width: 1199px) {
    .number::before {
        width: 18.68px;
        height: 18.68px;
        left: -26px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .number::before {
        width: 16.11px;
        height: 16.11px;
        left: -22px;
    }
}

@media (min-width: 1620px) {
    .number::before {
        width: 26px;
        height: 26px;
        left: -37px;
    }
}

.mail {
    font-family: 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    position: relative;
    transition: 0.3s ease;
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .mail {
        font-size: 12px;
        line-height: 14px;
    }
}

@media (min-width: 1620px) {
    .mail {
        font-size: 16px;
        line-height: 21px;
    }
}

.mail:hover {
    opacity: 0.8;
}

.mail::before {
    content: '';
    position: absolute;
    background-image: url(../img/mail.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 17.35px;
    height: 17.35px;
    left: -21px;
    top: 50%;
    transform: translateY(-50%);
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .mail::before {
        width: 17.35px;
        height: 17.35px;
        left: -21px;
    }
}

@media (min-width: 1620px) {
    .mail::before {
        width: 28px;
        height: 28px;
        left: -34px;
    }
}

.time {
    font-family: 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    position: relative;
    transition: 0.3s ease;
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .time {
        font-size: 12px;
        line-height: 14px;
    }
}

@media (min-width: 1620px) {
    .time {
        font-size: 16px;
        line-height: 21px;
    }
}

.time::before {
    content: '';
    position: absolute;
    background-image: url(../img/time.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 17.35px;
    height: 17.35px;
    left: -21px;
    top: 50%;
    transform: translateY(-50%);
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .time::before {
        width: 17.35px;
        height: 17.35px;
        left: -21px;
    }
}

@media (min-width: 1620px) {
    .time::before {
        width: 28px;
        height: 28px;
        left: -34px;
    }
}

.nav {
    max-width: 345px;
    margin: 0 auto;
    display: flex;
}

@media (max-width: 1099px) {
    .nav {
        max-width: initial;
        position: absolute;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.8);
        width: 100%;
        z-index: 6;
        top: 0;
        right: -100%;
        transition: 0.3s ease;
        padding-top: 145px;
        padding-right: 16px;
    }
}

@media (max-width: 601px) {
    .nav {
        padding-right: 20px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .nav {
        display: flex;
        justify-content: space-between;
        align-items: center;
        max-width: 858px;
        min-width: 858px;
    }
}

@media (min-width: 1620px) {
    .nav {
        display: flex;
        justify-content: space-between;
        align-items: center;
        max-width: 1130px;
        min-width: 1130px;
    }
}

.nav .wrapper {
    width: 345px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .nav .wrapper {
        width: 728px;
    }
}

@media (min-width: 1100px) {
    .nav .wrapper {
        margin: initial;
        max-width: initial;
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        position: relative;
    }
}

.nav__elem {
    font-family: 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16.0091px;
    line-height: 18px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: 0.3s ease;
    padding: 15px 0;
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .nav__elem {
        font-size: 13px;
        line-height: 15px;
        padding: 0;
    }
}

@media (min-width: 1620px) {
    .nav__elem {
        font-size: 18px;
        line-height: 21px;
        padding: 0;
    }
}

.nav__elem:hover {
    opacity: 0.8;
}

.nav__elem-drop {
    cursor: pointer;
    padding: 15px 30px 15px 0;
    display: block;
    width: 100%;
    text-align: right;
    font-family: 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 180%;
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .nav__elem-drop {
        color: black;
        text-align: left;
        padding: 17px 11px 15px 11px;
    }
    .nav__elem-drop:not(:last-child) {
        border-bottom: 1px solid #FFBC17;
    }
}

@media (min-width: 1620px) {
    .nav__elem-drop {
        color: black;
        text-align: left;
        padding: 17px 11px 15px 11px;
    }
    .nav__elem-drop:not(:last-child) {
        border-bottom: 1px solid #FFBC17;
    }
}

.nav__elem-drop:hover {
    opacity: 0.8;
}

.nav__elem span {
    display: block;
    background-image: url(../img/arrow-drop.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 13px;
    height: 13px;
    margin-left: 5px;
    background-size: 12px 7px;
    cursor: pointer;
    transition: 0.3s ease;
    z-index: 9;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .nav__elem span {
        width: 15px;
        height: 15px;
        background-size: 10px 6px;
        margin-left: 5px;
    }
}

@media (min-width: 1620px) {
    .nav__elem span {
        width: 20px;
        height: 20px;
        background-size: 14px 8px;
        margin-left: 5px;
    }
}

.nav__elem span.active {
    transform: rotate(180deg);
}

.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: 0.3s ease;
}

.btn_black {
    background-color: transparent;
    border: 1px solid #FFFFFF;
    font-family: 'Prata', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
}

.btn_black:hover {
    background-color: white;
    color: black;
}

.btn_gold {
    background: linear-gradient(270deg, #FFBC17 0%, #FAC136 22.4%, #FFD776 34.9%, #F4C041 44.79%, #E2A91B 100%);
    box-shadow: 0px 0px 20px rgba(249, 202, 10, 0.3);
    font-family: 'Prata', sans-serif;
    font-style: normal;
    font-weight: normal;
    color: #1C1512;
    background-size: 150% 150%;
    -webkit-animation: gradient 5s ease infinite;
    animation: gradient 5s ease infinite;
}

.btn_gold:hover {
    color: black;
    box-shadow: 0px 0px 30px rgba(249, 202, 10, 0.3);
}

@-webkit-keyframes gradient {
    0% {
        background-position: 60% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    70% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 60% 50%;
    }
}

@keyframes gradient {
    0% {
        background-position: 60% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    70% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 60% 50%;
    }
}

.btn_before {
    position: relative;
    justify-content: flex-start;
    padding-left: 79px;
    font-size: 16px;
    line-height: 22px;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .btn_before {
        padding-left: 15px;
        font-size: 9.156px;
        line-height: 12px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .btn_before {
        padding-left: 19px;
        font-size: 12px;
        line-height: 16px;
    }
}

@media (min-width: 1620px) {
    .btn_before {
        font-size: 18px;
        line-height: 24px;
        padding-left: 36px;
    }
}

.btn_before::before {
    content: '';
    position: absolute;
    height: 50px;
    width: 50px;
    right: 0;
    top: 0;
    background-color: #FFBC17;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
    background-image: url(../img/phone-black.svg);
    background-size: 22px 23px;
    background-position: center;
    background-repeat: no-repeat;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .btn_before::before {
        width: 33.35px;
        height: 33.35px;
        background-size: 15px 15px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .btn_before::before {
        width: 43.58px;
        height: 43.58px;
        background-size: 19.52px 19.52px;
    }
}

@media (min-width: 1620px) {
    .btn_before::before {
        width: 67px;
        height: 67px;
        background-size: 30px 30px;
    }
}

.btn_yellow {
    font-family: 'Prata', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 150%;
    text-align: center;
    letter-spacing: 0.02em;
    color: #000000;
    background: linear-gradient(270deg, #FFBC17 0%, #E2A91B 100%);
    box-shadow: 0px 0px 13.2297px rgba(249, 202, 10, 0.3);
    transition: 0.3s ease;
}

.btn_yellow:hover {
    background-size: 150% 150%;
    -webkit-animation: gradient 5s ease infinite;
    animation: gradient 5s ease infinite;
    color: black;
    box-shadow: 0px 0px 17px rgba(249, 202, 10, 0.3);
}

@keyframes gradient {
    0% {
        background-position: 60% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    70% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 60% 50%;
    }
}

.btn_arrow {
    position: relative;
    justify-content: flex-start;
    padding-left: 12px;
}

@media (min-width: 1620px) {
    .btn_arrow {
        padding-left: 20px;
    }
}

.btn_arrow::before {
    content: '';
    position: absolute;
    right: 0;
    top: -1px;
    width: 25.84px;
    height: 25.84px;
    background-color: #FFBC17;
    box-shadow: 0px 0px 10.4757px rgba(0, 0, 0, 0.2);
    background-image: url(../img/arrow-btn.svg);
    background-size: 19px 19px;
    background-position: center;
    background-repeat: no-repeat;
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .btn_arrow::before {
        width: 23.05px;
        height: 23.05px;
        background-size: 17px 17px;
    }
}

@media (min-width: 1620px) {
    .btn_arrow::before {
        width: 37px;
        height: 37px;
        background-size: 28px 28px;
    }
}

.burger {
    display: block;
    width: 36px;
    height: 4px;
    background-color: white;
    position: absolute;
    right: 0;
    top: 0;
    transition: 0.5s ease;
}

.burger:before {
    content: '';
    position: absolute;
    width: 36px;
    height: 4px;
    background-color: white;
    top: 12px;
    transition: 0.5s ease;
}

.burger:after {
    content: '';
    position: absolute;
    width: 36px;
    height: 4px;
    background-color: white;
    top: 24px;
    transition: 0.5s ease;
}

.nav.active {
    display: flex;
    right: 0;
}

.burger.active {
    top: 12px;
    transform: rotate(-135deg);
}

.burger.active:before {
    opacity: 0;
}

.burger.active:after {
    top: 0px;
    transform: rotate(270deg);
}

.iti {
    width: 100%;
    margin-bottom: 20px;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .iti {
        margin-bottom: 0;
        width: initial;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .iti {
        margin-bottom: 0;
        width: initial;
    }
}

@media (min-width: 1620px) {
    .iti {
        margin-bottom: 0;
        width: initial;
    }
}

.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
    left: 8px;
}

.card-window {
    width: 100%;
    height: 209.94px;
    background-color: #302825;
    border-radius: 7px;
    margin-bottom: 115px;
    color: white;
    position: relative;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .card-window {
        margin-bottom: 120px;
        height: 212.37px;
        width: 349px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .card-window {
        margin-bottom: 0;
        width: 307.72px;
        height: 186.87px;
    }
}

@media (min-width: 1620px) {
    .card-window {
        margin-bottom: 0;
        width: 494px;
        height: 300px;
    }
}

.card-window:last-child {
    margin-bottom: 0;
}

.card-window__info {
    font-family: 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 10px;
    line-height: 180%;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    max-width: 72px;
    position: absolute;
    left: 24px;
    top: -36px;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .card-window__info {
        font-size: 12px;
        max-width: 81px;
        left: 25px;
        top: -44px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .card-window__info {
        font-size: 11px;
        max-width: 72px;
        left: 23px;
        top: -39px;
    }
}

@media (min-width: 1620px) {
    .card-window__info {
        font-size: 14px;
        max-width: 98px;
        left: 35px;
        top: -52px;
    }
}

.card-window__title {
    font-family: 'Prata', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    position: absolute;
    left: 24px;
    bottom: 17px;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .card-window__title {
        font-size: 18px;
        line-height: 24px;
        left: 25px;
        bottom: 20px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .card-window__title {
        font-size: 16px;
        line-height: 22px;
        left: 23px;
        bottom: 18px;
    }
}

@media (min-width: 1620px) {
    .card-window__title {
        width: 45%;
        font-size: 20px;
        line-height: 33px;
        left: 35px;
        bottom: 24px;
    }
}

.card-window__img {
    display: block;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 219.29px;
    height: 223.29px;
    position: absolute;
    right: 18px;
    bottom: 43px;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .card-window__img {
        width: 221.83px;
        height: 225.82px;
        right: 18px;
        bottom: 44px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .card-window__img {
        width: 195.6px;
        height: 199.11px;
        right: 16px;
        bottom: 39px;
    }
}

@media (min-width: 1620px) {
    .card-window__img {
        width: 314px;
        height: 319px;
        right: 26px;
        bottom: 62px;
    }
}

.card-window__btn {
    width: 110.34px;
    height: 25.84px;
    font-family: 'Prata', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 149%;
    text-align: center;
    letter-spacing: 0.02em;
    color: #1C1512;
    position: absolute;
    right: 21px;
    bottom: -13px;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .card-window__btn {
        width: 111.85px;
        height: 26.19px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .card-window__btn {
        width: 98.42px;
        height: 23.05px;
        font-size: 9px;
    }
}

@media (min-width: 1620px) {
    .card-window__btn {
        width: 158px;
        height: 37px;
        font-size: 14px;
    }
}

.card-window_slide {
    margin: 0 10px;
}

.card-window__link-parent {
    position: absolute;
    left: 35px;
    bottom: 5px;
    font-family: 'Prata', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 149%;
    letter-spacing: 0.02em;
    color: white;
    transition: 0.3s ease;
    cursor: pointer;
}

.card-window__link-parent:hover {
    opacity: 0.8;
}

@media (max-width: 1619px) {
    .card-window__link-parent {
        left: 23px;
        bottom: 3px;
        font-size: 10px;
    }
}

.card-reviews {
    background: #302825;
    border-radius: 6.99797px;
    width: 345px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-family: 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0.02em;
    color: rgba(255, 255, 255, 0.7);
    padding: 27px 22px;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .card-reviews {
        width: 349px;
        height: auto;
        padding: 31px 27px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .card-reviews {
        width: 304.95px;
        height: auto;
        padding: 27px 22px;
    }
}

@media (min-width: 1620px) {
    .card-reviews {
        width: 493px;
        height: auto;
        padding: 44px 38px;
        font-size: 16px;
    }
}

.card-reviews__info {
    display: flex;
    align-items: center;
}

.card-reviews__img {
    display: block;
    background-size: contain !important;
    background-position: center;
    background-repeat: no-repeat;
    width: 39.89px !important;
    height: 39.89px !important;
    margin-right: 13px;
    border-radius: 50% !important;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .card-reviews__img {
        width: 40.35px !important;
        height: 40.35px !important;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .card-reviews__img {
        width: 35.26px !important;
        height: 35.26px !important;
        margin-right: 11px;
    }
}

@media (min-width: 1620px) {
    .card-reviews__img {
        width: 57px !important;
        height: 57px !important;
        margin-right: 19px;
    }
}

.card-reviews__name {
    font-weight: 500;
    font-size: 12.5963px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: #FFFFFF;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .card-reviews__name {
        font-size: 14px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .card-reviews__name {
        font-size: 12px;
    }
}

@media (min-width: 1620px) {
    .card-reviews__name {
        font-size: 18px;
    }
}

.card-pads-block {
    width: 100%;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .card-pads-block {
        width: 349px;
        margin: 0 15px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .card-pads-block {
        width: 305.35px;
    }
}

@media (min-width: 1620px) {
    .card-pads-block {
        width: 493px;
    }
}

.card-pads-block:not(:last-child) {
    margin-bottom: 40px;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .card-pads-block:not(:last-child) {
        margin-bottom: 30px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .card-pads-block:not(:last-child) {
        margin-bottom: 0;
    }
}

@media (min-width: 1620px) {
    .card-pads-block:not(:last-child) {
        margin-bottom: 0;
    }
}

.card-pads-block_wood-doors {
    width: 163px;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .card-pads-block_wood-doors {
        width: 217.86px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .card-pads-block_wood-doors {
        width: 217.86px;
    }
}

@media (min-width: 1620px) {
    .card-pads-block_wood-doors {
        width: 355px;
    }
}

.card-pads-block__img {
    width: 100%;
    background-color: #302825;
    border-radius: 10px;
    height: 200px;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .card-pads-block__img {
        height: 204.59px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .card-pads-block__img {
        height: 179px;
    }
}

@media (min-width: 1620px) {
    .card-pads-block__img {
        height: 289px;
    }
}

.card-pads-block__img_one-window a {
    display: block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 78.04px;
    height: 154.84px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (min-width: 601px) and (max-width: 1099px) {
    .card-pads-block__img_one-window a {
        width: 89.2px;
        height: 176.98px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .card-pads-block__img_one-window a {
        width: 78.04px;
        height: 154.84px;
    }
}

@media (min-width: 1620px) {
    .card-pads-block__img_one-window a {
        width: 126px;
        height: 250px;
    }
}

.card-pads-block__img_two-window a {
    display: block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 186px;
    height: 172px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (min-width: 601px) and (max-width: 1099px) {
    .card-pads-block__img_two-window a {
        width: 219.23px;
        height: 204.38px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .card-pads-block__img_two-window a {
        width: 191.81px;
        height: 178.82px;
    }
}

@media (min-width: 1620px) {
    .card-pads-block__img_two-window a {
        width: 310px;
        height: 289px;
    }
}

.card-pads-block__img_three-window a {
    display: block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 263px;
    height: 144px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (min-width: 601px) and (max-width: 1099px) {
    .card-pads-block__img_three-window a {
        width: 257.16px;
        height: 140.58px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .card-pads-block__img_three-window a {
        width: 225px;
        height: 123px;
    }
}

@media (min-width: 1620px) {
    .card-pads-block__img_three-window a {
        width: 363px;
        height: 199px;
    }
}

.card-pads-block__img_wood-doors {
    height: 234px;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .card-pads-block__img_wood-doors {
        height: 312.98px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .card-pads-block__img_wood-doors {
        height: 315.56px;
    }
}

@media (min-width: 1620px) {
    .card-pads-block__img_wood-doors {
        height: 510px;
    }
}

.card-pads-block__img_wood-doors a {
    display: block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 107px;
    height: 189px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (min-width: 601px) and (max-width: 1099px) {
    .card-pads-block__img_wood-doors a {
        width: 142.99px;
        height: 252.23px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .card-pads-block__img_wood-doors a {
        width: 144.17px;
        height: 254.31px;
    }
}

@media (min-width: 1620px) {
    .card-pads-block__img_wood-doors a {
        width: 233px;
        height: 411px;
    }
}

.card-pads-block__info {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 15px 0 20px;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .card-pads-block__info {
        margin: 17px 0 14px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .card-pads-block__info {
        margin: 15px 0 12px;
    }
}

@media (min-width: 1620px) {
    .card-pads-block__info {
        margin: 25px 0 20px;
    }
}

.card-pads-block__info h3 {
    font-family: 'Prata', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: #FFFFFF;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .card-pads-block__info h3 {
        font-size: 16px;
        line-height: 22px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .card-pads-block__info h3 {
        font-size: 15px;
        line-height: 20px;
    }
}

@media (min-width: 1620px) {
    .card-pads-block__info h3 {
        font-size: 24px;
        line-height: 33px;
    }
}

.card-pads-block__info p {
    font-family: 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .card-pads-block__info p {
        font-size: 13px;
        line-height: 15px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .card-pads-block__info p {
        font-size: 12px;
        line-height: 14px;
    }
}

@media (min-width: 1620px) {
    .card-pads-block__info p {
        font-size: 18px;
        line-height: 21px;
    }
}

.card-pads-block__info_wood-doors {
    flex-direction: column;
}

.card-pads-block__info_wood-doors h3 {
    width: 100%;
    text-align: left;
}

.card-pads-block__info_wood-doors p {
    width: 100%;
    text-align: right;
    margin-top: 10px;
}

.card-pads-block__btns {
    display: flex;
    justify-content: space-between;
}

.card-pads-block__btns .btn {
    width: 48%;
    height: 40px;
    font-size: 12px;
    line-height: 16px;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .card-pads-block__btns .btn {
        height: 32.56px;
        font-size: 12px;
        line-height: 16px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .card-pads-block__btns .btn {
        height: 28.49px;
        font-size: 10px;
        line-height: 14px;
    }
}

@media (min-width: 1620px) {
    .card-pads-block__btns .btn {
        height: 46px;
        font-size: 16px;
        line-height: 22px;
    }
}

@media (max-width: 601px) {
    .card-pads-block__btns_wood-doors {
        flex-direction: column;
    }
    .card-pads-block__btns_wood-doors .btn {
        width: 100%;
    }
    .card-pads-block__btns_wood-doors .btn:last-child {
        margin-top: 15px;
    }
}

.card-gallery {
    width: 47%;
    height: 129px;
    margin-bottom: 20px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .card-gallery {
        width: 30%;
        height: 173.86px;
        margin-bottom: 36px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .card-gallery {
        width: 22%;
        height: 175.11px;
        margin-bottom: 35px;
    }
}

@media (min-width: 1620px) {
    .card-gallery {
        width: 22%;
        height: 283px;
        margin-bottom: 63px;
    }
}

.card-gallery__img {
    display: block;
    /* background-size: 110%; */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    transition: 0.3s ease;
    border-radius: 10px;
}

.card-gallery__title {
    font-family: 'Prata', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color: #FFFFFF;
    position: absolute;
    left: 10px;
    bottom: 10px;
    pointer-events: none;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .card-gallery__title {
        left: 15px;
        bottom: 15px;
        font-size: 13px;
        line-height: 18px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .card-gallery__title {
        font-size: 13px;
        line-height: 18px;
        left: 15px;
        bottom: 15px;
    }
}

@media (min-width: 1620px) {
    .card-gallery__title {
        font-size: 20px;
        line-height: 27px;
        left: 25px;
        bottom: 25px;
    }
}

.card-gallery__title_infoblock {
    position: relative;
    bottom: initial;
    left: initial;
    margin: 6px 0 10px;
}

@media (min-width: 1620px) {
    .card-gallery__title_infoblock {
        margin: 5px 0 20px;
    }
}

.card-gallery__locate {
    font-family: 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 9px;
    line-height: 150%;
    letter-spacing: 0.02em;
    color: #FFFFFF;
}

@media (min-width: 1620px) {
    .card-gallery__locate {
        font-size: 12px;
    }
}

.card-gallery__info {
    font-family: 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 10px;
    line-height: 150%;
    letter-spacing: 0.02em;
    color: rgba(255, 255, 255, 0.7);
}

@media (min-width: 1620px) {
    .card-gallery__info {
        font-size: 14px;
    }
}

.card-gallery_big {
    width: 100%;
    height: 170px;
    margin-top: 10px;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .card-gallery_big {
        width: 48%;
        height: 177.45px;
        margin-top: 0;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .card-gallery_big {
        height: 241.31px;
        width: 48%;
        margin-top: 0;
    }
}

@media (min-width: 1620px) {
    .card-gallery_big {
        height: 390px;
        width: 48%;
        margin-top: 0;
    }
}

.card-gallery_infoblock {
    background-color: #302825;
    padding: 18px 15px;
    position: absolute;
    left: 0;
    bottom: -100%;
    transition: 0.3s ease;
    height: 100%;
    width: 100%;
    margin-bottom: 0;
}

@media (min-width: 1620px) {
    .card-gallery_infoblock {
        padding: 30px 25px;
    }
}

.card-gallery:hover .card-gallery_infoblock {
    bottom: 0;
}

@media (max-width: 1099px) {
    .card-gallery_smallpc {
        display: none;
    }
}

.title {
    font-family: 'Prata', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .title {
        font-size: 20px;
        line-height: 27px;
    }
}

@media (min-width: 1620px) {
    .title {
        font-size: 36px;
        line-height: 49px;
    }
}

.title_before {
    width: 100%;
    position: relative;
}

.title_before h2 {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background-color: #1C1512;
    padding-right: 14px;
}

.title_before::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 1px;
    width: 100%;
    right: 0px;
    background-color: white;
}

.slider-gallery-works {
    margin: 40px 0 80px !important;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .slider-gallery-works {
        margin: 40px 0 !important;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .slider-gallery-works {
        margin: 30px 0 !important;
    }
}

@media (min-width: 1620px) {
    .slider-gallery-works {
        margin: 50px 0 !important;
    }
}

.slider-gallery-works__slide {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.slider-gallery-works__slide:hover .card-gallery_infoblock {
    bottom: 0;
    pointer-events: none;
}

.slider-gallery-works__slide a {
    display: block;
    /* background-size: 120%; */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 345px;
    height: 250px;
    border-radius: 10px;
    transition: 0.3s ease;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .slider-gallery-works__slide a {
        width: 349px;
        height: 212px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .slider-gallery-works__slide a {
        width: 305.52px;
        height: 185.91px;
    }
}

@media (min-width: 1620px) {
    .slider-gallery-works__slide a {
        width: 493px;
        height: 300px;
    }
}


/* .slider-gallery-works__slide a:hover {
      background-size: 130%; } */

.slider-gallery-works .slick-slide {
    margin: 0 30px;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .slider-gallery-works .slick-slide {
        margin: 0 15px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .slider-gallery-works .slick-slide {
        margin: 0 20px;
    }
}

@media (min-width: 1620px) {
    .slider-gallery-works .slick-slide {
        margin: 0 30px;
    }
}

.slider-gallery-works .slick-list {
    margin: 0 -30px;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .slider-gallery-works .slick-list {
        margin: 0 -15px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .slider-gallery-works .slick-list {
        margin: 0 -20px;
    }
}

@media (min-width: 1620px) {
    .slider-gallery-works .slick-list {
        margin: 0 -30px;
    }
}

.slider-gallery-works .slick-dots {
    bottom: -41px;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .slider-gallery-works .slick-dots {
        bottom: initial;
        top: -65px;
        text-align: right;
        width: 100px;
        right: 0;
        background-color: #1C1512;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .slider-gallery-works .slick-dots {
        bottom: initial;
        top: -48px;
        text-align: left;
        padding-left: 26px;
        width: 240px;
        right: 0;
        background-color: #1C1512;
    }
}

@media (min-width: 1620px) {
    .slider-gallery-works .slick-dots {
        bottom: initial;
        top: -80px;
        text-align: left;
        padding-left: 26px;
        width: 270px;
        right: 0;
        background-color: #1C1512;
    }
}

.slider-gallery-works .slick-dots li {
    width: 11px;
    height: 11px;
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .slider-gallery-works .slick-dots li {
        width: 7px;
        height: 7px;
    }
}

.slider-gallery-works .slick-dots li button {
    width: 11px;
    height: 11px;
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .slider-gallery-works .slick-dots li button {
        width: 7px;
        height: 7px;
    }
}

.slider-gallery-works .slick-dots li button:before {
    opacity: 1;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    content: '';
    transition: 0.3s ease;
    width: 11px;
    height: 11px;
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .slider-gallery-works .slick-dots li button:before {
        width: 7px;
        height: 7px;
    }
}

.slider-gallery-works .slick-dots li.slick-active button:before {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    opacity: 1;
}

.slider-gallery-works .slick-arrow {
    top: -44px;
    right: 0;
    left: initial;
    z-index: 3;
    width: 24px;
    height: 12px;
}

@media (min-width: 1620px) {
    .slider-gallery-works .slick-arrow {
        top: -41px;
        width: 37px;
        height: 19px;
    }
}

.slider-gallery-works .slick-arrow::before {
    content: '';
    display: block;
    background-image: url(../img/arrow-slider.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 24px;
    height: 12px;
}

@media (min-width: 1620px) {
    .slider-gallery-works .slick-arrow::before {
        width: 37px;
        height: 19px;
    }
}

.slider-gallery-works .slick-prev {
    right: 30px;
    transform: rotate(180deg);
    top: -50px;
}

@media (min-width: 1620px) {
    .slider-gallery-works .slick-prev {
        top: -50px;
    }
}

.slider-gallery-reviews__slide a {
    display: block;
    background-size: 120%;
    background-position: center;
    background-repeat: no-repeat;
    width: 345px;
    height: 193.84px;
    border-radius: 10px;
    transition: 0.3s ease;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .slider-gallery-reviews__slide a {
        width: 349px;
        height: 196.09px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .slider-gallery-reviews__slide a {
        width: 305.52px;
        height: 171.34px;
    }
}

@media (min-width: 1620px) {
    .slider-gallery-reviews__slide a {
        width: 493px;
        height: 277px;
    }
}

.slider-gallery-reviews__slide a:hover {
    background-size: 130%;
}

.slider-gallery-reviews__imgslide {
    position: relative;
}

.slider-gallery-reviews__imgslide:before {
    content: '';
    position: absolute;
    background-image: url(../img/play.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 56px;
    height: 55px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (min-width: 601px) and (max-width: 1099px) {
    .slider-gallery-reviews__imgslide:before {
        width: 55.3px;
        height: 55.3px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .slider-gallery-reviews__imgslide:before {
        width: 75.61px;
        height: 75.61px;
    }
}

@media (min-width: 1620px) {
    .slider-gallery-reviews__imgslide:before {
        width: 122px;
        height: 122px;
    }
}

.slider-products__slide {
    width: 163px;
    height: 267px;
    background-color: #302825;
    border-radius: 10px;
    position: relative;
    padding-top: 29px;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .slider-products__slide {
        width: 224.32px;
        height: 234.78px;
        border-radius: 5px;
        padding-top: 17px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .slider-products__slide {
        width: 305.04px;
        height: 319.27px !important;
        border-radius: 6px;
        padding-top: 24px;
    }
}

@media (min-width: 1620px) {
    .slider-products__slide {
        width: 493px;
        height: 516px;
        border-radius: 10px;
        padding-top: 39px;
    }
}

.slider-products__img {
    display: block;
    background-size: 120%;
    background-position: center;
    margin: 0 auto;
    background-repeat: no-repeat;
    width: 127px;
    height: 167px;
    filter: drop-shadow(0px 0px 13.65px rgba(0, 0, 0, 0.2));
}

@media (min-width: 601px) and (max-width: 1099px) {
    .slider-products__img {
        width: 103px;
        height: 151.97px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .slider-products__img {
        width: 142px;
        height: 206.66px;
    }
}

@media (min-width: 1620px) {
    .slider-products__img {
        width: 226px;
        height: 334px;
    }
}

.slider-products__title {
    font-family: 'Prata', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
    margin-top: 24px;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .slider-products__title {
        font-size: 13px;
        line-height: 18px;
        margin-top: 18px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .slider-products__title {
        font-size: 18px;
        line-height: 24px;
        margin-top: 24px;
    }
}

@media (min-width: 1620px) {
    .slider-products__title {
        font-size: 30px;
        line-height: 41px;
        margin-top: 40px;
    }
}

.slider-products__btn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -13px;
    width: 110.57px;
    height: 26px;
    font-size: 10px;
    line-height: 150%;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .slider-products__btn {
        width: 124.96px;
        height: 29.5px;
        font-size: 11px;
        bottom: -14px;
    }
    .slider-products__btn:before {
        width: 28.93px;
        height: 29.5px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .slider-products__btn {
        width: 133.65px;
        height: 32px;
        font-size: 12px;
        bottom: -16px;
        padding-left: 18px;
    }
    .slider-products__btn:before {
        width: 30.94px;
        height: 32px;
    }
}

@media (min-width: 1620px) {
    .slider-products__btn {
        width: 216px;
        height: 51px;
        font-size: 18px;
        padding-left: 36px;
        bottom: -25px;
    }
    .slider-products__btn::before {
        width: 50px;
        height: 51px;
    }
}

.slider-products__parent-cat {
    color: white;
    font-family: 'Prata', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    text-align: center;
    display: block;
    cursor: pointer;
    text-decoration: none;
    transition: 0.3s ease;
}

.slider-products__parent-cat:hover {
    opacity: 0.8;
}

@media (max-width: 600px) {
    .slider-products__parent-cat {
        font-size: 8px;
    }
}

.slider-products .slick-slide {
    margin: 0 10px;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .slider-products .slick-slide {
        margin: 0 15px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .slider-products .slick-slide {
        margin: 0 20px;
    }
}

@media (min-width: 1620px) {
    .slider-products .slick-slide {
        margin: 0 30px;
    }
}

.slider-products .slick-list {
    margin: 0 -10px;
    height: 280px;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .slider-products .slick-list {
        margin: 0 -15px;
        height: 250px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .slider-products .slick-list {
        margin: 0 -20px;
        height: 340px;
    }
}

@media (min-width: 1620px) {
    .slider-products .slick-list {
        margin: 0 -30px;
        height: 550px;
    }
}

.slider-products .slick-dots {
    bottom: -41px;
}

.slider-products .slick-dots li {
    width: 11px;
    height: 11px;
}

.slider-products .slick-dots li button {
    width: 11px;
    height: 11px;
}

.slider-products .slick-dots li button:before {
    opacity: 1;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    content: '';
    transition: 0.3s ease;
    width: 11px;
    height: 11px;
}

.slider-products .slick-dots li.slick-active button:before {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    opacity: 1;
}

.slider-products .slick-arrow {
    z-index: 3;
    width: 29px;
    height: 29px;
    top: 46%;
}

@media (min-width: 1620px) {
    .slider-products .slick-arrow {
        top: 50%;
    }
}

.slider-products .slick-arrow::before {
    content: '';
    display: block;
    background-image: url(../img/arrow-slider.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 29px;
    height: 29px;
}

.slider-products .slick-next {
    right: -40px;
}

@media (min-width: 1620px) {
    .slider-products .slick-next {
        right: -50px;
    }
}

.slider-products .slick-prev {
    left: -40px;
}

.slider-products .slick-prev::before {
    transform: rotate(180deg);
}

@media (min-width: 1620px) {
    .slider-products .slick-prev {
        left: -50px;
    }
}

.slider-headsets {
    margin: 40px 0 120px !important;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .slider-headsets {
        margin: 40px 0 80px !important;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .slider-headsets {
        margin: 40px 0 120px !important;
    }
}

@media (min-width: 1620px) {
    .slider-headsets {
        margin: 50px 0 150px !important;
    }
}

.slider-headsets__slide {
    background: #302825;
    border-radius: 10px;
    width: 163px;
    height: 128px;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .slider-headsets__slide {
        width: 218.09px;
        height: 170.79px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .slider-headsets__slide {
        width: 219.52px;
        height: 171.91px;
    }
}

@media (min-width: 1620px) {
    .slider-headsets__slide {
        width: 355px;
        height: 278px;
    }
}

.slider-headsets__slide a {
    display: block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 107px;
    height: 108px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (min-width: 601px) and (max-width: 1099px) {
    .slider-headsets__slide a {
        width: 144.37px;
        height: 144.37px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .slider-headsets__slide a {
        width: 145.32px;
        height: 145.32px;
    }
}

@media (min-width: 1620px) {
    .slider-headsets__slide a {
        width: 235px;
        height: 235px;
    }
}

.slider-headsets .slick-slide {
    margin: 0 10px;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .slider-headsets .slick-slide {
        margin: 0 15px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .slider-headsets .slick-slide {
        margin: 0 20px;
    }
}

@media (min-width: 1620px) {
    .slider-headsets .slick-slide {
        margin: 0 30px;
    }
}

.slider-headsets .slick-list {
    margin: 0 -10px;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .slider-headsets .slick-list {
        margin: 0 -15px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .slider-headsets .slick-list {
        margin: 0 -20px;
    }
}

@media (min-width: 1620px) {
    .slider-headsets .slick-list {
        margin: 0 -30px;
    }
}

.slider-headsets .slick-dots {
    bottom: -41px;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .slider-headsets .slick-dots {
        bottom: initial;
        top: -57px;
        text-align: right;
        width: 100px;
        right: 0;
        background-color: #1C1512;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .slider-headsets .slick-dots {
        bottom: initial;
        top: -58px;
        text-align: left;
        padding-left: 26px;
        width: 170px;
        right: 0;
        background-color: #1C1512;
    }
}

@media (min-width: 1620px) {
    .slider-headsets .slick-dots {
        bottom: initial;
        top: -81px;
        text-align: left;
        padding-left: 26px;
        width: 270px;
        right: 0;
        background-color: #1C1512;
    }
}

.slider-headsets .slick-dots li {
    width: 11px;
    height: 11px;
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .slider-headsets .slick-dots li {
        width: 7px;
        height: 7px;
    }
}

.slider-headsets .slick-dots li button {
    width: 11px;
    height: 11px;
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .slider-headsets .slick-dots li button {
        width: 7px;
        height: 7px;
    }
}

.slider-headsets .slick-dots li button:before {
    opacity: 1;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    content: '';
    transition: 0.3s ease;
    width: 11px;
    height: 11px;
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .slider-headsets .slick-dots li button:before {
        width: 7px;
        height: 7px;
    }
}

.slider-headsets .slick-dots li.slick-active button:before {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    opacity: 1;
}

.slider-headsets .slick-arrow {
    top: -53px;
    right: 0;
    left: initial;
    z-index: 3;
    width: 24px;
    height: 12px;
}

@media (min-width: 1620px) {
    .slider-headsets .slick-arrow {
        top: -77px;
        width: 37px;
        height: 19px;
    }
}

.slider-headsets .slick-arrow::before {
    content: '';
    display: block;
    background-image: url(../img/arrow-slider.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 24px;
    height: 12px;
}

@media (min-width: 1620px) {
    .slider-headsets .slick-arrow::before {
        width: 37px;
        height: 19px;
    }
}

.slider-headsets .slick-prev {
    right: 30px;
    transform: rotate(180deg);
    top: -59px;
}

@media (min-width: 1620px) {
    .slider-headsets .slick-prev {
        top: -87px;
    }
}

.slider-fitting-window__slide {
    position: relative;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .slider-fitting-window__slide {
        padding-top: 16px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .slider-fitting-window__slide {
        padding-top: 14px;
    }
}

@media (min-width: 1620px) {
    .slider-fitting-window__slide {
        padding-top: 23px;
    }
}

.slider-fitting-window__contain {
    width: 163px;
    height: 150px;
    background-color: #302825;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .slider-fitting-window__contain {
        width: 349px;
        height: 210.96px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .slider-fitting-window__contain {
        width: 305.04px;
        height: 184.39px;
    }
}

@media (min-width: 1620px) {
    .slider-fitting-window__contain {
        width: 493px;
        height: 298px;
    }
}

.slider-fitting-window__img {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 141px;
    height: 85px;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .slider-fitting-window__img {
        width: 267.59px;
        height: 160.7px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .slider-fitting-window__img {
        width: 233.89px;
        height: 140.46px;
    }
}

@media (min-width: 1620px) {
    .slider-fitting-window__img {
        width: 378px;
        height: 227px;
    }
}

.slider-fitting-window__title {
    margin: 10px 0 15px;
    font-family: 'Prata', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: #FFFFFF;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .slider-fitting-window__title {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 0;
        margin-top: 18px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .slider-fitting-window__title {
        margin-bottom: 0;
        margin-top: 15px;
        font-size: 15px;
        line-height: 20px;
    }
}

@media (min-width: 1620px) {
    .slider-fitting-window__title {
        margin-bottom: 0;
        margin-top: 25px;
        font-size: 24px;
        line-height: 33px;
    }
}

.slider-fitting-window__btn {
    width: 100%;
    height: 40px;
    font-size: 14px;
    line-height: 19px;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .slider-fitting-window__btn {
        position: absolute;
        top: 0;
        right: 20px;
        width: 116.81px;
        height: 32.56px;
        font-size: 12px;
        line-height: 16px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .slider-fitting-window__btn {
        position: absolute;
        top: 0;
        right: 18px;
        width: 102.09px;
        height: 28.46px;
        font-size: 10px;
        line-height: 14px;
    }
}

@media (min-width: 1620px) {
    .slider-fitting-window__btn {
        position: absolute;
        top: 0;
        right: 29px;
        width: 165px;
        height: 46px;
        font-size: 16px;
        line-height: 22px;
    }
}

.slider-fitting-window .slick-slide {
    margin: 0 10px;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .slider-fitting-window .slick-slide {
        margin: 0 15px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .slider-fitting-window .slick-slide {
        margin: 0 20px;
    }
}

@media (min-width: 1620px) {
    .slider-fitting-window .slick-slide {
        margin: 0 30px;
    }
}

.slider-fitting-window .slick-list {
    margin: 0 -10px;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .slider-fitting-window .slick-list {
        margin: 0 -15px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .slider-fitting-window .slick-list {
        margin: 0 -20px;
    }
}

@media (min-width: 1620px) {
    .slider-fitting-window .slick-list {
        margin: 0 -30px;
    }
}

.slider-fitting-window .slick-dots {
    bottom: -41px;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .slider-fitting-window .slick-dots {
        bottom: initial;
        top: -49px;
        text-align: right;
        width: 100px;
        right: 0;
        background-color: #1C1512;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .slider-fitting-window .slick-dots {
        bottom: initial;
        top: -65px;
        text-align: left;
        padding-left: 26px;
        width: 170px;
        right: 0;
        background-color: #1C1512;
    }
}

@media (min-width: 1620px) {
    .slider-fitting-window .slick-dots {
        bottom: initial;
        top: -87px;
        text-align: left;
        padding-left: 26px;
        width: 270px;
        right: 0;
        background-color: #1C1512;
    }
}

.slider-fitting-window .slick-dots li {
    width: 11px;
    height: 11px;
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .slider-fitting-window .slick-dots li {
        width: 7px;
        height: 7px;
    }
}

.slider-fitting-window .slick-dots li button {
    width: 11px;
    height: 11px;
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .slider-fitting-window .slick-dots li button {
        width: 7px;
        height: 7px;
    }
}

.slider-fitting-window .slick-dots li button:before {
    opacity: 1;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    content: '';
    transition: 0.3s ease;
    width: 11px;
    height: 11px;
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .slider-fitting-window .slick-dots li button:before {
        width: 7px;
        height: 7px;
    }
}

.slider-fitting-window .slick-dots li.slick-active button:before {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    opacity: 1;
}

.slider-fitting-window .slick-arrow {
    top: -53px;
    right: 0;
    left: initial;
    z-index: 3;
    width: 24px;
    height: 12px;
}

@media (min-width: 1620px) {
    .slider-fitting-window .slick-arrow {
        top: -71px;
        width: 37px;
        height: 19px;
    }
}

.slider-fitting-window .slick-arrow::before {
    content: '';
    display: block;
    background-image: url(../img/arrow-slider.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 24px;
    height: 12px;
}

@media (min-width: 1620px) {
    .slider-fitting-window .slick-arrow::before {
        width: 37px;
        height: 19px;
    }
}

.slider-fitting-window .slick-prev {
    right: 30px;
    transform: rotate(180deg);
    top: -59px;
}

@media (min-width: 1620px) {
    .slider-fitting-window .slick-prev {
        top: -81px;
    }
}

.slider-fittings-door__slide {
    position: relative;
}

.slider-fittings-door__contain {
    width: 163px;
    height: 150px;
    background-color: #302825;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .slider-fittings-door__contain {
        width: 217.67px;
        height: 182.72px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .slider-fittings-door__contain {
        width: 219.66px;
        height: 184.39px;
    }
}

@media (min-width: 1620px) {
    .slider-fittings-door__contain {
        width: 355px;
        height: 298px;
    }
}

.slider-fittings-door__img {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 112px;
    height: 112px;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .slider-fittings-door__img {
        width: 131.83px;
        height: 131.83px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .slider-fittings-door__img {
        width: 133.03px;
        height: 133.03px;
    }
}

@media (min-width: 1620px) {
    .slider-fittings-door__img {
        width: 215px;
        height: 215px;
    }
}

.slider-fittings-door__title {
    margin: 10px 0 15px;
    font-family: 'Prata', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: #FFFFFF;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .slider-fittings-door__title {
        font-size: 14px;
        line-height: 19px;
        margin: 15px 0;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .slider-fittings-door__title {
        font-size: 15px;
        line-height: 20px;
        margin: 15px 0;
    }
}

@media (min-width: 1620px) {
    .slider-fittings-door__title {
        font-size: 24px;
        line-height: 33px;
        margin: 25px 0;
    }
}

.slider-fittings-door__btn {
    width: 100%;
    height: 40px;
    font-size: 14px;
    line-height: 19px;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .slider-fittings-door__btn {
        width: 133.05px;
        height: 28.2px;
        font-size: 10px;
        line-height: 14px;
        margin-left: auto;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .slider-fittings-door__btn {
        width: 134.27px;
        height: 28.46px;
        font-size: 10px;
        line-height: 14px;
        margin-left: auto;
    }
}

@media (min-width: 1620px) {
    .slider-fittings-door__btn {
        width: 217px;
        height: 46px;
        font-size: 16px;
        line-height: 22px;
        margin-left: auto;
    }
}

.slider-fittings-door .slick-slide {
    margin: 0 10px;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .slider-fittings-door .slick-slide {
        margin: 0 15px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .slider-fittings-door .slick-slide {
        margin: 0 20px;
    }
}

@media (min-width: 1620px) {
    .slider-fittings-door .slick-slide {
        margin: 0 30px;
    }
}

.slider-fittings-door .slick-list {
    margin: 0 -10px;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .slider-fittings-door .slick-list {
        margin: 0 -15px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .slider-fittings-door .slick-list {
        margin: 0 -20px;
    }
}

@media (min-width: 1620px) {
    .slider-fittings-door .slick-list {
        margin: 0 -30px;
    }
}

.slider-fittings-door .slick-dots {
    bottom: -41px;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .slider-fittings-door .slick-dots {
        bottom: initial;
        top: -63px;
        text-align: right;
        width: 100px;
        right: 0;
        background-color: #1C1512;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .slider-fittings-door .slick-dots {
        bottom: initial;
        top: -65px;
        text-align: left;
        padding-left: 26px;
        width: 170px;
        right: 0;
        background-color: #1C1512;
    }
}

@media (min-width: 1620px) {
    .slider-fittings-door .slick-dots {
        bottom: initial;
        top: -87px;
        text-align: left;
        padding-left: 26px;
        width: 270px;
        right: 0;
        background-color: #1C1512;
    }
}

.slider-fittings-door .slick-dots li {
    width: 11px;
    height: 11px;
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .slider-fittings-door .slick-dots li {
        width: 7px;
        height: 7px;
    }
}

.slider-fittings-door .slick-dots li button {
    width: 11px;
    height: 11px;
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .slider-fittings-door .slick-dots li button {
        width: 7px;
        height: 7px;
    }
}

.slider-fittings-door .slick-dots li button:before {
    opacity: 1;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    content: '';
    transition: 0.3s ease;
    width: 11px;
    height: 11px;
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .slider-fittings-door .slick-dots li button:before {
        width: 7px;
        height: 7px;
    }
}

.slider-fittings-door .slick-dots li.slick-active button:before {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    opacity: 1;
}

.slider-fittings-door .slick-arrow {
    top: -53px;
    right: 0;
    left: initial;
    z-index: 3;
    width: 24px;
    height: 12px;
}

@media (min-width: 1620px) {
    .slider-fittings-door .slick-arrow {
        top: -71px;
        width: 37px;
        height: 19px;
    }
}

.slider-fittings-door .slick-arrow::before {
    content: '';
    display: block;
    background-image: url(../img/arrow-slider.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 24px;
    height: 12px;
}

@media (min-width: 1620px) {
    .slider-fittings-door .slick-arrow::before {
        width: 37px;
        height: 19px;
    }
}

.slider-fittings-door .slick-prev {
    right: 30px;
    transform: rotate(180deg);
    top: -59px;
}

@media (min-width: 1620px) {
    .slider-fittings-door .slick-prev {
        top: -81px;
    }
}

.iti__country-name {
    color: black;
}

.form-calc {
    counter-reset: section;
    background-color: #302825;
    border-radius: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}

.form-calc input {
    width: 135.34px;
    height: 38.59px;
    margin-bottom: 20px;
    text-align: center;
    font-family: 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    letter-spacing: 0.02em;
    color: rgba(0, 0, 0, 0.5);
    outline: none;
    -moz-appearance: textfield;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .form-calc input {
        width: 102.49px;
        height: 29.22px;
        font-size: 10px;
        line-height: 11px;
        margin-bottom: 0;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .form-calc input {
        width: 110.89px;
        height: 31.62px;
        font-size: 11px;
        line-height: 13px;
        margin-bottom: 0;
    }
}

@media (min-width: 1620px) {
    .form-calc input {
        width: 175.35px;
        height: 50px;
        font-size: 18px;
        line-height: 21px;
        margin-bottom: 0;
    }
}

.form-calc input::-moz-placeholder {
    font-family: 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    letter-spacing: 0.02em;
    color: rgba(0, 0, 0, 0.5);
}

.form-calc input:-ms-input-placeholder {
    font-family: 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    letter-spacing: 0.02em;
    color: rgba(0, 0, 0, 0.5);
}

.form-calc input::placeholder {
    font-family: 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    letter-spacing: 0.02em;
    color: rgba(0, 0, 0, 0.5);
}

@media (min-width: 601px) and (max-width: 1099px) {
    .form-calc input::-moz-placeholder {
        font-size: 10px;
        line-height: 11px;
    }
    .form-calc input:-ms-input-placeholder {
        font-size: 10px;
        line-height: 11px;
    }
    .form-calc input::placeholder {
        font-size: 10px;
        line-height: 11px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .form-calc input::-moz-placeholder {
        font-size: 11px;
        line-height: 13px;
    }
    .form-calc input:-ms-input-placeholder {
        font-size: 11px;
        line-height: 13px;
    }
    .form-calc input::placeholder {
        font-size: 11px;
        line-height: 13px;
    }
}

@media (min-width: 1620px) {
    .form-calc input::-moz-placeholder {
        font-size: 18px;
        line-height: 21px;
    }
    .form-calc input:-ms-input-placeholder {
        font-size: 18px;
        line-height: 21px;
    }
    .form-calc input::placeholder {
        font-size: 18px;
        line-height: 21px;
    }
}

.form-calc input::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.form-calc input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.form-calc__items {
    padding-left: 36px;
    display: flex;
    flex-direction: column;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .form-calc__items {
        padding-left: 46px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .form-calc__items {
        padding-left: 50px;
    }
}

@media (min-width: 1620px) {
    .form-calc__items {
        padding-left: 79px;
    }
}

.form-calc__item {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 10px;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .form-calc__item {
        margin-bottom: 27px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .form-calc__item {
        margin-bottom: 30px;
    }
}

@media (min-width: 1620px) {
    .form-calc__item {
        margin-bottom: 47px;
    }
}

.form-calc__item:before {
    counter-increment: section;
    content: counters(section, ".") " ";
    position: absolute;
    left: -45px;
    top: 5px;
    color: white;
    width: 30px;
    height: 30px;
    font-family: 'Geometria', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .form-calc__item:before {
        font-size: 13.8632px;
        line-height: 17px;
        top: 0;
        left: -40px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .form-calc__item:before {
        font-size: 15px;
        line-height: 19px;
        top: 2px;
        left: -40px;
    }
}

@media (min-width: 1620px) {
    .form-calc__item:before {
        font-size: 24px;
        line-height: 30px;
        top: 10px;
        left: -50px;
    }
}

.form-calc__item.mob-hidden {
    display: none;
}

@media (min-width: 601px) {
    .form-calc__item.mob-hidden {
        display: flex;
    }
}

.form-calc__area {
    position: relative;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .form-calc__area {
        margin-left: 50px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .form-calc__area {
        margin-left: 50px;
    }
}

@media (min-width: 1620px) {
    .form-calc__area {
        margin-left: 50px;
    }
}

.form-calc__area:before {
    content: '/';
    position: absolute;
    color: white;
    left: -33px;
    top: 9px;
    font-family: 'Geometria', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 23px;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .form-calc__area:before {
        left: -49px;
        top: 4px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .form-calc__area:before {
        left: -49px;
        top: 4px;
    }
}

@media (min-width: 1620px) {
    .form-calc__area:before {
        left: -65px;
        top: 13px;
    }
}

.form-calc__area input {
    box-sizing: border-box;
    border: 5px solid #C9C9C9;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .form-calc__area input {
        border: 4px solid #C9C9C9;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .form-calc__area input {
        border: 4px solid #C9C9C9;
    }
}

@media (min-width: 1620px) {
    .form-calc__area input {
        border: 5px solid #C9C9C9;
    }
}

.form-calc__area span {
    width: 135.34px;
    height: 38.59px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    box-sizing: border-box;
    border: 5px solid #C9C9C9;
    font-family: 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    letter-spacing: 0.02em;
    color: rgba(0, 0, 0, 0.5);
    overflow: hidden;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .form-calc__area span {
        border: 4px solid #C9C9C9;
        width: 101.7px;
        height: 29.22px;
        font-size: 10px;
        line-height: 11px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .form-calc__area span {
        border: 4px solid #C9C9C9;
        width: 110.04px;
        height: 31.62px;
        font-size: 11px;
        line-height: 13px;
    }
}

@media (min-width: 1620px) {
    .form-calc__area span {
        border: 5px solid #C9C9C9;
        width: 174px;
        height: 50px;
        font-size: 18px;
        line-height: 21px;
    }
}

.form-calc__plus {
    display: block;
    margin-bottom: 42px;
    position: relative;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    cursor: pointer;
    transition: 0.3s ease;
    order: 1;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .form-calc__plus {
        margin-bottom: 37px;
        font-size: 12px;
        line-height: 16px;
        margin-left: 28px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .form-calc__plus {
        margin-bottom: 37px;
        font-size: 12px;
        line-height: 16px;
        margin-left: 33px;
    }
}

@media (min-width: 1620px) {
    .form-calc__plus {
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 60px;
        margin-left: 50px;
    }
}

.form-calc__plus:before {
    content: '';
    position: absolute;
    background-image: url(../img/plus.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 23px;
    height: 23px;
    left: -37px;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .form-calc__plus:before {
        width: 15px;
        height: 15px;
        left: -27px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .form-calc__plus:before {
        width: 16px;
        height: 16px;
        left: -29px;
    }
}

@media (min-width: 1620px) {
    .form-calc__plus:before {
        width: 26px;
        height: 26px;
        left: -47px;
    }
}

.form-calc__plus:hover {
    opacity: 0.8;
}

.form-calc__btn {
    border: none;
    width: 100%;
    height: 40px;
    font-size: 14px;
    line-height: 19px;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .form-calc__btn {
        width: 125.66px;
        height: 28.64px;
        font-size: 10px;
        line-height: 14px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .form-calc__btn {
        width: 135.96px;
        height: 30.99px;
        font-size: 11px;
        line-height: 15px;
    }
}

@media (min-width: 1620px) {
    .form-calc__btn {
        width: 215px;
        height: 49px;
        font-size: 18px;
        line-height: 24px;
    }
}

.form-backcall {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .form-backcall {
        max-height: 210px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .form-backcall {
        max-height: 200px;
    }
}

@media (min-width: 1620px) {
    .form-backcall {
        max-height: 320px;
    }
}

.form-backcall input {
    width: 100%;
    height: 50px;
    margin-bottom: 20px;
    outline: none;
    padding: 17px 20px;
    font-family: 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.02em;
    color: rgba(0, 0, 0, 0.5);
    -moz-appearance: textfield;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .form-backcall input {
        width: 47%;
        height: 33px;
        margin-bottom: 19px;
        padding: 9px 14px;
        font-size: 10px;
        line-height: 11px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .form-backcall input {
        width: 220.69px;
        height: 33.57px;
        padding: 9px 14px;
        font-size: 10px;
        line-height: 11px;
        margin-bottom: 18px;
    }
}

@media (min-width: 1620px) {
    .form-backcall input {
        width: 355px;
        height: 54px;
        padding: 16px 24px;
        margin-bottom: 30px;
        font-size: 16px;
        line-height: 18px;
    }
}

.form-backcall input::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.form-backcall input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.form-backcall input::-moz-placeholder {
    font-family: 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.02em;
    color: rgba(0, 0, 0, 0.5);
}

.form-backcall input:-ms-input-placeholder {
    font-family: 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.02em;
    color: rgba(0, 0, 0, 0.5);
}

.form-backcall input::placeholder {
    font-family: 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.02em;
    color: rgba(0, 0, 0, 0.5);
}

@media (min-width: 601px) and (max-width: 1099px) {
    .form-backcall input::-moz-placeholder {
        font-size: 10px;
        line-height: 11px;
    }
    .form-backcall input:-ms-input-placeholder {
        font-size: 10px;
        line-height: 11px;
    }
    .form-backcall input::placeholder {
        font-size: 10px;
        line-height: 11px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .form-backcall input::-moz-placeholder {
        font-size: 10px;
        line-height: 11px;
    }
    .form-backcall input:-ms-input-placeholder {
        font-size: 10px;
        line-height: 11px;
    }
    .form-backcall input::placeholder {
        font-size: 10px;
        line-height: 11px;
    }
}

@media (min-width: 1620px) {
    .form-backcall input::-moz-placeholder {
        font-size: 16px;
        line-height: 18px;
    }
    .form-backcall input:-ms-input-placeholder {
        font-size: 16px;
        line-height: 18px;
    }
    .form-backcall input::placeholder {
        font-size: 16px;
        line-height: 18px;
    }
}

.form-backcall textarea {
    resize: none;
    font-family: 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.02em;
    color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 200px;
    outline: none;
    padding: 17px 20px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

@media (min-width: 601px) and (max-width: 1099px) {
    .form-backcall textarea {
        width: 47%;
        order: 1;
        height: 192px;
        padding: 9px 14px;
        font-size: 10px;
        line-height: 11px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .form-backcall textarea {
        width: 220.69px;
        height: 192.71px;
        font-size: 10px;
        line-height: 11px;
        padding: 9px 14px;
        order: 1;
    }
}

@media (min-width: 1620px) {
    .form-backcall textarea {
        font-size: 16px;
        line-height: 18px;
        order: 1;
        padding: 16px 24px;
        width: 355px;
        height: 310px;
    }
}

.form-backcall textarea::-moz-placeholder {
    font-family: 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.02em;
    color: rgba(0, 0, 0, 0.5);
}

.form-backcall textarea:-ms-input-placeholder {
    font-family: 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.02em;
    color: rgba(0, 0, 0, 0.5);
}

.form-backcall textarea::placeholder {
    font-family: 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.02em;
    color: rgba(0, 0, 0, 0.5);
}

@media (min-width: 601px) and (max-width: 1099px) {
    .form-backcall textarea::-moz-placeholder {
        font-size: 10px;
        line-height: 11px;
    }
    .form-backcall textarea:-ms-input-placeholder {
        font-size: 10px;
        line-height: 11px;
    }
    .form-backcall textarea::placeholder {
        font-size: 10px;
        line-height: 11px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .form-backcall textarea::-moz-placeholder {
        font-size: 10px;
        line-height: 11px;
    }
    .form-backcall textarea:-ms-input-placeholder {
        font-size: 10px;
        line-height: 11px;
    }
    .form-backcall textarea::placeholder {
        font-size: 10px;
        line-height: 11px;
    }
}

@media (min-width: 1620px) {
    .form-backcall textarea::-moz-placeholder {
        font-size: 16px;
        line-height: 18px;
    }
    .form-backcall textarea:-ms-input-placeholder {
        font-size: 16px;
        line-height: 18px;
    }
    .form-backcall textarea::placeholder {
        font-size: 16px;
        line-height: 18px;
    }
}

.form-backcall .btn {
    border: none;
    width: 100%;
    height: 44px;
    margin-top: 30px;
    cursor: pointer;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .form-backcall .btn {
        width: 47%;
        margin-top: 0;
        height: 36px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .form-backcall .btn {
        width: 220.69px;
        height: 36.06px;
        font-size: 13px;
        line-height: 18px;
        margin-top: 0px;
    }
}

@media (min-width: 1620px) {
    .form-backcall .btn {
        width: 355px;
        height: 58px;
        margin-top: 0;
        font-size: 20px;
        line-height: 27px;
    }
}

.breadcrumbs {
    width: 100%;
}

.breadcrumbs__crumb {
    font-family: 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 10px;
    line-height: 11px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    padding: 5px 0;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .breadcrumbs__crumb {
        font-size: 14px;
        line-height: 16px;
        padding: 10px 0;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .breadcrumbs__crumb {
        font-size: 14px;
        line-height: 16px;
        padding: 10px 0;
    }
}

@media (min-width: 1620px) {
    .breadcrumbs__crumb {
        font-size: 14px;
        line-height: 16px;
        padding: 10px 0;
    }
}

.breadcrumbs__crumb:not(:last-child) {
    margin-right: 46px;
    position: relative;
    cursor: pointer;
    transition: 0.3s ease;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .breadcrumbs__crumb:not(:last-child) {
        margin-right: 61px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .breadcrumbs__crumb:not(:last-child) {
        margin-right: 61px;
    }
}

@media (min-width: 1620px) {
    .breadcrumbs__crumb:not(:last-child) {
        margin-right: 61px;
    }
}

.breadcrumbs__crumb:not(:last-child):before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -26px;
    background-image: url(../img/arrow-breadcrumb.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 6px;
    height: 12px;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .breadcrumbs__crumb:not(:last-child):before {
        width: 8.5px;
        height: 17px;
        right: -35px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .breadcrumbs__crumb:not(:last-child):before {
        width: 8.5px;
        height: 17px;
        right: -35px;
    }
}

@media (min-width: 1620px) {
    .breadcrumbs__crumb:not(:last-child):before {
        width: 8.5px;
        height: 17px;
        right: -35px;
    }
}

.breadcrumbs__crumb:not(:last-child):hover {
    opacity: 0.8;
}

body {
    background-color: #1C1512;
}

.wrapper {
    max-width: 345px;
    margin: 0 auto;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .wrapper {
        max-width: 728px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .wrapper {
        max-width: 992px;
    }
}

@media (min-width: 1380px) and (max-width: 1619px) {
    .wrapper {
        max-width: 1150px;
    }
}

@media (min-width: 1620px) {
    .wrapper {
        max-width: 1600px;
    }
}

.pads-block {
    padding-top: 40px;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .pads-block {
        padding-top: 60px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .pads-block {
        padding-top: 62px;
    }
}

@media (min-width: 1620px) {
    .pads-block {
        padding-top: 86px;
    }
}

.pads-block .wrapper {
    position: relative;
}

.pads-block__content {
    padding: 20px 0 80px;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .pads-block__content {
        padding: 40px 0 80px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .pads-block__content {
        padding: 40px 0 125px;
    }
}

@media (min-width: 1620px) {
    .pads-block__content {
        padding: 50px 0 150px;
    }
}

.pads-block__pads {
    font-family: 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    color: #FFFFFF;
    display: flex;
    justify-content: space-between;
    margin-bottom: 35px;
    border-bottom: 1px solid #FFFFFF;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .pads-block__pads {
        border-bottom: none;
        position: absolute;
        top: -10px;
        right: 0;
        font-size: 10px;
        line-height: 11px;
        width: 265px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .pads-block__pads {
        border-bottom: none;
        position: absolute;
        top: -12px;
        right: 0;
        font-size: 12px;
        line-height: 14px;
        width: 311px;
    }
}

@media (min-width: 1620px) {
    .pads-block__pads {
        border-bottom: none;
        position: absolute;
        top: -13px;
        right: 0;
        font-size: 18px;
        line-height: 21px;
        width: 438px;
    }
}

.pads-block__pad {
    padding: 0 8px;
    padding-bottom: 10px;
    transition: 0.3s ease;
    margin-bottom: -2px;
    cursor: pointer;
    border-bottom: 3px solid transparent;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .pads-block__pad {
        padding: 0 8px;
        padding-bottom: 9px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .pads-block__pad {
        padding: 0 8px;
        padding-bottom: 10px;
    }
}

@media (min-width: 1620px) {
    .pads-block__pad {
        padding: 0 8px;
        padding-bottom: 16px;
    }
}

.pads-block__pad:hover {
    opacity: 0.8;
    border-bottom: 3px solid rgba(255, 255, 255, 0.5);
}

.pads-block__pad.active {
    font-weight: 500;
    border-bottom: 3px solid #FFFFFF;
    cursor: default;
}

.pads-block__pad.active:hover {
    opacity: 1;
    border-bottom: 3px solid #FFFFFF;
}

.pads-block__oneblock {
    display: none;
    flex-wrap: wrap;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .pads-block__oneblock {
        margin: 0 -15px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .pads-block__oneblock {
        justify-content: space-between;
    }
}

@media (min-width: 1620px) {
    .pads-block__oneblock {
        justify-content: space-between;
    }
}

.pads-block__oneblock.active {
    display: flex;
}

@media (max-width: 600px) {
    .pads-block__oneblock_wood-doors {
        justify-content: space-between;
    }
}

.popup-application {
    display: none;
    background-color: white;
    width: 344px;
    height: 652px;
    padding: 30px 22px;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .popup-application {
        padding: 50px 74px;
        width: 450px;
        height: 622px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .popup-application {
        width: 450px;
        height: 652px;
        padding: 50px 108px 78px;
    }
}

@media (min-width: 1620px) {
    .popup-application {
        height: 936px;
        width: 700px;
        padding: 60px 172px 69px;
    }
}

.popup-application__form {
    display: flex;
    flex-direction: column;
}

.popup-application__title {
    font-family: 'Prata', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 33px;
    text-align: center;
    color: #000000;
    margin-bottom: 20px;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .popup-application__title {
        margin-bottom: 30px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .popup-application__title {
        margin-bottom: 30px;
    }
}

@media (min-width: 1620px) {
    .popup-application__title {
        font-size: 30px;
        line-height: 41px;
        margin-bottom: 32px;
    }
}

.popup-application input {
    background: #FFFFFF;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.15);
    height: 50px;
    margin-bottom: 20px;
    width: 100%;
    border: none;
    outline: none;
    padding: 17px 20px;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .popup-application input {
        height: 34px;
        padding: 10px 14px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .popup-application input {
        height: 33.57px;
        padding: 10px 14px;
        margin-bottom: 18px;
    }
}

@media (min-width: 1620px) {
    .popup-application input {
        height: 54px;
        padding: 16px 24px;
        margin-bottom: 30px;
    }
}

.popup-application input::-moz-placeholder {
    font-family: 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.02em;
    color: rgba(0, 0, 0, 0.5);
}

.popup-application input:-ms-input-placeholder {
    font-family: 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.02em;
    color: rgba(0, 0, 0, 0.5);
}

.popup-application input::placeholder {
    font-family: 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.02em;
    color: rgba(0, 0, 0, 0.5);
}

@media (min-width: 601px) and (max-width: 1099px) {
    .popup-application input::-moz-placeholder {
        font-size: 10px;
        line-height: 11px;
    }
    .popup-application input:-ms-input-placeholder {
        font-size: 10px;
        line-height: 11px;
    }
    .popup-application input::placeholder {
        font-size: 10px;
        line-height: 11px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .popup-application input::-moz-placeholder {
        font-size: 10px;
        line-height: 11px;
    }
    .popup-application input:-ms-input-placeholder {
        font-size: 10px;
        line-height: 11px;
    }
    .popup-application input::placeholder {
        font-size: 10px;
        line-height: 11px;
    }
}

@media (min-width: 1620px) {
    .popup-application input::-moz-placeholder {
        font-size: 16px;
        line-height: 18px;
    }
    .popup-application input:-ms-input-placeholder {
        font-size: 16px;
        line-height: 18px;
    }
    .popup-application input::placeholder {
        font-size: 16px;
        line-height: 18px;
    }
}

.popup-application textarea {
    resize: none;
    background: #FFFFFF;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.15);
    height: 200px;
    width: 100%;
    padding: 17px 20px;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .popup-application textarea {
        height: 193px;
        padding: 10px 14px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .popup-application textarea {
        padding: 10px 14px;
        height: 192.71px;
    }
}

@media (min-width: 1620px) {
    .popup-application textarea {
        height: 310px;
        padding: 16px 24px;
    }
}

.popup-application textarea::-moz-placeholder {
    font-family: 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.02em;
    color: rgba(0, 0, 0, 0.5);
}

.popup-application textarea:-ms-input-placeholder {
    font-family: 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.02em;
    color: rgba(0, 0, 0, 0.5);
}

.popup-application textarea::placeholder {
    font-family: 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.02em;
    color: rgba(0, 0, 0, 0.5);
}

@media (min-width: 601px) and (max-width: 1099px) {
    .popup-application textarea::-moz-placeholder {
        font-size: 10px;
        line-height: 11px;
    }
    .popup-application textarea:-ms-input-placeholder {
        font-size: 10px;
        line-height: 11px;
    }
    .popup-application textarea::placeholder {
        font-size: 10px;
        line-height: 11px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .popup-application textarea::-moz-placeholder {
        font-size: 10px;
        line-height: 11px;
    }
    .popup-application textarea:-ms-input-placeholder {
        font-size: 10px;
        line-height: 11px;
    }
    .popup-application textarea::placeholder {
        font-size: 10px;
        line-height: 11px;
    }
}

@media (min-width: 1620px) {
    .popup-application textarea::-moz-placeholder {
        font-size: 16px;
        line-height: 18px;
    }
    .popup-application textarea:-ms-input-placeholder {
        font-size: 16px;
        line-height: 18px;
    }
    .popup-application textarea::placeholder {
        font-size: 16px;
        line-height: 18px;
    }
}

.popup-application p {
    font-family: 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 150%;
    text-align: center;
    color: rgba(0, 0, 0, 0.7);
    max-width: 233px;
    margin: 20px auto;
}

@media (min-width: 1620px) {
    .popup-application p {
        font-size: 18px;
        margin: 30px auto;
        max-width: 341px;
    }
}

.popup-application__btn {
    -webkit-appearance: none;
    -moz-appearance: textfield;
    height: 44px;
    width: 100%;
    font-family: 'Prata', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #1C1512;
    border: none;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .popup-application__btn {
        height: 36px;
        font-size: 13px;
        line-height: 18px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .popup-application__btn {
        height: 36.06px;
        font-size: 13px;
        line-height: 18px;
    }
}

@media (min-width: 1620px) {
    .popup-application__btn {
        height: 58px;
        font-size: 20px;
        line-height: 27px;
    }
}

.popup-application input::-webkit-outer-spin-button,
.popup-application input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.popup-application input[type=number] {
    -moz-appearance: textfield;
}

.popup-backcall {
    display: none;
    background-color: white;
    width: 344px;
    height: 370px;
    padding: 30px 22px 42px;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .popup-backcall {
        padding: 50px 73px 83px;
        width: 450px;
        height: 394px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .popup-backcall {
        width: 450px;
        height: 382px;
        padding: 50px 108px 70px;
    }
}

@media (min-width: 1620px) {
    .popup-backcall {
        height: 512px;
        width: 700px;
        padding: 60px 172px 69px;
    }
}

.popup-backcall__form {
    display: flex;
    flex-direction: column;
}

.popup-backcall__title {
    font-family: 'Prata', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 33px;
    text-align: center;
    color: #000000;
    margin-bottom: 20px;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .popup-backcall__title {
        margin-bottom: 30px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .popup-backcall__title {
        margin-bottom: 30px;
    }
}

@media (min-width: 1620px) {
    .popup-backcall__title {
        font-size: 30px;
        line-height: 41px;
        margin-bottom: 32px;
    }
}

.popup-backcall input {
    background: #FFFFFF;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.15);
    height: 50px;
    margin-bottom: 20px;
    width: 100%;
    border: none;
    outline: none;
    padding: 17px 20px;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .popup-backcall input {
        height: 34px;
        padding: 10px 14px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .popup-backcall input {
        height: 33.57px;
        padding: 10px 14px;
        margin-bottom: 18px;
    }
}

@media (min-width: 1620px) {
    .popup-backcall input {
        height: 54px;
        padding: 16px 24px;
        margin-bottom: 30px;
    }
}

.popup-backcall input::-moz-placeholder {
    font-family: 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.02em;
    color: rgba(0, 0, 0, 0.5);
}

.popup-backcall input:-ms-input-placeholder {
    font-family: 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.02em;
    color: rgba(0, 0, 0, 0.5);
}

.popup-backcall input::placeholder {
    font-family: 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.02em;
    color: rgba(0, 0, 0, 0.5);
}

@media (min-width: 601px) and (max-width: 1099px) {
    .popup-backcall input::-moz-placeholder {
        font-size: 10px;
        line-height: 11px;
    }
    .popup-backcall input:-ms-input-placeholder {
        font-size: 10px;
        line-height: 11px;
    }
    .popup-backcall input::placeholder {
        font-size: 10px;
        line-height: 11px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .popup-backcall input::-moz-placeholder {
        font-size: 10px;
        line-height: 11px;
    }
    .popup-backcall input:-ms-input-placeholder {
        font-size: 10px;
        line-height: 11px;
    }
    .popup-backcall input::placeholder {
        font-size: 10px;
        line-height: 11px;
    }
}

@media (min-width: 1620px) {
    .popup-backcall input::-moz-placeholder {
        font-size: 16px;
        line-height: 18px;
    }
    .popup-backcall input:-ms-input-placeholder {
        font-size: 16px;
        line-height: 18px;
    }
    .popup-backcall input::placeholder {
        font-size: 16px;
        line-height: 18px;
    }
}

.popup-backcall #phone3 {
    padding: 17px 17px 17px 71px;
}

.popup-backcall p {
    font-family: 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 150%;
    text-align: center;
    color: rgba(0, 0, 0, 0.7);
    max-width: 233px;
    margin: 20px auto;
}

@media (min-width: 1620px) {
    .popup-backcall p {
        font-size: 18px;
        margin: 30px auto;
        max-width: 341px;
    }
}

.popup-backcall__btn {
    -webkit-appearance: none;
    -moz-appearance: textfield;
    height: 44px;
    width: 100%;
    font-family: 'Prata', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #1C1512;
    border: none;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .popup-backcall__btn {
        height: 36px;
        font-size: 13px;
        line-height: 18px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .popup-backcall__btn {
        height: 36.06px;
        font-size: 13px;
        line-height: 18px;
    }
}

@media (min-width: 1620px) {
    .popup-backcall__btn {
        height: 58px;
        font-size: 20px;
        line-height: 27px;
    }
}

.popup-backcall input::-webkit-outer-spin-button,
.popup-backcall input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.popup-backcall input[type=number] {
    -moz-appearance: textfield;
}

a {
    color: white;
}

.header {
    background-color: #1C1512;
    font-family: 'Ubuntu', sans-serif;
    font-style: normal;
    position: relative;
}

@media (max-width: 1099px) {
    .header .wrapper {
        position: relative;
    }
}

.header__main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 7px 0;
    
}

@media (min-width: 601px) and (max-width: 1099px) {
    .header__main {
        padding: 10px 0;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .header__main {
        padding: 11px 0;
    }
}

@media (min-width: 1620px) {
    .header__main {
        padding: 13px 0;
    }
}

.header__logo {
    display: flex;
    align-items: center;
}

.header__info{
    width: 16%;
}

.header__adress {
    display: none;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .header__adress {
        display: block;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .header__adress {
        display: block;
    }
}

@media (min-width: 1620px) {
    .header__adress {
        display: block;
    }
}

@media (min-width: 601px) and (max-width: 1099px) {
    .header__number {
        position: absolute;
        top: 103px;
        left: 26px;
    }
}

.header__mail {
    display: none;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .header__mail {
        display: block;
        position: absolute;
        top: 103px;
        left: 215px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .header__mail {
        display: block;
    }
}

@media (min-width: 1620px) {
    .header__mail {
        display: block;
    }
}

.header__btn {
    position: absolute;
    top: 94px;
    left: 0;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .header__btn {
        position: relative;
        top: initial;
        left: initial;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .header__btn {
        position: relative;
        top: initial;
        left: initial;
    }
}

@media (min-width: 1620px) {
    .header__btn {
        position: relative;
        top: initial;
        left: initial;
    }
}

.header__btn a {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.02em;
    width: 163px;
    height: 34px;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .header__btn a {
        width: 142.85px;
        height: 28.96px;
        font-size: 11px;
        line-height: 15px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .header__btn a {
        width: 134.48px;
        height: 27.27px;
        font-size: 10px;
        line-height: 14px;
    }
}

@media (min-width: 1620px) {
    .header__btn a {
        width: 217px;
        height: 44px;
        font-size: 16px;
        line-height: 22px;
    }
}

.header__nav {
    width: 100%;
    background-color: #302825;
    height: 60px;
    
    z-index: 100;
}

.fixed {
    position: fixed;
    top: 0px;
    z-index: 999999999999999999999;
    overflow: visible;
}

@media (max-width: 601px) {
    .header__nav {
        position: unset;
    }
}

@media (min-width: 601px) and (max-width: 1099px) {
    .header__nav {
        height: 50px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .header__nav {
        height: 60px;
        display: flex;
        align-items: center;
    }
}

@media (min-width: 1620px) {
    .header__nav {
        height: 70px;
        display: flex;
        align-items: center;
    }
}

.header__burger {
    position: absolute;
    right: 0;
    top: 119%;
    width: 46px;
    height: 46px;
    z-index: 7;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .header__burger {
        top: 111%;
    }
}

@media (min-width: 1100px) {
    .header__burger {
        display: none;
    }
}

.header__drop {
    display: none;
    border: 1px solid #FFBC17;
    width: 209px;
    border-left: none;
    border-right: none;
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .header__drop {
        position: absolute;
        top: 37px;
        background-color: white;
        z-index: 6;
        padding: 0 17px;
        border: none;
        left: 0;
    }
}

@media (min-width: 1620px) {
    .header__drop {
        position: absolute;
        top: 45px;
        background-color: white;
        z-index: 6;
        padding: 0 17px;
        border: none;
        left: 0;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .header__drop_two {
        left: 120px;
    }
}

@media (min-width: 1620px) {
    .header__drop_two {
        left: 155px;
    }
}

.intro {
    position: relative;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .intro .wrapper {
        display: flex;
        flex-wrap: wrap;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .intro .wrapper {
        display: flex;
        flex-wrap: wrap;
    }
}

@media (min-width: 1620px) {
    .intro .wrapper {
        display: flex;
        flex-wrap: wrap;
    }
}

.intro__img {
    height: 300px;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .intro__img {
        width: 50%;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .intro__img {
        width: 50%;
        height: 445px;
    }
}

@media (min-width: 1620px) {
    .intro__img {
        width: 50%;
        height: 692px;
    }
}

.intro__img::before {
    content: '';
    position: absolute;
    background-image: url(../img/intro/intro2.png);
    /* background-image: url(../img/intro/back.jpg); */
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 300px;
    top: 0;
    left: 0;
    z-index: -2;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .intro__img::before {
        width: 50%;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .intro__img::before {
        width: 50%;
        height: 445px;
    }
}

@media (min-width: 1620px) {
    .intro__img::before {
        width: 50%;
        height: 692px;
        background-image: url(../img/intro/intro2.png);
        /* background-image: url(../img/intro/back-full.jpg); */
    }
}

.intro__img p {
    position: relative;
    font-family: 'Prata', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 33px;
    color: #FFFFFF;
    top: 207px;
    max-width: 135px;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .intro__img p {
        font-size: 20px;
        line-height: 27px;
        top: 77px;
        left: 230px;
        max-width: 142px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .intro__img p {
        font-size: 30.772px;
        line-height: 42px;
        top: 130px;
        left: 270px;
        max-width: 173px;
    }
}

@media (min-width: 1620px) {
    .intro__img p {
        font-size: 48px;
        line-height: 65px;
        top: 214px;
        left: 440px;
        max-width: 270px;
    }
}

.intro__img span {
    display: none;
    font-family: 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .intro__img span {
        display: block;
        max-width: 158px;
        position: absolute;
        left: 26px;
        bottom: 146px;
    }
}

@media (min-width: 1620px) {
    .intro__img span {
        display: block;
        font-size: 16px;
        max-width: 209px;
        position: absolute;
        left: 40px;
        bottom: 240px;
    }
}

.intro__soc {
    display: none;
}

.intro__soc a {
    display: block;
    width: 23.71px;
    height: 23.71px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.3s ease;
}

@media (min-width: 1620px) {
    .intro__soc a {
        width: 34px;
        height: 34px;
    }
}

.intro__soc a:nth-child(2) {
    margin: 0 8px;
}

@media (min-width: 1620px) {
    .intro__soc a:nth-child(2) {
        margin-right: 12px;
    }
}

.intro__soc a:hover {
    transform: rotate(360deg);
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .intro__soc {
        display: flex;
        position: absolute;
        left: 200px;
        bottom: 151px;
    }
}

@media (min-width: 1620px) {
    .intro__soc {
        display: flex;
        position: absolute;
        left: 274px;
        bottom: 248px;
    }
}

.intro__form {
    height: 411px;
    color: white;
    padding-top: 33px;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .intro__form {
        width: 50%;
        height: 300px;
        padding-left: 38px;
        padding-top: 49px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .intro__form {
        width: 50%;
        height: 445px;
        padding-left: 69px;
        padding-top: 100px;
    }
}

@media (min-width: 1620px) {
    .intro__form {
        width: 50%;
        height: 692px;
        padding-left: 113px;
        padding-top: 113px;
    }
}

.intro__form::before {
    content: '';
    position: absolute;
    left: 0;
    top: 300px;
    background-color: #1C1512;
    height: 411px;
    width: 100%;
    z-index: -2;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .intro__form::before {
        height: 300px;
        top: 0;
        left: initial;
        right: 0;
        width: 50%;
        content: none;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .intro__form::before {
        height: 445px;
        top: 0;
        left: initial;
        right: 0;
        width: 50%;
        content: none;
    }
}

@media (min-width: 1620px) {
    .intro__form::before {
        height: 692px;
        top: 0;
        left: initial;
        right: 0;
        width: 50%;
    }
}

.intro__form::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(0.93deg, #1C1512 38.88%, rgba(28, 21, 18, 0.406928) 53.14%, rgba(28, 21, 18, 0) 81.24%);
    width: 100%;
    height: 677px;
    z-index: -1;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .intro__form::after {
        height: 300px;
        background: linear-gradient(270.33deg, #1C1512 50.69%, rgba(28, 21, 18, 0.406928) 63.96%, rgba(28, 21, 18, 0) 81.65%);
        content: none;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .intro__form::after {
        background: linear-gradient(270.33deg, #1C1512 50.69%, rgba(28, 21, 18, 0.406928) 63.96%, rgba(28, 21, 18, 0) 81.65%);
        height: 445px;
        content: none;
    }
}

@media (min-width: 1620px) {
    .intro__form::after {
        height: 692px;
        background: linear-gradient(270.33deg, #1C1512 50.69%, rgba(28, 21, 18, 0.406928) 63.96%, rgba(28, 21, 18, 0) 81.65%);
    }
}

.intro__form h1 {
    font-family: 'Prata', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 49px;
    color: #FFFFFF;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .intro__form h1 {
        font-size: 31.392px;
        line-height: 43px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .intro__form h1 {
        font-size: 42px;
        line-height: 57px;
    }
}

@media (min-width: 1620px) {
    .intro__form h1 {
        font-size: 64px;
        line-height: 87px;
    }
}

.intro__form p {
    margin: 10px 0 40px;
    font-family: 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0.02em;
    color: #FFFFFF;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .intro__form p {
        font-size: 9.156px;
        margin: 10px 0 30px;
        max-width: 246px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .intro__form p {
        font-size: 12px;
        margin: 13px 0 38px;
        max-width: 323px;
    }
}

@media (min-width: 1620px) {
    .intro__form p {
        font-size: 18px;
        margin: 20px 0 60px;
        max-width: 494px;
    }
}

.intro__form p span {
    background-color: red;
    border-radius: 5px;
    font-weight: bold;
    padding: 0 3px;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .intro__form form {
        display: flex;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .intro__form form {
        display: flex;
    }
}

@media (min-width: 1620px) {
    .intro__form form {
        display: flex;
    }
}

.intro__form input[type=tel] {
    width: 100%;
    height: 50px;
    background-color: #302825;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.25);
    border: none;
    margin-bottom: 20px;
    padding-left: 65px;
    font-family: 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.02em;
    color: rgba(255, 255, 255, 0.5);
    outline: none;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .intro__form input[type=tel] {
        width: 185px;
        height: 33.35px;
        margin-bottom: 0;
        background-color: white;
        font-size: 7.848px;
        line-height: 9px;
        color: rgba(0, 0, 0, 0.5);
        padding-left: 60px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .intro__form input[type=tel] {
        width: 242px;
        height: 43.58px;
        background-color: white;
        font-size: 10px;
        line-height: 11px;
        color: rgba(0, 0, 0, 0.5);
    }
}

@media (min-width: 1620px) {
    .intro__form input[type=tel] {
        width: 372px;
        height: 67px;
        background-color: white;
        color: rgba(0, 0, 0, 0.5);
        font-size: 16px;
        line-height: 18px;
    }
}

.intro__form input[type=tel]::-moz-placeholder {
    font-family: 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.02em;
    color: rgba(255, 255, 255, 0.5);
}

.intro__form input[type=tel]:-ms-input-placeholder {
    font-family: 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.02em;
    color: rgba(255, 255, 255, 0.5);
}

.intro__form input[type=tel]::placeholder {
    font-family: 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.02em;
    color: rgba(255, 255, 255, 0.5);
}

@media (min-width: 601px) and (max-width: 1099px) {
    .intro__form input[type=tel]::-moz-placeholder {
        font-size: 7.848px;
        line-height: 9px;
        color: rgba(0, 0, 0, 0.5);
    }
    .intro__form input[type=tel]:-ms-input-placeholder {
        font-size: 7.848px;
        line-height: 9px;
        color: rgba(0, 0, 0, 0.5);
    }
    .intro__form input[type=tel]::placeholder {
        font-size: 7.848px;
        line-height: 9px;
        color: rgba(0, 0, 0, 0.5);
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .intro__form input[type=tel]::-moz-placeholder {
        font-size: 10px;
        line-height: 11px;
        color: rgba(0, 0, 0, 0.5);
    }
    .intro__form input[type=tel]:-ms-input-placeholder {
        font-size: 10px;
        line-height: 11px;
        color: rgba(0, 0, 0, 0.5);
    }
    .intro__form input[type=tel]::placeholder {
        font-size: 10px;
        line-height: 11px;
        color: rgba(0, 0, 0, 0.5);
    }
}

@media (min-width: 1620px) {
    .intro__form input[type=tel]::-moz-placeholder {
        color: rgba(0, 0, 0, 0.5);
        font-size: 16px;
        line-height: 18px;
    }
    .intro__form input[type=tel]:-ms-input-placeholder {
        color: rgba(0, 0, 0, 0.5);
        font-size: 16px;
        line-height: 18px;
    }
    .intro__form input[type=tel]::placeholder {
        color: rgba(0, 0, 0, 0.5);
        font-size: 16px;
        line-height: 18px;
    }
}

.intro__form button {
    width: 100%;
    height: 50px;
    border: none;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .intro__form button {
        width: 141.85px !important;
        height: 33.35px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .intro__form button {
        width: 185.4px;
        height: 43.58px;
    }
}

@media (min-width: 1620px) {
    .intro__form button {
        width: 285px;
        height: 67px;
    }
}

.intro__info {
    height: 374px;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .intro__info {
        width: 100%;
        height: 100px;
        display: flex;
        justify-content: space-between;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .intro__info {
        width: 100%;
        height: 120px;
        display: flex;
        justify-content: space-between;
    }
}

@media (min-width: 1620px) {
    .intro__info {
        width: 100%;
        height: 200px;
        display: flex;
        justify-content: space-between;
    }
}

.intro__info:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 374px;
    left: 0;
    bottom: 0;
    background-color: #302825;
    z-index: -1;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .intro__info:before {
        height: 100px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .intro__info:before {
        height: 120px;
    }
}

@media (min-width: 1620px) {
    .intro__info:before {
        height: 200px;
    }
}

.intro__freetaxi {
    display: none;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .intro__freetaxi {
        display: block;
        height: 100%;
        position: relative;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .intro__freetaxi {
        display: block;
        height: 100%;
        position: relative;
    }
}

@media (min-width: 1620px) {
    .intro__freetaxi {
        display: block;
        height: 100%;
        position: relative;
    }
}

.intro__freetaxi::before {
    content: '';
    position: absolute;
    /* background-image: url(../img/intro/car.png); */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 134px;
    height: 89px;
    top: 50%;
    transform: translateY(-50%);
    right: -140px;
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .intro__freetaxi::before {
        width: 165.83px;
        height: 110.27px;
        right: -200px;
    }
}

@media (min-width: 1620px) {
    .intro__freetaxi::before {
        width: 246px;
        height: 164px;
        right: -298px;
    }
}

.intro__freetaxi p {
    font-family: 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    max-width: 159px;
    margin-top: 27px;
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .intro__freetaxi p {
        font-size: 15px;
        margin-top: 37px;
        max-width: 175px;
    }
}

@media (min-width: 1620px) {
    .intro__freetaxi p {
        font-size: 24px;
        margin-top: 64px;
        max-width: 271px;
    }
}

.intro__freetaxi span {
    font-weight: bold;
}

.intro__freetaxi a {
    position: relative;
    bottom: -16px;
    width: 190px;
    height: 32px;
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .intro__freetaxi a {
        width: 131.64px;
        height: 30.43px;
        bottom: -23px;
        font-size: 12px;
    }
}

@media (min-width: 1620px) {
    .intro__freetaxi a {
        width: 199px;
        height: 46px;
        font-size: 18px;
        bottom: -42px;
    }
}

.intro__videos {
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .intro__videos {
        flex-direction: row;
        align-items: flex-start;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .intro__videos {
        flex-direction: row;
        align-items: flex-start;
    }
}

@media (min-width: 1620px) {
    .intro__videos {
        flex-direction: row;
        align-items: flex-start;
    }
}

.intro__video {
    display: block;
    width: 345px;
    height: 174px;
    border-radius: 10px;
    position: relative;
    cursor: pointer;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    transition: 0.3s ease;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .intro__video {
        width: 159px;
        height: 92px;
        background-size: 115%;
        margin-top: -18px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .intro__video {
        width: 256.43px;
        height: 129.93px;
        background-size: 115%;
        margin-top: -47px;
    }
}

@media (min-width: 1620px) {
    .intro__video {
        width: 415px;
        height: 210px;
        background-size: 115%;
        margin-top: -76px;
    }
}

.intro__video:first-child {
    margin-top: -34px;
    margin-bottom: 20px;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .intro__video:first-child {
        margin: 0;
        margin-top: -18px;
        margin-right: 30px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .intro__video:first-child {
        margin: 0;
        margin-top: -47px;
        margin-right: 51px;
    }
}

@media (min-width: 1620px) {
    .intro__video:first-child {
        margin: 0;
        margin-top: -76px;
        margin-right: 78px;
    }
}

.intro__video::before {
    content: '';
    position: absolute;
    background-image: url(../img/play.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 59px;
    height: 59px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (min-width: 601px) and (max-width: 1099px) {
    .intro__video::before {
        width: 27px;
        height: 27px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .intro__video::before {
        width: 43.59px;
        height: 43.59px;
    }
}

@media (min-width: 1620px) {
    .intro__video::before {
        width: 71px;
        height: 71px;
    }
}

.intro__video:hover {
    background-size: 120%;
}

.types-windows__content {
    padding: 75px 0 116px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .types-windows__content {
        padding: 75px 0 91px;
        justify-content: space-around;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .types-windows__content {
        padding: 75px 0 113px;
    }
}

@media (min-width: 1620px) {
    .types-windows__content {
        padding: 75px 0 166px;
    }
}

.types-windows__content_slider {
    display: block;
}

@media (min-width: 1620px) {
    .types-windows__content_slider {
        padding: 75px 0 100px;
    }
}

@media (max-width: 1099px) {
    .types-windows__content_slider {
        padding: 75px 0 50px;
    }
}

.types-windows .slick-list {
    margin: 0 -10px;
}

@media (max-width: 1099px) {
    .types-windows .slick-list {
        height: 300px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .types-windows .slick-list {
        height: 254px;
    }
}

@media (min-width: 1620px) {
    .types-windows .slick-list {
        height: 420px;
    }
}

@media (max-width: 1099px) {
    .types-windows .slick-track {
        top: 60px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .types-windows .slick-track {
        top: 50px;
    }
}

@media (min-width: 1620px) {
    .types-windows .slick-track {
        top: 100px;
    }
}

.types-windows .slick-dots {
    bottom: -41px;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .types-windows .slick-dots {
        bottom: initial;
        bottom: -30px;
        text-align: center;
        width: 100%;
        right: 0;
        background-color: #1C1512;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .types-windows .slick-dots {
        bottom: initial;
        top: -47px;
        text-align: left;
        padding-left: 26px;
        width: auto;
        right: 50px;
        background-color: #1C1512;
    }
}

@media (min-width: 1620px) {
    .types-windows .slick-dots {
        bottom: initial;
        top: -4px;
        text-align: right;
        padding-left: 26px;
        width: 100%;
        right: 100px;
        background-color: #1C1512;
    }
}

.types-windows .slick-dots li {
    width: 11px;
    height: 11px;
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .types-windows .slick-dots li {
        width: 7px;
        height: 7px;
    }
}

.types-windows .slick-dots li button {
    width: 11px;
    height: 11px;
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .types-windows .slick-dots li button {
        width: 7px;
        height: 7px;
    }
}

.types-windows .slick-dots li button:before {
    opacity: 1;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    content: '';
    transition: 0.3s ease;
    width: 11px;
    height: 11px;
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .types-windows .slick-dots li button:before {
        width: 7px;
        height: 7px;
    }
}

.types-windows .slick-dots li.slick-active button:before {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    opacity: 1;
}

.types-windows .slick-arrow {
    top: -35px;
    right: 0;
    left: initial;
    z-index: 3;
    width: 24px;
    height: 12px;
}

@media (min-width: 1620px) {
    .types-windows .slick-arrow {
        top: 7.5px;
        width: 37px;
        height: 19px;
    }
}

.types-windows .slick-arrow::before {
    content: '';
    display: block;
    background-image: url(../img/arrow-slider.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 24px;
    height: 12px;
}

@media (min-width: 1620px) {
    .types-windows .slick-arrow::before {
        width: 37px;
        height: 19px;
    }
}

.types-windows .slick-prev {
    right: 30px;
    transform: rotate(180deg);
    top: -41.5px;
}

@media (min-width: 1620px) {
    .types-windows .slick-prev {
        top: -1.5px;
    }
}

.gallery-works__content {
    padding-bottom: 70px;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .gallery-works__content {
        padding-bottom: 80px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .gallery-works__content {
        padding-bottom: 100px;
    }
}

@media (min-width: 1620px) {
    .gallery-works__content {
        padding-bottom: 150px;
    }
}

.gallery-works__btn {
    height: 40px;
    font-size: 14px;
    line-height: 19px;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .gallery-works__btn {
        width: 155.74px;
        height: 36px;
        margin: 0 auto;
        font-size: 14px;
        line-height: 19px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .gallery-works__btn {
        width: 133.1px;
        height: 30.77px;
        margin: 0 auto;
        font-size: 12px;
        line-height: 16px;
    }
}

@media (min-width: 1620px) {
    .gallery-works__btn {
        margin: 0 auto;
        width: 199px;
        height: 46px;
        font-size: 18px;
        line-height: 24px;
    }
}

.gallery-works_reviews {
    padding-top: 70px;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .gallery-works_reviews {
        padding-top: 110px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .gallery-works_reviews {
        padding-top: 100px;
    }
}

@media (min-width: 1620px) {
    .gallery-works_reviews {
        padding-top: 180px;
    }
}

.gallery-works_about-company {
    padding-top: 0;
}

.about .wrapper {
    position: relative;
}

.about__content {
    padding: 40px 0 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .about__content {
        padding: 40px 0 80px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .about__content {
        padding: 32px 0 102px;
    }
}

@media (min-width: 1620px) {
    .about__content {
        padding: 50px 0 180px;
    }
}

.about__video {
    display: block;
    width: 345px;
    height: 188px;
    border-radius: 10px;
    position: relative;
    cursor: pointer;
    background-size: 110%;
    background-position: center;
    background-repeat: no-repeat;
    transition: 0.3s ease;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .about__video {
        width: 349px;
        height: 188.55px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .about__video {
        width: 477.18px;
        height: 257.8px;
    }
}

@media (min-width: 1620px) {
    .about__video {
        width: 770px;
        height: 416px;
    }
}

.about__video::before {
    content: '';
    position: absolute;
    background-image: url(../img/play.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 56px;
    height: 55px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (min-width: 601px) and (max-width: 1099px) {
    .about__video::before {
        width: 55.3px;
        height: 55.3px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .about__video::before {
        width: 75.61px;
        height: 75.61px;
    }
}

@media (min-width: 1620px) {
    .about__video::before {
        width: 122px;
        height: 122px;
    }
}

.about__video:hover {
    background-size: 120%;
}

.about__video:first-child {
    margin-bottom: 20px;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .about__video:first-child {
        margin-bottom: 0;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .about__video:first-child {
        margin-bottom: 0;
    }
}

@media (min-width: 1620px) {
    .about__video:first-child {
        margin-bottom: 0;
    }
}

.about__btn {
    margin-bottom: 70px;
}

.about__btn .btn {
    height: 40px;
    font-size: 14px;
    line-height: 19px;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .about__btn .btn {
        width: 133.21px;
        height: 30.79px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .about__btn .btn {
        width: 133.21px;
        height: 30.79px;
    }
}

@media (min-width: 1620px) {
    .about__btn .btn {
        width: 199px;
        height: 46px;
    }
}

@media (min-width: 601px) and (max-width: 1099px) {
    .about__btn {
        margin-bottom: 0;
        position: absolute;
        top: -2px;
        right: 0;
        width: 150px;
        height: 30.79px;
        background-color: #1C1512;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .about__btn {
        margin-bottom: 0;
        position: absolute;
        top: -2px;
        right: 0;
        width: 150px;
        height: 30.79px;
        background-color: #1C1512;
    }
}

@media (min-width: 1620px) {
    .about__btn {
        margin-bottom: 0;
        position: absolute;
        top: 0;
        right: 0;
        width: 250px;
        height: 46px;
        background-color: #1C1512;
    }
}

.math {
    position: relative;
}

@media (min-width: 601px) {
    .math:before {
        /* content: ''; */
        position: absolute;
        left: 0;
        background-color: #302825;
        width: 100%;
        z-index: -1;
        height: 361px;
        top: 0;
    }
}

@media (min-width: 601px) and (min-width: 1100px) and (max-width: 1619px) {
    .math:before {
        height: 432px;
        width: 60%;
    }
}

@media (min-width: 601px) and (min-width: 1620px) {
    .math:before {
        width: 60%;
        height: 636px;
    }
}

@media (min-width: 601px) {
    .math .wrapper {
        position: relative;
    }
}

.math__content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (min-width: 601px) {
    .math__content {
        flex-direction: row;
        align-items: initial;
    }
}

.math__img {
    order: -1;
    padding-bottom: 31px;
}

@media (min-width: 601px) {
    .math__img {
        position: absolute;
        right: 0;
        top: 50%;
        transform: TRANSLATEY(-50%);
    }
}

@media (min-width: 601px) and (max-width: 1099px) {
    .math__img {
        /* top: 84px; */
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .math__img {
        /* top: 25px;  */
    }
}

@media (min-width: 1620px) {
    .math__img {
        /* top: 31px;  */
    }
}

.math__img a {
    display: block;
    background-image: url(../img/math/1.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 239px;
    height: 357px;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .math__img a {
        width: 206px;
        height: 306.25px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .math__img a {
        width: 256.43px;
        height: 381.23px;
    }
}

@media (min-width: 1620px) {
    .math__img a {
        width: 385px;
        height: 574px;
    }
}

.math__title {
    margin-bottom: 30px;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .math__title {
        margin-bottom: 20px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .math__title {
        margin-bottom: 30px;
    }
}

@media (min-width: 1620px) {
    .math__title {
        margin-bottom: 47px;
    }
}

.math__title h2 {
    font-family: 'Prata', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 33px;
    color: #FFFFFF;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .math__title h2 {
        font-size: 24px;
        line-height: 33px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .math__title h2 {
        font-size: 30px;
        line-height: 41px;
    }
}

@media (min-width: 1620px) {
    .math__title h2 {
        font-size: 48px;
        line-height: 65px;
    }
}

.math__calc {
    width: 100%;
    padding: 30px 0;
    position: relative;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .math__calc {
        max-width: 474px;
        padding: 30px 0 27px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .math__calc {
        padding: 53px 163px 43px 0;
        width: 60%;
        min-width: 690px;
        background-color: #302825;
    }
}

@media (min-width: 1620px) {
    .math__calc {
        width: 60%;
        padding: 53px 116px 52px;
        background-color: #302825;
    }
}

.math__calc:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #302825;
    width: 2000%;
    height: 100%;
    z-index: -1;
}

@media (min-width: 601px) {
    /* .math__calc:before {
          display: none; } } */
}

@media (max-width: 1099px) {
    .math__calc:before {
        right: -100%;
    }
}

.math_types-window {
    padding-bottom: 80px;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .math_types-window {
        padding-bottom: 110px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .math_types-window {
        padding-bottom: 120px;
    }
}

@media (min-width: 1620px) {
    .math_types-window {
        padding-bottom: 150px;
    }
}

.buy-wood {
    padding-bottom: 70px;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .buy-wood {
        padding-bottom: 80px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .buy-wood {
        padding-bottom: 125px;
    }
}

@media (min-width: 1620px) {
    .buy-wood {
        padding-bottom: 187px;
    }
}

.buy-wood .wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .buy-wood .wrapper {
        justify-content: space-between;
    }
}

@media (min-width: 1620px) {
    .buy-wood .wrapper {
        justify-content: space-between;
    }
}

.buy-wood__img {
    display: block;
    position: relative;
    background-image: url(../img/buywood/1.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 319.43px;
    height: 433.38px;
    border-radius: 10px;
    margin-right: -20px;
    margin-bottom: 40px;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .buy-wood__img {
        width: 708px;
        height: 321.83px;
        margin-bottom: 30px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .buy-wood__img {
        width: 448.73px;
        height: 608.82px;
        margin-bottom: 0;
    }
}

@media (min-width: 1620px) {
    .buy-wood__img {
        width: 712px;
        height: 966px;
        margin-bottom: 0;
    }
}

.buy-wood__img::before {
    content: '';
    position: absolute;
    width: 319.43px;
    height: 433.38px;
    border: 2px solid #FAC136;
    box-sizing: border-box;
    border-radius: 10px;
    top: -21px;
    left: -20px;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .buy-wood__img::before {
        width: 708px;
        height: 321.83px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .buy-wood__img::before {
        width: 448.73px;
        height: 608.82px;
    }
}

@media (min-width: 1620px) {
    .buy-wood__img::before {
        width: 712px;
        height: 966px;
    }
}

.buy-wood__content {
    width: 100%;
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .buy-wood__content {
        width: 48%;
        padding-top: 50px;
    }
}

@media (min-width: 1620px) {
    .buy-wood__content {
        width: 48%;
        padding-top: 64px;
    }
}

.buy-wood__text {
    font-family: 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0.02em;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 15px;
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .buy-wood__text {
        margin-top: 18px;
    }
}

@media (min-width: 1620px) {
    .buy-wood__text {
        font-size: 18px;
        margin-top: 30px;
    }
}

.buy-wood__icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.buy-wood__icon {
    margin-top: 40px;
    width: 48%;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .buy-wood__icon {
        margin-top: 32px;
        width: 22%;
    }
}

@media (min-width: 1620px) {
    .buy-wood__icon {
        margin-top: 64px;
    }
}

.buy-wood__icon a {
    display: block;
    width: 46px;
    height: 46px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .buy-wood__icon a {
        width: 39.79px;
        height: 39.79px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .buy-wood__icon a {
        width: 34.81px;
        height: 34.81px;
    }
}

@media (min-width: 1620px) {
    .buy-wood__icon a {
        width: 64px;
        height: 64px;
    }
}

.buy-wood__icon p {
    font-family: 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    margin-top: 15px;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .buy-wood__icon p {
        font-size: 12px;
        line-height: 14px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .buy-wood__icon p {
        font-size: 12px;
        line-height: 14px;
    }
}

@media (min-width: 1620px) {
    .buy-wood__icon p {
        font-size: 20px;
        line-height: 23px;
        margin-top: 25px;
    }
}

.buy-wood__backcall {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .buy-wood__backcall {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        margin-top: 37px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .buy-wood__backcall {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-end;
        margin-top: 47px;
    }
}

@media (min-width: 1620px) {
    .buy-wood__backcall {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-end;
        margin-top: 76px;
    }
}

.buy-wood__imgplay {
    margin: 40px 0;
    display: block;
    width: 345px;
    height: 228px;
    border-radius: 10px;
    position: relative;
    cursor: pointer;
    background-image: url(../img/buywood/2.png);
    background-size: 110%;
    background-position: center;
    background-repeat: no-repeat;
    transition: 0.3s ease;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .buy-wood__imgplay {
        width: 415px;
        height: 145px;
        order: 1;
        margin: 0;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .buy-wood__imgplay {
        width: 220.69px;
        height: 145.47px;
        order: 1;
        margin: 0;
    }
}

@media (min-width: 1620px) {
    .buy-wood__imgplay {
        width: 355px;
        height: 234px;
        order: 1;
        margin: 0;
    }
}

.buy-wood__imgplay::before {
    content: '';
    position: absolute;
    background-image: url(../img/play.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 68px;
    height: 67px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (min-width: 601px) and (max-width: 1099px) {
    .buy-wood__imgplay::before {
        width: 43.52px;
        height: 42.89px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .buy-wood__imgplay::before {
        width: 43.52px;
        height: 42.89px;
    }
}

@media (min-width: 1620px) {
    .buy-wood__imgplay::before {
        width: 70px;
        height: 69px;
    }
}

.buy-wood__imgplay:hover {
    background-size: 120%;
}

.buy-wood__btns .btn {
    width: 100%;
    height: 40px;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .buy-wood__btns .btn {
        width: 254px;
        font-size: 14px;
        line-height: 19px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .buy-wood__btns .btn {
        width: 197.69px;
        font-size: 14px;
        line-height: 19px;
    }
}

@media (min-width: 1620px) {
    .buy-wood__btns .btn {
        width: 318px;
        height: 64px;
        font-size: 22px;
        line-height: 30px;
    }
}

.buy-wood__btns .btn:not(:last-child) {
    margin-bottom: 20px;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .buy-wood__btns .btn:not(:last-child) {
        margin-bottom: 15px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .buy-wood__btns .btn:not(:last-child) {
        margin-bottom: 25px;
    }
}

@media (min-width: 1620px) {
    .buy-wood__btns .btn:not(:last-child) {
        margin-bottom: 40px;
    }
}

@media (min-width: 601px) {
    .buy-wood .title::before {
        content: none;
    }
}

.company {
    padding-bottom: 70px;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .company {
        padding-bottom: 80px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .company {
        padding-bottom: 131px;
    }
}

@media (min-width: 1620px) {
    .company {
        padding-bottom: 209px;
    }
}

@media (min-width: 1100px) {
    .company .wrapper {
        position: relative;
    }
}

.company__content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .company__content {
        flex-direction: row;
        justify-content: space-between;
    }
}

@media (min-width: 1620px) {
    .company__content {
        flex-direction: row;
        justify-content: space-between;
    }
}

.company__img {
    display: block;
    position: relative;
    margin-top: 46px;
    width: 333px;
    height: 179px;
    background-image: url(../img/company/1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .company__img {
        width: 709px;
        height: 234px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .company__img {
        width: 478.52px;
        height: 256.04px;
        margin-top: -47px;
    }
}

@media (min-width: 1620px) {
    .company__img {
        width: 770px;
        height: 412px;
        margin-top: -89px;
    }
}

.company__img::before {
    content: '';
    position: absolute;
    width: 328px;
    height: 179px;
    border-radius: 10px;
    border: 2px solid #FAC136;
    top: -16px;
    right: -12px;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .company__img::before {
        width: 709px;
        height: 234px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .company__img::before {
        width: 478.52px;
        height: 256.04px;
    }
}

@media (min-width: 1620px) {
    .company__img::before {
        width: 770px;
        height: 412px;
    }
}

.company__text {
    font-family: 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0.02em;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 30px;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .company__text {
        order: -1;
        margin-top: 15px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .company__text {
        order: -1;
        margin-top: 17px;
        width: 47%;
    }
}

@media (min-width: 1620px) {
    .company__text {
        order: -1;
        margin-top: 30px;
        width: 47%;
        font-size: 18px;
    }
}

.company__info {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .company__info {
        justify-content: space-between;
        align-items: center;
        margin-top: 40px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .company__info {
        justify-content: space-between;
        align-items: flex-end;
        margin-top: 0px;
        min-width: 413px;
        position: absolute;
        right: 24px;
        top: 190px;
    }
}

@media (min-width: 1620px) {
    .company__info {
        justify-content: space-between;
        align-items: flex-end;
        margin-top: 0px;
        min-width: 666px;
        position: absolute;
        right: 39px;
        top: 300px;
    }
}

.company__imgplay {
    display: block;
    width: 345px;
    height: 209.2px;
    border-radius: 10px;
    position: relative;
    cursor: pointer;
    background-image: url(../img/company/2.png);
    background-size: 110%;
    background-position: center;
    background-repeat: no-repeat;
    transition: 0.3s ease;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .company__imgplay {
        order: 1;
        width: 415px;
        height: 142px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .company__imgplay {
        order: 1;
        width: 233.67px;
        height: 141.69px;
    }
}

@media (min-width: 1620px) {
    .company__imgplay {
        order: 1;
        width: 376px;
        height: 228px;
    }
}

.company__imgplay::before {
    content: '';
    position: absolute;
    background-image: url(../img/play.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 64.23px;
    height: 63.31px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (min-width: 601px) and (max-width: 1099px) {
    .company__imgplay::before {
        width: 43.5px;
        height: 42.88px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .company__imgplay::before {
        width: 43.5px;
        height: 42.88px;
    }
}

@media (min-width: 1620px) {
    .company__imgplay::before {
        width: 70px;
        height: 69px;
    }
}

.company__imgplay:hover {
    background-size: 120%;
}

.company .btn {
    height: 40px;
    width: 100%;
    margin-top: 40px;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .company .btn {
        margin-top: 0;
        width: 254px;
        height: 40px;
        font-size: 12px;
        line-height: 16px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .company .btn {
        width: 142.94px;
        height: 32.32px;
        margin-top: 0;
        margin-bottom: 27px;
        font-size: 12px;
        line-height: 16px;
    }
}

@media (min-width: 1620px) {
    .company .btn {
        width: 230px;
        height: 52px;
        font-size: 18px;
        line-height: 24px;
        margin-top: 0;
        margin-bottom: 45px;
    }
}

@media (min-width: 601px) {
    .company .title::before {
        content: none;
    }
}

.intro-window {
    position: relative;
    height: 327px;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .intro-window {
        height: 200px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .intro-window {
        height: 250px;
    }
}

@media (min-width: 1620px) {
    .intro-window {
        height: 350px;
    }
}

.intro-window__img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background-image: url(../img/intro-window/1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 200px;
    z-index: -1;
    pointer-events: none;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .intro-window__img {
        background-size: 50% 100%;
        background-position: right 0 bottom 0;
        z-index: 0;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .intro-window__img {
        background-size: 50% 100%;
        background-position: right 0 bottom 0;
        z-index: 0;
        height: 250px;
    }
}

@media (min-width: 1620px) {
    .intro-window__img {
        background-size: 50% 100%;
        background-position: right 0 bottom 0;
        z-index: 0;
        height: 350px;
    }
}

.intro-window__img::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(270.25deg, #1C1512 20.81%, rgba(28, 21, 18, 0.406928) 70.04%, rgba(28, 21, 18, 0) 80.62%);
    transform: matrix(-1, 0, 0, 1, 0, 0);
}

@media (min-width: 601px) and (max-width: 1099px) {
    .intro-window__img::before {
        background: linear-gradient(270.25deg, #1C1512 51.12%, rgba(28, 21, 18, 0.406928) 77.03%, rgba(28, 21, 18, 0) 82.05%);
        transform: matrix(-1, 0, 0, 1, 0, 0);
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .intro-window__img::before {
        background: linear-gradient(270.25deg, #1C1512 51.12%, rgba(28, 21, 18, 0.406928) 77.03%, rgba(28, 21, 18, 0) 82.05%);
        transform: matrix(-1, 0, 0, 1, 0, 0);
    }
}

@media (min-width: 1620px) {
    .intro-window__img::before {
        background: linear-gradient(270.25deg, #1C1512 51.12%, rgba(28, 21, 18, 0.406928) 77.03%, rgba(28, 21, 18, 0) 82.05%);
        transform: matrix(-1, 0, 0, 1, 0, 0);
    }
}

.intro-window__title {
    font-family: 'Prata', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 33px;
    color: #FFFFFF;
    padding: 55px 0;
    background-color: transparent;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .intro-window__title {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 2;
        font-size: 24px;
        line-height: 33px;
        padding: 0;
    }
    .intro-window__title br {
        display: none;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .intro-window__title {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 2;
        font-size: 32px;
        line-height: 43px;
        padding: 0;
    }
    .intro-window__title br {
        display: none;
    }
}

@media (min-width: 1620px) {
    .intro-window__title {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 2;
        font-size: 48px;
        line-height: 65px;
        padding: 0;
    }
    .intro-window__title br {
        display: none;
    }
}

.intro-window__form {
    height: initial;
    padding-top: initial;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .intro-window__form {
        position: absolute;
        right: 0;
        bottom: initial;
        width: fit-content;
        top: 50%;
        transform: translateY(-50%);
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .intro-window__form {
        position: absolute;
        width: fit-content;
        /* right: 0; */
        left: 55%;
        bottom: initial;
        top: 50%;
        transform: translateY(-50%);
    }
}

@media (min-width: 1620px) {
    .intro-window__form {
        position: absolute;
        right: -30px;
        bottom: 50px;
    }
}

@media (max-width: 1379px) {
    .intro-window__form {
        /* right: 0; */
        left: 50%;
    }
}

.card-block__content {
    padding: 245px 0 100px;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .card-block__content {
        padding: 142px 0 98px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .card-block__content {
        padding: 180px 0 140px;
    }
}

@media (min-width: 1620px) {
    .card-block__content {
        padding: 245px 0 150px;
    }
}

.card-block__card {
    width: 100%;
    position: relative;
    padding: 96px 20px 27px;
    background-color: #302825;
    border-radius: 10px;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .card-block__card {
        padding: 25px 281px 43px 30px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .card-block__card {
        padding: 30px 343px 51px 46px;
    }
}

@media (min-width: 1620px) {
    .card-block__card {
        padding: 40px 553px 65px 78px;
    }
}

.card-block__text {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0.02em;
    color: rgba(255, 255, 255, 0.7);
}

@media (min-width: 601px) and (max-width: 1099px) {
    .card-block__text {
        font-size: 12px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .card-block__text {
        font-size: 12px;
    }
}

@media (min-width: 1620px) {
    .card-block__text {
        font-size: 18px;
    }
}

.card-block__img {
    display: block;
    background-image: url(../img/window/1.png);
    background-size: 120%;
    background-repeat: no-repeat;
    background-position: center;
    width: 175px;
    height: 267px;
    filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.2));
    position: absolute;
    top: -190px;
    left: 50%;
    transform: translateX(-50%);
}

@media (min-width: 601px) and (max-width: 1099px) {
    .card-block__img {
        width: 185px;
        height: 291px;
        top: initial;
        left: initial;
        transform: translateX(0);
        right: 32px;
        bottom: 42px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .card-block__img {
        width: 185px;
        height: 279px;
        top: initial;
        left: initial;
        transform: translateX(0);
        right: 78px;
        bottom: 51px;
    }
}

@media (min-width: 1620px) {
    .card-block__img {
        width: 305px;
        height: 465px;
        top: initial;
        left: initial;
        transform: translateX(0);
        right: 138px;
        bottom: 36px;
    }
}

.card-block__btn {
    width: 166px;
    height: 40px;
    font-size: 14px;
    line-height: 19px;
    position: absolute;
    right: 23px;
    bottom: -20px;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .card-block__btn {
        right: initial;
        width: 160px;
        height: 35.7px;
        left: 27px;
        bottom: -17px;
        font-size: 12px;
        line-height: 16px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .card-block__btn {
        right: initial;
        width: 188px;
        height: 42px;
        left: 46px;
        bottom: -21px;
        font-size: 14px;
        line-height: 19px;
    }
}

@media (min-width: 1620px) {
    .card-block__btn {
        right: initial;
        width: 242px;
        height: 54px;
        left: 78px;
        bottom: -27px;
        font-size: 18px;
        line-height: 24px;
    }
}

.products-slider {
    padding-bottom: 80px;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .products-slider {
        padding-bottom: 95px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .products-slider {
        padding-bottom: 162px;
    }
}

@media (min-width: 1620px) {
    .products-slider {
        padding-bottom: 260px;
    }
}

.products-slider .wrapper {
    position: relative;
}

.products-slider__slider {
    padding: 30px 0 51px;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .products-slider__slider {
        padding: 30px 0 0;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .products-slider__slider {
        padding: 40px 0 0;
    }
}

@media (min-width: 1620px) {
    .products-slider__slider {
        padding: 50px 0 0;
    }
}

@media (min-width: 601px) and (max-width: 1099px) {
    .products-slider__btn {
        position: absolute;
        top: -4px;
        right: 0;
        background-color: #1C1512;
        width: 180px;
        display: flex;
        justify-content: flex-end;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .products-slider__btn {
        position: absolute;
        top: -4px;
        right: 0;
        background-color: #1C1512;
        width: 156px;
        display: flex;
        justify-content: flex-end;
    }
}

@media (min-width: 1620px) {
    .products-slider__btn {
        position: absolute;
        top: 0;
        right: 0;
        background-color: #1C1512;
        width: 238px;
        display: flex;
        justify-content: flex-end;
    }
}

.products-slider__btn .btn {
    width: 100%;
    height: 40px;
    font-size: 14px;
    line-height: 19px;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .products-slider__btn .btn {
        width: 159px;
        height: 31px;
        font-size: 12px;
        line-height: 16px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .products-slider__btn .btn {
        width: 132px;
        height: 31px;
        font-size: 12px;
        line-height: 16px;
    }
}

@media (min-width: 1620px) {
    .products-slider__btn .btn {
        width: 199px;
        height: 46px;
        font-size: 18px;
        line-height: 24px;
    }
}

.benefits-window .wrapper {
    position: relative;
}

@media (min-width: 601px) {
    .benefits-window .title:before {
        content: none;
    }
}

.benefits-window .title h2 {
    max-width: 260px;
}

@media (min-width: 601px) {
    .benefits-window .title h2 {
        max-width: initial;
    }
}

.benefits-window__content {
    font-family: 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0.02em;
    color: rgba(255, 255, 255, 0.7);
    padding: 20px 0 80px;
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .benefits-window__content {
        padding: 20px 0 120px;
    }
}

@media (min-width: 1620px) {
    .benefits-window__content {
        padding: 50px 0 150px;
        font-size: 18px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .benefits-window__text1 {
        max-width: 446px;
    }
}

@media (min-width: 1620px) {
    .benefits-window__text1 {
        max-width: 692px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .benefits-window__text2 {
        max-width: 599px;
        margin-top: 30px;
    }
}

@media (min-width: 1620px) {
    .benefits-window__text2 {
        max-width: 968px;
        margin-top: 65px;
    }
}

.benefits-window__img {
    display: block;
    position: relative;
    width: 100%;
    height: 200px;
    border-radius: 10px;
    background-image: url(../img/benefits-window/1.jpg);
    background-size: cover;
    background-position: center;
    margin: 20px 0 69px;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .benefits-window__img {
        margin: 30px 0 77px;
        border-radius: 6.1875px;
        width: 539px;
        height: 250px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .benefits-window__img {
        position: absolute;
        top: -42px;
        right: 0;
        margin: 0;
        width: 512.33px;
        height: 285.86px;
        border-radius: 6.1875px;
    }
}

@media (min-width: 1620px) {
    .benefits-window__img {
        position: absolute;
        top: -68px;
        right: 0;
        margin: 0;
        width: 828px;
        height: 462px;
        border-radius: 10px;
    }
}

.benefits-window__imgin {
    display: block;
    position: absolute;
    bottom: -49px;
    right: 22px;
    background-image: url(../img/benefits-window/2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px;
    width: 160px;
    height: 97px;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .benefits-window__imgin {
        width: 254px;
        height: 181px;
        border-radius: 6.1875px;
        right: -189px;
        bottom: -47px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .benefits-window__imgin {
        width: 295.14px;
        height: 180.68px;
        border-radius: 6.1875px;
        right: 46px;
        bottom: -136px;
    }
}

@media (min-width: 1620px) {
    .benefits-window__imgin {
        width: 477px;
        height: 292px;
        border-radius: 10px;
        right: 74px;
        bottom: -220px;
    }
}

.benefits-window__list {
    list-style: inside;
    margin-top: 20px;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .benefits-window__list {
        margin-top: 30px;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        max-height: 110px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .benefits-window__list {
        margin-top: 30px;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        max-height: 75px;
    }
}

@media (min-width: 1620px) {
    .benefits-window__list {
        margin-top: 61px;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        max-height: 108px;
    }
}

@media (min-width: 601px) and (max-width: 1099px) {
    .benefits-window__list li {
        max-width: 349px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .benefits-window__list li {
        max-width: 477px;
    }
}

@media (min-width: 1620px) {
    .benefits-window__list li {
        max-width: 770px;
    }
}

.specifications__grid {
    padding: 80px 0 120px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    /* max-height: 700px; */
}

@media (max-width: 600px) {
    .specifications__grid {
        padding: 30px 0 40px;
        max-height: initial;
    }
}

@media (min-width: 601px) and (max-width: 1099px) {
    .specifications__grid {
        padding: 40px 0 50px;
        /* max-height: 740px; */
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .specifications__grid {
        padding: 60px 0 70px;
        /* max-height: 780px; */
    }
}

.specifications__elem {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    width: calc(50% - 15px);
}

@media (max-width: 600px) {
    .specifications__elem {
        margin-bottom: 10px;
        width: 100%;
    }
}

@media (min-width: 601px) and (max-width: 1099px) {
    .specifications__elem {
        margin-bottom: 20px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .specifications__elem {
        margin-bottom: 20px;
    }
}

.specifications__img {
    display: block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 32px;
    height: 33px;
    margin-right: 20px;
    min-width: 32px;
}

.specifications__info h4 {
    font-family: 'Prata', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #FFD776;
    margin-bottom: 5px;
}

@media (max-width: 600px) {
    .specifications__info h4 {
        font-size: 16px;
    }
}

@media (min-width: 601px) and (max-width: 1099px) {
    .specifications__info h4 {
        font-size: 16px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .specifications__info h4 {
        font-size: 16px;
    }
}

.specifications__info p {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}

@media (max-width: 600px) {
    .specifications__info p {
        font-size: 15px;
    }
}

@media (min-width: 601px) and (max-width: 1099px) {
    .specifications__info p {
        font-size: 15px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .specifications__info p {
        font-size: 15px;
    }
}

.distinctive__grid {
    padding: 60px 0 120px;
}

@media (max-width: 600px) {
    .distinctive__grid {
        padding: 20px 0 30px;
    }
}

@media (min-width: 601px) and (max-width: 1099px) {
    .distinctive__grid {
        padding: 40px 0 50px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .distinctive__grid {
        padding: 40px 0 70px;
    }
}

.distinctive__info {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
}

@media (max-width: 600px) {
    .distinctive__info {
        font-size: 14px;
        line-height: 22px;
    }
}

@media (min-width: 601px) and (max-width: 1099px) {
    .distinctive__info {
        font-size: 15px;
        line-height: 24px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .distinctive__info {
        font-size: 16px;
        line-height: 26px;
    }
}

.distinctive__brown-block {
    background-color: #302825;
    border-radius: 10px;
    padding: 50px;
    margin: 50px 0 130px;
}

@media (max-width: 600px) {
    .distinctive__brown-block {
        padding: 30px;
        margin: 25px 0 60px;
    }
}

@media (min-width: 601px) and (max-width: 1099px) {
    .distinctive__brown-block {
        padding: 30px;
        margin: 50px 0 140px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .distinctive__brown-block {
        padding: 40px 50px;
        margin: 50px 0 100px;
    }
}

.distinctive__brown-block h3 {
    font-family: 'Prata', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 34px;
    color: #FFFFFF;
    margin-bottom: 24px;
}

@media (max-width: 600px) {
    .distinctive__brown-block h3 {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 20px;
    }
}

@media (min-width: 601px) and (max-width: 1099px) {
    .distinctive__brown-block h3 {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 24px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .distinctive__brown-block h3 {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 18px;
    }
}

.distinctive__brown-block li {
    list-style-type: none;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}

@media (max-width: 600px) {
    .distinctive__brown-block li {
        font-size: 15px;
        line-height: 24px;
    }
}

@media (min-width: 601px) and (max-width: 1099px) {
    .distinctive__brown-block li {
        font-size: 15px;
        line-height: 24px;
    }
}

.distinctive__brown-block li:before {
    color: #FAC136;
    content: "▪";
    padding-right: 10px;
}

.distinctive__brown-block li:not(:last-child) {
    margin-bottom: 15px;
}

@media (max-width: 600px) {
    .distinctive__brown-block li:not(:last-child) {
        margin-bottom: 10px;
    }
}

@media (min-width: 601px) and (max-width: 1099px) {
    .distinctive__brown-block li:not(:last-child) {
        margin-bottom: 10px;
    }
}

.distinctive__img-block {
    display: flex;
}

@media (max-width: 600px) {
    .distinctive__img-block {
        flex-direction: column;
    }
}

@media (min-width: 601px) and (max-width: 1099px) {
    .distinctive__img-block {
        flex-direction: column;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .distinctive__img-block {
        display: block;
    }
}

.distinctive__img-block p {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
}

@media (max-width: 600px) {
    .distinctive__img-block p {
        font-size: 14px;
        line-height: 22px;
    }
}

@media (min-width: 601px) and (max-width: 1099px) {
    .distinctive__img-block p {
        font-size: 15px;
        line-height: 24px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .distinctive__img-block p {
        font-size: 16px;
    }
}

.distinctive__img {
    display: block;
    position: relative;
    background-image: url(../img/wood-window/distinctive/1.jpg);
    background-size: cover;
    background-position: center;
    width: 457px;
    height: 675px;
    border-radius: 10px;
    flex: none;
    margin: 0 40px 0 60px;
}

@media (max-width: 600px) {
    .distinctive__img {
        background-image: url(../img/wood-window/distinctive/1-mob.png);
        height: 220px;
        width: 100%;
        margin: 0 0 30px 0;
        flex: initial;
        background-position: 30px 0;
        background-repeat: no-repeat;
    }
}

@media (min-width: 601px) and (max-width: 1099px) {
    .distinctive__img {
        width: 100%;
        height: 360px;
        background-image: url(../img/wood-window/distinctive/1-plan.png);
        margin: 0 0 40px 0;
        flex: initial;
        background-position: 30px 0;
        background-repeat: no-repeat;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .distinctive__img {
        float: left;
        width: 350px;
        height: 517px;
        margin: 0 40px 30px;
    }
}

.distinctive__img:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2.56433px solid #FAC136;
    border-radius: 10px;
    top: -30px;
    left: -40px;
}

@media (max-width: 600px) {
    .distinctive__img:before {
        left: 0;
        width: 95%;
    }
}

@media (min-width: 601px) and (max-width: 1099px) {
    .distinctive__img:before {
        left: 0;
        width: 97%;
    }
}

@media (max-width: 600px) {
    .basic-colors .title h2 {
        max-width: 251px;
    }
}

.basic-colors__content {
    padding: 30px 0 120px;
    display: grid;
    grid-template-columns: repeat(6, minmax(0px, 1fr));
    gap: 1.5rem;
    grid-auto-rows: minmax(100px, auto);
    padding-right: 200px;
}

@media (max-width: 600px) {
    .basic-colors__content {
        padding: 10px 0 30px;
        max-height: initial;
        grid-template-columns: repeat(2, minmax(0px, 1fr));
    }
}

@media (min-width: 601px) and (max-width: 1099px) {
    .basic-colors__content {
        padding: 30px 0 70px;
        grid-template-columns: repeat(3, minmax(0px, 1fr));
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .basic-colors__content {
        padding: 20px 0 70px;
        grid-template-columns: repeat(4, minmax(0px, 1fr));
    }
}

.basic-colors__elem {
    display: flex;
    align-items: center;
    margin-top: 60px;
    margin-right: 65px;
    max-width: 215px;
}

@media (max-width: 600px) {
    .basic-colors__elem {
        flex-direction: column;
        margin-top: 30px;
        margin-right: 0;
        min-width: 45%;
    }
}

@media (min-width: 601px) and (max-width: 1099px) {
    .basic-colors__elem {
        max-width: 195px;
        margin-top: 30px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .basic-colors__elem {
        max-width: 195px;
        margin-top: 40px;
    }
}

.basic-colors__elem p {
    font-family: 'Prata', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
}

@media (max-width: 600px) {
    .basic-colors__elem p {
        text-align: center;
        font-size: 16px;
        line-height: 22px;
    }
}

.basic-colors__img {
    display: block;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    margin-right: 30px;
    flex: none;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media (max-width: 600px) {
    .basic-colors__img {
        margin-right: 0;
        margin-bottom: 15px;
        width: 60px;
        height: 60px;
    }
}

@media (min-width: 601px) and (max-width: 1099px) {
    .basic-colors__img {
        width: 60px;
        height: 60px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .basic-colors__img {
        width: 60px;
        height: 60px;
    }
}

.where-applicable__content {
    padding: 80px 0 120px;
    height: fit-content;
    width: 100%;
}

@media (max-width: 600px) {
    .where-applicable__content {
        padding: 40px 0 100px;
        width: 100%;
    }
}

@media (min-width: 601px) and (max-width: 1099px) {
    .where-applicable__content {
        padding: 50px 0 100px;
        width: 100%;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .where-applicable__content {
        padding: 60px 0 70px;
        width: 100%;
    }
}

@media (min-width: 601px) and (max-width: 1099px) {
    .where-applicable .slick-slide {
        margin: 0 15px;
    }
}

@media (min-width: 601px) and (max-width: 1099px) {
    .where-applicable .slick-track {
        margin: 0 -15px 0 0;
    }
}

.where-applicable__slider-card {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: flex !important;
    flex-direction: column;
    align-items: center;
}

.where-applicable__slider-card p {
    font-family: 'Prata', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    color: #FFFFFF;
}

@media (max-width: 600px) {
    .where-applicable__slider-card p {
        font-size: 16px;
        line-height: 22px;
    }
}

@media (min-width: 601px) and (max-width: 1099px) {
    .where-applicable__slider-card p {
        font-size: 16px;
        line-height: 22px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .where-applicable__slider-card p {
        font-size: 16px;
        line-height: 22px;
    }
}

.where-applicable__img {
    display: block;
    width: 493px;
    height: 300px;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    margin-bottom: 30px;
}

@media (max-width: 600px) {
    .where-applicable__img {
        width: 100%;
        height: 230px;
        margin-bottom: 15px;
    }
}

@media (min-width: 601px) and (max-width: 1099px) {
    .where-applicable__img {
        width: 253px;
        height: 170px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .where-applicable__img {
        width: 303px;
        height: 200px;
    }
}

.where-applicable .slick-dots {
    bottom: -41px;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .where-applicable .slick-dots {
        bottom: initial;
        top: -75px;
        text-align: right;
        width: 100px;
        right: 0;
        background-color: #1C1512;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .where-applicable .slick-dots {
        bottom: initial;
        top: -55px;
        text-align: left;
        padding-left: 26px;
        width: 170px;
        right: 0;
        background-color: #1C1512;
    }
}

@media (min-width: 1620px) {
    .where-applicable .slick-dots {
        bottom: initial;
        top: -87px;
        text-align: left;
        padding-left: 26px;
        width: 270px;
        right: 0;
        background-color: #1C1512;
    }
}

.where-applicable .slick-dots li {
    width: 11px;
    height: 11px;
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .where-applicable .slick-dots li {
        width: 7px;
        height: 7px;
    }
}

.where-applicable .slick-dots li button {
    width: 11px;
    height: 11px;
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .where-applicable .slick-dots li button {
        width: 7px;
        height: 7px;
    }
}

.where-applicable .slick-dots li button:before {
    opacity: 1;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    content: '';
    transition: 0.3s ease;
    width: 11px;
    height: 11px;
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .where-applicable .slick-dots li button:before {
        width: 7px;
        height: 7px;
    }
}

.where-applicable .slick-dots li.slick-active button:before {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    opacity: 1;
}

@media (max-width: 600px) {
    .new-benefits-window {
        padding-bottom: 30px;
    }
}

@media (min-width: 601px) and (max-width: 1099px) {
    .new-benefits-window {
        padding: 0 0 60px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .new-benefits-window {
        padding-bottom: 70px;
    }
}



/* @media (max-width: 600px) {
    .new-benefits-window .title {
        display: none;
    }
} */

/* @media (min-width: 601px) and (max-width: 1099px) {
    .new-benefits-window .title {
        display: none;
    }
} */

.new-benefits-window__content {
    padding: 143px 0 120px;
    /* display: flex; */
    justify-content: space-between;
    width: 100%;
}

/* @media (max-width: 600px) {
    .new-benefits-window__content {
        display: none;
    }
} */

/* @media (min-width: 601px) and (max-width: 1099px) {
    .new-benefits-window__content {
        display: none;
    }
} */

@media (min-width: 1100px) and (max-width: 1619px) {
    .new-benefits-window__content {
        padding: 60px 0 0;
    }
}

.new-benefits-window__elem {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: flex !important;
    align-items: center;
    flex-direction: column;
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .new-benefits-window__elem {
        flex-direction: column;
        /* max-width: 303px; */
    }
}

.new-benefits-window__img {
    display: block;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    width: 140px;
    height: 140px;
    margin-right: 30px;
    flex: none;
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .new-benefits-window__img {
        width: 100px;
        height: 100px;
        margin-right: 0;
    }
}

.new-benefits-window__info {
    max-width: 323px;
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .new-benefits-window__info {
        max-width: initial;
    }
}

.new-benefits-window__info h4 {
    font-family: 'Prata', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    color: #FFD776;
    margin-bottom: 10px;
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .new-benefits-window__info h4 {
        text-align: center;
        margin: 30px 0 10px;
    }
}

.new-benefits-window__info p {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .new-benefits-window__info p {
        text-align: center;
    }
}

.new-benefits-window__img-back {
    display: none;
    background-image: url(../img/wood-window/new-benefits/back-2.png);
    border-radius: 10px;
    background-size: cover;
    background-position: center;
    position: relative;
    background-repeat: no-repeat;
}

@media (max-width: 600px) {
    .new-benefits-window__img-back {
        display: block;
        height: 250px;
        width: 100%;
        background-position: 30px 0;
        background-image: url(../img/wood-window/new-benefits/back-mob.png);
    }
}

@media (min-width: 601px) and (max-width: 1099px) {
    .new-benefits-window__img-back {
        display: block;
        height: 360px;
        width: 100%;
        background-position: 30px 0;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .new-benefits-window__img-back {
        display: block;
        height: 355px;
        width: 100%;
        margin-top: 100px;
        background-position: 30px 0;
    }
}

.new-benefits-window__img-back:before {
    content: '';
    position: absolute;
    width: 97%;
    height: 100%;
    border: 2px solid #FAC136;
    border-radius: 10px;
    left: 0;
    top: -30px;
}

.new-benefits-window .slick-dots {
    bottom: -41px;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .new-benefits-window .slick-dots {
        bottom: initial;
        top: -75px;
        text-align: right;
        width: 100px;
        right: 0;
        background-color: #1C1512;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .new-benefits-window .slick-dots {
        bottom: initial;
        top: -55px;
        text-align: left;
        padding-left: 26px;
        width: 170px;
        right: 0;
        background-color: #1C1512;
    }
}

@media (min-width: 1620px) {
    .new-benefits-window .slick-dots {
        bottom: initial;
        top: -87px;
        text-align: left;
        padding-left: 26px;
        width: 270px;
        right: 0;
        background-color: #1C1512;
    }
}

.new-benefits-window .slick-dots li {
    width: 11px;
    height: 11px;
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .new-benefits-window .slick-dots li {
        width: 7px;
        height: 7px;
    }
}

.new-benefits-window .slick-dots li button {
    width: 11px;
    height: 11px;
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .new-benefits-windowva .slick-dots li button {
        width: 7px;
        height: 7px;
    }
}

.new-benefits-window .slick-dots li button:before {
    opacity: 1;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    content: '';
    transition: 0.3s ease;
    width: 11px;
    height: 11px;
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .new-benefits-window .slick-dots li button:before {
        width: 7px;
        height: 7px;
    }
}

.new-benefits-window .slick-dots li.slick-active button:before {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    opacity: 1;
}

.new-flex-sliders {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.where-applicable{
    width: 49%;
}

.new-benefits-window {
    width: 49%;
}

.new-flex-sliders .slick-next{
    right: 5px;
}
.new-flex-sliders .slick-prev{
    left: 5px;
}

@media (max-width: 1619px) {
    .where-applicable{
        width: 100%;
    }
    
    .new-benefits-window {
        width: 100%;
    }
}


.how-much-window__content {
    display: flex;
    justify-content: space-between;
    padding-bottom: 120px;
}

@media (max-width: 600px) {
    .how-much-window__content {
        padding-bottom: 40px;
    }
}

@media (min-width: 601px) and (max-width: 1099px) {
    .how-much-window__content {
        padding-bottom: 60px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .how-much-window__content {
        padding-bottom: 60px;
    }
}

.how-much-window__img {
    display: block;
    background-size: cover;
    background-position: center;
    width: 599px;
    height: 515px;
    border-radius: 10px;
    flex: none;
    position: relative;
}

@media (max-width: 1619px) {
    .how-much-window__img {
        display: none;
    }
}

.how-much-window__img:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px solid #FAC136;
    border-radius: 10px;
    top: -30px;
    left: -30px;
}

.how-much-window__main {
    width: 100%;
    padding-right: 90px;
}

@media (max-width: 1619px) {
    .how-much-window__main {
        padding-right: 0;
    }
}

.how-much-window__title-info {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #C0BEBD;
    margin-bottom: 60px;
}

@media (max-width: 600px) {
    .how-much-window__title-info {
        font-size: 14px;
        line-height: 24px;
        margin: 6px 0 40px;
    }
}

@media (min-width: 601px) and (max-width: 1099px) {
    .how-much-window__title-info {
        font-size: 16px;
        line-height: 24px;
        margin-top: 16px;
        margin-bottom: 30px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .how-much-window__title-info {
        font-size: 16px;
        line-height: 24px;
        margin-top: 16px;
        margin-bottom: 30px;
    }
}

.how-much-window__table {
    background: #302825;
    border-radius: 10px;
    padding: 26px 50px 50px;
}

@media (max-width: 600px) {
    .how-much-window__table {
        display: none;
    }
}

.how-much-window__table table {
    width: 100%;
}

.how-much-window__table thead tr {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #C0BEBD;
}

.how-much-window__table thead tr td {
    padding-bottom: 30px;
}

.how-much-window__table tbody tr {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
    border-radius: 10px;
    padding: 10px 0;
}

.how-much-window__table tbody tr:nth-child(odd) {
    background: #2B2320;
}

.how-much-window__table tbody tr:first-child td:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.how-much-window__table tbody tr:first-child td:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.how-much-window__table tbody tr:last-child td:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.how-much-window__table tbody tr:last-child td:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.how-much-window__table tbody td {
    padding-top: 10px;
    padding-bottom: 10px;
}

.how-much-window__table tbody td:first-child {
    padding-left: 30px;
    padding-right: 0;
}

.how-much-window__btn {
    width: 90px;
    height: 40px;
}

@media (max-width: 600px) {
    .how-much-window__btn {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: -20px;
    }
}

.how-much-window__table-mob {
    padding: 20px 20px 44px;
    background: #302825;
    border-radius: 10px;
    width: 100%;
}

@media (min-width: 601px) {
    .how-much-window__table-mob {
        display: none;
    }
}

.how-much-window__elem {
    background: #2B2320;
    border-radius: 10px;
    padding: 20px 20px 33px;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.how-much-window__elem:not(:last-child) {
    margin-bottom: 40px;
}

.how-much-window__elem div {
    width: 50%;
    display: flex;
    flex-direction: column;
}

.how-much-window__elem p {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    color: #C0BEBD;
}

.how-much-window__elem span {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}

.card-block-doors__content {
    font-family: 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0.02em;
    color: rgba(255, 255, 255, 0.7);
    padding: 161px 0 101px;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .card-block-doors__content {
        padding: 131px 0 98px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .card-block-doors__content {
        padding: 9px 0 175px;
        display: flex;
        justify-content: flex-end;
    }
}

@media (min-width: 1620px) {
    .card-block-doors__content {
        padding: 0 0 233px;
        margin-top: -5px;
        display: flex;
        justify-content: flex-end;
        font-size: 14px;
    }
}

.card-block-doors__card {
    position: relative;
    width: 100%;
    height: 355px;
    background: #302825;
    border-radius: 10px;
    padding: 79px 20px 42px;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .card-block-doors__card {
        padding: 25px 30px 36px;
        height: 177px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .card-block-doors__card {
        padding: 30px 25px 38px;
        width: 429px;
        height: 266px;
    }
}

@media (min-width: 1620px) {
    .card-block-doors__card {
        width: 632px;
        height: 270px;
        padding: 35px 54px 46px;
    }
}

.card-block-doors__img {
    display: block;
    position: absolute;
    background-image: url(../img/doors/door.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 158px;
    height: 292px;
    top: -164px;
    right: 2px;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .card-block-doors__img {
        width: 124px;
        height: 309px;
        top: -309px;
        right: 398px;
        background-size: cover;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .card-block-doors__img {
        width: 257px;
        height: 469px;
        right: initial;
        top: -210px;
        left: -343px;
    }
}

@media (min-width: 1620px) {
    .card-block-doors__img {
        width: 355px;
        height: 650px;
        right: initial;
        top: -262px;
        left: -583px;
    }
}

.card-block-doors__btn {
    position: absolute;
    bottom: -20px;
    right: 19px;
    width: 153px;
    height: 40px;
    font-size: 14px;
    line-height: 19px;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .card-block-doors__btn {
        width: 128.62px;
        height: 35px;
        bottom: -17px;
        right: 42px;
        font-size: 12px;
        line-height: 16px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .card-block-doors__btn {
        width: 147px;
        height: 40px;
        bottom: -20px;
        right: 29px;
        font-size: 14px;
        line-height: 19px;
    }
}

@media (min-width: 1620px) {
    .card-block-doors__btn {
        width: 198px;
        height: 54px;
        bottom: -27px;
        right: 72px;
        font-size: 18px;
        line-height: 24px;
    }
}

@media (min-width: 601px) {
    .of-what .title::before {
        content: none;
    }
}

.of-what .title h2 {
    max-width: 252px;
}

@media (min-width: 601px) {
    .of-what .title h2 {
        max-width: initial;
    }
}

.of-what .wrapper {
    position: relative;
}

.of-what__content {
    padding: 20px 0 40px;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .of-what__content {
        padding: 20px 0 45px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .of-what__content {
        padding: 25px 0 76px;
    }
}

@media (min-width: 1620px) {
    .of-what__content {
        padding: 40px 0 80px;
    }
}

.of-what__list {
    margin-bottom: 30px;
    font-family: 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0.02em;
    color: rgba(255, 255, 255, 0.7);
    list-style: inside;
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .of-what__list {
        margin-bottom: 0;
        max-width: 475px;
        font-size: 12px;
    }
}

@media (min-width: 1620px) {
    .of-what__list {
        font-size: 18px;
        margin-bottom: 0;
        max-width: 770px;
    }
}

.of-what__img {
    display: block;
    background-image: url(../img/doors/2.jpg);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 216px;
    border-radius: 10px;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .of-what__img {
        height: 300px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .of-what__img {
        position: absolute;
        top: -35px;
        right: 0;
        width: 476.92px;
        height: 297.3px;
    }
}

@media (min-width: 1620px) {
    .of-what__img {
        position: absolute;
        top: -56px;
        right: 0;
        width: 770px;
        height: 480px;
    }
}

@media (min-width: 601px) {
    .doors-elem .title::before {
        content: none;
    }
}

.doors-elem .title h2 {
    max-width: 252px;
}

@media (min-width: 601px) {
    .doors-elem .title h2 {
        max-width: initial;
    }
}

.doors-elem__content {
    font-family: 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0.02em;
    color: rgba(255, 255, 255, 0.7);
    padding: 20px 0 80px;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .doors-elem__content {
        padding: 20px 0 85px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .doors-elem__content {
        padding: 18px 0 120px;
        font-size: 12px;
    }
}

@media (min-width: 1620px) {
    .doors-elem__content {
        padding: 30px 0 150px;
        font-size: 18px;
    }
}

@media (min-width: 601px) and (max-width: 1099px) {
    .doors-elem__content2 {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .doors-elem__content2 {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}

@media (min-width: 1620px) {
    .doors-elem__content2 {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}

.doors-elem__img {
    display: block;
    background-image: url(../img/doors/3.jpg);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 200px;
    border-radius: 10px;
    margin: 35px 0 40px;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .doors-elem__img {
        width: 349px;
        height: 288px;
        margin: 30px 0 0;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .doors-elem__img {
        width: 476.44px;
        height: 237.6px;
        margin: 45px 0 0;
    }
}

@media (min-width: 1620px) {
    .doors-elem__img {
        width: 770px;
        height: 384px;
        margin: 64px 0 0;
    }
}

@media (min-width: 601px) and (max-width: 1099px) {
    .doors-elem__text2 {
        max-width: 349px;
        margin: 30px 0 0;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .doors-elem__text2 {
        max-width: 476px;
        margin: 45px 0 0;
    }
}

@media (min-width: 1620px) {
    .doors-elem__text2 {
        max-width: 770px;
        margin: 64px 0 0;
    }
}

.doors-elem__text2 .title {
    margin-bottom: 20px;
}

@media (min-width: 1620px) {
    .doors-elem__text2 .title {
        margin-bottom: 40px;
    }
}

.gallery-grid {
    padding: 40px 0 80px;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .gallery-grid {
        padding: 60px 0 80px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .gallery-grid {
        padding: 80px 0 100px;
    }
}

@media (min-width: 1620px) {
    .gallery-grid {
        padding: 88px 0 150px;
    }
}

.gallery-grid__content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.gallery-grid__btn {
    margin: 20px auto 0;
    width: 183px;
    height: 40px;
    font-size: 14px;
    line-height: 19px;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .gallery-grid__btn {
        width: 226.08px;
        height: 40px;
        font-size: 14px;
        line-height: 19px;
        margin-top: 25px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .gallery-grid__btn {
        width: 226.08px;
        height: 40px;
        font-size: 14px;
        line-height: 19px;
        margin-top: 50px;
    }
}

@media (min-width: 1620px) {
    .gallery-grid__btn {
        width: 286px;
        height: 46px;
        font-size: 18px;
        line-height: 24px;
        margin-top: 7px;
    }
}

.about-company-info__content {
    padding: 50px 0 60px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .about-company-info__content {
        padding: 45px 0 60px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .about-company-info__content {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 61px 0 126px;
    }
}

@media (min-width: 1620px) {
    .about-company-info__content {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 77px 0 185px;
    }
}

.about-company-info__img {
    background-image: url(../img/about-company/1.png);
    background-size: 110%;
    background-position: center;
    background-repeat: no-repeat;
    width: 345px;
    height: 200px;
    border-radius: 10px;
    margin-bottom: 73px;
    transition: 0.3s ease;
    position: relative;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .about-company-info__img {
        height: 250px;
        width: 100%;
        margin-bottom: 53px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .about-company-info__img {
        width: 476.44px;
        height: 275.96px;
        margin-bottom: 50px;
    }
}

@media (min-width: 1620px) {
    .about-company-info__img {
        width: 770px;
        height: 446px;
        margin-bottom: 34px;
    }
}

.about-company-info__img::before {
    content: '';
    position: absolute;
    background-image: url(../img/play.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 59px;
    height: 59px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (min-width: 601px) and (max-width: 1099px) {
    .about-company-info__img::before {
        width: 81.06px;
        height: 81.06px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .about-company-info__img::before {
        width: 81.06px;
        height: 81.06px;
    }
}

@media (min-width: 1620px) {
    .about-company-info__img::before {
        width: 131px;
        height: 131px;
    }
}

.about-company-info__img:hover {
    background-size: 120%;
}

.about-company-info__img a {
    display: block;
    position: absolute;
    background-image: url(../img/about-company/2.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 162px;
    height: 95px;
    border-radius: 10px;
    bottom: -48px;
    right: 20px;
    pointer-events: none;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .about-company-info__img a {
        width: 219.66px;
        height: 125.61px;
        bottom: -33px;
        right: 34px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .about-company-info__img a {
        width: 219.66px;
        height: 125.61px;
        bottom: -74px;
        right: -85px;
    }
}

@media (min-width: 1620px) {
    .about-company-info__img a {
        width: 355px;
        height: 203px;
        bottom: -119px;
        right: -138px;
    }
}

.about-company-info__text {
    font-family: 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0.02em;
    color: rgba(255, 255, 255, 0.7);
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .about-company-info__text {
        width: 47%;
        max-width: 391px;
    }
}

@media (min-width: 1620px) {
    .about-company-info__text {
        width: 47%;
        max-width: 632px;
        font-size: 18px;
    }
}

.about-company-history {
    background-color: #302825;
    padding: 30px 0 48px;
    margin-bottom: 81px;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .about-company-history {
        padding: 30px 0 38px;
        margin-bottom: 96px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .about-company-history {
        padding: 40px 0 49px;
        margin-bottom: 130px;
    }
}

@media (min-width: 1620px) {
    .about-company-history {
        padding: 60px 0 73px;
        margin-bottom: 197px;
    }
}

.about-company-history__content {
    display: flex;
    flex-direction: column;
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .about-company-history__content {
        flex-direction: row;
        justify-content: space-between;
        margin-top: 20px;
    }
}

@media (min-width: 1620px) {
    .about-company-history__content {
        flex-direction: row;
        justify-content: space-between;
        margin-top: 30px;
    }
}

.about-company-history__text {
    font-family: 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0.02em;
    color: rgba(255, 255, 255, 0.7);
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .about-company-history__text {
        width: 47%;
        max-width: 475px;
    }
}

@media (min-width: 1620px) {
    .about-company-history__text {
        width: 47%;
        max-width: 770px;
        font-size: 18px;
    }
}

.about-company-history__text:first-child {
    margin: 20px 0;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .about-company-history__text:first-child {
        margin: 20px 0 15px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .about-company-history__text:first-child {
        margin: 0;
    }
}

@media (min-width: 1620px) {
    .about-company-history__text:first-child {
        margin: 0;
    }
}

.contacts-map {
    padding: 50px 0 402px;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .contacts-map {
        padding: 60px 0 300px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .contacts-map {
        padding: 80px 0 64px;
    }
}

@media (min-width: 1620px) {
    .contacts-map {
        padding: 71px 0 49px;
    }
}

.contacts-map__content {
    position: relative;
}

.contacts-map iframe {
    width: 100%;
    height: 400px;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .contacts-map iframe {
        height: 300px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .contacts-map iframe {
        height: 401px;
    }
}

@media (min-width: 1620px) {
    .contacts-map iframe {
        height: 533px;
    }
}

.contacts-map .wrapper {
    position: relative;
}

.contacts-map__info {
    position: absolute;
    width: 100%;
    background-color: #302825;
    border-radius: 10px;
    padding: 30px 20px;
    left: 0;
    bottom: -341px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .contacts-map__info {
        padding: 30px 30px;
        flex-direction: row;
        justify-content: space-between;
        bottom: -220px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .contacts-map__info {
        padding: 40px 35px;
        flex-direction: row;
        justify-content: space-between;
        bottom: -64px;
        left: initial;
        right: 0;
        width: 475px;
    }
}

@media (min-width: 1620px) {
    .contacts-map__info {
        padding: 52px 57px;
        flex-direction: row;
        justify-content: space-between;
        bottom: -49px;
        left: initial;
        right: 0;
        width: 632px;
    }
}

.contacts-map .title {
    width: 100%;
}

.contacts-map__adress {
    font-family: 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    color: #FFFFFF;
    margin: 15px 0 20px;
    max-width: 201px;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .contacts-map__adress {
        width: 100%;
        max-width: initial;
        margin: 10px 0 23px;
        font-size: 14px;
        line-height: 16px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .contacts-map__adress {
        width: 100%;
        max-width: initial;
        margin: 20px 0 35px;
        font-size: 14px;
        line-height: 16px;
    }
}

@media (min-width: 1620px) {
    .contacts-map__adress {
        width: 100%;
        max-width: initial;
        margin: 25px 0 43px;
        font-size: 18px;
        line-height: 21px;
    }
}

.contacts-map__adress span {
    font-weight: 400;
}

.contacts-map__numbers {
    display: flex;
    flex-direction: column;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .contacts-map__numbers {
        flex-direction: row;
        width: 412px;
        justify-content: space-between;
    }
}

.contacts-map__numbers a {
    margin-left: 24px;
    margin-bottom: 15px;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .contacts-map__numbers a {
        margin-bottom: 31px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .contacts-map__numbers a {
        margin-bottom: 15px;
    }
}

@media (min-width: 1620px) {
    .contacts-map__numbers a {
        margin-left: 41px;
        margin-bottom: 20px;
    }
}

.contacts-map__mail a {
    margin-left: 24px;
    text-decoration: underline;
}

.contacts-map__week p {
    font-family: 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    margin: 40px 0 20px;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .contacts-map__week p {
        margin-top: 0;
        margin-bottom: 24px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .contacts-map__week p {
        margin-top: 20px;
        margin-bottom: 24px;
    }
}

@media (min-width: 1620px) {
    .contacts-map__week p {
        margin-top: 23px;
        margin-bottom: 30px;
    }
}

.contacts-map__week a {
    display: block;
    background-image: url(../img/contacts/week.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 305px;
    height: 61px;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .contacts-map__week a {
        width: 300px;
        height: 54px;
        background-position: left;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .contacts-map__week a {
        background-position: left;
        width: 300px;
        height: 54px;
    }
}

@media (min-width: 1620px) {
    .contacts-map__week a {
        background-position: left;
        width: 368px;
        height: 73.39px;
    }
}

.blog-grid__content {
    padding: 50px 0 27px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .blog-grid__content {
        padding: 61px 0 33px;
        flex-direction: row;
        justify-content: space-between;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .blog-grid__content {
        padding: 80px 0 13px;
        flex-direction: row;
        justify-content: space-between;
    }
}

@media (min-width: 1620px) {
    .blog-grid__content {
        padding: 121px 0 19px;
        flex-direction: row;
        justify-content: space-between;
    }
}

.blog-grid__card {
    width: 100%;
    margin-bottom: 40px;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .blog-grid__card {
        width: 47%;
        display: flex;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .blog-grid__card {
        width: 47%;
        display: flex;
    }
}

@media (min-width: 1620px) {
    .blog-grid__card {
        width: 47%;
        display: flex;
        margin-bottom: 61px;
    }
}

@media (min-width: 601px) and (max-width: 1099px) {
    .blog-grid__card_beforeimg {
        width: 100%;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .blog-grid__card_beforeimg {
        width: 100%;
    }
}

@media (min-width: 1620px) {
    .blog-grid__card_beforeimg {
        width: 100%;
    }
}

.blog-grid__card-double {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .blog-grid__card-double {
        width: 100%;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .blog-grid__card-double {
        width: 47%;
    }
}

@media (min-width: 1620px) {
    .blog-grid__card-double {
        width: 47%;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .blog-grid__card-double .blog-grid__card {
        width: 100%;
    }
}

@media (min-width: 1620px) {
    .blog-grid__card-double .blog-grid__card {
        width: 100%;
    }
}

.blog-grid__video {
    position: relative;
    width: 100%;
    height: 200px;
    margin-bottom: 40px;
    border-radius: 10px;
    background-size: 110%;
    background-position: center;
    background-repeat: no-repeat;
    transition: 0.3s ease;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .blog-grid__video {
        width: 22%;
        height: 151px;
        background-size: 166%;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .blog-grid__video {
        width: 22%;
        height: 171.39px;
        background-size: 166%;
    }
}

@media (min-width: 1620px) {
    .blog-grid__video {
        width: 22%;
        height: 277px;
        background-size: 166%;
    }
}

.blog-grid__video:before {
    content: '';
    position: absolute;
    background-image: url(../img/play.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 55px;
    height: 55px;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .blog-grid__video:before {
        width: 40.84px;
        height: 41.3px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .blog-grid__video:before {
        width: 55.69px;
        height: 56.31px;
    }
}

@media (min-width: 1620px) {
    .blog-grid__video:before {
        width: 90px;
        height: 91px;
    }
}

.blog-grid__video:hover {
    background-size: 120%;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .blog-grid__video:hover {
        background-size: 180%;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .blog-grid__video:hover {
        background-size: 180%;
    }
}

@media (min-width: 1620px) {
    .blog-grid__video:hover {
        background-size: 180%;
    }
}

@media (min-width: 601px) and (max-width: 1099px) {
    .blog-grid__video_big {
        width: 100%;
        height: 250px;
        background-size: 110%;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .blog-grid__video_big {
        width: 47%;
        height: 379.29px;
    }
}

@media (min-width: 1620px) {
    .blog-grid__video_big {
        width: 47%;
        height: 613px;
    }
}

@media (min-width: 601px) and (max-width: 1099px) {
    .blog-grid__video_big:before {
        width: 60px;
        height: 60px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .blog-grid__video_big:before {
        width: 75.49px;
        height: 75.49px;
    }
}

@media (min-width: 1620px) {
    .blog-grid__video_big:before {
        width: 122px;
        height: 122px;
    }
}

.blog-grid__img {
    background-size: cover;
    background-position: center;
    position: relative;
    height: 200px;
    border-radius: 10px 0 10px 10px;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .blog-grid__img {
        width: 160px;
        height: 151px;
        flex: none;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .blog-grid__img {
        flex: none;
        width: 219.66px;
        height: 170.77px;
    }
}

@media (min-width: 1620px) {
    .blog-grid__img {
        flex: none;
        width: 355px;
        height: 276px;
    }
}

.blog-grid__img-before {
    position: absolute;
    top: 0;
    left: 0;
    width: 37.8px;
    height: 69px;
    background: #FFBC17;
    border-radius: 6.87203px 0px 6.87203px 6.87203px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 9px;
    font-family: 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.02em;
    color: #FFFFFF;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .blog-grid__img-before {
        width: 25.03px;
        height: 45.69px;
        border-radius: 4.55001px 0px 4.55001px 4.55001px;
        padding-top: 6px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .blog-grid__img-before {
        width: 34.03px;
        height: 62.13px;
        border-radius: 6.1875px 0px 6.1875px 6.1875px;
        padding-top: 8px;
    }
}

@media (min-width: 1620px) {
    .blog-grid__img-before {
        width: 55px;
        height: 100.41px;
        border-radius: 10px 0px 10px 10px;
        padding-top: 14px;
    }
}

.blog-grid__img-before .num {
    font-size: 20px;
    line-height: 23px;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .blog-grid__img-before .num {
        font-size: 14px;
        line-height: 16px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .blog-grid__img-before .num {
        font-size: 18.9942px;
        line-height: 22px;
    }
}

@media (min-width: 1620px) {
    .blog-grid__img-before .num {
        font-size: 30.6977px;
        line-height: 35px;
    }
}

.blog-grid__img-before .month {
    font-size: 8px;
    line-height: 9px;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .blog-grid__img-before .month {
        font-size: 5.2378px;
        line-height: 6px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .blog-grid__img-before .month {
        font-size: 7.12282px;
        line-height: 8px;
    }
}

@media (min-width: 1620px) {
    .blog-grid__img-before .month {
        font-size: 11.5116px;
        line-height: 13px;
    }
}

.blog-grid__img-before .year {
    font-size: 10px;
    line-height: 11px;
    margin-top: 3px;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .blog-grid__img-before .year {
        font-size: 6.98374px;
        line-height: 8px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .blog-grid__img-before .year {
        font-size: 9.49709px;
        line-height: 11px;
    }
}

@media (min-width: 1620px) {
    .blog-grid__img-before .year {
        font-size: 15.3488px;
        line-height: 18px;
        margin-top: 5px;
    }
}

.blog-grid__img-before_img {
    display: block;
    top: initial;
    left: initial;
    border-radius: none;
    width: 162px;
    height: 104px;
    border-radius: 10px;
    right: 20px;
    bottom: -52px;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .blog-grid__img-before_img {
        width: 143.33px;
        height: 92.37px;
        right: -35px;
        bottom: -20px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .blog-grid__img-before_img {
        width: 194.91px;
        height: 125.61px;
        right: -134px;
        bottom: -28px;
    }
}

@media (min-width: 1620px) {
    .blog-grid__img-before_img {
        width: 315px;
        height: 203px;
        right: -216px;
        bottom: -45px;
    }
}

@media (min-width: 601px) and (max-width: 1099px) {
    .blog-grid__info {
        border-top: 0.455001px solid #FFFFFF;
        width: 60%;
        padding-left: 25px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .blog-grid__info {
        border-top: 0.455001px solid #FFFFFF;
        width: 60%;
        padding-left: 37px;
    }
}

@media (min-width: 1620px) {
    .blog-grid__info {
        border-top: 1px solid #FFFFFF;
        width: 60%;
        padding-left: 60px;
    }
}

.blog-grid__title {
    font-family: 'Prata', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    margin: 15px 0 10px;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .blog-grid__title {
        font-size: 12px;
        line-height: 16px;
        margin: 22px 0 10px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .blog-grid__title {
        font-size: 15px;
        line-height: 20px;
        margin: 32px 0 12px;
    }
}

@media (min-width: 1620px) {
    .blog-grid__title {
        font-size: 24px;
        line-height: 33px;
        margin: 51px 0 19px;
    }
}

.blog-grid__title_img {
    margin-top: 67px;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .blog-grid__title_img {
        margin-top: 48px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .blog-grid__title_img {
        margin-top: 65px;
    }
}

@media (min-width: 1620px) {
    .blog-grid__title_img {
        margin-top: 105px;
    }
}

.blog-grid__text {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: rgba(255, 255, 255, 0.7);
}

@media (min-width: 601px) and (max-width: 1099px) {
    .blog-grid__text {
        font-size: 10px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .blog-grid__text {
        font-size: 12px;
    }
}

@media (min-width: 1620px) {
    .blog-grid__text {
        font-size: 18px;
    }
}

.blog-grid__btn {
    position: relative;
    font-family: 'Prata', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.01em;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #FFFFFF;
    margin-top: 22px;
    display: block;
    text-align: right;
    padding-right: 31px;
    transition: 0.3s ease;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .blog-grid__btn {
        margin-top: 15px;
        text-align: left;
        font-size: 10px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .blog-grid__btn {
        margin-top: 20px;
        font-size: 12px;
        text-align: left;
    }
}

@media (min-width: 1620px) {
    .blog-grid__btn {
        margin-top: 33px;
        text-align: left;
        font-size: 18px;
    }
}

.blog-grid__btn:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-image: url(../img/arrow-btn.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    filter: invert(100%);
}

@media (min-width: 601px) and (max-width: 1099px) {
    .blog-grid__btn:before {
        right: initial;
        left: 80px;
        width: 15px;
        height: 15px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .blog-grid__btn:before {
        right: initial;
        left: 100px;
        width: 20.42px;
        height: 20.42px;
    }
}

@media (min-width: 1620px) {
    .blog-grid__btn:before {
        right: initial;
        left: 154px;
        width: 33px;
        height: 33px;
    }
}

.blog-grid__btn:hover {
    opacity: 0.8;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .blog-grid .blog-grid__card_beforeimg {
        margin-bottom: 51px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .blog-grid .blog-grid__card_beforeimg {
        margin-bottom: 96px;
    }
}

@media (min-width: 1620px) {
    .blog-grid .blog-grid__card_beforeimg {
        margin-bottom: 155px;
    }
}

@media (min-width: 601px) and (max-width: 1099px) {
    .blog-grid .blog-grid__card_beforeimg .blog-grid__img {
        width: 314.86px;
        height: 163.8px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .blog-grid .blog-grid__card_beforeimg .blog-grid__img {
        width: 428.17px;
        height: 222.75px;
    }
}

@media (min-width: 1620px) {
    .blog-grid .blog-grid__card_beforeimg .blog-grid__img {
        width: 692px;
        height: 360px;
    }
}

@media (min-width: 601px) and (max-width: 1099px) {
    .blog-grid .blog-grid__card_beforeimg .blog-grid__info {
        padding-left: 64px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .blog-grid .blog-grid__card_beforeimg .blog-grid__info {
        padding-left: 170px;
    }
}

@media (min-width: 1620px) {
    .blog-grid .blog-grid__card_beforeimg .blog-grid__info {
        padding-left: 276px;
    }
}

.blog-grid__nav {
    position: relative;
    margin: 0 auto 128px;
    display: flex;
    justify-content: space-between;
    max-width: 261px;
    font-family: 'Ubuntu', sans-serif;
    font-style: normal;
    color: white;
    align-items: center;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .blog-grid__nav {
        margin-bottom: 84px;
        max-width: initial;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .blog-grid__nav {
        margin-bottom: 104px;
        max-width: initial;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }
}

@media (min-width: 1620px) {
    .blog-grid__nav {
        max-width: initial;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin-bottom: 152px;
    }
}

.blog-grid__arrow {
    position: relative;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    cursor: pointer;
    transition: 0.3s ease;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .blog-grid__arrow {
        padding: 0 18px;
        font-size: 10px;
        line-height: 11px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .blog-grid__arrow {
        font-size: 9px;
        line-height: 10px;
        padding: 0 16px;
    }
}

@media (min-width: 1620px) {
    .blog-grid__arrow {
        font-size: 14px;
        line-height: 16px;
        padding: 0 26px;
    }
}

.blog-grid__arrow:hover {
    opacity: 0.8;
}

.blog-grid__arrow:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    background-image: url(../img/arrow-breadcrumb.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 15px;
    height: 30px;
    left: -41px;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .blog-grid__arrow:before {
        width: 11px;
        height: 22px;
        left: -29px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .blog-grid__arrow:before {
        width: 9.26px;
        height: 18.52px;
        left: -25px;
    }
}

@media (min-width: 1620px) {
    .blog-grid__arrow:before {
        width: 15px;
        height: 30px;
        left: -41px;
    }
}

.blog-grid__arrow_right:before {
    left: inherit;
    right: -41px;
    transform: translateY(-50%);
}

@media (min-width: 601px) and (max-width: 1099px) {
    .blog-grid__arrow_right:before {
        right: -29px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .blog-grid__arrow_right:before {
        right: -25px;
    }
}

@media (min-width: 1620px) {
    .blog-grid__arrow_right:before {
        right: -41px;
    }
}

.blog-grid__pages {
    display: flex;
    justify-content: space-between;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
}

@media (max-width: 600px) {
    .blog-grid__pages {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: -48px;
    }
}

@media (min-width: 601px) and (max-width: 1099px) {
    .blog-grid__pages {
        font-size: 16px;
        line-height: 18px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .blog-grid__pages {
        font-size: 14px;
        line-height: 16px;
    }
}

@media (min-width: 1620px) {
    .blog-grid__pages {
        font-size: 24px;
        line-height: 28px;
    }
}

.blog-grid__pages a {
    padding: 0 15px;
    transition: 0.3s ease;
    cursor: pointer;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .blog-grid__pages a {
        padding: 0 11px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .blog-grid__pages a {
        padding: 0 9px;
    }
}

@media (min-width: 1620px) {
    .blog-grid__pages a {
        padding: 0 15px;
    }
}

.blog-grid__pages a:hover {
    opacity: 0.8;
}

.blog-grid__pages a.active {
    font-weight: bold;
    text-decoration: underline;
    cursor: default;
}

.blog-grid__pages a.active:hover {
    opacity: 1;
}

.fittings-info__content {
    padding: 45px 0 60px;
    display: flex;
    flex-direction: column;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .fittings-info__content {
        padding: 40px 0 60px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .fittings-info__content {
        padding: 60px 0 120px;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
}

@media (min-width: 1620px) {
    .fittings-info__content {
        padding: 73px 0 150px;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
}

.fittings-info__img {
    width: 100%;
    height: 200px;
    display: block;
    background-image: url(../img/fittings/1.png);
    background-position: center;
    background-size: cover;
    margin-bottom: 20px;
    border-radius: 10px;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .fittings-info__img {
        height: 220px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .fittings-info__img {
        width: 489.6px;
        height: 215.55px;
        margin-bottom: 0;
    }
}

@media (min-width: 1620px) {
    .fittings-info__img {
        margin-bottom: 0;
        width: 770px;
        height: 339px;
    }
}

.fittings-info__text {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0.02em;
    color: rgba(255, 255, 255, 0.7);
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .fittings-info__text {
        max-width: 438px;
    }
}

@media (min-width: 1620px) {
    .fittings-info__text {
        font-size: 18px;
        max-width: 727px;
    }
}

.fittings-slider-window {
    position: relative;
}

.fittings-slider-window__slider {
    padding: 40px 0 80px;
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .fittings-slider-window__slider {
        padding: 40px 0 120px;
    }
}

@media (min-width: 1620px) {
    .fittings-slider-window__slider {
        padding: 50px 0 150px;
    }
}

.fittings-slider-door__slider {
    padding: 40px 0 80px;
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .fittings-slider-door__slider {
        padding: 40px 0 100px;
    }
}

@media (min-width: 1620px) {
    .fittings-slider-door__slider {
        padding: 50px 0 150px;
    }
}

.types-window-info__content {
    font-family: 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0.02em;
    color: rgba(255, 255, 255, 0.7);
    padding-bottom: 80px;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .types-window-info__content {
        padding-bottom: 60px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .types-window-info__content {
        padding-bottom: 144px;
    }
}

@media (min-width: 1620px) {
    .types-window-info__content {
        padding-bottom: 228px;
        font-size: 18px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .types-window-info__contain {
        display: flex;
        justify-content: space-between;
        margin-top: 20px;
    }
}

@media (min-width: 1620px) {
    .types-window-info__contain {
        display: flex;
        justify-content: space-between;
        margin-top: 40px;
    }
}

.types-window-info__img {
    background-image: url(../img/types-windows/4.png);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 200px;
    position: relative;
    border-radius: 10px;
    margin: 30px 0 70px;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .types-window-info__img {
        margin: 20px 0 46px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .types-window-info__img {
        margin: -20px 0 0;
        order: 1;
        width: 476.44px;
        height: 191.81px;
    }
}

@media (min-width: 1620px) {
    .types-window-info__img {
        margin: 0;
        order: 1;
        width: 770px;
        height: 310px;
    }
}

.types-window-info__img a {
    display: block;
    position: absolute;
    background-image: url(../img/types-windows/5.png);
    background-size: 110%;
    background-position: center;
    width: 159px;
    height: 89px;
    border-radius: 10px;
    right: 23px;
    bottom: -45px;
    transition: 0.3s ease;
    cursor: pointer;
    overflow: hidden;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .types-window-info__img a {
        width: 254px;
        height: 142px;
        right: 30px;
        bottom: -26px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .types-window-info__img a {
        width: 171.39px;
        height: 96.53px;
        right: 48px;
        bottom: -48px;
    }
}

@media (min-width: 1620px) {
    .types-window-info__img a {
        width: 277px;
        height: 156px;
        right: 78px;
        bottom: -78px;
    }
}

.types-window-info__img a:hover {
    background-size: 120%;
}

.types-window-info__img a:before {
    content: '';
    position: absolute;
    background-image: url(../img/play.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 25px;
    height: 25px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .types-window-info__img a:before {
        width: 42px;
        height: 42px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .types-window-info__img a:before {
        width: 28.46px;
        height: 28.46px;
    }
}

@media (min-width: 1620px) {
    .types-window-info__img a:before {
        width: 46px;
        height: 46px;
    }
}

.types-window-info__text h2 {
    font-size: 20px;
    line-height: 27px;
    color: white;
    font-family: 'Prata', sans-serif;
    font-style: normal;
    font-weight: normal;
    margin-bottom: 10px;
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .types-window-info__textimg {
        max-width: 476px;
    }
}

@media (min-width: 1620px) {
    .types-window-info__textimg {
        max-width: 770px;
    }
}

.appointment-window__content {
    padding: 45px 0 80px;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .appointment-window__content {
        padding: 40px 0 120px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .appointment-window__content {
        padding: 80px 0 120px;
    }
}

@media (min-width: 1620px) {
    .appointment-window__content {
        padding: 62px 0 150px;
    }
}

.appointment-window__textblock {
    margin-bottom: 45px;
    font-family: 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0.02em;
    color: rgba(255, 255, 255, 0.7);
}

@media (min-width: 601px) and (max-width: 1099px) {
    .appointment-window__textblock {
        margin-bottom: 60px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .appointment-window__textblock {
        margin-bottom: 60px;
        display: flex;
        justify-content: space-between;
    }
}

@media (min-width: 1620px) {
    .appointment-window__textblock {
        margin-bottom: 86px;
        display: flex;
        justify-content: space-between;
        font-size: 18px;
    }
}

@media (max-width: 1099px) {
    .appointment-window__text:first-child {
        margin-bottom: 20px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .appointment-window__text {
        max-width: 475px;
    }
}

@media (min-width: 1620px) {
    .appointment-window__text {
        max-width: 717px;
    }
}

.appointment-window__grid {
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 600px) {
    .appointment-window__grid {
        flex-direction: column;
    }
}

@media (min-width: 601px) and (max-width: 1099px) {
    .appointment-window__grid {
        justify-content: space-between;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .appointment-window__grid {
        justify-content: space-between;
    }
}

@media (min-width: 1620px) {
    .appointment-window__grid {
        justify-content: space-between;
    }
}

.appointment-window__elem {
    width: 100%;
    height: 200px;
    position: relative;
    border-radius: 10px;
    margin-bottom: 30px;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .appointment-window__elem {
        width: 349px;
        height: 204px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .appointment-window__elem {
        width: 305.04px;
        height: 181.29px;
    }
}

@media (min-width: 1620px) {
    .appointment-window__elem {
        width: 493px;
        height: 293px;
    }
}

@media (max-width: 600px) {
    .appointment-window__elem_notmobile {
        display: none;
    }
}

.appointment-window__img {
    display: block;
    width: 100%;
    height: 100%;
    background-size: 110%;
    background-position: center;
    transition: 0.3s ease;
    cursor: pointer;
    border-radius: 10px;
}

.appointment-window__img:hover {
    background-size: 120%;
}

.appointment-window__title {
    font-family: 'Prata', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    position: absolute;
    left: 20px;
    bottom: 15px;
    pointer-events: none;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .appointment-window__title {
        left: 17px;
        bottom: 21px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .appointment-window__title {
        left: 19px;
        bottom: 15px;
        font-size: 15px;
        line-height: 20px;
    }
}

@media (min-width: 1620px) {
    .appointment-window__title {
        font-size: 24px;
        line-height: 33px;
        left: 30px;
        bottom: 25px;
    }
}

.backcall {
    position: relative;
    padding-bottom: 445px;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .backcall {
        padding-bottom: 400px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .backcall {
        padding-bottom: 112px;
        padding-top: 50px;
    }
}

@media (min-width: 1620px) {
    .backcall {
        padding-bottom: 162px;
        padding-top: 45px;
    }
}

@media (min-width: 1100px) {
    .backcall .title {
        width: 75%;
    }
}

@media (min-width: 1100px) {
    .backcall .wrapper {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        flex-wrap: wrap;
    }
}

.backcall__content {
    margin-top: 30px;
}

@media (min-width: 1100px) {
    .backcall__content {
        width: 47%;
    }
}

@media (min-width: 1620px) {
    .backcall__content {
        margin-top: 50px;
    }
}

.backcall__map {
    position: absolute;
    width: 100%;
    height: 340px;
    left: 0;
    bottom: 80px;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .backcall__map {
        height: 300px;
        bottom: 60px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .backcall__map {
        bottom: 68px;
        width: 47%;
        height: 341.91px;
    }
}

@media (min-width: 1620px) {
    .backcall__map {
        width: 47%;
        height: 533px;
    }
}

.backcall__map iframe {
    width: 100%;
    height: 100%;
}

.backcall__map_contacts {
    position: relative;
    height: 248px;
    bottom: initial;
    margin-top: 30px;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .backcall__map_contacts {
        height: 250px;
        margin-top: 46px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .backcall__map_contacts {
        width: 475px;
        height: 341px;
        margin-top: 0;
    }
}

@media (min-width: 1620px) {
    .backcall__map_contacts {
        width: 770px;
        height: 550px;
        margin-top: 0;
    }
}

.backcall__adress {
    position: absolute;
    width: 345px;
    height: 64px;
    font-family: 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    padding: 24px 27px;
    background-color: white;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    border: 1.35924px solid #000000;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .backcall__adress {
        bottom: 24px;
        left: 20px;
        transform: translateX(0);
        width: 331.65px;
        height: 59.81px;
        padding: 21px 23px;
        font-size: 12px;
        line-height: 14px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .backcall__adress {
        width: 331.65px;
        height: 59.81px;
        bottom: 28px;
        left: 24px;
        transform: translateX(0);
        font-size: 12px;
        line-height: 14px;
        padding: 21px 23px;
    }
}

@media (min-width: 1620px) {
    .backcall__adress {
        width: 488px;
        height: 88px;
        bottom: 48px;
        left: 45px;
        transform: translateX(0);
        font-size: 18px;
        line-height: 21px;
        padding: 32px 35px;
    }
}

@media (min-width: 601px) {
    .backcall .title::before {
        content: none;
    }
}

.backcall__img {
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.backcall_contacts {
    padding-bottom: 30px;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .backcall_contacts {
        padding-bottom: 60px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .backcall_contacts {
        padding-bottom: 82px;
    }
}

@media (min-width: 1620px) {
    .backcall_contacts {
        padding-bottom: 100px;
    }
}

.backcall_contacts .wrapper {
    position: relative;
}

@media (min-width: 1100px) {
    .backcall_contacts .wrapper {
        flex-direction: row;
        align-items: initial;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .backcall_contacts .title {
        /* position: absolute; */
        /* top: 50px; */
        left: 0;
    }
}

@media (min-width: 1620px) {
    .backcall_contacts .title {
        /* position: absolute; */
        /* top: 80px; */
        left: 0;
    }
}

@media (min-width: 1100px) {
    .backcall_contacts .backcall__content {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}

@media (min-width: 1100px) {
    .backcall_contacts .backcall__form {
        width: 47%;
    }
}

.footer {
    background-color: #302825;
}

.footer .wrapper {
    position: relative;
}

.footer__content {
    display: flex;
    justify-content: space-between;
    padding: 160px 0 130px;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .footer__content {
        padding: 42px 0 60px;
        justify-content: initial;
        flex-direction: column;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .footer__content {
        padding: 26px 0 68px;
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (min-width: 1620px) {
    .footer__content {
        padding: 35px 0 70px;
        flex-wrap: wrap;
        justify-content: center;
    }
}

.footer__nav {
    display: flex;
    flex-direction: column;
    width: 47%;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .footer__nav {
        display: none;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .footer__nav {
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
        max-width: 890px;
    }
}

@media (min-width: 1620px) {
    .footer__nav {
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
        max-width: 1221px;
    }
}

.footer__navelem {
    font-family: 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
    transition: 0.3s ease;
    cursor: pointer;
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .footer__navelem {
        font-size: 13px;
        line-height: 15px;
    }
}

@media (min-width: 1620px) {
    .footer__navelem {
        font-size: 18px;
        line-height: 21px;
    }
}

.footer__navelem:not(:last-child) {
    margin-bottom: 18px;
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .footer__navelem:not(:last-child) {
        margin-bottom: 0;
    }
}

@media (min-width: 1620px) {
    .footer__navelem:not(:last-child) {
        margin-bottom: 0;
    }
}

.footer__navelem:hover {
    opacity: 0.8;
}

.footer__info {
    width: 55%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .footer__info {
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .footer__info {
        padding-top: 86px;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
    }
}

@media (min-width: 1620px) {
    .footer__info {
        padding-top: 50px;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
    }
}

.footer__logo {
    position: absolute;
    top: 36px;
    left: 0;
    display: flex;
    align-items: center;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .footer__logo {
        position: relative;
        top: initial;
        left: initial;
        margin-bottom: 77px;
        margin-top: 25px;
        width: 47%;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .footer__logo {
        position: relative;
        top: initial;
        left: initial;
        margin-top: 17px;
        align-items: initial;
    }
}

@media (min-width: 1620px) {
    .footer__logo {
        position: relative;
        top: initial;
        left: initial;
        margin-top: 27px;
        align-items: initial;
    }
}


/* .footer__logo a {
      width: 36px;
      height: 36px; }
      @media (min-width: 601px) and (max-width: 1099px) {
        .footer__logo a {
          width: 34.8px;
          height: 34.8px; } }
      @media (min-width: 1100px) and (max-width: 1619px) {
        .footer__logo a {
          width: 25.36px;
          height: 25.36px; } }
      @media (min-width: 1620px) {
        .footer__logo a {
          width: 41px;
          height: 41px; } }
    .footer__logo p {
      margin-left: 12px;
      max-width: initial;
      font-size: 24px;
      line-height: 30px; }
      @media (min-width: 601px) and (max-width: 1099px) {
        .footer__logo p {
          font-size: 30.1893px;
          line-height: 38px;
          margin-left: 8px; } }
      @media (min-width: 1100px) and (max-width: 1619px) {
        .footer__logo p {
          font-size: 22px;
          line-height: 28px;
          margin-left: 6px; } }
      @media (min-width: 1620px) {
        .footer__logo p {
          font-size: 36px;
          line-height: 45px;
          margin-left: 9px; } } */

.footer__contacts {
    margin-bottom: 25px;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .footer__contacts {
        width: 100%;
        order: 1;
        max-height: 96px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        max-width: 623px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .footer__contacts {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        max-width: 447px;
        max-height: 65px;
    }
}

@media (min-width: 1620px) {
    .footer__contacts {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        max-width: 664px;
        max-height: 153px;
    }
}

@media (min-width: 601px) and (max-width: 1099px) {
    .footer__contactelem {
        max-width: 244px;
        width: 47%;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .footer__contactelem {
        max-width: 213px;
        width: 47%;
    }
}

@media (min-width: 1620px) {
    .footer__contactelem {
        width: 47%;
        max-width: 342px;
    }
}

.footer__title {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #FFFFFF;
    margin-bottom: 15px;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .footer__title {
        width: 100%;
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 12px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .footer__title {
        width: 100%;
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 11px;
    }
}

@media (min-width: 1620px) {
    .footer__title {
        font-size: 24px;
        line-height: 33px;
        margin-bottom: 18px;
        width: 100%;
    }
}

.footer__number {
    margin-bottom: 19px;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .footer__number {
        margin-bottom: 16px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .footer__number {
        margin-bottom: 16px;
    }
}

@media (min-width: 1620px) {
    .footer__number {
        margin-bottom: 26px;
    }
}

.footer__number .number {
    font-size: 12px;
    line-height: 14px;
    margin-left: 26px;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .footer__number .number {
        font-size: 12px;
        line-height: 14px;
        margin-left: 24px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .footer__number .number {
        font-size: 12px;
        line-height: 14px;
        margin-left: 24px;
    }
}

@media (min-width: 1620px) {
    .footer__number .number {
        font-size: 18px;
        line-height: 21px;
        margin-left: 40px;
    }
}

.footer__number .number:before {
    width: 17px;
    height: 17px;
    left: -26px;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .footer__number .number:before {
        width: 16.08px;
        height: 16.08px;
        left: -24px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .footer__number .number:before {
        width: 16.08px;
        height: 16.08px;
        left: -24px;
    }
}

@media (min-width: 1620px) {
    .footer__number .number:before {
        width: 26px;
        height: 26px;
        left: -40px;
    }
}

.footer__mail {
    margin-bottom: 19px;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .footer__mail {
        margin-bottom: 0;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .footer__mail {
        margin-bottom: 0;
    }
}

@media (min-width: 1620px) {
    .footer__mail {
        margin-bottom: 0;
    }
}

.footer__mail .mail {
    font-size: 12px;
    line-height: 14px;
    margin-left: 26px;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .footer__mail .mail {
        font-size: 12px;
        line-height: 14px;
        margin-left: 24px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .footer__mail .mail {
        font-size: 12px;
        line-height: 14px;
        margin-left: 24px;
    }
}

@media (min-width: 1620px) {
    .footer__mail .mail {
        font-size: 18px;
        line-height: 21px;
        margin-left: 40px;
    }
}

.footer__mail .mail:before {
    width: 17px;
    height: 17px;
    left: -26px;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .footer__mail .mail:before {
        width: 16.08px;
        height: 16.08px;
        left: -24px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .footer__mail .mail:before {
        width: 16.08px;
        height: 16.08px;
        left: -24px;
    }
}

@media (min-width: 1620px) {
    .footer__mail .mail:before {
        width: 26px;
        height: 26px;
        left: -40px;
    }
}

.footer__adress {
    margin-bottom: 19px;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .footer__adress {
        margin-bottom: 16;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .footer__adress {
        margin-bottom: 16;
    }
}

@media (min-width: 1620px) {
    .footer__adress {
        margin-bottom: 26px;
    }
}

.footer__adress .adress {
    font-size: 12px;
    line-height: 14px;
    margin-left: 26px;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .footer__adress .adress {
        font-size: 12px;
        line-height: 14px;
        margin-left: 24px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .footer__adress .adress {
        font-size: 12px;
        line-height: 14px;
        margin-left: 24px;
    }
}

@media (min-width: 1620px) {
    .footer__adress .adress {
        font-size: 18px;
        line-height: 21px;
        margin-left: 40px;
    }
}

.footer__adress .adress:before {
    width: 17px;
    height: 17px;
    left: -26px;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .footer__adress .adress:before {
        width: 16.08px;
        height: 16.08px;
        left: -24px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .footer__adress .adress:before {
        width: 16.08px;
        height: 16.08px;
        left: -24px;
    }
}

@media (min-width: 1620px) {
    .footer__adress .adress:before {
        width: 26px;
        height: 26px;
        left: -40px;
    }
}

.footer__time .time {
    font-size: 12px;
    line-height: 14px;
    margin-left: 26px;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .footer__time .time {
        font-size: 12px;
        line-height: 14px;
        margin-left: 24px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .footer__time .time {
        font-size: 12px;
        line-height: 14px;
        margin-left: 24px;
    }
}

@media (min-width: 1620px) {
    .footer__time .time {
        font-size: 18px;
        line-height: 21px;
        margin-left: 40px;
    }
}

.footer__time .time:before {
    width: 17px;
    height: 17px;
    left: -26px;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .footer__time .time:before {
        width: 16.08px;
        height: 16.08px;
        left: -24px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .footer__time .time:before {
        width: 16.08px;
        height: 16.08px;
        left: -24px;
    }
}

@media (min-width: 1620px) {
    .footer__time .time:before {
        width: 26px;
        height: 26px;
        left: -40px;
    }
}

@media (min-width: 601px) and (max-width: 1099px) {
    .footer__soc {
        width: 47%;
    }
}

.footer__socs {
    max-width: 162px;
    display: flex;
    justify-content: flex-start;
    gap: 30px;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .footer__socs {
        max-width: 134px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .footer__socs {
        max-width: 134px;
    }
}

@media (min-width: 1620px) {
    .footer__socs {
        max-width: 217px;
    }
}

.footer__btn {
    position: absolute;
    width: 100%;
    height: 40px;
    font-size: 14px;
    line-height: 19px;
    left: 0;
    bottom: 50px;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .footer__btn {
        position: relative;
        left: initial;
        bottom: initial;
        margin-top: 22px;
        width: 196.7px;
        height: 39.59px;
        font-size: 14px;
        line-height: 19px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .footer__btn {
        position: relative;
        left: initial;
        bottom: initial;
        width: 196.7px;
        height: 39.59px;
        margin-top: 25px;
        font-size: 14px;
        line-height: 19px;
    }
}

@media (min-width: 1620px) {
    .footer__btn {
        position: relative;
        left: initial;
        bottom: initial;
        width: 318px;
        height: 64px;
        margin-top: 40px;
        font-size: 22px;
        line-height: 30px;
    }
}

.footer__cop {
    font-family: 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 119.5%;
    text-align: center;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 19px 0 23px;
    border-top: 1px solid #FFFFFF;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .footer__cop {
        font-size: 12px;
        padding: 18px 0 16px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .footer__cop {
        font-size: 14px;
        padding: 22px 0;
    }
}

@media (min-width: 1620px) {
    .footer__cop {
        font-size: 20px;
        padding: 26px 0 27px;
    }
}

.footer .soc__elem {
    display: block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 27px;
    height: 26px;
    cursor: pointer;
    transition: 0.3s ease;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .footer .soc__elem {
        width: 22.27px;
        height: 22.27px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .footer .soc__elem {
        width: 22.27px;
        height: 22.27px;
    }
}

@media (min-width: 1620px) {
    .footer .soc__elem {
        width: 36px;
        height: 36px;
    }
}

.footer .soc__elem:hover {
    transform: rotate(360deg);
}

.backcall__adress .adress::before {
    content: none;
}

.backcall__adress .adress {
    color: black;
}

.header__drop .parent {
    color: black;
    text-align: left;
    padding: 17px 11px 15px 11px;
    cursor: pointer;
    display: flex;
    align-items: center;
    width: 100%;
    font-family: 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 180%;
    border-bottom: 1px solid #FFBC17;
}

.header__drop .parent:last-child {
    border-bottom: none;
}

.header__drop .parent .tringle-drop {
    display: block;
    background-image: url(../img/arrow-drop.svg);
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: 0.3s ease;
    z-index: 9;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 15px;
    height: 15px;
    background-size: 10px 6px;
    margin-left: auto;
    filter: brightness(0);
}

.header__nav .wrapper {
    width: 100%;
}

#horizontal-multilevel-menu {
    margin: initial;
    max-width: initial;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: relative;
    max-width: 1130px;
    margin: auto;
}

#horizontal-multilevel-menu li.list_menu {
    position: relative;
    display: flex;
    align-items: center;
}

@media (min-width: 600px) {
    #horizontal-multilevel-menu li.list_menu {
        padding: 10px 0;
    }
}

#horizontal-multilevel-menu li.list_menu>a {
    font-family: 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: 0.3s ease;
    font-size: 13px;
    line-height: 15px;
    padding: 0;
}

#horizontal-multilevel-menu .sub_menu {
    position: absolute;
    top: 37px;
    background-color: #302825;
    z-index: 6;
    padding: 0 17px;
    border: none;
    left: 0;
    display: none;
    width: 235px;
    box-shadow: 0 0 10px -5px #000;
}

#horizontal-multilevel-menu .sub_menu .list {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#horizontal-multilevel-menu .sub_menu .list a.parent,
#horizontal-multilevel-menu .sub_menu .list-sub a {
    cursor: pointer;
    display: block;
    width: 100%;
    font-family: 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.4;
    color: white;
    text-align: left;
    padding: 8.5px 25px 8.5px 20px;
    border-bottom: 1px solid #FFBC17;
    padding-right: 20px;
}

#horizontal-multilevel-menu .sub_menu,
#horizontal-multilevel-menu .sub_menu_two {
    display: none;
}

#horizontal-multilevel-menu .list_arrow,
#horizontal-multilevel-menu .list_arrow_two {
    display: block;
    background-image: url(../img/arrow-drop.svg);
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: 0.3s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 15px;
    height: 15px;
    background-size: 10px 6px;
    margin-left: 5px;
}

#horizontal-multilevel-menu .list_arrow_two {
    margin-left: auto;
    position: absolute;
    right: 0px;
    top: 11px;
}

#horizontal-multilevel-menu .submenu {
    transition: 0.5s;
    overflow: hidden;
    overflow: visible;
}

#horizontal-multilevel-menu .submenu.active {
    display: block;
    top: 30px !important;
}

@media (min-width: 1099px) {
    #horizontal-multilevel-menu .sub_menu_two {
        position: absolute;
        right: -100%;
        background-color: #302825;
        width: 200px;
    }
}

#horizontal-multilevel-menu>li>a {
    transition: 0.3s;
    text-transform: uppercase;
}

#horizontal-multilevel-menu li:hover>a {
    opacity: 0.8;
}

#horizontal-multilevel-menu .list_arrow.active,
#horizontal-multilevel-menu .list_arrow_two.active {
    transform: rotate(180deg);
}

#horizontal-multilevel-menu li a.root-item,
#horizontal-multilevel-menu li a.root-item-selected {
    font-family: 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: 0.3s ease;
    font-size: 13px;
    line-height: 15px;
    padding: 0;
}

@media (max-width:1099px) {
    .max {
        max-width: initial;
        position: absolute;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.8);
        width: 100%;
        z-index: 6;
        top: 0;
        right: -100%;
        transition: 0.3s ease;
        padding-top: 145px;
        padding-right: 16px;
        flex-direction: column;
        align-items: end;
        justify-content: flex-start;
    }
    .header__nav .wrapper {
        width: 100%;
        max-width: 100%;
    }
    .header__nav.active .max {
        display: flex;
        right: 0;
    }
    #horizontal-multilevel-menu {
        flex-direction: column;
        align-items: end;
        justify-content: flex-start;
        margin: 0 auto;
        max-width: 728px;
        overflow: scroll;
    }
    #horizontal-multilevel-menu li.list_menu {
        width: 210px;
        justify-content: flex-end;
        flex-direction: column;
        align-items: end;
    }
    #horizontal-multilevel-menu li.list_menu>a,
    #horizontal-multilevel-menu li a.root-item {
        font-family: 'Ubuntu', sans-serif;
        font-style: normal;
        font-weight: 300;
        font-size: 16.0091px;
        line-height: 18px;
        letter-spacing: 0.02em;
        text-transform: uppercase;
        color: #FFFFFF;
        display: flex;
        align-items: center;
        cursor: pointer;
        transition: 0.3s ease;
        padding: 15px 0;
        color: #fff !important;
        padding-right: 25px;
    }
    #horizontal-multilevel-menu .sub_menu {
        position: unset;
        top: unset;
        background-color: unset;
        z-index: 6;
        padding: 0;
        border: none;
        left: 0;
        display: none;
        width: 235px;
        box-shadow: none;
        width: 210px;
        border: 1px solid #FFBC17;
        border-left: none;
        border-right: none;
    }
    #horizontal-multilevel-menu .sub_menu .list a.parent,
    #horizontal-multilevel-menu .sub_menu .list-sub a {
        cursor: pointer;
        padding: 8.5px 25px 8.5px 20px;
        display: block;
        width: 100%;
        text-align: right;
        font-family: 'Ubuntu', sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 180%;
        border: none;
        text-transform: unset;
    }
    #horizontal-multilevel-menu .list_arrow,
    #horizontal-multilevel-menu .list_arrow_two {
        position: absolute;
        top: 18px;
        right: 0;
    }
    @media (max-width:1099px) {
        #horizontal-multilevel-menu .list_arrow,
        #horizontal-multilevel-menu .list_arrow_two {
            top: 28px;
        }
    }
    #horizontal-multilevel-menu .sub_menu .list-sub a,
    #horizontal-multilevel-menu .sub_menu .list a.parent,
    #horizontal-multilevel-menu .sub_menu .list-sub a {
        cursor: pointer;
        padding: 15px 30px 15px 0;
        display: block;
        width: 100%;
        text-align: right;
        font-family: 'Ubuntu', sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 180%;
        color: #fff;
    }
    #horizontal-multilevel-menu li:hover>a {
        opacity: unset;
    }
}

@media (max-width:600px) {
    #horizontal-multilevel-menu {
        max-width: 345px;
        margin: 0 auto;
    }
}

body.menu_open {
    overflow: hidden;
}

@media (min-width:1620px) {
    #horizontal-multilevel-menu li a.root-item,
    #horizontal-multilevel-menu li.list_menu>a,
    #horizontal-multilevel-menu li a.root-item-selected {
        font-size: 18px;
        line-height: 21px;
    }
}

.txt {
    margin-bottom: 80px;
    color: #fff;
    font-family: 'Prata', sans-serif;
    font-style: normal;
    font-weight: normal;
    text-align: left;
}

.txt h2 {
    text-align: center;
    margin: 25px 0 40px;
    font-size: 32px;
}

.txt p {
    margin-bottom: 20px;
    line-height: 1.4;
}

.txt h3 {
    font-size: 24px;
    /* margin: 25px 0px; */
    margin: 30px 0px 20px;
    line-height: 1.4;
}

.txt em {
    display: flex;
    width: 100%;
    margin: 20px 0 0;
    font-weight: 700;
}

.txt ul {
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 30px;
    font-family: 'Prata', sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 1.4;
}

.txt ol {
    list-style: decimal;
    padding-left: 20px;
    margin-bottom: 30px;
    font-family: 'Prata', sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 1.4;
}

.txt li {
    margin-bottom: 5px;
}

@media (max-width:600px) {
    .txt h2 {
        font-size: 24px;
    }
    .txt p {
        font-size: 14px;
    }
    .txt h3 {
        font-size: 18px;
    }
    .txt ul {
        font-size: 14px;
    }
    .txt ol {
        font-size: 14px;
    }
}

.html {
    scroll-behavior: smooth;
}


/* seo-block-footer */

.seo-zharkov {
    width: 100%;
    height: 60px;
    border-top: 1px solid #FFFFFF;
    display: flex;
    align-items: center;
    background-color: #1C1512;
}

.seo-zharkov__content {
    display: flex;
    justify-content: center;
    align-items: center;
}

.seo-zharkov__logo {
    width: 120px;
    height: 25px;
    display: block;
    background-image: url(../img/Zharkov-white.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 20px;
}

.seo-zharkov__text {
    font-family: 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.08em;
    color: #FFFFFF;
    font-size: 14px;
}

@media (max-width:600px) {
    .seo-zharkov__content {
        flex-direction: column;
    }
    .seo-zharkov__logo {
        margin: 0;
        margin-bottom: 10px;
    }
    .seo-zharkov__text {
        font-size: 12px;
    }
}


/* seo-block-footer end*/

.gallery-works .slick-slide {
    height: auto;
}

.maxwidth {
    width: 100%;
    max-width: 100%;
}

#horizontal-multilevel-menu .submenu.sub_menu_two {
    top: 0px !important;
}

.buy-wood__img.about {
    background-image: url(../img/buywood/5.png);
}

.header__logo .logo-img {
    max-width: 100px;
}

.footer__logo {
    align-items: center;
    margin-top: 0;
}

.footer__logo .logo-img {
    max-width: 150px;
}

.about-company-history__text h2 {
    margin-bottom: 15px;
}

.about-company-history__text p,
.about-company-info__text p {
    margin-bottom: 10px;
}

.about-company-history__text ul {
    list-style: disc;
    padding-left: 30px;
    margin: 15px 0;
    margin-left: 10px;
}

.about-company-history__text li {}

.contacts-map .soc__elem {
    display: block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 27px;
    height: 26px;
    cursor: pointer;
    transition: 0.3s ease;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .contacts-map .soc__elem {
        width: 22.27px;
        height: 22.27px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .contacts-map .soc__elem {
        width: 22.27px;
        height: 22.27px;
    }
}

@media (min-width: 1620px) {
    .contacts-map .soc__elem {
        width: 36px;
        height: 36px;
    }
}

.contacts-map .soc__elem:hover {
    transform: rotate(360deg);
}

.contacts-map__soc {
    width: 100%;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .contacts-map__soc {
        margin-bottom: 15px;
    }
}

@media (max-width: 600px) {
    .contacts-map__soc {
        margin-top: 15px;
    }
}

.distinctive__brown-block {
    background-color: #302825;
    border-radius: 10px;
    padding: 50px;
    margin: 50px 0 130px;
}

@media (max-width: 600px) {
    .distinctive__brown-block {
        padding: 30px;
        margin: 25px 0 60px;
    }
}

@media (min-width: 601px) and (max-width: 1099px) {
    .distinctive__brown-block {
        padding: 30px;
        margin: 50px 0 140px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .distinctive__brown-block {
        padding: 40px 50px;
        margin: 50px 0 100px;
    }
}

.distinctive__brown-block h3 {
    font-family: 'Prata', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 34px;
    color: #FFFFFF;
    margin-bottom: 24px;
}

@media (max-width: 600px) {
    .distinctive__brown-block h3 {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 20px;
    }
}

@media (min-width: 601px) and (max-width: 1099px) {
    .distinctive__brown-block h3 {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 24px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .distinctive__brown-block h3 {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 18px;
    }
}

.distinctive__brown-block li {
    list-style-type: none;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}

@media (max-width: 600px) {
    .distinctive__brown-block li {
        font-size: 15px;
        line-height: 24px;
    }
}

@media (min-width: 601px) and (max-width: 1099px) {
    .distinctive__brown-block li {
        font-size: 15px;
        line-height: 24px;
    }
}

.distinctive__brown-block li:before {
    color: #FAC136;
    content: "▪";
    padding-right: 10px;
}

.distinctive__brown-block li:not(:last-child) {
    margin-bottom: 15px;
}

@media (max-width: 600px) {
    .distinctive__brown-block li:not(:last-child) {
        margin-bottom: 10px;
    }
}

@media (min-width: 601px) and (max-width: 1099px) {
    .distinctive__brown-block li:not(:last-child) {
        margin-bottom: 10px;
    }
}

.distinctive__img-block {
    display: flex;
}

@media (max-width: 600px) {
    .distinctive__img-block {
        flex-direction: column;
    }
}

@media (min-width: 601px) and (max-width: 1099px) {
    .distinctive__img-block {
        flex-direction: column;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .distinctive__img-block {
        display: block;
    }
}

.distinctive__img-block p {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
}

@media (max-width: 600px) {
    .distinctive__img-block p {
        font-size: 14px;
        line-height: 22px;
    }
}

@media (min-width: 601px) and (max-width: 1099px) {
    .distinctive__img-block p {
        font-size: 15px;
        line-height: 24px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .distinctive__img-block p {
        font-size: 16px;
    }
}

.distinctive__img {
    display: block;
    position: relative;
    background-image: url(../img/wood-window/distinctive/1.jpg);
    background-size: cover;
    background-position: center;
    width: 457px;
    height: 675px;
    border-radius: 10px;
    flex: none;
    margin: 0 40px 0 60px;
}

@media (max-width: 600px) {
    .distinctive__img {
        background-image: url(../img/wood-window/distinctive/1-mob.png);
        height: 220px;
        width: 100%;
        margin: 0 0 30px 0;
        flex: initial;
        background-position: 30px 0;
        background-repeat: no-repeat;
    }
}

@media (min-width: 601px) and (max-width: 1099px) {
    .distinctive__img {
        width: 100%;
        height: 360px;
        background-image: url(../img/wood-window/distinctive/1-plan.png);
        margin: 0 0 40px 0;
        flex: initial;
        background-position: 30px 0;
        background-repeat: no-repeat;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .distinctive__img {
        float: left;
        width: 350px;
        height: 517px;
        margin: 0 40px 30px;
    }
}

.distinctive__img:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2.56433px solid #FAC136;
    border-radius: 10px;
    top: -30px;
    left: -40px;
}

@media (max-width: 600px) {
    .distinctive__img:before {
        left: 0;
        width: 95%;
    }
}

@media (min-width: 601px) and (max-width: 1099px) {
    .distinctive__img:before {
        left: 0;
        width: 97%;
    }
}


/* img-left-float */

.benefits-window-info__img_new {
    display: block;
    float: right;
    background-image: url(../img/types-windows/4.png);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 200px;
    position: relative;
    border-radius: 10px;
    margin: 30px 0 70px;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .benefits-window-info__img_new {
        margin: 20px 0 40px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .benefits-window-info__img_new {
        margin: 0px 0 50px;
        order: 1;
        width: 476.44px;
        height: 191.81px;
    }
}

@media (min-width: 1620px) {
    .benefits-window-info__img_new {
        margin: 0;
        margin-bottom: 80px;
        order: 1;
        width: 770px;
        height: 310px;
    }
}

.benefits-window-info__img_new a {
    display: block;
    position: absolute;
    background-image: url(../img/types-windows/5.png);
    background-size: 110%;
    background-position: center;
    width: 159px;
    height: 89px;
    border-radius: 10px;
    right: 23px;
    bottom: -45px;
    transition: 0.3s ease;
    cursor: pointer;
    overflow: hidden;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .benefits-window-info__img_new a {
        width: 254px;
        height: 142px;
        right: 30px;
        bottom: -26px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .benefits-window-info__img_new a {
        width: 171.39px;
        height: 96.53px;
        right: 48px;
        bottom: -48px;
    }
}

@media (min-width: 1620px) {
    .benefits-window-info__img_new a {
        width: 277px;
        height: 156px;
        right: 78px;
        bottom: -78px;
    }
}

.benefits-window-info__img_new a:hover {
    background-size: 120%;
}

.benefits-window-info__img_new a:before {
    content: '';
    position: absolute;
    background-image: url(../img/play.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 25px;
    height: 25px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

@media (min-width: 601px) and (max-width: 1099px) {
    .benefits-window-info__img_new a:before {
        width: 42px;
        height: 42px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .benefits-window-info__img_new a:before {
        width: 28.46px;
        height: 28.46px;
    }
}

@media (min-width: 1620px) {
    .benefits-window-info__img_new a:before {
        width: 46px;
        height: 46px;
    }
}

@media (min-width: 1100px) and (max-width: 1619px) {
    .intro-window__title {
        max-width: 715px;
    }
}

@media (min-width: 601px) and (max-width: 1099px) {
    .intro-window__title {
        max-width: 389px;
    }
}

.blog-grid .blog-grid__card_beforeimg .blog-grid__img {
    float: left;
    margin-right: 30px;
    margin-bottom: 10px;
}

.blog-grid .blog-grid__card_beforeimg {
    display: block;
}

.blog-grid .blog-grid__card_beforeimg .blog-grid__info {
    padding-left: unset;
    width: 100%;
}

@media (max-width: 600px) {
    .blog-grid .blog-grid__card_beforeimg .blog-grid__img {
        width: 100%;
    }
}


/* footer-nav */

@media (max-width: 1099px) {
    .footer__content .max {
        position: relative;
        height: initial;
        background-color: transparent;
        right: initial;
        padding-top: 0;
        padding-right: 0;
        display: none;
    }
    .footer__content .max #horizontal-multilevel-menu {
        flex-direction: row;
    }
    .footer__content .max #horizontal-multilevel-menu .root-item-selected {
        font-family: 'Ubuntu', sans-serif;
        font-style: normal;
        font-weight: 300;
        font-size: 16.0091px;
        line-height: 18px;
        letter-spacing: 0.02em;
        text-transform: uppercase;
        color: #FFFFFF;
        display: flex;
        align-items: center;
        cursor: pointer;
        transition: 0.3s ease;
        padding: 15px 0;
        color: #fff !important;
        padding-right: 25px;
    }
    .max #horizontal-multilevel-menu .root-item-selected {
        font-family: 'Ubuntu', sans-serif;
        font-style: normal;
        font-weight: 300;
        font-size: 16.0091px;
        line-height: 18px;
        letter-spacing: 0.02em;
        text-transform: uppercase;
        color: #FFFFFF;
        display: flex;
        align-items: center;
        cursor: pointer;
        transition: 0.3s ease;
        padding: 15px 0;
        color: #fff !important;
        padding-right: 25px;
    }
}

@media (max-width: 600px) {
    .footer__content .max {
        display: block;
    }
    .footer__content .max #horizontal-multilevel-menu {
        flex-direction: column;
        align-items: flex-start;
    }
    .footer__content .max #horizontal-multilevel-menu a {
        padding: 0;
        padding-top: 18px;
    }
    .footer__content .max #horizontal-multilevel-menu li:first-child a {
        padding: 0;
        padding-top: 0;
    }
}

.spoiler {
    margin-bottom: 20px;
    border-bottom: solid 1px #ffffff85;
    font-family: 'Prata', sans-serif;
}

.spoiler__cont {
    height: 0;
    overflow: hidden;
    transition: 0.3s;
    color: #fff;
    line-height: 1.2;
    font-size: 16px;
}

.spoiler__cont>div {
    padding: 20px;
}

.spoiler__name {
    cursor: pointer;
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px;
    line-height: 1.4;
    position: relative;
    padding-right: 35px;
}

.spoiler__name::before {
    content: "";
    width: 2px;
    height: 15px;
    background: #fff;
    position: absolute;
    right: 10px;
    top: 5px;
    transform: rotate(45deg);
    transition: 0.3s;
}

.spoiler__name::after {
    content: "";
    width: 2px;
    height: 15px;
    background: #fff;
    position: absolute;
    right: 20px;
    top: 5px;
    transform: rotate(-45deg);
    transition: 0.3s;
}

.spoiler__name.active::before {
    transform: rotate(140deg);
}

.spoiler__name.active::after {
    transform: rotate(-140deg);
}


/* .swap-2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
 */

.swap-2 .block p {
    margin-bottom: 10px;
}

/*Menu fix*/

#horizontal-multilevel-menu > li:nth-child(1) {
    color:  red;
}


    .menu_multi {
        background-color: #1D1512;
        width: 100vw;
        justify-content: space-between;
        font-family: 'Ubuntu', sans-serif;
        display: none;
        padding: 25px 45px;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25), 0px 30px 20px -15px rgba(0, 0, 0, 0.5);
    }

    .menu_multi.active {
        display:  flex;
        position: absolute;
        top: 30px;
        left:  -30px;
        z-index: 9;
    }

    .menu_multi .parent {
        display: inline-block;
        margin-bottom: 20px;
        position: relative;
    }

    .menu_multi .parent:before {
        content: '';
        width: 32px;
        height: 32px;
        background-image: url(/menu.png);
        position: absolute;
        left: -40px;
        top: -7px;
    }


    .menu_multi .column ul {
        margin-bottom: 20px;
    }

    .menu_multi .sub_menu_two {
        margin-bottom: 20px !important;
        position: initial !important;
        display: block !important;
        background-color: transparent !important;
    }

    .menu_multi .sub_menu_two li {
        list-style: none;
        font-size: 15px;
        margin-bottom: 7px;
    }

    .menu_multi .sub_menu_two li:before {
        content: "• ";
        color: #635B59;
        position: relative;
        left:  -5px;
    }

    .menu_multi ul ul li a {
        font-size:  14px;
    }

    .menu_multi a {
        transition:  .5s;
    }

    .menu_multi a:hover {
        color:  #FFBC16;
    }

    @media only screen and (max-width: 960px) {
        .menu_multi {
            flex-direction: column;
            padding-left: 53px;
        }
    }

.header__logo .logo-img {
    max-width: 170px;
}

.h2{
    font-size: 36px;
    line-height: 49px;
}

.title_before .h2 {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background-color: #1C1512;
    padding-right: 14px;
}

.benefits-window__content a{
    text-decoration: underline;
}

.specifications__info .h4 {
    font-family: 'Prata', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #FFD776;
    margin-bottom: 5px;
}

.intro__video_block {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
}

.intro__video_name {
    margin-top: 20px;
    color: #fff;
    font-size: 18px;
    font-family: 'Ubuntu', sans-serif;
}

.bg-sosna{
    background-image: url(/local/templates/mokna/img/sosna1.png);
    background-position: right;
    background-size: 70%;
    background-repeat: no-repeat;
}

.bg-list{
    background-image: url(/local/templates/mokna/img/listven.png);
    background-position: right;
    background-size: 70%;
    background-repeat: no-repeat;
}

.bg-dub{
    background-image: url(/local/templates/mokna/img/dub.png);
    background-position: right;
    background-size: 70%;
    background-repeat: no-repeat;
}

@media (max-width:665px) {
    .bg-sosna,
    .bg-list,
    .bg-dub{
        background-image: none;
    }

}

.footer__content #horizontal-multilevel-menu{
    padding-top: 40px;
}

.time{
    color: #fff;
}