.cheapHeader .inner__title,
.h1,
h1 {
    font-weight: 200;
    font-size: 36px;
    line-height: 1.4;
    padding: 40px 0 35px;
    text-align: center
}

.h2,
.modal .modal__content .content__title,
h2 {
    font-size: 30px;
    line-height: 1.4;
    text-align: center;
    padding: 35px 0 35px
}

.h3,
h3 {
    font-size: 24px;
    line-height: 36px;
    color: #1d8218;
    padding: 30px 0 40px
}

.h4,
h4 {
    font-size: 18px;
    line-height: 30px;
    padding: 30px 0 40px
}

.h5,
h5 {
    font-weight: 200;
    font-size: 16px;
    line-height: 24px;
    padding: 25px 0
}

.h6,
h6 {
    font-weight: 200;
    font-size: 14px;
    line-height: 20px;
    padding: 20px 0
}

@media screen and (max-width:1024px) {

    .cheapHeader .inner__title,
    .h1,
    h1 {
        font-size: 36px;
        padding: 20px 35px
    }

    .h2,
    .modal .modal__content .content__title,
    h2 {
        font-size: 30px;
        padding: 17px 25px
    }

    .h3,
    h3 {
        padding: 15px 20px
    }

    .h4,
    h4 {
        padding: 15px 20px
    }

    .h5,
    h5 {
        padding: 12px 0
    }

    .h6,
    h6 {
        padding: 10px 0
    }
}

@media screen and (max-width:414px) {

    .cheapHeader .inner__title,
    .h1,
    h1 {
        font-size: 32px;
        padding: 15px 25px
    }

    .h2,
    .modal .modal__content .content__title,
    h2 {
        font-size: 28px;
        padding: 10px 20px
    }

    .h3,
    h3 {
        font-size: 22px;
        padding: 10px
    }

    .h4,
    h4 {
        padding: 10px 15px
    }

    .h5,
    h5 {
        padding: 6px 0
    }

    .h6,
    h6 {
        padding: 6px 0
    }
}

.container {
    width: 100%;
    max-width: 1630px;
    margin: 0 auto;
    padding: 0 15px
}

