@charset "UTF-8";
.container {
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap
}

@media (min-width: 576px) {
    .container {
        width: 100%
    }
}

@media (min-width: 768px) {
    .container {
        width: 100%
    }
}

@media (min-width: 992px) {
    .container {
        width: 962px
    }
}

@media (min-width: 1260px) {
    .container {
        width: 1002px
    }
}

section {
    width: 100%;
    display: inline-block;
    position: relative
}

.section-title {
    width: 100%;
    display: inline-block;
    margin: 0;
    text-align: center;
    font-weight: 400;
    font-size: 25px;
    line-height: 35px;
    color: #232323;
    box-sizing: border-box
}

.section-title strong {
    font-weight: 600
}

@media (min-width: 992px) {
    .section-title {
        font-size: 32px;
        line-height: 43px
    }
}

.section-descr {
    width: 100%;
    display: inline-block;
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    text-align: center;
    margin: 0;
    color: #8e9094;
    box-sizing: border-box
}

.btn-left, .btn-right {
    width: 60px;
    height: 60px;
    border: 1.5px solid rgba(0, 0, 0, .25);
    border-radius: 50%;
    transition: .3s
}

.btn-left:hover, .btn-right:hover {
    border: 1.5px solid #f47f1e;
    background: #f47f1e
}

.btn-left:hover .btn-arrow, .btn-right:hover .btn-arrow {
    stroke: #fff
}

.btn-right .btn-arrow {
    transform: rotate(180deg)
}

.btn-left--mob, .btn-right--mob {
    width: 50px;
    height: 50px;
    left: -5px;
    top: calc(50% - 25px);
    border: 1.5px solid rgba(0, 0, 0, .25);
    border-radius: 50%;
    transition: .3s;
    position: absolute;
    z-index: 4;
    background-color: #fff
}

@media (min-width: 992px) {
    .btn-left--mob, .btn-right--mob {
        display: none
    }
}

.btn-left--mob:hover, .btn-right--mob:hover {
    border: 1.5px solid #f47f1e;
    background: #f47f1e
}

.btn-left--mob:hover .btn-arrow, .btn-right--mob:hover .btn-arrow {
    stroke: #fff
}

.btn-left--mob .btn-arrow, .btn-right--mob .btn-arrow {
    width: 18px;
    height: 10px;
    position: absolute;
    left: calc(50% - 9px);
    top: calc(50% - 5px)
}

.btn-right--mob {
    left: initial;
    right: -5px
}

.btn-right--mob .btn-arrow {
    transform: rotate(180deg)
}

.btn-arrow {
    stroke: rgba(0, 0, 0, .25);
    width: 23px;
    height: 15px;
    position: absolute;
    left: calc(50% - 11.5px);
    top: calc(50% - 7.5px)
}

.pagin {
    width: 100%;
    position: relative;
    bottom: 0;
    margin: 30px 0 0;
    display: flex;
    justify-content: center
}

@media (max-width: 992px) {
    .pagin {
        bottom: 11px
    }
}

@media (min-width: 992px) {
    .pagin {
        display: none
    }
}

.pagin .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #d9d9d9;
    border-radius: 50%;
    margin: 0 4px;
    opacity: 1
}

@media (min-width: 992px) {
    .pagin .swiper-pagination-bullet {
        width: 10px;
        height: 10px
    }
}

.pagin .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #4d9740
}

.mob-btns {
    width: 100%;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0 0;
    padding: 0 40px;
    box-sizing: border-box
}

.mob-btns .btn-left--mob, .mob-btns .btn-right--mob {
    position: relative
}

.mob-btns .pagin {
    width: auto
}

@font-face {
    font-family: GilroyLight;
    font-display: swap;
    src: url(../fonts/GilroyLight.woff2) format("woff2");
    font-weight: 300
}

@font-face {
    font-family: Gilroy;
    font-display: swap;
    src: url(../fonts/GilroyRegular.woff2) format("woff2");
    font-weight: 400
}

@font-face {
    font-family: Gilroy;
    font-display: swap;
    src: url(../fonts/Gilroy-Medium.woff2) format("woff2");
    font-weight: 500
}

@font-face {
    font-family: Gilroy;
    font-display: swap;
    src: url(../fonts/Gilroy-Semibold.woff2) format("woff2");
    font-weight: 600
}

@font-face {
    font-family: Gilroy;
    font-display: swap;
    src: url(../fonts/GilroyBold.woff2) format("woff2");
    font-weight: 700
}

@-ms-viewport {
    width: device-width
}

