.footer-top-row a {
    position: relative;
    transition: 0.4s all linear;
}

.shop-feedback.container .about-deliver-box h4, .shop-feedback.container .about-deliver-box h3, .shop-feedback.container .about-deliver-box h5 {
    margin-bottom: 15px;
    font-size: 18px;
}

.shop-feedback.container .about-deliver-box p {
    margin-bottom: 10px;
    line-height: 19px;
}

.shop-feedback.container .about-deliver-box ul {
    padding-left: 15px;
    margin-bottom: 15px;
}

.shop-feedback.container .about-deliver-box ul li {
    margin-bottom: 10px;
    list-style: disc;
}

.shop-feedback.container .about-deliver-box ul li:last-child {
    margin-bottom: 0;
}

.footer-top-row a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    margin: -5px 0;
    background-color: #ACBBCA;
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.4s ease-in-out 0s;
}

.footer-top-row a:hover:before {
    visibility: visible;
    transform: scaleX(1);
}

.footer-top-row a:hover {
    color: #ACBBCA;

}


/*.btn {*/
/*    display: inline-block;*/
/*    background: #fff;*/
/*    color: #000;*/
/*    padding: 20px 35px;*/
/*    border: none;*/
/*    text-decoration: none;*/
/*    height: 18px;*/
/*    font-weight: 400;*/
/*    font-size: 16px;*/
/*    font-family: 'Aeroport';*/
/*    border: 1px solid #E2E2E2;*/
/*    border-radius: 4px;*/

/*}*/

.btn.done {
    width: 100% !important;
    right: inherit !important;
    left: 0 !important;
    background: #ACBBCA;
    border: 1px solid #E2E2E2;
    border-radius: 4px;
    color: #fff;
}

.btn.get-code {
    top: 10px;
    z-index: 1;
    left: -103px;
    position: relative;
}

section.letters {
    /* display: flex; */
    /* align-items: center; */
    /* max-width: max-content; */
    height: 53px;
    min-width: 315px;
    cursor: pointer;
    padding: 0 19px;
    position: relative;
}

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

.newsletter input {
    background: #fff;
    border: none;
    padding: 16px 35px;
    width: 0;
    opacity: 0;
    float: right;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    border: 1px solid #E2E2E2;
    border-radius: 4px;
    font-family: 'Aeroport';

}

.newsletter input::placeholder {
    color: #848484;
    font-size: 16px;
    z-index: 3;
}

.newsletter input:hover,
.newsletter input:focus {
    outline: none;
}

.newsletter .btn {
    padding: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 1;
    transform-origin: 50% 50%;
    cursor: pointer;
}

.newsletter .btn.active {
    border: none;
    background: transparent;
}

.newsletter .btn.active .start {
    display: none;
}

.newsletter .btn.done .start {
    display: none;
}

.newsletter .btn.done .done {
    display: block;
    opacity: 0;
}

.newsletter .btn .doned {
    width: 30px;
    top: 7px;
    right: 41px;
    opacity: 0;
    position: absolute;
    pointer-events: none;
}

.newsletter .btn .done {
    display: none;
}

.newsletter .btn:hover,
.newsletter .btn:focus {
    outline: none;
}

.line {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
}











.search-box.active {
    transform: translateY(0px);
    z-index: 222222;
}

.search-box {
    padding: 0;
}

.search-box form {
    height: 100%;
}

.search-box form input {
    width: 100%;
    height: 150px;
    border: 0;
    outline: 0;
    padding: 0;
    display: flex;
    align-items: center;
    padding-left: 23px;
    padding-right: 15px;
    font-family: 'Aeroport';
    color: #000;
    font-size: 24px;
    background: #FFF;

}

.search-box form input::placeholder {
    font-weight: 300;
    line-height: 1;
    font-size: 24px;
    color: #383838;
}

.search-box form {
    width: 90%;
}

.search-box {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: #fff;
    padding: 15px 0;
    transform: translateY(-180px);
    transition: .2s all linear;
    display: flex;
    align-items: center;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08);
}

.btn-submit-search {
    background: #ACBBCA;
    border-radius: 4px;
    height: 50px;
    padding: 0 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #FFFFFF;
    transition: .2s all linear;
    border: 1px solid transparent;
    gap: 0 10px;
    font-family: 'Aeroport';
    font-weight: 700;
    cursor: pointer;
    transition: .2s all linear;
    border: 1px solid #ACBBCA;
    width: 182px !important;
}

.btn-submit-search:hover {
    background: #fff;
    color: #ACBBCA;
}

.btn-submit-search:hover svg path {
    fill: #ACBBCA;
    transition: .2s all linear;
}

.search-box form {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.search-close {
    margin-left: 30px;
    cursor: pointer;
}

.container-search {
    display: flex;
    align-items: center;

}



.mobile_menu_overlay {
    display: none;
    cursor: pointer;
    z-index: 10200;
    background: rgba(0, 0, 0, 0.5);
}

.mobile_menu_overlay,
.mobile_menu_container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}


.middle-top-row-left img {
    max-width: 97px;
    height: auto;
}

.search-icon img {
    width: 21px;
}

.cart-main-head-img img {
    width: 21px;
}

.close-menu img {
    width: 19.5px;
}

.select2-search {
    display: none !important;
}

/* /new-css*/

.input-container:has(.notvalid) {
	border:none;
	margin-bottom:22px !important;

}
.notvalid {
	border-radius:0 !important;
}
.err_text {
	margin-top:3px;
}

.cont-top-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.google-reviews-top {
    display: flex;
    align-items: center;
    position: relative;
    color: #4B4B4B;
}

.google-reviews-top:before {
    content: "";
    width: 23px;
    height: 28px;
    display: block;
    position: absolute;
    left: -170px;
    background: url(../../img/main/db-arr.svg)no-repeat;
    background-size: 100%;
}

.google-reviews-top:after {
    content: "";
    width: 23px;
    height: 28px;
    display: block;
    position: absolute;
    right: -170px;
    background: url(../../img/main/db-arr.svg)no-repeat;
    background-size: 100%;
    transform: rotate(180deg);
}

.google-reviews-top-img {
    display: flex;
    align-items: center;
    margin: 0 9px;
}

.google-reviews-top p:first-child {
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
}

.google-reviews-top p:last-child {
    font-weight: 400;
    font-size: 10px;
    line-height: 13px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #4B4B4B;
}

.google-reviews-top-img p {
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #786A4C;
}

.trust-main-swiper {
	    touch-action: pan-y;
}


.dropbtn {
    cursor: pointer;
    padding: 0 25px;
    color: #4B4B4B;
    position: relative;
}

header .dropdown {
    position: relative;
    display: inline-block;
    max-width: 95px;
    transition: .2s all linear;
    padding: 10px 15px;
}

header .dropdown:hover {
    background: #FFFFFF;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    padding: 10px 15px;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    width: 95px;
    left: 0;
    z-index: 123123;
    padding: 5px 15px;
    top: 30px;
    box-shadow: 0px 13px 24px rgb(0 0 0 / 8%);
}

.dropbtn::after {
    background: rgba(0, 0, 0, 0) url("../../img/main/dp-dw.png") no-repeat scroll center center;
    content: "";
    height: 16px;
    position: absolute;
    right: 0px;
    top: 0;
    width: 16px;
}

.dropdown-content a.en {
    background: url('../../img/main/flag-uk-icon.svg') no-repeat 2px center;
    background-size: 19px;
}

.dropdown-content a {
    color: #4B4B4B;
    padding: 2px 0 2px 25px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    /* background-color: #c7c7c6;*/
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn::after {
    transform: rotate(180deg);
    transition: .2s all linear;
}

.cont-middle-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.middle-top-row-middle nav ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.middle-top-row-middle nav ul li a {
    font-weight: 300;
    font-size: 15px;
    line-height: 21px;
    text-align: center;
    text-transform: uppercase;
    color: #858585;
    transition: .2s all linear;
}

.middle-top-row-middle nav ul li a:hover {
    color: #ACBBCA;
}

.middle-top-row-middle nav ul li:not(:last-child) {
    margin-right: 50px;
}

.middle-top-row-right {
    display: flex;
    align-items: center;
}

a.account-profile {
    display: flex;
    align-items: center;
    margin-right: 70px;
    transition: .2s all linear;
}

a.account-profile:hover svg path,
a.cart-main-head:hover svg path {
    fill: #000;
    transition: .2s all linear;
}

a.cart-main-head {
    display: flex;
    align-items: center;
}

.account-profile-img {
    margin-right: 10px;
}

.cart-main-head-img {
    margin-right: 20px;
    position: relative;
}

.account-profile-link p {
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #2E2E2E;
}

.cart-main-head-link p {
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #2E2E2E;
}

.cart-main-head-link span {
    font-weight: 300;
    font-size: 11px;
    color: #2E2E2E;
    display: block;
}

.account-profile-link span {
    font-weight: 300;
    font-size: 11px;
    color: #2E2E2E;
    display: block;
}

.cart-main-head-img span {
    position: absolute;
    background: #ACBBCA;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #FFFFFF;
    top: -7px;
    right: -11px;
}



.cont-bottom-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cont-bottom-row ul.cont-bottom-row-list {
    display: flex;
    align-items: center;
}

.bottom-header-drop-menu {
    background: #F4F7F9;
    position: absolute;
    width: 100%;
    left: 0;
    top: 40px;
    min-width: 1340px;
    z-index: 99999999999;
    transition: .2s all linear;
    opacity: 0;
    visibility: hidden;
}

.bottom-header-drop-menu:before {
    content: "";
    width: 500vw;
    height: 100%;
    display: block;
    background: #F4F7F9;
    position: absolute;
    left: -900px;
    right: 0;
}

.hover .bottom-header-drop-menu {
    opacity: 0.95;
    transition: .2s all linear;
    visibility: visible;
}

.bottom-header-drop-menu-box-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 0.6px solid #E2E2E2;
    position: relative;
}

.bottom-header-drop-menu-box-title-left {
    display: flex;
    align-items: center;
}

.bottom-header-drop-menu-box-title-left p {
    font-weight: 300;
    font-size: 20px;
    line-height: 40px;
    color: #BE0505;
}

.bottom-header-drop-menu-box-title-left p span {
    font-weight: 700;
}

.bottom-header-drop-menu-box-title-right p {
    font-weight: 300;
    font-size: 13px;
    line-height: 17px;
    text-align: center;
    text-transform: uppercase;
    color: #ACBBCA;
}

.bottom-header-drop-menu-box-title-right {
    display: flex;
    align-items: center;
}

.bottom-header-drop-menu-box-title-right svg {
    margin-right: 5px;
}

.drop-menu-left-links-box p {
    font-weight: 300;
    font-size: 14px;
    line-height: 40px;
    text-transform: uppercase;
    color: #8B8B8B;
}

.drop-menu-box-row-left-links {
    display: flex;
    flex-wrap: wrap;
}

.drop-menu-left-links-box {
    width: calc(100% / 6);
    margin-right: 25px;
}

.bottom-header-drop-menu-box-row-left {
    width: 100%;
    padding-bottom: 35px;
}

span.m-pop {
    background: #929292;
    padding: 2px 4px;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 10px;
    line-height: 11px;
    border-radius: 3px;
}

span.m-ad {
    font-weight: 400;
    font-size: 10px;
    line-height: 11px;
    color: #FFFFFF;
    background: #D2AB58;
    border-radius: 3px;
    padding: 2px 4px;
}

.drop-menu-box-links {
    display: flex;
    align-items: center;
    margin-top: 35px;
}

.bottom-header-drop-menu-box-row {
    position: relative;
    display: flex;
    justify-content: space-between;
}

a.link-drop-menu img {
    margin-left: 15px;
}

a.link-drop-menu+a.link-drop-menu {
    background: #fff !important;
    color: #000 !important;
}

a.link-drop-menu+a.link-drop-menu img {
    filter: brightness(0);
}

a.link-drop-menu:hover {
    opacity: 0.9;
}

.bottom-header-drop-menu-box-row-right {
    width: 50%;
    padding-left: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 32px;
}

.menu-box-right-row {
    display: flex;
    justify-content: space-between;
    margin-top: 28px;
}

.menu-box-right-row-box {
    width: 33%;
    max-width: 185px;
    background: #FFFFFF;
    border-radius: 8px;
}

.menu-box-right-row-box-sale {
    padding: 8px;
    padding-right: 21px;
}

.menu-box-right-row-box-sale p {
    font-weight: 400;
    font-size: 12px;
    text-align: right;
    text-transform: uppercase;
    color: #000000;
}

.menu-box-right-row-box-img {
    position: relative;
}

.menu-box-right-row-box-img img {
    margin-left: -16px;
}

span.in-st {
    font-weight: 300;
    font-size: 9px;
    line-height: 10px;
    text-align: right;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #4460AD;
    border-radius: 5px 5px 5px 0px;
    padding: 4px 7px;
    margin-right: 5px;
    min-width: max-content;
}

span.fr-lz {
    font-weight: 300;
    font-size: 10px;
    line-height: 10px;
    text-align: right;
    text-transform: uppercase;
    color: #000;
    background: #FFCC33;
    border-radius: 5px 5px 5px 0px;
    padding: 4px 7px;
    min-width: max-content;
}

.menu-box-right-row-box-img-sp {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    width: 100%;
    justify-content: flex-end;
    margin-left: -12px;
}

.menu-box-right-row-box-title>p {
    font-weight: 500;
    font-size: 14px;
    color: #000000;
    margin: 13px 0 5px;
}

.menu-box-right-row-box-title-prices {
    display: flex;
    align-items: center;
}

.menu-box-right-row-box-title-prices .old-price {
    font-weight: 300;
    font-size: 10px;
    color: #808080;
    margin-right: 5px;
}

.menu-box-right-row-box-title-prices .new-price {
    font-weight: 500;
    font-size: 14px;
    color: #ACBBCA;
}

.menu-box-right-row-box-title {
    padding-bottom: 10px;
    padding-left: 13px;
}

.menu-row-description {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #FFFFFF;
    border-radius: 4px;
    padding: 20px 17px;
}

.description-box {
    display: flex;
    align-items: center;
}

.description-box p {
    font-weight: 300;
    font-size: 12.7059px;
    line-height: 17px;
    text-align: center;
    text-transform: uppercase;
    color: #946C4F;
}

.description-box img {
    margin-right: 7px;
}

span.m-new {
    padding: 3px 5px;
    background: #ACBBCA;
    border-radius: 3px;
    font-weight: 400;
    font-size: 10px;
    line-height: 11px;
    color: #FFFFFF;
}

.search-input label input {
    background: transparent;
    border: 0;
    outline: 0;
    max-width: 60px;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    text-align: right;
    color: #FFFFFF;
    font-family: 'Aeroport';
    cursor: pointer;
}

.search-input label input::placeholder {
    color: #fff;
    font-size: 13px;
    text-align: right;
}

.search-input label {
    cursor: pointer;
}
html[data-region] .main-swiper .swiper-slide {
    height: auto;
}
.main-swiper .swiper-slide {
    height: calc(100vh - 170px);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    position: relative;
}

.main-slide-video::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
    background: #000000ba;
}

.main-slide-video {
    position: relative;
}

.main-slide-video video {
    width: 100%;

}

.main-slide-txt {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
}

.main-slide-txt>p {
    font-weight: 700;
    font-size: 125px;
    line-height: 171px;
    text-align: center;
    color: #FFFFFF;
}

.main-slide-txt>span {
    font-weight: 300;
    font-size: 28px;
    line-height: 39px;
    text-align: center;
    color: #FFFFFF;
    display: block;
    margin-bottom: 40px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
}

.main-pag {
    position: inherit;
}

.main-pag .swiper-pagination-bullet {
    width: calc(100%/3);
    border-radius: 0;
    margin: 0 !important;
    opacity: 1 !important;
    height: 1px;
    background: #fff;
    transition: .2s all linear;
}

.pagination-row {
    position: absolute;
    z-index: 12312;
    bottom: 115px;
    width: 100%;
}

.main-pag .swiper-pagination-bullet.swiper-pagination-bullet-active {
    height: 4px;
    background: #D9D9D9;
}

.main-prev,
.main-next {
    width: 41px;
    height: 41px;
    background: #fff;
    box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
}

.main-prev:after {
    font-size: 0;
    background: url(../../img/main/left-arrow.svg)no-repeat;
    background-size: contain;
    width: 12px;
    height: 18px;
    content: "";
}

.main-next:after {
    font-size: 0;
    background: url(../../img/main/right-arrow.svg)no-repeat;
    background-size: contain;
    width: 12px;
    height: 18px;
    content: "";
}

.main-next {
    right: 35px;
}

.main-prev {
    left: 35px;
}

.pagination-row-txt {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pagination-txt-box {
    display: flex;
    align-items: center;
    width: calc(100%/3);
}

.pagination-txt-box-about p {
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    color: #FFFFFF;
}

.pagination-txt-box-about span {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #FFFFFF;
}

section.main-block {
    position: relative;
}

.pagination-bottom-row {
    position: absolute;
    width: 100%;
    bottom: 40px;
    z-index: 2;
}

.pagination-txt-box-img {
    margin-right: 18px;
}

.ergo--left {
    position: relative;
}

.ergo--click {
    display: flex;
    align-items: center;
    position: relative;
    margin-left: 45px;
}

.video-play-button {
    position: absolute;
    left: 0;
}

.ergo--click .ergo--video-text {
    display: flex;
    align-items: center;
    width: 130px;
    text-align: left;
    font-style: normal;
    font-weight: 300;
    font-size: 11px;
    line-height: 15px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    margin-left: 61px;
}

.video-play-button::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 70px;
    height: 70px;
    background: #ffffff50;
    border-radius: 50%;
    animation: 1500ms ease-out 0s infinite normal none running pulse-border;
}

.video-play-button::after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 55px;
    height: 55px;
    background: #ACBBCA;
    border-radius: 50%;
    transition: all 200ms ease 0s;
}

.video-play-button span {
    display: block;
    position: absolute;
    z-index: 3;
    border-left: 20px solid rgb(255, 255, 255);
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    top: 50%;
    left: 50%;
    transform: translate(-32%, -50%);
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0px) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0px) scale(1.5);
        opacity: 0;
    }
}

section.about-ergo {
    padding: 70px 0;
}

.about-ergo-titles>span {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #000000;
    display: block;
    margin-bottom: 18px;
}

.about-ergo-titles p {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    color: #000000;
}

.about-ergo-titles p+p {
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #000000;
    margin-top: 21px;
}

.about-ergo-titles p span {
    color: #ACBBCA;
}

.about-ergo-titles {
    max-width: 1190px;
    margin: 0 auto 50px;
}

.about-ergo-row {
    display: flex;
    max-width: 1080px;
    margin: 0 auto;
}

.about-ergo-left {
    width: 50%;
    border-right: 0.6px solid #E3E3E3;
    padding-right: 15px;
}

.ergo--left.ergo--opt img {
    width: 100%;
}

.about-ergo-right {
    width: 50%;
    padding-left: 55px;
}

.about-ergo-right-box {
    display: flex;
    align-items: flex-start;
    margin-bottom: 27px;
}

.about-ergo-right-box-img {
    margin-right: 25px;
    min-width: 50px;
}

.about-ergo-right-box-txt p {
    font-weight: 700;
    font-size: 17px;
    line-height: 1;
    color: #000000;
    margin-bottom: 5px;
}

.about-ergo-right-box-txt span {
    font-weight: 300;
    font-size: 14px;
    line-height: 135%;
    color: #000000;
}

.about-ergo-row+.about-ergo-row .about-ergo-left {
    border: 0;
}

.ergo-left-box-gr {
    display: flex;
    align-items: center;
    background: #F4F4F4;
    border-radius: 8px;
    max-width: max-content;
    padding: 12px 25px;
}

.about-ergo-row+.about-ergo-row {
    margin-top: 35px;
}

.ergo-left-box-gr-title {
    display: flex;
    align-items: center;
    padding-right: 40px;
}

.ergo-left-box-gr-title p {
    font-weight: 700;
    font-size: 30px;
    line-height: 1;
    color: #000000;
    margin-right: 10px;
}

.ergo-left-box-gr-title span {
    font-weight: 300;
    font-size: 13px;
    line-height: 1;
    color: #000000;
    max-width: 85px;
}

.ergo-left-box-gr-price {
    padding: 0px 23px;
    border-left: 1px solid #C7C7C7;
    border-right: 1px solid #C7C7C7;
}

.ergo-left-box-gr-price span {
    font-weight: 300;
    font-size: 10px;
    line-height: 1;
    color: #000000;
}

.ergo-left-box-gr-price p {
    font-weight: 700;
    font-size: 23px;
    line-height: 1;
    color: #ACBBCA;
}

.ergo-left-box-gr-lizing {
    padding-left: 24px;
}

.ergo-left-box-gr-lizing>span {
    font-weight: 300;
    font-size: 10px;
    line-height: 1;
    color: #000000;
}

.ergo-left-box-gr-lizing p {
    font-weight: 700;
    font-size: 23px;
    line-height: 1;
}

.ergo-left-box-gr-lizing p span {
    color: #C92123;
}

a.shop-now {
    background: #ACBBCA;
    border-radius: 4px;
    height: 50px;
    padding: 0 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: max-content;
    margin-right: 20px;
    font-weight: 700;
    font-size: 16px;
    color: #FFFFFF;
    transition: .2s all linear;
    border: 1px solid transparent;
}

.about-ergo-row+.about-ergo-row .about-ergo-right {
    display: flex;
    align-items: center;
}

a.learn-more {
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    color: #ACBBCA;
    transition: .2s all linear;
    border: 1px solid transparent;
    padding: 0 35px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
}

a.shop-now:hover {
    border-color: #ACBBCA;
    background: transparent;
    color: #ACBBCA;
}

a.learn-more:hover {
    border-color: #ACBBCA;
}

section.bundle-bed-pill {
    background: #EEEEEE;
    position: relative;
    padding: 44px 0 55px;
}

.bundle-bed-pill-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* section.bundle-bed-pill:before {
    content: "";
    width: 100%;
    height: 142px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../img/main/three-cloud.png)no-repeat;
    background-size: cover;
} */

span.spec-off {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 22px;
    display: block;
}

p.max-sale {
    font-weight: 700;
    font-size: 32px;
    line-height: 48px;
    color: #ACBBCA;
    margin-bottom: 25px;
}

p.title-bundle {
    font-weight: 400;
    font-size: 48px;
    line-height: 64px;
    letter-spacing: -0.03em;
    color: #000000;
    margin-bottom: 20px;
}

.sub-title-bundle-red {
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    text-transform: uppercase;
    color: #BE0505;

}

.sub-title-bundle-gray {
    font-weight: 300;
    font-size: 20px;
    color: #383838;
    margin-top: 25px;
    line-height: 150%;
}

.bundle-image-mob {
    display: none;
}

a.lear-now {
    display: flex;
    align-items: center;
    padding: 0 25px;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #ACBBCA;
    transition: .2s all linear;
    border: 1px solid transparent;
    height: 50px;
    background: transparent;
    border-radius: 4px;
}

a.lear-now:hover {
    border-color: #ACBBCA;
    background: transparent;
}

.grid-block-sale {
    margin-top: 40px;
}




span.sub-title-bundle {
    font-weight: 400;
    font-size: 44px;
    line-height: 66px;
    color: #000000;
    display: block;
    margin-bottom: 10px;
}

p.free-dev {
    display: flex;
    align-items: center;
    max-width: max-content;
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
    color: #383838;
    margin: 55px 0 24px;
}

p.free-dev img {
    margin-right: 12px;
}

p.start-price {
    font-weight: 300;
    font-size: 40px;
    line-height: 55px;
    color: #000000;
    margin-bottom: 26px;
}

p.start-price span {
    color: #ACBBCA;
    font-weight: 700;
}

.buy-row {
    display: flex;
    align-items: flex-end;
}

.show-now {
    background: #ACBBCA;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 55px;
    padding: 0 55px;
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    color: #FFFFFF;
    transition: .2s all linear;
    border: 1px solid transparent;
    margin-right: 35px;
}

.show-now:hover {
    border-color: #ACBBCA;
    color: #ACBBCA;
    background: transparent;
}

.buy-row-about {
    display: flex;
    flex-direction: column;
}

.buy-row-about span {
    font-weight: 300;
    font-size: 15px;
    line-height: 21px;
    color: #000000;
}

section.google-rev img {
    width: 100%;
}

