@charset "UTF-8";

@font-face {
    font-family: BaroContour;
    src: url("../fonts/Baro-Contour.woff2") format("woff2"),
        url("../fonts/Baro-Contour.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: auto;
}

@font-face {
    font-family: BaroLineFour;
    src: url("../fonts/Baro-LineFour.woff2") format("woff2"),
        url("../fonts/Baro-LineFour.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: auto;
}

@font-face {
    font-family: BaroLineOne;
    src: url("../fonts/Baro-LineOne.woff2") format("woff2"),
        url("../fonts/Baro-LineOne.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: auto;
}

@font-face {
    font-family: BaroLineThree;
    src: url("../fonts/Baro-LineThree.woff2") format("woff2"),
        url("../fonts/Baro-LineThree.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: auto;
}

@font-face {
    font-family: BaroLineTwo;
    src: url("../fonts/Baro-LineTwo.woff2") format("woff2"),
        url("../fonts/Baro-LineTwo.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: auto;
}

@font-face {
    font-family: BaroPlain;
    src: url("../fonts/Baro-Plain.woff2") format("woff2"),
        url("../fonts/Baro-Plain.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: auto;
}

@font-face {
    font-family: BaroStrip;
    src: url("../fonts/Baro-Strip.woff2") format("woff2"),
        url("../fonts/Baro-Strip.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: auto;
}

@font-face {
    font-family: Yantramanav;
    src: url("../fonts/Yantramanav-Bold.woff2") format("woff2"),
        url("../fonts/Yantramanav-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: auto;
}

@font-face {
    font-family: Yantramanav;
    src: url("../fonts/Yantramanav-Regular.woff2") format("woff2"),
        url("../fonts/Yantramanav-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: auto;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

body,
html {
    background: white;
    color: #333;
    font-family: Arial, sans-serif;
    font-size: 16px;
    min-width: 320px;
    max-width: 100%;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #214b3b;
}

.page-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 100vh;
    overflow: hidden;
}

.container {
    max-width: 1180px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width: 1200px) {
    .container {
        max-width: 960px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (max-width: 992px) {
    .container {
        max-width: 720px;
    }
}

@media only screen and (max-width: 768px) {
    .container {
        max-width: 540px;
    }
}

@media only screen and (max-width: 568px) {
    .container {
        max-width: 100%;
    }
}

.temporary-wrap {
    display: none;
    opacity: 0;
}

.font_family_BaroContour {
    font-family: BaroContour;
}

.font_family_BaroLineFour {
    font-family: BaroLineFour;
}

.font_family_BaroStrip {
    font-family: BaroStrip;
}

.font_family_BaroPlain {
    font-family: BaroPlain;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
ul,
ol,
li {
    padding: 0;
    margin: 0;
}

a {
    color: #333;
    text-decoration: none;
    font-family: Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
}

a:hover,
a:focus {
    text-decoration: none;
}

button {
    padding: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
    cursor: pointer;
}

button:focus {
    outline: none;
}

ul {
    list-style: none;
}

ol {
    list-style: decimal;
}

img.svg {
    display: none;
}

.swiper-button-next,
.swiper-button-prev {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin: 0;
    padding: 0;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    background: none;
    color: transparent;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}

.burger {
    display: none;
    width: 35px;
    height: 18px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer;
    position: relative;
    margin-right: 40px;
}

@media only screen and (max-width: 992px) {
    .burger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.burger .icon-bar {
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
    width: 100%;
    height: 2px;
    background-color: #fff;
}

.burger.active .icon-bar:nth-child(1),
.burger.active .icon-bar:nth-child(3) {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
}

.burger.active .icon-bar:nth-child(2) {
    opacity: 0;
}

.burger.active .icon-bar:nth-child(1) {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.burger.active .icon-bar:nth-child(3) {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

input[type="text"],
input[type="tel"],
input[type="email"],
textarea {
    -webkit-appearance: none;
}

/* Для Firefox */
input[type="number"] {
    -moz-appearance: textfield;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}

.icon {
    display: inline-block;
    font-style: normal;
    content: " ";
}

.ico {
    fill: currentColor;
}

.mfp-wrap {
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateZ(0);
}

html.mfp-helper {
    height: 100%;
}

html.mfp-helper body {
    overflow: hidden;
    height: 100%;
    -webkit-transform: translateZ(0);
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    width: inherit;
    min-width: 33px;
}

.white-popup-block {
    max-width: 731px;
    width: 100%;
    padding: 20px 30px;
    text-align: left;
    margin: 40px auto;
    position: relative;
    border: 1px solid #e1e1e1;
    background-color: #ffffff;
}

.popup-buble .popup-dialog {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}

.popup-buble.mfp-ready .popup-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.popup-buble.mfp-removing .popup-dialog {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
}

.popup-buble.mfp-bg {
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.popup-buble.mfp-ready.mfp-bg {
    opacity: 1;
}

.popup-buble.mfp-removing.mfp-bg {
    opacity: 0;
}

.up_btn {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 51px;
    height: 51px;
    right: 25px;
    bottom: 25px;
    border-radius: 2px;
    z-index: 10000;
    background-color: #ff5e14;
    border: 1px solid #ff5e14;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}

.up_btn g {
    stroke: #fff;
}

.up_btn g:last-child {
    -webkit-transform: translateY(4px);
    -ms-transform: translateY(4px);
    transform: translateY(4px);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.up_btn rect:nth-of-type(1) {
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.up_btn:hover rect:nth-of-type(1) {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}

.up_btn:hover g:last-child {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.breadcrumbs {
    margin-top: var(--headerHeight);
    background-color: #0b2e60;
}

.breadcrumbs__list {
    padding-top: 12px;
    padding-bottom: 12px;
}

.breadcrumbs__item {
    display: inline;
}

.breadcrumbs__item:before {
    content: "/";
    margin: 0 2px;
    font: 14px/24px "Yantramanav";
    letter-spacing: 0.84px;
    color: #ffffffde;
}

.breadcrumbs__item:first-child:before {
    content: "";
}

.breadcrumbs__item a,
.breadcrumbs__item span {
    font: 14px/24px "Yantramanav";
    letter-spacing: 0.84px;
    color: #ffffffde;
}

.breadcrumbs__item a:hover {
    text-decoration: underline;
}

.footer {
    /*background: url(../img/footer-bg.jpg);*/
    padding-top: 77px;
    padding-bottom: 61px;
    position: relative;
}

@media only screen and (max-width: 992px) {
    .footer {
        background: #214b3b;
    }
}

@media only screen and (max-width: 568px) {
    .footer {
        padding-bottom: 39px;
    }
}

.footer__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 240px;
    padding-left: 270px;
}

@media only screen and (max-width: 1440px) {
    .footer__top {
        padding-left: 100px;
    }
}

@media only screen and (max-width: 1200px) {
    .footer__top {
        padding-left: 0;
        margin-left: 100px;
    }
}

@media only screen and (max-width: 768px) {
    .footer__top {
        margin-left: 43px;
    }
}

@media only screen and (max-width: 568px) {
    .footer__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media only screen and (max-width: 370px) {
    .footer__top {
        margin-left: 33px;
    }
}

.footer__info-title {
    font-family: "BaroPlain";
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0.2px;
    margin-bottom: 12px;
}

.footer__top-l {
    margin-right: 80px;
    width: 210px;
}

@media only screen and (max-width: 768px) {
    .footer__top-l {
        margin-right: 30px;
    }
}

@media only screen and (max-width: 768px) {
    .footer__top-l {
        margin-right: 0;
    }
}

.footer__top-r p,
.footer__top-l p {
    color: #ffffff;
    font-size: 15px;
    font-family: Yantramanav;
    font-weight: 400;
    letter-spacing: 0.15px;
    line-height: 18px;
    margin-top: 8px;
}

.footer__top-r p:first-child,
.footer__top-l p:first-child {
    margin-top: 0;
}

.footer__top-r p a,
.footer__top-l p a {
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
}

.footer__top-r {
    width: 190px;
    padding-right: 5px;
}

@media only screen and (max-width: 568px) {
    .footer__top-r {
        margin-top: 70px;
        padding-right: 0;
        width: 210px;
    }
}

.footer__top-r span {
    display: inline-block;
    font-weight: 700;
    margin-right: 14px;
    width: 30px;
    text-align: right;
}

.footer__bottom {
    margin-top: 60px;
    padding-top: 22px;
    text-align: right;
    padding-right: 140px;
    border-top: 1px solid #ffffff1f;
}

@media only screen and (max-width: 568px) {
    .footer__bottom {
        padding-right: 0;
    }
}

.footer__copy {
    color: rgba(255, 255, 255, 0.57);
    letter-spacing: 0.13px;
    font-size: 13px;
    font-family: Yantramanav;
    font-weight: 400;
}

@media only screen and (max-width: 568px) {
    .footer__copy {
        text-align: center;
        line-height: 20px;
    }
}

.footer__copy a {
    color: inherit;
    letter-spacing: inherit;
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
}

.footer__copy a:hover {
    text-decoration: underline;
}

@media only screen and (max-width: 568px) {
    .footer__copy span {
        display: block;
    }
}

.footer__logo {
    width: 420px;
    height: 272px;
    background-color: #eb6025;
    position: absolute;
    top: -100px;
    left: 0;
    padding: 60px 28px 0 0;
}

@media only screen and (max-width: 1440px) {
    .footer__logo {
        left: -150px;
    }
}

@media only screen and (max-width: 1200px) {
    .footer__logo {
        display: none;
    }
}

.footer__logo img {
    width: 210px;
    height: auto;
    display: block;
    margin-left: auto;
}

.footer__decor {
    position: absolute;
    top: -335px;
    right: 119px;
}

@media only screen and (max-width: 992px) {
    .footer__decor {
        top: 30px;
        right: 30px;
    }
}

@media only screen and (max-width: 568px) {
    .footer__decor {
        right: 20px;
    }
}

@media only screen and (max-width: 992px) {
    .footer__decor img {
        width: 100px;
    }
}

@media only screen and (max-width: 768px) {
    .footer__decor img {
        width: 60px;
    }
}

@media only screen and (max-width: 568px) {
    .footer__decor img {
        width: 100px;
    }
}

@media only screen and (max-width: 370px) {
    .footer__decor img {
        width: 50px;
    }
}

.header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background-color: #214b3b;
    -webkit-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
}

@media only screen and (max-width: 992px) {
    .header {
        background-color: #eb6025;
    }
}

.header__logo {
    height: 100%;
    width: 240px;
    background-color: #eb6025;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 992px) {
    .header__logo {
        background-color: transparent;
        width: 140px;
        margin-left: 40px;
    }
}

.header__logo img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    display: block;
}

@media only screen and (max-width: 992px) {
    .header__logo img {
        width: 100%;
    }
}

.header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 992px) {
    .header__nav {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #214b3b;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 30px;
        -webkit-transform: translateX(calc(-100% - 100px));
        -ms-transform: translateX(calc(-100% - 100px));
        transform: translateX(calc(-100% - 100px));
        -webkit-transition: -webkit-transform 0.3s;
        transition: -webkit-transform 0.3s;
        -o-transition: transform 0.3s;
        transition: transform 0.3s;
        transition: transform 0.3s, -webkit-transform 0.3s;

        max-height: calc(100vh - 120px);
        overflow-y: auto;
    }
}

@media only screen and (max-width: 992px) {
    .header__nav.active {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 992px) {
    .header__menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.header__menu > li {
    margin-left: 30px;
}

.menu-item-has-children {
    position: relative;
}

.menu-item-has-children:hover > a {
    color: #eb6025;
}

.menu-item-has-children:hover .sub-menu {
    display: block;
}

.menu-item-has-children:hover > a::after {
    transform: translateY(-13%) rotate(135deg);
    border-color: #eb6025;
}

.menu-item-has-children > a {
    position: relative;
    padding-right: 20px;
}

.menu-item-has-children > a::after {
    content: "";
    top: 50%;
    transform: translateY(-80%) rotate(-45deg);
    right: 0;
    width: 8px;
    height: 8px;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    position: absolute;
    display: block;
    z-index: 2;
}

.sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: -20px;
    width: 220px;
    padding: 15px 20px;
    background-color: #214b3b;
    -webkit-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
}

.sub-menu li {
    margin-top: 15px;
}

.sub-menu li:first-child {
    margin-top: 0;
}

@media only screen and (max-width: 1200px) {
    .header__menu > li {
        margin-left: 18px;
    }
}

@media only screen and (max-width: 992px) {
    .menu-item-has-children {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .sub-menu {
        position: static;
        width: auto;
        padding-bottom: 0;
    }

    .sub-menu li {
        text-align: center;
    }
}

@media only screen and (max-width: 992px) {
    .header__menu > li {
        margin-left: 0;
        margin-top: 18px;
    }
}

.header__menu > li:first-child {
    margin-left: 0;
}

@media only screen and (max-width: 992px) {
    .header__menu > li:first-child {
        margin-top: 0;
    }
}

.header__menu a {
    font-family: "Yantramanav";
    font-weight: 400;
    color: #ffffff;
    font-size: 15px;
    letter-spacing: 0.15px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.header__menu a:hover {
    color: #eb6025;
}

.header__phone {
    margin-left: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Yantramanav";
    font-weight: 400;
    letter-spacing: 0.15px;
    color: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-size: 15px;
}

@media only screen and (max-width: 1200px) {
    .header__phone {
        margin-left: 25px;
    }
}

@media only screen and (max-width: 992px) {
    .header__phone {
        margin-top: 18px;
        margin-left: 0;
    }
}

.header__phone:hover {
    color: #eb6025;
}

.header__phone:before {
    content: url(../img/phone.svg);
    width: 18px;
    display: block;
    margin-right: 10px;
    margin-top: 3px;
}

.header__online-termin {
    margin-left: 36px;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 140px;
    background-color: #fff;
    font-family: "Yantramanav";
    font-weight: 400;
    letter-spacing: 0.15px;
    color: #eb6025;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-size: 15px;
}

@media only screen and (max-width: 992px) {
    .header__online-termin {
        margin-top: 18px;
        margin-left: 0;
        height: 40px;
    }
}

.header__online-termin:before {
    width: 22px;
    content: url(../img/online-termin-iс.svg);
    margin-right: 7px;
    margin-top: 6px;
}

@media only screen and (min-width: 992px) {
    .header_scroll,
    .header_scroll .sub-menu {
        background-color: #fff;
    }

    .header_scroll .menu-item-has-children > a::after {
        border-color: #214b3b;
    }

    .header_scroll .header__menu a {
        color: #214b3b;
    }

    .header_scroll .header__menu a:hover {
        color: #626c7d;
    }

    .header_scroll .header__phone {
        color: #eb6025;
    }

    .header_scroll .header__phone:hover {
        color: #214b3b;
    }

    .header_scroll .header__online-termin:hover {
        color: #214b3b;
    }

    .header_scroll .menu-item_active a {
        color: red;
    }
}

.map-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.map-section img {
    width: 100%;
    height: auto;
    display: block;
    min-width: 1350px;
    min-height: 450px;
}

.map-section_home {
    margin-top: 210px;
}

@media only screen and (max-width: 992px) {
    .map-section_home {
        margin-top: 150px;
    }
}

.map-section_smile-strories {
    margin-top: 100px;
}

@media only screen and (max-width: 992px) {
    .map-section_smile-strories {
        margin-top: 80px;
    }
}

.main-screen {
    margin-top: var(--headerHeight);
    margin-left: auto;
    width: calc(100% - 240px);
    padding-top: 173px;
    padding-bottom: 173px;
    padding-left: 82px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

@media only screen and (max-width: 1700px) {
    .main-screen {
        padding-top: 100px;
        padding-bottom: 100px;
        background-position: center top;
    }
}

@media only screen and (max-width: 1200px) {
    .main-screen {
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .main-screen {
        padding-top: 100px;
        padding-bottom: 100px;
        padding-left: 44px;
        padding-right: 44px;
        background-position: center;
    }
}

@media only screen and (max-width: 370px) {
    .main-screen {
        padding-left: 34px;
        padding-right: 34px;
    }
}

.main-screen__container {
    max-width: 485px;
    width: 100%;
}

.main-screen__suptitle {
    letter-spacing: 0.15px;
    font-size: 14px;
    font-family: "Yantramanav";
    font-weight: 400;
}

.main-screen__title,
.main-screen__suptitle,
.main-screen__subtitle {
    color: #fff;
}

.main-screen__title {
    font-size: 37px;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 14px;
}

@media only screen and (max-width: 370px) {
    .main-screen {
        padding-left: 34px;
        padding-right: 34px;
    }
}

@media only screen and (max-width: 568px) {
    .main-screen__title {
        font-size: 30px;
        letter-spacing: 0;
    }
}

.main-screen__title-1 {
    font-family: BaroContour;
}

.main-screen__title-2 {
    font-family: BaroLineFour;
}

.main-screen__title-3 {
    font-family: BaroStrip;
}

.main-screen__title-4 {
    font-family: BaroPlain;
}

.main-screen__subtitle {
    margin-top: 14px;
    letter-spacing: 0.15px;
    font-size: 15px;
    font-family: "Yantramanav";
    font-weight: 400;
}

@media only screen and (max-width: 568px) {
    .main-screen__subtitle {
        padding-right: 70px;
    }
}

@media only screen and (max-width: 370px) {
    .main-screen__subtitle {
        padding-right: 0;
    }
}

.main-screen .btn {
    margin-top: 20px;
}

.our-team {
    margin-top: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 240px);
    margin-left: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 1200px) {
    .our-team {
        width: 100%;
    }
}

@media only screen and (max-width: 992px) {
    .our-team {
        flex-direction: column;
        align-items: flex-start;
    }
}

.our-team .btn {
    margin-top: 20px;
}

.our-team__img {
    min-width: 535px;
    max-width: 535px;
    margin-right: 88px;
    position: relative;
}

@media only screen and (max-width: 992px) {
    .our-team__img {
        margin-right: 0;
        margin-bottom: 50px;
        margin-left: 82px;
    }
}

@media only screen and (max-width: 768px) {
    .our-team__img {
        max-width: 535px;
        width: 100%;
        min-width: initial;
        margin-left: 0;
        margin-bottom: 25px;
    }
}

.our-team__img img {
    width: 100%;
    height: auto;
    display: block;
}

.our-team__decor {
    width: max-content;
    position: absolute;
    left: 114%;
    top: calc(50% - 50px);
    transform: rotate(90deg) translateX(-50%);
    transform-origin: 0 0;
    font-family: "BaroContour";
    font-size: 120px;
    letter-spacing: 1.17px;
    font-weight: 400;
    color: rgba(235, 96, 37, 0.94);
    user-select: none;
}

@media only screen and (max-width: 992px) {
    .our-team__decor {
        display: none;
    }
}

.our-team__suptitle,
.our-team__title,
.our-team__subtitle {
    color: #fff;
}

.our-team__suptitle {
    letter-spacing: 0.15px;
    font-size: 14px;
    font-family: "Yantramanav";
    font-weight: 400;
    text-transform: uppercase;
}

.our-team__title {
    font-size: 40px;
    letter-spacing: 0.56px;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 14px;
}

@media only screen and (max-width: 568px) {
    .our-team__title {
        font-size: 30px;
        letter-spacing: 0;
    }
}

.our-team__subtitle {
    margin-top: 14px;
    letter-spacing: 0.15px;
    font-size: 15px;
    font-family: "Yantramanav";
    font-weight: 400;
}

.our-team__txt {
    padding-right: 50px;
}

@media only screen and (max-width: 992px) {
    .our-team__txt {
        width: 100%;
        padding-left: 82px;
        padding-right: 82px;
    }
}

@media only screen and (max-width: 768px) {
    .our-team__txt {
        padding-left: 44px;
        padding-right: 44px;
    }
}

@media only screen and (max-width: 370px) {
    .our-team__txt {
        padding-left: 33px;
        padding-right: 33px;
    }
}

.services {
    margin-top: 236px;
    width: calc(100% - 240px);
    margin-left: auto;
    position: relative;
}

.services__decor {
    font-size: 120px;
    font-family: BaroContour;
    position: absolute;
    top: 205px;
    left: 183px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    letter-spacing: 1.17px;
    color: rgba(235, 96, 37, 0.94);
    user-select: none;
}

@media only screen and (max-width: 992px) {
    .services__decor {
        left: 265px;
        z-index: 2;
    }
}

@media only screen and (max-width: 768px) {
    .services__decor {
        display: none;
    }
}

@media only screen and (max-width: 1200px) {
    .services {
        width: 100%;
        padding-left: 82px;
        margin-top: 100px;
    }
}

@media only screen and (max-width: 768px) {
    .services {
        padding-left: 43px;
    }
}

@media only screen and (max-width: 568px) {
    .services {
        padding-left: 27px;
    }
}

.services__title {
    font-family: BaroContour;
    font-size: 54px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 35px;
}

@media only screen and (max-width: 370px) {
    .services__title {
        font-size: 45px;
    }
}

.services__tabs-switch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 390px;
    width: 100%;
}

.services__tab-switch {
    font-family: Yantramanav;
    font-weight: 400;
    color: #ffffff;
    font-size: 23px;
    margin-top: 33px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.services__tab-switch:first-child {
    margin-top: 0;
}

.services__tab-switch:hover {
    color: #eb6025;
}

.services__tab-switch_active {
    color: #eb6025;
    position: relative;
}

.services__tab-switch_active:after {
    content: url(../img/left-arrow.svg);
    width: 18px;
    position: absolute;
    top: calc(50% + 2px);
    right: -60px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.services__wrap-tab-content {
    display: none;
}

.services__tabs-content {
    margin-top: 56px;
}

.services__tab-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.services__tab-content-l {
    width: 435px;
    margin-left: -45px;
    padding-left: 45px;
    padding-right: 45px;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #eb6025;
}

@media only screen and (max-width: 1440px) {
    .services__tab-content-l {
        min-width: 435px;
    }
}

.services__tab-suptitle,
.services__tab-title,
.services__tab-txt {
    font-family: "Yantramanav";
    color: #fff;
}

.services__tab-suptitle {
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
}

.services__tab-title {
    font-size: 25px;
    font-weight: 700;
    margin-top: 8px;
}

.services__tab-txt {
    margin-top: 17px;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
}

.services__tab-content-r {
    position: relative;
}

@media only screen and (max-width: 1440px) {
    .services__tab-content-r {
        max-width: 810px;
        width: 100%;
    }
}

.services__tab-content-img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 810px;
    height: auto;
    display: block;
}

@media only screen and (max-width: 1440px) {
    .services__tab-content-img {
        width: 100%;
    }
}

.services__next-tab {
    height: 56px;
    width: 180px;
    padding-top: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #eb6025;
    font-family: Yantramanav;
    font-weight: 700;
    color: #ffffff;
    font-size: 13px;
    letter-spacing: 1.25px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.services__next-tab:after {
    content: url(../img/arrow-point-to-right.svg);
    width: 10px;
    display: block;
    margin-left: 18px;
    margin-top: 1px;
}

.services__next-tab:hover {
    background-color: #c75322;
}

.services__next-tab_disabled {
    opacity: 0.5;
}

@media only screen and (max-width: 992px) {
    .services__tab-style {
        display: none;
    }
}

.services__slider-style {
    display: none;
}

@media only screen and (max-width: 992px) {
    .services__slider-style {
        display: block;
    }
}

.services__slide-img {
    position: relative;
    max-width: 686px;
    width: 100%;
}

.services__slide-img img {
    width: 100%;
    height: auto;
    display: block;
}

.services__slide-content {
    padding-right: 44px;
}

.services__slide-suptitle {
    margin-top: 33px;
    text-transform: uppercase;
    color: #fff;
    font-family: Yantramanav;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 0.78px;
}

.services__slide-title {
    margin-top: 3px;
    font-family: Yantramanav;
    font-weight: 700;
    letter-spacing: 0.25px;
    font-size: 25px;
    color: #fff;
}

.services__slide-txt {
    margin-top: 16px;
    color: #fff;
    font-family: Yantramanav;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0.15px;
    line-height: 24px;
}

.services__slide-txt_more {
    overflow: hidden;
    max-height: 76px;
}

.services__slide-read-more {
    color: #fff;
    font-family: Yantramanav;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.15px;
    display: none;
    margin-top: 24px;
}

.services__slide-read-more span {
    margin-left: 16px;
}

.services__slide-read-more_visible {
    display: inline-block;
}

.services__slider-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 0;
    left: 0;
}

.services__slider-btn {
    width: 60px;
    height: 60px;
    background-color: #214b3b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.services__slider-btn:after {
    content: url(../img/arrow-point-to-right.svg);
    width: 10px;
    display: block;
    margin-top: 1px;
}

.services__slider-btn-next {
    background-color: #eb6025;
}

.services__slider-btn-prev:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.smile-strories-item {
    width: calc(100% / 3 - 9px);
    margin-top: 60px;
    display: block;
}

.smile-strories-item__img img {
    width: 100%;
    height: auto;
    display: block;
}

@media only screen and (max-width: 768px) {
    .smile-strories-item {
        width: 100%;
    }

    .smile-strories-item__img img {
        width: auto;
        max-width: 100%;
    }
}

.smile-strories-item__suptitle {
    font-size: 13px;
    font-family: Yantramanav;
    font-weight: 400;
    letter-spacing: 0.78px;
    text-transform: uppercase;
    color: #fff;
    margin-top: 24px;
}

.smile-strories-item__title {
    font-size: 25px;
    font-family: Yantramanav;
    font-weight: 700;
    letter-spacing: 0.25px;
    color: #fff;
    margin-top: 9px;
}

.smile-strories-item__txt {
    font-size: 15px;
    font-family: Yantramanav;
    font-weight: 400;
    letter-spacing: 0.15px;
    color: #fff;
    margin-top: 6px;
    line-height: 24px;
}

.smile-strories-item__txt_more {
    overflow: hidden;
    max-height: 50px;
}

.smile-strories-item__load-more {
    margin-top: 18px;
    text-transform: uppercase;
    font-size: 14px;
    font-family: Yantramanav;
    font-weight: 700;
    letter-spacing: 1.25px;
    color: #fff;
}

.smile-strories-item__load-more span {
    margin-left: 25px;
}

.smile-strories-item__load-more_visible {
    display: inline-block;
}

.tpl-post {
    margin-top: 70px;
}

@media only screen and (max-width: 992px) {
    .tpl-post {
        margin-top: 40px;
    }
}

.tpl-post__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (max-width: 992px) {
    .tpl-post__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.tpl-post__l {
    max-width: 732px;
    width: 100%;
    margin-right: 52px;
}

.tpl-post__main-img {
    max-width: 100%;
    height: auto;
    display: block;
}

.tpl-post__category-name {
    font: 13px/24px Yantramanav;
    letter-spacing: 0.78px;
    color: #ffffff;
    text-transform: uppercase;
}

.tpl-post__title {
    font: 42px/48px Yantramanav;
    letter-spacing: 0.42px;
    color: #ffffff;
}

@media only screen and (max-width: 1200px) {
    .tpl-post__title {
        font-size: 33px;
        line-height: normal;
    }
}

@media only screen and (max-width: 568px) {
    .tpl-post__title {
        font-size: 28px;
    }
}

.tpl-post__txt,
.tpl-post__list-1-txt,
.tpl-post__txt-img-txt,
.tpl-post__excerption-txt {
    font: 15px/24px Yantramanav;
    letter-spacing: 0.15px;
    color: #ffffff;
}

.tpl-post__title-3,
.tpl-post__txt-img-title,
.tpl-post__excerption-title {
    font: 700 25px/30px Yantramanav;
    letter-spacing: 0.25px;
    color: #ffffff;
}

@media only screen and (max-width: 568px) {
    .tpl-post__title-3,
    .tpl-post__txt-img-title,
    .tpl-post__excerption-title {
        font-size: 21px;
        line-height: 23px;
    }
}

.tpl-post__list-1-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 90px;
}

@media only screen and (max-width: 1200px) {
    .tpl-post__list-1-item {
        margin-top: 50px;
    }
}

@media only screen and (max-width: 568px) {
    .tpl-post__list-1-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 30px;
    }
}

.tpl-post__list-1-item:first-child {
    margin-top: 0;
}

.tpl-post__list-1__icon {
    width: 152px;
    height: auto;
    display: block;
    margin-right: 46px;
}

@media only screen and (max-width: 1200px) {
    .tpl-post__list-1__icon {
        width: 120px;
        margin-right: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .tpl-post__list-1__icon {
        width: 80px;
    }
}

@media only screen and (max-width: 568px) {
    .tpl-post__list-1__icon {
        margin-right: 0;
        margin-bottom: 10px;
    }
}

.tpl-post__list-1-title {
    letter-spacing: 0.19px;
    color: #ffffff;
    font-size: 20px;
    line-height: 26px;
    font-family: "Yantramanav";
}

.tpl-post__list-1-txt {
    margin-top: 20px;
}

@media only screen and (max-width: 568px) {
    .tpl-post__list-1-txt {
        margin-top: 15px;
    }
}

.tpl-post__list-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media only screen and (max-width: 568px) {
    .tpl-post__list-2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.tpl-post__list-2-item {
    width: calc(50% - 15px);
    margin-top: 100px;
}

@media only screen and (max-width: 768px) {
    .tpl-post__list-2-item {
        margin-top: 50px;
    }
}

@media only screen and (min-width: 568px) {
    .tpl-post__list-2-item:nth-child(-n + 2) {
        margin-top: 0;
    }
}

@media only screen and (max-width: 568px) {
    .tpl-post__list-2-item {
        width: 100%;
    }

    .tpl-post__list-2-item:first-child {
        margin-top: 0;
    }
}

.tpl-post__list-2__icon {
    max-width: 100%;
    width: 130px;
    height: auto;
    display: block;
}

@media only screen and (max-width: 568px) {
    .tpl-post__list-2__icon {
        width: 100px;
    }
}

.tpl-post__list-2-title {
    font: 700 20px/26px Yantramanav;
    letter-spacing: 0.19px;
    color: #ffffff;
    margin-top: 20px;
}

.tpl-post__list-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media only screen and (max-width: 568px) {
    .tpl-post__list-3 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.tpl-post__list-3-item {
    width: calc(50% - 15px);
    position: relative;
    padding-left: 36px;
    margin-top: 10px;
    font: 700 20px/26px Yantramanav;
    letter-spacing: 0.19px;
    color: #ffffff;
}

.tpl-post__list-3.tpl-post__list-3_full .tpl-post__list-3-item {
    width: 100%;
    margin-top: 20px;
}

.tpl-post__list-3.tpl-post__list-3_full .tpl-post__list-3-item:first-child {
    margin-top: 0;
}

@media only screen and (max-width: 568px) {
    .tpl-post__list-3-item {
        width: 100%;
    }
}

.tpl-post__list-3-item:before {
    content: url(../img/left-arrow.svg);
    width: 18px;
    position: absolute;
    top: -3px;
    left: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media only screen and (min-width: 568px) {
    .tpl-post__list-3-item:nth-child(-n + 2) {
        margin-top: 0;
    }
}

@media only screen and (max-width: 568px) {
    .tpl-post__list-3-item:first-child {
        margin-top: 0;
    }
}

.tpl-post__list-num {
    list-style: none;
    counter-reset: i;
}

.tpl-post__list-num-item {
    position: relative;
    min-height: 50px;
    padding-left: 62px;
    padding-right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(102, 144, 178, 0.5);
    margin-top: 11px;
    font: 400 15px/18px Yantramanav;
    letter-spacing: 0.45px;
    color: #ffffff;
}

.tpl-post__list-num-item:first-child {
    margin-top: 0;
}

.tpl-post__list-num-item:before {
    content: counter(i);
    counter-increment: i;
    font: 700 25px/30px Yantramanav;
    letter-spacing: 0.25px;
    color: #ffffff;
    position: absolute;
    background-color: #6690b2;
    top: 0;
    left: 0;
    width: 50px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tpl-post__txt-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media only screen and (max-width: 568px) {
    .tpl-post__txt-img {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.tpl-post__txt-img-img {
    max-width: 334px;
    height: auto;
    display: block;
    margin-right: 54px;
}

@media only screen and (max-width: 1200px) {
    .tpl-post__txt-img-img {
        margin-right: 30px;
        max-width: 280px;
    }
}

@media only screen and (max-width: 568px) {
    .tpl-post__txt-img-img {
        margin-right: 0;
        margin-bottom: 20px;
        max-width: 100%;
    }
}

.tpl-post__img {
    max-width: 100%;
    height: auto;
    display: block;
}

.tpl-post__txt-img-txt {
    margin-top: 28px;
}

.tpl-post__txt-img-txt:first-child {
    margin-top: 0;
}

@media only screen and (max-width: 568px) {
    .tpl-post__txt-img-txt {
        margin-top: 15px;
    }
}

.tpl-post__arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.tpl-post__arrows-l,
.tpl-post__arrows-r {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tpl-post__arrows-btn {
    width: 60px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #eb6025;
    -webkit-transition: 0.3s background;
    -o-transition: 0.3s background;
    transition: 0.3s background;
}

@media only screen and (max-width: 568px) {
    .tpl-post__arrows-btn {
        width: 50px;
        height: 50px;
    }
}

.tpl-post__arrows-btn:hover {
    background-color: #c75322;
}

.tpl-post__arrows-btn:before {
    content: url(../img/arrow-point-to-right.svg);
    width: 14px;
    margin-top: 4px;
    display: block;
}

.tpl-post__arrows-l .tpl-post__arrows-btn {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    margin-right: 24px;
}

@media only screen and (max-width: 568px) {
    .tpl-post__arrows-l .tpl-post__arrows-btn {
        margin-right: 15px;
    }
}

.tpl-post__arrows-r {
    margin-left: auto;
}

.tpl-post__arrows-r .tpl-post__arrows-btn {
    margin-left: 24px;
}

@media only screen and (max-width: 568px) {
    .tpl-post__arrows-r .tpl-post__arrows-btn {
        margin-left: 15px;
    }
}

.tpl-post__arrows-txt {
    font: 700 13px/16px Yantramanav;
    letter-spacing: 1.25px;
    color: #ffffff;
    text-transform: uppercase;
}

.tpl-post__category-name {
    margin-top: 64px;
}

@media only screen and (max-width: 1200px) {
    .tpl-post__category-name {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 568px) {
    .tpl-post__category-name {
        margin-top: 15px;
    }
}

.tpl-post__wrap-video {
    margin-top: 70px;
}

@media only screen and (max-width: 1200px) {
    .tpl-post__wrap-video {
        margin-top: 50px;
    }
}

.tpl-post__wrap-video iframe {
    width: 100% !important;
}

.tpl-post__txt {
    margin-top: 27px;
}

@media only screen and (max-width: 1200px) {
    .tpl-post__txt {
        margin-top: 20px;
    }
}

.tpl-post__txt_strong {
    margin-top: 64px;
    font: 700 20px/26px Yantramanav;
    letter-spacing: 0.19px;
    color: #ffffffde;
}

@media only screen and (max-width: 1200px) {
    .tpl-post__txt_strong {
        margin-top: 50px;
    }
}

.tpl-post__title-3 {
    margin-top: 70px;
}

@media only screen and (max-width: 1200px) {
    .tpl-post__title-3 {
        margin-top: 50px;
    }
}

@media only screen and (max-width: 568px) {
    .tpl-post__title-3 {
        margin-top: 30px;
    }
}

.tpl-post__list-1,
.tpl-post__list-2 {
    margin-top: 70px;
}

@media only screen and (max-width: 568px) {
    .tpl-post__list-1,
    .tpl-post__list-2 {
        margin-top: 40px;
    }
}

.tpl-post__title-3 + .tpl-post__list-1,
.tpl-post__title-3 + .tpl-post__list-2 {
    margin-top: 30px;
}

.tpl-post__list-2 + .tpl-post__txt {
    margin-top: 70px;
}

@media only screen and (max-width: 568px) {
    .tpl-post__list-2 + .tpl-post__txt {
        margin-top: 40px;
    }
}

.tpl-post__list-3 {
    margin-top: 30px;
}

.tpl-post__list-3 + .tpl-post__txt {
    margin-top: 50px;
}

@media only screen and (max-width: 568px) {
    .tpl-post__list-3 + .tpl-post__txt {
        margin-top: 40px;
    }
}

.tpl-post__list-num {
    margin-top: 30px;
}

.tpl-post__img {
    margin-top: 70px;
}

.tpl-post__img + .tpl-post__txt {
    margin-top: 50px;
}

.tpl-post__txt-img {
    margin-top: 70px;
}

@media only screen and (max-width: 1200px) {
    .tpl-post__txt-img {
        margin-top: 50px;
    }
}

.tpl-post__arrows {
    margin-top: 70px;
}

@media only screen and (max-width: 1200px) {
    .tpl-post__arrows {
        margin-top: 50px;
    }
}

@media only screen and (max-width: 568px) {
    .tpl-post__arrows {
        margin-top: 30px;
    }
}

.also-read {
    margin-top: 120px;
}

@media only screen and (max-width: 992px) {
    .also-read {
        display: none;
    }
}

.also-read__title {
    font: 700 40px/28px Yantramanav;
    letter-spacing: 0.4px;
    color: #ffffff;
}

.also-read__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 668px;
    width: 100%;
}

.also-read__item {
    margin-top: 45px;
    width: calc(50% - 15px);
}

.also-read__item-img {
    width: 100%;
    height: 260px;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}

.also-read__item-title {
    margin-top: 30px;
    font: 700 25px/30px Yantramanav;
    letter-spacing: 0.25px;
    color: #ffffff;
}

.tpl-post__r {
    max-width: 280px;
    width: 100%;
}

@media only screen and (max-width: 992px) {
    .tpl-post__r {
        margin-top: 60px;
        max-width: 100%;
    }
}

@media only screen and (max-width: 568px) {
    .tpl-post__r {
        margin-top: 40px;
    }
}

.tpl-post__r-category-title {
    font: 700 25px/24px Yantramanav;
    letter-spacing: 0.25px;
    color: #ffffff;
}

.tpl-post__r-category-list {
    margin-top: 10px;
}

.tpl-post__r-category-list a {
    font: 400 15px/26px Yantramanav;
    letter-spacing: 0.15px;
    color: #ffffff;
}

.tpl-post__r-category-list a:hover {
    text-decoration: underline;
}

.tpl-post__r-also-read {
    margin-top: 70px;
}

@media only screen and (max-width: 992px) {
    .tpl-post__r-also-read {
        margin-top: 40px;
    }
}

@media only screen and (max-width: 568px) {
    .tpl-post__r-also-read {
        margin-top: 35px;
    }
}

.tpl-post__r-also-read-title {
    font: 700 25px/24px Yantramanav;
    letter-spacing: 0.25px;
    color: #ffffff;
}

@media only screen and (max-width: 568px) {
    .tpl-post__r-also-read-title {
        font-size: 21px;
        line-height: 23px;
    }
}

.tpl-post__r-also-read-inner {
    margin-top: 17px;
}

.tpl-post__r-also-read-item {
    margin-top: 10px;
}

.tpl-post__r-also-read-item:first-child {
    margin-top: 0;
}

.tpl-post__r-also-read-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tpl-post__r-also-read-img {
    margin-right: 20px;
    width: 94px;
    height: 76px;
    -o-object-fit: cover;
    object-fit: cover;
}

.tpl-post__r-also-read-item-title {
    font: 700 15px/26px Yantramanav;
    letter-spacing: 0.15px;
    color: #ffffff;
}

.tpl-post__r-tags {
    margin-top: 140px;
}

@media only screen and (max-width: 1200px) {
    .tpl-post__r-tags {
        margin-top: 100px;
    }
}

@media only screen and (max-width: 992px) {
    .tpl-post__r-tags {
        margin-top: 40px;
    }
}

.tpl-post__r-tags-title {
    font: 700 25px/24px Yantramanav;
    letter-spacing: 0.25px;
    color: #ffffff;
}

@media only screen and (max-width: 568px) {
    .tpl-post__r-tags-title {
        font-size: 21px;
        line-height: 23px;
    }
}

.tpl-post__r-tags-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.tpl-post__r-tags-list li {
    margin-right: 18px;
    margin-top: 15px;
}

.tpl-post__r-tags-list li:last-child {
    margin-right: 0;
}

.tpl-post__r-tags-list a {
    display: block;
    background-color: rgba(102, 144, 178, 0.5);
    -webkit-transition: 0.3s background;
    -o-transition: 0.3s background;
    transition: 0.3s background;
    font: 400 15px/26px Yantramanav;
    letter-spacing: 0.15px;
    color: #ffffff;
    padding: 7px 10px;
}

.tpl-post__r-tags-list a:hover {
    background-color: #6690b2;
}

.tpl-post__list-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 30px;
}

@media only screen and (max-width: 768px) {
    .tpl-post__list-icon {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.tpl-post__list-icon-icon {
    max-width: 175px;
    min-width: 175px;
    margin-right: 40px;
    display: block;
}

@media only screen and (max-width: 768px) {
    .tpl-post__list-icon-list {
        margin-top: 20px;
    }

    .tpl-post__list-icon-icon {
        margin-right: 0;
    }
}

.tpl-post__list-icon-item {
    position: relative;
    padding-left: 36px;
    margin-top: 15px;
    font: 700 20px/26px Yantramanav;
    letter-spacing: 0.19px;
    color: #ffffff;
}

@media only screen and (max-width: 568px) {
    .tpl-post__list-icon-item {
        width: 100%;
    }
}

.tpl-post__list-icon-item:before {
    content: url(../img/left-arrow.svg);
    width: 18px;
    position: absolute;
    top: -3px;
    left: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.tpl-post__list-icon-item:first-child {
    margin-top: 0;
}

.tpl-post__excerption {
    margin-top: 60px;
}

.tpl-post__excerption-title {
    padding: 10px 30px;
    background-color: #6690b2;
}

.tpl-post__excerption-inner {
    padding: 30px;
    background-color: rgba(102, 144, 178, 0.5);
}

.smile-strories-banner {
    min-height: 236px;
    background: url(../img/smile-stories-bg.png);
    margin-top: var(--headerHeight);
    padding-top: 62px;
    padding-bottom: 55px;
}

.smile-strories-banner__container {
    max-width: 1190px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.smile-strories-banner__suptitle {
    letter-spacing: 0.15px;
    font-size: 14px;
    font-family: "Yantramanav";
    font-weight: 400;
}

.smile-strories-banner__title,
.smile-strories-banner__suptitle,
.smile-strories-banner__subtitle {
    color: #fff;
}

.smile-strories-banner__title {
    font-size: 57px;
    letter-spacing: 0.56px;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 14px;
}

.smile-strories-banner__subtitle {
    margin-top: 14px;
    letter-spacing: 0.15px;
    font-size: 15px;
    font-family: "Yantramanav";
    font-weight: 400;
}

@media only screen and (max-width: 568px) {
    .smile-strories-banner__subtitle {
        padding-right: 70px;
    }
}

@media only screen and (max-width: 370px) {
    .smile-strories-banner__subtitle {
        padding-right: 0;
    }
}

.smile-strories_smile-strories {
    margin-top: 75px;
}

.smile-strories__container {
    max-width: 1190px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: -60px;
}

@media only screen and (max-width: 768px) {
    .smile-strories__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.smile-strories-banner_category {
    min-height: auto;
}

.smile-strories-banner_category .smile-strories-banner__title {
    margin-top: 0;
    font-size: 45px;
}

@media only screen and (max-width: 768px) {
    .smile-strories-banner_category .smile-strories-banner__title {
        font-size: 40px;
    }
}

@media only screen and (max-width: 568px) {
    .smile-strories-banner_category .smile-strories-banner__title {
        font-size: 30px;
    }
}

.tpl-txt {
    margin-top: calc(var(--headerHeight) + 30px);
}

.tpl-txt__title {
    font: 42px/48px Yantramanav;
    letter-spacing: 0.42px;
    color: #ffffff;
}

@media only screen and (max-width: 1200px) {
    .tpl-txt__title {
        font-size: 33px;
        line-height: normal;
    }
}

@media only screen and (max-width: 568px) {
    .tpl-txt__title {
        font-size: 28px;
    }
}

.tpl-txt__inner {
    margin-top: 30px;
}

.tpl-txt__inner p,
.tpl-txt__inner li,
.tpl-txt__inner a,
.tpl-txt__inner strong,
.tpl-txt__inner span,
.tpl-txt__inner h1,
.tpl-txt__inner h2,
.tpl-txt__inner h3,
.tpl-txt__inner h4,
.tpl-txt__inner h5,
.tpl-txt__inner h6 {
    color: #fff;
    font-family: "Yantramanav";
    font-weight: 400;
}

.tpl-txt__inner p,
.tpl-txt__inner li,
.tpl-txt__inner ol,
.tpl-txt__inner ul,
.tpl-txt__inner h1,
.tpl-txt__inner h2,
.tpl-txt__inner h4,
.tpl-txt__inner h4,
.tpl-txt__inner h5,
.tpl-txt__inner h6 {
    margin-top: 20px;
}

.tpl-txt__inner p:first-child,
.tpl-txt__inner li:first-child,
.tpl-txt__inner ol:first-child,
.tpl-txt__inner ul:first-child,
.tpl-txt__inner h1:first-child,
.tpl-txt__inner h2:first-child,
.tpl-txt__inner h4:first-child,
.tpl-txt__inner h4:first-child,
.tpl-txt__inner h5:first-child,
.tpl-txt__inner h6:first-child {
    margin-top: 0;
}

.tpl-txt__inner p,
.tpl-txt__inner li,
.tpl-txt__inner strong,
.tpl-txt__inner span,
.tpl-txt__inner a {
    font-size: 18px;
    line-height: 22px;
}

.tpl-txt__inner a {
    text-decoration: underline;
    opacity: 0.9;
}

.tpl-txt__inner a:hover {
    opacity: 1;
}

.tpl-txt__inner h1,
.tpl-txt__inner h2,
.tpl-txt__inner h3,
.tpl-txt__inner h4,
.tpl-txt__inner h5,
.tpl-txt__inner h6 {
    font-size: 23px;
}

.btn {
    height: 56px;
    min-width: 180px;
    padding-top: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #eb6025;
    font-family: Yantramanav;
    font-weight: 700;
    color: #ffffff;
    font-size: 13px;
    letter-spacing: 1.25px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    padding-left: 15px;
    padding-right: 15px;
}

.btn:after {
    content: url(../img/arrow-point-to-right.svg);
    width: 10px;
    display: block;
    margin-left: 18px;
    margin-top: 1px;
}

.btn:hover {
    background-color: #c75322;
}

.btn_disabled {
    opacity: 0.5;
}

.faq__title,
.reviews__title,
.smile-strories__title {
    font-family: BaroContour;
    font-size: 54px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 35px;
}

.smile-strories__title + .smile-strories__subtitle {
    margin-top: -20px;
}

.smile-strories__subtitle {
    letter-spacing: 0.15px;
    font-size: 15px;
    font-family: "Yantramanav";
    font-weight: 400;
    color: #fff;
    margin-bottom: 35px;
}

.reviews__subtitle {
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    margin-bottom: 35px;
}

.reviews__inner {
    max-width: 1280px;
}

.faq,
.reviews,
.smile-strories_main {
    margin-top: 135px;
    width: calc(100% - 240px);
    padding-right: 100px;
    margin-left: auto;
}

@media only screen and (max-width: 992px) {
    .faq,
    .reviews,
    .smile-strories_main {
        margin-top: 100px;
    }

    .faq__title,
    .reviews__title,
    .smile-strories__title {
        font-size: 39px;
    }
}

@media only screen and (max-width: 1200px) {
    .faq,
    .reviews,
    .smile-strories_main {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (max-width: 370px) {
    .faq__title,
    .reviews__title,
    .smile-strories__title {
        font-size: 45px;
    }
}

.item-faq {
    max-width: 800px;
    position: relative;
    background: rgba(102, 144, 178, 0.5);
    -webkit-box-shadow: 4px 4px 25px 2px rgba(156, 156, 156, 0.25);
    box-shadow: 4px 4px 25px 2px rgba(156, 156, 156, 0.25);
}

.item-faq + .item-faq {
    margin-top: 20px;
}

.item-faq:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 34px;
    width: 2px;
    height: 100%;
    background-color: #6690b2;
}

@media only screen and (max-width: 768px) {
    .item-faq:before {
        display: none;
    }
}

.item-faq__visible {
    padding: 15px 160px 15px 69px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 60px;
    cursor: pointer;
}

@media only screen and (max-width: 768px) {
    .item-faq__visible {
        padding: 15px 60px 15px 23px;
    }
}

.item-faq__visible:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 32px;
    background: #6690b2;
    width: 36px;
    height: 36px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px auto;
    background-image: url(../img/plus.svg);
}

@media only screen and (max-width: 768px) {
    .item-faq__visible:after {
        background-size: 15px;
        width: 34px;
        height: 34px;
        right: 15px;
    }
}

.item-faq__slide {
    padding-left: 90px;
    padding-bottom: 15px;
    padding-right: 136px;
}

@media only screen and (max-width: 768px) {
    .item-faq__slide {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.item-faq__title {
    font-weight: 700;
    font-size: 17px;
    line-height: 20px;
    color: #fff;
}

.item-faq__slide {
    display: none;
}

.item-faq__slide p {
    font-size: 15px;
    line-height: 25px;
    color: #fff;
}

.item-faq__slide a {
    text-decoration: underline;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
}

.item-faq_active .item-faq__title {
    color: #fff;
}

.item-faq_active .item-faq__visible:after {
    background-image: url(../img/minus.svg);
}

.online-termin-banner {
    background: #eb6025;
    margin-top: var(--headerHeight);
    padding-top: 62px;
    padding-bottom: 62px;
}

.online-termin-banner__title {
    color: #fff;
    font-size: 57px;
    letter-spacing: 0.56px;
    text-transform: uppercase;
    font-weight: 400;
}

@media only screen and (max-width: 992px) {
    .online-termin-banner {
        padding-top: 106px;
    }
}

@media only screen and (max-width: 768px) {
    .online-termin-banner {
        padding-top: 88px;
        padding-bottom: 37px;
    }

    .online-termin-banner__title {
        font-size: 41px;
    }
}

.online-termin-item {
    width: calc(50% - 36px);
    margin-bottom: 80px;
    display: block;
}

.online-termin-item__img img {
    width: 100%;
    height: auto;
    display: block;
}

@media only screen and (max-width: 768px) {
    .online-termin-item__img img {
        width: auto;
        max-width: 100%;
    }
}

.online-termin-item__suptitle {
    font-size: 13px;
    font-family: Yantramanav;
    font-weight: 400;
    letter-spacing: 0.78px;
    text-transform: uppercase;
    color: #fff;
    margin-top: 24px;
    min-height: 30px;
    padding-bottom: 13px;
}

.online-termin-item__subtitle {
    min-height: 48px;
}

.online-termin-item__title {
    font-size: 25px;
    font-family: Yantramanav;
    font-weight: 700;
    letter-spacing: 0.25px;
    color: #fff;
}

.online-termin-item__btn {
    margin-top: 12px;
    height: 40px;
}

@media only screen and (max-width: 1200px) {
    .online-termin-item {
        width: calc(50% - 12px);
    }
}

@media only screen and (max-width: 768px) {
    .online-termin-item {
        width: calc(100% - 12px);
    }
}

.online-termin-banner__suptitle {
    color: #fff;
    letter-spacing: 0.15px;
    font-size: 14px;
    font-family: "Yantramanav";
    font-weight: 400;
    margin-bottom: 10px;
}

.online-termin-banner__subtitle {
    color: #fff;
    margin-top: 14px;
    letter-spacing: 0.15px;
    font-size: 15px;
    font-family: "Yantramanav";
    font-weight: 400;
}

.online-termin-banner__subtitle a {
    font: 15px/24px Yantramanav;
    letter-spacing: 0.15px;
    color: #ffffff;
    text-decoration: underline;
}

.online-termin-content {
    margin-top: 47px;
    color: #fff;
}

.online-termin-content .wrap-txt p {
    font: 15px/24px Yantramanav;
    letter-spacing: 0.15px;
    color: #ffffff;
}

.online-termin-content .wrap-txt p + p {
    margin-top: 30px;
}

.online-termin-content .wrap-txt {
    max-width: 710px;
    width: 100%;
}

.online-termin-content .wrap-txt + .wrap-txt {
    margin-top: 50px;
}

.online-termin-content .wrap-txt h4 {
    margin-bottom: 25px;
    font: 710 25px/30px Yantramanav;
    letter-spacing: 0.15px;
    color: #ffffff;
}

.online-termin-content .wrap-doctors {
    margin-top: 40px;
    max-width: 850px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.online-termin-item__subtitle {
    font: 15px/24px Yantramanav;
    letter-spacing: 0.15px;
    color: #ffffff;
    margin-top: 10px;
}

.online-termin-excerption {
    max-width: 850px;
    width: 100%;
}

.online-termin-excerption-title {
    font: 700 25px/30px Yantramanav;
    letter-spacing: 0.25px;
    color: #ffffff;
    padding: 10px 26px;
    background-color: #6690b2;
}

.online-termin-excerption-inner {
    padding: 35px 40px;
    background-color: rgba(102, 144, 178, 0.5);
}

.online-termin-excerption-txt {
    font: 15px/24px Yantramanav;
    letter-spacing: 0.15px;
    color: #ffffff;
}

.online-termin-excerption-txt a {
    font: 15px/24px Yantramanav;
    letter-spacing: 0.15px;
    color: #ffffff;
    text-decoration: underline;
}

@media only screen and (max-width: 768px) {
    .online-termin-excerption-title {
        font-size: 21px;
        line-height: 23px;
    }
}

.smile-strories_main .smile-strories__container {
    width: 100%;
    max-width: 1280px;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
}

.wrap-table {
    margin-top: 50px;
    overflow-y: auto;
}

.wrap-table table {
    color: #fff;
    font-family: Yantramanav;
    line-height: normal;
    letter-spacing: 0.25px;
    font-weight: bold;
}

.wrap-table td {
    background: rgba(102, 144, 178, 0.5);
}

.wrap-table th {
    background: rgba(102, 144, 178, 1);
}

.wrap-table tr:first-child th:first-child {
    background: none;
}

.wrap-table td,
.wrap-table th {
    padding: 10px;
}

.wrap-table th {
    text-align: left;
    font-size: 23px;
}

.wrap-table tr:first-child th {
    font-size: 14px;
    vertical-align: bottom;
}

.wrap-table tr:first-child th,
.wrap-table td {
    text-align: center;
}

.tpl-post__list-icon_has-bg {
    background-color: rgba(102, 144, 178, 0.5);
    padding: 25px;
    align-items: center;
}
