/*
    01. HEADER
    02. HOME SLIDER
    03. SERVICE
    04. O CENTER
    05. CONDITION STAY
    06. STAGE TREATMENT
    07. APPRECIATION
    08. FAQ
    09. ADVANTAGES
    10. FOTOGALLERY
    11. ADDITIONAL SERVICE
    12. SERTIFICAT
    13. FOOTER
    14. POPUPS
*/

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Medium.eot');
    src: url('../fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Medium.woff2') format('woff2'),
        url('../fonts/Roboto-Medium.woff') format('woff'),
        url('../fonts/Roboto-Medium.ttf') format('truetype'),
        url('../fonts/Roboto-Medium.svg#Roboto-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.eot');
    src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Regular.woff2') format('woff2'),
        url('../fonts/Roboto-Regular.woff') format('woff'),
        url('../fonts/Roboto-Regular.ttf') format('truetype'),
        url('../fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/RobotoCondensed-Regular.eot');
    src: url('../fonts/RobotoCondensed-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/RobotoCondensed-Regular.woff2') format('woff2'),
        url('../fonts/RobotoCondensed-Regular.woff') format('woff'),
        url('../fonts/RobotoCondensed-Regular.ttf') format('truetype'),
        url('../fonts/RobotoCondensed-Regular.svg#RobotoCondensed-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Bold.eot');
    src: url('../fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Bold.woff2') format('woff2'),
        url('../fonts/Roboto-Bold.woff') format('woff'),
        url('../fonts/Roboto-Bold.ttf') format('truetype'),
        url('../fonts/Roboto-Bold.svg#Roboto-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Light.eot');
    src: url('../fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Light.woff2') format('woff2'),
        url('../fonts/Roboto-Light.woff') format('woff'),
        url('../fonts/Roboto-Light.ttf') format('truetype'),
        url('../fonts/Roboto-Light.svg#Roboto-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.eot');
    src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/Poppins-Medium.woff') format('woff'),
        url('../fonts/Poppins-Medium.ttf') format('truetype'),
        url('../fonts/Poppins-Medium.svg#Poppins-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.eot');
    src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Bold.woff2') format('woff2'),
        url('../fonts/Poppins-Bold.woff') format('woff'),
        url('../fonts/Poppins-Bold.ttf') format('truetype'),
        url('../fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    list-style: none;
    border: none;
    box-sizing: border-box;
}

body {
    font: 20px/25px 'Roboto Condensed', sans-serif;
    color: #8A869B;
}

a {text-decoration: none;}
a:hover {text-decoration: underline;}

h2.title {
    font: bold 60px 'Poppins', sans-serif;
    color: #4E4E4E;
    margin-bottom: 15px;
    text-align: center;
    opacity: 0;
    transform: translateY(-200px);
    transition: transform 1s ease-in, opacity 0.5s ease-in;
}
h2.title.active {
    transform: translateY(0px);
    opacity: 1;
}