section.google-rev {
    padding: 90px 0 0px;
}

.google-rev-row {
    position: relative;
}

.google-rev-row:before {
    content: "";
    width: 71px;
    height: 100%;
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    top: 0;
    right: 0;
}

.container-footer {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1740px;
}

.best-deals-box-pag span.swiper-pagination-bullet:nth-child(n+6) {
    display: none;
}

.best-deals-box-pag {
    position: inherit;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.best-deals-box-pag span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #D2AB58;
}

.best-deals-box-pag span.swiper-pagination-bullet {
    width: calc(100%/5 - 10px);
    height: 2px;
    border-radius: 0;
    opacity: 1;
    background: #D6D6D6;
}

.product-titles span {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 18px;
    display: block;
}

.product-titles p {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    color: #000000;
}

.product-box {
    width: calc(100%/2 - 15px);
    background: #FFFFFF;
    border: 1px solid #E9E9E9;
    box-shadow: 0px 1px 16px rgb(0 0 0 / 8%);
    border-radius: 12px;
    padding: 30px;
    margin-right: 30px;
    margin-bottom: 30px;
}

.product-box:nth-child(2n) {
    margin-right: 0;
}

.best-deals-box-img {
    overflow: hidden;
    position: relative;
}

.grey-box-row {
    position: absolute;
    bottom: 15px;
    z-index: 99;
    display: flex;
    gap: 0 10px;
}

.grey-grid {
    background: #383838;
    color: #fff;
    font-family: 'Aeroport';
    font-style: normal;
    font-weight: 400;
    padding: 9px 12px;
    border-radius: 38px;
    letter-spacing: 0.2px;
    font-size: 16px;
}

.single-size {
    font-family: 'Aeroport';
    font-weight: 300;
    font-size: 18px;
    color: #383838;
    margin-top: 15px;
    margin-bottom: 20px;
}

.best-deals-box-swiper .swiper-slide {
    text-align: center;
}

p.product-title {
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
    color: #000000;
}

p.product-title a {
    color: #000000;
}

.ui.menu .ui.dropdown .menu>.item a {
    color: #000;
}

.product-sp-row {
    display: flex;
    align-items: center;
    margin-bottom: 22px;
    min-height: 32px;
}
.selected_detail_text {
    flex: 0 0 40%;
}
.select_list_element_img.empty + .select_list_element_main_text {
    flex: 0 0 40%;
}
.custom_select_list .select_list_element_container {
    height: 40px;
}

.product-sp-row p {
    background: transparent;
    border: 1px solid #929292;
    border-radius: 4px;
    display: flex;
    align-items: center;
    height: 32px;
    padding: 4px 14px;
    font-weight: 400;
    font-size: 14px;
    color: #000;
    margin-right: 8px;
}

.product-sp-row p img {
    margin-right: 6px;
}

.product-sp-row p:last-child {
    margin: 0;
}

.size-price-row {
    border-top: 1px solid #C7C7C7;
    padding-top: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.price-row-product span.old-price {
    font-weight: 300;
    font-size: 19px;
    line-height: 26px;
    text-align: center;
    color: #000;
    position: relative;
    margin-right: 17px;
    display: inline-flex;
}

.price-row-product span.old-price:before {
    content: "";
    width: 100%;
    height: 2px;
    background: #383838;
    position: absolute;
    transform: rotate(168deg);
    top: 13px;
}

.price-row-product .new-price {
    font-weight: 700;
    font-size: 32px;
    color: #BE0505;
    border-right: 0.5px solid #C7C7C7;
    padding-right: 13px;
    margin-right: 13px;
}

.price-row-product .new-price.discount {
    color: #BE0505;
}

.product-lizing-row {
    display: flex;
}

.product-lizing-row p {
    font-weight: 700;
    font-size: 32px;
    color: #ACBBCA;
    line-height: 1;
    margin-right: 7px;
}

.product-lizing-about {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.product-lizing-about span {
    font-weight: 300;
    font-size: 11px;
    line-height: 1;
    color: #8F8F8F;
}

.price-row-product {
    display: flex;
    align-items: flex-end;
}

.deals-box-img-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}




.raiting-swiper {
    display: flex;
    align-items: center;
    padding: 9px 11px;
    background: #fff;
}

.raiting-swiper img {
    margin-right: 9px;
}

.raiting-swiper p {
    font-weight: 300;
    font-size: 15px;
    color: #000000;
}

.best-deals-box-swiper {
    position: relative;
}

.size-price-row span.select2-container {
    min-width: 175px;
}

.size-price-row .select2-selection {
    background: #F8F8F8;
    height: 40px;
}

.product-titles {
    margin: 0 auto;
    margin-bottom: 52px;
}

.sales-points-swiper {
    display: flex;
    align-items: center;
}

.product-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.size-price-row .select2-selection--single .select2-selection__rendered {
    font-weight: 400;
    font-size: 14px;
    line-height: 40px;
    color: #373737;
}

.size-price-row .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
}

.size-price-row .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #000 transparent transparent transparent;
}

section.coaching-main {
    padding: 85px 0 65px;
    background: #FFFFFF;
    box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.08);
}

.coaching-main-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.coaching-main-left-img {
    border-radius: 12px;
}

.coaching-main-left-img img {
    border-radius: 12px;
    width: 100%;
}