.cheapHeader,
.modal.modal--default .modal__overlay,
header:before {
    background-image: linear-gradient(145deg, #6fc71d, #1c8117)
}

code,
kbd,
pre,
samp,
tt,
var {
    font: 14px/18px Consolas, "Courier New", monospace
}

body,
optgroup {
    color: #000;
    background: #fff
}

body,
code,
dd,
dl,
form,
pre {
    margin: 0
}

a:link,
a:visited,
ins {
    text-decoration: none
}

a:hover {
    text-decoration: underline
}

a:link img,
a:visited img,
abbr,
acronym,
fieldset,
object {
    border: none
}

sub,
sup {
    position: relative;
    display: inline-block;
    font-size: 11px;
    line-height: 11px
}

sub {
    top: 5px;
    vertical-align: middle
}

sup {
    top: -2px;
    margin-top: -11px
}

abbr,
acronym {
    cursor: help;
    border-bottom: 1px dotted #999
}

address,
cite,
dfn {
    font-style: normal
}

code,
pre {
    white-space: pre-wrap
}

img {
    vertical-align: bottom
}

td,
textarea,
th {
    vertical-align: top
}

button,
input,
select {
    overflow: visible;
    vertical-align: middle
}

legend {
    color: #000;
    margin: 0 0 -2px;
    padding: 0
}

li {
    display: block;
    list-style: none
}

optgroup option {
    padding-left: 22px
}

table {
    border-collapse: collapse
}

caption,
th {
    text-align: left
}

td,
th {
    padding: 0
}

address,
blockquote,
fieldset,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
ul {
    margin: 0;
    padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6,
th {
    font-weight: 400
}

q {
    quotes: "«" "»" "„" "“"
}

q:after {
    content: "»"
}

q:before {
    content: "«"
}

q>q:after {
    content: "“"
}

q>q:before {
    content: "„"
}

@font-face {
    font-family: MyriadPro;
    src: url(../fonts/MyriadPro-Regular.eot);
    src: local("MyriadPro-Regular"), url(../fonts/MyriadPro-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/MyriadPro-Regular.woff) format("woff"), url(../fonts/MyriadPro-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: MyriadPro;
    src: url(../fonts/MyriadPro-Bold.eot);
    src: local("MyriadPro-Bold"), url(../fonts/MyriadPro-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/MyriadPro-Bold.woff) format("woff"), url(../fonts/MyriadPro-Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

a {
    color: #1d8218;
    transition: color .2s ease-in-out
}

a:hover {
    color: #08b000
}

p {
    font-weight: 400;
    line-height: 24px;
    font-size: 16px;
    color: #000
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    font-family: MyriadPro, sans-serif;
    font-weight: 400;
    color: #000
}

a {
    display: inline-block;
    color: #000
}

.link-hover {
    position: relative;
    cursor: pointer
}

.link-hover:after {
    transition: all .2s;
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    opacity: 0;
    background-color: rgba(255, 255, 255, .7);
    background-repeat: no-repeat;
    background-position: center
}

.link-hover:hover::after {
    opacity: 1
}

li {
    list-style: none
}

button {
    cursor: pointer;
    display: block
}

a:hover {
    text-decoration: none
}

td {
    vertical-align: middle
}

.swiper-pagination-bullet {
    background-color: #08b000;
    width: 9px;
    height: 9px;
    opacity: .5
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #08b000;
    opacity: 1
}

.form .form-control input[type=email],
.form .form-control input[type=password],
.form .form-control input[type=tel],
.form .form-control input[type=text],
.form .form-control textarea {
    font-family: "Museo Sans Cyrl ", sans-serif;
    font-weight: 400;
    font-size: 16px;
    border-radius: 23px;
    background-color: #fff;
    padding: 14px 32px;
    border: none;
    outline: 0;
    width: 100%;
    min-width: 450px
}

.form .form-group {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    column-gap: 30px
}

.form .form-group.form-groupMessage .form-groupMessage-block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0 30px
}

.form .form-group.form-groupMessage .form-groupMessage-block textarea {
    height: 100%
}

.form .form-group.form-group--inline {
    flex-direction: row;
    flex-wrap: wrap
}

.form .form-group.form-group--inline .form-control {
    row-gap: unset
}

.form .form-control {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
    column-gap: 15px;
    flex: 1;
    max-width: 100%
}

.form .form-control.form-control--inline {
    flex-direction: row;
    flex-wrap: wrap
}

.form .form-control.form-control--centered {
    align-items: center;
    justify-content: center
}

.form .form-control label input[type=checkbox] {
    border-radius: 50%;
    border: 2px solid #fff
}

.form .form-control textarea {
    resize: none;
    min-height: 80px
}

.form .form-control .btn,
.form .form-control [class*=btn-] {
    margin-top: 0
}

.form .form-control.form-control--checkbox {
    position: relative
}

.form .form-control.form-control--checkbox input {
    position: absolute;
    width: 1px;
    height: 1px;
    top: 30px;
    left: 6px
}

.form .form-control.form-control--checkbox label {
    display: flex;
    align-items: flex-start;
    position: relative;
    color: #fff;
    font-weight: 400;
    line-height: 24px;
    font-size: 14px;
    padding-left: 32px;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer
}

.form .form-control.form-control--checkbox label span {
    color: inherit;
    font-size: inherit;
    line-height: inherit
}

.form .form-control.form-control--checkbox label span a {
    display: inline;
    color: #fff
}

.form .form-control.form-control--checkbox label a:hover {
    color: #fff
}

.form .form-control.form-control--checkbox label::before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    top: 4px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid #fff
}

.form .form-control.form-control--checkbox label::after {
    content: "";
    position: absolute;
    left: 4px;
    top: 8px;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: #fff
}

.form .form-control.form-control--checkbox input:checked+label::after {
    width: 8px;
    height: 8px
}

.form .form-control.form-control--file .form-control--file__controls {
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 7px
}

.form .form-control.form-control--file .form-control--file__controls .controls__reset {
    display: none;
    padding: 0;
    min-width: unset;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 18px;
    text-transform: uppercase;
    visibility: hidden;
    opacity: 0;
    flex: none
}

.form .form-control.form-control--file input {
    display: none
}

.form .form-control .error {
    font-size: 85%;
    color: #b00006;
    display: flex;
    flex-direction: column;
    text-align: center
}

.form.form--accent input[type=email],
.form.form--accent input[type=password],
.form.form--accent input[type=tel],
.form.form--accent input[type=text],
.form.form--accent textarea {
    border: 1px solid #e7e7e7;
    background-color: #f3f9ed
}

@media screen and (max-width:660px) {
    .form .form-group.form-groupMessage .form-groupMessage-block {
        grid-template-columns: 1fr
    }

    .form .form-group.form-groupMessage .form-groupMessage-block textarea {
        margin-top: 15px
    }
}

@media screen and (max-width:660px)and (max-width:414px) {

    .form .form-control input[type=email],
    .form .form-control input[type=password],
    .form .form-control input[type=tel],
    .form .form-control input[type=text],
    .form .form-control textarea {
        min-width: auto;
        width: 100%
    }
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: none;
    align-items: center;
    justify-content: center
}

.modal .modal__close-btn {
    cursor: pointer;
    position: absolute;
    top: 45px;
    right: 38px;
    background-image: url(../icons/close.png);
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    z-index: 2
}

.modal .modal__content {
    z-index: 1;
    max-width: 520px;
    min-width: 300px;
    padding: 20px;
    text-align: center;
    color: #fff;
    overflow-y: auto;
    max-height: 100%
}

.modal .modal__content p {
    color: inherit;
    margin-bottom: 2rem
}

.modal .modal__content .content__title {
    margin-bottom: 0
}

.modal .tabs .tabs__content .content__item {
    padding: 0
}

.modal .modal__overlay {
    z-index: -1
}

.modal.opened {
    display: flex
}

.modal.modal--default .modal__overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.modal.modal--message .modal__content {
    padding: 65px 20px 35px;
    position: relative;
    background-color: #fff;
    box-shadow: 0 0 32px 7px rgba(0, 0, 0, .1)
}

.modal.modal--message .modal__content .modal__close-btn {
    top: 20px;
    right: 20px
}

.modal.modal--message.modal--error .modal__content {
    background-color: #b00006
}

.modal.modal--message.modal--info .modal__content {
    background-color: #f7ffef
}

.modal.modal--message.modal--info .modal__content .modal__close-btn {
    filter: invert(1)
}

.modal.modal--message.modal--info .modal__content p {
    color: #000
}

.modal.modal--message.modal--success .modal__content {
    background-image: linear-gradient(145deg, #6fc81e 0, #1c8117 100%)
}

@media screen and (max-width:575px) {
    .modal .modal__close-btn {
        top: 39px;
        right: 15px
    }
}

.btn {
    font-family: MyriadPro, sans-serif;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 7px;
    min-width: 140px;
    text-align: center;
    border: 1px solid transparent;
    border-radius: 22px;
    position: relative;
    background: #08b000;
    padding: 8px 23px;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    transition: .2s ease-in-out;
    transition-property: color, background-color;
    color: #fff
}

.btn.btn-white {
    background-color: #fff;
    color: #630
}

.btn.btn-purple {
    background-color: #7e00ff;
    color: #fff
}

.btn:hover {
    background-color: #000;
    color: #fff
}

.icon {
    width: 17px;
    height: 17px;
    position: relative;
    transition: all .2s;
    display: flex;
    align-items: center;
    justify-content: center;
    -o-object-fit: contain;
    object-fit: contain
}

.icon img {
    width: inherit;
    height: inherit;
    -o-object-fit: contain;
    object-fit: contain
}

.icon.icon--rounded {
    border-radius: 50%
}

.icon.icon--bg {
    background-color: #08b000
}

.icon.icon--2x {
    width: 52px;
    height: 52px
}

.icon.icon--2x img {
    width: 38px;
    height: 38px
}

.icon.icon--hoverable {
    cursor: pointer
}

.icon.icon--hoverable:hover {
    box-shadow: 0 0 10px 1px rgba(61, 56, 56, .7)
}

.icon.icon--sm {
    width: 15px;
    height: 15px
}

.iconed {
    display: flex;
    column-gap: 7px;
    align-items: center
}

table {
    width: 100%;
    overflow-x: hidden;
    min-width: 930px
}

table thead tr {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 19px
}

table thead td {
    font-size: 16px;
    color: #8a8a8a;
    padding-bottom: 20px
}

table thead .head__curator {
    min-width: 200px
}

table tbody tr {
    cursor: pointer;
    border-bottom: 1px solid #e7e7e7;
    transition: background-image .2s ease-in-out
}

table tbody tr:hover {
    background-image: linear-gradient(90deg, transparent, #f7ffef, transparent)
}

table tbody td {
    padding: 20px 35px 20px 0
}

table tbody td.align--right {
    text-align: right
}

table tbody td .btn {
    display: inline-block
}

table tbody td .cell {
    display: flex;
    align-items: center;
    column-gap: 7px
}

.btnTop {
    width: 60px;
    height: 60px;
    position: fixed;
    right: -100px;
    bottom: 30px;
    border-radius: 50%;
    background-color: #08b000;
    border: none;
    padding: 0;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1.663 17.617L16 3.327l14.337 14.29L32 15.947 16 0 0 15.948l1.663 1.669z' fill='%23fff'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    transition: .25s all ease-in-out;
    opacity: 0;
    visibility: hidden;
    z-index: 10;
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, .2)
}

.btnTop:hover {
    background-color: #000
}

.btnTop.open {
    right: 30px;
    opacity: 1;
    visibility: visible
}

@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, 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") format("woff");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0, 0, 0)
}

.swiper-pointer-events {
    touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-centered>.swiper-wrapper::before {
    content: "";
    flex-shrink: 0;
    order: 9999
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-start: var(--swiper-centered-offset-before);
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
    height: 100%;
    width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-before: var(--swiper-centered-offset-before);
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical>.swiper-wrapper::before {
    width: 100%;
    height: var(--swiper-centered-offset-after)
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center
}

@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, 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") format("woff");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0, 0, 0)
}

.swiper-pointer-events {
    touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-centered>.swiper-wrapper::before {
    content: "";
    flex-shrink: 0;
    order: 9999
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-start: var(--swiper-centered-offset-before);
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
    height: 100%;
    width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-before: var(--swiper-centered-offset-before);
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical>.swiper-wrapper::before {
    width: 100%;
    height: var(--swiper-centered-offset-after)
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center
}

.swiper-pagination {
    display: flex;
    column-gap: 7px;
    justify-content: center;
    padding-top: 30px
}

.swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    background-color: #08b000;
    opacity: .5;
    display: block;
    border-radius: 50%;
    cursor: pointer
}

.swiper-pagination-bullet .swiper-pagination-bullet-active {
    background-color: #08b000;
    opacity: 1
}

header {
    position: relative
}

header.fixed .header__bottom {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 10;
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, .2)
}

header:before {
    content: "";
    height: 2px;
    width: 100%;
    display: block
}

header .line {
    width: 100%;
    height: 1px;
    background-color: #e7e7e7
}

header .header__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 15px 25px
}

header .header__top .header__tel a {
    font-size: 24px;
    display: block;
    color: #1d8218
}

header .header__top .header__social {
    display: flex;
    justify-content: space-between;
    column-gap: 30px;
    position: relative;
    padding: 0 45px
}

header .header__top .header__social:before {
    content: "";
    width: 1px;
    height: 76px;
    background-color: #e7e7e7;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

header .header__top .header__social:after {
    content: "";
    width: 1px;
    height: 76px;
    background-color: #e7e7e7;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

header .header__top .header__medal {
    position: relative;
    display: block;
    z-index: -1
}

header .header__top .header__medal::before {
    content: "";
    width: 100%;
    height: 200%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .8;
    background: linear-gradient(to left, transparent 0, #fff 40%, #fff 60%, transparent 100%);
    transform: translate(100%, -25%) rotate(45deg);
    animation: blick 5s infinite
}

header .header__top .header__license {
    max-width: 375px;
    text-align: center
}

header .header__top .header__license .header__license-title {
    color: #4f1d00;
    font-size: 14px;
    margin-bottom: 16px;
    font-weight: 700;
    line-height: 18px
}

header .header__top .header__license .header__license-text {
    font-size: 12px;
    color: #8a8a8a
}

header .header__top .header__right {
    display: none;
    align-items: center
}

header .header__top .header__basket {
    display: flex;
    align-items: center;
    position: relative;
    padding-right: 45px;
    margin-right: 45px
}

header .header__top .header__basket:after {
    content: "";
    width: 1px;
    height: 76px;
    background-color: #e7e7e7;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

header .header__top .header__basket .header__basket-img {
    position: relative;
    margin-right: 10px;
    border: none
}

header .header__top .header__basket .header__basket-img .header__basket-count {
    background-color: #08b000;
    position: absolute;
    width: 16px;
    height: 16px;
    text-align: center;
    vertical-align: middle;
    top: -6px;
    right: -8px;
    border-radius: 50%;
    color: #fff;
    font-weight: 900;
    font-size: 10px
}

header .header__top .header__basket .header__basket-num {
    color: #1d8218;
    font-weight: 900;
    font-size: 16px
}

header .header__bottom {
    top: -100px;
    transition: .25s all ease-in-out
}

header .header__bottom.fixed {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 10;
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, .2)
}

header .header__bottom-container {
    display: flex;
    justify-content: space-between;
    padding: 0 5px
}

header .header__bottom li {
    position: relative
}

header .header__bottom li a {
    padding: 18px 15px;
    font-size: 14px;
    text-transform: uppercase;
    color: #4f1d00;
    font-weight: 900
}

header .header__bottom li a:hover {
    text-decoration: underline
}

header .header__bottom li ul.submenu {
    top: 100%;
    left: 0;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, .12);
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s ease-in-out;
    z-index: 10
}

header .header__bottom li ul.submenu>li {
    background-color: transparent;
    transition: background-color .2s ease-in-out;
    white-space: nowrap
}

header .header__bottom li ul.submenu>li a {
    width: 100%
}

header .header__bottom li ul.submenu>li a:hover {
    background-color: #f7ffef
}

header .header__bottom li ul.submenu:hover ul,
header .header__bottom li:hover ul {
    opacity: 1;
    visibility: visible
}

header .header__bottom li:last-of-type>ul.submenu {
    left: unset;
    right: 0
}

header .burger__menu {
    display: block;
    align-items: center;
    margin-left: 30px
}

header .burger__menu .burger__menu-text {
    font-size: 14px;
    font-weight: 400;
    margin-right: 20px
}

header .burger__menu .burger__menu-btn {
    position: relative;
    outline: 0;
    border: none;
    right: 10px;
    z-index: 30;
    width: 40px;
    height: 60px;
    border-radius: 2px;
    transition: .4s;
    background: 0 0;
    cursor: pointer
}

header .burger__menu .burger__menu-btn .burger__menu-line,
header .burger__menu .burger__menu-btn .burger__menu-line::after,
header .burger__menu .burger__menu-btn .burger__menu-line::before {
    position: absolute;
    width: 52px;
    height: 4px;
    background-color: #08b000;
    transition: .4s
}

header .burger__menu .burger__menu-btn .burger__menu-line {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

header .burger__menu .burger__menu-btn .burger__menu-line::before {
    right: 0;
    content: "";
    top: -11px
}

header .burger__menu .burger__menu-btn .burger__menu-line::after {
    right: 0;
    content: "";
    top: 11px
}

.burger__menu-wrapper {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 30;
    height: 100%;
    visibility: hidden;
    transition: .3s ease-in-out;
    transition-property: visibility
}

.overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .3);
    transition: all ease .3s;
    opacity: 0;
    visibility: hidden
}

.burger__menu-content {
    width: 400px;
    position: fixed;
    right: -1000px;
    top: 0;
    height: 100%;
    transition: .3s ease-in-out;
    transition-property: right, opacity;
    background-color: #fff;
    padding: 110px 20px 30px;
    opacity: 0;
    overflow-y: auto
}

.burger__menu-content .burger__menu-close {
    background: rgba(255, 255, 255, 0);
    border: none;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 15px;
    top: 36px;
    padding: 0
}

.burger__menu-content .burger__menu-close:focus {
    outline: 0
}

.burger__menu-content .burger__menu-close::after,
.burger__menu-content .burger__menu-close::before {
    position: absolute;
    width: 52px;
    height: 4px;
    background-color: #08b000;
    top: 50%;
    left: 50%
}

.burger__menu-content .burger__menu-close::before {
    content: "";
    transform: translate(-50%, -50%) rotate(45deg)
}

.burger__menu-content .burger__menu-close::after {
    content: "";
    transform: translate(-50%, -50%) rotate(-45deg)
}

.burger__menu-content .burger__menu-list {
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    padding: 0;
    margin: 0;
    width: 100%;
    z-index: 50;
    transition: height .45s ease-in-out;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    background: #fff
}

.burger__menu-content .burger__menu-list .burger__menu-arrow {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 19px;
    height: 19px;
    background-color: rgba(255, 255, 255, 0);
    border: none;
    padding: 0;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='14' height='8' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.855.147a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708 0l-6-6A.5.5 0 0 1 .855.147L6.5 5.794 12.147.147a.5.5 0 0 1 .708 0Z' fill='%23000'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: .25s ease-in-out;
    transition-property: transform
}

.burger__menu-content .burger__menu-list .burger__menu-arrow.open {
    transform: rotate(180deg)
}

.burger__menu-content .burger__menu-list .burger__menu-item {
    display: block;
    background-color: #fff;
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
    color: #4f1d00;
    font-weight: 800
}

.burger__menu-content .burger__menu-list .burger__menu-item a {
    color: #000
}

.burger__menu-content .burger__menu-list>li {
    position: relative
}

.burger__menu-content .burger__menu-list>li+* {
    border-top: 1px solid #e7e7e7;
    margin-top: 15px;
    padding-top: 15px
}

.burger__menu-content .burger__menu-list .submenu {
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px
}

.burger__menu-content .burger__menu-list .submenu li:first-child {
    margin-top: 15px
}

.burger__menu-content .burger__menu-list .submenu li a {
    font-size: 14px;
    color: #000;
    font-weight: 600;
    line-height: 1.2
}

.burger__menu-content .burger__menu-search {
    margin-top: 20px;
    position: relative;
    min-width: 240px;
    max-width: 290px;
    width: 100%
}

.burger__menu-content .burger__menu-search input {
    font-size: 14px;
    font-weight: 300;
    min-width: 100%;
    padding: 12px 13px 14px 15px;
    border: 1px solid #000
}

.burger__menu-content .burger__menu-search .burger__menu-search__btn {
    position: absolute;
    right: 13px;
    top: 15px;
    content: " ";
    background-image: url(../icons/search.svg);
    background-repeat: no-repeat;
    background-color: transparent;
    width: 20px;
    height: 17px;
    cursor: pointer;
    border: none;
    outline: 0;
    transition: all .15s
}

.burger__menu-content .burger__menu-search .burger__menu-search__btn.burger__menu-search__btn--active {
    background-image: url(../icons/search-yellow.svg)
}

.burger__menu-content .burger__menu-bottom {
    margin-top: 15px;
    padding-top: 30px;
    border-top: 1px solid #e7e7e7
}

.burger__menu-content .header__tel a {
    font-size: 24px;
    display: block;
    color: #1d8218
}

.burger__menu-content .header__social {
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 20px
}

.burger__menu-content--active {
    right: 0;
    opacity: 1
}

.burger__menu-content--active .overlay--active {
    background-color: #0c0c0c;
    opacity: .2;
    width: 100%;
    height: 100%;
    z-index: 10
}

.login__block {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative
}

.login__text {
    position: absolute;
    left: 50%;
    top: calc(100% + 5px);
    transform: translateX(-50%);
    cursor: pointer
}

.login__btn {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 1px solid #08b000;
    background-color: #08b000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    transition: .25s all ease-in-out;
    background-image: url(/assets/template/icons/login-icons.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 25px
}

.login__btn i {
    margin-right: 1px
}

.login__btn .icon {
    width: 25px;
    height: 21px
}

.login__btn:hover {
    box-shadow: 0 0 10px 1px rgba(61, 56, 56, .7)
}

@media screen and (max-width:1400px) {
    header .header__bottom li ul.submenu>li {
        white-space: normal
    }
}

@media screen and (max-width:1024px) {
    header .header__top {
        top: -100px;
        transition: .25s ease-in-out;
        transition-property: top
    }

    header.fixed .header__top {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        background: #fff;
        z-index: 10;
        box-shadow: 0 0 6px 2px rgba(0, 0, 0, .2);
        padding: 10px 15px
    }

    header.fixed .header__top .left__logo {
        max-width: 140px
    }

    header.fixed .header__top .left__logo img {
        width: 100%
    }

    header .login__text {
        display: none
    }
}

@media screen and (max-width:1400px) {
    header .header__top .header__license {
        display: none
    }
}

@media screen and (max-width:1024px) {
    header .header__top {
        padding-bottom: 25px !important
    }

    header .header__top .header__right {
        display: flex
    }
}

@media screen and (max-width:968px) {
    header .header__top .header__medal {
        display: none
    }
}

@media screen and (max-width:850px) {
    header .header__top .header__social {
        display: none
    }
}

@media screen and (max-width:630px) {
    header .header__top .left__logo {
        max-width: 150px
    }

    header .header__top .left__logo img {
        width: 100%
    }

    header .header__top .header__tel {
        display: none
    }
}

@media screen and (max-width:450px) {
    header .header__top .header__right .header__basket {
        display: none
    }

    header .header__top .bvi-open {
        display: none
    }
}

@media screen and (max-width:1024px) {
    header .header__bottom {
        display: none
    }
}

@media screen and (max-width:450px) {
    header .burger__menu-content {
        width: 100%
    }
}

@media screen and (max-width:730px) {
    header .login__btn {
        width: 35px;
        height: 35px
    }

    header .login__btn .icon {
        width: 15px;
        height: 15px
    }
}

.footer {
    margin: 30px 0
}

.footer .footer__text p {
    text-align: center;
    font-size: 14px;
    color: #000
}

.tabs .tabs__toggles .toggles__item {
    cursor: pointer
}

.tabs .tabs__content .content__item {
    margin: 30px 0
}

.tabs .tabs__content .content__item:not(.content__item--active) {
    display: none
}

.tabs.tabs--default {
    margin-bottom: 30px
}

.tabs.tabs--default .tabs__toggles {
    display: flex;
    justify-content: center
}

.tabs.tabs--default .tabs__toggles .toggles__item {
    background-color: #08b000;
    color: #fff;
    text-align: center;
    width: 100%;
    padding: 15px 40px;
    font-size: 24px;
    cursor: pointer;
    flex: 0;
    white-space: nowrap;
    min-width: 240px
}

.tabs.tabs--default .tabs__toggles .toggles__item:first-of-type {
    border-radius: 35px 0 0 35px
}

.tabs.tabs--default .tabs__toggles .toggles__item:last-of-type {
    border-radius: 0 35px 35px 0
}

.tabs.tabs--default .tabs__toggles .toggles__item:not(.toggles__item--active) {
    opacity: .2
}

#mainModal .tabs {
    display: flex;
    flex-direction: column
}

#mainModal .tabs .tabs__content {
    order: 1;
    margin-bottom: 70px
}

#mainModal .tabs .tabs__toggles {
    order: 2;
    display: flex;
    justify-content: space-between
}

#mainModal .tabs .tabs__toggles .toggles__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
    cursor: pointer
}

#mainModal .tabs .tabs__toggles .toggles__item .icon {
    border: 2px solid #fff;
    border-radius: 50%;
    padding: 30px;
    transition: background-color .2s ease-in-out
}