h2.title.line {
    text-align: left;
    position: relative;
    padding-left: 90px;
}
h2.title.line:after {
    content: '';
    display: block;
    width: 60px;
    height: 5px;
    background: #56516B;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

img {
    max-width: 100%;
    height: auto;
}

form br {display: none;}

input, textarea {
    display: inline-block;
    min-height: 50px;
    padding: 0 20px;
    font: 300 25px 'Roboto', sans-serif;
    color: #C4C4C4;
    border-radius: 12px;
    outline: none;
}

textarea {
    min-height: 130px;
    max-height: 130px;
    resize: none;
    padding: 15px 20px;
}

input::-webkit-input-placeholder {color:#C4C4C4;}
input::-moz-placeholder          {color:#C4C4C4;}/* Firefox 19+ */
input:-moz-placeholder           {color:#C4C4C4;}/* Firefox 18- */
input:-ms-input-placeholder      {color:#C4C4C4;}

textarea::-webkit-input-placeholder {color:#C4C4C4;}
textarea::-moz-placeholder          {color:#C4C4C4;}/* Firefox 19+ */
textarea:-moz-placeholder           {color:#C4C4C4;}/* Firefox 18- */
textarea:-ms-input-placeholder      {color:#C4C4C4;}

span.wpcf7-not-valid-tip {
    color: #730707;
    font-size: 13px;
    font-weight: normal;
    display: block;
    background: #ad7878;
    padding: 5px 10px;
    margin-bottom: 10px;
    border-radius: 10px;
}

div.wpcf7-response-output {
    margin: 10px 0 0 0;
    background: #00d82b;
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    border: none !important;
    font-size: 13px;
    line-height: 13px;
    border-radius: 10px;
}

div.wpcf7 .ajax-loader {
    display: block;
    background-image: url(../img/loader.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px;
    width: 30px;
    height: 30px;
    border: none;
    padding: 0;
    margin: 0 auto 10px auto;
}

.center {
    width: 100%;
    max-width: 1540px;
    min-width: 250px;
    margin: 0 auto;
    padding: 0 15px;
}

.d-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.d-flex_col {flex-direction: column !important;}
.d-flex_vtop {align-items: flex-start !important;}
.d-flex_vbottom {align-items: flex-end !important;}
.d-flex_vcenter {align-items: center !important;}
.d-flex_htop {justify-content: flex-start !important;}
.d-flex_hbottom {justify-content: flex-end !important;}
.d-flex_hcenter {justify-content: center !important;}

.t-right {text-align: right;}
.t-left {text-align: left;}
.t-center {text-align: center;}

.not-padding {padding: 0 !important;}

.btn {
    font-size: 17px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #fff;
    display: inline-block;
    padding: 17px 25px;
    border-radius: 50px;
    background: #00D82B;
    border: 1px solid #00D82B;
    text-transform: uppercase;
    transition: all 0.3s ease-out;
    cursor: pointer;
}

.btn:hover {
    text-decoration: none;
    background: #fff;
    color: #000;
    border-color: #fff;
}

.btn-nav {
    width: 40px;
    display: none;
}

.btn-nav span {
    display: block;
    width: 100%;
    height: 3px;
    margin-bottom: 5px;
    background: #fff;
}
.btn-nav span:last-child {margin-bottom: 0;}

.pulse {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    animation: radial-pulse 1s infinite;
    position: fixed;
    right: 40px;
    bottom: 40px;
    z-index: 999999;
    background: #584d89 url(../img/ic-whatsapp.svg) no-repeat center;
    background-size: 35px;
}

@keyframes radial-pulse {
    0% {
        box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.5);
    }
    100% {
        box-shadow: 0 0 0 40px rgba(0, 0, 0, 0);
    }
}

.slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
    display: flex;
    justify-content: center;
}

.slick-dots li {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 1px solid #fff;
    margin: 0 10px;
}

.slick-dots li.slick-active {background: #fff;}

.slick-dots button {display: none;}

.box {padding: 100px 0;}

.descr {
    margin-bottom: 35px;
    margin-right: auto;
    margin-left: auto;
    max-width: 700px;
}

.logged-in #header {top: 32px !important;}

.hidden {overflow: hidden;}

/* --------------------------------------------------------------
    01. HEADER
--------------------------------------------------------------- */
#header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 2;
    padding: 20px 0;
}

#header .center {
    align-items: center;
}

.logo {
    font: 500 48px 'Poppins', sans-serif;
    text-transform: uppercase;
    color: #fff;
}

.logo:hover {text-decoration: none;}

.nav ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav ul li a {
    font: 300 16px 'Roboto', sans-serif;
    text-transform: uppercase;
    color: #fff;
    display: block;
    padding: 0 30px;
}

.contacts .tel {
    font: bold 23px 'Roboto', sans-serif;
    color: #fff;
}

.contacts .tel .ic {
    display: inline-block;
    vertical-align: middle;
    width: 26px;
    height: 26px;
    margin-right: 15px;
}
.contacts .tel .ic-tel {background: url(../img/ic-tel.png) no-repeat;}
.contacts .tel .ic-whatsapp {
    background: url(../img/ic-whatsapp.png) no-repeat;
    background-size: 35px;
    width: 35px;
    height: 35px;
}

.contacts .tel:hover {text-decoration: none;}

/* --------------------------------------------------------------
    02. HOME SLIDER
--------------------------------------------------------------- */
#home-slider {
    position: relative;
    height: 100vh;
}

.home-slider_slide {
    position: relative;
    height: 100vh;
    background-size: cover;
    background-repeat: center;
}

.home-slider_slide-layer {
    background: url(../img/home-slider-layer-2.png) no-repeat right bottom;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: 2;
}

.home-slider_slide .center {
    position: absolute;
    left: 50%;
    height: 100%;
    transform: translateX(-50%);
    z-index: 1;
    overflow: hidden;
}

.home-slider_slide .cont {
    position: absolute;
    top: 50%;
    min-width: 2000px;
    color: #fff;
    transition: left 0.5s ease-in;
    transform: translate(100%, -50%);
}

.home-slider_slide.slick-active .cont {
    animation: slide 1s 2s ease-in-out forwards;
}

@keyframes slide {
    0% {transform: translate(100%, -50%);}
    100% {transform: translate(0, -50%);}
}

.home-slider_slide h3 {
    font: bold 60px/60px 'Poppins', sans-serif;
    margin-bottom: 20px;
}

.home-slider_slide p {
    margin-bottom: 35px;
}

/* --------------------------------------------------------------
    03. SERVICE
--------------------------------------------------------------- */
.service-list img {
    width: 100%;
}

.service-list .service-item {
    width: 23.5%;
    margin-right: 2%;
    position: relative;
}

.service-list .service-item:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(to bottom, rgba(255,255,255,0), #002A27);
    z-index: 1;
}

.service-list .service-item:last-child {margin-right: 0;}

.service-list .service-item p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 25px;
    font-size: 25px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    padding: 0 15px;
    z-index: 2;
}

/* --------------------------------------------------------------
    04. O CENTER
--------------------------------------------------------------- */
#o-center {
    position: relative;
}

#o-center .center {
    align-items: center;
}

.o-center_descr {
    width: 40%;
    min-height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.o-center_thumb {
    width: 52.5%;
    min-height: 600px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 300px 0 0 300px;
    overflow: hidden;
}

/* --------------------------------------------------------------
    05. CONDITION STAY
--------------------------------------------------------------- */
#condition-stay {
    background: url(../img/bg-condition-stay.jpg) no-repeat center;
    background-size: cover;
}

#condition-stay .title {color: #fff;}
#condition-stay .title:after {background: #fff;}

.condition-wrap_list {
    padding-top: 80px;
    align-items: center;
    justify-content: center;
}

.condition-wrap_list .list li {
    display: flex;
    align-items: center;
    margin: 25px 0;
}

.condition-wrap_list .list li p {
    font: 300 25px 'Roboto', sans-serif;
    color: #fff;
}

.condition-wrap_list .left-list p {margin-right: 30px;}

.condition-wrap_list .left-list li {justify-content: flex-end;}
.condition-wrap_list .left-list li:nth-child(2),
.condition-wrap_list .left-list li:nth-child(3) {padding-right: 100px;}

.condition-wrap_list .right-list p {margin-left: 30px;}

.condition-wrap_list .right-list li:nth-child(2),
.condition-wrap_list .right-list li:nth-child(3) {padding-left: 100px;}


.condition-wrap_list .center-list i.house {
    width: 325px;
    height: 300px;
    background: url(../img/house.svg) no-repeat;
    display: inline-block;
}

.condition-wrap_list .list i {
    display: inline-block;
    width: 107px;
    height: 107px;
    background-repeat: no-repeat;
}
.condition-wrap_list .list i.wi-fi {
    background-image: url(../img/wi-fi.svg);
}
.condition-wrap_list .list i.vip {
    background-image: url(../img/vip.svg);
}
.condition-wrap_list .list i.sport {
    background-image: url(../img/stanga.svg);
}
.condition-wrap_list .list i.auto {
    background-image: url(../img/auto.svg);
}
.condition-wrap_list .list i.tv {
    background-image: url(../img/tv.svg);
}
.condition-wrap_list .list i.time {
    background-image: url(../img/time.svg);
}
.condition-wrap_list .list i.video {
    background-image: url(../img/video.svg);
}
.condition-wrap_list .list i.kazan {
    background-image: url(../img/kazan.svg);
}

/* --------------------------------------------------------------
    07. APPRECIATION
--------------------------------------------------------------- */

#appreciation {position: relative;}

.stage-treatment-list {
    justify-content: flex-start;
}

.stage-treatment-list .item {
    width: 18.4%;
    margin-right: 2%;
    position: relative;
    line-height: 0;
    box-shadow: 6px 15px 33px rgba(0,0,0,.15);
}

.stage-treatment-list .item:last-child {margin-right: 0;}

.stage-treatment-list .item:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 110, 103, .69);
    z-index: 1;
}

.stage-treatment-list .item .icon-svg {
    position: absolute;
    top: 25px;
    left: 25px;
    z-index: 2;
}

.stage-treatment-list .item p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 25px;
    font-size: 25px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    padding: 0 15px;
    z-index: 2;
}

