body {
    margin: 0;
    background-color: #ffffff;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

:focus,
:active {
    outline: none;
}

a:focus,
a:active {
    outline: none;
}

ul[class],
ol[class] {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

a:not([class]) {
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ol[class],
ul[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
    font-weight: inherit;
    font-size: inherit;
    margin: 0;
    padding: 0;
}

img {
    display: block;
    max-width: 100%;
}

input,
button,
textarea,
select {
    font: inherit;
    padding: 0;
    border: none;
    color: inherit;
    background-color: transparent;
}

input::-ms-clear {
    display: none;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.wrapper {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
}

.main {
    overflow-x: hidden;
}

::-webkit-scrollbar {
    width: 0;
}

::-webkit-scrollbar-track {
    background-color: #f7f7f7;
    border-radius: 20px;
}

::-webkit-scrollbar-thumb {
    background-color: #d7d8dc;
    border-radius: 20px;
}

@font-face {
    font-family: "Roboto";
    src: url("assets/fonts/roboto/Roboto-Regular.ttf");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Roboto";
    src: url("assets/fonts/roboto/Roboto-Thin.ttf");
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: "Roboto";
    src: url("assets/fonts/roboto/Roboto-Medium.ttf");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Roboto";
    src: url("assets/fonts/roboto/Roboto-Light.ttf");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Open Sans";
    src: url("assets/fonts/opensans/OpenSans-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Open Sans";
    src: url("assets/fonts/opensans/OpenSans-SemiBold.ttf");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Open Sans";
    src: url("assets/fonts/opensans/OpenSans-Bold.ttf");
    font-weight: 700;
    font-style: normal;
}

@-webkit-keyframes load-time {
    80% {
        stroke-dashoffset: 0;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes load-time {
    80% {
        stroke-dashoffset: 0;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

body {
    font-family: "Open Sans", "sans-serif";
}

.typical-page {
    max-width: 808px;
}

.typography-text h2 {
    font-size: 25px;
    margin-bottom: 20px;
}

.typography-text p {
    margin-bottom: 15px;
    font-weight: 300;
    line-height: 1.65;
    color: #8e8e93;
}

.typography-text p:last-child {
    margin-bottom: 0;
}

.typography-block {
    margin-bottom: 40px;
}

.typography-block:last-child {
    margin-bottom: 0;
}

.swiper-button-default {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;

    background-color: #eeeeee;

    top: calc(50% - 32px / 2);
    width: 32px;
    height: 32px;
    margin: 0;
    border-radius: 50%;
    opacity: 1 !important;

    transition: all 0.2s ease-in;
}

.swiper-button-default.swiper-button-next {
    right: 0;
}

.swiper-button-default.swiper-button-prev {
    left: 0;
}

.swiper-button-default::after,
.swiper-button-default::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    transition: inherit;
}

.swiper-button-default.swiper-button-next::after,
.swiper-button-default.swiper-button-next::before {
    transform: rotate(180deg);
}

.swiper-button-default::after {
    opacity: 0;
    background-image: url('data:image/svg+xml,<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18 20L14 16L18 12" stroke="%2300A76B" stroke-width="1.5" stroke-linecap="round"/></svg>');
}

.swiper-button-default::before {
    background-image: url('data:image/svg+xml,<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18 20L14 16L18 12" stroke="%23AEAEB2" stroke-width="1.5" stroke-linecap="round"/></svg>');
}

.swiper-button-default:hover::before {
    opacity: 0;
}

.swiper-button-default:hover::after {
    opacity: 1;
}

.form-field {
    position: relative;
}

.form-input {
    width: 100%;
    padding: 16px;
    border: 1px solid #aeaeb2;
    border-radius: 50px;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    color: #00a76b;
}

.form-input.error {
    border: 1px solid #d70015;
    color: #d70015;
}

textarea.form-input {
    border-radius: 20px;
    min-height: 129px;
    resize: none;
}

.form-error-message {
    display: none;
    font-size: 14px;
    color: #bf2424;
}

.form-error-message.error {
    display: block;
}

.form-agreement {
    cursor: pointer;
}

.form-agreement__text {
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #aeaeb2;
}

.form-agreement__link,
.form-agreement__link:visited {
    color: #00a76b;
}

.header {
    width: 100%;
    box-shadow: 0px 4px 21px rgba(0, 0, 0, 0.07);
    box-sizing: border-box;
}

.main__header {
    margin-bottom: 24px;
    width: 100%;
}

.header__wrapper_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 26px;
    height: 100%;
}

.header__contacts {
    padding: 10px 0;
    max-width: 200px;
    width: 100%;
}

.header__contacts .contacts__link {
    justify-content: flex-end;
}

.header__btn {
    max-width: 200px;
    width: 100%;
}

.header_hide {
    display: none;
    visibility: hidden;
}

.header__burger {
    display: none;
    visibility: hidden;
    width: 32px;
}

.header .button_mobile_phone {
    display: none;
    visibility: hidden;
}



.main__footer {
    margin-top: 4px;
}

.footer {
    display: flex;
    flex-direction: column;
    padding-top: 60px;
    padding-bottom: 26px;
    background-image: url("./assets/img/blot-second.webp");
    background-size: auto;
    background-position: center;
}

.footer__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer__items {
    max-width: 1084px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0;
}

.footer__logo {
    font-family: "Open Sans", "sans-serif";
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    line-height: 29px;
    max-width: 246px;
    width: 100%;
}

.footer__item {
    display: flex;
    flex-direction: column;
    max-width: 255px;
    width: 100%;
}

.footer__link {
    color: #000;
}

.footer__title {
    font-family: "Open Sans", "sans-serif";
    font-weight: 600;
    font-style: normal;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 24px;
}

.footer__subscribe {
    margin-bottom: 50px;
    width: 100%;
}

.footer__link {
    font-family: "Open Sans", "sans-serif";
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 130%;
    cursor: pointer;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;

    background: linear-gradient(to right, transparent, transparent),
        linear-gradient(to right, currentColor, currentColor, currentColor);
    background-size: 100% 1px, 0 1px;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: all 400ms;
}
.footer__link.active,
.footer__link:hover {
    color: #00a76b;
    background-size: 0 1px, 100% 1px;
}

/*.footer__link.active::before {*/
/*    transform: none !important;*/
/*}*/

/*.footer__link:before {*/
/*    content: '';*/
/*    width: 100%;*/
/*    height: 1px;*/
/*    background-color: currentColor;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    bottom: -5px;*/
/*    transform: scaleX(0);*/
/*    transition: transform 0.5s;*/
/*    transform-origin: left;*/
/*}*/

/*.footer__link:hover:before {*/
/*    transform: scaleX(1);*/
/*    transition: transform 0.5s;*/
/*}*/

.footer__copyright {
    display: flex;
    justify-content: center;
    font-family: "Open Sans", "sans-serif";
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 24px;
    margin-top: 76px;
}

.footer .contacts__link {
    margin-bottom: 18px;
}
.contacts__link.contacts__link_mail_footer:before,
.contacts__link.contacts__link_telegram_footer:before {
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 100%;
}



.button {
    border-radius: 30px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Open Sans", "sans-serif";
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 25px;
}

.button_black {
    border: 1.5px solid #0e0e0f;
    color: #0e0e0f;
}

.button_black:hover {
    border: 1.5px solid #2d2d2e;
    cursor: pointer;
    color: #2d2d2e;
    transition: all 0.3s ease-in-out;
}

.button_green {
    border: 1.5px solid #00a76b;
    color: #00a76b;
}

.button_green:hover {
    cursor: pointer;
    color: #00bb78;
    border: 1.5px solid #00bb78;
    transition: all 0.3s ease-in-out;
}

.button_disabled {
    border: 1.5px solid #8e8e93;
    color: #8e8e93;
}

.button_disabled:hover {
    border: 1.5px solid #8e8e93;
    color: #8e8e93;
}

.button_mobile {
    line-height: 22px;
    font-family: "Open Sans", "sans-serif";
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
}

.button_mobile:hover {
    cursor: pointer;
    color: #00bb78;
    border: 1.5px solid #00bb78;
    transition: all 0.3s ease-in-out;
}

.button_size_l {
    max-width: 200px;
    height: 50px;
}

.button_size_m {
    max-width: 142px;
    height: 46px;
}

.button_size_s {
    max-width: 134px;
    height: 42px;
}

.button_mobile_phone {
    border-radius: 50%;
    background: rgba(174, 174, 178, 0.1);
    height: 38px;
    width: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contacts__link {
    display: flex;
    height: 32px;
    font-family: "Open Sans", "sans-serif";
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 19px;
    color: #0e0e0f;
    align-items: center;
    margin-bottom: 8px;

    transition: all 0.2s ease-in;
}

.contacts__link:hover {
    color: #00a76b;
}

.contacts__link:last-child {
    margin-bottom: 0;
}

.contacts__link:before {
    margin-right: 8px;
    max-width: 32px;
    width: 100%;
    height: 32px;
    display: inline-block;
    content: "";
}

.contacts__link_telegram:before {
    background: url(assets/img/icons/telegram.svg);
}

.contacts__link_phone:before {
    background-image: url(assets/img/icons/phone_bg.svg);
}

.header__contacts .contacts__link_phone:before {
    background-image: url(assets/img/icons/whatsapp.svg),
        url(assets/img/icons/phone_bg.svg);
    background-size: 32px;
    background-position: 0, 40px;
    background-repeat: no-repeat;
    width: 72px;
    max-width: 72px;
}

.contacts__link_mail:before {
    background: url(assets/img/icons/mail.svg);
}

.contacts__link_whatsapp_footer:before {
    background-image: url(assets/img/icons/whatsapp_footer.svg),
        url(assets/img/icons/phone_footer.svg);
    background-size: 32px;
    background-position: 0, 40px;
    background-repeat: no-repeat;
    width: 72px;
    max-width: 72px;
}

.contacts__link_mail_footer:before {
    content: url(assets/img/icons/mail.svg);
}

.contacts__link_telegram_footer:before {
    content: url(assets/img/icons/telegram.svg);
}


.contacts__link_web:before {
    background: url(assets/img/icons/web.svg);
}

.social-links {
    width: 128px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}



.social-links__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 100px;
    background-color: rgba(255, 255, 255, 0.5);
}

.content__breadcrumbs {
    margin-bottom: 40px;
    width: 100%;
    height: 21px;
}

.content__block {
    margin-bottom: 72px;
    width: 100%;
}



.blot-bg {
    position: relative;
    overflow: hidden;
}

.blot-bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 100px;
    width: 100%;
    height: 100%;
    min-height: 898px;
    max-width: 1094px;
    margin: 0 auto;
    background-image: url("./assets/img/blot-bg.webp");
    background-position: center top;
    background-size: contain;
    background-repeat: repeat-y;
    z-index: -1;
}

.content__map {
    width: 100%;
}

.content h1.block__header {
    font-family: "Open Sans", "sans-serif";
    font-weight: 600;
    font-style: normal;
    font-size: 40px;
    color: #18191f;
    margin-bottom: 32px;
}

.button_round {
    cursor: pointer;
    width: 70px;
    height: 70px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}

.button_round_green {
    border: 1px solid #00a76b;
}

.button_round_black {
    border: 1px solid #0e0e0f;
}

.button_round__icon_green {
    fill: #00a76b;
}

.button_round__icon_black {
    fill: #0e0e0f;
}

.button_round__icon_up {
    transform: rotate(0);
}

.button_round__icon_right {
    transform: rotate(90deg);
}

.button_round__icon_down {
    transform: rotate(180deg);
}

.checkbox__point {
    width: 24px;
    height: 24px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    position: absolute;
    left: 0;
    top: 16px;
}

.checkbox__point:before {
    content: " ";
    width: 12px;
    height: 12px;
    background-color: #eeeeee;
    border-radius: 4px;
    position: absolute;
    top: 5px;
    left: 5px;
    transition: background-color, 0.3s;
}

.checkbox label {
    display: block;
    cursor: pointer;
}

.checkbox__item {
    padding-left: 34px;
    position: relative;
}

.checkbox__item:hover .checkbox__point:before {
    background-color: #00a76b;
}

.checkbox__input {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
}

.checkbox__text {
    max-width: 250px;
    width: 100%;
    font-family: Open Sans, "sans-serif";
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    letter-spacing: 0.5px;
    color: #aeaeb2;
}

.checkbox__text a {
    color: #00a76b;
    -webkit-text-decoration-color: #00a76b;
    text-decoration-color: #00a76b;
    text-decoration: underline;
}

label input:checked ~ .checkbox__point {
    border: 1px solid #00a76b;
}

label input:checked ~ .checkbox__point:before {
    background: #00a76b;
}

.modal-notify {
    padding: 50px 60px 60px;
}

.modal-notify__title {
    font-family: "Open Sans", "sans-serif";
    font-weight: 600;
    font-style: normal;
    font-size: 25px;
    margin-bottom: 24px;

    text-align: center;
}

.modal-notify__message {
    font-family: "Open Sans", "sans-serif";
    font-weight: 600;
    font-style: normal;
    font-size: 18px;
    color: #18191f;
    text-align: center;
}

.modal-notify__timer {
    margin-top: 40px;
}

.modal-notify_success .modal-notify__title {
    color: #00a76b;
}

.modal-notify_error .modal-notify__title {
    color: #d70015;
}

.swiper-pagination-static {
    position: static;
}

.swiper-pagination-green {
    z-index: 1;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.swiper-pagination-green .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}

.swiper-pagination-green .swiper-pagination-bullet-active {
    width: 24px;
    height: 24px;
    background-color: #00a76b;
    border: 7px solid #ffffff;
    outline: 1px solid #00a76b;
}

.modal-form {
    margin: 0;
}

.modal-form__title {
    display: block;
    margin-bottom: 20px;
    color: #00a76b;
    font-size: 25px;
    font-weight: 600;
}

.modal-form__group {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.modal-form__group .form-input:last-child {
    margin-bottom: 0;
}

.modal-form .checkbox__item {
    margin-top: 12px;
}

.modal-form__submit {
    margin-top: 30px;
}

.modal-order {
    padding: 59px;
}



.modal-order__head {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}

.modal-order__title {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px;
}

.modal-order__price {
    font-weight: 300;
    font-family: "Roboto";
}

.modal-order__price b {
    font-size: 18px;
    margin-left: 4px;
}

.modal-order__grey {
    font-size: 15px;
    font-weight: 300;
    font-family: "Roboto";
    color: #8e8e93;
    margin-top: 4px;
}

.circle-timer {
    display: flex;
    justify-content: center;
    position: relative;
}

.circle-timer__load {
    -webkit-animation: load-time 290s 1 forwards;
    animation: load-time 290s 1 forwards;
}

.circle-timer__time {
    position: absolute;
    font-family: "Open Sans", "sans-serif";
    font-weight: 400;
    font-style: normal;
    font-size: 25px;
    color: #00a76b;
    top: 82px;
}

.block-head {
    display: flex;
    padding: 50px 0 30px;
    border-top: 1px solid #eeeeee;
    align-items: center;
}

.block-head__title {
    max-width: 35%;
    font-style: normal;
    font-size: 16px;
	line-height: 26px;
    color: #8e8e93;
    margin-bottom: 40px;
}

.block-head__img {
    margin-left: auto;
    width: auto;
    max-height: 378px;
}

@media screen and (max-width: 1024px) {
    .wrapper {
        padding: 0 24px;
    }
    .footer__wrapper {
      align-items: flex-start;
    }
    .wrapper {
        max-width: 1200px;
        margin: 0 auto;
    }
    .footer__logo {
        font-size: 24px;
        font-weight: 700;
        letter-spacing: 1px;
        margin: 0;
        padding: 0;
        line-height: 1;
    }
    .footer__items {
        display: flex;
        flex-wrap: wrap;
        gap: 48px;
        justify-content: space-between;
        align-items: flex-start;
    }
    .footer__item {
        min-width: 180px;
    }
    .footer__item_display_none {
        display: block;
    }
    .footer__item:nth-child(1) { order: 1; }
    .footer__item:nth-child(4) { order: 2; }
    .footer__item:nth-child(2) { order: 3; }
    .footer__item:nth-child(3) { order: 4; }
    .footer__title {
        font-size: 20px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1px;
    }
    .footer__list {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .footer__item-link {
        margin: 0 0 14px;
    }
    .footer__link {
        text-decoration: none;
        font-size: 16px;
    }
    .contacts_footer {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }
    .contacts__link {
        text-decoration: none;
        font-size: 16px;
        position: relative;
        display: flex;
        transition: opacity 0.2s;
    }
    .footer .contacts__link {
        margin: 0;
    }
    .subscribe__form {
        display: flex;
        align-items: center;
    }
    .subscribe-form__label {
        flex: 1;
    }
    .subscribe-form__button {
        background: transparent;
        border: none;
        cursor: pointer;
    }
    .footer__copyright {
        text-align: center;
        font-size: 14px;
    }
    .footer__list {
        max-width: 100%;
    }
    .footer__copyright {
        margin-top: 70px;
    }
    .footer__item:nth-child(2),
    .footer__item:nth-child(3) {
        margin-top: 50px;
    }
    .footer__item:nth-child(3) .footer__list {
        max-width: 150px;
        margin-left: 0 !important;
    }
}
@media screen and (max-width: 900px) {
    .footer__logo {
        max-width: 184px;
    }
    .footer__items {
        gap: 20px;
    }
}

@media screen and (max-width: 1024px) {
    .header {
        height: 47px;
    }

    .header__contacts {
        display: none;
        visibility: hidden;
    }

    .header .button_green {
        display: none;
        visibility: hidden;
    }

    .header .button_mobile_phone {
        display: flex;
        visibility: visible;
    }

    .header__btn {
        max-width: none;
        width: auto;
    }

    .header__burger {
        display: block;
        visibility: visible;
    }
}

@media screen and (max-width: 768px) {
    .header,
    .header__logo a img {
        height: 80px;
    }
    .our-services-component__button {
        margin-top: 40px;
    }

}
@media screen and (max-width: 640px) {
    .header,
    .header__logo a img {
        height: 47px;
    }
}

@media screen and (max-width: 768px) {
    .wrapper {
        padding: 0 16px;
    }
    .content h1.block__header {
        font-size: 32px;
    }
    .swiper-button-default.swiper-button-prev {
        left: -8px;
    }
    .swiper-button-default.swiper-button-next {
        right: -8px;
    }
    .reviews_show-button .reviews__text-more {
        margin-top: 8px;
    }
    .services-heading {
        padding: 30px 0;
    }
    .services-heading__text {
        font-size: 22px;
    }
}
@media screen and (max-width: 991px) {
    .block-head {
        padding: 30px 0;
        flex-direction: column;
    }

    .block-head__img {
        margin-left: 0;
        max-height: unset;
    }

    .block-head__title {
        margin-bottom: 30px;
        max-width: 100%;
    }
}
@media (max-width: 500px){
    .modal-order {
        padding: 20px;
    }
}
@media (max-width: 500px) {
    .content__block {
        margin-bottom: 32px;
    }
}

@media screen and (max-width: 750px) {
    .footer {
        padding-top: 40px;
        padding-bottom: 22px;
    }

    .footer__wrapper {
        display: flex;
        flex-direction: column;
    }

    .footer__logo {
        text-align: center;
        margin-bottom: 24px;
        max-width: 100%;
    }

    .footer__social {
        align-items: center;
    }

    .footer__items {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer__link {
        text-align: center;
    }

    .footer__item-link {
        margin-bottom: 14px;
        text-align: center;
    }

    .footer__item {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 24px;
    }

    .footer__subscribe {
        margin-bottom: 24px;
    }

    .footer__title {
        text-align: center;
        margin-bottom: 24px;
        letter-spacing: 0px;
    }

    /* .footer__item_display_none {
        display: none;
        visibility: hidden;
    } */

    .footer__copyright {
        margin-top: 10px;
    }

    .footer .contacts__link {
        margin-bottom: 12px;
    }
    .social-links {
        gap: 16px;
        justify-content: center;
    }
    .footer__item:nth-child(2), .footer__item:nth-child(3) {
        margin-top: 0px;
    }
    .footer__item:nth-child(1) {
        margin: 0;
    }
    .footer__item:nth-child(2) {
        order: 2;
    }
    .footer__item:nth-child(3) {
        order: 3;
        max-width: 150px;
    }
    .footer__item:nth-child(4) {
        order: 4;
    }
    .footer__item:nth-child(3) .footer__list {
        max-width: 100%;
    }
}
