@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;700;900&display=swap");

*,
:after,
:before {
    box-sizing: border-box
}

ol[class],
ul[class] {
    padding: 0
}

blockquote,
body,
dd,
dl,
figcaption,
figure,
h1,
h2,
h3,
h4,
li,
ol[class],
p,
ul[class] {
    margin: 0
}

body {
    min-height: 100vh;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    line-height: 1.5
}

ol[class],
ul[class] {
    list-style: none
}

a {
    text-decoration: none;
    font-family: inherit;
    color: inherit
}

a:not([class]) {
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto
}

img {
    max-width: 100%;
    display: block
}

article>*+* {
    margin-top: 1em
}

button,
input,
select,
textarea {
    font: inherit
}

@media (prefers-reduced-motion:reduce) {
    * {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
        scroll-behavior: auto !important
    }
}

body {
    color: #373737;
    font-size: 18px;
    font-family: Inter, sans-serif
}

@media (max-width:768px) {
    body {
        font-size: 16px
    }
}

body.lock {
    overflow: hidden
}

.section {
    padding-top: 80px
}

@media (max-width:768px) {
    .section {
        padding-top: 50px
    }
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px
}

.title {
    font-size: 42px;
    max-width: 500px;
    margin-right: 20px
}

@media (max-width:768px) {
    .title {
        font-size: 36px;
        line-height: 40px
    }
}

.btn {
    color: #fff;
    padding: 12px 25px;
    background: #5bad54;
    border-radius: 40px;
    border: 0;
    outline: none;
    cursor: pointer;
    transition: all .2s ease;
    font-weight: 700
}

.btn:hover {
    background: #4d9c46
}

.wrapper {
    background-image: url(../img/bg-header.webp);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    padding-bottom: 200px;
    border-bottom-left-radius: 140px;
    border-bottom-right-radius: 140px
}

footer {
    padding: 40px 0
}

@media (max-width:900px) {
    footer .header__links {
        display: none
    }

    footer .logo {
        margin: 0 auto
    }
}

.header {
    color: #fff;
    padding: 40px 0;
    transition: all .2s ease;
    position: relative;
    z-index: 10
}

.header.fixed {
    width: 100%;
    position: fixed;
    background: #fff;
    color: #373737;
    padding: 15px
}

.header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media (max-width:900px) {
    .header nav {
        display: none
    }
}

.header__links {
    display: flex;
    align-items: center
}

.header__links.footer {
    color: #373737
}

.header__link {
    margin-right: 30px;
    position: relative
}

.header__link:after {
    background-color: #fff
}

.header__link.footer:after,
.header__link:after {
    border-radius: 50%;
    display: block;
    position: absolute;
    left: 0;
    width: 0;
    height: 2px;
    content: "";
    transition: width .2s ease-out
}

.header__link.footer:after {
    background-color: #373737
}

.header__link:focus:after,
.header__link:hover:after {
    width: 100%
}

.header__link:last-child {
    margin-right: 0
}

@media (max-width:900px) {
    .header__btn {
        display: none
    }

    .header__btn#mobile-btn {
        display: block
    }
}

.header .burger {
    display: none;
    position: relative;
    width: 30px;
    height: 23px
}

.header .burger.black:after,
.header .burger.black:before,
.header .burger.black span {
    background-color: #373737
}

@media (max-width:900px) {
    .header .burger {
        display: block
    }
}

.header .burger:after,
.header .burger:before {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 3px;
    left: 0;
    background-color: #fff;
    transition: all .2s ease
}

.header .burger:before {
    top: 0
}

.header .burger:after {
    bottom: 0
}

.header .burger span {
    position: relative;
    top: 10px;
    display: block;
    content: "";
    width: 100%;
    height: 3px;
    background-color: #fff;
    transition: all .2s ease
}

.header .burger.open:before {
    transform: rotate(45deg);
    top: 10px
}

.header .burger.open:after {
    transform: rotate(-45deg);
    bottom: 10px
}

.header .burger.open span {
    transform: scale(0)
}