.appreciation-wrap_slider {
    max-width: 50%;
    margin-top: 75px;
}


.appreciation-wrap_slider .slick-arrow {
    font-size: 100px;
    color: #8A869B;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 10;
}

.appreciation-wrap_slider .slick-arrow:hover {
    color: #00D82B;
}

.appreciation-wrap_slider .slick-next {
    right: 50px;
}

.appreciation-wrap_slider .slick-prev {
    left: 50px;
}

.appreciation-wrap_slider .slick-dots li {
    border: 1px solid #8A869B;
}

.appreciation-wrap_slider .slick-dots li.slick-active {
    background: #00D82B;
    border: 1px solid #00D82B;
}

.appreciation-slider_item {
    padding: 25px 115px 30px 115px;
}

.appreciation-slider_item .descr {margin-bottom: 0;}

.appreciation-slider_item .descr p {
    margin-bottom: 35px;
}

.appreciation-slider_item .descr p:last-child {margin-bottom: 0;}

.appreciation-slider_item .wrap {
    padding: 0 40px 85px 40px;
    box-shadow: 0 20px 25px rgba(0,0,0,.07);
}

.appreciation-slider_item .brackets {
    display: inline-block;
    width: 133px;
    height: 93px;
    background: url(../img/brackets.svg) no-repeat center;
    margin-bottom: 55px;
}