.coaching-main-sp-row {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.coaching-main-sp-box {
    display: flex;
    align-items: center;
    margin-right: 30px;
}

.coaching-main-sp-box:last-child {
    margin-right: 0;
}

.coaching-main-sp-box p {
    font-weight: 700;
    font-size: 20px;
    line-height: 39px;
    color: #000;
}

.coaching-main-sp-box img {
    margin-right: 15px;
    width: 55px;
}

.coaching-main-right-title span {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 21px;
    display: block;
}

.coaching-main-right-title p {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    color: #000;
}

.coaching-main-right-title {
    margin-bottom: 30px;
}

.coaching-main-right-about p {
    font-weight: 300;
    font-size: 15px;
    line-height: 180%;
    color: #000;
}

.coaching-main-right-about-links {
    display: flex;
    align-items: center;
    margin-top: 39px;
}

.coaching-main-right-about-links a.talk-link {
    display: flex;
    align-items: center;
    padding: 0 25px;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    transition: .2s all linear;
    border: 1px solid transparent;
    height: 55px;
    background: #ACBBCA;
    border-radius: 4px;
}

.coaching-main-right-about-links a.talk-link:hover {
    color: #ACBBCA;
    border-color: #ACBBCA;
    background: transparent;
}

.coaching-main-right-about-links a.take-link {
    display: flex;
    align-items: center;
    padding: 0 25px;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #000;
    transition: .2s all linear;
    border: 1px solid transparent;
    height: 55px;
    background: transparent;
    border-radius: 4px;
    margin-left: 20px;
}

.coaching-main-right-about-links a.take-link:hover {
    border-color: #000;
    background: transparent;
}

.coaching-main-left {
    width: calc(100%/2 - 15px);
}

.coaching-main-right {
    width: calc(100%/2 - 15px);
}

.main-about-company-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-about-company-left-titles span {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #000000;
    display: block;
    margin-bottom: 17px;
}

.main-about-company-left-titles p {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    color: #000000;
    margin-bottom: 18px;
    max-width: 570px;
}

.main-about-company-left-txt>p {
    font-weight: 300;
    font-size: 16px;
    line-height: 180%;
    color: #000000;
}

.main-about-company-left-sp-row {
    display: flex;
    align-items: center;
    margin-top: 35px;
}

.main-about-company-left-sp-box {
    display: flex;
    align-items: center;
    margin-right: 80px;
}

.main-about-company-left-sp-box-img {
    margin-right: 17px;
}

.main-about-company-left-sp-box-txt p {
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    margin-bottom: 2px;
}

.main-about-company-left-sp-box-txt span {
    font-weight: 300;
    font-size: 13px;
    line-height: 130%;
    color: #000000;
}

.main-about-company-left-sp-box-txt {
    max-width: 210px;
}

section.main-about-company {
    padding: 95px 0;
}

.main-about-company-right-img {
    position: relative;
    max-width: 541px;
    border-radius: 10px;
}

.main-about-company-right-img img {
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.main-about-company-right-txt {
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    transform: translate(-50%, -50%);
}

.main-about-company-right-txt span {
    font-weight: 300;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 0.05em;
    color: #FFFFFF;
}

.main-about-company-left {
    max-width: 745px;
}

.main-about-company-right-txt .ergo--left {
    width: 90px;
    margin: 55px auto;
}

.main-about-company-right-txt p {
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #FFFFFF;
}

.bundle-mini-row {
    display: flex;
    align-items: center;
}

.bundle-mini-box {
    width: 55px;
    height: 55px;
    background: #212121;
    border: 3px solid #FFFFFF;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bundle-mini-row>p {
    font-weight: 900;
    font-size: 30px;
    line-height: 35px;
    display: flex;
    align-items: center;
    color: #212121;
    margin: 0 8px;
}

.bundle-mini-box img {
    object-fit: contain;
}

.buy-row-about-mob {
    display: none;
}

.bundle-mini-box-pillow {
    height: 55px;
    background: #BE0505;
    border: 3px solid #FFFFFF;
    border-radius: 9px;
    display: flex;
    align-items: center;
    padding: 0 12px;
}

.box-50-percent {
    font-weight: 700;
    font-size: 39.7587px;
    color: #fff;
}

.bundle-mini-box-pillow-txt p {
    font-weight: 700;
    font-size: 19px;
    color: #FFFFFF;
}

.bundle-mini-box-pillow-txt span {
    font-weight: 700;
    font-size: 12px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

.bundle-mini-box-pillow-txt {
    display: flex;
    flex-direction: column;
    margin-left: 6px;
}

.main-about-big-product {
    background: #EEEEEE;
    padding: 50px 0 60px;
}

.about-big-product-img {
    position: relative;
}

.about-big-products {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-top: 55px;
}


.about-big-products-title {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

p.first-tt {
    font-weight: 700;
    font-size: 36px;
    line-height: 40px;
    text-align: center;
    color: #000000;
    margin-bottom: 10px;
}

.two-tt p {
    font-weight: 500;
    font-size: 36px;
    line-height: 40px;
    text-align: center;
    color: #000000;
    position: relative;
}

.two-tt p:before {
    content: "";
    width: 120%;
    height: 2px;
    background: #ACBBCA;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
}

p.three-tt {
    font-weight: 300;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    color: #000000;
}

p.four-tt {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    color: #ACBBCA;
    margin-bottom: 9px;
}

p.five-tt {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #585858;
    max-width: 800px;
}

.about-big-product-img .hint {
    width: 60px;
    height: 60px;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-big-product-img .hint::before {
    background-color: #ACBBCA;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    z-index: 8;
    content: "+";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 16px;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    line-height: 17px;
    font-weight: 300;
}

.about-big-product-img .hint::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    width: 2px;
    height: 2px;
    z-index: 1;
    -webkit-box-shadow: 0 0 50px 30px rgba(72, 170, 72, 0.3);
    box-shadow: 0 0 50px 30px rgba(72, 170, 72, 0.3);
    -webkit-animation: home_hero_item_hints_glow 2s cubic-bezier(0.25, 0.1, 0.2, 1) infinite;
    animation: home_hero_item_hints_glow 2s cubic-bezier(0.25, 0.1, 0.2, 1) infinite;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

@-webkit-keyframes home_hero_item_hints_glow {
    0% {
        -webkit-box-shadow: 0 0 30px 5px #fff;
        box-shadow: 0 0 30px 5px #fff;
    }

    70% {
        -webkit-box-shadow: 0 0 70px 50px rgba(72, 170, 72, 0);
        box-shadow: 0 0 70px 50px rgba(72, 170, 72, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 50px rgba(72, 170, 72, 0);
        box-shadow: 0 0 0 50px rgba(72, 170, 72, 0);
    }
}

@keyframes home_hero_item_hints_glow {
    0% {
        -webkit-box-shadow: 0 0 30px 5px #fff;
        box-shadow: 0 0 30px 5px #fff;
    }

    70% {
        -webkit-box-shadow: 0 0 70px 50px rgba(72, 170, 72, 0);
        box-shadow: 0 0 70px 50px rgba(72, 170, 72, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 50px rgba(72, 170, 72, 0);
        box-shadow: 0 0 0 50px rgba(72, 170, 72, 0);
    }
}

.about-big-product-img .hint-dot {
    z-index: 1;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: block;
    -webkit-transform: translate(-0%, -0%) scale(0.95);
    transform: translate(-0%, -0%) scale(0.95);
    -webkit-animation: home_hero_item_hints_border 2s linear infinite;
    animation: home_hero_item_hints_border 2s linear infinite;
    margin: auto;
    background: #fff;
}

@-webkit-keyframes home_hero_item_hints_border {

    0%,
    100% {
        border-color: rgba(255, 255, 255, 0.6);
        -webkit-transform: translate(-50%, -50%) scale(0.95);
        transform: translate(-0%, -0%) scale(0.95);
    }

    50% {
        border-color: rgba(255, 255, 255, 0.3);
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-0%, -0%) scale(1);
    }
}

@keyframes home_hero_item_hints_border {

    0%,
    100% {
        border-color: rgba(255, 255, 255, 0.6);
        -webkit-transform: translate(-50%, -50%) scale(0.95);
        transform: translate(-0%, -0%) scale(0.95);
    }

    50% {
        border-color: rgba(255, 255, 255, 0.3);
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-0%, -0%) scale(1);
    }
}

.about-big-product-img .hint-radius {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -40px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: background-color, opacity, visibility, -webkit-transform;
    transition-property: background-color, opacity, visibility, -webkit-transform;
    transition-property: background-color, opacity, visibility, transform;
    transition-property: background-color, opacity, visibility, transform, -webkit-transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease, ease, ease, cubic-bezier(0.5, 0, 0, 1);
    transition-timing-function: ease, ease, ease, cubic-bezier(0.5, 0, 0, 1);
}

.about-big-product-img .hint:hover .hint-radius {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.about-big-product-img .hint-content {
    width: 300px;
    position: absolute;
    z-index: 5;
    padding: 12px 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.7s ease, visibility 0.7s ease;
    transition: opacity 0.7s ease, visibility 0.7s ease;
    pointer-events: none;
    color: #000;
    visibility: hidden;
    pointer-events: none;
}

.about-big-product-img .hint.active .hint-content {
    color: #fff;
    width: 300px;
    position: absolute;
    z-index: 5;
    padding: 12px 0;
    opacity: 1;
    visibility: visible !important;
    -webkit-transition: opacity 0.7s ease, visibility 0.7s ease;
    transition: opacity 0.7s ease, visibility 0.7s ease;
    pointer-events: none;
    color: #fff;
    visibility: hidden;
    pointer-events: none;
}

.about-big-product-img .hint-content::before {
    width: 0px;
    bottom: 0;
    left: 0;
    content: "";
    background-color: #ACBBCA;
    height: 1px;
    position: absolute;
    transition: width 0.4s;
}

.about-big-product-img .hint.active .hint-content::before {
    width: 100%;
    transition: width 0.4s;
}

.about-big-product-img .hint-content::after {
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transform: rotate(-225deg);
    transform: rotate(-225deg);
    bottom: 0;
    left: 0;
    width: 80px;
    content: "";
    background-color: #ACBBCA;
    height: 1px;
    position: absolute;
    opacity: 1;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.about-big-product-img .hint.active .hint-content::after {
    opacity: 1;
    visibility: visible;
}

.about-big-product-img .hint[data-position="1"] .hint-content {
    bottom: 85px;
    right: 50%;
    margin-right: 45px;
}

.about-big-product-img .hint[data-position="2"] .hint-content {
    bottom: 85px;
    right: 50%;
    margin-right: 45px;
}

.about-big-product-img .hint[data-position="3"] .hint-content {
    bottom: 85px;
    right: 50%;
    margin-right: 25px;
}

.about-big-product-img .hint[data-position="4"] .hint-content {
    bottom: 85px;
    left: 50%;
    margin-left: 56px;
}

.about-big-product-img .hint[data-position="5"] .hint-content {
    bottom: 85px;
    left: 50%;
    margin-left: 95px;
}

.about-big-product-img .hint[data-position="6"] .hint-content {
    bottom: 85px;
    left: 50%;
    margin-left: 95px;
}



.about-big-product-img .hint[data-position="1"] {
    top: 105px;
    left: 50px;
}

.about-big-product-img .hint[data-position="2"] {
    top: 255px;
    left: 100px;
}

.about-big-product-img .hint[data-position="3"] {
    bottom: 180px;
    left: 30px;
}

.about-big-product-img .hint[data-position="4"] {
    top: 30px;
    right: 40px;
}

.about-big-product-img .hint[data-position="5"] {
    top: 170px;
    right: 110px;
}

.about-big-product-img .hint[data-position="6"] {
    bottom: 220px;
    right: 90px;
}

.about-big-product-img .hint[data-position="5"] .hint-content::after {
    -webkit-transform: rotate(-211deg);
    transform: rotate(-211deg);
    bottom: 0;
    left: 0;
    width: 105px;
}

.about-big-product-img .hint[data-position="6"] .hint-content::after {
    -webkit-transform: rotate(-211deg);
    transform: rotate(-211deg);
    bottom: 0;
    left: 0;
    width: 105px;
}

.about-big-product-img .hint[data-position="1"] .hint-content::after {
    -webkit-transform-origin: 101% 0%;
    transform-origin: 101% 0%;
    -webkit-transform: rotate(231deg);
    transform: rotate(231deg);
    bottom: 0;
    right: 1px;
    width: 68px;
    left: inherit;
}

.about-big-product-img .hint[data-position="2"] .hint-content::after {
    -webkit-transform-origin: 101% 0%;
    transform-origin: 101% 0%;
    -webkit-transform: rotate(231deg);
    transform: rotate(231deg);
    bottom: 0;
    right: 1px;
    width: 68px;
    left: inherit;
}

.about-big-product-img .hint[data-position="3"] .hint-content::after {
    -webkit-transform-origin: 101% 0%;
    transform-origin: 101% 0%;
    -webkit-transform: rotate(245deg);
    transform: rotate(245deg);
    bottom: 0;
    right: 1px;
    width: 55px;
    left: inherit;
}

.about-big-product-img .hint[data-position="1"] .hint-content p:before,
.about-big-product-img .hint[data-position="2"] .hint-content p:before,
.about-big-product-img .hint[data-position="3"] .hint-content p:before {
    right: inherit;
    left: 0;
}

.hint-content span {
    position: absolute;
    top: 50px;
    font-weight: 300;
    font-size: 13px;
    line-height: 20px;
    color: #585858;
    width: 100%;
    right: 0
}

.hint-content p {
    font-weight: 700;
    font-size: 16px;
    color: #ACBBCA;
    position: relative;
}

.hint-content p:before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ACBBCA;
    position: absolute;
    right: 0;
    bottom: -15px;
    opacity: 0;
    transition: opacity 1.5s ease;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.about-big-product-img .hint.active .hint-content p:before {
    opacity: 1;
}

.arrow-row-product {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    width: 100%;
}

.arrow-product-box {
    position: relative;
    background: #FFFFFF;
    box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    display: flex;
    align-items: center;
    height: 41px;
    z-index: 99;
    cursor: pointer;
    border-radius: 4px;
}

.main-product-next,
.main-product-prev {
    position: inherit;
    top: inherit;
    left: inherit;
    right: inherit;
    margin: 0;
    width: 41px;
    height: 41px;
    background: #ACBBCA;
    box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
}

.main-product-next::after,
.main-product-prev::after {
    content: "";
    width: 14px;
    height: 20px;
    background: url(../../img/main/pr-rg-ic.svg)no-repeat;
    background-size: contain;
}

.main-product-next::after {
    background: url(../../img/main/pr-lf-ic.svg)no-repeat;
    background-size: contain;
}

.arrow-product-box.swiper-button-disabled {
    opacity: .4;
    pointer-events: none;
}

.arrow-product-box p {
    font-weight: 700;
    font-size: 16px;
    color: #151515;
}

.main-product-next {
    margin-right: 17px;
}

.main-product-prev {
    margin-left: 17px;
}

.box-next p {
    margin-right: 40px;
}

.box-prev p {
    margin-left: 40px;
}

.most-popular-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1135px;
    margin: 0 auto;
}

.most-popular-box {
    width: 50%;
    max-width: 470px;
}

.most-popular-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 80px;
}

.most-popular-title p {
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    text-align: center;
    color: #111111;
    margin-bottom: 13px;
}

.most-popular-title span {
    font-weight: 300;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    letter-spacing: 0.2em;
    color: #111111;
}

section.most-popular {
    padding: 65px 0;
}

.most-popular-box-img p {
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #000000;
    max-width: 125px;
    margin-bottom: 10px;
}

.most-popular-box-img img {
    width: 100%;
}

.most-popular-box-img {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 50px;
}

.most-popular-box-img:before {
    content: "";
    width: 353px;
    height: 353px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.12);
    z-index: -1;
}

.most-popular-box-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 9px;
}

.most-popular-box-title span {
    font-weight: 300;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    color: #373737;
}

.most-popular-box-title p {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    color: #111111;
}

.most-popular-box-about p {
    font-weight: 300;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #111111;
}

.most-popular-box-about {
    max-width: 350px;
    margin: 0 auto 20px;
}

.most-popular-box-row-sp {
    max-width: 350px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.most-popular-box-row-sp p {
    font-weight: 300;
    font-size: 14px;
    color: #405DAB;
    line-height: 20px;
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid #C7C7C7;
}

.most-popular-box-row-sp p:last-child {
    margin: 0;
    padding: 0;
    border: 0;
}

p.save {
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    text-align: center;
}

p.m-new-price {
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    text-align: center;
    color: #BE0505;
    margin: 7px 0;
}

p.m-old-price {
    font-weight: 300;
    font-size: 13px;
    line-height: 1;
    text-align: center;
    text-decoration-line: line-through;
    color: #C4C4C4;
}

p.n-new-price {
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    text-align: center;
    color: #ACBBCA;
    margin: 7px 0;
}

p.n-old-price {
    font-weight: 300;
    font-size: 13px;
    line-height: 1;
    text-align: center;
    color: #C4C4C4;
}

.most-popular-prices-or p {
    font-weight: 300;
    font-size: 18px;
    line-height: 1;
    color: #C7C7C7;
    position: relative;
}

.most-popular-prices {
    display: flex;
    align-items: center;
    margin: 0 auto 30px;
    max-width: max-content;
}

.most-popular-prices-or {
    margin: 0 35px;
    FONT-VARIANT: JIS04;
    FONT-VARIANT: JIS04;
}

.most-popular-prices-or p:before {
    content: "";
    width: 1px;
    height: 20px;
    background: #C7C7C7;
    position: absolute;
    top: -22px;
    left: 50%;
    transform: translateX(-50%);
}

.most-popular-prices-or p:after {
    content: "";
    width: 1px;
    height: 20px;
    background: #C7C7C7;
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
}

.most-popular-links {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.most-popular-links a {
    background: #ACBBCA;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    padding: 0 50px;
    font-weight: 700;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 10px;
    border: 1px solid transparent;
    transition: .2s all linear;
    min-width: 235px;
}

.most-popular-links a:hover {
    border-color: #ACBBCA;
    color: #ACBBCA;
    background: transparent;
}

.most-popular-links a+a {
    margin: 0;
    border-color: transparent;
    color: #ACBBCA;
    background: transparent;
}

section.mini-nights-sleep {
    background: #000;
}

.mini-nights-sleep-row {
    display: flex;
    align-items: center;
}

.mini-nights-sleep-img {
    position: relative;
    margin-right: 14px;
}

.mini-nights-sleep-img:before {
    content: "";
    position: absolute;
    width: 172px;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 2;
}

.mini-nights-sleep-img:after {
    content: "" "";
    position: absolute;
    width: 172px;
    height: 100%;
    right: 0;
    top: 0px;
    background: linear-gradient(270deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 2;
}

.mini-nights-sleep-title p {
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.mini-nights-sleep-title {
    max-width: 480px;
}

.mini-nights-sleep-ellipse {
    margin: 0 auto;
    width: 192px;
    height: 192px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../../img/main/ellipse-bg.png)no-repeat;
    position: relative;
}

.mini-nights-sleep-ellipse>p {
    font-weight: 700 !important;
    font-size: 120px !important;
    line-height: 164px;
    color: #FFFFFF;
}

.mini-nights-sleep-ellipse-span {
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    color: #FFFFFF;
    max-width: 90px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    right: -15px;
}


.reviews-box {
    position: relative;
    cursor: pointer;
}

.reviews-container {
    width: 100%;
    height: 328px;
    margin: auto;
    background-size: cover !important;
}

.overlay {
    width: 100%;
    height: 100%;
    background: rgba(00, 00, 00, 0.9);
    color: #FEF5DF;
    opacity: 0;
    transition: all 0.5s;
}

.head {
    transform: translateY(40px);
    transition: all 0.7s;
}


.price {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.7s;
}

.cart {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.7s;
}

.links {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.7s;
}

.reviews-container:hover .overlay {
    opacity: 1;
}

.reviews-container:hover .overlay .head {
    transform: translateY(0px);
}

.reviews-container:hover .overlay .price {
    transform: translateY(0px);
    transition-delay: 0.3s;
    opacity: 1;
}

.reviews-container:hover .overlay .cart {
    transform: translateY(0px);
    transition-delay: 0.6s;
    opacity: 1;
}

.reviews-container:hover .overlay .links {
    transform: translateY(0px);
    transition-delay: 0.9s;
    opacity: 1;
}

.rating {
    border: none;
    float: left;
    pointer-events: none;
}

.rating>input {
    display: none;
}

.rating>label:before {
    margin: 5px;
    font-size: 1.25em;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005";
}

.rating>.half:before {
    content: "\f089";
    position: absolute;
}

.rating>label {
    color: #ddd;
    float: right;
}

.rating>input:checked~label,
.rating:not(:checked)>label:hover,
.rating:not(:checked)>label:hover~label {
    color: #F3B620;
}

.rating>input:checked+label:hover,
.rating>input:checked~label:hover,
.rating>label:hover~input:checked~label,
.rating>input:checked~label:hover~label {
    color: #FFED85;
}

.items.head p {
    font-weight: 700;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    color: #FFFFFF;
}

.items.cart p {
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
    -webkit-line-clamp: 5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.items.price {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}

.items.links p {
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: max-content;
    padding: 0 30px;
    margin: 0 auto;
    border: 1px solid #FFFFFF;
}

.items.cart {
    max-width: 80%;
    margin: 0 auto 25px;
}

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

.reviews-clients-title p {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    color: #000000;
    margin-bottom: 23px;
}

.reviews-clients-title>span {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #000000;
}

.reviews-clients-title {
    text-align: center;
    margin-bottom: 50px;
}

section.reviews-clients {
    padding: 60px 0 100px;
    background: #F2F3F0;
}


.rev-prev,
.rev-next {
    width: 41px;
    height: 41px;
    background: #fff;
    box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
}

.rev-prev:after {
    font-size: 0;
    background: url(../../img/main/left-arrow.svg)no-repeat;
    background-size: contain;
    width: 12px;
    height: 18px;
    content: "";
}

.rev-next:after {
    font-size: 0;
    background: url(../../img/main/right-arrow.svg)no-repeat;
    background-size: contain;
    width: 12px;
    height: 18px;
    content: "";
}

.rev-next {
    right: -60px;
}

.rev-prev {
    left: -60px;
}

.reviews-clients-swiper {
    position: relative;
}


.credit {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: inherit;
}

.options {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    overflow: hidden;
    min-width: 600px;
    /* max-width: 900px;
    width: calc(100% - 100px); */
    height: 433px;
}


.options .option {
    position: relative;
    overflow: hidden;
    min-width: 89px;
    margin: 11px;
    background: var(--optionBackground, var(--defaultBackground, #e6e9ed));
    background-size: auto 120%;
    background-position: center;
    cursor: pointer;
    transition: 1s cubic-bezier(0.05, 0.61, 0.41, 0.95);
    display: block;
}

.options .option.active {
    flex-grow: 10000;
    transform: scale(1);
    max-width: 433px;
    margin: 11px;
    border-radius: 8px;
    background-size: auto 100%;
}

.options .option.active .shadow {
    box-shadow: inset 0 -120px 120px -120px black, inset 0 -120px 120px -100px black;
    display: none;

}

.options .option.active .label {
    bottom: 10px;
    left: 10px;
}

.options .option.active .label .info>div {
    left: 0px;
    opacity: 1;
}

.options .option:not(.active) {
    flex-grow: 1;
    border-radius: 8px;
}

.options .option:not(.active) .shadow {
    bottom: 0;
    /*box-shadow: inset 0 -120px 0px -120px black, inset 0 -120px 0px -100px black;*/
    background: #0000004a;

}

.options .option:not(.active) .label {
    bottom: 10px;
    left: 10px;
}

.options .option:not(.active) .label .info>div {
    left: 20px;
    opacity: 0;
}

.options .option .shadow {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 100%;
    transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}

.options .option .label {
    display: flex;
    position: absolute;
    right: 0px;
    transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
    height: 64px;
}

.options .option .label .icon {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    min-width: 64px;
    max-width: 64px;
    color: var(--defaultBackground);
    width: 64px;
    height: 64px;
    background: #FFFFFF;
    box-shadow: 0px 1px 12px rgb(0 0 0 / 12%);
    border-radius: 6px;
}

.options .option .label .info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 10px;
    color: white;
    white-space: pre;
}

.options .option .label .info>div {
    position: relative;
    transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95), opacity 0.5s ease-out;
}

.options .option .label .info .main {
    font-weight: bold;
    font-size: 1.2rem;
}

.options .option .label .info .sub {
    transition-delay: 0.1s;
}

.options .option:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .2;
}

section.main-category {
    padding: 85px 0;
}

.main-category-title {
    text-align: center;
    margin-bottom: 40px;
}

.main-category-title p {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    color: #000000;
    margin-bottom: 13px;
}

.main-category-title span {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #000000;
}

.main-promo-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-promo-title p {
    font-weight: 700;
    font-size: 36px;
    line-height: 48px;
    color: #FFFFFF;
}

.main-promo-title {
    max-width: 280px;
}

section.main-promotions {
    padding: 50px 0;
    background: #000;
}

.main-promo-right {
    display: flex;
    align-items: center;
}

.main-promo-right-box {
    display: flex;
    background: #F2F3F0;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.12);
    border-radius: 8px;
    width: 312px;
    height: 155px;
    margin-right: 25px;
    padding: 12px 20px;
    position: relative;
}

.main-promo-right-box:last-child {
    margin: 0;
}

.main-promo-right-box-txt p {
    font-weight: 700;
    font-size: 36px;
    line-height: 38px;
    color: #ACBBCA;
}

.main-promo-right-box-txt span {
    font-weight: 300;
    font-size: 24px;
    color: #ACBBCA;
    line-height: 1;
    display: flex;
}

.main-promo-right-box-txt span+p {
    font-size: 45px;
}

.main-promo-right-box-txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.main-promo-right-box-img {
    position: absolute;
    right: 0;
    bottom: 0;
}

.main-promo-right-box:first-child .main-promo-right-box-img {
    right: -10px;
    bottom: -10px;
}

.main-promo-right-box:last-child .main-promo-right-box-img {
    right: -10px;
    bottom: -10px;
}

section.main-inst {
    padding: 65px 0 50px;
}

.main-inst-title {
    text-align: center;
    margin-bottom: 35px;
}

.main-inst-title p {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    color: #000000;
    margin-bottom: 23px;
}

.main-inst-title span {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #000000;
}

.main-inst-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 45px;
}

.main-inst-box img {
    width: 100%;
}

.main-inst-box {
    margin-right: 20px;
}

.main-inst-box:last-child {
    margin: 0;
}

a.follow-link {
    padding: 16px 33px;
    border: 1px solid #ACBBCA;
    border-radius: 4px;
    margin: 0 auto;
    max-width: max-content;
    font-weight: 300;
    font-size: 16px;
    line-height: 16px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #ACBBCA;
    transition: .2s all linear;
}

a.follow-link:hover {
    background: #ACBBCA;
    color: #fff;
}


.options .option .label .info .main {
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 5px;
}

.sub {
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    color: #FFFFFF;
}

footer {
    background: #EEEEEE;
}

.footer-middle-box-first {
    display: none;
}

.footer-top-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

a.sale-link {
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: #ACBBCA;
}

a.sale-link svg {
    margin-right: 10px;
}

.footer-top-row nav ul li a {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #000000;
    text-transform: uppercase;
}

.footer-top-row nav ul {
    display: flex;
    align-items: center;
}

.footer-top-row nav ul li:not(:last-child) {
    margin-right: 57px;
}

.footer-top {
    border-bottom: 1px solid #E2E2E2;
    padding: 37px 0;
}

.footer-middle-row {
    display: flex;
    justify-content: space-between;
    margin: 40px 0 20px;
}

.footer-middle-box {
    width: 25%;
}

.middle-box-title p {
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    color: #000000;
}

.middle-box-title {
    margin-bottom: 23px;

}

.middle-box-title.accordion__header {
    pointer-events: none;
}

.middle-box-list ul li a {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    position: relative;
    display: flex;
    align-items: center;
    transition: .2s all linear;
    max-width: max-content;
}

.middle-box-list ul li a:hover {
    color: #ACBBCA;
}

.middle-box-list.accordion__body li a:hover:before {
    opacity: 1;
    padding-right: 10px;
}

.middle-box-list.accordion__body li a:before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='4' height='6' viewBox='0 0 4 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 3L0.25 5.59808L0.25 0.401924L4 3Z' fill='%23003979'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: 50%;
    width: 2px;
    height: 8px;
    opacity: 0;
    transition: .2s all linear;
}






.middle-box-list ul li:not(:last-child) {
    margin-bottom: 10px;
}

.middle-box-newsletter label {
    background: #FFFFFF;
    border-radius: 4px;
    display: flex;
    align-items: center;
    max-width: max-content;
    height: 53px;
    min-width: 315px;
    cursor: pointer;
    padding: 0 19px;
    position: relative;
    border-radius: 4px;
    border: 1px solid #E2E2E2;
}

.middle-box-newsletter label input {
    width: 100%;
    height: 100%;
    border: 0;
    outline: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    font-family: 'Aeroport';
    padding: 0;
    margin: 0;

}

.middle-box-newsletter button {
    /*position: absolute;
    right:3px;
    border: 0;
    background: transparent;
    cursor: pointer;
    transition: .2s all linear;*/
}

.middle-box-newsletter button:hover svg path:first-child {
    fill: #ACBBCA;
    transition: .2s all linear;
}

.middle-box-newsletter label img {
    position: absolute;
    right: 19px;
}

.middle-box-newsletter {
    margin-bottom: 17px;
}

.footer-middle-box-about-link {
    display: flex;
    flex-direction: column;
}

.footer-middle-box-about-link a {
    transition: .2s all linear;
}

.footer-middle-box-about-link a:hover {
    color: #ACBBCA;

}

.footer-middle-box-about-link a:hover svg path {
    fill: #ACBBCA;
    transition: .2s all linear;
}

a.phone-foot {
    font-weight: 700;
    font-size: 24px;
    color: #1C1C1C;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    max-width: max-content;
}

.footer-middle-box-about-link span {
    font-weight: 300;
    font-size: 16px;
    color: #000000;
    margin-bottom: 15px;
    padding-left: 28px;
}

a.mail-foot {
    display: flex;
    align-items: center;
    font-weight: 300;
    font-size: 16px;
    color: #000000;
    margin-bottom: 15px;
    max-width: max-content;
}

a.stores-foot {
    display: flex;
    align-items: center;
    font-weight: 300;
    font-size: 16px;
    color: #000000;
    max-width: max-content;
}

.footer-socials-row {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
}

.footer-bottom {
    text-align: center;
    position: relative;
    padding: 25px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-bottom p {
    font-weight: 300;
    font-size: 13px;
    line-height: 18px;
    color: #383838;
    text-align: left;
}

.payment-row {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.footer-socials-row:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #E2E2E2;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
}

.footer-socials-row-box a:not(:last-child) {
    margin-right: 30px;
}

.footer-socials-row-box {
    background: #EEEEEE;
    position: relative;
    padding: 0 25px;
}

.footer-socials-row-box img {
    width: 32px;
    filter: brightness(0%);
    transition: .2s all linear;
}

.footer-socials-row-box a:hover img {
    filter: brightness(100%);
}

.foot-mdl-link-img {
    width: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.payment-row img:not(:last-child) {
    margin-right: 15px;
}

.payment-row img {
    max-width: 99px;
    max-height: 30px;
}

.tabs__content {
    display: none;
}

.tabs__content.active {
    display: block;
}

.product-section ul.tabs__caption {
    border-bottom: 1px solid #C7C7C7;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.product-section ul.tabs__caption li {
    padding: 0 25px 23px 25px;
    margin-right: 15px;
    font-weight: 500;
    font-size: 20px;
    line-height: 27px;
    letter-spacing: 0.1em;
    color: #000000;
    cursor: pointer;
    border-bottom: 3px solid transparent;
    transition: .2s all linear;
}

ul.tabs__caption li:last-child {
    margin: 0;
}

.product-section ul.tabs__caption li.active {
    color: #ACBBCA;
    border-color: #ACBBCA;
}

.product-section ul.tabs__caption li:hover {
    color: #ACBBCA;
}

.fixed-column {
    display: flex;
    flex-direction: column;
    position: fixed;
    right: 0;
    top: 195px;
    z-index: 999999;
}

a.icon-fix {
    width: 48px;
    height: 48px;
    background: #FFFFFF;
    box-shadow: -4px 4px 12px rgba(0, 0, 0, 0.12);
    border-radius: 4px 0px 0px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2px;
    position: relative;
    transition: .2s all linear;
}

a.icon-fix span {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 6px;
    top: 10px;
    width: 16px;
    height: 16px;
    background: #003797;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    font-weight: 700;
    font-size: 9px;
    line-height: 12px;
    text-align: center;
    color: #FFFFFF;
    font-family: 'Aeroport';
    transition: .2s all linear;
}

a.icon-fix:nth-child(2) {
    border-radius: 0;
}

a.icon-fix:nth-child(3) {
    border-radius: 0px 0px 0px 4px;
}

.about-ergo .video-play-button::before {
    background: #00397955;
}

a.icon-fix:hover {
    background: #003797;
}

a.icon-fix:hover img {
    filter: invert(1);
}

a.icon-fix:hover span {
    color: #003797;
    background: #fff;
    border-color: #003797;
}

.two-tt {
    min-height: 49px;
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;

}

/*
.two-tt:after {
    content: "";
    animation: fadeIn 5s  infinite;
    transition: all 350ms linear;

}*/
.two-tt p {
    animation: fadeIn 6s infinite;
    transition: all 350ms linear;
    opacity: 0;
}

.two-tt p:nth-child(1) {
    position: absolute;
    opacity: 1;
}

.two-tt p:nth-child(2) {
    animation-delay: 2s;
    position: absolute;
}

.two-tt p:nth-child(3) {
    animation-delay: 4s;
    position: absolute;
}

.night-tt {
    position: relative;
    margin-left: auto;
}

.night-sleeps {
    animation: fadeIn 10s infinite;
    transition: all 350ms linear;
    opacity: 0;
    width: 350px;
    top: 50%;
    right: 0;
    transform: translate(0%, -50%);
}

.night-1 {
    position: absolute;
    opacity: 1;
}

.night-2 {
    animation-delay: 2s;
    position: absolute;
}

.night-3 {
    animation-delay: 4s;
    position: absolute;
}

.night-4 {
    animation-delay: 6s;
    position: absolute;
}

.night-5 {
    animation-delay: 8s;
    position: absolute;
}

.night-sleeps h2 {
    font-weight: 700;
    font-size: 120px;
    line-height: 164px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #FFFFFF;
}

.night-sleeps p {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
    opacity: 0.98;
}

.night-sleeps img {
    max-width: 300px;
}



@keyframes fadeIn {
    20% {
        opacity: 1
    }

    0%,
    40%,
    100% {
        opacity: 0
    }
}

.card-box-img-sp-link-left {
    display: flex;
    align-items: center;
}

.card-box-img-sp-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
}

.card-main-box-img {
    padding: 20px;
    display: flex;
    flex-direction: column;
    max-width: 850px;
    background: #FFFFFF;
    border: 1px solid #E4E4E4;
    border-radius: 4px;
    position: relative;
    margin-right: 60px;
}

.card-main-box-img:before {
    content: "";
    width: 1px;
    height: 100%;
    background: #E4E4E4;
    top: 0;
    right: -30px;
    position: absolute;
}

.raiting-card-box {
    display: flex;
    align-items: center;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    padding: 10px 6px;
    margin-right: 6px;
}

.raiting-card-box img {
    margin-right: 9px;
}

.raiting-card-box p {
    font-weight: 700;
    font-size: 15px;
    color: #000000;
    margin-right: 5px;
}

.raiting-card-box span {
    font-weight: 300;
    font-size: 15px;
    color: #000000;
}

p.in-stock {
    border: 1px solid #ACBBCA;
    font-weight: 600;
    font-size: 15px;
    color: #ACBBCA;
    padding: 10px 6px;
    margin-right: 6px;
}

p.sale-card-box {
    padding: 10px 6px;
    background: #BE0505;
    border: 1px solid #BE0505;
    font-weight: 600;
    font-size: 15px;
    color: #fff;
}

.card-box-img-sp-link-right a {
    width: 36px;
    height: 36px;
    background: #FFFFFF;
    border: 1px solid #E4E4E4;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.card-box-img-sp-link-right {
    display: flex;
    align-items: center;
}

.card-box-img-sp-link-right a:last-child {
    margin: 0;
}

.main-slide-txt a img {
    width: 100%;
}

.trust-rait-row a {
    margin-left: 10px;
}

.trust-rait-row a img {
    max-width: 71px;
}

.card-box-swiper-thumbs .swiper-slide {
    height: 57px;
    border: 1px solid #ECECEC;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: #fff;
}

.card-box-swiper-thumbs .swiper-slide.swiper-slide-thumb-active {
    border: 1px solid #ACBBCA;
}

.card-box-swiper-thumbs .swiper-slide img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.card-box-swiper-thumbs {
    max-width: 516px;
    bottom: 10px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.card-main-box-img-slider {
    position: relative;
}

.fancybox__container {
    z-index: 99999999;
}

.breadcrumbs ul {
    display: flex;
    align-items: center;
}

.breadcrumbs ul li a {
    font-weight: 300;
    font-size: 13px;
    color: #000000;
}

.breadcrumbs ul li {
    position: relative;
    margin-right: 20px;
}

.breadcrumbs ul li:last-child {
    margin: 0;
    pointer-events: none;
}

.breadcrumbs ul li:before {
    content: "";
    width: 9px;
    height: 1px;
    background: #000;
    position: absolute;
    top: 54%;
    right: -15px;
}

.breadcrumbs {
    margin: 30px 0;
}

.breadcrumbs ul li:last-child:before {
    display: none;
}

a.video-play-gall {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: #A4C5E9;
    border-radius: 50%;
    padding-left: 5px;
    transition: .2s all linear;
    z-index: 999999;
    position: relative;
    margin-left: 15px;
}

a.video-play-gall:hover {
    transform: scale(1.05);
}

.card-main-box-about-product {
    max-width: 456px;
}

.card-main-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.sale-information {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.timer-about-sale {
    display: flex;
    align-items: center;
    background: #F2F3F0;
    border: 0.6px solid #C7C7C7;
    border-radius: 2px;
    padding: 5px 10px;
}

div#timer {
    display: flex;
    align-items: center;
}

.sale-information-txt {
    display: flex;
    align-items: center;
    margin-right: 23px;
}

.sale-information-txt img {
    margin-right: 13px;
}

.info-txt-text p {
    font-weight: 300;
    font-size: 10px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #383838;
}

.info-txt-text p b {
    font-weight: 700;
    font-size: 16px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #000000;
}

.timer-box span {
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    color: #000000;
}

.timer-box p {
    font-weight: 300;
    font-size: 12px;
    text-transform: lowercase;
    color: #383838;
}

.timer-box {
    text-align: center;
    margin-right: 18px;
    position: relative;
}

.timer-box:before {
    content: "";
    position: absolute;
    right: -7px;
    top: 4px;
    width: 3px;
    height: 3px;
    background: #000000;
}

.timer-box:after {
    content: "";
    position: absolute;
    right: -7px;
    width: 3px;
    height: 3px;
    background: #000000;
    top: 10px;
}

.timer-box:nth-child(3):after,
.timer-box:nth-child(3):before {
    display: none;
}

.timer-box:nth-child(3) {
    margin-right: 7px;
}

.pcs-box span {
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    color: #000000;
}

.pcs-box p {
    font-weight: 300;
    font-size: 10px;
    text-transform: lowercase;
    color: #383838;
}

.pcs-box {
    text-align: center;
    position: relative;
    padding-left: 7px;
    border-left: 1px solid #C7C7C7;
}

.choose-material {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.choose-material-left {
    max-width: 625px;
    padding-right: 25px;
    border-right: 1px solid #D6D6D6;
    margin-right: 30px;
}

.choose-material__buttons {
    display: flex;
    flex-wrap: wrap;
}

.fabric-content ul.tabs__caption {
    display: flex;
    align-items: center;
    margin: 25px 0;
    flex-wrap: wrap;
}

.fabric-content-txt {
    margin-bottom: 25px;
}

.fabric-content ul.tabs__caption li {
    margin-right: 25px;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    padding-bottom: 5px;
    border-bottom: 2px solid transparent;
    cursor: pointer;
}

.fabric-content ul.tabs__caption li.active {
    color: #405DAB;
    border-color: #405DAB;
}

.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
    cursor: auto;
}

.choose-size__btn {
    width: 64px;
    height: 64px;
    margin-bottom: 16px;
    margin-right: 16px;
    border-radius: 8px;
    overflow: hidden;
    border: 4px solid transparent;
    filter: drop-shadow(0px 0px 16px rgba(0, 0, 0, 0.12));
    border-radius: 8px;
    cursor: pointer;
}

.choose-size__btn.active {
    border-color: #fff;
}

.choose-size__btn p {
    display: none;
}

.choose-size__btn img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.choose-size__btn.active {
    border-color: #fff;
}

.fabric-content-txt p {
    font-weight: 300;
    font-size: 14px;
    line-height: 19px;
    color: #000000;
}

.fabric-title p {
    font-weight: 700;
    font-size: 36px;
    color: #000000;
}

img.prvw-image {
    width: 242px;
    height: 169px;
    object-fit: cover;
    border-radius: 8px;
}

p.prvw-name {
    font-weight: 700;
    font-size: 20px;
    color: #000000;
    margin-bottom: 7px;
}

p.prvw-price {
    font-weight: 700;
    font-size: 20px;
    color: #C92123;
}

.choose-material-info-text-title {
    text-align: center;
}

.choose-material-info-img {
    margin-bottom: 10px;
}

.fabric-content button.carousel__button.is-close {
    top: 10px;
    right: 10px;
}

.fabric-content button.carousel__button.is-close svg {
    stroke: #646464;
}

a.choose-material-link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    max-width: 195px;
    margin: 15px auto 0;
    background: #ACBBCA;
    border-radius: 3px;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    color: #FFFFFF;
    border: 1px solid transparent;
    transition: .2s all linear;
}

a.choose-material-link:hover {
    border-color: #ACBBCA;
    background: transparent;
    color: #ACBBCA;
}

.card-main-box-about-title h1 {
    font-weight: 700;
    font-size: 40px;
    color: #000000;
    margin-bottom: 15px;
}

.card-main-box-about-title {
    margin-bottom: 19px;
}

.card-main-box-about-title p {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #383838;
}

.card-main-raiting {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
}

.card-main-raiting p {
    font-weight: 300;
    font-size: 16px;
    line-height: 27.5px;
    color: #676767;
    margin-left: 10px;
}

.card-main-instock {
    background: #EEEEEE;
    border-radius: 2px;
    display: flex;
    align-items: center;
    max-width: max-content;
    height: 26px;
    padding: 0 10px;
    margin-bottom: 20px;
}

.card-main-instock span {
    width: 6px;
    height: 6px;
    background: #ACBBCA;
    border-radius: 50%;
    margin-right: 7px;
}

.card-main-instock p {
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #ACBBCA;
}

.card-main-select-box-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 7px;
}

.card-main-select-box-title p {
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    color: #383838;
}

.card-main-select-box-title a {
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    text-align: right;
    text-decoration-line: underline;
    color: #ACBBCA;
}

.card-main-select-box .select2.select2-container {
    width: 100% !important;
}

.card-main-select-box .select2.select2-container .select2-selection.select2-selection--single {
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    border-radius: 4px;
    height: 60px;
}

.card-main-select-box .select2.select2-container .select2-selection.select2-selection--single .select2-selection__rendered {
    line-height: 60px;
    font-weight: 400;
    font-size: 18px;
    color: #383838;
    padding-left: 20px;
}

.card-main-select-box .select2.select2-container .select2-selection.select2-selection--single .select2-selection__arrow {
    height: 60px;
    right: 23px;
}

.card-main-select-box .select2.select2-container .select2-selection.select2-selection--single .select2-selection__arrow b {
    border-color: #383838 transparent transparent transparent;
    border-width: 6px 6px 0 6px;
}

.card-main-select-box {
    margin-bottom: 18px;
}

a.select-fabric {
    display: flex;
    align-items: center;
    height: 60px;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    border-radius: 4px;
    padding: 0 20px;
}

a.select-fabric img {
    width: 38px;
    height: 38px;
    border: 1px solid #F2F3F0;
    border-radius: 4px;
    margin-right: 12px;
}

a.select-fabric p {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #383838;
}

a.select-fabric span {
    height: 18px;
    background: #FFFFFF;
    border: 1px solid #ACBBCA;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 12px;
    color: #ACBBCA;
    padding: 0 7px;
    margin-left: 11px;
}

.card-main-price-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 28px 0;
}

.card-main-price-left {
    display: flex;
    align-items: center;
}

p.card-new-price {
    font-weight: 700;
    font-size: 51px;
    line-height: 51px;
    color: #000000;
    margin-right: 11px;
}

span.card-box-sale {
    background: #BE0505;
    border-radius: 2px;
    padding: 0 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    font-weight: 700;
    font-size: 14.875px;
    line-height: 20px;
    color: #FFFFFF;
}

p.card-old-price {
    font-weight: 300;
    font-size: 20px;
    color: #383838;
    position: relative;
}

p.card-old-price:before {
    content: "";
    width: 110%;
    height: 0.5px;
    background: #383838;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

a.card-to-cart {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    height: 53px;
    font-weight: 500;
    font-size: 18px;
    color: #ACBBCA;
    border: 1px solid #ACBBCA;
    border-radius: 3px;
    transition: .2s all linear;
}

a.card-to-cart svg {
    margin-right: 13px;
}

a.card-to-cart:hover {
    background: #ACBBCA;
    color: #fff;
}

a.card-to-cart:hover svg path {
    fill: #fff;
}

a.card-to-cart svg path {
    transition: .2s all linear;
}

.card-main-lizing-info {
    background: #F2F3F0;
    border: 1px solid #C7C7C7;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 20px;
    margin-bottom: 28px;
}

.card-main-lizing-info p {
    font-weight: 300;
    font-size: 13px;
    text-align: center;
    color: #383838;
}

.card-main-lizing-info p span {
    font-weight: 700;
    color: #ACBBCA;
}

.card-main-lizing-info p sup {
    font-size: 9px;
}

a.try-store {
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #929292;
    border-bottom: 1px dashed #929292;
    margin-bottom: 25px;
    display: flex;
    max-width: max-content;
}

.card-main-tabs-row {
    display: flex;
    align-items: flex-start;
    border-top: 1px solid #E4E4E4;
    padding-top: 28px;
    margin-bottom: 40px;
}

.therapy-img {
    border-radius: 4px;
    overflow: hidden;
}

.therapy-sleep {
    position: relative;
    margin-bottom: 30px;
}

.therapy-txt {
    position: absolute;
    top: 21px;
    left: 22px;
    display: flex;
    flex-direction: column;
    max-width: 228px;
}

.therapy-txt p {
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.therapy-txt span {
    font-weight: 300;
    font-size: 12px;
    line-height: 17px;
    color: #FFFFFF;
    max-width: 150px;
    margin-bottom: 15px;
}

.therapy-txt a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 37px;
    background: #FFFFFF;
    box-shadow: 2.5px 2.5px 9.5px rgb(0 0 0 / 20%);
    border-radius: 2px;
    max-width: max-content;
    padding: 0 18px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    transition: .2s all linear;
    border: 1px solid transparent;
}

.therapy-txt a:hover {
    background: transparent;
    color: #fff;
    border-color: #fff;
}

a.interesting-product {
    display: flex;
    flex-direction: column;
    background: #F5F5F5;
    border-radius: 4px;
    padding: 28px 20px;
    position: relative;
}

a.interesting-product p {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    max-width: 200px;
    margin-bottom: 17px;
}

a.interesting-product span {
    font-weight: 300;
    font-size: 12px;
    line-height: 17px;
    color: #000000;
}

a.interesting-product:before {
    content: "";
    width: 57px;
    height: 57px;
    position: absolute;
    right: 20px;
    top: 23px;
    background: url(../../img/card/video-call.png)no-repeat;
    background-size: contain;
}

.card-main-tabs-box-left {
    margin-right: 30px;
    width: 881px;
}

.card-main-tabs-box-left ul.tabs__caption {
    display: flex;
    align-items: center;
    margin-bottom: 35px;
}

.card-main-tabs-box-left ul.tabs__caption li {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F2F3F0;
    border: 1px solid #EEEEEE;
    border-radius: 1px;
    padding: 6px 21px;
    margin-right: 8px;
    cursor: pointer;
    transition: .2s all linear;
    position: relative;
    font-size: 15px;
}

.card-main-tabs-box-left ul.tabs__caption li:before {
    content: "";
    width: 100%;
    height: 2px;
    background: #ACBBCA;
    border-radius: 1px 1px 0px 0px;
    position: absolute;
    top: 0;
    transition: .2s all linear;
    opacity: 0;
}

.card-main-tabs-box-left ul.tabs__caption li.active:before {
    opacity: 1;
}

.card-main-tabs-box-left ul.tabs__caption li.active {
    background: #fff;
}

.card-main-tabs-box-right {
    max-width: 426px;
}

p.tabs-card-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    display: flex;
    align-items: center;
    color: #000000;
}

.tabs-card-box-descript {
    margin-top: 12px;
    margin-bottom: 45px;
    font-size: 16px;
    line-height: 1.2em;
}

.tabs-card-box-descript p {
    font-weight: 300;
    font-size: 16px;
    line-height: 160%;
    color: #000000;
}

.descript-box-dwn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    border-radius: 4px;
    height: 60px;
    padding: 0 25px;
    margin-bottom: 15px;
}

.descript-box-dwn-info {
    display: flex;
    align-items: center;
}

.descript-box-dwn-info img {
    margin-right: 18px;
}

.descript-box-dwn-info p {
    font-weight: 500;
    font-size: 14px;
    color: #000000;
    margin-right: 18px;
}

.descript-box-dwn-info span {
    font-weight: 300;
    font-size: 14px;
    color: #000000;
}

.dsc-box-dwn-link {
    display: flex;
    align-items: center;
}

.dsc-box-dwn-link a {
    font-weight: 300;
    font-size: 14px;
    color: #000000;
    display: flex;
    align-items: center;
}

.dsc-box-dwn-link a img {
    margin-right: 8px;
}

.dsc-box-dwn-link a+a {
    padding-left: 23px;
    margin-left: 23px;
    border-left: 1px solid #4A4F55;
}

.descript-box-dwn:last-child {
    margin: 0;
}

.available-box {
    display: flex;
    align-items: center;
    background: #FFFFFF;
    border: 1px solid #EDEDED;
    border-radius: 4px;
    padding: 11px;
    padding-right: 35px;
    margin-bottom: 10px;
}

.available-title {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
}

.available-title p {
    font-weight: 700;
    font-size: 15px;
    color: #ACBBCA;
}

.available-title span {
    font-weight: 400;
    font-size: 12px;
    color: #ACBBCA;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 18px;
    border: 1px solid #ACBBCA;
    border-radius: 2px;
    padding: 0 7px;
    margin-left: 18px;
}

.available-rait {
    margin-left: auto;
}

.available-img {
    border-radius: 2px;
    overflow: hidden;
    margin-right: 24px;
}

.available-loc {
    margin-bottom: 3px;
    position: relative;
    padding-left: 17px;
}

.available-time-w {
    margin-bottom: 3px;
    position: relative;
    padding-left: 17px;
}

.available-time-w p {
    font-weight: 300;
    font-size: 12px;
    color: #646464;
    line-height: 18px;
}

.available-loc p {
    font-weight: 300;
    font-size: 12px;
    color: #646464;
    line-height: 18px;
}

.available-phone a {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #646464;
}

.available-phone {
    position: relative;
    padding-left: 17px;
}

.available-loc:before {
    content: "";
    width: 9px;
    height: 19px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../../img/card/loc-av.svg)no-repeat;
    background-size: contain;
}

.available-time-w:before {
    content: "";
    width: 12px;
    height: 19px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../../img/card/time-av.svg)no-repeat;
    background-size: contain;
}

