@font-face{font-family:'SourceSansPro-Regular';
src:url('../fonts/SourceSansPro-Regular/SourceSansPro-Regular.eot') format('embedded-opentype'),
    url('../fonts/SourceSansPro-Regular/SourceSansPro-Regular.woff') format('woff'),
    url('../fonts/SourceSansPro-Regular/SourceSansPro-Regular.ttf') format('truetype'),
    url('../fonts/SourceSansPro-Regular/SourceSansPro-Regular.svg') format('svg');
}

@font-face{font-family:'SourceSansPro-SemiBold';
src:url('../fonts/SourceSansPro-SemiBold/SourceSansPro-SemiBold.eot') format('embedded-opentype'),
    url('../fonts/SourceSansPro-SemiBold/SourceSansPro-SemiBold.woff') format('woff'),
    url('../fonts/SourceSansPro-SemiBold/SourceSansPro-SemiBold.ttf') format('truetype'),
    url('../fonts/SourceSansPro-SemiBold/SourceSansPro-SemiBold.svg') format('svg');
}


*, *:after, *:before {
    box-sizing:border-box;
}
body {
    font-size: 100%;
    font-family: 'SourceSansPro-Regular';
    font-weight: 500;
    color: #212121;
    background: #fff;
    font-size: 16px;
}
a {
    color: #030c41;
    text-decoration: none;
}
a:hover, a:focus {
    color: #20BED4;
    text-decoration: none;
}

.container {
    max-width: 1680px;
    width: 87.5%;
}
.col-center {
    margin: 0 auto;
}
.container-p {
    padding: 0;
}

section {
    padding-bottom: 50px;
}
section h2 {
    font-family: SourceSansPro-SemiBold;
    text-align: center;
    font-style: normal;
    font-weight: 600;
    font-size: calc(32px + (42 - 32) * ((100vw - 1200px) / (1920 - 300)));
    line-height: 54px;
    letter-spacing: -0.388889px;
    color: #151515;
    margin: 0 0 30px;
}
section h3 {
    margin: 15px 0;
    text-align: center;
    font-size: 1.5rem;
}
.btn {
    font-size: 15px;
    color: #fff;
    padding: 10px 20px;
    text-transform: uppercase;
    background: #ff0000;
    letter-spacing: 1px;
    font-weight: bold;
    box-shadow: 0 15px 25px rgba(0,0,0,0.1);
    margin: 25px 0;
    background: linear-gradient(180deg, #E7424F 0%, #BE0E46 100%);
    border-radius: 23px;
    border: none
}
button.btn:hover, button#btn_submit:hover {
    box-shadow: 0 15px 10px rgba(0,0,0,0.1);
}


/*** HEADER ***/
header {
    position: absolute;
    width: 100%;
    z-index: 9;
}
.header-container {
    display: flex;
    align-items: center;
    padding: 30px 0;
}
.header-logo {
    max-width: 243px;
    width: 14.5%;
    margin-right: 1.5%;
}
.header-logo img {
    width: 100%;
}
.header-menu {
    max-width: 824px;
    width: 55%;
    display: flex;
    align-items: center;
}
.header-menu ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 0;
}
.header-menu ul li {
    display: block;
}
.header-menu ul li.lang-item {
    display: none;
}
.header-menu ul li a {
    font-size: 1em;
    line-height: 27px;
    color: #212121;
    outline: none;
}
.header-menu ul li a:hover {
    color: #20BED4;
}
.header-search {
    opacity: 0;
    width: 18%;
}
.header-content .header-search {
    width: 23%;
    margin-left: 5%;
    opacity: 1;
}
form#searchform {
    position: relative;
}
form#searchform input {
    width: 100%;
    padding: 8px 8px 8px 36px;
}
form#searchform button {
    position: absolute;
    left: 0;
    background: none;
    padding: 0 10px;
    height: 100%;
    border: 0;
}




.header-lang {
    width: 11%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.header-content .header-lang {
    width: 11%;
}
.header-lang {
    height: 30px;
    display: flex;
    align-items: center;
}
.header-lang ul {
    padding: 0;
    list-style: none;
    background: transparent;
    margin: 0;
}
.header-lang ul li {
    display: inline-block;
    position: relative;
    line-height: 21px;
    text-align: left;
}
.header-lang ul li ul.dropdown-menu {
    min-width: 100%;
    background: transparent;
    display: none;
    position: absolute;
    z-index: 999;
    left: 0;
    border: none;
    background: transparent;
    color: #ffffff;
    box-shadow: 0 1px 10px rgba(148, 145, 145, 0.15);
}
.header-lang ul li ul.dropdown-menu li {
    display: block;
}
.header-lang ul li ul.dropdown-menu li.current-lang {
    display: none;
}
.header-lang ul li a {
    font-family: 'SourceSansPro-Regular';
    display: flex;
    align-items: center;
    padding: 0 5px;
    width: 60px;
    height: 30px;
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
    font-size: 1.1em;
    line-height: 27px;
    outline: none;
}
.header-content .header-lang ul li a {
    font-family: 'SourceSansPro-Regular';
    display: flex;
    align-items: center;
    padding: 0 5px;
    width: 60px;
    height: 30px;
    color: #000000;
    text-decoration: none;
    font-weight: 500;
    font-size: 1.1em;
    line-height: 27px;
    outline: none;
}
.header-lang ul li a:hover {
    background: transparent;
}
.header-lang ul li a.correct-lang {
    color: #ffffff;
    font-size: 1.1em;
    line-height: 27px;
    background: transparent;
}
.header-content .header-lang ul li a.correct-lang {
    color: #000;
    font-size: 1.1em;
    line-height: 27px;
    background: transparent;
}
.header-lang ul li a span {
    margin-right: 5px;
}
.header-btn,
.header-btn-search {
    display: none;
}
/*** END HEADER ***/

/*** BANNER ***/
section#banner {
    display: flex;
    width: 100%;
    min-height: 900px;
    height: 100%;
    margin-bottom: 100px;
}
.banner-container {
    display: flex;
    padding: 0 0 0 6.25%;
}
.banner-row {
    display: flex;
    width: 100%;
    height: 100%;
}
.banner-content {
    width: 67%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
}
.banner-text {
    width: 50%;
    max-width: 580px;
}
.banner-text h1 {
    font-family: SourceSansPro-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 48px;
    line-height: 60px;
    color: #20BED4;
    margin-bottom: 10px;
}
.banner-text h1 span {
    color: #EE7C00;
}
.banner-text p {
    font-size: 20px;
    line-height: 30px;
    color: #7B7B7B;
    margin-bottom: 52px;
}
.banner-text p span {
    display: block;
}
.banner-image-text {
    display: none;
}
.banner-image-mobile,
.banner-bottom-mobile {
   display: none;
}
.banner-image {
    width: 50%;
    margin: 0 auto;
    position: relative;
    right: -10%;
    display: flex;
    justify-content: center;
}
.banner-image img {
    width: auto;
    height: auto;
    max-height: 600px;
    border-radius: 30px;
}
.banner-bottom {
    position: absolute;
    bottom: 0;
    display: flex;
}
.banner-bottom a {
    display: flex;
    align-items: center;
    margin-right: 30px;
    color: #000;
}
.banner-bottom a:hover {
    color: #20BED4;
}
.banner-bottom a:last-child {
    margin-right: 0;
}
.banner-bottom a img {
    margin-right: 10px;
}

.banner-category {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 33%;
    height: 100%;
    border-top-left-radius: 60px;
    border-bottom-left-radius: 60px;
    padding-left: 10%;
    background: #20BED4;
}
.banner-category-slider {
    max-width: 309px;
    width: 90%;
    display: block;
}
.banner-category-slider.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.banner-category-slider .slick-track {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}
.banner-category-slide {
    border: 0.5px solid #FFFFFF!important;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 10px;
    margin-right: 5px;
    margin-bottom: 30px;
}
.banner-category-slide:last-child {
    margin-bottom: 0;
}
.banner-category-slide p {
    font-family: SourceSansPro-SemiBold;
    width: 100%;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 27px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 0;
}