.appreciation-slider_item .bottom-descr {
    display: flex;
    justify-content: space-between;
}

.appreciation-desc {
    max-width: 50%;
    width: 100%;
    background: url(../img/bg-appreciation.jpg) no-repeat top right;
    background-size: cover;
    color: #fff;
    padding: 70px;
    position: absolute;
    right: 0;
}

.appreciation-desc h3 {
    font: bold 52px 'Poppins', sans-serif;
}

.appreciation-list li {
    margin-top: 60px;
    display: flex;
    align-items: center;
}

.appreciation-list li:nth-child(even) {
    padding-left: 50px;
}

.appreciation-list li span {
    font-size: 158px;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    margin-right: 25px;
    position: relative;
    top: 5px;
}

.appreciation-list h4 {
    font: 500 30px 'Roboto', sans-serif;
    color: #00D82B;
    margin-bottom: 15px;
}

/* --------------------------------------------------------------
    08. FAQ
--------------------------------------------------------------- */

#faq {padding-bottom: 0;}

#faq .faq-item {
    width: 50%;
    min-height: 50%;
    display: flex;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    flex-wrap: wrap;
    color: #fff;
    padding: 80px 50px;
    overflow: hidden;
}

#faq .faq-wrap > .faq-item {
    min-height: 965px;
}

#faq .faq-item h3 {
    font: 47px/47px 'Poppins', sans-serif;
    margin-bottom: 35px;
}

#faq .faq-item p {
    font: 500 20px/28px 'Roboto', sans-serif;
}

/* --------------------------------------------------------------
    09. ADVANTAGES
--------------------------------------------------------------- */

.advantages-wrap {margin-top: 100px;}

.advantages-wrap_item {
    width: 20%;
    text-align: center;
}

.advantages-wrap_item p {margin-top: 50px;}

/* --------------------------------------------------------------
    10. FOTOGALLERY
--------------------------------------------------------------- */

#fotogallery {
    background: url(../img/bg-fotogallery.jpg) no-repeat center;
    color: #fff;
}

#fotogallery .center {
    padding: 0 155px;
}

#fotogallery h2 {color: #fff;}

#fotogallery h2:after {background: #fff;}

.fotogallery-slider {
    margin-bottom: -240px;
    box-shadow: 0 3px 35px rgba(0,0,0,.2);
}

.fotogallery-slider_item {
    display: flex !important;
    outline: none;
}

.fotogallery-slider_item .inner {
    min-height: 610px;
    display: flex;
    flex-direction: column;
}

.fotogallery-slider_item .inner > div {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.fotogallery-slider_item .inner:nth-child(1),
.fotogallery-slider_item .inner:nth-child(3) {
    width: 20%;
    min-width: 20%;
}

.fotogallery-slider_item .inner:nth-child(2) {
    width: 50%;
    min-width: 20%;
}

.fotogallery-slider_item .inner:nth-child(4) {
    width: 10%;
    min-width: 10%;
}

.fotogallery-slider_item .inner:nth-child(1) > div,
.fotogallery-slider_item .inner:nth-child(3) > div {
    min-height: 300px;
}

.fotogallery-slider_item .inner:nth-child(1) > div:first-child,
.fotogallery-slider_item .inner:nth-child(3) > div:first-child {
    margin-bottom: 5px;
}

.fotogallery-slider_item .inner:nth-child(1) > div:last-child,
.fotogallery-slider_item .inner:nth-child(3) > div:last-child {
    margin-top: 5px;
}


.fotogallery-slider_item .inner:nth-child(2) > div {
    min-height: 610px;
    margin: 0 10px;
}

.fotogallery-slider_item .inner:nth-child(4) > div {
    min-height: 610px;
    margin-left: 10px;
}

.fotogallery-slider .slick-arrow {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    text-indent: -200px;
    overflow: hidden;
    outline: none;
}

.fotogallery-slider .slick-next {
    background: url(../img/slick-arr-next.svg) no-repeat center;
    right: -155px;
}
.fotogallery-slider .slick-next:hover {
    background: url(../img/slick-arr-next-h.svg) no-repeat center;
}

.fotogallery-slider .slick-prev {
    background: url(../img/slick-arr-prev.svg) no-repeat center;
    left: -155px;
}
.fotogallery-slider .slick-prev:hover {
    background: url(../img/slick-arr-prev-h.svg) no-repeat center;
}


/* --------------------------------------------------------------
    11. ADDITIONAL SERVICE
--------------------------------------------------------------- */

#additional-service {
    background: url(../img/bg-addtitional-service.jpg) no-repeat center;
    background-size: cover;
    color: #fff;
    margin-top: 250px;
}