.available-phone:before {
    content: "";
    width: 12px;
    height: 19px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../../img/card/phone-av.svg)no-repeat;
    background-size: contain;
}

.available-box:last-child {
    margin: 0;
}

.features-card-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 0.6px solid #EDEDED;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

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

.features-card-row {
    margin-top: 25px;
}

.features-card-box p {
    font-weight: 300;
    font-size: 14px;
    line-height: 19px;
    color: #000000;
}

.features-card-right p {
    margin-right: 9px;
    padding-right: 9px;
    border-right: 1px solid #D7D7D7;
}

.features-card-right p:last-child {
    margin-right: 0px;
    padding-right: 0px;
    border-right: 0px solid #D7D7D7;
}

.features-card-box:last-child {
    margin: 0;
}

video.tabs-video {
    margin-top: 20px;
    border-radius: 8px;
}

.tabs-deliv-txt span {
    font-weight: 300;
    font-size: 12px;
    line-height: 18px;
    color: #646464;
}

.tabs-deliv-sp {
    display: flex;
    align-items: center;
    margin: 8px 0;
}

.deliv-box {
    background: #FFFFFF;
    border: 1px solid #EDEDED;
    padding: 6px 12px;
    margin-right: 12px;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #0F0F0F;
}

.deliv-box:last-child {
    margin: 0;
}

.tabs-deliv-txt p {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    display: flex;
    align-items: center;
    color: #000000;
    margin-bottom: 8px;
}

.tabs-deliv-txt ul li {
    font-weight: 300;
    font-size: 12px;
    line-height: 22px;
    color: #646464;
    position: relative;
    padding-left: 20px;
}

.tabs-deliv-txt ul {
    margin-bottom: 8px;
}

.tabs-deliv-txt ul li:before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #646464;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.tabs-deliv-txt {
    margin-top: 20px;
}

.leasing-info {
    margin-top: 20px;
}

.leasing-info p {
    font-weight: 300;
    font-size: 12px;
    line-height: 18px;
    color: #646464;
}

p.related-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    display: flex;
    align-items: center;
    color: #000000;
    margin-bottom: 23px;
    width: 100%;
}

.related-blog-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 60px;
}

.related-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 882px;
    justify-content: space-between;
}

.related-box {
    width: 33%;
    background: #FFFFFF;
    border: 1px solid #E9E9E9;
    max-width: 280px;
    padding: 14px;
    max-height: 275px;
    /* transition: .2s all linear; */
    overflow: hidden;
}

.related-box-sp {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.related-raiting {
    display: flex;
    align-items: center;
}

.related-raiting {
    font-weight: 700;
    font-size: 12px;
    color: #000000;
}

.related-raiting span {
    font-weight: 300;
}

span.rel-inst {
    border: 1px solid #ACBBCA;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 7px;
    margin-right: 5px;
    font-weight: 600;
    font-size: 11px;
    color: #ACBBCA;
}

.related-sp-row {
    display: flex;
    align-items: center;
}

span.rel-sale {
    border: 1px solid #BE0505;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 7px;
    background: #BE0505;
    font-weight: 600;
    font-size: 11px;
    color: #FFFFFF;
}

.related-img {
    width: 100%;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}

.related-img img {
    width: 100%;
    object-fit: contain;
}

.related-title p {
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: #000000;
}

.related-title {
    margin-bottom: 5px;
}

.related-price {
    display: flex;
    align-items: flex-end;
    margin-bottom: 16px;
}

.related-price p {
    font-weight: 700;
    font-size: 25px;
    color: #BE0505;
    margin-right: 10px;
}

.related-price span {
    font-weight: 300;
    font-size: 14.9292px;
    line-height: 20px;
    text-align: center;
    color: #B1B1B1;
    position: relative;
}

.related-price span:before {
    content: "";
    width: 113%;
    height: 1px;
    background: #383838;
    transform: rotate(-9.55deg);
    position: absolute;
    top: 50%;
    left: -2px;
}

a.related-link {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: max-content;
    padding: 0 10px;
    transition: 0.2s all linear;
    background: #FFFFFF;
    border: 1px solid #ACBBCA;
    border-radius: 3px;
    height: 35px;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    color: #ACBBCA;
}

a.related-link svg {
    margin-right: 11px;
}

.related-raiting img {
    margin-right: 5px;
}

.related-box:hover {
    max-height: max-content;
    margin-bottom: -56px !important;
    z-index: 123;
}

a.related-link:hover {
    color: #fff;
    background: #ACBBCA;
}

a.related-link:hover svg path {
    fill: #fff;
}

a.related-link svg path {
    transition: .2s all linear;
}

.related-blog-box {
    display: flex;
    align-items: center;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    border-radius: 4px;
    padding: 19px;
    margin-bottom: 20px;
}

.related-blog-box:last-child {
    margin-bottom: 0px;
}

.related-blog-col {
    max-width: 426px;
}

.related-blog-img {
    margin-right: 17px;
}

.related-blog-about p {
    font-weight: 700;
    font-size: 17px;
    line-height: 21px;
    color: #000000;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 5px;
}

.related-blog-about a {
    font-weight: 300;
    font-size: 12px;
    color: #ACBBCA;
    padding-bottom: 0px;
    border-bottom: 1px dashed #ACBBCA;
    transition: .2s all linear;
}

.related-blog-about a:hover {
    border-bottom: 1px solid #ACBBCA;
}

.bottom-top-row-box {
    display: flex;
    align-items: center;
    position: relative;
}

.search-input {
    margin-left: auto;
}

a.link-account {
    font-weight: 400;
    font-size: 13px;
    color: #FFFFFF;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    transition: .2s all linear;
    visibility: visible;
    opacity: 0;
}

a.link-account img {
    margin-left: 10px;
}

a.logo-wh {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    transition: .2s all linear;
    visibility: visible;
    opacity: 0;
}

.bottom-top-row.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.pd-t {
    padding-top: 40px;
}

.sticky a.logo-wh {
    visibility: visible;
    opacity: 1;
}

.sticky a.logo-wh img {
    max-width: 70px;
}

.sticky a.link-account {
    visibility: visible;
    opacity: 1;
}

header .dropdown.wh {
    transition: .2s all linear;
    visibility: hidden;
    opacity: 0;
    margin-left: -60px;
}

header .sticky .dropdown.wh {
    visibility: visible;
    opacity: 1;
    margin-left: 40px;
}

header .sticky .dropdown.wh:hover,
header .sticky .dropdown.wh:hover .dropbtn {
    color: #000;
}

.wh .dropbtn {
    color: #fff;
}

.wh .dropbtn::after {
    background: rgba(0, 0, 0, 0) url(../../img/main/dp-dw-wh.png) no-repeat scroll center center;
}

.trust-rait-row {
    display: flex;
    align-items: center;
}

.trst-row {
    display: flex;
    align-items: center;
    margin: 0 16px 0 11px;
}

.trust-rait-row p {
    display: flex;
    align-items: center;
    min-width: max-content;
    font-weight: 300;
    font-size: 15px;
    color: #FFFFFF;
}

.trust-rait-row p b {
    font-weight: 700;
    margin-right: 5px
}

.trst-row img:not(:last-child) {
    margin-right: 3px;
}

header .wh .dropdown-content {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

header .wh .dropdown-content a {
    color: #000;
}

header .wh .dropdown-content a:hover {
    /* background-color: #111111;*/
}

.bottom-header-drop-menu-box-title-right img {
    margin-right: 8px;
}

.bundle-img-mob {
    display: none;
}


.menu_container {
    display: none;
}

.search-close {
    /*display: none;*/
}

.mobile_menu_container {
    display: none;
}

.search-box {
    /* display: none;*/
}

a.search-icon {
    display: none;
}


.swiper-pagination-bullets.swiper-pagination-horizontal.rev-pag {
    display: none;
}


.coaching-main-left .coaching-main-right-about-links {
    display: none;
}

.related-rows {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}


.drop-sort {
    display: inline-block;
    position: relative;
}

.drop-sort-content {
    display: none;
    position: absolute;
    background: #fff;
    z-index: 222;
    width: 100%;
    overflow: auto;
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.4);
}

.drop-sort:hover .drop-sort-content {
    display: block;
}

.drop-sort-content a {
    display: block;
    color: #000000;
    padding: 5px;
    text-decoration: none;
}

.drop-sort-content a:hover {
    color: #FFFFFF;
    background-color: #ACBBCA;
}

.tabs__content-rev {
    display: none;
}

.tabs__content-rev.active {
    display: block;
}

.reviews-tabs-title-row {
    display: flex;
}

.reviews-tabs-title-left {
    display: flex;
    width: 200px;
}

.reviews-tabs-title-left p {
    font-weight: 700;
    font-size: 20px;
    color: #000000;
    margin-right: 13px;
}

.reviews-tabs-title-left span {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    color: #C0C0C0;
    background: #FFFFFF;
    border: 1px solid #C0C0C0;
    border-radius: 4px;
    height: 21px;
    padding: 0 11px;
}

.drop-sort button {
    font-weight: 300;
    font-size: 12px;
    color: #000000;
    border: 0;
    outline: 0;
    background: transparent;
    font-family: 'Aeroport';
    display: flex;
    align-items: center;
}

.reviews-tabs-title-right {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #EDEDED;
    padding-bottom: 20px;
}

ul.rev-tabs__caption {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
}

ul.rev-tabs__caption li {
    background: #EFEFEF;
    border: 1px solid #E3E3E3;
    border-radius: 4px;
    padding: 0 8px;
    padding-right: 35px;
    margin-right: 11px;
    height: 30px;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    transition: .2s all linear;
}

ul.rev-tabs__caption li:last-child {
    margin-right: 0;
}

ul.rev-tabs__caption li:before {
    content: "";
    width: 14px;
    height: 14px;
    background: #FFFFFF;
    border: 1px solid #E3E3E3;
    border-radius: 2px;
    position: absolute;
    right: 10px;
}

ul.rev-tabs__caption li:after {
    content: "";
    width: 8px;
    height: 8px;
    background: url(../../img/main/done-ic.svg)no-repeat;
    background-size: contain;
    position: absolute;
    right: 14px;
    transition: .2s all linear;
    opacity: 0;
}

ul.rev-tabs__caption li.active:after {
    opacity: 1;
}

ul.rev-tabs__caption li.active {
    background: #ACBBCA;
    color: #fff;
}

.reviews-tabs-box {
    position: relative;
}

.sort-box {
    height: 30px;
    padding-left: 230px;
    display: flex;
    align-items: center;
}

.drop-sort button span {
    width: 7px;
    height: 5px;
    background: url(../../img/main/drp-dwn-ic.svg)no-repeat;
    background-size: 100%;
    display: block;
    margin-left: 5px;
    margin-top: 4px;
}

.card-tabs-main-raiting {
    display: flex;
    flex-direction: column;
    max-width: max-content;
    margin-top: 15px;
}

.card-tabs-main-raiting p {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    display: flex;
    align-items: center;
    color: #000000;
    margin-top: 14px;
}

.card-tabs-main-raiting p span {
    font-weight: 700;
    margin-right: 4px;
}

.card-tabs-main-raiting .rating>label:before {
    margin: 0;
    margin-right: 5px;
    font-size: 30px;
}

.card-raiting-tabs-links-box {
    display: flex;
    align-items: center;
    margin-bottom: 11px;
}

.card-raiting-tabs-links-box p {
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    color: #676767;
}

span.load-rait {
    width: 110px;
    height: 3px;
    position: relative;
    background: #D9D9D9;
    margin: 0 10px;
}

span.load-rait span {
    content: "";
    width: 80%;
    height: 3px;
    background: #ACBBCA;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.card-raiting-tabs-links-box p:first-child {
    width: 35px;
}

.card-raiting-tabs-links-box p:nth-child(3) {
    width: 10px;
}

.card-raiting-tabs-links {
    margin-top: 16px;
}

.card-raiting-tabs-links-box label input {
    display: none;
}

.card-raiting-tabs-links-box label span {
    width: 14px;
    height: 14px;
    background: #FAFAFA;
    border: 1px solid #D9D9D9;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-left: 8px;
    cursor: pointer;
}

.card-raiting-tabs-links-box label span:before {
    content: "";
    width: 6px;
    height: 6px;
    background: #ACBBCA;
    border-radius: 1px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: .2s all linear;
    opacity: 0;
}

.card-raiting-tabs-links-box label input:checked~span:before {
    opacity: 1;
}

a.write-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 36px;
    background: #ACBBCA;
    border-radius: 2px;
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
    transition: .2s all linear;
    border: 1px solid transparent;
    margin-top: 26px;
}

.tabs-content-titles {
    max-width: max-content;
}

a.write-link:hover {
    opacity: .8;
}

a.write-link img {
    margin-right: 5px;
}

.tabs-content-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.tabs-content-txt {
    margin-top: 15px;
    max-width: 654px;
}

.tabs-content-txt-title {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 10px;
}

.tabs-content-txt-title-left p {
    font-weight: 700;
    font-size: 15px;
    line-height: 160%;
    color: #ACBBCA;
}

.tabs-content-txt-title-left span {
    font-weight: 300;
    font-size: 13px;
    line-height: 18px;
    color: #383838;
}

.tabs-content-txt-title-right p {
    font-weight: 300;
    font-size: 13px;
    line-height: 18px;
    color: #383838;
}

.tabs-content-txt-body p {
    font-weight: 300;
    font-size: 12px;
    line-height: 18px;
    color: #383838;
    margin-top: 7px;
}

.tabs-content-txt-body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.tabs-content-txt-box {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #EDEDED;
}

.tabs-content-txt .rating>label:before {
    margin: 0;
    margin-right: 4px;
}

.tabs-content-txt-box:last-child {
    border: 0;
    margin-bottom: 0;
    padding: 0;
}

.tabs-content-titles {
    margin-top: -30px;
}

.rev-slide-box {
    background: #FFFFFF;
    box-shadow: 0px 2px 4px rgba(7, 4, 146, 0.1), 0px 24px 60px rgba(6, 47, 125, 0.05), 0px 12px 24px rgba(27, 59, 119, 0.05);
}

.reviews-tabs-slider .swiper {
    padding: 75px 7px 25px;
}

.google-next,
.swiper .trst-next,
.google-prev,
.swiper .trst-prev {
    width: 41px;
    height: 41px;
    background: #fff;
    box-shadow: 0px 0px 9px rgb(0 0 0 / 8%);
    border-radius: 4px;
}

.google-next:after,
.swiper .trst-next:after {
    font-size: 0;
    background: url(../../img/main/right-arrow.svg)no-repeat;
    background-size: contain;
    width: 12px;
    height: 18px;
    content: "";
}

.google-prev:after,
.swiper .trst-prev:after {
    font-size: 0;
    background: url(../../img/main/left-arrow.svg)no-repeat;
    background-size: contain;
    width: 12px;
    height: 18px;
    content: "";
}

.google-next,
.swiper .trst-next {
    top: 35px;
    right: 5px;
}

.google-prev,
.swiper .trst-prev {
    top: 35px;
    right: 55px;
    left: auto;
}

.related-row {
    margin-top: 45px;
}

.related-blog-col {
    margin-top: 25px;
}

p.title-rev {
    font-weight: 300;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: -35px;
    margin-top: 25px;
}

/* TOOLTIPS */

.custom--small {
    --cooltipz-small: 4.5rem;
}

.custom--medium {
    --cooltipz-medium: 8rem;
}

.custom--large {
    --cooltipz-large: 12rem;
}

.custom--revert {
    --cooltipz-bg-color: #fff;
    --cooltipz-text-color: #000;
    --cooltipz-border-color: #fff;
}

.custom--help {
    --cooltipz-cursor: help;
}

