@media (min-width: 1350px) {
    .container {
        max-width: 1300px;
    }
}
body{
    background-color: #F8F5F2;
}
/* menu */
header ul{
    line-height: 14px;
}
.header-body-bottom li .sub-menu{
    position: absolute;
    top: 100%;
    display: inline-flex;
    flex-direction: column;
    left: -15px;
    width: 225px;
    min-width: 225px;
    max-width: 100%;
    background: #fff;
    opacity: 0;
    transition: all .3s;
    border-left: solid 1px #E6CDC7;
    border-right: solid 1px #E6CDC7;
}
.header-body-bottom li.menu-item-has-children:hover .sub-menu{
    opacity: 1;
}
header.header-home li.menu-item-has-children a:before,
header.header-home li.menu-item-has-children a:after{
    background: #FFF;
}
header li.menu-item-has-children a:before,
header li.menu-item-has-children a:after,
header.header-home.fixed li.menu-item-has-children a:before,
header.header-home.fixed li.menu-item-has-children a:after{
    background: #70675D;
    right: -21px;
}

header li.menu-item-has-children a:after,
header.header-home.fixed li.menu-item-has-children a:after{
    right: -15px;
}
header .header-languages li.menu-item-has-children a:before,
header .header-languages li.menu-item-has-children a:after{
    right: 4px;
}
header .header-languages li.menu-item-has-children a:after{
    right: 9px;
}
header li.menu-item-has-children .sub-menu a:before,
header li.menu-item-has-children .sub-menu a:after{
    display: none;
}
/*header .header-languages li.menu-item-has-children a:before,*/
/*header .header-languages li.menu-item-has-children a:after{*/
/*    display: none;*/
/*}*/
.header-body-bottom li .sub-menu li{
    width: 100%;
    padding: 15px 30px;
    border-bottom: solid 1px #E6CDC7;
    transition: all .3s;
}
.header-body-bottom li .sub-menu li:hover{
    background: #BAA27E;
}
.header-body-bottom li .sub-menu li a{
    color: #70675D;
    transition: all .3s;
}
.header-body-bottom li .sub-menu li:hover a{
    color: #fff;
}
/* header */
header{
    position: fixed;
    left: 0;
    right: 0;
    height: 140px;
    background: transparent;
    z-index: 9;
}
.header-left,
.header-center,
.header-right{
    z-index: 9;
}
body.page-template-home a,
body.page-template-contacts a,
body.page-template-home .header-address{
    color: #fff;
}
.page-template-about header:not(.fixed) a,
.page-template-contacts header:not(.fixed) a,
.page-template-about header:not(.fixed) .header-address{
    color: #fff;
}
.page-template-contacts header:not(.fixed) .header-address:before,
.page-template-about header:not(.fixed) .header-address:before,
.page-template-about header:not(.fixed) .header-phones:before,
.page-template-contacts header:not(.fixed) .header-phones:before,
.page-template-about header:not(.fixed) .header-icons .icon,
.page-template-contacts header:not(.fixed) .header-icons .icon{
    filter: brightness(0) invert(1);
}
body.page-template-home .header-phones:before{
    background-image: url(../images/phone-new.svg);
}
.page-template-contacts header{
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 35%, rgba(0, 0, 0, 0) 100%);
}
.page-template-contacts header.fixed{
    background: #F8F5F2;
}
.icon-telegram.icon-red{
    background-image: url(../images/telegram-new.svg);
}
.icon-instagram.icon-red:hover {
    background-image: url(../images/instagram-white.png);
}
.icon-instagram.icon-red{
    background-image: url(../images/instagram-new.png);
}
.icon-facebook.icon-red:hover{
    background-image: url(../images/facebook-white.svg);
}
.icon-facebook.icon-red{
    background-image: url(../images/facebook-new.svg);
}
.icon-telegram.icon-red:hover{
    background-image: url(../images/telegram-white.svg);
}
body.page-template-home .header-languages a:before,
body.page-template-home .header-languages a:after{
    background: #fff;
}
body.page-template-contacts .header-address:before,
body.page-template-home .header-address:before{
    background-image: url(../images/marker-new.svg);
}
.top-badge{
    font-family: 'Cormorant Garamond';
    line-height: 20px;
    top: 25px;
    z-index: 2;
    background: #BAA27E;
    color: #fff;
    position: absolute;
    font-weight: 700;
    padding: 9px 20px;
    font-size: 18px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    left: 0;
    height: 40px;
    text-transform: uppercase;
}
.top-badge:before{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 40px 0;
    border-color: transparent #BAA27E transparent transparent;
    position: absolute;
    left: -15px;
    top: 0;
}
.top-badge:after{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 7px 15px;
    border-color: transparent transparent #976f40;
    position: absolute;
    left: -15px;
    top: -7px;
}
.pl-0{
    padding-left: 0;
}
.pr-0{
    padding-right: 0;
}
.header-address-col{
    padding: 0;
}
header.fixed{
    background-color: #F8F5F2;
    padding-bottom: 10px;
    height: 150px;
}
.header-phones{
    margin-left: auto;
}
body.page-template-home header.fixed a,
body.page-template-contacts header.fixed a,
body.page-template-contacts header.fixed .header-address,
body.page-template-home header.fixed .header-address{
    color: #141414;
}
body.page-template-home header.fixed li.marked a,
body.page-template-home header.fixed .header-languages .sub-menu a{
    color: #fff;
}
.header-home .header-logo img{
    filter: brightness(0) invert(1);
}
.header-home.fixed .header-logo img{
    filter: none;
}
.header-home.fixed .icon-instagram {
    background-image: url(../images/instagram-new.png);
}
.header-home.fixed .icon-telegram {
    background-image: url(../images/telegram-new.svg);
}
.header-home.fixed .icon-facebook {
    background-image: url(../images/facebook-new.svg);
}
body.page-template-home .header-home.fixed .header-phones:before {
    background-image: url(../images/phone-new.svg);
}
body.page-template-home .header-home.fixed .header-address:before {
    background-image: url(../images/marker-new.svg);
}
body.page-template-home .header-home.fixed .header-languages a:before,
body.page-template-home .header-home.fixed .header-languages a:after {
    background: #BAA27E;
}
main{
    padding-top: 175px;
}
/* home banner */
.home-banner{
    display: flex;
    width: 100%;
    height: 700px;
    margin-top: -175px;
    padding-top: 175px;
    position: relative;
    overflow: hidden;
    padding-bottom: 0;
}
.home-banner img{
    display: flex;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 6px;
    height: calc(100% - 6px);
    left: 0;
    right: 0;
    z-index: -2;
    object-fit: cover;
}
.home-banner:after,
.contact-map:after,
.single-post #single-top:after{
    content: '';
    position: absolute;
    background: linear-gradient(to bottom,rgba(248,245,242,1) 1%,rgba(248,245,242,0.7) 40%,rgba(248,245,242,0) 100%);
    transform: rotate(180deg);
    bottom: 0;
    left: 0;
    width: 100%;
    height: 110px;
}
.home-banner:before{
    content: '';
    display: flex;
    left: 0;
    width: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    position: absolute;
    z-index: -1;
}
.cloud-little,
.cloud-big{
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
}
.cloud-little{
    background-image: url("../images/cloud-little.png");
    width: 35vw;
    height: 25vw;
    bottom: 0;
    left: 0;
}
.cloud-big{
    background-image: url(../images/clouds-big.png);
    width: 50vw;
    height: 17vw;
    bottom: 0;
    right: 0;
}
.home-banner .container{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 150px;
}
.banner-text{
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    text-align: center;
}
.banner-text h1{
    font-family: 'Cormorant Garamond';
    font-size: 55px;
    line-height: 75px;
    font-weight: 300;
}
.home-banner-button{
    position: relative;
}
.left-top-figure,
.right-bottom-figure,
.right-top-figure,
.left-bottom-figure{
    position: relative;
}
.home-banner-button:before,
.left-top-figure:before,
.right-top-figure:before,
.right-bottom-figure:after,
.left-bottom-figure:after{
    content: '';
    background-image: url(../images/flower-fix.png);
    height: 400px;
    width: 400px;
    background-size: cover;
    position: absolute;
    top: -190px;
    z-index: -3;
}
.left-top-figure:before{
    top: -225px;
}
.left-bottom-figure:after{
    top: auto;
    bottom: -200px;
}
.right-bottom-figure:after{
    top: auto;
    bottom: -50px;
    right: 0;
    background-image: url(../images/flower-fix.png);
}
.right-top-figure:before{
    right: 0;
    background-image: url(../images/flower-fix.png);
}
.button-round{
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    border: solid 1px #C79B61;
    background: #fff;
    left: calc(50% - 30px);
    top: -34px;
}
.button-round:before,
.button-round:after{
    content: '';
    width: 14px;
    height: 1px;
    background: #BAA27E;
    transform: rotate(45deg);
    position: absolute;
    top: 30px;
    left: 17px;
    transition: all .3s;
}
.button-round:after{
    transform: rotate(-45deg);
    left: 27px;
}
.button-round:hover{
    background: #C79B61;
}
.button-round:hover:before,
.button-round:hover:after{
    background: #fff;
}
.align-center{
    align-items: center;
}
.title{
    color: #141414;
    font-family: 'Cormorant Garamond';
    font-size: 40px;
    line-height: 46px;
    margin: 10px 0 25px;
    text-transform: uppercase;
}
.title strong{
    color: #BAA27E;
}
.title.little{
    font-size: 30px;
}
.bold{
    font-weight: 600;
}
.title.little.bold{
    font-size: 27px;
}
.line-massages{
    font-family: 'Cormorant Garamond';
    display: flex;
    width: 100%;
}
.line-massage-item{
    font-family: 'Cormorant Garamond';
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    background: #fff;
    border-bottom: solid 1px #F2F2F2;
    align-items: center;
}
.line-massage-item.head{
    background: #4B2E1F;
}
.line-massage-item.head span{
    background: #4B2E1F;
    color: #fff;
}
.line-massage-item span,
.line-massage-item a.name{
    padding: 12px 10px;
    font-size: 18px;
    font-weight: 600;
}
.line-massage-item a.name:hover{
    color: #BAA27E;
}
.line-massage-item span .label,
.line-massage-item a .label{
    display: none;
}
.line-massage-item .prize{
    width: 15%;
    position: relative;
}
.line-massage-item .name{
    width: 25%;
    color: #141414;
}
.line-massage-item .duration{
    width: 16%;
    color: #141414;
}
.line-massage-item .day{
    width: 12%;
    position: relative;
    padding-left: 0;
    font-weight: 400;
}
.line-massage-item .night{
    width: 12%;
    position: relative;
    padding-left: 0;
    font-weight: 400;
}
.line-massage-item.head .day{
    padding-left: 25px;
}
.line-massage-item.head .night{
    padding-left: 25px;
}
.line-massage-item .day:before,
.line-massage-item .night:before{
    content: '';
    background-image: url("../images/sun.svg");
    width: 24px;
    height: 24px;
    position: absolute;
    background-size: cover;
    left: -5px;
}
.line-massage-item .night:before{
    background-image: url("../images/moon.svg");
}
.line-massage-item .action{
    width: 20%;
}
.line-massage-item .action a{
    color: #BAA27E;
    text-transform: uppercase;
    font-size: 16px;
}
.line-massage-item .day .lt_massage_info:before,
.line-massage-item .night .lt_massage_info:before{
    top: -3px;
}
.line-massage-item .day .lt_massage_info,
.line-massage-item .night .lt_massage_info{
    font-family: 'Gotham';
    font-size: 14px;
    padding: 0 0 0 18px;
    font-weight: 400;
}
.line-massage-item span .massage-item-points{
    position: relative;
    top: auto;
    right: auto;
    padding: 0;
    background: #fff;
}
.line-massage-item span .massage-item-points span{
    background-image: url(../images/prize.svg);
    
}

.line-massage-item{
display:flex;
align-items:center;
}

.line-massage-item .name{
flex:3;
}

.line-massage-item .duration{
    flex:0 0 120px;
}

.line-massage-item .time{
    flex:0 0 140px;
}

.line-massage-item .specialist{
    flex:0 0 220px;
    text-align:center;
}

.line-massage-item .price{
flex:0.8;
text-align:center;
}

.line-massage-item .action{
margin-left:auto;
white-space:nowrap;
padding-right:0;
text-align:right;
}

.line-massage-item .action a{
margin-right:35px;
}
.line-massage-item .duration-select{
width:140px;
height:30px;
text-align:center;
}

.line-massage-item .time-select{
width:140px;
height:30px;
text-align:center;
}

.line-massage-item .specialist-select{
width:140px;
height:30px;
text-align:center;
}
.line-massage-item select{
border:1px solid #B9A37B;
border-radius:4px;
background:#fff;

}
.line-massage-item select:focus{
outline:none;
border:1px solid #B9A37B;
box-shadow:none;
}
.line-massage-item .price {
    margin-left: 0;
    text-align: center;
}
.line-massage-item select{
border-radius:0;
}

