html {
    height: 100%;
}

body {
    min-height: 100%;
    font-weight: 400;
    overflow-x: hidden;
    line-height: 1.45em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 800;
    line-height: 1.15em;
    margin: 0.6em 0;
    /*color: #010101;*/
    color: #1b1b1b;
}

h1 {
    font-size: 3em;
}

h2 {
    font-size: 2.5em;
}

h3 {
    font-size: 2em;
}

h4 {
    font-size: 1.5em;
}

h5 {
    font-size: 1em;
}

p {
    line-height: 1.45em;
    margin: 0.6em 0 0.6em 0;
}

ul {
    list-style: none;
}

.nowrap {
    white-space: nowrap;
}

.section-title-center {
    text-align: center;
    position: relative;
}

.section-title-center .section-pretitle {
    color: #a49174;
    text-transform: uppercase;
    font-size: 1.063em;
    padding-left: 0;
    position: relative;
    z-index: 1;
    font-weight: 600;
}

.section-title-left {
    text-align: left;
    position: relative;
}

.section-title-left .section-pretitle {
    color: #a49174;
    text-transform: uppercase;
    font-size: 1.063em;
    padding-left: 63px;
    position: relative;
    z-index: 1;
    font-weight: 600;
}

.section-title-left .section-pretitle:after {
    content: "";
    height: 4px;
    width: 45px;
    display: block;
    background: #a49174;
    position: absolute;
    left: 0;
    top: 40%;
}

.section-title-center .section-title {
    position: relative;
}

.section-title {
    color: #1b1b1b;
}

.section-title-center .section-title h2:after,
.section-title-center .section-title h1:after {
    content: "";
    height: 43px;
    width: 55px;
    display: block;
    margin: 10px auto 0 auto;
    background: url(../img/divider.svg) center center no-repeat;
    background-size: 55px 43px;
}

.section-title h1,
.section-title h2 {
    margin: 0 0 0.6em 0;
    padding: 0;
    font-size: 2.813em;
    font-weight: 700;
    position: relative;
    z-index: 1;
}

.double-title:after {
    position: absolute;
    z-index: 0;
    right: 0;
    left: -0.05em;
    top: -0.4em;
    font-size: 9em;
    line-height: 1em;
    white-space: nowrap;
    content: attr(data-title);
    color: #ffffff;
    font-weight: 700;
}

.double-title-grey:after {
    color: #f8f6f4;
}

.section-head {
    background-color: #a69377;
    background-size: cover;
    background-position: center center;
    color: #ffffff;
    padding: 70px 0;
}

.section-head a {
    color: #f1e6d6;
}

#page .section-head {
    padding: 70px 0;
}

#category .section-head {
    padding: 70px 0 30px 0;
}

.section-head .section-title h1,
.section-head .section-title h2 {
    color: #ffffff;
    padding: 0;
    margin: 0;
}

.section-head .section-title h1:after,
.section-head .section-title h2:after {
    content: "";
    height: 43px;
    width: 55px;
    display: block;
    margin: 10px 0;
    background: url(../img/divider-light.svg) center center no-repeat;
    background-size: 55px 43px;
}

.section-desc {
    max-width: 800px;
}

.section-desc p:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}

.section-gray {
    background: #f8f6f4!important;
}

.section-white {
    background: #ffffff!important;
}

/*-------------------------*/


/***** HEADER *****/


/*-------------------------*/

#header .header-topbar {
    display: block;
    width: 100%;
    background: #a69377;
    background: -moz-linear-gradient(163deg, #a69377 52%, #c5b49a 100%);
    background: -webkit-linear-gradient(163deg, #a69377 52%, #c5b49a 100%);
    background: linear-gradient(163deg, #a69377 52%, #c5b49a 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#a69377", endColorstr="#c5b49a", GradientType=1);
    color: #ffffff;
}

#header .header-topbar .topbar-table {
    display: table;
    width: 100%;
}

#header .header-topbar a {
    color: #ffffff;
    text-decoration: none;
}

#header .header-topbar a:hover,
#header .header-topbar a:focus,
#header .header-topbar a:active {
    color: #ffffff;
    text-decoration: none;
}

#header .header-topbar i {
    color: #f1e6d6;
}

#header .header-topbar .topbar-cell {
    display: table-cell;
    vertical-align: middle;
    padding: 14px 0;
    position: relative;
}

#header .header-topbar .topbar-cell.address-col+*:before,
#header .header-topbar .topbar-cell.worktime-col+*:before,
#header .header-topbar .topbar-cell.phone-col+*:before {
    content: '';
    position: absolute;
    left: 0;
    top: 28px;
    width: 1px;
    height: 22px;
    background-color: rgba(255, 255, 255, 0.2);
}

#header .header-topbar .topbar-cell.address-col {
    width: 24%;
    text-align: left;
}

#header .header-topbar .topbar-cell.worktime-col {
    width: 21%;
    text-align: center;
}

#header .header-topbar .topbar-cell.phone-col {
    width: 20%;
    text-align: center;
}

#header .header-topbar .topbar-cell.email-col {
    width: 18%;
    text-align: center;
}

#header .header-topbar .topbar-cell.social-col {
    text-align: right;
}

.social-icon {
    background: #ffffff;
    color: #a49174!important;
    width: 25px;
    height: 25px;
    display: inline-block;
    border-radius: 100%;
    text-align: center;
    margin-left: 5px;
    line-height: 22px;
}

.social-icon:first-child {
    margin-left: 0;
}

.social-icon i {
    color: #a49174!important;
    vertical-align: middle;
}

.social-icon:hover,
.social-icon:active,
.social-icon:focus {
    background: #f1e6d6;
    text-decoration: none;
}

#header .header-main .logo {
    margin: 60px 0;
    width: 240px;
    height: 52px;
    display: block;
    background: url(../img/logo.svg) left center no-repeat;
    background-size: 240px;
    text-decoration: none;
}

#header .header-main .header-table {
    display: table;
    width: 100%;
}

#header .header-main .logo-col {
    display: table-cell;
    vertical-align: middle;
    width: 285px;
}

#header .header-main .menu-col {
    display: table-cell;
    vertical-align: middle;
}

#header .header-main .order-col {
    display: table-cell;
    vertical-align: middle;
    width: 260px;
    text-align: right;
}

#header .header-main .trigger-col {
    display: none;
    vertical-align: middle;
    position: relative;
}

#header .header-main .phone-col {
    display: none;
    vertical-align: middle;
    text-align: center;
}

#header .header-main .phone-col a {
    color: #1b1b1b;
    font-weight: 600;
    font-size: 1.2em;
    text-decoration: none;
}

#header .header-main .phone-col a span {
    color: #a49174;
}

#header .header-main .phone-col i {
    color: #a49174;
}

.call-order {
    border: 0;
    background: none;
    display: inline-block;
    border-bottom: 1px dotted #fcf3c6;
	margin-left: 16px;
    color: #f1e6d6!important;
}

.call-order:hover {
	border-bottom: 1px dotted #ffffff;
    color: #ffffff!important;
}


/*-------------------------*/


/***** MENU *****/


/*-------------------------*/

#menu {
    font-size: 1.063em;
    font-weight: bold;
    text-transform: uppercase;
}

#menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: table;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#menu ul li {
    display: table-cell;
    position: relative;
    text-align: center;
    vertical-align: middle;
}

#menu ul li a {
    color: #1b1b1b;
    display: block;
    padding: 8px 5px;
}

#menu ul li.sub>a:after {
    font-family: 'Seditio' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: "\ea5f";
    font-size: 15px;
    padding-left: 6px;
    color: #c0af94;
}

#menu ul li.sub:hover>a:after {
    content: "\ea62";
    text-shadow: none;
}

#menu>ul>li>a>span:after {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    bottom: 0;
    border-bottom: 3px solid #cabca5;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
}

#menu>ul>li:hover>a>span:after {
    width: 100%;
}

#menu ul li:hover a {
    text-decoration: none;
}

#menu ul li ul {
    background: #94846a;
    background: -moz-linear-gradient(163deg, #94846a 52%, #cabca5 100%);
    background: -webkit-linear-gradient(163deg, #94846a 52%, #cabca5 100%);
    background: linear-gradient(163deg, #94846a 52%, #cabca5 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#94846a", endColorstr="#cabca5", GradientType=1);
    display: none;
    position: absolute;
    z-index: 10000;
    width: 280px;
    font-weight: 400;
    padding: 15px 0px 15px 0px;
    -webkit-border-radius: 18px;
    -webkit-border-top-left-radius: 0px;
    -moz-border-radius: 18px;
    -moz-border-radius-topleft: 0px;
    border-radius: 18px;
    border-top-left-radius: 0px;
    font-size: 0.8em;
}

#menu ul li ul li {
    border: none!important;
    background: transparent!important;
    display: block;
    text-align: left;
}

#menu ul li ul li {
    border: none!important;
}

#menu ul li ul li a {
    background: transparent!important;
    text-decoration: underline;
    transition: none;
    border: none!important;
    display: block;
    padding: 5px 14px;
    color: #ffffff;
}

#menu ul li ul li a:before {
    font-family: 'Seditio' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: middle;
    display: inline-block;
    content: "\ea61";
    font-size: 8px;
    padding-right: 4px;
    /* margin-bottom: 1px; */
    color: #ffffff;
}

#menu ul li ul li a:hover {
    background: transparent;
    border: none!important;
    text-decoration: none;
    color: #f1e6d6;
}

#menu ul li ul li a:hover:before {
    color: #ecd6b2;
}


/*-------------------------*/


/***** MOBILE TRIGGER *****/


/*-------------------------*/

.nav-trigger {
    /* position: relative; */
    display: inline-block;
    width: 20px;
    height: 14px;
    vertical-align: middle;
    /* font-size: 32px; */
    white-space: nowrap;
    color: transparent;
    border: 0;
    background: none;
}

.nav-trigger span,
.nav-trigger span::before,
.nav-trigger span::after {
    position: absolute;
    display: inline-block;
    height: 2px;
    width: 20px;
    border-radius: 1px;
    background: #1b1b1b;
}

.nav-trigger span {
    /* line in the center */
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transition: background 0.2s;
    -moz-transition: background 0.2s;
    transition: background 0.2s;
}

.nav-trigger span::before,
.nav-trigger span::after {
    /* other 2 lines */
    content: '';
    right: 0;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 0% 50%;
    -moz-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    -o-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transition: -webkit-transform 0.2s;
    -moz-transition: -moz-transform 0.2s;
    transition: transform 0.2s;
}

.nav-trigger span::before {
    /* menu icon top line */
    top: -6px;
}

.nav-trigger span::after {
    /* menu icon bottom line */
    top: 6px;
}

