@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --dark-blue: #003973;
    --light-gray: #ACACAC;
}

body {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
}

.container-fluid {
    max-width: 100%;
}

.container {
    max-width: 1400px;
    margin: 0 auto;
}

.row {
    display: flex;
}

.col-lg-1 {
    width: 8.3%;
}

.col-lg-2 {
    width: 16.6%;
}

.col-lg-3 {
    width: 25%;
}

.col-lg-4 {
    width: 33.3%;
}

.col-lg-5 {
    width: 41.6%;
}

.col-lg-6 {
    width: 50%;
}

.col-lg-8 {
    width: 66.6%;
}

.col-lg-9 {
    width: 75%;
}

.col-lg-12 {
    width: 100%;
}

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

.column {
    flex-direction: column;
    justify-content: center;
}

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

.logo {
    max-width: 268px;
    height: auto;
}

#header {
    padding: 17px 0px;
    box-shadow: 0 4px 30px 0 #F1F1F1;
}

#header>.container>.row {
    gap: 20px;
    justify-content: space-around;
}

.header-text {
    color: var(--dark-blue);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 0 27px;
    max-width: 242px;
}

.img_header-info img {
    width: 40px;
    height: 40px;
}

.text_header-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 7px;
    margin: 0px 5px;
}

.before_info-text {
    color: var(--light-gray);
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.info-text {
    color: var(--dark-blue);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.info-text a {
    color: var(--dark-blue);
    text-decoration: none;
}

#slider {
    position: relative;
    height: calc(100vh - 104px);
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#slider>.row {
    margin-left: 5rem;
}

#slider img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    object-position: center;
    display: block;
}

.header-form_wrapper {
    border-radius: 30px;
    max-width: 628px;
    padding: 37px;
    position: relative;
}

.header-form_wrapper::before {
    padding: 37px;
    border-radius: 30px;
    border: 1px solid #003973;
    opacity: 0.2;
    max-width: 628px;
    backdrop-filter: blur(7.5px);
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    margin: 0 auto;
}

.header-from_wrapper_inner {
    border-radius: 30px;
    max-width: 594px;
    padding: 17px;
}

.header-from_wrapper_inner::before {
    padding: 17px;
    border-radius: 30px;
    opacity: 0.5;
    max-width: 594px;
    background: rgba(0, 57, 115, 0.40);
    backdrop-filter: blur(7.5px);
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    margin: 30px auto;
}

.header-form {
    border-radius: 30px;
    background: #FFF;
    box-shadow: 0 4px 62.2px 0 rgba(0, 0, 0, 0.05);
    max-width: 555px;
    padding: 36px;
    position: relative;
    z-index: 1;
}

.header-form h3 {
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    background: var(--Linear, linear-gradient(99deg, #003973 27.7%, #006CD9 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0px;
}

.header-form form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0px;
}

.header-form form input {
    border-radius: 3px;
    border: 1px solid #EAEAEA;
    background: #FFF;
    padding: 17px 18px;
}

.header-form form input::placeholder {
    color: var(--light-gray);
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.header-form form>.row>div {
    width: 50%;
    display: flex;
    gap: 15px;
    align-items: center;
}

.header-form form>.row>div label {
    color: #000;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    gap: 20px;
}

.header-form form>.row>div label a {
    color: #003872;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.header-form form input[type="checkbox"] {
    display: flex;
    width: 30px;
    height: 30px;
    padding: 6px;
    align-items: center;
    gap: 10px;
    border-radius: 3px;
    border: 1px solid #EAEAEA;
    background: #FFF;
}

.header-form form button {
    display: flex;
    width: 230px;
    height: 50px;
    padding: 17px 99px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 30px;
    background: var(--Linear, linear-gradient(99deg, #003973 27.7%, #006CD9 100%));
    box-shadow: 0 10px 15px 0 rgba(13, 147, 206, 0.10);
    color: #FFF;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

#clinic-tooth .row {
    gap: 30px;
}

#clinic-tooth .row.f-center {
    justify-content: center;
}

#clinic-tooth h2 {
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    background: var(--Linear, linear-gradient(99deg, #003973 27.7%, #006CD9 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#clinic-tooth .col {
    border-radius: 30px;
    border: 10px solid rgba(0, 57, 115, 0.20);
    background: #FFF;
    margin-top: 150px;
    position: relative;
    width: 33%;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

#clinic-tooth .col img {
    position: absolute;
    margin-top: -50%;
    left: 0px;
}

#clinic-tooth .col h3 {
    margin-top: 80px;
    color: #356072;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

#clinic-tooth .col p {
    color: #5C5C5C;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

#clinic-tooth .col span {
    color: #356072;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    position: absolute;
    bottom: 20px;
}

.clinic-tooth_after-text {
    color: #5C5C5C;
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin: 40px auto;
}

#visit .row.f-center {
    justify-content: center;
}

#visit h2 {
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    background: var(--Linear, linear-gradient(99deg, #003973 27.7%, #006CD9 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#visit .row {
    gap: 30px;
}

#visit .col {
    width: 33%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

#visit img {
    border-radius: 30px;
    border: 10px solid rgba(0, 57, 115, 0.20);
    background: #FFF;
}

#visit h3 {
    color: #356072;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
}

#visit p {
    color: #000;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

#whysection {
    background-color: #F6F9FC;
    background:
        url('../img/back-section.png') right/contain no-repeat,
        #F6F9FC;
    padding: 103px 0px;
}