.line-massage-item.head .duration{
position: relative;

}

.line-massage-item.head .time{
position: relative;

}
.line-massage-item.head,
.line-massage-item {
    display: grid;
   grid-template-columns: 3.5fr 1fr 1.3fr 1.8fr 1.5fr 1fr;
    align-items: center;
    gap: 10px;
}

.line-massage-item span {
    display: block;
}
.line-massage-item span {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.line-massage-item select {
    width: 100%;
    max-width: 100%;
}

.line-massage-item {
    column-gap: 10px;
}


select.no-arrow{
    appearance:none;
    -webkit-appearance:none;
    -moz-appearance:none;

    width:100%;
    display:block;
}
.line-massage-item .specialist select{
    width:100%;
    display:block;
}


#home-services{
    padding: 75px 0;
}
#home-services .col{
    float: left;
}
.services-list{
    flex-direction: revert;
    flex-wrap: wrap;
    width: calc(100% + 15px);
    margin-right: -15px;
}
#home-services h2{
    text-transform: uppercase;
    margin: 3vw 0 3vw;
}
#home-services h2 strong{
    color: #BAA27E;
}
.services-item{
    width: 100%;
    display: flex;
    overflow: hidden;
    position: relative;
    flex-direction: column;
    background: #fff;
    align-items: center;
    padding: 15px;
    margin-bottom: 35px;
}
.services-item img{
    display: flex;
    width: 100%;
    height: 20vw;
    object-fit: cover;
}
.services-item .lt_massage_bage{
    position: relative;
    transition: all .3s;
}
.services-item:hover .lt_massage_bage{
    color: #BAA27E;
}
.services-item .lt_massage_bage:before,
.services-item .lt_massage_bage:after{
    display: none;
}
.service-text{
    display: flex;
    padding: 10px 0 0;
    font-size: 14px;
    line-height: 23px;
    position: relative;
    color: #454545;
    text-align: center;
}
.service-text:before{
    content: '';
    background: linear-gradient(360deg, #000000 5.75%, rgba(0, 0, 0, 0) 92.26%);
    position: absolute;
    left: 0;
    right: 0;
    top: -15px;
    display: flex;
    height: 16vw;
    transform: rotate(180deg);
    z-index: -2;
    opacity: 0;
    transition: all .3s;
}
.service-text:hover,
.service-text:hover:before{
    opacity: 1;
}
.services-item .lt_massage_bage{
    line-height: 20px;
    top: 25px;
    z-index: 2;
    color: #141414;
    background: transparent;
    font-size: 24px;
    padding: 0;
}
#home-page-1{
    padding: 125px 0 0;
}
#home-page-1 .home-pages:before{
    content: '';
    background: #F8F5EF;
    position: absolute;
    left: 15px;
    right: 15%;
    top: -100px;
    bottom: 40px;
    display: flex;
    z-index: -2;
}
.home-pages{
    position: relative;
}
.home-pages img{
    width: 100%;
    border: solid 6px #fff;
}
#home-page-2{
    position: relative;
    padding: 75px 0 50px;
}
#home-page-2 img{
    width: calc(100% - 100px);
    margin-left: 50px;
}
#home-page-2:before{
    content: '';
    background: #BAA27E;
    position: absolute;
    left: 53%;
    right: 0;
    top: -175px;
    bottom: -25px;
    display: flex;
    z-index: -1;
}
#home-page-2 .lt_editor{
    color: #CBCBCB;
}
#home-page-2 h2{
    color: #fff;
}
#home-page-1 .button:before{
    border-color: #F8F5EF;
}
#home-about .button:hover{
    background: #fff;
    color: #BAA27E;
}
#home-about .button:before{
    border-color: #fff;
}
.button,
.wpcf7-form button{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1.2px;
    line-height: 14px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    padding: 0 55px 0 35px;
    border-radius: 0;
    position: relative;
    border: solid 2px #BAA27E;
    background: transparent;
    color: #BAA27E!important;
    margin-top: 10px;
    font-family: 'Cormorant Garamond';
    z-index: 2;
}
.button:hover{
    background: #BAA27E;
    color: #fff!important;
}
.button:before,
.wpcf7-form button:before{
    content: '';
    background-image: url("../images/arrow-color.svg");
    width: 20px;
    height: 15px;
    display: flex;
    position: absolute;
    background-repeat: no-repeat;
    right: 20px;
    background-size: contain;
}
.lt_editor p,
.lt_editor li{
    font-size: 14px;
}
.button-red,
.wpcf7-form button{
    background: #BAA27E;
    border-color: #BAA27E;
    color: #fff!important;
}
.button-red:before,
.wpcf7-form button:before{
    background-image: url("../images/arrow.svg");
}
.button-red:hover,
.wpcf7-form button:hover{
    background: transparent;
    color: #BAA27E!important;
}
.button:hover:before,
.wpcf7-form button:hover:before{
    background-image: url("../images/arrow.svg");
}
.button-red:hover:before{
    background-image: url("../images/arrow-color.svg");
}
.button-red-back{
    background: transparent;
    border-color: #BAA27E;
    color: #BAA27E!important;
}
.button-red-back:before{
    border-color: #F8F5EF;
    background: #BAA27E;
}
.mb-75{
    margin-bottom: 75px;
}
#home-top{
    padding: 5px 0px 75px;
}
.nav-links{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    line-height: 30px;
    font-weight: 600;
    font-family: 'Cormorant Garamond';
}
.lt_editor ul.slick-dots li{
    padding-left: 8px;
}
.lt_editor ul.slick-dots li:before{
    display: none;
}
.lt_editor .gallery-slider{
    margin: 25px 0 75px;
}
.lt_editor img{
    width: 100%;
    height: auto;
    margin: 25px 0 0;
}
.sg-youtube--video{
    display: flex;
}
.lt_editor .sg-youtube--video{
    width: 100%;
}
.nav-links a{
    color: #70675D;
    margin: 0 8px;
}
.nav-links span,
.nav-links a:hover{
    color: #BAA27E;
    margin: 0 8px;
}
.nav-links a.prev,
.nav-links a.next{
    width: 38px;
    height: 38px;
    background: #BAA27E;
    border-radius: 100%;
    font-size: 0;
    display: inline-flex;
    margin-right: 15px;
    position: relative;
    margin-bottom: -6px;
}
.nav-links a.prev:hover,
.nav-links a.next:hover{
    border: solid 1px #BAA27E;
}
.nav-links a.next{
    margin-left: 15px;
}
.nav-links a.prev:before,
.nav-links a.next:before,
.nav-links a.prev:after,
.nav-links a.next:after{
    content: '';
    background: #fff;
    width: 11px;
    height: 1px;
    position: absolute;
    transform: rotate(45deg);
    bottom: 14px;
    left: 12px;
}
.nav-links a.prev:before{
    bottom: 22px;
    transform: rotate(-45deg);
}
.nav-links a.next:after{
    bottom: 14px;
    transform: rotate(-45deg);
    left: 14px;
}
.nav-links a.next:before{
    bottom: 22px;
    transform: rotate(45deg);
    left: 14px;
}
.grid-massage{
    margin-bottom: 50px;
}
.gallery-slider{
    margin-bottom: 75px;
}
.gallery-slider img{
    width: 100%;
    margin-bottom: 15px;
}
.gallery-slider.no-arrows .slick-arrow{
    display: none!important;
}
.gallery-slider .slick-arrow{
    left: -75px;
}
.gallery-slider .slick-arrow.slick-next{
    right: -75px;
}
.massage-categories-wrapper{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.massage-categories{
    flex-direction: row;
    margin-bottom: 15px;
    width: auto;
    display: inline-flex;
}
.massage-categories:last-child{
    margin-bottom: 45px;
}
.massage-categories span{
    color: #70675D;
    font-family: 'Cormorant Garamond';
    text-transform: uppercase;
    font-size: 18px;
    line-height: 45px;
    padding: 0 5px;
    font-weight: 600;
    cursor: pointer;
    transition: all .3s;
    border-bottom: solid 2px transparent;
}
.align-center{
    text-align: center;
}
.big-flower-center:before{
    content: '';
    background-image: url(../images/flower-fix.png);
    width: 400px;
    height: 400px;
    display: flex;
    position: absolute;
    background-size: cover;
    left: calc(50% - 200px);
    z-index: -1;
    top: -75px;
}
.big-flower-center{
    position: relative;
    padding: 45px 0;
}
.big-flower-center .lt_title_text{
    text-transform: uppercase;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.big-flower-center .lt_title_text strong,
.lt_editor h2 strong{
    margin-left: 15px;
    color: #BAA27E;
    font-weight: 600;
}
.lt_editor h2 strong{
    margin-left: 0;
}
.images-section-1,
.images-section-2,
.images-section-3{
    display: flex;
    width: 100%;
    position: relative;
    margin-top: 50px;
    flex-direction: column;
}
.lt_editor strong{
    color: #141414;
}
#home-about .left{
    padding-right: 35px;
}
#home-about .right{
    padding-left: 35px;
}
#home-about .images-section-1 .image-little,
#home-about .images-section-2 .image-little,
#home-about .images-section-3 .image-little{
    width: 45%;
    position: absolute;
    left: 0;
    top: 0;
}
#home-about .images-section-2 .image-little{
    width: 55%;
    left: -70px;
    top: auto;
    bottom: 0;
}
#home-about .images-section-3 .image-little{
    width: 70%;
    right: 0;
    left: auto;
    top: auto;
    bottom: -100px;
}
.images-section-1:before{
    content: '';
    background-image: url(../images/green.png);
    display: flex;
    width: 60%;
    height: 60%;
    position: absolute;
    top: 15%;
    background-size: contain;
    left: -17%;
}
#home-about .images-section-1 .image-big,
#home-about .images-section-2 .image-big,
#home-about .images-section-3 .image-big{
    width: 75%;
    margin-left: auto;
    margin-top: 15%;
}
#home-about .images-section-2 .image-big{
    margin: 0;
    width: 85%;
}
#home-about .images-section-3 .image-big{
    margin: 0;
    width: 90%;
}
.about-text-left{
    padding: 175px 0 0;
    padding-right: 50px;
}
.about-text-right-1{
    padding: 50px 0 75px;
    padding-left: 50px;
}
.about-text-right-2{
    padding: 150px 0 100px;
    width: 450px;
    max-width: 100%;
}
#about-video{
    height: 750px;
    display: flex;
    width: 100%;
    align-items: center;
    background-size: cover;
    background-position: center;
}
#about-video h2{
    font-size: 56px;
    color: #fff;
    font-family: 'Cormorant Garamond';
    line-height: 60px;
    margin-top: 0;
}
.play{
    color: #fff;
    font-family: 'Cormorant Garamond';
    font-size: 16px;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
}
.play span{
    width: 75px;
    height: 75px;
    background: #fff;
    border-radius: 100%;
    display: inline-flex;
    margin-left: 25px;;
    position: relative;
    transition: all .3s;
}
.play span:hover{
    background: #BAA27E;
}
.play span:before{
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #BAA27E;
    top: 27px;
    left: 32px;
    transition: all .3s;
}
.play span:hover:before{
    border-left: 15px solid #fff;
}
#about-why{
    padding: 80px 0 75px;
}
#about-why .col-md-6{
    justify-content: flex-end;
    display: inline-flex;
    flex-direction: column;
}
#about-why h2{
    font-size: 44px;
    text-transform: none;
    margin-bottom: 45px;
}
.list-icons{
    display: flex;
    width: 100%;
    flex-direction: column;
}
.list-icon-item{
    display: flex;
    width: 100%;
    margin-bottom: 40px;
}
.list-icon-item .image{
    display: inline-flex;
    background: #fff;
    width: 75px;
    height: 75px;
    border-radius: 100%;
    border: 1px solid #BAA27E;
    align-items: center;
    justify-content: center;
    float: left;
}
.list-icon-item img{
    width: 35px;
    height: 35px;
    object-fit: contain;
}
.list-icon-item .right{
    display: inline-flex;
    flex-direction: column;
    width: calc(100% - 75px);
    float: left;
    padding-left: 25px;
}
.list-icon-item .right strong{
    font-family: 'Cormorant Garamond';
    color: #141414;
    font-size: 20px;
    margin-bottom: 10px;
}
.list-icon-item .right p{
    margin: 0;
    font-size: 14px;
}
.about-why-image{
    width: 100%;
}
.massages-slider a{
    position: relative;
    padding: 0 15px;
}
.massages-slider .slick-slide img{
    height: 275px;
    object-fit: cover;
}
.slick-slide img{
    max-width: 100%;
}
.slick-slide button,
.slick-slide a,
.slick-slide{
    outline: none!important;
}
.slick-arrow{
    position: absolute;
    background: #BAA27E!important;
    width: 50px;
    height: 50px;
    border: solid 1px #BAA27E;
    border-radius: 100%;
    font-size: 0;
    left: -65px;
    top: calc(50% - 65px);
    outline: none!important;
}
.slick-arrow:hover{
    border: solid 1px #BAA27E;
}
.slick-arrow:before,
.slick-arrow:after{
    content: '';
    background: #fff;
    width: 13px;
    height: 1px;
    position: absolute;
    transform: rotate(45deg);
    bottom: 19px;
    left: 16px;
}
.slick-arrow:after{
    transform: rotate(-45deg);
    bottom: 28px;
}
.slick-arrow.slick-next{
    left: auto;
    right: -65px;
}
.slick-arrow.slick-next:before,
.slick-arrow.slick-next:after{
    transform: rotate(-45deg);
    left: 18px;
}
.slick-arrow.slick-next:after{
    transform: rotate(45deg);
}
.slick-dots{
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    margin: 0;
}
.slick-dots li{
    padding: 0 8px;
}
.slick-dots button{
    width: 8px;
    height: 8px;
    background: #BAA27E;
    opacity: .3;
    border-radius: 100%;
    font-size: 0;
    border: solid 4px #F8F5F2;
    position: relative;
    padding: 0;
    box-sizing: content-box;
    cursor: pointer;
    outline: none!important;
}
.slick-dots .slick-active button{
    background: #BAA27E;
    opacity: 1;
}
.slick-dots .slick-active button:before{
    content: '';
    width: 16px;
    height: 16px;
    border: solid 2px #BAA27E;
    display: flex;
    position: absolute;
    border-radius: 100%;
    top: -6px;
    left: -6px;
}
.lt_pict_wrapper{
    position: relative;
    height: 275px;
}
.lt_pict_wrapper:before{
    content: '';
    position: absolute;
    background: linear-gradient(180deg, #000000 -9.46%, rgba(0, 0, 0, 0) 50%);
    transform: rotate(-180deg);
    display: flex;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    transition: all .3s;
}
.lt_pict{
    height: 275px;
}
.button-transparent{
    background: #fff;
    color: #BAA27E!important;
    background-size: contain;
    border: none;
    background-repeat: no-repeat;
    min-width: 185px;
    align-items: center;
    justify-content: center;
}
.button-transparent:hover{
    background: #fff;
    color: #BAA27E!important;
}
.lt_massage_element .button-transparent{
    position: absolute;
    bottom: 0;
    opacity: 0;
    transition: all .3s;
    left: 0;
    right: 0;
    font-size: 16px;
}
.lt_massage_element:hover .button-transparent{
    bottom: 0;
    opacity: 1;
}
.lt_massage_element:hover .button-transparent:hover{
    background: #BAA27E;
    color: #121212!important;
}
.lt_massage_element:hover .lt_pict_wrapper:before{
    opacity: 1;
}
.button.button-transparent:before{
    display: none;
}
#home-about{
    padding: 10px 0 80px;
}
#home-about h2{
    margin-top: 25px;
}
.home-about-image{
    position: relative;
    padding-right: 40px;
}
#home-about img{
    width: 100%;
}
#home-about img.image-top{
    width: 85%;
}
#home-about img.image-bottom{
    width: 60%;
    position: absolute;
    right: 15px;
    bottom: -50px;
}