.nav-trigger.nav-is-visible span::after {
    top: 5px;
}

.nav-trigger.nav-is-visible span {
    /* hide line in the center */
    background: rgba(255, 255, 255, 0);
}

.nav-trigger.nav-is-visible span::before,
.nav-trigger.nav-is-visible span::after {
    /* keep visible other 2 lines */
    background: #1b1b1b;
}

.nav-trigger.nav-is-visible span::before {
    -webkit-transform: translateX(4px) translateY(-1px) rotate(45deg);
    -moz-transform: translateX(4px) translateY(-1px) rotate(45deg);
    -ms-transform: translateX(4px) translateY(-1px) rotate(45deg);
    -o-transform: translateX(4px) translateY(-1px) rotate(45deg);
    transform: translateX(4px) translateY(-1px) rotate(45deg);
}

.nav-trigger.nav-is-visible span::after {
    -webkit-transform: translateX(4px) translateY(2px) rotate(-45deg);
    -moz-transform: translateX(4px) translateY(2px) rotate(-45deg);
    -ms-transform: translateX(4px) translateY(2px) rotate(-45deg);
    -o-transform: translateX(4px) translateY(2px) rotate(-45deg);
    transform: translateX(4px) translateY(2px) rotate(-45deg);
}

.mobile-menu {
    display: none;
    position: fixed;
    left: 0;
    margin-top: 0px;
    width: 100%;
    overflow-y: scroll;
    height: 100%;
    background: #ffffff;
    z-index: 8000;
}

.js-menu {
    border-top: 1px solid #f8f2f2;
}

.js-search {
    flex: 1 0 auto;
    border-top: 1px solid #f8f2f2;
}

.js-search .search-form {
    padding: 30px 30px 20px 30px;
}

.js-contact {
    flex: 0 0 auto;
    text-align: center;
    margin: 0;
    padding: 20px 20px;
    font-size: 1em;
    line-height: 1.45em;
    font-weight: 400;
    background: #aa987c url(../img/footerbg.jpg) top center no-repeat;
    color: #ffffff;
}

.js-contact div {
    padding: 3px 0;
}

.js-contact a {
    color: #ffffff;
}

.js-contact i {
    color: #f1e6d6;
}

#header .js-contact .address {
    font-size: 0.9em;
    margin-bottom: 15px;
}

#header .js-contact .phone-text {
    display: block;
    font-weight: 500;
    padding: 4px 0;
    font-size: 1.2em;
}

#header .js-contact .phone-text .phone-title {
    font-size: 1.22em;
    font-weight: 800;
}

#header .js-contact .phone-text .phone-time {
    color: #5e5e5e;
    padding: 5px 0;
    font-weight: 300;
    font-size: 0.7em;
}

.js-box {
    display: flex;
    flex-direction: column;
    min-height: calc(100% - 55px);
    margin-bottom: 55px;
}

.js-box .location {
    margin-bottom: 15px;
}

.nav-is-visible {
    display: block;
}

.slinky-menu {
    overflow: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}


/*-------------------------*/


/***** TOP SLIDER *****/


/*-------------------------*/

#slider-section {
    position: relative;
    height: calc(100vh - 225px);
    height: calc(100dvh - 225px);
    max-height: 100%;
    overflow: hidden;
    min-height: 730px;
}

#slider {
    height: 100%;
    min-height: 500px;
    background-color: #f7efe2;
    overflow: hidden;
    position: relative;
    /*
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    */
}

#slider-offer {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
}

#slider-section .slide-item {
    background-size: cover;
    background-position: center center;
    width: 100%;
}

#slider-section .slide-body .slider-container {
    padding: 0 20px;
    position: relative;
}

#slider-section .slide-button {
    margin-top: 35px;
}

#slider-section .slide-button span {
    padding: 7px 0;
    display: inline-block;
}

#slider-section .slide-body {
    display: block;
    text-align: left;
    font-size: 1em;
    max-width: 620px;
    bottom: 0;
    z-index: 100;
    color: #010101;
}

#slider-section .slide-body h1,
#slider-section .slide-body h2 {
    color: #010101;
    display: block;
    margin: 0;
    padding: 0 0 0.5em 0;
    font-size: 2.5em;
    line-height: 1.15em;
    font-weight: 600;
}

#slider-section .slide-body h1 span,
#slider-section .slide-body h2 span {
    color: #87cffe;
}

#slider-section .slide-body h3 {
    color: #010101;
    margin: 0;
    padding: 15px 0 0 0;
    font-size: 1.87em;
    font-weight: 400;
    max-width: 700px;
}

#slider-section .slide-body p {
    font-size: 1.35em;
    max-width: 700px;
}

#slider-section .slide-body .slide-pretitle {
    font-size: 1.2em;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    border-radius: 20px;
    background-color: #f1edea;
    padding: 7px 22px 5px 22px;
    margin-bottom: 20px;
    display: inline-block;
}

#slider-section .slide-body .slide-title {
    font-size: 3.8em;
    line-height: 1.15em;
    font-weight: 800;
    color: #1b1b1b;
}

#slider-section .slide-body .slide-title span {
    color: #a49174;
}

#slider-section .slide-item .container {
    display: flex!important;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
}

#slider-section .slide-item .container {
    height: 100%;
    position: relative;
}

#slider-section .slide {
    width: 100%;
}

#slider-section .slick-list,
#slider-section .slick-track {
    height: 100%;
}

#slider-section .home-slider-arrows {
    width: 100%;
    margin: auto;
    position: absolute;
    top: 50%;
}

#slider-section .slick-prev:before,
#slider-section [dir='rtl'] .slick-prev:before,
#slider-section .slick-down:before,
#slider-section [dir='rtl'] .slick-down:before,
#slider-section .slick-next:before,
#slider-section [dir='rtl'] .slick-next:before {
    color: #ffffff;
}

#slider-section .slick-prev,
#slider-section .slick-next {
    top: 0;
    opacity: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background: rgb(202, 188, 165);
    background: -moz-linear-gradient(90deg, rgba(202, 188, 165, 1) 12%, rgba(164, 145, 115, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(202, 188, 165, 1) 12%, rgba(164, 145, 115, 1) 100%);
    background: linear-gradient(90deg, rgba(202, 188, 165, 1) 12%, rgba(164, 145, 115, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#cabca5", endColorstr="#a49173", GradientType=1);
    box-shadow: inset 0px -2px 0px 0px #766853;
}

#slider-section .slick-prev {
    left: 50px;
    z-index: 101;
    border-radius: 100%;
}

#slider-section .slick-next {
    right: 50px;
    z-index: 101;
    border-radius: 100%;
}

#slider-section:hover .slick-prev,
#slider-section:hover .slick-next {
    opacity: 1;
}

#slider-section:hover .slick-prev:hover,
#slider-section:hover .slick-prev:focus,
#slider-section:hover .slick-next:hover,
#slider-section:hover .slick-next:focus {
    opacity: 0.8;
}

.slide3 {
    margin-left: 55%;
}

.slide3-title {
    text-transform: uppercase;
    font-size: 2.45em;
    font-weight: 700;
    line-height: 1.2em;
    max-width: 550px;
}

.slide3-list {
    font-size: 1.9em;
}

.slide3-free {
    color: #a49174;
    font-size: 3em;
    font-weight: 600;
    line-height: 1.2em;
    margin-bottom: 70px;
    position: relative;
    display: inline-block;
}

.slide3-free::after {
    content: '';
    display: block;
    width: 217px;
    height: 37px;
    background: url(../img/freesepar.svg) center center no-repeat;
    background-size: cover;
    position: absolute;
    position: absolute;
    right: -64px;
    bottom: -28px;
}

.slide3-button {
    font-size: 1.1em;
}

.slide {
    z-index: 100;
}


/*-------------------------*/


/***** ABOUT SECTION *****/


/*-------------------------*/

#about {
    padding: 100px 0;
    background: url(../img/about-bg.jpg) center center no-repeat;
}

#about .about-num-card {
    background: #ebe4d9;
    background: -moz-linear-gradient(135deg, #ebe4d9 52%, #ddd7cc 100%);
    background: -webkit-linear-gradient(135deg, #ebe4d9 52%, #ddd7cc 100%);
    background: linear-gradient(135deg, #ebe4d9 52%, #ddd7cc 100%);
    padding: 40px 28px;
}

#about .about-num-card:hover {
    background: #ddd7cc;
    background: -moz-linear-gradient(135deg, #ddd7cc 52%, #ebe4d9 100%);
    background: -webkit-linear-gradient(135deg, #ddd7cc 52%, #ebe4d9 100%);
    background: linear-gradient(135deg, #ddd7cc 52%, #ebe4d9 100%);
}

#about .about-num-card-2,
#about .about-num-card-3 {
    background: #ebe4d9;
    background: -moz-linear-gradient(135deg, #ece7e2 52%, #ded9d5 100%);
    background: -webkit-linear-gradient(135deg, #ece7e2 52%, #ded9d5 100%);
    background: linear-gradient(135deg, #ece7e2 52%, #ded9d5 100%);
    padding: 40px 28px;
}

#about .about-num-card-2:hover,
#about .about-num-card-3:hover {
    background: #ded9d5;
    background: -moz-linear-gradient(135deg, #ded9d5 52%, #ece7e2 100%);
    background: -webkit-linear-gradient(135deg, #ded9d5 52%, #ece7e2 100%);
    background: linear-gradient(135deg, #ded9d5 52%, #ece7e2 100%);
    padding: 40px 28px;
}

#about .about-num-card-row-1 {
    padding-bottom: 34px;
}

#about .about-num-row {
    margin-left: -25px;
    margin-right: -25px;
}

#about .about-num-col {
    padding-left: 17px;
    padding-right: 17px;
}

#about .about-row {
    margin-left: -25px;
    margin-right: -25px;
}

#about .about-col {
    padding-left: 25px;
    padding-right: 25px;
}

#about .about-num-card-number {
    font-size: 5.625em;
    display: inline-block;
    color: #a49174;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 5px;
    background: rgb(202, 188, 165);
    background: -moz-linear-gradient(90deg, rgba(202, 188, 165, 1) 12%, rgba(164, 145, 115, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(202, 188, 165, 1) 12%, rgba(164, 145, 115, 1) 100%);
    background: linear-gradient(90deg, rgba(202, 188, 165, 1) 12%, rgba(164, 145, 115, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#cabca5", endColorstr="#a49173", GradientType=1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    background-clip: text;
    -webkit-text-stroke: 1px #b09f83;
}

#about .about-num-card-title {
    font-size: 1.125em;
    color: #1b1b1b;
    font-weight: 600;
    max-width: 190px;
}

#about .about-num-card-title:after {
    content: "";
    height: 4px;
    width: 45px;
    display: block;
    background: #a49174;
    position: relative;
    margin-top: 15px;
}

.text-with-icon-table {
    display: table;
}

.icon-td {
    display: table-cell;
    width: 60px;
    font-size: 2.5em;
    color: #a49174;
    vertical-align: middle;
}

.text-td {
    display: table-cell;
    vertical-align: middle;
}

.text-with-icon-table {
    margin: 14px 0;
}


/*-------------------------*/


/***** DIRECTIONS SECTION *****/


/*-------------------------*/

#directions {
    padding: 100px 0;
    background: #f8f6f4;
    overflow: hidden;
}

#directions .tabs-list {
    margin-left: -12px;
    margin-right: -12px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#directions .tabs-list:before,
#directions .tabs-list:after {
    content: " ";
    display: block;
}

#directions .tab-nav {
    padding: 10px 12px;
}

