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

body {
    font-family: "Mulish", sans-serif !important;
    background-color: #FAF9F8 !important;
    overflow-x: hidden;
}

.home__page {
    background: url(../img/ellipse_1.svg) center top no-repeat #FAF9F8;
    background-size: 100%;
}

body:not(.home__page) .location p {
    color: #fff !important;
}

select,
button,
a,
input,
textarea,
img {
    outline: none !important;
    box-shadow: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
    font-weight: 700 !important;
}

a,
button {
    text-decoration: none !important;
    transition: .3s all !important;
}

img {
    max-width: 100% !important;
    border: 0 !important;
}

header {
    position: fixed;
    top: 0;
    transition: .3s all;
    z-index: 90;
    width: 100%;
    padding: 22px 0;
    border-radius: 0 0 30px 30px;
    background-color: #ffffff10;
}

.nav-up {
    top: -5rem;
}

.cabinet__inner__pages .nav-up {
    top: -10em;
}

.head_fixed {
    background-color: #fff;
}

header .col {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .col > div {
    display: flex;
    align-content: center;
}

header .col > div:first-child {
    gap: 18px;
}

.logo img {
    object-fit: contain !important;
    width: 100% !important;
    margin-top: 3px;
}

.home__page header .logo > picture:first-child {
    display: none;
    flex-shrink: 0;
}

body:not(.home__page) header .logo > picture:first-child {
    display: block !important;
    flex-shrink: 0;
}

body:not(.home__page) header .logo > picture:last-child {
    display: none !important;
    flex-shrink: 0;
}

.home__page .head_fixed .logo > picture:first-child {
    display: block;
    flex-shrink: 0;
}

.home__page .head_fixed .logo > picture:last-child {
    display: none;
}

.home__page .head_fixed .col > div:first-child > a:last-child,
body:not(.home__page) header .col > div:first-child > a:last-child {
    color: #40ADE9;
    background-color: #40ADE915;
    flex-shrink: 0;
}

.home__page .head_fixed .col > div:first-child > a:last-child:hover,
body:not(.home__page) header .col > div:first-child > a:last-child:hover {
    color: #40ADE9;
    background-color: #40ADE930;
}

.home__page .head_fixed .location > div,
.home__page .head_fixed .col > div:last-child > a {
    color: #0061EF !important;
}

.home__page .head_fixed path,
body:not(.home__page) path {
    stroke: #0061EF !important;
}

header > div:first-child a:last-child {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    background-color: #ffffff15;
}

header > div:first-child a:last-child:hover {
    background-color: #40ADE9;
}

header .col > div:last-child {
    gap: 3rem;
}

.location {
    position: relative;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.home__page .location > div:first-child {
    color: #fff;
}

.location > div:first-child {
    display: flex;
    align-items: center;
    gap: .75rem;
    padding: 0;
    color: #0061EF;
}

.location__dropdow {
    position: absolute;
    background-color: #fff;
    border-radius: 30px;
    padding: 15px;
    width: 100%;
    margin-top: 7rem;
    display: none;
}

.location.open .location__dropdow {
    display: block;
}

.location__arrow {
    transition: transform .3s ease;
}

.location.open .location__arrow {
    transform: rotate(180deg);
}

header .col > div:last-child > div:last-child {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.home__page header .col > div:last-child > a {
    color: #fff;
}

#menu {
    cursor: pointer;
}

header .col > div:last-child > a {
    color: #0061EF;
}

.cart__block {
    position: relative;
    width: 1.5rem;
    height: 1.5rem;
}

.cart__block > span {
    position: absolute;
}

.cart__count__items {
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
    align-items: end;
    line-height: 125%;
    justify-content: center;
    color: #F31155;
    font-size: .75rem;
    font-weight: 800;
}

.cart__with__items svg path:last-child,
.cart__with__items svg path:nth-child(3) {
    display: none;
}

.cart__dot {
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: #F31155;
    top: -1px;
    right: -3px;
}

.block__1 {
    width: 100%;
    height: 800px;
    background: url(../img/banner__start.png) center no-repeat;
    background-size: cover;
    position: relative;
}

.block__1::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 162px;
    top: 0;
    left: 0;
    z-index: 2;
    background: #40ADE9;
    background: linear-gradient(0deg, rgba(64, 173, 233, 0) 0%, rgba(64, 173, 233, 1) 100%);
}

.block__1::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 84px;
    bottom: 0;
    left: 0;
    z-index: 9;
    background: #FAF9F8;
    background: linear-gradient(180deg, rgba(250, 249, 248, 0) 0%, rgba(250, 249, 248, 1) 100%);
}

.block__video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

.block__video__gradient::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 500px;
    left: 0;
    bottom: 0;
    background: #40ADE9;
    background: linear-gradient(180deg, rgba(64, 173, 233, 0) 29%, rgba(64, 173, 233, 1) 100%);
    z-index: 2;
}

.block__1 .container {
    position: relative;
    z-index: 9;
    height: 100%;
}

.block__1 .container .row {
    height: 100%;
}

.block__1 .container .row .col {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.block__1 h4 {
    text-transform: uppercase;
    font-weight: bold !important;
    color: #fff;
    margin: 100px 0 0 0;
    line-height: 100%;
    font-size: 1rem;
}

.block__1 h1 {
    text-transform: uppercase;
    font-weight: 400 !important;
    color: #fff;
    margin: 0 0 6px 0;
}

.block__1 p {
    font-size: 20px;
    line-height: 150%;
    margin: 0;
    color: #fff;
}

.block__1 .container .col > div > div {
    margin: 43px 0 70px 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.block__1 button {
    font-size: 1rem;
    font-weight: 800;
    line-height: 100%;
    padding: 14px 25px;
    border-radius: 5rem;
    border: 1px solid #fff;
    color: #fff;
    background-color: transparent;
}

.block__1 button:first-child {
    background: #F31155;
    background: linear-gradient(90deg, rgba(243, 17, 85, 1) 0%, rgba(64, 173, 233, 1) 100%);
}

.block__1 button:hover {
    background: #F31155;
}

.mobile__header {
    display: none;
    margin: .5rem;
    gap: 1rem;
}

.mobile__menu,
.block__1__mobile {
    display: none;
}

.mobile_menu__container {
    top: -100%;
    opacity: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #40ADE980;
    z-index: 100;
    transition: .5s all;
    padding: .5rem;
}

.mobile_menu__container.active {
    top: 0;
    opacity: 1;
}

.mobile_menu__container > .container-fluid {
    border-radius: 30px;
    background-color: #fff;
}

.mobile_menu__container > div > div:first-child {
    background-color: #FAF9F8;
    border-radius: 30px 30px 0 0;
}

.menu__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
}

.menu__header > div {
    display: flex;
    align-items: center;
    gap: 20px;
}

.menu__header > div:first-child a {
    width: 36px;
    height: 36px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    color: #0061EF;
    font-size: 14px;
    font-weight: 600;
    background-color: #40ADE915;
}

.menu__header > div:first-child a:hover {
    background-color: #40ADE930;
}

.close__menu {
    cursor: pointer;
    margin-left: 20px;
    transition: .3s all;
}

.close__menu:hover {
    fill: #0061EF;
}

.close__menu path {
    transition: .3s all;
}

.close__menu:hover path:first-child {
    stroke: #0061EF;
}

.close__menu:hover path {
    stroke: #fff !important;
}

.menu__header > div:last-child {
    gap: 40px;
}

.menu__header > div:last-child > a {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 14px;
    color: #5B5B5B;
}

.menu__header > div:last-child > a:hover {
    color: #0061EF;
}

.menu__header > div:last-child > a > div,
.menu__header > div:last-child > a > picture {
    flex-shrink: 0;
}

.menu__header > div:last-child > a > div {
    position: relative;
}

.menu__header > div:last-child > a > div span {
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: #F31155;
    position: absolute;
    top: -1px;
    right: -3px;
}

.menu__items__grid {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px !important;
    margin-bottom: 30px;
}

.menu__items__grid a {
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-direction: column;
    padding: 20px 0;
    font-size: 1rem;
    color: #0061EF;
    font-weight: 600;
    border-right: 1px solid #E2F3FC;
    border-top: 1px solid #E2F3FC;
}

.menu__items__grid a:hover {
    background-color: #FAF9F8;
    font-weight: 800;
}

.menu__items__grid a:nth-child(1),
.menu__items__grid a:nth-child(2),
.menu__items__grid a:nth-child(3),
.menu__items__grid a:nth-child(4) {
    border-top: 0;
}

.menu__items__grid a:nth-child(4n) {
    border-right: 0;
}

.alert__cookie {
    position: fixed;
    width: calc(100% - 1rem);
    margin: .5rem;
    bottom: 0;
    z-index: 99;
    display: none;
    padding: 20px;
    background-color: #fff;
    border-radius: 30px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .1);
}

.alert__cookie p {
    font-size: 1rem;
    color: #5B5B5B;
    margin: 0;
}

.alert__cookie p a {
    color: #0061EF;
}

.alert__cookie p a:hover {
    color: #5B5B5B;
}

.alert__cookie button {
    color: #fff;
    background-color: #0061EF;
    font-size: 14px;
    font-weight: 600;
    border: 0;
    border-radius: 5rem;
    line-height: 100%;
    padding: 15px 144px;
}

.alert__cookie button:hover {
    background-color: #2A80FF;
}

.alert__cookie.active {
    display: flex;
    gap: 3rem;
    align-items: center;
}

.cart__container {
    position: fixed;
    display: flex;
    width: 100%;
    height: 100%;
    background-color: #40ADE980;
    z-index: -1;
    justify-content: end;
    transition: .5s all;
    opacity: 0;
}

.cart__container.active {
    z-index: 99;
    opacity: 1;
}

.cart__container__block {
    position: relative;
    background-color: #fff;
    width: calc(100% - 1rem);
    height: 100%;
    overflow-y: scroll;
    margin: .5rem;
    border-radius: 30px;
    max-width: 482px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.cart__container__block__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    border-radius: 30px 30px 0 0;
    background-color: #FAF9F8;
}

.cart__container__block__header > div {
    display: flex;
    gap: 20px;
    font-size: 20px;
    font-weight: 700;
    color: #323232;
}

.cart__container__block__items {
    display: flex;
    flex-direction: column;
    padding: 0 37px;
    border-radius: 30px 30px 0 0;
}

.cart__container__block__items > div {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #678AA730;
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 1rem;
}

.cart__container__block__items > div > div:last-child {
    width: 30%;
    flex-shrink: 0;
    padding-top: 20px;
    display: flex;
    align-items: center;
    justify-content: end;
}

.cart__container__block__items strong,
.cart__container__block__items p {
    font-size: 14px;
}

.cart__container__block__items p {
    color: #5B5B5B;
    margin: 0;
}

.cart__container__block__items strong {
    color: #323232;
}

.cart__container__block__items span {
    color: #5B5B5B50;
    font-size: 14px;
}

.cart__container__block__items > div:last-child {
    align-items: center;
    padding: 0;
    border: 0;
    margin: 0;
}

.cart__container__block__items > div:last-child > div:last-child {
    padding-top: 0;
}

.cart__container__block__items > div:last-child b {
    font-size: 1.5rem;
    font-weight: 300 !important;
    color: #5B5B5B !important;
}

.cart__container__block__items > div:last-child strong {
    font-size: 1.5rem;
}

.cart__container__block__buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    padding: 0 37px;
}

.cart__container__block__buttons button {
    width: 100%;
    line-height: 100%;
    background-color: transparent;
    border: 1px solid #0061EF;
    color: #0061EF;
    border-radius: 5rem;
    padding: 15px;
    font-size: 14px;
    font-weight: 600;
}

.cart__container__block__buttons button:hover {
    background-color: #2A80FF;
    color: #fff;
}

.cart__container__block__buttons button:first-child {
    background-color: #0061EF;
    color: #fff;
}

.cart__container__block__buttons button:first-child:hover {
    background-color: #2A80FF;
}

.cart__container__block__buttons p {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    line-height: 150%;
    color: #5B5B5B;
    text-align: center;
}

.modal {
    background-color: #40ADE980 !important;
}

.modal-content {
    background-color: transparent !important;
    align-items: center;
    border-radius: 0 !important;
    border: 0 !important;
}

.modal__template__1 {
    max-width: 482px !important;
    border-radius: 30px !important;
    border: 0 !important;
    box-shadow: 0 4px 29.7px rgba(0, 0, 0, .15);
    background-color: #fff;
}

.modal__template__2 {
    width: 690px !important;
    border-radius: 30px !important;
    border: 0 !important;
    box-shadow: 0 4px 29.7px rgba(0, 0, 0, .15);
    background: url(../img/ellipse_2.svg) center top 91px no-repeat #fff;
}

.modal__template__1__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    background-color: #FAF9F8;
    border-radius: 30px 30px 0 0;
    font-size: 20px;
    color: #323232;
    font-weight: bold;
}

.modal__template__1__header picture {
    cursor: pointer;
    opacity: .3;
    transition: .3s all;
}

.modal__template__1__header picture:hover {
    opacity: 1;
}

.modal__template__2__header {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    padding: 20px;
    border-radius: 30px 30px 0 0;
    font-size: 32px;
    color: #323232;
    font-weight: bold;
    width: 100%;
}

.modal__template__2__header picture {
    position: absolute;
    right: 26px;
    cursor: pointer;
    opacity: .3;
    transition: .3s all;
}

.modal__template__2__header picture:hover {
    opacity: 1;
}

.modal__template__1__content {
    padding: 40px;
}

.modal__template__1__content form {
    display: flex;
    flex-direction: column;
    gap: 34px;
}

.modal__template__1__content form hr {
    width: 100%;
    margin: 0;
    opacity: 1;
    border-color: #678AA730;
}

.input__block {
    position: relative;
}

.input__block input,
.input__block textarea {
    padding: 13.3px 16px;
    border: 1.5px solid #0061EF;
    border-radius: 6px;
    width: 100%;
}

.input__block textarea {
    height: 128px;
}

.input__block label {
    position: absolute;
    background-color: #FAF9F8;
    font-size: 14px;
    font-weight: 600;
    color: #5B5B5B;
    padding: 4px;
    top: -1rem;
    left: .85rem;
    z-index: 11;
}

.modal__template__1__content form button {
    width: 100%;
    padding: 13.5px;
    border-radius: 5rem;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    background-color: #0061EF;
    border: 0;
}

.modal__template__1__content form button:hover {
    background-color: #2A80FF;
}

.modal__template__1__content p {
    font-size: 14px;
    font-weight: 600;
    line-height: 150%;
    color: #5B5B5B;
    margin: 0;
}

.modal__template__1__content form button[disabled] {
    cursor: default;
    opacity: .5;
    background-color: #2A80FF !important;
}

.modal__template__2__content {
    background-size: 100%;
    padding: 0 28px 26px 28px;
    display: flex;
    align-items: center;
    padding-top: 58px;
    flex-direction: column;
    text-align: center;
    gap: 30px;
}

.modal__template__2__content p {
    margin: 0;
    font-size: 16px;
    line-height: 150%;
}

.modal__template__2__content p a {
    color: #0061EF;
    font-weight: 800;
}

.modal__template__2__content p a:hover {
    color: #323232;
}

.modal__template__2__content hr {
    width: 100%;
    opacity: 1;
    border-color: #0061EF30;
    margin: 0;
}

.gradient__text {
    font-size: 1.5rem !important;
    font-weight: 600;
    line-height: 150%;
    max-width: 436px;
    background: linear-gradient(to right, #F31155, #40ADE9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.modal__template__2__content__error p {
    color: #F31155;
    font-size: 1.5rem;
    line-height: 150%;
    font-weight: 600;
}

.modal__template__2__content__error button {
    width: 100%;
    max-width: 300px;
    line-height: 100%;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    border-radius: 5rem;
    background-color: #0061EF;
    border: 0;
    padding: 1rem;
}

.modal__template__2__content__error button:hover {
    background-color: #2A80FF;
}

.modal__template__city__confirm {
    width: 541px !important;
}

.modal__template__city__confirm .modal__template__2__header {
    font-size: 1.5rem;
}

.modal__template__city__confirm .modal__template__2__content__error button:last-child {
    background: #fff;
    color: #0061EF;
    border: 1px solid #0061EF !important;
}

.modal__template__city__confirm .modal__template__2__content__error {
    gap: 26px;
}

.modal__template__city__confirm .modal__template__2__content__error button:last-child:hover {
    color: #fff;
    background-color: #2A80FF;
}

.check__city {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    width: 265px;
    align-items: center;
}

.check__city button {
    background-color: #0061EF !important;
    color: #fff !important;
}

.check__city button:hover {
    background-color: #2A80FF !important;
}

.check__city label {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 16px;
    color: #5B5B5B;
    font-weight: 600;
    width: 201px;
    cursor: pointer;
}

.check__city label:hover {
    color: #0061EF;
}

.check__city input {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    border: 1.5px solid #0061EF;
    appearance: none;
    position: relative;
}

.check__city input:checked {
    background-color: #0061EF;
}

.check__city input:checked::after {
    content: '';
    position: absolute;
    top: 4.5px;
    left: 4.5px;
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 10px;
}

.check__city button[disabled] {
    cursor: default !important;
    opacity: .5 !important;
    background-color: #2A80FF !important;
}

.modal__template__1__header__doctor {
    font-size: 36px;
    position: relative;
}

.modal__template__doctor {
    width: 1168px !important;
    background-image: none !important;
}

.modal__template__doctor__text {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 0 3rem;
    margin-top: 3rem;
    background: url(../img/doctor.png) bottom right 38px no-repeat;
}

.modal__template__doctor__text strong {
    font-size: 1.5rem;
}

.modal__template__doctor__text ul {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 0 10rem 0 0;
    margin: 2rem 3rem;
    gap: 3rem;
    font-size: 14px;
    color: #5B5B5B;
}

.modal__template__doctor__text ul strong {
    font-size: 14px;
}

.modal__template__doctor__text > div:last-child ul {
    padding-right: 15rem;
}

.modal__template__doctor__text__footer {
    border-top: 1px solid #5B5B5B30;
    padding: 40px 30px;
    display: flex;
    justify-content: end;
    gap: 28px;
}

.modal__template__doctor__text__footer button {
    line-height: 100%;
    font-size: 1rem;
    font-weight: 600;
    padding: 15px 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
    border-radius: 5rem;
    border: 1px solid #0061EF;
    color: #0061EF;
    background-color: transparent;
}

.modal__template__doctor__text__footer button:hover {
    background-color: #2A80FF;
    border-color: #2A80FF;
    color: #fff;
}

.modal__template__doctor__text__footer button:last-child {
    background-color: #0061EF;
    border-color: #2A80FF;
    color: #fff;
}

.modal__template__doctor__text__footer button:last-child:hover {
    background-color: #2A80FF;
}

.modal__template__doctor__text__footer button picture {
    flex-shrink: 0;
}

.modal__template__test {
    width: 748px !important;
    background-image: none;
}

.modal__template__test__result {
    width: 748px !important;
}

.modal__template__test__result .modal__template__1__header {
    background-color: transparent;
}

.modal__template__test__content {
    padding: 0 46px 46px 46px;
}

.steps__block {
    padding: 1.5rem 1rem 1rem 1rem;
}

.steps__block p {
    font-size: 1rem;
    color: #5B5B5B;
    font-weight: 600;
    margin: 0;
}

.indicator__line {
    width: 100%;
    height: 2px;
    background-color: #5B5B5B30;
    position: relative;
    border-radius: 2px;
    margin-top: 40px;
}

.indicator__line::after {
    content: '';
    position: absolute;
    height: 100%;
    background: linear-gradient(to right, #40ADE9, #F31155);
    border-radius: 2px;
}

.indicator__line div {
    transition: width .3s ease;
}

.steps {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 700;
    color: #0061EF;
}

.step {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 17px;
    margin-top: -10px;
    position: relative;
    z-index: 9;
}

.step span {
    margin-top: 5px;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: #0061EF;
}

.active__step {
    color: #F31155;
    gap: .75rem;
}

.active__step span {
    margin-top: 0;
    width: 18px;
    height: 18px;
    background-color: #F31155;
}

.modal__template__test .modal__template__1__header,
.modal__template__test__result .modal__template__1__header {
    font-size: 36px;
    color: #5B5B5B;
    font-weight: 500;
}

.question__block {
    padding: 40px;
    background-color: #EFFAFF;
    border-radius: 15px;
    border: 1px solid #D0D4DD;
    margin: 20px 0 40px 0;
    display: flex;
    gap: 100px;
    flex-direction: column;
    align-items: end;
}

.question__block p {
    font-size: 1.5rem;
    font-weight: 600;
    color: #5B5B5B;
    width: 100%;
    text-align: start;
}

.question__block input {
    display: none;
}

.question__block > div {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 38px;
    width: 100%;
}

.question__block label {
    display: flex;
    align-items: center;
    font-size: 1rem;
    color: #0061EF;
    font-weight: 600;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 150px;
    border-radius: 5rem;
    border: 1px solid #0061EF;
    gap: 10px;
    cursor: pointer;
    transition: .3s all;
}

.question__block label:hover {
    color: #fff;
    background-color: #0DC143;
    border-color: #0DC143;
}

.question__block input:checked + label {
    background-color: #0DC143;
    border-color: #0DC143;
    color: #fff;
}

.question__block input:checked + label path {
    stroke: #fff;
}

.question__block label path {
    transition: .3s all;
}

.question__block label:hover path {
    stroke: #fff;
}

.modal__template__test__content__buttons {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.modal__template__test__content__buttons button:first-child {
    background-color: transparent;
    padding: 0;
    border: 0;
}

.modal__template__test__content__buttons button:last-child {
    color: #fff;
    background-color: #0061EF;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 5rem;
    font-size: 1rem;
    font-weight: 600;
    border: 0;
    padding: 15px 50px;
}

.modal__template__test__content__buttons button:disabled {
    opacity: .3;
    cursor: default;
}

.completed__step {
    color: #A9A9A9;
}

.completed__step circle {
    background-color: #0DC143 !important;
}

.modal__template__test__result__content {
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-top: 4rem;
}

.modal__template__test__result__content p {
    font-size: 1rem;
    color: #5B5B5B;
    font-weight: 500;
    max-width: 500px;
}

.modal__template__test__result__content p b {
    display: block;
    font-size: 1.5rem;
    font-weight: 700 !important;
}

.modal__template__test__result__content > div {
    display: flex;
    gap: 22px;
    align-items: center;
    justify-content: center;
    width: 90%;
}

.modal__template__test__result__content > div button {
    width: 100%;
    border: 1px solid #0061EF;
    color: #0061EF;
    line-height: 100%;
    padding: 1rem;
    font-size: 14px;
    font-weight: 600;
    background-color: transparent;
    border-radius: 5rem;
}

.modal__template__test__result__content > div button:last-child {
    background-color: #0061EF;
    color: #fff;
}

.modal__template__test__result__content > div button:hover {
    background-color: #2A80FF;
    color: #fff;
}

.modal__template__review {
    width: 676px !important;
    background-image: none !important;
}

.modal__template__review .modal__template__1__header {
    background-color: transparent;
}

.modal__template__review .modal__template__1__header span {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 20px;
    font-weight: 800;
}

.modal__template__review .modal__template__1__header span picture {
    opacity: 1;
    position: relative;
    flex-shrink: 0;
    cursor: default;
}

.modal__template__review__content {
    padding: 20px 38px 38px 38px;
}

.modal__template__review__content button {
    color: #fff;
    background-color: #0061EF;
    border: 0;
    padding: 1rem;
    border-radius: 5rem;
    line-height: 100%;
    font-size: 16px;
    font-weight: 800;
    width: 136px;
}

.modal__template__review__content button:hover {
    background-color: #2A80FF;
}

.rating__block {
    padding-top: .75rem !important;
    margin-bottom: .75rem !important;
}

.rating__indicator__block {
    width: 100%;
    height: 3px;
    background-color: #5B5B5B30;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
}

.rating__indicator__block > div {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 3px;
    transition: .5s all;
    width: 0;
}

.stars__rating {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: -.75rem;
    z-index: 2;
    position: relative;
}

.stars__rating input {
    display: none;
}

.stars__rating label {
    display: flex;
    flex-direction: column;
    gap: 9px;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    color: #5B5B5B;
    cursor: pointer;
    transition: .5s all;
}

.stars__rating label path {
    transition: .5s all;
}

.rating__1 path {
    stroke: #C10D0D;
}

#r_1:checked ~ .rating__1 path {
    fill: #C10D0D;
    stroke: #C10D0D;
}

.rating__block:has(#r_1:checked) .rating__indicator {
    width: 5%;
    background-color: #C10D0D;
}

#r_1:checked ~ label path {
    stroke: #D0D4DD;
}

#r_1:checked ~ .rating__1 {
    font-weight: 800;
    color: #C10D0D;
}