#mainModal .tabs .tabs__toggles .toggles__item span {
    color: #fff;
    transition: color .2s ease-in-out
}

#mainModal .tabs .tabs__toggles .toggles__item.toggles__item--active .icon {
    background-color: #000
}

#mainModal .tabs .tabs__toggles .toggles__item.toggles__item--active span {
    color: #000
}

#mainModal .form input {
    width: 500px;
    max-width: 100%
}

#mainModal .form a {
    color: #fff
}

#mainModalMessage .form-groupMessage-block {
    grid-template-columns: 1fr
}

#mainModalMessage .form-groupMessage-block input {
    width: 100%;
    min-width: 100%
}

#mainModalMessage .form-groupMessage-block textarea {
    width: 100%;
    min-width: 100%;
    margin-top: 15px
}

@media screen and (max-width:410px) {
    #mainModalMessage .form-groupMessage-block .form-group.form-group--inline {
        flex-direction: column
    }
}

.cheapHeader:not(.no-gutters) {
    margin-bottom: 60px
}

.cheapHeader .cheapHeader__inner {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    padding: 25px 0 20px;
    margin: 0 auto
}

.cheapHeader .cheapHeader__list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    color: #fff;
    font-size: 14px
}

.cheapHeader .cheapHeader__list li {
    display: flex;
    padding: 0 7px;
    text-align: center;
    font-size: 14px
}