#directions .tab-body {
    background: #ffffff;
    margin-top: 17px;
}

#directions .direction-tabs-slider-box {
    position: relative;
}

#directions .directions-text {
    padding: 30px;
}

#directions .directions-image {
    height: 100%;
    background-size: cover!important;
    background-position: center center!important;
    min-height: 500px;
}

#directions .directions-text h3 {
    font-size: 2.5em;
    color: #1b1b1b;
}

#directions .directions-btn {
    padding-top: 20px;
}

#directions .directions-card {
    width: 100%;
    height: 100%;
    background: #ffffff;
    -webkit-box-shadow: 1px 3px 8px 0px rgba(34, 60, 80, 0.15);
    -moz-box-shadow: 1px 3px 8px 0px rgba(34, 60, 80, 0.15);
    box-shadow: 1px 3px 8px 0px rgba(34, 60, 80, 0.15);
    text-align: center;
    padding: 30px 0px;
    border-radius: 12px;
}

#directions .directions-card:hover,
#directions .directions-card:active,
#directions .directions-card:focus {
    cursor: pointer;
}

#directions .active .directions-card {
    background: #bbaa8f;
    background: -moz-linear-gradient(91deg, #c3b298 38%, #bbaa8f 52%);
    background: -webkit-linear-gradient(91deg, #c3b298 38%, #bbaa8f 52%);
    background: linear-gradient(91deg, #c3b298 38%, #bbaa8f 52%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#c3b298", endColorstr="#bbaa8f", GradientType=1);
    color: #ffffff;
}

#directions .directions-icon {
    color: #a49174;
    font-size: 4em;
    margin-bottom: 10px;
}

#directions .directions-title {
    color: #1b1b1b;
    font-size: 1.063em;
    text-transform: uppercase;
    font-weight: 600;
}

#directions .active .directions-icon,
#directions .active .directions-title {
    color: #ffffff;
}

#directions .home-slider-arrows {
    width: 100%;
    margin: auto;
    position: absolute;
    top: 50%;
}

#directions .slick-prev:before,
#directions [dir='rtl'] .slick-prev:before,
#directions .slick-down:before,
#directions [dir='rtl'] .slick-down:before,
#directions .slick-next:before,
#directions [dir='rtl'] .slick-next:before {
    color: #ffffff;
    font-size: 20px;
}

#directions .slick-prev,
#directions .slick-next {
    top: 0;
    opacity: 1;
    width: 30px;
    height: 30px;
    top: 50%;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background: rgb(202, 188, 165);
    background: -moz-linear-gradient(90deg, rgba(202, 188, 165, 1) 12%, rgba(164, 145, 115, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(202, 188, 165, 1) 12%, rgba(164, 145, 115, 1) 100%);
    background: linear-gradient(90deg, rgba(202, 188, 165, 1) 12%, rgba(164, 145, 115, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#cabca5", endColorstr="#a49173", GradientType=1);
    box-shadow: inset 0px -2px 0px 0px #766853;
}

#directions .slick-prev {
    left: -15px;
    z-index: 101;
    border-radius: 100%;
}

#directions .slick-next {
    right: -15px;
    z-index: 101;
    border-radius: 100%;
}

#directions:hover .slick-prev,
#directions:hover .slick-next {
    opacity: 1;
}

#directions:hover .slick-prev:hover,
#directions:hover .slick-prev:focus,
#directions:hover .slick-next:hover,
#directions:hover .slick-next:focus {
    opacity: 0.8;
}


/*-------------------------*/


/***** APPOINTMENT SECTION *****/


/*-------------------------*/

#appointment {
    padding: 80px 0;
    background: #117c81 url(../img/orderbg.jpg) bottom right;
    background-size: cover;
    width: 100%;
}

#appointment .appointment-table {
    display: table;
    width: 100%;
}

#appointment .appointment-td {
    display: table-cell;
    vertical-align: middle;
}

#appointment .appointment-title-col {
    width: 30%;
    min-width: 380px;
}

#appointment .appointment-zmeika-col {
    width: 20%;
    text-align: center;
}

#appointment .appointment-form-col {
    color: #ffffff;
}

#appointment .appointment-form-col a {
    color: #f1e6d6;
    text-decoration: underline;
}

#appointment .appointment-form-col a:hover {
    text-decoration: none;
}

#appointment .appointment-pretitle {
    font-size: 1.294em;
    line-height: 1em;
    color: #f1e6d6;
    padding-bottom: 18px;
}

#appointment .appointment-title {
    font-size: 2.438em;
    line-height: 1em;
    text-transform: uppercase;
    font-weight: 700;
    color: #ffffff;
}

#appointment .appointment-form-table {
    width: 100%;
    display: table;
    margin-top: 10px;
}

#appointment .appointment-form-td {
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px;
}

#appointment .appointment-form-note {
    padding-left: 40px;
    padding-top: 4px;
    font-size: 0.9em;
}

#appointment .input-text {
    border-radius: 30px!important;
    width: 100%!important;
    padding: 12px 20px!important;
    border: 0!important;
}

#appointment .input-text:hover,
#appointment .input-text:focus {
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    background: #fefaf3!important;
}

#appointment .appointment-form-field {
    position: relative;
}


/*-------------------------*/


/***** DOCTORS CARD *****/


/*-------------------------*/

.doctors-card {
    display: flex;
    flex-direction: column;
    /*
    background: #f8f6f4;
    background: -moz-linear-gradient(135deg, rgba(248, 248, 248, 1) 52%, rgba(233, 233, 233, 1) 100%);
    background: -webkit-linear-gradient(135deg, rgba(248, 248, 248, 1) 52%, rgba(233, 233, 233, 1) 100%);
    background: linear-gradient(135deg, rgba(248, 248, 248, 1) 52%, rgba(233, 233, 233, 1) 100%);
    */
    background: #ebe4d9;
    background: -moz-linear-gradient(135deg, #ece7e2 52%, #ded9d5 100%);
    background: -webkit-linear-gradient(135deg, #ece7e2 52%, #ded9d5 100%);
    background: linear-gradient(135deg, #ece7e2 52%, #ded9d5 100%);
    padding: 40px 28px;
    height: 100%;
    justify-content: space-between;
    border-radius: 24px;
}

.doctors-card .doctors-photo {
    width: 100%;
    text-align: center;
    min-height: 200px;
}

.doctors-card .doctors-photo img {
    width: 180px;
    border-radius: 100%;
    border: 9px solid #f7f2ec;
    display: inline-block;
}

.doctors-card .doctors-title {
    text-align: center;
    font-size: 1.205em;
    color: #1b1b1b;
    font-weight: 600;
    padding: 10px 0;
}

.doctors-card .doctors-title a {
    color: #1b1b1b;
    text-decoration: none;
}

.doctors-card .doctors-direction {
    text-align: center;
    font-size: 1em;
    color: #a49174;
    font-weight: 500;
    padding: 0 0 30px 0;
    line-height: 1.25em;
}

.doctors-card .doctors-experience {
    padding: 0 0 20px 0;
    text-align: center;
    flex-grow: 1;
}

.doctors-card .doctors-direction a {
    text-decoration: none;
    color: #a49174;
}

.doctors-card .doctors-order {
    text-align: center;
}


/*-------------------------*/


/***** DIRECTION DOCTORS *****/


/*-------------------------*/

.dir-doctors {
    margin: 0.5em 0;
}

.dir-doctor-table {
    display: table;
    width: 100%;
}

.dir-doctor-item {
    display: block;
    padding: 25px;
    background: #f5f5f5;
    margin-bottom: 20px;
}

.dir-doctor-item:last-child {
    margin-bottom: 0px;
}

.dir-doctor-img-col {
    display: table-cell;
    vertical-align: middle;
    width: 180px;
}

.dir-doctor-img img {
    border-radius: 100%;
    width: 140px;
    height: 140px;
    border: 5px solid #ffffff;
}

.dir-doctor-title-col {
    display: table-cell;
    vertical-align: middle;
}

.dir-doctor-title {
    font-size: 1.205em;
    color: #1b1b1b;
    font-weight: 600;
    padding: 10px 0;
}

.dir-doctor-title a {
    color: #1b1b1b;
    text-decoration: none;
}

.dir-doctor-order {
    padding-top: 18px;
}

.dir-doctor-order .btn {
    font-size: 0.9em;
    padding: 12px 24px;
}

.dir-doctor-direction {
    font-size: 1em;
    color: #a49174;
    font-weight: 500;
    padding: 0px 0 5px 0;
    line-height: 1.25em;
}


/*-------------------------*/


/***** DOCTORS SECTION *****/


/*-------------------------*/

#doctors {
    padding: 100px 0;
    background: #ffffff;
    overflow: hidden;
}

#doctors .doctors-slider-box {
    position: relative;
}

#doctors .doctors-slider {
    margin-left: -12px;
    margin-right: -12px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#doctors .doctors-slider:before,
#doctors .doctors-slider:after {
    content: " ";
    display: block;
}

#doctors .doctors-item {
    padding: 10px 12px;
}

#doctors .doctors-slider-dots {
    padding-top: 23px;
}

#doctors .doctors-slider-dots .slick-dots {
    position: relative;
    bottom: auto;
}

#doctors .doctors-slider-arrows {
    width: 100%;
    margin: auto;
    position: absolute;
    top: 50%;
    top: calc(50% - 25px);
}

#doctors .slick-prev:before,
#doctors [dir='rtl'] .slick-prev:before,
#doctors .slick-down:before,
#doctors [dir='rtl'] .slick-down:before,
#doctors .slick-next:before,
#doctors [dir='rtl'] .slick-next:before {
    color: #ffffff;
}

