@import"https://fonts.googleapis.com/css?family=Geologica:100,200,300,regular,500,600,700,800,900";

* {
    padding: 0;
    margin: 0;
    border: 0
}

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

:focus,
:active {
    outline: none
}

a:focus,
a:active {
    outline: none
}

nav,
footer,
header,
aside {
    display: block
}

html,
body {
    width: 100%;
    font-size: 100%;
    line-height: 1;
    font-size: 14px;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

input,
button,
textarea {
    font-family: inherit
}

input::-ms-clear {
    display: none
}

button {
    cursor: pointer
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

a,
a:visited,
a:hover {
    text-decoration: none
}

ul li {
    list-style: none
}

img {
    vertical-align: top
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: 400
}

html {
    font-family: Geologica, sans-serif
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100dvh
}

main {
    flex-grow: 1
}

.header {
    background: #dfe3ff;
    overflow: hidden
}

.header.active {
    overflow: visible
}

.header__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0
}

.header__btn-init {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 20px;
    height: 20px;
    cursor: pointer
}

.header__btn-init span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #000;
    transition: all .3s ease 0s
}

.header__btn-init span:nth-child(1) {
    width: 50%
}

.header__btn-init span:nth-child(3) {
    width: 50%;
    margin-left: auto
}

.header__btn-init.active {
    position: fixed;
    z-index: 99;
    top: 20px;
    left: 20px
}

.header__btn-init.active span {
    background-color: #fff
}

.header__btn-init.active span:nth-child(1) {
    transform: rotate(45deg) translate(10px, 10px);
    width: 100%
}

.header__btn-init.active span:nth-child(2) {
    display: none
}

.header__btn-init.active span:nth-child(3) {
    transform: rotate(-45deg) translate(2px, -2px);
    width: 100%
}

@media(min-width:1024px) {
    .header__btn-init {
        display: none
    }
}

.header__menu {
    position: fixed;
    z-index: 9;
    left: -200%;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    transition: all .3s ease 0s;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 46px;
    padding: 40px 0
}

.header__menu.active {
    left: 0
}

@media(min-width:1024px) {
    .header__menu {
        width: auto;
        position: static;
        background: transparent;
        flex-direction: row;
        gap: 0;
        padding: 0
    }
}

.header__logo-icon {
    width: 130px;
    height: 130px
}

.header__logo-icon img {
    width: 100%;
    height: 100%
}

@media(min-width:1024px) {
    .header__logo-icon {
        display: none
    }
}

.header__menu-list {
    width: 100%;
    padding: 25px
}

.header__menu-list ul li a {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px
}

.header__menu-list ul li+li {
    margin-top: 28px
}

@media(min-width:1024px) {
    .header__menu-list {
        display: flex;
        gap: 25px;
        align-items: center;
        padding: 0;
        width: auto
    }

    .header__menu-list ul {
        display: flex;
        gap: 25px
    }

    .header__menu-list ul li a {
        color: #000;
        font-size: 17px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px
    }

    .header__menu-list ul li+li {
        margin-top: 0
    }
}

.header__menu-btn {
    margin-top: 57px;
    padding: 18px 25px;
    background: #fff;
    color: #000;
    text-align: center;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -.34px;
    border-radius: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s
}

.header__menu-btn:hover {
    background: #000;
    color: #fff
}

@media(min-width:1024px) {
    .header__menu-btn {
        margin-top: 0;
        background: #000;
        color: #fff
    }

    .header__menu-btn:hover {
        background: #fff;
        color: #000
    }
}

.container {
    max-width: 1370px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto
}

