@font-face {
    font-family: "Gilroy";
    font-style: normal;
    font-weight: 100;
    src: local("Gilroy-Thin"),
    url(../fonts/gilroy/Gilroy-Thin.woff) format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "Gilroy";
    font-style: normal;
    font-weight: 200;
    src: local("Gilroy-ExtraLight"),
    url(../fonts/gilroy/Gilroy-ExtraLight.woff) format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "Gilroy";
    font-style: normal;
    font-weight: 300;
    src: local("Gilroy-Light"),
    url(../fonts/gilroy/Gilroy-Light.woff) format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "Gilroy";
    font-style: italic;
    font-weight: 300;
    src: local("Gilroy-LightItalic"),
    url(../fonts/gilroy/Gilroy-LightItalic.woff) format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "Gilroy";
    font-style: normal;
    font-weight: 400;
    src: local("Gilroy-Regular"),
    url(../fonts/gilroy/Gilroy-Regular.woff) format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "Gilroy";
    font-style: italic;
    font-weight: 400;
    src: local("Gilroy-Italic"),
    url(../fonts/gilroy/Gilroy-Italic.woff) format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "Gilroy";
    font-style: normal;
    font-weight: 500;
    src: local("Gilroy-Medium"),
    url(../fonts/gilroy/Gilroy-Medium.woff) format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "Gilroy";
    font-style: italic;
    font-weight: 500;
    src: local("Gilroy-MediumItalic"),
    url(../fonts/gilroy/Gilroy-MediumItalic.woff) format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "Gilroy";
    font-style: normal;
    font-weight: 700;
    src: local("Gilroy-Bold"),
    url(../fonts/gilroy/Gilroy-Bold.woff) format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "Gilroy";
    font-style: italic;
    font-weight: 700;
    src: local("Gilroy-BoldItalic"),
    url(../fonts/gilroy/Gilroy-BoldItalic.woff) format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "Gilroy";
    font-style: normal;
    font-weight: 800;
    src: local("Gilroy-ExtraBold"),
    url(../fonts/gilroy/Gilroy-ExtraBold.woff) format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "Gilroy";
    font-style: normal;
    font-weight: 900;
    src: local("Gilroy-Black"),
    url(../fonts/gilroy/Gilroy-Black.woff) format("truetype");
    font-display: swap;
}

/* General */

html {
    overflow-x: hidden!important;
}

body {
    font-family: "Gilroy", sans-serif;
    font-weight: 400;
    color: rgb(7, 7, 7);
    margin: 0;
    overflow-x: hidden;
}

a {
    cursor: pointer;
    text-decoration: none;
}

.btn {
    position: relative;
    font-size: 14px;
    color: rgb(7, 7, 7);
    white-space: nowrap;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.429;
    text-align: center;
    text-shadow: 0px 2px 0px rgba(255, 255, 255, 0.65);
    outline: none;
    border: 0;
    border-radius: 10px;
    box-shadow: 0px 4px 0px 0px rgb(234 193 67 / 70%)!important;
    z-index: 2;
    transition: all .36s;
}

.btn:after {
    content: '';
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: linear-gradient( 0deg, rgb(251,211,97) 0%, rgb(253,224,136) 80%, rgb(255,236,175) 100%);
    transition: all .36s;
    opacity: 1;
}

.btn:before {
    content: '';
    z-index: -2;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: linear-gradient(to top,#fbde8a 0,#fff0bf 100%);
    transition: all .36s;
    opacity: 0;
}

.btn:hover {
    box-shadow: 0px 0px 0px 0px rgb(234 193 67 / 70%)!important;
    transition: all .36s;
}

.btn:hover:before {
    opacity: 1;
    transition: all .36s;
}

.btn:hover:after {
    z-index: -3;
    transition: all .36s;
}



h1 {
    text-align: center;
    font-size: 45px;
    color: rgb(0, 0, 0);
    line-height: 1.111;
    font-weight: 300;
}

h1.services__heading,
h2 {
    font-size: 50px;
    line-height: 1.1;
    font-weight: 300;
}

h1.services__heading mark,
h2 mark {
    display: block;
    font-weight: 500;
    color: rgb(45, 173, 188);
    background: transparent;
    padding: 0;
}

.socials {
    display: flex;
}

.socials a {
    width: 28px;
    height: 28px;
    cursor: pointer;
    margin-right: 3px;
}

.socials a:last-child {
    margin-right: 0;
}

.socials a img {
    max-width: 100%;
    transition: 0.2s;
}

.socials a:hover img {
    filter: saturate(0.7);
    transition: 0.2s;
}

.slider-arrow {
    width: 70px;
    height: 70px;
    z-index: 2;
    cursor: pointer;
    transition: 0.2s;
}

.slider-arrow:hover {
    transform: scale(1.06);
    filter: saturate(0.8);
    transition: 0.2s;
}

.slider-next-arrow {
    background: url('../img/slider-next.png') no-repeat;
    background-size: contain;
}

.slider-prev-arrow {
    background: url('../img/slider-prev.png') no-repeat;
    background-size: contain;
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1170px;
    }
}

/* Header */

.header__top {
    padding: 15px 0 5px;
    background: linear-gradient( 0deg, rgb(251,251,251) 0%, rgb(253,253,253) 36%, rgb(255,255,255) 100%);
}

.header__top .row {
    align-items: center;
}

.header__logo {
    margin-right: 90px;
}

.header__worktime {
    margin-right: 80px;
}

.header__worktime p,
.header__address p {
    font-size: 16px;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 0;
}

.header__worktime p:last-child,
.header__address p:last-child {
    font-weight: 400;
}

.header__button {
    margin-left: auto;
}

.header__button-text span:first-child {
    font-weight: bold;
    color: rgb(45, 173, 188);
}

.header__button-text span {
    display: block;
    font-size: 12px;
    line-height: 1.333;
    font-style: italic;
}

.header__call-btn {
    padding: 15px 25px;
    margin-bottom: 10px;
}

.header__call-btn--mobile {
    display: none;
}

.header__bottom {
    padding: 25px 0 15px;
}

.header__menu {
    display: flex;
}

.header__menu-item {
    font-size: 15px;
    line-height: 1.9;
    color: rgb(7, 7, 7) !important;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    margin-right: 30px;
    transition: 0.2s;
}

.header__menu-item:hover,
.header__menu-item.active {
    color: rgb(45, 173, 188)!important;
    transition: 0.2s;
}

.header__menu-item:last-child {
    margin-right: 0;
}

.header__contacts-wrapper {
    display: flex;
    align-items: center;
    margin-left: auto;
}

.header__phone {
    font-size: 25px;
    color: rgb(7, 7, 7) !important;
    line-height: 1.2;
    font-weight: 500;
    margin-left: 10px;
    transition: 0.2s;
}

.header__phone:hover {
    color: rgb(45, 173, 188) !important;
    transition: 0.2s;
}

/* Breadcrumbs */

.breadcrumbs {
    padding: 15px 0;
    border-top: 1px solid #e5e5e6;
}

.breadcrumbs__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.breadcrumbs__item {
    font-size: 16px;
    line-height: 1.563;
}

.breadcrumbs__item a {
    color: rgb(45, 173, 188) !important;
    border-bottom: 1px solid transparent;
    transition: 0.2s;
}

.breadcrumbs__item a:hover {
    border-bottom: 1px solid rgb(45, 173, 188);
    transition: 0.2s;
}

.breadcrumbs__item:not(.active):after {
    content: '>>';
    font-weight: normal;
    font-size: 14px;
    line-height: 23px;
    padding: 0 3px;
}

/* Footer */

.footer__top {
    padding: 50px 0;
    background-color: #fcfdfe;
    border-top: 1px solid rgb(180, 180, 180, 0.212);
    border-bottom: 1px solid rgb(180, 180, 180, 0.212);
}

.footer__logo {
    margin-bottom: 10px;
}

.footer__logo-desc {
    font-size: 16px;
    color: rgb(7, 7, 7);
    line-height: 1.438;
    margin-bottom: 0;
}

.footer__bottom {
    padding: 50px 0;
    background-color: #fcfdfe;
}

.footer__docs-menu {
    list-style: none;
    padding-left: 90px;
    margin: 0;
}

.footer__menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer__docs-menu-link {
    text-decoration: underline;
    font-size: 16px;
    color: rgb(7, 7, 7)!important;
    line-height: 2.063;
    cursor: pointer;
    transition: 0.2s;
}

.footer__docs-menu-link:hover {
    color: rgb(45, 173, 188) !important;
    transition: 0.2s;
    -moz-text-decoration-color: transparent;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
}

.footer__contacts {
    position: relative;
}

.footer__contacts:before {
    position: absolute;
    content: '';
    width: 28px;
    height: 28px;
    top: 0;
    left: -35px;
    background: url('../img/phone.png') no-repeat;
    background-size: contain;
}

.footer__phone {
    display: block;
    width: fit-content;
    font-size: 18px;
    color: rgb(7, 7, 7)!important;
    line-height: 1.2;
    font-weight: 500;
    margin-bottom: 5px;
    cursor: pointer;
    transition: 0.2s;
}

.footer__phone:hover {
    color: rgb(45, 173, 188) !important;
    transition: 0.2s;
}

.footer__socials {
    margin-top: 15px;
    margin-bottom: 15px;
}

.footer__call {
    font-size: 16px;
    color: rgb(45, 173, 188)!important;
    line-height: 1.2;
    font-weight: 500;
    border-bottom: 1px solid;
    transition: 0.2s;
}

.footer__call:hover {
    border-bottom: 1px solid transparent;
    transition: 0.2s;
}

.footer__menu-link {
    font-size: 16px;
    color: rgb(7, 7, 7)!important;
    line-height: 2.063;
    cursor: pointer;
    transition: 0.2s;
}

.footer__menu-link:hover {
    color: rgb(45, 173, 188)!important;
    transition: 0.2s;
}

.footer__address {
    font-size: 16px;
    color: rgb(7, 7, 7);
    line-height: 1.5;
    font-weight: 500;
    margin-bottom: 5px;
}

.footer__worktime {
    font-size: 16px;
    color: rgb(7, 7, 7);
    line-height: 1.5;
    margin-bottom: 15px;
}

.footer__news span {
    display: block;
    font-size: 16px;
    color: rgb(140, 148, 162);
    line-height: 1.25;
    font-weight: 500;
    margin-bottom: 15px;
}

.footer__news a {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: rgb(7, 7, 7);
    line-height: 1.813;
    margin-bottom: 10px;
}

.footer__news a:hover img {
    filter: saturate(0.8);
    transition: 0.2s;
}

.footer__news a img {
    transition: 0.2s;
    margin-right: 15px;
}

.footer__news a:last-child {
    margin-bottom: 0;
}

.footer__copyright {
    padding: 40px 0;
    background-color: #f5f6f6;
}

.footer__copyright-info p {
    font-size: 14px;
    color: rgb(7, 7, 7);
    line-height: 2.071;
    margin-bottom: 0;
}

.footer__copyright-policy > a {
    font-size: 14px;
    color: rgb(7, 7, 7) !important;
    line-height: 2.071;
    border-bottom: 1px solid;
    white-space: nowrap;
    cursor: pointer;
    transition: 0.2s;
}

.footer__copyright-policy > a:hover {
    color: rgb(45, 173, 188)!important;
    transition: 0.2s;
    border-bottom: 1px solid transparent;
}

.footer__copyright-policy > a:first-child {
    margin-right: 40px;
}

.footer__copyright-creator {
    display: block;
    font-size: 14px;
    color: rgb(7, 7, 7);
    line-height: 2.071;
    margin-bottom: 0;
}

.footer__copyright-creator a {
    font-weight: 500;
    cursor: pointer;
    color: rgb(45, 173, 188) !important;
}

/* Top slider */

.top-slider .slick-list {
    overflow: visible;
}

.top-slider .slider-prev-arrow {
    position: absolute;
    bottom: 95px;
    right: 200px;
}

.top-slider .slider-next-arrow {
    position: absolute;
    bottom: 95px;
    right: 120px;
}

.top-slider__item {
    width: 100%;
    height: 530px;
    padding: 150px 30px 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.top-slider__heading {
    font-size: 55px;
    color: rgb(63, 63, 63);
    font-weight: bold;
    line-height: 1.218;
    margin-bottom: 60px;
}

.top-slider__heading mark {
    display: inline-block;
    font-weight: bold;
}

.top-slider__button {
    padding: 25px 80px;
}

.top-slider__button span {
    position: relative;
    display: block;
    text-transform: none;
    font-size: 18px;
    font-weight: 400;
}

.top-slider__button--implant span:before {
    content: url(../img/mirrow.png);
    right: -80px;
    bottom: -15px;
    position: absolute;
}

/* Features */

.features {
    padding: 50px 0;
}

.features__heading {
    font-size: 25px;
    line-height: 1.2;
    text-align: center;
    color: black;
    margin-bottom: 50px;
}

.features__heading b {
    font-weight: 500;
}

.features .row {
    max-width: 1100px;
    margin: 0 auto;
}

.features__item {
    margin-bottom: 20px;
}

.features__item-image {
    display: block;
    height: 55px;
    width: auto;
    margin-bottom: 20px;
}

.features__item-heading {
    font-size: 18px;
    line-height: 1.389;
    font-weight: 500;
    color: black;
    margin-bottom: 15px;
}

.features__item-text {
    font-size: 18px;
    line-height: 1.389;
    font-weight: 300;
    color: black;
    margin-bottom: 0;
}

/* Services */

.services {
    padding: 60px 0 95px;
    background-color: #eef2f5;
}

.services__heading {
    text-align: center;
    margin-bottom: 20px;
}

.services__heading-desc {
    font-size: 25px;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 30px;
}

.services__heading-desc b {
    font-weight: 500;
}

.services__list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    border-radius: 10px;
    box-shadow: 0px 2px 25.28px 6.72px rgba(48, 48, 48, 0.05);
    overflow: hidden;
}