.banner-category-slider .slick-list {
    margin-top: 30px;
}
.banner-category-slider .slick-dots {
    width: 100%;
    position: absolute;
    top: 56%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -10%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.banner-category-slider .slick-dots li {
    list-style: none;
    margin: 15px 0;
}
.banner-category-slider .slick-dots button {
    border-radius: 0;
    width: 0;
    height: 28px;
    border: none;
    background-color: #fff;
    text-indent: -9999px;
    outline: 0;
    padding: 0;
}
.banner-category-slider .slick-dots li button {
    border: none;
}
.banner-category-slider .slick-dots li button:before {
    top: 5px;
    left: 5px;
    width: 3px!important;
    height: 20px!important;
    content: '•';
    background: #ffffff;
    border-radius: 0;
}


/*.slick-dots {
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -20%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.slick-dots li {
    list-style: none;
    margin: 15px 0;
}
.slick-dots button {
    border-radius: 50%;
    width: 20px;
    height: 20px;
    border: none;
    background-color: #fff;
    text-indent: -9999px;
    outline: 0;
}
.slick-dots li button {
    border: none;
}
.slick-dots li button:before {
    top: 5px;
    left: 5px;
    width: 2px!important;
    height: 20px!important;
    content: '•';
    background: #ffffff;
    border-radius: 0;
}
.slick-dots li button:hover {
    border-radius: 0;
    background: #fff;
    width: 1px;
}*/
/*** END BANNER ***/

/*** SECTION SERVICES ***/
section#services {
    position: relative;
    padding-left: 6.25%;
    overflow-x: hidden;
}
.service-container {
    background: #FAFAFA;
    padding: 162px 0;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}
.service-row {
    display: flex;
    align-items: center;
}
.service-slider-arrows {
    position: absolute;
    top: 10%;
    right: 30px;
    display: flex;
    justify-content: space-between;
    width: 100px;
}
.service-slider-arrow a {
    display: flex;
    width: 47px;
    height: 44px;
    align-items: center;
    justify-content: center;
    background: transparent;
    border-radius: 9px;
    transition: background .25s linear;
    outline: none;
}
.service-slider-arrow-active {
    background: #EE7C00;
    border-radius: 9px;
}
.service-slider-arrow-active a svg path {
    stroke: #ffffff;
}
.service-title {
    width: 30%;
}
.service-title h2 {
    margin-bottom: 0;
}
.service-items {
    width: 70%;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.service-items > div {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.service-item {
    width: 24%;
    display: flex!important;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding: 2% 0;
    background: #FFFFFF;
    border-radius: 30px;
    margin: 0 10px;
    transition: background .3s linear;
    cursor: pointer;
}
.service-item a {
    display: flex;
    align-items: center;
    flex-direction: column;
    color: #030c41;
}
.service-item img,
.service-item svg {
    max-height: 55px;
    margin-bottom: 20px;
}
.service-item p {
    text-align: center;
    margin-bottom: 0;
}
.service-item:hover {
    background: #20BED4;
}
.service-item:hover svg path {
    stroke: #ffffff;
}
.service-item-2:hover svg path,
.service-item-3:hover svg path,
.service-item-6:hover svg path {
    fill: #ffffff;
}
.service-item:hover p {
   color: #ffffff;
}
/*** END SECTION SERVICES ***/

/*** SECTION ADVANTAGES ***/
.advantages {
    margin: 150px 0 100px;
}
.advantages-item {
    display: flex;
    padding: 56px 35px;
    border: 2.4348px solid #F5F5F5;
    border-radius: 30px;
}
.advantage-icon {
    margin-right: 20px;
}
.advantage-icon > div {
    width: 96px;
    height: 96px;
    background: rgba(32, 190, 212, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.advantage-icon img {
    width: 33px;
    height: 30px;
}
.advantage-text h3 {
    font-family: SourceSansPro-SemiBold;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    color: #151515;
    text-align: left;
    margin: 0 0 10px;
}
.advantage-text p {
    font-style: normal;
    font-weight: normal;
    font-size: 1.1em;
    line-height: 1.6em;
    color: #7B7B7B;
}
/*** END SECTION ADVANTAGES ***/

/*** SECTION ABOUT ***/
.about {
    margin-bottom: 100px;
}
.about-col {
    display: none;
}

.about-image {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 703px;
}
.about-image .about-bgc {
    position: absolute;
    width: 80%;
    margin-left: 20%;
    height: 100%;
    display: flex;
    align-items: center;
    background: #FAFAFA;
    border-radius: 30px;
}
.about-bgc img {
    width: 100%;
    margin: 0;
    border-radius: 30px;
}
.about-slider {
    width: 84%;
    margin: 0;
}
.slick-slide {
    outline: none;
}
.about-slider .slick-dots li,
.about-slider .slick-dots li button {
    width: 12px;
    height: 5px;
}
.about-slider .slick-dots li button:before {
    font-family: '';
    content: '';
    width: 12px;
    height: 5px;
    background: #1fbed4;
    transition: width .3s linear;
    border-radius: 4px;
}
.about-slider .slick-dots li.slick-active,
.about-slider .slick-dots li.slick-active button {
    width: 22px;
    height: 5px;
}
.about-slider .slick-dots li.slick-active button:before {
    width: 22px;
}
.about-slider > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    cursor: pointer;
}
.about-slider > div img {
    width: 100%;
    height: 100%;
    padding: 15px;
    border-radius: 50px;

}
.about-text {
    display: flex;
    align-items: center;
    height: 100%;
    padding-left: 15%;
}
.about-text > div {
    width: 100%;
    max-width: 510px;
}
.about-text-icon {
    margin-bottom: 15px;
}
.about-text h2 {
    font-family: SourceSansPro-SemiBold;
    font-style: normal;
    font-weight: 600;
    text-align: left;
    font-size: 42px;
    line-height: 54px;
    letter-spacing: -0.388889px;
    color: #151515;
    margin-bottom: 25px;
}
.about-context {
    margin-bottom: 52px;
}
.about-context p {
    font-family: SourceSansPro-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    color: #7B7B7B;
    margin-bottom: 20px;
}
.about-context p:last-child {
    margin-bottom: 0;
}
.smile-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 273px;
    height: 65px;
    font-size: 1.1em;
    background: #20BED4;
    border-radius: 30px;
    color: #ffffff;
    transition: background .25s linear;
}
.smile-btn a:hover {
    background: #EE7C00;
}
.smile-btn a span {
    margin-right: 8px;
}
/*** END SECTION ABOUT ***/

/*** SECTION TEAM ***/
section#team {
    padding-bottom: 100px;
}
.team-slider-arrows {
    position: absolute;
    top: 0;
    right: 30px;
    display: flex;
    justify-content: space-between;
    width: 100px;
}
.team-slider-arrow a {
    display: flex;
    width: 47px;
    height: 44px;
    align-items: center;
    justify-content: center;
    background: transparent;
    border-radius: 9px;
    transition: background .25s linear;
    outline: none;
}
.team-slider-arrow-active {
    background: #EE7C00;
    border-radius: 9px;
}
.team-slider-arrow-active a svg path {
    stroke: #ffffff;
}
.team-slider .slick-dots li,
.team-slider .slick-dots li button {
    width: 12px;
    height: 5px;
}
.team-slider .slick-dots li button:before {
    font-family: '';
    content: '';
    width: 12px;
    height: 5px;
    background: #1fbed4;
    transition: width .3s linear;
    border-radius: 4px;
}
.team-slider .slick-dots li.slick-active,
.team-slider .slick-dots li.slick-active button {
    width: 22px;
    height: 5px;
}
.team-slider .slick-dots li.slick-active button:before {
    width: 22px;
}
.team-block {
    padding: 0 15px;
}
.team-image {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 550px;
    margin-bottom: 30px;
    border-radius: 30px;
}
.team-image img {
    flex-shrink: 0;
    border-radius: 30px;
    padding: 0;
}
.team-text {
    padding: 0 15px;
}
.team-block h4 {
    font-family: SourceSansPro-SemiBold;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #151515;
}
.team-block p {
    font-family: SourceSansPro-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    color: #7B7B7B;
}
.team.slick-slide {
    margin-top: 0;
    transition: margin .4s linear;
}
.team.slick-slide.slick-center.act {
    margin-top: 80px;
}
/*** END SECTION TEAM ***/

/*** SECTION QUOTE ***/
.quote {
    margin-bottom: 100px;
}
.quote-container {
    position: relative;
    background: #20BED4;
    border-radius: 30px;
}
.quote-bgc-icon-1 {
    position: absolute;
    top: 20px;
    left: 10%;
}
.quote-bgc-icon-2 {
    position: absolute;
    top: 89px;
    right: 7%;
}
.quote-bgc-icon-3 {
    position: absolute;
    bottom: 45px;
    left: 0;
}
.quote-bgc-icon-4 {
    position: absolute;
    bottom: 52px;
    right: 8%;
}
.quote-image > div {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 703px;
    padding-right: 5%;
}
.quote-image > div img {
    width: 100%;
    max-width: 505px;
    border-radius: 50%;
    position: relative;
    z-index: 9;
}
.quote-image-bgc-1 {
    width: 550px;
    height: 550px;
    border: 1px solid #ffffff;
    position: absolute;
    z-index: 8;
    right: 7%;
    border-radius: 50%;
}
.quote-image-bgc-2 {
    width: 580px;
    height: 580px;
    border: 1px solid #ffffff;
    position: absolute;
    z-index: 8;
    right: 7%;
    border-radius: 50%;
}
.quote-text {
    height: 100%;
    display: flex;
    align-items: center;
}
.quote-text > div {
    width: 100%;
    max-width: 458px;
    position: relative;
    margin-left: 5%;
}
.quote-icon {
    margin-bottom: 28px;
}
.quote-text h3 {
    font-family: SourceSansPro-SemiBold;
    font-style: normal;
    text-align: left;
    font-weight: 600;
    font-size: 30px;
    line-height: 39px;
    color: #FFFFFF;
    margin-bottom: 69px;
}
.quote-text p {
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
    margin-bottom: 7px;
}
.quote-text p:last-child {
    margin-bottom: 0;
}
/*** END SECTION QUOTE ***/

/*** SECTION CONTACTS ***/
.contacts-image {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 703px;
}
.contacts-image .contacts-bgc {
    position: absolute;
    width: 80%;
    margin-left: 20%;
    height: 100%;
    display: flex;
    align-items: center;
    background: #FAFAFA;
    border-radius: 30px;
}
.contacts-bgc img {
    width: 100%;
    margin: 0;
    border-radius: 30px;
}
.contacts-slider {
    width: 84%;
    margin: 0;
}
.contacts-slider .slick-dots li,
.contacts-slider .slick-dots li button {
    width: 12px;
    height: 5px;
}
.contacts-slider .slick-dots li button:before {
    font-family: '';
    content: '';
    width: 12px;
    height: 5px;
    background: #1fbed4;
    transition: width .3s linear;
    border-radius: 4px;
}
.contacts-slider .slick-dots li.slick-active,
.contacts-slider .slick-dots li.slick-active button {
    width: 22px;
    height: 5px;
}
.contacts-slider .slick-dots li.slick-active button:before {
    width: 22px;
}
.contacts-slider > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    cursor: pointer;
}
.contacts-slider > div img {
    width: 100%;
    height: 100%;
    padding: 15px;
    border-radius: 50px;
}
.contacts-image .smile-btn {
    display: none;
}
.contacts-text {
    display: flex;
    align-items: center;
    height: 100%;
    padding-left: 15%;
}
.contacts-text > div {
    width: 100%;
    max-width: 510px;
}
.contacts-text-icon {
    margin-bottom: 15px;
}
.contacts-text h2 {
    font-family: SourceSansPro-SemiBold;
    font-style: normal;
    font-weight: 600;
    text-align: left;
    font-size: 42px;
    line-height: 54px;
    letter-spacing: -0.388889px;
    color: #151515;
    margin-bottom: 25px;
}

