.header-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
}
html {
  scroll-behavior: smooth;
}
.home-banner{
    background-image: var(--bg-desktop);
}
.header__icon {
    height: 50px;
    width: 50px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 7px;
}
.main-navigation .main-nav ul li[class*="current-menu-"] > a:hover {
    color: #2192C8 !important;
}
.header__city {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
}

.nav-float-right #site-navigation {
    margin-left: 54px;
}

.navigation-wrapper .main-navigation .main-nav ul li a {
    padding: 10px 41px 10px 19px;
    line-height: 100%;
}

.header__address {
    font-size: 14px;
    line-height: 150%;
}

.header__map a {
    color: #46AAD9;
    font-size: 13px;
    line-height: 150%;
    text-decoration: underline;
    text-decoration-style: dotted;
    text-decoration-color: currentColor;
    text-underline-offset: 3px;
    margin-top: 2px;
    display: block;
    transition: 0.3s;

}
.header__map a:hover {
    color: #2192C8;
}
.header__block--contact {
    margin-left: 86px;
}

.header__block--work {
    margin-left: 82px;
}

.header_btn-top {
    background-color: #46AAD9;
    border: none;
    border-radius: 100px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: 100%;
    padding: 16px 20px;
    letter-spacing: -0.6px;
    max-width: 187px;
}

.header_btn-top:hover {
    background-color: #46AAD9;
    color: #fff;
}

.header_btn-top:focus {
    background-color: #46AAD9;
    color: #fff;
}

.header_btn-top:active {
    background-color: #46AAD9;
    color: #fff;
}

.header_btn-bottom {
    background: none;
    border: none;
    color: #46AAD9;
    font-size: 15px;
    line-height: 150%;
    text-decoration: underline;
    text-decoration-style: dotted;
    text-decoration-color: currentColor;
    text-underline-offset: 3px;
    padding: 0;
    letter-spacing: -0.8px;
    margin-top: 32px;
    transition: 0.3s;
}

.header_btn-bottom:hover {
    background: none;
    color:#2192C8;
}

.header_btn-bottom:active {
    background: none;
    color:#2192C8;
}

.header_btn-bottom:focus {
    background: none;
    color:#2192C8;
}

.header__block {
    display: flex;
    gap: 10px;
}
.form-block__image{
    background-image: var(--bg-desktop);
}
.header__phone {
    font-size: 22px;
    font-weight: 500;
    line-height: 130%;
}

.header__label {
    font-size: 14px;
    color: #989898;
    line-height: 150%;
    margin-top: 10px;
}

.header__work-day {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
}

.inside-header {
    align-items: flex-start;
}

.site-description {
    margin: 0;
    line-height: 160%;
    font-weight: 400;
    text-transform: none;
    font-size: 11px;
    margin-top: 8px;
}

.header_btn {
    margin-top: 9px;
    margin-left: auto;
    display: flex;
    flex-direction: column;
}

.main-navigation a {
    font-size: 16px;
}

.main-navigation .main-nav ul li a {
    padding-left: 20px;
    padding-right: 20px;
    line-height: 100%;
}





.site-branding-container {
    flex-direction: column;
    align-items: initial;
    max-width: 265px;

}

.site-branding {
    width: 70%;
}

.grid-container {
    padding: 0 20px;
}

.inside-header {
    padding: 15px 134px 15px
}

.separate-containers .comments-area,
.separate-containers .inside-article,
.separate-containers .page-header,
.separate-containers .paging-navigation {
    padding: 0px 114px;
}

.site-content {
    display: block;
}