.hero {
    border-radius: 0 0 20px 20px;
    background: var(--linear, linear-gradient(180deg, #DFE3FF 0%, #F4F4FC 100%))
}

.hero__content {
    max-width: 800px;
    margin: 0 auto
}

@media(min-width:1024px) {
    .hero__content {
        display: flex;
        justify-content: space-between;
        align-items: center
    }
}

.hero__content-text {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.hero__content-text h1 {
    color: #000;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px
}

.hero__content-text p {
    color: #000;
    text-align: center;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px
}

@media(min-width:1024px) {
    .hero__content-text {
        max-width: 430px
    }

    .hero__content-text h1,
    .hero__content-text p {
        text-align: left
    }
}

.hero__img {
    width: 300px;
    margin: 0 auto
}

.hero__img img {
    width: 100%
}

@media(min-width:1024px) {
    .hero__img {
        margin: 0;
        width: 400px
    }
}

.catalog {
    padding: 40px 0
}

.catalog__content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px
}

@media(min-width:768px) {
    .catalog__content {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(min-width:1024px) {
    .catalog__content {
        grid-template-columns: repeat(3, 1fr)
    }
}

.offer {
    padding: 16.5px 24px;
    border-radius: 40px;
    background: linear-gradient(180deg, #daf3e0, #f6f6fc);
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    height: max-content
}

.offer__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--BDBDBD, #BDBDBD);
    max-width: 310px;
    width: 100%;
    margin: 0 auto;
}

.offer__head-logo {
    max-width: 175px;
    max-height: 50px
}

.offer__head-logo img {
    width: 100%;
    height: 50px;
    object-fit: contain;
}

.offer__rating {
    display: flex;
    gap: 5px;
    align-items: center
}

.offer__info {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 310px;
    width: 100%;
    margin: 0 auto;
}

.offer__info-item {
    display: flex;
    justify-content: space-between;
    color: var(--2B2B2B, #2B2B2B);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px
}

.offer__btn {
    width: 100%;
    padding: 10px 0;
    border-radius: 90px;
    background: #000;
    color: #fff;
    text-align: center;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -.34px;
    transition: all .3s ease 0s;
    max-width: 310px;
    margin: 0 auto;
}

.offer__btn:hover {
    background: #fff;
    color: #000
}

.offer__content {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.offer__content.active .offer__content-toggle span:nth-child(1) {
    display: none
}

.offer__content.active .offer__content-toggle span:nth-child(2) {
    display: block
}

.offer__content.active .offer__content-text {
    display: block
}

.offer__content-text {
    padding: 10px 4px;
    border-radius: 10px;
    background: var(--F7F7F7, #F7F7F7);
    color: var(--2B2B2B, #2B2B2B);
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    display: none
}

.offer__content-toggle {
    display: flex;
    flex-direction: column;
    width: max-content;
    margin: 0 auto
}

.offer__content-toggle span {
    cursor: pointer;
    color: var(--2B2B2B, #2B2B2B);
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font
}

.offer__content-toggle span:nth-child(2) {
    display: none
}

.offer__description{
    background-color: #f7f7f7;
    padding: 4px 1px 1px;
    font-size: 12px;
    line-height: 18px;
    border-radius: 10px;
}

.offer__links {
    display: flex;
    flex-direction: column;
    gap: 2px;
    align-items: center;
}

.offer__links a{
    text-align: center;
    text-decoration: underline;
    color: #2B2B2B;
    font-size: 13px;
    line-height: 18px;
}

@media (max-width: 768px) {
    .offer {
        padding: 10.5px 16px;
    }
}

.landing-title {
    font-weight: bold;
    font-size: 36px;
    text-align: center;
}

.info {
    padding: 20px 0 50px;
}

.info__container {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 50px;
}

.info__title {
    max-width: 400px;
    margin: 0 auto;
}

.info__list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

.info__item {
    background: var(--linear, linear-gradient(180deg, #DFE3FF 0%, #F4F4FC 100%));
    padding: 20px 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    border-radius: 20px;
}

.info__item-title {
    font-size: 15px;
    font-weight: 700;
    color: #141414
}

.info__item-grid.item-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 27px;
}

.item-grid__item {
    max-width: 200px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.item-grid__item p, .item-grid__item p a {
    font-size: 11px;
    color: #363636;
    font-weight: 500;
}

@media (max-width: 768px) {
    .info__item {
        padding: 20px 32px;
    }

    .info__item-grid.item-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 480px) {
    .info__list {
        gap: 25px;
    }
    .info__item-grid.item-grid {
        grid-template-columns: 1fr;
    }
}

.faq {
    padding: 65px 0;
    background-color: #E2E6FF;
}

.faq__container {
    display: flex;
    flex-direction: column;
    gap: 35px;
    max-width: 1058px;
    padding: 0 16px;
    margin: 0 auto;
}

.faq__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
}

.faq__column {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.faq__item {
    background-color: #ffffff;
    padding: 10px 16px;
    border-radius: 8px;
    break-inside: avoid;
    cursor: pointer;
}

.faq__item-header {
    display: grid;
    grid-template-columns: 1fr 28px;
    gap: 24px;
    align-items: center;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
}

.faq__arrow {
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #363636;
    margin: auto;
}

.faq__item.active .faq__arrow {
    transform: rotate(90deg);
}

.faq__item-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 14px;
    color: #757575;
    height: 0;
    overflow: hidden;
    line-height: 1.2;
}

.faq__item-content p:first-child {
    padding-top: 10px;
}

.faq__item.active .faq__item-content {
    height: auto;
}

.faq__item-quote {
    padding-left: 10px;
    border-left: 3px solid #000000;
}

.text {
    padding: 44px 0 50px;
}

.text__container {
    font-size: 13px;
    line-height: 22px;
}

@media (max-width: 768px) {
    .faq {
        padding: 30px 0 52px;
    }
    .faq__container{
        gap: 20px;
    }

    .faq__list {
        gap: 20px;
        grid-template-columns: 1fr;
    }

    .text {
        padding: 60px 0 50px;
    }
}

.footer {
    padding: 50px 0;
    background: #000;
    color: #fff
}

.footer__top {
    display: flex;
    flex-direction: column;
    gap: 40px
}

@media(min-width:1024px) {
    .footer__top {
        flex-direction: row;
        justify-content: space-between
    }
}

.footer__content {
    display: flex;
    flex-direction: column;
    gap: 40px
}

.footer__content-text {
    color: #ffffff80;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 22px
}

.footer__soc {
    display: flex;
    gap: 16px
}

.footer__soc a {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    background: #fff
}

.footer__links {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.footer__links-title {
    color: #fff;
    font-size: 15px;
    font-style: normal;
    font-weight: 900;
    line-height: normal
}

.footer__links-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px
}

.footer__links-grid a {
    color: #fff9;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: normal
}

@media(min-width:768px) {
    .footer__links-grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(min-width:1024px) {
    .footer__links-grid {
        grid-template-columns: repeat(3, 1fr)
    }
}

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

.footer__contacts a {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px
}

.footer__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px
}

.footer__bottom div {
    display: flex;
    align-items: center;
    gap: 4px
}

.footer__bottom p {
    color: #ffffff80;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 22px
}