.rating__2 path {
    stroke: #C1670D;
}

#r_2:checked ~ .rating__2 path {
    fill: #C1670D;
    stroke: #C1670D !important;
}

.rating__block:has(#r_2:checked) .rating__indicator {
    width: 25%;
    background-color: #C1670D;
}

#r_2:checked ~ .rating__2 {
    font-weight: 800;
    color: #C1670D;
}

#r_2:checked ~ label path {
    stroke: #D0D4DD !important;
}

.rating__3 path {
    stroke: #C1C10D;
}

#r_3:checked ~ .rating__3 path {
    fill: #C1C10D;
    stroke: #C1C10D !important;
}

.rating__block:has(#r_3:checked) .rating__indicator {
    width: 48%;
    background-color: #C1C10D;
}

#r_3:checked ~ .rating__3 {
    font-weight: 800;
    color: #C1C10D;
}

#r_3:checked ~ label path {
    stroke: #D0D4DD !important;
}

.rating__4 path {
    stroke: #4CC10D;
}

#r_4:checked ~ .rating__4 path {
    fill: #4CC10D;
    stroke: #4CC10D !important;
}

.rating__block:has(#r_4:checked) .rating__indicator {
    width: 70%;
    background-color: #4CC10D;
}

#r_4:checked ~ .rating__4 {
    font-weight: 800;
    color: #4CC10D;
}

#r_4:checked ~ label path {
    stroke: #D0D4DD !important;
}

.rating__5 path {
    stroke: #0DC143;
}

#r_5:checked ~ .rating__5 path {
    fill: #0DC143;
    stroke: #0DC143 !important;
}

.rating__block:has(#r_5:checked) .rating__indicator {
    width: 100%;
    background-color: #0DC143;
}

#r_5:checked ~ .rating__5 {
    font-weight: 800;
    color: #0DC143;
}

#r_5:checked ~ label path {
    stroke: #D0D4DD !important;
}

.custom-select {
    position: relative;
    width: 100%;
    z-index: 10;
}

.custom-select::after {
    content: '';
    position: absolute;
    top: 0;
    right: 20px;
    width: 20px;
    height: 100%;
    background: url(../img/select_arrow.svg) center no-repeat;
}

.selected {
    padding: 14px;
    border: 1.5px solid #0061EF;
    border-radius: 6px;
    cursor: pointer;
}

.options {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    margin-top: -6px;
    background: #fff;
    border-left: 1.5px solid #0061EF;
    border-right: 1.5px solid #0061EF;
    border-bottom: 1.5px solid #0061EF;
    border-radius: 0 0 6px 6px;
    overflow: hidden;
}

.options div {
    padding: 10px;
    cursor: pointer;
}

.options div:hover {
    background: #f0f0f0;
}

.research__modal {
    width: 90vw !important;
    background-image: none;
}

.research__modal .modal__template__2__header {
    font-size: 36px;
    color: #5B5B5B;
    font-weight: 600;
    justify-content: start;
}

.research__modal .modal__template__2__header span {
    display: flex;
    align-items: center;
    gap: 40px;
}

.research__modal .modal__template__2__header span button {
    padding: 0;
    line-height: 100%;
    border: 0;
    background-color: transparent;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 700;
    color: #0061EF;
}

.research__modal .modal__template__2__header span button svg {
    flex-shrink: 0;
    width: 40px !important;
    height: 40px !important;
}

.research__modal .modal__template__2__header span button svg circle,
.research__modal .modal__template__2__header span button svg path {
    transition: .3s all;
}

.research__modal .modal__template__2__header span button:hover svg circle {
    fill: #0061EF;
}

.research__modal .modal__template__2__header span button:hover svg path {
    stroke: #fff;
}

.research__modal__content {
    padding: 3rem;
}

.research__modal__content > div {
    padding: 3rem;
    background-color: #F9F9FF;
    border-radius: 1.5rem;
    display: flex;
    flex-direction: column;
}

.research__modal__content .accordion-item {
    border-bottom: 1px solid #5B5B5B;
}

.research__modal__content .accordion-item > button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    font-size: 20px;
    color: #0061EF;
    background-color: transparent;
    border: 0;
    padding: 20px 0;
    text-align: start;
}

.research__modal__content .accordion-item > button .icon {
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.research__modal__content .accordion-item > button .icon > span {
    width: 100%;
    height: 2px;
    background-color: #0061EF;
    border-radius: 2px;
    position: absolute;
    transition: .3s all;
}

.research__modal__content .accordion-item > button .icon > span:last-child {
    transform: rotate(90deg);
}

.research__modal__content .accordion-item > button:not(.collapsed) .icon > span:last-child {
    transform: none;
}

.search__block {
    margin-top: -2rem;
    z-index: 9;
    position: relative;
}

.search__block form {
    position: relative;
    border-radius: 5rem;
    background: linear-gradient(to right, #F31155, #40ADE9);
    padding: 1.5px;
}

.search__block form input {
    width: 100%;
    padding: 18px 18px 18px 70px;
    border-radius: 5rem;
    font-size: 14px;
    border-color: transparent !important;
}

.search__block form input::placeholder {
    color: #5B5B5B;
}

.search__block form button {
    position: absolute;
    left: 26px;
    top: 0;
    height: 100%;
    padding: 0;
    background-color: transparent;
    border: 0;
}

.services__grid {
    margin-top: 58px;
}

.services__grid h2 {
    font-size: 3rem;
    color: #0061EF;
    font-weight: 500 !important;
    text-align: center;
    margin: 0 0 75px 0;
}

.services__cards {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.service__card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    width: calc(25% - 23px);
    background-color: #fff;
    border-radius: 20px;
    border: 1px solid #40ADE9;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .05) !important;
    padding: 1.5rem;
    color: #323232;
    font-size: 1rem;
    font-weight: 500;
}

.service__card span {
    display: block;
    font-size: 12px;
    opacity: .5;
}

.service__card picture {
    flex-shrink: 0;
}

.service__card:hover {
    background-color: #FAF4F3;
}

.medicine__block h2 {
    margin: 120px 0;
    font-size: 3rem;
    font-weight: 500 !important;
    text-align: center;
    background: linear-gradient(to right, #F31155, #40ADE9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.owl-carousel {
    position: relative;
}

.carousel__1 .item {
    width: 85vw;
}

.carousel__2 .item {
    width: 75vw;
}

.clients__logos {
    margin-top: 100px !important;
}

.clients__logos h2 {
    font-size: 3rem;
    color: #0061EF;
    font-weight: 400 !important;
    margin: 0 0 3rem 0;
    text-align: center;
}

.carousel__4 .item picture {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel__4 .item picture img {
    object-fit: contain !important;
    max-width: 80% !important;
    max-height: 80% !important;
}

.banner__1 {
    position: relative;
    width: 100%;
    height: 665px;
    border-radius: 30px;
    overflow: hidden;
}

.banner__1 > picture {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.banner__1 > picture img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
}

.banner__1 > div {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.banner__1 > div > div:first-child {
    margin-top: 53px;
    color: #323232;
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: 20px;
    text-transform: uppercase;
}

.banner__1 > div > div:last-child {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
    width: 100%;
    padding: 0 44px;
}

.banner__1 > div > div:last-child p {
    max-width: 1060px;
    font-size: 36px;
    color: #000;
}

.banner__1 > div > div:last-child a {
    color: #fff;
    padding: 14px 25px;
    background-color: #0061EF;
    font-size: 1rem;
    font-weight: 800;
    border-radius: 5rem;
}

.banner__1 > div > div:last-child a:hover {
    background-color: #2A80FF;
}

.banner__1 > div > div:last-child > div {
    width: 100%;
    display: flex;
    justify-content: end;
}

.banner__1 > div > div:last-child > div p {
    color: #fff;
    font-size: 14px;
    max-width: 270px;
    text-align: end;
    margin: 14px 0 0 0;
}

.banner__2 {
    width: 100%;
    border-radius: 20px;
}

.banner__2__text {
    padding: 40px;
}

.banner__2__text h4 {
    font-size: 36px;
    font-weight: 700 !important;
    color: #323232;
}

.banner__2__text h3 {
    font-size: 36px;
    font-weight: 900 !important;
    color: #323232;
}

.banner__2__text p {
    font-size: 1rem;
    color: #5B5B5B;
    line-height: 150%;
    margin: 1.5rem;
}

.banner__2__text__buttons {
    display: flex;
    align-items: center;
    gap: .75rem;
    margin-top: 1.5rem;
}

.banner__2__text__buttons a {
    font-size: .75rem;
    font-weight: 700;
    color: #5B5B5B;
    line-height: 100%;
    padding: 8px 34px;
    border-radius: 5rem;
    border: 1px solid #5B5B5B;
}

.banner__2__text__buttons a:last-child {
    background-color: #0061EF;
    color: #fff;
    border-color: #0061EF;
}

.banner__2__text__buttons a:hover {
    background-color: #2A80FF;
    border-color: #2A80FF;
    color: #fff;
}

.banner__2__price__block {
    display: flex;
    align-items: center;
    gap: 20px;
}

.banner__2__price {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #323232;
    font-size: 20px;
    font-weight: 800;
}

.banner__2__price span {
    padding: 7px 9px;
    font-size: .75rem;
    font-weight: 700;
    color: #fff;
    border-radius: 5rem;
    background-color: #0DC143;
    line-height: 100%;
}

.banner__2__price__buttons {
    display: flex;
    align-items: center;
    gap: 28px;
}

.banner__2__price__buttons a {
    font-size: 14px;
    font-weight: 600;
    color: #0061EF;
    padding: 15px 25px;
    border-radius: 5rem;
    border: 1px solid #0061EF;
    line-height: 100%;
}

.banner__2__price__buttons a:hover {
    background-color: #2A80FF;
    border-color: #2A80FF;
    color: #fff;
}

.banner__2__price__buttons button {
    font-size: 16px;
    font-weight: 800;
    color: #fff;
    background-color: #0061EF;
    padding: 15px 25px;
    border-radius: 5rem;
    line-height: 100%;
    border: 0;
}

.banner__2__price__buttons button:hover {
    background-color: #2A80FF;
    border-color: #2A80FF;
    color: #fff;
}

.banner__2__text__image {
    padding: 5rem;
}

.chekups__block {
    margin-top: 120px !important;
    margin-bottom: 38px;
}

.chekups__block .col {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    align-items: center;
}

.chekups__block h2 {
    font-size: 3rem;
    color: #0061EF;
    font-weight: 400 !important;
    margin: 0;
}

.chekups__block p {
    font-size: 1rem;
    font-weight: 300;
    color: #323232;
    margin: 0;
    max-width: 812px;
    text-align: center;
}

.nav {
    border: 0;
    margin-bottom: 40px !important;
    justify-content: center;
    gap: 10px;
}

.nav button {
    font-size: .75rem;
    font-weight: 800;
    color: #5B5B5B !important;
    border: 1px solid transparent;
    background-color: #fff;
    line-height: 100%;
    padding: 10px 21px;
    border-radius: 5rem;
}

.nav button:first-child.active {
    border-color: #5B5B5B;
}

.nav button:nth-child(2) {
    color: #0061EF !important;
    border: 1px solid transparent !important;
    border: 0;
}

.nav button:nth-child(2):hover {
    border-color: #0061EF !important;
}

.nav button:nth-child(2).active {
    background-color: #0061EF;
    color: #fff !important;
}

.nav button:nth-child(3) {
    color: #F31155 !important;
    border: 1px solid transparent !important;
    border: 0;
}

.nav button:nth-child(3):hover {
    border-color: #F31155 !important;
}

.nav button:nth-child(3).active {
    background-color: #F31155;
    color: #fff !important;
}

.nav button:nth-child(4) {
    color: #0DC143 !important;
    border: 1px solid transparent !important;
    border: 0;
}

.nav button:nth-child(4):hover {
    border-color: #0DC143 !important;
}

.nav button:nth-child(4).active {
    background-color: #0DC143;
    color: #fff !important;
}

.nav button:nth-child(5) {
    color: #8559EC !important;
    border: 1px solid transparent !important;
    border: 0;
}

.nav button:nth-child(5):hover {
    border-color: #8559EC !important;
}

.nav button:nth-child(5).active {
    background-color: #8559EC;
    color: #fff !important;
}

.nav button:nth-child(6) {
    color: #EF00D7 !important;
    border: 1px solid transparent !important;
    border: 0;
}

.nav button:nth-child(6):hover {
    border-color: #EF00D7 !important;
}

.nav button:nth-child(6).active {
    background-color: #EF00D7;
    color: #fff !important;
}

.nav button:nth-child(7) {
    color: #5B5B5B !important;
    border: 1px solid transparent !important;
    border: 0;
}

.nav button:nth-child(7):hover {
    border-color: #5B5B5B !important;
}

.nav button:nth-child(7).active {
    background-color: #5B5B5B;
    color: #fff !important;
}

.new__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    border-radius: 15px;
    padding: 20px 40px 40px 40px;
}

.new__card .tag {
    position: absolute;
    background-color: #fff;
    line-height: 100%;
    padding: .5rem 1rem;
    border-radius: 5rem;
    font-size: .75rem;
    color: #0061EF;
    font-weight: 800;
    top: 1rem;
    left: 1rem;
    z-index: 4;
}

.new__card > picture {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.new__card > picture img {
    object-fit: contain !important;
}

.new__card > a {
    font-size: 20px;
    font-weight: 800;
    color: #323232;
    line-height: 130%;
}

.new__card > a:hover {
    color: #0061EF;
}

.new__card p {
    margin: 1rem 0 0 0;
    font-size: 14px;
    color: #323232;
}

.marquee {
    width: 100%;
    overflow: hidden;
    background: linear-gradient(to right, #F31155, #40ADE9);
    padding: 2rem 0;
    margin-top: 90px;
    display: flex;
}

.marquee__inner {
    display: flex;
    align-items: center;
    gap: 70px;
    white-space: nowrap;
    animation: marquee 20s linear infinite;
}

.marquee span {
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    position: relative;
}

.marquee span::after {
    content: '';
    position: absolute;
    top: .3rem;
    right: 0;
    margin-right: -100px;
    width: 100px;
    height: 20px;
    background: url(../img/smile.svg) center right no-repeat;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

.map {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    border: 1px solid #D0D4DD;
    overflow: hidden;
}

.contacts__text {
    padding: 40px;
    background-color: #fff;
    border-radius: 15px;
    border: 1px solid #D0D4DD;
}

.contact__items {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.contact__item {
    display: flex;
    align-items: center;
    gap: .75rem;
    font-size: 1rem;
    color: #5B5B5B;
}

.contact__item a {
    color: #0061EF;
}

.contact__item a:hover {
    color: #5B5B5B;
}

.contact__item picture {
    flex-shrink: 0;
}

.contacts__text b {
    font-size: 1rem;
    color: #5B5B5B;
    font-weight: 600 !important;
    display: block;
    margin-bottom: 1rem;
}

.contacts__text ul {
    color: #5B5B5B;
    font-weight: 300;
}

.contacts__text ul strong {
    font-weight: 600 !important;
}

.contacts__text hr {
    width: 100%;
    margin: 2rem 0;
    opacity: 1;
    border-color: #5B5B5B15;
}

.contacts__text p {
    font-size: 14px;
    color: #323232;
    text-align: start;
    margin: 0;
}

.owl-nav {
    display: flex;
    justify-content: end;
    gap: 20px;
    max-width: 1370px;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: 2rem;
}

.owl-nav button {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    font-size: 0 !important;
}

.owl-prev {
    background: url(../img/left.svg) center no-repeat #fff !important;
}

.owl-prev:hover {
    background: url(../img/left.svg) center no-repeat #D0D4DD !important;
}

.owl-next {
    background: url(../img/right.svg) center no-repeat #fff !important;
}

.owl-next:hover {
    background: url(../img/right.svg) center no-repeat #D0D4DD !important;
}

.owl-dots {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    margin-top: -28px;
}

.owl-dots button {
    width: .5rem !important;
    height: .5rem !important;
    background-color: #D0D4DD !important;
    border-radius: 100% !important;
}

.owl-dots button.active {
    background-color: #0061EF !important;
}

.see__all {
    position: relative;
    margin-top: -2.2rem;
}

.see__all .row > div {
    position: relative;
}

.see__all a {
    color: #0061EF;
    font-size: 14px;
    font-weight: 800;
    position: absolute;
    z-index: 10;
    right: 0;
}

.see__all a:hover {
    color: #323232;
}

.footer__block__1 {
    width: 100%;
    background: url(../img/f_1.svg) top center no-repeat;
    background-size: 130% !important;
    display: flex;
    padding: 71px 0 30px 0;
    flex-direction: column;
    gap: 46px;
    align-items: center;
    margin-top: 100px;
}

.footer__block__1 > div {
    display: flex;
    align-items: center;
    gap: 3rem;
    flex-shrink: 0;
}

.footer__block__1 > div > div:first-child {
    max-width: 400px;
}

.footer__block__1 > div > div:last-child {
    width: 400px;
}

.footer__block__1 b {
    font-size: 1.5rem;
    color: #F31155;
    font-weight: 800 !important;
}

.footer__block__1 p {
    font-size: 14px;
    font-weight: 500;
    color: #323232;
    margin: 0;
}

.footer__block__1 button {
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    line-height: 100%;
    padding: 15px 25px;
    background-color: #0061EF;
    border: 0;
    border-radius: 5rem;
}

.footer__block__1 button:hover {
    background-color: #2A80FF;
}

.footer__block__2 {
    background-color: #FAF9F8;
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    width: auto;
}

.f__2__1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding-bottom: 30px;
}

.f__2__1 hr {
    width: calc(100% - 30px);
    opacity: 1;
    margin: 0;
    position: absolute;
    left: 15px;
    bottom: 0;
    border-color: #5B5B5B15;
}

.f__2__1 > div {
    display: flex;
    align-items: center;
    gap: 38px;
}

.f__2__1 > div a {
    font-size: .75rem;
    font-weight: 800;
    color: #0061EF;
}

.f__2__1 > div a:hover {
    color: #323232;
}

.f__2__2 {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    margin-top: 30px !important;
}

.f__2__2 ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 1rem;
    display: flex;
    flex-direction: column;
    gap: .75rem;
}

.f__2__2 ul a {
    color: #0061EF;
}

.f__2__2 ul a:hover {
    color: #323232;
}

.f__2__2 b {
    font-size: 1rem;
    font-weight: 700 !important;
    color: #0061EF;
    display: block;
    margin: 0 0 1rem 0;
}

.f__2__2 > div:last-child {
    width: 400px;
}

.f__2__2 > div:last-child ul {
    display: grid;
    grid-template-columns: repeat(2, auto);
    gap: 12px 40px;
    list-style: none;
}

.social {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
    justify-content: end;
    margin-top: 2.5rem;
}

.social a:hover {
    transform: scale(1.1);
}

.footer__block__3 {
    background: url(../img/cloud.svg) bottom -30px left 25% no-repeat #C6EBFF;
    padding: 1.5rem 0;
    font-size: .75rem;
    color: #5B5B5B;
    font-weight: 600;
}

.footer__block__3 .col {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer__block__3 .col ul {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin: 0;
    padding: 0;
    font-size: .75rem;
    font-weight: 700;
}

.footer__block__3 .col ul a {
    color: #0061EF;
}

.footer__block__3 .col ul a:hover {
    color: #323232;
}

.footer__block__3 select {
    background: url(../img/arrow_lang.svg) center right .75rem no-repeat #fff;
    border: 0;
    padding: .5rem 1rem;
    border-radius: 5rem;
    font-size: .75rem;
    font-weight: 700;
    color: #0061EF;
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: radio-container;
    appearance: none;
    margin-left: 1.5rem;
    cursor: pointer;
}

.cpy {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .75rem 0;
    background-color: #fff;
}

.cpy a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #5B5B5B;
    gap: .25rem;
    font-size: .75rem;
}

.cpy a:hover {
    color: #0061EF;
}

.inner__header__block {
    margin-top: 95px;
}

.inner__header {
    padding: 27px 60px;
    background-color: #C5DDFF;
    border-radius: 30px;
    position: relative;
    display: flex;
    flex-direction: column;
}

.inner__header ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 1rem;
    font-weight: 500;
    display: flex;
    flex-wrap: wrap;
    gap: .25rem;
}

.inner__header ul a {
    color: #0061EF;
}

.inner__header ul a:hover {
    color: #323232;
}

.inner__header h1 {
    font-size: 64px;
    font-weight: 400 !important;
    color: #0061EF;
    margin: 77px 0 0 0;
}

.inner__header picture {
    position: absolute;
    top: 0;
    right: 100px;
}

.page__header__1 {
    background: url(../img/ellipse_3.svg) center top no-repeat !important;
    background-size: 100% !important;
}

.search__block__inner {
    margin-top: 3rem;
}

.content__block__1 {
    margin-top: 3rem;
}

.issledovaniya__block {
    padding: 20px;
    border: 1px solid #DFECFF;
    background-color: #F5FCFF;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.issledovaniya__block__zag {
    font-size: 20px;
    color: #323232;
    font-weight: 500;
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #678AA715;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.issledovaniya__block__zag > div {
    display: flex;
    align-items: center;
    gap: .75rem;
}

.issledovaniya__block ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 1rem;
    flex-direction: column;
}

.issledovaniya__block ul li {
    display: flex;
    align-items: center;
    gap: .75rem;
}

.issledovaniya__block ul li input {
    flex-shrink: 0;
}

.issledovaniya__block ul li label {
    font-size: 14px;
    color: #5B5B5B;
    font-weight: 500;
    cursor: pointer;
}

.issledovaniya__block input,
.policy_checkbox input,
.rss input {
    width: 20px;
    height: 20px;
    border-radius: .5rem;
    background-color: transparent;
    appearance: none;
    border: 1.5px solid #0061EF;
    cursor: pointer;
}

.issledovaniya__block input:checked,
.policy_checkbox input:checked,
.rss input:checked {
    background: url(../img/check.svg) center no-repeat #fff;
    border: 1.5px solid #0061EF;
}

.issledovaniya__block input:checked ~ label {
    font-weight: 800;
}

.issledovaniya__block > a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    background-color: #DAF4FF;
    border-radius: 0 0 15px 15px;
}

.issledovaniya__block > a:hover {
    background-color: #A2CCDF;
}

.order__an__block {
    position: relative;
    height: 275px;
    border-radius: 15px;
    background-color: #FFEDF3;
    display: flex;
    justify-content: start;
    align-items: end;
    margin-top: 30px;
}

.order__an__block__image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.order__an__block__image img {
    object-fit: contain !important;
    width: 70%;
}

.order__an__block a {
    margin: 2rem;
    font-size: 20px;
    color: #0061EF;
    font-weight: 700;
    position: relative;
    z-index: 3;
}

.order__an__block a:hover {
    color: #323232;
}

.more__an {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.content__block__2 {
    padding: 1.5rem;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, .05);
    width: 100%;
    display: flex;
    flex-direction: column;
}

.content__block__analyze {
    padding: 3rem;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, .05);
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}

.content__block__analyze h1 {
    font-size: 28px;
    color: #323232;
    font-weight: 600 !important;
    line-height: 49px;
    margin: 0;
}

.content__block__analyze__share {
    position: absolute;
    top: 2rem;
    right: 2rem;
}

.content__block__analyze__share path,
.content__block__analyze__share circle {
    transition: .3s all;
}

.content__block__analyze__share:hover circle {
    fill: #0061EF;
}

.content__block__analyze__share:hover path {
    stroke: #fff !important;
}

.content__block__2 h2 {
    display: block;
    font-size: 20px;
    color: #323232;
    font-weight: 500 !important;
    line-height: 100%;
    margin: 0;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #678AA711;
    margin-bottom: 30px;
}

.an__block {
    position: relative;
    display: flex;
    flex-direction: column;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #678AA717;
}

.an__block__1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #5B5B5B;
}

.an__block__1 > div {
    font-size: 14px;
    font-style: italic;
    display: flex;
    align-items: center;
    gap: 10px;
}

.an__block__1 span {
    opacity: .5;
}

.an__block__2 p {
    font-size: 1rem;
    font-weight: 600;
    color: #323232;
    margin: 1rem 0;
}

.an__block__2 p span {
    font-size: .75rem;
    color: #ADADAD;
}

.an__block__3 {
    display: flex;
    align-items: center;
    gap: 10px;
}

.an__block__3 b {
    font-size: 14px;
    color: #5B5B5B;
    font-weight: 800 !important;
}

.an__block__3 span {
    color: #fff;
    background-color: #0DC143;
    padding: .25rem .5rem;
    border-radius: 5rem;
    font-weight: 600;
    font-size: .75rem;
}

.an__block > button {
    position: absolute;
    right: 0;
    bottom: 1rem;
    border: 0;
    padding: 15px 25px;
    font-size: 14px;
    font-weight: 600;
    color: #0061EF;
    border-radius: 5rem;
    background-color: #FAF4F3;
}

.an__block:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0;
}