.mobile_menu {
    position: fixed;
    width: 100%;
    height: 100vh;
    justify-content: center;
    left: 0;
    right: 0;
    z-index: 3;
    background-color: #fff;
    top: -100%;
    opacity: 0;
    transition: all .5s ease;
    overflow: auto;
    box-shadow: 3px 4px 5px rgba(0, 0, 0, .25)
}

.mobile_menu,
.mobile_menu__body {
    display: flex;
    align-items: center;
    flex-direction: column
}

.mobile_menu.open {
    top: 0;
    opacity: 1
}

.nav_mobile {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: left
}

.nav_a.mobile {
    padding: 10px 0;
    margin: 5px 0;
    color: #232323;
    font-size: 18px
}

.main {
    color: #fff;
    padding-top: 20px
}

.main__title {
    font-weight: 700;
    font-size: 42px;
    max-width: 640px;
    margin-bottom: 15px
}

@media (max-width:500px) {
    .main__title {
        line-height: 50px;
        font-size: 36px
    }
}

.main__subtitle {
    font-weight: 700;
    max-width: 640px;
    margin-bottom: 80px
}

@media (max-width:500px) {
    .main__subtitle {
        margin-bottom: 30px
    }
}

.main__btn {
    padding: 17px 25px
}

.advantages {
    position: relative;
    top: -100px
}

.advantages__cards {
    display: flex;
    align-items: stretch;
    justify-content: space-between
}

@media (max-width:1000px) {
    .advantages__cards {
        flex-direction: column;
        align-items: center;
        justify-content: center
    }
}

.advantages__card {
    max-width: 370px;
    text-align: center;
    padding: 0 20px;
    background: #fff;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    border-radius: 30px;
    padding-bottom: 50px;
    padding-top: 30px
}

@media (max-width:1170px) {
    .advantages__card {
        max-width: 325px
    }
}

@media (max-width:1000px) {
    .advantages__card {
        max-width: 100%;
        width: 700px;
        margin-bottom: 30px
    }

    .advantages__card:last-child {
        margin-bottom: 0
    }
}

.advantages__icon {
    display: inline-block;
    width: 55px;
    height: 55px;
    background: #5bad54;
    border-radius: 50%;
    position: relative
}

.advantages__icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px
}

.advantages__title {
    font-size: 24px;
    margin-bottom: 20px
}

.advantages__subtitle {
    font-size: 16px;
    color: #787878
}

.about__info {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 40px
}

@media (max-width:790px) {
    .about__info {
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start
    }
}

@media (max-width:790px) {
    .about__title {
        line-height: 50px;
        margin-bottom: 20px
    }
}

.about__text {
    max-width: 670px;
    font-size: 18px;
    color: #787878
}

.about__video {
    width: 100%;
    border-radius: 30px
}

@media (max-width:768px) {
    .about {
        padding-top: 0
    }
}

.catalog__title {
    margin-bottom: 50px
}

.catalog-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 100px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    padding: 20px;
    border-radius: 20px
}

@media (max-width:820px) {
    .catalog-item {
        flex-direction: column;
        justify-content: start;
        align-items: start
		padding-bottom: 60px;
    }

    .catalog-item#reverse {
        flex-direction: column-reverse
    }
}

.catalog-item__img {
    max-width: 550px;
    object-fit: cover;
    width: 50%
}

@media (max-width:820px) {
    .catalog-item__img {
        margin: 0 auto;
        margin-bottom: 20px;
        width: 60%
    }
}

.catalog-item__info {
    max-width: 540px
}

.catalog-item__title {
    margin-bottom: 20px
}

@media (max-width:768px) {
    .catalog-item__title {
        margin-bottom: 10px
    }
}

.catalog-item__text {
    margin-bottom: 50px
}

@media (max-width:768px) {
    .catalog-item__text {
        margin-bottom: 20px
    }
}

@media (max-width:980px) {
    .delivery {
        background: #8cc586;
        padding-bottom: 80px
    }
}

.delivery__bg {
    position: absolute;
    width: 90%;
    height: 500px;
    background: #8cc586;
    border-top-right-radius: 200px
}

@media (max-width:980px) {
    .delivery__bg {
        display: none
    }
}

.delivery__inner {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center
}

.delivery__img {
    width: 380px;
    margin-right: 40px;
    margin-left: 50px;
    position: relative;
    top: -50px
}