.quote-red{
    font-family: 'Cormorant Garamond';
    color: #fff;
    background: #BAA27E;
    width: 460px;
    padding: 30px 30px 30px 75px;
    font-size: 24px;
    line-height: 36px;
    z-index: 2;
    display: inline-flex;
    position: absolute;
    right: 75px;
    bottom: -85px;
}
.quote-red:before{
    content: '';
    position: absolute;
    width: 100px;
    height: 100px;
    background-image: url(../images/flower.png);
    background-size: cover;
    top: -35px;
    left: -35px;
}
#home-icons{
    padding: 15px 0 50px;
}
.icons-list{
    flex-direction: row;
    padding: 15px 0 0;
    text-align: center;
}
.icons-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 15px;
}
.icons-image{
    display: inline-flex;
    background: #F8F5EF;
    border: 2px dashed #BAA27E;
    box-sizing: border-box;
    border-radius: 100%;
    width: 125px;
    height: 125px;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.icons-image img{
    max-width: 50px;
    max-height: 50px;
}
.icons-title{
    color: #BAA27E;
    font-family: 'Cormorant Garamond';
    font-size: 24px;
    font-weight: 600;
}
.bottom-line{
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: solid 1px #baa27e33;
    margin-bottom: 25px;
    padding-bottom: 25px;
}
.bottom-line .left,
.bottom-line .right{
    width: 50%;
    float: left;
}
.bottom-line .right h4{
    margin: 0 0 5px;
    color: #141414;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
}
.bottom-line .right p{
    margin: 0;
}
#home-contact{
    padding: 50px 0 75px;
    overflow: hidden;
}
#home-contact .container{
    min-height: 650px;
}
#home-contact a,
#page-contact a{
    color: #70675D;
    margin-bottom: 10px;
}
#home-contact a:hover,
#page-contact a:hover{
    color: #BAA27E;
}
.home-contact-wrapper{
    flex-direction: column;
    flex-wrap: wrap;
    padding: 0 0 10px;
}
.home-contact-left{
    width: 50%;
}
.home-contact-right{
    width: 50%;
}
.home-contact-right .icon-email{
    margin-bottom: 15px;
}
.icon-left{
    padding-left: 45px;
    position: relative;
    font-size: 14px;
    margin-bottom: 20px;
    color: #141414;
}
#home-contact a{
    margin-bottom: 5px;
    color: #141414;
}
.icon-left:before{
    content: '';
    background-size: 70%;
    background-repeat: no-repeat;
    height: 30px;
    border: 1px solid #BAA27E;
    border-radius: 100%;
    background-position: center;
    width: 30px;
    position: absolute;
    left: 0;
    top: 10px;
}
.icon-phone:before{
    background-image: url(../images/phone-new.svg);
}
.icon-email:before{
    background-image: url(../images/email-new.svg);
}
.icon-address:before{
    background-image: url(../images/marker-new.svg);
}
.icon-clock:before{
    background-image: url(../images/clock-crema.svg);
    background-size: 50%;
    top: -4px;
}
.icon-left.icon-clock{
    margin-top: 0;
}
#about-form{
    padding: 75px 0;
    background: #fff;
    position: relative;
    overflow: hidden;
}
#about-form .lt_editor{
    width: 575px;
    max-width: 100%;
}
#about-form .lt_editor h2{
    margin-top: 15px;
}
#about-form:before,
#about-form:after{
    content: '';
    background-image: url(../images/flower-fix.png);
    position: absolute;
    width: 400px;
    height: 400px;
    background-size: cover;
    bottom: -220px;
    left: -210px;
}
#about-form:after{
    bottom: auto;
    left: auto;
    top: -200px;
    right: -200px;
}
#about-form form input[type=text],
#about-form form input[type=tel],
#about-form form input[type=email],
#about-form form textarea{
    border: 1px solid rgba(99, 99, 99, 0.2);
    z-index: 2;
    background: #fff;
}
.half.button-wrapper{

}
#about-form .wpcf7-form button{
    margin-top: 15px;
}
.wpcf7-form p .file .wpcf7-form-control-wrap{
    display: none;
}
.wpcf7-form p .file{
    position: relative;
    color: #BAA27E;
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'Cormorant Garamond';
    padding: 10px 0 0 40px;
    display: inline-flex;
    align-items: center;
    font-weight: 600;
    cursor: pointer;
}
.wpcf7-form p .file:before{
    content: '';
    background-image: url(../images/clip.svg);
    background-size: cover;
    width: 23px;
    height: 20px;
    position: absolute;
    left: 10px;
}
.home-contact-body{
    align-items: flex-start;
    justify-content: center;
    padding-top: 60px;
}
.home-contact-body a{
    display: inline-flex;
}
.home-contact-social{
    font-family: 'Cormorant Garamond';
    color: #141414;
    font-size: 24px;
    font-weight: 600;
    margin-top: 25px;
    display: flex;
    width: 100%;
}
.home-contact-social ul{
    display: flex;
    list-style: none;
    padding-left: 20px;
    margin: -7px 0 0;
}
.home-contact-social ul a{
    border: 1px solid rgb(186 162 126 / 20%);
    width: 36px;
    height: 36px;
    border-radius: 100%;
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
}
.home-contact-social ul a.icon-facebook{
    background-size: 30%;
}
.home-contact-google{
    background: #FFFFFF;
    border: 1px solid rgba(186, 162, 126, 0.2);
    padding: 20px 35px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin: 15px 0 25px!important;
    align-items: center;
    max-height: 120px;
}
.home-contact-google .rate{

}
.home-contact-google .rate strong{
    color: #BAA27E;
    font-size: 55px;
    font-weight: 600;
    line-height: 55px;
}
.home-contact-google .rate span{
    color: #636363;
}
.home-contact-google .count{
    color: #636363;
    font-size: 14px;
}
.home-contact-google img{

}
.home-contact-map{
    position: absolute;
    right: 0;
    width: 45%;
}
.home-contact-map:after,
.home-contact-map:before{
    content: '';
    background-image: url(../images/img-shape-map.png);
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 125px;
    z-index: 3;
    top: -25px;
}
.home-contact-map:before{
    top: auto;
    bottom: -25px;
    transform: rotate(180deg);
}
.map-left-shape,
.map-right-shape{
    background-image: url("../images/img-shape-map-side.png");
    position: absolute;
    top: 0;
    bottom: 0;
    width: 250px;
    z-index: 2;
}
.home-contact-map iframe{
    width: 100%;
    height: 650px;
    z-index: 2;
}
#home-top,
.left-figure,
.right-figure,
#home-about,
#home-services{
    overflow: hidden;
}
#home-top .container,
.right-figure,
.left-figure,
#home-top,
#home-about,
#home-services{
    position: relative;
}
.page-template-home #home-about:before{
    display: none;
}
.left-figure:after,
.right-figure:before,
#home-top:after,
#home-top:before,
#home-about:before,
#home-about:after,
#home-services:before{
    content: '';
    background-image: url(../images/flower-fix.png);
    position: absolute;
    width: 400px;
    height: 400px;
    right: -175px;
    background-size: contain;
    background-repeat: no-repeat;
    bottom: -175px;
    z-index: -1;
}
#home-about:before{
    top: calc(25% - 200px);
}
#home-about:after{
    top: calc(68% - 200px);
    right: auto;
    left: -175px;
}
.page-template-home #home-about:after{
    top: 0;
}
#home-services:before,
#home-top:before,
#home-top:after{
    bottom: auto;
    top: 0;
}
#home-top:before{
    right: auto;
    left: -175px;
    top: auto;
    bottom: 0;
}
.clouds{
    position: relative;
}
.clouds:before,
.clouds:after{
    content: '';
    background-image: url(../images/cloud-little.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 35vw;
    height: 25vw;
    left: 0;
    position: absolute;
    display: flex;
    top: -100px;
    pointer-events: none;
}
.clouds:after{
    top: 0;
    left: auto;
    right: 0;
    transform: rotate(180deg);
}
.left-figure:after{
    top: 50px;
    bottom: auto;
    pointer-events: none;
}
.right-figure:before{
    left: -175px;
    pointer-events: none;
    right: auto;
    bottom: 25px;
}
#home-top .container:after{
    z-index: -2;
    bottom: auto;
    top: -95px;
}
.mb-50{
    margin-bottom: 50px!important;
}
.mb-75{
    margin-bottom: 75px!important;
}
#faq{
    margin-top: -25px;
}
.page-template-massage #faq{
    margin-top: -100px;
}
#pages-card{
    width: calc(100% + 30px);
    flex-direction: row;
    flex-wrap: wrap;
    margin: 25px -15px 110px;
}
.lt_margin_block {
    margin-bottom: 75px;
}
.mt-m-50{
    margin-top: -50px;
}
.mt-m-175{
    margin-top: -175px;
}
.pages-card-item{
    position: relative;
    height: 400px;
    display: flex;
    align-items: flex-end;
}
.pages-card-background,
.pages-card-item img{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    height: 100%;
    object-fit: cover;
}
.pages-card-background{
    background: linear-gradient(180deg, #000000 -4.46%, rgba(0, 0, 0, 0) 60%);
    transform: rotate(-180deg);
}
.pages-card-button{
    text-align: center;
    z-index: 2;
    padding-bottom: 30px;
    width: 100%;
}
.pages-card-title{
    font-family: 'Cormorant Garamond';
    font-size: 40px;
    line-height: 50px;
    color: #fff;
    width: 100%;
    display: inline-flex;
    justify-content: center;
    margin-bottom: 10px;
    font-weight: 500;
}
#grid-content{
    position: relative;
    overflow: hidden;
    padding-bottom: 175px;
}
#grid-content:before{
    content: '';
    background: #F8F5EF;
    left: 0;
    bottom: 175px;
    right: 25%;
    top: 25%;
    position: absolute;
}
#grid-content:after{
    content: '';
    background-image: url(../images/flower-fix.png);
    position: absolute;
    width: 400px;
    height: 400px;
    right: -175px;
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 0;
}
#massage-video .sg-youtube--video{
    width: 600px;
}
#massage-video .sg-youtube--video.darken::before {
    height: calc(100% - 8px);
    background-color: rgba(0,0,0,.4);
}
.single-top{
    min-height: 600px;
    position: relative;
    margin: -35px 0 75px;
}
.single-top:before{
    content: '';
    background: #F8F5EF;
    position: absolute;
    left: 0;
    width: 75%;
    height: 100%;
}
.single-top .col{
    min-height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.single-top img{
    position: absolute;
    top: 0;
    height: 600px;
    width: 50%;
    object-fit: cover;
    left: 0;
}
.single-top h1{
    color: #141414;
    font-size: 55px;
    line-height: 65px;
    font-family: 'Cormorant Garamond';
    margin: 25px 0 15px;
}
.tag-item{
    background: #C79B61;
    color: #fff;
    font-family: 'Cormorant Garamond';
    font-weight: bold;
    padding: 9px 20px;
    font-size: 18px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    height: 40px;
    margin-top: 40px;
    display: inline-flex;
}
.top-prices{
    display: flex;
}
.top-price-item{
    display: inline-flex;
    flex-direction: column;
    margin-right: 20px;
    color: #C79B61;
    font-size: 20px;
    font-weight: 600;
    line-height: 34px;
}
.top-price-item span{
    position: relative;
}
.prices-list,
.massage-categories{
    font-family: 'Cormorant Garamond';
    border-radius: 60px;
    background: #fff;
    height: 46px;
}
.prices-list span,
.massage-categories span{
    color: #636363;
    height: 46px;
    display: inline-flex;
    border-radius: 60px;
    align-items: center;
    padding: 0 20px;
    cursor: pointer;
}
.prices-list span.active,
.massage-categories span.active{
    background: #BAA27E;
    color: #fff;
}
.top-price-main{
    font-family: 'Cormorant Garamond';
}
.top-price-main span{
    display: none;
    position: relative;
    font-size: 28px;
}
.top-price-main span.active{
    display: flex;
}
.top-price-main span:before{
    content: '';
    background-image: url(../images/uah.svg);
    border: 1px solid #BAA27E;
    border-radius: 100%;
    height: 38px;
    width: 38px;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 10px;
}
.top-price-item span.icon-time:before,
.top-price-item span.icon-price:before,
.icon-price:before{
    content: '';
    width: 15px;
    height: 15px;
    background-image: url(../images/clock.png);
    display: inline-flex;
    background-size: cover;
}
.top-price-item span.icon-price:before,
.icon-price:before{
    background-image: url(../images/price.svg)
}
.lt_massage_info_price .lt_massage_row {
    padding: 10px 10px 0 0;
}
.massage-top-bottom{
    display: flex;
    flex-direction: column;
    flex-flow: wrap;
}
.massage-top-bottom a{
    margin-right: 25px;
    width: 300px;
    justify-content: center;
}
.single-massage_courses .gallery-slider{
    margin: 30px 0;
}
.lt_courses_quote_red {
    right: auto;
    bottom: auto;
    display: flex;
    position: relative;
    margin: 40px 0;
}
.rom-editor .title{
    margin-top: 35px;
}
#course-top{
    margin-bottom: 25px;
}
#form h3{
    color: #141414;
}
#form{
    margin: 75px 0 25px;
}
.pl-0{
    padding-left: 0;
}
.pr-0{
    padding-right: 0;
}
.rom-news-content-list{
    display: flex;
    flex-direction: column;
    margin: -15px 0 0;
}
.rom-news-content-list a{
    color: #70675D;
    margin-bottom: 10px;
}
.rom-news-content-list a:hover{
    color: #BAA27E;
}
.sticky{
    position: sticky;
    top: 50px;
}
.wrapper{
    width: 100%;
    padding-right: 3vw;
    padding-left: 3vw;
    flex-wrap: wrap;
}
.wrapper .col{
    display: flex;
    flex-direction: column;
    float: left;
}
.vertical-center{
    justify-content: center;
}
#page-top{
    margin-bottom: 75px;
}
.lt_editor h1,
.lt_editor h2,
.default-page h1,
.lt_title_text{
    font-family: 'Cormorant Garamond';
    font-size: 40px;
    line-height: 44px;
    color: #141414;
    font-weight: 600;
}
.lt_editor h2.lt_title_text{
    margin: 0 0 15px;
}
.lt_editor h3{
    font-family: 'Cormorant Garamond';
    font-size: 26px;
    line-height: 26px;
    color: #141414;
}
.lt_editor blockquote{
    background: #BAA27E;
    font-family: 'Cormorant Garamond';
    color: #fff;
    font-size: 22px;
    margin: 40px 0;
    display: flex;
    padding: 35px 35px 35px 135px;
    position: relative;
    line-height: 32px;
    font-weight: 600;
}
.lt_editor blockquote:before{
    content: '';
    position: absolute;
    width: 80px;
    height: 80px;
    background-image: url(../images/flower.png);
    background-size: cover;
    left: 25px;
    top: calc(50% - 40px);
}
.single .lt_margin_block{
    margin-bottom: 65px;
}
.lt_editor blockquote p{
    color: #fff;
    font-size: 22px;
    margin: 0;
    line-height: 32px;
}
.lt_courses_team .title{
    text-align: center;
    margin: 0;
}
.absolute-contact-map{
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    bottom: 0;
}
.absolute-contact-map iframe{
    display: flex;
    width: 100%;
    height: 100%;
}
#page-contact{
    position: relative;
    margin: -35px 0 75px;
    padding: 25px 0;
    height: 550px;
    justify-content: center;
}
.background-dotted h3{
    font-family: 'Cormorant Garamond';
    font-size: 36px;
    line-height: 38px;
    text-align: center;
    margin: 0 0 30px;
    font-weight: 600;
}
.wpcf7-form button{
    margin-top: 30px;
}
.wpcf7-form p{
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}
.wpcf7-form span{
    display: inline-flex;
    width: 100%;
    flex-direction: column;
}
.wpcf7-form span.wpcf7-not-valid-tip{
    width: calc(100% - 20px);
    margin: -20px 0 10px 30px;
}
.wpcf7 form .wpcf7-response-output{
    border-radius: 10px;
    text-align: center;
    color: #70675D;
    font-family: 'Gotham';
    font-size: 15px;
    font-weight: 300;
}
.wpcf7-form p .half{
    width: 50%;
}
.wpcf7-form p .full{
    width: 100%;
}
.wpcf7-form p .hide{
    display: none!important;
}
.wpcf7-form p input[type=text],
.wpcf7-form p input[type=email],
.wpcf7-form p input[type=tel],
.wpcf7-form p input[type=number],
.wpcf7-form p textarea{
    display: inline-flex;
    width: calc(100% - 20px);
    background: #FFFFFF;
    box-sizing: border-box;
    border-radius: 0;
    color: #70675D;
    font-family: 'Gotham';
    font-size: 15px;
    font-weight: 300;
    height: 50px;
    padding: 0 25px;
    margin: 0 10px 10px;
    border: none;
}
.wpcf7-form p textarea{
    height: 100px;
    resize: none;
    padding: 15px 25px;
}
.additional{
    padding: 0 0 0 75px;
    text-align: left;
    height: 100%;
    justify-content: flex-start;
}
.additional .lt_li:after{
    display: none;
}
.additional .title{
    margin: 0 0 15px;
    font-family: 'Cormorant Garamond';
    font-size: 31px;
    line-height: 30px;
    text-align: left;
    font-weight: 600;
    text-transform: none;
}
.additional .lt_editor_block{
    color: #70675D;
    margin-top: 0;
}
.additional .lt_li{
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 15px;
    background: #fff;
    margin-bottom: 5px;
    align-items: center;
}
.additional .icon-price{
    font-size: 18px;
    color: #C79B61;
    font-weight: 500;
    align-items: center;
    display: inline-flex;
}
.additional .icon-price:before{
    margin-right: 8px;
    margin-top: -4px;
    width: 11px;
}
.check-item{
    height: 50px;
}
.check-item input{
    display: none;
}
.lt_li div span{
    position: relative;
    line-height: 16px;
    color: #baa27e;
    padding-left: 20px;
    margin-left: 10px;
}
.lt_li div span.lt_massage_price:before{
    top: -2px;
}
.lt_li div span.lt_massage_time:before{
    top: 0;
}
.check-item label{
    position: relative;
    padding-left: 30px;
    color: #141414;
    font-family: 'Cormorant Garamond';
    font-size: 19px;
    font-weight: 600;
    cursor: pointer;
    height: 50px;
    display: inline-flex;
    align-items: center;
}
.check-item label img{
    width: 75px;
    height: 50px;
    object-fit: cover;
    margin-right: 15px;
}
.check-item label:before,
.check-item label:after{
    content: '';
    display: inline-flex;
    opacity: 0.5;
    border: 1px solid #BAA27E;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 17px;
    transition: all .3s;
}
.check-item label:after{
    background: transparent;
    width: 12px;
    height: 12px;
    left: 3px;
    top: 20px;
    border: none;
}
.check-item input:checked + label:before{
    opacity: 1;
}
.check-item input:checked + label:after{
    background: #BAA27E;
    width: 12px;
    height: 12px;
    left: 3px;
    top: 20px;
    opacity: 1;
}
.single-certificate:before,
.single-certificate:after{
    display: none;
}
#home-sertificates.single-certificate:before{
    display: flex;
    background: #fff;
    width: 100%;
    top: 125px;
    left: 0;
    height: 56%;
}
.single-certificate .image-green{
    display: none;
}
#home-sertificates.single-certificate{
    background: transparent;
    padding: 40px 0 0;
}
.single-certificate .title{
    font-size: 30px;
    text-transform: none;
    margin-bottom: 15px;
}
.single-certificate .lt_editor{
    font-size: 14px;
}
.single-certificate a{
    margin-top: 20px;
}
.mb-150{
    margin-bottom: 150px!important;
}
.half-body{
    flex-wrap: wrap;
}
.half-body .col-md-6{
    padding-left: 0;
    float: left;
}
.half-body .col-md-6:nth-child(2n){
    padding-right: 0;
    padding-left: 15px;
}
.course-head-body{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 25px;
}
.course-head-body img{
    width: 300px;
    height: auto;
}
.course-head-right{
    width: calc(100% - 300px);
    padding-left: 50px
}
.course-head-right h3{
    margin: 0;
}
#course-slider{
    text-align: center;
    padding: 15px 0 100px;
}
.course-slide{
    display: flex!important;
    flex-direction: column;
    align-items: center;
    background: #F8F5EF;
    width: 100%;
    padding: 0 15px;
}
.course-slider .slick-dots{
    margin-top: 25px;
}
.course-slide img{
    width: 50%;
    height: auto;
}
.course-slide-right{
    width: 100%;
    padding: 0;
    text-align: left;
    margin-top: 10px;
}
.course-slide-right .title{
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    display: flex;
    margin-bottom: 15px;
    width: 100%;
    text-transform: none;
}
.course-list .course-slide{
    margin-bottom: 40px;
    flex-direction: column;
}
.course-list .course-slide img{
    width: 100%
}
.course-list .course-slide:nth-child(2n) img{
    order: 2;
}
.sg-youtube--video img{
    display: flex;
    margin: 0;
}
.sg-youtube {
    margin: 30px 0;
}
#single-top{
    height: 500px;
    max-height: 70vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    align-items: baseline;
    justify-content: flex-start;
    background-color: rgba(0, 0, 0, .6);
    background-blend-mode: darken;
    margin: -35px 0 35px;
}
.single-post #single-top{
    width: calc(100% - 40px);
    margin-left: 20px;
    padding: 5px 65px 0;
}
.single-post #single-top .breadcrumbs{
    position: relative;
    top: auto;
    left: auto;
    right: auto;
}
.single-post #single-top .breadcrumbs a,
.single-post #single-top .breadcrumbs span{
    color: #fff;
}
.single-post #single-top .breadcrumbs a:hover{
    color: #BAA27E;
}
#single-top h1{
    color: #fff;
    font-family: 'Cormorant Garamond';
    font-size: 44px;
    line-height: 54px;
    margin: 0;
}
.single-post #single-top h1{
    font-size: 40px;
    line-height: 46px;
    font-weight: 500;
    width: 650px;
    max-width: 100%;
}
.page-template-massage .lt_editor .gallery-slider{
    margin-bottom: 15px;
}
#single-top .date{
    font-size: 13px;
    padding: 3px 18px;
    background: #BAA27E;
    border-radius: 3px;
    color: #fff;
    margin: 25px 0 10px;
    display: inline-flex;
}
.single-top-info{
}
.side-massages{
    margin-top: -10px;
}
.single-side{
    padding-left: 2vw;
}
.side-massage{
    background: #fff;
    margin-bottom: 25px;
}
.side-massage img{
    width: 100%;
    height: 15vw;
    object-fit: cover;
}
.side-massage span{
    font-family: 'Cormorant Garamond';
    font-size: 19px;
    line-height: 25px;
    font-weight: 600;
    display: flex;
    color: #141414;
    padding: 0 15px 10px;
}
.lt_editor h1,
.lt_editor h2{
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 15px;
}
.lt_editor h3{
    margin-bottom: 15px;
}
.lt_editor blockquote:before{
    display: none;
}
.lt_editor blockquote{
    padding: 25px;
}
.certificate-text{
    margin-top: 50px;
}
.certificate-block{
    display: flex;
    flex-wrap: wrap;
    position: relative;
    align-items: center;
    margin-top: 75px;
}
.certificate-block img{
    width: 100%;
}
.certificate-block .lt_editor h2{
    text-transform: uppercase;
}
.certificate-block:before,
.flower-left,
.flower-right{
    content: '';
    background-image: url(../images/flower-fix.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 500px;
    height: 500px;
    position: absolute;
    left: -140px;
    top: 0;
}
#home-sertificates.single-certificate{
    overflow: hidden;
}
.flower-left,
.flower-right{
    width: 400px;
    height: 400px;
    left: -250px;
    top: auto;
    bottom: -55px;
}
.flower-right{
    top: -55px;
    bottom: auto;
    left: auto;
    right: -250px;
}
.line-massages-title {
    display: flex;
    width: 100%;
    font-size: 22px;
    font-weight: 900;
    justify-content: center;
    padding: 10px;
    background: #BAA27E;
    color: #fff;
}
.certificate-form{
    display: flex;
    width: 100%;
    justify-content: center;
}
.certificate-form h3{
    margin-bottom: 25px;
    text-align: center;
}
.wpcf7-form p .half.text{
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
}
.wpcf7-form p .half.text span{
    width: auto;
}
.wpcf7-form p .half.text input[type=text],
.wpcf7-form p .half.text input[type=number]{
    width: auto;
    max-width: 150px;
}
.certificate-form button{
    z-index: 0;
}
.wpcf7-form p input[name=your-date]{
    background-image: url("../images/calendar.svg");
    background-position: 93%;
    background-repeat: no-repeat;
}
#single-top .cloud-little{
    bottom: -50px;
    pointer-events: none;
}
.single-post header{
    padding-top: 0;
}
#blog{
    margin-bottom: 75px;
}
#blog .course-slide-right{
    text-align: center;
}
#blog .lt_massage_button{
    margin-top: 0;
}
.single-breadcrumbs{
    background-color: #F8F5F2;
    margin: -28px 0 35px;
    height: 45px;
    position: relative;
}
.single-breadcrumbs:before{
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 50%;
    width: 50%;
    background: linear-gradient(to bottom,rgba(248,245,242,1) 1%,rgba(248,245,242,0.7) 40%,rgba(248,245,242,0) 100%);
    display: flex;
    height: 75px;
    z-index: 2;
}
#massage-top{
    display: flex;
    width: 100%;
    align-items: center;
}
#massage-top:after{
    content: '';
    position: absolute;
    background: linear-gradient(to bottom,rgba(248,245,242,1) 1%,rgba(248,245,242,0.7) 40%,rgba(248,245,242,0) 100%);
    transform: rotate(180deg);
    bottom: 0;
    left: 0;
    width: 50%;
    height: 75px;
}
#massage-top:before{
    content: '';
    position: absolute;
    background-image: url(../images/fog-right.png);
    background-color: transparent;
    width: 265px;
    height: 100%;
    z-index: 3;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    left: calc(50% - 200px);
}
.right-shadow{
    position: absolute;
    background: linear-gradient(to left,rgba(248,245,242,1) 1%,rgba(248,245,242,0.7) 40%,rgba(248,245,242,0) 100%);
    top: 0;
    bottom: 0;
    width: 75px;
    z-index: 2;
    right: 50%;
}
.single-top-right{
    padding-left: 115px;
}
.page-template-post .big-flower-center{
    padding-bottom: 0;
}
.blog-grid{
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 15px;
    display: flex;
    width: 100%;
}
.blog-grid-item{
    display: flex;
    flex-direction: column;
    margin-bottom: 35px;
    float: left;
}
.blog-grid--image{
    padding-top: 85%;
    position: relative;
}
.blog-grid--image img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog-grid--image time{
    position: absolute;
    left: 15px;
    bottom: 15px;
    background: #fff;
    color: #828282;
    padding: 4px 8px;
    font-size: 13px;
}
.blog-grid-item strong{
    color: #141414;
    font-size: 28px;
    line-height: 30px;
    font-weight: 600;
    font-family: 'Cormorant Garamond';
    margin: 10px 0 0;
    transition: all .3s;
}
.blog-grid-item:hover strong{
    color: #BAA27E;
}
.half-blocks{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.half-blocks .image{
    display: flex;
    align-items: center;
}
.half-blocks:nth-child(2n) .image{
    order: 2;
}
.half-blocks:nth-child(2n) .lt_editor{
    order: 1;
}
.half-blocks .lt_editor h2{
    margin-top: 0;
}
.half-blocks .image img{
    width: 100%;
}
.half-blocks .col-md-12 .image{
    width: 50%;
    float: right;
    margin: 0 0 30px 30px;
}
.half-blocks:nth-child(2n) .col-md-12 .image{
    float: left;
    margin: 0 30px 30px 0;
}
.single #faq{
    margin-top: 25px;
}
#massage-video h2{
    margin-bottom: 0;
}
footer{
    padding: 75px 0 35px;
    overflow: hidden;
    position: relative;
}
footer:before{
    content: '';
    background-image: url(../images/flower-fix.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 400px;
    height: 400px;
    position: absolute;
    bottom: -45px;
    right: -160px;
    z-index: -1;
}
footer .container{
    background: #fff;
    display: flex;
    align-items: center;
    padding: 50px;
}
.footer-top{
    align-items: center;
    text-align: center;
}
.footer-left{
    width: 20%;
    float: left;
}
.footer-right{
    width: 80%;
    float: left;
}
.footer-right-top{
    justify-content: space-between;
    flex-direction: row;
    margin-bottom: 40px;
}
.footer-right-top ul.footer-menu li{
    margin-right: 35px;
}
.footer-right-top ul.footer-menu li a{
    font-size: 15px;
}

.footer-right-bottom{
    justify-content: space-between;
    flex-direction: row;
}
.footer-right-bottom .icon-left{
    width: auto;
    display: inline-flex;
}
.footer-right-bottom .icon-left.icon-clock:before{
    top: 10px;
}
.footer-logo{
    max-width: 140px;
    max-height: 115px;
}
.footer-text.show-br br{
    display: block;
}
footer a,
body.page-template-home footer a,
body.page-template-contacts footer a{
    color: #141414;
}
footer a:hover,
body.page-template-home footer a:hover,
body.page-template-contacts footer a:hover{
    color: #BAA27E;
}
body.page-template-contacts #home-contact{
    padding-bottom: 0;
}
body.page-template-contacts footer{
    padding-top: 0;
}
footer ul,
.social-links ul{
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
}
.footer-socials,
.social-links ul{
    width: auto;
}
.footer-socials a,
.single .social-links a,
.social-links ul a{
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
footer ul.footer-socials{
    width: 190px;
    box-sizing: border-box;
}
footer ul.footer-socials li,
.social-links ul li{
    width: 36px;
    height: 36px;
    border-radius: 100%;
    margin-left: 15px;
    background-color: #BAA27E;
    padding: 0;
}
footer ul.footer-socials li a,
.single .social-links ul li a,
.social-links ul a{
    border: none;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    background-size: 45%;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    z-index: 3;
    filter: brightness(0) invert(1);
}
footer ul.footer-socials li a.icon-facebook,
.single .social-links ul li a.icon-facebook{
    background-size: 25%;
}
.breadcrumbs{
    display: flex;
    width: 100%;
    padding: 10px 0 0;
}
.breadcrumbs__item{
    color: #141414;
    text-transform: uppercase;
    font-size: 12px;
}
.breadcrumbs__item:after{
    content: '/';
    margin: 0 5px 0 5px;
}
.breadcrumbs__item:last-child:after{
    display: none;
}
.header-mobile{
    display: none;
}
#certificate-top .massage-top-bottom{
    margin: 25px 0 50px;
}
#certificate-top.single-top img{
    position: relative;
    border: none;
    width: 425px;
    height: 425px;
}
.certificate-image{
    justify-content: flex-end;
    align-items: flex-end;
    display: flex;
    padding-top: 35px;
}
#certificate-top.single-top:before{
    bottom: 35px;
}
#certificate-top:after{
    content: '';
    background-image: url(../images/flower-fix.png);
    height: 400px;
    width: 400px;
    background-size: cover;
    position: absolute;
    top: 10px;
    z-index: -3;
    left: calc(75% + -140px);
}
.certificate-list{
    padding: 0 50px;
}
.certificate-item{
    display: flex;
    margin: 10px 0 30px;
}
.certificate-item .icons-image{
    width: 150px;
    height: 150px;
    margin: 25px 0 0;
}
.certificate-item .icons-image img{
    max-width: 90px;
}
.certificate-item h3{
    color: #141414;
    font-family: 'Cormorant Garamond';
    font-size: 25px;
    line-height: 50px;
    margin: 0;
}
.certificate-list .background-dotted{
    margin: 25px 0 0;
}
#certificate-form{
    margin: 50px 0 100px;
}
.height-center{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 40px;
}
#home-about.left-top-figure{
    padding: 75px 0 175px;
}
.image-full img{
    width: 100%;
}
#about-text{
    padding: 25px 0 75px;
}
.about-text{
    padding-right: 75px;
}
.team-list{
}
.team-item{
    padding: 0 10px;
}
.team-item img{
    height: 400px;
    width: 100%;
    object-fit: cover;
}
#about-team{
    overflow: hidden;
    margin-bottom: 75px;
}
.team-item .title{
    color: #554C40;
    font-size: 24px;
    width: 100%;
    display: flex;
    justify-content: center;
}
.gallery-slider img{
    width: 100%;
}
#gallery{
    margin: 25px 0 25px;
}
.footer-review-item{
    color: #70675D;
    position: relative;
    margin-bottom: 25px;
}
.footer-review-item strong{
    font-size: 15px;
    line-height: 30px;
    padding-right: 120px;
    width: 100%;;
}
.footer-review-item .little{

}
.footer-review-item .little span{
    color: #141414;
    font-weight: 600;
    margin-left: 5px;
    cursor: pointer;
}
.footer-review-item .full{
    display: none;
}
.review-stars{
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
}
.review-stars span{
    background-image: url(../images/star.png);
    width: 18px;
    height: 18px;
    background-size: cover;
    margin-right: 3px;
}
.course-list .course-slide img{
    height: 300px;
    object-fit: cover;
}
#single-top{
    position: relative;
}
#single-top .breadcrumbs{
    position: absolute;
    left: 25px;
    top: 5px;
    right: 25px;
}
.single-post .breadcrumbs__item{
    /*color: #F8F5EF;*/
}
#single-top{
    overflow: hidden;
}
.lt_courses_team .lt_pict{
    height: 400px;
}
.single-top h1 {
    font-size: 40px;
    line-height: 40px;
    font-weight: 600;
}
#home-sertificates{
    position: relative;
    background: #fff;
    padding: 50px 0;
}
#home-sertificates:after,
#home-sertificates:before{
    content: '';
    background-image: url(../images/clouds-big.png);
    width: 50vw;
    height: 17vw;
    right: 0;
    position: absolute;
    top: -210px;
    pointer-events: none;
}
#home-sertificates:before{
    background-image: url(../images/cloud-little.png);
    width: 35vw;
    height: 25vw;
    top: -100px;
    left: 0;
}
#home-sertificates .shadow{
    content: '';
    position: absolute;
    background: linear-gradient(to bottom,rgba(248,245,242,1) 1%,rgba(248,245,242,0.7) 40%,rgba(248,245,242,0) 100%);
    transform: rotate(180deg);
    top: -100px;
    left: 0;
    width: 100%;
    height: 110px;
    pointer-events: none;
}
.image-gift{
    width: 100%;
    z-index: 1;
}
.image-green{
    position: absolute;
    left: -75px;
    z-index: 0;
    bottom: -35px;
}
.height-center{
    align-items: center;
}
.top-prices{
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 20px 0;
}
.top-price-item{
    display: flex;
    flex-direction: row;
    margin: 10px 0;
}
.top-price-item .left{
    color: #141414;
    font-family: 'Cormorant Garamond';
    font-size: 22px;
    width: 145px;
}
.top-price-item .right{
    display: inline-flex;
    width: calc(100% - 135px);
}