.services__item {
    width: 33.33%;
    background: #fff;
    border-bottom: 1px solid #ededed;
    box-shadow: none;
    padding: 40px;
    transition: 0.2s;
}

.services__item:not(:nth-child(3n)) {
    border-right: 1px solid #ededed;
}

.services__item:nth-child(7),
.services__item:nth-child(8),
.services__item:nth-child(9) {
    border-bottom: none;
}

.services__item:hover {
    background: linear-gradient( 90deg, rgb(45,173,188) 0%, rgb(150,240,251) 100%);
    box-shadow: 0px 2px 25.28px 6.72px rgba(48, 48, 48, 0.05);
    transition: 0.2s;
}

.services__item:last-child {
    display: flex;
    align-items: center;
    justify-content: center;
}

.services__item-image-container {
    height: 40px;
    width: 50px;
    margin-bottom: 15px;
}

.services__item-image {
    display: block;
}

.services__item:hover .services__item-image {
    display: none;
}

.services__item-image--hover {
    display: none;
}

.services__item:hover .services__item-image--hover {
    display: block;
}

.services__item-heading {
    font-size: 18px;
    line-height: 1.2;
    color: rgb(44, 44, 44);
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px;
    transition: 0.2s;
}

.services__item:hover .services__item-heading {
    color: #fff;
    transition: 0.2s;
}

.services__item-link {
    display: block;
    font-size: 18px;
    line-height: 1.556;
    color: rgb(80, 80, 80);
    cursor: pointer;
    transition: 0.2s;
    text-decoration: underline;
}

.services__item:hover .services__item-link {
    color: #fff;
    transition: 0.2s;
}

.services__item-link:hover {
    transition: 0.2s;
    -webkit-text-decoration-color: transparent;
    -moz-text-decoration-color: transparent;
    text-decoration-color: transparent;
}

.services__item-link--all {
    display: block;
    width: fit-content;
    font-size: 18px;
    color: rgb(45, 173, 188) !important;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid rgb(45, 173, 188);
    line-height: 1.2;
    text-align: center;
    cursor: pointer;
    transition: 0.2s;
}

.services__item:hover .services__item-link--all {
    color: #fff!important;
    border-bottom: 1px solid #fff;
}

.services__item:hover .services__item-link--all:hover {
    transition: 0.2s;
    border-bottom: 1px solid transparent;
}

/* Price */

.price {
    padding: 60px 0 45px;
}

.price__heading {
    text-align: center;
    margin-bottom: 20px;
}

.price__heading-desc {
    font-size: 25px;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 70px;
}

.price__heading-desc b {
    font-weight: 500;
}

.price__list {
    position: relative;
    max-width: 940px;
    margin: 0 auto;
    padding: 30px 40px 0;
    border-radius: 10px;
    box-shadow: 0px 2px 25.28px 6.72px rgba(48, 48, 48, 0.05);
}

.price__list-before {
    position: absolute;
    top: -140px;
    left: -160px;
}

.price__list-after {
    position: absolute;
    bottom: -30px;
    right: -150px;
}

.price__item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #F3F3F3;
}

.price__item-heading {
    position: relative;
    width: calc(100% - 170px);
    font-size: 18px;
    line-height: 1.2;
    color: rgb(80, 80, 80);
}

.price__item-number {
    width: 170px;
    padding-right: 30px;
    font-size: 18px;
    color: #000;
    font-weight: 500;
    line-height: 1.2;
    text-align: right;
}