.page {
    box-sizing: border-box;
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
    -ms-overflow-style: scrollbar;
    -ms-text-size-adjust: 100%;
    min-width: 320px;
    min-height: 100%;
    overflow-x: hidden
}

.page__inner {
    min-height: 100vh;
    display: flex;
    flex-direction: column
}

.page__content {
    flex-grow: 1
}

.page__footer-wrapper {
    flex-shrink: 0
}

*, :after, :before {
    box-sizing: inherit
}

body {
    background-color: #f9f9f9;
    margin: 0;
    min-height: 100%;
    font-family: Gilroy, sans-serif;
    font-size: 16px;
    line-height: 1.4;
    color: #000
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

[role=button] {
    cursor: pointer
}

input[type=search] {
    -webkit-appearance: textfield
}

[role=button], a, button, input, label, select, textarea {
    touch-action: manipulation
}

a svg, button svg {
    pointer-events: none
}

img {
    max-width: 100%;
    height: auto
}

button, select {
    text-transform: none;
    outline: 0;
    cursor: pointer;
    padding: 0;
    border: none;
    outline: 0;
    background-color: transparent
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText
}

textarea {
    overflow: auto;
    resize: vertical
}

svg {
    fill: currentColor
}

a svg, button svg {
    pointer-events: none
}

svg:not(:root) {
    overflow: hidden
}

p {
    line-height: 24px
}

.header {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    background-image: url(../img/header-bg-mob.png)
}

@media (min-width: 992px) {
    .header {
        max-height: 743px;
        background-position-y: 100%;
        background-image: url(../img/fon3.jpg)
    }
}

.header-logo {
    display: none
}

@media (min-width: 992px) {
    .header-logo {
        display: block;
        position: relative;
        top: 13px;
        height: 36px
    }
}

.header-logo img {
    height: 100%
}

.header-panel {
    width: 100%;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-content: center;
    align-items: center
}

@media (min-width: 992px) {
    .header-panel {
        justify-content: space-between
    }
}

.header-yareiting {
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap
}

@media (min-width: 992px) {
    .header-yareiting {
        position: relative;
        left: 40px
    }
}

.header-yareiting__count {
    background-image: url(../img/yareiting.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 55px;
    height: 74px;
    display: inline-block
}

@media (max-width: 992px) {
    .header-yareiting__count {
        width: 80px;
        height: 94px
    }
}

.header-yareiting__count span {
    width: 100%;
    text-align: center;
    display: inline-block;
    font-weight: 500;
    font-size: 23px;
    line-height: 39px;
    text-align: center;
    color: #fff;
    margin: 6px 0 0
}

@media (max-width: 992px) {
    .header-yareiting__count span {
        font-size: 33px;
        margin: 19px 0 0
    }
}

.header-yareiting__content {
    width: 164px;
    margin-left: 12px;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    align-content: flex-start;
    padding-top: 13px;
    box-sizing: border-box
}

@media (max-width: 992px) {
    .header-yareiting__content {
        margin-left: 33px;
        width: 150px
    }
}

.header-yareiting__content p {
    width: 100%;
    display: inline-block;
    text-align: left;
    font-weight: 400;
    font-size: 10px;
    line-height: 15px;
    color: #8e9094;
    margin: 4px 0 0
}

@media (max-width: 992px) {
    .header-yareiting__content p {
        font-size: 13px;
        line-height: 17px;
        margin: 18px 0 0
    }
}

.header-yareiting__star {
    width: 20px;
    height: 20px;
    background-image: url(../img/star.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    margin-right: -3px;
    display: inline-block
}

@media (max-width: 992px) {
    .header-yareiting__star {
        width: 28px;
        height: 28px
    }
}

.header-wa {
    position: relative;
    padding-left: 42px;
    box-sizing: border-box;
    display: none
}

@media (min-width: 992px) {
    .header-wa {
        display: block;
        position: relative;
        margin: 27px 0 0
    }
}

.header-wa__link {
    width: 29px;
    height: 29px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(../img/wa-icon.svg);
    position: absolute;
    left: 0;
    top: -1px
}

.header-wa__phone {
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    color: #232323
}

.header-wa__descr {
    font-weight: 400;
    font-size: 10px;
    line-height: 18px;
    color: #8e9094;
    position: relative;
    left: -6px
}

.header-wa__descr::before {
    content: "";
    background: linear-gradient(180deg, #57d163 0, #23b33a 100%);
    width: 3.5px;
    height: 3.5px;
    border-radius: 50%;
    top: calc(50% - 1.75px);
    left: -10px;
    position: absolute
}

.header-title {
    width: 100%;
    display: inline-block;
    font-weight: 300;
    font-size: 26px;
    line-height: 127%;
    text-align: center;
    color: #656666;
    margin: 70px 0 0
}

@media (max-width: 992px) {
    .header-title {
        margin: 50px 0 0
    }
}

.header-title span {
    color: #4d9740;
    font-weight: 400
}

.header-title strong {
    font-weight: 500;
    color: #232323
}

@media (min-width: 992px) {
    .header-title {
        width: 65%;
        font-size: 40px;
        line-height: 127%;
        text-align: left;
        position: relative
    }

    .header-title::before {
        content: "";
        background-image: url(../img/header-chan-main.png);
        background-repeat: no-repeat;
        background-size: 100%;
        position: absolute;
        width: 622px;
        height: 610px;
        right: -650px;
        top: -125px
    }
}

.header-list {
    width: 100%;
    display: inline-block;
    padding: 0;
    margin: 35px auto 54px;
    position: relative
}

@media (max-width: 992px) {
    .header-list {
        width: 272px;
        margin: 35px auto 62px
    }
}

.header-list li {
    list-style-type: none;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #232323;
    text-align: center;
    box-sizing: border-box;
    position: relative
}

@media (min-width: 992px) {
    .header-list li {
        padding-left: 72px;
        text-align: left
    }
}

.header-list li span {
    color: #4d9740
}

.header-list li::before {
    content: "";
    width: 46.33px;
    height: 3.33px;
    background: #f9a644;
    border-radius: 5px;
    left: 0;
    top: 14px;
    position: absolute;
    display: none
}

@media (min-width: 992px) {
    .header-list li::before {
        display: block
    }
}

.header-btns {
    width: 100%;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    position: relative
}

@media (max-width: 992px) {
    .header-btns {
        justify-content: center
    }
}

.btn {
    text-decoration: none;
    position: relative
}

.btn span {
    font-weight: 700;
    font-size: 13px;
    line-height: 25px;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #fff;
    text-shadow: -4px 2.66667px 13.3333px rgba(0, 0, 0, .13)
}

.btn-orn {
    width: 315px;
    height: 95px;
    background-image: url(../img/btn-orange-mob.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    align-items: center;
    margin: 0 auto
}

@media (min-width: 768px) {
    .btn-orn {
        width: 280px;
        height: 82px;
        margin: 0 28px 0 0
    }
}

@media (min-width: 992px) {
    .btn-orn {
        margin: 0 68px 0 0
    }
}

.header .btn-orn {
    background-image: url(../img/btn-orange-mob.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    align-items: center;
    margin: 0 auto
}

@media (min-width: 768px) {
    .header .btn-orn {
        margin: 0 52px 0 0
    }
}

@media (min-width: 992px) {
    .header .btn-orn {
        margin: 0 52px 0 0
    }
}

.btn-grn {
    width: 315px;
    height: 95px;
    margin: 20px auto 0;
    background-image: url(../img/btn-green.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    align-items: center
}

@media (max-width: 768px) {
    .btn-grn {
        height: 102px
    }

    .header-chan img {
        margin: 40px 0 0;
    }
}

@media (min-width: 768px) {
    .btn-grn {
        margin: 0;
        width: 253px;
        height: 83px
    }
}

.header-btns .btn-orn {
    padding-left: 35px
}

.header-btns .btn-orn::after {
    content: "";
    width: 85px;
    height: 80px;
    background-image: url(../img/btn-icon1.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    right: -27px
}

@media (max-width: 992px) {
    .header-btns .btn-orn::after {
        width: 77px;
        right: -27px;
        top: 7px
    }
}

@media (min-width: 992px) {
    .header-btns .btn-orn::after {
        width: 75px;
        height: 76px;
        right: -37px
    }
}

.header-btns .btn-grn {
    padding-left: 37px
}

.header-btns .btn-grn::after {
    content: "";
    width: 115px;
    height: 80px;
    background-image: url(../img/btn-icon2.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    right: -21px;
    top: 6px
}

@media (max-width: 992px) {
    .header-btns .btn-grn::after {
        width: 86px;
        height: 60px;
        right: -20px;
        top: 15px
    }
}

@media (min-width: 992px) {
    .header-btns .btn-grn::after {
        width: 95px;
        height: 67px;
        right: -43px
    }
}

.header-wrap {
    width: 90%;
    position: relative;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    z-index: 3
}

@media (max-width: 992px) {
    .header-wrap::after {
        content: "";
        height: 5px;
        width: 84%;
        background: #15b031;
        position: absolute;
        right: 8%;
        bottom: 32px;
        border-bottom-right-radius: 13px;
        border-bottom-left-radius: 13px;
        z-index: -1
    }
}

@media (min-width: 992px) {
    .header-wrap {
        margin-top: 96px;
        width: 100%
    }

    .header-wrap::after {
        content: "";
        width: 98%;
        position: absolute;
        left: 1%;
        background: #fff;
        box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
        border-radius: 13px;
        bottom: -10px;
        height: 100%
    }
}

.header-av {
    width: 90%;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 8px 15px rgba(0, 0, 0, .06);
    border-radius: 13px;
    height: 329px;
    position: relative
}

@media (min-width: 992px) {
    .header-av {
        height: auto;
        width: 100%;
        padding: 55px 47px;
        box-sizing: border-box
    }
}

@media (min-width: 992px) {
    .header-av .swiper-wrapper {
        align-content: center;
        align-items: center
    }
}

.header-av__slide {
    width: 100%;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    align-items: center;
    position: relative
}

@media (max-width: 992px) {
    .header-av__slide {
        padding: 20px;
        box-sizing: border-box;
        outline: 1px dashed #dbdbdb;
        outline-offset: -10px;
        border-radius: 10px
    }
}

@media (min-width: 992px) {
    .header-av__slide {
        padding: 0;
        border-radius: 0;
        margin-right: 30px
    }

    .header-av__slide::after {
        content: "";
        height: 125px;
        width: 1px;
        background: radial-gradient(50% 50% at 50% 50%, #b9b9b9 0, #f1f1f1 100%);
        position: absolute;
        right: 0;
        top: calc(50% - 62.5px)
    }
}

.header-av__slide:last-of-type {
    margin-right: 0
}

.header-av__slide:last-of-type::after {
    display: none
}

.header-av__pic {
    height: 140px;
    display: inline-block;
    margin: 0 auto
}

@media (min-width: 992px) {
    .header-av__pic {
        margin: 0 23px 0 0;
        height: 80px
    }
}

.header-av__pic img {
    height: 100%
}

.header-av__descr {
    color: #767676;
    font-weight: 400;
    flex-grow: 1;
    width: 100%;
    font-size: 18px;
    line-height: 150%;
    margin: 32px 0 0;
    text-align: center
}

@media (min-width: 992px) {
    .header-av__descr {
        margin: 24px 0 0;
        font-size: 14px;
        flex-grow: 1;
        width: auto;
        margin: 0;
        text-align: left
    }
}

.header-av__descr strong {
    color: #232323;
    font-weight: 600
}

.header-wrap {
    position: relative
}

.header-chan {
    width: 100%;
    display: inline-block;
    margin: 40px 0 0
}

@media (min-width: 992px) {
    .header-chan {
        display: none
    }
}

.header-fixed {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    box-shadow: 0 0 25px rgba(0, 0, 0, .05);
    z-index: 20;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    padding: 10px 0;
    transform: translateY(-100%);
    transition: all .4s cubic-bezier(0, 0, .8, 1)
}

.header-fixed .btn {
    justify-content: center
}

@media (max-width: 768px) {
    .header-fixed .btn span {
        width: 70%;
        font-weight: 400;
        line-height: 16px;
        font-size: 12px
    }
}

@media (min-width: 992px) {
    .header-fixed .btn span {
        font-size: 13px;
        line-height: 25px
    }
}

.header-fixed .btn-orn {
    width: 170px;
    height: 51px;
    background-image: url(../img/btn-orange-mob.svg);
    margin: 0 10px
}

@media (min-width: 992px) {
    .header-fixed .btn-orn {
        width: 234px;
        height: 70px
    }
}

.header-fixed .btn-grn {
    background-image: url(../img/btn-green-mob.svg);
    width: 170px;
    height: 51px;
    margin: 0 10px
}

@media (min-width: 992px) {
    .header-fixed .btn-grn {
        width: 234px;
        height: 70px
    }
}

.header-fixed.fixed {
    transform: translateY(0)
}

@media (max-width: 380px) {
    .header-fixed .btn {
        width: 43%;
        height: 51px
    }

    .header-fixed .btn span {
        font-size: 10px
    }
}

@media (max-width: 360px) {
    .header-fixed .btn {
        height: 45px
    }
}

.header-av__l .btn-arrow {
    background-image: url(../img/btn-arr.svg);
    background-repeat: no-repeat;
    background-size: 100%
}

.header-av__r .btn-arrow {
    background-image: url(../img/btn-arr.svg);
    background-repeat: no-repeat;
    background-size: 100%
}

.header-av__l:hover .btn-arrow, .header-av__r:hover .btn-arrow {
    background-image: url(../img/btn-arr-white.svg)
}