@-webkit-keyframes modal-bounce {
    0% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    50% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes main-nav-after-bounce {
    0% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }

    50% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes main-picture-bounce {
    0% {
        -webkit-transform: translateY(-120px);
        transform: translateY(-120px)
    }

    50%,
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes gradbar {

    0%,
    to {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }
}

@keyframes gradbar {

    0%,
    to {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }
}

@-webkit-keyframes fadeEffect {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeEffect {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes cd-bounce-in {
    0% {
        width: 0
    }

    60% {
        width: 55%
    }

    to {
        width: 50%
    }
}

@keyframes cd-bounce-in {
    0% {
        width: 0
    }

    60% {
        width: 55%
    }

    to {
        width: 50%
    }
}

@keyframes modal-bounce {
    0% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    50% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes main-nav-after-bounce {
    0% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }

    50% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes main-picture-bounce {
    0% {
        -webkit-transform: translateY(-120px);
        transform: translateY(-120px)
    }

    50%,
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@font-face {
    font-family: 'Open Sans';
    font-weight: 300;
    font-style: normal;
    src: url(../fonts/GoogleSans-Regular.ttf)
}

@font-face {
    font-family: 'Open Sans';
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/GoogleSans-Medium.ttf)
}

@font-face {
    font-family: 'Open Sans';
    font-weight: 700;
    font-style: normal;
    src: url(../fonts/GoogleSans-Bold.ttf)
}

.body-wrapper {
    font-family: 'Open Sans', 'Arial', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    position: relative;
    color: #2d2d2d;
    background-color: #ececec
}

.preload {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important
}

*,
::after,
::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

img {
    max-width: 100%;
    height: auto
}

.intro {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 300px;
    background-position-x: left;
    background-size: 100% 100%
}

.intro__wrapper {
    margin: 0;
    padding: 0
}

.intro__slide {
    position: static;
    margin: 0;
    padding-right: 5%;
    padding-left: 5%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%
}

.intro__slide-1,
.intro__slide-2 {
    background-image: url('../img/slider-1-mobile -new.png')
}

.intro__slide-3 {
    background-image: url(../img/slider-2-mobile -new.jpg)
}

.owl-dots {
    position: absolute;
    bottom: 0;
    left: 39%
}

.owl-carousel button.owl-dot span {
    background-color: #3ca2bc !important
}

.owl-carousel button.owl-dot.active span {
    border: 1px solid #000;
    background-color: #ccc !important
}

.intro__article,
.intro__title {
    font-weight: 700;
    margin: 0;
    border-collapse: collapse;
    list-style: none;
    text-decoration: none;
    color: #fff;
    text-shadow: 1px 1px 3px #000
}

.intro__title {
    font-family: inherit;
    font-size: 26px;
    line-height: 28px;
    padding: 5% 20px 3%;
    letter-spacing: 3px
}

.intro__article {
    font-size: 16px;
    line-height: 18px;
    padding: 3% 20px 0;
    letter-spacing: 1px
}

.intro__btn {
    font-family: inherit;
    font-size: 10px;
    line-height: 12px;
    display: block;
    width: 150px;
    margin-top: 3%;
    margin-bottom: 3%;
    padding: 7px 5px;
    cursor: pointer;
    text-align: center;
    text-decoration: none !important;
    text-transform: normal;
    color: #fff;
    border-radius: 5px;
    outline: 0;
    background-color: #3ca2bc
}

.intro__btn:active,
.intro__btn:hover {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.intro__btn:hover {
    background-color: #348da4
}

.intro__btn:active {
    color: rgba(255, 255, 255, .3)
}

.intro__btn:hover {
    color: #fff
}

.intro__slide {
    width: 100%;
    height: 300px
}

.page-header {
    position: -webkit-sticky;
    position: sticky;
    position: -webkit- -webkit-sticky;
    position: -webkit- sticky;
    z-index: 50;
    top: 0
}

.page-wrapper {
    width: 100%;
    height: auto
}

.nav-wrapper {
    top: 0;
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 1px 0 15px 1px #000;
    box-shadow: 1px 0 15px 1px #000
}

.grad-bar {
    width: 100%;
    height: 5px;
    -webkit-animation: gradbar 15s ease infinite;
    animation: gradbar 15s ease infinite;
    background: -o-linear-gradient(135deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
    background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
    background-size: 400% 400%
}

.navbar {
    display: grid;
    overflow: hidden;
    min-height: 60px;
    grid-template-columns: 3fr 2fr 1fr;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.nav__logo {
    font-size: 0;
    display: block;
    width: 85%;
    height: 100%;
    margin-left: 2%;
    background-image: url(../img/main-logo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 50%
}

.navbar__tel-block {
    text-align: center
}

.navbar__tel-link {
    font-family: inherit;
    font-size: .9em;
    font-weight: 700;
    line-height: 28px;
    text-decoration: none;
    color: #202242
}

.navbar__tel-link:hover {
    text-decoration: none;
    color: #3ca2bc
}

.navbar__btn-recall {
    font-family: inherit;
    font-size: 10px;
    line-height: 12px;
    display: block;
    margin: 0 auto;
    padding: 5px;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    border-radius: 5px;
    outline: 0;
    background-color: #3ca2bc
}

.navbar__btn-recall:active,
.navbar__btn-recall:hover,
.navbar__tel-link:hover {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.navbar__btn-recall:hover {
    background-color: #348da4
}

.navbar__btn-recall:active {
    color: rgba(255, 255, 255, .3)
}

.navbar ul {
    display: grid;
    list-style: none;
    -webkit-box-shadow: inset -4px 0 7px -2px rgba(0, 0, 0, .4);
    box-shadow: inset -4px 0 7px -2px rgba(0, 0, 0, .4);
    grid-template-columns: repeat(6, 1fr);
    justify-self: flex-start
}

.nav-item .navbar__link {
    font-size: .9rem;
    font-weight: 700;
    display: block;
    -webkit-transition: color .3s ease-out;
    -o-transition: color .3s ease-out;
    transition: color .3s ease-out;
    text-decoration: none;
    text-transform: uppercase;
    color: #000
}

.nav-item a:hover,
.tab button:hover {
    color: #3ca2bc
}

.main-nav__social-link {
    display: block;
    width: 250px;
    height: 40px;
    margin: 0 auto 3%;
    padding: 8px 0 0;
    border-collapse: collapse;
    list-style: none;
    text-align: center;
    text-decoration: none !important;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 20px
}

.main-nav__social-link:hover {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    color: #202242
}

.main-nav__social-link:active {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    color: rgba(255, 255, 255, .3)
}

.main-nav__social-link-whatsup {
    position: relative;
    background-color: #00c5a8
}

.main-nav__social-link-viber:hover,
.main-nav__social-link-whatsup:hover {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background-color: #8df5e6
}

.main-nav__social-link-viber::before,
.main-nav__social-link-whatsup::before {
    position: absolute;
    top: 10%;
    left: 13px;
    display: block;
    width: 30px;
    height: 80%;
    content: '';
    background-image: url(../img/whatsapp-logo.png);
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.main-nav__social-link-viber {
    position: relative;
    background-color: #6f51aa
}

.main-nav__social-link-viber:hover {
    background-color: #966fe2
}

.main-nav__social-link-viber::before {
    background-image: url(../img/viber-logo.png)
}

.no-search,
.search {
    -webkit-transition: -webkit-transform .7s ease-in-out;
    -o-transition: transform .7s ease-in-out;
    transition: transform .7s ease-in-out;
    transition: transform .7s ease-in-out, -webkit-transform .7s ease-in-out
}

.search {
    color: #3498db;
    -webkit-transform: translate(-35%);
    -ms-transform: translate(-35%);
    transform: translate(-35%)
}

.no-search {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0)
}

.search-input {
    position: absolute;
    top: -4px;
    right: -125px;
    -webkit-transition: opacity .6s ease;
    -o-transition: opacity .6s ease;
    transition: opacity .6s ease;
    opacity: 0
}

.search-active {
    opacity: 1
}

.menu-toggle .bar {
    width: 25px;
    height: 3px;
    margin: 5px auto;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background-color: #202242
}

.menu-toggle {
    display: none;
    margin-right: 25px;
    justify-self: end
}

.menu-toggle:hover,
.page-footer__develop a {
    cursor: pointer
}

#mobile-menu.is-active .bar:nth-child(2) {
    opacity: 0
}

#mobile-menu.is-active .bar:nth-child(1) {
    -webkit-transform: translateY(8px) rotate(45deg);
    -ms-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg)
}

#mobile-menu.is-active .bar:nth-child(3) {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    -ms-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg)
}

.form-top {
    padding: 0;
    border-top: 4px solid #fff;
    background-color: #fff
}

.form-top-container {
    margin: 0
}

.form-wrapper {
    padding: 20px 15px;
    background: #fff
}

.form__fields {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.form__fields label {
    width: 80%;
    margin-bottom: 25px
}

.form__intro-field {
    font-size: 20px;
    font-weight: 700;
    line-height: 21px;
    width: 100%;
    height: 50px;
    text-align: center;
    border: 1px solid #858888;
    border-radius: 5px;
    outline: 0
}

.form__btn {
    font-family: inherit;
    font-size: 18px;
    line-height: 30px;
    padding: 15px 20px;
    cursor: pointer;
    text-transform: uppercase;
    color: #2d2d2d;
    border-radius: 30px;
    outline: 0;
    background-color: #3ca2bc
}

.form__btn:hover {
    color: #000;
    background-color: #ffeb81
}

.advantages__unit-container:hover,
.form__btn:active,
.form__btn:hover {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.form__btn:active {
    color: rgba(255, 255, 255, .3)
}

.intro__form-container {
    margin-top: 10px
}

.intro__form-title {
    font-size: 2em;
    padding-bottom: 10px;
    text-align: center
}

.intro__form-article {
    font-size: 1.2em;
    padding-right: 30px;
    padding-left: 30px;
    text-align: center
}

.form-top__picture {
    position: relative;
    margin: 0 auto
}

.form-top__picture-depict {
    position: absolute;
    top: 10%;
    left: 10%;
    padding: 1px 3px;
    letter-spacing: 1px;
    background-color: #3ca2bc;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19)
}

.advantages {
    padding-top: 30px
}

.advantages-title {
    font-size: 2em;
    padding-bottom: 10px;
    text-align: center;
    color: #202242
}

.advantages__unit-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    flex-direction: column;
    min-height: 400px;
    margin: 1%;
    border: 1px solid #d9d9d9;
    border-radius: 5%;
    background-color: #fff;
    -webkit-box-shadow: 0 0 3px 1px #ccc;
    box-shadow: 0 0 3px 1px #ccc;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column
}

.advantages__unit-container:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

.advantages__unit-title {
    font-size: 20px;
    line-height: 26px;
    overflow: hidden;
    padding-top: 20px;
    padding-right: 30px;
    padding-left: 30px;
    text-align: center
}

.advantages__pic {
    width: 45%;
    height: 45%;
    margin: 0 auto;
    padding-top: 5px;
    padding-bottom: 5px
}

.advantages__article-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    padding: 3% 10%;
    background: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column
}

.advantages__article-container .advantages__article {
    font-size: 1em;
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    list-style: none;
    text-decoration: none
}

.advantages__btn {
    font-family: inherit;
    font-size: 18px;
    line-height: 30px;
    display: block;
    width: 80%;
    margin: 3% auto;
    padding: 15px 20px;
    cursor: pointer;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
    color: #fff;
    border-radius: 30px;
    outline: 0;
    background-color: #3ca2bc
}

.advantages__btn:active,
.advantages__btn:hover {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.advantages__btn:hover {
    background-color: #348da4
}

.advantages__btn:active {
    color: rgba(255, 255, 255, .3)
}

.page-footer__wrapper {
    width: 100%;
    padding-top: 30px;
    background-color: #222
}

.page-footer__footer-logo {
    width: 170px;
    margin: 0 auto 20px
}

.page-footer__footer-logo .page-footer__footer-logo-link {
    font-size: 0;
    display: block;
    width: 170px;
    height: 55px;
    background: url(../img/main-logo-footer.png) no-repeat;
    background-size: 100%
}

.page-footer__develop span {
    font-family: inherit;
    font-size: 14px;
    line-height: 18px;
    color: #000;
    position: relative;
    bottom: 8px
}

.page-footer__social-links {
    font-size: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column
}

.page-footer__social-links b {
    font-family: inherit;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    padding-bottom: 5%;
    text-align: center;
    color: #a6a6a6
}

.page-footer__social-links .page-footer__social-link {
    font-family: inherit;
    font-size: 18px;
    line-height: 20px;
    min-width: 250px;
    min-height: 40px;
    margin: 0 auto 3%;
    padding-top: 8px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 20px
}

.page-footer__social-links .page-footer__social-link:hover {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border-color: #000
}

.page-footer__social-links .page-footer__social-link:active {
    opacity: .4
}

.page-footer__develop {
    padding-top: 45px;
    text-align: center
}

.page-footer__link-vk {
    position: relative;
    background-color: #35659a
}

.page-footer__link-inst::before,
.page-footer__link-viber::before,
.page-footer__link-vk::before,
.page-footer__link-whatsup::before {
    position: absolute;
    top: 11%;
    left: 13px;
    display: block;
    width: 30px;
    height: 80%;
    content: '';
    background-image: url(../img/vk-logo.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.page-footer__link-inst {
    position: relative;
    background: -webkit-gradient(linear, left top, left bottom, from(#be00b5), to(#f6bb41));
    background: -o-linear-gradient(top, #be00b5, #f6bb41);
    background: linear-gradient(to bottom, #be00b5, #f6bb41)
}

.page-footer__link-inst::before,
.page-footer__link-viber::before,
.page-footer__link-whatsup::before {
    background-image: url(../img/instagram.svg)
}

.page-footer__link-whatsup {
    position: relative;
    background-color: #00c5a8
}

.page-footer__link-viber::before,
.page-footer__link-whatsup::before {
    top: 10%;
    background-image: url(../img/whatsapp-logo.png)
}

.page-footer__link-viber {
    position: relative;
    background-color: #6f51aa
}

.page-footer__link-viber::before {
    background-image: url(../img/viber-logo.png)
}

.page-footer__copyright {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    letter-spacing: 1px;
    color: #a6a6a6;
    border-top: 1px solid #ccc;
    background-color: #222
}

.page-footer__develop a {
    display: inline-block
}

.page-footer__copyright a {
    display: inline-block;
    color: #a6a6a6
}

.tel-footer {
    padding-left: 15px
}

.page-footer__menu {
    display: none
}

.page-footer__menu-link {
    text-decoration: none !important
}

.select-price {
    position: relative
}

.select-price,
.select-price__tabs-container {
    margin-top: 30px
}

.select-price {
    background-color: #fff
}

.select-price-btn {
    font-family: inherit;
    font-size: 16px;
    line-height: 18px;
    display: block;
    width: 80%;
    min-height: 45px;
    margin: 3% auto;
    padding: 15px;
    cursor: pointer;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
    color: #fff;
    border-radius: 30px;
    outline: 0;
    background-color: #3ca2bc
}

.select-price-btn:active,
.select-price-btn:hover {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.select-price-btn:hover {
    background-color: #348da4
}

.select-price-btn:active {
    color: rgba(255, 255, 255, .3)
}

.select-price-btn:hover {
    color: #fff
}

.select-price__title {
    font-size: 35px;
    line-height: 36px;
    margin-bottom: 30px;
    padding-top: 30px;
    text-align: center;
    color: #202242
}

.select-price__article {
    font-size: 22px;
    line-height: 24px;
    margin: 0;
    padding: 0 5%;
    border-collapse: collapse;
    list-style: none;
    text-align: center;
    text-decoration: none
}

.tabcontent__item {
    margin-bottom: 20px;
    padding: 4%;
    border: 1px solid #ccc;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 3px 1px #ccc;
    box-shadow: 0 0 3px 1px #ccc
}

.tabcontent__item-picture {
    width: 100%;
    margin: 0 auto 20px
}

.tab {
    overflow: hidden;
    background: #202242
}

.tab button {
    font-family: inherit;
    font-size: 1em;
    float: left;
    padding: 14px 16px;
    cursor: pointer;
    border-color: #fff;
    outline: 0;
    background-color: inherit
}

.button-container {
    padding-right: 0;
    padding-left: 0
}

.select-price__tab-header {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: .5px;
    color: #fff
}

.tab button:hover {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background-color: rgba(207, 207, 207, .5)
}

.tabs-container {
    margin: 0;
    padding: 0
}

.tab button.active {
    color: #fff;
    background-color: rgba(207, 207, 207, .5);
    background-color: #3ca2bc
}

.tabcontent {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 30px;
    border-top: none
}

.tabcontent__title {
    margin: 0;
    padding: 0 0 10px;
    border-collapse: collapse;
    list-style: none;
    text-align: center;
    text-decoration: none
}

.tabcontent {
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s
}

.select-price__btn-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.select-price__price-list {
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    list-style: none;
    text-decoration: none
}

.select-price__price-list-item {
    font-size: 18px;
    line-height: 20px;
    position: relative;
    margin-bottom: 20px;
    padding-left: 25px;
    color: #000
}

.select-price__price-list-item::before {
    position: absolute;
    top: 4px;
    left: 0;
    display: block;
    width: 13px;
    height: 13px;
    content: '';
    border: 2px solid #000;
    border-radius: 50%;
    background-color: #3ca2bc;
    -webkit-box-shadow: 0 0 3px 1px #ccc;
    box-shadow: 0 0 3px 1px #ccc
}

.select-price__price {
    font-size: 28px;
    font-weight: 700;
    line-height: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    padding-bottom: 30px;
    color: #202242;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.select-price__price sup {
    top: -.2em
}

.gallery {
    padding-top: 30px
}

.gallery-title,
.gallery__btn {
    font-size: 2em;
    line-height: 24px;
    display: block;
    margin: 0 auto 3%;
    padding: 10px 100px;
    text-align: center;
    color: #202242
}

.gallery__btn {
    font-family: inherit;
    font-size: 18px;
    line-height: 30px;
    width: 80%;
    margin: 3% auto;
    padding: 15px 20px;
    cursor: pointer;
    text-decoration: none !important;
    text-transform: uppercase;
    color: #fff;
    border-radius: 30px;
    outline: 0;
    background-color: #3ca2bc
}

.gallery__btn:active,
.gallery__btn:hover,
.tab button {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.gallery__btn:hover {
    background-color: #348da4
}

.gallery__btn:active {
    color: rgba(255, 255, 255, .3)
}

.gallery .gallery__item {
    margin-bottom: 30px !important
}

.cd-image-container {
    position: relative;
    width: 90%;
    max-width: 768px;
    margin: 0 auto
}

.cd-image-container img {
    display: block
}

.cd-image-label {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 1em;
    -webkit-transition: opacity .3s .7s, -webkit-transform .3s .7s;
    -o-transition: transform .3s .7s, opacity .3s .7s;
    transition: transform .3s .7s, opacity .3s .7s;
    transition: transform .3s .7s, opacity .3s .7s, -webkit-transform .3s .7s;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.cd-image-label.is-hidden {
    visibility: hidden
}

.is-visible .cd-image-label {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.cd-resize-img,
.cd-resize-img img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%
}

.cd-resize-img {
    overflow: hidden;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 0
}

.cd-resize-img img {
    display: block;
    width: auto;
    max-width: none
}

.cd-resize-img .cd-image-label {
    right: auto;
    left: 0
}

.is-visible .cd-resize-img {
    width: 50%;
    -webkit-animation: cd-bounce-in .7s;
    animation: cd-bounce-in .7s
}

.cd-handle {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 44px;
    height: 44px;
    margin-top: -22px;
    margin-left: -22px;
    cursor: move;
    -webkit-transform: translate3d(0, 0, 0) scale(0);
    -ms-transform: translate3d(0, 0, 0) scale(0);
    transform: translate3d(0, 0, 0) scale(0);
    opacity: 0;
    border-radius: 50%;
    background: #3ca2bc url(../img/cd-arrows.svg) no-repeat center center;
    -webkit-box-shadow: 0 0 0 6px rgba(0, 0, 0, .2), 0 0 10px rgba(0, 0, 0, .6), inset 0 1px 0 rgba(255, 255, 255, .3);
    box-shadow: 0 0 0 6px rgba(0, 0, 0, .2), 0 0 10px rgba(0, 0, 0, .6), inset 0 1px 0 rgba(255, 255, 255, .3)
}

.cd-handle.draggable {
    background-color: #445b7c
}

.is-visible .cd-handle {
    -webkit-transition: opacity 0s .7s, -webkit-transform .3s .7s;
    -o-transition: transform .3s .7s, opacity 0s .7s;
    transition: transform .3s .7s, opacity 0s .7s;
    transition: transform .3s .7s, opacity 0s .7s, -webkit-transform .3s .7s;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    -ms-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 1
}

.work-path {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 5px solid #202242;
    border-bottom: 5px solid #202242;
    background-color: #fff
}

.work-path-title {
    font-size: 2em;
    line-height: 24px;
    display: block;
    margin: 0 auto;
    padding-right: 100px;
    padding-bottom: 10px;
    padding-left: 100px;
    text-align: center;
    color: #202242
}

.work-path__item {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px
}

.work-path__item .work-path__item-number {
    font-size: 1em;
    position: absolute;
    top: 3%;
    left: 3%;
    display: block;
    width: 50px;
    height: 50px;
    padding-top: 10px;
    content: '';
    text-align: center;
    color: #fff;
    border: 3px solid #3ca2bc;
    border-radius: 50%;
    background-color: #202242;
    -webkit-box-shadow: 0 0 3px 1px #ccc;
    box-shadow: 0 0 3px 1px #ccc
}

.work-path__item img {
    display: block;
    width: 30%;
    height: 30%;
    margin: 0 auto 15px;
    padding-top: 5px;
    padding-bottom: 5px
}

.work-path__item-article {
    font-size: 1.2em;
    margin: 0;
    padding: 0 30px 15px;
    border-collapse: collapse;
    list-style: none;
    text-align: center;
    text-decoration: none
}

.work-path__btn {
    font-family: inherit;
    font-size: 16px;
    line-height: 24px;
    display: block;
    margin: 3% auto;
    padding: 10px 20px;
    cursor: pointer;
    text-transform: uppercase;
    color: #2d2d2d;
    border-radius: 30px;
    outline: 0;
    background-color: #3ca2bc
}

.work-path__btn:active,
.work-path__btn:hover {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.work-path__btn:hover {
    background-color: #ffeb81
}

.work-path__btn:active {
    color: rgba(255, 255, 255, .3)
}

.discount {
    padding-top: 30px;
    padding-bottom: 5%
}

.discount-title {
    font-size: 2em;
    padding-bottom: 10px;
    text-align: center;
    color: #202242
}

.discount__unit-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    flex-direction: column;
    min-height: 400px;
    margin: 1%;
    border: 1px solid #d9d9d9;
    border-radius: 5%;
    background-color: #fff;
    -webkit-box-shadow: 0 0 3px 1px #ccc;
    box-shadow: 0 0 3px 1px #ccc;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column
}

.discount__unit-container:hover {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-box-shadow: none;
    box-shadow: none
}

.discount__unit-title {
    font-size: 20px;
    line-height: 21px;
    overflow: hidden;
    padding-top: 20px;
    padding-right: 25px;
    padding-left: 25px;
    text-align: center
}

.discount__pic {
    width: 45%;
    height: 45%;
    margin: 0 auto;
    padding-top: 5px;
    padding-bottom: 5px
}

.just-picture {
    display: block;
    width: 80%;
    height: 200px;
    margin: 0 auto
}

.discount__article-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    padding: 3% 10%;
    background: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column
}

.discount__article-container .advantages__article {
    font-size: 1em;
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    list-style: none;
    text-decoration: none
}

.discount__btn {
    font-family: inherit;
    font-size: 18px;
    line-height: 30px;
    display: block;
    width: 80%;
    margin: 3% auto;
    padding: 15px 20px;
    cursor: pointer;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
    color: #2d2d2d;
    border-radius: 30px;
    outline: 0;
    background-color: #3ca2bc
}

.discount__btn:active,
.discount__btn:hover {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.discount__btn:hover {
    color: #000;
    background-color: #ffeb81
}

.discount__btn:active {
    color: rgba(255, 255, 255, .3)
}

.faq__wrapper {
    margin-bottom: 30px;
    padding-top: 5%;
    padding-bottom: 5%;
    background-color: #fff
}

.faq-title {
    font-size: 2em;
    line-height: 24px;
    display: block;
    margin: 0 auto;
    padding-right: 100px;
    padding-bottom: 20px;
    padding-left: 100px;
    text-align: center;
    color: #202242
}

.faq__accordion-container {
    width: 100%;
    margin: 0 auto
}

.accordion {
    font-size: 22px;
    line-height: 24px;
    position: relative;
    width: 100%;
    padding: 18px 55px 18px 18px;
    cursor: pointer;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    text-align: left;
    color: #000;
    border: 0;
    border-bottom: 1px solid #3ca2bc;
    outline: 0;
    background-color: #fff
}

.accordion:nth-child(1) {
    border-top: 1px solid #3ca2bc
}

.accordion:hover,
.active-accordion {
    background-color: #202242
}

.accordion:after {
    position: absolute;
    top: 15px;
    right: 20px;
    left: auto;
    display: block;
    width: 30px;
    height: 30px;
    content: '';
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    background-image: url(../img/left-angle-bracket.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%
}

.active-accordion:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.accordion:hover,
.accordion:hover:after,
.active-accordion {
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    color: #fff
}

.panel {
    overflow: hidden;
    max-height: 0;
    padding: 0 18px;
    -webkit-transition: max-height .2s ease-out;
    -o-transition: max-height .2s ease-out;
    transition: max-height .2s ease-out;
    background-color: #e7ebfc
}

.faq__article,
.faq__article a {
    text-decoration: none;
    color: #2d2d2d
}

.faq__article {
    font-size: 18px;
    line-height: 20px;
    margin: 0;
    padding: 20px;
    border-collapse: collapse;
    list-style: none;
    letter-spacing: .5px
}

.faq__article a {
    padding-right: 2px;
    padding-left: 2px;
    border: 1px solid #ccc;
    border-radius: 8px;
    background-color: #fff
}

.faq__article a:hover {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    color: #fff;
    background-color: #049aff
}

.seo__wrapper {
    padding-top: 50px;
    border-bottom: 5px solid #202242;
    background-color: #ececec
}

.seo__title {
    font-size: 24px;
    line-height: 28px;
    display: block;
    margin: 0 auto;
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
    text-align: center;
    color: #202242
}

.seo__picture-container img {
    width: 100%;
    max-height: 400px
}

.seo__article {
    font-size: 18px;
    line-height: 20px;
    margin: 0;
    padding: 10px 20px 5px;
    border-collapse: collapse;
    list-style: none;
    text-decoration: none;
    letter-spacing: .5px;
    color: #000
}

.seo__article-end {
    line-height: 22px
}

.seo__list {
    font-size: 24px;
    line-height: 26px;
    position: relative;
    display: block;
    width: 90%;
    margin: 0 auto;
    padding: 0;
    border-collapse: collapse;
    list-style: none;
    text-align: left;
    text-decoration: none;
    color: #049aff
}

.seo__list .seo__list-item {
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 40px;
    color: #202242
}

.seo__list-item b::before {
    position: absolute;
    top: 8px;
    left: 0;
    display: block;
    width: 30px;
    height: 30px;
    content: '';
    background-image: url(../img/correct.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%
}

.seo__article:last-of-type {
    font-size: 24px;
    font-style: italic;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    color: #000
}

.modal-content {
    display: none;
    position: fixed;
    z-index: 110;
    top: 15%;
    padding: 20px 24px 25px;
    text-align: left;
    border-radius: 10px;
    background-color: #f8f7f4
}

.modal-content,
.modal-content-show,
.success-message {
    -webkit-animation: modal-bounce .3s;
    animation: modal-bounce .3s
}

.success-message {
    position: fixed;
    z-index: 100;
    top: 15%;
    padding: 20px 24px 25px;
    text-align: left;
    border-radius: 10px;
    background-color: #f8f7f4;
    display: none
}

.success-message p {
    font-size: 1.4em;
    text-align: center
}

.modal-content-show {
    display: block
}

.modal-error {
    -webkit-animation: shake .6s;
    animation: shake .6s
}

.modal-content .feedback-form {
    position: relative
}

.modal-content p {
    font-family: inherit;
    font-size: 1.3em;
    line-height: 28px;
    margin: 0 0 18px;
    padding: 0;
    color: #2d2d2d
}

.modal-content label {
    font-size: 1em;
    line-height: 13px;
    color: #202242
}

.modal-content .half-width {
    width: 100%;
    height: 44px;
    margin-bottom: 20px;
    padding-left: 20px
}

.modal-content input,
.modal-content textarea {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    display: block;
    color: #333;
    border: 1px solid #d3d3d2;
    border-radius: 3px;
    outline: 0
}

.modal-content input:hover,
.modal-content textarea:hover {
    border-color: #69c
}

.modal-content input:focus,
.modal-content textarea:focus {
    border-color: #69c
}

.modal-content input:focus::-webkit-input-placeholder,
.modal-content textarea:focus::-webkit-input-placeholder {
    color: transparent
}

.modal-content input:focus:-moz-placeholder,
.modal-content input:focus::-moz-placeholder,
.modal-content textarea:focus:-moz-placeholder,
.modal-content textarea:focus::-moz-placeholder {
    color: transparent
}

.modal-content input:focus:-ms-input-placeholder,
.modal-content textarea:focus:-ms-input-placeholder {
    color: transparent
}

.modal-content input::-webkit-input-placeholder,
.modal-content textarea::-webkit-input-placeholder {
    font-weight: 400;
    color: #999
}

.modal-content input::-moz-placeholder,
.modal-content textarea::-moz-placeholder {
    font-weight: 400;
    opacity: 1;
    color: #999
}

.modal-content input:-ms-input-placeholder,
.modal-content textarea:-ms-input-placeholder {
    font-weight: 400;
    color: #999
}

.modal-content textarea {
    width: 100%;
    padding-top: 10px;
    padding-left: 15px;
    resize: none
}

.feedback-form .label-name {
    position: absolute;
    top: -15px;
    left: 0;
    display: none;
    padding-left: 15px
}

.half-width:first-of-type:focus~.label-name {
    display: block;
    -webkit-animation: modal-bounce .3s;
    animation: modal-bounce .3s
}

.feedback-form .label-mail {
    position: absolute;
    top: 49px;
    left: 0;
    display: none;
    padding-left: 15px
}

.half-width:nth-of-type(2):focus~.label-mail {
    display: block;
    -webkit-animation: modal-bounce .3s;
    animation: modal-bounce .3s
}

.feedback-form .label-message {
    position: absolute;
    top: 113px;
    left: 0;
    display: none;
    padding-left: 15px
}

.text-field:focus~.label-message {
    display: block;
    -webkit-animation: modal-bounce .3s;
    animation: modal-bounce .3s
}

.modal-content .feedback-btn {
    font-family: inherit;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    display: inline-block;
    float: right;
    margin-top: 20px;
    margin-left: 35px;
    padding: 9px 17px;
    cursor: pointer;
    vertical-align: top;
    text-decoration: none;
    color: #2d2d2d;
    border: 0;
    background-color: #3ca2bc
}

.modal-content .feedback-btn:hover {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background-color: #ffeb81
}

.modal-content .feedback-btn:active {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    color: rgba(255, 255, 255, .3)
}

.modal-content-close,
.success-content-close {
    font-size: 0;
    position: absolute;
    top: -60px;
    right: -15px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    border: 0;
    outline: 0;
    background-color: #f8f7f4
}

.modal-content-close::after,
.modal-content-close::before {
    position: absolute;
    top: 8px;
    left: 1px;
    width: 19px;
    height: 2px;
    content: '';
    border-radius: 1px;
    background-color: #666
}

.modal-content-close::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.modal-content-close::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.modal-content-close:hover {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.modal-content-close:hover::after,
.modal-content-close:hover::before,
.success-content-close:hover::after,
.success-content-close:hover::before {
    background: #0d0d0d
}

.success-content-close {
    top: 7px;
    right: 7px
}

.success-content-close::after,
.success-content-close::before {
    position: absolute;
    top: 8px;
    left: 1px;
    width: 19px;
    height: 2px;
    content: '';
    border-radius: 1px;
    background-color: #666
}

.success-content-close::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.success-content-close::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.success-content-close:hover {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: rotate(90deg) scale(1.3);
    -ms-transform: rotate(90deg) scale(1.3);
    transform: rotate(90deg) scale(1.3)
}

.modal-background {
    display: none;
    position: fixed;
    z-index: 90;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 300%;
    margin: auto;
    background-color: rgba(0, 0, 0, .7)
}

.modal-background-show {
    display: block
}

.bottom-form__wrapper {
    padding-top: 30px;
    padding-bottom: 30px
}

.bottom-form__wrapper .row {
    margin: 0;
    padding: 0
}

.form__fields__bottom label {
    position: relative;
    width: 100%;
    margin-bottom: 20px
}

.bottom__form-title {
    font-size: 24px;
    line-height: 26px;
    padding-right: 50px;
    padding-bottom: 10px;
    padding-left: 50px;
    text-align: center;
    color: #202242
}

.margin-cont {
    width: 100%;
    height: 800px
}

.calculator,
.calculator h4 {
    position: static;
    display: block
}

.calculator {
    padding-top: 20px
}

.calculator h4 {
    font-size: 2em;
    width: 80%;
    margin: 0 auto;
    text-align: center
}

.calculator__wrapper {
    padding: 3%
}

.calculator__form-carpet {
    padding: 5%;
    border: 1px solid #ccc;
    border-radius: 10px;
    background: #f2f2f2;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19)
}

.calculator__choose-add-item,
.calculator__choose-material-item,
.calculator__square-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 15px
}

.calculator__choose-add-item,
.calculator__choose-material-item label,
.calculator__square-container label {
    font-family: inherit;
    font-size: 1.2em;
    width: 90%;
    padding-top: 10px;
    color: #121212
}

.calculator__square-container {
    width: 100%;
    padding-left: 10%;
    -ms-flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.length-cont,
.width-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.calculator__square-container label {
    width: 50%;
    padding-top: 14px;
    padding-bottom: 20px
}

.calculator h5 {
    font-family: inherit;
    font-size: 1.4em;
    margin: 0;
    padding-top: 14px;
    padding-bottom: 10px;
    text-align: center;
    text-decoration: underline;
    color: #121212
}

.calculator__square-container input {
    width: 25%
}

.calculator__total-price-container-carpet {
    font-family: inherit;
    font-size: 1.7em;
    font-weight: 700;
    padding-top: 10px;
    text-align: center;
    letter-spacing: 2px;
    color: #121212
}

.calculator__total-price__article {
    font-family: inherit;
    font-size: .5em;
    font-weight: 400;
    font-style: italic;
    padding-top: 5px;
    letter-spacing: 0;
    color: #202242
}

.calculator__button,
.calculator__field {
    font-weight: 700;
    text-align: center;
    outline: 0
}

.calculator__button {
    font-family: inherit;
    display: block;
    margin: 3% auto;
    padding: 15px 20px;
    cursor: pointer;
    text-decoration: none !important;
    text-transform: uppercase;
    color: #fff;
    background-color: #3ca2bc;
    font-size: 18px;
    line-height: 30px;
    width: 80%;
    border: 1px solid #ccc;
    border-radius: 10px
}

.calculator__button:hover {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    color: #fff;
    background-color: #ffeb81
}

.calculator__button:active {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    color: rgba(255, 255, 255, .3)
}

.calculator__field {
    font-size: 20px;
    line-height: 21px;
    width: 100%;
    height: 50px;
    border: 1px solid #858888;
    border-radius: 5px
}

.calculator__tel-container {
    width: 100%
}

.calculator__tel-field {
    font-size: 20px;
    font-weight: 700;
    line-height: 21px;
    display: block;
    width: 80%;
    height: 50px;
    margin: 15px auto;
    text-align: center;
    border: 1px solid #858888;
    border-radius: 5px;
    outline: 0
}

.calculator__choose-add-item input[type=checkbox],
.calculator__choose-material-item input[type=radio] {
    display: none
}

.calculator__choose-add-item input[type=checkbox]+label,
.calculator__choose-material-item input[type=radio]+label {
    line-height: 21px;
    position: relative;
    display: block;
    padding-left: 43px;
    cursor: pointer
}

.calculator__choose-material-item input[type=radio]+label::before {
    position: absolute;
    top: 8px;
    left: 0;
    display: block;
    width: 23px;
    height: 22px;
    content: '';
    background: url(../img/check-empty.png) no-repeat
}

.calculator__choose-material-item input[type=radio]:checked+label::before {
    position: absolute;
    top: 8px;
    left: 0;
    display: block;
    width: 25px;
    height: 22px;
    content: '';
    background: url(../img/check.png) no-repeat
}

.calculator__choose-add-item input[type=checkbox]+label::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 23px;
    height: 22px;
    content: '';
    background: url(../img/check-empty.png) no-repeat
}

.calculator__choose-add-item input[type=checkbox]:checked+label::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 25px;
    height: 22px;
    content: '';
    background: url(../img/check.png) no-repeat
}

@media (min-width:700px) {

    .calculator__choose-material,
    .calculator__form-carpet {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .calculator__form-carpet {
        flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-flex-direction: column
    }

    .calculator__choose-material {
        border-bottom: 2px solid #ccc
    }

    .calculator__choose-add-item,
    .calculator__choose-material-item {
        width: 33.3%
    }

    .calculator__square-container {
        width: 100%;
        margin: 0 auto;
        padding-top: 10px;
        padding-bottom: 10px
    }

    .length-cont,
    .width-cont {
        width: 50%
    }

    .calculator__square-container label {
        width: 30%;
        padding-top: 15px
    }

    .calculator__square-container input {
        width: 30%;
        margin-bottom: 0;
        margin-left: 15px;
        padding-bottom: 0
    }

    .calculator__tel-container {
        width: 40%
    }

    .calculator__total-price-container-carpet {
        width: 40%;
        margin: 0 auto
    }

    .calculator__choose-add,
    .calculator__result-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .calculator__result-container {
        margin-top: 2%;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .calculator__button {
        width: 35%;
        height: 60px
    }

    .calculator__total-price-container-carpet {
        font-size: 2em
    }
}

@media (min-width:720px) {

    .intro,
    .intro-slide {
        height: 400px
    }

    .intro__slide-1,
    .intro__slide-2 {
        height: 400px;
        background-image: url('../img/slider-1-tablet -new.jpg')
    }

    .owl-dots {
        left: 45%
    }

    .intro__title {
        font-size: 35px;
        line-height: 37px;
        margin-top: 0 !important;
        text-align: center
    }

    .intro__article,
    .intro__btn {
        font-size: 22px;
        line-height: 24px
    }

    .intro__article {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        text-align: center
    }

    .intro__btn {
        width: 250px;
        margin: 0 auto 100px
    }

    .navbar {
        grid-template-columns: 3fr 3fr 4fr
    }

    .navbar ul {
        margin-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .btn {
        font-size: 14px;
        line-height: 16px;
        padding: 5px 10px
    }

    .nav-item .navbar__link {
        position: relative;
        display: block;
        height: 60px;
        padding: 18px 5px 10px;
        text-align: center;
        vertical-align: center;
        color: #202242
    }

    .nav-item .navbar__link:hover {
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        background-color: rgba(207, 207, 207, .3)
    }

    .nav-item .navbar__link:hover::before {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        width: auto;
        height: 3px;
        content: '';
        -webkit-animation: main-nav-after-bounce .2s;
        animation: main-nav-after-bounce .2s;
        border-radius: 20px;
        background-color: #202242
    }

    .navbar__tel-block {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column
    }

    .main-nav__social-link {
        font-size: 0;
        width: 30px;
        height: 30px;
        margin-top: 10px;
        margin-bottom: 0
    }

    .main-nav__social-link-viber::before,
    .main-nav__social-link-whatsup::before {
        top: 4px;
        left: 4px;
        width: 20px;
        height: 20px
    }

    .form-top {
        padding-top: 10px;
        padding-right: 0;
        padding-bottom: 10px
    }

    .form-top__picture {
        display: block;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% 70%
    }

    .form-top__picture-depict {
        padding: 10px 5px
    }

    .advantages__btn {
        max-width: 350px
    }

    .select-price__article {
        padding-right: 15%;
        padding-left: 15%
    }

    .tabcontent__content-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .tabcontent__item {
        padding-bottom: 10px
    }

    .tabcontent__item-picture {
        margin-right: 5%
    }

    .gallery__btn {
        max-width: 350px
    }

    .faq__accordion-container {
        width: 70%
    }

    .seo__article,
    .seo__picture-container {
        width: 70%;
        margin: 0 auto
    }

    .seo__picture-container img {
        max-height: 600px
    }

    .seo__article {
        display: block
    }

    .seo__list {
        width: 60%
    }

    .modal-content,
    .success-message {
        top: 20%
    }

    .form__fields__bottom {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .form__fields__bottom label {
        width: 45%
    }

    .form__btn-bottom {
        width: 45%;
        margin-bottom: 20px;
        padding-top: 10px;
        padding-bottom: 8px
    }
}

@media (min-width:1140px) {
    .intro__title {
        font-size: 38px;
        line-height: 40px
    }

    .intro__article,
    .intro__title {
        padding-right: 150px;
        padding-left: 150px
    }

    .intro,
    .intro-slide {
        height: 650px
    }

    .intro__slide-1 {
        height: 650px;
        background-image: url('../img/slider-1-tablet -new.jpg')
    }

    .intro__slide-2,
    .intro__slide-3 {
        height: 650px
    }

    .owl-dots {
        left: 46%
    }

    .navbar ul {
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .btn {
        font-size: 14px;
        line-height: 16px;
        padding: 5px 15px
    }

    .nav__logo {
        background-size: 80% 80%
    }

    .navbar__tel-block {
        flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row
    }

    .navbar__tel-link {
        font-size: 1.3em
    }

    .form-top {
        padding-top: 10px;
        padding-right: 20px;
        padding-bottom: 10px
    }

    .form-top__picture {
        background-size: 90% 100%
    }

    .page-footer__wrapper {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-direction: row;
        padding: 35px 40px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .page-footer__social-links {
        margin: 0;
        padding-right: 30px;
        border: 0;
        border-right: 1px solid #ccc;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .page-footer__footer-logo {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center
    }

    .page-footer__develop {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4
    }

    .page-footer__footer-logo {
        margin: 0
    }

    .page-footer__develop {
        margin: 0;
        padding: 0;
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end
    }

    .page-footer__menu span {
        font-family: inherit;
        font-size: 18px;
        font-weight: 400;
        line-height: 20px;
        padding-bottom: 5%;
        text-align: center;
        color: #a6a6a6
    }

    .page-footer__menu {
        display: block;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .page-footer__menu ul,
    .page-footer__menu ul li {
        margin: 0;
        padding: 20px 0 0;
        border-collapse: collapse;
        list-style: none;
        text-decoration: none
    }

    .page-footer__menu ul li {
        margin: 0 0 10px;
        padding: 0
    }

    .page-footer__menu a {
        font-size: 18px;
        line-height: 25px;
        color: #a6a6a6
    }

    .page-footer__menu a:hover {
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        color: #fff;
        border-bottom: 1px solid #ccc
    }

    .page-footer__wrapper {
        margin: 0 auto
    }

    .work-path-title {
        padding-top: 20px;
        padding-bottom: 50px
    }

    .seo__list {
        width: 40%
    }
}

@media only screen and (max-width:720px) {
    .navbar ul {
        position: absolute;
        z-index: 1000;
        top: 65px;
        left: 0;
        right: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        overflow-x: hidden;
        flex-direction: column;
        width: 100%;
        height: 100vh;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        text-align: center;
        background-color: #fff;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar li {
        padding: 15px
    }

    .navbar li:first-child {
        margin-top: 50px
    }

    .navbar li a {
        font-size: 1rem
    }

    .bar,
    .menu-toggle {
        display: block;
        cursor: pointer
    }

    .mobile-nav {
        -webkit-transform: translate(0%) !important;
        -ms-transform: translate(0%) !important;
        transform: translate(0%) !important;
        left: 0 !important
    }
}

.policy_link {
    color: #ddd;
    text-align: center;
    display: block;
    transition: 0.5s;
}

.policy_link:hover {
    color: #fff;
}

/* hero static */
.hero-static {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 480px;
    padding: 80px 15px 100px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    box-sizing: border-box;
}

@media (max-width: 768px) {
    .hero-static {
        min-height: auto;
        padding: 100px 15px 120px;
    }
}

@media (min-width: 992px) {
    .hero-static {
        min-height: 560px;
        padding: 120px 20px;
    }
}

@media (min-width: 1400px) {
    .hero-static {
        min-height: 680px;
    }
}

.hero-static {
    margin-bottom: 60px !important;
}

@media (min-width: 992px) {
    .hero-static {
        margin-bottom: 100px !important;
    }
}

/* mobile typography & buttons */
@media (max-width: 768px) {
    .intro__title {
        font-size: 28px !important;
        line-height: 1.4 !important;
        letter-spacing: 0 !important;
        margin-bottom: 20px !important;
    }

    .intro__article {
        font-size: 18px !important;
        line-height: 1.5 !important;
        margin-bottom: 30px !important;
    }

    .intro__btn {
        padding: 16px 32px !important;
        font-size: 18px !important;
        display: inline-block !important;
        width: auto !important;
        min-width: 200px !important;
    }
}

.hero-static .intro__btn-container {
    display: flex;
    justify-content: center;
}

.nav__logo {
    display: inline-block;
    vertical-align: middle;
    background: none !important;
}

.nav__logo::before {
    display: none !important;
    content: none !important;
}

.nav__logo-img {
    max-width: 150px;
    height: auto;
    display: block;
}

@media (min-width: 992px) {
    .nav__logo-img {
        width: 250px;
        max-width: none;
    }
}

.intro {
    margin-bottom: 40px !important;
}

@media (min-width: 992px) {
    .intro {
        margin-bottom: 80px !important;
    }
}

.footer-logo-img {
    max-width: 180px;
    height: auto;
}

.promo-3x2 {
    padding: 30px 15px;
    text-align: center
}

.promo-3x2__title {
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 4px
}

.promo-3x2__subtitle {
    font-size: 16px;
    opacity: .9;
    margin: 0 0 20px
}

.promo-3x2__cards {
    gap: 20px
}

.promo-card {
    margin-bottom: 20px
}

.promo-card__inner {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .08);
    padding: 18px
}

.promo-card__title {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 12px
}

.promo-card__img-wrap {
    width: 100%;
    height: 220px;
    border-radius: 12px;
    overflow: hidden;
    margin: 0 auto
}

.promo-card__img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.promo-3x2__list {
    max-width: 900px;
    margin: 10px auto 20px;
    text-align: left;
    line-height: 1.6
}

.promo-3x2__btn {
    display: flex;
    justify-content: center
}

/* modern typography overrides */
:root {
    --font-sans: "Inter", "Open Sans", "Segoe UI", "Roboto", "Arial", sans-serif
}

body,
.body-wrapper {
    font-family: var(--font-sans);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-sans);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -.01em
}

p,
li {
    line-height: 1.65
}

.intro__title {
    font-weight: 800;
    letter-spacing: -.015em;
    font-size: clamp(28px, 2.8vw + 1rem, 48px);
    line-height: 1.35 !important
}

.intro__article {
    font-size: clamp(16px, .6vw + .8rem, 20px)
}

.advantages__article,
.select-price__article {
    font-size: clamp(16px, .3vw + .8rem, 18px)
}

.navbar__link,
.intro__btn,
.advantages__btn,
.select-price-btn,
.form__btn {
    font-weight: 600;
    letter-spacing: .02em
}

/* Header fixes */
.navbar {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
}

.navbar__tel-block {
    display: flex !important;
    align-items: center !important;
    gap: 20px !important;
    margin-right: 20px !important;
    flex-shrink: 0 !important;
}

.navbar__city-select {
    margin-left: 0 !important;
    padding: 4px 8px !important;
    border-radius: 4px !important;
    border: 1px solid #ccc !important;
}

.nav.no-search {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 15px !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.navbar__link {
    white-space: nowrap !important;
    display: block !important;
}

.navbar__btn-recall {
    border: none !important;
    outline: none !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
    padding: 12px 24px !important;
    font-size: 16px !important;
    border-radius: 8px !important;
    transition: transform 0.2s, box-shadow 0.2s !important;
}

.navbar__btn-recall:hover {
    transform: translateY(-1px) !important;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2) !important;
}

@media (max-width: 1200px) {
    .navbar__tel-block {
        gap: 10px !important;
    }

    .nav.no-search {
        gap: 10px !important;
    }
}

/* Mobile specific fixes */
@media (max-width: 768px) {
    .intro {
        margin-bottom: 80px !important;
    }

    .hero-static {
        min-height: 600px !important;
        padding: 140px 15px 120px !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
    }

    .intro__title {
        font-size: 28px !important;
        line-height: 1.5 !important;
        margin-bottom: 25px !important;
        padding-top: 20px !important;
    }

    .intro__article {
        font-size: 18px !important;
        line-height: 1.6 !important;
        margin-bottom: 40px !important;
    }

    .intro__btn {
        padding: 16px 36px !important;
        font-size: 18px !important;
        border-radius: 10px !important;
        display: inline-block !important;
    }

    .form-top {
        padding-top: 40px !important;
        clear: both !important;
    }
}

/* ============================================= */
/* === FIXES: Mobile menu & horizontal scroll === */
/* ============================================= */

/* Global box sizing */
*, *::before, *::after {
    box-sizing: border-box !important;
}

/* Prevent horizontal scroll globally */
html {
    overflow-x: hidden !important;
    width: 100%;
    margin: 0;
    padding: 0;
}

body {
    overflow-x: hidden !important;
    margin: 0;
    padding: 0;
    max-width: 100vw !important;
}

/* Button styles */
.intro__btn,
.form__btn,
.advantages__btn,
.select-price-btn,
.gallery__btn,
.work-path__btn,
.discount__btn {
    background-color: #3ca2bc !important;
    color: #fff !important;
    border-radius: 8px !important;
    border: none !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1) !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    text-decoration: none !important;
}

.intro__btn:hover,
.form__btn:hover,
.advantages__btn:hover,
.select-price-btn:hover,
.gallery__btn:hover,
.work-path__btn:hover,
.discount__btn:hover {
    background-color: #348da4 !important;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15) !important;
    transform: translateY(-2px) !important;
    color: #fff !important;
}

.intro__btn:active,
.form__btn:active,
.advantages__btn:active,
.select-price-btn:active,
.gallery__btn:active,
.work-path__btn:active,
.discount__btn:active {
    transform: translateY(0) !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
}

/* Header fixes */
.page-header .nav-wrapper {
    padding-bottom: 10px;
}

.navbar {
    height: auto !important;
    min-height: 90px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    align-items: center !important;
    display: flex !important;
    justify-content: space-between !important;
    flex-wrap: wrap !important;
}

.navbar__tel-block {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 15px !important;
    flex-wrap: wrap !important;
}

.navbar__tel-link, .navbar__city-select {
    margin: 0 !important;
}

@media (min-width: 992px) {
    .navbar__tel-block {
        flex-direction: row !important;
        justify-content: flex-end !important;
    }
}

@media (max-width: 991px) {
    .navbar__tel-block {
        width: 100% !important;
        margin-top: 10px !important;
        order: 3 !important;
    }
    .nav__logo {
        order: 1 !important;
    }
    .menu-toggle {
        order: 2 !important;
        position: relative !important;
        z-index: 1005 !important;
    }
    .navbar > ul {
        order: 4 !important;
    }
}

@media (max-width: 575px) {
    .navbar__tel-block {
        flex-direction: column !important;
    }
}

/* Hero banner fixes */
.intro {
    height: auto !important;
}

.intro__slide {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    height: auto !important;
    min-height: 550px !important;
    padding-top: 50px !important;
    padding-bottom: 50px !important;
    text-align: center !important;
}

.intro__title {
    text-align: center !important;
    margin: 0 auto 20px auto !important;
    max-width: 900px !important;
    display: block !important;
    width: 100% !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.intro__article {
    text-align: center !important;
    margin: 0 auto 30px auto !important;
    max-width: 800px !important;
    display: block !important;
    width: 100% !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.intro__btn-container {
    margin: 0 auto !important;
}

/* Form-top section */
.form-top {
    clear: both;
    position: relative;
    z-index: 20;
}

/* Work path fixes */
.work-path__item {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 15px !important;
    padding: 20px 10px !important;
    height: 100% !important;
}

@media (min-width: 992px) {
    .work-path__item {
        padding: 0 10px !important;
        gap: 10px !important;
    }
}

.work-path__item-number {
    position: static !important;
    margin: 0 auto !important;
}

.work-path__item img {
    margin: 0 !important;
    width: 70px !important;
    height: 70px !important;
    object-fit: contain !important;
}

.work-path__item-article {
    margin: 0 !important;
    line-height: 1.3 !important;
}

.work-path__btn {
    margin-top: auto !important;
}

/* Promo cards desktop */
@media (min-width: 992px) {
    .promo-3x2__cards {
        display: flex !important;
        justify-content: center !important;
        flex-wrap: nowrap !important;
        gap: 30px !important;
    }
    .promo-3x2__cards .promo-card {
        flex: 1 1 calc(33.333% - 20px) !important;
        max-width: calc(33.333% - 20px) !important;
        margin: 0 !important;
    }
}

.promo-card__img-wrap {
    position: relative !important;
    width: 100% !important;
    padding-bottom: 100% !important;
    height: 0 !important;
    overflow: hidden !important;
    display: block !important;
}

.promo-card__img-wrap img {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
}

/* ============================================= */
/* === Mobile menu (max-width: 991px) === */
/* ============================================= */

@media (max-width: 991px) {
    .navbar__tel-block .navbar__tel-link,
    .navbar__tel-block .navbar__city-select {
        display: none !important;
    }
    
    .mobile-menu-item {
        display: block !important;
        text-align: center;
        margin-bottom: 15px;
    }
    
    .mobile-menu-item .navbar__tel-link {
        font-size: 18px;
        font-weight: bold;
        color: #333;
        text-decoration: none;
        display: block;
        margin-bottom: 10px;
    }
    
    .mobile-menu-item .navbar__city-select {
        width: 100%;
        max-width: 250px;
        margin: 0 auto;
        display: block;
        padding: 8px;
        border-radius: 5px;
        border: 1px solid #ccc;
    }

    /* Fix for left strip - CRITICAL */
    body, html {
        overflow-x: hidden !important;
        width: 100%;
        margin: 0;
        padding: 0;
        max-width: 100vw !important;
    }

    /* Fix for hero section strip */
    .intro__wrapper.container-fluid {
        padding-left: 0 !important;
        padding-right: 0 !important;
        overflow: hidden;
    }
    
    .intro__slide {
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    /* Force burger menu to top right */
    .navbar {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: wrap !important;
        justify-content: space-between !important;
        align-items: center !important;
        position: relative !important;
    }
    
    .nav__logo {
        order: 1 !important;
        flex: 0 1 auto !important;
        max-width: 70% !important;
    }

    .nav__logo-img {
        max-width: 100% !important;
        height: auto !important;
        max-height: 50px !important;
    }

    .menu-toggle {
        position: absolute !important;
        top: 20px !important;
        right: 15px !important;
        z-index: 1005 !important;
        display: block !important;
        margin: 0 !important;
        background: transparent !important;
        border: none !important;
        padding: 5px !important;
    }

    .menu-toggle .bar {
        width: 22px !important;
        height: 2.5px !important;
        margin: 4px auto !important;
        background-color: #202242 !important;
    }
    
    .navbar__tel-block {
        order: 3 !important;
        width: 100% !important;
        margin-top: 10px !important;
        display: flex !important;
        justify-content: center !important;
    }
    
    .navbar > ul {
        order: 4 !important;
        width: 100% !important;
    }

    /* Mobile menu - ensure proper positioning */
    .navbar ul.nav {
        position: fixed !important;
        top: 70px !important;
        left: 0 !important;
        right: 0 !important;
        width: 100vw !important;
        max-width: 100vw !important;
        height: calc(100vh - 70px) !important;
        max-height: calc(100vh - 70px) !important;
        margin: 0 !important;
        padding: 20px 0 !important;
        -webkit-transform: translateX(-100%) !important;
        -ms-transform: translateX(-100%) !important;
        transform: translateX(-100%) !important;
        -webkit-transition: -webkit-transform 0.3s ease-in-out !important;
        -o-transition: -o-transform 0.3s ease-in-out !important;
        transition: transform 0.3s ease-in-out !important;
        z-index: 1000 !important;
        overflow-x: hidden !important;
        overflow-y: auto !important;
        -webkit-overflow-scrolling: touch !important;
        background-color: #fff !important;
        box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1) !important;
    }

    .navbar ul.nav.mobile-nav {
        -webkit-transform: translateX(0) !important;
        -ms-transform: translateX(0) !important;
        transform: translateX(0) !important;
    }

    /* Mobile menu inner items */
    .navbar ul.nav li {
        width: 100% !important;
        display: block !important;
        padding: 10px 20px !important;
        box-sizing: border-box !important;
    }

    .navbar ul.nav li:first-child {
        margin-top: 10px !important;
    }

    /* Ensure nav wrapper doesn't cause overflow */
    .nav-wrapper {
        width: 100% !important;
        max-width: 100vw !important;
        overflow-x: hidden !important;
    }

    /* Container fluid fix */
    .container-fluid {
        width: 100% !important;
        max-width: 100vw !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        box-sizing: border-box !important;
    }

    /* Mobile menu links styling */
    .navbar ul.nav li a.navbar__link {
        display: block !important;
        padding: 12px 20px !important;
        font-size: 16px !important;
        font-weight: 600 !important;
        color: #202242 !important;
        text-decoration: none !important;
        background: transparent !important;
        border-bottom: 1px solid #eee !important;
    }

    .navbar ul.nav li a.navbar__link:hover {
        background-color: #f5f5f5 !important;
    }

    /* Mobile menu phone link */
    .navbar ul.nav li a.navbar__tel-link {
        display: block !important;
        padding: 12px 20px !important;
        font-size: 18px !important;
        font-weight: bold !important;
        color: #3ca2bc !important;
        text-decoration: none !important;
    }

    /* Mobile menu city select */
    .navbar ul.nav li select.navbar__city-select {
        display: block !important;
        margin: 10px auto !important;
        padding: 8px !important;
        font-size: 14px !important;
        border: 1px solid #ccc !important;
        border-radius: 5px !important;
        background: #fff !important;
        max-width: 280px !important;
    }
}

@media (min-width: 992px) {
    .mobile-menu-item {
        display: none !important;
    }
}

/* ============================================= */
/* === Extra small screens (max-width: 375px) === */
/* ============================================= */

@media (max-width: 375px) {
    .navbar ul.nav {
        top: 55px !important;
        height: calc(100vh - 55px) !important;
        max-height: calc(100vh - 55px) !important;
    }

    .navbar ul.nav li a.navbar__link {
        padding: 10px 15px !important;
        font-size: 14px !important;
    }

    .navbar ul.nav li a.navbar__tel-link {
        padding: 10px 15px !important;
        font-size: 16px !important;
    }

    .navbar ul.nav li select.navbar__city-select {
        padding: 6px !important;
        font-size: 13px !important;
    }

    .nav__logo {
        max-width: 65% !important;
    }

    .nav__logo-img {
        max-height: 40px !important;
    }

    .menu-toggle {
        top: 12px !important;
        right: 10px !important;
    }

    .menu-toggle .bar {
        width: 18px !important;
        height: 2px !important;
        margin: 3px auto !important;
    }
}

/* ============================================= */
/* === Promo timer styles === */
/* ============================================= */

.promo-timer-container {
    text-align: center !important;
    margin: 20px 0 !important;
    background: rgba(255, 255, 255, 0.1) !important;
    padding: 15px !important;
    border-radius: 10px !important;
}

.promo-timer-container p {
    font-size: 1.2rem !important;
    font-weight: 600 !important;
    margin-bottom: 10px !important;
    color: #333 !important;
}

#promo-timer {
    display: flex !important;
    justify-content: center !important;
    gap: 15px !important;
    font-weight: bold !important;
    font-size: 1.5rem !important;
    color: #fff !important;
}

.timer-box {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    background: var(--bg-accent, #ff5722) !important;
    padding: 10px 15px !important;
    border-radius: 8px !important;
    min-width: 70px !important;
}

.timer-box span {
    font-size: 0.8rem !important;
    font-weight: normal !important;
    margin-top: 5px !important;
}

/* ============================================= */
/* === Modal checkbox label === */
/* ============================================= */

.modal-content .form__checkbox-label {
    display: flex !important;
    gap: 15px !important;
    margin-top: 15px !important;
}

/* ============================================= */
/* === Max logo in footer === */
/* ============================================= */

.main-nav__social-link img {
    width: 25px !important;
    height: 25px !important;
    vertical-align: middle !important;
}

/* ============================================= */
/* === Messenger floating buttons === */
/* ============================================= */

.messenger-float {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 12px;
}

.messenger-btn {
    background: #fff;
    border-radius: 50px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, .10);
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform .2s;
    cursor: pointer;
    border: none;
    outline: none;
}

.messenger-btn:hover {
    transform: scale(1.08);
}

.messenger-btn img {
    width: 32px;
    height: 32px;
}

@media (max-width: 600px) {
    .messenger-float {
        right: 12px;
        bottom: 12px;
        gap: 9px;
    }

    .messenger-btn {
        width: 48px;
        height: 48px;
    }

    .messenger-btn img {
        width: 26px;
        height: 26px;
    }
}