.custom--delay {
    --cooltipz-delay-show: 1s;
    --cooltipz-delay-hide: 2s;
}

.custom--far {
    --cooltipz-slide: 50px;
}

.custom--still {
    --cooltipz-slide: 0;
}

.custom--opposite {
    --cooltipz-slide: -50px;
}

.custom--big {
    --cooltipz-font-size: 1.6rem;
    --cooltipz-arrow-size: 1rem;
}

.custom--arrow {
    --cooltipz-arrow-size: 1.5rem;
    --cooltipz-border-radius: 0;
}

.custom--round {
    --cooltipz-border-radius: 5rem;
}

.custom--sharp {
    --cooltipz-border-radius: 0;
}

.custom--pointy {
    --cooltipz-arrow-size: 0.82rem;
    --cooltipz-border-radius: 0;
}

.custom--slow {
    --cooltipz-timing: 3s;
}

.custom--border {
    --cooltipz-border-color: #f00;
    --cooltipz-border-width: 2px;
}

.custom--border-2 {
    --cooltipz-border-color: #0f0;
    --cooltipz-border-width: 2px;
    --cooltipz-border-style: dashed;
}

.custom--border-3 {
    --cooltipz-border-color: #000;
    --cooltipz-border-width: 2px;
    --cooltipz-text-color: #000;
    --cooltipz-bg-color: #fff;
}

/* Nothing to do with Cooltipz.css, just making the examples look pretty */

@keyframes octocat-wave {

    0%,
    100% {
        transform: rotate(0);
    }

    20%,
    60% {
        transform: rotate(-25deg);
    }

    40%,
    80% {
        transform: rotate(10deg);
    }
}

.github-corner:hover .octo-arm {
    animation: octocat-wave 560ms ease-in-out;
}

.github-corner svg {
    border: 0;
    color: #fff;
    fill: #151513;
    left: 0;
    position: absolute;
    top: 0;
    transform: scale(-1, 1);
}

.github-corner .octo-arm {
    transform-origin: 8.125rem 6.625rem;
}

.github-corner__wrapper {
    display: block;
    height: 5rem;
    width: 5rem;
    position: absolute;
    top: 0;
    left: 0;
}

.github-corner__wrapper a,
.github-corner__wrapper svg {
    height: 100%;
    width: 100%;
    display: block;
}

@media (max-width: 31.25em) {
    .github-corner:hover .octo-arm {
        animation: none;
    }

    .github-corner .octo-arm {
        animation: octocat-wave 560ms ease-in-out;
    }
}


/* TOOLTIPS END*/


.features-card-box p {
    display: flex;
    align-items: center;
}

span.info-tool {
    display: flex;
    align-items: center;
    height: 19px;
    margin-right: 5px;
}

span.info-tool img {
    object-fit: contain;
}

.cart-main-box-left-title {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 25px;
}

.cart-main-box-left {
    width: 80%;
    max-width: 883px;
}

.cart-main-box-title-left h1 {
    font-weight: 700;
    font-size: 36px;
    line-height: 1;
    color: #000000;
    margin-bottom: 15px;
}

.cart-main-box-title-left p {
    font-weight: 300;
    font-size: 16px;
    color: #000000;
}

.cart-main-box-title-right a {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #383838;
}

.cart-main-box-title-right {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.cart-main-box-title-right a img {
    margin-right: 6px;
}

.cart-main-box-title-right a+a {
    margin-left: 35px;
}

.cart-main-box-left-subtitle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #EEEEEE;
    border: 1px solid #EFEFEF;
    padding: 11px 15px;
    margin-bottom: 9px;

}

.cart-main-box-left-subtitle-left {
    display: flex;
    align-items: center;
}

.cart-main-box-left-subtitle-left p {
    font-weight: 300;
    font-size: 13px;
    line-height: 18px;
    color: #383838;
    margin-right: 18px;
}

.cart-main-box-left-subtitle-left span {
    font-weight: 300;
    font-size: 13px;
    line-height: 18px;
    color: rgba(56, 56, 56, 0.5);
}

.cart-main-box-left-subtitle-right a {
    font-weight: 300;
    font-size: 13px;
    line-height: 18px;
    color: #ACBBCA;
    display: flex;
    align-items: center;
}

.cart-main-box-left-subtitle-right a img {
    margin-left: 5px;
}

.cart-main {
    /*padding-top: 118px;*/
    margin-top: 30px;
}

.cart-main-box {
    display: flex;
    align-items: center;
    background: #FFFFFF;
    border: 1px solid #F2F3F0;
    padding: 12px 15px 18px;
    margin-bottom: 10px;
}

.cart-main-box-img {
    margin-right: 17px;
}

.cart-main-box-about-title p {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    color: #000000;
    margin-right: 13px;
}

span.sale-cart {
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    color: #FFFFFF;
    padding: 0 5px;
    background: #BE0505;
    border-radius: 2.125px;
}

.cart-main-box-about-title {
    display: flex;
    align-items: center;
}

.cart-main-box-about-options {
    display: flex;
    align-items: center;
    margin-bottom: 4px;
}

.cart-main-box-about-options p {
    font-weight: 300;
    font-size: 14px;
    line-height: 19px;
    color: #898989;
    margin-right: 18px;
}

.cart-main-box-about-options p span {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #383838;
}

.cart-main-box-about-options p:last-child {
    margin-right: 0;
}

.cart-main-box-about-prices {
    display: flex;
}

p.new-price-cart {
    font-weight: 700;
    font-size: 18px;
    color: #BE0505;
    margin-right: 10px;
}

p.old-price-cart {
    font-weight: 300;
    font-size: 14px;
    line-height: 19px;
    text-decoration-line: line-through;
    color: #000000;
}



.cart-main-box-about {
    width: 400px;
    margin-right: 35px;
}

.cart-main-box-total-price p {
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: #000000;
}

.cart-main-box-close {
    margin-left: auto;
}

.cart-main-box-total-price {
    width: 75px;
    text-align: right;
}

.cart-main-box-number {
    margin-right: 70px;
}

.cart-main-box:last-child {
    margin-bottom: 0;
}

.cart-main-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 45px;
}

.cart-main-box-right {
    background: #F2F3F0;
    padding: 0 28px 28px;
    position: relative;
    width: 40%;
    max-width: 425px;
    margin-top: 110px;
}

.cart-main-box-right:before {
    content: "";
    width: 100%;
    height: 35px;
    background: #F2F3F0;
    position: absolute;
    top: -35px;
    left: 0;
}

.order-summary-title p {
    font-weight: 700;
    font-size: 28px;
    color: #000000;
}

.order-summary-title p span {
    font-weight: 300;
}

.order-summary-title {
    margin-bottom: 40px;
}

.order-summary-list ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.order-summary-list li p {
    width: 50%;
    font-weight: 300;
    font-size: 16px;
    color: #000000;
}

.order-summary-list li p+p {
    text-align: right;
}

.order-summary-list li p b {
    font-weight: 500;
    font-size: 16px;
    min-width: max-content;
    display: block;
}

.order-summary-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0 30px;
    border-top: 1px solid #383838;
    padding-top: 15px;
}

.order-summary-total p {
    font-weight: 700;
    font-size: 24px;
    line-height: 40px;
    color: #000000;
}

.order-summary-coupon {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.order-summary-coupon input {
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 4px;
    display: flex;
    align-items: center;
    width: 245px;
    font-weight: 300;
    font-size: 14px;
    line-height: 19px;
    color: #000000;
    padding-left: 15px;
    font-family: 'Aeroport' !important;
}

.order-summary-coupon input::placeholder {
    color: #00000050;
}

.cart-main-box-left-subtitle-left span {
    display: none;
}

.input-group-btn button img {
    width: 14px;
}

.order-summary-coupon button {
    height: 40px;
    background: #ACBBCA;
    border: 1px solid #FFFFFF;
    border-radius: 4px;
    display: flex;
    align-items: center;
    width: 110px;
    justify-content: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: #FFFFFF;
    font-family: 'Aeroport' !important;
    cursor: pointer;
    transition: .2s all linear;
}

.order-summary-coupon button:hover {
    opacity: .9;
}

.order-summary-coupon input:focus, .order-summary-coupon input:focus-visible {
    outline: 0;
}

a.next-step {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 54px;
    background: #003797;
    border: 1px solid #003797;
    border-radius: 4px;
    margin: 25px 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    transition: .2s all linear;
}

a.next-step img {
    margin-right: 10px;
}

a.next-step:hover {
    opacity: .9;
}

.order-finance {
    display: flex;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 8px;
    padding: 12px;
}

.order-finance-txt p {
    font-weight: 300;
    font-size: 14px;
    line-height: 19px;
    color: #000000;
}

.order-finance-txt .see-detail {
    font-weight: 300;
    font-size: 14px;
    line-height: 19px;
    color: #ACBBCA;
    border-bottom: 1px dashed #ACBBCA;
}

.order-summary-icon-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}

.order-summary-icon-box {
    width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.order-summary-icon-box-txt p {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    display: flex;
    align-items: center;
    color: #000000;
    justify-content: center;
    text-align: center;
    min-height: 28px;
}

.order-summary-icon-box-txt {
    width: 65px;
    margin-top: 7px;
}

.order-finance-img {
    display: flex;
    margin-right: 12px;
    align-items: center;
}

.input-container {
    height: 50px;
    position: relative;
    width: calc(50% - 5px);
    /* max-width: 286px; */
    background: #FFFFFF;
    border: 1px solid #383838;
    margin-bottom: 10px;
}

input.input-text {
    width: 100%;
    border: 1px solid rgba(237, 237, 240, 0.1);
    border-radius: 10px;
    background: transparent;
    height: 50px;
    outline: none;
    padding-top: 15px;
    padding-left: 18px;
    display: flex;
    align-items: center;
    min-height: 30px;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    font-family: 'Aeroport' !important;
}

textarea.input-text {
    width: 100%;
    border: 1px solid rgba(237, 237, 240, 0.1);
    border-radius: 10px;
    background: transparent;
    height: 85px;
    outline: none;
    padding-top: 28px;
    padding-left: 18px;
    display: flex;
    align-items: center;
    min-height: 30px;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    font-family: 'Aeroport' !important;
    resize: none;
}

.placeholder {
    left: 20px;
    pointer-events: none;
    position: absolute;
    transform-origin: 0 50%;
    transition: transform 200ms, color 200ms;
    top: 20px;
    border-radius: 10px;
    font-weight: 300;
    font-size: 16px;
    line-height: 14px;
    font-family: 'Aeroport' !important;
    color: #383838;
    display: flex;
    align-items: flex-start;
}

.required {
    color: #C92123;
    font-weight: 700;
    border: 0 !important;
    text-decoration: none;
    margin-left: 2px;
    font-size: 12px;
}

input.input-text:focus~label,
input.input-text:not(:placeholder-shown)~label {
    transform: translateY(-15px) translateX(0px) scale(0.75);
}

textarea.input-text:focus~label,
textarea.input-text:not(:placeholder-shown)~label {
    transform: translateY(-15px) translateX(0px) scale(0.75);
}

.cart-main-box-row-form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 15px 0 35px;
    flex-wrap: wrap;
}

input.input-text::placeholder {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #383838;
}

.card-main-raiting .rating>label:before {
    margin: 0;
    margin-right: 4px;
}

.trust-rait-row.bl-ed {
    justify-content: center;
    background: #F2F3F0;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.06);
    display: none;
}

.trust-rait-row.bl-ed p {
    color: #000;
}

.pag-mob-swiper {
    background: #F2F3F0;
    padding: 15px 0;
    display: none;
}

.cart-main-box-accardion {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin-left: 145px;
}

.cart-main-box {
    flex-wrap: wrap;
}

.cart-main-box-accardion-row {
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 15px;
}

.cart-main-box-accardion-row-box {
    display: flex;
    align-items: center;
    background: #FFFFFF;
    border: 1px solid #F2F3F0;
    border-radius: 4px;
    margin-right: 14px;
    padding: 9px;
    width: 50%;
}

.cart-main-box-accardion-row-box-img {
    margin-right: 14px;
}

p.name-product {
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #000000;
}

p.size-product {
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    color: #383838;
}

p.size-product span {
    font-weight: 400;
}

p.price-product {
    font-weight: 700;
    font-size: 13px;
    line-height: 18px;
    color: #000000;
}

a.add-product-cart {
    width: 23px;
    height: 23px;
    background: #ACBBCA;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-left: auto;
    transition: .2s all linear;
}

a.add-product-cart img {
    display: block;
    width: 12px;
    height: 11px;
}

.cart-main-box-accardion-row-box:last-child {
    margin-right: 0;
}

a.cart-main-box-acc-link {
    font-weight: 400;
    font-size: 11px;
    line-height: 15px;
    text-transform: uppercase;
    color: #ACBBCA;
    border-bottom: 1px dashed #ACBBCA;
    margin-left: 18px;
    position: relative;
    margin-top: 22px;
}

a.cart-main-box-acc-link:before {
    content: "";
    width: 10px;
    height: 13px;
    position: absolute;
    left: -17px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../../img/cart/acc-link-ico.svg)no-repeat;
    background-size: contain;
}

a.add-product-cart:hover {
    opacity: .8;
}

a.cart-main-box-acc-link.active:before {
    transform: rotate(180deg) translateY(5px);
}

.tabs-title>p {
    font-weight: 300;
    font-size: 13px;
    line-height: 18px;
    color: #383838;
    margin-bottom: 14px;
}

.cart-main-box-left-tabs-row .tabs {
    display: flex;
    justify-content: space-between;
}

.tabs-title {
    width: 425px;
    position: relative;
}

.tabs-title:before {
    content: "";
    width: 1px;
    height: 100%;
    background: #EFEFEF;
    position: absolute;
    right: -18px;
}

.cart-main-box-left-tabs-row .tabs .tabs__content {
    width: 425px;
}

.tabs_cart-main-box-title p {
    font-weight: 300;
    font-size: 13px;
    line-height: 18px;
    color: #383838;
    margin-bottom: 14px;
}

.cart-main-box-left-tabs-row .tabs ul.tabs__caption li {
    display: flex;
    align-items: center;
    padding: 20px;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    margin-bottom: 16px;
    cursor: pointer;
    transition: .2s all linear;
}

img.img-cart-bl {
    display: none;
    transition: .2s all linear;
}

.cart-main-box-left-tabs-row .tabs ul.tabs__caption li.active {
    background: #F2F3F0;
    border: 1px solid #C7C7C7;
}

.cart-main-box-check span {
    background: #FFFFFF;
    border: 1px solid #C7C7C7;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    position: relative;
}

.cart-main-box-check {
    margin-left: auto;
}

.cart-main-box-check span span {
    width: 10px;
    height: 10px;
    background: #ACBBCA;
    transition: .2s all linear;
    opacity: 0;
}

.cart-main-box-left-tabs-row .tabs ul.tabs__caption li.active .cart-main-box-check span span {
    opacity: 1;
}

.cart-main-box-txt p {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
}

.cart-main-box-txt p span {
    color: #BE0505;
}

.cart-main-box-txt>span {
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    color: #000000;
}

.cart-main-box-left-tabs-row .tabs ul.tabs__caption li.active img.img-cart {
    display: none;
}

.cart-main-box-left-tabs-row .tabs ul.tabs__caption li.active img.img-cart-bl {
    display: block;
}

.cart-main-box-left-tabs-row .tabs ul.tabs__caption li.active .cart-main-box-txt p {
    color: #ACBBCA;
}

.tabs_cart-main-box-content {
    display: flex;
    align-items: center;
    padding: 10px;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    margin-bottom: 16px;
    cursor: pointer;
    transition: .2s all linear;
}

img.check-shop-bl {
    display: none;
}

.tabs_cart-main-box-content-img {
    margin-right: 13px;
}

.tabs_cart-main-box-content-txt p {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
}

.tabs_cart-main-box-content-txt span {
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    color: #383838;
    display: block;
}

.tabs_cart-main-box-content-check {
    margin-left: auto;
}

.tabs_cart-main-box-form .cart-main-box-row-form .input-container {
    width: 100%;
    max-width: 100%;
    margin-bottom: 15px;
}

.tabs_cart-main-box-form .cart-main-box-row-form {
    display: flex;
    flex-wrap: wrap;
}

.tabs_cart-main-box-form .cart-main-box-row-form .input-container.textareas {
    height: auto;
}

.tabs_cart-main-box-form .cart-main-box-row-form .input-container.textareas .placeholder {
    font-size: 12px;
    padding-right: 15px;
}

.tabs_cart-main-box-content-row {
    max-height: 370px;
    overflow-y: auto;
    padding-right: 15px;
}

.tabs_cart-main-box-content-row::-webkit-scrollbar {
    width: 4px;
    background-color: #f9f9fd;
}

.tabs_cart-main-box-content-row::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #ACBBCA;
}

.tabs_cart-main-box-content-row::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background-color: #f9f9fd;
}

.shop-radio {
    display: none;
}

.shop-radio:checked+label {
    background: #F2F3F0;
    border: 1px solid #C7C7C7;
}

.shop-radio:checked+label img.check-shop-bl {
    display: block;
}

.shop-radio:checked+label img.check-shop {
    display: none;
}

.cart-main-box-left-tabs-row {
    margin-bottom: 25px;
}

.tabs_cart-main-box-content:last-child {
    margin-bottom: 0;
}

img.payment-img-bl {
    display: none;
}

.payment-method-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.payment-method-box {
    display: flex;
    align-items: center;
    width: 33%;
    max-width: 286px;
    background: #FFFFFF;
    border: 1px solid #EFEFEF;
    padding: 15px;
    margin-right: 12px;
    margin-bottom: 12px;
    cursor: pointer;
    transition: .2s all linear;
}

.payment-title p {
    font-weight: 300;
    font-size: 13px;
    line-height: 18px;
    color: #4A4F55;
}

.payment-title {
    margin-bottom: 12px;
}

.payment-method-box-img {
    width: 37px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 14px;
}

.payment-method-box:nth-child(6) {
    margin-right: 0;
}

.payment-method-box-txt p {
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    color: #000000;
}

.payment-method-box-txt span {
    font-weight: 300;
    font-size: 11px;
    line-height: 14px;
    color: #383838;
}

.payment-method-box-check span {
    width: 18px;
    height: 18px;
    background: #fff;
    border: 1px solid #C7C7C7;
    display: flex;
    align-items: center;
    justify-content: center;
}

.payment-method-box-check span span {
    width: 10px;
    height: 10px;
    background: #ACBBCA;
    transition: .2s all linear;
    opacity: 0;
}

.payment-method-box-check {
    margin-left: auto;
}

.payment-radio {
    display: none;
}

.payment-radio:checked+label img.payment-img-bl {
    display: block;
}

.payment-radio:checked+label img.payment-img {
    display: none;
}

.payment-radio:checked+label .payment-method-box-txt p {
    color: #ACBBCA;
}

.payment-radio:checked+label {
    background: #EEEEEE;
    border: 1px solid #C7C7C7;
}

.payment-radio:checked+label .payment-method-box-check span span {
    opacity: 1;
}

.order-finance-txt p a {
    text-decoration: underline;
    color: #000;
}

a.next-step.disabled {
    pointer-events: none;
    opacity: .5;
}

.stp-2 .order-finance-img {
    align-items: flex-start;
}

.order-comlete-box-left-title {
    display: flex;
    align-items: center;
    margin-bottom: 22px;
}

.order-comlete-box-left-title-img {
    margin-right: 12px;
}

.order-comlete-box-left-title h1 {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    color: #ACBBCA;
    opacity: 0.98;
}

.order-complete-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 1065px;
    margin: 160px auto 100px;
}

.order-comlete-box-left-txt p {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #383838;
    margin-bottom: 14px;
}

.order-comlete-box-right {
    padding-top: 62px;
}

a.go-to-order {
    background: #FFFFFF;
    border: 1px solid #ACBBCA;
    border-radius: 2px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: max-content;
    padding: 0 20px;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    color: #ACBBCA;
    transition: .2s all linear;
}

a.go-to-order img {
    margin-right: 6px;
}

.order-comlete-box-left {
    max-width: 495px;
}

.order-comlete-box-left-txt p:last-child {
    margin: 0;
}

.order-comlete-box-left-txt {
    margin-bottom: 40px;
}

.order-comlete-box-left-txt p a {
    text-decoration: underline;
    color: #ACBBCA;
}

section.main-about-first {
    min-height: 492px;
    background: url(../../img/about/about-bg.jpg)no-repeat;
    background-size: cover;
    position: relative;
}

.main-about-first-title p {
    font-weight: 700;
    font-size: 100px;
    line-height: 114px;
    color: #FFFFFF;
}

.main-about-first-title {
    max-width: 969px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.main-about-second-title p {
    font-weight: 700;
    font-size: 36px;
    line-height: 49px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #000000;
}

.main-about-second-title {
    position: relative;
    max-width: 300px;
}

.main-about-second-title:before {
    content: "";
    background: #383838;
    border-radius: 4px;
    width: 84px;
    height: 6px;
    position: absolute;
    bottom: -7px;
}

.main-about-second-text p {
    font-weight: 300;
    font-size: 16px;
    line-height: 180%;
    color: #000000;
}

.main-about-second-text strong p {
    font-weight: 600;
    margin-top: 20px;
}

.main-about-second-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.main-about-second-text {
    max-width: 995px;
}

section.main-about-second {
    padding: 67px 0 77px;
}

.main-about-second-img-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
}

.main-about-second-img-box {
    width: 50%;
    max-width: 485px;
    margin-bottom: 20px;
}

.main-about-second-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.about-video {
    position: relative;
    max-height: 735px;
}

section.about-video:before {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.44), rgba(0, 0, 0, 0.44));
    position: absolute;
    top: 0;
    left: 0;
}

.about-video video {
    height: 735px;
    object-fit: cover;
    width: 100%;
}

.about-video-title p {
    font-weight: 700;
    font-size: 84px;
    line-height: 95px;
    color: #FFFFFF;
}

section.about-video:after {
    content: "";
    width: 523px;
    height: 713px;
    display: block;
    right: -130px;
    bottom: -80px;
    position: absolute;
    background: url(../../img/about/eight.png)no-repeat;
    background-size: contain;
    z-index: -0;
}

.about-video-title {
    position: absolute;
    top: 65px;
    max-width: 940px;
}

section.design-lab {
    padding-bottom: 100px;
}

.design-lab-row {
    display: flex;
    align-items: center;
}

.design-lab-text {
    max-width: 375px;
    margin-right: 80px;
}

.design-lab-row-img {
    display: flex;
    align-items: center;
    margin-top: -35px;
}

.design-lab-img-box {
    max-width: 426px;
    margin-right: 30px;
    border: 2px solid #FFFFFF;
    filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.12));
    border-radius: 8px;
    display: flex;
    align-items: center;
}

.design-lab-img-box:last-child {
    margin: 0;
}

.design-lab-text p {
    font-weight: 700;
    font-size: 36px;
    line-height: 49px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 8px;
}

.design-lab-text span {
    font-weight: 300;
    font-size: 16px;
    line-height: 160%;
    color: #000000;
}

section.products-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-boxes {
    width: 25%;
}

.product-boxes-text p {
    font-weight: 700;
    font-size: 36px;
    line-height: 40px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #FFFFFF;
}

.product-boxes-text span {
    font-weight: 300;
    font-size: 14px;
    line-height: 180%;
    color: #FFFFFF;
}

.product-boxes-text {
    background: #00397990;
    padding: 60px 30px 0;
    height: 480px;
}

.product-boxes-img {
    width: 100%;
    height: 480px;
    overflow: hidden;
}

.product-boxes-img video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-boxes-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-boxes {
    position: relative;
}

.product-boxes-text {
    position: absolute;
    top: 0;
    transition: .2s all linear;
}

.product-boxes-text p {
    margin-bottom: 20px;
}

.product-boxes:hover .product-boxes-text {
    opacity: 1;
}

.smart-product-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
    margin-bottom: 90px;
}

.smart-product-box {
    width: 50%;
    display: flex;
    align-items: center;
    background: #EAEAEA;
    border-radius: 8px;
    padding: 20px;
    max-width: 480px;
    margin-bottom: 30px;
    height: 175px;
    transition: .2s all linear;
}

.smart-product-box-text {
    max-width: 270px;
}

.smart-product-box-text p {
    font-weight: 700;
    font-size: 22px;
    line-height: 33px;
    color: #000000;
    margin-bottom: 6px;
    transition: .2s all linear;
}