.contacts-text ul {
    padding: 0;
    margin: 0 0 52px;
}
.contacts-text ul li {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}
.contacts-text ul li:first-child,
.banner-bottom a:first-child {
    cursor: pointer;
}
.contacts-text ul li:hover:first-child {
    color: #20BED4
}
.contacts-text ul li:last-child {
    margin-bottom: 0;
}
.contacts-text ul li span {
    margin-right: 10px;
}
/*** END SECTION CONTACTS ***/

/*** FOOTER ***/
footer {
    background: #FCFCFC;
}
.footer-container {
    display: flex;
    justify-content: space-between;
    padding: 50px 0;
}
.footer-logo {
    max-width: 243px;
    width: 14.5%;
}
.footer-logo img {
    width: 100%;
}
.footer-menu {
    max-width: 964px;
    width: 49%;
    display: flex;
    align-items: center;
}
.footer-menu ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 0;
}
.footer-menu ul li {
    display: block;
}
.footer-menu ul li a {
    font-size: 1.1em;
    line-height: 27px;
    color: #000000;
}
.footer-menu ul li a:hover {
    color: #20BED4;
}
.footer-social {
    display: flex;
    align-items: center;
}
.footer-social ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 0;
}
.footer-social ul li {
    display: block;
    margin-right: 30px;
}
.footer-social ul li:last-child {
    margin-right: 0;
}
.footer-social ul li a {
    font-size: 1.1em;
    line-height: 27px;
    color: #000000;
}
.footer-social ul li a:hover {
    color: #20BED4;
}
/*** END FOOTER ***/

/*** MODAL WINDOW ***/
#modal-window,
#modal-window-review {
    display: none;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.45);
}
.modal-window {
    position: fixed;
    display: none;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999999;
    transition: opacity 2000ms ease-in;
}
.modal-window > div {
    max-width: 560px;
    max-height: 832px;
    width: 100%;
    height: auto;
    position: relative;
    display: block;
    padding: 30px;
    border-radius: 3px;
    top: 0;
    left: 0;
    margin: 0;
    background: #ffffff;
    box-shadow: 0 0 50px rgba(120, 120, 125, 0.9);
    cursor: auto;
    border-radius: 30px;
}
.modal-window a.modal-window-close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    transition: color 400ms ease-in;
    z-index: 1;
    color: #000000;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.modal-text {
    margin-bottom: 36px;
}
.modal-text h2 {
    margin: 10px 0 20px;
    font-weight: bold;
    font-size: 36px;
    line-height: 55px;
    text-align: center;
    color: #32373C;
}
.modal-text p {
    font-size: 17px;
    line-height: 130%;
    color: #5E6A6D;
}
.modal-text p span{
    font-weight: bold;
}
form#modal-form,
form#modal-form-review
{
    width: 100%;
}
.form-group {
    margin-bottom: 32px;
}
.form-group label {
    font-size: 13px;
    line-height: 130%;
    color: #5E6A6D;
    margin-bottom: 0;
}
.form-group input,
.form-group textarea {
    font-size: 17px;
    line-height: 130%;
    color: #32373C;
    width: 100%;
    outline: none;
}
.form-group input {
    border: none;
    border-bottom: 1px solid #C9CCD1;
    border-radius: 0;
}
.form-group textarea {
    border: none;
    border-bottom: 1px solid #C9CCD1;
    border-radius: 0;
    height: 150px;
    max-height: 150px;
    resize: none;
}
.form-group-container {
    display: block;
    position: relative;
    padding-left: 32px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 13px;
    line-height: 130%;
    color: #5E6A6D;
}
.form-group-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    border: 1px solid #32373C;
    border-radius: 3px;
}
.form-group-container:hover input ~ .checkmark {
    background-color: #ccc;
}
.form-group-container input:checked ~ .checkmark {
    background-color: #32373C;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.form-group-container input:checked ~ .checkmark:after {
    display: block;
}
.form-group-container .checkmark:after {
    left: 5px;
    top: -.5px;
    width: 5px;
    height: 11px;
    border: solid white;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.form-group-button {
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 50px;
}
.form-group-button button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 273px;
    height: 65px;
    font-size: 1.1em;
    border-radius: 30px;
    color: #ffffff;
    background: #EE7C00;
    transition: background .25s linear;
    cursor: pointer;
    outline: none;
}
.form-group-button p, .form-group-button p a {
    font-size: 13px;
    line-height: 130%;
    text-align: center;
    color: #5E6A6D;
}
.form-group .error {
    border-bottom: 1px solid #F91C3D;
}