.cheapHeader .cheapHeader__list li a {
    display: flex;
    align-items: baseline;
    color: #fff;
    font-size: 14px
}

.cheapHeader .cheapHeader__list li a img {
    margin-bottom: 2px
}

.cheapHeader .inner__title {
    font-size: 30px;
    line-height: 1.1;
    padding: 0;
    color: #fff
}

@media screen and (max-width:768px) {
    .cheapHeader .cheapHeader__inner {
        padding: 20px 0
    }
}

.tabs .tabs__toggles .toggles__item {
    cursor: pointer
}

.tabs .tabs__content .content__item {
    margin: 30px 0
}

.tabs .tabs__content .content__item:not(.content__item--active) {
    display: none
}

.tabs.tabs--default {
    margin-bottom: 30px
}

.tabs.tabs--default .tabs__toggles {
    display: flex;
    justify-content: center
}

.tabs.tabs--default .tabs__toggles .toggles__item {
    background-color: #08b000;
    color: #fff;
    text-align: center;
    width: 100%;
    padding: 15px 40px;
    font-size: 24px;
    cursor: pointer;
    flex: 0;
    white-space: nowrap;
    min-width: 240px
}

.tabs.tabs--default .tabs__toggles .toggles__item:first-of-type {
    border-radius: 35px 0 0 35px
}