.single .social-links{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}
.social-links .title{
    font-size: 16px;
    font-weight: 600;
    margin: 0 20px 0 0;
}
#blog-related{
    margin: 75px 0;
}
#course-slider,
#blog-related{
    overflow: hidden;
}
#blog-related .course-list .course-slide{
    margin-bottom: 0;
}
#course-slider .course-slide img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.massage-item-points{
    background: #BAA27E;
    display: flex;
    position: absolute;
    padding: 8px 8px;
    top: 0;
    right: 0;
}
.massage-item-points span{
    width: 17px;
    height: 15px;
    background-image: url(../images/cup-gold.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
.lt_massage_element .button-transparent:after{
    content: '';
    background-image: url(../images/arrow-color.svg);
    width: 20px;
    display: flow-root;
    height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 10px;
}
body.page-template-home header.fixed .header-languages .sub-menu a{
    color: #141414;
}
body.page-template-home header.fixed .header-languages .sub-menu a:hover,
body.page-template-home header.fixed a:hover{
    color: #BAA27E;
}
.page-template-cources .big-flower-center{
    padding-bottom: 0;
}
.page-template-cources #faq{
    margin-top: 15px;
}
.single-post #single-top{
    margin-top: -10px;
}
.courses-greed{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    margin: 0;
}
.courses-greed-item{
    background: #fff;
    padding: 15px;
    display: inline-flex;
    flex-direction: column;
    width: calc(50% - 15px);
    text-align: center;
    margin-bottom: 25px;
}
.courses-greed-item img{
    height: 350px;
    object-fit: cover;
    margin-bottom: 15px;
}
.courses-greed-item strong,
.team-slider-item strong,
.courses-list-right h3{
    color: #141414;
    font-family: 'Cormorant Garamond';
    font-weight: 600;
    font-size: 26px;
    transition: all .3s;
}
.courses-greed-item:hover strong{
    color: #BAA27E;
}
.courses-greed-item p{
    color: #454545;
    font-size: 14px;
    padding: 0 15px;
}
.courses-list,
.courses-text{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: 20px 0 0;
    padding: 15px;
    background: #fff;
}
.courses-list img{
    width: calc(50% - 30px);
    height: auto;
    object-fit: cover;
}
.courses-list-right{
    width: calc(50% + 30px);
    padding-left: 30px;
}
.courses-list-right h3{
    text-align: center;
    margin-bottom: 15px;
}
.courses-list-right p{
    color: #454545;
    font-size: 14px;
    width: 100%;
    text-align: center;
}
.courses-list-items{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.courses-list-items a{
    color: #141414;
    font-size: 16px;
    font-weight: 600;
    width: 50%;
    border: solid 1px #F2F2F2;
    margin: 0 0 -1px 0;
    padding: 15px 15px;
    padding-right: 60px;
    border-left: none;
    position: relative;
}
.courses-list-items a:before,
.courses-list-items a:after{
    content: '';
    background: #BAA27E;
    width: 15px;
    height: 1px;
    position: absolute;
    transform: rotate(45deg);
    right: 30px;
    top: 22px;
    transition: all .3s;
}
.courses-list-items a:hover:before,
.courses-list-items a:hover:after{
    background: #141414;
}
.courses-list-items a:after{
    transform: rotate(-45deg);
    top: 32px;
}
.courses-list-items a:nth-child(2n){
    border-right: none;
}
.courses-list-items a:hover{
    background: #BAA27E;
}
.courses-text{
    background: transparent;
    padding: 0;
}
.courses-text .lt_editor img{
    margin-top: 35px;
}
.courses-team{
    display: flex;
    width: 100%;
    flex-direction: column;
    margin: 60px 0 30px;
}
.team-slider{
    display: flex!important;
    width: 100%;
    flex-direction: column;
}
.team-slider-item{
    text-align: center;
}
.team-slider-item strong{
    text-align: left;
    font-size: 24px;
    margin-top: 15px;
    display: inline-flex;
    width: 100%;
    padding: 0 15px;
}
.team-slider-item img{
    width: calc(100% - 30px);
    margin: 0 15px;
}
.courses-team h2{
    text-align: center;
    margin-bottom: 25px!important;
}

.sg-youtube {
    margin-bottom: 30px;
}
.sg-youtube--video {
    position: relative;
    width: 450px;
    max-width: 100%;
    margin: auto;
}
.sg-youtube--video img {
    width: 100%;
    height: auto;
    z-index: -1;
}
.sg-youtube--play {
    position: absolute;
    transition: all .3s;
    cursor: pointer;
    background: #cd201f;
    width: 90px;
    height: 60px;
    border-radius: 15px;
    padding: 16px;
    margin: 0 auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    left: calc(50% - 45px);
}
.sg-youtube--play:hover {
    background: #444;
}
.sg-youtube--video.darken::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .2);
}
.sg-youtube--play::before {
    content: '';
    display: inline-block;
    left: 9px;
    top: 8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 16px;
    border-color: transparent transparent transparent #ffffff;
    margin: 0 auto;
}
.sg-youtube--title {
    display: flex;
    margin-top: 5px;
    padding: 20px 15px;
    border: 1px solid #d5d8dd;
    background-color: #edeef0;
    color: #000;
    line-height: 20px;
    text-align: center;
    font-weight: 600;
}
.single-massage_courses #home-contact{
    margin-top: 50px;
}
.top-list{
    color: #70675D;
    font-family: 'Cormorant Garamond';
    margin: 0 0 25px;
}
.top-list .lt_massage_price_clock{
    color: #70675D;
    font-weight: 700;
    font-size: 20px;
    padding-left: 30px!important;
    display: flex;
}
.top-list strong{
    color: #141414;
    font-weight: 700;
    font-size: 20px;
}
.top-list .lt_massage_price_clock span{
    width: 125px;
}
.top-list .lt_massage_price_clock.lt_hen_party_info.lt_massage_price.lt_bold strong{
    color: #BAA27E;
    font-size: 25px;
}
.top-list .lt_massage_row_package{
    padding-top: 20px;
}
.page-template-contacts h3.lt_title_text{
    margin-top: 0;
    font-size: 30px;
    line-height: 35px;
    padding: 0 10px;
    margin-bottom: 10px;
}
.page-template-contacts .home-contact-body{
    padding-top: 0;
}
.contact-form{
    padding-left: 75px;
    justify-content: center;
    display: flex;
    flex-direction: column;
}
.contact-map{
    margin: -175px 0 30px;
    position: relative;
}
.contact-map iframe{
    height: 60vh;
}
#home-top .slick-dots{
    margin-bottom: 25px;
}
.line-massage-item p{
    margin: 0;
}
.rom-form-modal {
    opacity: 0;
    z-index: -9;
}
.rom-form-modal{
    position: fixed;
    display: flex;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .7);
    pointer-events: none;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    transition: all .3s;
}
.rom-form-modal.active{
    z-index: 9999999999999;
    opacity: 1;
    pointer-events: inherit;
}
#rom-form-courses .rom-form-wrapper{
    padding-bottom: 40px;
}
.rom-form-wrapper{
    width: 800px;
    max-width: calc(100% - 30px);
    background: #FFFFFF;
    padding: 75px 25px 75px;
    position: relative;
    max-height: 80vh;
    text-align: center;
}
.rom-form-wrapper:before,
.rom-form-wrapper:after{
    content: '';
    display: inline-flex;
    position: absolute;
    width: 350px;
    height: 350px;
    background-image: url(../images/flower-fix.png);
    top: -100px;
    left: calc(50% - 160px);
    background-size: cover;
    z-index: -1;
}
.rom-form-wrapper:after{
    bottom: -100px;
    top: auto;
}
.rom-form-wrapper .title{
    margin: 0 0 15px;
    font-weight: 600;
}
.rom-form-wrapper p{
    margin: 0;
    width: 100%;
    font-weight: 500;
    font-family: 'Gotham';
}
.rom-form-close{
    position: absolute;
    right: 10px;
    width: 35px;
    height: 35px;
    top: 10px;
    cursor: pointer;
    background: #BAA27E;
    border-radius: 100%;
    transition: all .3s;
}
.rom-form-close:hover{
    background: #141414;
}
.rom-form-close:before,
.rom-form-close:after{
    content: '';
    width: 1px;
    height: 20px;
    background: #fff;
    display: flex;
    transform: rotate(45deg);
    position: absolute;
    left: 17px;
    top: 7px;
}
.rom-form-close:after{
    transform: rotate(-45deg);
}
.wpcf7-form.sent .wpcf7-response-output{
    display: none!important;
}
.rom-form-modal .wpcf7-form p input[type=text],
.rom-form-modal .wpcf7-form p input[type=email],
.rom-form-modal .wpcf7-form p input[type=tel],
.rom-form-modal .wpcf7-form p input[type=number],
.rom-form-modal .wpcf7-form p textarea{
    border: solid 1px #EBD5D4;
}
.rom-form-modal .wpcf7-form button{
    margin-top: 15px;
}
.page-template-cources main{
    overflow: hidden;
}