.paginator__block {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-top: 36px;
}

.paginator__block a,
.paginator__block span {
    font-size: 14px;
    font-weight: 600;
    line-height: 100%;
    padding: 15px 25px;
    border-radius: 5rem;
}

.paginator__block a {
    background-color: #FAF4F3;
    color: #0061EF;
}

.paginator__block span {
    background-color: #FAF9F8;
    color: #F31155;
}

.rekomenduem {
    border-color: #FFEFDF;
    background-color: #FDFFF5;
}

.rekomenduem ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    color: #5B5B5B;
    width: 100%;
}

.rekomenduem ul li a:hover {
    color: #0061EF;
}

.rekomenduem ul li a div {
    font-size: 14px;
    font-weight: 500;
}

.rekomenduem ul li a span {
    font-size: 10px;
    color: #5B5B5B !important;
}

.rekomenduem > a {
    background-color: #FFF8DA;
}

.rekomenduem > a:hover {
    background-color: #DFD193;
}

.sidebar__buttons__block {
    padding: 1.5rem;
    border-radius: 20px;
    background-color: #F5FCFF;
    border-color: #DFECFF;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-top: 30px;
}

.sidebar__buttons__block span {
    font-size: .75rem;
}

.sidebar__buttons__block a {
    display: flex;
    align-items: center;
    gap: .75rem;
    font-size: 1rem;
    color: #0061EF;
    text-align: start;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #DFECFF;
}

.sidebar__buttons__block a:last-child {
    padding-bottom: 0;
    border: 0;
}

.sidebar__buttons__block a picture {
    flex-shrink: 0;
    width: 1.5rem;
}

.sidebar__buttons__block a:hover {
    color: #323232;
}

.price__notification {
    padding: 30px;
}

.price__notification div {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: .75rem;
    color: #5B5B5B;
}

.price__notification div picture {
    flex-shrink: 0;
}

.price__sidebar__block {
    padding: 20px;
    background-color: #fff;
    border-radius: 20px;
    border: 1px solid #0061EF;
    display: flex;
    gap: 20px;
    flex-direction: column;
}

.p_1 {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
}

.p_1 > div {
    display: flex;
    gap: .5rem;
    flex-direction: column;
}

.p_1 > div:first-child {
    align-items: start;
}

.p_1 > div:first-child span {
    font-size: 20px;
    color: #323232;
    font-weight: 500;
}

.p_1 > div:first-child b {
    font-size: 1rem;
    font-weight: 800 !important;
    color: #0061EF;
}

.p_1 > div:last-child {
    align-items: end;
}

.p_1 > div:last-child span {
    font-size: 14px;
    color: #5B5B5B;
}

.p_1 > div:last-child em {
    font-style: normal;
    font-size: 12px;
    color: #fff;
    background-color: #0DC143;
    padding: 4px 8px;
    border-radius: 4rem;
}

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

.p_2 > div {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding-bottom: 20px;
    margin-top: 20px;
    border-bottom: 1px solid #678AA730;
}

.p_2 > div > span:first-child {
    font-size: 1rem;
    color: #323232;
    font-weight: 600;
}

.p_2 > div > span:last-child {
    font-size: 1rem;
    color: #0061EF;
    font-weight: 800;
    text-align: end;
    white-space: nowrap;
}

.p_3 {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.p_3 button {
    font-size: 14px;
    padding: 15px;
    width: 100%;
    border-radius: 5rem;
}

.p_3 button:first-child {
    background-color: #0061EF;
    color: #fff;
    font-weight: 800;
    border: 0;
}

.p_3 button:first-child:hover {
    background-color: #2A80FF;
}

.p_3 button:last-child {
    border: 1px solid #0061EF !important;
    color: #0061EF;
    font-weight: 600 !important;
    background-color: #fff;
    font-weight: 800;
    border: 0;
}

.p_3 button:last-child:hover {
    background-color: #2A80FF;
    color: #fff;
    border-color: #2A80FF;
}

.content__block__analyze nav > div {
    display: flex;
    gap: .75rem;
    margin-top: 2rem;
    padding-bottom: 2.5rem;
    margin-bottom: 3rem;
    flex-wrap: wrap;
}

.content__block__analyze nav > div button {
    border: 1px solid #0061EF !important;
    background-color: #0061EF !important;
    color: #fff !important;
    padding: .5rem 1rem !important;
    border-radius: 5rem !important;
    margin: 0 !important;
    line-height: 100% !important;
    font-size: .75rem !important;
}

.content__block__analyze nav > div button.active {
    color: #5B5B5B !important;
    border-color: #5B5B5B !important;
    background-color: #fff !important;
}

.content__block__analyze .tab-content p {
    font-size: 1rem;
    color: #323232;
    line-height: 175%;
}

.content__block__analyze .tab-content p:last-child {
    margin-bottom: 0;
}

.an__on__home__1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
}

.an__on__home__1 h2 {
    color: #0061EF;
    font-size: 3rem;
    font-weight: 500 !important;
    max-width: 800px;
    margin-top: 70px;
    text-align: center;
}

.an__on__home__1 p {
    color: #323232;
    font-size: 1rem;
    text-align: center;
}

.an__on__home__2 {
    display: flex;
    gap: 20px;
    margin-top: 3rem !important;
}

.an__on__home__2 > div {
    padding: 1.5rem;
    border-radius: 15px;
    background-color: #F9F9FF;
    border: 1px solid #D0D4DD;
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: space-between;
}

.an__on__home__2 > div b {
    font-size: 20px;
    color: #F31155;
    font-weight: 700 !important;
}

.an__on__home__2 > div h3 {
    font-size: 20px;
    color: #323232;
    font-weight: 700 !important;
    margin: 30px 0 0 0;
}

.an__on__home__2 > div p {
    font-size: 14px;
    color: #323232;
    margin: 14px 0 0 0;
}

.an__on__home__2 > div picture {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
}

.form__block {
    width: 100%;
    padding: 40px;
    background-color: #fff;
    border: 1px solid #D0D4DD;
    border-radius: 10px;
    margin-top: 70px;
}

.form__block h3 {
    font-size: 36px;
    font-weight: 700 !important;
    color: #323232;
    text-align: center;
    margin: 0 0 60px 0;
}

.form__block label {
    background-color: #fff;
}

.form__block input, 
.form__block .selected {
    border-color: #D0D4DD;
}

.price__text {
    background-color: #FAF9F8;
    border-radius: 15px;
    padding: 1.5rem;
}

.price__text > b {
    font-size: 20px;
    color: #323232;
    font-weight: 800 !important;
}

.price__text p {
    font-size: 1rem;
    color: #5B5B5B;
    margin: .5rem 0 0 0;
    font-weight: 600;
}

.price__text p span {
    color: #F31155;
}

.price__text hr {
    opacity: 1;
    border-color: #5B5B5B15;
    margin: 15px 0;
}

.price__text ul {
    margin: 0 0 0 1.5rem;
    padding: 0;
    font-size: 14px;
    color: #5B5B5B;
}

.form__block h4 {
    font-size: 20px;
    font-weight: 800 !important;
    color: #323232;
}

.form__shedule__block {
    background-color: #FAF9F8;
    padding: 1.5rem;
    border-radius: 15px;
}

.form__shedule__block__card {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.form__shedule__block__card p {
    font-size: 1rem;
    color: #5B5B5B;
    margin: 0;
}

.form__shedule__block__card p b {
    display: block;
    font-size: 20px;
    font-weight: 800 !important;
    margin-bottom: 10px;
}

.form__shedule__block__card__1 b {
    color: #F31155;
}

.form__shedule__block__card__2 b {
    color: #0061EF;
}

.policy_checkbox {
    display: flex;
    align-items: center;
    gap: 10px;
}

.policy_checkbox input {
    flex-shrink: 0;
}

.policy_checkbox p {
    margin: 0;
    font-size: .75rem;
    color: #5B5B5B;
}

.policy_checkbox p a {
    color: #0061EF;
}

.policy_checkbox p a:hover {
    color: #5B5B5B;
}

.form__block button {
    width: 100%;
    padding: 1rem;
    background-color: #0061EF;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    border: 0;
    border-radius: 5rem;
}

.form__block button:hover {
    background-color: #2A80FF;
}

.dianostic__grid .an__block__2 p {
    margin-top: 0;
}

.submenu__block {
    background-color: #F5FCFF;
    color: #0061EF;
    font-size: 20px;
    font-weight: 500;
    list-style: none;
    margin: 0;
    padding: 0;
    border-radius: 20px;
    border: 1px solid #DFECFF;
    overflow: hidden;
    margin-bottom: 30px;
}

.submenu__block a {
    padding: 1rem;
    width: 100%;
    display: block;
    position: relative;
}

.submenu__block a:hover {
    background-color: #0061EF;
    color: #fff !important;
}

.submenu__block .active a {
    color: #5B5B5B;
}

.submenu__block li hr {
    width: calc(100% - 34px);
    left: 14px;
    position: absolute;
    bottom: 0;
    opacity: 1;
    border-color: #678AA715;
    margin: 0;
}

.submenu__block li:last-child a hr {
    display: none;
}

.checkup__header {
    padding: 20px 80px;
    border-radius: 15px;
    margin-top: 50px;
    border: 1px solid #D0D4DD;
}

.checkup__header h2 {
    font-size: 3rem;
    font-weight: 700 !important;
    color: #323232;
}

.checkup__header h1 {
    font-size: 3rem;
    font-weight: 800 !important;
    color: #323232;
}

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

.checkup__header__details > div {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 30px 0;
    border-bottom: 1px solid #D0D4DD;
}

.checkup__header__details > div:last-child {
    border: 0;
}

.checkup__header__details > div span {
    font-size: 1rem;
    color: #323232;
    font-weight: 500;
}

.checkup__header__details > div b {
    font-size: 1rem;
    color: #323232;
    font-weight: 800 !important;
}

.checkup__header__details > div > div {
    display: flex;
    align-items: center;
    gap: 14px;
}

.checkup__header__details > div i {
    color: #fff;
    background-color: #0DC143;
    padding: .5rem 1rem;
    border-radius: 5rem;
    font-size: .75rem;
    font-weight: 700;
    line-height: 100%;
    font-style: normal;
}

.checkup__hedaer__buttons {
    display: flex;
    gap: 20px;
    margin-top: 30px;
}

.checkup__hedaer__buttons svg {
    width: 50px;
    height: 50px;
}

.checkup__hedaer__buttons svg path {
    transition: .3s all;
}

.checkup__hedaer__buttons svg circle {
    fill: none;
    transition: .3s all;
}

.checkup__hedaer__buttons svg:hover circle {
    fill: #0061EF;
}

.checkup__hedaer__buttons svg:hover path {
    stroke: #fff !important;
}

.checkup__hedaer__buttons button {
    width: 100%;
    border: 0;
    border-radius: 5rem;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    background-color: #0061EF;
}

.checkup__hedaer__buttons button:hover {
    background-color: #2A80FF;
}

.checkup__content {
    padding: 40px;
    background-color: #FAF9F8;
    border: 1px solid #D0D4DD;
    border-radius: 15px;
    margin-top: 40px;
}

.checkup__content__1 {
    display: flex;
    padding-right: 2rem;
    justify-content: space-between;
}

.checkup__content__1 h3,
.checkup__content__4 h3 {
    font-size: 2rem;
    color: #323232;
    font-weight: 700 !important;
    padding-top: 2rem;
}

.checkup__content__2 p {
    font-size: 1.5rem;
    font-weight: 500;
    color: #323232;
    max-width: 385px;
}

.checkup__content__3 {
    position: relative;
}

.checkup__content__3 > hr {
    position: absolute;
    width: calc(100% - 3rem);
    opacity: 1;
    bottom: 0;
    margin: 0;
    border-color: #5B5B5B30;
}

.checkup__content__4 h3 {
    padding-top: 0;
    margin-bottom: 50px;
}

.checkup__content__4 {
    margin-top: 100px !important;
}

.checkup__content__4 ul {
    font-size: 1rem;
    color: #5B5B5B;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-width: 470px;
    margin-left: 3rem;
}

.checkup__content__4 .col-lg-6:last-child ul {
    margin-left: 0;
    padding-left: 0;
}

.analizy__list {
    width: 100%;
    background-color: #fff;
    padding: 2rem;
    border: 1px solid #D0D4DD;
    border-radius: 15px;
    margin-top: 50px;
}

.analizy__list__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    border-bottom: 1px solid #5B5B5B30;
    padding-bottom: 27px;
}