#doctors .slick-prev,
#doctors .slick-next {
    top: 0;
    opacity: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background: rgb(202, 188, 165);
    background: -moz-linear-gradient(90deg, rgba(202, 188, 165, 1) 12%, rgba(164, 145, 115, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(202, 188, 165, 1) 12%, rgba(164, 145, 115, 1) 100%);
    background: linear-gradient(90deg, rgba(202, 188, 165, 1) 12%, rgba(164, 145, 115, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#cabca5", endColorstr="#a49173", GradientType=1);
    box-shadow: inset 0px -2px 0px 0px #766853;
}

#doctors .slick-prev {
    left: -150px;
    z-index: 101;
    border-radius: 100%;
}

#doctors .slick-next {
    right: -150px;
    z-index: 101;
    border-radius: 100%;
}

#doctors:hover .slick-prev,
#doctors:hover .slick-next {
    opacity: 1;
}

#doctors:hover .slick-prev:hover,
#doctors:hover .slick-prev:focus,
#doctors:hover .slick-next:hover,
#doctors:hover .slick-next:focus {
    opacity: 0.8;
}


/*-------------------------*/


/***** WHYWE SECTION *****/


/*-------------------------*/

#whywe {
    background: #f8f6f4;
    overflow: hidden;
}

#whywe .whywe-col-inside-box {
    position: relative;
    z-index: 1;
    padding: 100px 50px 50px 0px;
    max-width: 668px;
    margin-left: auto;
}

#whywe .section-title {
    max-width: 500px;
}

#whywe .whywe-img-box {
    position: relative;
    padding-top: 70px;
    background: #ffffff;
    z-index: 1;
}

#whywe .whywe-img {
    position: relative;
    z-index: 1;
}

#whywe .whywe-img img {
    width: 100%;
}

#whywe .whywe-body {
    font-size: 1.125em;
}

#whywe .whywe-card {
    padding: 20px 0;
}

#whywe .whywe-count {
    font-size: 4.41em;
    display: inline-block;
    color: #a49174;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 5px;
    background: rgb(202, 188, 165);
    background: -moz-linear-gradient(90deg, rgba(202, 188, 165, 1) 12%, rgba(164, 145, 115, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(202, 188, 165, 1) 12%, rgba(164, 145, 115, 1) 100%);
    background: linear-gradient(90deg, rgba(202, 188, 165, 1) 12%, rgba(164, 145, 115, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#cabca5", endColorstr="#a49173", GradientType=1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    background-clip: text;
    -webkit-text-stroke: 1px #b09f83;
}

#whywe .whywe-count-title {
    font-size: 1em;
    color: #1b1b1b;
    font-weight: 600;
    max-width: 190px;
}

#whywe .whywe-img-card {
    position: absolute;
    z-index: 18;
    bottom: -100px;
    left: 100px;
    border-radius: 24px;
    display: flex;
    width: 455px;
    min-height: 300px;
    padding: 40px 30px;
    background: #bbaa8f;
    background: -moz-linear-gradient(91deg, #c3b298 38%, #bbaa8f 52%);
    background: -webkit-linear-gradient(91deg, #c3b298 38%, #bbaa8f 52%);
    background: linear-gradient(91deg, #c3b298 38%, #bbaa8f 52%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#c3b298", endColorstr="#bbaa8f", GradientType=1);
    color: #ffffff;
}

#whywe .whywe-img-corner {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
    color: #f1e6d6;
    background: #a49174;
    font-size: 3.5em;
}

#whywe .whywe-img-card-table {
    display: table;
}

#whywe .whywe-img-card-td {
    display: table-cell;
    vertical-align: top;
}

#whywe .whywe-card-title {
    font-size: 1.875em;
    color: #ffffff;
    line-height: 1.15em;
    font-weight: 600;
}

#whywe .whywe-card-icon {
    font-size: 3.5em;
    color: #f1e6d6;
    padding-right: 20px;
    padding-top: 5px;
}

#whywe .whywe-card-body {
    padding-top: 10px;
}

#whywe .whywe-card-body .btn {
    margin-top: 20px;
}


/*-------------------------*/


/***** PHOTOGALLERY SECTION *****/


/*-------------------------*/

#photogallery {
    padding: 100px 0 0 0;
    background: #ffffff;
    overflow: hidden;
}

.gallery-page {
    background: #f8f6f4!important;
}

#photogallery .gallery-dots {
    padding-top: 23px;
}

#photogallery .gallery-dots .slick-dots {
    position: relative;
    bottom: auto;
}

.gallery-item img {
    width: 100%;
}

#photogallery .gallery-row:before,
#photogallery .gallery-row:after {
    content: " ";
    display: block;
}

#photogallery .gallery-row:after {
    clear: both;
}

#photogallery .col-gallery {
    width: 20%;
    position: relative;
    float: left;
}

.grid-item {
    position: relative;
    overflow: hidden;
    display: block;
}

.grid-item .gallery-overlay {
    position: absolute;
    display: table;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(63, 55, 44, 0.8);
    z-index: 3;
    opacity: 0;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    color: #fff;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.grid-item:hover .gallery-overlay {
    opacity: 1;
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
}

.grid-item .gallery-overlay .gallery-overlay-text {
    display: none;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.grid-item .gallery-overlay .gallery-overlay-text p {
    padding-bottom: 0;
    margin-bottom: 0;
    color: #cccccc;
}

.grid-item:hover .gallery-overlay .gallery-overlay-text {
    display: table-cell;
    text-align: center;
}

.grid-item:hover .gallery-overlay .gallery-overlay-text h3 {
    color: #fff;
    letter-spacing: 0.1em;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    padding: 0;
    margin: 0;
}

.lupa {
    font-size: 38px;
    color: #a49174;
}

.lupa:before {
    font-family: 'Seditio' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: "\e92b";
    display: inline-block;
}


/*-------------------------*/


/***** REVIEWS CARD *****/


/*-------------------------*/

.reviews-card {
    position: relative;
    display: flex;
    flex-direction: column;
    background: #f8f6f4;
    background: -moz-linear-gradient(135deg, rgba(248, 248, 248, 1) 52%, rgba(233, 233, 233, 1) 100%);
    background: -webkit-linear-gradient(135deg, rgba(248, 248, 248, 1) 52%, rgba(233, 233, 233, 1) 100%);
    background: linear-gradient(135deg, rgba(248, 248, 248, 1) 52%, rgba(233, 233, 233, 1) 100%);
    padding: 0 24px 24px 24px;
    height: 100%;
    border: 1px solid #f2f2f2;
}

.reviews-card .reviews-title-box {
    width: 100%;
    display: table;
    position: relative;
    margin-top: -20px;
}

.reviews-card .reviews-photo {
    width: 114px;
    display: table-cell;
}

.reviews-card .reviews-photo img {
    width: 100px;
    border-radius: 100%;
    border: 9px solid #efecec;
    display: inline-block;
}

.reviews-card .reviews-photo:after {
    position: absolute;
    font-family: 'Seditio' !important;
    content: '\efbe';
    top: 0;
    text-align: center;
    left: 0;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    background: #a49174;
    color: #ffffff;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 2.3em;
    display: block;
    font-size: 16px;
    font-weight: 700;
}

.reviews-card .reviews-title {
    display: table-cell;
    text-align: left;
    font-size: 1.205em;
    color: #1b1b1b;
    font-weight: 600;
    padding: 10px 0;
}

.reviews-card .reviews-title a {
    color: #1b1b1b;
    text-decoration: none;
}

.reviews-card .reviews-direction {
    text-align: center;
    font-size: 1em;
    color: #a49174;
    font-weight: 500;
    padding: 0 0 30px 0;
    line-height: 1.25em;
    flex-grow: 1;
}

.reviews-card .reviews-direction a {
    text-decoration: none;
    color: #a49174;
}

.reviews-card .reviews-order {
    text-align: center;
}


/*-------------------------*/


/***** DOCTORS SECTION *****/


/*-------------------------*/

#reviews {
    padding: 100px 0;
    background: #ffffff;
    overflow: hidden;
}

#reviews .section-title {
    max-width: 320px;
}

#reviews .reviews-slider-box {
    position: relative;
}

#reviews .reviews-slider {
    margin-left: -12px;
    margin-right: -12px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#reviews .reviews-slider:before,
#reviews .reviews-slider:after {
    content: " ";
    display: block;
}

#reviews .reviews-item {
    padding: 60px 12px 10px 12px;
}

#reviews .reviews-slider-dots {
    padding-top: 23px;
}

#reviews .reviews-slider-dots .slick-dots {
    position: relative;
    bottom: auto;
}

#reviews .reviews-slider-arrows {
    width: 100%;
    margin: auto;
    position: absolute;
    top: 50%;
    top: calc(50%);
}

#reviews .slick-prev:before,
#reviews [dir='rtl'] .slick-prev:before,
#reviews .slick-down:before,
#reviews [dir='rtl'] .slick-down:before,
#reviews .slick-next:before,
#reviews [dir='rtl'] .slick-next:before {
    color: #ffffff;
}

#reviews .slick-prev,
#reviews .slick-next {
    top: 0;
    opacity: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background: rgb(202, 188, 165);
    background: -moz-linear-gradient(90deg, rgba(202, 188, 165, 1) 12%, rgba(164, 145, 115, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(202, 188, 165, 1) 12%, rgba(164, 145, 115, 1) 100%);
    background: linear-gradient(90deg, rgba(202, 188, 165, 1) 12%, rgba(164, 145, 115, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#cabca5", endColorstr="#a49173", GradientType=1);
    box-shadow: inset 0px -2px 0px 0px #766853;
}

#reviews .slick-prev {
    left: -150px;
    z-index: 101;
    border-radius: 100%;
}

#reviews .slick-next {
    right: -150px;
    z-index: 101;
    border-radius: 100%;
}

#reviews:hover .slick-prev,
#reviews:hover .slick-next {
    opacity: 1;
}

#reviews:hover .slick-prev:hover,
#reviews:hover .slick-prev:focus,
#reviews:hover .slick-next:hover,
#reviews:hover .slick-next:focus {
    opacity: 0.8;
}

#reviews .reviews-btn {
    text-align: center;
    padding-top: 30px;
}


/*-------------------------*/


/***** MAP SECTION *****/


/*-------------------------*/

#map {
    height: 530px;
}

#map iframe {
    margin: 0;
    padding: 0;
}


/*-------------------------*/


/***** FOOTER SECTION *****/


/*-------------------------*/

#footer {
    padding-top: 100px;
    background: #aa987c url(../img/footerbg.jpg) top center no-repeat;
    color: #ffffff;
}

#footer a {
    color: #ffffff;
}

#footer .footer-logo {
    min-width: 225px;
}

#footer .logo {
    margin: 0;
    width: 240px;
    height: 52px;
    display: block;
    background: url(../img/logo-footer.svg) left center no-repeat;
    background-size: 240px;
    text-decoration: none;
}