#additional-service h2 {color: #fff;}

#additional-service h2:after {background: #fff;}

#additional-service ul {margin-top: 50px;}

#additional-service ul li {
    margin-top: 25px;
    position: relative;
    padding-left: 50px;
}

#additional-service ul li:before {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border-radius: 50%;
}

#additional-service ul li:first-child:before {display: none;}
#additional-service ul li:first-child {padding-left: 0;}

#additional-service .d-flex,
#additional-service .d-flex .wpcf7-form p {
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 80px;
}

#additional-service .d-flex .wpcf7-form p {
    margin-top: 0;
    display: flex;
}

#additional-service .d-flex h3 {
    min-width: 100%;
    text-align: center;
    margin-bottom: 40px;
    font: bold 40px 'Poppins', sans-serif;
}

#additional-service .d-flex input {
    margin: 0 27px;
    border-radius: 50px;
    outline: none;
    max-width: 315px;
}

#additional-service .d-flex input[type="submit"] {
    max-height: 50px;
    cursor: pointer;
    padding-top: 0;
    padding-bottom: 0;
    font: 300 25px/50px 'Roboto', sans-serif;
    text-transform: capitalize;
}

/* --------------------------------------------------------------
    12. SERTIFICAT
--------------------------------------------------------------- */

.sertificat-item {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    outline: none;
}

.sertificat .slick-dots li.slick-active {
    background: #00D82B;
    border-color: transparent;
}

.sertificat .slick-dots li {
    border: 1px solid #56516B;
    width: 24px;
    height: 24px;
}

/* --------------------------------------------------------------
    13. FOOTER
--------------------------------------------------------------- */

.footer-top {position: relative;}

.footer-content {
    padding: 90px 0;
    width: 65.3%;
    position: relative;
    z-index: 1;
}

.footer-bg {
    background: url(../img/bg-footer.jpg) no-repeat right top;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 65%;
    height: 100%;
}

.footer-content h2 {
    font: bold 33px 'Poppins', sans-serif;
    color: #fff;
    margin-bottom: 30px;
    min-width: 100%;
}

.footer-content form input,
.footer-content form textarea {
    display: block;
    width: 100%;
    font: 300 13px 'Roboto', sans-serif;
}

.footer-content form input {margin-bottom: 13px;}

.footer-content form input[type="submit"] {
    margin-top: 35px;
    text-transform: inherit;
    max-width: 235px;
    font: normal 20px 'Roboto', sans-serif;
}

.footer-form {
    position: relative;
    padding-right: 90px;
    width: 50%;
}

.footer-form:after {
    content: '';
    display: block;
    min-height: 243px;
    width: 3px;
    border-radius: 10px;
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
}

.footer-address {
    padding-left: 87px;
    padding-right: 90px;
    width: 50%;
}

.footer-address_icons {
    display: block;
    font: 300 23px/34px 'Roboto', sans-serif;
    color: #fff;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.footer-address_icons i {
    display: inline-block;
    vertical-align: middle;
    min-width: 30px;
    min-height: 40px;
    margin-right: 30px;
}

.footer-address_icons.ic-marker i {
    background: url(../img/ic-marker.svg) no-repeat center;
}

.footer-address_icons.ic-tel i {
    background: url(../img/ic-tel.svg) no-repeat center;
}

.footer-address_icons.ic-mail i {
    background: url(../img/ic-mail.svg) no-repeat center;
}

.footer-map {
    position: absolute;
    top: 0;
    right: 0;
    width: 35%;
    height: 100%;
}

.copyrigth {
    background: #363636;
    color: #fff;
    font: 300 11px 'Roboto', sans-serif;
}

.copyrigth .center,
.copyrigth .center .textwidget  {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 60px;
}

.footer-social {
    margin: 0 180px;
    min-width: 200px;
}

.footer-social a {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    margin: 0 12px;
}

.footer-social a.ic-facebook {
    background: url(../img/ic-facebook.svg) no-repeat center;
}

.footer-social a.ic-instagram {
    background: url(../img/ic-instagram.svg) no-repeat center;
}

.footer-social a.ic-viber {
    background: url(../img/ic-viber.svg) no-repeat center;
}

/* --------------------------------------------------------------
    14. POPUPS
--------------------------------------------------------------- */

.popup-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,.8);
    z-index: 990;
    display: none;
    transition: opacity 0.5s;
}

.popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 991;
    background: #fff;
    display: none;
    transition: opacity 0.5s;
    min-width: 700px;
}

.popup input,
.popup textarea {
    box-shadow: 1px 2px 4px rgba(0,0,0,.16);
}
.popup input[type="submit"] {
    box-shadow: none;
}