.home-banner {
    border-radius: 30px;
    padding: 93px 116px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

.titleh1 {
    font-size: 72px;
    font-weight: 500;
    line-height: 95%;
    width: 71%;
}

.banner-description {
    font-size: 20px;
    line-height: 100%;
    margin: 20px 0 95px 0;
}

.banner-text-inner {
    display: flex;
    gap: 32px;
    align-items: center;
}

.banner-text {
    font-size: 16px;
    width: 40%;
    line-height: 160%;

}

.banner-btn {
    border-radius: 100px;
    background-color: #fff;
    padding: 20px 30px;
    color: #121212;
    font-weight: 500;
    line-height: 100%;
    font-size: 16px;
    height: 60px;
    letter-spacing: -0.5px;
}

.text-color {
    color: #46AAD9;
}

.backgraund-gradient {
    background: linear-gradient(to bottom, #F0F0F0, #FFFFFF);
    padding: 100px 114px;
    border-radius: 30px;
    margin-top: 30px;
}

.info__items {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: -23px;
}

.info__item {
    flex: 1;
    padding: 18px 24px;
    background-color: #fff;
    border-radius: 30px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.info__item-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 120%;
}

.info__item-text {
    font-size: 14px;
    margin-top: 10px;
}

.info__item-img {
    flex: 1;
}

.info__item-inner {
    flex: 5;
}

.info__content {
    display: flex;
    margin-top: 80px;
    gap: 56px;
}

.info__content .titleh2 {
    width: 90%;
}

.titleh2 {
    font-size: 48px;
    font-weight: 500;
    line-height: 120%;
}

.info__description {
    font-size: 24px;
    width: 100%;
    padding-top: 11px;
    padding-left: 23px;
}

.info__description span {
    font-weight: 600;
}

.info__qr-inner {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
    gap: 116px;
    align-items: end;
}

.titleh3 {
    font-weight: 500;
    font-size: 24px;
}

.info__qr-text-inner {
    width: 60%;
}

.info__doctor img {
    max-width: 132px;
    height: 132px;
}

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

.info__qr {
    max-width: 580px;
    border: 1px solid #F0F0F0;
    border-radius: 30px;
    background-color: #fff;
    padding: 30px;
    display: flex;
    gap: 20px;
}

.info__doctor-img {
    border-radius: 10px;
}

.info__address-inner {
    max-width: 676px;
}

.info__qr-text ul {
    font-size: 16px;
    font-weight: 600;
    line-height: 160%;
    margin-bottom: 0;
    margin-left: 26px;
}

.info__address-list ul {
    font-size: 18px;
    line-height: 160%;
    margin-left: 28px;
}

.info__priem-text p {
    font-size: 18px;
    font-weight: 600;

}

.info__priem-inner {
    width: 78%;
}

.info__address {
    margin-bottom: 44px;
}

.info__qr-inner .titleh3 {
    margin-bottom: 7px;
}

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

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

.gradient_blue {
    background: linear-gradient(to right, #C9E8F6, #68C3EE);
    padding: 100px 114px;
    border-radius: 30px;
    margin-top: 30px;
}

.price__blocks {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    margin-top: 60px;
}

.price__block {
    padding: 30px 30px 40px 30px;
    background-color: #fff;
    border-radius: 30px;
    display: flex;
    flex-direction: column;

}

.price__list {
    margin: 0;
    list-style: none;
    margin-top: auto;
}

.price__block-title {
    font-size: 32px;
    font-weight: 500;
    line-height: 120%;
    margin-top: 12px;
    margin-bottom: 41px;
}

.price__block:nth-child(2) .price__block-title {
    width: 87%;
}

.price__list .price__item:last-child .price__item-desck {
    margin-bottom: 0;
}

.price__block:nth-child(5) .price__note-desck {
    font-weight: 600;
    color: #46AAD9;
}

.price__block-category {
    font-size: 14px;
    text-transform: uppercase;
    line-height: 100%;
    color: #fff;
    font-weight: 600;
    border-radius: 100px;
    padding: 12px 19px;
    background: linear-gradient(to right, #C9E8F6, #68C3EE);
    letter-spacing: 1.8px;
    display: inline-block;
}

.price__block--diagnostick {
    background-repeat: no-repeat;
    background-position: right;
    background-position-y: bottom;
    background-size: contain;
    padding: 60px;
    display: flex;
    flex-direction: column;

}

.price__item-name {
    font-size: 20px;
    line-height: 160%;
}

.price__item-desck {
    font-size: 14px;
    line-height: 160%;
    color: #989898;
    margin-bottom: 10px;
}

.price__item-price {
    color: #46AAD9;
    font-weight: 600;
    font-size: 24px;
    line-height: 130%;
}
.price__item-price span{
    font-size: 16px;
    line-height: 130%;
}
.price__item-desck span {
    color: #46AAD9;
    font-size: 14px;
    line-height: 130%;
}

.price__item:not(:has(.price__item-desck)) {
    margin-bottom: 10px;
}

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

.price__note {
    margin-top: 44px;
    padding-left: 15px;
    position: relative;
}

.price__note:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background-color: #46AAD9;
    display: block;
}

.price__note-title {
    color: #46AAD9;
}

.price__note-desck {
    font-size: 15px;
}

.price__block-title-diagnostick {
    font-size: 52px;
    font-weight: 500;
    width: 79%;
    line-height: 94%;
    margin-top: 0;
    margin-bottom: 20px;
}

.price__block-title-diagnostick span {
    color: #46AAD9;
}

.price__block-desck {
    font-size: 20px;
    width: 74%;
}

.price__block-buttons {
    margin-top: auto;
    display: flex;
    flex-direction: column;
}

.price__block-btn {
    background-color: #46AAD9;
    border-radius: 100px;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    height: 60px;
    max-width: 263px;
    letter-spacing: -0.5px;
}

.price__block-link {
    background-color: #121212;
    border-radius: 100px;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    height: 60px;
    max-width: 218px;
    padding: 20px 30px;
    margin-top: 24px;
}

.price__block-link:hover {
    color: #fff;
}

.slick-arrow {
    background-color: #ffffff00;
    position: absolute;
    top: -125px;
    right: 92px;
}

.slick-arrow:hover {
    background-color: #ffffff00;
}

.slick-arrow:focus {
    background-color: #ffffff00;
}

.slick-arrow:active {
    background-color: #ffffff00;
}

.slider__title {
    position: relative;
}

.slick-prev {
    right: 152px;
}

.slider__img {
    border-radius: 15px;
    width: 200px;
    height: 200px;
    object-fit: cover;
}

.slider__wrapper {
    margin-top: 60px;
}

.slick-list {
    margin: 0 0px 0 -10px !important;
}

.slider__item {
    border: 1px solid #F0F0F0;
    background-color: #FFFFFF;
    border-radius: 30px;
    padding: 50px;
    margin: 0 10px;
    height: auto !important;
}

.slider__image-inner {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}

.slider__speciality {
    color: #989898;
    font-size: 14px;
}

.slider__fio {
    line-height: 120%;
    font-weight: 500;
    font-size: 32px;
    margin-top: 10px;
}

.slider__image {
    width: 59%;
}

.slider__image-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.slider__action {
    margin-top: auto;
}

.slider__btn {
    background-color: #fff;
    border-radius: 100px;
    border: 2px solid #68C3EE;
    color: #68C3EE;
    font-size: 15px;
    font-weight: 500;
    line-height: 110%;
    height: 50px;
    letter-spacing: -0.3px;
    transition: 0.3s;
}

.slider__btn:hover {
    background-color: #46AAD9;
    border: 2px solid #46AAD9;
    color: #fff;
}

.slider__btn:focus {
 background-color: #46AAD9;
    border: 2px solid #46AAD9;
    color: #fff;
}

.slider__btn:active {
    background-color: #46AAD9;
    border: 2px solid #46AAD9;
    color: #fff;
}

.slider__info-item {
    display: flex;
    flex-direction: column;
}

.slider__info-label {
    color: #989898;
    font-size: 14px;
    line-height: 160%;
}

.slider__info-item--education {
    margin-bottom: 10px;
}

.slider__info-text {
    font-size: 16px;
    line-height: 160%;
}

.slider__info-item-inner {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    margin-top: 12px;
}

.slider__info-item--experience {
    display: block;
}

.slider__info-item--schedule {
    margin-top: 10px;
}

.draggable {
    padding: 0 125px 0 0 !important;
}

.slider {
    padding: 100px 0 100px 114px;
}

.faq__title {
    width: 70%;
}

.faq__list {
    margin-top: 60px;
}

.faq__item {
    margin-bottom: 10px;
    background-color: #fff;
    border: 1px solid #F0F0F0;
    border-radius: 20px;
    padding: 30px 35px 30px 30px;
}

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

.faq__question {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    cursor: pointer;
    padding: 0;

}

.faq__question-text {
    font-size: 24px;
    font-weight: 500;
    color: #121212;
    line-height: 100%;
    letter-spacing: -0.2px;

}

.faq__question:hover {
    background-color: #fff;
    color: #121212;
}

.faq__question:active {
    background-color: #fff;
    color: #121212;
}

.faq__question:focus {
    background-color: #fff;
    color: #121212;
}

.faq__icon {
    position: relative;
    width: 16px;
    height: 16px;
}
.faq__icon::before {
    content: '';
    position: absolute;
    background-image: url(/wp-content/uploads/2026/02/Vector.svg);
    width: 18px;
    height: 18px;
    background-size: cover;
    background-repeat: no-repeat;
    right: 0;
    transition: 0.3s;
}

.faq__icon:hover::before {
    background-image: url(/wp-content/uploads/2026/03/Vector.svg);
   
   
}
.faq__answer {
    display: none;
    padding-bottom: 15px;
    font-size: 16px;
}

/* Активное состояние */
.faq__item--active .faq__answer {
    display: block;
    background-color: #fff;
    color: #121212;
    font-size: 16px;
    padding-bottom: 0;
    padding-top: 15px;
    line-height: 160%;
}


.faq__item--active .faq__icon::before {
    transform: translateX(0%) rotate(44deg);

}

.sec {
    margin-top: 30px;
}

.form-honeypot {
    display: none;
}


.form-block {
    position: relative;
    overflow: hidden;
    padding: 0;
}

.form-block__container {
    position: relative;
    margin: 0 auto;
}

.form-block__content {
    position: relative;
    z-index: 2;
    padding: 100px 0 92px 114px;
}

/* Блок с фоновым изображением */
.form-block__image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
    z-index: 1;
}
.slider .slick-track {
    display: flex !important;
}

.form-block__text {
    font-size: 20px;
    margin: 20px 0 50px;
}

.form__quest-block br {
    display: none;
}

.wpcf7-list-item {
    display: flex;
    margin: 0 0 0 0em;
    margin-bottom: 3px;
}

.form__quest-block-inner {
    margin-bottom: 21px;
}

.form__quest-block-inner input {
    height: 60px;
    border-radius: 100px;
    padding-left: 28px;
}

.input-name {
    max-width: 300px !important;
}

.input-tel {
    max-width: 300px !important;
}

.submit-form {
    max-width: 310px !important;
    background-color: #121212 !important;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.5px;
    padding: 0px 30px !important;
    transition: 0.3s;
}
.submit-form:hover{
    background-color: #2192C8 !important;
}
.form__quest-block-inner p {
    display: flex;
    gap: 10px;
}

.wpcf7-acceptance .wpcf7-list-item input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    vertical-align: middle;
    position: relative;
    margin-right: 8px;
    background-color: #fff;
}

.form__quest-popup-policy .wpcf7-list-item input[type="checkbox"] {
    background-color: #F0F0F0 !important; 
        padding: 10px;
}
.form__quest-popup-policy .wpcf7-list-item-label a {
    text-decoration: underline;
    color: #121212;
    display: inline;
}
.form__quest-popup-policy .wpcf7-list-item-label {
    color: #121212;
}
.form__quest-popup .input-tel::placeholder {
    color: #121212;
}
.form__quest-popup .input-name::placeholder  {
     color: #121212;
}
.form__quest-popup{
    margin-top: -10px;
}
.form_contact-popup{
    margin-top: 30px;
    text-align: center;
    font-size: 18px;
    color: #121212;
}
.form_contact-popup a{
    color: #46AAD9;
    font-weight: 600;
}
.form_contact-popup a:hover{
    color: #46AAD9;
}
.form__quest-popup-policy .wpcf7-list-item label{
    display: flex;
}
.wpcf7-spinner{
    display: none;
}
.wpcf7-acceptance .wpcf7-list-item input[type="checkbox"]:checked::before {
    content: "";
    height: 8px;
    width: 10px;
    background-size: cover;
    background-image: url(/wp-content/uploads/2026/02/Vector-1.svg);
    color: #fff;
    position: absolute;
    font-size: 12px;
    line-height: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.wpcf7-list-item-label {
    font-size: 14px;
}

.wpcf7-list-item-label a {
    text-decoration: underline;
}

.form_contact {
    margin-top: 44px;
}

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

.treat-price__item-icon {
    height: 40px;
    width: 40px;
    background-repeat: no-repeat;
    background-size: cover;
}

.treat-price__item {
    background-color: #fff;
    border: 1px solid #F0F0F0;
    border-radius: 20px;
    padding: 24px;
    flex: 1;
}

.treat-price__items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
    margin: 60px 0 38px 0;
}

.treat-price__item-title {
    font-size: 24px;
    line-height: 120%;
    font-weight: 500;
    margin: 30px 0 10px 0;
    letter-spacing: -0.1px;
}

.treat-price__description {
    font-size: 20px;
    margin-top: 10px;
}

.treat-price__item-btn {
    border: 2px solid #46AAD9;
    color: #46AAD9;
    font-size: 15px;
    border-radius: 100px;
    font-weight: 500;
    line-height: 100%;
    padding: 16px 24px;
    margin-top: 30px;
    transition: 0.3s;
}
.treat-price__item-btn:hover {
    background-color: #46AAD9;
    border: 2px solid #46AAD9;
    color: #fff;
}


.treat-price__bottom {
    font-size: 20px;
}

.work__blocks {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    margin: 60px 0 30px 0;
}

.work__block {
    background-color: #fff;
    border: 1px solid #F0F0F0;
    border-radius: 30px;
    padding: 40px 40px 50px 40px;
}

.work__block-staff {
    font-size: 32px;
    font-weight: 500;
    line-height: 120%;
}

.work__block-desc {
    color: #989898;
    font-size: 16px;
    margin-top: 10px;
}

.work__block-text {
    margin-top: 30px;
}

.work__text {
    font-size: 20px;
    margin-top: 10px;
}

.work__bottom-text {
    font-size: 20px;
}

.work__block-text ul {
    margin: 0;
    margin-left: 26px;
    font-size: 16px;
    line-height: 160%;
    font-weight: 500;

}

.work__block-text ul li {
    margin-bottom: 10px;
}

.work__block-text ul li:last-child {
    margin-bottom: 0px;
}

.reviews__container {
    display: flex;
    gap: 20px;
}

.reviews__container-inner {
    width: 100%;
}

.reviews__widget {
    width: 100%;
}

.reviews__title {
    letter-spacing: -2.1px;
    line-height: 110%;
}

.reviews__container-wrapper {
    background-color: #fff;
    border-radius: 30px;
    padding: 50px;
    margin-top: 60px;
}

.reviews__subtitle {
    font-size: 27px;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 30px;
}

.reviews__description p {
    font-size: 20px;
    margin-bottom: 30px;
}

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

.reviews__actions {
    margin-top: 39px;
}

.reviews__button {
    background-color: #46AAD9;
    border: none;
    border-radius: 100px;
    color: #fff;
    font-size: 16px;
    line-height: 100%;
    font-weight: 500;
    height: 60px;
    padding: 20px 27px;
}

.contacts-home__content {
    display: flex;
    gap: 20px;
    margin-top: 60px;
}

.contacts-home__info {
    width: 93%;
    background-color: #fff;
    border: 1px solid #F0F0F0;
    border-radius: 30px;
    padding: 50px;
    max-height: 480px;
}

.contacts-home__map {
    width: 100%;

}

.contacts-home__subtitle {
    font-size: 32px;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 30px;
}

.contacts-home__item {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

.contacts-home__item:last-child {
    margin-bottom: 0px;
}

.contacts-home__label {
    font-size: 14px;
    color: #989898;
    line-height: 160%;
}

.contacts-home__value {
    line-height: 160%;
}

.contacts-home-tel {
    font-size: 20px;
    font-weight: 500;
}

.site-footer {
    max-width: 1640px;
    padding: 0 20px;
    margin: 0 auto;
    margin-top: 30px;
}

#footer-widgets {
    border-radius: 30px;
    position: relative;
    overflow: hidden
}

#footer-widgets::after {
    content: '';
    position: absolute;
    background-image: url(/wp-content/uploads/2026/02/Vector-convert.io_-scaled.webp);
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    right: 0;
    background-position: right;
    width: 100%;
    height: 90%;
    z-index: 0;
    pointer-events: none;
}