#footer .footer-phone {
    font-size: 1.47em;
    font-weight: 600;
    color: #ffffff;
    padding-top: 35px;
}

#footer .footer-phone a {
    color: #1b1b1b;
    text-decoration: none;
}

#footer .footer-phone a span {
    color: #1b1b1b;
}

#footer .footer-social {
    padding-top: 35px;
}

#footer .footer-license {
    padding-top: 35px;
    max-width: 250px;
}

#footer .footer-policy {
    padding-top: 35px;
    padding-bottom: 35px;
}

#footer .footer-policy a {
    color: #1b1b1b;
}

.footer-table {
    display: table;
    width: 100%;
}

.footer-td {
    display: table-cell;
    width: 33.33333%;
    vertical-align: top;
}

.footer-title-col {
    font-weight: 600;
    font-size: 1.1em;
    text-transform: uppercase;
    padding-bottom: 15px;
}

#footer i {
    color: #ddccb3;
}

#footer .footer-address,
#footer .footer-worktime,
#footer .footer-email {
    font-size: 1.1em;
    color: #1b1b1b;
}

#footer .footer-email a,
#footer .footer-eye a {
    color: #1b1b1b;
}

#footer .footer-menu {
    padding-top: 10px;
}

#footer .footer-menu ul {
    margin: 0;
    padding: 0;
    max-width: 280px;
    font-size: 1.05em;
}

#footer .footer-menu ul li {
    padding: 4px 0;
}

#footer .footer-menu a {
    color: #1b1b1b;
    text-decoration: none;
}

#footer .footer-menu a:hover {
    text-decoration: underline;
}

#footer .footer-menu ul li a:before {
    font-family: 'Seditio' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: middle;
    display: inline-block;
    content: "\ea61";
    font-size: 8px;
    padding-right: 4px;
    color: #ddccb3;
}

#footer .footer-menu ul li a:hover:before {
    color: #fbdd05;
}

#footer .eye-col {
    display: flex;
    flex-direction: row;
    align-items: center;
}

#footer .footer-eye {
    text-align: right;
    width: 100%;
}

#footer .footer-bottom {
    padding: 15px 0;
    border-top: 1px solid #c0ab94;
}

#footer .footer-dev,
#footer .footer-dev a {
    text-align: right;
    color: #ddccb3;
}

.footer-protect,
.footer-protect a {
	color: #ddccb3!important;
	font-size:0.9em;
}

#footer .footer-middle {
    padding-bottom: 30px;
}


/*-------------------------*/


/***** DOCTOR PAGE *****/


/*-------------------------*/

.head-doctor-table {
    display: table;
    width: 100%;
    color: #ffffff;
}

.head-doctor-img-td {
    display: table-cell;
    vertical-align: middle;
    width: 30%;
    padding: 0;
}

.head-doctor-img img {
    border-radius: 100%;
    border: 9px solid #ffffff;
}

.head-doctor-info-td {
    display: table-cell;
    vertical-align: middle;
    padding-left: 65px;
}

.head-doctor-info {
    padding: 0;
}

.head-doctor-title {}

.head-doctor-title h1 {
    margin: 0;
    padding: 0;
    color: #ffffff
}

.head-doctor-direction {
    padding: 15px 0;
    color: #f6d9ad;
    font-size: 1.1em;
    line-height: 1.35em;
}

.head-doctor-experience {
    padding: 5px 0 25px 0;
}

.head-doctor-experience span {
    font-weight: 500;
}

.head-doctor-order {}

.page-body {
    padding: 70px 0;
}

.col-doctors {
    padding-bottom: 24px;
}


/*-------------------------*/


/***** MODALE FORM *****/


/*-------------------------*/

.modale {
    font-size: 1em;
    margin-bottom: 9px;
    margin-top: 9px;
}

.modale {
    width: 100%;
    position: relative;
    min-height: 200px;
    background: #ffffff;
    padding: 40px 50px;
    color: #010101;
    max-width: 380px;
    float: right;
}


/*
.modale:before {
    content: ' ';
    background: #e9e1d4;
    height: 10px;
    width: 80%;
    margin: 0 10%;
    display: block;
    top: -9px;
    left: 0;
    position: absolute;
}

.modale:after {
    content: ' ';
    background: #e9e1d4;
    height: 10px;
    width: 80%;
    margin: 0 10%;
    display: block;
    bottom: -9px;
    left: 0;
    position: absolute;
}
*/

.modale-form-fields input[type="text"],
.modale-form-fields textarea,
.modale-form-fields select {
    width: 100%;
}

.modale-form-fields input[type="text"] {
    border-radius: 30px!important;
    width: 100%!important;
    padding: 12px 20px!important;
    line-height: 1;
}

.modale-form-textarea {}

.modale-form-fields textarea {
    height: 110px;
    display: block;
}

.modaletitle,
.modale-form-title {
    font-size: 1.65em;
    font-weight: 500;
    line-height: 1.25em;
    text-align: center;
    padding-bottom: 28px;
    max-width: 300px;
    margin: 0 auto;
}

.modale-form-field {
    margin-bottom: 15px;
    position: relative;
}

.modalebody {
    margin-bottom: 0;
    position: relative;
}

.modalebody .modaletext {
    font-size: 1.2em;
    text-align: center;
}

.modale-form-note {
    text-align: center;
    padding: 0px 0 20px 0;
    color: #5c5e99;
    font-size: 0.75em;
    line-height: 1.2em;
}

.modale-form-note a {
    color: #7577bd;
    text-decoration: underline;
}

.modale-form-note a:hover {
    color: #9295e7;
    text-decoration: underline;
}

.modale-form-submit {
    text-align: center;
    padding-top: 0px;
    padding-bottom: 15px;
}

.modale_st {
    background: url(../img/callform.jpg);
    background-position: 45% 19%;
    background-size: 200%;
    color: #fff;
    border-radius: 24px;
    overflow: hidden;
}

.arcticmodal-container .modale_st .modale-close {
    display: block!important;
    font-size: 19px;
    line-height: 39px;
    position: absolute;
    right: 5px;
    top: 5px;
    border-radius: 35px;
    text-align: center;
    background: #6d6e72;
    width: 35px;
    height: 35px;
    cursor: pointer;
    color: #ffffff;
}

.modale_st .modale-form-note,
.modale_st .modale-form-note a {
    color: #9b9b9b;
}


/*-------------------------*/


/***** GUESTBOOK *****/


/*-------------------------*/

.guestbook-form {
    background: #dfe6f1;
    padding: 40px 30px 45px 30px;
    border: 1px solid #ced6e3;
}

.guestbook-form .error {
    margin-bottom: 15px;
}

.guestbook-form-title {
    text-align: center;
    padding-bottom: 15px;
}

.guestbook-form .mainpage-btn {
    text-align: center;
}

.guestbook-form h2 {
    margin-top: 0;
    padding-top: 0;
}

.guestbook-form-body {
    max-width: 1000px;
    margin: 0 auto;
}

.guestbook-form-body input[type="text"],
.guestbook-form-body textarea {
    width: 100%;
}

.starrr {
    display: inline-block;
}

.starrr a {
    font-size: 16px;
    padding: 0 1px;
    cursor: pointer;
    color: #e33938;
    text-decoration: none;
}

.regard-item {
    border: 1px solid #e9e9e9;
    padding: 15px;
    box-shadow: 0px 0px 19px 5px rgba(0, 0, 0, 0.09);
    margin-bottom: 15px;
}

.regards-starter {
    font-size: 1.2em;
    font-weight: 600;
    color: #1b1b1b;
}

.regards-date {
    padding: 10px 0 0 0;
    color: #555;
    font-size: 0.9em;
}

.regards-text {
    font-size: 1.1em;
}

.page-text p,
.cke_editable p {
    margin: 1em 0;
}

.page-text img,
.cke_editable img {
    max-width: 100%;
}

.page-text ul,
.page-text ol,
.cke_editable ul,
.cke_editable ol {
    padding-left: 0px;
    counter-reset: num;
}

.page-text ul ul,
.page-text ol ol,
.cke_editable ul ul,
.cke_editable ol ol {
    margin-left: 20px;
}

.page-text ul li,
.page-text ol li,
.cke_editable ul li,
.cke_editable ol li {
    position: relative;
    margin: 0.6em 0 0.6em 0;
    padding-left: 0;
    line-height: 1.45em;
    /*display: flex;
    align-items: center;*/
}

.page-text ul li::before,
.cke_editable ul li::before {
    font-family: 'Seditio' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    content: "\ea5e";
    color: #a49174;
    font-weight: bold;
    display: inline-block;
    width: 5px;
    margin-right: 1em;
    font-size: 0.85em;
    min-width: 10px;
    display: inline-block;
    vertical-align: middle;
    padding-bottom: 3px;
    line-height: 7px;
}

.page-text ol,
.cke_editable ol {
    padding-left: 0;
}

.page-text ol li,
.cke_editable ol li {
    position: relative;
    margin: 0.6em 0 0.6em 0;
    padding-left: 30px;
    display: flex;
    align-items: center;
}

.page-text ol li::before,
.cke_editable ol li::before {
    font-weight: normal;
    content: counter(num) '.';
    counter-increment: num;
    color: #a49173;
    opacity: 1;
    font-size: 1.5em;
    line-height: 1;
    position: absolute;
    top: 4px;
    left: 0;
}

.list-col {
    margin-bottom: 24px;
}

.list-item-body {
    padding: 30px 0;
    background: #f8f6f4;
    background: -moz-linear-gradient(135deg, rgba(248, 248, 248, 1) 52%, rgba(233, 233, 233, 1) 100%);
    background: -webkit-linear-gradient(135deg, rgba(248, 248, 248, 1) 52%, rgba(233, 233, 233, 1) 100%);
    background: linear-gradient(135deg, rgba(248, 248, 248, 1) 52%, rgba(233, 233, 233, 1) 100%);
    padding: 20px 30px;
    height: 100%;
}

.list-item {
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 24px;
    overflow: hidden;
}

.list-item-body h3 {
    font-size: 1.5em;
}

.news-container {
    max-width: 950px;
    margin: 0 auto;
}

.box-modal-medflex {
    width: 650px;
    max-width: 650px;
    min-width: 300px;
    height: 100%;
    background: #ffffff url(../img/loading.gif) center center no-repeat;
}

.box-modal-medflex iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: none;
}

.box-modal-medflex .box-modal_close {
    cursor: pointer;
    z-index: 999;
    width: 50px;
    height: 50px;
    background-color: #fff;
    color: #000000;
    position: absolute;
    top: 5px;
    right: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    box-shadow: 0px 1px 15px 0px rgb(0 0 0 / 31%);
}


