@import url('https://fonts.googleapis.com/css2?family=Cinzel+Decorative&family=Cormorant+SC:wght@400;500;600;700&display=swap');

@font-face {
    font-family: 'Century Gothic';
    src: url('../fonts/CenturyGothic.eot');
    src: local('Century Gothic'), local('CenturyGothic'),
        url('../fonts/CenturyGothic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/CenturyGothic.woff2') format('woff2'),
        url('../fonts/CenturyGothic.woff') format('woff'),
        url('../fonts/CenturyGothic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html, body {
    height: 100%;
}
body {
    font-family: 'Century Gothic', sans-serif;
    font-size: 16px;
    color: #000;
    background: #EEEAE4;
    font-weight: 400;
   
}
a {
    transition: .3s;
}
a:hover {
    text-decoration: none;
}
.h2,.h1,.h3,.h4,.h5,.h6 {
    font-weight: 800;
}
.h1, h1 {
  font-size: 3rem;
}
.h2, h2 {
  font-size: 2.1rem;
}
.h4, h4 {
  font-size: 1.7rem;
}




/* ========== HEADER ============ */
header {
    
    padding-top: 1rem;
    position: fixed;
    width: 100%;
    background: #2B201C;
    transition: .3s;
    top: 0;
    z-index: 9;
    box-shadow: none;
    font-size: 18px;
    height: 75px;
}
header.active {
     box-shadow:  0px 16px 24px -5px rgba(19, 1, 1, 0.3);
}
header.bg {
    background: #2B201C;
}
header.bg .container:before {
    display: none;
}

/*header.active .container:before {
    height: 0;
}*/
header .container {
    position: relative;
}
.header-col {

}
.logo {

}
.top-menu {
    text-align: center;
    flex-grow: 3;
}
.top-menu ul {
    display: flex;
    margin: 0;
    padding: 0;
    justify-content: center;
}
.top-menu li {
    padding: 0 0.5rem;
    list-style: none;
}
.top-menu .dropdown-item:focus, .dropdown-item:hover {
    background: transparent;
    color: #0e54db;
}
.top-menu .nav-link {
    padding: .4rem 1.2rem;
    white-space: nowrap;
    color: #fff;
}
.top-menu .nav-link:hover {
      background: transparent;
    color: rgba(255,255,255,.4);
}
.top-menu .nav-link.active {
    color: #fff;
    background:transparent;
    opacity: .4;
}
.top-tel {
    text-align: center;
}
.top-tel a {
    color: #fff;
    white-space: nowrap;
}
.top-soc {
    text-align: right;
}
.top-soc a {
    margin-left: 2rem;
}
.top-soc a:hover {
    opacity: .5;
}
.top-soc a svg {
    width: 26px;
}



/* ========== CONTENT ============= */

content {
    min-height: 600px;
}
.container {
    max-width: 1340px;
    padding: 0 1rem;
}
.block-1:before {
   position: absolute;
    content: "";
    left: 0;
    top: 12.5rem;
    width: calc(100% + 1rem);
    height: 100%;
    background: url(../images/waves.svg) no-repeat;
    background-size: contain;
}
.block-1 .container {
    position: relative;
}
.block-1 .container:before {
   position: absolute;
    content: "";
    left: 1rem;
    top: -85px;
    width: calc(100% - 2rem);
    height: 1px;
    background:#fff;
}
.block-1 {
    padding: 10rem 0 10rem;
    background: rgb(43,32,28);
background: -moz-linear-gradient(180deg, rgba(43,32,28,1) 60%, rgba(77,60,53,1) 100%);
background: -webkit-linear-gradient(180deg, rgba(43,32,28,1) 60%, rgba(77,60,53,1) 100%);
background: linear-gradient(180deg, rgba(43,32,28,1) 60%, rgba(77,60,53,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2b201c",endColorstr="#4d3c35",GradientType=1);
    color: #fff;
    position: relative;
    overflow: hidden;
}
.block-1  .h1 {
    font-family: 'Cormorant SC';
    font-weight: 600;
    font-size: 80px;
    max-width: 880px;
    display: flex;
    flex-direction: column;
    margin-bottom: -2.5rem;
    position: relative;
    z-index: 1;
}
.block-1  .h1 span:first-child {

}
.block-1  .h1 span:nth-child(2) {
    text-align: center;
}
.block-1  .h1 span:last-child {
    text-align: right;
}
.block-1 p {
    line-height: 34px;
    margin-bottom: 4rem;
}
.block-1 .btn {
    margin-bottom: .3rem;
}
.btn {
    border-radius: 0;
    padding: .75rem 2rem;
    box-shadow: none!important;
}
.brd-btn {
    border: 3px solid;
    font-family: 'Cormorant SC';
    font-weight: 700;
    text-transform: uppercase;
    background: transparent;
    min-width: 235px;
}
.brd-btn:hover {
    color: #744121;
}
.btn-light {
    color: #EEEAE4; 

}
.btn-light:focus {
    color: #EEEAE4; 
    background: transparent;
}
.b1-cont {
    align-items: flex-end;
}
.b1-cont .col-4 {
    padding-right: 2rem;
}
.top-slider:before {
    position: absolute;
    content: "";
    right: 4rem;
    top: -80px;
    width: 165px;
    height: 165px;
    border-radius: 50%;
    background: #332823 url(../images/logo-2.png) no-repeat center;
    background-size: 100%;
    border: 7px solid #332823;
    z-index: 2;
}
.top-slider {
    position: relative;
}
.top-slider img {
    width: 100%;
}
.slick-dots li button::before {
    color: transparent;
    content: "";
}
.slick-dots li button {
    width: 100%;
    background: rgba(255,255,255,.25);
    height: 4px;
    padding: 0;
}
.slick-dots .slick-active button {
background: rgba(255,255,255,.65);
}
.slick-dots li {
    width: 100%;
    height: auto;
}
.slick-dots {
    bottom: 4rem;
display: flex;
padding: 0 2rem;
}
.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.title {
    font-family: 'Cormorant SC';
    font-weight: 700;
    font-size: 64px;
    display: inline-block;
}
.main-uslugi {
    padding: 7rem 0;
    overflow: hidden;
}
.main-uslugi .title {
    padding-right: 5rem;
    background:  url(../images/uslugi-ico.svg) no-repeat right center;
    background-size: 50px;
    line-height: 1.2;
    margin-bottom: 2rem;
}
.mu-slider {
  
    margin-right: -4rem;
    margin-bottom: 3.5rem;
}

.slick-prev {
    display: none!important;
}
.mu-slider .mu-wrapp {
 
    color: #6B6B6B;
    transition: .3s;

}
.mu-slider .slick-next::before {
  display: none;
} 
.mu-slider .slick-next {
    right: 0;
    width: calc(100% - 33.333%);
    height: 100%;
    background: rgb(238,234,228);
background: -moz-linear-gradient(270deg, rgba(238,234,228,0.8001794467787114) 0%, rgba(238,234,228,0) 70%);
background: -webkit-linear-gradient(270deg, rgba(238,234,228,0.8001794467787114) 0%, rgba(238,234,228,0) 70%);
background: linear-gradient(270deg, rgba(238,234,228,0.8001794467787114) 0%, rgba(238,234,228,0) 70%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eeeae4",endColorstr="#eeeae4",GradientType=1);
}
.mu-wrapp {

}
.mu-wrapp .h4 {
    padding-left: .5rem;
    font-size: 18px;
    font-weight: 400;
    border-bottom: 3px solid #D9D9D9;
    padding-bottom: .8rem;
    margin-bottom: .7rem;
    transition: .3s;
}
.mu-wrapp p {
    padding-left: .5rem;
    height: 140px;
    overflow: hidden;
    line-height: 1.7;
    padding-right: 3rem;
    transition: .3s;
}
.mu-price {
    padding-left: .5rem;
    font-size: 20px;
}
.mu-price .col:first-child {
    max-width: 130px;
}
.mu-price small {
    font-size: 16px;
}
.mu-bottom {
   float: right;
    margin-top: -6rem;
    position: relative;
}
.mu-slider .slick-current.slick-active .mu-wrapp {
    color: #000;

}
.mu-slider .slick-current.slick-active .mu-wrapp .h4  {
    border-bottom: 3px solid #000;
    
}
.mu-slider .slick-current.slick-active .mu-wrapp p,.mu-slider .slick-current.slick-active .mu-wrapp .mu-price {
    
}
.mu-wrapp .btn {
   opacity: 0;
   margin-top: 2.5rem;
   transition: .5s;
   margin-left: .5rem;
}
.mu-slider .slick-current.slick-active .mu-wrapp .btn {
    opacity: 1;
}
.link {
    text-decoration: underline;
}
.skeleton {
    padding: 1rem 0 4rem;
}
.skeleton-wrapp:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/sk.svg) no-repeat center;
    background-size: 100%;
}
.skeleton-wrapp {
    width: 1200px;
    height: 850px;
    
    position: relative;
}
.skelet {
    width: 390px;
    height: 700px;
    background: url(../images/skeleton.png) no-repeat center;
    background-size: 100%;
    position: absolute;
    left: 180px;
    top: 130px;
}
.skelet-parts {
    position: absolute;
    left: 390px;
    top: 150px;
    width: 700px;
}
.skelet-parts a:before {
    position: absolute;
    content: "";
    height: 1px;
    width: 500px;
    background: #000;
    bottom: 6px;
    left: 0;
    opacity: 0;
}
.skelet-parts.active a:before {
    opacity: 1;
}
.skelet-parts a {
    display: block;
    color: #000;
    position: relative;
    text-align: right;
    height: 20px;
    transition: .3s;
    cursor: pointer;
}
.skelet-parts .sp-drop.show a {
    cursor: initial;
    pointer-events: none;
}
.skelet-parts a b {
    display: block;
    position: absolute;
    left: 0;
    top: 6px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #65CBE1;
    position: relative;
}
.skelet-parts .sp-2 b, .skelet-parts .sp-3 b, .skelet-parts .sp-6 b, .skelet-parts .sp-5 b {
    z-index: 3;
}

.skelet-parts .sp-1 b:before {
    display: none;
    position: absolute;
    content: "";
    left: -24px;
top: -9px ;
width: 63px;
height: 83px;
    background: url(../images/head-active.svg) no-repeat center;
    background-size: 100% 100%;
}
.skelet-parts .sp-2 b:before {
    display: none;
    position: absolute;
    content: "";
    left: -66px;
    top: -14px;
    width: 121px;
    height: 90px;
    background: url(../images/neck.svg) no-repeat center;
    background-size: 100% 100%;
    z-index: 0;
}
.skelet-parts .sp-3 b:before {
    display: none;
    position: absolute;
    content: "";
    left: -54px;
    top: -43px;
    width: 110px;
    height: 135px;
    background: url(../images/breast.svg) no-repeat center;
    background-size: 100% 100%;
    z-index: 0;
}
.skelet-parts .sp-4 b:before {
    display: none;
    position: absolute;
    content: "";
    left: 0px;
    top: -75px;
    width: 232px;
    height: 255px;
    background: url(../images/hand.svg) no-repeat center;
    background-size: 100% 100%;
    z-index: 0;
}
.skelet-parts .sp-5 b:before {
    display: none;
    position: absolute;
    content: "";
    left: -13px;
    top: -35px;
    width: 33px;
    height: 66px;
    background: url(../images/waste.svg) no-repeat center;
    background-size: 100% 100%;
    z-index: 0;
}
.skelet-parts .sp-6 b:before {
    display: none;
    position: absolute;
    content: "";
    left: -73px;
    top: -40px;
    width: 105px;
    height: 80px;
    background: url(../images/hip.svg) no-repeat center;
    background-size: 100% 100%;
    z-index: 0;
}
.skelet-parts .sp-7 b:before {
    display: none;
    position: absolute;
    content: "";
    left: -32px;
    top: -165px;
    width: 142px;
    height: 374px;
    background: url(../images/legs.svg) no-repeat center;
    background-size: 100% 100%;
    z-index: 0;
}
.skelet-parts .sp-drop.show .sp-type b:before { 
    display: block;
}

.skelet-parts a:hover b {
    width: 20px;
    height: 20px;
    border: 2px solid #DE0909;
    top: 3px;
    left: -3px;
}
.skelet-parts .sp-drop.show b {
    border-color: transparent;
    background: transparent;
    top: 0;
    left: 0;
    border-width: 1px;
}

.skelet-parts .sp-drop a > span {
    display: none;
}
.skelet-parts.active a span {
    position: absolute;
    right: 100px;
    width: 300px;
    text-align: left;
    top: -4px;
    background: #eeeae4;
    padding-left: 5px;
    transition: .3s;
    display: block;
}
.skelet-parts  .sp-drop.show a > span,
.skelet-parts .sp-drop.show a::before, {
    display: none;
}
.skelet-parts a:hover span {
    font-size: 20px;
}
.skelet-parts .sp-drop:nth-child(1) {
    margin-bottom: 3.8rem;
}
.skelet-parts .sp-drop:nth-child(2) {
    margin-bottom: 2.5rem;
    margin-left: .3rem;
     
}
.skelet-parts .sp-drop:nth-child(3) {
    margin-bottom: 1.5rem;
}
.skelet-parts .sp-drop:nth-child(4) {
    margin-bottom: 2.4rem;
    margin-left: -140px;
}
.skelet-parts .sp-drop:nth-child(5) {
    margin-bottom: 1.9rem;
    margin-left: -.7rem;
    position: relative;
z-index: 4;
}
.skelet-parts .sp-drop:nth-child(6) {
    margin-bottom:9rem;
    margin-left: 1rem;
}
.skelet-parts .sp-drop:nth-child(7) {
    margin-left: -60px;
}
.sp-type {

}
.skelet-parts .dropdown-toggle::after {
    display: none;
}
.skelet-parts.line-hide a:before  {
    display: none;
}
.skelet-parts .sp-txt {
    white-space: normal;
    background: transparent;
    width: 500px;
    height: 420px;
    position: absolute;
    z-index: 4;
    left: auto !important;
    right: 0 !important;
    transform: none !important;
    top: 0;
    border: none;
 
}
.skelet-parts .sp-2 .sp-txt {
    top: -90px!important;
}
.skelet-parts .sp-3 .sp-txt {
    top: -140px!important;
}
.skelet-parts .sp-4 .sp-txt {
    top: -185px!important;
}
.skelet-parts .sp-5 .sp-txt {
    top: -245px!important;
}
.skelet-parts .sp-6 .sp-txt {
    top: -295px !important;
}
.skelet-parts .sp-7 .sp-txt {
    top: -460px!important;
}
.skelet-parts.line-hide a.active .sp-txt {
    display: block;
}
.sp-p {
    display: flex;
    flex-direction: column;
}
.sp-drop.show > .sp-drop a::before {
    display: none;
}
.skelet-parts a .sp-txt span:last-child {
    margin-top: 2rem;
 
}
.skelet-parts .sp-txt {
    cursor: initial;
    text-align: left;
}
.sp-txt .h5  {
    font-weight: 400;
    font-size: 33px!important;
    margin-bottom: 2rem;
    margin-top: 4rem;
}
.skelet-parts.line-hide a span {
    display: none;

}
.skelet-parts a .sp-txt span, .skelet-parts.line-hide a .sp-txt span {
    position: initial;
    margin-bottom: 1rem;
    font-size: 16px!important;
    width: auto;
    display: inline-block;
}
.btm-btn {
    margin-top: -3rem;
}
.btm-btn a {
    
}
.sertificates {
    background:  url(../images/waves-2.svg) no-repeat left 80px;
    background-size: 100%;
    padding-bottom: 10rem;
    padding-top: 7rem;
    overflow: hidden;
}
.sertificates .mob-btn {
    display: none;
}
.sertificates img {
    width: 100%;
    padding-left: 2rem;
}
.sert-form {
    padding-right: 3rem;
}
 .sert-top {
    align-items: end;
}
.sertificates .title  {
    flex-direction: column;
    display: flex;
    line-height: 1;
    margin-bottom: -4.5rem;
    padding-left: 5%;
    position: relative;
    z-index: 1;
}
.sertificates .title span {
    margin-left: 20%;
}
.sertificates .xl-img {

}
.sertificates .xs-img {
    display: none;
}
.title i {
    color: #fff;
    font-style: normal;
}
.sert-bottom {
    
    margin-top: 3rem;
}
.sert-bottom p {
    background: url(../images/gift.png) no-repeat left center;
    background-size: 50px 50px;
    padding-left: 70px;
    max-width: 600px;
    margin-bottom: 0;
}
.modal-content {
    border-radius: 0;
    background: #EEEAE4;
}
.modal-open header, .modal-open content, .modal-open footer {
    filter: blur(3px);
}
.modal-dialog  {
  margin: 0;
  max-width: 500px;
  position: absolute;
  width: 100%;
  left: calc(50% - 250px);
  top: calc(50% - 215px);
}
.modal-dialog .btn {
    width: 100%;
    margin-top: 1.5rem;
}
.modal-body {
    padding:3rem 3.5rem 4rem;
}
.modal-body .h4 {
    font-family: 'Cormorant SC';
    margin-bottom: 1.5rem;
}
.modal .close {
    background: url(../images/cross.svg) no-repeat left center;
    background-size: 24px 24px;
  position: absolute;
  right: 1rem;
  top: .7em;
  text-shadow: none;
  opacity: 1;
  width: 24px;
  height: 24px;
  z-index: 2;
}
.modal-backdrop.show {
  opacity: .75;
  background-color: #0f0502;
} 
.cont-mob {
    display: none;
}


/* ========== FOOTER ============= */
footer {
    color: #fff;
    padding: 2rem 0 1rem;
    background: rgb(49,37,33);
background: -moz-linear-gradient(180deg, rgba(49,37,33,1) 0%, rgba(68,55,51,1) 80%);
background: -webkit-linear-gradient(180deg, rgba(49,37,33,1) 0%, rgba(68,55,51,1) 80%);
background: linear-gradient(180deg, rgba(49,37,33,1) 0%, rgba(68,55,51,1) 80%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#312521",endColorstr="#443733",GradientType=1);
}
footer a {
    color: #fff;
}
footer a:hover {
    color: #fff;
    opacity: .5;
}
.soc-footer {
    margin-top: 1rem;
}
.soc-footer a {
    margin-left: 1.5rem;
}
.soc-footer a:first-child {
    margin-left: 0;
}
.logo-footer img {
    max-width: 300px;
    width: 100%;
}
.adress-footer, .cont-footer {
    padding-top: 3rem;
}
.af-1 {
    padding-left: 3.5rem;
    background:  url(../images/map-ico.svg) no-repeat left center;
    background-size: 34px;
    padding-top: .5rem;
    padding-bottom: .5rem;
}
.af-2 {
    padding-left: 3.5rem;
    background:  url(../images/loc.svg) no-repeat left center;
    background-size: 34px;

}

.respons-menu {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: -22px;
}
.respons-navbar {
  width: 100%;
}
.respons-nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 62px;
}
.respons-navbar .menu-items {
  display: flex;
}
.respons-navbar .respons-nav-container li {
  list-style: none;
}
.respons-navbar .respons-nav-container li a {
  text-decoration: none;
  color:#fff;
  font-weight: 400;
  font-size: 18px;
  padding: 0.5rem;
  text-decoration: underline;
}
.respons-navbar .respons-nav-container a:hover{
     
}
.respons-nav-container {
  display: block;
  /*position: relative;*/
  height: 0px;
}
.respons-nav-container .dropdown-menu {
    width: 100%;
    text-align: center;
    background: #eaeef5;
    border-radius: 0;
    left: 5px !important;
    border: none;
}
.respons-nav-container .checkbox {
  position: absolute;
  display: block;
  height: 32px;
  width: 32px;
  top: 22px;
  right: 2rem;
  z-index: 5;
  opacity: 0;
  cursor: pointer;
}
.respons-nav-container .hamburger-lines {
  display: block;
  height: 25px;
  width: 32px;
  position: absolute;
  top: 26px;
  right: 2rem;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.respons-nav-container .hamburger-lines .line {
  display: block;
  height: 3px;
  width: 100%;
 
  background: #fff;
}
.respons-nav-container .hamburger-lines .line1 {
  transform-origin: 0% 0%;
  transition: transform 0.4s ease-in-out;
}
.respons-nav-container .hamburger-lines .line2 {
  transition: transform 0.2s ease-in-out;
}
.respons-nav-container .hamburger-lines .line3 {
  transform-origin: 0% 100%;
  transition: transform 0.4s ease-in-out;
}
.respons-navbar .menu-items {
    padding-top: 1.4rem;
    margin-top: 0;
  background: #2B201C url(../images/logo-3.png) no-repeat left 305px;
  background-size: 65%;
  /*box-shadow: inset 0 0 2000px rgba(255, 255, 255, .9);*/
  height: 100vh;
  width: 100%;
  transform: translate(-150%);
  display: flex;
  flex-direction: column;
  transition: transform 0.5s ease-in-out;
  min-height: 570px;
  position: relative;
}
.respons-navbar .menu-items:before {
    position: absolute;
    content: "";
    left: 2rem;
    top: 60px;
    height: 270px;
    width: 1px;
    background: #fff;
}
.respons-navbar .menu-items:after {
     position: absolute;
    content: "";
    left: 1rem;
    top: 74px;
    height: 1px;
    width: 100%;
    background: #fff;
}
.respons-soc {
    margin-top: 1rem;
    
    width: 200px;

    padding-left: 4rem;
    background-size: 110%;
    display: flex;
    flex-direction: column;
}
.respons-soc a {
    width: 32px;
}
.respons-soc a:nth-child(1) {
    margin-top: -1rem;
}
.respons-soc a:nth-child(2) {
    margin-left: 6.5rem;
margin-bottom: 3rem;
}
.respons-soc a:nth-child(3) {
    margin-left: 9.5rem;
margin-bottom: 3.5rem;
}
.respons-soc a:nth-child(4) {
    margin-left: 10rem;
}
.respons-navbar .brd-btn {
  margin-left: -150px;
    position: absolute;
    bottom: 12%;
    left: 50%;
    width: 300px;
}
.respons-navbar .menu-items ul {
    margin-top: 1rem;
    margin-left: 2rem;
    padding-left: 2rem;
}
.respons-navbar .menu-items li {
  margin-bottom: 2rem;
}
.respons-nav-container input[type="checkbox"]:checked ~ .menu-items {
  transform: translateX(0);
}
.respons-nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line1 {
  transform: rotate(45deg);
}
.respons-nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line2 {
  transform: scaleY(0);
}
.respons-nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line3 {
  transform: rotate(-45deg);
}
.respons-nav-container input[type="checkbox"]:checked ~ .logo{
  display: none;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #000;
  background-color: transparent;
  outline: none;
  border: none;
  text-decoration: underline;
}
.nav {
    justify-content: center;
}
.nav-link {
  display: block;
  padding: .5rem 1rem;
  background: transparent;
  border: none;
  color: #606060;
  font-size: 18px;
  border: none!important;
  outline: none!important;
}
.sert-form .brd-btn {
    width: 100%;
    margin-top: 1.5rem;
    color: #797776;
}
.sert-form .brd-btn:hover {
    color: #744121;
}
.form-control {
    height: calc(1.5em + 1rem + 4px);
    border-radius: 0;
    border: none;
}
.cont-info {
    background: #fff;
    border-radius: 0 0 0 100px;
    padding-left: 3rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    height: 450px;
}
.cont-info .h4 {
    font-size: 16px;
    margin-top: 2rem;
}
.cont-info p {
    margin-bottom: 10px;
}
.cont-info a {
    color: #000;
}
.cont-links {
    text-align: right;
    margin-bottom: .75rem;
}
.cont-links a {
    margin-left: 1rem;
}
.cont-map {
    border-radius:  0 100px 0 0;
    overflow: hidden;
}
.cont-wrapp {
    max-width: 900px;
    background: url(../images/lavanda.png) no-repeat -200px center;
    background-size: 200px;
    margin-bottom: -2rem;
 
}
.contacts .title {
    padding-left: 18%;
    position: relative;
    z-index: 1;
}
.main-cont {
    margin-top: -5.3rem;
}
.mob-block-1 {
    display: none;
    color: #fff;
    background: url(../images/bg.png) no-repeat;
    padding-top: 100px;
    padding-bottom: 20px;
    background-size: cover;
  
    padding-left: 2rem;
    padding-right: 2rem;
}
.mob-block-1 .h1 {
    font-family: 'Cormorant SC';
    font-weight: 700;
    font-size: 30px;
    display: flex;
    flex-direction: column;
    max-width: 355px;
    margin: 0 auto 5rem;
}
.mob-block-1 .h1 span:nth-child(2) {
  text-align: center;
}
.mob-block-1  .h1 span:last-child {
  text-align: right;
}
.mob-block-1 a {
    color: #fff;
    background: url(../images/phone.svg) no-repeat;
    padding-left: 30px;
    background-size: 23px 24px;
}
.mob-map {
    display: none;
    margin-top: 1rem;
    margin-bottom: 5rem;
    margin-left: -2rem;
    margin-right: -2rem;
}

.mob-map .btn {
  margin-top: 1.5rem;
margin-left: 2rem;
margin-right: 2rem;
display: block;
}
.respons-logo {
    margin-bottom: 2.5rem;
    margin-left: 3.5rem;
}
.respons-logo img {

}
.individ {
    background: url(../images/group-225.svg) no-repeat center;
    padding-top: 170px;
    padding-bottom: 4rem;
}
.individ .container {
    max-width: 900px;
}
.individ .title {
  flex-direction: column;
  display: flex;
  line-height: 1;
  margin-bottom: -4rem;
  padding-left: 5%;
  position: relative;
  z-index: 1;
}
.individ .title span {
margin-left: 37%;
margin-top: -.5rem;
}
.individ .btn {
    margin:  2rem auto 0;
}
.individ .row {
    align-items: flex-end;
}
.individ .row .col:first-child {
    padding-right: 0;
    padding-left: 2rem;
}
.individ .row .col:last-child {
    padding-left: 0;
    padding-right: 2rem;
}
.about  {
    padding: 7rem 0;
}
.about .title {
  padding-right: 5rem;
  background: url(../images/ab-t.svg) no-repeat right center;
  
  background-size: 50px;
  line-height: 1.2;
  margin-bottom: 2rem;
}
.t-mob {
    display: none;
}
.about p {
    line-height: 1.7;
    margin-bottom: 1.5rem;
}
.about img {
    
}
.about  .row .col:first-child {
    padding-right: 3rem;

}
.method {
     padding: 2rem 0 7rem;
     line-height: 1.7;
}
.method .row .col:last-child {
    flex: 2;
}
.method .row .col:last-child img {
    width: 100%;
    margin-bottom: 1.5rem;
}
.method .bottom-btn {
    text-align: right;
    margin-top: 3rem;
}
.arr-btn:before {
    position: absolute;
    content: "";
    background: url(../images/arr.svg) no-repeat center;
    background-size: 100%;
    width: 55px;
    height: 8px;
    right: 20px;
    top: calc(50% - 4px);
}
.arr-btn {
    
    padding-right: 6rem;
    padding-left: 2rem;
    position: relative;
}

.my-instagram {
    padding: 0 0 2rem;
}
.my-instagram img {
    width: 100%;
    margin-bottom: 2rem;
}
.my-instagram .row .col:nth-child(2) {
    flex: 18.555%;
}
.news-inst {
    padding-bottom: 7rem;
}
.news-inst .h3 {
    font-family: 'Cormorant SC';
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 400;
}
.news-inst .container {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.news-inst a {
    font-size: 24px;
    font-family: 'Cormorant SC';
    margin-bottom: 1.5rem;
}
.news-inst img {
    width: 70px;
}
.uslugi {
    background: url(../images/waves-uslugi.svg) no-repeat top center;
    padding-top: 140px;
    padding-bottom: 4rem;
}
.uslugi .title {
  padding-right: 5rem;
  background: url(../images/uslugi-ico.svg) no-repeat right center;
  background-size: 50px;
  line-height: 1.2;
  margin-bottom: 2rem;
}
.u-row {

}
.u-wrapp {
    padding: 2rem;
    background: #fff;
    height: 850px;
    position: relative;
    margin-bottom: 2rem;
}
.u-img {
    width: 100%;
    border-radius: 150px 0 150px 0;
}
.u-row .col-6:nth-child(2) .u-img, .u-row .col-6:nth-child(3) .u-img, .u-row .col-6:nth-child(7) .u-img {
    width: 100%;
    border-radius: 150px 0 150px 0;
}
.u-row .col-6:nth-child(1) .u-img, .u-row .col-6:nth-child(4) .u-img, .u-row .col-6:nth-child(5) .u-img, .u-row .col-6:nth-child(8) .u-img, .u-row .col-6:nth-child(9) .u-img  {
  
   border-radius: 0 150px 0 150px;
}

.u-title {
    font-size: 40px;
    font-family: 'Cormorant SC';
    font-weight: bold;
    align-items: center;
    margin: 1rem 0;
}
.u-title .col:last-child {
    flex:  11;
}
.u-title span {
    line-height: 1;
display: block;
}
.u-title img {
    margin-right: 1rem;
}
.u-wrapp p {
    line-height: 1.7;
    margin-bottom: 2rem;
}
.u-price span {
    font-size: 20px;
    margin-right: 1rem;
    font-weight: 500;
}
.u-price small {
    font-size: 16px;
}
.u-wrapp .link img {
    margin-right: 1rem;
    vertical-align: bottom;
}
.u-wrapp .brd-btn {
    margin-top: 4rem;
    margin-bottom: 2rem;
    position: absolute;
    bottom: 1rem;
    left: 2rem;
}

.sert-xl {
    margin-top: 50px;
    padding-top: 120px;
    padding-bottom: 350px;
    background: #1c0b08 url(../images/sert-bg-2.png) no-repeat center;
    background-size: cover;
}
.sert-xl .title {
    color: #fff;
    padding-right: 4.8rem;
    background: url(../images/sert-ico.svg) no-repeat right 25px;
    background-size: 50px;
    font-size: 50px;
}
.sert-xl .sert-form {
    background: #EEEAE4;
    max-width: 450px;
    padding: 2.5rem;
    margin: 0 auto;
}
.sert-form-title {
    color: #fff;
    font-size: 40px;
    font-family: 'Cormorant SC';
    font-weight: bold;
    max-width: 450px;
    margin: 7rem auto 1rem;
 
}
.sert-bottom.sert-bottom-xl {
  margin-bottom: 3rem;
}


.select {
    display: block;
    width: 100%;
    position: relative;
}

.new-select:before {
    position: absolute;
    content: " ";
    right: 10px;
    top: 11px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    background: url(../images/right-arrow.png) no-repeat center;
    background-size: 12px;
    opacity: .5;
    display: block;
    
}
.new-select.on:before {
    display: none;
}
.new-select:after {
    display: none;
}
.new-select.on:after {
    position: absolute;
    content: " ";
    right: 10px;
    top: 11px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    background: url(../images/right-arrow.png) no-repeat center;
    background-size: 12px;
    opacity: .5;
    display: block;
}
.new-select {
    position: relative;
    border: 0;
    height: calc(1.5em + 1rem + 4px);
    background: #fff;
    padding: 10px 15px;
    cursor: pointer;
    user-select: none;
    color: #60676f;
}
.new-select__list {
    position: absolute;
    top: 45px;
    left: 0;
    border: 1px solid #ced4da;
    cursor: pointer;
    width: 100%;
    z-index: 2;
    background: #fff;
    user-select: none;
    color: #60676f;
}
.modal-content .new-select__list {
    height: 200px;
    overflow-y: scroll;
 }

.new-select__list.on {
    display: block;
}

.new-select__item span {
    display: block;
    padding: 12px 15px;
border-bottom: 1px solid #eee;
}

.new-select__item span:hover {
    color: #000;
}


.new-select.on:after {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
         -o-transform: rotate(90deg);
            transform: rotate(90deg);
}

.sert-xl-mob {
    display: none;
}
.p-mob {
    display: none;
}

body #cme-container #cme-btn.cme-tpl-default {
    display: none!important;
}
.result-message {
    margin-top: 1rem;
    text-align: center;
}
.callme-error {
  margin-bottom: -.5rem;
  color: red;
  font-size: 14px;
  
}
.modal-body {
    position: relative;
}
.modal-body .result-message {
    /*position: absolute;
    left: 3.5rem;
    top: 3rem;
    height: calc(100% - 7rem);
    width: calc(100% - 7rem);
    background: #EEEAE4;*/
}
.modal-body .callme-success {
    position: absolute;
    background: #eeeae4;
    top: 3rem;
    width: calc(100% - 7rem);
    height: calc(100% - 7rem);
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.modal-body .callme-success h2 {
    font-size: 24px;
    font-family: 'Cormorant SC';
    font-weight: 700;
    margin-bottom: 1rem;
}



/* ============== RESPONSIVE =============== */
@media (max-width: 1160px) {
    .skeleton-wrapp {
        transform: scale(.85);
        margin-left: -10%;
    }
    .top-slider::before {
        display: none;
    }
    .sertificates .title {
      padding-left: 0;
    }
    .sert-form,.sertificates .title {
      padding-right: 0rem;
    }
}

@media (max-width: 1060px) {
    .container {
      padding: 0 2rem;
    }
    .header {
        padding-top: 1.3rem;
    }
    .header-col {
        /*max-width: 220px;
        position: relative;
        z-index: 3;*/
    }
    .respons-menu {
        display: block;
    }
    .top-menu, .top-tel, .top-soc .telegram {
        display: none;
    }
    .top-soc {
        padding-left: 0px;
    float: right;
    padding-right: 5rem;
    }
    .top-soc a {
        margin-left: 0;
    }
    .block-1 {
        padding: 7rem 0;
    }
    .skeleton-wrapp {
        margin-left: -20%;
    }
    .sertificates {
        padding-top: 2rem;
    }
    .sertificates .title {
        margin-bottom: -2.7rem;
    }
    .sertificates .title span {
      margin-top: -1rem;
      color: #fff;
    }
    .sert-bottom {
         
    }
    .sertificates img {
        padding-left: 0;
    }
    .title {
        font-size: 54px;
    }
    .sert-form {
        display: none;
    }
    .sert-top {
        justify-content: center;
    }
    .sertificates .col-8 {
      flex: 100%;
      max-width: 100%;
      padding: 0;
      
    }
    .sertificates-main .col-8  {
        margin-left: -4rem;
      margin-right: -4rem;
      max-width: calc(100% + 4rem);
    }
    .main-cont .col-3 {
        display: none;
    }
    .main-cont {
      margin-top: -2.8rem;
    }
    .sertificates .mob-btn {
        display: block;
        color: #000;
        margin-top: 2rem;
        margin-left: 3rem;
        margin-right: 3rem;
    }
    .sertificates .mob-btn:hover {
        color: #744121;
    }
    .contacts .title {
        padding-left: 0;
    }
    .u-title {
        font-size: 30px;
    }
}

@media (max-width: 900px) {
    .t-desc {
        display: none;
    }
    .t-mob,.p-mob {
        display: inline-block;
    }
    .block-1 {
        display: none;
    }
    .skeleton {
        display: none;
    }
    .mob-block-1 {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    header {
        background: transparent;
    }
    header.active {
        background: #2B201C;
    }
    header .container:before {
        position: absolute;
        content: "";
        left: 1rem;
        bottom:-1.3rem;
        width: calc(100% - 2rem);
        height: 1px;
        background: #fff;
    }
    header.active .container:before {
        height: 0;
    }
    .u-price {
        flex: 100%;
        margin-bottom: 1rem;
    }
    .individ, .method, .my-instagram, .about-img,.sert-xl  {
        display: none;
    }
    .about:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 350px;
        top: 0;
        left: 0;
        background: url(../images/ab-2.png) no-repeat center;
        background-size: cover;
    }
    .about:after {
        position: absolute;
        content: "";
        width: 320px;
        height: 380px;
        bottom: 70px;
        left: calc(50% - 160px);
        background: url(../images/about-mob-2.png) no-repeat center;
        background-size: cover;
    }
    .about {
        position: relative;
        padding-top: 290px;
        padding-bottom: 500px;
    }
    .about .title {
        color: #fff;
        background: url(../images/flower-1.svg) no-repeat right center;
        background-size: 40px;
        padding-right: 3.5rem;
        margin-bottom: 3rem;
    }
    .news-inst .h3 {
        font-size: 18px;
    }
    .sert-bottom {
        display: none;
    }
    .sert-xl-mob {
        padding-top: 100px;
        display: block;
        background-image: none;
    }
    .uslugi {
        padding-top: 110px;
    }
    .uslugi .title {
        padding-right: 3.5rem;
        background-size: 40px;
    }
    .select {
        margin-bottom: 1rem;
    }
    .sert-xl-mob .sert-top {
      margin-left: -2rem;
      margin-right: -2rem;
    }
    .sert-bottom.sert-bottom-xl {
        display: block;
    }
    .sertificates.sert-xl-mob .mob-btn {
      margin-top: 2rem;
      margin-left: 2rem;
      margin-right: 2rem;
    }
    .sert-bottom.sert-bottom-xl p {
      background: url(../images/gift-2.svg) no-repeat bottom;
        background-size: 50px 85px;
        padding-left: 0;
        padding-bottom: 120px;
 
    }
    .sert-bottom.sert-bottom-xl {
      margin-top: 0rem;
    }
    .sertificates .xl-img {
        display: none;
    }
    .sertificates .xs-img {
        display: block;
    }
}

@media (max-width: 800px) { 
     footer .row {
        flex-direction: column-reverse;
    }
    .adress-footer, .cont-footer {
      flex: 100%;
      max-width: 100%;
    }
    .adress-footer {
        margin-bottom: 1rem;
        padding-right: 0;
    }
    .af-1 {
        height: auto;
    }
    .logo-footer {
        text-align: center;
        margin-bottom: 1rem;
    }
    .logo-footer img {
      max-width: 220px;
    }
    .u-row {
      flex-direction: column;
    }
    .u-row .col-6 {
        flex: 100%;
        max-width: 100%;
    }
    .u-wrapp {
        height: auto;
    }
    .u-img {
        border-radius: 0 !important;
    }
    .u-title .col:first-child {
        display: none;
    }
    .u-wrapp {
        padding: 1rem;
    }
    .u-wrapp .brd-btn {
      margin-top: 3rem;
      margin-bottom: 1rem;
      position: initial;
      width: 100%;
    }
}

@media (max-width: 700px) {
    .modal-body .callme-error {
      margin-bottom: .5rem;
    }
    .title {
        font-size: 36px;
    }
    .main-uslugi .title {
        padding-right: 3.5rem;
        background: url(../images/uslugi-ico.svg) no-repeat right top;
        background-size: 36px;
    }
    .mu-bottom {
        display: none;
    }
    .main-uslugi {
        padding: 4rem 0 0;
    }
    .modal-dialog {
        max-width: 300px;
        left: calc(50% - 150px);
    }
    .modal-body {
      padding: 1.5rem 2rem 2rem;
    }
    .modal-body .h4 {
      margin-bottom: 1rem;
    }
    .modal-dialog .btn {
        margin-top: .5rem;
    }
    .modal .close {
         background-image: url(../images/cross-2.svg);
        right: 0rem;
        top: -1.3em;
    }
    .modal-body .callme-success {
      top: 0;
      width: calc(100% - 3.8rem);
      height: calc(100% - 2rem);
    }
}

@media (max-width: 600px) {
    .modal-content .new-select__list {
        height: 210px;
    }
    .mu-wrapp .h4, .mu-price, .mu-wrapp p {
        padding-left: 0;
    }
    .mu-wrapp .h4:before {
        position: absolute;
        content: "";
        right: 30px;
        bottom: -3px;
        z-index: 2;
        height: 3px;
        width: 30px;
        background: #D9D9D9;
    }
    .mu-wrapp .h4 {
        position: relative;
    }
    .mu-wrapp .btn {
        margin-left: 0;
    }
    .cont-wrapp .col-6.p-0, .cont-links {
        display: none;
    }
    .sertificates .title {
      margin-bottom: -2rem;
    }
    .sertificates .title span {
        margin-top: 0;
    }
    .cont-info {
        background: transparent url(../images/lavanda-2.png) no-repeat right top;
        padding-left: 15px;
        height: auto;
    }
    .cont-info p {
      margin-bottom: 5px;
    }
    .sertificates {
        padding-bottom: 4.5rem;
    }
    .sert-xl-mob {
        padding-bottom: 4rem;
    }
    .sert-bottom.sert-bottom-xl {
      margin-bottom: 5rem;
    }
    .mob-map {
        display: block;
        
    }
    .mu-slider .mu-wrapp .btn {
      opacity: 1;
      width: calc(100% - 4rem);
    }
    .mu-slider .slick-next {
        width: 30%;
    }
    .nav-link {
        font-size: 16px;
        padding: .5rem;
    }
    .form-control {
        margin-bottom: 1rem;
    }
    .nav {
      justify-content: space-between;
    }
    .new-select__item span {
      padding: 10px 15px;
      font-size: 14px;
    }
    .cont-mob {
        display: block;
    }
    .cont-mob .title {
        background: url(../images/loc-2.svg) no-repeat right center;
        background-size: 21px;
        padding-right: 2rem;
        margin-top: 4rem;
    }

}

@media only screen and (max-width: 400px){
    .top-soc {
        padding-right: 4rem;
    }

@media only screen and (max-width: 380px){
    .mob-block-1 .h1 {
        font-size: 27px;
    }
}

@media only screen and (max-width: 350px){
    body:before {
        position: absolute;
        content: "Sorry, the site is not displayed on devices with a resolution less than 350px";
        width: 100%;
        height: 100%;
        background: #111C32;
        color: #EDF2F9;
        z-index: 9999;
        font-size: 1.3rem;
        text-shadow: -1px 1px 1px rgba(0,0,0,.75);
        left: 0;
        top: 0;
        display: flex;
        align-items: center;
        padding: 5rem;
    }
   body {
        text-align: center;
        overflow: hidden;
    }
}
