body {
    font-family: Oswald;
    background-color: rgb(215, 215, 215);
    min-width: 375px;
}

.wrapper {
    overflow: hidden;
    width: 100%;
    display: flex;
    flex-direction: column;
    min-width: 375px;
    min-height: 100vh;
}

img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

.container {
    max-width: 1250px;
    padding: 0 15px;
    margin: 0 auto;
}

a:focus-visible,
.hero__button:focus-visible,
summary:focus-visible {
    outline: 2px solid #3596ed;
    outline-offset: 2px;
}


/* ------------------------------header-------------------------------------------- */

.header {}

.header__top {}

.header__top-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    border-bottom: solid rgba(211, 203, 217, 1);
    gap: 10px;
}

.header__logo {}

.logo {
    padding: 30px 0px;
}

.header__img {}

.header__phone {
    padding: 30px 0px;
    text-align: right;
}

.header__text {
    color: #858e8a;
    font-family: Ubuntu;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 4%;
    margin-bottom: 8px;
    /* text-align: left; */
}

.header__link {
    color: #2c332f;
    font-family: Ubuntu;
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0%;
    /* text-align: right; */
    transition: color 0.2s;
}

.header__link:hover {
    color: #3596ED;
}


/* ------------------------------section__hero------------------- */

.hero {
    position: relative;
    padding-top: 80px;
    margin-bottom: 140px;
}

.hero::after {
    content: "";
    position: absolute;
    bottom: 106px;
    background: url(../imeges/img/декор.svg) repeat-x;
    width: 100%;
    height: 48px;
    z-index: -1;
}

.hero__container {
    display: flex;
    /* align-items: center; */
    gap: 28px;
}

.hero__title {
    max-width: 492px;
}

.here__teitle-text {
    max-width: 492px;
    font-family: Oswald;
    font-size: 62px;
    font-weight: 600;
    line-height: 115%;
    letter-spacing: 0%;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 40px;
}

strong {
    font-weight: 600;
    color: rgba(53, 150, 237, 1);
}

.hero__text {
    color: #535755;
    font-family: Ubuntu;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: left;
    max-width: 439px;
    margin-bottom: 140px;
}

.hero__button {
    display: inline-block;
    gap: 10;
    padding: 19px 32px 19px 32px;
    background: #3596ed;
    width: 270px;
    height: 57px;
    color: rgba(255, 255, 255, 1);
    font-family: Ubuntu;
    font-size: 15px;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: 2%;
    text-transform: uppercase;
    transition: opacity 0.2s, background-color 0.2s;
}

.hero__button:active {
    background-color: #1177ca;
}

a:active {
    color: #0d5590;
}

.hero__button:not(:disabled):active {
    background-color: #1177ca;
}

.hero__button:hover {
    opacity: 0.85;
    cursor: default;
}

.hero__button:disabled {
    opacity: 0.65;
}

.hero__img {
    position: relative;
    display: flex;
}

.hero__choose-text {
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translatex(-50%);
    border: 1px solid rgba(83, 87, 85, 1);
    background: #ffffffe6;
    gap: 10;
    max-width: 161px;
    padding: 22px;
    font-family: Ubuntu;
    color: #2c332f;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: center;
}

@media(width<=1440px) {
    .hero__img img {
        width: 50%;
    }
}

@media(width<=992px) {
    .hero__container {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .hero {
        margin: 40px;
        padding: 30px;
    }
    .hero__text {
        margin-left: 40px;
    }
}

@media(width<=992px) {
    .container {
        max-width: 768px;
    }
    .hero {
        margin-top: 10px;
        padding-top: 0px;
    }
    .hero__text {
        margin-bottom: 40px;
        align-items: center;
        text-align: center;
    }
    .hero__button {
        align-items: center;
    }
}

@media(width<=768px) {
    .container {
        max-width: 576px;
    }
    .hero__choose-text {
        padding: 15px;
        font-size: 16px;
        min-width: 150px;
    }
    .hero {
        margin-top: 40px;
    }
    .hero::after {
        display: none;
    }
    .hero__title-text {
        text-align: center;
        max-width: inherit;
    }
    .here__teitle-text {
        margin-bottom: 20px;
        font-size: 52px;
        text-align: center;
        max-width: inherit;
    }
    .hero__text {
        text-align: center;
        max-width: inherit;
        margin-bottom: 30px;
    }
}

@media(width<=576px) {
    .here__teitle-text {
        font-size: 25px;
    }
    .hero__choose-text {
        padding: 10px;
        font-size: 14px;
        min-width: 140px;
    }
}


/* 1200px до 992px */


/* 992px до 768px */


/* 768px до 576px */


/* 576px до  375px */


/* 375px до 320px */


/* --------------------------section__news------------------------------- */

@media (width <=992px) {
    .container {
        max-width: 768px;
    }
    .news-container {
        flex-wrap: wrap;
        text-align: center;
    }
}

@media (width <=768px) {
    .container {
        max-width: 576px;
    }
    .title-large {
        font-size: 40px;
        margin-bottom: 30px;
    }
    .home-page .title-large {
        max-width: inherit;
        text-align: center;
    }
    .title-medium {
        font-size: 22px;
    }
}

@media (width <=576px) {
    .section {
        margin-bottom: 80px;
    }
    .title-large {
        font-size: 34px;
    }
    .title-medium {
        font-size: 18px;
    }
}

.news-container {
    display: flex;
    /* flex-wrap: wrap; */
    gap: 15px;
    justify-content: center;
}

.title-large {
    max-width: 596px;
    margin-bottom: 40px;
    font-family: Oswald, sans-serif;
    font-weight: 600;
    font-size: 48px;
    line-height: 115%;
    text-transform: uppercase;
    color: #2c332f;
    text-align: match-parent;
}

.news-article {
    display: flex;
    flex-direction: column;
    max-width: 284px;
    flex: 1 1 25%;
    background-color: #fff;
    border: 1px solid #d3cbd9;
    overflow: hidden;
}

.news-article {
    flex-basis: 50%;
    max-width: 350px;
}

.news-article img {
    width: 100%;
}

.news-article img {
    display: block;
}

.news-info {
    padding: 20px 20px 0;
    margin-bottom: 12px;
}

.text-sub {
    color: rgb(123, 124, 124);
    font-family: Ubuntu;
    font-size: 14px;
    font-weight: 300;
    line-height: 17px;
    letter-spacing: 4%;
    text-align: left;
    text-transform: uppercase;
}

.text {
    color: rgba(44, 51, 47, 1);
    font-family: Ubuntu;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: left;
}

.news-link {
    color: var rgba(53, 150, 237, 1);
    font-family: Ubuntu;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: left;
}

.news-date {
    display: inline-block;
    margin-bottom: 8px;
}

.news-article footer {
    padding: 0 20px 20px;
    margin-top: auto;
}

.news-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #3596ed;
}