button#form_button span {
    margin-right: 8px;
}

.modal-window > div.modal-window-answer {
    display: none;
}
.modal-window-answer .user-answer h2 {
    margin: 10px 0 20px;
    font-weight: bold;
    font-size: 30px;
    line-height: 55px;
    text-align: center;
    color: #32373C;
}
.modal-window-answer .user-answer p {
    font-size: 17px;
    line-height: 130%;
    text-align: center;
    color: #5E6A6D;
    margin-bottom: 60px;
}
.modal-window-answer .user-button {
    text-align: center;
    display: flex;
    justify-content: center;
}
.modal-window-answer .user-button button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 273px;
    height: 65px;
    font-size: 1.1em;
    border-radius: 30px;
    color: #ffffff;
    background: #20BED4;
    transition: background .25s linear;
    cursor: pointer;
    outline: none;
}
.modal-window-answer .user-button button:hover {
    background: #EE7C00;
}

h1.page-title {
    margin: 20px 0 50px;
}


/*** MODAL WINDOW ***/
#modal-window-map {
    display: none;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.45);
}
.modal-window-map {
    position: fixed;
    display: none;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999999;
    transition: opacity 2000ms ease-in;
}
.modal-window-map > div {
    max-width: 768px;
    max-height: 832px;
    width: 100%;
    height: auto;
    position: relative;
    display: block;
    padding: 30px;
    border-radius: 3px;
    top: 0;
    left: 0;
    margin: 0;
    background: #ffffff;
    box-shadow: 0 0 50px rgba(120, 120, 125, 0.9);
    cursor: auto;
    border-radius: 30px;
}
.modal-window-map a.modal-window-map-close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    transition: color 400ms ease-in;
    z-index: 1;
    color: #000000;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.modal-google-map iframe {
    width: 100%;
    height: 600px;
    padding-top: 20px;
}
/*** END MODAL WINDOW ***/










/****  floating-Lable style start ****/
.form-group-animation {
    position: relative;
    margin-bottom: 50px;
}
.form-field,
.form-field-select {
    font-size:14px;
    padding:4px 4px;
    display:block;
    width:100%;
    height: 40px;
    background-color: transparent;
    border:none;
    border-bottom: 1px solid #C9CCD1;
    border-radius: 0;
}

select.form-field-select {
    padding: 0;
    font-size: 17px;
}

.form-field:focus,
.form-field-select:focus  {
    outline:none;
    border-bottom: 1px solid #32373C;
}

.form-group-animation label {
    font-size: 17px;
    line-height: 130%;
    color: #C9CCD1;
    font-weight:normal;
    position:absolute;
    pointer-events:none;
    left:5px;
    top:5px;
    transition:0.2s ease all;
    -moz-transition:0.2s ease all;
    -webkit-transition:0.2s ease all;
}

.form-field:focus ~ label,
.form-field:not(:placeholder-shown) ~ label {
    top: -18px;
    font-size: 13px;
    color: #C9CCD1;;
}

.form-field-select:focus ~ label,
.form-field-select:not([value=""]):valid ~ label {
    top: -18px;
    font-size: 13px;
    color: #C9CCD1;;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: transparent!important;
}

/* active state */
.form-field:focus ~ .bar:before,
.form-field-select:focus ~ .bar:before,
.form-field:focus ~ .bar:after,
.form-field-select:focus ~ .bar:after {
    width:50%;
}

.form-field-textarea {
    min-height: 66px;
    max-height: 260px;
    overflow:hidden;
    overflow-x: hidden;
}

.form-group .quantity-text {
    display: flex;
    justify-content: flex-end;
    padding-top: 5px;
    color: #C9CCD1;
    font-size: 13px;
}

.form-group .quantity-text span {
    margin-right: 5px;
}
.form-group .quantity-text span:last-child {
    margin-right: 0;
}
/*** END MODAL WINDOW ***/


/*** BLOG ***/
header.header {
    background: #fff;
}
header.header a {
    font-family: SourceSansPro-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 27px;
    color: #212121;
}
section#blog-posts {
    padding-top: 100px;
    margin-bottom: 30px;
}
.page-title h1 {
    font-family: SourceSansPro-SemiBold;
    font-style: normal;
    font-weight: 600;
    font-size: 42px;
    line-height: 54px;
    letter-spacing: -0.388889px;
    color: #1E1F22;
    margin-bottom: 40px;
}
.blog-filter {
    margin-bottom: 30px;
}
.blog-filter ul {
    display: flex;
    padding: 0;
    margin: 0;
}
.blog-filter ul li {
    display: block;
    margin-right: 5%;
}
.blog-filter ul li:last-child {
    margin-right: 0;
}
.blog-filter ul li a {
    font-family: SourceSansPro-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    display: flex;
    align-items: center;
    color: #78818B;
    outline: none;
}
.blog-filter ul li a:hover {
    color: #20BED4;
}
.popular-block {
    padding: 15px;
}

.popular-slider-arrows {
    position: absolute;
    top: 0;
    right: 30px;
    display: flex;
    justify-content: space-between;
    width: 100px;
}
.popular-slider-arrow a {
    display: flex;
    width: 47px;
    height: 44px;
    align-items: center;
    justify-content: center;
    background: transparent;
    border-radius: 9px;
    transition: background .25s linear;
    outline: none;
}
.popular-slider-arrow-active {
    background: #EE7C00;
    border-radius: 9px;
}
.popular-slider-arrow-active a svg path {
    stroke: #ffffff;
}
.popular-slider .slick-dots li,
.popular-slider .slick-dots li button {
    width: 12px;
    height: 5px;
}
.popular-slider .slick-dots li button:before {
    font-family: '';
    content: '';
    width: 12px;
    height: 5px;
    background: #1fbed4;
    transition: width .3s linear;
    border-radius: 4px;
}
.popular-slider .slick-dots li.slick-active,
.popular-slider .slick-dots li.slick-active button {
    width: 22px;
    height: 5px;
}
.popular-slider .slick-dots li.slick-active button:before {
    width: 22px;
}

.blog-posts-container {
    display: grid;
    /*grid-template-columns: 40% 27.5% 32.5%;*/
    grid-template-columns: 40.5% 25%;
    grid-gap: 20px;
}
.blog-post {
    position: relative;
    width: 100%;
    height: auto;
}
.blog-post:first-child {
    grid-column: 1 / 3;
    grid-row: 1 / 3;
    height: 540px;
}
.blog-post:nth-child(2) {
    rid-column: 3;
    grid-row: 1;
    height: 260px;
}
.blog-post:nth-child(3) {
    grid-column: 3;
    grid-row: 2;
    height: 260px;
}

