/*slick.min.css*/
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,.slick-slider .slick-list {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before,.slick-track:after {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir='rtl'] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

/*slick-theme.min.css*/
@charset 'UTF-8';.slick-loading .slick-list {
                     background: #fff url('./ajax-loader.gif') center center no-repeat
                 }

@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'),url('./fonts/slick.woff') format('woff'),url('./fonts/slick.ttf') format('truetype'),url('./fonts/slick.svg#slick') format('svg')
}

.slick-prev,.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent
}

.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent
}

.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before {
    opacity: 1
}

.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before {
    opacity: .25
}

.slick-prev:before,.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto
}

.slick-prev:before {
    content: '←'
}

[dir='rtl'] .slick-prev:before {
    content: '→'
}

.slick-next {
    right: -25px
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px
}

.slick-next:before {
    content: '→'
}

[dir='rtl'] .slick-next:before {
    content: '←'
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent
}

.slick-dots li button:hover,.slick-dots li button:focus {
    outline: none
}

.slick-dots li button:hover:before,.slick-dots li button:focus:before {
    opacity: 1
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black
}

/*style.min.css*/
@font-face {
    font-family: "Inter";
    src: url("../fonts/Inter-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Declaude";
    src: url("../fonts/DeClaude.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Manrope";
    src: url("../fonts/Manrope-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Manrope";
    src: url("../fonts/Manrope-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Manrope";
    src: url("../fonts/Manrope-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Manrope";
    src: url("../fonts/Manrope-ExtraBold.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "GothamPro";
    src: url("../fonts/gothampro.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "GothamPro";
    src: url("../fonts/gothampro_medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "GothamPro";
    src: url("../fonts/gothampro_bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

* {
    box-sizing: border-box;
    letter-spacing: 0.2px
}

html {
    overflow-x: hidden
}

a {
    text-decoration: none
}

img {
    max-width: 100%
}

input[type="text"],input[type="number"],input[type="email"],input[type="tel"] {
    outline: none
}

body {
    position: relative;
    font-family: 'Manrope';
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    color: #212121;
    height: 100%;
    background: #fff;
    max-width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden
}

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

header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3
}

.header-wrapper {
    display: flex;
    padding: 0 25px;
    background: #fff;
    border-radius: 0 0 25px 25px;
    box-shadow: 0 5px 9px 0 rgba(0,0,0,0.14)
}

.logo {
    margin-right: 40px;
    flex-shrink: 0
}

.logo img {
    height: 100%;
    width: auto
}

.menu {
    list-style: none;
    padding: 0;
    margin: 0;
    flex-grow: 1;
    display: flex;
    justify-content: space-between;
    gap: 40px
}

.menu li {
    display: flex;
    align-items: center;
    border-bottom: 4px solid transparent;
    transition: 0.3s all ease
}

.menu a {
    font-family: 'Inter';
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    color: inherit
}

.menu li:hover,.menu li.active {
    border-color: #e6bb45
}

.burger-toggler {
    display: none
}

.hero {
    position: relative;
    display: flex;
    width: 100%;
    height: 990px;
    padding-top: 218px;
    background: url(../images/family.png) no-repeat;
    background-size: cover;
    background-position: center bottom
}

.hero-img {
    position: absolute;
    bottom: -7%;
    left: 30%
}

.hero-content {
    position: relative;
    max-width: 65%;
    height: 100%;
    z-index: 2
}

.hero-content h1 {
    font-size: 36px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 30px
}

.hero-title {
    font-size: 87px;
    font-family: 'Declaude';
    font-weight: 700;
    color: #336c33;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 10px
}

.hero-subtitle {
    font-size: 42px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 35px
}

.hero-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 23px;
    color: #fff;
    font-weight: 500;
    width: 229px;
    height: 74px;
    background: #e6bb45;
    border-radius: 10px;
    transition: 0.3s all ease
}

.hero-btn:hover {
    background: #d1a734
}

.section {
    padding: 75px 0
}

.section-title {
    font-family: "GothamPro";
    font-size: 50px;
    font-weight: 400;
    color: #2f2f2f;
    margin: 0;
    text-transform: uppercase
}

.section-about {
    position: relative;
    overflow: hidden
}

.section-about:after {
    content: '';
    display: block;
    width: 469px;
    height: 470px;
    background: url(../images/about-leafs.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: -50px;
    right: 0;
    z-index: 1
}

.section-about > .container {
    position: relative;
    z-index: 2
}

.about-description {
    font-size: 23px;
    line-height: 36px;
    font-weight: 400;
    margin: 30px 0 55px 0
}

.about-subtitle {
    font-size: 26px;
    line-height: 40px;
    font-weight: 800
}

.adult-row {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    gap: 50px
}

.adult-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center
}

.adult-item > img {
    display: block;
    width: 100%;
    height: 290px;
    object-fit: cover;
    margin-bottom: 25px
}

.adult-item span {
    font-weight: 800;
    line-height: 30px
}

.section-reasons {
    position: relative
}

.section-reasons:before {
    content: '';
    display: block;
    width: 325px;
    height: 290px;
    background: url(../images/reasons-leafs.png) no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1
}

.section-reasons > .container {
    position: relative;
    z-index: 2
}

.section-reasons .section-title {
    font-size: 60px;
    text-align: center;
    text-transform: uppercase
}

.reasons-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 55px;
    margin-top: 100px
}

.reasons-item {
    display: flex;
    align-items: flex-start;
    width: 45%
}

.reason-icon {
    width: 100px;
    height: 100px;
    border: 10px solid #e6bb45;
    border-radius: 50%;
    background: #fff;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.reason-content {
    font-family: 'GothamPro';
    padding-left: 40px
}

.reason-title {
    display: block;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 15px
}

.reason-info {
    line-height: 27px
}

.section-help .section-title {
    font-family: "Declaude";
    font-weight: 700;
    font-size: 66px;
    color: #336c33;
    margin-top: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
    max-width: 74%
}

.help-item {
    display: flex;
    align-items: center;
    gap: 75px;
    margin-top: 75px
}

.help-item img {
    flex-basis: 0;
    flex-grow: 1;
    max-height: 550px
}

.help-item-content {
    flex-basis: 0;
    flex-grow: 1
}

.help-item-content p {
    font-size: 23px;
    line-height: 36px;
    margin-top: 0;
    margin-bottom: 0
}

.help-bottom {
    font-size: 24px;
    line-height: 30px;
    margin-top: 75px;
    margin-bottom: 0;
    text-align: center
}

.section-reviews {
    padding-top: 128px;
    padding-bottom: 0;
    background: url(../images/reviews-bg.png) no-repeat;
    background-size: cover;
    background-position: center
}

.section-reviews .section-title {
    text-transform: uppercase;
    text-align: center
}

.reviews-row {
    margin-top: 65px;
    padding: 0 15px
}

.reviews-row .slick-list {
    margin: 0 -30px
}

.reviews-row .slick-track {
    display: flex !important;
    align-items: center;
    padding: 50px 0
}

.review-item {
    margin: 0 30px;
    padding: 35px 40px 45px 40px;
    background: #fff;
    border-radius: 4px;
    box-shadow: -5px 2px 16px 0 rgba(19,48,32,0.26)
}

.review-header {
    display: flex;
    align-items: center;
    justify-content: center
}

.review-header > img {
    width: 120px;
    height: 120px;
    border-radius: 50%
}

.review-author {
    display: flex;
    flex-direction: column;
    margin-left: 35px
}

.review-author > span {
    font-family: 'GothamPro';
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 5px
}

.review-author > i {
    font-family: 'GothamPro';
    font-weight: 400;
    font-size: 18px;
    line-height: 24px
}

.review-text {
    margin-top: 35px;
    font-family: 'GothamPro';
    font-weight: 400;
    font-size: 18px;
    line-height: 24px
}

.review-text p {
    margin-top: 0;
    margin-bottom: 20px
}

.review-text p:last-child {
    margin-bottom: 0;
    margin-top: 0
}

.reviews-row .slick-slide,.reviews-row .slick-slide[aria-hidden="true"]:not(.slick-cloned) ~ .slick-cloned[aria-hidden="true"] {
    position: relative;
    transform: scale(1);
    transition: all 0.4s ease-in-out
}

.reviews-row .slick-slide:before {
    content: '';
    display: block;
    width: 100%;
    height: 40px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(to bottom,rgba(255,255,255,0.6) 15%,rgba(255,255,255,1) 70%)
}

.reviews-row .slick-center,.reviews-row .slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"] {
    height: auto;
    transform: scale(1.09)
}

.reviews-row .slick-center:before {
    display: none
}

.reviews-row .slick-current.slick-active {
    transform: scale(1.09)
}

.slick-prev,.slick-next {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #e6bb45
}

.slick-prev {
    left: -50px
}

.slick-next {
    right: -50px
}

.slick-prev:before,.slick-next:before {
    display: block;
    width: 24px;
    height: 17px;
    color: transparent;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    opacity: 1
}

.slick-prev:before {
    background-image: url(../images/icons/arrow-left.svg)
}

.slick-next:before {
    background-image: url(../images/icons/arrow-right.svg)
}

.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus {
    background: #e6bb45;
    opacity: 0.85
}

.section-documents {
    position: relative;
    padding-top: 120px
}

.section-documents .section-title {
    text-transform: uppercase;
    margin-bottom: 30px;
    font-weight: 500
}

.section-documents .section-subtitle {
    font-family: 'GothamPro';
    font-weight: 700;
    font-size: 41px;
    line-height: 50px;
    color: #3d5d2c;
    margin-top: 0;
    margin-bottom: 30px
}

.document-wrap {
    display: flex;
    align-items: center
}

.document-img {
    position: relative
}

.document-img:before {
    content: '';
    display: block;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: #e6bb45;
    position: absolute;
    left: -60px;
    bottom: -50px;
    z-index: -1
}

.document-info {
    padding-left: 140px;
    max-width: 50%
}

.document-date {
    font-family: 'GothamPro';
    font-size: 24px;
    line-height: 36px;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px
}

.document-btn {
    display: flex;
    align-items: center;
    font-size: 23px;
    font-weight: 500;
    font-weight: 500;
    color: #3d5d2c
}

.document-btn:after {
    content: '';
    display: block;
    width: 22px;
    height: 20px;
    background: url(../images/icons/arrow-right-green.svg) no-repeat;
    background-size: contain;
    margin-left: 45px;
    transition: 0.35s all ease-in-out
}

.document-btn:hover:after {
    margin-left: 25px
}

.section-use {
    position: relative;
    padding-top: 130px;
    padding-bottom: 100px;
    background: #3d5d2c
}

.section-use .section-title {
    color: #fff
}

.use-row {
    position: relative;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 30px 55px;
    margin-top: 55px;
    z-index: 2
}

.use-item {
    flex-grow: 1;
    flex-basis: calc((100% - 110px) / 2);
    background: #fff;
    border-radius: 7px;
    box-shadow: 0 0 16px 0 rgba(0,0,0,0.14)
}

.use-item-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 90px;
    padding: 0 35px 0 30px;
    font-family: 'GothamPro';
    font-size: 24px;
    font-weight: 700;
    cursor: pointer
}

.use-item-header:after {
    content: '+';
    flex-shrink: 0;
    font-family: 'GothamPro';
    font-size: 33px;
    font-weight: 400;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: #e6e6e6;
    border-radius: 50%;
    color: #6a6a6a;
    margin-left: 15px;
    transition: 0.35s all ease-in-out
}

.use-item.active .use-item-header:after {
    transform: rotate(135deg)
}

.use-item-content {
    display: none;
    padding: 20px 20px 20px 30px;
    font-weight: 400
}

.use-item-content p {
    margin-top: 0;
    margin-bottom: 10px
}

.use-item-content p:last-child {
    margin-bottom: 0
}

.section-contacts {
    padding-top: 50px
}

.contacts-pretext {
    font-family: 'GothamPro';
    font-weight: 400;
    font-size: 33px;
    color: rgba(33,33,33,0.27);
    text-transform: uppercase;
    margin: 0
}

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

.contacts-title {
    max-width: 30%
}

.contacts-title .section-title {
    text-transform: uppercase;
    margin-bottom: 10px
}

.contacts-title > span {
    font-family: 'GothamPro';
    font-weight: 400;
    font-size: 21px;
    line-height: 27px
}

.contacts-phones {
    display: flex;
    flex-direction: column;
    background: #e6bb45;
    color: #fff;
    padding: 45px 90px 45px 75px;
    border-radius: 10px
}

.contacts-phones > span {
    font-family: 'GothamPro';
    font-weight: 700;
    font-size: 24px;
    line-height: 30px
}

.contacts-phones > a {
    font-family: 'GothamPro';
    font-weight: 700;
    font-size: 48px;
    line-height: 60px;
    text-transform: uppercase;
    color: #fff
}

.section-stores {
    padding: 50px 0;
    border-top: 1px solid #f1f1f1
}

.stores-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center
}

.stores-wrap > h3 {
    font-family: 'GothamPro';
    font-weight: 700;
    font-size: 34px;
    line-height: 43px;
    margin: 0
}

.stores-row {
    display: flex;
    gap: 15px;
    margin: 60px 0;
    width: 100vw;
    justify-content: center;
}

.stores-row > a {
    width: 405px;
    height: 280px;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 16px 0 rgba(19,48,32,0.26);
    max-width: calc(25% - 20px);
}

.stores-row > a span {
    display: flex;
    align-items: center;
    margin-top: 50px;
    font-weight: 500;
    font-size: 23px
}

.stores-row > a span svg {
    width: 22px;
    height: 20px;
    margin-left: 40px;
    fill: currentColor;
    transition: 0.35s all ease-in-out
}

.stores-row > a:first-child span {
    color: #2f58a0
}

.stores-row > a:last-child span {
    color: #fe610f
}

.stores-row > a:hover span svg {
    margin-left: 15px
}

.stores-bottom {
    font-family: 'GothamPro';
    line-height: 35px;
    margin: 0
}

footer {
    background: #f5f5f5
}

.footer-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 117px
}

.footer-top-left {
    display: flex;
    align-items: center
}

.footer-socials {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-right: 20px
}

.footer-socials a {
    width: 45px;
    height: 45px;
    transition: 0.35s all ease-in-out
}

.footer-socials a:hover {
    transform: translateY(-5px)
}

.footer-socials a img {
    display: block
}

.footer-socials a.icon-vk {
    background: #4c709d;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center
}

.footer-socials a.icon-vk img {
    width: 30px
}

.footer-top-left > span {
    font-family: 'GothamPro';
    font-size: 18px;
    line-height: 26px
}

.footer-top > span {
    font-family: 'GothamPro';
    font-size: 16px;
    line-height: 26px;
    color: rgba(33,33,33,0.6)
}

.footer-bottom {
    font-family: 'GothamPro';
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    padding: 45px 0 50px 0
}

.footer-bottom a {
    text-decoration: underline;
    color: inherit
}

.footer-bottom__copy {
    display: none
}

@media (max-width: 1400px) {
    .menu {
        gap:15px
    }

    .reviews-row {
        padding: 0 50px
    }

    .slick-prev {
        left: -5px
    }

    .slick-next {
        right: -5px
    }
}

@media (max-width: 1200px) {
    body {
        font-size:16px
    }

    .container {
        width: 1065px
    }

    .header-wrapper {
        padding: 0 20px
    }

    .logo {
        margin-right: 20px;
        height: 90px;
        padding-bottom: 5px
    }

    .menu {
        gap: 20px
    }

    .menu a {
        font-size: 13px
    }

    .hero {
        height: 760px;
        padding-top: 170px
    }

    .hero-img {
        left: 30%;
        height: 50%;
        bottom: 0
    }

    .hero-content h1 {
        font-size: 28px;
        margin-bottom: 20px
    }

    .hero-title {
        font-size: 67px
    }

    .hero-subtitle {
        font-size: 32px;
        margin-bottom: 30px
    }

    .hero-btn {
        font-size: 17px;
        width: 176px;
        height: 57px
    }

    .section {
        padding: 60px 0
    }

    .section-title {
        font-size: 39px
    }

    .section-about:after {
        width: 375px;
        height: 375px;
        right: 0;
        transform: translateX(50%)
    }

    .about-description {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 40px
    }

    .about-subtitle {
        font-size: 20px;
        line-height: 32px
    }

    .adult-row {
        margin-top: 30px;
        gap: 40px
    }

    .adult-item > img {
        height: 220px;
        margin-bottom: 20px
    }

    .adult-item span {
        line-height: 26px
    }

    .section-reasons:before {
        width: 260px;
        height: 232px;
        left: -11%
    }

    .section-reasons .section-title {
        font-size: 47px
    }

    .reasons-row {
        gap: 55px;
        margin-top: 60px
    }

    .reason-icon {
        width: 90px;
        height: 90px
    }

    .reasons-item:not(:nth-child(3)) .reason-icon img {
        max-width: 100%;
        height: 60%
    }

    .reason-content {
        padding-left: 30px
    }

    .reason-title {
        font-size: 18px;
        line-height: 23px
    }

    .reason-info {
        line-height: 20px
    }

    .section-help .section-title {
        font-size: 51px;
        max-width: 80%
    }

    .help-item {
        gap: 60px;
        margin-top: 60px
    }

    .help-item__img-block {
        max-width: 45%
    }

    .help-item img {
        max-height: none
    }

    .help-item-content p {
        font-size: 18px;
        line-height: 27px;
        margin-top: 20px
    }

    .help-bottom {
        font-size: 18px;
        line-height: 22px;
        margin-top: 60px
    }

    .section-reviews {
        padding-top: 100px
    }

    .reviews-row {
        margin-top: 50px
    }

    .slick-prev,.slick-next {
        width: 40px;
        height: 40px
    }

    .slick-prev {
        left: -50px
    }

    .slick-next {
        right: -50px
    }

    .reviews-row .slick-list {
        margin: 0 -20px
    }

    .reviews-row .slick-center,.reviews-row .slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"] {
        height: auto
    }

    .review-item {
        margin: 0 20px;
        padding: 30px 25px
    }

    .review-header > img {
        width: 90px;
        height: 90px
    }

    .review-author {
        margin-left: 25px
    }

    .review-author > span {
        font-size: 17px;
        line-height: 22px
    }

    .review-author > i {
        font-size: 14px;
        line-height: 19px
    }

    .review-text {
        margin-top: 30px;
        font-size: 14px;
        line-height: 19px
    }

    .section-documents {
        padding-top: 70px;
        padding-bottom: 100px
    }

    .document-img {
        height: 410px
    }

    .document-img img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

    .document-img:before {
        width: 115px;
        height: 115px;
        left: -50px;
        bottom: -50px
    }

    .document-info {
        padding-left: 100px
    }

    .section-documents .section-title {
        margin-bottom: 20px
    }

    .section-documents .section-subtitle {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 20px
    }

    .document-date {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 20px
    }

    .document-btn {
        font-size: 18px
    }

    .document-btn:after {
        width: 17px;
        height: 18px;
        margin-left: 30px
    }

    .document-btn:hover:after {
        margin-left: 15px
    }

    .section-use {
        padding-top: 110px;
        padding-bottom: 75px
    }

    .use-row {
        gap: 25px 40px;
        margin-top: 45px
    }

    .use-item {
        flex-basis: calc((100% - 80px) / 2)
    }

    .use-item-header {
        height: 70px;
        padding: 0 25px;
        font-size: 18px
    }

    .use-item-header:after {
        font-size: 25px;
        width: 40px;
        height: 40px
    }

    .use-item-content {
        padding: 15px 15px 15px 25px
    }

    .section-contacts {
        padding-top: 40px
    }

    .contacts-pretext {
        font-size: 26px
    }

    .contacts-top {
        margin-top: 50px
    }

    .contacts-title {
        max-width: 32%
    }

    .contacts-title > span {
        font-size: 17px;
        line-height: 21px
    }

    .contacts-phones {
        padding: 30px 75px 30px 55px
    }

    .contacts-phones > span {
        font-size: 19px;
        line-height: 23px;
        margin-bottom: 10px
    }

    .contacts-phones > a {
        font-size: 37px;
        line-height: 46px
    }

    .section-stores {
        padding: 40px 0
    }

    .stores-wrap > h3 {
        font-size: 27px;
        line-height: 33px
    }

    .stores-row {
        gap: 9px;
        margin: 40px 0;
        justify-content: center;
        width: 100vw;
    }

    .stores-row > a {
        width: 25%;
        height: 210px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .stores-row > a > img {
        padding: 0 40px
    }

    .stores-row > a span {
        margin-top: 35px;
        font-size: 18px
    }

    .stores-row > a span svg {
        width: 17px;
        height: 18px;
        margin-left: 20px
    }

    .stores-row > a:hover span svg {
        margin-left: 10px
    }

    .stores-bottom {
        line-height: 20px
    }

    .footer-top {
        height: 90px
    }

    .footer-socials {
        gap: 6px;
        margin-right: 15px
    }

    .footer-socials a {
        width: 30px;
        height: 30px
    }

    .footer-socials a.icon-vk img {
        width: 65%
    }

    .footer-top-left > span {
        font-size: 14px;
        line-height: 20px
    }

    .footer-top > span {
        font-size: 12px;
        line-height: 20px
    }

    .footer-bottom {
        font-size: 15px;
        line-height: 19px;
        padding: 35px 0
    }
}

@media (max-width: 800px) {
    body {
        font-size:12px
    }

    .container {
        width: 690px;
        padding: 0 10px
    }

    .logo {
        margin-right: 35px;
        height: 70px;
        padding-bottom: 5px
    }

    header .container {
        width: 100%;
        padding: 0 20px
    }

    .menu li:nth-child(5) {
        display: none
    }

    .menu a {
        font-size: 11px
    }

    .hero {
        height: 505px;
        padding-top: 115px
    }

    .hero-img {
        left: 24%
    }

    .hero-content {
        max-width: 70%
    }

    .hero-content h1 {
        font-size: 17px;
        margin-bottom: 5px
    }

    .hero-title {
        font-size: 45px
    }

    .hero-subtitle {
        font-size: 22px;
        margin-bottom: 20px
    }

    .hero-btn {
        font-size: 12px;
        width: 117px;
        height: 38px
    }

    .section {
        padding: 50px 0
    }

    .section-title {
        font-size: 27px
    }

    .section-about:after {
        width: 275px;
        height: 275px;
        transform: translateX(40%)
    }

    .about-description {
        font-size: 12px;
        line-height: 18px;
        margin: 15px 0 20px 0
    }

    .about-subtitle {
        font-size: 13px;
        line-height: 20px
    }

    .adult-row {
        margin-top: 30px;
        gap: 25px
    }

    .adult-item > img {
        height: 140px;
        margin-bottom: 15px
    }

    .adult-item span {
        line-height: 16px;
        font-size: 10px
    }

    .adult-item span br {
        display: none
    }

    .section-reasons:before {
        width: 162px;
        height: 145px;
        left: -11%
    }

    .section-reasons .section-title {
        font-size: 34px
    }

    .reasons-row {
        gap: 30px 60px;
        margin-top: 40px
    }

    .reasons-item {
        flex-direction: column;
        width: calc((100% - 60px) /2)
    }

    .reason-icon {
        width: 80px;
        height: 80px
    }

    .reasons-item:nth-child(3) .reason-icon img {
        max-width: 55%
    }

    .reason-content {
        padding-left: 0;
        padding-top: 15px
    }

    .reason-title {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 10px
    }

    .reason-info {
        line-height: 17px
    }

    .section-help .section-title {
        font-size: 35px;
        max-width: 100%
    }

    .help-item {
        gap: 40px;
        margin-top: 50px
    }

    .help-item__img-block {
        max-width: 50%
    }

    .help-item-content p {
        font-size: 13px;
        line-height: 20px;
        margin-top: 10px
    }

    .help-bottom {
        font-size: 15px;
        line-height: 19px;
        margin-top: 50px
    }

    .reviews-row {
        padding: 0 40px
    }

    .reviews-row .slick-list {
        margin: 0 -13px
    }

    .reviews-row .slick-track {
        align-items: flex-start;
        padding: 0 0 15px 0
    }

    .reviews-row .slick-slide,.reviews-row .slick-slide[aria-hidden="true"]:not(.slick-cloned) ~ .slick-cloned[aria-hidden="true"] {
        height: auto
    }

    .reviews-row .slick-center,.reviews-row .slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"] {
        transform: scale(1)
    }

    .reviews-row .slick-slide:before {
        display: none
    }

    .reviews-row .slick-current.slick-active {
        transform: scale(1)
    }

    .review-item {
        margin: 0 13px;
        padding: 20px 30px 30px 20px;
        box-shadow: 0 0 10px 0 rgba(19,48,32,0.26)
    }

    .review-header {
        justify-content: flex-start
    }

    .review-header > img {
        width: 75px;
        height: 75px
    }

    .review-author {
        margin-left: 20px
    }

    .review-author > span {
        font-size: 15px;
        line-height: 19px
    }

    .review-author > i {
        font-size: 13px;
        line-height: 17px
    }

    .review-text {
        margin-top: 25px;
        font-size: 13px;
        line-height: 17px
    }

    .slick-prev,.slick-next {
        width: 35px;
        height: 35px
    }

    .slick-prev {
        left: -35px
    }

    .slick-next {
        right: -35px
    }

    .document-img {
        height: 320px;
        flex-shrink: 0
    }

    .document-img:before {
        width: 80px;
        height: 80px;
        left: -30px;
        bottom: -35px
    }

    .document-info {
        padding-left: 80px;
        flex-grow: 1;
        max-width: none
    }

    .section-documents .section-title {
        margin-bottom: 15px
    }

    .section-documents .section-subtitle {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 15px
    }

    .document-date {
        font-size: 15px;
        line-height: 22px;
        margin-bottom: 15px
    }

    .document-btn {
        font-size: 14px
    }

    .document-btn:after {
        width: 14px;
        height: 14px;
        margin-left: 20px
    }

    .document-btn:hover:after {
        margin-left: 10px
    }

    .section-use {
        padding: 50px 0
    }

    .use-row {
        gap: 20px 25px;
        margin-top: 40px
    }

    .use-item {
        flex-basis: calc((100% - 50px) / 2)
    }

    .use-item-header {
        height: 55px;
        padding: 0 20px;
        font-size: 14px
    }

    .use-item-header:after {
        font-size: 19px;
        width: 32px;
        height: 32px;
        margin-left: 30px
    }

    .use-item-content {
        padding: 10px 10px 10px 20px
    }

    .section-contacts {
        padding: 30px 0
    }

    .contacts-pretext {
        font-size: 18px
    }

    .contacts-top {
        margin-top: 40px
    }

    .contacts-title {
        max-width: 45%
    }

    .contacts-title > span {
        font-size: 13px;
        line-height: 17px
    }

    .contacts-phones {
        padding: 25px;
        width: 45%;
        flex-shrink: 0
    }

    .contacts-phones > span {
        font-size: 13px;
        line-height: 17px;
        margin-bottom: 10px
    }

    .contacts-phones > a {
        font-size: 27px;
        line-height: 30px
    }

    .stores-wrap > h3 {
        font-size: 19px;
        line-height: 24px
    }

    .stores-row {
        gap: 15px;
        justify-content: center
    }

    .stores-row > a {
        width: 30%;
        height: auto;
        padding: 30px 0 25px 0;
        padding-left: 15px;
        padding-right: 15px;
    }

    .stores-row > a > img {
        padding: 0 30px
    }

    .stores-row > a span {
        margin-top: 25px;
        font-size: 12px;
        font-size: 12px;
    }

    .stores-row > a span svg {
        width: 13px;
        height: 13px;
        margin-left: 15px
    }

    .stores-bottom {
        line-height: 15px
    }

    .footer-top {
        justify-content: center;
        height: auto;
        padding: 10px 0
    }

    .footer-top-left > span {
        font-size: 12px;
        line-height: 18px
    }

    .footer-top > span {
        display: none
    }

    .footer-bottom {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        font-size: 13px;
        line-height: 17px;
        padding: 25px 0
    }

    .footer-bottom > span:first-child {
        text-align: left;
        max-width: 50%
    }

    .footer-bottom__copy {
        display: block;
        font-family: 'GothamPro';
        font-size: 10px;
        line-height: 17px;
        color: rgba(33,33,33,0.6)
    }
}

@media (max-width: 570px) {
    body {
        font-size:10px
    }

    .container {
        padding: 0 20px
    }

    .header-wrapper {
        padding: 0 15px 0 5px;
        justify-content: space-between;
        align-items: center;
        border-radius: 0 0 10px 10px;
        transition: 0.35s all ease-in-out
    }

    .header-wrapper.menu-shown {
        box-shadow: none
    }

    .logo {
        height: 60px
    }

    .menu {
        display: none;
        background: #fff;
        width: calc(100% - 40px);
        position: absolute;
        top: 0;
        left: 20px;
        padding: 75px 10px 10px;
        border-radius: 0 0 10px 10px;
        box-shadow: 0 5px 9px 0 rgba(0,0,0,0.14);
        z-index: -1
    }

    .menu li {
        border-bottom: 2px solid transparent;
        width: fit-content;
        margin-bottom: 10px
    }

    .menu li:last-child {
        margin-bottom: 0
    }

    .menu li:nth-child(5) {
        display: flex
    }

    .burger-toggler {
        display: block;
        background: #fff;
        border: none;
        width: 26px;
        height: auto;
        padding: 0;
        font-size: 0;
        line-height: 0;
        cursor: pointer
    }

    .burger-toggler span {
        display: block;
        width: 26px;
        height: 2px;
        background: #1f1f1f;
        margin: 0 auto 4px auto;
        transition: all 0.3s ease-in-out
    }

    .burger-toggler span:last-child {
        margin-bottom: 0
    }

    .burger-toggler.active span:nth-child(1) {
        transform: translateY(6px) rotate(45deg)
    }

    .burger-toggler.active span:nth-child(2) {
        opacity: 0
    }

    .burger-toggler.active span:nth-child(3) {
        transform: translateY(-6px) rotate(-45deg)
    }

    .hero {
        height: 540px;
        padding-top: 93px;
        background: url(../images/family-mob.png) no-repeat;
        background: url(../images/family-mob.webp) no-repeat;
        background-size: cover;
        background-position: center bottom;
        z-index: 2
    }

    .hero-img {
        right: -15px;
        height: 40%;
        left: auto;
        bottom: -30px
    }

    .hero:after {
        display: none
    }

    .hero-content {
        max-width: 100%
    }

    .hero-content h1 {
        font-size: 16px;
        margin-bottom: 15px
    }

    .hero-title {
        font-size: 28px;
        margin-bottom: 70px
    }

    .hero-subtitle {
        font-size: 21px;
        margin-bottom: 105px
    }

    .hero-btn {
        font-size: 13px;
        width: 129px;
        height: 42px
    }

    .section {
        padding: 30px 0 25px 0
    }

    .section-title {
        font-size: 23px
    }

    .section-about {
        padding-top: 55px
    }

    .section-about:after {
        display: none
    }

    .section-about .section-title,.about-description,.about-subtitle {
        text-align: center
    }

    .about-description {
        font-size: 10px;
        line-height: 15px
    }

    .about-subtitle {
        display: block;
        font-size: 11px;
        line-height: 17px
    }

    .about-subtitle br {
        display: none
    }

    .adult-row {
        gap: 25px;
        justify-content: center;
        flex-wrap: wrap
    }

    .adult-item {
        flex-basis: calc((100% - 25px) / 2);
        flex-grow: 0
    }

    .adult-item > img {
        height: 140px;
        margin-bottom: 10px
    }

    .adult-item span {
        line-height: 12px
    }

    .section-reasons:before {
        display: none
    }

    .section-reasons .section-title {
        font-size: 21px
    }

    .reasons-row {
        gap: 40px;
        margin-top: 30px;
        flex-direction: column
    }

    .reasons-item {
        width: 100%;
        align-items: center;
        text-align: center
    }

    .reason-icon {
        width: 65px;
        height: 65px
    }

    .reason-title {
        font-size: 13px;
        line-height: 17px
    }

    .reason-info {
        line-height: 14px
    }

    .section-help .section-title {
        font-size: 27px
    }

    .help-item {
        gap: 10px;
        margin-top: 25px;
        flex-direction: column
    }

    .help-item__img-block {
        max-width: 100%
    }

    .help-item img {
        max-width: 100%
    }

    .help-item-content {
        order: 2
    }

    .help-item-content p {
        font-size: 11px;
        line-height: 17px;
        margin-top: 0
    }

    .help-bottom {
        font-size: 12px;
        line-height: 14px;
        margin-top: 30px
    }

    .section-reviews {
        padding-top: 60px;
        background: #eee
    }

    .reviews-row {
        padding: 0 20px;
        margin-top: 30px
    }

    .reviews-row .slick-list {
        margin: 0 -10px
    }

    .review-item {
        margin: 0 10px;
        padding: 15px 15px 20px 15px
    }

    .review-header > img {
        width: 60px;
        height: 60px
    }

    .review-author {
        margin-left: 15px
    }

    .review-author > span {
        font-size: 13px;
        line-height: 16px
    }

    .review-author > i {
        font-size: 10px;
        line-height: 14px
    }

    .review-text {
        margin-top: 20px;
        font-size: 11px;
        line-height: 15px
    }

    .slick-prev,.slick-next {
        width: 20px;
        height: 20px
    }

    .slick-prev {
        left: -10px
    }

    .slick-next {
        right: -10px
    }

    .slick-prev:before,.slick-next:before {
        width: 13px;
        height: 13px
    }

    .section-documents {
        padding-top: 40px
    }

    .document-wrap {
        flex-direction: column
    }

    .document-img {
        height: 280px
    }

    .document-info {
        padding-left: 0;
        padding-top: 50px;
        text-align: center
    }

    .section-documents .section-subtitle {
        font-size: 22px;
        line-height: 27px
    }

    .document-date {
        font-size: 13px;
        line-height: 19px
    }

    .document-btn {
        font-size: 12px;
        justify-content: center
    }

    .section-use {
        padding: 25px 0 30px 0
    }

    .section-use .section-title {
        text-align: center
    }

    .use-row {
        gap: 16px;
        margin-top: 25px
    }

    .use-item {
        flex-basis: 100%
    }

    .use-item-header {
        height: auto;
        padding: 12px 15px;
        font-size: 12px
    }

    .use-item-header:after {
        font-size: 16px;
        width: 27px;
        height: 27px;
        margin-left: 20px
    }

    .use-item-content {
        padding: 5px 10px 10px 15px
    }

    .contacts-pretext {
        font-size: 15px;
        text-align: center
    }

    .contacts-top {
        margin-top: 25px;
        flex-direction: column
    }

    .contacts-title {
        max-width: 100%;
        text-align: center
    }

    .contacts-title > span {
        font-size: 11px;
        line-height: 14px
    }

    .contacts-phones {
        align-items: center;
        padding: 15px 10px;
        width: 100%;
        flex-shrink: 0;
        margin-top: 15px
    }

    .contacts-phones > span {
        font-size: 12px;
        line-height: 14px
    }

    .contacts-phones > a {
        font-size: 24px;
        line-height: 28px
    }

    .stores-wrap > h3 {
        font-size: 12px;
        line-height: 15px
    }

    .section-stores {
        padding: 30px 0 25px 0
    }

    .stores-row {
        gap: 20px;
        justify-content: center;
        margin: 20px 0;
        flex-wrap: wrap;
    }

    .stores-row > a {
        width: calc(50% - 10px);
        padding: 20px 15px;
        box-shadow: 0 0 6px 0 rgba(19,48,32,0.26);
        max-width: calc(50% - 25px);
    }

    .stores-row > a > img {
        padding: 0
    }

    .stores-row > a span {
        margin-top: 20px;
        font-size: 8px
    }

    .stores-row > a span svg {
        width: 8px;
        height: 10px;
        margin-left: 5px
    }

    .stores-row > a:hover span svg {
        margin-left: 2px
    }

    .stores-bottom {
        line-height: 13px
    }

    .footer-top-left {
        flex-direction: column
    }

    .footer-socials {
        margin-right: 0;
        margin-bottom: 10px
    }

    .footer-socials a {
        width: 20px;
        height: 20px
    }

    .footer-socials a.icon-vk {
        border-radius: 3px
    }

    .footer-top-left > span {
        font-size: 10px;
        line-height: 13px
    }

    .footer-bottom {
        flex-direction: column;
        align-items: center;
        font-size: 10px;
        line-height: 12px;
        padding: 15px 0 20px 0;
        text-align: center
    }

    .footer-bottom > span:first-child {
        text-align: center;
        max-width: 100%;
        order: 2;
        margin-top: 10px
    }

    .footer-bottom__copy {
        font-size: 9px;
        line-height: 14px
    }
}

.adult-item__img {
    display: block;
    width: 100%;
    height: 290px;
    object-fit: cover;
    margin-bottom: 25px
}

@media (max-width: 1200px) {
    .adult-item__img {
        height:220px;
        margin-bottom: 20px
    }
}

@media (max-width: 800px) {
    .adult-item__img {
        height:140px;
        margin-bottom: 15px
    }
}

@media (max-width: 570px) {
    .adult-item__img {
        height:140px;
        margin-bottom: 10px
    }
}