.footer-widgets-container {
    padding: 90px 114px 65px 114px;
    z-index: 9999;
    position: sticky;
}

.site-footer .footer-widgets-container .inside-footer-widgets {
    margin-left: 0px;
}

.site-footer .footer-widgets-container .inner-padding {
    padding: 0 0 0 0px;
}

.inside-footer-widgets>div {
    flex: auto;
}

.footer_ur-adress {
    font-size: 14px;
    margin-top: 34px;
}

.footer_ur-adress-inner {
    margin: 10px 0;
    color: #989898;
}

.footer_ur-adress-inner:last-child {
    margin: 0px 0;
}

.footer_ur-adress-top-text {
    font-weight: 500;
}

.footer-widgets .widget {
    margin-bottom: 0px;
}

.wp-block-group-wrapper .wp-block-group__inner-container {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 10px;
}

.footer_inn-nner {
    font-size: 14px;
    color: #989898;
}

#block-14 {
    margin-top: 20px;
}

.footer-title {
    color: #68C3EE;
    font-size: 14px;
    font-weight: 500;
}

.footer-list {
    margin-top: 8px !important;
    margin-left: 21px !important;
}

.footer-list li {
    list-style-type: disc !important;
    margin-bottom: 0 !important;
    font-size: 14px;
    line-height: 180%;
}