.blog-post a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.blog-post a .blog-post-image {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
    border-radius: 30px;
}
.blog-post a .blog-post-image img {
    min-width: 100%;
    min-height: 100%;
	width: auto;
    height: auto;
    flex-shrink: 0;
    transition: 1s;
    object-fit: cover;
}
.blog-post a:hover .blog-post-image img {
    transform: scale(1.2);
}
.blog-post-text {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 50px;
    z-index: 9;
}
.blog-post-title h3 {
    font-family: SourceSansPro-SemiBold;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 54px;
    letter-spacing: -0.388889px;
    color: #FFFFFF;
    text-align: left;
    margin-bottom: 0;
}
.blog-post-date p {
    font-family: SourceSansPro-SemiBold;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    color: #FFFFFF;
    margin-bottom: 0;
}
.blog-post:nth-child(2) .blog-post-title h3,
.blog-post:nth-child(3) .blog-post-title h3 {
    font-size: 20px;
    line-height: 30px;
}
.blog-post:nth-child(2) .blog-post-date p,
.blog-post:nth-child(3) .blog-post-date p {
    font-size: 14px;
    line-height: 20px;
}





.blog-slide {
    position: relative;
    width: 100%;
    height: auto;
}
.blog-slide a {
    position: relative;
    display: block;
    width: 100%;
}
.blog-slide a .blog-slide-image {
    width: 100%;
    height: auto;
    display: inline-block; /* Строчно-блочный элемент */
    overflow: hidden; /* Скрываем всё за контуром */
    border-radius: 30px;
}
.blog-slide a .blog-slide-image img {
    width: 100%;
    height: 100%;
    transition: 1s; /* Время эффекта */
    display: block; /* Убираем небольшой отступ снизу */
}
.blog-slide a:hover .blog-slide-image img {
    transform: scale(1.2); /* Увеличиваем масштаб */
}
.blog-slide-text {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 50px;
    z-index: 9;
}
.blog-slide-title h3 {
    font-family: SourceSansPro-SemiBold;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 54px;
    letter-spacing: -0.388889px;
    color: #FFFFFF;
    text-align: left;
    margin-bottom: 0;
}
.blog-slide-date p {
    font-family: SourceSansPro-SemiBold;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    margin-bottom: 0;
}










.recommendation .title h2 {
    text-align: left;
}
.recommendation-post {
    display: flex;
    margin-bottom: 50px;
}
.recommendation-post-image {
    position: relative;
    display: block;
    width: 34%;
    height: 170px;
    overflow: hidden;
    padding-right: 15px;
}
.recommendation-post-image img {
    width: 100%;
    height: 100%;
    border-radius: 30px;
}
.recommendation-post-text {
    position: relative;
    display: block;
    width: 66%;
    padding-left: 15px;
}
.recommendation-post-text h3 {
    font-family: SourceSansPro-SemiBold;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 24px;
    color: #151515;
    text-align: left;
    margin: 0 0 20px;
}
.recommendation-post-text p {
    font-family: SourceSansPro-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #7B7B7B;
    margin-bottom: 25px;
}
.recommendation-post-text a {
    font-family: SourceSansPro-SemiBold;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    width: 100px;
    display: flex;
    align-items: center;
    color: #20BED4;
    outline: none;
}
.recommendation-post-text a span {
    margin-left: 9px;
}

section#popular {
    padding-bottom: 100px;
}
.popular .title h2 {
    text-align: left;
}
.popular-image {
    margin-bottom: 30px;
    width: 100%;
    height: 260px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 30px;
}
.popular-image img {
    min-width: 100%;
    min-height: 100%;
    flex-shrink: 0;
    border-radius: 30px;
    object-fit: cover;
}
.popular-text {
    padding: 0 15px;
}
.popular-block h4 {
    font-family: SourceSansPro-SemiBold;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    color: #151515;
    margin-bottom: 0;
}
.popular-block p {
    font-family: SourceSansPro-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #7B7B7B;
}
.adaptive-posts-container {
    display: none;
}
/*** END BLOG ***/

/*** POST ***/
.col-center {
    display: flex;
    justify-content: center;
}
.post, .page {
    margin: 0;
}
main#primary {
    padding: 125px 0 0;
}
.entry-header {
    width: 100%;
}
#primary h1.entry-title {
    font-family: SourceSansPro-SemiBold;
    font-style: normal;
    font-weight: 600;
    font-size: 42px;
    line-height: 54px;
    letter-spacing: -0.388889px;
    color: #151515;
    margin-bottom: 40px;
}
.entry-banner {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 50px;
}

.entry-custom-banner {
    width: 100%;
    height: 400px;
    background: #010101;
}
.entry-custom-banner > div {
    display: flex;
    justify-content: center;
    height: 100%;
}
.entry-custom-banner > div img {
    width: auto;
    height: 100%;
}


.entry-content h2 {
    font-family: SourceSansPro-SemiBold;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 39px;
    color: #151515;
    margin-bottom: 20px;
}
.entry-content h3 {
    font-family: SourceSansPro-SemiBold;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 39px;
    color: #151515;
    margin-bottom: 15px;
}
.entry-content-text {
    margin-bottom: 80px;
}
.entry-content-text p {
    font-family: SourceSansPro-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    color: #7B7B7B;
}

.entry-content p {
    font-size: 1.1em;
}

.entry-quote {
    position: relative;
    background: #20BED4;
    border-radius: 30px;
    padding: 60px;
    margin-bottom: 60px;
}
.entry-quote h3 {
    font-family: SourceSansPro-SemiBold;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 39px;
    color: #FFFFFF;
    margin-bottom: 45px;
}
.entry-quote p {
    font-family: SourceSansPro-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    margin-bottom: 10px;
}
.entry-quote p:last-child {
    margin-bottom: 0;
}

article section#popular {
    padding-bottom: 100px;
    background: #FCFCFC;
    padding: 70px 0 0;
}
/*** END POST ***/


/*** BLOG SMILE POSTS ***/
.smile-post-row {
    position: relative;
    padding: 70px 0;
    margin-bottom: 100px;
}
.smile-post-row:nth-child(2n) {
    display: flex;
    flex-direction: row-reverse;
}

.smile-post-row:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 85%;
    height: 100%;
    background: #FAFAFA;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}
.smile-post-row:nth-child(2n):before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 85%;
    height: 100%;
    background: #FAFAFA;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.blog-smile-posts {
    padding: 152px 0 58px;
}
.blog-smile-posts h1 {
    font-family: SourceSansPro-SemiBold;
    font-style: normal;
    font-weight: 600;
    font-size: 42px;
    line-height: 54px;
    letter-spacing: -0.388889px;
    color: #151515;
    margin-bottom: 57px;
    text-align: center;
}

.smile-post-image {
    position: relative;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 30px;
}
.smile-post-image img {
    min-width: 100%;
    min-height: 100%;
    flex-shrink: 0;
}
.smile-post-text {
    width: 68%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
}
.smile-post-text h2 {
    font-family: SourceSansPro-SemiBold;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 39px;
    color: #151515;
    text-align: left;
    margin-bottom: 18px;
}
.smile-post-text p {
    font-family: SourceSansPro-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    color: #7B7B7B;
    margin-bottom: 52px;
}
.smile-post-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 273px;
    height: 65px;
    font-size: 1.1em;
    background: #20BED4;
    border-radius: 30px;
    color: #ffffff;
    transition: background .25s linear;
}
.smile-post-btn a span {
    margin-right: 8px;
}

article .post-thumbnail {
    width: 100%;
    text-align: center;
}
article .post-thumbnail img{
    width: 60%;
}

.page-content, .entry-content, .entry-summary {
    margin: 0;
}

.col-back {
    justify-content: space-between;
    align-items: center;
}
.post-back,
.post-views {
    margin-bottom: 10px;
}
.post-back a {
    display: flex;
    align-items: center;
}
.post-back a img {
    margin-right: 5px;
}
.post-back a span,
.post-views {
    font-family: SourceSansPro-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    color: #78818B;
}

.footer-bottom-container p span {
    position: relative;
    top: -1px;
    margin-right: 5px;
}
/*** END BLOG SMILE POSTS ***/

.container-bottom {
    padding-bottom: 30px;
}