@media (max-width: 1600px){
    .services-item img{
        height: 22vw;
    }
    #course-slider{
        overflow: hidden;
    }
    .course-list .course-slide img{
        height: 235px;
    }
    .header-icons{
        padding-left: 0;
        padding-right: 0;
    }
    .header-icons .icon{
        margin-right: 8px;
    }
}
@media (max-width: 1366px){
    .header-center{
        max-width: 20%;
        flex: 0 0 20%;
    }
    .header-right,
    .header-left{
        max-width: 40%;
        flex: 0 0 40%;
    }
    header a,
    .header-address{
        font-size: 14px;
    }
    body.page-template-home header.fixed li.marked a{
        color: #141414;
    }
    header li.marked{
        background: transparent;
    }
    header li.marked:hover{
        background: transparent;
    }
    header li.marked a{
        color: #141414;
    }
    .page-template-home header li.marked a{
        color: #fff;
    }
    .page-template-home header.fixed li.marked a{
        color: #141414;
    }
    body.page-template-home header.fixed li.marked a:hover,
    header li.marked a:hover{
        color: #BAA27E;
    }
    .slick-arrow{
        left: -15px;
        z-index: 2;
    }
    .slick-arrow.slick-next{
        right: -15px;
        left: auto;
    }
    .courses-list-items a{
        font-size: 14px;
    }
}
@media (max-width: 1266px){
    .top-price-item .left,
    .top-price-item .right{
        width: 100%;
    }
    .top-price-item{
        flex-direction: column;
    }
    .top-price-item .left{
        padding-bottom: 10px;
        font-size: 20px;
    }
}
@media (max-width: 1166px){
    header{
        height: 80px;
        padding: 10px 0;
    }
    .header-right,
    .header-left{
        display: none;
    }
    .header-mobile{
        display: flex;
        justify-content: space-between;
        padding: 5px 25px;
        align-items: center;
        margin-top: -10px!important;
        height: 80px;
    }
    .header-desktop{
        display: none;
    }
    .header-mobile .header-logo img{
        max-width: 70px;
        margin: 0;
    }
    .header-mobile-opener{
        width: 60px;
        height: 45px;
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-evenly;
        cursor: pointer;
        margin-left: 15px;
    }
    .header-mobile-opener span{
        width: 50px;
        height: 3px;
        background: #BAA27E;
        display: inline-flex;
        border-radius: 10px;
        transition: all .3s;
    }
    .header-home .header-mobile-opener span{
        background: #fff;
    }
    .header-home.fixed .header-mobile-opener span{
        background: #BAA27E;
    }
    .mobile-open .header-mobile-opener span{
        opacity: 0;
    }
    .mobile-open .header-mobile-opener span:first-child{
        opacity: 1;
        transform: rotate(45deg);
        margin-bottom: -45px;
    }
    .mobile-open .header-desktop{
        display: inline-block;
        position: fixed;
        top: 80px;
        left: 0;
        right: 0;
        bottom: 0;
        background: #fff;
        width: 100%;
        padding: 15px 0;
        max-height: calc(100vh - 80px);
        overflow-y: auto;
    }
    header .header-desktop li {
        padding: 10px 0;
        width: 100%;
    }
    html.rom{
        margin-top: 0!important;
    }
    #wpadminbar{
        display: none;
    }
    .mobile-open .header-desktop .header-center{
        display: none;
    }
    .mobile-open .header-desktop .header-right,
    .mobile-open .header-desktop .header-left{
        display: flex;
        max-width: 100%;
        flex: 0 0 100%;
        min-height: auto;
        padding: 0 25px;
    }
    header .header-desktop li.marked{
        background: #fff;
        text-align: left;
        padding: 15px 0;
        transition: all .3s;
    }
    header .header-desktop li.marked a{
        justify-content: flex-start;
    }
    .header-desktop .header-right .header-body-bottom{
        order: 1;
    }
    .header-desktop .header-right .header-body-top{
        order: 2;
    }
    .mobile-open .header-mobile-opener span:last-child{
        opacity: 1;
        transform: rotate(-45deg);
    }
    .header-desktop .header-right .header-body-top .header-languages ul{
        text-align: center;
    }
    .header-desktop .header-right .header-body-top .header-languages ul li{
        width: auto;
        padding-bottom: 0;
    }
    .header-desktop .header-right .header-body-top .header-languages ul li a{
        color: #70675D;
    }
    .header-desktop .header-right .header-body-top .header-languages ul li.menu-item-has-children{
        width: 100%
    }
    .header-desktop .header-right .header-body-top .header-languages ul li .sub-menu{
        position: relative;
        display: inline-flex;
        left: auto;
        top: auto;
        width: auto;
        flex-direction: row;
        background: #fff;
        padding-left: 0;
    }
    .header-desktop .header-left .header-body-top{
        display: none;
    }
    .header-desktop .header-body-bottom{
        margin-top: 0;
    }
    .header-desktop .header-body-bottom ul{
        flex-direction: column;
    }
    .header-desktop .header-body-bottom ul li a,
    body.page-template-home header.fixed .header-desktop li.marked a{
        color: #70675D;
    }
    body.page-template-home header .header-desktop .header-address,
    body.page-template-home header.fixed .header-desktop .header-address{
        color: #70675D;
        width: 100%;
        justify-content: flex-start;
        margin-top: 15px;
    }
    body.page-template-home .header-desktop .header-address:before{
        background-image: url(../images/marker.svg);
    }
    .header-desktop .header-right .header-body-top .header-languages{
        order: 1;
        width: 100%;
        border-top: solid 1px #BAA27E;
        border-bottom: solid 1px #BAA27E;
        margin-top: 10px;
        padding: 15px 0;
    }
    .header-desktop .header-right .header-body-top .header-address{
        order: 2;
        border-right: none;
        padding-right: 0;
        width: 100%;
        justify-content: left;
        padding-top: 20px;
    }
    .services-list{
        justify-content: center;
    }
    .services-list .col{
        max-width: 50%;
        flex: 0 0 50%;
        margin-bottom: 35px;
    }
    .services-item img{
        height: 275px;
    }
    #pages-card{
        margin-bottom: 70px;
    }
    #pages-card .col{
        max-width: 100%;
        flex: 0 0 100%;
    }
    .grid-massage .grid-massage-item{
        max-width: 50%;
        flex: 0 0 50%;
    }
    main{
        padding-top: 115px;
    }
    .page-template-massage main{
        padding-top: 100px;
    }
    .grid-massage{
        margin-bottom: 15px;
    }
    #pages-card{
        margin: 0 0 70px;
        margin-left: -15px;
    }
    .pages-card-item{
        margin-top: 25px;
    }
    .lt_editor:nth-child(2n+1) .lt_pict{
        width: 100%;
    }
    .lt_editor:nth-child(2n) .lt_pict{
        width: 100%;
        margin-left: 0;
    }
    .lt_margin_block,
    #grid-content{
        margin-bottom: 50px;
    }
    #grid-content{
        padding-bottom: 0;
    }
    .lt_editor:nth-child(2n) .lt_editor_block_text{
        padding-right: 15px;
    }
    #grid-content:before{
        right: 10%;
    }
    .massage-top-bottom{
        flex-direction: column;
    }
    .massage-top-bottom a{
        justify-content: center;
    }
    .single-top h1 {
        font-size: 45px;
        line-height: 50px;
    }
    .footer-bottom .col{
        max-width: 50%;
        flex: 0 0 50%;
        margin-bottom: 40px;
    }
    #form {
        margin: 15px 0 25px;
    }
    .additional{
        padding: 0;
        margin-bottom: 35px;
    }
    #form .col.col-md-6.align-center .title.little{
        font-weight: 600;
    }
    #form .col.col-md-6{
        max-width: 100%;
        flex: 0 0 100%;
        order: 2;
    }
    #form .col.col-md-6.align-center{
        order: 1;
    }
    #form .col.col-md-6 h3{
        font-size: 33px;
        line-height: 36px;
    }
    #form .col.col-md-6 h3 br{
        display: none;
    }
    #form .col.col-md-6 .wpcf7-form p .half{
        width: 100%;
    }
    .home-contact-body{
        max-width: 100%;
        flex: 0 0 100%;
    }
    #page-contact{
        height: auto;
    }
    .absolute-contact-map {
        position: relative;
        right: 0;
        top: auto;
        width: 100%;
        bottom: auto;
        margin: 50px 0 0;
        height: 350px;
        display: flex;
    }
    .absolute-contact-map iframe {
        display: flex;
        width: 100%;
        height: 350px;
    }
    #certificate-top{
        overflow: hidden;
    }
    header li.menu-item-has-children a:before,
    header li.menu-item-has-children a:after,
    header.header-home.fixed li.menu-item-has-children a:before,
    header.header-home.fixed li.menu-item-has-children a:after{
        display: none;
    }
    .submenu-open{
        position: relative;
        width: 20px;
        display: inline-flex;
        height: 15px;
        margin-left: 5px;
    }
    .submenu-open:before,
    .submenu-open:after{
        content: '';
        width: 9px;
        height: 2px;
        background: #70675D;
        position: absolute;
        transform: rotate(-45deg);
        top: 8px;
        right: 4px;
        border-radius: 1px;
        transition: all .3s;
    }
    .submenu-open:after{
        right: 10px;
        transform: rotate(45deg);
    }
    .open-sub .submenu-open{
        display: none;
    }
    .open-sub .sub-menu{
        position: relative!important;
        top: auto!important;
        width: 100%!important;
        border: none!important;
        opacity: 1!important;
        padding-top: 10px;
    }
    .open-sub .sub-menu li{
        padding: 10px 30px!important;
        border: none!important;
    }
    .open-sub .sub-menu li a{
        font-size: 13px!important;
    }
    footer .container{
        flex-direction: column;
        padding: 25px;
    }
    .footer-left {
        width: 100%;
        text-align: center;
        margin-bottom: 35px;
    }
    .footer-right{
        width: 100%;
    }
    .contact-form {
        padding-left: 5px;
        padding-right: 5px;
        margin-top: 30px;
        max-width: 100%;
        flex: 0 0 100%;
    }
    #home-contact{
        padding: 25px 0 10px;
    }
    .header-right ul li:last-child {
        text-align: left;
        padding-left: 0;
    }
    .submenu-open,
    .header-body-top .header-phones{
        display: none;
    }
    .header-desktop .header-right .header-body-top .header-languages ul li{
        padding: 0;
    }
}
@media (max-width: 992px){
    .footer-right-top{
        flex-direction: column;
        align-items: center;
    }
    footer ul.footer-socials{
        margin-top: 20px;
    }
    footer ul, .social-links ul{
        justify-content: center;
    }
    .footer-right-bottom{
        flex-direction: column;
    }
    #course-slider .course-slide img,
    .course-slide img{
        width: 100%;
        height: 250px;
        min-height: 250px;
        object-fit: cover;
    }
    .single-massage_courses .background-dotted{
        margin-top: 50px;
    }
    .single-post .wrapper .col{
        max-width: 100%;
        flex: 0 0 100%;
        padding: 0;
    }
    .sticky {
        position: relative;
        top: 0;
        border-bottom: solid 1px #BAA27E;
        padding-bottom: 30px!important;
        margin-bottom: 30px;
    }
    .side-massage img {
        height: 250px;
    }
    .sticky .title.little.bold{
        padding-left: 0;
    }
    .single-post #single-top h1{
        font-size: 33px;
        line-height: 36px;
    }
    .course-list .course-slide img{
        width: 100%;
    }
    .course-list .course-slide:nth-child(2n) img {
        order: 0;
    }
    .course-slide-right{
        width: 100%;
        padding: 25px;
    }
    .course-slide{
        flex-direction: column;
    }
    .gallery-slider{
        overflow: hidden;
    }
    .single-top img{
        display: none;
    }
    .single .lt_margin_block {
        margin-bottom: 30px;
    }
    .certificate-item{
        flex-direction: column;
        text-align: center;
    }
    .certificate-item .icons-image{
        margin-bottom: 25px;
    }
    .single-top .col,
    #about-text .col,
    .certificate-item .col,
    .single .lt_margin_block .col-md-6,
    .container .col-md-10{
        max-width: 100%;
        flex: 0 0 100%;
        min-height: 0;
        margin-left: 0;
    }
    .single .lt_margin_block .lt_editor h2{
        margin-top: 0;
    }
    .lt_ul{
        margin-bottom: 30px;
    }
    .single-top:before {
        width: 95%;
        height: calc(100% + 50px);
    }
    .top-prices{
        margin-bottom: 25px;
    }
    .lt_editor .lt_editor_block_text{
        padding: 25px 15px!important;
        max-width: 100%;
        flex: 0 0 100%;
    }
    .single-top{
        min-height: 0;
    }
    .massage-top-bottom a {
        justify-content: center;
        width: 400px;
        max-width: 100%;
    }
    .lt_editor:nth-child(2n+1) .lt_editor_block_text {
        padding-left: 15px;
    }
    #home-page-1{
        padding: 50px 0 0;
    }
    #home-page-1 .home-pages:before,
    #home-page-2:before{
        left: 0;
        right: 0;
        top: -50px;
        bottom: 40px;
    }
    #home-page-2:before{
        left: 0;
        right: 0;
        bottom: 0;
    }
    #home-page-1 .col,
    #home-page-2 .col,
    #home-about .col,
    #home-contact .col{
        max-width: 100%;
        flex: 0 0 100%;
    }
    #home-page-1 img{
        margin-top: 30px;
    }
    #home-page-2 img{
        display: none;
    }
    .quote-red {
        width: 100%;
        position: relative;
        right: 0;
        bottom: 0;
        margin: 50px 0 0;
    }
    #home-about {
        padding: 10px 0 50px;
    }
    .home-contact-map {
        padding-left: 0;
        margin-top: 40px;
    }
    .icons-list{
        flex-wrap: wrap;
        justify-content: center;
    }
    .home-about-image{
        padding-right: 15px;
    }
    #home-icons {
        padding: 15px 0 0;
    }
    #home-icons .col,
    .footer-bottom .col{
        max-width: 50%;
        flex: 0 0 50%;
        margin-bottom: 40px;
    }
    .about-text {
        padding-right: 15px;
    }
    #home-about.left-top-figure {
        padding: 50px 0 0;
    }
    #single-top{
        height: 275px;
    }
    .single-post #single-top{
        height: 375px;
        padding: 5px 15px 0;
    }
    .single-post #single-top h1{
        width: 100%
    }
    .top-list{
        margin: 15px 0;
    }
    .single-top h1 {
        font-size: 36px;
        line-height: 40px;
    }
    #course-top{
        margin-bottom: 80px;
    }
    .breadcrumbs{
        flex-wrap: wrap;
    }
    #blog-content .social-links{
        margin-bottom: 50px;
    }
    .courses-greed-item {
        width: 100%;
    }
    .courses-list img,
    .courses-list-right{
        width: 100%;
        padding: 0;
    }
    #massage-top:before,
    .right-shadow,
    #massage-top:after,
    .single-breadcrumbs:before,
    #about-form:after,
    .images-section-3{
        display: none;
    }
    #home-about .left {
        padding-right: 15px;
    }
    #home-about .right {
        padding-left: 15px;
        margin-top: 25px;
    }
    .about-text-right-1 {
        padding: 25px 0 0px;
        padding-left: 0;
    }
    #home-about .images-section-2 .image-little{
        display: none;
    }
    #home-about .images-section-2 .image-big{
        width: 100%;
    }
    .about-text-right-2 {
        padding: 15px 0 45px;
        width: 100%;
        max-width: 100%;
    }
    #about-why .col-md-6,
    #about-form .col-md-6{
        max-width: 100%;
        flex: 0 0 100%;
    }
    #about-form{
        padding: 25px 0;
    }
    #about-form .lt_editor{
        width: 100%;
    }
    #about-form form{
        width: calc(100% + 30px);
        margin-left: -15px;
    }
    #about-why {
        padding: 50px 0 75px;
    }
    .about-text-left {
        padding: 15px 0 0;
        padding-right: 0;
    }
    .wpcf7-form p .half.file{
        width: calc(100% - 30px);
        margin-left: 15px;
    }
    #about-form .wpcf7-form button {
        margin-top: 15px;
        width: calc(100% - 30px);
        margin-left: 15px;
    }
    .sg-youtube{
        max-width: 100%;
    }
    #massage-video .row{
        margin: 0;
    }
    .wpcf7-form p input[type=text],
    .wpcf7-form p input[type=email],
    .wpcf7-form p input[type=tel],
    .wpcf7-form p input[type=number],
    .wpcf7-form p textarea{
        width: 100%;
        margin: 0 0 10px;
    }
    #form .col-md-5,
    #form .col-md-7{
        max-width: 100%;
        flex: 0 0 100%;
    }
    #form form{
        margin-bottom: 50px;
    }
    #home-sertificates.single-certificate:before {
        display: flex;
        background: #fff;
        width: 100%;
        top: 0;
        left: 0;
        height: 100%;
    }
    .line-massage-item{
        flex-direction: column;
        border: solid 1px #BAA27E;
        margin-bottom: 10px;
    }
    .line-massage-item.head{
        display: none;
    }
    .line-massage-item span .label, .line-massage-item a .label{
        display: inline-flex;
        font-weight: 700;
        font-size: 18px;
        color: #000;
        padding: 5px 20px;
        width: 150px;
        margin-right: 20px;
        border-right: solid 1px #BAA27E;
    }

    .line-massage-item .prize,
    .line-massage-item .duration,
    .line-massage-item .day,
    .line-massage-item .name,
    .line-massage-item .night,
    .line-massage-item .action{
        width: 100%;
        display: flex;
        align-items: center;
      
    }
    .line-massage-item .action{
        padding: 10px!important;
        border-top: solid 1px #BAA27E;
        justify-content: center;
        background: #BAA27E;
    }
    .line-massage-item .day .lt_massage_info, .line-massage-item .night .lt_massage_info{
        padding-left: 0;
        font-weight: 600;
        font-size: 16px;
    }
    .line-massage-item .action a{
        color: #fff;
    }
    .line-massage-item span:before{
        display: none;
    }
    .certificate-block img{
        display: none;
    }
    .certificate-block .col-md-6{
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
    }
    .prices-list span, .massage-categories span{
        height: 36px;
        padding: 0 15px;
    }
    .massage-categories{
        margin-bottom: 0;
    }
    .line-massages-title{
        background: #4B2E1F;
        margin-bottom: 5px;
        text-transform: uppercase;
    }
}