@media (max-width:1120px) {
    .delivery__img {
        width: 200px
    }
}

@media (max-width:1120px) and (max-width:980px) {
    .delivery__img {
        position: static
    }
}

@media (max-width:1120px) and (max-width:980px) and (max-width:660px) {
    .delivery__img {
        display: none
    }
}

.delivery__info {
    color: #fff;
    max-width: 470px
}

@media (max-width:660px) {
    .delivery__title {
        margin-bottom: 20px
    }
}

.delivery__text {
    font-weight: 500;
    font-size: 16px
}

.contacts {
    background-image: url(../img/contacts-bg.webp);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 50px
}

.contacts__inner {
    display: flex;
    justify-content: flex-end
}

.contacts__body {
    background: #fff;
    color: #373737;
    width: 540px;
    padding: 50px 20px
}

.contacts__title {
    margin-bottom: 30px
}

.contacts__items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 40px;
    grid-row-gap: 20px
}

.contacts__item {
    font-size: 16px;
    margin-bottom: 20px
}

.contacts__icon {
    display: flex;
    align-items: center;
    margin-bottom: 5px
}

.contacts__icon img {
    width: 20px;
    height: 20px;
    margin-right: 10px
}

.contacts__icon span {
    font-weight: 700
}

@media (max-width:420px) {
    .contacts__info {
        font-size: 14px
    }
}

.contacts__map img {
    height: 400px;
    border-radius: 20px
}

.policy {
    text-align: center;
    display: block;
    font-size: 14px;
    transition: all .2s ease
}

.policy:hover {
    color: #5bad54
}

.popup {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    top: 0;
    left: 0;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: all .2s ease
}

.popup:target {
    opacity: 1;
    visibility: visible
}

.popup_area {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: default
}

.popup_body {
    min-height: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 10px
}

.popup_content {
    width: 100%;
    max-width: 700px;
    background-color: #fff;
    padding: 50px;
    border-radius: 5px;
    position: relative;
    overflow: auto
}

.popup_content_politic {
    padding-top: 50px;
    max-width: 800px
}

.popup_form {
    display: flex;
    flex-direction: column
}

.form_input {
    margin-bottom: 30px;
    padding: 14px 0 14px 30px;
    border: none;
    background-color: #f4f2f2;
    font-size: 14px;
    font-weight: 300;
    border-radius: 5px;
    border: 2px solid transparent
}

.form_input:focus,
.form_textarea:focus {
    outline: none;
    border: 2px solid #5bad54
}

.form_textarea {
    padding: 14px 30px;
    border: none;
    background-color: #f4f2f2;
    font-size: 14px;
    font-weight: 300;
    border-radius: 5px;
    border: 2px solid transparent
}

.popup_btn {
    padding: 12px 0;
    width: 200px;
    margin: 30px auto 0
}

.popup_btn:disabled {
    background-color: #f4f2f2;
    color: #727272
}

.checkbox {
    margin-top: 20px;
    margin-bottom: 16px
}

.custom-checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.custom-checkbox+label {
    display: inline-flex;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: pointer
}

.custom-checkbox+label:before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #1b996b;
    border-radius: .25em;
    margin-right: .5em;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 50% 50%
}

.custom-checkbox:checked+label:before {
    border-color: #1b996b;
    background-color: #fff;
    background-image: url(../img/gal.svg);
    background-size: 10px
}

.not_found__body {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100vh
}

.not_found__title {
    font-size: 120px;
    font-weight: 700;
    color: #5bad54;
    text-align: center
}

.not_found__subtitle {
    padding: 40px 0;
    text-align: center
}

.not_found__btn {
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    padding: 20px 45px;
    background: #5bad54;
    border-radius: 10px;
    border: 2px solid #5bad54;
    transition: all .2s ease
}

@media (max-width:1000px) {
    .not_found__btn {
        font-size: 14px
    }
}

@media (max-width:720px) {
    .not_found__btn {
        padding: 20px 60px
    }
}

.not_found__btn:hover {
    background: transparent;
    color: #5bad54
}

.thanks__body {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100vh
}

.thanks__img {
    max-width: 200px
}

.thanks__title {
    padding: 40px 0;
    text-align: center
}