.footer-widget-2 .menu li a {

    font-size: 14px;
}

.footer-widget-2 .menu {
    margin-top: 20px;
}

.footer-widget-2 {
    max-width: 347px;
    display: flex;
    flex-direction: column;
}

#block-17 {
    margin-top: auto;
}

.footer-widget-2 .menu li {
    margin-bottom: 10px;
    line-height: 100%;
}

.footer_dock-list {
    margin-top: 20px !important;
}

.footer_dock-list li {
    font-size: 14px;
    line-height: 120% !important;
    margin-bottom: 10px !important;
}

.footer_dock-list li:last-child {
    margin-bottom: 0px !important;
}

#block-16 {
    margin-bottom: 165px;
}

.footer-widget-3 {
    max-width: 327px;
}

.footer_block-contact {
    margin-top: 20px;
}

.footer-contact {
    font-size: 14px;
    color: #989898;
    line-height: 167%;
}

.footer-contact-work {
    color: #fff
}

.footer-btn {
    background-color: #46AAD9;
    border: none;
    border-radius: 100px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: 100%;
    padding: 15px 20px;
    letter-spacing: -0.8px;
    max-width: 187px;
}

.footer-btn:hover {
    background-color: #46AAD9;
    color: #fff;
}

.footer-btn:active {
    background-color: #46AAD9;
    color: #fff;
}