.smart-product-box-text span {
    font-weight: 300;
    font-size: 12px;
    line-height: 19px;
    color: #000000;
    display: block;
    transition: .2s all linear;
}

.smart-product-box-img {
    width: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.smart-product-box-img img {
    width: 100%;
    object-fit: contain;
}

.smart-product-box:hover {
    background: #ACBBCA;
}

.smart-product-box:hover .smart-product-box-text p {
    color: #fff;
}

.smart-product-box:hover .smart-product-box-text span {
    color: #fff;
}

section.main-about-mission {
    background: url(../../img/about/mission-bg.jpg)no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

section.main-about-mission:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .8;
    position: absolute;
    top: 0;
    left: 0;
}

.about-mission-row {
    display: flex;
    justify-content: space-between;
    position: relative;
}

p.box-title {
    font-weight: 700;
    font-size: 36px;
    line-height: 49px;
    letter-spacing: 0.04em;
    color: #FFFFFF;
    margin-bottom: 11px;
}

p.box-sub-text {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.04em;
    color: #FFFFFF;
}

p.box-sub-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    letter-spacing: 0.04em;
    color: #FFFFFF;
    margin-bottom: 18px;
}

.about-mission-box {
    width: 25%;
    max-width: 352px;
    padding: 110px 35px;
    position: relative;
    border-right: 30px solid #525252;
}

.about-mission-box:nth-child(2) {
    padding-top: 80px;
}

p.box-sub-text+p.box-title {
    margin-top: 67px;
}

.about-mission-box p.box-title+img {
    margin-top: 43px;
}

.about-mission-box img {
    margin-bottom: 24px;
}

.about-mission-box:nth-child(2) p.box-title {
    margin: 0;
}

.pr {
    max-width: 190px;
}

.about-mission-box:before {
    content: "";
    width: 30px;
    height: 100vh;
    display: block;
    position: absolute;
    right: -30px;
    top: -50px;
    background: #525252;
}

.about-mission-box:after {
    content: "";
    width: 30px;
    height: 100vh;
    display: block;
    position: absolute;
    right: -30px;
    bottom: 50px;
    background: #525252;
}

.about-mission-box:first-child:after {
    right: auto;
    left: -30px;
    height: 100%;
    bottom: 0;
}


.about-mission-box:nth-child(3):before {
    top: -53px;
}

.about-mission-box:nth-child(3):after {
    bottom: -51px;
}

.about-mission-box:nth-child(4):after {
    height: 250px;
    bottom: -106px;
}

.about-mission-box:nth-child(4):before {
    top: -106px;
}

section.main-about-mission.mob {
    display: none;
}

section.mission-slider {
    display: none;
}

.main-about-second-img-row.mob {
    display: none;
}

section.products-row.mob {
    display: none;
}

.about-mission-box:nth-child(3) {
    padding-top: 158px;
}

.about-mission-box:nth-child(4) {
    padding-top: 158px;
}

.cart-main-box-links {
    margin-left: auto;
    display: flex;
    align-items: center;
}

a.cart-main-box-add-to-cart {
    background: #FFFFFF;
    border: 1px solid #ACBBCA;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    height: 34px;
    margin-right: 17px;
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    color: #ACBBCA;
    transition: .2s all linear;
}

a.cart-main-box-add-to-cart img {
    margin-right: 10px;
}

a.cart-main-box-add-to-remove {
    background: #FFFFFF;
    border: 1px solid #383838;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    height: 34px;
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    color: #383838;
    transition: .2s all linear;
}

a.cart-main-box-add-to-remove img {
    margin-right: 10px;
}

a.cart-main-box-add-to-cart:hover {
    box-shadow: 0 0 15px -6px #ACBBCA;
}

a.cart-main-box-add-to-remove:hover {
    box-shadow: 0 0 15px -6px #383838;
}

.order-empty {
    margin-bottom: 350px;
}

.order-empty p {
    font-weight: 300;
    font-size: 20px;
    line-height: 27px;
    color: #000000;
    margin-bottom: 40px;
}

.header-cart-right-phone {
    display: flex;
    align-items: center;
    margin-left: 30px;
}

.header-cart-right-phone-txt {
    display: flex;
    flex-direction: column;
}

.header-cart-right-phone-img {
    margin-right: 10px;
}

a.header-cart-right-phone-link {
    font-weight: 700;
    font-size: 15px;
    line-height: 16px;
    color: #403837;
}

.header-cart-right-phone-txt span {
    font-weight: 300;
    font-size: 13px;
    line-height: 11px;
    color: #403837;
}

.header-top.cart-header {
    filter: drop-shadow(0px 0px 18px rgba(0, 0, 0, 0.06));
    position: fixed;
    width: 100%;
    z-index: 123123;
    background: #fff;
    top: 0;
}

.privacy-terms-title {
    margin-top: 30px;
    margin-bottom: 30px;
}

.privacy-terms-title h1 {
    font-weight: 700;
    font-size: 36px;
    line-height: 40px;
    color: #000000;
    margin-bottom: 20px;
}

.privacy-terms-title span {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 15px;
    display: block;
}

.privacy-terms-title p {
    font-weight: 300;
    font-size: 15px;
    line-height: 180%;
    color: #383838;
}

.privacy-terms-content-box-left h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 21px;
    color: #000000;
    position: relative;
    max-width: 195px;
}

.privacy-terms-content-box-left:before {
    content: "";
    width: 35px;
    height: 5px;
    background: #ACBBCA;
    border-radius: 9px;
    display: block;
    position: absolute;
    bottom: -15px;
}

.privacy-terms-content-box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.privacy-terms-content-box-left {
    position: relative;
    width: 200px;
}

.privacy-terms-content-box-right {
    width: 1100px;
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.privacy-terms-content-box-right p {
    font-weight: 400;
    font-size: 15px;
    line-height: 180%;
    color: #383838;
    margin-bottom: 25px;
}

.privacy-terms-content-box-right p span {
    display: block;
    margin-bottom: 10px;
}

.privacy-terms-content-box-right ul li:last-child p {
    margin: 0;
}

.privacy-terms-content-box-right ul li ul {
    padding-left: 20px;
    margin-bottom: 15px;
}

.privacy-terms-content-box-right ul li ul li {
    list-style: disc;
}

.privacy-terms-content-box-right ul li ul li p {
    margin-bottom: 10px;
}

.privacy-terms-content-box-right p a {
    color: #ACBBCA;
    border-bottom: 1px dashed;
}

section.privacy-terms.privacy-policy .privacy-terms-content-box-right {
    border: 0;
    padding: 0;
    margin-bottom: 40px;
}

.payment-deliv-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.payment-deliv-box-left {
    width: 960px;
}

.payment-deliv-box-right {
    width: 310px;
    padding-top: 85px;
}

.payment-deliv-box-left-txt p {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 11px;
}

.payment-deliv-box-left-txt span {
    font-weight: 300;
    font-size: 15px;
    line-height: 180%;
    color: #383838;
    display: block;
    margin-bottom: 15px;
}

.payment-deliv-box-left-txt {
    margin-bottom: 25px;
}

.payment-deliv-box-left-txt:last-child {
    margin-bottom: 0;
}

.payment-deliv-box-right-title p {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #000000;
}

.payment-deliv-box-right-title {
    margin-bottom: 30px;
}

.payment-deliv-box-right-blog-img img {
    width: 100%;
    border-radius: 8px 8px 8px 0px;
}

.payment-deliv-box-right-blog-img {
    margin-bottom: 14px;
}

.payment-deliv-box-right-blog-txt p {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    margin-bottom: 4px;
}

.payment-deliv-box-right-blog-txt span {
    font-weight: 300;
    font-size: 12px;
    line-height: 20px;
    color: #000000;
}

.payment-deliv-box-right-blog {
    margin-bottom: 30px;
}

.payment-deliv-box-right-blog:last-child {
    margin-bottom: 0;
}

section.payment-deliv {
    padding-bottom: 100px;
}

.payment-deliv-title h1 {
    font-weight: 700;
    font-size: 36px;
    line-height: 40px;
    color: #000000;
    margin-bottom: 20px;
}

.payment-deliv-title p {
    font-weight: 300;
    font-size: 15px;
    line-height: 180%;
    color: #383838;
}

.payment-deliv-title {
    margin: 30px 0;
}

.warranty .payment-deliv-box-left-txt p {
    font-weight: 700;
    font-size: 17px;
    line-height: 23px;
    display: flex;
    align-items: center;
    color: #000000;
    letter-spacing: inherit;
    text-transform: inherit;
}

.google-main-box-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 0px 2px 4px rgba(7, 4, 146, 0.1), 0px 24px 60px rgba(6, 47, 125, 0.05), 0px 12px 24px rgba(27, 59, 119, 0.05);
    padding: 20px;
    min-height: 215px;
    justify-content: center;
}

.google-box-slide {
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
    box-shadow: 0px 2px 4px rgb(7 4 146 / 10%), 0px 24px 60px rgb(6 47 125 / 5%), 0px 12px 24px rgb(27 59 119 / 5%);
    padding: 20px;
    min-height: 215px;
    justify-content: center;
}

.google-box-slide-top {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.google-box-slide-top-img {
    margin-right: 13px;
}

.google-box-slide-middle p {
    font-weight: 300;
    font-size: 14px;
    line-height: 19px;
    color: #000000;
    margin-bottom: 8px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.google-box-slide-top-txt p {
    font-weight: 700;
    font-size: 13px;
    line-height: 22px;
    color: #000000;
}

.google-box-slide-top-txt-btm span {
    font-weight: 300;
    font-size: 10px;
    line-height: 22px;
    color: #000000;
    margin-left: 9px;
}

.google-box-slide-top-txt-btm .rating>label:before {
    margin: 0;
    margin-right: 3px;
}

.google-box-slide-middle a {
    font-weight: 300;
    font-size: 12px;
    line-height: 10px;
    color: #727272;
}

.google-box-slide-bottom {
    display: flex;
    align-items: center;
    max-width: 83px;
}

.google-main-box-slide-title p {
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
    color: #000000;
}

.google-main-box-slide-title {
    margin-bottom: 8px;
}

.google-main-box-slide-raiting .rating>label:before {
    margin: 0;
    margin-right: 6px;
    font-size: 30px;
}

.google-main-box-slide-raiting {
    margin-bottom: 8px;
}

.google-main-box-slide-link {
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: #000000;
    margin-bottom: 8px;
}

.google-main-box-slide-link a {
    text-decoration: underline;
    color: #000;
    font-weight: 700;
}


.google-main-slider .swiper-wrapper {
    padding: 50px 50px;
}

.g-main-next,
.g-main-prev {
    width: 41px;
    height: 41px;
    background: #fff;
    box-shadow: 0px 0px 9px rgb(0 0 0 / 8%);
    border-radius: 4px;
}

.g-main-next:after {
    font-size: 0;
    background: url(../../img/main/right-arrow.svg)no-repeat;
    background-size: contain;
    width: 12px;
    height: 18px;
    content: "";
}

.g-main-prev:after {
    font-size: 0;
    background: url(../../img/main/left-arrow.svg)no-repeat;
    background-size: contain;
    width: 12px;
    height: 18px;
    content: "";
}


.g-main-next {
    right: -45px;
}

.g-main-prev {
    left: -5px;
}

.google-main-swiper {
    padding-right: 55px;
}

.trust-main-box-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 0px 2px 4px rgb(7 4 146 / 10%), 0px 24px 60px rgb(6 47 125 / 5%), 0px 12px 24px rgb(27 59 119 / 5%);
    padding: 20px;
    min-height: 215px;
    justify-content: center;
}

.trust-box-slide {
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
    box-shadow: 0px 2px 4px rgb(7 4 146 / 10%), 0px 24px 60px rgb(6 47 125 / 5%), 0px 12px 24px rgb(27 59 119 / 5%);
    padding: 20px;
    min-height: 215px;
    justify-content: center;
}

.trust-box-slide-top-img {
    display: flex;
    align-items: center;
}

.trust-main-box-slide-raiting {
    display: flex;
    margin-bottom: 8px;
}

.trust-main-box-slide-raiting img {
    width: 40px;
    height: 40px;
    margin-right: 8px;
}

.trust-main-box-slide-raiting img:last-child {
    margin: 0;
}

.trust-main-box-slide-title p {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #000000;
}

.trust-main-box-slide-title {
    margin-bottom: 8px;
}

.trust-main-box-slide-link {
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: #000000;
    margin-bottom: 8px;
}

.trust-main-box-slide-link a {
    text-decoration: underline;
    color: #000;
    font-weight: 700;
}

.trust-main-swiper {
    padding-right: 55px;
}

.trust-main-swiper .swiper-wrapper {
    padding: 50px;
}

.trust-box-slide-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}

.trust-box-slide-top-img img {
    width: 20px;
    height: 20px;
    margin-right: 2px;
}

.trust-box-slide-top-img img:last-child {
    margin: 0;
}

.trust-box-slide-top-txt span {
    font-weight: 300;
    font-size: 12px;
    line-height: 26px;
    color: #000000;
}

.trust-box-slide-middle {
    margin-bottom: 17px;
    position: relative;
}

.trust-box-slide-middle p {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #000000;
    margin-bottom: 8px;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.trust-box-slide-middle span {
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    color: #000000;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.trust-box-slide-middle:before {
    content: "";
    width: 60px;
    height: 1px;
    background: #D9D9D9;
    position: absolute;
    bottom: -8px;
}

.trust-box-slide-bottom p {
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    color: #000000;
}

.trust-next,
.trust-prev {
    width: 41px;
    height: 41px;
    background: #fff;
    box-shadow: 0px 0px 9px rgb(0 0 0 / 8%);
    border-radius: 4px;
}

.trust-next:after {
    font-size: 0;
    background: url(../../img/main/right-arrow.svg)no-repeat;
    background-size: contain;
    width: 12px;
    height: 18px;
    content: "";
}

.trust-prev:after {
    font-size: 0;
    background: url(../../img/main/left-arrow.svg)no-repeat;
    background-size: contain;
    width: 12px;
    height: 18px;
    content: "";
}

.trust-next {
    right: -45px;
}

.trust-prev {
    left: -5px;
}

.trust-rev-row {
    position: relative;
}

.product-sp-row p:after {
    line-height: 16px;
    padding: 10px 10px 15px 10px !important;
    border-radius: 4px !important;
    font-family: 'Aeroport' !important;
    font-weight: 300;
    font-size: 16px;
    line-height: 14px;

    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.12) !important;
}

.review-fancy-row {
    display: flex;
}

.review-fancy {
    padding: 0;
}

.review-fancy-box-right {
    padding: 33px 35px;
    max-width: 400px;
}

.review-fancy-title p {
    font-weight: 700;
    font-size: 26px;
    line-height: 40px;
    color: #000000;
}

.review-fancy-title {
    margin-bottom: 8px;
}

.review-fancy-raiting {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.review-fancy-raiting .rating>label:before {
    margin: 0;
    margin-right: 5px;
}

.review-fancy-about p {
    font-weight: 300;
    font-size: 15px;
    line-height: 160%;
    color: #383838;
}

.review-fancy-about {
    margin-bottom: 20px;
}

.review-fancy-date {
    margin-bottom: 30px;
}

.review-fancy-date p {
    font-weight: 300;
    font-size: 14px;
    line-height: 180%;
    color: #ACBBCA;
}

.review-fancy-product {
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    display: flex;
    align-items: center;
}

.review-fancy-product-img {
    background: #FFFFFF;
    border-right: 1px solid #EEEEEE;
    padding: 15px;
}

.review-fancy-product-txt>p {
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    margin-bottom: 10px;
    max-width: 100px;
}

.review-fancy-product-txt-row {
    display: flex;
    align-items: center;
}

p.rev-fan-new-price {
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    color: #BE0505;
    margin-right: 9px;
}

p.rev-fan-old-price {
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    text-decoration-line: line-through;
    color: #383838;
}

.review-fancy-product-txt {
    margin: 0 15px;
}

a.rev-fancy-product-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: #ACBBCA;
    box-shadow: 0px 0px 7.02439px rgba(0, 0, 0, 0.08);
    border-radius: 3.12195px;
}

.review-fancy-product-link {
    margin-left: auto;
    margin-right: 25px;
}

.product-sp-row p:hover:after {
    z-index: 99999;
}

section.main-category-banner {
    background: #f2f2f0;
}

.category-titles-row {
    display: flex;
    align-items: center;

    margin-bottom: 15px;
}

.category-titles-row h1 {
    font-weight: 700;
    font-size: 36px;
    line-height: 40px;
    color: #000000;
    margin-right: 20px;
}

.category-titles-row span {
    background: #fff;
    border: 1px solid #C0C0C0;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 28px;
    padding: 0 11px;
    font-weight: 400;
    font-size: 18px;
    color: #C0C0C0;
}

.category-titles-breadcrumbs ul {
    display: flex;
    align-items: center;
}

.category-titles-breadcrumbs ul li {
    position: relative;
    margin-right: 20px;
}

.category-titles-breadcrumbs ul li a {
    font-weight: 300;
    font-size: 15px;
    color: #000000;
}

.category-titles-breadcrumbs ul li:before {
    content: "";
    position: absolute;
    top: 63%;
    right: -15px;
    width: 10px;
    height: 1px;
    background: #000;
    transform: translateY(-50%);
}

.category-titles-breadcrumbs ul li:last-child {
    pointer-events: none;
    margin: 0;
}

.category-titles-breadcrumbs ul li:last-child:before {
    display: none;
}

.main-filter-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 13px;
    border-bottom: 1px solid #F2F3F0;
}

.show-stock label {
    display: flex;
    align-items: center;
    background: #EEEEEE;
    border: 1px solid #CFCFCF;
    border-radius: 4px;
    height: 32px;
    padding: 0 11px;
    cursor: pointer;
}

.show-stock label input {
    display: none;
}

.show-stock label>span {
    background: #FFFFFF;
    border: 1px solid #C7C7C7;
    border-radius: 40px;
    display: flex;
    height: 18px;
    width: 34px;
    position: relative;
    margin-right: 10px;
    transition: 0.3s all linear;
}

.show-stock label>span:before {
    content: "";
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ACBBCA;
    border-radius: 40px;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    left: 2px;
    transform: translateY(-50%);
    transition: 0.3s all linear;
}

.show-stock label p {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;

    color: #383838;
}

.show-stock label>input:checked+span {
    background: #ACBBCA;
    border-color: #ACBBCA;
}

.show-stock label>input:checked+span:before {
    background: #fff;
    -webkit-transform: translate(18px, -50%);
    -ms-transform: translate(18px, -50%);
    transform: translate(18px, -50%);
}

.category-titles {
    margin-top: 45px;
}

.category-titles-breadcrumbs {
    margin-bottom: 15px;
}

.category-main-filter-box {
    display: flex;
    align-items: center;
    padding: 15px 0 7px;
    border-bottom: 1px solid #F2F3F0;
    margin-bottom: 23px;
}

.filter-box-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    max-width: 1050px;
}

.filter-box-link>div {
    display: flex;
    align-items: center;
    background: #F2F3F0;
    border: 1px solid #F2F3F0;
    border-radius: 4px;
}

.filter-box-link>label {
    display: flex;
    align-items: center;
    background: #F2F3F0;
    border: 1px solid #F2F3F0;
    border-radius: 4px;
    height: 30px;
    padding: 0 10px;
    cursor: pointer;
    transition: .2s all linear;
}

.filter-box-link>input {
    display: none;
}

.filter-box-link {
    margin-right: 8px;
    margin-bottom: 8px;
}

.category-main-filter-box-img {
    margin-right: 15px;
    margin-bottom: 8px;
}

.filter-box-link>span {
    margin-right: 4px;
    display: flex;
    align-items: center;
}

.filter-box-link .ui.dropdown>.text {
    display: flex;
    align-items: center;
    min-width: max-content;
    margin: 0;
    padding: 0;
    position: inherit;
}

.filter-box-link .ui.fluid.dropdown>span {
    height: 14px;
    margin-right: 4px;
    display: flex;
    align-items: center;
}

.filter-box-link .ui.dropdown .menu {
    min-width: 243px;
}

.filter-box-link .ui.dropdown>input.search {
    display: none;
}

.filter-box-link .ui.fluid.dropdown>.dropdown.icon {
    position: inherit;
    float: none;
    padding: 0;
    margin: 0 10px;
    top: auto;
    right: auto;
}

.filter-box-link .ui.dropdown>.text {
    margin: 0 !important;
    position: inherit;
    top: auto;
    left: auto;
    right: auto;
    line-height: 1;
    font-weight: 300;
    font-size: 14px;
    display: flex;
    align-items: center;
    color: #000000 !important;
}

.filter-box-link .ui.selection.active.dropdown .menu {
    min-width: 223px;
    border: 0;
    padding: 3px 0px 30px;
}

.filter-box-link .ui.selection.dropdown .menu>.item {
    padding: 14px 10px !important;
    display: flex;
    align-items: center;
    border: 0;
    background: #fff;
    height: 14px;
    transition: .2s all linear;
}

.filter-box-link .ui.selection.dropdown .menu>.item:hover {
    background: #00397930;
}

.filter-box-link .ui.selection.dropdown .menu>.item p {
    font-weight: 300;
    font-size: 14px;
    color: #383838;
    display: flex;
    align-items: center;
}

.filter-box-link .ui.selection.dropdown .menu>.item p span {
    margin-left: 3px;
}

.filter-box-link .ui.selection.active.dropdown {
    border-color: #dededf;
}

.filter-box-link .ui.selection.dropdown .menu>.item>.item-left span {
    background: #FFFFFF;
    border: 1px solid #C7C7C7;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 14px;
    height: 14px;
    margin-right: 8px !important;
    position: relative;
}

.filter-box-link .ui.fluid.dropdown {
    height: 30px;
    min-height: 30px;
    display: flex;
    align-items: center;
    padding: 0 10px;
    padding-right: 0;
    background: #F2F3F0;
    border: 0;
}

.filter-box-link .ui.selection.dropdown .menu>.item>.item-left span:before {
    content: "";
    width: 8px;
    height: 7px;
    background: url(../../img/mattresses/check-ic.svg)no-repeat;
    display: block;
    transition: .2s all linear;
    opacity: 0;
}

.filter-box-link .ui.selection.dropdown .menu>.item.active>.item-left span {
    background: #ACBBCA;
    border-color: #ACBBCA;
}

.filter-box-link .ui.selection.dropdown .menu>.item.active>.item-left span:before {
    opacity: 1;
}

.filter-box-link .ui.selection.dropdown:focus {
    border-color: #dededf;
}

.filter-box-link .ui.selection.dropdown:hover {
    box-shadow: none;
}

.filter-box-link .ui.dropdown .menu {
    top: 105%;
}

a.all-mores {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #202020;
    background: #F2F3F0;
    border-radius: 0px 0px 4px 4px;
    height: 30px;
    position: absolute;
    width: 100%;
    transition: .2s all linear;
}

a.all-mores:hover {
    opacity: .9;
}


div.irs {
    margin: 0 auto;
    margin-bottom: 15px;
    width: 195px;
}

.irs-line {
    height: 4px;
    top: 15px;
}

.irs-bar {
    height: 4px;
    top: 15px;
    background-color: #405DAB;
}

.irs-slider {
    width: 14px;
    height: 14px;
    top: 10px;
}

.irs-slider.from,
.irs-slider.to {
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0px 3px 15px rgb(0 0 0 / 16%);
    border-color: #fff;
    border: 4px solid #fff;
    background: #405DAB;
}

.irs-slider:before {
    content: "";
    width: 11px;
    height: 11px;
    display: block;
    border-radius: 100px;
    background: #405DAB;
    transform: translate(80%, 80%);
    display: none;
}

.irs-min,
.irs-max {
    opacity: 0;
}

.irs-from,
.irs-to,
.irs-single {
    text-shadow: none;
    padding: 1px 5px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    top: 25px;
    background: transparent;
    font-weight: 300;
    font-size: 14px;
    line-height: 19px;
    color: #B6B6B6;
}

.irs-from:after,
.irs-to:after,
.irs-single:after {
    display: none;
}

.irs-slider.from:hover,
.irs-slider.to:hover {
    cursor: pointer;
    background-color: #ACBBCA;
}

a.main-category-banner-box img {
    width: 100%;
    object-fit: contain;
}