/*** CATEGORY PAGE ***/
header.doctor-category-header {
    position: relative;
}
section#doctor-category-header-line {
    background: #1fbed4;
    padding: 15px 0;
}
.doctor-category-header-line h1 {
    font-size: 2.5rem;
    text-align: left;
    color: #ffffff;
    margin: 0;
}
.doctor-category-header-line-items {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

section#doctor-category-content {
    padding: 30px 0 50px;
}
.doctor-category-content-sidebar ul {
    margin: 0;
    padding: 0;
}
.doctor-category-content-sidebar ul li {
    position: relative;
    list-style-type: none;
    border-bottom: 1px solid #1fbed4;
    margin-bottom: 28px;
}
.doctor-category-content-sidebar ul li:last-child {
    margin-bottom: 0;
}
.doctor-category-content-sidebar ul li.dc-active {
    background: #1fbed4;
}
.doctor-category-content-sidebar ul li a {
    display: flex;
    align-items: center;
    outline: none;
    padding: 10px;
}
.doctor-category-content-sidebar ul li a .doctor-category-content-icon {
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 14px;
}
.doctor-category-content-sidebar ul li a {
    font-size: 20px;
    color: #1fbed4;
    margin-bottom: 0;
}
.doctor-category-content-sidebar ul li.dc-active a,
.doctor-category-content-sidebar ul li.dc-active a .doctor-category-content-icon svg path {
    color: #ffffff;
    stroke: #ffffff;
    fill: #ffffff;
}
.doctor-category-content-icon svg {
    width: 20px;
    height: 100%;
}

.doctor-category-content-sidebar ul.sub-menu {
    display: none;
    flex-direction: column;
}
.doctor-category-content-sidebar ul.sub-menu li {
    border: none;
    padding-left: 55px;
    margin-bottom: 10px;
}
.doctor-category-content-sidebar ul.sub-menu li a {
    font-size: 18px;
    color: #000;
    padding: 0;
}
.doctor-category-content-sidebar ul li.menu-item.menu-item-has-children a.plus-btn {
    position: absolute;
    top: -4px;
    right: 0;
    font-size: 24px;
    color: #1fbed4;
    font-size: 24px;
    transition: transform 1s linear, color 1s linear;
    transition: transform 1s linear, color 1s linear, -webkit-transform 1s linear;
}
.doctor-category-content-sidebar ul li.menu-item.menu-item-has-children a.plus-btn.active-plus {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.breadcrumbs,
.breadcrumbs span {
    color: #ffffff;
}
.breadcrumbs span a:hover {
    color: #ffffff;
}



.doctor-category-content-description h1 {
    font-weight: bold;
    margin-bottom: 25px;
}
.doctor-category-content-description h2 {
    text-align: left;
    font-weight: bold;
    margin-bottom: 20px;
}
.doctor-category-content-description img,
.doctor-category-content-description p {
    margin-bottom: 20px;
}
.doctor-category-content-description p {
    font-size: 18px;
}
/*** END CATEGORY PAGE ***/

/*** HOME BLOG ***/
.recent-post {
    display: block;
    margin-bottom: 50px;
}
.recent-post-image {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 240px;
    overflow: hidden;
    border-radius: 30px;
    margin-bottom: 30px;
}
.recent-post-image img {
    min-width: 100%;
    min-height: 100%;
}
.recent-post-text {
    position: relative;
    display: block;
    width: 66%;
    padding-left: 15px;
}
.recent-post-text h3 {
    font-family: SourceSansPro-SemiBold;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #151515;
    text-align: left;
    margin: 0 0 20px;
    min-height: 48px;
}
.recent-post-excerpt {
    min-height: 115px;
}
.recent-post-excerpt p {
    font-family: SourceSansPro-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #7B7B7B;
    margin-bottom: 25px;
}
.recent-post-text a {
    font-family: SourceSansPro-SemiBold;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    width: 100px;
    display: flex;
    align-items: center;
    color: #20BED4;
    outline: none;
}
.recent-post-text a span {
    margin-left: 9px;
}
/*** END HOME BLOG ***/

header.doctor-category-header .header-search {
    opacity: 1;
    display: flex;
    padding: 0 0 0 20px;
}

/********* FAQ *********/
.page-template-faq #title {
    padding: 130px 0 50px;
}
.page-template-faq .page-title h1 {
    margin-bottom: 20px;
}
.b-faq {
    margin-bottom: 20px;
}
.faq__item {
    border: 1px solid #1fbed4;
}
.faq__item a {
    padding: 14px 20px;
}
.b-faq .faq__content {
    display: none;
    font: normal 16px/26px "Verdana",Helvetica,Arial,Verdana,sans-serif;
    word-spacing: normal;
    color: #444;
    padding: 14px 20px;
    border-top: 1px solid #1fbed4;
}
.faq__content.js-faq-content a {
    padding: 0;
    color: #007bff;
}
.faq__title {
    display: flex;
    align-items: flex-start;
}
.js-faq-rotate {
    color: #ee7c01;
    transform: rotate(45deg);
    transition: transform .3s linear;
    position: relative;
    top: 3px;
}
.faq__active .js-faq-rotate {
    transform: rotate(90deg);
}
.faq__text {
    color: #454545;
    font: normal 600 18px/30px "Hind",Helvetica,Arial,Verdana,sans-serif;
    text-transform: none;
    margin-left: 15px;
}
/********* END FAQ *********/

/*** FOOTER WIDGET INSTAGRAM ***/
.eapps-instagram-feed-title {
    display: none!important;
}
/*** END FOOTER WIDGET INSTAGRAM ***/

.img-search {
    display: block;
    max-width: 450px;
}
.img-search img {
     width: 100%;
}

section#author-info {
    padding: 40px 0 80px;
}
.author-post {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
    width: 100%;
}
.author-post-img {
    width: 70px;
    margin-right: 16px;
}
.author-post-img img {
    margin-bottom: 0;
}
.author-post-description {
    display: flex;
    flex-direction: column;
}
.author-post-description p {
    margin-bottom: 10px;
}
.author-post-description-title {
    display: flex;
    flex-direction: column;
}
.author-post-description-title p {
    margin: 0;
    font-weight: 600;
}
.author-post-description a p {
    color: #1e7af4;
}
.author-img img {
    width: 100%;
}