/*-------------------------*/


/***** PAGE BANNER *****/


/*-------------------------*/

#page-banner {
    background: #faf6ee;
    background: linear-gradient(90deg, #e5e0d8 0%, #fffbf3 100%);
    padding: 70px 0;
    line-height: 1;
    position: relative;
}

#page-banner-one {
	position: relative;	
	background: #faf6ee;
    background: linear-gradient(90deg, #e5e0d8 0%, #fffbf3 100%);
}

#page-banner-one .slide-item {
    padding: 110px 0;	
}

#page-banner-one .slide-item-one {
    padding: 80px 0;	
}

#page-banner-one .slide-item .slide {
    position: relative;
	z-index: 100;
}

#page-banner-one .slide-item .slide3-free {
    margin-bottom: 0px;
}

.banner-img-col {
    text-align: center;
}

.banner-img img {
	display: inline-block;
}

.banner-title {
    text-transform: uppercase;
    font-size: 2.45em;
    font-weight: 700;
	line-height: 1.15em;
}

.banner-aftertitle {
    color: #998b74;
    font-size: 1.3em;
    padding: 1.2em 0 1.8em 0;
	line-height: 1.25em;
}

.banner-text {
    font-size: 2em;
}

.banner-text-2 {
    font-size: 1.4em;
    line-height: 1.35em;
}

.banner-price {
    font-size: 1.7em;
    padding: 1.2em 0 1.8em 0;
}

.banner-price span.price-bef {
    display: inline-block;
    position: relative;
}

.banner-price span.price-bef:before {
    content: ' ';
    display: block;
    height: 90%;
    width: 100%;
    margin-left: 1px;
    margin-right: -3px;
    position: absolute;
    background: #c9baa3;
    transform: rotate(175deg);
    top: -3px;
    left: -1px;
    z-index: 1;
    border-radius: 40% 40% 40% 40%;
    padding: 12px 0px 20px 0px;
}

.banner-price span.price-vn {
    position: relative;
    z-index: 2;
    font-weight: 800;
    font-size: 1.2em;
    display: inline-block;
    position: relative;
}

.banner-note {
    line-height: 1.35em;
}

.row-banner {
    align-items: center;
}

.banner-btn {
    padding-top: 1em;
}

.banner-btn .btn {
    margin-top: 12px;
}

#page-banner .slide-item .container {
    display: flex!important;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
}

#page-banner .slide-item .container {
    height: 100%;
    position: relative;
}

#page-banner .slide {
    width: 100%;
}

#page-banner .slick-list,
#page-banner .slick-track {
    height: 100%;
}

#page-banner .page-slider-arrows {
    width: 100%;
    margin: auto;
    position: absolute;
    top: 50%;
}

#page-banner .slick-prev:before,
#page-banner [dir='rtl'] .slick-prev:before,
#page-banner .slick-down:before,
#page-banner [dir='rtl'] .slick-down:before,
#page-banner .slick-next:before,
#page-banner [dir='rtl'] .slick-next:before {
    color: #ffffff;
}

#page-banner .slick-prev,
#page-banner .slick-next {
    top: 0;
    opacity: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background: rgb(202, 188, 165);
    background: -moz-linear-gradient(90deg, rgba(202, 188, 165, 1) 12%, rgba(164, 145, 115, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(202, 188, 165, 1) 12%, rgba(164, 145, 115, 1) 100%);
    background: linear-gradient(90deg, rgba(202, 188, 165, 1) 12%, rgba(164, 145, 115, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#cabca5", endColorstr="#a49173", GradientType=1);
    box-shadow: inset 0px -2px 0px 0px #766853;
}

#page-banner .slick-prev {
    left: 50px;
    z-index: 101;
    border-radius: 100%;
}

#page-banner .slick-next {
    right: 50px;
    z-index: 101;
    border-radius: 100%;
}

#page-banner:hover .slick-prev,
#page-banner:hover .slick-next {
    opacity: 1;
}

#page-banner:hover .slick-prev:hover,
#page-banner:hover .slick-prev:focus,
#page-banner:hover .slick-next:hover,
#page-banner:hover .slick-next:focus {
    opacity: 0.8;
}


/*-------------------------*/


/***** PAGE SERVICES *****/


/*-------------------------*/

#dir-page {
    padding: 100px 0;
    background: #ffffff;
    overflow: hidden;
}

.dir-box {
    background: #ebe4d9;
    background: -moz-linear-gradient(135deg, #ebe4d9 52%, #ddd7cc 100%);
    background: -webkit-linear-gradient(135deg, #ebe4d9 52%, #ddd7cc 100%);
    background: linear-gradient(135deg, #ebe4d9 52%, #ddd7cc 100%);
    box-sizing: border-box;
    padding: 70px 10px 70px 65px;
    line-height: 150%;
    min-height: 310px;
    position: relative;
    height: 100%;
    border-radius: 24px;
}

.dir-box-title {
    font-weight: 500;
    font-size: 2.1em;
    line-height: 120%;
    margin: 0 0 20px;
    padding-right: 140px;
}

.dir-box-text {
    font-size: 1.2em;
}

.dir-box-pils {
    align-items: stretch;
    display: flex;
    margin: 40px 0 0;
    gap: 10px;
    flex-wrap: wrap;
}

.dir-box-pil {
    background: #fff;
    box-shadow: 2px 2px 14px rgba(0, 0, 0, .05);
    border-radius: 4px;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    padding: 3px 18px;
    max-width: 80%;
    flex: 0 1 auto;
}

.dir-box-price {
    background: url(../img/price-bg.svg) 50%/cover no-repeat;
    box-sizing: border-box;
    height: 102px;
    display: flex;
    color: #ffffff;
    flex-direction: column;
    justify-content: center;
    font-weight: 500;
    font-size: 1.2em;
    line-height: 130%;
    padding: 10px 10px 34px 21px;
    position: absolute;
    right: 52px;
    text-align: center;
    top: -13px;
    width: 125px;
}

.dir-box-price span {
    font-weight: 600;
}

.dir-box-btn {
    margin-top: 34px;
}

.dir-col {
    padding-bottom: 24px;
}

.dir-btn {
    text-align: center;
    padding-top: 20px;
}

#doctors-page {
    padding: 100px 0;
    background: #ffffff;
    overflow: hidden;
}

#whywe-page {
    padding: 100px 0;
    background: #f8f6f4;
    overflow: hidden;
}

.whywe-page-body {
    font-size: 1.15em;
    max-width: 550px;
}

.whywe-page-btn {
    padding: 20px 0 30px 0;
}

#lp-section-one {
    padding: 100px 0;
    background: #f8f6f4;
    overflow: hidden;
}

#lp-section-one .section-title-left {
    max-width: 700px;
}

#lp-section-two {
    padding: 100px 0;
    background: #ffffff;
    overflow: hidden;
}

#lp-section-two .section-title-left {
    max-width: 700px;
}

.lp-desc {
    font-size: 1.2em;
    max-width: 1000px;
}

.lp-text {
    font-size: 1.2em;
}

.lp-tabs {
    display: block;
    width: 100%;
    font-size: 1.2em;
    margin: 24px 0;
}

.lp-tabs .tab {
    display: none;
    position: relative;
    background: #ece7e2;
    padding: 30px 50px;
    border-radius: 24px;
}

.lp-tabs>div {
    padding-top: 10px;
}

.lp-tabs ul.tabs-list {
    margin: 0 0 15px 0;
    padding: 0px;
    width: 100%;
}

.lp-tabs ul.tabs-list li {
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: inline-block;
    padding: 10px 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    color: #010101;
    font-size: 1.1em;
    font-weight: 700;
    border-radius: 24px;
    background: #ece7e2;
}

.lp-tabs ul.tabs-list li:last-child {
    margin-right: 0px;
}