.footer-btn:focus {
    background-color: #46AAD9;
    color: #fff;
}

.footer_block-btn {
    margin-top: 29px;
    ;
}

.site-info-inner {
    display: flex;
    justify-content: space-between;
    padding: 26px 114px 31px 114px;
}

.site-info-inner p {
    font-size: 14px;
}

.site-info-inner p:last-child {
    margin-right: 160px;
}
.btn{
  transition: 0.3s;
}
.btn:hover{
   background-color: #2192C8;
}
.btn:focus{
   background-color: #2192C8;
}
.btn:active{
   background-color: #2192C8;
}
.btn-bg{
    transition: 0.3s;
}
.btn-bg:hover{
   background-color: #46AAD9;
}
.btn-bg:focus{
   background-color: #46AAD9;
}
.btn-bg:active{
   background-color: #46AAD9;
}
.widget_nav_menu ul li a:hover{
    color: #68C3EE !important;
}
.contacts-home__item a{
    transition: 0.3s;
}
.contacts-home__item a:hover{
    color: #68C3EE !important;
}
.popup-close {
    position: absolute;
    top: 35px;
    right: 25px;
    border: none;
    background: none;
    color: #989898;
    font-size: 47px;
    font-weight: 200;
    cursor: pointer;
    padding: 0;
    height: 0;
    line-height: 0;
}
.popup-close:hover {
    color: #989898;
}
.popup {
    background: #fff;
    padding: 60px 70px;
    top: 0;
    border-radius: 30px;
    max-width: 590px;
    width: 95%;
    position: relative;
    margin: 0 auto;
    animation: fadeIn 0.3s ease;
    color: #363636;
}
.popuptitle {
    text-align: center;
    font-size: 40px;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 15px;
}
.text-popup {
    text-align: center;
    font-size: 18px;
    line-height: 160%;
    margin-bottom: 30px;
}
.popup-overlay.active {
    display: flex;
}
.popup-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}
.form__quest-popup p{
    display: flex;
    flex-direction: column;
}

.form__quest-popup .input-name {
    width: 100% !important;
    border: none;
    max-width: none !important;
}
.form__quest-popup .input-tel {
    width: 100% !important;
    border: none;
    max-width: none !important;
}
.form__quest-popup br{
    display: none;
}
.form__quest-popup .submit-form{
    width: 100% !important;
    border: none;
    max-width: none !important;
    background-color: #46AAD9 !important;
    color: #fff;
    font-size: 16px !important;
    font-weight: 500 !important;
    transition: 0.3s;
}
.form__quest-popup .submit-form:hover{
    background-color: #2192C8 !important;
}
