@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;
}
.reviews__slider  .slick-arrow{
    transform: translateY(0);
}

@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: center;
    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;
}

/*
New
*/

.picture-bg{
    display: none;
}

.main{
    padding-top: 55px;
}

.main__content{
width: 808px;
}

.main__tittle{
    font-family: "Gilroy";
font-size: 60px;
font-weight: 400;
line-height: 72px;
text-align: left;
color: #070707;
position: relative;
margin-bottom: 30px;
}

.main__tittle--color{
    color: #2DADBC;
    font-weight: 500;
}

.main-i{
    position: absolute;
    bottom: 36px;
    right: 57px;
border-radius: 50%;
cursor: pointer;
}

.main__list{
    list-style: none; 
    position: relative;
}

.main__list li{
    position: relative;
    color: rgb(7, 7, 7);
font-family: "Gilroy";
font-size: 24px;
font-weight: 400;
line-height: 42px;
text-align: left;
padding-left: 44px;
margin-bottom: 25px;
}

.main__list li:last-child{
    margin-bottom: 0;
}

.main__list li strong{
    font-weight: 500;
}

.main__list li::after{
    position: absolute;
    top: 5px;
    left: 0;
    content: "";
    border-radius: 50%;
    background: linear-gradient(0.00deg, rgb(251, 211, 97),rgb(255, 236, 175) 100%);
    width: 30px;
height: 30px;
}