.lp-tabs ul.tabs-list li.active,
.lp-tabs ul.tabs-list li.active:hover {
    background: rgb(202, 188, 165);
    background: -moz-linear-gradient(90deg, rgba(202, 188, 165, 1) 12%, rgba(164, 145, 115, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(202, 188, 165, 1) 12%, rgba(164, 145, 115, 1) 100%);
    background: linear-gradient(90deg, rgba(202, 188, 165, 1) 12%, rgba(164, 145, 115, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#cabca5", endColorstr="#a49173", GradientType=1);
    box-shadow: inset 0px -2px 0px 0px #766853;
    text-shadow: 1px 1px 2px #8f826e;
    color: #ffffff;
}

.lp-tabs ul.tabs-list li:hover {}

.lp-tabs ul.tabs-list li span {
    color: #ff9b2b;
}

.col-box-small-img {
    max-width: 150px!important;
    border-radius: 24px;
}

.lp-col-box {
    padding: 12px 24px;
    background: #ffffff;
    margin: 12px 0;
    border-radius: 12px;
}

.lp-col {
    display: flex;
}

.lp-price-table table {
    border-collapse: collapse;
    border-spacing: 0;
    border: none;
}

.lp-price-table table tr th {
    background: none;
    border: none;
    border-bottom: 1px solid #bbaa8f;
    color: #766853;
    line-height: 150%;
    padding: 0 20px 12px 0;
    text-align: left;
}

.lp-price-table table tr td {
    border: none;
    border-bottom: 1px solid rgba(147, 172, 181, .2);
    padding: 20px 20px 20px 0;
    line-height: 150%;
    width: 100%;
}

.lp-price-table table tr {
    background: none;
}

.lp-price-table__flex {
    display: flex;
    gap: 10px;
    align-items: flex-end;
}

.lp-price-table__old {
    color: #bbaa8f;
    white-space: nowrap;
    text-decoration: line-through;
    text-decoration-thickness: 1px;
}

.lp-price-table__discount {
    font-weight: 500;
    padding: 2px 8px;
    background: rgb(202, 188, 165);
    background: -moz-linear-gradient(90deg, rgba(202, 188, 165, 1) 12%, rgba(164, 145, 115, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(202, 188, 165, 1) 12%, rgba(164, 145, 115, 1) 100%);
    background: linear-gradient(90deg, rgba(202, 188, 165, 1) 12%, rgba(164, 145, 115, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#cabca5", endColorstr="#a49173", GradientType=1);
    box-shadow: inset 0px -2px 0px 0px #766853;
    text-shadow: 1px 1px 2px #8f826e;
    border-radius: 8px;
    line-height: 150%;
    color: #fff;
    white-space: nowrap;
}

#lp-form {
    padding: 0 0 100px 0;
    overflow: hidden;
}

#lp-form .page-text {
    font-size: 1.1em;
}

.lp-img-col {
    background-size: cover;
    background-position: 50% 50%;
    min-height: 200px;
}

.lp-form-col h3 {
    color: #ffffff;
}

.lp-form-col {
    background: #a69377;
    background: -moz-linear-gradient(163deg, #a69377 52%, #c5b49a 100%);
    background: -webkit-linear-gradient(163deg, #a69377 52%, #c5b49a 100%);
    background: linear-gradient(163deg, #a69377 52%, #c5b49a 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#a69377", endColorstr="#c5b49a", GradientType=1);
    color: #ffffff;
    padding: 50px 20px 50px 50px;
}

.lp-form-col h3 {
    margin-top: 0;
    margin-bottom: 25px;
}

.lp-form-col .page-text ul li::before,
.lp-form-col .cke_editable ul li::before {
    color: #e9e3db;
}

.lp-row-split {
    margin-left: 0px;
    margin-right: 0px;
    border-radius: 24px;
    overflow: hidden;
}

.lp-sform__field input {
    width: 100%;
    max-width: 480px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    padding: 14px 15px 10px;
}

.lp-sform__field {
    padding: 10px 0;
}

.lp-sform {
    padding-top: 10px;
}

.lp-form-legend {
    color: #f1e6d6;
    font-size: 0.9em;
}

.lp-form-legend a {
    color: #f1e6d6;
    text-decoration: underline;
}

#lp-whypage {
    padding: 100px 0;
    background: #f8f6f4;
    overflow: hidden;
}

#lp-whypage .lp-whypage-img-col {
    text-align: right;
}

#lp-whypage .lp-whypage-img-col img {
    border-radius: 24px;
    max-width: 560px;
}

#lp-whypage .section-title {
    max-width: 600px;
}

.whypage-row {
    align-items: flex-end;
}

#lp-example {
    padding: 100px 0;
    background: #ffffff;
    overflow: hidden;
}

.lp-example-body {
    position: relative;
    padding-top: 30px;
}

.lp-srv-smiles__content {
    background: #f8f6f4;
    border-radius: 24px;
    padding: 72px 80px 72px 60px;
    flex: 1 1 auto;
    height: 100%;
}

.lp-srv-smiles__labels {
    align-items: stretch;
    display: flex;
    justify-content: flex-start;
    margin-left: -24px;
    margin-top: 24px;
}

.lp-srv-smiles__labels-item {
    background: #a69377;
    background: -moz-linear-gradient(163deg, #a69377 52%, #c5b49a 100%);
    background: -webkit-linear-gradient(163deg, #a69377 52%, #c5b49a 100%);
    background: linear-gradient(163deg, #a69377 52%, #c5b49a 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#a69377", endColorstr="#c5b49a", GradientType=1);
    border-radius: 8px;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 24px 24px;
    padding: 4px 24px;
}

.lp-srv-smiles__preview {
    align-items: stretch;
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr;
    flex: 0 0 510px;
    margin: 0 24px 0 0;
}

.lp-srv-smiles__image_large {
    border-radius: 32px;
    grid-column: span 2;
}

.lp-srv-smiles__image {
    border-radius: 24px;
    overflow: hidden;
}

.lp-srv-smiles__image img {
    display: block;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.lp-srv-smiles__image_large {
    border-radius: 32px;
    grid-column: span 2;
}

.lp-example-container {
    max-width: 1336px;
    margin: 0 auto;
}

.lp-srv-smiles__text {
    font-size: 1.2em;
}

.lp-example-slider-dots {
    padding-top: 23px;
}

.lp-example-slider-dots .slick-dots {
    position: relative;
    bottom: auto;
}

.lp-example-slider-arrows {
    width: 100%;
    margin: auto;
    position: absolute;
    top: 50%;
    top: calc(50%);
}

.lp-price-table-one {
    position: relative;
    background: #ece7e2;
    padding: 30px 50px;
    border-radius: 24px;
	margin: 24px 0;
}

#lp-example .slick-prev:before,
#lp-example [dir='rtl'] .slick-prev:before,
#lp-example .slick-down:before,
#lp-example [dir='rtl'] .slick-down:before,
#lp-example .slick-next:before,
#lp-example [dir='rtl'] .slick-next:before {
    color: #ffffff;
}

#lp-example .slick-prev,
#lp-example .slick-next {
    top: 0;
    opacity: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background: rgb(202, 188, 165);
    background: -moz-linear-gradient(90deg, rgba(202, 188, 165, 1) 12%, rgba(164, 145, 115, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(202, 188, 165, 1) 12%, rgba(164, 145, 115, 1) 100%);
    background: linear-gradient(90deg, rgba(202, 188, 165, 1) 12%, rgba(164, 145, 115, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#cabca5", endColorstr="#a49173", GradientType=1);
    box-shadow: inset 0px -2px 0px 0px #766853;
}

#lp-example .slick-prev {
    left: -150px;
    z-index: 101;
    border-radius: 100%;
}

#lp-example .slick-next {
    right: -150px;
    z-index: 101;
    border-radius: 100%;
}

#lp-example:hover .slick-prev,
#lp-example:hover .slick-next {
    opacity: 1;
}

#lp-example:hover .slick-prev:hover,
#lp-example:hover .slick-prev:focus,
#lp-example:hover .slick-next:hover,
#lp-example:hover .slick-next:focus {
    opacity: 0.8;
}

#lp-steps {
    padding: 100px 0;
    background: #f8f6f4;
    overflow: hidden;
}

.lp-srv-blocks {
    counter-reset: section;
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    margin: 40px 0 0;
    justify-content: flex-end;
}

#lp-steps .lp-srv-blocks {
    padding-bottom: 80px;
}

.lp-srv-blocks__item {
    background: #a49173;
    background: -moz-linear-gradient(90deg, #a69377 12%, #a49173 100%);
    background: -webkit-linear-gradient(90deg, #a69377 12%, #a49173 100%);
    background: linear-gradient(90deg, #a69377 12%, #a49173 100%);
    border-radius: 24px;
    box-sizing: border-box;
    color: #fff;
    flex: 0 0 calc(50% - 20px);
    padding: 32px 40px;
    max-width: calc(50% - 20px);
}

.lp-srv-blocks__item:nth-child(2),
.lp-srv-blocks__item:nth-child(3),
.lp-srv-blocks__item:nth-child(6),
.lp-srv-blocks__item:nth-child(7),
.lp-srv-blocks__item:nth-child(10) {
    background: #999999;
    background: -moz-linear-gradient(90deg, #999999 12%, #636363 100%);
    background: -webkit-linear-gradient(90deg, #999999 12%, #636363 100%);
    background: linear-gradient(90deg, #999999 12%, #636363 100%);
}

#lp-steps .lp-srv-blocks__item:nth-child(2n) {
    margin: 80px 0 -80px;
}

.lp-srv-blocks__title {
    align-items: center;
    display: flex;
}

.lp-srv-blocks__title>*:first-child {
    flex: 1 1 auto;
}

.lp-srv-blocks__item h3 {
    color: #ffffff;
}

.lp-srv-blocks__num {
    background: #f8fbff;
    border-radius: 16px;
    box-sizing: border-box;
    color: #a49174;
    flex: 0 0 70px;
    font-weight: 500;
    font-size: 42px;
    line-height: 50px;
    margin-left: 50px;
    height: 70px;
    padding: 10px;
    width: 70px;
    text-align: center;
}

.lp-srv-blocks__num:before {
    counter-increment: section;
    content: counter(section);
}

.lp-srv-blocks__content {
    line-height: 150%;
    font-size: 1.2em;
    margin: 24px 0 0;
    max-width: 520px;
}

.lp-srv-seq-block_image {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}

.lp-srv-seq-block_simple {
    padding: 60px 80px;
}

.lp-srv-seq-block {
    border-radius: 52px;
    margin-top: 40px;
    min-height: 426px;
    padding: 60px 80px;
}

.lp-srv-seq-block_simple .lp-srv-seq-block__description {
    font-size: 1.4em;
    line-height: 150%;
    margin: 0;
    color: #fff;
    max-width: 620px;
}

#lp-sposob {
    padding: 100px 0;
    background-color: #ffffff;
    background-size: cover;
    background-position: 50% 50%;
    overflow: hidden;
    color: #ffffff;
}

#lp-sposob h2 {
    color: #ffffff;
}

#lp-sposob .lp-desc {
    max-width: 600px;
}

.lp-srv-ways__items {
    display: flex;
    margin-top: 32px;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 40px;
}

.lp-srv-ways__item {
    box-sizing: border-box;
    box-shadow: rgba(0, 0, 0, 0.05) 2px 2px 14px;
    font-size: 1.2em;
    line-height: 150%;
    flex: 0 0 calc(33.3% - 26.6667px);
    padding: 40px 32px 32px;
    background: rgb(255, 255, 255);
    border-radius: 24px;
    color: #010101;
}

.lp-srv-ways__item-name {
    font-weight: 600;
    font-size: 1.5em;
    line-height: 120%;
    margin: 0px 0px 12px;
}

#lp-types {
    padding: 100px 0;
    background: #f8f6f4;
    overflow: hidden;
}

.lp-types-img {
    padding: 30px 0;
}

.lp-types-img img {
    border-radius: 24px;
}

#lp-pokaz {
    padding: 100px 0;
    background: #ffffff;
    overflow: hidden;
}

#lp-pokaz .lp-srv-blocks_feat .lp-srv-blocks__item .lp-srv-blocks__num {
    margin: 0 0 34px;
}

.lp-srv__caption {
    font-weight: 500;
    font-size: 1.35em;
    line-height: 150%;
    letter-spacing: .01em;
    margin: 0 0 12px;
}