#whysection .row {
    justify-content: center;
}

#whysection h2 {
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    background: var(--Linear, linear-gradient(99deg, #003973 27.7%, #006CD9 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 55px;
}

#whysection h3 {
    color: #356072;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

#whysection p {
    color: #000;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

#whysection img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    display: block;
    border-radius: 30px;
    border: 10px solid rgba(0, 57, 115, 0.20);
    background: #FFF;
}

.form-section {
    border-radius: 30px;
    background: var(--Linear, linear-gradient(99deg, #003973 27.7%, #006CD9 100%));
    backdrop-filter: blur(7.5px);
    color: white;
    margin: 80px 0px;
}

#form-section .left {
    margin: 3rem;
}

#form-section h2 {
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 40px;
}

#form-section ul li::marker {
    content: "✓ ";
    color: white;
}

#form-section ul li {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-left: 15px;
    padding-bottom: 20px;
}

#form-section h3 {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    text-align: center;
    max-width: 480px;
    padding-bottom: 50px;
}

#form-section form {
    gap: 20px;
    display: flex;
    flex-direction: column;
}

.right {
    margin-right: 100px;
    margin: 50px 0px;
}

#form-section form input {
    display: flex;
    width: 442px;
    padding: 14px 22px;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 10px;
    background: #FFF;
}

#form-section form input::placeholder {
    color: #5C5C5C;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

#form-section form input[type="checkbox"] {
    width: 22px;
    height: 22px;
    border-radius: 10px;
    background: #FFF;
}

#form-section form .row.f-center {
    gap: 10px;
}

#form-section form label {
    color: #FFF;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    display:flex;
    gap:20px;
}

#form-section form label a {
    color: white;
}

#form-section form button {
    padding: 15px 163px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.40);
    background: none;
    color: white;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    cursor: pointer;
}

.doc-slider {
    margin: 40px auto;
}

.doc-slider .row {
    justify-content: center;
}