.news-link::after {
    content: "";
    display: inline-block;
    width: 22px;
    height: 9px;
    background-image: url("../imeges/img/стрелка.svg");
    transition: transform 0.2s;
}

.news-link:hover::after {
    transform: translateX(5px);
}


/* ------------------faq__section---------------------------------- */

@media(width<=992px) {
    .faq__container {
        flex-direction: column-reverse;
    }
}

.section__cards-title {
    color: rgba(44, 51, 47, 1);
    font-family: Oswald;
    font-size: 48px;
    font-weight: 600;
    line-height: 115%;
    letter-spacing: 0%;
    text-align: left;
    text-transform: uppercase;
}

.section__info-text {
    color: rgba(83, 87, 85, 1);
    font-family: Ubuntu;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: left;
}

.faq__container {
    /* flex-direction: column-reverse; */
    align-items: center;
}

.faq-section {
    position: relative;
}

.faq-section::before {
    content: "";
    position: absolute;
    top: 215px;
    background: url(../imeges/img/декор.svg) repeat-x;
    width: calc(50%-250px);
    height: 48px;
    z-index: -1;
}

.faq__container {
    display: flex;
    gap: 28px;
}

details[open] summary::after {
    transform: rotate(180deg);
}

details {
    margin-bottom: 20px;
    border-block: 1px solid #535755
}

.title-medium::after {
    content: "";
    display: inline-block;
    width: 17px;
    height: 22px;
    background: url(../imeges/icon/стрелка\ bottom.svg) no-repeat center / cover;
}

.title-medium {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 20px;
    cursor: pointer;
    list-style: none;
    color: #2c332f;
    font-family: Oswald;
    font-size: 24px;
    font-weight: 500;
    line-height: 115%;
    letter-spacing: 0%;
    text-align: left;
    text-transform: uppercase;
}

summary::-webkit-details-marker {
    display: none;
}

details>p {
    padding: 0 20px 20px;
}


/* 1200px до 992px */


/* 992px до 768px */


/* 768px до 576px */


/* 576px до  375px */


/* 375px до 320px */


/* -----------------footer---------------------------- */

.footer {
    background: linear-gradient(90.00deg, rgba(73, 169, 255, 0.2), rgba(252, 124, 217, 0.2) 100%);
    margin-top: auto;
}

.footer__wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-logo {
    margin: 60px 0px 40px 0px;
}

.footer-img {}

.footer__wrapp-nav {
    display: flex;
}

.footer-nav {
    color: #535755;
    font-family: Ubuntu;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: left;
    margin: 0 auto;
    max-width: 730px;
    box-sizing: border-box;
    border-bottom: 2px solid rgba(0, 0, 0, 1);
    margin-bottom: 80px;
}

.footer-lest {
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    margin-bottom: 40px;
    gap: 30px;
}


/* 1200px до 992px */


/* 992px до 768px */


/* 768px до 576px */


/* 576px до  375px */


/* 375px до 320px */

@media(max-width:768px) {
    .footer-lest {
        gap: 25px;
        flex-direction: column;
    }
}

@media(max-width:576px) {
    .footer-logo {
        margin: 40px 0px 20px 0px;
    }
}

.footer-item {
    align-items: center;
    transition: color 0.2s;
}

.footer-item:hover {
    color: #3596ED;
}

.footer__title {
    display: flex;
    justify-content: center;
    color: #858e8a;
    font-family: Ubuntu;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 4%;
    padding: 40px;
}

.footer-text {}