.price__info {
    color: rgb(0, 0, 0);
    width: calc(100% + 80px);
    margin-top: 40px;
    margin-left: -40px;
    position: relative;
    padding: 40px 40px 40px 70px;
    font-size: 14px;
    line-height: 1.5;
    box-shadow: 0px 2px 25.28px 6.72px rgba(48, 48, 48, 0.05);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.price__info:before {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    top: 40px;
    left: 40px;
    background: url('../img/info-icon.png') center center no-repeat;
    background-size: contain;
}

.price__link {
    display: block;
    width: fit-content;
    font-size: 18px;
    color: rgb(45, 173, 188) !important;
    font-weight: bold;
    border-bottom: 1px solid rgb(45, 173, 188);
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
    cursor: pointer;
    margin: 50px auto 0;
    transition: 0.2s;
}

.price__link:hover {
    transition: 0.2s;
    border-bottom: 1px solid transparent;
}

/* About */

.about {
    background: url('../img/about-bg.png') center center no-repeat;
    background-size: cover;
}

.about__content {
    padding: 60px 15px 100px;
}

.about__heading {
    margin-bottom: 50px;
    margin-right: -10px;
}

.about__heading mark {
    display: inline-block;
    font-weight: 500;
}

.about__text {
    position: relative;
    padding-left: 40px;
    max-width: 580px;
    z-index: 2;
}

.about__text p {
    font-size: 18px;
    line-height: 1.389;
    margin-bottom: 15px;
}

.about__text p b {
    font-weight: 500;
}

.about__text p:last-child {
    margin-bottom: 0;
}

.about__text:before {
    position: absolute;
    content: '';
    top: -20px;
    left: 0;
    width: 72px;
    height: 51px;
    background: url('../img/blockquote.png') no-repeat;
    background-size: contain;
    z-index: 1;
}

.about__image-wrapper {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.about__image-before {
    position: absolute;
    width: 255px;
    height: 216px;
    top: 120px;
    left: -80px;
    padding: 55px 30px;
    font-size: 21px;
    color: rgb(7, 7, 7);
    line-height: 1.333;
    text-align: center;
    background: url('../img/about-text-bg.png') no-repeat;
    background-size: contain;
}

.about__image {
    height: 90%;
    display: block;
}

.about__name {
    position: absolute;
    width: 290px;
    height: 67px;
    bottom: 100px;
    left: -70px;
    padding: 20px 0;
    font-size: 15px;
    color: rgb(7, 7, 7);
    font-style: italic;
    font-weight: 500;
    line-height: 1.333;
    text-align: center;
    background: url('../img/about-name-bg.png') no-repeat;
    background-size: contain;
    z-index: 2;
}

.about__spec {
    position: absolute;
    bottom: 50px;
    left: -50px;
    padding: 20px 0;
    font-weight: 400;
    width: 339px;
    height: 69px;
    font-size: 15px;
    color: rgb(91, 91, 91);
    font-style: italic;
    line-height: 1.333;
    text-align: center;
    background: url('../img/about-spec-bg.png') no-repeat;
    background-size: contain;
    z-index: 1;
}

/* Zapis */

.zapis {
    padding: 120px 0 70px;
}

.zapis__wrapper {
    display: flex;
    max-width: 1140px;
    border-radius: 10px;
    overflow: hidden;
    background-color: rgb(250, 250, 251);
    box-shadow: 0px 2px 25.28px 6.72px rgba(206, 224, 255, 0.5);
}

.zapis__image {
    width: 38%;
    background: url('../img/zapis.png') center bottom no-repeat;
    background-size: cover;
}

.zapis__content {
    width: 62%;
    padding: 60px 90px 80px 85px;
}

.zapis__heading {
    font-size: 29px;
    line-height: 1.1;
    margin-bottom: 15px;
}

.zapis__text {
    font-size: 19px;
    line-height: 1.3;
    margin-bottom: 40px;
}

.zapis__text:last-child {
    margin-bottom: 0;
}

.zapis__contacts {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}

.zapis__call {
    padding: 30px;
}

.zapis__phone {
    font-size: 32px;
    color: rgb(34, 34, 34)!important;
    font-weight: bold;
    line-height: 1.087;
    transition: 0.2s;
}

.zapis__phone:hover {
    color: rgb(45, 173, 188) !important;
    transition: 0.2s;
}

/* Reviews */

.reviews {
    padding: 40px 0 80px;
    background: url('../img/reviews-bg.png') no-repeat;
    background-size: cover;
}

.reviews__heading {
    text-align: center;
    margin-bottom: 50px;
}

.reviews__slider .slider-next-arrow {
    position: absolute;
    top: 125px;
    right: -38px;
}

.reviews__slider .slider-prev-arrow {
    position: absolute;
    top: 125px;
    left: -35px;
}

.reviews__slider-item {
    padding: 0 30px;
}

.reviews__video {
    display: block;
    position: relative;
    width: 100%;
    height: 325px;
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 10px;
    background-color: #000;
}

.reviews__video:hover img {
    opacity: 0.8;
    cursor: pointer;
    transition: 0.2s;
}

.reviews__video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.2s;
}

.reviews__video-play {
    position: absolute;
    width: 81px;
    height: 81px;
    top: calc(50% - 40px);
    left: calc(50% - 40px);
    background: url('../img/play-btn.png') no-repeat;
    background-size: contain;
    cursor: pointer;
}

.reviews__video-time {
    position: absolute;
    top: 20px;
    left: 0;
    font-size: 14px;
    font-weight: 500;
    color: rgb(5, 5, 5);
    line-height: 1.786;
    padding: 2px 10px;
    width: fit-content;
    background-color: white;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.reviews__slider-item-heading {
    font-size: 18px;
    line-height: 1.389;
    font-weight: 500;
    margin-bottom: 12px;
}

.reviews__slider-item-text {
    font-size: 16px;
    color: rgb(80, 80, 80);
    line-height: 1.438;
    margin-bottom: 12px;
}

.reviews__slider-item-name {
    font-size: 16px;
    color: rgb(54, 54, 54);
    font-style: italic;
    font-weight: 500;
    line-height: 1.563;
}


/* Staff */

.staff {
    padding: 65px 0 75px;
}

.staff__heading-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 75px;
}

.staff__heading {
    margin-right: 90px;
}

.staff__link {
    white-space: nowrap;
    display: block;
    height: 25px;
    font-size: 18px;
    color: rgb(45, 173, 188) !important;
    font-weight: bold;
    border-bottom: 1px solid rgb(45, 173, 188);
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
    cursor: pointer;
    transition: 0.2s;
}

.staff__link:hover {
    border-bottom: 1px solid transparent;
    transition: 0.2s;
}

.staff__list {
    display: flex;
    justify-content: space-between;
    max-width: 1040px;
    margin: 0 auto;
}

.staff__item {
    width: calc(33.33% - 37px);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: none;
    border: 1px solid #ededed;
    transition: 0.2s;
}

.staff__item:hover {
    transition: 0.2s;
    box-shadow: 0px 2px 25.28px 6.72px rgba(48, 48, 48, 0.05);
}

.staff__item-image {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 270px;
    width: 100%;
    object-fit: cover;
}

.staff__item_content {
    padding: 30px 40px;
}

.staff__item-name {
    font-size: 18px;
    color: rgb(7, 7, 7);
    font-style: italic;
    line-height: 1.5;
    font-weight: 500;
    margin-bottom: 15px;
}

.staff__item-spec {
    font-size: 16px;
    color: rgb(80, 80, 80);
    line-height: 1.438;
    margin-bottom: 40px;
}

.staff__item-link {
    position: relative;
    font-size: 16px;
    color: rgb(115, 115, 115) !important;
    line-height: 1.438;
    font-weight: 500;
    cursor: pointer;
    border-bottom: 1px dashed rgb(115, 115, 115);
    transition: 0.2s;
}

.staff__item-link:hover {
    transition: 0.2s;
    border-bottom: 1px dashed transparent;
}

.staff__item-link:after {
    position: absolute;
    right: -26px;
    top: 0;
    display: block;
    content: '';
    width: 20px;
    height: 20px;
    background: url(../img/staff-link.png) no-repeat;
    background-size: contain;
    transition: 0.2s;
}

.staff__item-link:hover:after {
    right: -34px;
    transition: 0.2s;
}



/* Staff reviews*/

.staff-reviews {
    background-color: #eef2f5;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 2м5px;
}

.staff-reviews__wrapper .staff-card__heading {
    text-align: center;
}


.hidden { display: none; }


.staff-reviews__gallery, .hidden-staff__reviews {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.staff-reviews__gallery img, .hidden-staff__reviews img {
    padding-bottom: 20px;
    max-width: 100%;
}




/* Map */

.map {
    padding: 65px 0;
    border-top: 1px solid rgb(180, 180, 180, 0.212);
}

.map__wrapper {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 2px 25.28px 6.72px rgba(48, 48, 48, 0.05);
}

.map__location {
    width: 100%;
    max-width: 100%;
    height: 600px;
}

.map__contacts {
    position: absolute;
    top: 120px;
    right: 30px;
    padding: 30px;
    background-color: #ffffff;
    box-shadow: 0px 2px 25.28px 6.72px rgba(48, 48, 48, 0.05);
    border-radius: 10px;
}

.map__heading {
    font-size: 30px;
    line-height: 1.1;
    margin-bottom: 20px;
}

.map__phone {
    display: block;
    font-size: 31.265px;
    color: rgb(34, 34, 34) !important;
    font-weight: bold;
    line-height: 1.087;
    margin-bottom: 30px;
    transition: 0.2s;
}

.map__phone:hover {
    color: rgb(45, 173, 188) !important;
    transition: 0.2s;
}

.map__address {
    font-size: 18px;
    color: rgb(78, 78, 78);
    line-height: 1.333;
    margin-bottom: 30px;
}

.map__worktime {
    font-size: 18px;
    color: #000;
    line-height: 1.444;
}

/* FOS */

.fos {
    padding: 65px 0 80px;
}

.fos__wrapper {
    display: flex;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0px 2px 25.28px 6.72px rgba(206, 224, 255, 0.5);
}

.fos__content {
    width: 57%;
    padding: 50px 55px 60px;
    background-color: rgb(45, 173, 188);
}

.fos__heading {
    font-weight: 500;
    color: #fff;
    margin-bottom: 45px;
}

.fos__label {
    font-size: 18px;
    color: rgb(254, 254, 254);
    line-height: 1.5;
    margin-bottom: 10px;
}

.fos__input,
.fos__textarea {
    width: 100%;
    font-size: 16px;
    color: rgb(178, 178, 178);
    line-height: 1.688;
    padding: 20px 25px;
    border-radius: 5px;
    border: 1px solid #f6f6f6;
    outline: none;
    margin-bottom: 30px;
}

.fos__textarea {
    height: 140px;
    resize: none;
}

.fos__input:focus::placeholder,
.fos__textarea:focus::placeholder,
.form-wrap__input:focus::placeholder {
    color: transparent!important;
}

.fos__row {
    position: relative;
    display: flex;
}

.fos__button {
    padding: 20px 40px;
    margin-right: 40px;
}

.fos__checkbox-label {
    position: relative;
    font-size: 14px;
    color: #fff;
    line-height: 1.286;
    padding-left: 35px;
    cursor: pointer;
}

.fos__checkbox-label:before {
    position: absolute;
    content: '';
    height: 25px;
    width: 25px;
    top: 15px;
    left: 0;
    border-radius: 2px;
    background: #fff;
    box-shadow: inset 0 0 4px #fbd361;
}

.fos__checkbox:checked + .fos__checkbox-label:before {
    background: linear-gradient( 90deg, rgb(251,211,97) 0%, rgb(253,224,136) 80%, rgb(255,236,175) 100%);
}

.fos__checkbox:checked + .fos__checkbox-label:after {
    position: absolute;
    content: '';
    height: 10px;
    width: 12px;
    top: 21px;
    left: 6px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url(../img/verification-mark.png);
}

.fos__checkbox-label a {
    color: #fff!important;
    text-decoration: underline;
    cursor: pointer;
}

.fos__checkbox {
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    right: 0;
}

.fos__image-wrapper {
    width: 43%;
    padding: 40px;
    background-color: #fff;
}

.fos__image {
    display: block;
    width: 250px;
    height: 250px;
    border-radius: 100%;
    margin: 0 auto 50px;
}

.fos__image-heading {
    font-size: 30px;
    color: rgb(34, 34, 34);
    line-height: 1.1;
    font-weight: 500;
    text-align: center;
}

.fos__image-text {
    font-size: 20px;
    color: rgb(34, 34, 34);
    line-height: 1.1;
    text-align: center;
    margin-bottom: 35px;
}

.fos__image-discount {
    font-size: 50px;
    color: rgb(45, 173, 188);
    line-height: 1.1;
    font-weight: 500;
    text-align: center;
    margin-bottom: 20px;
}

.fos__image-discount-desc {
    display: block;
    font-size: 16px;
    color: rgb(78, 78, 78);
    line-height: 1.438;
    text-align: center;
}

/* Responsive */

@media (max-width: 1399px) {
    .fos__image-wrapper {
        padding: 40px 35px;
    }

    .fos__button {
        margin-right: 15px;
    }

    .footer__copyright-policy > a:first-child {
        margin-right: 30px;
    }
}

@media (max-width: 1199px) {
    h1.services__heading,
    h2 {
        font-size: 46px;
    }

    .header__logo {
        margin-right: 15px;
    }

    .header__worktime {
        margin-right: 15px;
    }

    .header__menu-item {
        margin-right: 20px;
    }

    .top-slider__item {
        height: 500px;
    }

    .top-slider__heading {
        font-size: 50px;
    }

    .about__text {
        padding-left: 0;
    }

    .about__image {
        height: auto;
        width: 100%;
    }

    .about__name {
        left: -10px;
    }

    .about__spec {
        left: 20px;
    }

    .about__image-before {
        top: 80px;
    }

    .zapis__content {
        padding: 30px 40px;
    }

    .zapis__phone {
        font-size: 28px;
    }

    .reviews__video {
        height: 260px;
    }

    .reviews__slider .slider-next-arrow,
    .reviews__slider .slider-prev-arrow {
        top: 100px;
    }

    .staff__heading {
        margin-right: 50px;
    }

    .staff__item-image {
        height: 250px;
    }

    .fos__content {
        padding: 40px;
    }

    .fos__image-wrapper {
        padding: 40px 30px;
    }

    .fos__button {
        padding: 20px;
    }

    .footer__docs-menu {
        padding-left: 0;
    }
}

@media (max-width: 991px) {
    h1 {
        font-size: 40px;
    }

    h1.services__heading,
    h2 {
        font-size: 40px;
    }

    .header__top {
        padding: 15px 0;
    }

    .header__logo img {
        width: 230px;
        height: auto;
    }

    .header__button {
        display: flex;
        align-items: center;
    }

    .header__call-btn {
        display: none;
    }
    
    .header__call-btn--mobile {
        display: block;
        padding: 0;
        width: 40px;
        height: 40px;
        box-shadow: none!important;
        margin-bottom: 0;
        margin-right: 20px;
        background: url("../img/phone-call.png") center center no-repeat,
                linear-gradient( 90deg, rgb(251,211,97) 0%, rgb(253,224,136) 80%, rgb(255,236,175) 100%)!important;
        background-size: 70% auto, cover;
    }

    .header__menu-button {
        padding: 0;
        width: 40px;
        height: 40px;
        box-shadow: none!important;
        background: url("../img/menu.png") center center no-repeat,
        linear-gradient( 90deg, rgb(251,211,97) 0%, rgb(253,224,136) 80%, rgb(255,236,175) 100%)!important;
        background-size: 70% auto, cover;
    }

    .header__call-btn--mobile:before,
    .header__call-btn--mobile:after,
    .header__menu-button:before,
    .header__menu-button:after {
        display: none;
    }

    .header__menu-overlay {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: rgba(0,0,0,0.6);
        z-index: -1;
        opacity: 0;
        transition: 0.4s;
    }

    .header__bottom.menu-opened + .header__menu-overlay {
        z-index: 10;
        opacity: 1;
        transition: 0.4s;
    }

    .header__bottom {
        position: fixed;
        top: 0;
        right: -100%;
        background-color: #fff;
        height: 100%;
        transition: 0.4s;
        z-index: 11;
    }

    .header__bottom.menu-opened {
        right: 0;
        transition: 0.4s;
    }

    .header__menu-close {
        position: absolute;
        width: 25px;
        height: 25px;
        top: 30px;
        right: 15px;
        cursor: pointer;
    }

    .header__menu-close span {
        position: absolute;
        display: block;
        top: 12px;
        width: 28px;
        height: 1px;
        background-color: #000;
    }

    .header__menu-close span:first-child {
        transform: rotate(45deg);
    }

    .header__menu-close span:last-child {
        transform: rotate(-45deg);
    }

    .header__menu-item {
        padding: 3px 40px 3px 15px;
        margin-right: 0;
    }

    .header__menu {
        flex-direction: column;
    }

    .top-slider__item {
        height: 400px;
        padding: 100px 15px 0;
    }

    .top-slider__heading {
        font-size: 38px;
    }

    .top-slider__button {
        padding: 10px 40px;
    }

    .top-slider__button span {
        font-size: 16px;
    }

    .top-slider__button--implant span:before {
        right: -40px;
    }

    .slider-arrow {
        width: 50px;
        height: 50px;
    }

    .top-slider .slider-next-arrow {
        bottom: 45px;
    }

    .top-slider .slider-prev-arrow {
        right: 180px;
        bottom: 45px;
    }

    .services__item {
        padding: 20px;
    }

    .services__item-heading {
        font-size: 16px;
    }

    .services__item-link {
        font-size: 15px;
    }

    .services__item-link--all {
        font-size: 16px;
    }

    .services {
        padding-bottom: 60px;
    }

    .price {
        padding-bottom: 60px;
    }

    .price__item-number {
        width: 120px;
        padding-right: 0;
    }

    .price__link {
        font-size: 16px;
    }

    .about__content {
        padding: 60px 15px;
    }

    .about__text {
        max-width: 100%;
    }

    .zapis {
        padding: 60px 0;
    }

    .zapis__content {
        width: 100%;
    }

    .zapis__contacts {
        justify-content: flex-start;
    }

    .zapis__call {
        margin-right: 30px;
    }

    .reviews {
        padding: 60px 0;
    }

    .reviews__slider-item {
        padding: 0 15px;
    }

    .reviews__video {
        height: 200px;
    }

    .reviews__slider .slider-next-arrow,
    .reviews__slider .slider-prev-arrow {
        top: 80px;
    }

    .staff {
        padding: 60px 0;
    }

    .staff__heading-wrapper {
        flex-direction: column;
        margin-bottom: 50px;
    }

    .staff__heading {
        text-align: center;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .staff__link {
        font-size: 16px;
    }

    .staff__item {
        width: calc(33.33% - 10px);
    }

    .staff__item-image {
        height: 200px;
    }

    .staff__item_content {
        padding: 15px;
    }

    .map {
        padding: 60px 0;
    }

    .map__contacts {
        position: static;
        top: unset;
        right: unset;
    }

    h2.map__heading mark {
        display: inline;
    }

    .fos {
        padding: 0 0 60px;
    }

    .fos__wrapper {
        flex-direction: column-reverse;
    }

    .fos__content {
        width: 100%;
    }

    .fos__image-wrapper {
        width: 100%;
    }

    .fos__row {
        align-items: center;
    }

    .fos__checkbox-label:before {
        top: 6px;
    }

    .fos__checkbox:checked + .fos__checkbox-label:after {
        top: 8px;
    }

    .footer__contacts:before {
        display: none;
    }

    .footer__logo-desc {
        margin-bottom: 25px;
    }

    .footer__docs-menu {
        margin-bottom: 25px;
    }

    .footer__bottom .row > div:last-child {
        order: -1;
    }

    .footer__top {
        border-bottom: 0;
        padding-bottom: 0;
    }

    .footer__bottom {
        padding-top: 0;
    }

    .footer__address {
        margin-top: 25px;
    }

    .footer__news {
        margin-bottom: 25px;
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 30px;
    }

    h1.services__heading,
    h2 {
        font-size: 27px;
    }

    .btn {
        font-size: 12px;
    }

    .breadcrumbs__item {
        font-size: 14px;
    }

    .top-slider__item {
        height: 250px;
        padding: 40px 15px 0;
    }

    .top-slider__heading {
        font-size: 26px;
        margin-bottom: 40px;
    }

    .top-slider .slider-prev-arrow {
        right: 70px;
    }

    .top-slider .slider-next-arrow {
        right: 15px;
    }

    .top-slider__button span {
        font-size: 14px;
    }

    .top-slider__button--implant span:before {
        display: none;
    }

    .features {
        padding: 40px 0 20px;
    }

    .features__heading {
        font-size: 22px;
        margin-bottom: 30px;
    }

    .features__item-heading {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .features__item-text {
        font-size: 14px;
    }

    .services {
        padding: 40px 0;
    }

    .services__heading-desc {
        font-size: 20px;
    }

    .services__item {
        width: 100%;
        border: none!important;
        border-bottom: 1px solid #ededed!important;
    }

    .services__item:last-child {
        height: 170px;
        border-bottom: none!important;
    }

    .price {
        padding: 40px 0;
    }

    .price__heading-desc {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .price__list-before,
    .price__list-after {
        display: none;
    }

    .price__list {
        padding: 15px 15px 0;
    }

    .price__item-heading,
    .price__item-number {
        font-size: 14px;
    }

    .price__info {
        width: calc(100% + 30px);
        padding: 30px 15px 30px 40px;
        margin-top: 30px;
        margin-left: -15px;
    }

    .price__info:before {
        top: 30px;
        left: 15px;
    }

    .price__link {
        margin: 30px auto 0;
    }

    .about__content {
        padding: 40px 15px;
    }

    .about__heading {
        margin-bottom: 20px;
        margin-right: 0;
    }

    .about__text:before {
        display: none;
    }

    .about__text p {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .zapis {
        padding: 40px 0;
    }

    .zapis__heading {
        font-size: 25px;
    }

    .zapis__content {
        padding: 20px;
    }

    .zapis__call {
        padding: 20px;
    }

    .zapis__phone {
        font-size: 24px;
    }

    .zapis__contacts {
        margin-bottom: 20px;
    }

    .zapis__text {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .reviews {
        padding: 40px 0;
    }

    .reviews__heading {
        margin-bottom: 30px;
    }

    .reviews__video {
        height: 310px;
    }

    .reviews__slider .slider-next-arrow,
    .reviews__slider .slider-prev-arrow {
        top: 135px;
    }

    .staff {
        padding: 40px 0 20px;
    }

    .staff__heading-wrapper {
        margin-bottom: 30px;
    }

    .staff__list {
        flex-wrap: wrap;
        max-width: 300px;
        margin: 0 auto;
    }

    .staff__item {
        width: 100%;
        margin-bottom: 20px;
    }

    .staff__item-image {
        height: 300px;
    }

    .map {
        padding: 40px 0;
    }

    .map__location {
        height: 400px;
    }

    .map__contacts {
        padding: 15px;
    }

    .map__heading {
        font-size: 24px;
    }

    .map__phone {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .map__address {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .map__worktime {
        font-size: 14px;
    }

    .fos {
        padding: 0 0 40px;
    }

    .fos__image-wrapper {
        padding: 30px 15px;
    }

    .fos__image {
        margin: 0 auto 20px;
    }

    .fos__image-heading {
        font-size: 24px;
    }

    .fos__image-text {
        font-size: 15px;
        margin-bottom: 20px;
    }

    .fos__image-discount {
        font-size: 36px;
        margin-bottom: 10px;
    }

    .fos__image-discount-desc {
        font-size: 13px;
    }

    .fos__heading {
        margin-bottom: 20px;
    }

    .fos__content {
        padding: 30px;
    }

    .fos__label {
        font-size: 15px;
    }
}

@media (max-width: 575px) {
    h1.services__heading,
    h2 {
        font-size: 23px;
    }

    .header__logo {
        margin-right: 0;
    }

    .header__logo img {
        width: 160px;
    }

    .header__call-btn {
        margin-right: 10px;
    }

    .top-slider .container {
        padding: 0;
    }

    .top-slider__item {
        display: flex!important;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        height: 250px;
        padding: 40px 15px;
    }

    .top-slider__button {
        width: 180px;
        padding: 10px;
    }

    .top-slider__heading {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .services__heading-desc {
        font-size: 16px;
    }

    .services__item-heading {
        font-size: 15px;
    }

    .price__heading-desc {
        font-size: 16px;
    }

    .zapis__heading {
        font-size: 20px;
    }

    .zapis__call {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .zapis__contacts {
        flex-direction: column;
        align-items: flex-start;
    }

    .reviews__video {
        height: 53vw;
    }

    .reviews__slider .slider-next-arrow {
        top: calc(29vw - 25px);
        right: -10px;
    }

    .reviews__slider .slider-prev-arrow {
        top: calc(29vw - 25px);
        left: -12px;
    }

    .fos__content {
        padding: 15px;
    }

    .fos__textarea {
        height: 210px;
    }

    .fos__row {
        flex-direction: column;
    }

    .fos__button {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .fos__checkbox-label {
        max-width: 280px;
    }
}

@media (max-width: 450px) {
    .top-slider__heading {
        font-size: 23px;
        max-width: calc(80vw - 30px);
    }

    .top-slider__heading br {
        display: none;
    }
}

/* Page Services */

.page__services .services {
    padding-top: 15px;
    background-color: transparent;
}

.page__services .services__heading-desc {
    color: rgb(7, 7, 7);
    font-weight: 300;
}

/* Page Service Detail */

.content {
    padding-top: 15px;
}

.content__heading {
    margin-bottom: 45px;
}

.content__image-col {
    width: 48%;
}

.content__image-col img {
    display: block;
    max-width: calc(100% - 15px);
    margin-right: 15px;
    margin-bottom: 20px;
}

.content__text-col {
    width: 52%;
}

.content h2 {
    font-size: 25px;
    font-weight: 500;
    color: rgb(0, 0, 0);
    line-height: 1.2;
    margin-bottom: 20px;
}

.content p {
    font-size: 18px;
    line-height: 1.389;
    margin-bottom: 20px;
}

.content b {
    font-weight: 500;
}

.content li {
    font-size: 18px;
    line-height: 1.389;
}

.content blockquote {
    font-size: 18px;
    line-height: 1.389;
    padding: 10px 30px;
    margin: 30px 20px 20px;
    border-radius: 10px;
    background-color: #f8f8f8;
}

.content .col-12 img {
    display: block;
    max-width: 100%;
    margin: 0 auto 20px;
}

.page__service-detail .price__heading {
    font-size: 25px;
    font-weight: 500;
    color: rgb(0, 0, 0);
    line-height: 1.2;
    text-align: left;
    margin-bottom: 20px;
}

.price__tab-content-col {
    width: calc(100% - 310px);
}

.price__tabs-col {
    width: 310px;
}

.price__zapis {
    text-align: center;
    padding: 15px 15px 30px;
    border: 1px solid #F3F3F3;
    border-radius: 10px;
    background-color: rgb(250, 250, 251);
}

.price__zapis-text {
    font-size: 18.759px;
    color: rgb(45, 173, 188);
    line-height: 1.812;
    font-weight: 500;
    margin-bottom: 0;
}

.price__zapis-phone {
    display: inline-block;
    font-size: 21px;
    color: rgb(34, 34, 34)!important;
    font-weight: bold;
    line-height: 1.631;
    margin-bottom: 10px;
}

.price__zapis-button {
    padding: 15px;
    width: 100%;
}

.price__tabs {
    padding: 15px 35px 0;
    margin-bottom: -15px;
}

.price__tab-link {
    display: block;
    font-size: 16px;
    color: rgb(80, 80, 80)!important;
    line-height: 1.25;
    margin-bottom: 15px;
    transition: 0.2s;
}

.price__tab-link:hover {
    color: rgb(45, 173, 188) !important;
    transition: 0.2s;
}

.page__service-detail .price__list {
    padding: 20px 40px 40px;
}

.page__service-detail .price {
    padding: 30px 0 50px;
}

.page__service-detail .price__link {
    margin: 50px 145px 0 auto;
}

@media (max-width: 1199px) {
    .content__image-col img {
        max-width: 100%;
        margin-right: 0;
    }

    .page__service-detail .price__link {
        margin: 50px 0 0;
    }
}

@media (max-width: 991px) {
    .content__image-col {
        width: 100%;
    }

    .content__image-col img {
        margin-left: auto;
        margin-right: auto;
    }

    .content__text-col {
        width: 100%;
    }

    .page__service-detail .price {
        padding: 40px 0 60px;
    }

    .price__tab-content-col {
        width: calc(100% - 265px);
    }

    .price__tabs-col {
        width: 265px;
    }

    .price__tabs {
        padding: 15px 15px 0;
    }
}

@media (max-width: 767px) {
    .content__heading {
        margin-bottom: 25px;
    }

    .content h2 {
        font-size: 20px;
    }

    .content blockquote {
        font-size: 14px;
        padding: 10px 15px;
    }

    .content p,
    .content li {
        font-size: 14px;
    }

    .page__service-detail .price {
        padding: 20px 0 40px;
    }

    .page__service-detail .price__list {
        padding: 15px 15px 30px;
    }

    .page__service-detail .price__link {
        margin: 30px 0 0;
    }

    .price__tab-content-col {
        width: 100%;
    }

    .price__tabs-col {
        width: 100%;
        order: -1;
    }

    .price__tabs {
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 20px;
    }

    .price__zapis {
        margin-bottom: 30px;
    }

    .price__tab-link {
        border: 1px solid rgb(153, 237, 232);
        border-radius: 18px;
        padding: 2px 8px;
        white-space: nowrap;
        background-color: transparent;
        margin-bottom: 10px;
        margin-right: 10px;
    }

    .price__tab-link.active {
        color: rgb(80, 80, 80)!important;
        background-color: rgb(153, 237, 232);
    }

    .price__zapis-button {
        max-width: 210px;
        display: block;
        margin: 0 auto;
    }
}

/* Page Staff */

.page__staff .features {
    padding: 15px 0 30px;
}

.page__staff .features h1 {
    margin-bottom: 30px;
}

.page__staff .features .row {
    max-width: 100%;
}

.page__staff .features__item {
    padding: 0 67px;
}

.page__staff .features__item-text {
    font-weight: 300;
}

.page__staff .staff__list {
    flex-wrap: wrap;
}

.blockquote {
    margin-bottom: 0;
    padding-bottom: 65px;
}

.blockquote__wrapper {
    display: flex;
    padding: 20px 65px 30px;
    max-width: 965px;
    margin: 0 auto;
    border-radius: 10px;
    background: url('../img/blockquote-bg.png') center right no-repeat,
        url('../img/blockquote.png') top 35px left 40px no-repeat;
    background-color: #fff;
    box-shadow: 0px 2px 25.28px 6.72px rgba(48, 48, 48, 0.05);
}

.blockquote__content {
    padding-top: 40px;
    width: 51%;
    font-size: 18px;
    color: rgb(0, 0, 0);
    line-height: 1.389;
}

.blockquote__content b {
    font-weight: 500;
}

.blockquote__author {
    width: 49%;
    display: flex;
    align-items: center;
}

.blockquote__author-image {
    display: block;
    max-width: 100%;
    margin-right: 20px;
}

.blockquote__author-name {
    font-size: 15px;
    color: rgb(7, 7, 7);
    font-style: italic;
    line-height: 1.333;
    margin-bottom: 0;
}

.blockquote__author-name b {
    font-weight: 500;
}

.page__staff .staff__list {
    margin-bottom: -60px;
}

.page__staff .staff__item {
    margin-bottom: 60px;
}

.page__staff .staff__item-spec {
    margin-bottom: 0;
}

.staff__item-experience {
    font-size: 16px;
    color: rgb(80, 80, 80);
    line-height: 1.438;
    font-weight: 500;
    margin-bottom: 25px;
}

.staff__item-btn {
    padding: 15px;
    width: 100%;
    margin-top: 20px;
}

@media (max-width: 1399px) {
    .page__staff .features__item {
        padding: 0 60px;
    }
}

@media (max-width: 1199px) {
    .page__staff .features__item {
        padding: 0 15px;
    }

    .page__staff .staff__item {
        width: calc(33.33% - 10px);
    }

    .page__staff .staff__item-image {
        height: 280px;
    }
}

@media (max-width: 991px) {
    .page__staff .features__item-text {
        font-size: 15px;
    }

    .blockquote {
        padding-bottom: 60px;
    }

    .blockquote__wrapper {
        align-items: center;
        padding: 30px;
    }

    .blockquote__content {
        padding-top: 0;
        font-size: 16px;
    }

    .blockquote__author-image {
        max-width: 140px;
    }

    .page__staff .staff__item {
        width: calc(50% - 15px);
    }

    .page__staff .staff__item-image {
        height: 290px;
    }
}

@media (max-width: 767px) {
    .blockquote {
        padding-bottom: 40px;
    }

    .blockquote__wrapper {
        flex-direction: column;
    }

    .blockquote__content {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    .blockquote__author {
        align-items: center;
        width: 100%;
    }

    .page__staff .staff__list {
        max-width: 100%;
        margin-bottom: -30px;
    }

    .page__staff .staff__item {
        margin-bottom: 30px;
    }

    .page__staff .staff__item-image {
        height: 210px;
    }
}

@media (max-width: 575px) {
    .blockquote__wrapper {
        padding: 15px;
    }

    .blockquote__content {
        font-size: 14px;
    }

    .blockquote__author-name {
        font-size: 13px;
    }

    .page__staff .staff__list {
        max-width: 300px;
    }

    .page__staff .staff__item {
        width: 100%;
    }

    .page__staff .staff__item-image {
        height: 300px;
    }
}

/* Page Staff Detail */

.staff-card {
    padding: 25px 0 35px;
}

.staff-card__wrapper {
    display: flex;
}

.staff-card__image-wrapper {
    width: 37%;
}

.staff-card__image {
    display: block;
    width: calc(100% - 48px);
    height: 453px;
    object-fit: cover;
    border-radius: 10px;
    margin-right: 48px;
}

.staff-card__content {
    width: 63%;
}

.staff-card__heading {
    font-size: 25px;
    line-height: 1.2;
    font-weight: 500;
    text-align: left;
    margin-bottom: 20px;
}

.staff-card__info {
    font-size: 18px;
    line-height: 1.667;
    margin-bottom: 0;
}

.staff-card__info b {
    font-weight: 500;
}

.staff-card__button {
    padding: 15px 30px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.staff-card__text,
.staff-card__text li {
    font-size: 18px;
    line-height: 1.389;
}

.staff-card__text b {
    font-weight: 500;
}

.staff-card__text ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.staff-card__text:not(:last-child) {
    margin-bottom: 20px;
}

.staff-card__text b {
    display: block;
}

.sert {
    padding-bottom: 90px;
}

.sert__slider, .staff-works__slider {
    max-width: 1040px;
    margin: 0 auto;
}

.sert__slider .slider-prev-arrow, .staff-works__slider .slider-prev-arrow {
    position: absolute;
    top: calc(50% - 35px);
    left: -70px;
}

.sert__slider .slider-next-arrow, .staff-works__slider .slider-next-arrow{
    position: absolute;
    top: calc(50% - 35px);
    right: -68px;
}

.sert__img-wrap {
    display: block;
    width: 100%;
    padding: 15px;
    height: 280px;
}

.sert__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
    border: 1px solid #ebebeb;
    box-shadow: 0px 2px 21px 6.72px rgb(48 48 48 / 2%);
}

@media (max-width: 1199px) {
    .staff-card__image-wrapper {
        width: 50%;
    }

    .staff-card__image {
        width: calc(100% - 30px);
        height: 530px;
        margin-right: 30px;
    }

    .staff-card__content {
        width: 50%;
    }

    .sert__img-wrap {
        height: 250px;
    }

    .sert__slider .slider-prev-arrow, .staff-works__slider .slider-prev-arrow{
        left: -35px;
    }

    .sert__slider .slider-next-arrow, .staff-works__slider .slider-next-arrow{
        right: -33px;
    }
}

@media (max-width: 991px) {
    .staff-card__image {
        height: 380px;
    }

    .sert {
        padding-bottom: 45px;
    }

    .sert__img-wrap {
        height: 230px;
    }

    .sert__slider .slider-next-arrow, .staff-works__slider .slider-next-arrow{
        right: -8px;
    }

    .sert__slider .slider-prev-arrow, .staff-works__slider .slider-prev-arrow{
        left: -10px;
    }
}

@media (max-width: 767px) {
    .staff-card__wrapper {
        flex-direction: column;
    }

    .staff-card__image-wrapper {
        width: 100%;
    }

    .staff-card__image {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
        height: 620px;
    }

    .staff-card__content {
        width: 100%;
    }

    .staff-card__info {
        font-size: 16px;
    }

    .staff-card__text, .staff-card__text li {
        font-size: 16px;
    }

    .sert {
        padding-bottom: 25px;
    }
}

@media (max-width: 575px) {
    .staff-card {
        padding: 0 0 25px;
    }

    .staff-card__image {
        height: calc(120vw - 30px);
        margin-bottom: 20px;
    }

    .staff-card__heading {
        margin-bottom: 15px;
    }

    .staff-card__info {
        font-size: 14px;
    }

    .staff-card__text, .staff-card__text li {
        font-size: 14px;
    }

    .sert__img-wrap {
        height: calc(67vw - 30px);
    }
}

@media (max-width: 400px) {
    .staff-card__button {
        width: 100%;
    }
}

/* Page Vakansii */

.vakansii {
    padding: 15px 0 45px;
}

.vakansii .row {
    margin-bottom: 50px;
}

.vakansii__heading {
    text-align: center;
    margin-bottom: 45px;
}

.vakansii__accordion {
    border-radius: 5px;
    border: 1px solid #EDEDED;
    margin-bottom: 20px;
    overflow: hidden;
    box-shadow: 0;
    transition: 0.5s;
}

.vakansii__accordion.active {
    box-shadow: 0px 2px 25.28px 6.72px rgba(48, 48, 48, 0.05);
    transition: 0.5s;
}

.vakansii__accordion-toggle {
    position: relative;
    font-size: 22px;
    line-height: 1.045;
    font-weight: 500;
    padding: 15px 60px 15px 25px;
    cursor: pointer;
}

.vakansii__accordion-toggle:before {
    content: "";
    position: absolute;
    right: 25px;
    top: 20px;
    width: 13px;
    height: 13px;
    border-bottom: 2px solid #EDEDED;
    border-right: 2px solid #EDEDED;
    transition: 0.5s;
    transform: rotate(45deg);
}

.vakansii__accordion.active .vakansii__accordion-toggle:before {
    transition: 0.5s;
    top: 25px;
    transform: rotate(-135deg);
}

.vakansii__accordion-block,
.vakansii__accordion-block li {
    font-size: 18px;
    color: rgb(78, 78, 78);
    line-height: 1.389;
}

.vakansii__accordion-block {
    padding: 0 60px 15px 25px;
    display: none;
}

.vakansii__accordion-block ul {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
}

.vakansii__accordion-block ul:last-child {
    margin-bottom: 0;
}

.vakansii__contact {
    font-size: 45px;
    color: rgb(0, 0, 0);
    line-height: 1.111;
    text-align: center;
    font-weight: 300;
    margin-bottom: 20px;
}

.vakansii__contact a {
    color: rgb(45, 173, 188)!important;
    font-weight: 500;
    border-bottom: 2px solid;
    cursor: pointer;
    transition: 0.2s;
}

.vakansii__contact a:hover {
    border-color: transparent;
    transition: 0.2s;
}

.vakansii__contact-desc {
    font-size: 25px;
    color: rgb(20, 20, 20);
    line-height: 1.2;
    text-align: center;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .vakansii .row {
        margin-bottom: 40px;
    }

    .vakansii__contact {
        font-size: 32px;
    }

    .vakansii__contact-desc {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .vakansii {
        padding: 15px 0 40px;
    }

    .vakansii .row {
        margin-bottom: 20px;
    }

    .vakansii__heading {
        margin-bottom: 30px;
    }

    .vakansii__accordion-toggle {
        font-size: 18px;
    }

    .vakansii__accordion-toggle:before {
        top: 17px;
    }

    .vakansii__accordion.active .vakansii__accordion-toggle:before {
        top: 22px;
    }

    .vakansii__accordion-block,
    .vakansii__accordion-block li {
        font-size: 14px;
    }

    .vakansii__contact {
        font-size: 26px;
        margin-bottom: 10px;
    }

    .vakansii__contact a {
        border-bottom: 1px solid;
    }
}

@media (max-width: 575px) {
    .vakansii__heading {
        margin-bottom: 20px;
    }

    .vakansii__contact {
        font-size: 18px;
    }

    .vakansii__contact-desc {
        font-size: 16px;
    }
}

/* Page Offers*/

.offers {
    padding: 15px 0;
}

.offers__heading {
    font-size: 45px;
    line-height: 0.667;
    font-weight: 400;
    margin-bottom: 40px;
}

.offers__card {
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0px 2px 25.28px 6.72px rgba(206, 224, 255, 0.5);
    margin-bottom: 50px;
}

.offers__card img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

@media (max-width: 991px) {
    .offers__card {
        margin-bottom: 45px;
    }
}

@media (max-width: 767px) {
    .offers__heading {
        font-size: 40px;
        margin-bottom: 20px;
    }

    .offers__card {
        margin-bottom: 25px;
    }
}

@media (max-width: 575px) {
    .offers__heading {
        font-size: 34px;
    }
}

/* Page Price */

.html__price,
.page__price {
    overflow-x: visible;
}

.page__price .price {
    padding: 15px 0 40px;
}

.price__list-heading {
    font-size: 25px;
    font-weight: 500;
    color: rgb(0, 0, 0);
    line-height: 1.2;
    text-align: left;
    margin-bottom: 25px;
}

.page__price .price__heading-desc {
    margin-bottom: 40px;
}

.page__price .price__info {
    width: 100%;
    max-width: 940px;
    margin: 0 auto 40px;
    padding: 35px 70px 25px 100px;
    border-radius: 10px;
}

.price__top-tabs {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

.price__top-tab-link {
    display: block;
    font-size: 18px;
    color: rgb(80, 80, 80)!important;
    line-height: 1.111;
    margin-bottom: 20px;
    margin-right: 15px;
    border: 1px solid rgb(153, 237, 232);
    border-radius: 18px;
    padding: 5px 20px;
    background-color: transparent;
    cursor: pointer;
    white-space: nowrap;
    transition: 0.2s;
}

.price__top-tab-link:hover {
    background-color: rgb(153, 237, 232);
    transition: 0.2s;
}

.page__price .price__info:before {
    left: 70px;
}

.page__price .price__list {
    padding: 20px 40px 40px;
}

.page__price .price__tab-content {
    margin-bottom: 65px;
}

.price__item-with-tooltip {
    position: relative;
}

.price__item-with-tooltip:before {
    position: absolute;
    right: -20px;
    top: -6px;
    width: 14px;
    height: 14px;
    content: '';
    background: url('../img/info-icon.png') center center no-repeat;
    background-size: contain;
}

.price__item-tooltip {
    position: absolute;
    top: 100%;
    left: 10px;
    width: 360px;
    max-width: 360px;
    font-size: 15px;
    color: rgb(105, 105, 105);
    line-height: 1.2;
    text-align: center;
    background-color: #fff;
    box-shadow: 0px 2px 25.28px 6.72px rgb(48 48 48 / 5%);
    margin-bottom: 0;
    padding: 20px 30px;
    opacity: 0;
    z-index: -1;
    transition: 0.2s;
}

.price__item-with-tooltip:hover > .price__item-tooltip {
    opacity: 1;
    z-index: 2;
    transition: 0.2s;
}

.page__price .price__tabs-wrapper {
    position: sticky;
    top: -39px;
    padding-top: 54px;
    margin-bottom: 65px;
}

.text {
    padding-bottom: 20px;
}

.text__heading {
    font-size: 45px;
    line-height: 1.111;
    text-align: center;
    margin-bottom: 50px;
}

.text p {
    font-size: 22px;
    line-height: 1.364;
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .price__top-tabs {
        margin-bottom: 20px;
    }

    .page__price .price {
        padding: 15px 0 30px;
    }

    .page__price .price__tab-content {
        margin-bottom: 30px;
    }

    .text__heading {
        font-size: 36px;
    }

    .text p {
        font-size: 18px;
    }

    .text {
        padding-bottom: 30px;
    }

    .page__price .price__tabs-wrapper {
        margin-bottom: 25px;
    }
}

@media (max-width: 767px) {
    .page__price .price__heading-desc {
        margin-bottom: 25px;
    }

    .page__price .price__list {
        padding: 15px 15px 0;
    }

    .page__price .price__info {
        padding: 20px 30px 20px 55px;
    }

    .page__price .price__info br {
        display: none;
    }

    .page__price .price__info:before {
        left: 30px;
        top: 20px;
    }

    .price__top-tabs {
        display: none;
    }

    .page__price .price__tabs-wrapper {
        position: static;
        margin-bottom: 0;
        padding-top: 0;
    }

    .price__tab-link:hover {
        transition: 0.2s;
        color: rgb(80, 80, 80)!important;
        background-color: rgb(153, 237, 232);
    }

    .text__heading {
        font-size: 26px;
        margin-bottom: 25px;
    }

    .text p {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .page__price .price {
        padding: 15px 0 10px;
    }
}

@media (max-width: 575px) {
    .price__item-tooltip {
        width: 300px;
        max-width: 300px;
        font-size: 13px;
        padding: 10px;
    }
}

/* Page Contacts */

.page__contacts .map {
    border-top: 0;
    padding: 15px 0 60px;
}

.map__main-heading {
    font-weight: 400;
    text-align: center;
    margin-bottom: 45px;
}

.map__main-heading mark {
    display: block;
    font-weight: 500;
    color: rgb(45, 173, 188);
    background: transparent;
    padding: 0;
}

.page__contacts .map__wrapper {
    box-shadow: 0px 2px 25.28px 6.72px rgb(206 224 255 / 50%);
}

.map__gallery {
    position: relative;
    z-index: 2;
    max-width: 980px;
    margin: -60px auto 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid rgb(180, 180, 180, 0.212);
}

.map__gallery-big {
    border-radius: 10px;
    box-shadow: 0px 2px 25.28px 6.72px rgb(206 224 255 / 50%);
}

.map__gallery-big-item img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    border-radius: 10px;
}

.map__gallery-big .slider-prev-arrow {
    position: absolute;
    top: calc(50% - 35px);
    left: -35px;
}

.map__gallery-big .slider-next-arrow {
    position: absolute;
    top: calc(50% - 35px);
    right: -35px;
}

.map__gallery-thumbs {
    margin-top: -45px;
}

.map__gallery-thumbs-item {
    padding: 15px 10px;
}

.map__gallery-thumbs-item img {
    display: block;
    width: 100%;
    height: 130px;
    object-fit: cover;
    border-radius: 5px;
    box-shadow: 0px 2px 10px 3px rgb(206 224 255 / 50%);
}

.map__main-image {
    position: relative;
}

.map__main-image > img {
    width: 100%;
    max-width: 100%;
    height: 600px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0px 2px 25.28px 6.72px rgb(48 48 48 / 5%);
}

@media (max-width: 1199px) {
    .map__gallery {
        margin-top: 60px;
    }

    .map__gallery-big-item img {
        height: 460px;
    }

    .map__gallery-thumbs-item img {
        height: 123px;
    }

    .map__main-image > img {
        height: 500px;
    }

    .page__contacts .map__contacts {
        top: 60px;
    }
}

@media (max-width: 991px) {
    .map__main-heading {
        margin-bottom: 30px;
    }

    .map__gallery-big-item img {
        height: 350px;
    }

    .map__gallery-big .slider-prev-arrow {
        top: calc(50% - 25px);
        left: -25px;
    }

    .map__gallery-big .slider-next-arrow {
        top: calc(50% - 25px);
        right: -25px;
    }

    .map__gallery-thumbs-item img {
        height: 95px;
    }

    .map__main-image {
        border-radius: 10px;
        box-shadow: 0px 2px 25.28px 6.72px rgb(48 48 48 / 5%);
    }

    .map__main-image > img {
        height: 350px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        box-shadow: none;
    }

    .page__contacts .map__contacts {
        box-shadow: none;
    }
}

@media (max-width: 767px) {
    .page__contacts .map {
        padding-bottom: 40px;
    }

    .map__gallery {
        margin: 40px auto 40px;
        padding-bottom: 40px;
    }

    .map__gallery-big-item img {
        height: 250px;
    }

    .map__gallery-thumbs {
        margin-top: -30px;
    }

    .map__gallery-thumbs-item img {
        height: 70px;
    }

    .map__gallery-wrapper img:first-child,
    .map__gallery-wrapper img:nth-child(2) {
        margin-bottom: 10px;
    }

    .map__main-image > img {
        height: 260px;
        margin-bottom: 40px;
    }
}

@media (max-width: 575px) {
    .map__gallery-big-image {
        height: calc(55vw - 30px);
    }

    .map__gallery-big .slider-prev-arrow {
        left: -10px;
    }

    .map__gallery-big .slider-next-arrow {
        right: -10px;
    }

    .map__gallery-big-item img {
        height: calc(53vw - 30px);
    }

    .map__gallery-thumbs {
        margin-top: -20px;
    }

    .map__gallery-thumbs-item {
        padding: 7px;
    }

    .map__gallery-thumbs-item img {
        height: calc(20vw - 15px);
        box-shadow: 0px 2px 7px 1px rgb(206 224 255 / 50%);
    }
}

/* Page Thanks */

.thanks {
    padding: 180px 0;
}

.thanks h1 {
    text-align: center;
}

.thanks p {
    font-size: 25px;
    line-height: 1.4;
    font-weight: 300;
    text-align: center;
    margin-bottom: 0;
}

@media (max-width: 1199px) {
    .thanks {
        padding: 150px 0;
    }
}

@media (max-width: 991px) {
    .thanks {
        padding: 100px 0;
    }

    .thanks p {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .thanks {
        padding: 60px 0;
    }

    .thanks p {
        font-size: 17px;
    }
}

@media (max-width: 575px) {
    .thanks p {
        font-size: 16px;
    }
}

/* Modals */

#modal-priem .section-bg,
#modal-footer .section-bg,
#modal-tkachuk .section-bg,
#modal-lebedeva .section-bg,
#modal-chagina .section-bg,
#modal-lechenie .section-bg,
#modal-yankevich .section-bg,
#modal-kokorin .section-bg,
#modal-sheveleva .section-bg,
#modal-pautkin .section-bg,
#modal-turkova .section-bg,
#modal-consult-gigena .section-bg,
#credit .section-bg,
#modal-consult .section-bg {
    background-image: url(../img/modal-1.jpg);
}

.header-block .no-gutters > li, .no-gutters > .col, .no-gutters > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.jaw-block-wrap {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.jaw-block {
    width: 18.8125rem;
    height: 28.5rem;
    position: relative
}

.jaw-block__tooth-item, .jaw-block__tooth-number {
    position: absolute;
    cursor: pointer
}

.jaw-block.visible .jaw-block__tooth-item::before {
    background-image: url(../img/@2x/tooth-bg.png)
}

.jaw-block__tooth-item {
    width: 1.8125rem;
    height: 1.8125rem
}

.jaw-block__tooth-item::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    width: 1.8125rem;
    height: 1.8125rem;
    opacity: 0;
    -webkit-transition: all .36s;
    -o-transition: all .36s;
    transition: all .36s
}

.jaw-block__tooth-item.active::before {
    opacity: 1
}

.jaw-block__tooth-number {
    color: #010101;
    font-size: .6875rem;
    font-weight: 400;
    line-height: 2.09;
    width: 1.125rem;
    height: 1.125rem;
    border-radius: 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-transition: all .36s;
    -o-transition: all .36s;
    transition: all .36s
}

.jaw-block__tooth-number.active {
    color: #fff;
    background-color: #00c6b9
}

.jaw-block__tooth-item:nth-child(1) {
    top: 0;
    left: 7.8125rem
}

.jaw-block__tooth-number:nth-child(1) {
    top: 1.75rem;
    left: 8.375rem
}

.jaw-block__tooth-item:nth-child(3) {
    top: .625rem;
    left: 5.9375rem
}

.jaw-block__tooth-number:nth-child(3) {
    top: 2.375rem;
    left: 7.4375rem
}

.jaw-block__tooth-item:nth-child(5) {
    top: 1.5625rem;
    left: 4.9375rem
}

.jaw-block__tooth-number:nth-child(5) {
    top: 3.25rem;
    left: 6.8125rem
}

.jaw-block__tooth-item:nth-child(7) {
    top: 3.3125rem;
    left: 4rem
}

.jaw-block__tooth-number:nth-child(7) {
    top: 4.5rem;
    left: 6.1875rem
}

.jaw-block__tooth-item:nth-child(9) {
    top: 4.875rem;
    left: 3.375rem
}

.jaw-block__tooth-number:nth-child(9) {
    top: 5.875rem;
    left: 5.625rem
}

.jaw-block__tooth-item:nth-child(11) {
    top: 6.4375rem;
    left: 3.0625rem
}

.jaw-block__tooth-number:nth-child(11) {
    top: 8.0625rem;
    left: 5.625rem
}

.jaw-block__tooth-item:nth-child(13) {
    top: 8.9375rem;
    left: 2.5625rem
}

.jaw-block__tooth-number:nth-child(13) {
    top: 9.9375rem;
    left: 5.4375rem
}

.jaw-block__tooth-item:nth-child(15) {
    top: 11.125rem;
    left: 2.5625rem
}

.jaw-block__tooth-number:nth-child(15) {
    top: 11.6875rem;
    left: 5.4375rem
}

.jaw-block__tooth-item:nth-child(2) {
    top: 0;
    right: 7.1875rem
}

.jaw-block__tooth-number:nth-child(2) {
    top: 1.75rem;
    right: 7.75rem
}

.jaw-block__tooth-item:nth-child(4) {
    top: .625rem;
    right: 5.3125rem
}

.jaw-block__tooth-number:nth-child(4) {
    top: 2.375rem;
    right: 6.8125rem
}

.jaw-block__tooth-item:nth-child(6) {
    top: 1.5625rem;
    right: 4.3125rem
}

.jaw-block__tooth-number:nth-child(6) {
    top: 3.25rem;
    right: 6.1875rem
}

.jaw-block__tooth-item:nth-child(8) {
    top: 3.3125rem;
    right: 3.375rem
}

.jaw-block__tooth-number:nth-child(8) {
    top: 4.5rem;
    right: 5.5625rem
}

.jaw-block__tooth-item:nth-child(10) {
    top: 4.875rem;
    right: 2.75rem
}

.jaw-block__tooth-number:nth-child(10) {
    top: 5.875rem;
    right: 5.25rem
}

.jaw-block__tooth-item:nth-child(12) {
    top: 6.4375rem;
    right: 2.75rem
}

.jaw-block__tooth-number:nth-child(12) {
    top: 8.0625rem;
    right: 4.9375rem
}

.jaw-block__tooth-item:nth-child(14) {
    top: 8.9375rem;
    right: 1.9375rem
}

.jaw-block__tooth-number:nth-child(14) {
    top: 9.9375rem;
    right: 4.8125rem
}

.jaw-block__tooth-item:nth-child(16) {
    top: 11.125rem;
    right: 1.9375rem
}

.jaw-block__tooth-number:nth-child(16) {
    top: 11.6875rem;
    right: 4.8125rem
}

.jaw-block__tooth-item:nth-child(17) {
    bottom: 0;
    left: 7.8125rem
}

.jaw-block__tooth-number:nth-child(17) {
    bottom: 1.75rem;
    left: 8.375rem
}

.jaw-block__tooth-item:nth-child(19) {
    bottom: .625rem;
    left: 5.9375rem
}

.jaw-block__tooth-number:nth-child(19) {
    bottom: 2.375rem;
    left: 7.4375rem
}

.jaw-block__tooth-item:nth-child(21) {
    bottom: 1.5625rem;
    left: 4.9375rem
}

.jaw-block__tooth-number:nth-child(21) {
    bottom: 3.25rem;
    left: 6.8125rem
}

.jaw-block__tooth-item:nth-child(23) {
    bottom: 3.3125rem;
    left: 4rem
}

.jaw-block__tooth-number:nth-child(23) {
    bottom: 4.5rem;
    left: 6.1875rem
}

.jaw-block__tooth-item:nth-child(25) {
    bottom: 4.875rem;
    left: 3.375rem
}

.jaw-block__tooth-number:nth-child(25) {
    bottom: 5.875rem;
    left: 5.625rem
}

.jaw-block__tooth-item:nth-child(27) {
    bottom: 6.4375rem;
    left: 3.0625rem
}

.jaw-block__tooth-number:nth-child(27) {
    bottom: 8.0625rem;
    left: 5.625rem
}

.jaw-block__tooth-item:nth-child(29) {
    bottom: 8.9375rem;
    left: 2.5625rem
}

.jaw-block__tooth-number:nth-child(29) {
    bottom: 9.9375rem;
    left: 5.4375rem
}

.jaw-block__tooth-item:nth-child(31) {
    bottom: 11.125rem;
    left: 2.5625rem
}

.jaw-block__tooth-number:nth-child(31) {
    bottom: 11.6875rem;
    left: 5.4375rem
}

.jaw-block__tooth-item:nth-child(18) {
    bottom: 0;
    right: 7.1875rem
}

.jaw-block__tooth-number:nth-child(18) {
    bottom: 1.75rem;
    right: 7.75rem
}

.jaw-block__tooth-item:nth-child(20) {
    bottom: .625rem;
    right: 5.3125rem
}

.jaw-block__tooth-number:nth-child(20) {
    bottom: 2.375rem;
    right: 6.8125rem
}

.jaw-block__tooth-item:nth-child(22) {
    bottom: 1.5625rem;
    right: 4.3125rem
}

.jaw-block__tooth-number:nth-child(22) {
    bottom: 3.25rem;
    right: 6.1875rem
}

.jaw-block__tooth-item:nth-child(24) {
    bottom: 3.3125rem;
    right: 3.375rem
}

.jaw-block__tooth-number:nth-child(24) {
    bottom: 4.5rem;
    right: 5.5625rem
}

.jaw-block__tooth-item:nth-child(26) {
    bottom: 4.875rem;
    right: 2.75rem
}

.jaw-block__tooth-number:nth-child(26) {
    bottom: 5.875rem;
    right: 5.25rem
}

.jaw-block__tooth-item:nth-child(28) {
    bottom: 6.4375rem;
    right: 2.75rem
}

.jaw-block__tooth-number:nth-child(28) {
    bottom: 8.0625rem;
    right: 4.9375rem
}

.jaw-block__tooth-item:nth-child(30) {
    bottom: 8.9375rem;
    right: 1.9375rem
}

.jaw-block__tooth-number:nth-child(30) {
    bottom: 9.9375rem;
    right: 4.8125rem
}

.jaw-block__tooth-item:nth-child(32) {
    bottom: 11.125rem;
    right: 1.9375rem
}

.jaw-block__tooth-number:nth-child(32) {
    bottom: 11.6875rem;
    right: 4.8125rem
}

.jaw-block.visible .jaw-block__tooth-item::before {
    background-image: url(../img/tooth-bg.png);
}

.modal-win {
    display: none;
    position: relative;
    padding: 0;
    width: 100%;
    max-width: 440px;
    background-color: #fff;
    z-index: 2;
    border-radius: 5px;
    overflow: hidden
}

.modal-win .jaw-block {
    margin-left: auto;
    margin-right: auto
}

.modal-win .section-bg {
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover
}

.modal-win::after {
    content: '';
    position: absolute;
    pointer-events: none;
    border-radius: 5px;
    z-index: 4;
    border: 1px solid #d9dbdf;
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: calc(100% - 12px);
    height: calc(100% - 12px)
}

.modal-win .form-wrap__modal-head {
    position: relative;
    z-index: 2;
    margin-bottom: 20px
}

.header-block .modal-win li, .modal-win .col, .modal-win .header-block li {
    background-color: #fafafa;
    padding: 1.875rem .9375rem 1.25rem
}

.form-wrap__input {
    resize: none
}

.form-wrap__btn {
    cursor: pointer
}

.form-wrap label {
    width: 100%;
    display: block
}

.form-wrap__jaw-block-title {
    font-size: 1.5625rem;
    line-height: 1.2;
    letter-spacing: .03625rem;
    color: #222;
    padding-bottom: 2.5rem;
    font-weight: 500
}

.form-wrap__top-title {
    font-size: 1.875rem;
    line-height: 1.2;
    letter-spacing: .03625rem;
    color: #222;
    padding-bottom: 1.25rem;
    font-weight: 500
}

.form-wrap__text {
    color: #4e4e4e;
    letter-spacing: .01812rem;
    line-height: 1.43
}

.form-wrap__text--sm {
    padding-bottom: 1.5rem
}

.form-wrap__text--lg {
    font-size: 1.375rem;
    color: #222;
    font-weight: 500
}

.form-wrap__title {
    letter-spacing: .0225rem;
    display: block;
    padding-bottom: .625rem
}

.form-wrap__btn {
    margin-bottom: 1.375rem
}

.form-wrap__btn span {
    display: block;
    font-weight: 300;
    text-transform: none;
    line-height: 1
}

.toggle-wrap-input-js {
    display: none
}

.parsley-error {
    -o-border-image: none;
    border-image: none;
    border: 2px solid red !important;
    color: red;
    outline: 0 !important
}

.parsley-success {
    border: 2px solid #00d600 !important
}

.parsley-errors-list {
    color: red
}

.form-wrap__polite {
    margin-left: auto;
    margin-right: auto;
    max-width: 14.75rem;
    text-align: center
}

.form-wrap__polite a {
    color: #636363;
    border-bottom: 1px solid;
    text-decoration: none !important
}

.form-wrap__polite a:hover {
    border-color: transparent
}

.custom-input {
    display: block;
    margin: auto;
    margin-bottom: 1.25rem;
    cursor: pointer;
    position: relative;
    padding-left: 2.1875rem;
    display: inline-block;
    color: #636363;
    font-size: .875rem
}

.custom-input__input {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    overflow: hidden
}

.custom-input__lab {
    left: 0;
    display: block;
    top: .1875rem;
    width: 1.375rem;
    height: 1.375rem;
    -webkit-box-shadow: inset 0 0 4px #fbd361;
    box-shadow: inset 0 0 4px #fbd361;
    border-radius: 2px;
    background-color: #f8f9fa;
    -webkit-transition: all .36s;
    -o-transition: all .36s;
    transition: all .36s;
    position: absolute;
    margin-right: 10px
}

.custom-input__lab::after {
    content: '';
    position: absolute;
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: 0
}

.custom-input__input[type=checkbox] + .custom-input__lab::after {
    content: '';
    position: absolute;
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: 0;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url(../img/verification-mark.png);
    width: .75rem;
    height: .625rem
}

.custom-input__input[type=radio] + .custom-input__lab {
    border-radius: 50%
}

.custom-input__input[type=radio] + .custom-input__lab::after {
    border-radius: 50%
}

.custom-input__input:checked + .custom-input__lab {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#fbd361), to(#ffecaf));
    background-image: -o-linear-gradient(bottom, #fbd361 0, #ffecaf 100%);
    background-image: linear-gradient(to top, #fbd361 0, #ffecaf 100%);
    -webkit-box-shadow: inset 0 0 4px #ffe59a;
    box-shadow: inset 0 0 4px #ffe59a
}

.custom-input__input:checked + .custom-input__lab::after {
    opacity: 1
}

.custom-input-time {
    cursor: pointer;
    width: 100%;
    height: 3.25rem;
    border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #f6f6f6;
    background-color: #fff;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    font-weight: 500;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    z-index: 2;
    position: relative;
    overflow: hidden;
    text-shadow: 0 2px 0 rgba(255, 255, 255, .53);
    color: #000;
    font-size: .9375rem
}

.custom-input-time__text {
    width: 50%;
    display: block;
    padding: 5px;
    -webkit-transition: all .36s;
    -o-transition: all .36s;
    transition: all .36s
}

.custom-input-time__input {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    overflow: hidden
}

.custom-input-time__lab {
    width: 50%;
    position: absolute;
    z-index: -1;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 4px #ffe59a;
    box-shadow: inset 0 0 4px #ffe59a;
    border-radius: 5px 0 0 5px;
    background-color: #fff;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#fbd361), to(#ffecaf));
    background-image: -o-linear-gradient(bottom, #fbd361 0, #ffecaf 100%);
    background-image: linear-gradient(to top, #fbd361 0, #ffecaf 100%);
    height: 100%;
    text-align: center;
    left: 0;
    top: 0;
    -webkit-transition: all .36s;
    -o-transition: all .36s;
    transition: all .36s
}

.custom-input-time__input:checked + .custom-input-time__lab {
    left: calc(50% + 5px);
    border-radius: 0 5px 5px 0
}

.custom-input-time__input:checked ~ .custom-input-time__text--now {
    color: #070707
}

.select2-container--default {
    display: block;
    outline: 0 !important
}

.select2-container--default .select2-selection--single {
    border-radius: 0;
    border: none;
    border-bottom: solid 1px;
    height: auto;
    font-size: 1.5rem;
    outline: 0 !important
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #28a745 transparent transparent transparent;
    border-style: solid;
    border-width: 7px 7px 0 7px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    white-space: normal;
    padding-left: 0;
    padding-bottom: 5px
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #28a745 transparent;
    border-width: 0 7px 7px 7px
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #28a745
}

.time-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #4e4e4e;
    padding-bottom: 2.5rem
}

.time-block__line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.time-block__line div:first-child {
    margin-right: 1.375rem
}

.time-block .icon {
    color: #cfeef4;
    font-size: 2.5rem;
    margin-right: 1rem
}

.form-control, .form-wrap__input {
    display: block;
    width: 100%;
    padding: 1.01232rem 1.35rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #f6f6f6;
    letter-spacing: .02rem;
    border-radius: .625rem;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.form-control::-ms-expand, .form-wrap__input::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus, .form-wrap__input:focus {
    color: #495057;
    background-color: #fff;
    border-color: #47fff3;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 198, 185, .25);
    box-shadow: 0 0 0 .2rem rgba(0, 198, 185, .25)
}

.form-control::-webkit-input-placeholder, .form-wrap__input::-webkit-input-placeholder {
    color: #b2b2b2;
    opacity: 1
}

.form-control::-moz-placeholder, .form-wrap__input::-moz-placeholder {
    color: #b2b2b2;
    opacity: 1
}

.form-control:-ms-input-placeholder, .form-wrap__input:-ms-input-placeholder {
    color: #b2b2b2;
    opacity: 1
}

.form-control::-ms-input-placeholder, .form-wrap__input::-ms-input-placeholder {
    color: #b2b2b2;
    opacity: 1
}

.form-control::placeholder, .form-wrap__input::placeholder {
    color: #b2b2b2;
    opacity: 1
}

.form-control:disabled, .form-control[readonly], .form-wrap__input:disabled, .form-wrap__input[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

select.form-control:focus::-ms-value, select.form-wrap__input:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.form-control-file, .form-control-range {
    display: block;
    width: 100%
}

.form-control.background{
    background-color: #F8F8F8;
}
.form-control{
    display: none!important;
}
.form-control.active{
    display: block!important;
}
.form-control:focus{
    color: #495057;
    border-color: #fff !important;
    box-shadow: 0 4px 15px rgba(0,0,0,.15) !important;
}

.col-form-label {
    padding-top: calc(1.368rem + 1px);
    padding-bottom: calc(1.368rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(1.35rem + 1px);
    padding-bottom: calc(1.35rem + 1px);
    font-size: .75rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: 1.368rem;
    padding-bottom: 1.368rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #070707;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm {
    height: calc(1.5em + 2.7rem + 2px);
    padding: 1.35rem .8rem;
    font-size: .75rem;
    line-height: 1.5;
    border-radius: .625rem
}

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

select.form-control[multiple], select.form-control[size], select.form-wrap__input[multiple], select.form-wrap__input[size] {
    height: auto
}

textarea.form-control, textarea.form-wrap__input {
    height: auto
}

.form-group, .form-wrap__input-wrap {
    margin-bottom: 1.3rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row > .col, .form-row > [class*=col-], .header-block .form-row > li {
    padding-right: 5px;
    padding-left: 5px
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.form-check-input:disabled ~ .form-check-label {
    color: #8c94a2
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #28a745
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40, 167, 69, .9);
    border-radius: .625rem
}

.form-control.is-valid, .is-valid.form-wrap__input, .was-validated .form-control:valid, .was-validated .form-wrap__input:valid {
    border-color: #28a745;
    padding-right: calc(1.5em + 2.736rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center right calc(.375em + .684rem);
    background-size: calc(.75em + 1.368rem) calc(.75em + 1.368rem)
}

.form-control.is-valid:focus, .is-valid.form-wrap__input:focus, .was-validated .form-control:valid:focus, .was-validated .form-wrap__input:valid:focus {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.form-control.is-valid ~ .valid-feedback, .form-control.is-valid ~ .valid-tooltip, .is-valid.form-wrap__input ~ .valid-feedback, .is-valid.form-wrap__input ~ .valid-tooltip, .was-validated .form-control:valid ~ .valid-feedback, .was-validated .form-control:valid ~ .valid-tooltip, .was-validated .form-wrap__input:valid ~ .valid-feedback, .was-validated .form-wrap__input:valid ~ .valid-tooltip {
    display: block
}

.was-validated textarea.form-control:valid, .was-validated textarea.form-wrap__input:valid, textarea.form-control.is-valid, textarea.is-valid.form-wrap__input {
    padding-right: calc(1.5em + 2.736rem);
    background-position: top calc(.375em + .684rem) right calc(.375em + .684rem)
}

.custom-select.is-valid, .was-validated .custom-select:valid {
    border-color: #28a745;
    padding-right: calc((1em + 2.736rem) * 3 / 4 + 2.35rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1.35rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 2.35rem/calc(.75em + 1.368rem) calc(.75em + 1.368rem)
}

.custom-select.is-valid:focus, .was-validated .custom-select:valid:focus {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-select.is-valid ~ .valid-feedback, .custom-select.is-valid ~ .valid-tooltip, .was-validated .custom-select:valid ~ .valid-feedback, .was-validated .custom-select:valid ~ .valid-tooltip {
    display: block
}

.form-control-file.is-valid ~ .valid-feedback, .form-control-file.is-valid ~ .valid-tooltip, .was-validated .form-control-file:valid ~ .valid-feedback, .was-validated .form-control-file:valid ~ .valid-tooltip {
    display: block
}

.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
    color: #28a745
}

.form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip, .was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip {
    display: block
}

.custom-control-input.is-valid ~ .custom-control-label, .was-validated .custom-control-input:valid ~ .custom-control-label {
    color: #28a745
}

.custom-control-input.is-valid ~ .custom-control-label::before, .was-validated .custom-control-input:valid ~ .custom-control-label::before {
    border-color: #28a745
}

.custom-control-input.is-valid ~ .valid-feedback, .custom-control-input.is-valid ~ .valid-tooltip, .was-validated .custom-control-input:valid ~ .valid-feedback, .was-validated .custom-control-input:valid ~ .valid-tooltip {
    display: block
}

.custom-control-input.is-valid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
    border-color: #34ce57;
    background-color: #34ce57
}

.custom-control-input.is-valid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before, .was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #28a745
}

.custom-file-input.is-valid ~ .custom-file-label, .was-validated .custom-file-input:valid ~ .custom-file-label {
    border-color: #28a745
}

.custom-file-input.is-valid ~ .valid-feedback, .custom-file-input.is-valid ~ .valid-tooltip, .was-validated .custom-file-input:valid ~ .valid-feedback, .was-validated .custom-file-input:valid ~ .valid-tooltip {
    display: block
}

.custom-file-input.is-valid:focus ~ .custom-file-label, .was-validated .custom-file-input:valid:focus ~ .custom-file-label {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220, 53, 69, .9);
    border-radius: .625rem
}

.form-control.is-invalid, .is-invalid.form-wrap__input, .was-validated .form-control:invalid, .was-validated .form-wrap__input:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 2.736rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
    background-repeat: no-repeat;
    background-position: center right calc(.375em + .684rem);
    background-size: calc(.75em + 1.368rem) calc(.75em + 1.368rem)
}

.form-control.is-invalid:focus, .is-invalid.form-wrap__input:focus, .was-validated .form-control:invalid:focus, .was-validated .form-wrap__input:invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-control.is-invalid ~ .invalid-feedback, .form-control.is-invalid ~ .invalid-tooltip, .is-invalid.form-wrap__input ~ .invalid-feedback, .is-invalid.form-wrap__input ~ .invalid-tooltip, .was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .form-control:invalid ~ .invalid-tooltip, .was-validated .form-wrap__input:invalid ~ .invalid-feedback, .was-validated .form-wrap__input:invalid ~ .invalid-tooltip {
    display: block
}

.was-validated textarea.form-control:invalid, .was-validated textarea.form-wrap__input:invalid, textarea.form-control.is-invalid, textarea.is-invalid.form-wrap__input {
    padding-right: calc(1.5em + 2.736rem);
    background-position: top calc(.375em + .684rem) right calc(.375em + .684rem)
}

.custom-select.is-invalid, .was-validated .custom-select:invalid {
    border-color: #dc3545;
    padding-right: calc((1em + 2.736rem) * 3 / 4 + 2.35rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1.35rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 2.35rem/calc(.75em + 1.368rem) calc(.75em + 1.368rem)
}

.custom-select.is-invalid:focus, .was-validated .custom-select:invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-select.is-invalid ~ .invalid-feedback, .custom-select.is-invalid ~ .invalid-tooltip, .was-validated .custom-select:invalid ~ .invalid-feedback, .was-validated .custom-select:invalid ~ .invalid-tooltip {
    display: block
}

.form-control-file.is-invalid ~ .invalid-feedback, .form-control-file.is-invalid ~ .invalid-tooltip, .was-validated .form-control-file:invalid ~ .invalid-feedback, .was-validated .form-control-file:invalid ~ .invalid-tooltip {
    display: block
}

.form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {
    color: #dc3545
}

.form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip, .was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid ~ .custom-control-label, .was-validated .custom-control-input:invalid ~ .custom-control-label {
    color: #dc3545
}

.custom-control-input.is-invalid ~ .custom-control-label::before, .was-validated .custom-control-input:invalid ~ .custom-control-label::before {
    border-color: #dc3545
}

.custom-control-input.is-invalid ~ .invalid-feedback, .custom-control-input.is-invalid ~ .invalid-tooltip, .was-validated .custom-control-input:invalid ~ .invalid-feedback, .was-validated .custom-control-input:invalid ~ .invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before {
    border-color: #e4606d;
    background-color: #e4606d
}

.custom-control-input.is-invalid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #dc3545
}

.custom-file-input.is-invalid ~ .custom-file-label, .was-validated .custom-file-input:invalid ~ .custom-file-label {
    border-color: #dc3545
}

.custom-file-input.is-invalid ~ .invalid-feedback, .custom-file-input.is-invalid ~ .invalid-tooltip, .was-validated .custom-file-input:invalid ~ .invalid-feedback, .was-validated .custom-file-input:invalid ~ .invalid-tooltip {
    display: block
}

.custom-file-input.is-invalid:focus ~ .custom-file-label, .was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-inline {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

.form-wrap__btn, .header-block__btn, .s-accord__btn, .s-calc__btn, .s-stock__btn, .top-line__btn {
    display: inline-block;
    font-weight: 700;
    color: #070707;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    position: relative;
    z-index: 2;
    border: none;
    letter-spacing: .03687rem;
    text-transform: uppercase;
    padding: 1.8rem .75rem;
    font-size: .8125rem;
    line-height: 1.5;
    border-radius: .625rem;
    padding-bottom: 1.62rem;
    -webkit-transition: all .36s;
    -o-transition: all .36s;
    transition: all .36s
}

.btn:before, .form-wrap__btn::after, .form-wrap__btn:before, .header-block__btn::after, .header-block__btn:before, .s-accord__btn::after, .s-accord__btn:before, .s-calc__btn::after, .s-calc__btn:before, .s-stock__btn::after, .s-stock__btn:before, .top-line__btn::after, .top-line__btn:before {
    content: '';
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: .625rem;
    -webkit-transition: all .36s;
    -o-transition: all .36s;
    transition: all .36s;
    opacity: 0
}

.form-wrap__btn:hover, .header-block__btn:hover, .s-accord__btn:hover, .s-calc__btn:hover, .s-stock__btn:hover, .top-line__btn:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

.form-wrap__btn:hover::before, .header-block__btn:hover::before, .s-accord__btn:hover::before, .s-calc__btn:hover::before, .s-stock__btn:hover::before, .top-line__btn:hover::before {
    opacity: 1
}

.form-wrap__btn:focus::after, .header-block__btn:focus::after, .s-accord__btn:focus::after, .s-calc__btn:focus::after, .s-stock__btn:focus::after, .top-line__btn:focus::after {
    opacity: 1
}

.form-wrap__btn:focus::before, .header-block__btn:focus::before, .s-accord__btn:focus::before, .s-calc__btn:focus::before, .s-stock__btn:focus::before, .top-line__btn:focus::before {
    opacity: 0
}

.form-wrap__btn:hover, .header-block__btn:hover, .s-accord__btn:hover, .s-calc__btn:hover, .s-stock__btn:hover, .top-line__btn:hover {
    color: #070707;
    text-decoration: none
}

.focus.form-wrap__btn, .focus.header-block__btn, .focus.s-accord__btn, .focus.s-calc__btn, .focus.s-stock__btn, .focus.top-line__btn, .form-wrap__btn:focus, .header-block__btn:focus, .s-accord__btn:focus, .s-calc__btn:focus, .s-stock__btn:focus, .top-line__btn:focus {
    outline: 0
}

.disabled.form-wrap__btn, .disabled.header-block__btn, .disabled.s-accord__btn, .disabled.s-calc__btn, .disabled.s-stock__btn, .disabled.top-line__btn, .form-wrap__btn:disabled, .header-block__btn:disabled, .s-accord__btn:disabled, .s-calc__btn:disabled, .s-stock__btn:disabled, .top-line__btn:disabled {
    opacity: .65
}

.disabled.form-wrap__btn, a.disabled.form-wrap__btn, a.disabled.header-block__btn, a.disabled.s-accord__btn, a.disabled.s-calc__btn, a.disabled.s-stock__btn, a.disabled.top-line__btn, fieldset:disabled a.btn, fieldset:disabled a.form-wrap__btn, fieldset:disabled a.header-block__btn, fieldset:disabled a.s-accord__btn, fieldset:disabled a.s-calc__btn, fieldset:disabled a.s-stock__btn, fieldset:disabled a.top-line__btn {
    pointer-events: none
}

.form-wrap__btn {
    margin-top: 0.5rem;
    margin-bottom: 1.375rem;
}

.btn-warning, .form-wrap__btn, .header-block__btn, .s-accord__btn, .s-calc__btn, .s-stock__btn {
    width: 100%;
    text-shadow: 0 2px 0 rgb(255 255 255 / 65%);
    color: #1c1c1c;
    -webkit-box-shadow: 0 4px 0 #eac143, inset 0 0 4px #ffe59a;
    box-shadow: 0 4px 0 #eac143, inset 0 0 4px #ffe59a;
    background-color: #eac143;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#fbd361), to(#ffecaf));
    background-image: -o-linear-gradient(bottom, #fbd361 0, #ffecaf 100%);
    background-image: linear-gradient(to top, #fbd361 0, #ffecaf 100%);
}

.toggle-wrap-input-js .form-wrap__input-wrap {
    margin-bottom: 0;
    margin-top: 10px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

@media (min-width: 992px) {
    .modal-win {
        max-width: 1061px;
    }
}

@media (min-width: 576px) {
    .header-block .modal-win li, .modal-win .col, .modal-win .header-block li {
        padding: 2.5rem 3.125rem;
    }

    .form-wrap__btn {
        margin-top: 1.875rem;
    }

    .form-control, .form-wrap__input {
        height: calc(1.5em + 2.736rem + 2px);
        padding: 1.368rem 1.35rem;
    }

    .custom-input-time {
        height: 4.3125rem;
    }
}

.modal-call {
    padding: 50px 10px;
    max-width: 298px;
}

.modal-call__content {
    text-align: center;
}

.modal-call__phone {
    display: block;
    font-size: 25px;
    color: rgb(7, 7, 7) !important;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 15px;
    outline: none!important;
    transition: 0.2s;
}

.modal-call__phone:hover {
    color: rgb(45, 173, 188)!important;
    transition: 0.2s;
}

.modal-call__text {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 20px;
}

.modal-call__socials {
    justify-content: center;
}

.modal-call__button {
    font-size: 16px;
    color: rgb(45, 173, 188)!important;
    line-height: 1.2;
    font-weight: 500;
    border-bottom: 1px solid;
    transition: 0.2s;
}

.modal-call__button:hover {
    border-bottom: 1px solid transparent;
    transition: 0.2s;
}



.page__staff .staff__list {
    justify-content: flex-start;
}

.page__staff .staff__item {
    margin-right: 55px;
}

.page__staff .staff__item:nth-child(3n) {
    margin-right: 0;
}

@media (max-width: 1199px) {
    .page__staff .staff__item {
        margin-right: 15px;
    }
}

@media (max-width: 991px) {
    .page__staff .staff__item,
    .page__staff .staff__item:nth-child(3n) {
        margin-right: 30px;
    }

    .page__staff .staff__item:nth-child(2n) {
        margin-right: 0;
    }
}

@media (max-width: 575px) {
    .page__staff .staff__item,
    .page__staff .staff__item:nth-child(3n) {
        margin-right: 0;
    }
}
/*баннер с кредитом*/
.credit-line {
    position: relative;
}

.credit-line .row {
    display: flex;
    align-items: center;
    justify-content: center;
}

.credit-line .banner-container {
    position: absolute;
    color: white;
    background-color: rgb(45, 173, 188);
    width: 510px;
    height: 80px;
    border-radius: 5px;
    display: flex;
    justify-content: center;

}



.credit-line .banner-container__number {
    font-size: 80px;
    font-weight: bold;
    line-height: 75px;
    padding-right: 7px;
}
.credit-line .banner-container__number span{
    font-size: 45px;
}

.credit-line .banner-container__content {
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 62px;
    padding-left: 7px;
    
}
.credit-line .banner-container__content-span {
    font-size: 15px;
    font-weight: normal;
    text-transform: none;
    line-height: 1px;
}

@media (max-width: 1199px) {
    
}

@media (max-width: 991px) {

    
}

@media (max-width: 767px) {

    .credit-line .banner-container {
        position: absolute;
        color: white;
        background-color: rgb(45, 173, 188);
        width: 370px;
        height: 60px;
        border-radius: 5px;
        display: flex;
        justify-content: center;
    
    }
    
    
    
    .credit-line .banner-container__number {
        font-size: 55px;
        font-weight: bold;
        line-height: 55px;
        padding-right: 5px;
    }
    .credit-line .banner-container__number span{
        font-size: 28px;
    }
    
    .credit-line .banner-container__content {
        font-size: 35px;
        text-transform: uppercase;
        font-weight: 700;
        line-height: 45px;
        padding-left: 7px;
        
    }
    .credit-line .banner-container__content-span {
        font-size: 11px;
        font-weight: normal;
        text-transform: none;
        line-height: 1px;
    }
    
}
@media (max-width: 575px) {

    .credit-line .banner-container {
        position: absolute;
        color: white;
        background-color: rgb(45, 173, 188);
        width: 330px;
        height: 54px;
        border-radius: 5px;
        display: flex;
        justify-content: center;
    
    }
    
    
    
    .credit-line .banner-container__number {
        font-size: 45px;
        font-weight: bold;
        line-height: 45px;
        padding-right: 3px;
    }
    .credit-line .banner-container__number span{
        font-size: 25px;
    }
    
    .credit-line .banner-container__content {
        font-size: 30px;
        text-transform: uppercase;
        font-weight: 700;
        line-height: 38px;
        padding-left: 4px;
        
    }
    .credit-line .banner-container__content-span {
        font-size: 9px;
        font-weight: normal;
        text-transform: none;
        line-height: 1px;
    }
    
}
/* страница с ценами */
.price .price__info-credit {
    margin-bottom: 70px;
}

.price .price__top-tabs-credit {
    margin-top: 80px;
}


@media (max-width: 767px) {

    .price .price__info-credit {
        margin-bottom: 50px;
    }
    
    .price .price__top-tabs-credit {
        margin-top: 80px;
    }

    .price .price__tabs-wrapper {
        margin-top: 50px;
    }
}


/*баннер с кредитом на странице врачи*/

.credit-line-vrachi {
    position: relative;
}

.credit-line-vrachi .row {
    display: flex;
    align-items: center;
    justify-content: center;
}

.credit-line-vrachi .banner-container {
    position: absolute;
    color: white;
    background-color: rgb(45, 173, 188);
    width: 510px;
    height: 80px;
    border-radius: 5px;
    display: flex;
    justify-content: center;

}



.credit-line-vrachi .banner-container__number {
    font-size: 80px;
    font-weight: bold;
    line-height: 75px;
    padding-right: 7px;
}
.credit-line-vrachi .banner-container__number span{
    font-size: 45px;
}

.credit-line-vrachi .banner-container__content {
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 62px;
    padding-left: 7px;
    
}
.credit-line-vrachi .banner-container__content-span {
    font-size: 15px;
    font-weight: normal;
    text-transform: none;
    line-height: 1px;
}

@media (max-width: 1199px) {
    
}

@media (max-width: 991px) {

    
}

@media (max-width: 767px) {

    .credit-line-vrachi .banner-container {
        position: absolute;
        color: white;
        background-color: rgb(45, 173, 188);
        width: 370px;
        height: 60px;
        border-radius: 5px;
        display: flex;
        justify-content: center;
        margin-top: 60px;
        z-index: 2;
        
    
    }
    
    
    
    .credit-line-vrachi .banner-container__number {
        font-size: 55px;
        font-weight: bold;
        line-height: 55px;
        padding-right: 5px;
    }
    .credit-line-vrachi .banner-container__number span{
        font-size: 28px;
    }
    
    .credit-line-vrachi .banner-container__content {
        font-size: 35px;
        text-transform: uppercase;
        font-weight: 700;
        line-height: 45px;
        padding-left: 7px;
        
    }
    .credit-line-vrachi .banner-container__content-span {
        font-size: 11px;
        font-weight: normal;
        text-transform: none;
        line-height: 1px;
    }
    
}
@media (max-width: 575px) {

    .credit-line-vrachi .banner-container {
        position: absolute;
        color: white;
        background-color: rgb(45, 173, 188);
        width: 330px;
        height: 54px;
        border-radius: 5px;
        display: flex;
        justify-content: center;
    
    }
    
    
    
    .credit-line-vrachi .banner-container__number {
        font-size: 45px;
        font-weight: bold;
        line-height: 45px;
        padding-right: 3px;
    }
    .credit-line-vrachi .banner-container__number span{
        font-size: 25px;
    }
    
    .credit-line-vrachi .banner-container__content {
        font-size: 30px;
        text-transform: uppercase;
        font-weight: 700;
        line-height: 38px;
        padding-left: 4px;
        
    }
    .credit-line-vrachi .banner-container__content-span {
        font-size: 9px;
        font-weight: normal;
        text-transform: none;
        line-height: 1px;
    }
    
}

.staff-works {
    padding-bottom: 45px;
}


.staff-works__slider {
    height: auto;
}



.works__img-wrap {
    display: block;
    width: 100%;
    padding: 15px;
    height: 335px;
}

.works-title {
    padding-left: 10px;
    padding-right: 10px;
}


@media (max-width: 1199px) {
    .works__img-wrap {
        height: 307px;
    }

    .works-title {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 14px;
        line-height: 18px;
    }

}		
@media (max-width: 991px) {
    .works__img-wrap {
        height: 297px;
    }
}		
@media (max-width: 767px) {
    .works__img-wrap {
        height: 220px;
    }
}		
@media (max-width: 575px) {
    .works__img-wrap {
        height: calc(67vw);
    }
    .works-title {
        padding-left: 7px;
        padding-right: 7px;
        font-size: 12px;
        line-height: 14px;
    }
}


.staff-card__image-wrapper .reviews__slider-item {
    margin-left: 0;
    margin-right: 48px;
    width: calc(100% - 48px);
    padding: 0;
    margin-top: 35px;
}
.staff-card__image-wrapper .reviews__slider-item img {
    
}

@media (max-width: 1199px) {
    .staff-card__image-wrapper .reviews__slider-item {
        margin-left: 0;
        margin-right: 30px;
        width: calc(100% - 30px);
        padding: 0;
        margin-top: 35px;
    }

}


@media (max-width: 767px) {
    .staff-card__image-wrapper .reviews__slider-item {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        padding: 0;
        margin-top: 35px;
    }

}