@media (max-width: 766px){
    .home-contact-social ul{
        align-items: center;
    }
    
        .line-massage-item{
gap:7px
    }
   .line-massage-item span, span.price-value {
    font-size: 27px;
}
    .single-top {
        margin: 0 0 20px!important;
    }
    .single-breadcrumbs {
        margin: -28px 0 0;
        height: auto;
    }
    .half-blocks:nth-child(2n) .col-md-12 .image,
    .half-blocks .col-md-12 .image{
        margin: 0 0 25px!important;
        width: 100%!important;
    }
    .certificate-block:before{
        width: 300px;
        height: 300px;
        left: -15px;
    }
    .big-flower-center .lt_title_text{
        flex-direction: column;
    }
    .line-massages{
        margin: 0;
    }
    .check-data{
        flex-direction: column;
        display: inline-flex;
    }
    .check-data span:first-child{
        margin-bottom: 10px;
    }
    body.page-template-contacts footer{
        padding-top: 50px;
    }
    .home-contact-google{
        max-height: none;
    }
    .home-contact-google .rate,
    .home-contact-google .count{
        width: 50%;
    }
    .home-contact-google .count{
        text-align: right;
    }
    .home-contact-google img {
        margin: auto;
    }
    .home-contact-body a.button{
        text-align: center;
        width: 100%;
        justify-content: center;
    }
    .header-logo img{
        margin-right: 80px;
    }
    .single-top-right {
        padding-left: 15px;
    }
    .single-top{
        margin-bottom: 35px;
    }
    .massage-top-bottom a{
        width: 100%;
    }
    .breadcrumbs {
        padding: 20px 15px;
    }
    .courses-greed-item img{
        height: 250px;
    }
    .home-contact-body{
        padding-top: 0;
    }
    .single-massage_courses #home-contact{
        margin-top: 0;
    }
    .courses-list-items a{
        width: 100%;
        border-left: 1px solid #F2F2F2;
    }
    .courses-list-items a:nth-child(2n){
        border-right: 1px solid #F2F2F2;
    }
    .footer-right-top ul.footer-menu li {
        margin-right: 0;
        text-align: center;
        margin-bottom: 5px;
    }
    .footer-left{
        margin-bottom: 25px;
    }
    footer:before{
        width: 200px;
        height: 200px;
        right: calc(50% - 100px);
    }
    footer ul.footer-socials{
        justify-content: space-between;
    }
    .half-body .col-md-6,
    .half-body .col-md-6:nth-child(2n){
        padding: 0;
    }
    .big-flower-center:before {
        width: 200px;
        height: 200px;
        left: calc(50% - 100px);
        top: -15px;
    }
    #faq{
        font-size: 14px;
        padding-bottom: 0;
    }
    #faq .row.center.flex{
        margin: 0;
    }
    #faq .lt_title_text{
        margin: 5px 0 25px;
        font-size: 26px;
    }
    .accordion{
        font-size: 20px;
        padding: 15px 50px 15px 15px;
    }
    #home-sertificates img,
    #home-sertificates .shadow{
        display: none;
    }
    .home-contact-body a {
        display: inline-flex;
        flex-wrap: wrap;
    }
    #home-services h2{
        margin: 25px 0;
    }
    #home-about img.image-bottom,
    #home-about img.image-top{
        display: none;
    }
    #home-services .col,
    #home-sertificates .col{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .map-left-shape, .map-right-shape{
        display: none;
    }
    #home-top{
        padding: 0px 0 15px;
    }
    button, .wpcf7-form button {
        width: 100%;
        justify-content: center;
    }
    .home-contact-map iframe{
        height: 450px;
    }
    .home-contact-map {
        position: relative;
        right: 0;
        width: 100%;
        margin-top: 60px;
    }
    .banner-text h1 {
        font-size: 43px;
        line-height: 50px;
    }
    .lt_editor blockquote{
        padding: 20px;
        margin: 20px 0;
        line-height: 32px;
        font-weight: 600;
    }
    .course-slide-right {
        width: 100%;
        padding: 5px 0 0;
    }
    .lt_editor blockquote,
    .lt_editor blockquote p{
        font-size: 18px;
        line-height: 28px;
    }
    #course-top {
        margin-bottom: 80px;
    }
    .lt_massage_button{
        width: 100%;
        justify-content: center;
    }
    .course-slide-right .title{
        padding: 0;
        display: flex;
    }
    .certificate-item h3{
        line-height: 35px;
    }
    .certificate-list{
        padding: 0 25px;
    }
    .background-dotted{
        padding: 25px 15px;
    }
    #form h3 br{
        display: none;
    }
    .wpcf7-form p .half{
        width: 100%;
    }
    .button, .wpcf7-form button{
        height: 44px;
    }
    .lt_editor h1,
    .lt_editor h2,
    .default-page h1,
    .lt_title_text,
    .title,
    #form h3{
        font-size: 33px;
        line-height: 36px;
    }
    .single-top h1{
        font-size: 36px;
        line-height: 40px;
    }
    .grid-massage .grid-massage-item{
        max-width: 100%;
        flex: 0 0 100%;
    }
    .home-banner{
        height: 550px;
    }
    .services-list .col,
    #home-icons .col,
    .footer-bottom .col{
        max-width: 100%;
        flex: 0 0 100%;
    }
    #home-page-2{
        padding: 50px 0;
    }
    .pr-0{
        padding-right: 15px;
    }
    .pl-0{
        padding-left: 15px;
    }
    .services-list{
        width: 100%;
        margin-right: 0;
    }
    .services-item{
        width: 100%;
    }
    .services-item img {
        width: calc(100% - 30px);
    }
    .massage-categories span{
        font-size: 15px;
    }
    .decoration-title img{
        height: 35px;
    }
    .massage-categories{
        flex-wrap: wrap;
    }
    .prices-list, .massage-categories{
        height: auto;
    }
    footer ul li{
        width: 100%;
    }
    .additional .icon-price{
        min-width: 100px;
    }
    .check-item{
        display: flex;
        text-align: left;
    }
    #home-top .center,
    #home-sertificates:after,
    #home-sertificates:before,
    .cloud-little{
        display: none;
    }
    .slick-arrow{
        display: none!important;
    }
    #home-icons .title,
    #home-contact .title{
        text-align: center;
    }
    .home-contact-left,
    .home-contact-right{
        width: 100%;
    }
    .massage-categories-wrapper .massage-categories:last-child{
        margin-top: 10px;
    }
    #about-video h2{
        font-size: 36px;
        line-height: 36px;
    }
    .play span {
        width: 50px;
        height: 50px;
    }
    .play span:before{
        top: 15px;
        left: 20px;
    }
    #about-video{
        height: 475px;
    }
    .background-dotted {
        padding: 20px 0;
    }
    .single-top{
        margin: 40px 0 75px;
    }
    .top-prices{
        margin-top: 0;
    }
    .rom-form-wrapper:before{
        width: 250px;
        height: 250px;
        top: -75px;
        left: calc(50% - 120px);
    }
    .rom-form-wrapper:after{
        bottom: -75px;
        width: 250px;
        height: 250px;
        left: calc(50% - 120px);
    }
    .single-post #single-top {
        min-height: 375px;
        height: auto;
        padding-bottom: 100px;
    }
    #rom-form-courses .rom-form-close{
        right: 0;
        width: 30px;
        height: 30px;
        top: -40px;
    }
    #rom-form-courses .rom-form-close:before,
    #rom-form-courses .rom-form-close:after {
        width: 1px;
        height: 15px;
        left: 15px;
        top: 8px;
    }
    .line-massage-item .name{
display:flex;
justify-content:center;
text-align:center;
}
}
@media (max-width: 466px){
    .single-post #single-top {
        width: calc(100% - 30px);
        margin-left: 15px;
    }
    .rom-form-wrapper{
        padding-top: 25px;
    }
    .button, .wpcf7-form button {
        padding: 0 45px 0 15px;
    }
    .header-phones:before{
        display: none;
    }
    .header-logo img{
        max-height: 60px;
    }

    .line-massage-item span .label, .line-massage-item a .label{
        width: 120px;
    }
    .line-massage-item span .label, .line-massage-item a .label{
        padding: 5px 10px;
        margin-right: 10px;
    }

    .lt_editor h1,
    .lt_editor h2,
    .lt_title_text,
    .title, #form h3,
    .default-page h1 {
        font-size: 26px;
        line-height: 30px;
    }
    .line-massage-item span, .line-massage-item a.name{
        font-size: 22px;
        line-height: 20px;
    }
    .line-massage-item .day .lt_massage_info, .line-massage-item .night .lt_massage_info{
        font-size: 14px;
    }
    .line-massage-item span .label, .line-massage-item a .label{
        font-size: 16px;
    }
    .check-data{
        display: none;
    }
    .list-icon-item .image{
        width: 55px;
        height: 55px;
    }
    .list-icon-item .right{
        width: calc(100% - 55px);
        padding-left: 20px;
    }
    .banner-text h1 {
        font-size: 38px;
        line-height: 43px;
    }
    .single-top:before{
        width: 100%;
    }
    .lt_massage_info:after{
        display: none;
    }

    .button, .wpcf7-form button{
        width: calc(100% - 30px);
        justify-content: center;
        margin-left: 15px;
    }
    .header-mobile-opener{
        width: 40px;
        height: 40px;
    }
    .header-mobile-opener span{
        width: 40px;
    }
    .header-mobile{
        padding: 5px 15px;
    }
    .header-phones{
        padding-left: 20px;
    }
    .header-phones a{
        padding: 4px 0;
        font-size: 13px;
    }
    .header-phones:before{
        width: 15px;
        height: 15px;
    }
    .lt_massage_element .button-transparent {
        width: 185px;
        padding: 0;
        font-size: 12px;
        background-position: center;
    }
    .button, .wpcf7-form button {
        width: 100%;
        justify-content: center;
        margin-left: 0;
        margin-top: 10px;
    }
}