.analizy__list__header div {
    font-size: 1.5rem;
    font-weight: 700;
    background: linear-gradient(to right, #F31155, #40ADE9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.analizy__list ul {
    font-size: 1rem;
    color: #5B5B5B;
    line-height: 150%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.bonus__block {
    margin-top: 84px;
    position: relative;
}

.bonus__block > picture {
    position: absolute;
    top: 0;
    right: 0;
}

.bonus__block .ratio > div {
    background-color: #FEFBA8;
    border-radius: 15px;
}

.bonus__block .ratio picture {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bonus__block .ratio picture img {
    object-fit: contain !important;
}

.bonus__text {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.bonus__text > div:first-child {
    font-size: 20px;
    font-weight: 700;
    color: #323232;
}

.bonus__text p {
    margin: 0;
    font-size: 20px;
    color: #5B5B5B;
}

.bonus__block__text {
    padding-left: 2rem;
}

.bonus__block__text h3 {
    font-size: 2rem;
    color: #323232;
    font-weight: 800 !important;
    padding-bottom: 30px;
    margin-top: 30px;
    border-bottom: 1px solid #e1e1e1;
    max-width: 400px;
}

.bonus__block__text ul {
    padding: 1.5rem;
    max-width: 300px;
    font-size: 1rem;
    color: #5B5B5B;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.checkup__buttons {
    background-color: #0061EF;
    color: #fff;
    padding: 3rem;
    border-radius: 10px;
    margin-top: 60px;
}

.checkup__buttons h4 {
    font-size: 1.5rem;
    font-weight: 500 !important;
    margin: 0 0 3rem 0;
}

.checkup__buttons > div {
    display: flex;
    align-items: center;
    gap: 30px;
}

.checkup__buttons > div button {
    width: 100%;
    padding: 1rem;
    font-size: 14px;
    font-weight: 800;
    line-height: 100%;
    border-radius: 5rem;
}

.checkup__buttons > div button:nth-child(1) {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.checkup__buttons > div button:nth-child(1):hover {
    background-color: #2A80FF;
    border-color: #2A80FF;
}

.checkup__buttons > div button:nth-child(2) {
    background-color: #CEE7FF;
    color: #0061EF;
    border: 1px solid transparent;
}

.checkup__buttons > div button:nth-child(2):hover {
    background-color: #2A80FF;
    border-color: #2A80FF;
    color: #fff;
}

.checkup__buttons > div button:nth-child(3) {
    background-color: #fff;
    color: #0061EF;
    border: 1px solid transparent;
}

.checkup__buttons > div button:nth-child(3):hover {
    background-color: #2A80FF;
    border-color: #2A80FF;
    color: #fff;
}

.color__header__2 {
    background-color: #FFF1D2;
}

.color__header__2 h1,
.color__header__2 a {
    color: #685215 !important;
}

.color__header__3 {
    background-color: #A5EAFE;
}

.color__header__3 h1 {
    color: #323232 !important;
}

.doctors__search__block {
    margin-top: 37px;
    padding: 30px;
    border: 1px solid #D0D4DD;
    border-radius: 20px;
}

.doctors__search__block ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 2rem;
}

.doctors__search__block ul li {
    display: flex;
    align-items: center;
    gap: .75rem;
    font-size: 14px;
    font-weight: 600;
    color: #5B5B5B;
    cursor: pointer;
}

.doctors__search__block label {
    cursor: pointer;
}

.doctors__search__block input,
.doctors__search__block input {
    width: 20px;
    height: 20px;
    border-radius: .5rem;
    background-color: transparent;
    appearance: none;
    border: 1.5px solid #0061EF;
    cursor: pointer;
    flex-shrink: 0;
}

.doctors__search__block input:checked {
    background: url(../img/check.svg) center no-repeat #fff;
    border: 1.5px solid #0061EF;
}

.doctors__search__block input:checked ~ label {
    color: #0061EF;
}

.doctors__search__block button {
    background-color: #0061EF;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    padding: 15px 25px;
    border-radius: 5rem;
    border: 0;
    line-height: 100%;
}

.doctors__search__block button:hover {
    background-color: #2A80FF;
}

.doctor__card {
    margin-top: 30px;
    padding: 10px;
    background-color: #FAF9F8;
    border: 1px solid #D0D4DD;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.doctor__card .ratio picture {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 10px;
    overflow: hidden;
}

.doctor__card .ratio picture img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
    transition: .3s all;
}

.doctor__card .ratio picture:hover img {
    transform: scale(1.1);
}

.doctor__card__text {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 0 18px 18px 18px;
}

.doctor__card__text > a {
    font-size: 20px;
    color: #323232;
    font-weight: 700;
}

.doctor__card__text a:hover {
    color: #0061EF;
}

.doctor__card__text ul {
    margin: 0 1rem;
    padding: 0;
    color: #0061EF;
    font-size: 14px;
    font-weight: 700;
}

.doctor__card__text p {
    font-size: 14px;
    font-weight: 500;
    color: #5B5B5B;
    margin: 0;
}

.doctors__search__block .input__block > label {
    background-color: #F2FCFE;
}

.doctor__about__wrapper {
    background-color: #FAF9F8;
    border: 1px solid #D0D4DD;
    padding: 40px 40px 80px 40px;
    border-radius: 20px;
    margin-top: 44px;
}

.doctor__about__1 .ratio picture {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    border-radius: 10px;
}

.doctor__about__1 .ratio picture img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
}

.doctor__about__1__video {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 60px;
}

.doctor__about__1__video__cover {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 270px;
    background-color: #fff;
    border: 1px solid #D0D4DD;
    border-radius: 15px;
    gap: 27px;
}

.doctor__about__1__video__cover p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    color: #5B5B5B;
}

.doctor__about__1__video__frame {
    width: 100%;
    height: 270px;
    border-radius: 15px;
    overflow: hidden;
}

.doctor__about__1__video__frame iframe {
    border: 0;
    width: 100%;
    height: 100%;
}

.doctor__about__2 {
    padding-left: 30px;
    display: flex;
    flex-direction: column;
    gap: 68px;
}

.doctor__about__2 > div:first-child {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.doctor__about__2 h1 {
    font-size: 40px;
    color: #323232;
    font-weight: 700 !important;
    margin: 0;
}

.doctor__about__2 > div:first-child ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 7px;
}

.doctor__about__2 > div:first-child p {
    font-size: 14px;
    font-weight: 500;
    color: #5B5B5B;
    margin: 1rem 0 0 0;
    text-align: end;
}

.doctor__about__2 > div:nth-child(2) ul {
    margin: 0;
    color: #5B5B5B;
    font-size: 1rem;
    font-weight: 500;
}

.doctor__languages {
    display: inline-flex;
    padding: .75rem 1rem;
    background-color: #fff;
    border-radius: .75rem;
    gap: 1rem;
}

.doctor__languages p {
    margin: 0;
    font-size: 1rem;
    font-weight: 500;
    color: #5B5B5B;
}

.doctor__languages p:first-child {
    color: #A8A8A8;
}

.doctor__about__2 {
    height: 100%;
    position: relative;
}

.doctor__about__2 > hr {
    width: calc(100% - 30px);
    opacity: 1;
    position: absolute;
    bottom: 0;
    margin: 0;
    border-color: #5B5B5B30;
}

.doctor__about__2 > div:nth-child(4) p {
    margin: 0;
    align-items: center;
    display: flex;
}

.doctor__about__2 > div:nth-child(4) {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.doctor__about__2 > div:nth-child(4) p span {
    color: #fff;
    background-color: #0DC143;
    padding: 5px 10px;
    border-radius: 5rem;
    font-size: .75rem;
    font-weight: 500;
    margin-left: 1rem;
}

.doctor__about__2 > div:nth-child(4) > div {
    display: flex;
    align-items: center;
    gap: 20px;
}

.doctor__about__2 > div:nth-child(4) > div button {
    background-color: #0061EF;
    color: #fff;
    border: 0;
    border-radius: 5rem;
    font-size: 14px;
    font-weight: 800;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 1rem 1.5rem;
}

.doctor__about__2 > div:nth-child(4) > div button:hover {
    background-color: #2A80FF;
}

.doctor__about__2 > div:nth-child(4) > div svg {
    width: 50px;
    height: 50px
}

.doctor__about__2 > div:nth-child(4) > div svg circle,
.doctor__about__2 > div:nth-child(4) > div svg path {
    transition: .3s all;
}

.doctor__about__2 > div:nth-child(4) > div svg:hover circle {
    fill: #0061EF;
}

.doctor__about__2 > div:nth-child(4) > div svg:hover path {
    stroke: #fff !important;
}

.doctor__about__3 {
    margin-top: 60px;
    padding-left: 30px;
}

.doctor__text__block {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    width: 100%;
    max-width: 527px;
}

.doctor__text__block h2 {
    font-size: 1.5rem;
    color: #323232;
    font-weight: 700 !important;
    margin: 0;
}

.doctor__text__block p {
    font-size: 14px;
    font-weight: 500;
    color: #5B5B5B;
    margin: 0;
}

.doctor__text__block ul {
    font-size: 14px;
    color: #5B5B5B;
    font-weight: 500;
}

.doctor__row__3 {
    position: relative;
    margin-top: 60px !important;
    padding-top: 60px;
}

.doctor__row__3 > hr {
    width: calc(100% - 30px);
    opacity: 1;
    position: absolute;
    top: 0;
    left: 15px;
    margin: 0;
    border-color: #5B5B5B30;
}

.doctor__about__4 {
    padding-left: 30px;
}

.doctor__row__4 {
    margin-top: 60px !important;
}

.doctor__row__4 .col {
    display: flex;
    justify-content: center;
}

.doctor__row__4 .doctor__text__block {
    background-color: #fff;
    padding: 40px;
    border-radius: 15px;
    border: 1px solid #D0D4DD;
    max-width: 700px;
}

.doctor__row__3 h2 {
    font-size: 1.5rem;
    margin: 0 0 40px 0;
    color: #323232;
    font-weight: 700 !important;
}

.review__card__1 {
    padding: 30px;
    background-color: #F9F9FF;
    border: 1px solid #D0D4DD;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.review__card__1 > div {
    display: flex;
    align-items: center;
    gap: 30px;
    font-size: 20px;
    font-weight: 700;
    color: #323232;
}

.review__card__1 > div picture {
    flex-shrink: 0;
}

.review__card__1 p {
    color: #323232;
    font-size: 14px;
    line-height: 150%;
    margin: 0;
}

.carousel__5 {
    right: 0 !important;
    width: calc(100% + 40px) !important;
}

.doctor__about__wrapper .owl-nav {
    padding-right: 40px;
}

.other__doctors {
    margin-top: 60px;
}

.other__doctors h2 {
    font-size: 36px;
    color: #5B5B5B;
    font-weight: 400 !important;
    margin: 0 0 56px 0;
}

.color__header__4 {
    background-color: #C4E2D3;
}

.color__header__4 h1,
.color__header__4 a,
.color__header__4 ul {
    color: #01A652 !important;
}

.prices__table {
    padding: 40px;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, .05);
    margin-top: 30px;
    display: flex;
    flex-direction: column;
}

.pt__row__head {
    display: flex;
    align-items: center;
    gap: 1rem;
    width: 100%;
    margin-bottom: 3rem;
}

.pt__row__head > div {
    padding: 15px 0;
    border-radius: 5px;
    background-color: #EEF6F2;
    color: #5B5B5B;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pt__row__head > div:first-child {
    width: 3rem;
    flex-shrink: 0;
}

.pt__row__head > div:nth-child(2) {
    width: 100%;
}

.pt__row__head > div:nth-child(3) {
    width: 180px;
    flex-shrink: 0;
}

.pt__row__head > div:nth-child(4) {
    width: 180px;
    flex-shrink: 0;
}

.pt__block {
    display: flex;
    flex-direction: column;
    position: relative;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.pt__block hr {
    position: absolute;
    width: 100%;
    opacity: 1;
    margin: 0;
    bottom: 0;
    border-color: #5B5B5B30;
}

.pt__block h2 {
    font-size: 2rem;
    font-weight: 400 !important;
    margin: 0 0 1.5rem 0;
    color: #323232;
}

.pt__row {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 1rem;
    transition: .3s all;
}

.pt__row:hover {
    background-color: #fff;
    box-shadow: 0 4px 30px rgba(0, 0, 0, .15);
    border-radius: 5px;
    font-weight: 800;
    color: #323232;
}

.pt__row:hover a {
    opacity: 1 !important;
}

.pt__row > div {
    padding: 1rem 0 1rem 1rem;
    font-size: 1rem;
    color: #5B5B5B;
}

.pt__row > div:first-child {
    width: 3rem;
    flex-shrink: 0;
}

.pt__row > div:nth-child(2) {
    width: 100%;
}

.pt__row > div:nth-child(3) {
    width: 180px;
    padding: 1rem 0;
    justify-content: center;
    text-align: center;
    flex-shrink: 0;
}

.pt__row > div:nth-child(4) {
    width: 180px;
    text-align: end;
    display: flex;
    align-items: center;
    gap: 20px;
    flex-shrink: 0;
    justify-content: end;
    padding: 1rem 1rem 1rem 0;
}

.pt__row > div:nth-child(4) a {
    opacity: 0;
    transition: .3s all;
}

.pt__block:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.pt__block:last-child hr {
    display: none;
}

.blog__page {
    background: url(../img/blog__bg.svg) top center no-repeat #fff !important;
    background-size: 100%;
}

.blog__content {
    margin-top: 95px !important;
}

.blog__content h1 {
    text-align: center;
    font-size: 64px;
    color: #323232;
    font-weight: 700 !important;
}

.blog__content .d-flex > p {
    font-size: 1rem;
    color: #323232;
    font-weight: 300;
    margin: 30px 0 40px 0;
    max-width: 660px;
    text-align: center;
}

.blog__content > nav {
    margin-bottom: 24px;
}

.blog__content .d-flex > picture {
    margin-bottom: 133px;
}

.blog__content .new__card:hover {
    box-shadow: 0 4px 30px rgba(0, 0, 0, .15);
}

.blog__content .new__card:hover a {
    color: #fff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, .5);
}

.blog__content > a {
    font-size: 1rem;
    color: #0061EF;
    padding: 14px 25px;
    line-height: 100%;
    border-radius: 5rem;
    border: 1px solid #0061EF;
    margin-top: 3.5rem;
    font-weight: 700;
}

.blog__content > a:hover {
    background-color: #0061EF;
    color: #fff;
}

.article__inner {
    margin-top: 100px !important;
}

.bread {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: .5rem;
    font-size: 1rem;
    font-weight: 500;
    color: #5B5B5B;
    margin-left: 60px;
}

.bread a {
    color: #0061EF;
}

.bread a:hover {
    color: #323232;
}

.article__content {
    margin-top: 50px;
    display: flex;
    gap: 60px;
}

.article__content__1 {
    display: flex;
    flex-direction: column;
    gap: 50px;
    width: 100%;
    max-width: 428px;
    flex-shrink: 0;
}

.article__content__1 > picture img {
    width: 100% !important;
    border-radius: 15px;
}

.article__social {
    display: flex;
    align-items: center;
    gap: 15px;
}

.article__social a:hover {
    transform: scale(1.1);
}

.article__content__2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
}

.article__content__2 > span {
    font-size: .75rem;
    color: #0061EF;
    font-weight: 700;
    background-color: #fff;
    line-height: 100%;
    padding: 8px 15px;
    border-radius: 5rem;
}

.article__content__2 > h1 {
    font-size: 3rem;
    color: #323232;
    font-weight: 500 !important;
    max-width: 520px;
    margin: 2rem 0 5rem 0;
}

.article__content__2__text {
    margin-left: 5rem;
}

.article__content__2__text p {
    font-size: 1rem;
    color: #5B5B5B;
    line-height: 150%;
}

.article__content__2__text h3 {
    font-size: 20px;
    font-weight: 600 !important;
    color: #323232;
}

.article__content__2__text > picture img {
    width: 100% !important;
    border-radius: 30px;
}

.article__content__2__text ul {
    font-size: 1rem;
    color: #5B5B5B;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.article__content__2__text ul strong {
    color: #323232;
    font-weight: 600 !important;
}

.read__more {
    margin-top: 5rem !important;
    position: relative;
}

.read__more hr {
    position: absolute;
    opacity: 1;
    top: 0;
    left: 15px;
    width: calc(100% - 30px);
    height: 3px;
    background: linear-gradient(to right, #F31155, #40ADE9) !important;
    border: 0;
    border-radius: 3px;
}

.read__more h2 {
    font-size: 3rem;
    font-weight: 400 !important;
    color: #0061EF;
    margin: 60px 0;
}

.text__inner {
    margin-top: 60px !important;
    display: flex;
    flex-direction: column;
    gap: 5rem;
    justify-content: center;
    align-items: center;
}

.text__inner > h1 {
    font-size: 40px;
    color: #323232;
    font-weight: 600 !important;
}

.text__inner__container {
    width: 100%;
    background-color: #FAF9F8;
    border: 1px solid #D0D4DD;
    padding: 68px 142px;
    max-width: 940px;
    border-radius: 20px;
}

.text__inner__container p {
    color: #5B5B5B;
    font-size: 1rem;
    font-weight: 600;
    line-height: 150%;
}

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

.licensies__grid {
    margin-top: 5rem !important;
}

.licensies__grid .col-6 {
    margin-bottom: 30px;
}

.license {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 4px 30px rgba(0, 0, 0, .15);
}

.license img {
    transition: .3s all;
}

.license:hover img {
    transform: scale(1.1);
}

.ratio-3x4 {
    --bs-aspect-ratio: calc(4 / 3 * 100%);
}

.show__more a {
    color: #0061EF;
    border: 1px solid #0061EF;
    padding: 1rem 1.5rem;
    line-height: 100%;
    border-radius: 5rem;
    font-size: 14px;
    font-weight: 700;
}

.show__more a:hover {
    background-color: #0061EF;
    color: #fff;
}

.reviews__banner {
    position: relative;
    padding: 5rem 5rem 8rem 5rem;
    border-radius: 20px;
    background: url(../img/bg_2.svg) center no-repeat;
    background-size: cover;
    display: flex;
    gap: 3rem;
    margin-top: 2rem;
}

.reviews__banner h2 {
    font-size: 96px;
    max-width: 500px;
    line-height: 100%;
    font-weight: 200 !important;
    background: linear-gradient(to right, #F31155, #40ADE9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.reviews__banner > picture {
    flex-shrink: 0;
}

.reviews__banner > a {
    position: absolute;
    right: 5rem;
    bottom: 3rem;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    padding: 1rem 1.5rem;
    border-radius: 5rem;
    background-color: #0061EF;
    display: flex;
    align-items: center;
    gap: .75rem;
}

.reviews__banner > a:hover {
    background-color: #2A80FF;
}

.color__header__5 {
    background-color: #D5FFE2;
}

.color__header__5 h1 {
    color: #0DC143 !important;
}

.reviews__txt__1 {
    margin-top: 60px;
}

.reviews__txt__1 .col {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 60px;
}

.reviews__txt__1 .col p {
    margin: 0;
    font-size: 1rem;
    font-weight: 300;
    color: #323232;
}

.reviews__txt__1 button {
    background-color: #0061EF;
    color: #fff;
    font-size: 1rem;
    font-weight: 800;
    line-height: 100%;
    padding: 1rem 1.5rem;
    border-radius: 5rem;
    display: flex;
    align-items: center;
    gap: .75rem;
    border: 0;
}

.reviews__txt__1 button:hover {
    background-color: #2A80FF;
}

.review__card {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.review__card iframe {
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: .5rem;
    overflow: hidden;
}

.review__card p {
    font-size: 1rem;
    color: #323232;
    margin: 0;
    font-weight: 600;
    color: #5B5B5B;
}

.reviews {
    margin-top: 5rem;
}

.reviews__grid {
    margin-top: 133px !important;
}

.reviews__grid .col-lg-6 {
    margin-bottom: 30px;
}

.review__card__2 {
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 36px;
    padding: 36px;
    background-color: #F9F9FF;
    border-radius: 15px;
    border: 1px solid #D0D4DD;
}

.review__card__2 > p {
    font-size: 14px;
    line-height: 150%;
    color: #323232;
    margin: 0;
}

.review__card__2 > div {
    display: flex;
    justify-content: space-between;
}

.review__card__2 > div > div {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.review__card__2 > div > div picture {
    flex-shrink: 0;
}

.review__card__2 > div > div p {
    margin: 0;
    font-size: .75rem;
    color: #323232;
}

.review__card__2 > div > div p strong {
    font-size: 20px;
    color: #323232;
    font-weight: 700 !important;
}

.review__card__2 > div ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: .5rem;
}

.color__header__6 {
    background-color: #E2E2FF;
}

.color__header__6 h1,
.color__header__6 a,
.color__header__6 ul {
    color: #0001B4 !important;
}

.zhkt__txt__1 {
    margin: 90px 0 70px 0;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.zhkt__txt__1 h2 {
    font-size: 3rem;
    font-weight: 500 !important;
    color: #0061EF;
    margin: 0;
}

.zhkt__txt__1 p {
    color: #323232;
    font-size: 1rem;
    font-weight: 600;
    margin: 0;
    max-width: 968px;
}

.zhkt__grid .col-lg-6,
.zhkt__grid .col-lg-4 {
    margin-bottom: 30px;
}

.zhkt__grid h5 {
    font-size: 1.5rem;
    color: #323232;
    font-weight: 500 !important;
    margin: 2rem 0 3.5rem 0;
}

.zhkt__block {
    display: flex;
    flex-direction: column;
    padding: 60px;
    background-color: #F4F4FF;
    border-radius: 15px;
    border: 1px solid #D0D4DD;
}

.zhkt__block > div:first-child {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.zhkt__block > div:first-child h3 {
    font-size: 36px;
    color: #5B5B5B;
    font-weight: 800 !important;
    margin: 0;
}

.zhkt__block > div:first-child picture {
    display: none;
}

.zhkt__block > div:last-child {
    border-top: 1px solid #40ADE9;
    margin-top: 40px;
    padding-top: 40px;
}

.zhkt__block p {
    font-size: 1rem;
    color: #5B5B5B;
    line-height: 150%;
}

.zhkt__block p strong {
    font-weight: 800 !important;
}

.zhkt__block > div:last-child > div {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: 3rem;
    max-width: 380px;
    font-style: italic;
}

.zhkt__block > div:last-child > div picture {
    flex-shrink: 0;
}

.zhkt__block > div:last-child > div p {
    font-size: 14px;
    color: #5B5B5B;
    margin: 0;
}

.zhkt__block > div:last-child > div p a {
    color: #0061EF;
}

.zhkt__block > div:last-child > div p a:hover {
    color: #5B5B5B;
}

.zhkt__rek {
    padding: 5rem;
    border: 1px solid #D0D4DD;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
    margin-top: 140px;
}

.zhkt__rek__text {
    display: flex;
    flex-direction: column;
    gap: 60px;
    text-align: center;
    width: 100%;
    max-width: 920px;
}

.zhkt__rek__text h3 {
    font-size: 3rem;
    color: #0061EF;
    font-weight: 500 !important;
    margin: 0;
}

.zhkt__rek__text > p {
    font-size: 1rem;
    color: #5B5B5B;
    margin: 0;
    font-weight: 500;
    margin: 0;
}

.zhkt__rek__text > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
    text-align: start;
}

.zhkt__rek__text > div > div {
    max-width: 540px;
    font-size: 1rem;
    color: #5B5B5B;
}

.zhkt__rek__text > div ul {
    margin: 0;
}

.zhkt__rek__text button {
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    line-height: 0;
    background-color: #0061EF;
    padding: 1rem 1.5rem;
    border: 0;
    border-radius: 5rem;
    display: flex;
    align-items: center;
    gap: 10px;
}

.zhkt__rek__text button:hover {
    background-color: #2A80FF;
}

.parazit__txt__1 {
    text-align: start;
}

.parazit__txt__1 img {
    width: 100% !important;
    border-radius: 30px;
}

.parazit__txt__1 p {
    font-size: 1rem;
    color: #5B5B5B;
    line-height: 150%;
}

.parazit__txt__1 p strong {
    font-weight: 800 !important;
}

.parazit__txt__1 .text-center {
    display: flex;
    justify-content: center;
}

.parazit__txt__1 .text-center p {
    font-size: 1.5rem;
    font-weight: 600;
    max-width: 640px;
}

.parazit__txt__1 .text-center p a {
    color: #0061EF;
}

.parazit__txt__1 .text-center p a:hover {
    color: #323232;
}

.start__block {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 36px;
    align-items: center;
    position: relative;
    padding: 60px 0;
    border-radius: 30px;
    overflow: hidden;
    color: #fff;
    text-align: center;
    margin-top: 145px;
}

.start__block > span {
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 15px;
}

.start__block > h2 {
    font-size: 64px;
    font-weight: 700 !important;
    margin: 0;
}

.start__block > p {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 150%;
    margin: 0;
    max-width: 620px;
}

.start__block > a {
    line-height: 100%;
    font-size: 1rem;
    color: #0061EF;
    background-color: #fff;
    padding: 1rem 1.5rem;
    border-radius: 5rem;
    display: flex;
    align-items: center;
    gap: .75rem;
}

.start__block > a:hover {
    background-color: #f0f0f0;
}

.start__block > picture {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.start__block > picture img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
}

.benefits {
    margin-top: 76px;
}

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

.benefit__card > picture {
    width: 100px;
    height: 100px;
    position: relative;
    margin-bottom: 40px;
}

.benefit__card > picture img {
    object-fit: contain !important;
}

.benefit__card h2 {
    font-size: 1.5rem;
    color: #5B5B5B;
    margin: 0;
}

.benefit__card p {
    margin: 1rem 0 0 0;
    font-size: 1rem;
    color: #5B5B5B;
    line-height: 150%;
}

.benefit__card ul {
    color: #5B5B5B;
    font-size: 1rem;
    margin: 1rem 1rem 0 1rem;
    padding: 0;
}

.info__card__grid {
    margin-top: 67px;
}

.info__card__grid .row > div {
    margin-bottom: 30px;
}

.info__card {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 36px 36px 72px 36px;
    background-color: #F9F9FF;
    border-radius: 15px;
}

.info__card h3 {
    font-size: 20px;
    color: #323232;
    margin: 0;
    font-weight: 700 !important;
}

.info__card p {
    font-size: 14px;
    color: #323232;
    margin: 1.5rem 0 0 0;
}

.arrow__2 {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.info__card__big {
    position: relative;
    display: flex;
    justify-content: end;
    padding: 90px 36px 28px 36px;
    background-color: #F9F9FF;
    border-radius: 15px;
}

.info__image {
    position: absolute;
    left: 60px;
    bottom: 0;
}

.info__card__big h3 {
    font-size: 36px;
    color: #323232;
    font-weight: 400 !important;
    max-width: 240px;
    margin-right: 40px;
}

.info__card__big a {
    color: #323232;
    font-size: 14px;
}

.info__card__big a:hover {
    color: #0061EF;
}

.accordion__block {
    margin-top: 54px !important;
}

.card__grid__1 > div {
    margin-bottom: 30px;
}

.card__2 {
    padding: 40px;
    background-color: #FAF9F8;
    border: 1px solid #D0D4DD;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    height: 100%;
}

.card__2 h2 {
    font-size: 1.5rem;
    font-weight: 700 !important;
    color: #323232;
    margin: 0;
}

.card__2 hr {
    width: 100%;
    opacity: 1;
    margin: 0;
    border-color: #678AA730;
}

.card__2 p {
    font-size: 1rem;
    font-weight: 500;
    color: #5B5B5B;
    line-height: 150%;
    margin: 0;
}

.card__grid__1 .col-12 {
    display: none;
}

.statistics__block {
    padding: 40px;
    background-color: #FAF9F8;
    border: 1px solid #D0D4DD;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.statistics__block h2 {
    text-align: center;
    font-size: 1.5rem;
    color: #323232;
    font-weight: 700 !important;
    margin: 0;
}

.wrapper {
    display: flex;
    gap: 150px;
    align-items: end;
    margin-top: 3rem;
}

.wrapper > p {
    color: #5B5B5B;
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
    max-width: 285px;
}

/* ==== КОЛЬЦЕВОЙ ПИРОГ ==== */
.pie {
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background:
        conic-gradient(
            #474FBC 0 30%,
            #4396BB 30% 55%,
            #49BA9D 55% 70%,
            #4DB757 70% 75%,
            #7EBD46 75% 90%,
            #BCB44E 90% 100%
        );
    position: relative;
    flex-shrink: 0;
}

/* Внутренний пустой круг */
.pie::after {
    content: "";
    position: absolute;
    inset: 70px; /* регулирует толщину кольца */
    background: white;
    border-radius: 50%;
}

/* ==== СПИСОК ДАННЫХ ==== */
.text-block .item {
    margin-bottom: 8px;
    padding-left: 20px;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    color: #5B5B5B;
}

.text-block .item::before {
    content: "";
    width: 14px;
    height: 14px;
    background: var(--color);
    border-radius: 14px;
    position: absolute;
    left: 0;
    top: 6px;
}

.banner__block__2 {
    margin-top: 195px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: start;
    padding: 60px;
    gap: 118px;
    border-radius: 30px;
    background: linear-gradient(to right, #C7E6FB, #FFDDFC);
    overflow: hidden;
}

.banner__block__2 p {
    color: #F31155;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 15px;
    font-weight: 800;
    margin: 0;
}

.banner__block__2 h2 {
    font-size: 96px;
    line-height: 107%;
    font-weight: 800 !important;
    background: linear-gradient(to right, #F31155, #40ADE9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.banner__block__2 h2 span {
    font-weight: 200 !important;
    display: block;
}

.banner__block__2 > picture {
    position: absolute;
    right: 114px;
}

.banner__block__2 > button {
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    border-radius: 5rem;
    border: 0;
    background-color: #0061EF;
    display: flex;
    align-items: center;
    gap: .75rem;
    padding: 1rem 1.5rem;
    position: absolute;
    right: 50px;
    bottom: 50px;
}

.banner__block__2 > button:hover {
    background-color: #2A80FF;
}

.pamyatka {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: auto !important;
}

.pamyatka > picture {
    flex-shrink: 0;
}

.pamyatka > p {
    font-style: italic;
    font-size: 14px;
    color: #5B5B5B;
}

.pamyatka > p a {
    color: #0061EF;
}

.pamyatka > p a:hover {
    color: #323232;
}

.card__grid__1__2 .card__2 h2 {
    min-height: 5rem;
}

.page__header__2 {
    background: url(../img/bg__start.png) center top no-repeat !important;
    background-size: 100% !important;
}

.color__header__7 {
    background-color: #E2E2FF50;
    color: #D0D4DD;
}

.color__header__7 a {
    color: #D0D4DD !important;
}

.color__header__7 a:hover {
    color: #fff;
}

.page__header__2 .zhkt__grid h2 {
    color: #fff;
}

.page__header__2 .zhkt__grid p {
    color: #fff;
    max-width: 528px;
}

.start__buttons {
    margin-top: 100px;
}

.start__buttons .row > div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
}

.start__buttons button {
    font-size: 14px;
    font-weight: 700;
    padding: 1rem 1.5rem;
    border-radius: 5rem;
    display: flex;
    align-items: center;
    gap: .75rem;
}

.start__buttons button svg {
    flex-shrink: 0;
    display: block;
}

.start__buttons button picture {
    display: none
}

.start__buttons button svg path {
    transition: .3s all;
}

.start__buttons button:first-child {
    border: 1px solid #0061EF;
    color: #0061EF;
    background-color: transparent;
}

.start__buttons button:first-child:hover {
    background-color: #0061EF;
    color: #fff;
}

.start__buttons button:first-child:hover svg path {
    stroke: #fff !important;
}

.start__buttons button:last-child {
    border: 1px solid #0061EF;
    color: #fff;
    background-color: #0061EF;
}

.start__buttons button:last-child:hover {
    background-color: #2A80FF;
}

.start__buttons button:last-child svg path {
    stroke: #fff !important;
}

.start__buttons p {
    font-size: 2rem;
    font-weight: 600;
    line-height: 150%;
    background: linear-gradient(to right, #F31155, #40ADE9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    max-width: 930px;
    margin: 70px 0 100px 0;
}

.start__buttons iframe {
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 20px;
    overflow: hidden;
}

.start__block__1 {
    position: relative;
    background-color: #F2FBFF;
    padding-top: 200px;
    padding-bottom: 200px;
    margin-top: 100px;
}

.start__block__1::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 200px;
    background: url(../img/start__before__bg.svg) center top no-repeat #fff;
    background-size: cover;
}

.start__block__1::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 200px;
    background: url(../img/start__after__bg.svg) center bottom no-repeat #fff;
    background-size: cover;
}

.start__block__1__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3rem;
    text-align: center;
}

.start__block__1__header h2 {
    font-size: 3rem;
    color: #0061EF;
    font-weight: 500 !important;
    margin: 0;
    max-width: 1100px;
}

.start__block__1__header p {
    font-size: 1rem;
    color: #323232;
    font-weight: 600;
    margin: 0;
    max-width: 620px;
}

.start__text__1 {
    padding: 40px 60px;
    background-color: #fff;
    border: 1px solid #D0D4DD;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
}

.start__text__1 > h3 {
    color: #F31155;
    font-size: 40px;
    font-weight: 200 !important;
    margin-bottom: 40px;
}

.start__text__1 > h3 span {
    font-weight: 800 !important;
}

.start__text__1 > h4 {
    color: #323232;
    font-size: 1.5rem;
    font-weight: 600 !important;
    margin-bottom: 40px;
}

.start__text__1 > hr {
    width: 100%;
    opacity: 1;
    border-color: #678AA730;
    margin-bottom: 40px;
}

.start__text__1 > p,
.start__text__1 > ul {
    font-size: 14px;
    color: #5B5B5B;
}

.start__text__1 > p a {
    color: #0061EF;
}

.start__text__1 > p a:hover {
    color: #323232;
}

.start__text__1 .pamyatka {
    padding-top: 40px;
}

.start__text__1 .pamyatka p {
    margin: 0 !important;
}

.start__text__1 .pamyatka {
    margin: 0;
}

.down__icon {
    display: block;
    margin-top: 40px;
}

.start__block__1 .align-items-center {
    margin-top: 100px;
}

.start__block__1 button {
    padding: 1rem 1.5rem;
    display: inline-flex;
    align-items: center;
    gap: .75rem;
    background-color: #0061EF;
    border: 0;
    border-radius: 5rem;
    color: #fff;
    font-weight: 600;
    font-size: 1rem;
}

.start__block__1 button:hover {
    background-color: #2A80FF;
}

.reviews2__zag h2 {
    color: #0061EF;
    font-size: 3rem;
    font-weight: 500 !important;
    margin: 130px 0 40px 0;
}

.pictures {
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: row !important;
    gap: 43px;
}

.pictures .ratio {
    max-width: 206px;
}

.pictures .ratio picture {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid #D0D4DD;
    display: none;
}

.pictures .ratio .active {
    display: block;
}

.pictures ul {
    font-size: 1rem;
    color: #5B5B5B;
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.pictures ul li {
    cursor: pointer;
}

.pictures ul li:hover {
    color: #0061EF;
}

.pictures ul .active {
    color: #0061EF;
    font-weight: 800;
}

.pictures > div:last-child {
    width: 320px;
}

.zapis {
    background-color: #0061EF;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    padding: 1rem 1.5rem;
    border-radius: 5rem;
    display: flex;
    align-items: center;
    gap: .75rem;
    border: 0;
}

.zapis:hover {
    background-color: #2A80FF;
}

.color__header__8 {
    background-color: #D3EEF4;
    color: #3390B2;
}

.color__header__8 h1,
.color__header__8 a {
    color: #3390B2 !important;
}

.about__grid {
    margin-top: 3rem !important;
}

.about__grid .row {
    margin-bottom: 100px;
}

.about__photo {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: end;
    height: 100%;
}

.about__photo__reverse {
    align-items: start;
}

.about__photo b {
    width: 100%;
    text-align: start;
    font-size: 1.5rem;
    color: #F31155;
    font-weight: 800;
}

.about__photo__reverse b {
    text-align: end;
}

.about__card {
    background-color: #fff;
    border: 1px solid #D0D4DD;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    padding: 40px 60px;
}

.about__card h2 {
    font-size: 1.5rem;
    color: #323232;
    font-weight: 600 !important;
    margin: 0 0 40px 0;
}

.about__card hr {
    width: 100%;
    opacity: 1;
    margin: 0 0 40px 0;
    border-color: #678AA730;
}

.about__card p {
    font-size: 1rem;
    line-height: 150%;
    color: #5B5B5B;
}

.about__card > picture:last-child {
    display: block;
    margin-top: 40px;
}

.about__card__photo img {
    width: 100% !important;
    border-radius: 30px;
}

.start__block h3 {
    font-size: 3rem;
    color: #fff;
    font-weight: 400 !important;
    margin: 0;
}

.franch__banner__info {
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

.franch__banner__info > div {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    color: #fff;
}

.franch__banner__info > div b {
    font-size: 128px;
    font-weight: 700 !important;
    line-height: 100%;
}

.franch__banner__info > div p {
    font-size: 20px;
    margin: 0;
}

.benefit__grid__2 .col-lg-4 {
    margin-top: 60px;
}

.benefit__card__2 {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: start;
    padding-right: 3rem;
}

.benefit__card__2 > picture {
    height: 120px;
}

.benefit__card__2 h4 {
    font-size: 1.5rem;
    color: #5B5B5B;
    font-weight: 800 !important;
    margin: 0;
}

.benefit__card__2 p {
    font-size: 1rem;
    color: #5B5B5B;
    line-height: 150%;
    margin: 0;
}

.color__header__9 {
    background-color: #FFDAF6;
    color: #D9666C;
}

.color__header__9 a,
.color__header__9 h1 {
    color: #D9666C !important;
}

.peoples {
    width: 100%;
    height: 175px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.peoples picture {
    position: absolute;
    width: 100%;
    height: 100%;
    height: 175px !important;
}

.peoples picture img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
}

.mission_page {
    background: #fff !important;
}

.mission__stars {
    list-style: none;
    display: flex;
    align-items: center;
    gap: .5rem;
    margin: 0;
    padding: 0;
}

.chekups__block h4 {
    font-size: 64px;
    font-weight: 600 !important;
    text-transform: uppercase;
    background: linear-gradient(to right, #F31155, #40ADE9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    max-width: 700px;
}

.mission__text {
    position: relative;
}

.mission__text > picture {
    position: absolute;
    top: 100px;
    width: 100%;
    left: 0;
}

.mission__text > picture img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
}

.mission__text .col {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    text-align: center;
}

.mission__text .col h2 {
    font-size: 3rem;
    color: #0061EF;
    font-weight: 500 !important;
    margin: 0;
}

.mission__text .col p {
    font-size: 1.5rem;
    color: #5B5B5B;
    line-height: 140%;
    margin: 0;
    max-width: 910px;
}

.mission__smile {
    margin: 250px 0 70px 0;
}

.mission__text h3 {
    font-size: 36px;
    line-height: 140%;
    margin: 3rem 0;
    background: linear-gradient(to right, #F31155, #40ADE9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500 !important;
    max-width: 940px;
}

.mission__text__2 {
    margin-top: 100px;
}

.mission__text__2 > picture {
    top: -60px;
}

.franch__page {
    background: url(../img/franch__bg__1.png) center top no-repeat;
    background-size: 100%;
}

.franch__page .inner__header {
    background-color: transparent;
}

.franch__block__1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    text-align: center;
}

.franch__block__1 > picture {
    position: relative;
    margin-top: -200px;
}

.franch__block__1 h2 {
    font-size: 3rem;
    font-weight: 400 !important;
    margin: 2rem 0;
    background: linear-gradient(to right, #F31155, #40ADE9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    max-width: 590px;
}

.franch__block__1 p {
    font-size: 20px;
    font-weight: 500;
    line-height: 150%;
    color: #5B5B5B;
    max-width: 590px;
}

.franch__block__1 p strong {
    font-size: 1.5rem;
}

.franch__block__1 button {
    background-color: #0061EF;
    color: #fff;
    padding: 1rem 1.5rem;
    border: 0;
    border-radius: 5rem;
    font-size: 1rem;
    font-weight: 600;
    display: inline-flex;
    margin-top: 2rem;
}

.franch__block__1 button:hover {
    background-color: #2A80FF;
}

.franch__block__2 {
    margin-top: 117px;
}

.franch__block__2 h2 {
    text-align: center;
    font-size: 3rem;
    color: #0061EF;
    text-transform: uppercase;
    margin: 0 0 5rem 0;
    font-weight: 400 !important;
}

.card__franch__1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    text-align: center;
    padding: 0 4rem;
}

.card__franch__1 b {
    font-size: 1.5rem;
    font-weight: 800 !important;
    color: #5B5B5B;
    margin: 0;
}

.card__franch__1 p {
    font-size: 1rem;
    color: #5B5B5B;
    line-height: 150%;
    margin: 0;
}

.franch__block__3 {
    margin-top: 150px;
}

.franch__block__3 h2 {
    font-size: 3rem;
    color: #0061EF;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 5rem 0;
    font-weight: 400 !important;
}

.franch__block__3 .col-12 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4rem;
    margin-bottom: 60px;
}

.franch__block__4 {
    margin-top: 330px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.franch__block__4 > picture {
    position: absolute;
    width: 100%;
    top: -400px;
    z-index: -1;
}

.franch__block__4 > picture img {
    object-fit: cover !important;
    width: 100% !important;
}

.franch__block__4 h2 {
    font-size: 3rem;
    color: #0061EF;
    text-transform: uppercase;
    text-align: center;
    max-width: 740px;
    font-weight: 400 !important;
}

.franch__block__4__1 {
    padding: 3.5rem !important;
    background: linear-gradient(to right, #F31155, #40ADE9);
    border-radius: 30px;
    color: #fff;
    margin-top: 60px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.franch__block__4__1 > div {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    text-align: center;
}

.franch__block__4__1 > div b {
    font-size: 64px;
    font-weight: 800 !important;
    line-height: 120%;
}

.franch__block__4__1 > div strong {
    font-size: 1.5rem;
    font-weight: 800 !important;
}

.franch__block__4__1 > div p {
    font-size: 1rem;
    line-height: 150%;
    font-weight: 600;
    margin: 0;
}

.franch__block__4__2 h3 {
    font-size: 64px;
    text-transform: uppercase;
    letter-spacing: 10px;
    font-weight: 900 !important;
    background: linear-gradient(to right, #F31155, #40ADE9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 60px 0 0 0;
}

.franch__card {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    align-items: center;
    max-width: 350px;
    text-align: center;
}

.franch__card b {
    font-size: 1.5rem;
    font-weight: 800 !important;
    color: #5B5B5B;
}

.franch__card p {
    font-size: 1rem;
    color: #5B5B5B;
    font-weight: 600;
    line-height: 150%;
    margin: 0;
}

.franch__card > picture {
    border-radius: 100%;
    overflow: hidden;
}

.franch__block__5 {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 190px;
    padding-bottom: 300px;
}

.franch__block__5 > picture {
    position: absolute;
    z-index: -1;
    top: -100px;
}

.franch__block__5 h2 {
    font-size: 3rem;
    text-transform: uppercase;
    color: #0061EF;
    font-weight: 400 !important;
    margin: 0 0 73px 0;
}

.utp__grid .franch__card {
    margin-bottom: 3.5rem;
}

.franch__block__6 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 136px;
}

.franch__block__6 h2 {
    color: #0061EF;
    font-size: 3rem;
    font-weight: 400 !important;
    align-items: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-transform: uppercase;
    text-align: center;
}

.franch__block__6 h2 span {
    font-weight: 800 !important;
}

.franch__block__6 h3 {
    font-size: 2rem;
    color: #F31155;
    font-weight: 800 !important;
    margin: 57px 0 108px 0;
}

.franch__block__6 .franch__card {
    padding: 0 3rem !important;
    max-width: 100% !important;
}

.franch__card .circle__2 {
    position: absolute;
}

.conc_1 .circle__2,
.conc_3 .circle__2 {
    left: -30px;
}

.conc_2 .circle__2 {
    top: -50px;
    left: -30px;
}

.franch__block__7 {
    position: relative;
    padding: 267px 0 500px 0;
    margin-top: 2rem;
}

.franch__block__7 > picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}

.franch__block__7 > picture img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
}

.franch__block__7 h2 {
    text-align: center;
    font-size: 3rem;
    color: #0061EF;
    font-weight: 400 !important;
    margin: 0 0 5rem 0;
    text-transform: uppercase;
}

.franch__block__7 p {
    font-size: 1rem;
    font-weight: 600;
    color: #5B5B5B;
    line-height: 150%;
}

.franch__block__7 .col {
    display: flex;
}

.franch__block__7 .col picture {
    flex-shrink: 0;
}

.franch__block__7 .col > div:last-child {
    height: 100%;
    display: flex;
    align-items: end;
    position: relative;
}

.franch__block__7 .col > div:last-child h3 {
    position: absolute;
    font-size: 128px;
    color: #0061EF;
    font-weight: 800 !important;
    white-space: nowrap;
    right: 0;
    bottom: 8rem;
}

.franch__block__8 h2,
.franch__block__9 h2 {
    color: #0061EF;
    font-size: 3rem;
    font-weight: 400 !important;
    text-transform: uppercase;
    margin: 0 0 5rem 0;
}

.franch__block__8 .col-lg-4 {
    margin-bottom: 30px;
}

.franch__block__8 .col-lg-4 > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    text-align: center;
    padding: 0 3rem;
}

.franch__block__8 .col-lg-4 > div p {
    color: #5B5B5B;
    font-size: 1rem;
    font-weight: 600;
    line-height: 150%;
}

.franch__block__9 {
    margin-top: 100px;
    position: relative;
}

.franch__block__9 > picture {
    position: absolute;
    width: auto;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
    top: 3rem;
    width: 800px;
}

.franch__block__9__1 {
    padding-top: 100px;
}

.franch__block__9__3 {
    padding-top: 100px;
    margin-bottom: 200px;
}

.franch__block__9 p {
    font-size: 1rem;
    color: #5B5B5B;
    font-weight: 600;
    text-align: center;
}

.franch__block__9 p strong {
    display: block;
    color: #0061EF;
    font-weight: 800 !important;
}

.franch__block__10 {
    margin-top: 70px;
}

.franch__block__10 h2 {
    font-size: 3rem;
    color: #0061EF;
    text-transform: uppercase;
    font-weight: 400 !important;
    margin: 0 0 50px 0;
}

.franch__block__10 h4 {
    font-size: 2rem;
    color: #323232;
    font-weight: 600 !important;
    margin: 0 0 20px 0;
}

.franch__block__10 h5 {
    font-size: 1.5rem;
    color: #323232;
    font-weight: 600 !important;
    margin: 0 0 60px 0;
}

.franch__prices {
    padding: 40px;
    border-radius: 30px;
    background: linear-gradient(to top, #D6EEF6, #F7FCFD);
    display: flex;
    align-items: start;
    gap: 90px;
}

.franch__prices > picture {
    flex-shrink: 0;
}

.franch__prices__table {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.franch__prices__table > div {
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: space-between;
    font-size: 1.5rem;
    color: #323232;
    padding: 1rem 0;
    border-bottom: 1px solid #5B5B5B10;
}

.franch__prices__table > div > div:last-child {
    text-align: end;
}

.franch__prices__table > div:first-child {
    border-bottom: 1px solid #5B5B5B;
    color: #0061EF;
    margin-bottom: 1.5rem;
}

.franch__start {
    margin-top: 200px;
    padding-bottom: 100px;
    background: url(../img/franch__start__bg.png) center top no-repeat;
}

.franch__start h2 {
    font-size: 128px;
    font-weight: 200 !important;
    margin: 0;
    background: linear-gradient(to right, #F31155, #40ADE9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.franch__start__buttons {
    display: flex;
    align-items: center;
    gap: 34px;
    justify-content: center;
}

.franch__start__buttons button {
    padding: 1rem 1.5rem;
    border-radius: 5rem;
    width: 302px;
    border: 1px solid transparent;
    font-size: 1rem;
    font-weight: 600;
    background-color: transparent;
}

.franch__start__buttons button:first-child {
    border-color: #0061EF;
    color: #0061EF;
}

.franch__start__buttons button:first-child:hover {
    background-color: #2A80FF;
    color: #fff;
    border-color: #2A80FF;
}

.franch__start__buttons button:last-child {
    border-color: #0061EF;
    background-color: #0061EF;
    color: #fff;
}

.franch__start__buttons button:last-child:hover {
    background-color: #2A80FF;
    color: #fff;
    border-color: #2A80FF;
}

.auth__page {
    background: url(../img/bg_auth.png) center no-repeat fixed;
    background-size: cover;
}

.auth__page header {
    background-color: #ffffff50;
}

.footer__auth {
    background-color: #FAF9F850;
    border-radius: 30px 30px 0 0;
}

.footer__auth .col {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: .75rem;
    padding-top: 2.2rem;
    padding-bottom: 2.2rem;
    font-weight: 500;
    color: #5B5B5B;
}

.footer__auth ul {
    display: flex;
    align-items: center;
    gap: 2.5rem;
    margin: 0;
    padding: 0;
    list-style: none;
    font-weight: 700;
}

.footer__auth ul a {
    color: #0061EF;
}

.footer__auth ul a:hover {
    color: #323232;
}

.footer__auth .col > div:last-child {
    display: flex;
    align-items: center;
    gap: 3rem;
}

.footer__auth select {
    -webkit-appearance: none;
    background: url(../img/arrow_lang.svg) center right 1rem no-repeat #fff;
    padding: .5rem 1.8rem .5rem 1rem;
    border-radius: 5rem;
    font-size: .75rem;
    font-weight: 700;
    color: #0061EF;
    border-color: transparent;
    cursor: pointer;
}

.auth__page__content {
    margin-top: 112px;
}

.auth__page__content .back__link {
    color: #323232;
    display: flex;
    align-items: center;
    gap: .75rem;
    font-size: 20px;
    font-weight: 600;
}

.auth__page__content .back__link:hover {
    color: #0061EF;
}

.auth__form {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 3rem;
    margin-top: 122px !important;
    margin-bottom: 3rem;
}

.auth__form > div {
    padding: 2rem;
    background-color: rgba(255, 255, 255, .95);
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .25);
    width: 100%;
    max-width: 424px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.auth__form > div h5 {
    display: flex;
    margin: 0;
    font-weight: 600 !important;
    color: #323232;
    display: flex;
    gap: .75rem;
}

.auth__form .nav {
    justify-content: end;
    gap: 0;
    margin: 0 !important;
    padding: 0 !important;
    height: auto !important;
}

.auth__form form {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.auth__form form button {
    width: 100%;
    padding: 1rem 1.5rem;
    font-size: 1rem;
    font-weight: 800 !important;
    color: #fff;
    border-radius: 5rem;
    line-height: 100%;
    background: linear-gradient(to right, #F31155, #40ADE9);
    border: 0;
}

.auth__form form button:hover {
    background: linear-gradient(to left, #F31155, #40ADE9);
}

.auth__form input {
    background-color: transparent;
}

.auth__form .nav span {
    padding: 0;
    border-radius: 0;
    border: 0 !important;
    background-color: transparent;
    margin: 0;
    font-size: 14px;
    font-weight: 600 !important;
    cursor: pointer;
    margin-top: 9px;
}

.auth__form .nav span:hover {
    color: #323232 !important;
}

.auth__form .nav span.active {
    display: none;
}

.auth__social {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    font-size: 14px;
    font-weight: 600;
    color: #5B5B5B;
}

.auth__social > div:last-child {
    display: flex;
    align-items: center;
    gap: 21px;
    justify-content: center;
}

.auth__social > div:last-child a:hover {
    transform: scale(1.2);
}

.auth__form > div > p {
    font-size: .75rem;
    text-align: center;
    line-height: 150%;
    margin: 0;
    color: #5B5B5B;
}

.auth__form > div > p a {
    color: #0061EF;
}

.auth__form > div > p a:hover {
    color: #323232;
}

.code__form input[type="text"] {
	width:  100%;
    height: 3.5rem;
	font-size: 1rem;
	text-align: center;
	appearance: textfield;
	-webkit-appearance: textfield;
	color: #323232;
	border-radius: 4px;
    font-weight: 500;
    border: 1.5px solid #40ADE9;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.code__form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.code__form span {
    color: #5B5B5B;
    font-size: 1rem;
    font-weight: 500;
    padding: 0 13px;
}

.code__form__timer {
    font-size: 1rem !important;
    font-weight: 400;
}

.code__form__timer i {
    font-style: normal;
    font-size: 1rem;
    font-weight: 500;
}

.give__code {
    color: #40ADE9;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
}

.give__code:hover {
    color: #0061EF;
}

.code__form__error input {
    color: #F31155 !important;
    border-color: #F31155 !important;
}

.error__code {
    color: #F31155;
    font-size: 14px;
    font-weight: 600;
}

.cabinet__header {
    background-color: #fff;
}

.cabinet__header .container > div:first-child .col > div:last-child {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 36px;
}

.cabinet__header .container > div:first-child .col > div:last-child p {
    font-size: 14px;
    font-weight: 500;
    color: #5B5B5B;
    margin: 0;
}

.logout__link {
    color: #5B5B5B !important;
    font-size: .75rem !important;
    text-transform: none !important;
    font-weight: 500;
    width: auto !important;
    display: flex;
    align-items: center;
    gap: .75rem;
    border-radius: 0 !important;
    padding: 0 !important;
    background-color: transparent !important;
}

.logout__link:hover {
    color: #0061EF !important;
}

.logout__link img {
    display: block !important;
}

.cabinet__header .container > div:last-child {
    display: flex;
    margin-top: 20px;
}

.cabinet__header .container > div:last-child p {
    font-size: 20px;
    font-weight: 600;
    color: #5B5B5B;
    margin: 0;
}

.cabinet__header .container > div:last-child > div > div:last-child {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.cabinet__header .container > div:last-child > div > div:last-child a {
    padding: 0 !important;
    background-color: transparent !important;
    margin: 0 !important;
    border-radius: 0 !important;
}

.cabinet__inner__pages {
    background-color: #D0D4DD !important;
}

.cabinet__inner__content {
    margin-top: 10rem !important;
}

.cabinet__inner__content .bread {
    margin: 0 0 1.5rem 0;
    font-size: 20px;
}

.cabinet__profile__fields {
    padding: 2rem;
    background-color: #fff;
    border-radius: 10px;
}

.cabinet__profile__fields h5 {
    font-size: 20px;
    color: #323232;
    font-weight: 800 !important;
    margin-bottom: 2rem;
}

.cabinet__profile__fields .col-lg-6 {
    margin-bottom: 30px;
}

.cabinet__profile__fields label {
    background-color: #fff;
}

.rss {
    display: flex;
    gap: .75rem;
    align-items: center;
}

.policy__block {
    display: flex;
    align-items: center;
    gap: 30px;
}

.policy__block p {
    font-size: .75rem;
    margin: 0;
    line-height: 150%;
    color: #5B5B5B;
    font-weight: 600;
}

.policy__block p a {
    color: #0061EF;
    text-decoration: underline !important;
}

.policy__block p a:hover {
    text-decoration: none !important;
    color: #323232;
}

.policy__block button {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    padding: 1rem 1.5rem;
    background-color: #0061EF;
    border-radius: 5rem;
    border: 0;
    line-height: 100%;
}

.policy__block button:hover {
    background-color: #2A80FF;
}

.onboarding {
    background-color: #0061EF;
    color: #fff;
    padding: 20px 32px;
    border-radius: 5rem;
    margin-bottom: 26px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: opacity .3s ease;
}

.onboarding__row {
    transition: opacity .3s ease;
}

.hidden {
    opacity: 0 !important;
    display: none;
    pointer-events: none;
}

.onboarding p {
    font-size: 14px;
    font-weight: 600;
    margin: 0 1.5rem;
}

.onboarding p strong {
    display: block;
    font-size: 20px;
    font-weight: 800;
}

.onboarding button {
    padding: 0;
    background-color: transparent;
    border: 0;
    flex-shrink: 0;
}

.onboarding button:hover {
    transform: scale(1.1);
}

.onboarding__items {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    margin-right: 1.5rem;
}

.onboarding__items > div {
    display: flex;
    flex-direction: column;
    padding: 0 1.5rem;
    border-right: 1.5px solid #ffffff30;
    font-size: 14px;
    width: 211px;
    gap: 6px;
}

.onboarding__items > div:first-child {
    border-left: 1.5px solid #ffffff30;
}

.dashboard__cards > div {
    margin-bottom: 30px;
}

.dashboard__card {
    padding: 1.5rem;
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    position: relative;
    gap: 1.5rem;
}

.dashboard__card__big {
    height: 330px;
}

.dashboard__card__small {
    height: 160px;
}

.dashboard__card__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dashboard__card__header > div {
    display: flex;
    align-items: center;
    gap: 17px;
    font-size: 20px;
    color: #0061EF;
    font-weight: 800;
}

.dashboard__card__header > div picture {
    flex-shrink: 0;
}

.dashboard__card__header > a {
    position: absolute;
    top: 28px;
    right: 31px;
    align-items: center;
    gap: 9px;
    display: flex;
}

.dashboard__card__header > a:hover {
    color: #323232;
}

.dashboard__card__header > a picture {
    transition: .3s all;
}

.dashboard__card__header > a:hover picture {
    transform: scale(1.1);
}

.dashboard__card__header > picture {
    display: none;
    transition: transform .3s ease;
}

.dashboard__card__header.active picture {
    transform: rotate(180deg);
}

.dashboard__card__body {
    width: 100%;
    height: 100%;
    overflow-y: auto;
}

.dashboard__card__body::-webkit-scrollbar {
    width: 5px;
    background-color: #5B5B5B30;
    border-radius: 5px;
}

.dashboard__card__body::-webkit-scrollbar-thumb {
    background-color: #0061EF;
    width: 5px;
    border-radius: 5px;
}

.dashboard__card__no_scroll {
    overflow: visible;
}

.dashboard__card__empty {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 38px;
}

.dashboard__card__empty p {
    font-size: .75rem;
    color: #5B5B5B;
    font-weight: 600;
    margin: 0;
    text-align: center;
    max-width: 270px;
}

.dashboard__card__empty button {
    color: #fff;
    font-weight: 800;
    font-size: 14px;
    line-height: 100%;
    background-color: #0061EF;
    border-radius: 5rem;
    border: 0;
    padding: 1rem 1.5rem;
}

.dashboard__card__empty button:hover {
    background-color: #2A80FF;
}

.bonuses {
    gap: 1rem;
    justify-content: start;
}

.bonuses hr {
    opacity: 1;
    width: 100%;
    border-color: #5B5B5B30;
    margin: 0 0 1.5rem 0;
}

.bonuses__price {
    width: 100%;
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.bonuses__price p {
    font-size: .75rem;
    color: #5B5B5B;
    text-align: start;
    font-weight: 600;
    white-space: nowrap;
    margin: 0;
}

.bonuses__price span {
    color: #323232;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
}

.bonuses h3 {
    text-align: start;
    width: 100%;
    color: #0DC143;
    font-size: 36px;
    font-weight: 800 !important;
    margin: 0;
}

.bonuses > div:last-child {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.bonuses h4 {
    text-align: center;
    font-size: 20px;
    font-weight: 600 !important;
    max-width: 320px;
    margin: 0;
    background: linear-gradient(to right, #F31155, #40ADE9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.dashboard__card__small__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.dashboard__card__small__content p {
    font-size: 1rem;
    font-weight: 600;
    color: #323232;
    margin: 0;
    padding-left: 47px;
}

.dashboard__card__small__content > span {
    display: flex;
    align-items: center;
    gap: .75rem;
    font-size: .75rem !important;
    color: #5B5B5B;
    padding-left: 47px;
}

.dashboard__card__small__content > span a {
    color: #0061EF;
}

.dashboard__card__small__content > span a:hover {
    color: #323232;
}

.dashboard__card__small__content > span a.disabled {
    cursor: default;
    color: #0061EF !important;
    opacity: .5;
}

.profile__info {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: .75rem;
    color: #5B5B5B;
    flex-wrap: wrap;
    padding-left: 47px;
}

.profile__info p {
    width: 100%;
    font-size: 1rem;
    color: #323232;
    margin: 0;
}

.feedback__info {
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.feedback__info p {
    margin: 0;
    font-size: 1rem;
    color: #323232;
    font-weight: 600;
}

.feedback__info span {
    color: #5B5B5B;
    font-size: .75rem;
    font-weight: 600;
}

.info__icon {
    display: block !important;
}

.arrow__down {
    display: none;
}

.offer__card {
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #0061EF;
    display: flex;
    flex-direction: column;
}

.offer__card > a > picture {
    width: 100%;
    height: 90px !important;
    display: block;
    border-radius: 15px;
    overflow: hidden !important;
}

.offer__card > a > picture img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
    transition: .3s all;
    border-radius: 15px !important;
}

.offer__card > a > picture:hover img {
    opacity: .9;
}

.offer__card > div {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin: 12px 10px;
}

.offer__card > div > a {
    color: #0061EF;
    font-weight: 700 !important;
    font-size: 1rem;
}

.offer__card > div > a:hover {
    color: #323232;
}

.offer__card > div > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
}

.offer__card__clock__price {
    display: flex;
    align-items: center;
    gap: 20px;
}

.offer__card__clock__price > div {
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.offer__card__clock__price > div span {
    display: flex;
    gap: 9px;
    align-items: center;
    white-space: nowrap;
    font-size: 14px;
    color: #5B5B5B;
}

.offer__card__clock__price > div > span > span {
    color: #fff;
    font-size: .75rem;
    background-color: #0DC143;
    border-radius: 5rem;
    padding: 0 4px;
    white-space: nowrap;
}

.offer__card__clock__price > div span s {
    opacity: .3;
}

.offer__card__clock__price > div span b {
    color: #F31155;
    font-weight: 800 !important;
}

.offer__card > div > div > button {
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    line-height: 100%;
    padding: 15px 23px;
    border-radius: 5rem;
    background-color: #0061EF;
    border: 0;
}

.offer__card > div > div > button:hover {
    background-color: #2A80FF;
}

.offers .owl-nav {
    position: absolute;
    top: 0 !important;
    margin: 0;
    height: 0;
}

.offers .owl-nav .owl-prev {
    display: none;
}

.offers .owl-nav .owl-next {
    margin-top: -4rem;
    border: 1px solid #0061EF !important;
}

.offers .owl-nav .owl-next:hover {
    background-color: #fff !important;
    transform: scale(0.9);
}

.add__button {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
}

.add__button:hover {
    color: #323232;
}

.paymets__history {
    display: flex !important;
    align-items: start !important;
    justify-content: start !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: start;
    height: 130px !important;
}

.paymets__history > b {
    font-size: 14px;
    color: #5B5B5B;
    font-weight: 700;
    width: 100%;
    display: block;
}

.paymets__history::-webkit-scrollbar {
    width: 5px;
    background-color: #5B5B5B30;
    border-radius: 5px;
}

.paymets__history::-webkit-scrollbar-thumb {
    background-color: #0061EF;
    width: 5px;
    border-radius: 5px;
}

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

.dashboard__card__2 {
    width: calc(100% - 15px);
    display: flex;
    flex-direction: column;
    gap: 11px;
    position: relative;
    border: 1px solid #40ADE930;
    border-radius: 10px;
    padding: 1rem;
    transition: .3s all;
    margin-bottom: 20px;
    margin-right: 15px;
    padding-bottom: 2.5rem;
}

.dashboard__card__2:hover {
    border-color: #40ADE9;
}

.dashboard__card__2 > i {
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: #40ADE9;
    top: 14px;
    left: 14px;
}

.dashboard__card__2 > div {
    display: flex;
    gap: 15px;
}

.dashboard__card__2 > div > picture {
    flex-shrink: 0;
    display: block;
    width: 68px;
    height: 68px;
    border-radius: 100%;
    overflow: hidden;
}

.dashboard__card__2 > div > picture img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
}

.dashboard__card__2 > div > div {
    display: flex;
    flex-direction: column;
    gap: 9px;
    flex-wrap: wrap;
    width: 100%;
}

.dashboard__card__2 > div > div > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: .75rem;
    font-weight: 800;
}

.dashboard__card__2 > div > div > div span {
    display: flex;
    align-items: center;
    gap: 6px;
}

.dashboard__card__2 > div > div > b {
    font-size: 14px;
    font-weight: 600 !important;
    color: #323232;
    max-width: 200px;
}

.dashboard__card__2 > p {
    font-size: .75rem;
    color: #5B5B5B50;
}

.dashboard__card__2 > span {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: .75rem;
    font-weight: 700;
    color: #5B5B5B;
}

.dashboard__card__2 > a {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
}

.bc__red {
    border-color: #F3115530;
}

.bc__red:hover {
    border-color: #F31155;
}

.bc__red > div > div > div > span {
    color: #F31155;
}

.bc__green > div > div > div > span {
    color: #0DC143;
}

.db__shadow::after {
    content: '';
    position: absolute;
    width: calc(100% - 30px);
    height: 40px;
    left: 0;
    bottom: 1rem;
    background: linear-gradient(to top, #ffffff, rgba(255, 255, 255, 0));
}

.results__an__list {
    display: flex;
    flex-direction: column;
    padding-right: 15px;
}

.result__an {
    display: flex;
    flex-direction: column;
    gap: 11px;
    padding-bottom: 28px;
    margin-bottom: 28px;
    border-bottom: 1px solid #5B5B5B30;
}

.result__an:last-child {
    padding-bottom: 0;
    border: 0;
}

.result__an > div:first-child {
    display: flex !important;
    align-items: center;
    gap: 1rem;
    font-size: .75rem;
    color: #5B5B5B;
    width: 100%;
    justify-content: space-between;
}

.result__an > div:first-child a {
    color: #0061EF50;
}

.result__an > div:first-child a:hover {
    color: #0061EF;
}

.result__an p {
    font-size: 14px;
    font-weight: 600;
    color: #323232;
    margin: 0;
}

.result__an > div:last-child {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    font-size: .75rem;
    color: #5B5B5B50;
    font-weight: 600;
}

.result__an > div:last-child a {
    color: #0061EF;
    font-weight: 800;
}

.result__an > div:last-child a:hover {
    color: #323232;
}

.result__an > div:last-child ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: .5rem;
}

.paymets__history__table {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
    padding-right: 15px;
}

.paymets__history__table > div {
    display: flex;
    align-items: center;
    gap: .5rem;
    justify-content: space-between;
    font-size: .75rem;
    color: #5B5B5B50;
    font-weight: 500;
}

.paymets__history__table > div > div:last-child {
    color: #0DC143;
    font-size: 14px;
}

.feed__back__list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding-left: 47px;
}

.feed__back__list > div {
    display: flex;
    flex-direction: column;
    gap: .5rem;
    font-weight: 600;
}

.feed__back__list > div b {
    color: #F31155;
    font-size: 1rem;
}

.feed__back__list > div p {
    color: #5B5B5B;
    margin: 0;
    font-size: .75rem;
}

.visit__card {
    display: flex;
    height: 100%;
}

.visit__card__datetime {
    height: 100%;
    width: 188px;
    flex-shrink: 0;
    background: #40ADE930;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    border-radius: 10px 0 0 10px;
}

.visit__card__datetime span {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 1rem;
    color: #5B5B5B;
    font-weight: 800;
    text-align: center;
}

.visit__card__details {
    width: 100%;
    border: 1px solid #40ADE930;
    border-radius: 0 10px 10px 0;
    display: flex;
    padding: 1.5rem;
    gap: 2rem;
    align-items: center;
}

.visit__card__details__photo__info {
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: space-between;
    width: 137px;
    flex-shrink: 0;
}

.visit__card__details__photo__info > div {
    display: flex;
    flex-direction: column;
    gap: .5rem;
    align-items: end;
}

.visit__card__details__photo__info > picture {
    flex-shrink: 0;
    width: 137px;
    height: 137px;
    border-radius: 100%;
    overflow: hidden;
}

.visit__card__details__photo__info > picture img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
}

.visit__card__details > div {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.visit__card__details > div:last-child {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.visit__card__details > div:last-child > div:first-child {
    display: flex;
    align-items: center;
}

.visit__card__details__name__post {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    flex-shrink: 0;
}

.visit__card__details__name__post b {
    color: #0061EF;
    font-size: 1rem;
    color: #0061EF;
    font-weight: 700;
}

.visit__card__details__name__post p {
    font-size: 14px;
    color: #5B5B5B;
    font-weight: 500;
    margin: 0;
}

.visit__card__details__rating {
    display: flex;
    flex-direction: column;
    align-items: end;
    font-size: 14px;
    font-weight: 500;
    color: #5B5B5B50;
    justify-content: end;
    text-align: end;
    width: 100%;
}

.visit__card__details__rating ul {
    list-style: none;
    padding: 0;
    margin: 0 0 4px 0;
    display: flex;
    gap: .5rem;
}

.visit__card__details__rating a {
    color: #40ADE9;
    font-size: 14px;
    font-weight: 500;
}

.visit__card__details__rating a:hover {
    color: #0061EF;
}

.visit__card__details__rating p {
    color: #F31155;
    font-size: 1rem;
    margin: 0;
}

.visit__card__details__rating b {
    font-weight: 700 !important;
}

.visit__card__details__buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.visit__card__details__buttons > div:first-child {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.visit__card__details__buttons > div:first-child span {
    display: flex;
    align-items: center;
    gap: .75rem;
    color: #5B5B5B;
    font-size: .75rem;
    font-weight: 700;
}

.visit__card__details__buttons > div:first-child span picture {
    flex-shrink: 0;
}

.visit__card__details__buttons > div:first-child i {
    color: #fff;
    font-size: .75rem;
    padding: .25rem .5rem;
    border-radius: 5rem;
    line-height: 100%;
    background-color: #0DC143;
    font-style: normal;
    flex-shrink: 0;
}

.visit__card__details__buttons > div:first-child button {
    font-size: 14px;
    font-weight: 600;
    color: #0061EF;
    padding: 1rem 1.5rem;
    line-height: 100%;
    border-radius: 5rem;
    border: 0;
    background-color: #FAF9F8;
}

.visit__card__details__buttons > div:first-child button:hover {
    background-color: #0061EF;
    color: #fff;
}

.visit__card__details__buttons > div:last-child {
    display: flex;
    flex-direction: column;
    gap: .75rem;
}

.visit__card__details__buttons > div:last-child > div {
    display: flex;
    gap: .75rem;
    align-items: center;
}

.visit__card__details__buttons > div:last-child > div button {
    font-size: 14px;
    font-weight: 600;
    color: #0061EF;
    background-color: transparent;
    padding: 1rem 1.5rem;
    line-height: 100%;
    border-radius: 5rem;
    border: 1px solid transparent;
}

.visit__card__details__buttons > div:last-child > div button:last-child {
    border-color: #0061EF;
}

.visit__card__details__buttons > div:last-child > div button:hover {
    background-color: #0061EF;
    color: #fff;
}

.visit__card__details__buttons > div:last-child p {
    font-size: .75rem;
    color: #5B5B5B;
    font-weight: 700;
    text-align: end;
}

.visit__card__details__buttons > div:last-child p span {
    display: block;
    color: #5B5B5B50;
}

.vc__red .visit__card__datetime {
    background: #F31155;
}

.vc__red .visit__card__datetime span {
    color: #fff;
}

.visit__card__datetime svg path {
    stroke: #5B5B5B !important;
}

.vc__red .visit__card__datetime svg path {
    stroke: #fff !important;
}

.vc__red .visit__card__details {
    border-color: #F3115530;
}

.archived__visit {
    border: 1px solid #5B5B5B30;
    border-radius: 10px;
}

.archived__visit .visit__card__details {
    border: 0 !important;
}

.visit__card__datetime > div {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    padding: 1.5rem;
}

.archived__visit .visit__card__datetime {
    background-color: #FAF9F8;
}

.visit__card__datetime > div span {
    display: flex !important;
    flex-direction: row;
    align-content: center !important;
    font-size: .75rem !important;
    font-weight: 700 !important;
    gap: 6px;
}

.visit__card__datetime > div p {
    font-size: 1rem;
    font-weight: 600;
    margin: 0;
    color: #5B5B5B;
}

.visit__card__datetime > div p b {
    font-weight: 600 !important;
    color: #5B5B5B50;
}

.payments__table {
    flex-direction: column;
}

.payments__table > div {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 15px 0;
    font-size: 1rem;
    font-weight: 600;
    color: #32323250;
    transition: .3s all;
}

.payments__table > div:first-child {
    border-bottom: 1px solid #5B5B5B30;
    padding-bottom: 1.5rem !important;
    margin-bottom: .5rem;
}

.payments__table > div:first-child div {
    font-size: .75rem;
    color: #32323250 !important;
}

.payments__table > div:hover {
    background-color: #FAF9F8;
    color: #5B5B5B;
    transition: .3s all;
    border-radius: 10px;
}

.payments__table > div:first-child:hover {
    background-color: transparent;
    color: #32323250;
    transition: .3s all;
    border-radius: 0;
}

.payments__table > div span {
    color: #5B5B5B50;
}

.payments__table > div > div:nth-child(1n) {
    width: calc(40% - 1rem);
    padding-left: .75rem;
}

.payments__table > div > div:nth-child(2n) {
    width: 15%;
}

.payments__table > div > div:nth-child(3n) {
    width: 15%;
    color: #5B5B5B;
}

.payments__table > div > div:nth-child(4n) {
    width: 15%;
    color: #0DC143;
}

.payments__table > div > div:nth-child(5n) {
    width: 15%;
    text-align: end;
}

@media (min-width: 1440px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,s
    .container-xl,
    .container-xxl {
        max-width: 1364px !important;
    }
    
    .row {
        --bs-gutter-x: 30px !important;
    }
}

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

@media (max-width: 1200px) {
    .carousel__1 .item,
    .carousel__2 .item {
        width: 100vw;
    }

    .owl-nav {
        max-width: 1140px;
    }
}

@media (max-width: 992px) {
    header {
        display: none;
    }

    .mobile__header {
        display: flex;
        gap: 6px;
    }

    .mobile__header .location {
        background: #40ADE9;
        padding: .5rem;
        border-radius: 5rem;
        padding-right: 1rem;
        width: 100%;
        justify-content: space-between;
    }

    .mobile__header .location span {
        font-size: 14px;
        display: block;
    }

    .mobile__header .location p {
        margin: 0;
        font-size: 10px;
        font-weight: bold;
    }

    .mobile__header .location > div > svg {
        width: 36px;
        height: 36px;
    }

    .mobile__header > a {
        flex-shrink: 0;
    }

    .mobile__header .language {
        background-color: red;
        width: 50px;
        height: 50px;
        justify-content: center;
        align-items: center;
        display: flex;
        border-radius: 100%;
        background-color: #D0D4DD15;
        border: 1px solid #40ADE9;
        color: #40ADE9;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: bold;
    }

    .mobile__menu {
        position: fixed;
        display: flex;
        margin: .5rem;
        bottom: 0;
        z-index: 99;
        border-radius: 5rem;
        background-color: #0061EF60;
        box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
        height: 50px;
        width: calc(100% - 1rem);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        border: 1px solid rgba(255, 255, 255, .1);
        padding: 0 1.5rem;
        justify-content: space-between;
        align-items: center;
        transition: .3s all;
    }

    .mobile__menu button {
        padding: 0;
        background-color: transparent;
        border: 0;
    }

    .mobile__menu path {
        stroke: #fff;
        transition: .3s all;
    }

    .mobile__menu.active,
    .mobile__menu.active_cart {
        z-index: 101;
        border-radius: 0 0 20px 20px;
        box-shadow: none !important;
        border: 0;
        background-color: #fff;
    }

    .mobile__menu.active path,
    .mobile__menu.active_cart path {
        stroke: #0061EF;
    }

    .btn__close,
    .bag_close {
        display: none;
    }

    .mobile__menu.active .btn__close {
        display: block;
    }

    .mobile__menu.active .btn__open,
    .mobile__menu.active_cart .btn__close {
        display: none;
    }

    .mobile__menu.active_cart .btn__open {
        display: block;
    }

    .mobile__menu.active_cart .bag_close {
        display: block;
    }

    .mobile__menu.active_cart .bag_open {
        display: none;
    }

    .mobile_menu__container > div {
        border-radius: 20px !important;
        height: 100%;
    }

    .menu__items__grid {
        margin-top: 20px !important;
    }

    .menu__items__grid a {
        border: 0;
        width: 50%;
        font-size: 14px;
        padding: 12px 0;
    }

    .menu__items__grid a picture {
        width: 50px;
        height: 50px;
    }

    .block__1 {
        display: none;
    }

    .block__1__mobile {
        display: flex;
        width: calc(100% - 1rem);
        height: 596px;
        background-color: #e1e1e1;
        margin: 1rem .5rem 0 .5rem;
        border-radius: 20px;
        overflow: hidden;
        position: relative;
        justify-content: space-between;
        flex-direction: column;
        padding-top: 44px;
    }

    .block__1__mobile > div {
        z-index: 2;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .block__1__mobile h1 {
        font-size: 20px;
        font-weight: 600 !important;
        text-transform: uppercase;
        color: #fff;
        line-height: 150%;
        text-align: center;
        padding: 0 2rem;
        margin: 0;
    }

    .block__1__mobile__text__block {
        position: relative;
        display: flex;
        flex-direction: column;
    }

    .block__1__mobile__text {
        text-align: center;
        color: #fff;
        font-size: .75rem;
        font-weight: bold;
        line-height: 150%;
        margin: 0;
        height: 0;
        transition: .3s all;
        opacity: 0;
    }

    .block__1__mobile__buttons {
        display: flex;
        flex-direction: column;
        gap: 27px;
        height: 46px;
        transition: .3s all;
    }

    .block__1__mobile__text {
        padding: 0 2rem;
        margin-bottom: 11px;
    }

    .block__1__mobile__buttons button {
        font-size: 1rem;
        font-weight: 800;
        line-height: 100%;
        padding: 14px 25px;
        border-radius: 5rem;
        border: 1px solid #fff;
        color: #fff;
        background-color: transparent;
    }

    .block__1__mobile__buttons button:first-child {
        background: #F31155;
        background: linear-gradient(90deg, rgba(243, 17, 85, 1) 0%, rgba(64, 173, 233, 1) 100%);
    }

    .block__1__mobile__buttons button:hover {
        background: #F31155;
    }

    .block__1__mobile__text__block__more {
        z-index: 3;
    }

    .block__1__mobile__text__block__more label {
        display: flex;
        align-items: center;
        gap: .5rem;
        justify-content: center;
        margin: 16px 0 21px 0;
    }

    .block__1__mobile__text__block__more picture {
        display: block;
        transition: .3s all;
    }

    .block__1__mobile__text__block__more span {
        font-size: 1rem;
        text-decoration: underline;
        font-weight: 600;
        color: #fff;
        transition: .3s all;
    }

    .block__1__mobile::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 1;
        top: 0;
        left: 0;
        background: #40ADE9;
        background: linear-gradient(0deg, rgba(64, 173, 233, 1) 0%, rgba(64, 173, 233, 0) 47%);
        transition: .3s all;
    }
    
    #block__1__mobile {
        display: none;
    }

    #block__1__mobile:checked ~ label span {
        font-size: 0;
        opacity: 0;
    }

    #block__1__mobile:checked ~ label {
        gap: 0;
    }

    #block__1__mobile:checked ~ label picture {
        transform: rotate(180deg);
    }

    .block__1__mobile:has(#block__1__mobile:checked)::after {
        background: #40ADE9;
        background: linear-gradient(0deg, rgba(64, 173, 233, 1) 0%, rgba(64, 173, 233, 0) 100%);
    }

    .block__1__mobile__text__block:has(#block__1__mobile:checked) .block__1__mobile__buttons {
        height: 192px;
    }

    .block__1__mobile__text__block:has(#block__1__mobile:checked) .block__1__mobile__text {
        opacity: 1;
        height: 105px;
        margin: 27px 0 9px 0;
    }

    .block__1__mobile__buttons > button:nth-child(2),
    .block__1__mobile__buttons > button:nth-child(3) {
        opacity: 0;
        transition: .3s all;
    }
 
    .block__1__mobile__text__block:has(#block__1__mobile:checked) .block__1__mobile__buttons > button:nth-child(2),
    .block__1__mobile__text__block:has(#block__1__mobile:checked) .block__1__mobile__buttons > button:nth-child(3) {
        opacity: 1;
    }

    .alert__cookie {
        flex-direction: column;
        border-radius: 20px;
    }

    .alert__cookie p {
        font-size: 12px;
    }

    .alert__cookie button {
        font-size: 12px;
    }

    .alert__cookie.active {
        gap: 1rem;
    }

    .cart__container__block {
        border-radius: 20px;
    }

    .cart__container__block__header {
        border-radius: 20px 20px 0 0;
    }

    .cart__container__block {
        height: calc(100% - 50px);
    }

    .cart__container__block__items {
        padding: 0 24px;
    }

    .cart__container__block__items > div {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .cart__container__block__items > div:last-child > div {
        width: 50%;
    }

    .cart__container__block__buttons {
        gap: 20px;
    }

    .cart__container__block__buttons p {
        font-size: 10px;
        margin-bottom: 30px;
    }

    .modal__template__1 {
        border-radius: 20px !important;
    }

    .modal__template__1__content {
        padding: 30px;
    }

    .modal__template__1__header > picture,
    .modal__template__2__header > picture {
        position: absolute;
        top: -2.5rem;
        right: 0;
        opacity: 1;
    }

    .modal__template__2 {
        width: 100% !important;
        border-radius: 20px !important;
    }

    .modal__template__2__header {
        font-size: 20px;
        justify-content: start;
    }

    .modal__template__2__content p {
        font-size: 10px;
    }

    .modal__template__2__content .gradient__text {
        font-size: 16px !important;
        max-width: 289px !important;
    }

    .modal__template__2__content__error p {
        font-size: 1rem;
        max-width: 213px;
    }

    .modal__template__city__confirm .modal__template__2__header,
    .modal__template__1__header__doctor {
        font-size: 20px;
    }

    .check__city {
        width: 300px;
    }

    .check__city label {
        width: 260px;
    }

    .modal__template__doctor__text {
        padding: 1.5rem 1.5rem 7rem 1.5rem;
        margin-top: 0;
        background-size: 50%;
    }

    .modal__template__doctor__text ul {
        flex-direction: column;
        margin: 1.5rem 0;
        padding: 0 1.5rem !important;
        gap: 1.5rem;
    }

    .modal__template__doctor__text strong {
        font-size: 1rem;
    }

    .modal__template__doctor__text__footer {
        flex-direction: column;
        gap: 20px;
    }

    .modal__template__doctor {
        margin-top: 3rem;
    }

    .modal__template__test .modal__template__1__header {
        font-size: 1.5rem;
    }

    .modal__template__test__content {
        margin: 0;
        padding: 1.5rem;
    }

    .steps__block {
        padding: 0;
    }

    .question__block {
        padding: 1.5rem;
        margin-bottom: 1.5rem;
    }

    .question__block p {
        font-size: 20px;
        font-weight: 400;
    }

    .modal__template__test {
        background-color: #FAF9F8;
    }

    .modal__template__test__result .modal__template__1__header {
        font-size: 24px;
        justify-content: center;
    }

    .modal__template__test__result__content > div {
        flex-direction: column;
    }

    .modal__template__review__content {
        padding: 1.5rem;
    }

    .stars__rating label {
        font-size: 11px;
    }

    .research__modal .modal__template__2__header {
        font-size: 18px;
    }

    .research__modal .modal__template__2__header span {
        align-items: start;
    }

    .research__modal .modal__template__2__header span button {
        gap: 0;
        font-size: 0;
    }

    .research__modal .modal__template__2__header span button svg {
        width: 2rem !important;
        height: 2rem !important;
    }

    .research__modal__content {
        padding: 0;
    }

    .research__modal__content > div {
        padding: 1.5rem;
    }

    .research__modal__content .accordion-item > button {
        font-size: 1rem;
    }

    .search__block {
        margin-top: 1.5rem;
    }

    .services__cards {
        gap: 0;
        border-radius: 30px;
        border: 1px solid #D0D4DD;
        border-radius: 30px;
        overflow: hidden;
        padding: 0 !important;
        margin: .5rem !important;
        width: calc(100% - 1rem) !important;
    }

    .service__card {
        width: 50%;
        flex-direction: column-reverse;
        text-align: center;
        align-items: center;
        border: 0;
        border-radius: 0;
        box-shadow: none !important;
        border-right: 1px solid #40ADE930;
        border-bottom: 1px solid #40ADE930;
    }

    .service__card:nth-child(2n) {
        border-right: 0;
    }

    .service__card:nth-child(7),
    .service__card:last-child {
        border-bottom: 0;
    }

    .services__grid h2 {
        font-size: 1.5rem;
        margin-bottom: 1.5rem;
    }

    .medicine__block h2 {
        font-size: 1.5rem;
        margin: 80px 0;
    }

    .search__block form {
        padding: 1px;
    }

    .search__block form input {
        padding-left: 50px;
    }

    .search__block form button {
        left: 20px;
    }

    .clients__logos h2 {
        font-size: 1.5rem;
        margin-bottom: 18px;
    }

    .carousel__1 .item,
    .carousel__2 .item {
        width: auto;
    }

    .carousel__1,
    .carousel__2 {
        margin: 0 .5rem !important;
        width: calc(100% - 1rem) !important;
    }

    .banner__1 {
        height: 540px;
    }

    .banner__1 > div > div:first-child {
        margin-top: 38px;
        color: #fff;
        font-size: 13px;
        letter-spacing: 10px;
    }

    .banner__1 > div > div:last-child {
        margin-bottom: 2rem;
        padding: 0 1.5rem;
    }

    .banner__1 > div > div:last-child p {
        max-width: 256px;
        font-size: 20px;
        color: #000;
        color: #fff;
    }

    .banner__1 > div > div:last-child > div p {
        color: #fff;
        font-size: 14px;
        max-width: 270px;
        text-align: end;
        margin: 77px 0 0 0;
    }

    .nav {
        flex-wrap: nowrap !important;
        justify-content: start;
        padding: 0 1rem !important;
        overflow-x: scroll;
        margin-bottom: 50px !important;
    }

    .nav::-webkit-scrollbar {
        width: 0;
    }

    .chekups__block {
        margin-top: 80px !important;
    }

    .chekups__block h2 {
        font-size: 1.5rem;
    }

    .chekups__block p {
        font-size: 14px;
    }
    .banner__2__text {
        padding: 40px 20px;
    }

    .banner__2__text h4,
    .banner__2__text h3 {
        font-size: 1.5rem;
    }

    .banner__2__text p {
        font-size: 14px;
        margin: 1.5rem 0;
    }
    
    .banner__2__price__block {
        flex-direction: column;
        align-items: start;
    }

    .banner__2__text__image {
        padding: 0 2rem 2rem 2rem;
    }

    .carousel__3 .item {
        margin-left: .5rem;
    }

    .new__card {
        padding: 30px;
    }

    .new__card > a {
        font-size: 1rem;
    }
    
    .new__card p {
        font-size: .75rem;
    }

    .nav button {
        white-space: nowrap;
    }

    .marquee {
        padding: 20px 0;
        margin-top: 80px;
    }

    .marquee span {
        font-size: 14px;
    }

    .map {
        height: 520px;
    }

    .contacts__text {
        padding: 1.5rem;
    }

    .contact__item {
        display: flex;
        align-items: center;
        gap: .75rem;
        font-size: 1rem;
        color: #5B5B5B;
    }

    .contact__item a {
        color: #0061EF;
    }

    .contact__item a:hover {
        color: #5B5B5B;
    }

    .contact__item picture {
        flex-shrink: 0;
    }

    .contacts__text b {
        font-size: 1rem;
        color: #5B5B5B;
        font-weight: 600 !important;
        display: block;
        margin-bottom: 1rem;
    }

    .contacts__text ul {
        color: #5B5B5B;
        font-weight: 300;
    }

    .contacts__text ul strong {
        font-weight: 600 !important;
    }

    .contacts__text hr {
        width: 100%;
        margin: 2rem 0;
        opacity: 1;
        border-color: #5B5B5B15;
    }

    .contacts__text p {
        font-size: 14px;
        color: #323232;
        text-align: start;
        margin: 0;
    }

    .owl-nav {
        justify-content: space-between;
        max-width: 212px;
        margin-top: 1.5rem;
    }

    .carousel__4 .owl-nav {
        max-width: 120px;
    }

    .see__all {
        position: relative;
        margin-top: 2rem;
    }

    .see__all .row > div {
        position: relative;
    }

    .see__all > div {
        margin: 0 !important;
    }

    .see__all a {
        position: relative;
    }

    .see__all a:hover {
        color: #323232;
    }

    .footer__block__1 {
        background: url(../img/f_1_mobile.svg) top center no-repeat;
        padding: 43px 0 51px 0;
        gap: 38px;
        margin-top: 80px;
    }

    .footer__block__1 > div {
        flex-direction: column;
        gap: 28px;
        text-align: center;
    }

    .footer__block__1 > div > div:last-child {
        width: auto;
    }

    .footer__block__1 b {
        font-size: 1.5rem;
        color: #F31155;
        font-weight: 800 !important;
    }

    .footer__block__1 p {
        font-size: .75rem;
        margin: 1.5rem 0 0 0;
    }

    .footer__block__3 .col {
        flex-direction: column-reverse;
        gap: 1.5rem;
    }

    .footer__block__3 .col ul {
        flex-direction: column;
    }

    .footer__block__3 .col ul select {
        margin: 0;
    }

    .f__2__2 {
        gap: 2rem 0;
        flex-wrap: wrap;
        padding-bottom: 50px;
    }

    .f__2__2 > div {
        width: 50% !important;
    }

    .f__2__2 > div b {
        font-size: 14px;
    }

    .f__2__2 > div ul {
        font-size: 14px;
    }

    .f__2__2 > div:last-child ul {
        display: flex;
        gap: .75rem;
    }
    
    .cpy {
        padding-bottom: 5rem;
    }

    .footer__block__3 {
        background: url(../img/cloud.svg) bottom -30px left 75% no-repeat #C6EBFF;
        padding: 4rem 0 4rem 0;
    }

    .f__2__1 {
        position: inherit;
    }

    .f__2__1 hr {
        display: none;
    }

    .f__2__1 .topLink {
        position: absolute;
        right: .5rem;
        bottom: -20rem;
    }

    .f__2__1 > a > picture img {
        width: 147px !important;
    }

    .inner__header__block {
        margin-top: 1.5rem;
    }

    .inner__header {
        padding: 16px 26px;
        border-radius: 20px;
    }

    .inner__header ul {
        font-size: 10px;
        gap: .25rem;
    }

    .inner__header h1 {
        font-size: 36px;
        font-weight: 400 !important;
        color: #0061EF;
        margin: 15px 0 0 0;
    }

    .inner__header picture {
        right: 26px;
        max-width: 113px;
    }

    body:not(.home__page) .location path {
        stroke: #fff !important;
    }

    body:not(.home__page) .mobile__menu path {
        stroke: #fff !important;
    }

    body:not(.home__page) .mobile__menu.active path,
    body:not(.home__page) .mobile__menu.active_cart path {
        stroke: #0061EF !important;
    }

    .issledovaniya__block__zag {
        border: 0;
        color: #0061EF;
        font-size: 1rem;
        padding: 0;
    }

    .issledovaniya__block ul,
    .issledovaniya__block a {
        display: none;
    }

    .issledovaniya__block.open ul,
    .issledovaniya__block.open > a {
        display: flex;
    }

    .issledovaniya__block ul {
        margin-top: 20px;
    }

    .issledovaniya__block__zag > picture img {
        transition: transform 0.3s ease;
    }

    .issledovaniya__block.open .issledovaniya__block__zag > picture img {
        transform: rotate(180deg);
    }

    .an__block__1 {
        font-size: .75rem;
    }

    .order__an__block {
        height: 100px;
        align-items: center;
    }

    .order__an__block__image {
        width: 100%;
        height: 100%;
        position: absolute;
        padding: 0;
        justify-content: end;
        align-items: center;
        margin-top: 1rem;
    }

    .order__an__block__image img {
        width: 180px;
    }

    .order__an__block a {
        margin: 1.5rem;
        font-size: 1rem;
        max-width: 150px;
        font-weight: 500;
    }

    .more__an {
        right: .5rem;
        bottom: .5rem;
    }

    .content__block__analyze {
        padding: 1.5rem;
    }

    .content__block__analyze h1 {
        font-size: 20px;
        line-height: 140%;
    }

    .content__block__analyze__share {
        top: 1rem;
        right: 1rem;
    }

    .content__block__analyze nav > div {
        gap: .5rem;
    }

    .content__block__analyze .tab-content p {
        font-size: 14px;
    }

    .an__on__home__1 {
        gap: 1rem;
    }

    .an__on__home__1 h2 {
        font-size: 20px;
        margin-top: 30px;
    }

    .an__on__home__1 p {
        color: #323232;
        font-size: 14px;
        text-align: center;
        max-width: 270px;
    }

    .an__on__home__2 {
        flex-wrap: wrap;
        gap: 1rem;
    }

    .an__on__home__2 > div {
        width: calc(50% - .5rem);
        padding: 1rem;
    }

    .an__on__home__2 > div h3 {
        font-size: 1rem;
    }

    .an__on__home__2 > div:last-child {
        width: 100%;
    }

    .form__block {
        padding: 20px;
    }

    .form__block h3 {
        font-size: 1.5rem;
        margin-bottom: 2rem;
    }

    .form__block .map {
        height: 143px;
    }
    
    .price__text {
        padding: 1rem;
    }

    .price__text > b {
        font-size: 1rem;
    }

    .price__text p {
        font-size: 12px;
    }

    .price__text ul {
        font-size: 10px;
        margin-left: 1rem;
    }

    .form__shedule__block__card picture {
        width: 60px;
    }

    .form__shedule__block__card p {
        font-size: 14px;
    }

    .form__shedule__block__card p b {
        font-size: 1rem;
        margin: 0;
    }

    .checkup__header {
        padding: 50px 20px;
        border-radius: 20px;
        margin-top: 30px;
    }

    .checkup__header h2 {
        font-size: 1.5rem;
    }

    .checkup__header h1 {
        font-size: 1.5rem;
    }

    .checkup__header__details > div {
        padding: 1.5rem 0;
    }

    .checkup__header__details > div span {
        font-size: 14px;
    }

    .checkup__header__details > div b {
        font-size: 14px;
    }

    .checkup__header__details > div > div {
        gap: 10px;
    }

    .checkup__hedaer__buttons {
        gap: 14px;
        margin-top: 1rem;
    }

    .checkup__hedaer__buttons svg {
        width: 48px;
        height: 48px;
    }

    .checkup__hedaer__buttons button {
        font-size: 1rem;
    }

    .checkup__content {
        padding: 20px;
        background-color: #FAF9F8;
        border: 1px solid #D0D4DD;
        border-radius: 15px;
        margin-top: 40px;
    }

    .checkup__content__1 {
        flex-direction: column-reverse;
        gap: 0;
    }

    .checkup__content__1 picture {
        position: relative;
        margin-top: -5rem;
    }

    .checkup__content__1 h3,
    .checkup__content__4 h3 {
        font-size: 2rem;
        color: #323232;
        font-weight: 700 !important;
    }

    .checkup__content__2 p {
        font-size: 1rem;
    }

    .checkup__content__3 {
        padding-bottom: 30px;
    }

    .checkup__content__3 > hr {
        width: calc(100% - 20px);
        margin: 0 0 0 10px;
    }

    .checkup__content__4 h3 {
        padding-top: 0;
        margin-bottom: 50px;
    }

    .checkup__content__4 {
        margin-top: 40px !important;
    }

    .checkup__content__4 ul {
        margin: 0 20px !important;
        padding: 0;
    }

    .analizy__list {
        padding: 1.5rem;
    }

    .analizy__list__header {
        padding-bottom: 1.5rem;
    }

    .analizy__list ul {
        margin: 0 .75rem;
        padding: 0;
    }

    .bonus__block {
        margin-top: 36px;
    }

    .bonus__text {
        padding: 1.5rem;
    }

    .bonus__text p {
        font-size: 1rem;
    }

    .bonus__block__text {
        padding-left: 0;
    }

    .bonus__block__text h3 {
        color: #0061EF;
    }

    .bonus__block__text ul {
        padding: 1.5rem;
        max-width: 300px;
        font-size: 1rem;
        color: #5B5B5B;
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

    .checkup__buttons {
        padding: 20px;
    }

    .checkup__buttons h4 {
        font-size: 19px;
        line-height: 150%;
        margin-bottom: 40px;
    }

    .checkup__buttons > div {
        flex-direction: column;
    }

    .doctors__search__block ul {
        flex-direction: column;
        align-items: start;
        gap: 1rem;
    }
    
    .doctors__search__block button {
        width: 100%;
    }

    .doctor__card {
        margin-top: 12px;
        padding: 24px 13px 13px 13px;
        border-radius: 10px;
        gap: 24px;
    }

    .doctor__card .ratio picture {
        border-radius: 8px;
    }
    
    .doctor__card__text {
        gap: 1.5rem;
        padding: 0 0 1.5rem 0;
    }

    .doctor__card__text > a {
        font-size: 1rem;
    }

    .doctor__card__text ul {
        font-size: .75rem;
    }

    .doctor__card__text p {
        font-size: .75rem;
    }

    .doctor__about__wrapper {
        padding: 1.5rem;
        border-radius: 10px;
        margin-top: 37px;
    }

    .doctor__about__1__video {
        margin-top: 30px;
    }

    .doctor__about__1__video__cover {
        height: 170px;
        border-radius: 10px;
        gap: 17px;
    }

    .doctor__about__1__video__cover p {
        font-size: 10px;
    }

    .doctor__about__1__video__frame {
        height: 170px;
        border-radius: 10px;
    }

    .doctor__about__2 {
        padding-left: 0;
        gap: 2rem;
        height: 100%;
        position: relative;
    }

    .doctor__about__2 > hr {
        width: 100%;
    }

    .doctor__about__2 > div:first-child {
        flex-direction: column-reverse;
    }

    .doctor__about__2 h1 {
        font-size: 2rem;
    }

    .doctor__about__2 > div:first-child div {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 1.5rem 0;
    }

    .doctor__about__2 > div:first-child p {
        margin: 0;
    }

    .doctor__languages {
        flex-wrap: wrap;
        padding: 1rem;
        border-radius: 10px;
        gap: .75rem;
    }

    .doctor__languages p:first-child {
        width: 100%;
        font-size: .75rem;
    }

    .doctor__about__2 > div:nth-child(4) {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
        gap: 2rem;
    }

    .doctor__about__2 > div:nth-child(4) p {
        margin: 0;
        align-items: center;
        display: flex;
        flex-wrap: wrap;
    }

    .doctor__about__2 > div:nth-child(4) p span {
        margin-left: .25rem;
    }

    .doctor__about__2 > div:nth-child(4) > div {
        gap: 13px;
        width: 100%;
        margin-bottom: 35px;
    }

    .doctor__about__2 > div:nth-child(4) > div button {
        width: 100%;
        justify-content: center;
    }

    .doctor__about__2 > div:nth-child(4) > div svg {
        width: 50px;
        height: 50px
    }

    .doctor__about__3 {
        margin-top: 35px;
        padding-left: 0;
    }

    .doctor__text__block {
        gap: 1.5rem;
    }

    .doctor__text__block h2 {
        margin-bottom: 0 !important;
    }

    .doctor__text__block ul {
        margin: 0;
        padding: 0 .75rem; 
    }
    
    .doctor__row__3 {
        margin-top: 35px !important;
        padding-top: 35px;
    }

    .doctor__row__3 > hr {
        width: calc(100% - 24px);
    }

    .doctor__about__4 {
        padding-left: 0;
    }

    .doctor__row__4 {
        margin-top: 35px !important;
    }

    .doctor__row__4 .col {
        display: flex;
        justify-content: center;
    }

    .doctor__row__4 .doctor__text__block {
        padding: 1.5rem;
        border-radius: 0;
    }

    .doctor__row__3 h2 {
        font-size: 1.5rem;
    }

    .review__card__1 {
        padding: 1.5rem;
        gap: 10px;
    }

    .review__card__1 > div {
        gap: 14px;
        font-size: 1rem;
    }

    .carousel__5 {
        right: 0 !important;
        width: 100% !important;
    }

    .doctor__about__wrapper .owl-nav {
        padding-right: 0;
    }

    .other__doctors {
        margin-top: 50px;
    }

    .other__doctors h2 {
        font-size: 2rem;
        margin: 0 0 1.5rem 0;
    }

    .prices__table {
        padding: 40px 10px;
    }

    .pt__row__head {
        display: flex;
        align-items: center;
        gap: 5px;
        margin-bottom: 2rem;
    }

    .pt__row__head > div {
        padding: 13px 0;
        font-size: 10px;
        font-weight: 400;
    }

    .pt__row__head > div:first-child {
        width: 25px;
    }

    .pt__row__head > div:nth-child(3) {
        width: 35px;
    }

    .pt__row__head > div:nth-child(4) {
        width: 50px;
    }

    .pt__block {
        padding-bottom: 2rem;
        margin-bottom: 2rem;
    }

    .pt__block h2 {
        font-size: 20px;
        margin: 0 0 1rem 0;
    }

    .pt__row {
        gap: 5px;
    }

    .pt__row a {
        display: none !important;
    }

    .pt__row > div {
        padding: 13px 0;
        font-size: 14px;
        color: #5B5B5B;
        font-size: 12px;
    }

    .pt__row > div:first-child {
        width: 25px;
    }

    .pt__row > div:nth-child(3) {
        width: 35px;
        padding: 13px 0;
    }

    .pt__row > div:nth-child(4) {
        width: 50px;
        text-align: center;
        gap: 0;
        justify-content: center;
        padding: 13px 0;
    }

    .blog__content {
        margin-top: 50px !important;
    }

    .blog__content h1 {
        font-size: 2rem;
    }

    .blog__content > p {
        font-size: 14px;
        margin: 17px 0 34px 0;
    }

    .blog__content > nav .nav {
        margin-bottom: 0 !important;
    }

    .blog__content .d-flex > picture {
        margin-bottom: 50px;
    }

    .blog__content .row {
        padding: 0 1.5rem;
    }

    .article__inner {
        margin-top: 30px !important;
    }

    .bread {
        font-size: 10px;
        margin-left: 0;
    }

    .article__content {
        margin-top: 20px;
        flex-direction: column;
        gap: 0;
    }

    .article__content__1 {
        gap: 0;
    }

    .article__social {
        display: flex;
        align-items: center;
        gap: 15px;
        justify-content: end;
        width: 100%;
    }

    .article__social a:hover {
        transform: scale(1.1);
    }

    .article__content__2 {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: start;
    }

    .article__content__2 > span {
        margin-top: -3rem;
        margin-left: 1.2rem;
    }

    .article__content__2 > h1 {
        font-size: 2rem;
        margin: 50px 0 24px 0;
    }

    .article__content__2__text {
        margin-left: 0;
    }

    .article__content__2__text p {
        font-size: 14px;
    }

    .article__content__2__text h3 {
        font-size: 1rem;
    }

    .article__content__2__text > picture img {
        border-radius: 20px;
    }

    .article__content__2__text ul {
        font-size: 14px;
    }

    .article__content__2__text ul strong {
        color: #323232;
        font-weight: 600 !important;
        font-size: 1rem;
    }

    .read__more {
        margin-top: 40px !important;
    }

    .read__more h2 {
        font-size: 20px;
        font-weight: 400 !important;
        color: #0061EF;
        margin: 60px 0;
    }

    .text__inner {
        margin-top: 30px !important;
        gap: 40px;
    }

    .text__inner > h1 {
        font-size: 1.5rem;
        color: #323232;
        font-weight: 600 !important;
    }

    .text__inner__container {
        width: 100%;
        background-color: #FAF9F8;
        border: 1px solid #D0D4DD;
        padding: 40px 24px;
        max-width: 940px;
        border-radius: 20px;
    }

    .text__inner__container p {
        font-size: 14px;
    }

    .text__inner__container p:last-child {
        margin-bottom: 0;
    }
    
    .licensies__grid {
        margin-top: 2rem !important;
    }

    .reviews__banner {
        padding: 1.5rem 1.5rem 8rem 1.5rem;
        flex-direction: column;
        gap: 2rem;
        margin-top: 2rem;
        background: url(../img/bg_2_mobile.svg) center no-repeat;
    }

    .reviews__banner h2 {
        font-size: 3rem;
    }

    .reviews__banner > picture {
        width: 100%;
        height: 150px;
    }

    .reviews__banner > picture img {
        object-fit: contain !important;
        width: 100%;
        height: 100%;
        margin-left: 15%;
    }

    .reviews__banner > a {
        right: 2rem;
        bottom: 2rem;
        font-size: 1rem;
    }

    .reviews__txt__1 {
        margin-top: 44px;
    }

    .reviews__txt__1 .col {
        gap: 42px;
    }

    .reviews__txt__1 .col p {
        font-size: 14px;
        max-width: 284px;
    }

    .reviews {
        margin-top: 5rem;
    }

    .reviews__grid {
        margin-top: 100px !important;
    }
    
    .review__card__2 {
        gap: 1.5rem;
        padding: 20px;
    }

    .review__card__2 > div {
        flex-direction: column;
        gap: 1.5rem;
    }

    .review__card__2 > div > div {
        gap: .75rem;
    }

    .reviews .item {
        margin-left: 30px;
    }

    .zhkt__txt__1 {
        margin: 28px 0 50px 0;
        gap: 30px;
    }

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

    .zhkt__txt__1 p {
        font-size: 14px;
        max-width: 280px;
    }

    .zhkt__grid h5 {
        font-size: 1rem;
    }

    .zhkt__block {
        padding: 1.5rem;
    }

    .zhkt__block > div:first-child h3 {
        font-size: 1rem;
    }

    .zhkt__block > div:first-child picture {
        display: block;
    }

    .zhkt__block picture img {
        transition: transform 0.3s ease;
    }

    .zhkt__block.open picture img {
        transform: rotate(180deg);
    }

    .zhkt__block p {
        font-size: 14px;
    }

    .zhkt__block > div:last-child {
        display: none;
    }

    .zhkt__block > div:last-child > div p {
        font-size: 12px;
    }

    .zhkt__block > div:last-child > div p a {
        color: #0061EF;
    }

    .zhkt__block > div:last-child > div p a:hover {
        color: #5B5B5B;
    }

    .zhkt__rek {
        padding: 40px 0 0 0;
        margin-top: 100px;
    }

    .zhkt__rek__text {
        gap: 20px;
        align-items: center;
    }

    .zhkt__rek__text h3 {
        font-size: 20px;
    }

    .zhkt__rek__text > p {
        font-size: 14px;
        max-width: 266px;
    }

    .zhkt__rek__text > div {
        flex-direction: column;
        padding: 20px 19px 0 19px;
    }

    .zhkt__rek__text > div > div {
        max-width: 540px;
        font-size: 1rem;
        color: #5B5B5B;
    }

    .zhkt__rek__text > div ul {
        margin: 0;
    }

    .zhkt__rek__text button {
        color: #fff;
        font-size: 1rem;
        font-weight: 600;
        line-height: 0;
        background-color: #0061EF;
        padding: 1rem 1.5rem;
        border: 0;
        border-radius: 5rem;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .zhkt__rek__text button:hover {
        background-color: #2A80FF;
    }

    .parazit__txt__1 {
        justify-content: center;
    }

    .parazit__txt__1 img {
        border-radius: 20px;
    }

    .parazit__txt__1 p {
        font-size: 14px;
    }

    .parazit__txt__1 .text-center {
        display: flex;
        justify-content: center;
    }

    .parazit__txt__1 .text-center p {
        font-size: 20px;
        max-width: 308px;
    }

    .start__block {
        width: 100%;
        gap: 20px;
        padding: 40px 0;
        margin-top: 100px;
    }

    .start__block > span {
        font-size: 13px;
        margin-bottom: 100px;
    }

    .start__block > h2 {
        font-size: 40px;
    }

    .start__block > p {
        font-size: 20px;
        max-width: 300px;
    }

    .start__block > a {
        line-height: 100%;
        font-size: 1rem;
        color: #0061EF;
        background-color: #fff;
        padding: 1rem 1.5rem;
        border-radius: 5rem;
        display: flex;
        align-items: center;
        gap: .75rem;
        margin-top: 70px;
    }

    .benefits {
        margin: 50px 24px 0 24px;
        width: calc(100% - 48px) !important;
    }

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

    .benefit__card p {
        font-size: 14px;
    }

    .info__card__grid {
        margin-top: 50px;
    }

    .info__card {
        padding: 36px 36px 67px 36px;
    }

    .info__card__big {
        position: relative;
        display: flex;
        justify-content: start;
        padding: 36px 36px 80px 36px;
        background-color: #F9F9FF;
        border-radius: 15px;
    }

    .info__image {
        right: 40px;
        left: auto;
        width: 135px;
    }

    .info__card__big h3 {
        font-size: 20px;
        max-width: 140px;
        margin-right: 0;
    }

    .card__2 {
        padding: 2rem;
        gap: 2rem;
    }

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

    .card__2 p {
        font-size: 14px;
    }

    .card__grid__1 .col-lg-4 {
        display: none;
    }

    .card__grid__1 .col-12 {
        display: block;
    }

    .statistics__block h2 {
        font-size: 1rem;
    }

    .wrapper {
        gap: 2rem;
        flex-direction: column-reverse;
        margin-top: 2rem;
        align-items: start;
    }

    .wrapper > p {
        display: none;
    }

    /* ==== КОЛЬЦЕВОЙ ПИРОГ ==== */
    .pie {
        width: 286px;
        height: 286px;
    }

    /* ==== СПИСОК ДАННЫХ ==== */
    .text-block .item {
        margin-bottom: 8px;
        padding-left: 20px;
        position: relative;
        font-size: 16px;
    }

    .text-block .item::before {
        content: "";
        width: 14px;
        height: 14px;
        background: var(--color);
        border-radius: 14px;
        position: absolute;
        left: 0;
        top: 6px;
    }

    .banner__block__2 {
        margin-top: 100px;
        padding: 3rem;
        gap: 2rem;
        border-radius: 20px;
        padding-bottom: 290px;
    }

    .banner__block__2 p {
        font-size: 14px;
    }

    .banner__block__2 h2 {
        font-size: 3rem;
    }

    .banner__block__2 > picture {
        position: absolute;
        left: -100px;
        bottom: -100px;
    }

    .banner__block__2 > button {
        right: 2rem;
        bottom: 2rem;
    }

    .card__grid__1__2 .card__2 h2 {
        min-height: auto;
    }

    .page__header__2 {
        background: url(../img/bg__start__mobile.png) center top no-repeat !important;
        background-size: 120% !important;
    }

    .page__header__2 .zhkt__grid h2 {
        font-size: 1.5rem;
    }

    .page__header__2 .zhkt__grid p {
        max-width: 320px;
        font-size: 14px;
    }

    .start__buttons {
        margin-top: 100px;
    }

    .start__buttons .row > div {
        gap: 11px;
    }

    .start__buttons button {
        font-size: 12px;
        font-weight: 400;
        padding: 0;
        border-radius: 0;
        display: flex;
        align-items: center;
        gap: .5rem;
        background-color: transparent !important;
        border: 0 !important;
        color: #5B5B5B !important;
        white-space: nowrap
    }

    .start__buttons button svg {
        display: none;
    }

    .start__buttons button picture {
        display: block;
        flex-shrink: 0;
    }

    .start__buttons p {
        font-size: 20px;
        max-width: 320px;
        margin: 30px 0;
    }

    .start__block__1 {
        padding-top: 100px;
        padding-bottom: 100px;
        margin-top: 3rem;
    }

    .start__block__1::before,
     .start__block__1::after {
        height: 100px;
    }

    .start__block__1__header h2 {
        font-size: 20px;
        max-width: 300px;
    }

    .start__block__1__header p {
        font-size: 14px;
        max-width: 300px;
    }

    .start__text__1 {
        padding: 1.5rem;
    }

    .start__text__1 > h3 {
        font-size: 1.5rem;
        margin-bottom: 1.5rem;
    }

    .start__text__1 > h4 {
        font-size: 20px;
        margin-bottom: 1.5rem;
    }

    .start__text__1 > hr {
        margin-bottom: 1.5rem;
    }

    .start__text__1 > p,
    .start__text__1 > ul {
        font-size: 14px;
    }

    .start__text__1 .pamyatka {
        padding-top: 1.5rem;
    }

    .down__icon {
        margin-top: 1.5rem;
    }

    .start__block__1 .align-items-center {
        margin-top: 50px;
    }

    .start__block__1 .align-items-center .text-center > picture img {
        width: 75% !important;
        margin-bottom: 50px;
    }

    .start__block__1 button {
        font-size: 14px;
    }

    .reviews2__zag h2 {
        font-size: 20px;
        margin: 100px 0 36px 0;
    }

    .reviews2 {
        margin: 0 15px;
        width: calc(100% - 30px) !important;
    }

    .pictures {
        flex-direction: column !important;
    }

    .chekups__block br {
        display: none;
    }

    .about__grid {
        margin-top: 1.5rem !important;
    }

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

    .about__photo {
        position: relative;
    }

    .about__photo picture {
        width: 75%;
    }

    .about__photo b {
        font-size: 14px;
        position: absolute;
        bottom: 0;
    }

    .about__photo__reverse b {
        text-align: end;
        bottom: 0;
    }

    .about__card {
        padding: 1.5rem;
    }

    .about__card h2 {
        font-size: 1rem;
        margin: 0 0 1.5rem 0;
    }

    .about__card hr {
        margin: 0 0 1.5rem 0;
    }

    .about__card p {
        font-size: 14px;
    }

    .about__card > picture:last-child {
        margin-top: 1.5rem;
    }

    .about__card__photo img {
        border-radius: 20px;
    }

    .start__block h3 {
        font-size: 20px;
        max-width: 80%;
    }

    .french__banner span {
        margin-bottom: 2rem;
        letter-spacing: 10px;
    }
    
    .french__banner > a {
        margin-top: 2rem;
    }

    .franch__banner__info {
        width: 90%;
        flex-wrap: wrap;
        justify-content: center;
        gap: 3rem 0;
        margin-top: 2rem;
    }

    .franch__banner__info > div {
        width: 50%;
    }

    .franch__banner__info > div b {
        font-size: 3rem;
        font-weight: 700 !important;
        line-height: 100%;
    }

    .franch__banner__info > div p {
        font-size: 1rem;
        margin: 0;
    }

    .benefit__card__2 {
        padding: 0 2rem;
    }

    .benefit__card__2 > picture {
        height: 120px;
    }

    .benefit__card__2 h4 {
        font-size: 1rem;
    }

    .benefit__card__2 p {
        font-size: 14px;
    }

    .peoples,
    .peoples picture {
        height: 77px !important;
    }

    .mission__picture img {
        width: 170px !important;
    }

    .chekups__block h4 {
        font-size: 20px;
        max-width: 220px;
    }

    .mission__text {
        background-color: #00B3FF05;
        padding-bottom: 100px;
        margin-bottom: 50px !important;
        margin-bottom: 0;
        border-top-left-radius: 80% 5%;
        border-top-right-radius: 80% 5%;
        border-bottom-left-radius: 80% 5%;
        border-bottom-right-radius: 80% 5%;
    }

    .mission__text > picture {
        display: none;
    }

    .mission__text .col h2 {
        font-size: 36px;
    }

    .mission__text .col p {
        font-size: 14px;
        max-width: 300px;
    }

    .mission__smile {
        margin: 123px 0 70px 0;
    }

    .mission__text h3 {
        font-size: 20px;
        max-width: 300px;
    }

    .mission__text__2 {
        padding-top: 100px;
        margin-bottom: 0 !important;
        background-color: #00FF8010 !important;
    }

    .mission__text__2 > picture {
        top: -60px;
    }

    .franch__block__1 > picture {
        margin-top: 0;
    }

    .franch__block__1 > picture img {
        width: 150px !important;
    }

    .franch__block__1 h2 {
        font-size: 20px;
        margin: 1.5rem 0;
        max-width: 280px;
    }

    .franch__block__1 p {
        font-size: 1rem;
        max-width: 280px;
    }

    .franch__block__1 p strong {
        font-size: 1rem;
    }

    .franch__block__1 button {
        width: 100%;
        margin-top: 1.5rem;
        max-width: calc(100% - 30px);
        justify-content: center;
    }

    .franch__block__2 {
        margin-top: 92px;
    }

    .franch__block__2 h2 {
        font-size: 20px;
        margin: 0 0 1.5rem 0;
    }

    .card__franch__1 {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1.5rem;
        text-align: center;
        padding: 0 1rem;
    }

    .card__franch__1 b {
        font-size: 20px;
    }

    .card__franch__1 p {
        font-size: 14px;
    }

    .franch__block__3 {
        margin-top: 114px;
    }

    .franch__block__3 h2 {
        font-size: 20px;
        margin: 0 0 1.5rem 0;
    }

    .franch__block__4 {
        margin-top: 128px;
    }

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

    .franch__block__4__1 {
        padding: 40px !important;
        color: #fff;
        margin-top: 38px !important;
        flex-direction: column;
        gap: 3.5rem;
    }

    .franch__block__4__1 > div strong {
        font-size: 20px;
    }

    .franch__block__4__1 > div p {
        font-size: 14px;
    }

    .franch__block__4 > picture {
        top: -100px;
    }

    .franch__block__4__2 h3 {
        font-size: 20px;
        margin: 2rem 0 2.8rem 0;
    }

    .franch__card {
        margin-bottom: 3rem;
        padding: 0 2rem;
    }

    .franch__card br {
        display: none;
    }

    .franch__card b {
        font-size: 20px;
    }

    .franch__card p {
        font-size: 14px;
    }

    .franch__card > picture {
        width: 26px;
    }

    .franch__block__5 {
        margin-top: 126px;
        padding-bottom: 180px;
    }

    .franch__block__5 > picture {
        top: -88px;
    }

    .franch__block__5 h2 {
        font-size: 20px;
        margin: 0 0 40px 0;
        text-align: center;
    }

    .reviews2 .franch__card {
        margin-bottom: 0 !important;
    }

    .franch__block__5 .reviews2 .item picture {
        width: 75px !important;
    }

    .franch__block__6 {
        margin-top: 77px;
    }

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

    .franch__block__6 h3 {
        font-size: 20px;
        margin: 30px 0 60px 0;
    }

    .franch__block__6 .franch__card {
        padding: 0 3rem !important;
        max-width: 100% !important;
    }

    .franch__block__6 .franch__card b {
        font-size: 1rem;
    }

    .franch__block__6 .franch__card picture {
        width: 75px !important;
    }

    .conc_1 .circle__2 {
        left: 0;
    }

    .conc_3 .circle__2 {
        left: 0;
    }

    .conc_2 .circle__2 {
        right: 0;
        left: auto;
    }

    .franch__block__7 {
        padding: 0 0 70px 0;
        margin-top: 100px;
        background: url(../img/franch__bg__4.svg) left bottom no-repeat;
    }

    .franch__block__7 > picture {
        display: none;
    }

    .franch__block__7 h2 {
        font-size: 20px;
        margin: 0 0 40px 0;
    }

    .franch__block__7 p {
        font-size: 14px;
    }

    .franch__block__7 .col {
        flex-direction: column;
        gap: 2rem;
        align-items: center;
    }

    .franch__block__7 .col picture {
        width: 256px;
    }

    .franch__block__7 .col > div:last-child {
        flex-direction: column;
        gap: 0;
        height: auto;
        align-items: center;
    }

    .franch__block__7 .col > div:first-child {
        width: 100%;
        padding: 0 2rem 3rem 2rem;
        position: relative;
    }

    .franch__block__7 .col > div:first-child picture {
        position: absolute;
        right: 2rem;
        bottom: -1rem;
        width: 76px;
    }

    .franch__block__7 .col > div:first-child p {
        max-width: 200px;
    }

    .franch__block__7 .col > div:last-child p {
        max-width: 250px;
    }

    .franch__block__7 .col > div:last-child h3 {
        position: relative;
        font-size: 5rem;
        color: #0061EF;
        font-weight: 800 !important;
        white-space: nowrap;
        bottom: 0;
    }

    .kz__map {
        width: 100% !important;
        margin-bottom: 2rem;
    }

    .franch__block__8 h2 {
        font-size: 20px;
        margin: 70px 0 50px 0;
    }

    .franch__block__8 .col-lg-4 {
        margin-bottom: 30px;
    }

    .franch__block__8 .col-lg-4 > div p {
        font-size: 14px;
    }

    .franch__block__9 {
        margin-top: 100px;
        position: relative;
    }

    .franch__block__9 h2 {
        font-size: 20px;
        margin: 0 0 20px 0;
    }

    .franch__block__9 > picture {
        display: none;
    }

    .franch__block__9__1 {
        padding-top: 0;
        position: relative;
        top: -2.5rem;
    }

    .franch__block__9__3 {
        padding-top: 0;
        margin-bottom: 0;
    }

    .franch__block__9 p {
        font-size: 14px;
        padding: 0 1rem;
        margin: 1rem 0 2.3rem 0;
    }

    .franch__block__9 p strong {
        display: inline-block;
    }

    .franch__block__9 > .d-lg-none {
        position: absolute;
        display: block;
        width: 100%;
        height: 1000px;
        overflow: hidden;
        top: 150px;
    }

    .franch__block__10 h2 {
        font-size: 20px;
        margin: 0 0 1.5rem 0;
    }

    .franch__block__10 h4 {
        font-size: 20px;
        margin: 0 0 1.5rem 0;
    }

    .franch__block__10 h5 {
        font-size: 20px;
        margin: 0 0 2rem 0;
    }

    .franch__prices {
        padding: 20px;
        border-radius: 30px;
        background: linear-gradient(to top, #D6EEF6, #F7FCFD);
    }

    .franch__prices {
        padding: 1rem;
        border-radius: 20px;
        gap: 2.2rem;
        flex-direction: column;
        align-items: center;
        position: relative;
        padding-top: 200px;
        margin-top: 120px;
    }

    .franch__prices > picture {
        flex-shrink: 0;
        width: 180px;
        position: absolute;
        top: -100px;
    }

    .franch__prices__table > div {
        font-size: 1rem;
        padding: 1.5rem 0;
    }

    .franch__prices__table > div > div:last-child {
        font-size: .75rem;
    }

    .franch__prices__table > div:first-child {
        font-size: 10px;
    }

    .franch__prices__table > div:first-child > div:last-child {
        font-size: 10px;
    }

    .franch__start {
        margin-top: 70px;
        padding-top: 100px;
        padding-bottom: 100px;
        background: url(../img/franch__start__bg__mobile.png) center no-repeat;
    }

    .franch__start h2 {
        font-size: 40px;
    }
    
    .franch__start__buttons {
        flex-direction: column;
        gap: 14px;
    }

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

    .auth__page__content {
        margin-top: 1rem !important;
    }

    .cabinet__header {
        display: block !important;
    }

    .cabinet__header .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .cabinet__header .container .row {
        margin: 0 !important;
    }

    .cabinet__header .container > div:last-child > div:last-child div {
        gap: 30px;
    }

    .cabinet__profile__fields {
        padding: .75rem;
    }

    .rss {
        font-size: .75rem;
    }

    .policy__block {
        flex-direction: column-reverse;
        justify-content: center;
        text-align: center;
    }

    .policy__block button {
        width: 100%;
    }

    .policy__block p {
        font-size: 10px;
    }

    .onboarding {
        padding: 40px 40px 108px 40px;
        border-radius: 30px;
        margin-bottom: 0;
        flex-direction: column;
        position: fixed;
        z-index: 99;
        top: 56px;
        left: 10px;
        width: calc(100% - 20px);
    }

    .onboarding button {
        padding: 0;
        background-color: transparent;
        border: 0;
        flex-shrink: 0;
        position: absolute;
        bottom: 27px;
        right: 37px;
    }

    .onboarding p {
        margin: 0 0 40px 0;
    }
    
    .onboarding__items {
        flex-direction: column;
        margin-right: 0;
        gap: 44px;
    }

    .onboarding__items > div {
        display: flex;
        flex-direction: column;
        padding: 0 1.5rem;
        border-right: 0;
        border-left: 1.5px solid #ffffff30;
        font-size: 14px;
        width: 100%;
        gap: 6px;
    }

    .onboarding__bg {
        background-color: #D0D4DD90;
        width: 100%;
        height: 100%;
        position: fixed;
        z-index: 98;
        top: 0;
        left: 0;
        transition: opacity .3s ease;
    }

    .cabinet__inner__content {
        margin-top: 6rem !important;
    }

    .dashboard__card {
        height: auto;
        padding: 18px;
    }
    
    .dashboard__card__header > div {
        font-size: 1rem;
    }

    .dashboard__card__header > picture {
        display: block;
    }

    .dashboard__card__body__hidden {
        display: none;
    }

    .dashboard__card__body__hidden.active {
        display: flex;
    }

    .bonuses__price {
        justify-content: space-between;
        margin-bottom: 1rem;
    }

    .bonuses__price h3 {
        position: absolute;
        top: 1rem;
        right: 1rem;
        width: auto;
    }

    .arrow__down {
        position: absolute;
        display: block;
        bottom: 1rem;
        right: 1rem;
    }
    
    .bonuses {
        padding-bottom: 2.5rem;
    }

    .dashboard__card__empty {
        padding-bottom: 0;
    }

    .dashboard__card__empty .arrow__down {
        display: none;
    }

    .dashboard__cards > div {
        margin-bottom: .5rem;
    }

    .dashboard__card__empty {
        gap: 30px;
    }

    .dashboard__card__small__content p,
    .payment__links {
        padding: 0 !important;
    }

    .payment__links {
        margin-top: 1rem !important;
    }
    
    .profile__info {
        padding-left: 0;
        gap: 1rem;
    }

    .offer__card > div {
        margin: 16px 0 11px 0;
    }

    .offer__card > div > div {
        flex-direction: column;
        align-items: end;
    }

    .offer__card__clock__price {
        width: 100%;
    }

    .offer__card__clock__price > div > span > span {
        position: absolute;
        bottom: 21px;
    }

    .offers {
        width: calc(100% + 15px) !important;
        right: -3px !important;
    }

    .offers .item {
        margin-left: 15px;
    }

    .offers__block {
        padding-left: 0;
    }

    .offers__block .dashboard__card__header > div {
        margin-left: 15px;
    }

    .dashboard__bread__info {
        margin: 0 0 11px 0;
        padding: 0;
        color: #5B5B5B;
        font-weight: 600;
        list-style: none;
        display: flex;
        gap: 1.5rem;
        font-size: .75rem;
    }

    .add__button {
        top: auto;
        bottom: 0;
        right: 0;
    }

    .dashboard__card__body__more {
        position: absolute;
        left: 0;
        bottom: 2px;
        font-size: 14px;
        font-weight: 600;
        color: #0061EF;
    }

    .dashboard__card__body {
        width: 100%;
        height: auto !important;
        overflow-y: visible;
    }

    .p__b {
        padding-bottom: 2.5rem !important;
    }

    .dcb__relative {
        position: relative;
    }

    .paymets__history {
        height: 140px !important;
        overflow-y: auto;
    }

    .bonuses > hr {
        display: none;
    }

    .info__icon {
        position: absolute !important;
        bottom: 1rem;
        left: 1rem;
    }

    .dashboard__card__2 {
        width: 100%;
        margin-right: 0;
    }

    .db__shadow::after {
        display: none;
    }

    .visit__card__datetime {
        display: none;
    }

    .visit__card__details {
        flex-direction: column;
        border-radius: 10px;
        padding: 0;
        gap: 0;
    }

    .visit__card__details__photo__info {
        flex-direction: row !important;
        background-color: #40ADE910;
        border-radius: 10px;
        width: 100%;
        padding: .75rem;
    }

    .visit__card__details__photo__info > picture {
        width: 82px;
        height: 82px;
    }

    .vc__red .visit__card__details__photo__info {
        background-color: #F3115510;
    }

    .visit__card__details > div:last-child {
        padding: .75rem;
    }
    
    .visit__card__details > div:last-child > div {
        flex-direction: column;
    }

    .visit__card__details__name__post {
        gap: 1rem;
        width: 100%;
    }

    .visit__card__details__name__post p {
        font-size: 10px;
    }

    .visit__card__details__buttons {
        gap: 1rem;
        width: 100%;
    }

    .visit__card__details__buttons > div:first-child {
        width: 100%;
    }

    .visit__card__details__buttons > div:last-child {
        width: 100%;
    }

    .visit__card__details__buttons > div:last-child > div {
        width: 100%;
        justify-content: space-between;
    }

    .visit__card__details__name__post span {
        display: flex;
        align-items: center;
        gap: 6px;
        font-size: .75rem;
        font-weight: 700;
        color: #5B5B5B;
    }

    .visit__card__details__photo__info > div p {
        font-size: 20px;
        text-align: end;
        color: #5B5B5B;
        margin: 0;
    }

    .visit__card__details__photo__info > div p span {
        font-size: 14px;
        color: #5B5B5B;
        font-weight: 400 !important;
        display: block;
    }

    .visit__card__details__photo__info i {
        font-style: normal;
        text-align: end;
        font-size: .75rem;
        color: #F31155;
    }

    .visit__card__details__photo__info i b {
        font-weight: 700 !important;
    }

    .visit__card__details__photo__info em {
        text-align: end;
        font-size: 11px;
        color: #5B5B5B;
        font-style: normal;
    }

    .visit__card__details__photo__info > div > div {
        display: flex;
        flex-direction: column;
        align-items: end;
        font-size: 14px;
        font-weight: 500;
        gap: .7rem;
    }

    .visit__card__details__photo__info ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        gap: .5rem;
    }

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

    .payments__table__mobile__header > div:first-child {
        display: flex;
        justify-content: space-between;
        align-items: start;
        font-size: 20px;
        color: #5B5B5B;
        font-weight: 500;
    }

    .payments__table__mobile__header > div:last-child {
        display: flex;
        justify-content: space-between;
        align-items: end;
        font-size: 14px;
        color: #5B5B5B;
        font-weight: 600;
    }

    .payments__table__mobile__header h2 {
        color: #0DC143;
        font-size: 36px;
        font-weight: 800 !important;
        margin: 0;
    }

    .payments__table__mobile__header p {
        font-size: .75rem;
        font-weight: 600;
        line-height: 150%;
        margin: 0;
        color: #5B5B5B50;
    }

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

    .payments__table__mobile > b {
        font-size: 14px;
        font-weight: 700 !important;
        color: #5B5B5B;
        padding-top: 20px;
        margin-top: 20px;
        margin-bottom: 20px;
        border-top: 1px solid #5B5B5B30;
        width: 100%;
    }

    .payments__table__mobile__row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: .75rem;
        font-weight: 600;
        padding: 14px 0;
        color: #5B5B5B;
    }

    .payments__table__mobile__row > div:last-child {
        color: #0DC143;
        font-size: 14px;
    }
    
    .modal__template__1 {
        width: calc(100% - 10px);
        border-radius: 10px !important;
        border: 0 !important;
        box-shadow: 0 4px 29.7px rgba(0, 0, 0, .15);
        background-color: #fff;
    }

    .modal__template__1__content__pay {
        padding: 20px;
        position: relative;
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
    }

    .modal__template__1__content__pay > picture {
        position: absolute;
        top: 20px;
        right: 20px;
        width: 1.5rem;
        height: 1.5rem;
    }

    .pay__modal__1 {
        display: flex;
        flex-direction: column;
        gap: 18px;
        padding-bottom: 20px;
        border-bottom: 1px solid #5B5B5B30;
    }

    .pay__modal__1 span {
        font-size: .75rem;
        color: #5B5B5B50;
    }

    .pay__modal__1 a {
        color: #0061EF;
        font-size: 1rem;
        font-weight: 600;
    }

    .pay__modal__1 a:hover {
        color: #323232;
    }

    .pay__modal__2,
    .pay__modal__3 {
        display: flex;
        justify-content: space-between;
    }

    .pay__modal__2 > div,
    .pay__modal__3 > div {
        display: flex;
        flex-direction: column;
        color: #5B5B5B50;
        font-weight: 600;
    }

    .pay__modal__2 > div > div,
    .pay__modal__3 > div > div {
        display: flex;
        flex-direction: column;
        gap: 6px;
    }

    .pay__modal__2 > div:last-child,
    .pay__modal__3 > div:last-child {
        justify-content: end;
        text-align: end;
    }

    .pay__modal__2 > div:last-child span {
        color: #5B5B5B;
    }

    .pay__modal__3 > div:last-child span {
        color: #0DC143;
    }

    .pay__modal__2 p,
    .pay__modal__3 p {
        font-size: .75rem;
    }

    .pay__modal__2 p span,
    .pay__modal__3 p span {
        font-size: 1rem;
        display: block;
    }

}

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

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