.review-title {
    padding-top: 100px;
    margin-bottom: 0;
    padding-bottom: 15px;
}
.review-title h3 a {
    font-style: italic;
    text-decoration-line: underline;
}
section.timeline {
    padding: 100px 0;
}
html, body.page-template-reviews {
    overflow-x: hidden;
}
body.page-template-reviews {
    font-size: 17px;
    font-weight: 400;
}
.timeline h1 {
    font-size: 200%;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 400;
}
.timeline {
    position: relative;
    background-color: #FAFAFA;
}
.timeline::before {
    content: "";
    background: #1ebdd4;
    width: 5px;
    height: 95%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.timeline-item {
    width: 100%;
    margin-bottom: 70px;
}
.timeline-item:nth-child(even) .timeline-content {
    float: right;
    padding: 40px 30px 10px 30px;
}
.timeline-item:nth-child(even) .timeline-content .date {
    right: auto;
    left: 0;
}
.timeline-item:nth-child(even) .timeline-content::after {
    content: "";
    position: absolute;
    border-style: solid;
    width: 0;
    height: 0;
    top: 30px;
    left: -15px;
    border-width: 10px 15px 10px 0;
    border-color: transparent #f5f5f5 transparent transparent;
}
.timeline-item::after {
    content: "";
    display: block;
    clear: both;
}
.timeline-content {
    position: relative;
    width: 45%;
    /*padding: 10px 30px;*/
    padding: 40px 30px 10px 30px;
    border-radius: 4px;
    /*background: #f5f5f5;*/
    box-shadow: 0 20px 25px -15px rgba(0, 0, 0, 0.3);
}
.timeline-content::after {
    content: "";
    position: absolute;
    border-style: solid;
    width: 0;
    height: 0;
    top: 30px;
    right: -15px;
    border-width: 10px 0 10px 15px;
    border-color: transparent transparent transparent #f5f5f5;
}
.timeline-img {
    width: 30px;
    height: 30px;
    background: #ee7c01;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    margin-top: 25px;
    margin-left: -15px;
}
.timeline a {
    background: #ee7c01;
    color: #ffffff;
    padding: 8px 20px;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 20px;
    margin-top: 10px;
    display: inline-block;
    border-radius: 2px;
    box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 0.6);
}
.timeline a:hover,
.timeline a:active,
.timeline a:focus {
    background: #de780a;
    color: #ffffff;
    text-decoration: none;
}
.timeline-card {
    padding: 0 !important;
}
.timeline-card p {
    padding: 0 20px;
}
.timeline-card a {
    margin-left: 20px;
}
.timeline-item .timeline-img-header {
    /*background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4)), url("https://picsum.photos/1000/800/?random") center center no-repeat;*/
    background-size: cover;
}
.timeline-img-header {
    height: 200px;
    position: relative;
    margin-bottom: 20px;
}
.timeline-img-header h2 {
    color: #ffffff;
    position: absolute;
    bottom: 5px;
    left: 20px;
}
.timeline blockquote {
    margin-top: 30px;
    color: #757575;
    border-left-color: #3f51b5;
    padding: 0 20px;
}
.timeline .date {
    background: #1ebdd4;
    display: inline-block;
    color: #ffffff;
    padding: 10px;
    position: absolute;
    top: 0;
    right: 0;
}
.timeline-title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 25px 0;
}
.timeline-title h2 {
    margin-bottom: 0;
}
.timeline-icon {
    font-size: 40px;
    margin-right: 5px;
}

blockquote {
    margin: 0 0 1rem;
    background: #05d4f285;
    padding: 55px 20px;
    border-radius: 30px;
    color: #726f6b;
    position: relative;
}
blockquote::before {
    content: '❝';
    position: absolute;
    top: 0;
    font-size: 50px;
    color: #fff;
}
blockquote::after {
    content: '❞';
    position: absolute;
    bottom: -15px;
    right: 20px;
    font-size: 50px;
    color: #fff;
}
blockquote p:last-child {
    margin-bottom: 0;
}


@media screen and (max-width: 768px) {
    .timeline::before {
        left: 50px;
    }
    .timeline .timeline-img {
        left: 50px;
    }
    .timeline .timeline-content {
        max-width: 100%;
        width: auto;
        margin-left: 70px;
    }
    .timeline .timeline-item:nth-child(even) .timeline-content {
        float: none;
    }
    .timeline .timeline-item:nth-child(odd) .timeline-content::after {
        content: "";
        position: absolute;
        border-style: solid;
        width: 0;
        height: 0;
        top: 30px;
        left: -15px;
        border-width: 10px 15px 10px 0;
        border-color: transparent #f5f5f5 transparent transparent;
    }
}



@media only screen and (max-width: 1800px) {
    .team-image {
        height: 480px;
    }

    /*** SECTION ADVANTAGES ***/
    .advantages-item {
        padding: 30px 25px;
        border: 2.4348px solid #F5F5F5;
        border-radius: 30px;
    }
    .advantage-icon > div {
        width: 76px;
        height: 76px;
    }
    .advantage-text h3 {
        font-size: 1.3em;
        line-height: 20px;
    }
    .advantage-text p {
        font-size: 1em;
        line-height: 1.4em;
    }
    /*** END SECTION ADVANTAGES ***/

    /*** BLOG SMILE POSTS ***/
    .smile-post-text h2 {
        font-size: 24px;
    }
    .smile-post-text p {
        font-size: 16px;
        margin-bottom: 36px;
    }
    /*** END BLOG SMILE POSTS ***/
}

@media only screen and (max-width: 1520px) {
    /*** HOME ***/
    .banner-text p {
        font-size: 18px;
        line-height: 26px;
    }

    .service-item p {
        text-align: center;
        margin-bottom: 0;
        font-size: 14px;
    }

    .about-context p {
        font-size: 18px;
        line-height: 26px;
    }

    .advantages {
        margin: 75px 0 100px;
    }
    /*** END HOME ***/

    /*** BLOG SMILE POSTS ***/
    .smile-post-text {
        width: 74%;
    }
    .smile-post-text h2 {
        font-size: 22px;
        margin-bottom: 8px;
    }
    .smile-post-text p {
        font-size: 16px;
        margin-bottom: 35px;
    }
    .smile-btn a {
        height: 60px;
    }
    /*** END BLOG SMILE POSTS ***/

    .service-item {
        padding: 1.5% 0;
    }

    .advantage-text p {
        font-size: .8em;
    }

    .team-image {
        height: 300px;
    }

    .footer-menu {
        width: 60%;
    }
}

@media only screen and (max-width: 1440px) {
    .team-image {
        height: 400px;
    }
}

@media only screen and (max-width: 1380px) {
    .team-image {
        height: 380px;
    }
}

@media only screen and (max-width: 1200px) {
    .header-menu ul li a {
        font-size: 1em;
    }

    .banner-text h1 {
        font-size: 40px;
        line-height: 44px;
    }
}


@media only screen and (max-width: 992px) {
    /*** BLOG SMILE POSTS ***/
    .blog-smile-posts {
        padding: 90px 0 58px;
    }
    .smile-post-row {
        padding: 0;
        margin-bottom: 50px;
    }
    .smile-post-row:before,
    .smile-post-row:nth-child(2n):before {
        width: 100%;
        background: transparent;
    }
    .smile-post-image {
        width: 100%;
        margin: 0 auto;
    }
    .smile-post-image img {
        margin-bottom: 30px;
    }
    .smile-post-text {
        width: 100%;
    }
    /*** END BLOG SMILE POSTS ***/
}