.filter-box-link>label span {
    width: 14px;
    height: 14px;
    margin-left: 8px;
    border: 1px solid #ACBBCA;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.filter-box-link>label span:before {
    content: "";
    width: 8px;
    height: 7px;
    background: url(../../img/mattresses/check-ic-bl.svg)no-repeat;
    display: block;
    transition: .2s all linear;
    opacity: 0;
}

.filter-box-link>input:checked~label span:before {
    opacity: 1;
}

.filter-box-link>input:checked~label span {
    background: #fff;
    border-color: #fff;
}

.filter-box-link>input:checked~label {
    background: #ACBBCA;
    color: #fff;
}

.category-main-filter-box-left {
    display: flex;
    align-items: center;
}

.category-main-filter-box-right {
    display: flex;
    align-items: center;
    margin-left: auto;
}

a.clear-filt {
    display: flex;
    align-items: center;
    font-weight: 300;
    font-size: 14px;
    color: #383838;
    transition: .2s all linear;
    margin-right: 20px;
}

a.clear-filt svg {
    margin-right: 10px;
}

a.clear-filt:hover {
    color: #ACBBCA;
}

a.clear-filt:hover svg path {
    fill: #ACBBCA;
}

a.clear-filt svg path {
    transition: .2s all linear;
}

a.clear-filt:hover svg {
    animation: rotate linear .3s;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

a.show-all-fil {
    height: 30px;
    border: 1px solid #ACBBCA;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    color: #ACBBCA;
    transition: .2s all linear;
}

a.show-all-fil:hover {
    color: #fff;
    background: #ACBBCA;
}

.ui.menu {
    font-family: 'Aeroport' !important;
}

.main-filter-top .ui.menu .item.sort-price {
    padding: 8px;
    font-size: 14px;
}

.main-filter-top .ui.compact.menu {
    min-height: auto;
}

.main-filter-top .ui.menu .ui.dropdown .menu>.item {
    padding: 9px !important;
    font-size: 14px;
}

.input-number-row {
    max-width: 202px;
    display: flex;
    align-items: center;
    margin: 18px auto 10px;
}

.input-number-row input {
    width: 50%;
    height: 42px;
    background: #FFFFFF;
    border: 1px solid #E3E3E3;
    border-radius: 4px 0px 0px 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #000000;
    font-family: 'Aeroport';
    outline: 0;
}

.input-number-row input:last-child {
    border-left: none;
    border-radius: 0px 4px 4px 0px;
}

section.most-popular-category {
    background: #F4F4F4;
    padding: 100px 0 70px;
    margin: 20px 0 50px;
}

.most-popular-category-row {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.most-popular-category-right {
    max-width: 600px;
}

.most-popular-category-left {
    max-width: 665px;
    margin-right: 25px;
}

.most-popular-category-left img {
    width: 100%;
}

.most-popular-category-right-titles p {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    color: #ACBBCA;
    margin-bottom: 24px;
}

.most-popular-category-right-titles span {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #383838;
    max-width: 535px;
    display: block;
}

.most-popular-category-right-titles {
    margin-bottom: 22px;
}

.most-popular-category-right-sp-row {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}

.most-popular-category-right form {
    background: transparent;
}

.most-popular-category-right .selected_detail {
    background: #F8F8F8 !important;
}

.category-right-sp-row-box {
    display: flex;
    align-items: center;
    background: #FFFFFF;
    border: 1px solid #000000;
    border-radius: 4px;
    padding: 7px 13px;
    margin-right: 12px;
}

.category-right-sp-row-box-img {
    margin-right: 6px;
}

.category-right-sp-row-box-txt p {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #000000;
}

.category-right-sp-row-box:last-child {
    margin-right: 0;
}

.most-popular-category-right-prices .size-price-row {
    max-width: 540px;
}

.most-popular-category-right-prices {
    margin-bottom: 35px;
}

a.shop-n {
    background: #ACBBCA;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: max-content;
    height: 48px;
    padding: 0 33px;
    font-weight: 700;
    font-size: 16px;
    color: #FFFFFF;
    transition: .2s all linear;
    border: 1px solid transparent;
    margin-right: 15px;
}

a.learn-m {
    background: transparent;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: max-content;
    height: 48px;
    padding: 0 33px;
    font-weight: 700;
    font-size: 16px;
    color: #ACBBCA;
    transition: .2s all linear;
    border: 1px solid transparent;
}

.most-popular-category-right-links {
    display: flex;
    align-items: center;
}

a.shop-n:hover {
    border-color: #ACBBCA;
    background: transparent;
    color: #ACBBCA;
}

a.learn-m:hover {
    border-color: #ACBBCA;
}

.most-popular-category-titles p {
    font-weight: 700;
    font-size: 170px;
    line-height: 34px;
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    opacity: 0.33;
    min-width: max-content;
}

.most-popular-category-titles {
    position: absolute;
    z-index: 0;
}

section.category-sp {
    background: #F4F4F4;
    padding: 30px 0;
    margin: 20px 0 50px;
}

.category-sp-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.category-sp-box {
    display: flex;
    align-items: center;
}

.category-sp-box-img {
    margin-right: 16px;
}

.category-sp-box-txt p {
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    color: #000000;
    margin-bottom: 3px;
}

.category-sp-box-txt span {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #000000;
}

.product-row-pagination {
    padding: 10px 0 30px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    border-bottom: 1px solid #E9E9E9;
    margin-bottom: 40px;
}

.product-row-pagination p {
    font-weight: 400;
    font-size: 16px;
    color: #383838;
    margin-right: 20px;
}

.product-row-pagination span {
    font-weight: 400;
    font-size: 16px;
    color: #383838;
    display: block;
    margin: 0 10px;
}

.product-row-pagination input {
    height: 34px;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    width: 70px;
    font-weight: 300;
    font-size: 16px;
    text-align: center;
    color: #000000;
    outline: 0;
    padding: 0 7px;
}

.category-pagination-row {
    display: flex;
    align-items: center;
    margin-left: 7px;
}

.category-pagination-row-box {
    width: 30px;
    background: #ACBBCA;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .2s all linear;
}

.category-pagination-row-box:hover {
    opacity: .9;
}

.category-pagination-row-box a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.irs-from {
    left: -5px !important;
}

.irs-to {
    left: 143px !important;
}

.category-seo-content p {
    font-weight: 300;
    font-size: 16px;
    line-height: 180%;
    color: #000000;
    margin-bottom: 40px;
}

.category-seo-content h4 {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    color: #000000;
    margin-bottom: 23px;
}

.category-seo-content ul li {
    font-weight: 300;
    font-size: 16px;
    line-height: 160%;
    color: #000000;
    margin-bottom: 10px;
    list-style: decimal;
}

.category-seo-content ul {
    padding-left: 23px;
}

.category-seo-content ol li {
    font-weight: 300;
    font-size: 16px;
    line-height: 160%;
    color: #000000;
    margin-bottom: 10px;
    list-style: decimal;
}

.category-seo-content ol {
    padding-left: 23px;
}

.category-seo-content {
    margin-bottom: 100px;
}

.most-popular-category-left-img-mob {
    display: none;
}

.mob-banner-cat {
    display: none;
}

.filter-box-link-mob {
    display: none;
}

.filter-box-list-mob {
    position: relative;
    height: calc(100vh - 64px);
}

section.about-ergo.category-about {
    background: #f3f3f3;
    padding: 70px 0 85px;
    margin-bottom: 70px;
}

section.about-ergo.category-about .ergo-left-box-gr {
    background: transparent;
}

section.about-ergo.category-about .about-ergo-right {
    max-width: 480px;
    padding-left: 44px;
}

section.about-ergo.category-about .about-ergo-row {
    justify-content: center;
}

section.about-ergo.category-about .about-ergo-row:nth-child(2) .about-ergo-left {
    padding-right: 44px;
    width: 54%;
    max-width: 555px;
}

.best-deals-box-swiper .swiper-slide {
    height: 370px;
}

.best-deals-box-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.about-ergo.category-about .about-ergo-row .ergo--left.ergo--opt img {
    border-radius: 8px;
}

.about-ergo-slider {
    margin-top: 100px;
}

.about-ergo-slider-title p {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #000000;
}

.about-ergo-slider-title {
    margin-bottom: 50px;
}

.ergo-swiper-box {
    background: #FFFFFF;
    border: 1px solid #E9E9E9;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.06);
    border-radius: 12px;
    padding: 23px;
}

.ergo-swiper-box-title p {
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    color: #000000;
}

.ergo-swiper-box-size-row {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #C7C7C7;
    padding-bottom: 24px;
    margin-bottom: 24px;
}

.ergo-swiper-box-size-row .size-price-row {
    padding: 0;
    border: 0;
}

.ergo-swiper-box-title {
    margin: 13px 0 17px;
}

.material-colors p {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #565656;
}

.material-colors p span {
    font-weight: 700;
}

.material-colors {
    margin-left: 24px;
}

.price-row-product-left {
    display: flex;
    align-items: center;
}

.ergo-swiper-box .product-lizing-row {
    border-left: 0.5px solid #C7C7C7;
    padding-left: 13px;
    margin-left: 13px;
}

.ergo-swiper-box .price-row-product .new-price {
    border: 0;
    margin: 0;
    padding: 0;
}

.ergo-swiper-box .price-row-product-left {
    flex-direction: row-reverse;
}

.ergo-swiper-box .price-row-product span.old-price {
    margin-left: 15px;
    margin-right: 0;
}

.about-ergo-slider-box {
    position: relative;
}

.ergo-swiper-next,
.ergo-swiper-prev {
    width: 41px;
    height: 41px;
    background: #fff;
    box-shadow: 0px 0px 9px rgb(0 0 0 / 8%);
    border-radius: 4px;
}

.ergo-swiper-next:after,
.ergo-swiper-prev:after {
    content: "";
    position: absolute;
    font-size: 0;
    width: 12px;
    height: 18px;
    top: 51%;
    transform: translateY(-50%);
}

.ergo-swiper-next:after {
    background: url(../../img/main/right-arrow.svg)no-repeat;
    background-size: contain;
}

.ergo-swiper-prev:after {
    background: url(../../img/main/left-arrow.svg)no-repeat;
    background-size: contain;
}

.ergo-swiper-next {
    right: -55px;
}

.ergo-swiper-prev {
    left: -55px;
}

.ergo-swiper-box-img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ergo-swiper-box-img img {
    width: 100%;
    object-fit: contain;
}

.about-ergo-swiper {
    padding-bottom: 25px;
}

.category-seo-content ul li ul li {
    list-style: disc;
}

.item-left {
    display: flex;
    align-items: center;
}

.item-right {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
}

.item-right span {
    display: flex;
    align-items: center;
    justify-content: center;
}

[aria-label][class*=cooltipz]:after,
[aria-label][data-cooltipz-dir]:after {
    background-color: #fff;
    border: #fff;
    color: #000;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
}

[aria-label][class*=cooltipz].cooltipz--top-left:before,
[aria-label][class*=cooltipz].cooltipz--top-right:before,
[aria-label][class*=cooltipz].cooltipz--top:before,
[aria-label][class*=cooltipz][data-cooltipz-dir=top-left]:before,
[aria-label][class*=cooltipz][data-cooltipz-dir=top-right]:before,
[aria-label][class*=cooltipz][data-cooltipz-dir=top]:before,
[aria-label][data-cooltipz-dir].cooltipz--top-left:before,
[aria-label][data-cooltipz-dir].cooltipz--top-right:before,
[aria-label][data-cooltipz-dir].cooltipz--top:before,
[aria-label][data-cooltipz-dir][data-cooltipz-dir=top-left]:before,
[aria-label][data-cooltipz-dir][data-cooltipz-dir=top-right]:before,
[aria-label][data-cooltipz-dir][data-cooltipz-dir=top]:before {
    border-top-color: #fff;
}

[aria-label][class*=cooltipz].cooltipz--top-left:after,
[aria-label][class*=cooltipz].cooltipz--top-left:before,
[aria-label][class*=cooltipz][data-cooltipz-dir=top-left]:after,
[aria-label][class*=cooltipz][data-cooltipz-dir=top-left]:before,
[aria-label][data-cooltipz-dir].cooltipz--top-left:after,
[aria-label][data-cooltipz-dir].cooltipz--top-left:before,
[aria-label][data-cooltipz-dir][data-cooltipz-dir=top-left]:after,
[aria-label][data-cooltipz-dir][data-cooltipz-dir=top-left]:before {
    bottom: calc(100% - var(--cooltipz-arrow-size, .3125rem)/9);
}

[aria-label][class*=cooltipz].cooltipz--top-left:before,
[aria-label][class*=cooltipz][data-cooltipz-dir=top-left]:before,
[aria-label][data-cooltipz-dir].cooltipz--top-left:before,
[aria-label][data-cooltipz-dir][data-cooltipz-dir=top-left]:before {
    left: inherit;
}

[aria-label][class*=cooltipz]:before,
[aria-label][data-cooltipz-dir]:before {
    content: "";
    z-index: 9999999;
    border-top-color: var(--cooltipz-border-color, #1f1f1f);
    -webkit-filter: drop-shadow(0 1px 0 rgba(0, 0, 0, 0.12)) !important;
    filter: drop-shadow(0 1px 0px rgba(0, 0, 0, 0.12)) !important;
    margin-bottom: 1px !important;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}


.ergo--left.ergo--opt video {
    width: 100%;
    border-radius: 8px;
}

.product-title-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

.colors-title {
    max-width: 29%;
}

.colors-title p {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    text-align: right;
    color: #383838;
}

.colors-title p span {
    font-weight: 700;
}

.ui.selection.dropdown .menu {
    overflow: inherit !important;
}

.tooltip {
    width: 14px;
    height: 14px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.2s all linear;
}

span.tooltiptext {
    margin-left: -160px;
    visibility: hidden;
    width: 250px;
    background-color: #fff;
    color: #000;
    text-align: center;
    padding: 5px 10px;
    border-radius: 6px;
    position: absolute;
    z-index: 1234;
    bottom: -37px;
    font-size: 13px;
    transition: 0.2s all linear;
    left: inherit;
    right: 0;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.filter-menu-mob-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin-bottom: 15px;
}

.filter-menu-mob-row:last-child {
    margin-bottom: 0;
}

.filter-menu-mob-row>input {
    display: none;
}

label.item-filt {
    margin-bottom: 0;
}

.item-filt-left {
    display: flex;
}

.fancybox__content :focus:not(.carousel__button.is-close) {
    outline: none;
}

.coaching-main-left-img {
    position: relative;
}

.coaching-main-left-img  .ergo--left.ergo--opt {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 12;
    transform: translateX(-100%);
}

.ergo-swiper-box .deals-box-img-row {
    position: inherit;
}
.card-main-select-box .selected_detail {
    height: 60px !important;
    padding: 0 8px !important;
}

.card-main-select-box .selected_detail_text {
    font-size: 18px !important;
    padding-left: 8px !important;
}

.type-bed-content-row {
    display: flex;
    align-items: center;
    max-width: 825px;
}

.type-bed-content-box-title p {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    color: #000000;
}

.type-bed-content-box-text p {
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    color: #000000;
}

.type-bed-content-box {
    width: 50%;
    padding: 35px;
}
.type-bed-content:before {
    content: "";
    width: 1px;
    height: 100%;
    background: #D6D6D6;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.type-bed-content-box-img {
    height: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 35px auto;
}
.custom_select_list .select_list_element_container {
    height: 40px;
}

.related-sizes .select2-selection--single .select2-selection__rendered {
    font-weight: 400;
    font-size: 14px;
    line-height: 40px;
    color: #373737;
}

.related-sizes .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
}

.related-sizes .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #000 transparent transparent transparent;
}

.review-content-form textarea {
    border: 1px solid #ededf0;
    background: transparent;
    width: 100%;
    padding-top: 15px;
    padding-left: 18px;
    margin-bottom: 30px;
    resize: none;
    font-family: 'Aeroport' !important;
    color: #A9ADC5;
}

.upload-file label a {
    border-radius: 4px;
    font-weight: 300;
    font-size: 16px;
    color: #383838;
}

.upload-file>span {
    font-weight: 300;
    font-size: 10px;
    line-height: 130%;
    color: #383838;
    max-width: 140px;
    display: flex;
    align-items: center;
}

.upload-file {
    display: flex;
    align-items: center;
    margin-bottom: 35px;
}

.upload-file label {
    padding: 7px 11px;
    border: 1px solid #EEEEEE;
    background: #FFFFFF;
    margin-right: 13px;
    cursor: pointer;
}

#files-names {
    background: #F2F3F0;
    border: 1px dashed #C7C7C7;
    display: flex;
    align-items: center;
    padding: 11px 13px;
    min-width: 540px;
    max-width: 540px;
    flex-wrap: wrap;
}

.review-content {
    width: 880px;
    padding: 30px 25px;
    padding-top: 0;
}

span.file-block {
    background: #FFFFFF;
    border: 1px solid #C7C7C7;
    border-radius: 60px;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    padding: 3px 10px;
    margin-right: 10px;
}

span.file-block span.name {
    font-weight: 300;
    font-size: 13px;
    padding-right: 0;
    margin-right: 0;
    color: #929292;
    text-transform: uppercase;
}

span.file-block span.file-delete {
    font-size: 19px;
    font-weight: 300;
    margin-top: -3px;
    margin-right: -5px;
    color: #929292;
}

.file-delete:hover {
    background-color: transparent !important;
    border-radius: 10px;
}

.file-delete>span {
    transform: initial;
}

.review-content-form .input-container {
    max-width: 260px;
}

.review-content-title p {
    font-weight: 700;
    font-size: 27px;
    line-height: 40px;
    letter-spacing: -0.02em;
    color: #000000;
}

.review-content-title {
    padding: 10px 25px;
    background: #F2F3F0;
    margin: 0 -25px;
}

a.add-review svg {
    max-width: 16px;
    fill: #fff;
    margin-right: 6px;
    transition: .2s all linear;
}

a.add-review {
    background: #ACBBCA;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: max-content;
    min-width: 210px;
    font-weight: 400;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    color: #FFFFFF;
    transition: .2s all linear;
    border: 1px solid transparent;
}

a.add-review:hover {
    background: #fff;
    color: #ACBBCA;
    border-color: #ACBBCA;
}

a.add-review:hover svg {
    fill: #ACBBCA;
}

.review-content-box+button.carousel__button.is-close {
    top: 10px;
    right: 10px;
    color: #646464;
    box-shadow: none;
}

.review-content-box+button.carousel__button.is-close svg {
    filter: none;
}

.review-content-form textarea::placeholder {
    color: #a9adc5;
}

.notice-content {
    background: #FFFFFF;
    border-radius: 4px;
    padding: 40px 43px;
    max-width: 500px;
}

.notice-content-title p {
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    color: #000000;
    margin-bottom: 22px;
}

.notice-content-title span {
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #000000;
}

.notice-content-form .cart-main-box-row-form {
    flex-direction: column;
    margin-bottom: 0;
}

.notice-content-form .cart-main-box-row-form .input-container {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.notice-about p {
    font-weight: 300;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    color: #000000;
}

.notice-about p a {
    color: #000;
    text-decoration: underline;
}

.notice-about {
    padding: 0 15px;
    margin-bottom: 30px;
}

a.add-notice {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ACBBCA;
    border: 1px solid transparent;
    border-radius: 4px;
    height: 54px;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    transition: .2s all linear;
}

a.add-notice svg {
    margin-right: 13px;
}

a.add-notice:hover {
    border-color: #ACBBCA;
    background: transparent;
    color: #ACBBCA;
}

a.add-notice:hover svg path {
    fill: #ACBBCA;
}

a.add-notice svg path {
    transition: .2s all linear;
}

.notice-content-box+button.carousel__button.is-close {
    top: 10px;
    right: 10px;
    color: #000;
}

.notice-content-box+button.carousel__button.is-close svg {
    filter: none;
}

/* .related-row {
    display: none;
} */

p.tabs-card-title+iframe {
    margin-top: 20px;
}

.video-call-img video {
    width: 100%;
    object-fit: contain;
}

.video-call-content-title p {
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    color: #000000;
}

.video-call-content-title {
    margin-bottom: 30px;
}

.video-call-img {
    margin-bottom: 30px;
}

.video-call-about p {
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #000000;
    margin-bottom: 10px;
}

.video-call-about {
    margin-bottom: 40px;
}

div#video-call-content {
    background: #f1f1f3;
}

.leasing-info-sp-box {
    display: flex;
    align-items: center;
    width: 33%;
    margin-bottom: 25px;
}

.leasing-info-sp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.leasing-info-sp-box-text {
    max-width: 176px;
}

.leasing-info-sp-box-text p {
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    display: flex;
    align-items: center;
    color: #ACBBCA;
}

.leasing-info-sp-box-img {
    margin-right: 15px;
}

.leasing-info-logo {
    text-align: center;
    margin-bottom: 18px;
}

.leasing-info-about-content p b {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    display: flex;
    align-items: center;
    color: #000000;
    margin-bottom: 8px;
}

.leasing-info-about-content p {
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    color: #646464;
}

.leasing-info-about-content ul li {
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    color: #646464;
    list-style: disc;
}

.leasing-info-about-content ul {
    padding-left: 15px;
    margin-bottom: 15px;
}

.leasing-info-about-content p+p b {
    margin-top: 15px;
}

.leasing-info-about-content p a {
    color: #ACBBCA;
    text-decoration: underline;
}

.leasing-info-about-content+.leasing-info-about-content {
    margin-top: 40px;
}

.leasing-info-about-content+.leasing-info-about-content p a {
    font-weight: 700;
}

.leasing-info-about-shield {
    display: flex;
    align-items: center;
    background: #F2F3F0;
    padding: 14px;
    margin-top: 30px;
}

.leasing-info-about-shield-txt p {
    font-weight: 300;
    font-size: 10px;
    line-height: 14px;
    display: flex;
    align-items: center;
    color: #000000;
}

.leasing-info-about-shield-img {
    margin-right: 21px;
}

.leasing-info-about-title p {
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    display: flex;
    align-items: center;
    color: #000000;
}

.leasing-info-about-title {
    margin-bottom: 25px;
}

/* contacts */
.nav-item:first-child {
    border-top: 0;
}

.select-city .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
}

.cluster>img {
    max-width: none;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.cluster.cluster-1>div span {
    color: #fff;
}

.cluster.cluster-1>div {
    line-height: 42px !important;
}

.cluster.cluster-1>div span {
    color: #fff;
}

.cluster.cluster-1>div {
    line-height: 42px !important;
}


.cluster.cluster-2>div span {
    color: #fff;
}

.cluster.cluster-2>div {
    line-height: 55px !important;
}


.cluster.cluster-0>div span {
    color: #fff;
}

.cluster.cluster-0>div {
    line-height: 53px !important;
}

.new-contacts .container>h1 {
    position: relative;
    font-weight: 800;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    color: rgb(67, 67, 67);
    width: max-content;
    margin: 0px auto;
    padding: 0px 15px;
    background: #f8f8f8;
}

.new-contacts .container>h1::before {
    content: "";
    width: 87px;
    height: 3px;
    display: block;
    position: absolute;
    top: 50%;
    left: -85px;
    background: url(/upload/contacts/title-vector.png) 0% 0% / 100% no-repeat;
}

.new-contacts .container>h1::after {
    content: "";
    width: 87px;
    height: 3px;
    display: block;
    position: absolute;
    top: 50%;
    right: -85px;
    transform: rotate(-180deg);
    background: url(/upload/contacts/title-vector.png) 0% 0% / 100% no-repeat;
}

.contact-box-title {
    display: flex;
    align-items: center;
}

.contact-box-title-text p {
    font-weight: 800;
    font-size: 24px;
    line-height: 1;
    color: #000000;
    margin: 0;
}

.contact-box-title-text span {
    font-weight: normal;
    font-size: 16px;
    line-height: 1;
    color: #757575;
}

.contact-box-title-img {
    max-width: 64px;
    margin-right: 20px;
}

.contact-box-about {
    margin-top: 27px;
}

.contact-box-about ul li {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    font-weight: 300;
    font-size: 15px;
    line-height: 28px;
    color: #0C0C0C;
}

.contact-box-about ul li p:first-child {
    min-width: 100px;
    margin-right: 22px;
}

.new-contacts {
    background: #F8F8F8;
    padding: 40px 0;
}

.phones {
    display: flex;
    flex-direction: column;
}

.contact-box-row {
    width: 33%;
}

.contact-box+.contact-box {
    margin-top: 35px;
}

.contact-box-about ul>p {
    font-weight: 600;
}

.select-city {
    display: flex;
    align-items: center;
    margin: 45px 0 25px;
}

.select-city .select2 {
    max-width: 300px;
    margin-bottom: 0;
}

.select-city p {
    font-weight: normal;
    font-size: 20.1429px;
    line-height: 25px;
    color: #999999;
    margin-right: 26px;
    margin-bottom: 0;
}

.select-city .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-weight: bold;
    font-size: 21px;
    line-height: 25px;
    color: #373737;
}