.doc-slider h2 {
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    background: var(--Linear, linear-gradient(99deg, #003973 27.7%, #006CD9 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    max-width: 800px;
    text-align: center;
}

.doc-slider-wrapper {
    gap: 20px;
    justify-content: space-between;
}

.doc-slider button {
    background: none;
    border: 0px;
    cursor: pointer;
}

.doc-slide {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
}

.doc-slide img {
    width: 100%;
}

.doc-slide h3 {
    color: #356072;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
}

.doc-slide span {
    color: #000;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

.doc-slide button {
    border-radius: 30px;
    border: 1px solid var(--Linear, #003973);
    box-shadow: 0 10px 15px 0 rgba(13, 147, 206, 0.10);
    width: 100%;
    display: flex;
    height: 50px;
    padding: 17px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    color: #003973;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

#diagnostic {
    background: url(../img/back-section.png) left / contain no-repeat, #F6F9FC;
    padding: 103px 0px;
}

#diagnostic .row {
    margin: 40px 0px;
}

#diagnostic h2 {
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    background: var(--Linear, linear-gradient(99deg, #003973 27.7%, #006CD9 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
}

#diagnostic span {
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    margin-bottom: 50px;
}

#diagnostic img {
    border-radius: 30px;
    border: 10px solid rgba(0, 57, 115, 0.20);
    background: #FFF;
}

#diagnostic h3 {
    color: #356072;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
}

#diagnostic p {
    color: #000;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

#diagnostic p.text-diagnostic {
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

#diagnostic span.ul-diagnostic {
    color: #356072;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    margin: 0;
}

#diagnostic ul>li {
    color: #000;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    padding-bottom: 20px;
}

#diagnostic ul li::marker {
    content: "✓ ";
    color: #003973;
}

.profilact {
    padding: 100px 0px;
}

.profilact .row {
    margin: 40px 0px;
    gap: 20px;
}