.tabs.tabs--default .tabs__toggles .toggles__item:last-of-type {
    border-radius: 0 35px 35px 0
}

.tabs.tabs--default .tabs__toggles .toggles__item:not(.toggles__item--active) {
    opacity: .2
}

.timetable {
    margin-bottom: 30px
}

.timetable .tabs__content {
    overflow-x: auto
}

.timetableTable tr td:nth-child(1) {
    width: 360px
}

.timetableTable tr td:nth-child(2) {
    width: 360px
}

.timetableTable tbody tr td:nth-child(5) {
    white-space: nowrap;
}

@media screen and (max-width:1024px) {
    .timetable .tabs.tabs--default .tabs__toggles .toggles__item {
        flex: 1;
        font-size: 18px;
        padding: 12px 4px;
        min-width: auto
    }
}

.timetableTable__btns {
    display: flex;
    flex-direction: column;
    gap: 5px
}

.timetableTable__btns .btn:nth-child(2) {
    opacity: .3;
}

.scroll-helper {
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .7);
    z-index: 2;
    position: absolute;
    left: 0;
    top: 0;
}

.scroll-helper.remove {
    display: none !important;
}

.scroll-helperIcon {
    /* animation: sh 2s linear infinite; */
    pointer-events: none;
    position: absolute;
    left: 50%;
    top: 30px;
    transform: translate(-50%, 0);
    /* background: url('//i.imgur.com/iplrzf9.png') no-repeat center center / contain; */
    background: url('/assets/template/icons/scroll-helperIcon.gif') no-repeat center center / contain;
    width: 120px;
    height: auto;
    aspect-ratio: 2.36;
}

@keyframes sh {
    25% {
        transform: translate(-100%, 0);
    }

    75% {
        transform: translate(100%, 0);
    }
}

@media (max-width: 767px) {
    .timetableTabs .content__item {
        position: relative;
    }

    .scroll-helper {
        display: block;
    }
}