@media only screen and (max-width: 576px) {
    section {
        padding-bottom: 45px;
    }
    .container {
        max-width: 1680px;
        width: 100%;
    }
    .page-content {
        padding-top: 80px;
    }
    section h2 {
        font-weight: 600;
        font-size: 42px;
        line-height: 54px;
        text-align: center;
        letter-spacing: -0.388889px;
        color: #151515;
    }

    header {
        position: fixed;
        top: 0;
        width: 100%;
        background: #fff;
        height: 70px;
        display: flex;
        align-items: center;
        z-index: 9999;
    }
    header.header-content {
        align-items: flex-start;
        height: 70px;
        padding-top: 20px;
    }
    .header-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0;
    }
    .header-logo {
        width: 50%;
    }

    .header-menu {
        display: flex;
        position: absolute;
        align-items: flex-start;
        width: 80%;
        top: 60px;
        right: -100%;
        height: 100vh;
        background: #fff;
        padding: 20px 30px 0;
        transition: right .75s linear;
        z-index: 9999;
    }
    /*.header-menu.header-menu-active {
        display: flex;
    }*/
    .header-menu ul {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 0;
        margin: 0;
    }
    .header-menu ul li {
        display: block;
        margin-bottom: 25px;
    }
    .header-menu ul li:first-child {
        display: none;
    }
    .header-menu ul li a {
        font-size: 1.6em;
    }

    .header-content .header-search {
        display: none;
        width: 100%;
        margin-left: 0;
        position: absolute;
        top: 80px;
    }
    form#searchform input {
        padding: 8px 8px 8px 36px;
        width: 92%;
    }


    .header-lang {
        display: none;
    }
    .header-menu ul li.lang-item {
        display: block;
    }

    .header-btn {
        display: block;
        position: relative;
        top: -5px;
        z-index: 9;
    }
    .header-btn a.header-open {
        display: block;
    }
    .header-btn a.header-close {
        display: none;
    }
    .header-btn a img {
        zoom: 1.2;
    }
    body.error404 header.header-content,
    body.search  header.header-content,
    body.post-template-default header.header-content,
    body.page-template-blog header.header-content,
    body.page-template-blog-pages header.header-content {
        height: 70px;
    }
    body.post-template-default main#primary,
    body.search main#primary {
        padding-top: 70px;
    }
    body.page-template-blog,
    body.page-template-blog-pages {
        padding-top: 70px;
    }
    .header-btn-search {
        display: flex;
        margin-left: 40px;
        position: relative;
        top: -3px;
    }
    .header-btn-search a {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #ee7c01;
        color: #fff;
    }
    .header-btn-search a i {
       color: #fff;
    }
    
    section#banner {
        min-height: 100%;
        margin-top: 50px;
        margin-bottom: 0;
    }
    .banner-container {
        display: flex;
        padding: 0 15px;
    }
    .banner-category,
    .banner-image,
    .banner-bottom {
        display: none;
    }
    .banner-category .slick-dotted.slick-slider {
        margin-bottom: 0;
    }
    .banner-text {
        width: 100%;
        max-width: 580px;
    }
    .banner-content {
        width: 100%;
    }
    .banner-text h1 {
        font-size: 38px;
        line-height: 50px;
        margin-top: 30px;
    }
    .banner-text p {
        display: none;
    }
    .banner-text p.banner-image-text {
        display: block;
    }
    .banner-image-mobile,
    .banner-bottom-mobile {
        display: block;
    }
    .banner-image-mobile img {
        width: 100%;
        border-radius: 30px;
        margin-bottom: 25px;
    }
    .banner-bottom-mobile a {
        display: block;
        margin-bottom: 40px;
        font-size: 20px;
        line-height: 22px;
        color: #151515;
    }
    .banner-bottom-mobile a img {
        margin-right: 10px;
    }
    .smile-btn {
        display: flex;
        justify-content: center;
    }

    .service-container {
        padding: 45px 0;
    }
    .service-row {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .service-slider-arrows {
        display: none;
    }
    .service-items > div {
        display: block;
        width: 100%;
    }
    .service-item {
        width: 100%;
        display: flex;
        padding: 50px 0;
        margin: 0 0 16px;
    }
    .service-title {
        width: 100%;
    }
    .service-title h2 {
        font-size: 42px;
        line-height: 54px;
        text-align: center;
        letter-spacing: -0.388889px;
        color: #151515;
        margin-bottom: 25px;
    }

    .advantages {
        display: none;
    }
    .advantages-item {
        height: 214px;
        margin-bottom: 16px;
        flex-direction: column;
        align-items: center;
    }
    .advantage-icon > div {
        width: 96px;
        height: 96px;
        margin-bottom: 16px;
    }
    .advantage-text h3 {
        font-weight: 600;
        font-size: 22px;
        line-height: 30px;
        color: #151515;
    }
    .advantage-text p {
        display: none;
    }

    .about-col {
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .about-text {
        padding-left: 0;
    }
    .about-text .about-text-icon,
    .about-text h2,
    .about-text p {
        display: none;
    }
    .about-image {
        height: 360px;
    }
    .about-image .about-bgc {
        position: absolute;
        width: 80%;
        margin-left: 0;
        height: 100%;
        display: flex;
        align-items: center;
        background: #FAFAFA;
        border-radius: 30px;
    }
    .about-slider {
        width: 100%;
        margin: 0;
        position: absolute;
        left: 0;
        overflow-x: hidden;
    }
    .about-slider .slick-slide {
        height: 300px;
    }
    .about-slider .slick-dots {
        bottom: -8px;
    }
    .team-slider-arrows,
    .popular-slider-arrows {
        display: none;
    }
    .team-image {
        height: 340px;
    }

    .popular .title h2 {
        text-align: center;
        font-size: 34px;
        margin-bottom: 24px;
    }

    .quote {
        padding: 0 15px;
    }
    .quote-text {
        padding-bottom: 50px;
    }

    section#contacts {
        padding-bottom: 140px;
    }
    .contacts-row {
        display: flex;
        flex-direction: column-reverse;
    }
    .contacts-image {
        height: 360px;
    }
    .contacts-image .contacts-bgc {
        position: absolute;
        width: 80%;
        margin-left: 0;
        height: 100%;
        display: flex;
        align-items: center;
        background: #FAFAFA;
        border-radius: 30px;
    }
    .contacts-slider {
        width: 100%;
        margin: 0;
        position: absolute;
        left: 0;
        overflow-x: hidden;
    }
    .contacts-slider .slick-slide {
        height: 260px;
    }
    .contacts-slider .slick-dots {
        bottom: -8px;
    }
    .contacts-text {
        display: flex;
        align-items: center;
        height: 100%;
        padding-left: 0;
    }
    .contacts-image .smile-btn {
        display: flex;
        position: relative;
        top: 250px;
        text-align: center;
    }
    .contacts-text .smile-btn {
        display: none;
    }

    .posts-container {
        display: none;
    }
    .adaptive-posts-container {
        display: block;
        padding: 0 15px 0 0;
    }
    .blog-slide {
        margin: 0 30px 0 -15px;
    }
    .blog-slide-text {
        padding: 20px;
    }
    .blog-slide-title h3 {
        font-weight: 600;
        font-size: 30px;
        line-height: 39px;
        color: #FFFFFF;
    }

    .modal-window-map > div {
        margin: 0 15px;
    }

    section#blog-posts {
        padding-top: 30px;
    }


    .footer-container {
        display: flex;
        flex-direction: column;
        text-align: center;
        justify-content: space-between;
        padding: 50px 0;
    }
    .footer-logo {
        max-width: 243px;
        width: 100%;
        margin: 0 auto 40px;
    }
    .footer-menu {
        display: none;
    }
    .footer-social ul {
        width: 100%;
        display: flex;
        justify-content: center;
        padding: 0;
        margin: 0;
    }
    .about-slider .slick-track {
        display: flex;
        align-items: center;
    }
    .about-slider .slick-slide {
        height: auto;
    }

    .modal-window > div {
        width: 90%;
    }
    .modal-text h2 {
        font-size: 30px;
        line-height: 45px;
    }

    .container-bottom {
        background: #ffffff;
        padding: 30px 0 10px;
    }
    .footer-bottom-container {
        display: flex;
        justify-content: center;
    }

    main#primary {
        padding: 50px 0 0;
    }

    .blog-slide a .blog-slide-image {
        width: 100%;
        height: 260px;
        display: inline-block;
        overflow: hidden;
        border-radius: 30px;
    }

    .recommendation-post-image {
        height: 100px;
    }

    /*** CATEGORY PAGE ***/
    .doctor-category-content .row {
        display: flex;
        flex-direction: column-reverse;
    }
    .page-template-categories-page {
        margin-top: 25px;
    }
    header.doctor-category-header {
        position: fixed;
        height: 70px;
    }
    .doctor-category-content-sidebar ul li {
        margin-bottom: 20px;
    }
    .doctor-category-content-sidebar ul li a {
        padding: 10px 10px 10px 20px;
    }
    .doctor-category-content-sidebar ul li a .doctor-category-content-icon {
        display: flex;
        width: 30px;
    }
    .doctor-category-content-sidebar ul li a p {
        font-size: 20px;
        text-align: center;
        width: 100%;
    }
    .doctor-category-content-description {
        margin-bottom: 40px;
    }
    /*** END CATEGORY PAGE ***/

    .doctor-category-header-line-items {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }
    .doctor-category-header-line-item {
        width: 100%;
    }
    .doctor-category-header-line h1 {
        font-size: 1.5rem;
    }
    section#doctor-category-header-line {
        margin-top: 70px;
    }

    .page-template-faq #title {
        padding: 90px 0 20px;
    }
    .page-template-faq .page-title h1 {
        font-size: 32px;
    }

    .quote-image-bgc-1 {
        width: 420px;
        height: 420px;
    }

    article .post-thumbnail img{
        width: 100%;
    }
}