.profilact h3 {
    font-family: Montserrat;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    background: var(--Linear, linear-gradient(99deg, #003973 27.7%, #006CD9 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    max-width: 600px;
}

.profilact p {
    color: #000;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

.profilact img {
    flex-shrink: 0;
    aspect-ratio: 23/11;
    border-radius: 16px;
    width: 100%;
}

.profilact li {
    color: #356072;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 10px;
}

.profilact li::marker {
    content: '✓';
    height: 22px;
    width: 22px;
    display: block;
    color: white;
    background-color: #356072;
    border-radius: 22px;
}



.zayavka .col-lg-5 {
    border-radius: 30px;
    background: var(--Linear, linear-gradient(99deg, #003973 27.7%, #006CD9 100%));
    color: white;
    padding: 44px 44px 44px 44px;
    gap: 20px;
}

.zayavka .col-lg-5 h3 {
    font-family: Montserrat;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.zayavka .col-lg-5 span {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
}

.zayavka form {
    display: flex;
    gap: 10px;
    flex-direction: column;
}

.zayavka form>.row {
    margin: 40px 0px 0px 0px;
}

.zayavka form input {
    padding: 14px 22px;
    align-items: center;
    width: 100%;
    gap: 10px;
    align-self: stretch;
    border-radius: 10px;
    background: #FFF;
    max-width: 440px;
}

.zayavka form input::placeholder {
    color: var(--light-gray);
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.zayavka form input[type="checkbox"] {
    width: 22px;
    height: 22px;
    border-radius: 10px;
    background: #FFF;
    margin-right: 10px;
}

.zayavka form a {
    color: white;
}

.zayavka form label {
    max-width: 170px;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

.zayavka button {
    display: flex;
    width: 285px;
    height: 45px;
    padding: 15px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.40);
    background: none;
    color: #FFF;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    cursor: pointer;
}

.zayavka .row {
    gap: 40px;
}

.zayavka .col-lg-6 {
    background: url(../img/zayavka.png);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 30px;
}

.zayavka .col-lg-6 span.un-price {
    color: #356072;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    text-decoration-line: line-through;
}

.zayavka .col-lg-6 span.price {
    font-family: Montserrat;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    background: var(--Linear, linear-gradient(99deg, #003973 27.7%, #006CD9 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.zayavka ul {
    padding: 0;
}

.zayavka li {
    color: #356072;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 10px;
}

.zayavka li::marker {
    content: '✓';
    height: 22px;
    width: 22px;
    display: block;
    color: white;
    background-color: #356072;
    border-radius: 22px;
}

.zayavka .col-lg-6 {
    padding: 40px;
}

.advantages h2 {
    font-family: Montserrat;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    background: var(--Linear, linear-gradient(99deg, #003973 27.7%, #006CD9 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.advantages h3 {
    color: #356072;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    /* 28px */
}

.advantages p {
    color: #000;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

.maps h2 {
    font-family: Montserrat;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    background: var(--Linear, linear-gradient(99deg, #003973 27.7%, #006CD9 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#footer {
    padding: 17px 0px;
    box-shadow: 0 4px 30px 0 #F1F1F1;
}

#footer>.container>.row {
    gap: 20px;
    justify-content: space-around;
}

.left-gray {
    color: #ACACAC;
    font-family: Montserrat;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: left;
}

.right-gray {
    color: #ACACAC;
    text-align: right;
    font-family: Montserrat;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: right;
}

@media (max-width:568px) {
    .row {
        margin: 0px 10px !important;
    }



    #header>div>div>div.header-text.f-center,
    #header>div>div>div.time-work.f-center,
    #header>div>div>div.geo-work.f-center,
    body>div:nth-child(7)>div:nth-child(2) {
        display: none;
    }

    #header>div>div>div.logo,
    #header>div>div>div.logo>a>img {
        max-width: 151px;
    }

    #slider,
    #slider img {
        height: auto;
    }

    #slider>.row {
        margin: 80px 10px 50px 10px !important;
    }

    .header-form_wrapper {
        border-radius: 30px;
        max-width: 100%;
        padding: 10px;
        position: relative;
    }

    .header-from_wrapper_inner {
        border-radius: 30px;
        max-width: 100%;
        padding: 10px;
    }

    .header-form {
        border-radius: 30px;
        background: #FFF;
        box-shadow: 0 4px 62.2px 0 rgba(0, 0, 0, 0.05);
        max-width: 100%;
        padding: 5px;
        position: relative;
        z-index: 1;
    }

    .header-form h3 {
        font-size: 18px;
        text-align: center;
        padding: 15px 50px;
    }

    .header-form form {
        display: flex;
        flex-direction: column;
        gap: 20px;
        padding: 0;
    }

    #header-form>div {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        padding: 10px 0px;
    }

    .header-form form>.row>div {
        width: 100%;
        display: flex;
        gap: 15px;
        align-items: center;
    }

    .header-form form>.row>div label {
        color: #000;
        font-family: Montserrat;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        max-width: 200px;
    }

    .header-form form button {
        display: flex;
        width: 100%;
    }

    .header-from_wrapper_inner::before {
        padding: 17px;
        border-radius: 30px;
        opacity: 0.5;
        max-width: 90%;
        height: 90%;
        background: rgba(0, 57, 115, 0.40);
        backdrop-filter: blur(7.5px);
        content: "";
        position: absolute;
        inset: 0;
        z-index: 0;
        margin: 5px auto;
    }

    #slider {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-direction: column;
    }

    #clinic-tooth>div:nth-child(2),
    #visit>div:nth-child(2),
    #whysection>div>div:nth-child(2),
    #form-section>div>div,
    .doc-slider-wrapper,
    #diagnostic>div>div:nth-child(2),
    #diagnostic>div>div:nth-child(2)>div:nth-child(1)>div,
    #diagnostic>div>div:nth-child(2)>div:nth-child(2)>div,
    body>div.container.profilact>div:nth-child(2),
    body>div.container.zayavka>div>div.col-lg-5.col.column.f-start>form>div,
    body>div.container.advantages>div:nth-child(2),
    body>div.container.zayavka>div,
    #footer>div>div:nth-child(1),
    #footer>div>div:nth-child(2),
    #whysection>div>div:nth-child(4) {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    body>div.container.profilact>div:nth-child(1),
    #whysection>div>div:nth-child(3) {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }

    body>div:nth-child(10)>div:nth-child(2) {
        display: none;
    }

    .col {
        width: 100% !important;
    }

    #clinic-tooth .col img {
        position: absolute;
        margin-top: -50%;
        left: 0px;
    }

    #whysection h2 {
        text-align: center;
    }

    #form-section form input {
        width: 80%;
    }

    img {
        max-width: 100%;
    }

    body>div.container.zayavka>div>div.col-lg-5.col.column.f-start,
    body>div.container.zayavka>div>div.col-lg-6.col.column.f-start {
        padding: 0px;
    }

    #form-section form button {
        max-width: 90%;
        padding: 15px 120px;
    }

    #clinic-tooth .col {
        max-width: 70%;
    }

    #visit img,
    #whysection img,
    #diagnostic img {
        max-width: 90%;
        margin: 0 auto;
    }

    h2 {
        font-size: 18px !important;
        text-align: center;
    }

    .form-section {
        margin: 80px 10px;
    }

    #form-section>div:nth-child(5)>button {
        max-width: 100%;
        padding: 15px 120px;
    }

    #form-section ul {
        margin: 0px 30px;
    }

    #form-section ul li {
        font-size: 16px;
    }

    #form-section .left {
        margin: 20px -15px;
    }

    .right {
        margin-right: 100px;
        margin: 0;
    }

    #form-section h3 {
        display: none;
    }

    #form-section form {
        gap: 20px;
        margin: 20px 0px;
    }
    .doc-slide img {
    width: 80%;
    margin: 0 auto;
}
.doc-slide{
    display: flex;
    align-items: center;
}
.doc-slide h3{
    max-width: 230px;
    text-align: center;
}
.doc-slide button{
    max-width: 80%;
    margin: 0 auto;
    border-radius: 0;
}
#diagnostic > div > div:nth-child(2) > div:nth-child(1) > div > div:nth-child(1),
#diagnostic > div > div:nth-child(2) > div:nth-child(2) > div > div:nth-child(1){text-align:center;}
#diagnostic > div > div:nth-child(3){
    align-items: flex-start;
}
#diagnostic > div > div:nth-child(3) > h2,
#diagnostic > div > div.row.column.f-start > span{
        text-align: left;
    max-width: 70%;
}
#diagnostic {
    background: url(../img/back-section.png) left / contain no-repeat, #F6F9FC;
    padding: 50px 0px;
}
body > div.container.profilact > div:nth-child(1) > div:nth-child(1),
body > div.container.profilact > div:nth-child(2) > div:nth-child(2){
    display: flex;
    flex-direction: column;
    align-items: center;
}
body > div.container.profilact > div:nth-child(1) > div:nth-child(1) > h3
body > div.container.profilact > div:nth-child(2) > div:nth-child(2) > h3{
    text-align: center;
    font-size: 18px;
    max-width: 80%;
}
body > div.container.profilact > div:nth-child(1) > div:nth-child(1) > p,
body > div.container.profilact > div:nth-child(2) > div:nth-child(2) > p{
    text-align: center;
}
body > div.container.zayavka > div > div.col-lg-5.col.column.f-start{
    align-items: center;
}
body > div.container.zayavka > div > div.col-lg-5.col.column.f-start h3{
    text-align: center;
    font-size: 18px;
}
body > div.container.zayavka > div > div.col-lg-5.col.column.f-start > span{
    text-align: center;
    font-size:16px;
}
.zayavka form input{
    width: 85%;
}
.zayavka form {
    gap: 10px;
    margin: 40px;
}
body > div.container.zayavka > div > div.col-lg-5.col.column.f-start > form > div > div.row.f-center{
    display: flex;
    gap: 10px;
    justify-content: flex-start;
    width: 100%;
}
body > div.container.zayavka > div > div.col-lg-6.col.column.f-start{
    padding: 40px 0px;
}
body > div.container.zayavka > div > div.col-lg-6.col.column.f-start > span.un-price,
body > div.container.zayavka > div > div.col-lg-6.col.column.f-start > span.price,
body > div.container.zayavka > div > div.col-lg-6.col.column.f-start > ul{
    padding: 10px 40px;
}
body > div.container.advantages > div.row.f-center{
    justify-content: center;
    margin: 40px 0px !important;
}
#footer{
    padding-top:40px;
}
#footer > div > div:nth-child(1){
    align-items: flex-start;
    max-width: 80%;
    margin: 0 auto !important;
}
#footer > div > div:nth-child(1) > div.logo{
        margin: 0 auto;
}
#footer > div > div:nth-child(1) > div.header-text.f-center{
    margin: 0 auto;
}
#footer > div > div:nth-child(1) > div.header-text.f-center > span{
        margin: 0 auto;
    text-align: center;
}
}