@-webkit-keyframes menu-btn-top {
    50% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px)
    }
    to {
        -webkit-transform: translateY(6px) rotate(-38deg);
        transform: translateY(6px) rotate(-38deg)
    }
}

@keyframes menu-btn-top {
    50% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px)
    }
    to {
        -webkit-transform: translateY(6px) rotate(-38deg);
        transform: translateY(6px) rotate(-38deg)
    }
}

@-webkit-keyframes menu-btn-bottom {
    50% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }
    to {
        -webkit-transform: translateY(-6px) rotate(38deg);
        transform: translateY(-6px) rotate(38deg)
    }
}

@keyframes menu-btn-bottom {
    50% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }
    to {
        -webkit-transform: translateY(-6px) rotate(38deg);
        transform: translateY(-6px) rotate(38deg)
    }
}

@-webkit-keyframes jump {
    50% {
        -webkit-transform: translate(2px, -10px);
        transform: translate(2px, -10px)
    }
    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@keyframes jump {
    50% {
        -webkit-transform: translate(2px, -10px);
        transform: translate(2px, -10px)
    }
    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@font-face {
    src: url(../fonts/gilroy-medium-webfont.woff) format('woff'), url(../fonts/gilroy-medium-webfont.woff2) format('woff2');
    font-family: Gilroy-Medium;
    font-style: normal;
    font-weight: 400
}

@font-face {
    src: url(../fonts/gilroy-semibold.woff) format('woff'), url(../fonts/gilroy-semibold.woff2) format('woff2');
    font-family: Gilroy;
    font-style: normal;
    font-weight: 400
}

@font-face {
    src: url(../fonts/KabelBoldITC.woff) format('woff'), url(../fonts/KabelBoldITC.woff2) format('woff2');
    font-family: KBI;
    font-style: normal;
    font-weight: 700
}

@font-face {
    src: url(../fonts/OpenSans-Regular.woff) format('woff'), url(../fonts/OpenSans-Regular.woff2) format('woff2');
    font-family: Open-Sans;
    font-style: normal;
    font-weight: 400
}

@font-face {
    src: url(../fonts/OpenSans-Bold.woff) format('woff'), url(../fonts/OpenSans-Bold.woff2) format('woff2');
    font-family: Open-Sans;
    font-style: normal;
    font-weight: 700
}

* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

a {
    text-decoration: none;
    color: inherit
}

a:active, a:focus, button:active, button:focus, input:focus, textarea:focus {
    outline: 0
}

button {
    background-color: transparent;
    border: 0;
    cursor: pointer
}

button, input, textarea {
    font-family: inherit
}

label {
    font-weight: 400
}

body {
    font-size: 14px;
    background-color: #e8e7cf;
    font-family: Open-Sans, sans-serif
}

.wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    max-width: 100%;
    position: relative;
    overflow-x: hidden
}

.main {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.container {
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
    min-width: 320px
}

.mobile {
    display: none
}

@media screen and (min-width: 768px) {
    .container {
        max-width: 1400px;
        margin: 0 auto
    }
}

@media screen and (min-width: 1300px) {
    .mobile {
        display: inline
    }
}

.title {
    font-size: 18px;
    line-height: 20px;
    font-family: Open-Sans, sans-serif;
    font-weight: 700;
    color: #242b2b;
    margin-bottom: 10px
}

.title_more-item {
    font-size: 18px;
    position: relative;
    margin-bottom: 0;
    bottom: -20px
}

@media screen and (min-width: 768px) {
    .title_more {
        padding-left: 50px;
        margin-bottom: 30px
    }

    .title_more-item {
        position: static;
        font-size: 18px;
        margin-bottom: 10px
    }

    .title_desc {
        width: 50%
    }

    .title_video {
        max-width: 400px;
        padding-left: 7%
    }
}

@media screen and (min-width: 1300px) {
    .title {
        font-size: 24px;
        margin-bottom: 16px
    }

    .title_more {
        padding-left: 12.3%;
        margin-bottom: 42px
    }

    .title_video {
        max-width: 736px;
        margin-bottom: 47px
    }

    .title_desc {
        width: 60%;
        line-height: 25px
    }
}

.menu-btn {
    width: 20px;
    height: 14px;
    position: relative
}

.menu-btn::after, .menu-btn::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #a04312;
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0)
}