.popup-close {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    box-shadow: 0 3px 6px rgba(0,0,0,.16);
    margin-top: -27.5px;
    margin-right: -27.5px;
    background: #fff url(../img/ic-close.svg) no-repeat center;
    transition: all 0.3s ease;
}
.popup-close:hover {
    box-shadow: none;
}

.popup-title {
    padding: 20px 50px;
    font: bold 40px 'Roboto', sans-serif;
    color: #524947;
}

/* popup consultation */
.popup .popup-content {
    background: url(../img/bg-pop-counsultation.jpg) no-repeat center;
    padding: 30px 70px;
    background-size: cover;
}

.popup .footer-form {padding-right: 30px;}

.popup .footer-address {
    padding-left: 30px;
    padding-right: 0;
}

.popup .footer-address_icons {
    font-size: 18px;
    line-height: 26px;
}

.popup .footer-content {
    padding: 0px 0;
    width: 100%;
}

.popup .footer-form:after {
    min-height: 100%;
}

.popup .footer-address {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#popup-consultation .wpcf7-form-control-wrap.text {display: none;}

@media screen and (max-width: 1600px) {
    .center {
        max-width: 1400px;
    }
    #faq .faq-item h3 {
        font-size: 35px;
        line-height: 35px;
    }
}

@media screen and (max-width: 1450px) {
    .center {
        max-width: 1200px;
    }

    .condition-wrap_list .list li p {
        font-size: 20px;
    }

    .condition-wrap_list .center-list i.house {
        width: 200px;
        height: 187px;
        background-size: 200px;
    }

    .condition-wrap_list .list i {
        width: 80px;
        height: 80px;
        background-size: 80px;
    }

    .condition-wrap_list .left-list li:nth-child(2), .condition-wrap_list .left-list li:nth-child(3) {
        padding-right: 50px;
    }

    .condition-wrap_list .right-list li:nth-child(2), .condition-wrap_list .right-list li:nth-child(3) {
        padding-left: 50px;
    }

    .contacts .tel {font-size: 19px;}

    .nav ul li a {padding: 0 15px;}
}

@media screen and (max-width: 1350px) {
    .condition-wrap_list .center-list i.house {
        width: 200px;
        height: 187px;
        background-size: 200px;
    }

    .condition-wrap_list .list i {
        width: 70px;
        height: 70px;
        background-size: 70px;
    }

    .condition-wrap_list .list li {
        margin: 10px 0;
    }

    .condition-wrap_list .left-list li:nth-child(2),
    .condition-wrap_list .left-list li:nth-child(3) {
        padding-right: 50px;
    }

    .condition-wrap_list .right-list li:nth-child(2),
    .condition-wrap_list .right-list li:nth-child(3) {
        padding-left: 50px;
    }

    .condition-wrap_list .list li p {font-size: 17px;}

    .footer-social {
        margin: 0 50px;
    }

    .footer-form {padding-right: 30px;}

    .footer-address {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media screen and (max-width: 1250px) {
    .center {
        max-width: 1000px;
    }

    .stage-treatment-list .item p {font-size: 20px;}

    h2.title {font-size: 40px;}

    .appreciation-desc h3 {font-size: 35px;}

    .appreciation-slider_item {
        padding: 25px 50px 30px 50px;
    }

    .appreciation-wrap_slider .slick-arrow {font-size: 75px;}

    .appreciation-wrap_slider .slick-prev {left: 5px;}

    .appreciation-wrap_slider .slick-next {right: 5px;}

    #additional-service .d-flex input {max-width: 260px;}

    .footer-address_icons {font-size: 19px;}
}

@media screen and (max-width: 1200px) {

    .logo {font-size: 35px;}

    .contacts .tel {font-size: 17px;}

    .contacts .tel .ic {
        width: 20px;
        height: 20px;
        background-size: 19px;
        margin-right: 10px;
    }

    .home-slider_slide h3 {
        font-size: 40px;
        line-height: 40px;
    }

    h2.title {font-size: 45px;}

    .appreciation-desc h3 {font-size: 35px;}

    #faq .faq-item {
        padding: 30px 20px;
    }

    .stage-treatment-list .item p {
        font-size: 20px;
        line-height: 25px;
    }

    #additional-service .d-flex input {
        margin: 5px 10px;
    }

    .home-slider_slide-layer {
        width: 70%;
        background-size: 157%;
    }
}