.lp-srv-blocks_feat .lp-srv-blocks__item {
    background: #a49173;
    background: -moz-linear-gradient(90deg, #a69377 12%, #a49173 100%);
    background: -webkit-linear-gradient(90deg, #a69377 12%, #a49173 100%);
    background: linear-gradient(90deg, #a69377 12%, #a49173 100%);
    color: #fff !important;
    min-height: 260px;
    flex: 0 0 calc(33.3% - 26.6666666667px);
    max-width: calc(33.3% - 26.6666666667px);
    padding: 40px 40px 48px;
}

.lp-srv-blocks_feat .lp-srv-blocks__item_w2 {
    background: #999999;
    background: -moz-linear-gradient(90deg, #999999 12%, #636363 100%);
    background: -webkit-linear-gradient(90deg, #999999 12%, #636363 100%);
    background: linear-gradient(90deg, #999999 12%, #636363 100%);
    flex-basis: calc(66.7% - 53.3333333333px + 40px);
    max-width: calc(66.7% - 53.3333333333px + 40px);
}

#lp-protivopokaz {
    padding: 100px 0;
    background: #f8f6f4;
    overflow: hidden;
}

.lp-content__bgbrow {
    background: #ebe4d9;
    background: -moz-linear-gradient(135deg, #ece7e2 52%, #ded9d5 100%);
    background: -webkit-linear-gradient(135deg, #ece7e2 52%, #ded9d5 100%);
    background: linear-gradient(135deg, #ece7e2 52%, #ded9d5 100%);
    border-radius: 30px;
    padding: 30px 40px;
    margin: 20px 0;
    font-size: 1.2em;
    line-height: 150%;
}

#lp-form-2 {
    padding: 0 0 100px 0;
    background: #f8f6f4;
    overflow: hidden;
}

#lp-faq {
    padding: 100px 0;
    background: #ffffff;
    overflow: hidden;
}

.lp-faq-body {
    padding-top: 30px;
}

.lp-faq-body .spoiler-title {
    font-weight: 700;
    color: #1b1b1b;
}

#lp-faq .page-text {
    font-size: 1.1em;
}

.lp-doctors {
    background: #f8f6f4!important;
}

.lp-doctors .doctors-body {
    padding-top: 30px;
}

/* --- */

.lp-col-img img {
    border-radius: 24px;
}

.lp-col-text p:first-child {
    margin: 0.5em 0;
}

.lp-srv-blocks__item .page-text ul li::before, 
.lp-srv-blocks__item .cke_editable ul li::before {
    color: #f0e2cd;
}

.sdrn-box {
    background: #ebe4d9;
    background: -moz-linear-gradient(135deg, #ebe4d9 52%, #ddd7cc 100%);
    background: -webkit-linear-gradient(135deg, #ebe4d9 52%, #ddd7cc 100%);
    background: linear-gradient(135deg, #ebe4d9 52%, #ddd7cc 100%);
    box-sizing: border-box;
    padding: 70px 10px 70px 65px;
    line-height: 150%;
    min-height: 310px;
    position: relative;
    height: 100%;
    border-radius: 24px;
}

.sdrn  {
	padding-top: 20px;
}

.sdrn a {
	text-decoration: none;
    border-bottom: 1px dotted #010101;
}

.sdrn h5 {
    font-size: 1.2em;
    line-height: 1.25em;
}

.sdrn a:hover {
	text-decoration: none;
	color: #ffffff;
    border-bottom: 1px dotted #ffffff;
}

/**/

.grecaptcha-badge {visibility: hidden;}

#social-menu {
	display: none;
}

#social-menu a {
    color: #ffffff!important;
}

#social-menu a i {
    color: #ffffff!important;
}

#social-menu a:hover,#social-menu a:focus {
    text-decoration: none;
}

.mfb-component--br {
    box-sizing: border-box;
    margin: 25px;
    position: fixed;
    white-space: nowrap;
    z-index: 300000;
    padding-left: 0;
    list-style: none;
}

.mfb-component--br *, .mfb-component--br *:before, .mfb-component--br *:after {
    box-sizing: inherit;
}

.mfb-component--br {
    right: 0;
    bottom: 0;
}

.mfb-component__button--main, .mfb-component__button--child {
    background-color: #3cc142;
    display: inline-block;
    position: relative;
    border: none;
    border-radius: 50%;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
    cursor: pointer;
    outline: none;
    padding: 0;
    position: relative;
    -webkit-user-drag: none;
    color: #f1f1f1;
}

.mfb-component__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mfb-component__list > li {
    display: block;
    position: absolute;
    top: 0;
    right: 1px;
    padding: 10px 0;
    margin: -10px 0;
}

.mfb-component__icon, .mfb-component__main-icon--active,.mfb-component__main-icon--resting, .mfb-component__child-icon {
    position: absolute;
    font-size: 22px;
    text-align: center;
    line-height: 56px!important;
    width: 100%;
}

.mfb-component__wrap {
    padding: 25px;
    margin: -25px;
}

[data-mfb-toggle="hover"]:hover .mfb-component__icon, [data-mfb-toggle="hover"]:hover .mfb-component__main-icon--active,[data-mfb-toggle="hover"]:hover .mfb-component__main-icon--resting, [data-mfb-toggle="hover"]:hover .mfb-component__child-icon,[data-mfb-state="open"] .mfb-component__icon,[data-mfb-state="open"] .mfb-component__main-icon--active,[data-mfb-state="open"] .mfb-component__main-icon--resting,[data-mfb-state="open"] .mfb-component__child-icon {
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
}

[data-mfb-toggle="hover"]:hover .mfb-circlephone,[data-mfb-state="open"] .mfb-circlephone,[data-mfb-toggle="hover"]:hover .mfb-circle-fill,[data-mfb-state="open"] .mfb-circle-fill {
    display: none;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all 0.5s;
}

.mfb-component__button--main {
    height: 56px;
    width: 56px;
    z-index: 20;
}

.mfb-component__button--child {
    height: 56px;
    width: 56px;
}

.mfb-component__main-icon--active,.mfb-component__main-icon--resting {
    -webkit-transform: scale(1) rotate(360deg);
    transform: scale(1) rotate(360deg);
    -webkit-transition: -webkit-transform 150ms cubic-bezier(0.4, 0, 1, 1);
    transition: transform 150ms cubic-bezier(0.4, 0, 1, 1);
}

.mfb-component__child-icon,.mfb-component__child-icon {
    line-height: 56px;
    font-size: 22px;
}

.mfb-component__main-icon--active {
    opacity: 0;
}

[data-mfb-toggle="hover"]:hover .mfb-component__main-icon,[data-mfb-state="open"] .mfb-component__main-icon {
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
}

[data-mfb-toggle="hover"]:hover .mfb-component__main-icon--resting,[data-mfb-state="open"] .mfb-component__main-icon--resting {
    opacity: 0;
    position: absolute !important;
}

[data-mfb-toggle="hover"]:hover .mfb-component__main-icon--active,[data-mfb-state="open"] .mfb-component__main-icon--active {
    opacity: 1;
}

.mfb-component--br.mfb-slidein .mfb-component__list li {
    opacity: 0;
    transition: all 0.5s;
}

.mfb-component--br.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li,.mfb-component--br.mfb-slidein[data-mfb-state="open"] .mfb-component__list li {
    opacity: 1;
}

.mfb-component--br.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(1),.mfb-component--br.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(1) {
    -webkit-transform: translateY(-70px);
    transform: translateY(-70px);
}

.mfb-component--br.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(2),.mfb-component--br.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(2) {
    -webkit-transform: translateY(-140px);
    transform: translateY(-140px);
}

.mfb-component--br.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(3),.mfb-component--br.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(3) {
    -webkit-transform: translateY(-210px);
    transform: translateY(-210px);
}

.mfb-component--br.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(4),.mfb-component--br.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(4) {
    -webkit-transform: translateY(-280px);
    transform: translateY(-280px);
}

.mfb-circlephone {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    border: 2px solid #3cc142;
    width: 100px;
    height: 100px;
    bottom: -15px;
    right: -22px;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    opacity: .5;
    -webkit-animation: circle-anim 2.4s infinite ease-in-out !important;
    -moz-animation: circle-anim 2.4s infinite ease-in-out !important;
    -ms-animation: circle-anim 2.4s infinite ease-in-out !important;
    -o-animation: circle-anim 2.4s infinite ease-in-out !important;
    animation: circle-anim 2.4s infinite ease-in-out !important;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all 0.5s;
}

.mfb-circle-fill {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    background-color: #3cc142;
    width: 76px;
    height: 76px;
    bottom: -3px;
    right: -10px;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation: circle-fill-anim 2.3s infinite ease-in-out;
    -ms-animation: circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation: circle-fill-anim 2.3s infinite ease-in-out;
    animation: circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all 0.5s;
}

.st-facebook {
    background: #3b5998;
}

.st-vk {
    background: #507299;
}

.st-instagram {
    background: #FF0066;
}

.st-whatsapp {
    background: #5EC758;
}

.st-telegram {
    background: #2ea3e6;
}

.st-phone {
    background: #351c75;
}

.st-ok {
    background: #ff4600;
}

@keyframes pulse {
    0% {
        transform: scale(0.9);
        opacity: 1;
    }

    50% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(0.9);
        opacity: 1;
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0.95);
        opacity: 1;
    }

    50% {
        -webkit-transform: scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(0.95);
        opacity: 1;
    }
}

@keyframes tossing {
    0% {
        transform: rotate(-8deg);
    }

    50% {
        transform: rotate(8deg);
    }

    100% {
        transform: rotate(-8deg);
    }
}

@-webkit-keyframes tossing {
    0% {
        -webkit-transform: rotate(-8deg);
    }

    50% {
        -webkit-transform: rotate(8deg);
    }

    100% {
        -webkit-transform: rotate(-8deg);
    }
}

@-moz-keyframes circle-anim {
    0% {
        -moz-transform: rotate(0deg) scale(0.5) skew(1deg);
        opacity: .1;
        -moz-opacity: .1;
        -webkit-opacity: .1;
        -o-opacity: .1;
    }

    30% {
        -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .5;
        -moz-opacity: .5;
        -webkit-opacity: .5;
        -o-opacity: .5;
    }

    100% {
        -moz-transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .6;
        -moz-opacity: .6;
        -webkit-opacity: .6;
        -o-opacity: .1;
    }
}

@-webkit-keyframes circle-anim {
    0% {
        -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
        -webkit-opacity: .1;
    }

    30% {
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        -webkit-opacity: .5;
    }

    100% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        -webkit-opacity: .1;
    }
}

@-o-keyframes circle-anim {
    0% {
        -o-transform: rotate(0deg) kscale(0.5) skew(1deg);
        -o-opacity: .1;
    }

    30% {
        -o-transform: rotate(0deg) scale(0.7) skew(1deg);
        -o-opacity: .5;
    }

    100% {
        -o-transform: rotate(0deg) scale(1) skew(1deg);
        -o-opacity: .1;
    }
}

@keyframes circle-anim {
    0% {
        transform: rotate(0deg) scale(0.5) skew(1deg);
        opacity: .1;
    }

    30% {
        transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .5;
    }

    100% {
        transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .1;
    }
}

@-moz-keyframes circle-fill-anim {
    0% {
        -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }

    50% {
        -moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);
        opacity: .2;
    }

    100% {
        -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }
}

@-webkit-keyframes circle-fill-anim {
    0% {
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }

    50% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .2;
    }

    100% {
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }
}

@-o-keyframes circle-fill-anim {
    0% {
        -o-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }

    50% {
        -o-transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .2;
    }

    100% {
        -o-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }
}

@keyframes circle-fill-anim {
    0% {
        transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }

    50% {
        transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .2;
    }

    100% {
        transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }
}