.menu-btn::before {
    top: 0;
    -webkit-filter: drop-shadow(0 6px #a04312);
    filter: drop-shadow(0 6px #a04312);
    -webkit-transition: .4s;
    transition: .4s
}

.menu-btn::after {
    bottom: 0;
    -webkit-transition: .3s;
    transition: .3s
}

.menu-btn_opened::after, .menu-btn_opened::before {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.menu-btn_opened::before {
    top: 0;
    -webkit-filter: drop-shadow(0 0 2px transparent);
    filter: drop-shadow(0 0 2px transparent);
    -webkit-transform: translateY(6px) rotate(-38deg);
    transform: translateY(6px) rotate(-38deg);
    -webkit-animation-name: menu-btn-top;
    animation-name: menu-btn-top
}

.menu-btn_opened::after {
    bottom: 0;
    -webkit-transform: translateY(-6px) rotate(38deg);
    transform: translateY(-6px) rotate(38deg);
    -webkit-animation-name: menu-btn-bottom;
    animation-name: menu-btn-bottom
}

.header {
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px 4px rgba(135, 56, 22, .14);
    box-shadow: 0 0 10px 4px rgba(135, 56, 22, .14)
}

.header__inner {
    padding: 7px 20px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 2
}

.header__menu {
    width: 100%;
    padding: 20px 80px 50px;
    background-color: #fff;
    position: absolute;
    top: 50px;
    right: 0;
    background-repeat: no-repeat;
    background-position: right 8px bottom 15px;
    background-size: 50px auto;
    -webkit-transition: .2s;
    transition: .2s;
    -webkit-transform: translateY(-135%);
    transform: translateY(-135%);
    z-index: -1;
    text-transform: uppercase
}

.header__menu_opened {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background-image: url(../images/alenka.png)
}

.header__menu_opened .menu__item {
    border-bottom: 1px solid rgba(160, 67, 18, .5)
}

.header__menu_opened .menu__item:last-child {
    border-bottom: none
}

.header__logo-pic {
    width: 67px
}

@media screen and (min-width: 480px) {
    .header__inner {
        padding: 12px 20px 11px
    }
}

@media screen and (min-width: 768px) {
    .header__inner {
        padding: 12px 20px 11px;
        max-width: 1250px
    }

    .header__menu-btn {
        display: none
    }

    .header__menu {
        -webkit-transform: none;
        transform: none;
        position: static;
        padding: 0
    }
}

@media screen and (min-width: 1300px) {
    .header__inner {
        padding: 7px 0 10px 30px
    }

    .header__menu {
        font-size: 18px
    }

    .header__logo-pic {
        width: 127px
    }
}

.footer__inner {
    padding: 20px;
    color: #e8e7cf;
    font-size: 12px;
    line-height: 13px;
    background-color: #a04312
}

@media screen and (min-width: 1300px) {
    .footer__inner {
        display: flex;
        justify-content: space-around;
    }
}

.main-item {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    padding-top: 130%;
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: 100%;
    position: relative
}

.main-item__btn {
    margin-bottom: 60px
}

.main-item__text {
    font-family: Gilroy-Medium, sans-serif;
    font-weight: 400;
    line-height: 22px;
    max-width: 186px;
    color: #222
}

.main-item__desc {
    background-repeat: no-repeat;
    background-position: right bottom 0;
    padding: 0 20px 65px
}

.main-item_1 {
    background-image: url(../images/slide-1.jpg)
}

.main-item_1 .main-item__desc {
    background-image: url(../images/bg-right-1_mobile.png)
}

.main-item_2 {
    background-image: url(../images/slide-2.jpg)
}

.main-item_2 .main-item__desc {
    background-image: url(../images/bg-right-2_mobile.png)
}

.main-item_3 {
    background-image: url(../images/slide-3.jpg)
}

.main-item_3 .main-item__desc {
    background-image: url(../images/bg-right-3_mobile.png)
}

.main-item_4 {
    background-image: url(../images/slide-4.jpg)
}

.main-item_4 .main-item__desc {
    background-image: url(../images/bg-right-4_mobile.png)
}

.main-item_5 {
    background-image: url(../images/slide-5.jpg)
}

.main-item_5 .main-item__desc {
    background-image: url(../images/bg-right-5_mobile.png)
}

.main-item_6 {
    background-image: url(../images/slide-6.jpg)
}

.main-item_6 .main-item__desc {
    background-image: url(../images/bg-right-6_mobile.png)
}

@media screen and (min-width: 768px) {
    .main-item {
        padding-top: 52%;
        z-index: 0
    }

    .main-item::after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        padding-top: 172%;
        background-repeat: no-repeat;
        background-position: center 0;
        background-size: 100%;
        z-index: -1
    }

    .main-item, .main-item .main-item__desc {
        background-image: none
    }

    .main-item__desc {
        padding: 0 22% 0 12.3%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        margin-bottom: 50px;
        position: relative
    }

    .main-item__btn {
        margin-bottom: 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .main-item__text {
        max-width: none;
        width: 70%;
        padding-right: 20%
    }
}

@media screen and (min-width: 1300px) {
    .main-item {
        padding-top: 50%
    }

    .main-item__text {
        font-size: 16px;
        width: 74%;
        line-height: 26px
    }

    .main-item__desc {
        margin-bottom: 96px
    }
}

.main {
    position: relative;
    -webkit-transition: .2s;
    transition: .2s
}

.main__inner {
    position: relative;
    padding-bottom: 20px
}

.main__more {
    padding: 0 20px;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: left 110px
}

.main__arrows {
    display: none;
    width: 100%;
    height: 32px;
    position: absolute
}

.main__dots {
    position: absolute;
    right: 30px;
    padding-top: 105%;
    z-index: 2;
    pointer-events: none
}

.main__dots-wrap {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-color: rgba(239, 84, 4, .8);
    border-radius: 20px;
    padding: 5px;
    pointer-events: auto;
    font-size: 0
}

.main__dots-wrap .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    border: 1px solid #fff;
    background-color: transparent;
    margin-right: 5px
}

.main__dots-wrap .swiper-pagination-bullet-active {
    background-color: #fff
}

.main__slider {
    overflow: hidden;
    z-index: 1
}

.main_1 {
    background-color: #fcbc10
}

.main_1 .main__dots-wrap {
    background-color: rgba(247, 135, 8, .71)
}

.main_1 .main__more {
    background-image: url(../images/bg-left-1_mobile.png)
}

.main_2 {
    background-color: #ff8483
}

.main_2 .main__dots-wrap {
    background-color: rgba(242, 97, 110, .8)
}

.main_2 .main__more {
    background-image: url(../images/bg-left-2_mobile.png)
}

.main_3 {
    background-color: #eaae75
}

.main_3 .main__dots-wrap {
    background-color: rgba(220, 136, 98, .8)
}

.main_3 .main__more {
    background-image: url(../images/bg-left-3_mobile.png)
}

.main_4 {
    background-color: #fd9b18
}

.main_4 .main__dots-wrap {
    background-color: rgba(242, 117, 17, .8)
}

.main_4 .main__more {
    background-image: url(../images/bg-left-4_mobile.png)
}

.main_5 {
    background-color: #f1a1dc
}

.main_5 .main__dots-wrap {
    background-color: rgba(218, 104, 188, .8)
}

.main_5 .main__more {
    background-image: url(../images/bg-left-5_mobile.png)
}

.main_6 {
    background-color: #8bc53e
}

.main_6 .main__dots-wrap {
    background-color: rgba(116, 186, 49, .8)
}

.main_6 .main__more {
    background-image: url(../images/bg-left-6_mobile.png)
}

.main__video {
    margin-bottom: 55px;
    padding: 0 20px
}

@media screen and (min-width: 768px) {
    .main {
        background-repeat: no-repeat;
        background-position: center 0;
        background-size: 100% auto
    }

    .main .main__more {
        background-image: none
    }

    .main__arrows {
        display: inline-block;
        top: 13%;
        pointer-events: none;
        z-index: 10
    }

    .main__dots {
        padding-top: 33%;
        right: auto;
        left: 22%
    }

    .main__dots-wrap .swiper-pagination-bullet {
        width: 13px;
        height: 13px
    }

    .main__video {
        padding: 0 0 0 8%;
        position: relative
    }

    .main_1 {
        background-image: url(../images/slide-1-desc.jpg)
    }

    .main_2 {
        background-image: url(../images/slide-2-desc.jpg);
        background-color: #f38384
    }

    .main_3 {
        background-image: url(../images/slide-3-desc.jpg)
    }

    .main_4 {
        background-image: url(../images/slide-4-desc.jpg)
    }

    .main_5 {
        background-image: url(../images/slide-5-desc.jpg)
    }

    .main_6 {
        background-image: url(../images/slide-6-desc.jpg)
    }
}

@media screen and (min-width: 1180px) {
    .main__arrows {
        top: 16%
    }
}

@media screen and (min-width: 1300px) {
    .main__more {
        padding: 0
    }

    .main__slider {
        margin-bottom: 43px
    }
}

.button {
    display: inline-block;
    padding: 5px 30px 6px;
    background-color: #fff;
    border-radius: 23px;
    border: 8px solid #ff6c00;
    font-size: 18px;
    font-family: Open-Sans, sans-serif;
    font-weight: 700;
    -webkit-box-shadow: 0 2px 11px -3px #873816;
    box-shadow: 0 2px 11px -3px #873816;
    -webkit-transition: .1s;
    transition: .1s
}

.button:hover {
    -webkit-box-shadow: 0 2px 21px -3px #873816;
    box-shadow: 0 2px 21px -3px #873816
}

.button:active {
    -webkit-box-shadow: 0 2px 5px -3px #873816;
    box-shadow: 0 2px 5px -3px #873816
}

@media screen and (min-width: 1300px) {
    .button {
        font-size: 24px;
        padding: 11px 50px 13px;
        border: 15px solid #ff6c00;
        border-radius: 40px;
        background-position: right 50px center;
        background-size: auto
    }
}

.video {
    text-align: center;
    position: relative
}

.video__instance {
    max-width: 100%;
    width: 100%;
    height: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 1
}

.video__main {
    overflow: hidden;
    position: relative;
    width: 100%
}

.video__item {
    display: none;
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    z-index: 1
}

.video__wrap {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    font-size: 0;
    padding-top: 56%
}

.video__play, .video__wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.video__wrap iframe {
    right: 0;
    bottom: 0;
    margin: auto
}

.video__play {
    z-index: 2
}

.video__play_reduce {
    pointer-events: none
}

.video__slider-wrap {
    display: none
}

.video__dots {
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%
}

@media screen and (min-width: 768px) {
    .video {
        text-align: left;
        width: 60%
    }

    .video .swiper-slide-thumb-active .video__pic {
        border: 3px solid #fff
    }

    .video__main {
        width: 100%;
        margin-bottom: 15px
    }

    .video__wrap {
        padding-top: 56%
    }

    .video__slider {
        padding: 0 50px;
        position: relative
    }

    .video__slider-wrap {
        display: block;
        overflow: hidden
    }

    .video__slide {
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .video__slide.swiper-slide-active img {
        border: 2px solid #fff
    }

    .video__pic {
        width: 100%;
        max-width: 100%;
        border-radius: 20px
    }

    .video__dots {
        display: none
    }
}

@media screen and (min-width: 1300px) {
    .video {
        width: 68.5%
    }

    .video__wrap {
        padding-top: 58%;
        margin-bottom: 30px;
        border-radius: 42px
    }

    .video__slider {
        padding: 0 140px
    }

    .video__main {
        margin-bottom: 0
    }
}

.more__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 20px
}

.more__btn {
    display: inline-block;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    font-size: 0;
    -webkit-box-shadow: 0 2px 10px -3px #873816;
    box-shadow: 0 2px 10px -3px #873816;
    background: url(../images/icon-arrow-bottom.png) no-repeat center 14px;
    background-color: #ff6c00;
    -webkit-transition: .2s;
    transition: .2s
}

.more__pic {
    max-width: 100%
}

.more__content-wrap {
    display: none
}

.more__content {
    list-style: none;
    text-align: right
}

.more__item {
    margin-bottom: 15px
}

.more__item:last-child {
    margin-bottom: 0
}

.more__item_active .more__btn {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-box-shadow: 0 -2px 10px -3px #873816;
    box-shadow: 0 -2px 10px -3px #873816
}

.more__item:nth-child(even) .more__btn {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.more__item:nth-child(even) .more__content {
    text-align: left
}

.more__subitem {
    border-bottom: 1px solid rgba(255, 255, 255, .4)
}

.more__subitem:last-child {
    border-bottom: none
}

.more__link {
    display: block;
    padding: 20px 0
}

.more__choco-pic, .more__dots, .more__img {
    display: none
}

.more__img {
    max-width: 115px
}

.more__desc {
    width: 100%
}

@media screen and (min-width: 768px) {
    .more {
        position: relative
    }

    .more__btn {
        display: none
    }

    .more__item {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-bottom: 20px;
        text-align: center;
        border-bottom: 1px solid rgba(255, 255, 255, .4);
        margin-bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .more__item .title {
        position: static;
        font-size: 18px;
        margin-bottom: 10px
    }

    .more__item:nth-child(even) .more__content, .more__item:nth-child(even) .title {
        text-align: center
    }

    .more__item_active .more__content-wrap {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    .more__img:hover, .more__item_active .more__img {
        background-color: rgba(247, 135, 8, .71)
    }

    .more__choco-img, .more__img {
        border-radius: 20px;
        -webkit-transition: .2s;
        transition: .2s
    }

    .more__img {
        display: block;
        padding: 10px;
        max-width: none
    }

    .more__choco-img {
        width: 100%;
        max-width: 120px;
        padding-top: 65%;
        position: relative
    }

    .more__choco-pic {
        display: block;
        position: absolute;
        max-width: 90%;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto
    }

    .more__header {
        margin-top: auto;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        margin-bottom: 0
    }

    .more__slider {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        position: relative;
        overflow: hidden
    }

    .more__inner {
        padding-bottom: 220px;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }

    .more__content-wrap {
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 100%;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: .6s;
        transition: .6s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
        overflow: hidden;
        padding-bottom: 20px
    }

    .more__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }

    .more__subitem {
        text-align: center;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        border-bottom: none
    }

    .more__desc {
        font-size: 16px;
        padding: 0 5px
    }

    .more__link {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 5px
    }

    .more__link:hover .more__choco-img {
        background-color: #fe940a
    }

    .more__dots {
        display: none;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 2
    }

    .more__dots span:only-child {
        display: none
    }

    .more__pic {
        max-height: 170px
    }

    .more__item_active .more__dots {
        display: block
    }

    .main_2 .more__img:hover, .main_2 .more__item_active .more__img, .main_2 .more__link:hover .more__choco-img {
        background-color: rgba(242, 97, 110, .8)
    }

    .main_3 .more__img:hover, .main_3 .more__item_active .more__img, .main_3 .more__link:hover .more__choco-img {
        background-color: rgba(220, 136, 98, .8)
    }

    .main_4 .more__img:hover, .main_4 .more__item_active .more__img, .main_4 .more__link:hover .more__choco-img {
        background-color: rgba(242, 117, 17, .8)
    }

    .main_5 .more__img:hover, .main_5 .more__item_active .more__img, .main_5 .more__link:hover .more__choco-img {
        background-color: rgba(218, 104, 188, .8)
    }

    .main_6 .more__img:hover, .main_6 .more__item_active .more__img, .main_6 .more__link:hover .more__choco-img {
        background-color: rgba(116, 186, 49, .8)
    }
}

@media screen and (min-width: 1300px) {
    .more {
        padding: 0 100px;
        max-width: 1400px;
        margin: 0 auto
    }

    .more__item {
        padding-bottom: 76px
    }

    .more__inner {
        padding-bottom: 255px
    }

    .more__choco-img {
        max-width: 100%
    }

    .more__pic {
        max-height: none
    }

    .more__img {
        -webkit-transform: translate(0);
        transform: translate(0);
        -webkit-animation-duration: .5s;
        animation-duration: .5s
    }
}

.menu {
    list-style: none;
    text-align: center;
    color: #5f330a;
    font-family: Open-Sans, sans-serif;
    font-weight: 700
}

.menu__link {
    display: block;
    padding: 10px 0
}

@media screen and (min-width: 768px) {
    .menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .menu__item {
        margin-right: 37.5%
    }

    .menu__item:last-child {
        margin-right: 0
    }

    .menu__link {
        position: relative;
        padding: 7px 0
    }

    .menu__link::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 0;
        height: 2px;
        background-color: #ff6c00;
        -webkit-transition: .2s;
        transition: .2s
    }

    .menu__link:hover::after, .menu__link_active::after {
        width: 100%;
        left: 0
    }
}

@media screen and (min-width: 1300px) {
    .menu__item {
        margin-right: 32.3%
    }
}

.slider-arrow {
    display: none;
    width: 36px;
    height: 36px;
    background-color: #ff6c00;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    background-image: url(../images/icon-arrow-bottom.png);
    background-repeat: no-repeat;
    background-position: center 15px;
    -webkit-transition: .2s;
    transition: .2s
}

.slider-arrow:focus {
    outline: 0
}

.slider-arrow_left {
    left: 0;
    -webkit-box-shadow: 2px 0 10px -3px #873816;
    box-shadow: 2px 0 10px -3px #873816
}

.slider-arrow_left:hover {
    -webkit-box-shadow: 2px 0 17px -3px #873816;
    box-shadow: 2px 0 17px -3px #873816
}

.slider-arrow_right {
    right: 0;
    -webkit-box-shadow: -2px 0 10px -3px #873816;
    box-shadow: -2px 0 10px -3px #873816;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg)
}

.slider-arrow_right:hover {
    -webkit-box-shadow: -2px 0 17px -3px #873816;
    box-shadow: -2px 0 17px -3px #873816
}

@media screen and (min-width: 768px) {
    .slider-arrow {
        display: block
    }

    .slider-arrow_main-next, .slider-arrow_main-prev {
        pointer-events: auto
    }

    .slider-arrow_main-prev {
        left: 20px;
        top: initial;
        bottom: 0
    }

    .slider-arrow_main-next {
        right: 20px;
        top: initial;
        bottom: 0
    }
}

@media screen and (min-width: 1500px) {
    .slider-arrow_right {
        right: 40px
    }

    .slider-arrow_left {
        left: 40px
    }

    .slider-arrow_main-prev {
        left: 20px;
        top: initial;
        bottom: 0
    }

    .slider-arrow_main-next {
        right: 20px;
        top: initial;
        bottom: 0
    }
}

.more-arrow {
    visibility: hidden;
    position: absolute;
    width: 38px;
    height: 73px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    top: 20%;
    z-index: 10;
    cursor: pointer
}

.more-arrow_left {
    background-image: url(../images/icon-arrow-big_left.png)
}

.more-arrow_right {
    background-image: url(../images/icon-arrow-big_right.png)
}

.more-arrow_disabled {
    display: none
}

@media screen and (min-width: 768px) {
    .more-arrow {
        visibility: visible;
        width: 20px
    }

    .more-arrow_left {
        left: -15px
    }

    .more-arrow_right {
        right: -15px
    }
}

@media screen and (min-width: 1024px) {
    .more-arrow {
        width: 38px
    }
}

@media screen and (min-width: 1500px) {
    .more-arrow_left {
        left: 36px
    }

    .more-arrow_right {
        right: 36px
    }
}

.swiper-pagination-bullet {
    border: 1px solid rgba(255, 255, 255, .5);
    background-color: transparent;
    opacity: 1;
    margin-right: 7px
}

.swiper-pagination-bullet:focus {
    outline: 0
}

.swiper-pagination-bullet-active {
    background-color: rgba(255, 255, 255, .7)
}