@media screen and (max-width: 991px) {
    .box {
        padding: 30px 0;
    }

    .nav {
        display: none;
        justify-content: center;
        align-items: center;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        z-index: 990;
        background: rgba(0,0,0,.8);
    }

    .nav.active {
        display: flex;
    }

    .nav ul {
        flex-direction: column;
    }

    .nav ul li a {
        font-size: 23px;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .btn {
        padding: 10px 15px;
    }

    .btn-nav {
        display: block;
        position: relative;
        z-index: 991;
    }

    .appreciation-wrap_slider {
        max-width: 100%;
        margin-top: 0;
    }

    .appreciation-desc {
        max-width: 100%;
        position: static;
        margin-top: 50px;
    }

    .appreciation-slider_item {
        padding: 25px 50px 30px 50px;
    }

    .appreciation-wrap_slider .slick-arrow {
        font-size: 60px;
    }

    .appreciation-wrap_slider .slick-next {
        right: 0px;
    }

    .appreciation-wrap_slider .slick-prev {
        left: 0px;
    }

    #additional-service form input {
        margin: 5px 27px;
    }

    #faq {padding-top: 0;}

    #faq .faq-item {
        width: 100%;
    }

    #fotogallery .center {
        padding: 0 50px;
    }

    .fotogallery-slider {
        margin-bottom: -80px;
    }

    .fotogallery-slider_item .inner {
        min-height: 300px;
    }

    .fotogallery-slider_item .inner:nth-child(2) > div,
    .fotogallery-slider_item .inner:nth-child(4) > div {
        min-height: 300px;
    }

    .fotogallery-slider_item .inner:nth-child(1) > div,
    .fotogallery-slider_item .inner:nth-child(3) > div {
        min-height: 145px;
    }

    .fotogallery-slider .slick-arrow {
        width: 50px;
        height: 50px;
        background-size: 50px 50px;
    }

    .fotogallery-slider .slick-prev {left: 0;}
    .fotogallery-slider .slick-next {right: 0;}

    #additional-service {margin-top: 100px;}

    .advantages-wrap {
        margin-top: 50px;
    }

    .condition-wrap_list {
        padding-top: 0;
    }

    .condition-wrap_list .center-list i.house {
        width: 100px;
        height: 94px;
        background-size: 100px;
    }

    .condition-wrap_list .list i {
        width: 50px;
        height: 50px;
        background-size: 50px;
    }

    .condition-wrap_list .left-list li:nth-child(2),
    .condition-wrap_list .left-list li:nth-child(3) {
        padding-right: 30px;
    }

    .condition-wrap_list .right-list li:nth-child(2),
    .condition-wrap_list .right-list li:nth-child(3) {
        padding-left: 30px;
    }

    .condition-wrap_list .right-list p {
        margin-left: 10px;
    }

    .condition-wrap_list .left-list p {
        margin-right: 10px;
    }

    .service-list .service-item {
        width: 49%;
        margin-bottom: 15px;
    }

    .service-list .service-item:nth-child(2n) {
        margin-right: 0;
    }

    h2.title {
        font-size: 30px;
    }

    .stage-treatment-list .item {
        width: 32%;
        margin-bottom: 15px;
    }

    .stage-treatment-list .item:nth-child(3n) {
        margin-right: 0;
    }

    .footer-top .center {
        padding: 0 0;
    }

    .footer-content {
        width: 100%;
        padding: 50px 15px;
    }

    .footer-address {
        padding-right: 0;
    }

    .footer-map {
        position: static;
        width: 100%;
        height: 300px;
    }

    .footer-bg {
        width: 100%;
        height: 100%;
    }

    .footer-social {
        margin: 0 0px;
        padding: 0 15px;
        min-width: 198px;
    }

    .copyrigth {
        padding: 10px 0;
    }

    #faq .faq-wrap > .faq-item {
        min-height: 600px;
    }

    .popup-close {
        width: 30px;
        height: 30px;
        margin-top: 0;
        margin-right: 0;
        background-size: 15px 15px;
    }

    .popup-title {
        padding: 15px 25px;
        font: bold 25px 'Roboto', sans-serif;
    }

    .popup .popup-content {
        padding: 20px 30px;
    }

    .footer-content h2 {
        font: bold 20px 'Poppins', sans-serif;
        color: #fff;
        margin-bottom: 15px;
        min-width: 100%;
    }

    .popup .footer-address_icons {
        font-size: 15px;
        line-height: 22px;
        margin-bottom: 10px;
    }

    .footer-address_icons i {
        margin-right: 10px;
    }
}