.main__list li::before{
    position: absolute;
    top: 16px;
    left: 7px;
    content: "";
    z-index: 5;
    background-image: url(../img/icons/arrow-li.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 14px;
height: 14px;
}

.calculate-the-cost{
display: flex;
align-items: flex-start;
}

.calculate__btn{
    cursor: pointer;
    width: 321px!important;
    color: rgb(28, 28, 28);
font-family: "Gilroy";
font-size: 13px;
font-weight: 400!important;
line-height: 19.5px;
letter-spacing: 0.59px;
text-transform: uppercase;
text-align: start!important;
padding: 20px 29px !important;
height: 83px;
    display: flex!important;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin-left: 0!important;
    margin-right: 33px!important;
    position: relative;
}

.main__list{
    margin-bottom: 58px;
}

.calculate__btn strong{
    font-weight: 700!important;
}

.calculate__info p{
margin-bottom: 0;
color: rgb(7, 7, 7);
font-family: "Gilroy";
font-size: 16px;
font-weight: 400;
line-height: 24px;
letter-spacing: 0%;
text-align: left;
}

.calculate__info{
    width: 447px;
}

.calculate__info p strong{
    font-weight: 500;
}

.calculate__btn-img{
    position: absolute;
    top: -17px;
    right: 0;
}

.main .container{
    padding-bottom: 140px;
    padding-top: 55px;
    position: relative;
    z-index: 15;
    display: flex;
    align-items: flex-start;
}

.main{
    padding-top: 0;
    background-color: #F7F8F9;
    position: relative;
}

.header__bottom{
    background-color: #F7F8F9;
}

.header__top{
    background: #F7F8F9!important;
}

.main__line1{
    position: absolute;
    bottom: -7px;
    left: -18px;
}

.main__line2{
    position: absolute;
    bottom: -5px;
    right: -17px;
    z-index: 10;
}

.main__line1-wr{
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 465px;
    height: 378px;
}

.main__line2-wr{
    overflow: hidden;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 710px;
    height: 830px;
}

.main__img-imp{
    position: absolute;
    top: 6px;
    right: -162px;
}

.main__content{
    position: relative;
    z-index: 10;
}

.main__text-shadow{
    position: absolute;
    bottom: -63px;
    right: -54px;
}
.main__tittle-wr{
    position: relative;
}
.main__tittle{
    position: relative;
    z-index: 5;
}
.calculate__info{
    position: relative;
}

.calculate__info p{
    position: relative;
    z-index: 5;
}

.calc__tittle-shadow{
position: absolute;
top: -73px;
right: -55px;
}

.about-us .container{
    display: flex;
    align-items: flex-start;
}

.about-us__block{
    max-width: 229px;
}

.about-us__block p{
    color: rgb(63, 63, 63);
font-family: "Gilroy";
font-size: 20px;
font-weight: 600;
line-height: 26px;
letter-spacing: 0%;
text-align: left;
position: relative;
}

.about-us__block{
    margin-right: 65px;
    position: relative;
}

.about-us__block:last-child{
    margin-right: 0px;
}

.main{
    margin-bottom: 46px;
}

.about-us .container{
    padding-left: 31px;
    flex-wrap: wrap;
}

.about-us__block::after{
    position: absolute;
    content: "";
    width: 6px;
height: 60px;
border-radius: 15px;
background: rgb(45, 173, 188);
top: -4px;
    left: -17px;
}

.about-us__block:nth-child(4){
    margin-right: 73px;
}

.about-us{
    margin-bottom: 65px;
}

.why__content{
    position: relative;
}

.why{
    padding-top: 70px;
    padding-bottom: 76px;
    background: rgba(45, 173, 188, 0.1);
}

.why__bg{
position: absolute;
top: 0;
left: -13px;
}

.why .container{
    max-width: 1280px;
}

.why__tittle{
    font-family: "Gilroy";
font-size: 35px;
font-weight: 400;
line-height: -1px;
letter-spacing: 0%;
text-align: left;
color: #3F3F3F;
width: 559px;
}

.why__tittle--color{
    color: #2dadbc;
    font-weight: 600;
}

.why__tittle{
    position: relative;
    z-index: 10;
    padding-top: 52px;
    padding-left: 57px;
    padding-right: 10px;
}

.why__blocks{
    position: relative;
    z-index: 10;
}

.about-us {
    margin-bottom: 55px;
}

.why__tittle{
    margin-bottom: 90px;
}

.why__blocks{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.why__block{
    width: 257px;
}

.why__icon{
    width: 70px;
height: 70px;
border-radius: 10px;
background: rgba(45, 173, 188, 0.05);
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 30px;
}

.why__blocks{
    padding-left: 70px;
}


.why__name{
    color: rgb(51, 51, 51);
font-family: "Gilroy";
font-size: 20px;
font-weight: 600;
line-height: -1px;
letter-spacing: 0%;
text-align: left;
}

.why__name{
    margin-bottom: 23px;
    min-height: 48px;
}



.why__text{
    color: rgb(63, 63, 63);
font-family: "Gilroy";
font-size: 18px;
font-weight: 400;
line-height: 26px;
letter-spacing: 0%;
text-align: left;
}

.why__blocks {
    padding-left: 56px;
}

.why__tittle {
    margin-bottom: 93px;
}

.why-i{
position: absolute;
cursor: pointer;
bottom: 12px;
    right: -10px;
}

.why__blocks{
    gap: 37px;
}

.why__name{
    position: relative;
}

.why__img{
    width: 312px;
height: 148px;
border-radius: 15px;
margin-right: 19px;
}

.why__img:last-child{
    margin-right: 0;
}

.why__img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.why .container{
    position: relative;
}

.why__imgs{
    display: flex;
    align-items: flex-start;
    position: absolute;
    top: 0;
    right: -4px;
}

.why__content{
    position: relative;
    min-height: 607px;
}

.why{
    padding-bottom: 71px;
    position: relative;
    overflow: hidden;
}

.why__lines1{
    position: absolute;
    bottom: 0;
    left: -19px;
}

.why__lines2{
    position: absolute;
    bottom: 0;
    right: -16px;
}

.stndart__tittle{
    font-family: "Gilroy";
    font-size: 40px;
    font-weight: 500;
    text-align: left;
    color: #3F3F3F;
    margin-bottom: 89px;
}

.stndart__tittle span{
    font-weight: 600;
    color: #2DADBC;
}

.accent__blocks{
    border: 1px solid rgb(224, 224, 224);
border-radius: 15px;
background: rgb(255, 255, 255);
width: 570px;
}

.accent__block{
    padding: 25px 34px 19px 46px;
    border-bottom: 1px solid rgb(224, 224, 224);
    min-height: 150px;
}

.accent__block:last-child{
    border-bottom: none;
}

.accent__num{
    color: rgb(45, 173, 188);
    font-family: "Gilroy";
    font-size: 30px;
    font-weight: 700;
    line-height: 26px;
    text-align: left;
    margin-bottom: 10px;
    display: flex;
}

.accent__text{
    color: rgb(51, 51, 51);
font-family: "Gilroy";
font-size: 20px;
font-weight: 400;
line-height: 26px;
text-align: left;
}

.accent__text strong{
    font-weight: 500;
}

.why{
    margin-bottom: 62px;
}

.accent .container{
    position: relative;
}

.accent__list{
position: absolute;
bottom: 52px;
    right: -62px;
}

.accent__wr{
position: absolute;
bottom: -35px;
    right: 273px;
}

.accent-up{
    width: 294px;
    height: 254px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.accent-up__img{
    position: absolute;
}

.accent-up p{
    position: relative;
    z-index: 10;
    width: 194px;
    color: rgb(255, 255, 255);
font-family: "Gilroy";
font-size: 22px;
font-weight: 500;
line-height: 28px;
letter-spacing: 0%;
text-align: center;
margin-bottom: 0;
    position: relative;
    top: 11px;
}

.accent{
    margin-bottom: 76px;
    position: relative;
}

.accent__lines{
    position: absolute;
    bottom: -73px;
    right: -18px;
}

.record{
    background-color: #F7F8F9;
}

.record .container{
    padding-top: 56px;
    padding-bottom: 40px;
}

.record__blocks{
    display: flex;
    align-items: flex-start;
}

.make-an-appointment{
    border: 1px solid rgb(224, 224, 224);
border-radius: 15px;
background: rgb(45, 173, 188);
width: 569px;
}

.record__tittle{
    color: rgb(255, 255, 255);
font-family: "Gilroy";
font-size: 50px;
font-weight: 400;
line-height: 50px;
letter-spacing: 0%;
text-align: left;
margin-bottom: 26px;
}

.record__tittle--color{
    font-weight: 600;
}

.record__text{
    color: rgb(255, 255, 255);
font-family: "Gilroy";
font-size: 30px;
font-weight: 500;
line-height: 40px;
letter-spacing: 0%;
text-align: left;
}

.make-an-appointment{
    padding: 55px 33px 45px 48px;
}

.record__people-img{
    width: 535px;
    height: 100%;
    border-radius: 15px;
}

.record__people-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.make-an-appointment{
    margin-right: 36px;
}

.stock{
    border: 1px solid rgb(224, 224, 224);
border-radius: 15px;
background: rgb(255, 255, 255);
padding: 30px 48px;
}

.stock__info{
    width: 700px;
display: flex;
align-items: center;
}

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

.stock__icon{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
background: rgba(45, 173, 188, 0.05);
width: 110px;
height: 110px;
margin-right: 22px;
}

.stock__name span{
    color: rgb(45, 173, 188);
font-family: "Gilroy";
font-size: 60px;
font-weight: 700;
line-height: 26px;
letter-spacing: 6px;
text-align: left;
}

.record__blocks{
    margin-bottom: 37px;
}

.stock__name{
    margin-right: 23px;
}

.stock-text{
    font-family: "Gilroy";
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0%;
    text-align: left;
    color: rgb(51, 51, 51);
    margin-bottom: 0;
}

.stock__text--color{
    color: #2DADBC;
}

.stock__name {
    margin-right: 17px;
}

.stock-text{
    position: relative;
    top: -2px;
}

.record .calculate__btn{
margin-right: 0!important;
}

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

.stock__info{
    margin-right: 23px;
}

.record{
    margin-bottom: 71px;
}

.technic .stndart__tittle{
    width: 884px;
    margin-bottom: 60px;
}

.technic__blocks{
    display: flex;
    flex-wrap: wrap;
}

.technic__block{
    width: 350px;
}

.technic__img{
border-radius: 15px 15px 0px 0px;
width: 350px;
height: 220px;
}

.technic__img img{
    border-radius: 15px 15px 0px 0px;
    border: 1px solid rgb(224, 224, 224);
    object-fit: cover;
    width: 350px;
height: 220px;
}

.technic__content{
    border: 1px solid rgb(224, 224, 224);
border-radius: 0px 0px 15px 15px;
background: rgb(247, 248, 249);
padding: 27px 16px 27px 19px;
min-height: 248px;
}

.technic__content h3{
    color: rgb(51, 51, 51);
    font-family: "Gilroy";
    font-size: 20px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 23px;
}

.technic__content p{
    color: rgb(51, 51, 51);
font-family: "Gilroy";
font-size: 18px;
font-weight: 400;
line-height: 26px;
text-align: left;
}

.technic .stndart__tittle{
    margin-bottom: 90px;
}

.technic__blocks {
    gap: 42px 45px;
}


.technic__content h3{
    min-height: 48px;
}

.technic{
    margin-bottom: 57px;
}

.stages-work__navs{
    width: 370px;
}

.stages-work__content{
    width: 704px;
}

.stages-work__wr{
    display: flex;
    align-items: flex-start;
}

.stages-work .container{
    padding-top: 111px;
    padding-bottom: 104px;
}

.stages-work__nav{
    display: flex;
    cursor: pointer;
    transition: all ease 0.4s;
    align-items: center;
    justify-content: space-between;
}

.stages-work__num{
    color: rgb(236, 244, 245);
    font-family: "Gilroy";
    font-size: 30px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0%;
    text-align: left;
    transition: all ease 0.4s;
    
}

.stages-work__name{
    border-radius: 15px;
    background: rgb(247, 248, 249);
    padding: 12px 30px;
    color: rgb(63, 63, 63);
font-family: "Gilroy";
font-size: 20px;
font-weight: 500;
line-height: 26px;
letter-spacing: 0%;
text-align: left;
width: 300px;
margin-bottom: 0;
}

.stages-work__nav{
    margin-bottom: 23px;
}

.stages-work__nav:last-child{
    margin-bottom: 0px;
}

.stages-work__nav.active .stages-work__num{
color: #2DADBC;
}

.stages-work__nav.active .stages-work__name{
    background-color: #2DADBC;
    color: #FFFFFF;
}

.stndart__tittle{
    margin-bottom: 91px;
}

.stages-work__nav {
    margin-bottom: 20px;
}

.stages-work__content{
    border-radius: 15px;
background: rgb(247, 248, 249);
padding: 30px 31px 34px 36px;
}

.stages-work__img{
    width: 100%;
    border: 3px solid rgb(255, 255, 255);
border-radius: 15px;
height: 290px;
margin-bottom: 24px;
}

.stages-work__img img{
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
    width: 100%;
}

.stages-work__wr{
    justify-content: space-between;
}

.stages-work__content-name{
    color: rgb(51, 51, 51);
font-family: "Gilroy";
font-size: 35px;
font-weight: 400;
line-height: -1px;
letter-spacing: 0%;
text-align: left;
margin-bottom: 24px;
}

.stages-work__icon{
    width: 70px;
height: 70px;
border-radius: 10px;
background: rgba(45, 173, 188, 0.05);
display: flex;
align-items: center;
justify-content: center;
}

.stages-work__time-text{
    margin-bottom: 0;
    width: 305px;
    font-family: "Gilroy";
font-size: 16px;
font-weight: 600;
line-height: 20px;
letter-spacing: 0%;
text-align: left;
color: #333333;
}

.stages-work__time-text span{
    color: #2DADBC;
}

.stages-work__time{
    display: flex;
    align-items: center;
}

.stages-work__icon{
    margin-right: 25px;
}

.stages-work__icon img{
    position: relative;
    left: 4px;
}

.stages-work__time{
    margin-bottom: 29px;
}

.stages-work__text{
    color: rgb(51, 51, 51);
font-family: "Gilroy";
font-size: 18px;
font-weight: 400;
line-height: 26px;
letter-spacing: 0%;
text-align: left;
padding-left: 34px;
position: relative;
}

.stages-work__text::after{
    position: absolute;
    content: "";
    width: 6px;
height: 66px;
border-radius: 15px;
background: rgb(45, 173, 188);
top: 4px;
    left: 11px;
}

.stages-work__info{
    position: absolute;
    top: 300px;
    right: 13px;
    border-radius: 15px;
box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.15);
background: rgb(255, 255, 255);
padding: 16px 19px 16px 19px;
width: 234px;
display: flex;
align-items: flex-start;
}

.stages-work__info img{
    margin-right: 6px;
    border-radius: 50%;
    width: 15px;
    position: relative;
    top: 3px;
height: 15px;
}

.stages-work__info p{
    color: rgb(63, 63, 63);
font-family: "Gilroy";
font-size: 16px;
font-weight: 400;
line-height: 22px;
letter-spacing: 0%;
text-align: left;
margin-bottom: 0;
}

.stages-work__info span{
    border-bottom: 1px dashed rgb(45, 173, 188);
}

.stages-work__content{
    position: relative;
}

.stages-work{
    position: relative;
    overflow: hidden;
}

.stages-work .container{
    position: relative;
}

.stages-work__prot{
    position: absolute;
    bottom: 235px;
    left: 67px;
}

.stages-work__lines1{
    position: absolute;
    bottom: 0;
    left: -7px;
}

.stndart__tittle{
    position: relative;
    z-index: 10;
}

.stages-work__wr{
    position: relative;
    z-index: 10;
}

.stages-work__lines2{
    position: absolute;
    top: 0;
    right: -8px;
}


.implantation .stndart__tittle{
margin-bottom: 93px;
}

.implantation{
    background-color: #F7F8F9;
}

.implantation .container{
    padding-top: 53px;
    padding-bottom: 93px; 
}

.implantation__people{
    width: 458px;
    position: relative;
    height: 100%;
}

.implantation__blocks{
    width: 630px;
    border: 1px solid rgb(224, 224, 224);
border-radius: 15px 15px 0px 0px;
}

.implantation__block{
    background: rgba(255, 255, 255, 0);
    min-height: 180px;
    border-bottom: 1px solid rgb(224, 224, 224);
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 28px 47px 18px 35px;
}

.implantation__block:last-child{
    border: none;
}

.implantation__icon{
    border-radius: 10px;
background: rgb(255, 255, 255);
width: 70px;
height: 70px;
display: flex;
align-items: center;
justify-content: center;
margin-right: 27px;
flex-shrink: 0;
}

.implantation__info{
    width: 447px;
}

.implantation__info h3{
    color: rgb(51, 51, 51);
    font-family: "Gilroy";
    font-size: 22px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0%;
    text-align: left;
    margin-bottom: 12px;
}

.implantation__info p{
    color: rgb(51, 51, 51);
    font-family: "Gilroy";
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0%;
    text-align: left;
}

.implantation__wr{
    display: flex;
    justify-content: space-between;
}

.implantation .container {
    padding-top: 57px;
    padding-bottom: 93px;
}

.implantation .stndart__tittle {
    margin-bottom: 99px;
}

.implantation__icon{
    margin-right: 0;
}

.imp-people{
    position: absolute;
    top: -45px;
    left: 0;
}

.implantation{
    overflow: hidden;
}

.implantation__name{
    position: relative;
    width: 280px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.implantation__name p{
    color: rgb(63, 63, 63);
font-family: "Gilroy";
font-size: 15px;
font-weight: 700;
position: relative;
    z-index: 5;
text-align: left;
margin-bottom: 0;
}

.implantation__prof{
    position: relative;
    width: 290px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.implantation__prof p{
    color: rgb(91, 91, 91);
    font-family: "Gilroy";
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    position: relative;
    z-index: 5;
    margin-bottom: 0;
}

.implantation__card1{
    position: absolute;
    top: 0;
    left: 0;
}

.implantation__card2{
    top: 0;
    right: 0;
    position: absolute;
}

.implantation__people{
    height: auto;
}

.implantation__contact{
    position: absolute;
    bottom: 0;
    right: 0;
}

.implantation__contact {
    position: absolute;
    bottom: 63px;
    right: -22px;
}

.implantation__card1{
    z-index: 3;
}

.implantation__card2 {
    top: -6px;
    right: -7px;
    position: absolute;
}

 .implantation__prof p{
    position: relative;
    top: -5px;
    left: 8px;
}

.implantation{
    overflow: hidden;
    position: relative;
}

.implantation__line1{
    position: absolute;
    bottom: 0;
    left: -9px;
}

.implantation .container{
    position: relative;
    z-index: 10;
}

.implantation__line2{
    position: absolute;
    bottom: 0;
    right: -10px;
}

.implantation{
    margin-bottom: 70px;
}

.cost .stndart__tittle{
margin-bottom: 58px;
}


.cost__blocks{
    display: flex;
    align-items: flex-start;
    gap: 45px;
    flex-wrap: wrap;
}

.cost__block{
    border-radius: 15px;
background: rgb(247, 248, 249);
padding: 20px 17px 20px 18px;
width: 350px;
min-height: 449px;
}

.cost__img{
    width: 315px;
    border-radius: 15px;
height: 198px;
margin-bottom: 27px;
}

.cost__img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.cost__wr{
    display: flex;
    flex-direction: column;
}

.cost__wr h3{
    min-height: 60px;
    margin-bottom: 15px;
    color: rgb(51, 51, 51);
font-family: "Gilroy";
font-size: 26px;
font-weight: 600;
line-height: 30px;
letter-spacing: 0%;
text-align: left;
}

.cost__info p{
    color: rgb(51, 51, 51);
    font-family: "Gilroy";
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0%;
    text-align: left;
    margin-bottom: 8px;
}

.cost__sum{
    color: rgb(45, 173, 188);
font-family: "Gilroy";
font-size: 24px;
font-weight: 600;
line-height: 26px;
letter-spacing: 0%;
text-align: left;
}

.cost__prew{
    margin-top: 6px;
    color: rgb(145, 157, 175);
font-family: "Gilroy";
font-size: 14px!important;
font-weight: 400!important;
line-height: 26px!important;
letter-spacing: 0%;
text-align: left;
margin-bottom: 0!important;
}

.cost{
    margin-bottom: 107px;
}

.warranty .stndart__tittle strong{
    font-weight: 500;
}


.warranty .stndart__tittle{
    margin-bottom: 58px;
}

.warranty__content{
    display: flex;
    justify-content: space-between;
}

.warranty .implantation__blocks{
    width: 549px;
}

.warranty__phone{
    width: 555px;
}

.warranty .implantation__block{
    background: rgb(255, 255, 255);
}

.implantation__block:first-child{
    border-radius: 15px 15px 0px 0px;
}

.warranty-num{
    color: rgb(45, 173, 188);
font-family: "Gilroy";
font-size: 30px;
font-weight: 700;
line-height: 26px;
letter-spacing: 0%;
text-align: left;
}

.warranty .implantation__info {
    width: 412px;
}

.warranty{
    background-color: #F7F8F9;
}

.warranty .container{
    padding-top: 54px;
    padding-bottom: 70px;
}

.warranty .stndart__tittle strong{
    font-weight: 600;
}

.warranty .stndart__tittle {
    margin-bottom: 65px;
}

.warranty__phone{
    position: relative;
}

.warranty__phone img{
position: absolute;
bottom: -64px;
right: 0;
}

.warranty .container{
    position: relative;
    z-index: 5;
}

.warranty{
    position: relative;
    margin-bottom: 107px;
}

.warranty__line{
    position: absolute;
    bottom: 0;
    left: -10px;
}

.diagnostics .container{
    display: flex;
}

.diagnostics__people{
    width: 435px;
    height: 100%;
    border-radius: 15px 0px 0px 15px;
}

.diagnostics__people img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px 0px 0px 15px;
}

.diagnostics__wr{
    border-radius: 15px;
    background: rgb(247, 248, 249);
    width: 705px;
    padding: 32px 86px 40px 86px;
}

.diagnostics__tittle{
    color: rgb(51, 51, 51);
font-family: "Gilroy";
font-size: 30px;
font-weight: 500;
text-align: left;
margin-bottom: 24px;
}

.diagnostics__text{
    width: 499px;
    padding-left: 20px;
    position: relative;
    color: rgb(63, 63, 63);
font-family: "Gilroy";
font-size: 22px;
font-weight: 400;
text-align: left;
padding-left: 28px;
line-height: 29px;
margin-bottom: 31px;
}

.diagnostics__text::after{
    position: absolute;
    content: "";
    width: 6px;
height: 50px;
border-radius: 15px;
background: rgb(45, 173, 188);
top: 5px;
    left: 2px;
}

.warranty {
    position: relative;
    margin-bottom: 101px;
}

.diagnostics .s-stock__btn{
    margin-left: 0;
    margin-right: 0;
    width: 321px;
    height: 83px;
}

.diagnostics__phone{
    margin-top: 49px;
    display: flex;
    align-items: center;
}

.diagnostics__phone p{
    color: rgb(51, 51, 51);
font-family: "Gilroy";
font-size: 22px;
font-weight: 400;
text-align: left;
margin-right: 17px;
margin-bottom: 0;
}

.diagnostics__phone a{
    transition: all ease 0.4s;
    color: rgb(51, 51, 51);
font-family: "Gilroy";
font-size: 30px;
font-weight: 700;
text-align: left;
text-decoration-line: none;
}

.diagnostics__phone a:hover{
    color: rgb(45, 173, 188);
    text-decoration-line: none;
}

.diagnostics__stock{
    display: flex;
    align-items: flex-start;
}

.diagnostics__icon{
    width: 50px;
height: 50px;
border-radius: 10px;
background: rgba(45, 173, 188, 0.05);
display: flex;
align-items: center;
justify-content: center;
margin-right: 22px;
}

.diagnostics-stock__text{
    margin-bottom: 0;
    width: 317px;
    font-family: "Gilroy";
font-size: 20px;
font-weight: 600;
line-height: 26px;
text-align: left;
color: #333333;
}

.diagnostics-stock__text--color{
    color: #2DADBC;
}

.diagnostics__stock{
    margin-top: 27px;
}

.diagnostics__wr{
    border-radius: 0px 15px 15px 0px;
}

.diagnostics__people{
    height: auto;
}

.diagnostics{
    margin-bottom: 99px;
}

.diagnostics__phone{
    margin-top: 39px;
}

.diagnostics__stock {
    margin-top: 16px;
}

.diagnostics__icon{
    margin-right: 27px;
    position: relative;
    left: 5px;
}

.diagnostics-stock__text{
    width: 318px;
}

.diagnostics__phone {
    margin-top: 39px;
    position: relative;
    left: 3px;
}

.diagnostics__people{
    position: relative;
}

.implantation__contact {
    position: absolute;
    bottom: 21px;
    right: 30px;
}

.doc{
    height: 1428px;
    margin-bottom: 85px;
}

.why-v2 .why__tittle{
    padding-top: 35px;
    margin-bottom: 75px;
}

.rev{
    height: 704px;
}

.why-v2{
    margin-bottom: 0;
}

.quiz__header{
    font-family: "Gilroy";
font-size: 40px;
font-weight: 500;
text-align: left;
color: #3F3F3F;
margin-bottom: 10px;
}

.quiz__header--color{
color: #2DADBC;
}

.quiz__top-text{
    margin-bottom: -6px;
    color: rgb(63, 63, 63);
font-family: "Gilroy";
font-size: 30px;
font-weight: 500;
text-align: left;
display: flex;
align-items: center;
}

.quiz__top-text strong{
    font-weight: 600;
}

.quiz__top-text img{
    margin-right: 10px;
}

.rev{
    margin-bottom: 134px;
}
.quiz__top{
    position: relative;
    left: -120px;
    margin-bottom: 81px;
}

.quiz__top-text img {
    margin-right: 2px;
}

.quiz__top-text strong{
    position: relative;
    left: 7px;
}

.answer h2{
    width: 739px;
    font-family: "Gilroy";
font-size: 40px;
font-weight: 500!important;
text-align: left;
color: #3F3F3F;
margin-bottom: 26px;
}

.answer h2 span{
    color: #2DADBC!important;
}

.answer .section-title{
    margin-left: 0!important;
    margin-right: 0!important;
}

.answer{
    margin-top: 97px;
    margin-bottom: 90px;
}

.implantation .implantation__contact{
    bottom: 65px;
    right: -22px;
}

.doc .stndart__tittle{
margin-bottom: 58px;
}

.doc .staff__list{
    margin: 0;
}

.doc .stndart__tittle {
    margin-bottom: 74px;
}

.doc{
    height: auto;
}

.row{
    z-index: 20;
}

.header__bottom {
    background-color: transparent;
}

body{
    background: #F7F8F9!important;
}

.header{
    z-index: 12!important;
}

.accent{
    background-color: #fff;
}

.why{
    margin-bottom: 0;
}

.accent{
    padding-top: 62px;
    margin-bottom: 0;
    padding-bottom: 69px;
    overflow: hidden;
}

.accent__lines {
    position: absolute;
    bottom: -2px;
    right: -11px;
}

.main__line2 {
    position: absolute;
    bottom: -5px;
    right: -10px;
    z-index: 10;
}

.technic{
    background-color: #fff;
    padding-top: 75px;
    margin-bottom: 0;
}

.record{
    margin-bottom: 0;
}

.stages-work{
    background-color: #fff;
    padding-top: 57px;
}

.stages-work__lines2 {
    position: absolute;
    top: auto;
    right: -8px;
    bottom: 0;
}

.implantation{
    margin-bottom: 0;
}

.cost{
    background-color: #fff;
    padding-top: 70px;
    margin-bottom: 0;
    padding-bottom: 107px;
}

.warranty{
    margin-bottom: 0;
    overflow: hidden;
}

.diagnostics{
    background-color: #fff;
    padding-top: 101px;
    margin-bottom: 0;
}

.warranty__phone img {
    position: absolute;
    bottom: -71px;
    right: 0;
}

.doc{
    padding-top: 99px;
    background-color: #fff;
    margin-bottom: 0;
    padding-bottom: 85px;
}

.quiz-v2{
    background-color: #fff;
    margin-top: 0!important;
    margin-bottom: 0!important;
    padding-top: 50px;
    padding-bottom: 50px;
}

.answer{
    background-color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 100px!important;
    padding-bottom: 134px!important;
}

.footer__bottom{
    margin-top: 0!important;
}

.quiz-v2 {
    padding-top: 130px;
}

.why__tittle--color {
    color: #2dadbc;
    font-weight: 500;
}

.stndart__tittle span{
    font-weight: 500;
}

.cost__prew{
    color: #919DAF!important;
}

.why__text{
    margin-bottom: 0;
}

.record__people-img{
    height: auto!important;
}

.record__blocks {
    display: flex;
    align-items: stretch;
}

.technic__img{
    width: 100%!important;
}

.technic__img img{
    width: 100%!important;
}

.technic__img img{
    height: 100%!important;
}

.implantation .container{
    padding-bottom: 0;
}

.implantation__blocks{
    margin-bottom: 93px;
}

.cost__img{
    width: 100%;
}

.implantation__card1{
    border-radius: 0!important;
}

.implantation__card2{
    border-radius: 0!important;
}

.hint-sum .container{
    border-radius: 5px;
    display: flex;
}

.hint-sum__people{
width: 532px;
border-radius: 5px 0px 0px 5px;
}

.hint-sum__content{
width: 608px;
background-color: #fff;
border-radius: 0px 5px 5px 0px;
padding: 50px 77px 50px 48px;
}

.hint-sum__people img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hint-sum{
    margin-top: 100px;
    margin-bottom: 100px;
}

.hint-sum__header{
    margin-bottom: 20px;
    color: rgb(7, 7, 7);
font-family: "Gilroy";
font-size: 30px;
font-weight: 400;
line-height: 38px;
letter-spacing: 0%;
text-align: left;
}

.hint-sum__text{
    color: rgb(78, 78, 78);
font-family: "Gilroy";
font-size: 16px;
font-weight: 400;
line-height: 26px;
letter-spacing: 0%;
text-align: left;
margin-bottom: 8px;
}

.hint-sum__text:last-child{
    margin-bottom: 0;
}

.hint-sum__info{
    margin-top: 30px;
}

.hint-sum__info h3{
    margin-bottom: 15px;
    color: rgb(7, 7, 7);
font-family: "Gilroy";
font-size: 18px;
font-weight: 500;
line-height: 26px;
letter-spacing: 0%;
text-align: left;
}

.hint-sum__list li{
    color: rgb(7, 7, 7);
font-family: "Gilroy";
font-size: 16px;
font-weight: 500;
line-height: 30px;
letter-spacing: 0%;
text-align: left;
position: relative;
padding-left: 20px;
}

.hint-sum__list li::after{
    position: absolute;
    content: "";
    top: 5px;
    left: 0;
    width: 20px;
height: 20px;
border-radius: 50%;
background: linear-gradient(0.00deg, rgb(251, 211, 97), rgb(255, 236, 175) 100%);
}

.hint-sum__list li::before{
    position: absolute;
    top: 9px;
    left: 5px;
    content: "";
    z-index: 5;
    background-image: url(../img/icons/arrow-li.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 9px;
    height: 14px;
}

.hint-sum__list{
    list-style: none;
}

.hint-sum__list li{
    padding-left: 28px;
    margin-bottom: 14px;
}

.hint-sum__list li:last-child{
margin-bottom: 0;
}

.hint-sum{
    position: relative;
}

.hint-sum_wr{
    display: flex;
}

.hint-sum__content{
    position: relative;
}

.hint-sum__clos{
    position: absolute;
    top: 17px;
    right: 34px;
    z-index: 10;
    border: none;
    background-color: transparent;
    cursor: pointer;
}

.hint-sum .container{
    position: relative;
}

.hint-sum_wr{
    position: relative;
}

.hint-sum__content{
    padding: 50px 77px 37px 48px;
}

.hint-sum__clos{
    top: 12px;
    right: 18px;
}

.hint-sum__people img{

    border-radius: 5px 0px 0px 5px;
}

.hint-sum__content {
    padding: 50px 70px 37px 48px;
}

.hint-pr .hint-sum__text{
    margin-top: 50px;
    
}


.doc__container{
    display: flex;
}

.doc__container .staff__item{
margin-right: 58px;
}

.doc__container .staff__item:last-child{
    margin-right: 0;
}

.doc__container{
    margin-bottom: 70px;
}

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


.implantation .implantation__contact {
    bottom: 154px;
    right: -22px;
}

.warranty .implantation__blocks {
    margin-bottom: 0;
}

.doc__container .staff__item{
    width: calc(30.30% - 37px);
}

.doc__item__wr{
    position: absolute;
    top: 37px;
    right: 263px;
}

.doc .container{
    position: relative;
}

.doc__item{
    position: relative;
    width: 263px;
height: 227px;
display: flex;
align-items: center;
justify-content: center;
}

.doc__item p{
    color: rgb(255, 255, 255);
font-family: "Gilroy";
font-size: 22px;
top: 14px;
font-weight: 500;
line-height: 28px;
letter-spacing: 0%;
text-align: center;
width: 194px;
position: relative;
z-index: 10;
margin-bottom: 0;
}

.doc__item img{
    position: absolute;
}

.doc__container{
    flex-wrap: wrap;
}

.calculate__info p{
    position: relative;
}

.calculate__info p::after{
    content: "";
    position: absolute;
    width: 4px;
height: 4px;
background: rgb(45, 173, 188);
border-radius: 50%;
top: 9px;
left: -14px;
}

.imp-people{
    top: auto;
    bottom: 0;
}

.stages-work__info a{
        border-bottom: 1px dashed rgb(45, 173, 188);
    color: rgb(63, 63, 63);
    font-family: "Gilroy";
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0%;
    text-align: left;
    margin-bottom: 0;
}

.stages-work__info a:hover{
    text-decoration: none;
}

.main__img-impm{
    display: none;
}




/* 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;
    }
    .why__tittle {
        margin-bottom: 49px;
        padding-top: 63px;
        padding-left: 30px;
        padding-right: 22px;
    }
    .why__bg{
        left: 0;
        width: 100%;
    }
    .why__blocks {
        padding-left: 34px;
    }
    .why__blocks {
        gap: 24px
    }
    .why__blocks {
        padding-left: 34px;
        padding-right: 34px;
    }
    .why__icon{
        margin-bottom: 19px;
    }
    .why__name{
        margin-bottom: 16px;
    }
    .why__text{
        font-size: 16px;
    }
    .why__tittle{
        font-size: 33px;
    }
    .why__imgs{
        top: 0;
        right: 15px;
        width: 587px;
    }
    .why__img{
        width: 284px;
        height: 140px;
    }
    .main__tittle {
        position: relative;
        z-index: 5;
        font-size: 58px;
        line-height: 68px;
    }
    .main__line2-wr{
        bottom: -18px;
        right: -54px;
    }
    .main {
        margin-bottom: 50px;
    }
    .about-us {
        margin-bottom: 42px;
    }
    .why__content {
        position: relative;
        min-height: 550px;
    }
    .about-us {
        margin-bottom: 33px;
    }
    .stndart__tittle {
        margin-bottom: 69px;
    }
    .accent__list {
        right: -52px;
    }
    .accent__block{
        min-height: 135px;
    }
    .accent__lines {
        position: absolute;
        bottom: -2px;
        right: -233px;
    }
    .stages-work__lines2{
        right: -234px;
    }
    .stages-work__lines1 {
        position: absolute;
        bottom: 0;
        left: -506px;
    }
    .stages-work .container {
        padding-top: 74px;
        padding-bottom: 104px;
    }
    .implantation__line1 {
        position: absolute;
        bottom: 0;
        left: -218px;
        width: 821px;
    }
    .implantation__line2{
        display: none;
    }

}

@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;
    }
    .main__tittle {
        position: relative;
        z-index: 5;
        font-size: 45px;
        line-height: 55px;
    }
    .main__tittle br{
        display: none;
    }
    .main__tittle {
        position: relative;
        z-index: 5;
        font-size: 39px;
        line-height: normal;
        width: 555px;
    }
    .main-i {
        position: absolute;
        bottom: 18px;
        right: 243px;
        border-radius: 50%;
        cursor: pointer;
        width: 21px;
    }
    .main__text-shadow {
        position: absolute;
        bottom: -75px;
        right: 180px;
    }
    .main__list li::after{
        width: 26px;
        height: 26px;
        top: 7px;
    }
    .main__list li::before{
        top: 14px;
        left: 8px;
        width: 10px;
        height: 15px;
    }
    .main__list li{
        padding-left: 38px;
        font-size: 21px;
        margin-bottom: 18px;
    }
    .main__list {
        margin-bottom: 41px;
    }
    .calculate__btn{
        width: 292px !important;
    }
    .calculate__btn-img {
        position: absolute;
        top: -7px;
        right: 0px;
        width: 121px;
    }
    .calculate__info p{
        font-size: 15px;
    }
    .calculate__info {
        width: 393px;
    }
    .calc__tittle-shadow {
        position: absolute;
        top: -70px;
        right: -58px;
    }
    .main__img-imp {
        position: absolute;
        top: 17px;
        right: -180px;
    }
    .main__img-imp img{
        width: 744px;
    }
    .main__line2 {
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 10;
        width: 613px;
    }
    .main__line2-wr {
        bottom: -25px;
        right: -112px;
    }
    .main__text-shadow {
        position: absolute;
        bottom: -75px;
        right: 220px;
    }
    .main__line1 {
        position: absolute;
        bottom: 3px;
        left: -36px;
    }
    .main__line2-wr {
        bottom: 0;
        right: -112px;
    }
    .main__line2{
        width: 604px;
    }
    .about-us__block::after{
        width: 4px;
        height: 55px;
        top: -1px;
    }
    .about-us__block p{
        font-size: 16px;
        line-height: 23px;
    }
    .about-us__block {
        margin-right: 42px;
        position: relative;
        max-width: 197px;
    }
    .why__tittle {
        font-size: 28px;
        margin-bottom: 42px;
        padding-top: 46px;
        padding-left: 30px;
        padding-right: 22px;
        width: 500px;
    }
    .why__icon {
        margin-bottom: 16px;
        width: 60px;
        height: 60px;
    }
    .why__icon svg{
        width: 34px;
    }
    .why__name {
        margin-bottom: 13px;
        min-height: 44px;
        font-size: 16px;
    }
    .why__block {
        width: 207px;
    }
    .why__text {
        font-size: 15px;
    }
    .why__blocks {
        gap: 22px;
    }
    .why__blocks {
        padding-left: 24px;
        padding-right: 25px;
    }
    .why__block {
        width: 213px;
    }
    .why__name {
        margin-bottom: 13px;
        min-height: 39px;
        font-size: 16px;
    }
    .why__content {
        position: relative;
        min-height: 456px;
    }
    .why__imgs {
        top: 0;
        right: 15px;
        width: 484px;
    }
    .why__img {
        width: 237px;
        height: 114px;
        border-radius: 10px;
    }
    .why__img img{
        border-radius: 10px;
    }
    .why__lines2 {
        right: -248px;
    }
    .why__lines1{
        left: -181px;
    }
    .stndart__tittle {
        margin-bottom: 58px;
        font-size: 36px;
    }
    .accent__blocks{
        width: 526px;
    }
    .accent__block {
        min-height: 124px;
        padding: 23px 34px 19px 37px;
    }
    .accent__num{
        font-size: 26px;
    }
    .accent__text{
        font-size: 18px;
    }
    .accent__list {
        right: -74px;
        width: 551px;
        bottom: 66px;
    }
    .accent-up p{
        font-size: 19px;
        line-height: 24px;
    }
    .accent-up__img {
        position: absolute;
        width: 268px;
    }
    .accent__wr {
        position: absolute;
        bottom: -46px;
        right: 104px;
    }
    .accent__lines {
        right: -347px;
    }
    .record__tittle{
        font-size: 39px;
        line-height: normal;
    }
    .make-an-appointment {
        margin-right: 0;
        width: 492px;
        padding: 40px 33px 37px 40px;
    }
    .record__blocks {
        margin-bottom: 30px;
        justify-content: space-between;
    }
    .record__people-img {
        width: 416px;
        height: 100%;
        border-radius: 15px;
    }
    .record__tittle{
        font-size: 34px;
        margin-bottom: 21px;
    }
    .record__text{
        font-size: 26px;
        line-height: 35px;
    }
    .stock{
        padding: 24px 33px;
    }
    .stock__icon{
        width: 95px;
    height: 95px;
    margin-right: 18px;
    }

    .stock__icon img{
        width: 59px;
    }
    .stock__name span{
        font-size: 49px;
    }
    .stock-text {
        position: relative;
        top: 0;
        font-size: 16px;
        line-height: 22px;
    }
    .stock__icon {
        width: 85px;
        height: 85px;
        margin-right: 16px;
    }
    .stock__icon img {
        width: 55px;
    }
    .stock__name span {
        font-size: 44px;
    }
    .stock__info {
        width: 546px;
        display: flex;
        align-items: center;
    }
    .calculate__btn-img{
        width: 116px;
    }
    .stock__name span {
        font-size: 41px;
    }
    .make-an-appointment {
        margin-right: 0;
        width: 492px;
        padding: 35px 33px 33px 36px;
    }
    .record .container {
        padding-top: 55px;
        padding-bottom: 49px;
    }
    .technic{
        padding-top: 61px;
    }
    .technic .stndart__tittle {
        margin-bottom: 67px;
        width: 700px;
        font-size: 35px;
    }
    .technic__blocks {
        gap: 29px 26px;
    }
    .technic__block {
        width: 287px;
    }
    .technic__block {
        width: 292px;
    }
    .technic__img{
        height: 179px;
    }
    .technic__content{
        padding: 23px 16px 25px 19px;
    min-height: 244px;
    }
    .technic__content h3 {
        min-height: 39px;
        font-size: 17px;
    }
    .technic__content p{
        font-size: 16px;
        line-height: 22px;
    }
    .technic__content{
        min-height: 223px;
    }
    .stages-work{
        padding-top: 49px;
    }
    .stages-work__navs {
        width: 356px;
    }
    .stages-work__nav.active .stages-work__name{
        width: 288px;
        border-radius: 14px;
        padding: 11px 24px;
    }
    .stages-work__content {
        width: 523px;
        padding: 25px;
    }
    .stages-work__img{
        height: 218px;
    margin-bottom: 18px;
    }
    .stages-work__img{
        margin-bottom: 14px;
    }
    .stages-work__content-name{
        font-size: 30px;
        margin-bottom: 19px;
    }
    .stages-work__info{
        top: 195px;
        right: 10px;
        padding: 13px 14px 12px 14px;
        width: 197px;
        border-radius: 11px;
    }
    .stages-work__info p{
        line-height: 18px;
        font-size: 13px;
    }
    .stages-work__icon {
        margin-right: 16px;
        width: 60px;
        height: 60px;
    }
    .stages-work__icon img {
        left: 0;
    }
    .stages-work__content-name{
        margin-bottom: 16px;
    }
    .stages-work__time {
        margin-bottom: 22px;
    }
    .stages-work__text{
        font-size: 15px;
        padding-left: 31px;
        line-height: 23px;
    }
    .stages-work__text::after{
        top: 0;
    left: 0px;
    height: 63px;
    }
    .stages-work__text{
        padding-left: 22px;
    }
    .stages-work__lines2 {
        right: -426px;
    }
    .stages-work__lines1 {
        position: absolute;
        bottom: 0;
        left: -805px;
    }
    .stages-work .container {
        padding-top: 54px;
        padding-bottom: 104px;
    }
    .stages-work .container {
        padding-top: 54px;
        padding-bottom: 70px;
    }
    .stages-work__prot {
        position: absolute;
        bottom: 144px;
        left: 88px;
        width: 253px;
    }
    .stages-work__name{
        width: 288px;
    }
    .record__blocks {
        margin-bottom: 23px;
        justify-content: space-between;
    }
    .stndart__tittle {
        margin-bottom: 48px;
        font-size: 36px;
    }
    .technic {
        padding-top: 52px;
    }
    .technic .stndart__tittle {
        margin-bottom: 47px;
        width: 700px;
        font-size: 35px;
    }
    .implantation .stndart__tittle {
        margin-bottom: 71px;
    }
    .implantation__blocks{
        width: 524px;
    }
    .imp-people {
        position: absolute;
        top: auto;
        left: -93px;
        width: 468px;
        bottom: 0;
    }
    .implantation__block{
        padding: 22px 28px 18px 31px;
    }
    .implantation__info {
        width: 344px;
    }
    .implantation__icon{
        width: 65px;
    height: 65px;
    }
    .implantation__icon svg{
        width: 36px;
    }
    .implantation__info h3{
        margin-bottom: 10px;
        font-size: 21px;
    }
    .implantation__info p{
        line-height: 24px;
        font-size: 15px;
        margin-bottom: 0;
    }
    .implantation__block{
        min-height: 159px;
    }
    .implantation__info {
        width: 350px;
    }
    .imp-people {
        position: absolute;
        top: auto;
        left: -9px;
        width: 377px;
        bottom: -12px;
    }
    .implantation__name p{
        font-size: 14px;
    }
    .implantation__card1 {
        z-index: 3;
        width: 100%;
    }
    .implantation__name{
        width: 262px;
    height: 49px;
    }
    .implantation .implantation__contact {
        bottom: 87px;
        right: 28px;
    }
    .implantation__line1 {
        position: absolute;
        bottom: 0;
        left: -336px;
        width: 812px;
    }
    .implantation__people {
        height: auto;
        width: 387px;
    }
    .implantation__blocks {
        width: 505px;
    }
    .implantation__blocks{
        margin-bottom: 77px;
    }
    .implantation .container{
        padding-bottom: 0;
    }
    .imp-people {
        position: absolute;
        top: auto;
        left: -28px;
        width: 412px;
        bottom: -12px;
    }
    .cost .stndart__tittle {
        margin-bottom: 41px;
    }
    .cost__blocks{
        gap: 30px;
    }
    .cost__block{
        width: 290px;
    }
    .cost__block{
        padding: 18px 17px 18px 18px;
    }
    .cost__img{
        border-radius: 11px;
        height: 160px;
        margin-bottom: 19px;
    }
    .cost__wr h3{
        font-size: 21px;
        line-height: normal;
        min-height: 50px;
    }
    .cost__sum{
        font-size: 21px;
    }
    .cost__block{
        min-height: 383px;
    }
    .cost{
        padding-bottom: 91px;
    }
    .warranty .stndart__tittle {
        margin-bottom: 60px;
    }
    .warranty__phone {
        width: 358px;
    }
    .warranty .implantation__blocks {
        width: 522px;
    }
    .implantation__block {
        padding: 20px 24px 15px 26px;
    }
    .warranty-num{
        font-size: 27px; 
    }
    .warranty .implantation__info {
        width: 393px;
    }
    .warranty .implantation__blocks {
        width: 499px;
    }
    .warranty .implantation__info {
        width: 384px;
    }
    .warranty .implantation__blocks {
        width: 489px;
    }
    .implantation__info h3 {
        margin-bottom: 8px;
        font-size: 19px;
    }
    .warranty .implantation__block {
        min-height: 153px;
    }
    .warranty__phone img {
        position: absolute;
        bottom: -35px;
        right: -24px;
        width: 443px;
    }
    .warranty .container {
        padding-top: 54px;
        padding-bottom: 33px;
    }
    .warranty .implantation__blocks {
        margin-bottom: 31px;
    }
    .warranty .stndart__tittle {
        margin-bottom: 51px;
    }
    .diagnostics__wr{
        padding: 33px 37px 37px 37px;
        width: 585px;
    }
    .diagnostics__people{
        width: 378px;
    }
    .diagnostics__tittle{
        font-size: 25px;
        margin-bottom: 22px;
    }
    .diagnostics__text{
        padding-left: 22px;
        font-size: 19px;
        line-height: 27px;
        margin-bottom: 28px;   
    }
    .diagnostics__text::after{
        top: 3px;
    }
    .diagnostics .s-stock__btn {
        margin-left: 0;
        margin-right: 0;
        width: 268px;
        height: 69px;
    }
    .diagnostics__phone {
        margin-top: 31px;
        position: relative;
        left: 0;
    }
    .diagnostics__phone p{
        font-size: 20px; 
        margin-right: 15px;
    }
    .diagnostics__phone a{
        font-size: 26px;
    }
    .diagnostics__icon {
        margin-right: 20px;
        position: relative;
        left: 0;
    }
    .diagnostics-stock__text {
        width: 291px;
        line-height: 23px;
        font-size: 17px;
    }
    .diagnostics__people {
        width: 352px;
    }
    .diagnostics__wr {
        padding: 33px 37px 37px 37px;
        width: 577px;
    }
    .implantation__card1{
        width: 100%;
    height: auto;
    object-fit: inherit;
    }
    .implantation__name {
        width: 242px;
        height: 44px;
    }
    .implantation__name p {
        font-size: 13px;
    }
    .implantation__prof{
        width: 251px;
        height: 44px;  
    }
    .implantation__card2{
        height: auto; 
        object-fit: inherit;
    }
    .implantation__prof p{
        font-size: 14px;
    }
    .implantation__contact {
        position: absolute;
        bottom: 23px;
        right: 29px;
    }
    .diagnostics__phone {
        margin-top: 26px;
        position: relative;
        left: 0;
    }
    .diagnostics__icon {
        margin-right: 18px;
        position: relative;
        left: 0;
    }
    .diagnostics{
        padding-top: 79px;
    }
    .doc{
        padding-top: 84px;
    }
    .doc .stndart__tittle {
        margin-bottom: 52px;
    }
    .why-v2 .why__tittle{
        margin-bottom: 27px;
    }
    .why__lines1 {
        left: -266px;
    }
    .quiz__top{
        left: 0;
    }
    .quiz__header{
        font-size: 36px;
    }
    .quiz__top-text{
        font-size: 25px;
    }
    .quiz-v2 {
        padding-top: 95px;
    }
    .implantation__card2{
        width: 100%;
        height: auto;
        object-fit: inherit;
    }
    .diagnostics .implantation__card1{
        border-radius: 0;
    }
    .diagnostics .implantation__card2{
        border-radius: 0;
    }
    .quiz__top-text {
        font-size: 24px;
    }
    .answer{
        padding-top: 63px !important;
        padding-bottom: 112px !important;
    }
    .hint-sum__content{
        width: 576px;
    }
    .hint-sum__people {
        width: 354px;
        border-radius: 5px 0px 0px 5px;
    }
    .hint-sum__content {
        padding: 39px 48px 37px 42px;
    }
    .hint-sum__people {
        width: 369px;
        border-radius: 5px 0px 0px 5px;
    }
    .hint-sum__content {
        width: 560px;
    }
    .hint-sum__content {
        padding: 39px 40px 37px 34px;
    }
    .doc__item img {
        position: absolute;
        width: 212px;
    }
    .doc__item p{
        font-size: 18px;
        line-height: 22px;
        width: 158px;
    }
    .doc__item__wr {
        position: absolute;
        top: 29px;
        right: 221px;
    }

    .doc__container .staff__item {
        width: 31%;
        margin-right: 28px;
    }
    .doc__container {
        margin-bottom: 45px;
    }
    .doc__item__wr {
        position: absolute;
        top: 24px;
        right: 203px;
    }
    .why__block {
        width: 211px;
    }
    .header__menu-overlay{
        
    }
}

@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;
    }
    .main__line2-wr {
        bottom: 0;
        right: -411px;
    }
    .main__line1 {
        position: absolute;
        bottom: 3px;
        left: -189px;
    }
    .main__tittle{
        font-size: 34px;
        width: 512px;
    }
    .main-i{
        width: 19px;
        bottom: 17px;
    }
    .main__list li::after {
        width: 23px;
        height: 23px;
        top: 9px;
    }
    .main__list li::before {
        top: 16px;
        left: 8px;
        width: 8px;
        height: 12px;
    }
    .main__list li {
        padding-left: 35px;
        font-size: 20px;
        margin-bottom: 11px;
    }
    .main__img-imp img {
        width: 616px;
    }
    .main__img-imp {
        position: absolute;
        top: 62px;
        right: -201px;
    }
    .main__text-shadow {
        position: absolute;
        bottom: -76px;
        right: 195px;
    }
    .calculate__btn{
        margin-right: 23px !important;
    }
    .calculate__info p {
        font-size: 14px;
    }
    .calculate__info {
        width: 305px;
    }
    .calc__tittle-shadow {
        position: absolute;
        top: -65px;
        right: -74px;
    }
    .main__img-imp {
        position: absolute;
        top: 53px;
        right: -201px;
    }
    .main__img-imp img {
        width: 589px;
    }
    .main .container{
        padding-bottom: 106px;
    }
    .header__menu-overlay{
        display: none;
    }
    .about-us__block p {
        font-size: 15px;
        line-height: 20px;
    }
    .about-us__block::after {
        width: 4px;
        height: 45px;
        top: 0;
    }
    .why__bg{
        display: none;
    }
    .why__content{
        background: #fff;
    }
    .why__content {
        background: #fff;
        min-height: auto;
        padding-bottom: 30px;
        border-radius: 15px;
    }
    .why__tittle{
        padding-top: 37px;
    }
    .why__name {
        margin-bottom: 13px;
        min-height: 44px;
        font-size: 17px;
    }
    .why__text {
        font-size: 16px;
    }
    .why__block {
        width: 214px;
    }
    .why-i {
        position: absolute;
        cursor: pointer;
        bottom: 11px;
        right: -19px;
    }
    .why .container{
        display: flex;
        flex-direction: column-reverse; 
    }
    .why__imgs {
        display: none;
    }

    .why__content::after{
        position: absolute;
        content: "";
        top: 0;
        right: 0;
        width: 307px;
    height: 102px;
    border-radius: 0px 0px 0px 15px;
        background: #E3F1F3;
    }
    .why__tittle {
        padding-top: 32px;
        padding-left: 21px;
        padding-right: 17px;
        font-size: 26px;
        width: 431px;
    }
    .why__img {
        width: 165px;
        height: 101px;
        border-radius: 10px;
        margin-right: 12px;
    }
    .why__imgs {
        display: none;
    }
    .why__content::after{
        display: none;
    }
    .why__tittle {
        padding-top: 32px;
        padding-left: 33px;
        padding-right: 34px;
        font-size: 33px;
        width: 633px;
        margin-bottom: 47px;
    }
    .why__blocks {
        padding-left: 33px;
        padding-right: 33px;
    }
    .why__blocks {
        gap: 21px;
    }
    .why__block {
        width: 48%;
    }
    .why__blocks {
        gap: 25px;
    }
    .why__text {
        font-size: 16px;
        width: 319px;
    }
    .why__blocks {
        gap: 26px;
    }
    .why-i {
        right: -9px;
        top: 0;
    }
    .why__lines2{
        display: none;
    }
    .stndart__tittle {
        margin-bottom: 33px;
        font-size: 32px;
    }
    .accent__blocks {
        width: 460px;
    }
    .accent__block {
        min-height: 124px;
        padding: 21px 25px 19px 25px;
    }
    .accent__num {
        font-size: 24px;
        margin-bottom: 8px;
    }
    .accent__text {
        font-size: 17px;
        margin-bottom: 0;
    }
    .accent__lines {
        right: -545px;
    }
    .accent__list {
        right: -210px;
        width: 502px;
        bottom: 99px;
    }
    .accent-up p {
        font-size: 16px;
        line-height: 20px;
    }
    .accent-up__img {
        position: absolute;
        width: 244px;
    }
    .accent__wr {
        position: absolute;
        bottom: -37px;
        right: -31px;
    }
    .make-an-appointment {
        margin-right: 0;
        width: 50%;
        border-radius: 12px;
        padding: 27px;
    }
    .record__people-img {
        width: 47%;
    }
    .record__tittle {
        font-size: 29px;
        margin-bottom: 18px;
    }
    .record__text {
        font-size: 23px;
        line-height: 31px;
    }
    .record__people-img img{
        border-radius: 12px;
    }
    .record__text {
        font-size: 20px;
        line-height: 1.4;
        margin-bottom: 0;
    }
    .stock__info{
        flex-direction: column;
        align-items: flex-start;
        width: 271px;
        margin-right: 0;  
    }
    .stock {
        padding: 22px 26px;
        justify-content: space-between;
    }
    .stock__icon {
        width: 75px;
        height: 75px;
        margin-right: 13px;
    }
    .stock__icon img {
        width: 46px;
    }
    .stock__name span {
        font-size: 36px;
    }
    .stock__name {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .stock-text{
        font-size: 17px;  
    }
    .stock__info{
        width: 308px;
    }
    .technic .stndart__tittle {
        margin-bottom: 41px;
        width: 100%;
        font-size: 32px;
    }
    .technic__block {
        width: 48%;
    }
    .stages-work__wr {
        position: relative;
        z-index: 10;
        flex-direction: column;
    }
    .stages-work__content {
        width: 100%;
        padding: 19px;
    }
    .stages-work__num{
        font-size: 26px;
    }
    .stages-work__name {
        width: 287px;
        border-radius: 11px!important;
        padding: 10px 21px!important;
        font-size: 19px!important;
    }
    .stages-work__navs {
        width: 349px;
        margin-bottom: 40px;
    }
    .stages-work__img{
        height: 252px;
    }
    .stages-work__content {
        width: 100%;
        padding: 19px;
        padding-bottom: 43px;
    }
    .stages-work__info{
        top: 235px;
        right: 20px;
    }
    .stages-work__lines1{
        left: -963px;
    }
    .stages-work__lines2 {
        right: -527px;
    }
    .implantation__blocks {
        width: 445px;
    }
    .implantation__info {
        width: 292px;
    }
    .implantation__icon {
        width: 59px;
        height: 59px;
    }
    .implantation__block {
        padding: 18px;
    }
    .implantation__blocks {
        width: 535px;
    }
    .implantation__info {
        width: 285px;
    }
    .implantation__info p {
        line-height: 21px;
        font-size: 15px;
        margin-bottom: 0;
    }
    .implantation__info p br{
        display: none;
    }
    .imp-people {
        position: absolute;
        top: auto;
        left: -167px;
        width: 412px;
        bottom: -12px;
    }
    .implantation__line1{
        left: -454px;
    }
    .cost__block {
        width: 48%;
    }
    .cost__blocks {
        gap: 24px;
    }
    .cost {
        padding-bottom: 91px;
    }
    .warranty .implantation__info {
        width: 312px;
    }
    .warranty .implantation__blocks {
        margin-bottom: 0px;
    }
    .warranty__phone img{
        bottom: -33px;
    }
    .warranty__line {
        left: -300px;
    }
    .warranty__phone img {
        bottom: -33px;
        right: -180px;
    }
    .cost {
        padding-bottom: 62px;
        padding-top: 61px;
    }
    .diagnostics__wr {
        padding: 25px;
        width: 439px;
    }
    .diagnostics__people {
        width: 250px;
    }
    .diagnostics__tittle {
        font-size: 22px;
        margin-bottom: 18px;
    }
    .diagnostics__text {
        padding-left: 20px;
        font-size: 15px;
        line-height: 1.4;
        margin-bottom: 24px;
        width: auto;
    }
    .diagnostics__text::after {
        top: 0;
        width: 5px;
        height: 45px;
    }
    .diagnostics .s-stock__btn {
        margin-left: 0;
        margin-right: 0;
        width: 251px;
        height: 65px;
    }
    .diagnostics__phone{
        margin-top: 21px;
    }
    .diagnostics__phone p {
        font-size: 18px;
        margin-right: 12px;
    }
    .diagnostics__phone a {
        font-size: 23px;
    }
    .diagnostics-stock__text {
        width: 272px;
        line-height: 22px;
        font-size: 16px;
    }
    .implantation__name p {
        font-size: 11px;
    }
    .implantation__name {
        width: 199px;
        height: 43px;
    }
    .diagnostics .implantation__card1{
        object-fit: contain;
    }
    .diagnostics .implantation__card2{
        object-fit: contain;
    }
    .implantation__prof p {
        font-size: 12px;
    }
    .implantation__prof {
        width: 217px;
        height: 39px;
    }
    .implantation__contact {
        position: absolute;
        bottom: 9px;
        right: 15px;
    }
    .implantation__name{
        position: relative;
        top: 4px;
    }
    .diagnostics .s-stock__btn {
        margin-left: 0;
        margin-right: 0;
        width: 245px;
        height: 58px;
        padding: 22px;
    }
    .diagnostics {
        padding-top: 62px;
    }
    .doc {
        padding-top: 68px;
    }
    .doc .stndart__tittle {
        margin-bottom: 41px;
        font-size: 30px;
    }
    .doc{
        padding-bottom: 67px;
    }
    .why-v2{
        padding-top: 68px;
    }
    .why-v2 .why__tittle {
        margin-bottom: 27px;
        padding-left: 31px;
        padding-right: 34px;
        font-size: 33px;
        width: 92%;
    }

    .why-v2 .why__tittle br{
        display: none;
    }

    .why__name {
        margin-bottom: 13px;
        min-height: 23px;
        font-size: 17px;
    }
    .quiz-v2 {
        padding-top: 64px;
    }
    .quiz__header {
        font-size: 33px;
    }
    .quiz__top-text {
        font-size: 22px;
    }
    .quiz__top-text img {
        margin-right: 5px;
        width: 34px;
    }
    .quiz__top{
        margin-bottom: 66px;
    }
    .answer h2{
        width: auto;
        font-size: 35px;
    }
    .answer {
        padding-top: 46px !important;
        padding-bottom: 73px !important;
    }
    .main__content {
        width: 100%;
    }

    .hint-sum__content {
        width: 403px;
    }
    .hint-sum__content {
        padding: 35px;
    }
    .hint-sum__header{
        line-height: 33px;
        font-size: 27px;
    }
    .hint-sum__text{
        font-size: 15px;
        line-height: normal;
    }
    .hint-sum__text br{
        display: none;
    }
    .hint-sum_wr{
        flex-direction: column;
    }
    .hint-sum__content {
        width: 100%;
    }
    .hint-sum__people {
        width: 100%;
        border-radius: 5px 5px 0px 0px;
        height: 400px;
    }
    .hint-sum__people img {
        border-radius: 5px 5px 0px 0px;
    }
    .hint-sum__content{
        border-radius: 0px 0px 5px 5px;
    }
    .header {
        z-index: 20 !important;
    }
    .hint-sum__people{
        display: none;
    }
    .hint-sum__content {
        border-radius: 5px;
    }
    .header__menu-overlay {
        display: block;
    }
    .header {
        z-index: 2 !important;
    }
.main__line2{
    display: none;
}

.main .container{
    z-index: 1;
}

.doc__container .staff__item {
    width: 100%;
}
.doc__container .staff__item {
    margin-right: 0;
}
.doc__container {
    margin-bottom: 41px;
    justify-content: space-between;
}
.doc__container .staff__item {
    width: 47%;
}
.doc__item{
    display: none;
}
.about-us__block::after {
    width: 3px;
    height: 45px;
    top: 0;
}
.about-us .container {
    padding-left: 0;
    flex-wrap: wrap;
}
.about-us .container {
    padding-left: 0;
    flex-wrap: wrap;
    gap: 18px;
}
.about-us__block {
    margin-right: 0;
    position: relative;
    max-width: 122px;
}
.about-us__block p {
    font-size: 13px;
    line-height: normal;
}
.about-us__block p br{
    display: none;
}
.about-us__block:nth-child(4) {
    margin-right: 0;
}
.about-us__block {
    margin-right: 0;
    position: relative;
    max-width: 126px;
}
.about-us__block::after {
    width: 3px;
    height: 40px;
    top: 0;
    left: -11px;
}
.about-us__block p{
    margin-bottom: 0;
}
.about-us__block p {
    margin-bottom: 0;
    font-size: 15px;
}
.about-us__block::after{
    height: 52px;
}
}

@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;
    }
    .main__line1-wr{
        display: none;
    }
    .main__line2-wr{
        display: none;
    }
    .main .container {
        padding-bottom: 61px;
        padding-top: 48px;
    }
    .main__tittle {
        font-size: 31px;
        width: 100%;
    }
    .main__content {
        width: 100%;
    }
    .main__text-shadow {
        position: absolute;
        bottom: -76px;
        right: 6px;
    }
    .main__list li {
        padding-left: 35px;
        font-size: 19px;
        margin-bottom: 6px;
    }
    .calculate-the-cost {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
    }
    .calculate__btn{
        margin-right: 0;
    }
    .main__img-imp {
        position: absolute;
        top: 98px;
        right: -201px;
    }
    .main__img-imp img {
        width: 413px;
    }
    .main__list {
        margin-bottom: 37px;
        width: 395px;
    }
    .calculate__info {
        width: 433px;
        margin-top: 17px;
    }
    .main__text-shadow {
        position: absolute;
        bottom: -97px;
        right: 6px;
    }
    .calc__tittle-shadow {
        position: absolute;
        top: -77px;
        right: -74px;
    }
    .main {
        margin-bottom: 29px;
    }
    .about-us__block {
        margin-right: 42px;
        position: relative;
        width: 166px;
    }
    .about-us .container {
        padding-left: 29px;
        flex-wrap: wrap;
    }
    .about-us__block p {
        font-size: 14px;
        line-height: 20px;
    }
    .why {
        margin-bottom: 0;
        padding-bottom: 60px;
        padding-top: 58px;
    }
    .why__tittle {
        padding-top: 27px;
        padding-left: 27px;
        padding-right: 27px;
        font-size: 30px;
        width: 100%;
        margin-bottom: 42px;
    }
    .why__text {
        font-size: 16px;
        width: auto;
    }
    .why__block {
        width: 100%;
    }
    .why__name {
        margin-bottom: 13px;
        min-height: 23px;
        font-size: 19px;
    }
    .why__text {
        font-size: 18px;
        width: auto;
    }
    .why-i {
        right: 9px;
        top: -5px;
    }
    .accent__list{
        display: none;
    }
    .accent__blocks {
        width: 100%;
    }
    .accent-up p {
        font-size: 12px;
        line-height: 18px;
        width: 152px;
    }
    .accent-up__img {
        position: absolute;
        width: 201px;
    }
    .accent-up__img {
        position: absolute;
        width: 193px;
    }
    .accent__wr{
        display: none;
    }
    .record__blocks{
        flex-direction: column;
    }
    .make-an-appointment {
        margin-right: 0;
        width: 100%;
        border-radius: 12px;
        padding: 22px;
    }
    .record__tittle {
        font-size: 26px;
        margin-bottom: 15px;
    }
    .make-an-appointment{
        width: 50%;
    }
    .record__blocks {
        flex-direction: row;
    }
    .record__text {
        font-size: 18px;
        line-height: 1.4;
        margin-bottom: 0;
    }
    .record__blocks {
        margin-bottom: 18px;
        justify-content: space-between;
    }
    .stock__info {
        width: 308px;
        align-items: center;
        margin-bottom: 20px;
    }
    .stock-text {
        font-size: 17px;
        text-align: center;
    }
    .stock__icon {
        width: 70px;
        height: 70px;
        margin-right: 11px;
    }
    .stock {
        padding: 20px 23px;
        justify-content: space-between;
        flex-direction: column;
    }
    .technic .stndart__tittle {
        margin-bottom: 36px;
        width: 100%;
        font-size: 29px;
    }
    .technic__blocks {
        gap: 20px 18px;
    }
    .stages-work .container {
        padding-top: 31px;
        padding-bottom: 48px;
    }
    .stndart__tittle {
        margin-bottom: 31px;
        font-size: 31px;
    }
    .stages-work__info {
        top: 219px;
        right: 20px;
    }
    .implantation__info {
        width: 380px;
    }
    .implantation__block {
        min-height: 146px;
    }
    .implantation .stndart__tittle {
        margin-bottom: 55px;
    }
    .implantation__people{
        display: none;
    }
    .implantation__line1{
        display: none;
    }
    .implantation__line2{
        display: none;
    }
    .implantation__blocks {
        margin-bottom: 0;
    }
    .implantation .container {
        padding-bottom: 57px;
    }
    .implantation .stndart__tittle {
        margin-bottom: 44px;
    }
    .cost {
        padding-bottom: 56px;
        padding-top: 52px;
    }
    .cost .stndart__tittle {
        margin-bottom: 35px;
    }
    .cost__blocks {
        gap: 21px;
    }
    .cost__block {
        width: 47%;
    }
    .cost__block {
        padding: 16px;
    }
    .cost__img {
        border-radius: 11px;
        height: 140px;
        margin-bottom: 17px;
    }
    .cost__wr h3 {
        font-size: 18px;
        line-height: normal;
        min-height: 43px;
    }
    .cost__info p{
        font-size: 16px;
    }
    .cost__sum {
        font-size: 19px;
    }
    .cost__prew{
        font-size: 13px !important;
        margin-top: 3px;
    }
    .cost__block {
        min-height: 335px;
    }
    .warranty__phone{
        display: none;
    }
    .warranty .container {
        padding-top: 45px;
        padding-bottom: 45px;
    }
    .warranty .stndart__tittle {
        margin-bottom: 32px;
    }
    .warranty .implantation__info {
        width: 406px;
    }
    .warranty-num {
        font-size: 25px;
    }
    .warranty .implantation__blocks {
        width: 100%;
    }
    .warranty-num {
        font-size: 28px;
    }
    .diagnostics .container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .diagnostics__people {
        width: 433px;
        height: 382px;
    }
    .diagnostics__people img{
        border-radius: 15px 15px 0px 0px;
    }
    .diagnostics__wr {
        border-radius: 0px 0px 15px 15px!important;
        width: 433px;
        padding: 19px;
    }
    .doc .stndart__tittle {
        margin-bottom: 36px;
        font-size: 29px;
    }
    .why-v2 .why__tittle {
        margin-bottom: 27px;
        padding-left: 31px;
        padding-right: 34px;
        font-size: 30px;
        width: 100%;
    }
    .quiz__header {
        font-size: 28px;
    }
    .quiz__top-text {
        font-size: 20px;
        flex-wrap: wrap;
    }
    .quiz__top-text strong {
        position: relative;
        left: 0;
    }
    .quiz__top-text{
        margin-bottom: 2px;
    }
    .quiz__top {
        margin-bottom: 53px;
    }
    .quiz-v2 {
        padding-top: 64px;
        padding-bottom: 37px;
    }
    .answer h2 {
        width: auto;
        font-size: 31px;
        margin-bottom: 17px;
    }
    .quiz__header {
        font-size: 33px;
    }
    .hint-sum__header {
        line-height: 32px;
        font-size: 26px;
        margin-bottom: 18px;
    }
    .hint-sum__content {
        border-radius: 5px;
    }
    .doc__container .staff__item {
        width: 48%;
    }
    .doc__container {
        margin-bottom: 31px;
        justify-content: space-between;
    }
    .main-i {
        width: 19px;
        bottom: 12px;
        right: 250px;
    }
    .main__list li {
        padding-left: 31px;
        font-size: 17px;
        margin-bottom: 0px;
      }
      .main__list {
        margin-bottom: 37px;
        width: 324px;
    }
    .calculate__info {
        width: 373px;
        margin-top: 17px;
    }
    .main__img-imp {
        position: absolute;
        top: 98px;
        right: -145px;
    }
    .main__text-shadow {
        position: absolute;
        bottom: -64px;
        right: 6px;
    }
    .about-us__block {
        margin-right: 0;
        position: relative;
        width: 166px;
    }
    .about-us .container {
        padding-left: 29px;
        flex-wrap: wrap;
        gap: 12px;
    }
    .about-us__block {
        margin-right: 0;
        position: relative;
        width: 115px;
    }
    .about-us__block::after {
        height: 52px;
        left: -8px;
        width: 2px;
    }
    .about-us__block p {
        font-size: 13px;
        line-height: 16px;
    }
    .about-us__block p {
        font-size: 15px;
        line-height: 16px;
    }
    .about-us__block::after {
        height: 52px;
        left: -8px;
        width: 4px;
    }
    .about-us .container {
        padding-left: 29px;
        flex-wrap: wrap;
        gap: 22px;
    }
    .about-us__block {
        margin-right: 0;
        position: relative;
        width: 126px;
    }
    .about-us__block::after {
        height: 52px;
        left: -13px;
        width: 4px;
    }
}

@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;
    }
    .main__img-imp{
        display: none;
    }
    .main-i {
        width: 19px;
        bottom: 17px;
        right: 0;
    }
    .main__tittle {
        font-size: 28px;
        width: 100%;
    }
    .main__list li {
        padding-left: 35px;
        font-size: 19px;
        margin-bottom: 20px;
        line-height: 1.4;
    }
    .main__list li::after{
        left: 0;
    }
    .main__list li::before {
        top: 6px;
        left: 8px;
        width: 8px;
        height: 12px;
    }
    .calculate__info {
        width: auto;
        margin-top: 17px;
    }
    .main__text-shadow{
        display: none;
    }
    .calc__tittle-shadow{
        display: none;
    }
    .main__list {
        margin-bottom: 37px;
        width: 100%;
    }
    .main__list li::after {
        width: 23px;
        height: 23px;
        top: 0;
    }
    .main__list li{
        font-size: 18px;
    }
    .main__list {
        margin-bottom: 32px;
        width: 100%;
    }
    .calculate__btn{
        margin-right: 0!important;
        width: 100%!important;
    }
    .about-us__block {
        margin-right: 0;
        position: relative;
        width: 100%;
    }
    .about-us__block p {
        font-size: 16px;
        line-height: 20px;
    }
    .main {
        margin-bottom: 0;
    }
    .why__tittle {
        padding-top: 27px;
        padding-left: 27px;
        padding-right: 27px;
        font-size: 27px;
        width: 100%;
        margin-bottom: 34px;
    }
    .accent {
        padding-top: 54px;
        margin-bottom: 0;
        padding-bottom: 59px;
        overflow: hidden;
    }
    .why .container {
        max-width: 350px;
    }
    .why__tittle {
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
        font-size: 24px;
        width: 100%;
        margin-bottom: 29px;
    }
    .why__blocks {
        gap: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .stndart__tittle {
        margin-bottom: 31px;
        font-size: 28px;
    }
    .record__blocks{
        flex-direction: column;
    }
    .make-an-appointment {
        width: 100%;
        padding: 20px;
    }
    .record__tittle {
        font-size: 23px;
        margin-bottom: 15px;
    }
    .make-an-appointment {
        width: 100%;
        padding: 18px;
        margin-bottom: 14px;
    }
    .record__people-img {
        width: 100%;
        height: 184px !important;
        border-radius: 12px;
    }
    .stock__icon {
        width: 60px;
        height: 60px;
        margin-right: 11px;
    }
    .stock__icon img {
        width: 37px;
    }
    .calculate__btn-img {
        width: 105px;
    }
    .technic .stndart__tittle {
        margin-bottom: 33px;
        width: 100%;
        font-size: 25px;
    }
    .technic__block {
        width: 100%;
    }
    .technic__content {
        min-height: auto;
    }
    .stages-work__navs {
        width: auto;
        margin-bottom: 33px;
    }
    .stages-work__name{
        width: 266px;
        border-radius: 8px !important;
    padding: 10px 21px !important;
    font-size: 17px !important;
    }
    .stages-work__nav.active .stages-work__name{
        width: 266px;
    }
    .stages-work__navs{
        width: 100%;
    }
    .stages-work__content {
        width: 100%;
        padding: 13px;
        padding-bottom: 29px;
    }
    .stages-work__info p {
        line-height: 17px;
        font-size: 11px;
    }
    .stages-work__info img{
        margin-right: 7px;
        top: 1px;
    height: 15px;
    }
    .stages-work__info{
        padding: 10px;
        width: 170px;
        border-radius: 8px; 
    }
    .stages-work__content-name {
        margin-bottom: 16px;
        font-size: 26px;
    }
    .stages-work__icon {
        margin-right: 13px;
        width: 52px;
        height: 52px;
        flex-shrink: 0;
    }
    .stages-work__icon img {
        left: 0;
        width: 30px;
    }
    .stages-work__time-text{
        width: auto;
        font-size: 13px;
        line-height: normal;
    }
    .stages-work__text{
        padding-left: 19px;
        font-size: 14px;
        line-height: normal;
    }
    .stages-work__text::after{
        width: 5px;
    }
    .implantation__blocks {
        width: 100%;
    }
    .implantation .stndart__tittle {
        margin-bottom: 31px;
    }
    .implantation__block {
        flex-direction: column;
    }
    .implantation__info {
        width: auto;
    }
    .implantation__icon {
        width: 59px;
        height: 59px;
        margin-bottom: 10px;
    }
    .cost__block {
        width: 100%;
    }
    .cost__wr h3 {
        font-size: 18px;
        line-height: normal;
        min-height: auto;
    }
    .cost__block {
        min-height: auto;
    }
    .stndart__tittle{
        font-size: 26px;
    }
    .warranty .implantation__info {
        width: auto;
    }
    .warranty-num {
        font-size: 28px;
        margin-bottom: 10px;
    }
    .implantation__info h3 {
        margin-bottom: 8px;
        font-size: 18px;
    }
    .warranty-num {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .diagnostics__people {
        width: 100%;
        height: 321px;
    }
    .diagnostics__wr {
        border-radius: 0px 0px 15px 15px !important;
        width: 100%;
        padding: 19px;
    }
    .diagnostics__tittle {
        font-size: 21px;
        margin-bottom: 18px;
    }
    .diagnostics__phone {
        margin-top: 21px;
        flex-direction: column;
        align-items: flex-start;
    }
    .diagnostics__phone a {
        font-size: 21px;
    }
    .diagnostics-stock__text {
        width: auto;
        line-height: 20px;
        font-size: 14px;
    }
    .diagnostics__icon {
        margin-right: 13px;
        position: relative;
        left: 0;
    }
    .doc .stndart__tittle {
        margin-bottom: 32px;
        font-size: 26px;
    }
    .why-v2 .why__tittle{
        font-size: 26px;
    }
    .quiz__header {
        font-size: 28px;
    }
    .quiz__top-text {
        margin-bottom: 2px;
        font-size: 19px;
    }
    .quiz__top-text img {
        margin-right: 5px;
        width: 28px;
    }
    .quiz__top {
        margin-bottom: 39px;
    }
    .answer h2 {
        width: auto;
        font-size: 28px;
        margin-bottom: 17px;
    }
    .stages-work__prot{
        display: none;
    }
    .hint-sum__content {
        padding: 26px;
    }
    .hint-sum__header {
        line-height: normal;
        font-size: 23px;
        margin-bottom: 16px;
    }
    .hint-sum__info {
        margin-top: 25px;
    }
    .hint-sum__info h3{
        margin-bottom: 13px;
        font-size: 17px;
    }
    .hint-sum__list li {
        padding-left: 28px;
        margin-bottom: 17px;
        line-height: normal;
        font-size: 15px;
    }
    .hint-sum__list li::after{
        top: 0;
    }
    .hint-sum__list li::before{
        top: 5px;
    }
    .doc__container{
        flex-direction: column;
    }
    .doc__container .staff__item {
        width: 100%;
    }
    .about-us__block p {
        font-size: 15px;
        line-height: 20px;
    }
    .main__list li {
        font-size: 16px;
    }
    .main__img-impm{
        display: flex;
        position: relative;
    }
    .main__img-impm {
        display: flex;
        position: relative;
        top: 0;
        right: 0;
    }
    .main__img-imp img {
        width: 377px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .main__img-imp img {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .main__img-impm {
        display: flex;
        position: relative;
        top: -8px;
        right: 17px;
    }
    .main__list li {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .about-us .container {
        padding-left: 0;
        flex-wrap: wrap;
        gap: 0;
    }
    .about-us__block p {
        font-size: 15px;
        line-height: 17px;
        margin-bottom: 0;
    }
}

@media (max-width: 450px) {
    .about-us__block::after {
        width: 4px!important;
        height: 4px!important;
        top: 0;
    }
    .about-us .container {
        padding-left: 0;
        flex-wrap: wrap;
        gap: 13px;
    }
    .about-us__block::after {
        width: 4px;
        height: 4px;
        top: 0;
        border-radius: 50%;
    }
    .about-us__block p {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 0;
    }
    .about-us__block {
        margin-right: 0;
        position: relative;
        width: auto;
        padding-left: 12px;
    }
    .about-us .container {
        padding-left: 0;
        flex-wrap: wrap;
        gap: 21px;
    }
    .about-us__block p {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 0;
    }

    .about-us__block::after {
        width: 4px;
        height: 4px;
        top: 7px;
        left: 0;
        border-radius: 50%;
    }
    .top-slider__heading {
        font-size: 23px;
        max-width: calc(80vw - 30px);
    }

    .top-slider__heading br {
        display: none;
    }
    .main__tittle {
        font-size: 24px;
        width: 100%;
    }
    .main-i {
        width: 17px;
        bottom: 13px;
        right: 0;
    }
    .main__list li::after {
        width: 19px;
        height: 19px;
        top: 0;
    }
    .main__list li::before {
        top: 4px;
        left: 6px;
        width: 8px;
        height: 12px;
    }
    .main__list li {
        font-size: 16px;
        margin-bottom: 20px;
        padding-left: 31px;
    }
    .main .container {
        padding-bottom: 47px;
        padding-top: 48px;
    }
    .about-us__block p {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 23px;
    }
    .about-us__block::after {
        width: 4px;
        height: 45px;
        top: -2px;
    }
    .about-us {
        margin-bottom: 11px;
    }
    .why {
        margin-bottom: 0;
        padding-bottom: 43px;
        padding-top: 43px;
    }
    .why__icon {
        margin-bottom: 14px;
        width: 52px;
        height: 52px;
    }
    .why__name {
        margin-bottom: 11px;
        min-height: auto;
        font-size: 18px;
    }
    .why__text {
        font-size: 16px;
        width: auto;
    }
    .accent__block {
        min-height: 124px;
        padding: 17px;
    }
    .accent {
        padding-top: 54px;
        margin-bottom: 0;
        padding-bottom: 49px;
        overflow: hidden;
    }
    .record .container {
        padding-top: 49px;
        padding-bottom: 49px;
    }
    .stock__info {
        width: auto;
        align-items: center;
        margin-bottom: 20px;
    }
    .record .calculate__btn-img {
        display: none;
    }
    .technic {
        padding-top: 43px;
    }
    .technic__content{
        padding: 20px;
    }
    .stages-work__lines2{
        display: none;
    }
    .stages-work {
        padding-top: 39px;
    }
    .stndart__tittle {
        font-size: 25px;
    }
    .stages-work__name{
        width: 237px;
    }
    .stages-work__nav.active .stages-work__name{
        width: 237px;
    }
    .stages-work__img {
        height: 208px;
    }
    .stages-work__info {
        top: 179px;
        right: 14px;
    }
    .stages-work__content-name {
        margin-bottom: 16px;
        font-size: 23px;
    }
    .implantation .container {
        padding-bottom: 43px;
        padding-top: 43px;
    }
    .implantation__info h3 {
        margin-bottom: 8px;
        font-size: 17px;
        line-height: 1.4;
    }
    .diagnostics__tittle {
        font-size: 19px;
        margin-bottom: 18px;
    }
    .diagnostics__text {
        padding-left: 20px;
        font-size: 14px;
        line-height: 1.4;
        margin-bottom: 22px;
        width: auto;
    }
    .diagnostics__text::after {
        top: 0;
        width: 5px;
        height: 100%;
    }
    .why-v2 .why__tittle {
        font-size: 26px;
        padding-left: 18px;
        padding-right: 18px;
        padding-top: 25px;
    }
    .quiz__header {
        font-size: 26px;
    }
    .quiz__top-text {
        margin-bottom: 2px;
        font-size: 18px;
    }
    .doc .stndart__tittle {
        margin-bottom: 29px;
        font-size: 23px;
    }
    .answer h2 {
        width: auto;
        font-size: 24px;
        margin-bottom: 10px;
    }
    .hint-sum__header {
        line-height: normal;
        font-size: 21px;
        margin-bottom: 16px;
    }
    .about-us__block p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 0;
    }
    .about-us .container {
        padding-left: 0;
        flex-wrap: wrap;
        gap: 15px 30px;
    }
    .about-us__block {
        margin-right: 0;
        position: relative;
        width: 148px;
        padding-left: 12px;
    }
    .about-us__block p {
        font-size: 15px;
        line-height: 18px;
        margin-bottom: 0;
    }
    .about-us__block::after {
        top: 7px;
    }
    .about-us__block p {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 0;
    }
}

/* 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;
}
.header__menu-overlay{
    display: none;
}
@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;
    }
    .about-us .container {
        padding-left: 0;
        flex-wrap: wrap;
        gap: 35px;
    }

}

/* 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;
    }

}