.select-city .select2-container--default .select2-selection--single {
    background: #FFFFFF;
    border: 1px solid #E4E4E4;
    height: 47px;
    border-radius: 4px;
    display: flex;
    align-items: center;
}

.map-content {
    display: flex;
    padding-bottom: 155px;
    position: relative;
    justify-content: space-between;
}

.map {
    width: 43%;
    height: 590px;
    max-width: 540px;
}

.nav-item {
    list-style: none;
    border: 1px solid #F2F3F0;
    width: 100%;
    padding: 17px 19px;
    margin: 0;
    cursor: pointer;
    display: none;
}

.nav-item.block {
    display: block;
    position: relative;
    transition: .2s all linear;
}

.nav-item.block:hover {
    transform: scale(1.013);
    box-shadow: 0px 0px 22px rgba(0, 0, 0, 0.05);
}

.map-click-fancy {
    position: absolute;
    right: 15px;
    top: 15px;
}

.nav-item:not(:first-child) {
    border-top: 0;
}

.nav-item:first-child {
    border-top: 0;
}

.nav-pills {
    width: 57%;
    margin-bottom: 0;
    max-height: 593px;
    /* overflow-y: auto;
    overflow-x: hidden; */
    border-top: 1px solid #F2F3F0;
    max-width: 768px;
}

.nav-pills::-webkit-scrollbar {
    width: 4px;
    background-color: #f9f9fd;
}

.nav-pills::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #ACBBCA;
}

.nav-pills::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    background-color: #f9f9fd;
}

.nav-link {
    display: flex;
}

.nav-link-img {
    width: 150px;
    height: 108px;
}

.nav-link-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nav-link-title p {
    margin: 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    color: #ACBBCA;
}

.nav-link-title span {
    font-weight: normal;
    font-size: 13px;
    line-height: 1;
    color: #979797;
}

.nav-link-location p,
.nav-link-time p,
.nav-link-phone p {
    margin: 0;
    display: flex;
    align-items: center;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    color: #383838;
}

.nav-link-location p img,
.nav-link-time p img,
.nav-link-phone p img {
    margin-right: 5px;
}

.nav-link-phone-time p {
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    color: #050505;
    margin: 0;
    display: flex;
    align-items: center;
}

.nav-link-phone-time p img {
    margin-right: 5px;
}

.nav-link-phone-time {
    display: flex;
}

.nav-link-location p {
    align-items: flex-start;
}

.nav-link-location p img {
    margin-top: 3px;
}

.gm-style .gm-style-iw {
    max-width: 255px !important;
    padding-right: 12px !important;
    padding-bottom: 12px !important;
    background: #383838;
    border: 2px solid #fff;
    top: 25px;
}

.gm-style .gm-style-iw>.gm-style-iw-d {
    overflow: inherit !important;
}

.gm-style .gm-style-iw>.gm-style-iw-d .nav-link-title p,
.gm-style .gm-style-iw>.gm-style-iw-d .nav-link-location p {
    color: #fff;
}

.gm-style .gm-style-iw>.gm-style-iw-d .nav-link-title {
    margin-bottom: 5px;
}

.gm-style .gm-style-iw>.gm-style-iw-d .nav-link-location {
    margin-bottom: 0px;
}

.gm-style .gm-style-iw>.gm-style-iw-d .nav-link-title p {
    font-size: 16px;
}

.gm-style .gm-style-iw>.gm-style-iw-d .nav-link-location p {
    font-size: 12px;
}

.gm-style .gm-style-iw>.gm-style-iw-d .nav-link-location p img {
    display: none;
}

.gm-style .gm-style-iw-d .nav-link-phone-time {
    display: flex;
    flex-direction: column;
}

.gm-style .gm-style-iw-d .nav-link-phone-time p {
    margin-top: 5px;
    margin-right: 0;
}

.gm-style .gm-style-iw-d .nav-link-about {
    width: 100%;
    margin: 0;
}

.gm-style .gm-style-iw-tc::after {
    background: #383838;
    top: -2px;
}

.gm-style .gm-style-iw-tc {
    top: 25px;
}

.gm-style .gm-style-iw-tc::before {
    background: #fff;
    -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    content: "";
    height: 15px;
    left: -4px;
    position: absolute;
    top: -2px;
    width: 33px;
}

.nav-link-phone-time p:not(:last-child) {
    margin-right: 28px;
}

.nav-link-title {
    margin-bottom: 13px;
}

.nav-link-location,
.nav-link-time {
    margin-bottom: 9px;
}

.nav-link-about {
    margin-left: 21px;
    width: 80%;
}

.gm-style-iw-t {
    font-family: 'Aeroport' !important;
}

.eapps-widget.eapps-instagram-feed-popup {
    z-index: 999999999 !important;
}

body[data-language-id="pt"] a.card-to-cart.btn_buy_product span {
    max-width: 80px;
}
.bottom-header-drop-menu {
	height:0;
}
.hover .bottom-header-drop-menu {
	height:auto
}
a.catalog-shop-size-box {
	transition: .2s all linear;
}
a.catalog-shop-size-box:hover  {
    background: #0D407D;
    color: #F3F1EF;

}
.catalog-shop-size-box p,
a.catalog-shop-size-box span {
	transition: .2s all linear;
}
a.catalog-shop-size-box:hover p,
a.catalog-shop-size-box:hover span {
	color:#fff;
}
ul.accordion-list > li h3:after {
	top:inherit !important;
}
ul.accordion-list > li h3 {
	display:flex !important;
	align-items:center;
}
@media screen and (max-width: 1280px) {
	
}

@media screen and (max-width: 1024px) {
    .gm-style-iw-t .nav-link-phone-time p:not(:last-child) {
        margin-right: 13px;
    }

    .gm-style-iw-t .nav-link-phone-time p {
        font-size: 11px;
        line-height: 15px;
    }

    .nav-link-phone-time p {
        font-size: 11px;
        line-height: 15px;
        width: 100%;
        margin-bottom: 5px;
    }

    .nav-link-phone-time {
        display: flex;
        flex-wrap: wrap;
    }

    .gm-style-iw-t .nav-link-location p {
        font-size: 10px;
        line-height: 11px;
    }

    .nav-item {
        padding: 15px;
    }
}
@media screen and (max-width: 992px) {
	.middle-top-row-left a.logo {
		display:flex !important;
	}

	.two-block-links {
	    padding-top: 10px;
	}
	.links-categories {
		padding: 10px 0 118px;
	}
	section.google-rev {
		padding: 30px 0 0px;
	}
}
@media screen and (max-width: 768px) {
    .gm-style-iw-t .nav-link-phone-time p:not(:last-child) {
        margin-right: 13px;
    }

    .gm-style-iw-t .nav-link-phone-time p {
        font-size: 11px;
        line-height: 15px;
    }

    .nav-link-phone-time p {
        font-size: 11px;
        line-height: 15px;
        width: 100%;
        margin-bottom: 5px;
    }

    .nav-link-phone-time {
        display: flex;
        flex-wrap: wrap;
    }

    .gm-style-iw-t .nav-link-location p {
        font-size: 10px;
        line-height: 11px;
    }

    .nav-item {
        padding: 15px;
    }

    .map {
        width: 55%;
        height: 793px;
    }

    .nav-pills {
        width: 45%;
    }

    .nav-link-title {
        margin-bottom: 5px;
    }

    .nav-link-title p {
        font-size: 16px;
    }

    .nav-link-about {
        margin-left: 15px;
        width: 80%;
    }

    .container {
        max-width: 95%;
    }

    .contact-box-row {
        width: 100%;
    }

    .row {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 767px) {
    .gm-style .gm-style-iw {
        max-width: 236px !important;
    }

    .gm-style .gm-style-iw-d .nav-link-about {
        margin-left: 0px;
        width: 100%;
    }

    .gm-style .gm-style-iw-d .nav-link-img {
        width: 100%;
        margin-bottom: 10px;
    }

    .map {
        width: 100%;
        height: 600px;
    }

    .nav-pills {
        width: 100%;
    }

    .map-content {
        flex-wrap: wrap;
    }

    .select-city .select2 {
        max-width: 200px;
        margin-bottom: 0;
    }

    .select-city p {
        font-weight: normal;
        font-size: 21px;
        line-height: 20px;
    }

    .gm-style-iw-t .nav-link {
        flex-wrap: wrap;
        justify-content: center;
    }
}

.pseudolink {
    z-index: 99999;
}

.pseudolink:hover {
    color: #ACBBCA;
}

/* contacts end */


.contact-title {
    margin: 30px 0 25px;
}

.contact-title h1 {
    font-weight: 700;
    font-size: 36px;
    line-height: 40px;
    color: #000000;
}

.contact-city .select2-container {
    min-width: 210px;
}

.contact-city .select2-container span.select2-selection.select2-selection--single {
    border: 1px solid #ACBBCA;
    border-radius: 4px;
    height: 48px;
    background: #F2F3F0;
}

.contact-city .select2-container .select2-selection--single .select2-selection__rendered {
    font-weight: 500;
    font-size: 20px;
    line-height: 48px;
    color: #ACBBCA;
    padding-left: 15px;
}

.contact-city .select2-container .select2-selection--single .select2-selection__arrow {
    height: 48px;
    right: 5px;
}

.contact-city .select2-container .select2-selection--single .select2-selection__arrow b {
    border-color: #ACBBCA transparent transparent transparent;
    margin-left: -10px;
    border-width: 7px 5px 0 5px;
}

.contact-city {
    margin-bottom: 40px;
}

.choose-material-info-img p.prvw-stock.d-none {
    display: none;
}

.contact-about-row {
    display: flex;
    justify-content: space-between;
}

.contact-about-box {
    width: 33%;
}

section.contact-about {
    background: #FFFFFF;
    box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.08);
    padding: 50px 0;
}

.contact-about-box-title {
    display: flex;
    align-items: center;
    padding-bottom: 12px;
    position: relative;
    margin-bottom: 20px;
}

.contact-about-box-title-img {
    margin-right: 20px;
}

.contact-about-box-title-txt p {
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    color: #000000;
}

.contact-about-box-title-txt span {
    font-weight: 300;
    font-size: 18px;
    line-height: 1;
    color: #383838;
}

.contact-about-box-title-txt a {
    font-weight: 300;
    font-size: 18px;
    line-height: 1;
    color: #383838;
}

.contact-about-box-title:before {
    content: "";
    width: 270px;
    height: 1px;
    background: #ACBBCA;
    position: absolute;
    bottom: 0;
    left: 0;
}

.contact-about-box-content p {
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    color: #383838;
}

.contact-about-box-content a {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #383838;
}

.contact-about-box-content a+p {
    margin-top: 10px;
}

.contact-about-box-content p b {
    font-weight: 700;
}

.contact-about-box-content {
    max-width: 310px;
}

.contact-about-box:not(:first-child) .contact-about-box-content p {
    margin-bottom: 10px;
}

.contact-about-box:nth-child(2) .contact-about-box-content a {
    font-weight: 300;
    text-decoration: underline;
}

.map-links {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    width: 43%;
    right: 0;
    bottom: 78px;
    max-width: 540px;
}

.map-links a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 77px;
    border: 1px solid #F2F3F0;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    transition: .2s all linear;
}

a.call-store {
    background: #000000;
}

a.get-dir {
    background: #ACBBCA;
}

a.call-store:hover {
    color: #000;
    background: #fff;
    border-color: #000;
}

a.call-store:hover svg path {
    fill: #000;
}

.map-links a svg path {
    transition: .2s all linear;
}

.map-links a svg {
    margin-top: 5px;
}

a.get-dir:hover {
    color: #ACBBCA;
    border-color: #ACBBCA;
    background: #fff;
}

a.get-dir:hover svg path {
    fill: #ACBBCA;
}

.main-catalog-btn-to-cart {
    display: none;
}

.ergo-left-box-gr-title {
    padding-right: 15px;
}

.ergo-left-box-gr-price {
    padding: 0px 15px;
}

.ergo-left-box-gr-lizing {
    padding-left: 15px;
}

.ergo-left-box-gr {
    margin-right: 0;
    padding: 12px 20px;
}

.review-fancy-box-left {
    max-height: 600px;
    width: 600px;
}

.review-fancy-box-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



/* 10-02-23*/
.bx-catalog-popup-content {
    width: 100vh;
    max-width: 500px;
}

.popup-window-titlebar-text {
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    color: #000000;
    margin-bottom: 22px;
}

.popup-window-titlebar {
    text-align: center;
}

.popup-window-titlebar-text,
.popup-window-titlebar-text-version {
    overflow: visible;
}

.bx-catalog-popup-message {
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #000000;
}

.popup-window-buttons span.success-btn-subscribe {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ACBBCA;
    border: 1px solid transparent !important;
    border-radius: 4px;
    height: 54px;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    transition: .2s all linear;
    margin-top: 150px;
    position: relative;

}

.success-btn-subscribe:before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='77' height='78' viewBox='0 0 77 78' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M34.4395 49.6523C33.9883 50.1035 33.2363 50.1035 32.7852 49.6523L23.1602 40.0273C22.709 39.5762 22.709 38.8242 23.1602 38.373C23.6113 37.9219 24.3633 37.9219 24.8145 38.373L33.6875 47.0957L52.0352 28.748C52.4863 28.2969 53.2383 28.2969 53.6895 28.748C54.1406 29.1992 54.1406 29.9512 53.6895 30.4023L34.4395 49.6523ZM77 39.125C77 60.4805 59.7051 77.625 38.5 77.625C17.1445 77.625 0 60.4805 0 39.125C0 17.9199 17.1445 0.625 38.5 0.625C59.7051 0.625 77 17.9199 77 39.125ZM38.5 3.03125C18.498 3.03125 2.40625 19.2734 2.40625 39.125C2.40625 59.127 18.498 75.2188 38.5 75.2188C58.3516 75.2188 74.5938 59.127 74.5938 39.125C74.5938 19.2734 58.3516 3.03125 38.5 3.03125Z' fill='%23003979'/%3E%3C/svg%3E%0A");
    width: 81px;
    height: 82px;
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 90px;
}

.popup-window-buttons span.btn:hover {
    background: #fff;
    color: #ACBBCA;
    border: 1px solid #ACBBCA !important;
}

.popup-window.popup-window-with-titlebar {
    padding: 40px 42px 40px;
}

.notice-content-form .notice-about p a {
    /*text-decoration: none;*/
}

.card-box-swiper .swiper-slide {
    /* height: 455px; */
    max-height: 510px;
}

.card-box-swiper .swiper-slide a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.card-box-swiper .swiper-slide a img {
    width: 100%;
    /* height: 100%;
    object-fit: contain; */
}

.custom_select_list {
    overflow-y: auto !important;
    max-height: 100%;
}

.card-main-select-box .selected_detail {
    height: 60px !important;
    padding: 0 8px !important;
}

.card-main-select-box .selected_detail_text {
    font-size: 18px !important;
    padding-left: 8px !important;
}

.card-main-select-box .select_list_element_container {
    height: 60px !important;
    padding: 0 8px !important;
    font-size: 18px !important;
}

.card-main-select-box .select_list_element_main_text {
    font-size: 18px !important;
    padding-left: 8px !important;
}

input[type="text"].is-hover,
input[type="text"]:hover {
    /*background-color: transparent !important;*/
    /*border-color: transparent !important;*/
    /*color: rgb(0, 0, 0);*/
}

input[type=text].is-active,
input[type=text].is-focus,
input[type=text]:focus,
input[type=text]:active {
    /*background-color: transparent !important;*/
    /*border-color: transparent !important;*/
}

.fancybox__content :focus:not(.carousel__button.is-close) {
    outline: inherit !important;
}

.files-areas {
    width: auto;
    margin: 0;
}

.card-main-box-about-product .selected_detail::after {
    right: 20px;
}

@media screen and (max-width: 1200px) {
    .card-box-swiper .swiper-slide {
        height: auto;
    }
}

form#form-video-call {
    background: transparent;
}


/* card */
.available-rait {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 0 15px;
    display: none !important;
}

html[data-region="es"] .available-rait{
	display:flex !important;
}

.available-rait>img {
    max-width: 63px;
    margin-bottom: 3px;
}

.google-reit-big {
    display: flex;
    align-items: center;
}

.google-reit-big img {
    margin-right: 2px;
}

.google-reit-big p {
    font-weight: 700;
    font-size: 22px;
    line-height: 1;
    text-align: center;
    color: #050505;
}

.google-reit-about span {
    font-weight: 500;
    font-size: 7px;
    line-height: 8px;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #050505;
    display: block;
    margin-top: 5px;
}

.available-rait:before {
    content: "";
    width: 33px;
    height: 63px;
    position: absolute;
    left: -14px;
    /* top: 0; */
    background: url(../img/card/left-mlt.svg)no-repeat;
    background-size: contain;
}

.available-rait:after {
    content: "";
    width: 33px;
    height: 63px;
    position: absolute;
    right: -20px;
    /* top: 0; */
    background: url(../img/card/right-mlt.svg)no-repeat;
    background-size: contain;
}

.google-reit-about {
    max-width: 60px;
}

.nav-item.block .available-rait {
    max-width: max-content;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
}

.nav-link-location p,
.nav-link-time p,
.nav-link-phone p {
    padding-right: 25px;
}

/* card end */

div#color-selection+br {
    display: none;
}

.search-tips {
    border-color: transparent !important;
}

.order-comlete-box-right-img {
    max-width: 414px;
}

.order-comlete-box-right-img img {
    width: 100%;
}

.selected_detail_text br {
    display: none;
}

.select_list_element_main_text br {
    display: none;
}

.add-review {
    font-family: 'Aeroport' !important;
}

.feedback-message {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.feedback-message-img {
    margin: 40px auto 30px;
}

.feedback-message-txt p {
    font-weight: 300;
    font-size: 26px;
    line-height: 35px;
    text-align: center;
    color: #000000;
}

.feedback-message-txt {
    max-width: 490px;
}

a.close-link-rev {
    background: #ACBBCA;
    border-radius: 4px;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 400px;
    height: 54px;
    border: 1px solid transparent;
    margin-top: 25px;
    transition: .2s all linear;
}

a.close-link-rev:hover {
    background: transparent;
    color: #ACBBCA;
    border-color: #ACBBCA;
}

.new-catalog-rating .rating>label:before {
    margin: 0 7px 0 0;
    font-size: 28px;
}

.new-catalog-rating {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

label.rate-us {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.current-raiting {
    margin-left: 5px;
    display: flex;
    align-items: center;
    font-weight: 300;
    font-size: 27px;
    line-height: 1;
    color: #383838;
}

.rating>label {
    cursor: pointer;
}

p.tabs-title-instock {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #ACBBCA;
    margin: 5px 0 20px;
}

p.tabs-title-instock a {
    font-weight: 600;
    color: #ACBBCA;
    transition: .2s all linear;
    border-bottom: 1px dashed transparent;
}

p.tabs-title-instock a:hover {
    border-color: #ACBBCA;
}

.about-ergo-slider-box .swiper-slide form {
    background: transparent;
}


/* card new */
.best-deals-img-box {
    position: relative;
    min-height: 370px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.best-deals-img-box-one {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    transition: 0.5s all linear;
}

.best-deals-img-box-one img {
    width: 100%;
    object-fit: contain;
}

.best-deals-img-box-one+.best-deals-img-box-one {
    opacity: 0;
}

.best-deals-img-box:hover .best-deals-img-box-one+.best-deals-img-box-one {
    opacity: 1;
}

/* card new end */

.desktop-sp {
    background: #ffffff !important;
}

.btn-modal {
    background: #fff !important;
    width: 100% !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    line-height: 40px !important;
    text-align: center !important;
    color: #ACBBCA !important;
    transition: .2s all linear !important;
    border: 1px solid #ACBBCA !important;
    border-radius: 3px !important;
    margin-top: 5px !important;
    cursor: pointer !important;
    text-transform: uppercase !important;
    display: inline-block !important;
}


.btn-text {
    background: transparent !important;
    color: #fff !important;
    border: 1px solid #fff !important;
    margin-top: 15px !important;
}

.btn-modal:hover {
    background: #ACBBCA !important;
    color: #fff !important;
    border-color: #fff !important;
}

.card-main-tabs~section.coaching-main {
    display: none;
}

/* .about-ergo-row+.about-ergo-row {
    display: none;
} */

.about-ergo-slider {
    margin-top: 40px;
}

.about-ergo-right-box:nth-child(4) {
    margin-bottom: 0;
}

section.about-ergo.category-about .about-ergo-right br {
    display: none;
}

.related-box a.related-link {
    display: none;
}

.sale-box-img-right {
    margin-bottom: 30px;
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
}

.sale-box-img-right img {
    width: 100%;
    object-fit: contain;
}

/* TOOLTIPS */
.tooltip-inner {
    max-width: 300px;
    padding: 8px;
    text-decoration: none;
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.tooltip-inner img {
    float: left;
    width: 90px;
    height: 90px;
    padding: 0 5px 0 5px;
    object-fit: cover;
}

.tooltip.in {
    opacity: .8;
    filter: alpha(opacity=80);
}

/*.fade.in {*/
/*    opacity: 1;*/
/*}*/

.tooltip {
    position: fixed;
    z-index: 99999999999;
    display: block;
    font-size: 11px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: visible;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    filter: drop-shadow(0 1px 0px rgba(0, 0, 0, 0.12)) !important;
}

.tooltip-inner {
    max-width: 300px;
    color: #000;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    padding: 10px 5px 10px 5px !important;
    font-family: 'Aeroport' !important;
    box-shadow: 0px 1px 6px rgb(0 0 0 / 12%) !important;
    text-decoration: none;
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
}

/*.fade {*/
/*    opacity: 0;*/
/*    -webkit-transition: opacity .15s linear;*/
/*    -moz-transition: opacity .15s linear;*/
/*    -o-transition: opacity .15s linear;*/
/*    transition: opacity .15s linear;*/
/*}*/

.tooltip.top-left .tooltip-arrow {
    bottom: -5px;
    left: 5px;
    border-width: 5px 5px 0;
    border-top-color: #fff;
}

.tooltip.top-right .tooltip-arrow {
    bottom: -5px;
    right: 5px;
    border-width: 5px 5px 0;
    border-top-color: #fff;
}

.tooltip.bottom-left .tooltip-arrow {
    top: -5px;
    left: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #fff;
}

.tooltip.bottom-right .tooltip-arrow {
    top: -5px;
    right: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #fff;
}

/* TOOLTIPS END */

.mob-tolt-box {
    position: absolute;
    left: 15px;
    top: 16px;
}

.filter-tooltip-trigger {
    margin-right: 5px;
}

.not_found {
    position: relative;
    /* z-index: -1; */
}

header {
    position: relative;
    z-index: 2;
}

section.coaching-main {
    display: none;
}
section.main-block .main-swiper .swiper-slide:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
/*html[data-region="es"] section.main-block .main-swiper .swiper-slide:before,html[data-region="pt"] section.main-block .main-swiper .swiper-slide:before  {*/
/*    background: #00000030;*/
/*}*/

section.main-block .swiper-slide img {
    object-fit: cover;
}

.main-slide-txt {
    z-index: 22;
}

.more-options {
    position: relative;
    cursor: pointer;
}

.more-options:before {
    background: url(../img/main/right-up-dwn.svg)no-repeat;
    background-size: contain;
    width: 17px;
    height: 11px;
    content: "";
    position: absolute;
    right: 15px;
    top: 15px;
}

.more-options.active:before {
    transform: rotate(180deg);
}

.more-options .additional-service .payment-title{
    display: none;
}

/* .additional-service {
    display: none;
} */

.card-main-tabs-row .card-main-tabs-box-right .interesting-product {
    display: none;
}

p.product-title a::first-letter {
    text-transform: capitalize;
}

p.product-title a {
    display: block;
}

.services-opnener {
    margin-top: 8px;
    text-transform: uppercase;
    color: #003979;
    border-bottom: 1px dotted #003979;
    position: relative;
    cursor: pointer;
}


/*new-styles*/