@media screen and (max-width: 700px) {
    body {
        font: 16px/20px 'Roboto Condensed', sans-serif;
    }

    .advantages-wrap_item {
        width: 33%;
        margin-bottom: 30px;
    }

    .appreciation-desc {
        padding: 20px;
    }

    .appreciation-list li {
        margin-top: 25px;
    }

    .appreciation-list li span {
        font-size: 80px;
        margin-right: 10px;
    }

    .appreciation-list h4 {
        font: 500 20px 'Roboto', sans-serif;
        margin-bottom: 10px;
    }

    #faq .faq-item h3 {
        font-size: 25px;
        line-height: 25px;
    }

    #faq .faq-wrap > .faq-item {
        min-height: 300px;
    }

    #faq .faq-item p {
        font: 500 14px/20px 'Roboto', sans-serif;
    }

    #faq .faq-item {
        min-height: 35%;
    }

    .condition-wrap_list .center-list i.house {
        display: none;
    }

    .o-center_thumb {
        margin-top: 50px;
        margin-bottom: 50px;
        width: 100%;
        min-height: 400px;
        position: static;
        transform: none;
    }
    .o-center_descr {
        width: 100%;
        min-height: auto;
    }

    .footer-form {
        position: relative;
        padding-right: 0;
        width: 100%;
    }

    .footer-address {
        width: 100%;
        padding-left: 0;
        margin-top: 30px;
    }

    .footer-form:after {
        display: none;
    }

    .footer-address_icons {
        font: 300 17px/20px 'Roboto', sans-serif;
    }

    .copyrigth .center {
        flex-direction: column;
    }
    .copyrigth .center > div {
        margin: 5px 0;
    }

    .home-slider_slide h3,
    .home-slider_slide p {text-align: center;}

    .home-slider_slide .cont .btn {
        display: block;
        max-width: 250px;
        text-align: center;
        margin: 0 auto;
    }

    .service-list,
    .stage-treatment-list {
        display: block;
    }

    .service-list .service-item,
    .stage-treatment-list .item {
        width: auto;
        margin-right: 0 !important;
        padding: 0 10px;
        box-shadow: none;
    }

    .service-list .service-item:before,
    .stage-treatment-list .item:before {
        width: auto;
        height: 100%;
        top: 0;
        bottom: 0;
        right: 10px;
        left: 10px;
    }

    .slick-prev {
        background: url(../img/slick-arr-prev-h.svg) no-repeat center;
        left: 10px;
    }

    .slick-next {
        background: url(../img/slick-arr-next-h.svg) no-repeat center;
        right: 10px;
    }

    .slick-arrow {
        width: 50px;
        height: 50px;
        background-size: 50px 50px !important;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 10;
        text-indent: -200px;
        overflow: hidden;
        outline: none;
    }

    .condition-wrap_list .right-list {padding-left: 10px;}
    .condition-wrap_list .left-list {padding-right: 10px;}

    .condition-wrap_list .right-list li:nth-child(2), .condition-wrap_list .right-list li:nth-child(3) {
        padding-left: 0;
    }

    .condition-wrap_list .left-list li:nth-child(2), .condition-wrap_list .left-list li:nth-child(3) {
        padding-right: 0;
    }

    #additional-service .d-flex input {
        width: 100%;
        max-width: 100%;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .popup {
        min-width: 95%;
    }

    .popup .footer-form {
        padding-right: 0;
    }

    .popup .footer-address {
        padding-left: 0;
    }

    .home-slider_slide-layer {
        width: 100%;
        background-size: cover;
    }

    .home-slider_slide .center {z-index: 2;}

    .home-slider_slide .cont {
        left: 0;
        min-width: 100%;
        transform: translate(0, 0);
    }
}

@media screen and (max-width: 500px) {
    .logo {
        font-size: 25px;
    }

    .contacts .tel {
        font-size: 12px;
    }

    .home-slider_slide h3 {
        font-size: 28px;
        line-height: 27px;
    }

    .service-list .service-item {
        width: 100%;
        margin-right: 0 !important;
    }

    .stage-treatment-list .item {
        width: 100%;
        margin-right: 0 !important;
    }

    .advantages-wrap_item {
        width: 100%;
    }

    #fotogallery .center {
        padding: 0 15px;
    }

    .fotogallery-slider_item .inner {
        min-height: 200px;
    }

    .fotogallery-slider_item .inner:nth-child(2) > div,
    .fotogallery-slider_item .inner:nth-child(4) > div {
        min-height: 200px;
    }

    .fotogallery-slider_item .inner:nth-child(1) > div,
    .fotogallery-slider_item .inner:nth-child(3) > div {
        min-height: 95px;
    }

    h2.title.line:after {
        display: none;
    }

    h2.title.line {
        padding-left: 0;
    }

    #additional-service form input {
        margin: 5px 0px;
        width: 100%;
    }

    .appreciation-slider_item {
        padding: 25px 0px 30px 0px;
    }

    .appreciation-wrap_slider .slick-arrow {
        font-size: 45px;
    }

    .appreciation-wrap_slider .slick-prev {
        left: 7px;
    }

    .appreciation-wrap_slider .slick-next {
        right: 7px;
    }
}

@media screen and (max-width: 400px) {
    .logo {
        font-size: 20px;
    }
}