/*calendar*/
.ui-datepicker{
    background: #FFFFFF;
    border: 1px solid #F2F2F2;
    box-sizing: border-box;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 10px 15px;
    display: none;
}
.ui-datepicker-header{
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
}
.ui-datepicker-header .ui-datepicker-prev span,
.ui-datepicker-header .ui-datepicker-next span{
    font-family: cursive;
    font-size: 25px;
    line-height: 23px;
    font-weight: 300;
}
.ui-datepicker-header .ui-datepicker-prev{
    order: 1;
}
.ui-datepicker-header .ui-datepicker-next{
    order: 3;
}
.ui-datepicker-header .ui-datepicker-title{
    order: 2;
}
.ui-datepicker-calendar th span{
    font-weight: 300;
}
.ui-datepicker-calendar td{
    width: 35px;
    height: 35px;
    text-align: center;
    vertical-align: center;
}
.ui-datepicker-calendar td:hover{
    border: solid 1px #BAA27E;
}
.ui-datepicker-calendar td.ui-datepicker-current-day{
    background: #141414;
    color: #fff;
}
.ui-datepicker-calendar td.ui-datepicker-today.ui-datepicker-current-day,
.ui-datepicker-calendar td.ui-datepicker-today{
    background: #BAA27E;
}
.ui-datepicker-calendar td.ui-datepicker-today a,
.ui-datepicker-calendar td.ui-datepicker-current-day a{
    color: #fff;
}
.ui-datepicker-calendar td a{
    color: #0B0B0B;
    font-size: 13px;
    font-weight: 400;
}
@media (max-width: 766px) {
    .ui-datepicker-calendar td {
        width: 30px;
        height: 30px;
    }
    
}
