@charset "UTF-8";

@import url("style.css");

.main-about__digits {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media screen and (max-width: 660px) {
    .main-about__digits {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 40px
    }
}

.main-about__digit-box {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-right: 60px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media screen and (max-width: 660px) {
    .main-about__digit-box {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 0
    }
}

@media screen and (max-width: 420px) {
    .main-about__digit-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .main-about__digit-box:first-child {
        padding-bottom: 40px
    }
}

.main-about__digit-box__value {
    font-size: 86px;
    line-height: 86px;
    color: #000000;
    font-weight: 800;
    margin-bottom: 12px;
    white-space: nowrap
}

.main-about__digit-box__value span {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 66px
}

@media screen and (max-width: 520px) {
    .main-about__digit-box__value {
        font-size: 66px;
        line-height: 1
    }

    .main-about__digit-box__value span {
        font-size: 40px
    }
}

.main-about__digit-box__description {
    font-size: 26px;
    line-height: 26px;
    font-weight: 500;
    max-width: 250px;
    margin-bottom: 8px
}

@media screen and (max-width: 520px) {
    .main-about__digit-box__description {
        font-size: 22px
    }
}

.main-about__digit-box__picture {
    height: 180px
}

@media screen and (max-width: 660px) {
    .main-about__digit-box__picture {
        width: 200px;
        margin-left: 20px
    }
}

@media screen and (max-width: 500px) {
    .main-about__digit-box__picture {
        width: 160px;
        margin-left: 20px;
        -ms-flex-item-align: center;
        align-self: center
    }
}

@media screen and (max-width: 420px) {
    .main-about__digit-box__picture {
        margin: 0;
        width: 100%;
        height: 160px
    }
}

.main-about__logistic-block {
    margin-top: 60px
}

.main-about__logistic-block__subtitle {
    font-family: 'Roboto Slab', sans-serif;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    width: 100%
}

.main-about__logistic-block__blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px
}

@media screen and (max-width: 800px) {
    .main-about__logistic-block__blocks {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.main-about__logistic-block__single-block {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    position: relative;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-right: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 40px
}

.main-about__logistic-block__single-block:last-child {
    margin-right: 0
}

@media screen and (max-width: 800px) {
    .main-about__logistic-block__single-block {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 45%;
        flex: 1 0 45%
    }
}

@media screen and (max-width: 530px) {
    .main-about__logistic-block__single-block {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%
    }
}

.main-about__logistic-block__single-block:last-child {
    margin-bottom: 0
}

@media screen and (max-width: 520px) {
    .main-about__logistic-block__single-block {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.main-about__logistic-block__single-block__cover {
    height: 100px;
    margin-bottom: 20px
}

@media screen and (max-width: 520px) {
    .main-about__logistic-block__single-block__cover {
        height: 60px;
        margin-bottom: 0;
        margin-right: 20px
    }
}

.main-about__logistic-block__single-block__title {
    font-weight: 500;
    font-size: 18px
}

.main-about__help-picture {
    width: 100%;
    margin-top: 45px
}

.main-about__pictures-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 40px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.main-about__pictures-block__picture {
    height: 190px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (max-width: 900px) {
    .main-about__pictures-block__picture {
        margin: 16px 0;
        padding: 0 10px
    }
}

@media screen and (max-width: 800px) {
    .main-about__pictures-block__picture {
        height: 230px;
        width: 100%;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 45%;
        flex: 1 0 45%
    }
}

@media screen and (max-width: 420px) {
    .main-about__pictures-block__picture {
        height: 230px;
        width: 100%;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%
    }
}

.main-about__team-box {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.main-about__team-box__person {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 50%
}

.main-about__team-box__person:nth-child(2n) {
    padding-left: 20px
}

.main-about__team-box__person:nth-child(odd) {
    padding-right: 20px
}

@media screen and (max-width: 800px) {
    .main-about__team-box__person {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media screen and (max-width: 600px) {
    .main-about__team-box__person {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 100%
    }

    .main-about__team-box__person:nth-child(2n) {
        padding-left: 0
    }

    .main-about__team-box__person:nth-child(odd) {
        padding-right: 0
    }
}

@media screen and (max-width: 420px) {
    .main-about__team-box__person {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.main-about__team-box__person-info {
    margin-top: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.main-about__team-box__photo {
    margin-right: 16px;
    min-height: 90px;
    min-width: 90px;
    height: 90px;
    width: 90px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

@media screen and (max-width: 800px) {
    .main-about__team-box__photo {
        margin-right: 25px;
        min-height: 120px;
        min-width: 120px;
        height: 120px;
        width: 120px
    }
}

@media screen and (max-width: 600px) {
    .main-about__team-box__photo {
        min-height: 100px;
        min-width: 100px;
        height: 100px;
        width: 100px
    }
}

@media screen and (max-width: 420px) {
    .main-about__team-box__photo {
        min-height: 120px;
        min-width: 120px;
        height: 120px;
        width: 120px
    }
}

.main-about__team-box__person-name {
    font-weight: 700;
    margin-right: 16px;
    font-size: 22px;
    line-height: 1.2
}

.main-about__team-box__facebook-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100px;
    position: relative;
    display: inline-block;
    background: #3B5998;
    color: #FFFFFF;
    padding: 3px 8px;
    border-radius: 4px;
    margin-bottom: 12px;
    margin-top: 8px;
    text-align: center;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.main-about__team-box__facebook-link i {
    margin-right: 8px
}

.main-about__team-box__facebook-link:hover {
    color: #FFFFFF;
    text-decoration: none;
    background: #507DDA
}

.main-about__team-box__person-position {
    color: #8A8D94;
    font-size: 16px;
    line-height: 1.2
}

.main-about__team-box__person-mail {
    display: inline-block;
    cursor: pointer;
    color: #3D94FF;
    -webkit-transition: .3s color;
    -o-transition: .3s color;
    transition: .3s color;
    margin: 0 0 4px;
    font-size: 16px
}

.main-about__team-box__person-mail:hover {
    color: #F64A4A
}

.main-cart__steps {
    margin-top: 20px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start
}

.main-cart__steps__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.main-cart__steps__step {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 2px solid #E6E6E6;
    color: #848484;
    padding: 8px 16px;
    font-weight: 500;
    margin: 0;
    border-left: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.main-cart__steps__step:first-child {
    border-left: 2px solid;
    border-radius: 8px 0 0 8px
}

.main-cart__steps__step:last-child {
    margin-right: 0;
    border-radius: 0 8px 8px 0
}

@media screen and (max-width: 400px) {
    .main-cart__steps__step {
        font-size: 16px
    }
}

@media screen and (max-width: 340px) {
    .main-cart__steps__step {
        font-size: 14px
    }
}

.main-cart__steps__step a {
    text-decoration: none;
    color: #0DB97A
}

.main-cart__steps__step a:hover {
    color: #0DB97A
}

.main-cart__steps__active-step {
    border-color: #0DB97A;
    color: #0DB97A
}

.main-cart__steps__active-step__total {
    font-weight: 400;
    margin-left: 8px
}

.main-cart__content-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px
}

@media screen and (max-width: 1020px) {
    .main-cart__content-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.main-cart__cart-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 70%;
    flex: 0 1 70%;
    border: 2px solid #EEEEEE;
    border-radius: 16px;
    padding: 10px 20px
}

.main-cart__cart-content__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.main-cart__cart-content__product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px
}

@media screen and (max-width: 540px) {
    .main-cart__cart-content__product {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 20px
    }
}

.main-cart__cart-content__product__img {
    height: 96px;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 20px;
    height: 70px;
    width: 70px;
    background-repeat: no-repeat;
    background-size: contain
}

@media screen and (max-width: 540px) {
    .main-cart__cart-content__product__img {
        -ms-flex-item-align: center;
        align-self: center;
        height: 120px;
        width: 120px
    }
}

.main-cart__cart-content__product__details {
    padding-bottom: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #E1E1E1
}

@media screen and (max-width: 800px) {
    .main-cart__cart-content__product__details {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media screen and (max-width: 540px) {
    .main-cart__cart-content__product__details {
        margin-left: 0
    }
}

.main-cart__cart-content__product__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: none;
    margin-left: 12px;
    padding-bottom: 0
}

@media screen and (max-width: 800px) {
    .main-cart__cart-content__product__actions {
        width: 100%;
        margin-left: 0
    }
}

.main-cart__cart-content__product__info {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 60%;
    flex: 1 1 60%
}

@media screen and (max-width: 800px) {
    .main-cart__cart-content__product__info {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        margin-bottom: 20px
    }
}

.main-cart__cart-content__product__category {
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 8px
}

.main-cart__cart-content__product__description {
    color: #848484;
    font-size: 16px
}

.main-cart__cart-content__product__name {
    color: #1C70ED;
    border-bottom: 1px dotted #1C70ED;
    font-size: 16px
}

.main-cart__cart-content__product__count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width: 540px) {
    .main-cart__cart-content__product__count {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin-left: -100%;
        margin-top: 5em;
    }
}

.main-cart__cart-content__product__counter {
    background-color: #F2F2F2;
    border-radius: 50px;
    padding: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 36px;
    width: 100%
}

.main-cart__cart-content__product__counter__minus {
    height: 28px;
    width: 36px;
    border-radius: 100px;
    cursor: pointer;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #FFFFFF;
    color: #7E7E7E
}

.main-cart__cart-content__product__counter__minus i {
    font-size: 12px
}

.main-cart__cart-content__product__counter__value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    color: #000000;
    padding: 0 8px;
    width: 34px;
    border: none;
    background: 0 0;
    text-align: center
}

.main-cart__cart-content__product__counter__plus {
    height: 28px;
    width: 36px;
    border-radius: 100px;
    cursor: pointer;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #0DB97A;
    color: #FFFFFF
}

.main-cart__cart-content__product__counter__plus i {
    font-size: 12px
}

.main-cart__cart-content__product__trash {
    margin-left: 18px;
    cursor: pointer;
    color: rgba(0, 0, 0, .2);
    font-size: 20px;
    -webkit-transition: .3s color;
    -o-transition: .3s color;
    transition: .3s color
}

.main-cart__cart-content__product__trash:hover {
    color: #333333
}

.main-cart__cart-content__product__amount {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right;
    font-size: 20px;
    font-weight: 700;
    min-width: 140px
}

@media screen and (max-width: 540px) {
    .main-cart__cart-content__product__amount {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-bottom: 20px;
        font-size: 24px
    }
}

.main-cart__cart-content__product__amount.tariff-info {
    color: #919699
}

.main-cart__cart-content__product__amount > span {
    display: inline-table
}

.main-cart__cart-content__product__amount__currency {
    font-weight: 400;
    margin-left: 6px
}

.main-cart__cart-content__pay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 24px 0
}

.main-cart__cart-content__pay__button {
    -ms-flex-item-align: center;
    align-self: center
}

@media screen and (max-width: 540px) {
    .main-cart__cart-content__pay__button {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%
    }
}

@media screen and (max-width: 540px) {
    .main-cart__cart-content__pay {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto;
        padding: 0 0 20px
    }
}

.main-cart__cart-content__pay-button {
    background-color: #0DB97A;
    padding: 15px 30px;
    border-radius: 50px;
    -webkit-transition: .3s background-color;
    -o-transition: .3s background-color;
    transition: .3s background-color;
    color: #FEFEFF;
    font-weight: 500;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    border: none
}

.main-cart__cart-content__pay-button:hover {
    background-color: #05956B;
    color: #FEFEFF;
    text-decoration: none
}

.main-cart__cart-content__pay-button.in-progress {
    background-color: #848484;
    cursor: default
}

.main-cart__cart-content__pay-button.in-progress:hover {
    background-color: #848484 !important
}

.main-cart__subscribe {
    width: calc(30% - 40px);
    float: left;
    margin-left: 40px
}

@media screen and (max-width: 1020px) {
    .main-cart__subscribe {
        margin-left: 0;
        margin-top: 40px;
        width: 60%
    }
}

@media screen and (max-width: 720px) {
    .main-cart__subscribe {
        width: 100%
    }
}

.main-cart__subscribe__icon {
    margin-bottom: 12px
}

.main-cart__subscribe__icon img {
    height: 90px
}

.main-cart__subscribe__title {
    font-family: 'Roboto Slab', sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px
}

.main-cart__subscribe__hint {
    font-size: 16px
}

.main-cart__subscribe__action {
    margin-top: 24px;
    border: 2px solid #EEEEEE;
    border-radius: 8px;
    padding: 12px;
    text-align: center
}

.main-cart__subscribe__action__checkbox {
    display: none
}

.main-cart__subscribe__action__checkbox + label {
    display: block;
    position: relative;
    padding-left: 32px;
    margin-bottom: 20px;
    font-size: 14 spx;
    font-weight: 400;
    color: #333333;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.main-cart__subscribe__action__checkbox + label:last-child {
    margin-bottom: 0
}

.main-cart__subscribe__action__checkbox + label:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #B7B7B7;
    border-radius: 4px;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all .12s, border-color .08s;
    -o-transition: all .12s, border-color .08s;
    transition: all .12s, border-color .08s
}

.main-cart__subscribe__action__checkbox:checked + label:before {
    background-color: #1C70ED;
    border-color: #1C70ED;
    content: '\f00c';
    font-family: FontAwesome;
    color: #FFFFFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.main-cart__subscribe__action__checkbox + label {
    font-size: 14px;
    font-weight: 700;
    padding-left: 0
}

.main-cart__subscribe__action.active {
    border-color: #0DB97A !important
}

.main-cart__back-to-products {
    font-size: 16px;
    color: #3D94FF;
    text-decoration: underline;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    font-size: 18px;
    margin-top: 50px;
    display: block;
    width: 100%
}

.main-cart__back-to-products:hover {
    color: #F64A4A;
    text-decoration: none
}

.main-donate__title {
    font-family: 'Roboto Slab', sans-serif;
    font-size: 38px;
    font-weight: 700;
    line-height: 100%;
    color: #333333;
    margin-bottom: 28px
}

.main-donate__description {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    line-height: 32px;
    font-size: 18px;
    color: #000000;
}

.main-donate__variables__box {
    margin-top: 40px
}

.main-donate__variables__box > * {
    margin: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.main-donate__variables__image {
    height: 96px;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 20px;
    background-position: left center;
    background-size: contain
}

@media screen and (max-width: 767px) {
    .main-donate__variables__image {
        background-position: center center
    }
}

.main-donate__variables__title {
    font-size: 22px;
    font-family: 'Roboto Slab';
    font-weight: 700;
    color: #343434
}

@media screen and (max-width: 767px) {
    .main-donate__variables__title {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.main-donate__variables__description {
    font-size: 16px;
    color: #343434;
    padding: 25px 100px 0 0
}

@media screen and (max-width: 767px) {
    .main-donate__variables__description {
        padding: 25px 0 0 0
    }
}

.main-donate__donate-title {
    font-family: 'Roboto Slab', sans-serif;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    margin: 60px 0 30px 0
}

.main-donate__donate-description {
    color: #343434;
    font-size: 15px
}

.main-donate__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 30px 0
}

@media screen and (max-width: 767px) {
    .main-donate__links {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.main-donate__requisites-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.main-donate__requisites-link:first-child {
    margin-right: 45px
}

.main-donate__requisites-link:hover {
    text-decoration: none
}

.main-donate__requisites-link__text {
    color: #3D94FF;
    text-decoration: underline;
    line-height: 43px;
    -webkit-transition: .3s color;
    -o-transition: .3s color;
    transition: .3s color
}

.main-donate__requisites-link__text:hover {
    color: #F64A4A
}

@media screen and (max-width: 638px) {
    .main-donate__requisites-link__text {
        line-height: inherit
    }
}

@media screen and (max-width: 767px) {
    .main-donate__requisites-link {
        margin: 6px 0
    }
}

.main-donate__requisites-icon {
    height: 43px;
    margin-right: 20px;
    float: left
}

.main-donate__donate-variables {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 24px
}

.main-donate__donate-variables__set-variable {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 9px 20px 9px 14px;
    margin-right: 7px;
    cursor: pointer;
    -webkit-transition: .3s background-color;
    -o-transition: .3s background-color;
    transition: .3s background-color;
    border-radius: 8px
}

.main-donate__donate-variables__set-variable__choose {
    right: 13px;
    width: 20px;
    height: 20px;
    border: 1px solid #BFBFBD;
    border-radius: 50%;
    margin-right: 12px;
    background-color: #FFFFFF
}

.main-donate__donate-variables__set-variable__name {
    color: #000000;
    font-size: 16px
}

.main-donate__donate-variables__set-variable:last-child {
    margin-right: 0
}

.main-donate__donate-variables__set-variable:hover {
    background-color: #F8F7EE
}

.main-donate__donate-variables__set-variable.active {
    background-color: #E0F5FF
}

.main-donate__donate-variables__set-variable.active .main-donate__donate-variables__set-variable__choose {
    border: 5px solid #1C70ED
}

@media screen and (max-width: 767px) {
    .main-donate__donate-variables {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.disabled-wrapper {
    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-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100vh;
    width: 100vw;
    background-image: url("https://i.ibb.co/84Tr4h9/pattern.png");
    background-position: center center;
    opacity: .7
}

.disabled-wrapper__logo {
    margin-bottom: 100px;
    width: 90%;
    max-width: 500px;
    z-index: 2
}

@media screen and (max-width: 800px) {
    .disabled-wrapper__logo {
        margin-bottom: 50px
    }
}

.disabled-wrapper__text {
    font-family: 'Roboto Slab', sans-serif;
    font-weight: 700;
    font-size: 36px;
    text-align: center;
    z-index: 2;
    color: #000000
}

@media screen and (max-width: 800px) {
    .disabled-wrapper__text {
        font-size: 36px
    }
}

@media screen and (max-width: 500px) {
    .disabled-wrapper__text {
        font-size: 20px
    }
}

.main-faq__section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media screen and (max-width: 820px) {
    .main-faq__section {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.main-faq__faq-groups {
    padding: 0;
    margin-top: 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media screen and (max-width: 820px) {
    .main-faq__faq-groups {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 20px
    }
}

.main-faq__faq-groups__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 8px
}

.main-faq__faq-groups__item:last-child {
    margin-bottom: 0
}

.main-faq__faq-groups__link {
    border-radius: 24px;
    cursor: pointer;
    color: #000000;
    font-size: 18px;
    padding: 8px 20px;
    -webkit-transition: .2s color;
    -o-transition: .2s color;
    transition: .2s color
}

.main-faq__faq-groups__link.active {
    background-color: #FFDF92
}

.main-faq__faq-groups__link:hover {
    text-decoration: none;
    color: #507086
}

.main-faq__faq-groups__link:focus {
    text-decoration: none
}

.main-faq__questions-box {
    padding: 0 0 0 40px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 70%;
    flex: 1 1 70%
}

@media screen and (max-width: 820px) {
    .main-faq__questions-box {
        padding: 0
    }
}

.main-faq__questions-box__item {
    padding: 30px 0;
    border-bottom: 1px solid #E7E7E7
}

.main-faq__questions-box__item__question {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer
}

.main-faq__questions-box__item__question__icon {
    margin-right: 22px;
    margin-top: 2px
}

.main-faq__questions-box__item__question__icon:after {
    content: '\f067';
    color: #4381F9;
    font-size: 22px
}

.main-faq__questions-box__item__question__icon.active .main-faq__questions-box__item__answer {
    display: block
}

.main-faq__questions-box__item__question__icon.active:after {
    content: '\f068'
}

.main-faq__questions-box__item__question__text {
    font-weight: 400;
    font-size: 20px;
    color: #000000;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all
}

.main-faq__questions-box__item__question:hover .main-faq__questions-box__item__question__text {
    color: #8D8D8D
}

.main-faq__questions-box__item__answer {
    padding-top: 30px;
    display: none;
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all
}

.main-faq__questions-box__item.active .main-faq__questions-box__item__answer {
    display: block
}

.footer {
    /*margin-top: 40px;*/
    background-color: rgba(255, 255, 255, 0.25);
    /*background-color: #f9fbfc;*/
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.footer:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .35;
    z-index: 0;
    background-image: url("https://i.ibb.co/84Tr4h9/pattern.png");
    background-repeat: repeat;
    background-position: center
}

.footer__content {
    z-index: 1;
    padding: 48px 60px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media screen and (max-width: 800px) {
    .footer__content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media screen and (max-width: 420px) {
    .footer__content {
        padding: 30px 60px 30px
    }
}

.footer__copyright {
    margin-right: 40px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 10%;
    flex: 0 1 10%
}

.footer__copyright__logo {
    display: block;
    margin-top: -16px;
    margin-bottom: 16px
}

.footer__copyright__logo img {
    width: 190px
}

@media screen and (max-width: 800px) {
    .footer__copyright {
        margin-top: 20px;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
}

.footer__menu {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 40%;
    flex: 1 1 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

@media screen and (max-width: 800px) {
    .footer__menu {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media screen and (max-width: 620px) {
    .footer__menu {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

@media screen and (max-width: 420px) {
    .footer__menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .footer__menu ul {
        margin-bottom: 0
    }
}

.footer__menu__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 16px;
    padding-right: 16px;
    margin: 0
}

@media screen and (max-width: 800px) {
    .footer__menu__block {
        padding-left: 0
    }
}

@media screen and (max-width: 620px) {
    .footer__menu__block {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%
    }
}

.footer__menu__link {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.footer__menu__link a {
    text-decoration: none;
    color: #000000;
    font-size: 15px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.footer__menu__link a:hover {
    color: #FF5757
}

.footer__menu__link i {
    margin-right: 8px;
    font-size: 18px;
    width: 20px
}

.footer__social-links {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 20%;
    flex: 1 1 20%;
    -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;
    padding-left: 0
}

@media screen and (max-width: 920px) {
    .footer__social-links {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 10%;
        flex: 1 1 10%;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
}

@media screen and (max-width: 800px) {
    .footer__social-links {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media screen and (max-width: 620px) {
    .footer__social-links {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-top: 20px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media screen and (max-width: 420px) {
    .footer__social-links {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.header {
    background-color: rgba(255, 255, 255, 0.25);
    /*background-color: #f9fbfc;*/
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@media screen and (max-width: 420px) {
    .header {
        z-index: 99;
        position: fixed !important;
        width: 100%;
        background-color: #F9FBFC;
        background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0.65) 100%), url("https://i.ibb.co/84Tr4h9/pattern.png");
    }
}

.header:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .35;
    z-index: 0;
    background-image: url(/img/pattern.png);
    background-repeat: repeat;
    background-position: center
}

.header__content {
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.header__top {
    margin-top: 16px;
    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
}

@media screen and (max-width: 840px) {
    .header__top {
        margin: 0;
        height: 140px
    }
}

@media screen and (max-width: 560px) {
    .header__top {
        height: 100px
    }
}

@media screen and (max-width: 420px) {
    .header__top {
        height: 80px
    }
}

.header__bottom {
    margin-top: 28px;
    margin-bottom: 12px
}

@media screen and (max-width: 840px) {
    .header__bottom {
        display: none
    }
}

.header__logo__full {
    width: 240px
}

@media screen and (max-width: 620px) {
    .header__logo__full {
        display: none
    }
}

.header__logo__short {
    display: none;
    margin-top: -14px;
    height: 50px
}

@media screen and (max-width: 620px) {
    .header__logo__short {
        display: block
    }
}

@media screen and (max-width: 420px) {
    .header__logo__short {
        height: 40px;
        margin-top: -8px
    }
}

.header__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header__actions__btn-login {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    border-radius: 100px;
    padding: 10px 20px;
    background: #0DB97A;
    height: 48px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    text-align: center;
    font-weight: 600;
    color: #FFFFFF;
    font-size: 18px;
    background: #FF5757
}

.header__actions__btn-login:hover {
    color: #FFFFFF;
    text-decoration: none;
    background: #0B9C67
}

.header__actions__btn-login:focus, .header__actions__btn-login:hover {
    text-decoration: none;
    outline: 0;
    background: #E64646
}

@media screen and (max-width: 800px) {
    .header__actions__btn-login {
        display: none
    }
}

.header__actions__btn-login__icon {
    height: 18px;
    margin-right: 4px;
    margin-bottom: 4px
}

.header__actions__btn-login__badge {
    color: #FFFFFF;
    font-size: 18px
}

.header__actions__btn-cart {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    border-radius: 100px;
    padding: 10px 20px;
    background: #0DB97A;
    height: 48px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    text-align: center;
    font-weight: 600;
    color: #FFFFFF;
    font-size: 18px;
    background: #2178FA;
    margin-left: 8px
}

@media screen and (max-width: 500px) {
    .header__actions__btn-cart {
        transform: scale(0.7);
    }
}

.header__actions__btn-cart:hover {
    color: #FFFFFF;
    text-decoration: none;
    background: #0B9C67
}

.header__actions__btn-cart:focus, .header__actions__btn-cart:hover {
    text-decoration: none;
    outline: 0;
    background: #1547FF
}

@media screen and (max-width: 560px) {
    .header__actions__btn-cart {
        display: none
    }
}

.header__actions__btn-cart__icon {
    height: 18px;
    margin-right: 4px;
    margin-bottom: 4px
}

.header__actions__btn-cart__badge {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 600
}

.header__actions__btn-mobile-menu {
    display: none;
    padding: 0;
    position: relative;
    height: 48px;
    background: 0 0;
    border: none;
    border-radius: 100px;
    margin-left: 24px;
    width: 30px;
    height: 48px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

@media screen and (max-width: 840px) {
    .header__actions__btn-mobile-menu {
        display: block
    }
}

.header__actions__btn-mobile-menu:after {
    background: #000000;
    border-radius: 3px;
    content: "";
    height: 3px;
    width: 30px;
    top: 28px;
    left: 0;
    position: absolute;
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all;
    -webkit-box-shadow: 0 -7px 0 #000000;
    box-shadow: 0 -7px 0 #000000
}

.header__actions__btn-mobile-menu:before {
    background: #000000;
    border-radius: 3px;
    content: "";
    height: 3px;
    width: 30px;
    top: 14px;
    left: 0;
    position: absolute;
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all
}

.header__actions__btn-mobile-menu:focus, .header__actions__btn-mobile-menu:hover {
    outline: 0
}

.header__actions__btn-mobile-menu:focus:after, .header__actions__btn-mobile-menu:hover:after {
    background: #FF5757;
    top: 32px;
    -webkit-box-shadow: 0 -10px 0 #FF5757;
    box-shadow: 0 -10px 0 #FF5757
}

.header__actions__btn-mobile-menu:focus:before, .header__actions__btn-mobile-menu:hover:before {
    background: #FF5757;
    top: 12px
}

.header__menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -16px
}

.header__menu__item {
    margin: 0
}

.header__menu__item a {
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 40px;
    padding: 5px 16px;
    font-size: 17px;
    font-weight: 500;
    border-radius: 100px;
    color: #000000;
    margin-right: 8px;
    margin-bottom: 12px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.header__menu__item a:hover {
    color: #FF5757;
    text-decoration: none;
    background: #FFFFFF
}

.header__menu__item a:focus {
    text-decoration: none
}

@media screen and (max-width: 940px) {
    .header__menu__item a {
        font-size: 17px;
        margin-right: 4px;
        padding: 6px 16px
    }
}

.header__menu__item_active a {
    pointer-events: none;
    background-color: #FF5757;
    color: #FFFFFF
}

.mobile-menu {
    position: relative;
    min-width: 420px;
    width: 420px;
    height: 100%;
    background: #FFFFFF;
    float: right;
    left: 420px;
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out
}

@media screen and (max-width: 420px) {
    .mobile-menu {
        min-width: auto;
        width: 100%
    }
}

.mobile-menu__logo-short {
    height: 40px;
    margin-top: -12px
}

.mobile-menu__btn-close {
    position: relative;
    width: 30px;
    height: 48px;
    background: 0 0;
    border: none;
    border-radius: 100px;
    padding: 0
}

.mobile-menu__btn-close:after {
    background: #000000;
    border-radius: 3px;
    content: "";
    height: 3px;
    width: 30px;
    top: 46%;
    left: 0;
    position: absolute;
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.mobile-menu__btn-close:before {
    background: #000000;
    border-radius: 3px;
    content: "";
    height: 3px;
    width: 30px;
    top: 46%;
    left: 0;
    position: absolute;
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.mobile-menu__btn-close:hover:after {
    background: #FF5757
}

.mobile-menu__btn-close:hover:before {
    background: #FF5757
}

.mobile-menu__btn-close:focus {
    outline: 0
}

.mobile-menu__list {
    padding-left: 50px;
    padding-right: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    list-style-type: none;
    height: 100%;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    margin-top: 20px
}

@media screen and (max-width: 700px) {
    .mobile-menu__list {
        padding-left: 50px;
        padding-right: 50px
    }
}

@media screen and (max-width: 460px) {
    .mobile-menu__list {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media screen and (max-width: 420px) {
    .mobile-menu__list {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media screen and (max-width: 320px) {
    .mobile-menu__list {
        padding-left: 20px;
        padding-right: 20px
    }
}

.mobile-menu__list__item a {
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 40px;
    padding: 5px 16px;
    font-size: 20px;
    font-weight: 500;
    border-radius: 100px;
    color: #000000;
    margin-right: 8px;
    margin-bottom: 20px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.mobile-menu__list__item a:hover {
    color: #FF5757;
    text-decoration: none;
    background: #FFFFFF
}

.mobile-menu__list__item a:focus {
    text-decoration: none
}

.mobile-menu__list__item_active a {
    pointer-events: none;
    background-color: #FF5757;
    color: #FFFFFF
}

.mobile-menu__top {
    padding-left: 50px;
    padding-right: 50px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    top: 0;
    left: 0;
    height: 140px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width: 700px) {
    .mobile-menu__top {
        padding-left: 50px;
        padding-right: 50px
    }
}

@media screen and (max-width: 460px) {
    .mobile-menu__top {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media screen and (max-width: 420px) {
    .mobile-menu__top {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media screen and (max-width: 320px) {
    .mobile-menu__top {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media screen and (max-width: 560px) {
    .mobile-menu__top {
        height: 100px
    }
}

@media screen and (max-width: 420px) {
    .mobile-menu__top {
        height: 80px
    }
}

.mobile-menu__middle {
    overflow: hidden;
    overflow-y: scroll
}

.mobile-menu__actions {
    padding-left: 50px;
    padding-right: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 40px;
    background: #FFFFFF
}

@media screen and (max-width: 700px) {
    .mobile-menu__actions {
        padding-left: 50px;
        padding-right: 50px
    }
}

@media screen and (max-width: 460px) {
    .mobile-menu__actions {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media screen and (max-width: 420px) {
    .mobile-menu__actions {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media screen and (max-width: 320px) {
    .mobile-menu__actions {
        padding-left: 20px;
        padding-right: 20px
    }
}

.mobile-menu__actions__btn-login {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    border-radius: 100px;
    padding: 10px 20px;
    background: #0DB97A;
    height: 48px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    text-align: center;
    font-weight: 600;
    color: #FFFFFF;
    font-size: 18px;
    background: #FF5757;
    text-align: center;
    margin-top: 20px
}

.mobile-menu__actions__btn-login:hover {
    color: #FFFFFF;
    text-decoration: none;
    background: #0B9C67
}

.mobile-menu__actions__btn-login:focus, .mobile-menu__actions__btn-login:hover {
    text-decoration: none;
    outline: 0;
    background: #E64646
}

.mobile-menu__actions__btn-login__icon {
    height: 18px;
    margin-right: 4px;
    margin-bottom: 4px;
    position: absolute;
    left: 20px;
    top: 14px
}

.mobile-menu__actions__btn-login__badge {
    color: #FFFFFF;
    font-size: 18px
}

.mobile-menu__actions__btn-cart {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    border-radius: 100px;
    padding: 10px 20px;
    background: #0DB97A;
    height: 48px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    text-align: center;
    font-weight: 600;
    color: #FFFFFF;
    font-size: 18px;
    height: auto;
    background: #2178FA;
    text-align: center
}

.mobile-menu__actions__btn-cart:hover {
    color: #FFFFFF;
    text-decoration: none;
    background: #0B9C67
}

.mobile-menu__actions__btn-cart:focus, .mobile-menu__actions__btn-cart:hover {
    text-decoration: none;
    outline: 0;
    background: #0DB97A
}

.mobile-menu__actions__btn-cart__icon {
    height: 18px;
    margin-right: 4px;
    margin-bottom: 4px;
    position: absolute;
    left: 20px;
    top: 12px
}

.mobile-menu__actions__btn-cart__badge {
    color: #FFFFFF;
    font-size: 18px;
}

.mobile-menu_opened {
    left: 0
}

.mobile-menu__wrap {
    z-index: 999;
    display: none;
    position: fixed;
    background: rgba(98, 88, 88, .3);
    width: 100%;
    height: 100%
}

.modal-body {
    padding: 0 20px 20px
}

.modal-content {
    -webkit-box-shadow: none;
    box-shadow: none
}

.modal-header {
    padding: 10px 20px 0
}

.modal-header .close {
    margin-top: -8px
}

@media screen and (max-width: 380px) {
    .modal-header .close {
        padding: 8px
    }
}

@media screen and (max-width: 500px) {
    .enter {
        width: 100%
    }
}

.modal__content {
    padding: 16px;
    border-radius: 20px;
    width: 500px;
    margin: 0 auto
}

@media screen and (max-width: 520px) {
    .modal__content {
        width: 100%
    }
}

@media screen and (max-width: 380px) {
    .modal__content {
        padding: 8px
    }
}

.modal__header {
    border: none
}

.modal__close {
    font-size: 1.5em;
    margin: -18px -18px 0 0
}

.modal__title {
    font-family: 'Roboto Slab', sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #333333
}

.modal__label-input {
    color: #919699;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 10px
}

.modal__login-input {
    width: 100%;
    border: 1px solid #BEC3C6;
    padding: 15px 16px;
    border-radius: 8px
}

.modal__login-input:focus {
    outline: 0
}

.modal__login-input:focus {
    outline: 0
}

.modal__buttons {
    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
}

@media screen and (max-width: 500px) {
    .modal__buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.modal__login-button {
    border: none;
    border-radius: 50px;
    background-color: #2A79EE;
    padding: 14px 50px;
    color: #FFFFFF;
    cursor: pointer;
    -webkit-transition: .3s background-color;
    -o-transition: .3s background-color;
    transition: .3s background-color;
    font-weight: 700;
    font-size: 18px
}

.modal__login-button:focus {
    outline: 0
}

.modal__login-button:hover {
    background-color: #0A4DBD
}

@media screen and (max-width: 500px) {
    .modal__login-button {
        width: 100%
    }
}

.modal__register {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media screen and (max-width: 500px) {
    .modal__register {
        margin-top: 20px;
        text-align: center
    }
}

.modal__registration-button {
    color: #2A79EE;
    text-decoration: underline;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    font-weight: 700;
    font-size: 17px;
    margin-bottom: 10px
}

.modal__registration-button:hover {
    color: #F64A4A;
    text-decoration: none
}

.modal__recovery-button {
    font-size: 14px;
    line-height: 1.4;
    text-decoration: none;
    color: #9DA2A8
}

.modal__recovery-button:hover {
    text-decoration: none;
    color: #9DA2A8
}

.modal__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column
}

.modal__socials {
    font-size: 18px;
    margin-bottom: 12px;
    color: #919699
}

.modal__social-login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.modal__social-login__button {
    margin-right: 18px;
    font-size: 32px
}

.modal__social-login__button_vk {
    color: #4C75A3
}

.modal__social-login__button_ok {
    color: #ED812B
}

.modal__social-login__button_fb {
    color: #3B5998
}

.modal__social-login__button:hover .modal__social-login__button__hover {
    opacity: 1
}

.modal__social-hint {
    font-size: 14px;
    line-height: 1.4;
    text-decoration: none;
    color: #9DA2A8;
    width: 70%;
    margin-top: 12px;
    margin-bottom: 0;
    text-align: left
}

@media screen and (max-width: 500px) {
    .modal__social-hint {
        width: 100%
    }
}

.main-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: center
}

.main-content__main-products-menu {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.main-content__main-products-menu::-webkit-scrollbar {
    display: none
}

@media screen and (max-width: 420px) {
    .main-content__main-products-menu {
        margin: 0 -30px;
        overflow: visibble;
        overflow-x: scroll
    }
}

.main-content__main-products-menu__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media screen and (max-width: 420px) {
    .main-content__main-products-menu__list {
        margin: 8px 0 20px;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 30px
    }
}

.main-content__main-products-menu__item {
    background: #F0F6FF;
    border-radius: 50px;
    line-height: 1.1;
    padding: 8px 16px 10px;
    display: inline-block;
    float: left;
    margin-right: 8px;
    margin-bottom: 12px;
    white-space: nowrap;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.main-content__main-products-menu__item:hover {
    background: #E0F1FF
}

.main-content__main-products-menu__item:hover a {
    text-decoration: none
}

.main-content__main-products-menu__item a {
    color: #000000;
    font-size: 18px
}

@media screen and (max-width: 420px) {
    .main-content__main-products-menu__item a {
        font-size: 20px
    }
}

.main-content__main-products-menu__item.active {
    background: #2178FA;
    color: #FFFFFF;
    pointer-events: none
}

.main-content__main-products-menu__item.active a {
    color: #FFFFFF
}

@media screen and (max-width: 420px) {
    .main-content__main-products__desktop-title {
        display: none
    }
}

.main-content__main-products__mobile-title {
    display: none
}

@media screen and (max-width: 420px) {
    .main-content__main-products__mobile-title {
        display: block
    }
}

.main-content__product {
    cursor: pointer;
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(100% / 3 - 12px);
    flex: 0 1 calc(100% / 3 - 12px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 18px 18px;
    border: 2px solid #EEEEEE;
    border-radius: 12px;
    margin-right: 16px;
    margin-bottom: 16px;
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
    min-height: 100%;
}

.main-content__product:hover {
    border: 2px solid #0DB97A
}

.main-content__product:hover .main-content__product__cart-button {
    background: #0A9361
}

.main-content__product:nth-child(3n+3) {
    margin-right: 0
}

@media screen and (max-width: 1040px) {
    .main-content__product {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(100% / 4 - 12px);
        flex: 0 1 calc(100% / 4 - 12px)
    }

    .main-content__product:nth-child(3n+3) {
        margin-right: 16px
    }

    .main-content__product:nth-child(4n+4) {
        margin-right: 0
    }
}

@media screen and (max-width: 980px) {
    .main-content__product {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(100% / 3 - 12px);
        flex: 0 1 calc(100% / 3 - 12px)
    }

    .main-content__product:nth-child(4n+4) {
        margin-right: 16px
    }

    .main-content__product:nth-child(3n+3) {
        margin-right: 0
    }
}

@media screen and (max-width: 760px) {
    .main-content__product {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(100% / 2 - 10px);
        flex: 0 1 calc(100% / 2 - 10px);
        margin-right: 16px;
        padding: 20px
    }

    .main-content__product:nth-child(3n+3) {
        margin-right: 16px
    }

    .main-content__product:nth-child(2n+2) {
        margin-right: 0
    }
}

@media screen and (max-width: 500px) {
    .main-content__product {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        margin-right: 0;
        padding: 30px 30px 26px
    }

    .main-content__product:nth-child(3n+3) {
        margin-right: 0
    }

    .main-content__product:nth-child(2n+2) {
        margin-right: 0
    }
}

.main-content__product__hint {
    z-index: 1;
    position: absolute;
    cursor: pointer;
    display: block;
    right: 12px;
    top: 12px;
    background: #2178FA;
    height: 24px;
    width: 24px;
    padding: 2px 8px;
    border-radius: 100px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.main-content__product__hint__icon {
    font-size: 14px;
    font-weight: 800;
    color: #FFFFFF
}

.main-content__product__hint__box {
    display: none;
    position: absolute;
    top: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #000000;
    min-width: 240px;
    background: #FFFFF5;
    border: 1px solid rgba(183, 168, 92, .26);
    -webkit-box-shadow: 0 6px 30px rgba(173, 181, 193, .2);
    box-shadow: 0 6px 30px rgba(173, 181, 193, .2);
    padding: 8px 12px;
    border-radius: 6px;
    -webkit-transition: all 2.2s;
    -o-transition: all 2.2s;
    transition: all 2.2s
}

.main-content__product__hint__box__details {
    font-size: 13px;
    line-height: 1.4
}

.main-content__product__hint:hover {
    background: #1547FF
}

.main-content__product__hint:hover > div {
    display: block
}

.main-content__product__image {
    width: 100%;
    height: 110px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 20px
}

.main-content__product__name {
    font-size: 16px;
    line-height: 1.3;
    font-weight: 500;
    word-break: break-word
}

@media screen and (max-width: 500px) {
    .main-content__product__name {
        font-size: 16px
    }
}

.main-content__product__description {
    color: #848484;
    font-size: 13px;
    line-height: 1.3;
    word-break: break-word
}

.main-content__product__to-cart-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: auto
}

.main-content__product__price {
    font-size: 18px;
    font-weight: 500;
    margin-right: 12px;
    margin-bottom: 16px
}

@media screen and (max-width: 500px) {
    .main-content__product__price {
        margin-bottom: 22px
    }
}

.main-content__product__cart-button {
    background-color: #0DB97A;
    padding: 6px 16px 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 36px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50px;
    width: 100%;
    cursor: pointer;
    -webkit-transition: .2s background-color;
    -o-transition: .2s background-color;
    transition: .2s background-color
}

.main-content__product__cart-button:hover {
    background-color: #0A9361
}

.main-content__product__cart-button img {
    height: 16px
}

.main-content__cart__main-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: inherit;
    margin-left: 20px
}

.main-content__cart__image {
    height: 507px;
    max-width: 304px
}

.main-content__cart__cart-info {
    position: absolute;
    top: 310px;
    bottom: 50px;
    width: 278px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 34px
}

.main-content__cart__empty-cart {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 600;
    color: rgba(83, 83, 83, .28);
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -22px
}

.main-content__cart__full-cart {
    width: 100%;
    height: 180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.main-content__cart__full-cart__counts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px
}

.main-content__cart__full-cart__quantity {
    padding: 12px 20px;
    height: 60px;
    background-color: #FFFFFF;
    text-align: center;
    color: #565656;
    font-size: 36px;
    font-weight: 600;
    line-height: 1;
    border-radius: 12px;
    margin-right: 15px;
    letter-spacing: -1px
}

.main-content__cart__full-cart__amount {
    color: #535353;
    font-size: 16px;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.main-content__cart__full-cart__amount__value {
    font-size: 22px;
    font-weight: 600
}

.main-content__cart__full-cart__pay-button {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    border-radius: 100px;
    padding: 10px 20px;
    background: #0DB97A;
    height: 48px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    text-align: center;
    font-weight: 600;
    color: #FFFFFF;
    font-size: 18px;
    width: 100%;
    font-size: 16px;
    line-height: 1.7;
    text-transform: uppercase
}

.main-content__cart__full-cart__pay-button:hover {
    color: #FFFFFF;
    text-decoration: none;
    background: #0B9C67
}

.main-content__cart__full-cart__pay-button img {
    height: 18px;
    margin-right: 4px;
    margin-bottom: 4px;
    margin-right: -8px;
    margin-left: 4px
}

.sticky {
    position: fixed
}

.stop {
    position: relative
}

.aside-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: 505px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 101
}

#side-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

#side-wrap__left {
    width: 100%
}

@media screen and (max-width: 1040px) {
    #side-wrap__right {
        display: none
    }
}

@-webkit-keyframes colors {
    0% {
        color: #3D94FF
    }
    33.33333333% {
        color: #0DB97A
    }
    66.66666667% {
        color: #F64A4A
    }
    to {
        color: #3D94FF
    }
}

@keyframes colors {
    0% {
        color: #3D94FF
    }
    33.33333333% {
        color: #0DB97A
    }
    66.66666667% {
        color: #F64A4A
    }
    to {
        color: #3D94FF
    }
}

body, html {
    margin: 0;
    padding: 0;
    min-height: 100vh;
    list-style: none;
    font-family: Roboto, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: auto;
    text-rendering: optimizeLegibility
}

hr {
    margin: 40px 0
}

h1 {
    font-family: 'Roboto Slab', serif;
    font-size: 36px;
    font-weight: 700;
    font-style: normal;
    line-height: normal;
    color: #000000;
}

@media screen and (max-width: 600px) {
    h1 {
        font-size: 32px
    }
}

@media screen and (max-width: 420px) {
    h1 {
        font-size: 28px
    }
}

h2 {
    font-family: 'Roboto Slab', serif;
    font-size: 32px;
    font-weight: 700;
    color: #000000;
}

@media screen and (max-width: 600px) {
    h2 {
        font-size: 24px
    }
}

h3 {
    font-family: 'Roboto Slab', serif;
    font-size: 28px;
    font-weight: 700
}

@media screen and (max-width: 600px) {
    h3 {
        font-size: 24px
    }
}

@media screen and (max-width: 420px) {
    h3 {
        font-size: 22px
    }
}

h4 {
    font-family: 'Roboto Slab', serif;
    font-size: 24px;
    font-weight: 700
}

@media screen and (max-width: 600px) {
    h4 {
        font-size: 20px
    }
}

@media screen and (max-width: 420px) {
    h4 {
        font-size: 18px
    }
}

h5 {
    font-family: 'Roboto Slab', serif;
    font-size: 22px;
    font-weight: 700
}

@media screen and (max-width: 600px) {
    h5 {
        font-size: 18px
    }
}

p {
    font-size: 18px;
    line-height: 1.6
}

a {
    text-decoration: none;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

ul {
    font-size: 18px;
    margin: 40px 0 30px
}

li {
    font-size: 18px;
    margin-bottom: 10px
}

.wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    min-height: 100vh;
    /*overflow: hidden;*/
    transition: -webkit-transform .4s;
    -webkit-transition: -webkit-transform .4s;
    -o-transition: transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
    transition: transform .4s, -webkit-transform .4s
}

.wrapper.with-background {
    background-image: url(/img/pattern.png);
    background-position: center center;
    position: relative
}

.content-section {
    flex: 1;
    background-color: #FFFFFF;
    margin-top: 8px;
    padding-bottom: 36px
}

@media screen and (max-width: 420px) {
    .content-section {
        margin-top: 80px
    }
}

.content-section.without-background {
    background-color: transparent
}

.view-port {
    width: 100%;
    margin: 0 auto;
    padding-left: 60px;
    padding-right: 60px;
    max-width: 1200px
}

@media screen and (max-width: 700px) {
    .view-port {
        padding-left: 50px;
        padding-right: 50px
    }
}

@media screen and (max-width: 460px) {
    .view-port {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media screen and (max-width: 420px) {
    .view-port {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media screen and (max-width: 320px) {
    .view-port {
        padding-left: 20px;
        padding-right: 20px
    }
}

.slim-view-port {
    width: 100%;
    margin: 0 auto;
    padding-left: 60px;
    padding-right: 60px;
    max-width: 900px
}

@media screen and (max-width: 700px) {
    .slim-view-port {
        padding-left: 50px;
        padding-right: 50px
    }
}

@media screen and (max-width: 460px) {
    .slim-view-port {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media screen and (max-width: 420px) {
    .slim-view-port {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media screen and (max-width: 320px) {
    .slim-view-port {
        padding-left: 20px;
        padding-right: 20px
    }
}

.field-is-empty {
    border-color: #F63C3C !important
}

@media screen and (max-width: 820px) {
    .no-mobile-tag {
        display: none
    }
}

@media screen and (max-width: 341px) {
    .no-xs-mobile-tag {
        display: none
    }
}

.only-mobile-tag {
    display: none
}

@media screen and (max-width: 820px) {
    .only-mobile-tag {
        display: block
    }
}

.alert {
    font-size: 16px;
}

.alert > p, .alert > ul {
    font-size: 14px;
    margin: 10px 0 0;
}

.alert > ul > li {
    font-size: 14px;
}

.alert-flash {
    color: #0DB97A;
    font-size: 18px;
    font-weight: 500;
    position: absolute;
    top: 70px
}

.alert-flash.error {
    color: #F63C3C !important
}

.alert-flash.for-registration {
    top: 53px !important
}

.form-group {
    margin-bottom: 0 !important
}

.help-block-error {
    color: #F63C3C !important
}

.has-error .help-block {
    color: #F63C3C !important
}

.top12 {
    margin-top: 12px !important
}

.main-loader {
    position: absolute;
    width: 100vw;
    height: 100vh;
    z-index: 62;
    background: rgba(255, 255, 255, .7);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.main-loader__spin {
    -webkit-animation: colors 4s ease-in-out infinite;
    animation: colors 4s ease-in-out infinite
}

.text-to-right {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

input {
    padding: 10px;
    font-weight: 500;
    font-size: 16px;
    border-radius: 10px;
    border: 1px solid #BEC3C6;
    width: 140px
}

.checkbox input[type=checkbox] {
    display: none
}

.checkbox label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 0;
    font-size: 16px
}

.checkbox label:before {
    content: "";
    display: inline-block;
    height: 20px;
    width: 20px;
    border-radius: 4px;
    margin-right: 12px;
    border: 1px solid rgba(0, 0, 0, .4);
    background: #FFFFFF
}

.select {
    position: relative;
    margin-top: 12px
}

.select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #FFFFFF;
    padding: 10px 52px 10px 16px;
    font-size: 16px;
    border-radius: 10px;
    border: 1px solid #BEC3C6;
    height: 48px
}

.select:after {
    content: "▲";
    line-height: 1.6;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    position: absolute;
    right: 16px;
    top: 12px
}

.select-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.select-section .select {
    margin-right: 12px
}

.main-map__title {
    font-family: 'Roboto Slab', sans-serif;
    font-size: 38px;
    font-weight: 700;
    line-height: 100%;
    color: #333333;
    margin-bottom: 28px
}

.main-map__info__region-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 45px
}

@media screen and (max-width: 500px) {
    .main-map__info__region-filter {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.main-map__info__region-filter__label {
    color: #919699;
    margin-right: 26px;
    font-size: 16px
}

.main-map__info__region-filter__dropdown-box {
    width: 44%
}

@media screen and (max-width: 500px) {
    .main-map__info__region-filter__dropdown-box {
        width: 100%
    }
}

.main-map__info__region-filter__dropdown-box button {
    width: 100%;
    text-align: left;
    position: relative;
    font-size: 16px;
    border-radius: 6px;
    background-color: #FFFFFF
}

.main-map__info__region-filter__dropdown-box .caret {
    position: absolute;
    right: 10px;
    top: 18px
}

.main-map__info__region-filter__dropdown-box ul {
    width: 100%;
    font-size: 16px;
    border-radius: 6px;
    max-height: 600px;
    overflow-y: scroll;
}

.main-map__info__region-filter__dropdown-box ul a {
    cursor: pointer
}

.main-map__info__region-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.main-map__info__region-data__place {
    overflow: hidden;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: calc(33% - 9px);
    flex-basis: calc(33% - 9px);
    max-width: calc(33% - 9px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    position: relative;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-right: 9px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-weight: 500;
    -ms-flex-item-align: start;
    align-self: start;
    margin-bottom: 30px
}

@media screen and (max-width: 650px) {
    .main-map__info__region-data__place {
        -ms-flex-preferred-size: calc(50% - 9px);
        flex-basis: calc(50% - 9px);
        max-width: calc(50% - 9px)
    }

    .main-map__info__region-data__place:nth-child(2n) {
        margin-right: 0;
        margin-left: 9px
    }

    .main-map__info__region-data__place:nth-child(odd) {
        margin-left: 0;
        margin-right: 9px
    }

    .main-map__info__region-data__place:nth-child(odd):last-child {
        margin-right: 0
    }
}

@media screen and (max-width: 450px) {
    .main-map__info__region-data__place {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .main-map__info__region-data__place:nth-child(2n) {
        margin-right: 0;
        margin-left: 0
    }

    .main-map__info__region-data__place:nth-child(odd) {
        margin-right: 0;
        margin-left: 0
    }
}

.main-map__info__region-data__place__street {
    font-weight: 300
}

.main-media__title {
    font-family: 'Roboto Slab', sans-serif;
    font-size: 38px;
    font-weight: 700;
    line-height: 100%;
    color: #333333;
    margin-bottom: 28px
}

.main-media__sub-title {
    font-family: 'Roboto Slab', sans-serif;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 22px;
    color: #333333;
    margin: 40px 0 30px 0
}

.main-media__contacts {
    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-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 30px 0
}

.main-media__contacts__contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 12px
}

.main-media__contacts__icon {
    height: 25px;
    width: 40px;
    float: left;
    background-repeat: no-repeat;
    background-position: left center
}

.main-media__contacts__value {
    font-size: 22px;
    color: #333333
}

.main-media__contacts__value.it-mail {
    color: #3D94FF;
    -webkit-transition: .3s color;
    -o-transition: .3s color;
    transition: .3s color;
    cursor: pointer
}

.main-media__contacts__value.it-mail:hover {
    color: #F64A4A
}

.main-media__description {
    color: #333333;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 400
}

.main-media__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media screen and (max-width: 767px) {
    .main-media__links {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.main-media__press-link {
    overflow: hidden;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: calc(33% - 9px);
    flex-basis: calc(33% - 9px);
    max-width: calc(33% - 9px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    position: relative;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-right: 9px
}

@media screen and (max-width: 650px) {
    .main-media__press-link {
        -ms-flex-preferred-size: calc(50% - 9px);
        flex-basis: calc(50% - 9px);
        max-width: calc(50% - 9px)
    }

    .main-media__press-link:nth-child(2n) {
        margin-right: 0;
        margin-left: 9px
    }

    .main-media__press-link:nth-child(odd) {
        margin-left: 0;
        margin-right: 9px
    }

    .main-media__press-link:nth-child(odd):last-child {
        margin-right: 0
    }
}

@media screen and (max-width: 450px) {
    .main-media__press-link {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .main-media__press-link:nth-child(2n) {
        margin-right: 0;
        margin-left: 0
    }

    .main-media__press-link:nth-child(odd) {
        margin-right: 0;
        margin-left: 0
    }
}

.main-media__press-link__text {
    color: #3D94FF;
    text-decoration: underline;
    line-height: 43px;
    -webkit-transition: .3s color;
    -o-transition: .3s color;
    transition: .3s color;
    font-size: 17px;
    line-height: 20px
}

.main-media__press-link__text:hover {
    color: #F64A4A
}

.main-media__press-icon {
    height: 43px;
    margin-right: 20px;
    float: left
}

.main-media__press-articles {
    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-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.main-media__press-articles__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px
}

.main-media__press-articles__item__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #A1A1A1;
    font-size: 18px
}

.main-media__press-articles__item__value {
    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-flex: 30;
    -ms-flex: 30;
    flex: 30
}

.main-media__press-articles__item__value__link {
    color: #3D94FF;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    font-size: 18px;
    text-decoration: underline
}

.main-media__press-articles__item__value__link:hover {
    color: #F64A4A;
    text-decoration: none
}

.main-media__press-articles__item__value__source {
    color: #515151;
    font-size: 18px
}

.main-media__show-more-box {
    margin-top: 20px
}

.main-media__show-more-box__button {
    width: 100%;
    border: 2px solid #2A89F5;
    border-radius: 12px;
    padding: 32px 0;
    cursor: pointer;
    font-weight: 400;
    font-size: 20px;
    color: #34599C;
    display: block;
    text-align: center;
    -webkit-transition: .3s background-color;
    -o-transition: .3s background-color;
    transition: .3s background-color
}

.main-media__show-more-box__button:hover {
    background-color: #E7F8FF
}

.main-my-orders {
    position: relative
}

.main-my-orders__content__title {
    font-family: 'Roboto Slab', sans-serif;
    font-size: 38px;
    font-weight: 700;
    line-height: 100%;
    color: #333333;
    margin-bottom: 28px
}

.main-my-orders__content__orders__order__date {
    font-size: 16px;
    font-weight: 300;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #959A9C;
    margin: 20px 0
}

.main-my-orders__content__orders__order__items-box {
    border: 2px solid #EEEEEE;
    border-radius: 16px;
    padding: 8px 46px 30px 38px
}

.main-my-orders__content__orders__order__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 46px;
    margin-top: 30px
}

.main-my-orders__content__orders__order__item__img {
    height: 96px;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 20px;
    height: 70px;
    margin-bottom: 0
}

.main-my-orders__content__orders__order__item__details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: 34px;
    min-height: 100px;
    padding-bottom: 30px;
    border-bottom: 1px solid #E1E1E1
}

@media screen and (max-width: 600px) {
    .main-my-orders__content__orders__order__item__details {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin-left: 0
    }
}

.main-my-orders__content__orders__order__item__info {
    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-flex: 2;
    -ms-flex: 2;
    flex: 2
}

.main-my-orders__content__orders__order__item__info > * {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.main-my-orders__content__orders__order__item__category {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px
}

.main-my-orders__content__orders__order__item__description {
    color: #848484;
    font-size: 16px
}

.main-my-orders__content__orders__order__item__name {
    color: #1C70ED;
    border-bottom: 1px dotted #1C70ED;
    font-size: 16px
}

.main-my-orders__content__orders__order__item__count {
    font-size: 18px;
    color: #8D8D8D;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.main-my-orders__content__orders__order__item__count__value {
    color: #000000;
    margin-right: 4px
}

.main-my-orders__content__orders__order__item__amount {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 20px;
    font-weight: 700
}

.main-my-orders__content__orders__order__item__currency {
    font-weight: 400;
    margin-left: 6px
}

.main-my-orders__content__orders__order__reply-pay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px
}

@media screen and (max-width: 600px) {
    .main-my-orders__content__orders__order__reply-pay {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.main-my-orders__content__orders__order__reply-pay-button {
    background-color: #0DB97A;
    padding: 15px 30px;
    border-radius: 50px;
    -webkit-transition: .3s background-color;
    -o-transition: .3s background-color;
    transition: .3s background-color;
    color: #FEFEFF;
    font-weight: 400;
    font-size: 16px;
    cursor: pointer
}

.main-my-orders__content__orders__order__reply-pay-button:hover {
    background-color: #05956B;
    color: #FEFEFF;
    text-decoration: none
}

.main-my-orders__content__orders__order__reply-pay-icon {
    color: #FEFEFF;
    margin-right: 12px
}

.main-my-orders__content__orders__order:last-child {
    margin-bottom: 56px
}

.main-my-orders__reply-order-popup {
    position: absolute;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    top: 150px;
    display: none
}

.main-my-orders__reply-order-popup__box {
    -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, .75);
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, .75);
    background-color: #FFFFFF;
    z-index: 5;
    border-radius: 20px;
    padding: 75px 150PX
}

.main-my-orders__reply-order-popup__title {
    color: #333333;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    font-family: 'Roboto Slab';
    margin-bottom: 50px
}

.main-my-orders__reply-order-popup__title__paragraph {
    line-height: 20px
}

.main-my-orders__reply-order-popup__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.main-my-orders__reply-order-popup__actions span {
    margin: 0 6px
}

.main-my-orders__reply-order-popup__actions__cancel {
    background-color: #0DB97A;
    padding: 15px 30px;
    border-radius: 50px;
    -webkit-transition: .3s background-color;
    -o-transition: .3s background-color;
    transition: .3s background-color;
    color: #FEFEFF;
    font-weight: 400;
    font-size: 16px;
    cursor: pointer;
    background-color: #ECECEC;
    color: #A4A4A4;
    font-size: 20px
}

.main-my-orders__reply-order-popup__actions__cancel:hover {
    background-color: #05956B;
    color: #FEFEFF;
    text-decoration: none
}

.main-my-orders__reply-order-popup__actions__cancel:hover {
    background-color: #DDDDDD;
    color: #979797
}

.main-my-orders__reply-order-popup__actions__add {
    background-color: #0DB97A;
    padding: 15px 30px;
    border-radius: 50px;
    -webkit-transition: .3s background-color;
    -o-transition: .3s background-color;
    transition: .3s background-color;
    color: #FEFEFF;
    font-weight: 400;
    font-size: 16px;
    cursor: pointer;
    font-size: 20px
}

.main-my-orders__reply-order-popup__actions__add:hover {
    background-color: #05956B;
    color: #FEFEFF;
    text-decoration: none
}

.main-our-help__title {
    font-family: 'Roboto Slab', sans-serif;
    font-size: 38px;
    font-weight: 700;
    line-height: 100%;
    color: #333333;
    margin-bottom: 28px
}

.main-our-help__text {
    color: #333333;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 400
}

.main-our-help__info-block {
    margin-bottom: 40px
}

.main-our-help__subtitle {
    font-family: 'Roboto Slab', sans-serif;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-bottom: 40px
}

.main-our-help__text {
    color: #333333;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 400
}

.families-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: flex-start;
    flex-direction: flex-start
}

.families-section__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(100% / 3 - 16px);
    flex: 0 1 calc(100% / 3 - 16px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 800px;
    -webkit-box-pack: justify-content;
    -ms-flex-pack: justify-content;
    justify-content: justify-content;
    border-radius: 12px;
    border: 2px solid #EEEEEE;
    padding: 18px;
    margin-right: 20px;
    margin-bottom: 20px
}

.families-section__block:nth-child(3n+3) {
    margin-right: 0
}

@media screen and (max-width: 980px) {
    .families-section__block {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(100% / 2 - 16px);
        flex: 0 1 calc(100% / 2 - 16px)
    }

    .families-section__block:nth-child(3n+3) {
        margin-right: 18px
    }

    .families-section__block:nth-child(2n+2) {
        margin-right: 0
    }
}

@media screen and (max-width: 760px) {
    .families-section__block {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        margin: auto;
        margin-bottom: 18px
    }

    .families-section__block:nth-child(3n+3) {
        margin-right: auto
    }

    .families-section__block:nth-child(2n+2) {
        margin-right: auto
    }
}

.families-section__block_top {
    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-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.families-section__block_middle {
    overflow: scroll;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    position: relative
}

.families-section__block_bottom {
    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-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.families-section__block__sum {
    margin-bottom: 12px;
    margin-top: 12px
}

.families-section__block__sum label {
    display: block;
    margin-bottom: 8px;
    font-weight: 400;
    line-height: 1.2;
    font-size: 16px
}

.families-section__block__sum input {
    padding: 10px;
    font-weight: 500;
    font-size: 16px;
    border-radius: 10px;
    border: 1px solid #BEC3C6;
    width: 140px
}

.families-section__block__donate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.families-section__block__donate__btn-donate {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    border-radius: 100px;
    padding: 10px 20px;
    background: #0DB97A;
    height: 48px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    text-align: center;
    font-weight: 600;
    color: #FFFFFF;
    font-size: 18px
}

.families-section__block__donate__btn-donate:hover {
    color: #FFFFFF;
    text-decoration: none;
    background: #0B9C67
}

.families-section__block__donate__set {
    padding: 12px 18px;
    border-radius: 10px;
    margin-bottom: 24px;
    margin-top: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #F8F7EE
}

.families-section__block__donate__set__pic {
    width: 34px;
    height: 34px;
    background-image: url(../img/sets/set_nabor-na-nedelyu.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

.families-section__block__aim {
    margin-bottom: 8px;
    margin-top: 20px
}

.families-section__block__aim__title {
    font-size: 16px;
    font-weight: 600
}

.families-section__block__aim__scale {
    width: 100%;
    height: 8px;
    border-radius: 10px;
    margin-top: 8px;
    background: rgba(0, 0, 0, .05)
}

.families-section__block__aim__scale__line {
    width: 0%;
    background: gray;
    height: inherit;
    border-radius: 20px
}

.families-section__block__aim__scale__line_low {
    background: #FF5757
}

.families-section__block__aim__scale__line_medium {
    background: #FFC62E
}

.families-section__block__aim__scale__line_high {
    background: #0DB97A
}

.families-section__block__tags {
    margin-bottom: 10px
}

.families-section__block__tags a:hover {
    color: #FF5757
}

.families-section__block__title {
    font-family: Roboto, serif;
    font-size: 20px;
    font-weight: 700
}

.families-section__block__description {
    font-size: 15px;
    height: 10%;
    line-height: 1.5;
    position: relative
}

.families-section__block__description__show-more {
    z-index: 9999;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #FFFFFF;
    padding: 6px 6px 6px 16px;
    border-radius: 4px;
    margin-bottom: -6px
}

.families-section__block__picture {
    width: 100%;
    min-height: 200px;
    height: 200px;
    margin-bottom: 10px;
    border-radius: 4px;
    background-size: cover
}

.main-partners__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 2px solid #EEEEEE;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 30px;
    padding: 20px 20px 28px
}

.main-partners__item__link {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.main-partners__item__link:hover {
    text-decoration: none
}

.main-partners__item__link:hover .main-partners__item__name {
    color: #3D94FF
}

.main-partners__item__img {
    width: 100%;
    border-radius: 4px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 16px
}

.main-partners__item__name {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    color: #333333;
    -webkit-transition: .2s color;
    -o-transition: .2s color;
    transition: .2s color;
    margin-bottom: 10px
}

.main-partners__item__description {
    font-size: 16px;
    color: #4C4C4C
}

.main-partnership__info-blocks {
    margin-top: 20px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.main-partnership__box-shop {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(50% - 20px);
    flex: 0 1 calc(50% - 20px);
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all;
    position: relative;
    margin-right: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 20px;
    margin-bottom: 40px
}

.main-partnership__box-shop:nth-child(2n) {
    margin-right: 0
}

@media screen and (max-width: 620px) {
    .main-partnership__box-shop {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        margin-right: 0
    }
}

@media screen and (max-width: 620px) {
    .main-partnership__box-shop {
        margin-top: 0;
        margin-bottom: 30px
    }
}

.main-partnership__box-shop__picture {
    width: 160px;
    height: 80px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 16px
}

.main-partnership__box-shop__description {
    font-size: 16px;
    margin-top: 12px;
    line-height: 24px;
    text-align: left
}

.main-partnership__attachment {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.main-partnership__attachment:hover {
    text-decoration: none
}

.main-partnership__attachment__icon {
    width: 46px;
    margin-right: 20px;
    margin-bottom: auto
}

.main-partnership__attachment__text {
    color: #3D94FF;
    text-decoration: underline;
    line-height: 43px;
    -webkit-transition: .3s color;
    -o-transition: .3s color;
    transition: .3s color;
    line-height: inherit;
    font-size: 18px;
    line-height: 1.2
}

.main-partnership__attachment__text:hover {
    color: #F64A4A
}

.main-partnership__slider-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.main-partnership__slider-box__slide {
    max-height: 400px;
    min-height: 400px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    display: none
}

.main-partnership__slider-box__slide__description {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .5);
    color: #FFFFFF;
    padding: 12px;
    font-weight: 300
}

.main-partnership__slider-box__slide.active {
    display: block
}

.main-partnership__slider-box__pager {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 12px;
    margin-bottom: 30px;
    height: 14px
}

.main-partnership__slider-box__pager__to-slide {
    height: 10px;
    width: 10px;
    margin-right: 10px;
    cursor: pointer;
    border-radius: 50%;
    background-color: #E4E8EA;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all
}

.main-partnership__slider-box__pager__to-slide.active {
    width: 14px;
    height: 14px;
    background-color: #EF4F43
}

.main-partnership__slider-box__pager__to-slide:last-child {
    margin-right: 0
}

.main-partnership__media-box {
    width: 100%
}

.main-partnership__media-box iframe {
    max-width: 100% !important
}

.main-payment__variables {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 24px
}

.main-payment__variables__set-variable {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 9px 20px 9px 14px;
    margin-right: 7px;
    cursor: pointer;
    -webkit-transition: .3s background-color;
    -o-transition: .3s background-color;
    transition: .3s background-color;
    border-radius: 8px
}

.main-payment__variables__set-variable__choose {
    right: 13px;
    width: 20px;
    height: 20px;
    border: 1px solid #BFBFBD;
    border-radius: 50%;
    margin-right: 12px;
    background-color: #FFFFFF
}

.main-payment__variables__set-variable__name {
    color: #000000;
    font-size: 16px
}

.main-payment__variables__set-variable:last-child {
    margin-right: 0
}

.main-payment__variables__set-variable:hover {
    background-color: #F8F7EE
}

.main-payment__variables__set-variable.active {
    background-color: #E0F5FF
}

.main-payment__variables__set-variable.active .main-payment__variables__set-variable__choose {
    border: 5px solid #1C70ED
}

@media screen and (max-width: 600px) {
    .main-payment__variables {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.main-payment__card {
    margin-top: 28px
}

.main-payment__card__login-input {
    width: 100%;
    border: 1px solid #BEC3C6;
    padding: 15px 16px;
    border-radius: 8px;
    font-size: 18px
}

.main-payment__card__login-input:focus {
    outline: 0
}

.main-payment__card__login-input:focus {
    outline: 0
}

.main-payment__card__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.main-payment__card__info > * {
    margin: 0 9px
}

.main-payment__card__info__number {
    -webkit-box-flex: 5;
    -ms-flex: 5;
    flex: 5
}

@media screen and (max-width: 600px) {
    .main-payment__card__info__number {
        -webkit-box-flex: 2;
        -ms-flex: 2;
        flex: 2
    }
}

.main-payment__card__info__date {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2
}

@media screen and (max-width: 600px) {
    .main-payment__card__info__date {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
}

.main-payment__card__info__cvs {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.main-payment__card__info__empty {
    -webkit-box-flex: 4;
    -ms-flex: 4;
    flex: 4
}

@media screen and (max-width: 600px) {
    .main-payment__card__info__empty {
        -webkit-box-flex: 0;
        -ms-flex: 0;
        flex: 0
    }
}

.main-payment__card__owner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 18px
}

.main-payment__card__owner > * {
    margin: 0 9px
}

.main-payment__card__owner__name {
    -webkit-box-flex: 4;
    -ms-flex: 4;
    flex: 4
}

.main-payment__card__owner__empty {
    -webkit-box-flex: 5;
    -ms-flex: 5;
    flex: 5
}

.main-payment__pay-button {
    background-color: #0DB97A;
    padding: 15px 62px;
    border-radius: 50px;
    -webkit-transition: .3s background-color;
    -o-transition: .3s background-color;
    transition: .3s background-color;
    color: #FEFEFF;
    font-weight: 500;
    font-size: 20px;
    cursor: pointer;
    text-align: center
}

.main-payment__pay-button.in-progress {
    background-color: #848484;
    cursor: default
}

.main-payment__pay-button.in-progress:hover {
    background-color: #848484 !important
}

.main-payment__pay-button:hover {
    background-color: #05956B;
    color: #FEFEFF;
    text-decoration: none
}

.main-profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media screen and (max-width: 820px) {
    .main-profile {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.main-profile__profile-content {
    padding: 0 0 0 40px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 70%;
    flex: 1 1 70%
}

@media screen and (max-width: 820px) {
    .main-profile__profile-content {
        padding: 0
    }
}

.main-profile__profile-content__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.main-profile__profile-content__box__avatar-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.main-profile__profile-content__box__avatar {
    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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 160px;
    min-height: 160px;
    max-width: 160px;
    max-height: 160px;
    margin-top: 65px;
    margin-right: 50px;
    overflow: hidden;
    border-radius: 50%;
    background-color: #F9FBFC;
    color: #8E8E8E
}

.main-profile__profile-content__box__avatar__description {
    text-align: center;
    margin-top: 10px
}

.main-profile__profile-content__box__avatar.empty {
    cursor: pointer
}

.main-profile__profile-content__box__avatar-source {
    width: 100%
}

.main-profile__profile-content__box__avatar-change {
    text-align: center;
    margin-right: 50px;
    margin-top: 6px;
    cursor: pointer;
    font-size: 12px
}

.main-profile__profile-content__box__info__label {
    color: #919699;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 10px
}

.main-profile__profile-content__box__info__name {
    width: 100%;
    border: 1px solid #BEC3C6;
    padding: 15px 16px;
    border-radius: 8px;
    font-size: 18px;
    color: #333333
}

.main-profile__profile-content__box__info__name:focus {
    outline: 0
}

.main-profile__profile-content__box__info__sex-box {
    margin-bottom: 17px
}

.main-profile__profile-content__box__info__choose {
    vertical-align: top;
    width: 17px;
    height: 17px;
    margin: 0 3px 0 0
}

.main-profile__profile-content__box__info__choose + label {
    cursor: pointer
}

.main-profile__profile-content__box__info__choose:not(checked) {
    position: absolute;
    opacity: 0
}

.main-profile__profile-content__box__info__choose:not(checked) + label {
    position: relative;
    padding: 0 0 0 30px;
    margin-right: 30px;
    font-size: 18px;
    font-weight: 400;
    color: #333333
}

.main-profile__profile-content__box__info__choose:not(checked) + label:last-child {
    margin-right: 0
}

.main-profile__profile-content__box__info__choose:not(checked) + label:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #BFBFBF;
    border-radius: 50%
}

.main-profile__profile-content__box__info__choose:not(checked) + label:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #FFFFFF;
    border: 5px solid #1C70ED;
    opacity: 0;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.main-profile__profile-content__box__info__choose:checked + label:after {
    opacity: 1
}

.main-profile__profile-content__box__datepicker {
    position: relative
}

.main-profile__profile-content__box__datepicker-icon {
    position: absolute;
    top: 60px;
    right: 27px
}

@media screen and (max-width: 500px) {
    .main-profile__profile-content__box {
        -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
    }
}

.main-profile__profile-content__delimiter {
    background-color: #EBEDEE;
    height: 2px;
    margin: 12px 0
}

.main-profile__profile-content__data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.main-profile__profile-content__data__contacts {
    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-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 44px
}

@media screen and (max-width: 767px) {
    .main-profile__profile-content__data__contacts {
        margin: 0
    }
}

.main-profile__profile-content__data__password {
    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-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 44px
}

@media screen and (max-width: 767px) {
    .main-profile__profile-content__data__password {
        margin: 0
    }
}

@media screen and (max-width: 767px) {
    .main-profile__profile-content__data {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.main-profile__profile-content__save-button {
    background-color: #0DB97A;
    padding: 15px 30px;
    border-radius: 50px;
    -webkit-transition: .3s background-color;
    -o-transition: .3s background-color;
    transition: .3s background-color;
    color: #FEFEFF;
    font-weight: 500;
    font-size: 20px;
    border: none
}

.main-profile__profile-content__save-button:hover {
    background-color: #05956B;
    color: #FEFEFF;
    text-decoration: none
}

.main-profile__profile-content__save-button:active, .main-profile__profile-content__save-button:focus {
    outline: 0;
    outline-offset: 0
}

.main-profile__profile-menu__list {
    padding: 0;
    margin-top: 30px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media screen and (max-width: 820px) {
    .main-profile__profile-menu__list {
        margin-top: 20px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 20px
    }
}

.main-profile__profile-menu__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 8px
}

.main-profile__profile-menu__item:last-child {
    margin-bottom: 0
}

.main-profile__profile-menu__link {
    border-radius: 24px;
    cursor: pointer;
    color: #000000;
    font-size: 18px;
    padding: 8px 20px;
    -webkit-transition: .2s color;
    -o-transition: .2s color;
    transition: .2s color
}

.main-profile__profile-menu__link.active {
    background-color: #FFDF92
}

.main-profile__profile-menu__link:hover {
    text-decoration: none;
    color: #507086
}

.main-profile__profile-menu__link:focus {
    text-decoration: none
}

.main-registration__title {
    font-family: 'Roboto Slab', sans-serif;
    font-size: 38px;
    font-weight: 700;
    line-height: 100%;
    color: #333333;
    margin-bottom: 28px
}

.main-registration__buyer-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    margin-bottom: 30px
}

.main-registration__buyer-type__set-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 9px 20px 9px 14px;
    margin-right: 7px;
    cursor: pointer;
    -webkit-transition: .3s background-color;
    -o-transition: .3s background-color;
    transition: .3s background-color;
    border-radius: 8px
}

.main-registration__buyer-type__set-type__choose {
    right: 13px;
    width: 20px;
    height: 20px;
    border: 1px solid #BFBFBD;
    border-radius: 50%;
    margin-right: 12px;
    background-color: #FFFFFF
}

.main-registration__buyer-type__set-type__name {
    color: #000000;
    font-size: 16px
}

.main-registration__buyer-type__set-type:last-child {
    margin-right: 0
}

.main-registration__buyer-type__set-type:hover {
    background-color: #F8F7EE
}

.main-registration__buyer-type__set-type.active {
    background-color: #E0F5FF
}

.main-registration__buyer-type__set-type.active .main-registration__buyer-type__set-type__choose {
    border: 5px solid #1C70ED
}

.main-registration__form__label-input {
    color: #919699;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 10px
}

.main-registration__form__input {
    width: 100%;
    border: 1px solid #BEC3C6;
    padding: 15px 16px;
    border-radius: 8px
}

.main-registration__form__input:focus {
    outline: 0
}

.main-registration__form__input:focus {
    outline: 0
}

.main-registration__accepts {
    margin-top: 20px
}

.main-registration__accepts__checkbox {
    display: none
}

.main-registration__accepts__checkbox + label {
    display: block;
    position: relative;
    padding-left: 32px;
    margin-bottom: 20px;
    font-size: 14 spx;
    font-weight: 400;
    color: #333333;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.main-registration__accepts__checkbox + label:last-child {
    margin-bottom: 0
}

.main-registration__accepts__checkbox + label:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #B7B7B7;
    border-radius: 4px;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all .12s, border-color .08s;
    -o-transition: all .12s, border-color .08s;
    transition: all .12s, border-color .08s
}

.main-registration__accepts__checkbox:checked + label:before {
    background-color: #1C70ED;
    border-color: #1C70ED;
    content: '\f00c';
    font-family: FontAwesome;
    color: #FFFFFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.main-registration__accepts__link {
    color: #333333;
    text-decoration: underline
}

.main-registration__accepts__link:hover {
    color: #F64A4A
}

.main-registration__action__button {
    background-color: #0DB97A;
    padding: 15px 30px;
    width: auto;
    border-radius: 50px;
    -webkit-transition: .3s background-color;
    -o-transition: .3s background-color;
    transition: .3s background-color;
    color: #FEFEFF;
    font-weight: 500;
    font-size: 20px;
    border: none;
    margin-top: 30px
}

.main-registration__action__button:hover {
    background-color: #05956B;
    color: #FEFEFF;
    text-decoration: none
}

.main-registration__legal-entity-request {
    border-top: 1px solid #D7D7D7;
    border-bottom: 1px solid #D7D7D7;
    padding: 30px 0 40px 0;
    margin-top: 40px
}

.main-registration__legal-entity-request__title {
    font-family: 'Roboto Slab', sans-serif;
    font-size: 38px;
    font-weight: 700;
    line-height: 100%;
    color: #333333;
    margin-bottom: 28px;
    font-size: 24px
}

.main-registration__legal-entity-request__variables__set-variable {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 9px 20px 9px 14px;
    margin-right: 7px;
    cursor: pointer
}

.main-registration__legal-entity-request__variables__set-variable__choose {
    right: 13px;
    width: 20px;
    height: 20px;
    border: 1px solid #BFBFBD;
    border-radius: 50%;
    margin-right: 12px;
    background-color: #FFFFFF
}

.main-registration__legal-entity-request__variables__set-variable__name {
    color: #000000;
    font-size: 16px
}

.main-registration__legal-entity-request__variables__set-variable.active .main-registration__legal-entity-request__variables__set-variable__choose {
    border: 5px solid #1C70ED
}

.main-report {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.main-report__title {
    font-family: 'Roboto Slab', sans-serif;
    font-size: 38px;
    font-weight: 700;
    line-height: 100%;
    color: #333333;
    margin-bottom: 28px;
    margin-bottom: 20px
}

.main-report__date {
    color: #333333;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 400;
    color: #B6B6B6;
    font-size: 16px;
    margin-bottom: 16px;
    display: block
}

.main-report__cover {
    width: 100%;
    height: auto;
    margin-bottom: 20px
}

.main-report__description {
    margin-bottom: 20px;
    display: block;
    float: left
}

.main-report__description h1 {
    color: #333333;
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    font-size: 26px
}

.main-report__description h2 {
    color: #333333;
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    font-size: 24px
}

.main-report__description h3 {
    color: #333333;
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    font-size: 22px
}

.main-report__description h4 {
    color: #333333;
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    font-size: 20px
}

.main-report__description h5 {
    color: #333333;
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    font-size: 18px
}

.main-report__description h6 {
    color: #333333;
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    font-size: 16px
}

.main-report__description p {
    color: #333333;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 400
}

.main-report__description img {
    width: 100%;
    border-radius: 12px;
    margin-bottom: 20px
}

.main-report__subtitle {
    color: #333333;
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    font-size: 24px
}

.main-report__table-box {
    display: block;
    width: 100%;
    float: left;
    margin: 10px 0 40px 0
}

.main-report__table-box__intro p {
    color: #333333;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 400
}

.main-report__table-box__table-container {
    margin-top: 12px;
    border: 2px solid #DEDEDE;
    border-radius: 8px;
    overflow: hidden
}

.main-report__table-box__table {
    width: 100%;
    padding: 12px 0
}

.main-report__table-box__table > tbody > tr {
    padding: 25px 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 16px
}

.main-report__table-box__table > tbody > tr:nth-of-type(odd) {
    background-color: #F3F5F7
}

.main-report__resume {
    display: block;
    float: left
}

.main-report__resume h1 {
    color: #333333;
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    font-size: 26px
}

.main-report__resume h2 {
    color: #333333;
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    font-size: 24px
}

.main-report__resume h3 {
    color: #333333;
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    font-size: 22px
}

.main-report__resume h4 {
    color: #333333;
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    font-size: 20px
}

.main-report__resume h5 {
    color: #333333;
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    font-size: 18px
}

.main-report__resume h6 {
    color: #333333;
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    font-size: 16px
}

.main-report__resume p {
    color: #333333;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 400
}

.main-report__resume img {
    width: 100%;
    border-radius: 12px
}

.main-report__report-files {
    display: block;
    float: left
}

.main-report__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 30px 0
}

@media screen and (max-width: 767px) {
    .main-report__links {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.main-report__report-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.main-report__report-link:first-child {
    margin-right: 45px
}

.main-report__report-link:hover {
    text-decoration: none
}

.main-report__report-link__text {
    color: #3D94FF;
    text-decoration: underline;
    line-height: 43px;
    -webkit-transition: .3s color;
    -o-transition: .3s color;
    transition: .3s color
}

.main-report__report-link__text:hover {
    color: #F64A4A
}

@media screen and (max-width: 638px) {
    .main-report__report-link__text {
        line-height: inherit
    }
}

@media screen and (max-width: 767px) {
    .main-report__report-link {
        margin: 6px 0
    }
}

.main-report__report-icon {
    height: 43px;
    margin-right: 20px;
    float: left
}

.main-reports__intro__text {
    color: #333333;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 400
}

.main-reports__intro__image {
    width: 100%;
    border-radius: 12px;
    margin-top: 12px
}

.main-reports__period-choice {
    margin: 40px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.main-reports__period-choice__title {
    color: #333333;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 400;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 6px
}

.main-reports__period-choice__variable {
    color: #333333;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 9px 20px 9px 14px;
    margin-right: 7px;
    cursor: pointer;
    -webkit-transition: .3s background-color;
    -o-transition: .3s background-color;
    transition: .3s background-color;
    border-radius: 8px;
    padding: 9px 14px;
    margin-left: 10px;
    color: #000000;
    margin-right: 0;
    border: 2px solid #E6E6E6;
    text-decoration: none;
}

.main-reports__period-choice__variable.active {
    background-color: #E0F5FF;
    border-color: #E0F5FF
}

.main-reports__period-choice__variable.active:hover {
    background-color: #E0F5FF;
    border-color: #E0F5FF;
    cursor: default
}

.main-reports__period-choice__variable:hover {
    background-color: #F8F7EE;
    border-color: #F8F7EE;
    text-decoration: none;
    color: #000000
}

.main-reports__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    
}

.main-reports__items__item {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(50% - 20px);
    flex: 0 1 calc(50% - 20px);
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all;
    position: relative;
    margin-right: 40px;
    margin-right: 20px;
    -ms-flex: 0 1 calc(50% - 10px);
    flex: 0 1 calc(50% - 10px);
    border: 2px solid #EEEEEE;
    border-radius: 12px;
    padding: 18px;
    margin-bottom: 20px
}

.main-reports__items__item:nth-child(2n) {
    margin-right: 0
}

@media screen and (max-width: 620px) {
    .main-reports__items__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        margin-right: 0
    }
}

.main-reports__items__item__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
}

.main-reports__items__item__link:hover {
    text-decoration: none
}

.main-reports__items__item__image {
    height: 190px;
    weight: 100px;
    border-radius: 4px;
    background-position: center;
    background-size: contain
}

.main-reports__items__item__date {
    color: #333333;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 12px;
    color: #B6B6B6
}

.main-reports__items__item__title {
    color: #333333;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3
}

.main-reports__items__item:hover {
    border-color: #0DB97A
}

@media screen and (max-width: 450px) {
    .main-reports__items__item {
        padding: 20px
    }
}

.main-reports__show-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.main-reports__show-more__button {
    width: 100%;
    text-align: center;
    padding: 28px 0 30px 0;
    color: #177FF4;
    border: 2px solid #9EC9FA;
    cursor: pointer;
    border-radius: 12px;
    font-size: 20px;
    margin-top: 20px;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all
}

.main-reports__show-more__button:hover {
    color: #F63C3C;
    border-color: #F64A4A
}

.main-site-error {
    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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.main-site-error__cover {
    width: 100%;
    z-index: 56
}

.main-site-error__hint {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 700;
    text-align: center;
    font-size: 2em;
    z-index: 56
}

.main-site-error__link {
    text-transform: uppercase;
    padding: 14px 20px 18px 20px;
    margin-top: 14px
}

.main-subscribes__title {
    font-family: 'Roboto Slab', sans-serif;
    font-size: 38px;
    font-weight: 700;
    line-height: 100%;
    color: #333333;
    margin-bottom: 28px
}

.main-subscribes__intro-text {
    color: #333333;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 400
}

.main-subscribes__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 32px
}

.main-subscribes__items__item {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(50% - 20px);
    flex: 0 1 calc(50% - 20px);
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all;
    position: relative;
    margin-right: 40px;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 2px solid #EEEEEE;
    border-radius: 18px;
    margin-bottom: 36px;
    padding: 12px 36px 26px 36px;
    min-height: 305px;
    cursor: pointer
}

.main-subscribes__items__item:nth-child(2n) {
    margin-right: 0
}

@media screen and (max-width: 620px) {
    .main-subscribes__items__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        margin-right: 0
    }
}

.main-subscribes__items__item__amount {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 22px;
    color: #000000
}

.main-subscribes__items__item__icon {
    max-width: 100%;
    height: 80px;
    background-position: left center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    margin: 24px 0
}

.main-subscribes__items__item__title {
    color: #010101;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 14px
}

.main-subscribes__items__item__description {
    color: #757575
}

.main-subscribes__items__item.active, .main-subscribes__items__item:hover {
    border-color: #0DB97A
}

.main-subscribes__items__item.it-my-subscribe .main-subscribes__subscribed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.main-subscribes__free-subscribes {
    margin: 26px 0 12px 0
}

.main-subscribes__free-subscribes__title {
    font-family: 'Roboto Slab', sans-serif;
    font-weight: 400
}

.main-subscribes__free-subscribes__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.main-subscribes__free-subscribes__subscribe {
    margin: 12px 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12px 0 24px 0;
    border-bottom: 1px solid #DEDEDE
}

.main-subscribes__free-subscribes__subscribe:last-child {
    border-bottom: none
}

.main-subscribes__free-subscribes__subscribe__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.main-subscribes__free-subscribes__subscribe__amount {
    font-weight: 700;
    font-size: 20px;
    margin-right: 20px
}

.main-subscribes__free-subscribes__subscribe__date {
    color: #919699
}

.main-subscribes__free-subscribes__subscribe__unsubscribe-button {
    background-color: #FF704A;
    padding: 12px 22px;
    border-radius: 50px;
    -webkit-transition: .3s background-color;
    -o-transition: .3s background-color;
    transition: .3s background-color;
    color: #FFFFFF;
    cursor: pointer
}

.main-subscribes__free-subscribes__subscribe__unsubscribe-button:hover {
    background-color: #C85638
}

.main-subscribes__free-subscribes__subscribe__unsubscribe-button.in-progress {
    background-color: #848484;
    cursor: default
}

.main-subscribes__subscribed {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, .8);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: default
}

.main-subscribes__subscribed__text {
    font-weight: 700;
    font-size: 20px
}

.main-subscribes__subscribed__button {
    margin-top: 20px;
    background-color: #0DB97A;
    padding: 15px 30px;
    border-radius: 50px;
    -webkit-transition: .3s background-color;
    -o-transition: .3s background-color;
    transition: .3s background-color;
    color: #FFFFFF;
    cursor: pointer
}

.main-subscribes__subscribed__button:hover {
    background-color: #05956B
}

.main-subscribes__subscribe-amount {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 20px 0 40px 0
}

.main-subscribes__subscribe-amount__text {
    color: #1C70ED;
    cursor: pointer;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    font-size: 20px;
    border-bottom: 1px dashed #1C70ED
}

.main-subscribes__subscribe-amount__text:hover {
    color: #F64A4A;
    border-color: #F64A4A
}

.main-subscribes__another-amount {
    border: 2px solid #EEEEEE;
    border-radius: 18px;
    display: none;
    padding: 10px;
    margin: 0 0 40px 0;
    position: relative
}

.main-subscribes__another-amount__data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -ms-flex-line-pack: center;
    align-content: center;
    padding: 0 33%
}

@media screen and (max-width: 820px) {
    .main-subscribes__another-amount__data {
        padding: 0 10%
    }
}

@media screen and (max-width: 435px) {
    .main-subscribes__another-amount__data {
        padding: 0
    }
}

.main-subscribes__another-amount__field {
    width: 100%;
    border: 1px solid #BEC3C6;
    padding: 15px 16px;
    border-radius: 8px;
    margin: 10px 0;
    font-size: 18px;
    color: #000000;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.main-subscribes__another-amount__field:focus {
    outline: 0
}

.main-subscribes__another-amount__currency {
    font-size: 18px;
    color: #000000;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 20px
}

.main-subscribes__another-amount__hint {
    position: absolute;
    color: #A1A1A1;
    right: 22px;
    bottom: 22px
}

@media screen and (max-width: 820px) {
    .main-subscribes__another-amount__hint {
        right: 10px;
        bottom: 10px
    }
}

.main-subscribes__subscribe-email {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #F6F5E9;
    border-radius: 8px;
    padding: 40px 16.49%
}

.main-subscribes__subscribe-email__label {
    color: #919699
}

.main-subscribes__subscribe-email__label span {
    color: #F63C3C
}

.main-subscribes__subscribe-email__field {
    width: 100%;
    border: 1px solid #BEC3C6;
    padding: 15px 16px;
    border-radius: 8px;
    margin: 10px 0 25px 0;
    font-size: 18px;
    color: #333333
}

.main-subscribes__subscribe-email__field:focus {
    outline: 0
}

.main-subscribes__subscribe-email__button {
    width: auto;
    margin: 0 auto;
    background-color: #0DB97A;
    padding: 25px 90px;
    border-radius: 50px;
    -webkit-transition: .3s background-color;
    -o-transition: .3s background-color;
    transition: .3s background-color;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: 500;
    font-size: 20px
}

.main-subscribes__subscribe-email__button:hover {
    background-color: #05956B;
    color: #FFFFFF;
    text-decoration: none
}

.main-subscribes__subscribe-email__button.in-progress {
    background-color: #848484;
    cursor: default
}

.main-subscribes__subscribe-email__button.in-progress:hover {
    background-color: #848484 !important
}

@media screen and (max-width: 820px) {
    .main-subscribes__subscribe-email__button {
        padding: 12px 20px;
        text-align: center;
    }
}

.main-subscribes__notifications {
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 50px 0
}

.main-subscribes__notifications__safety {
    color: #757575;
    text-decoration: underline;
    -webkit-transition: .3s text-decoration;
    -o-transition: .3s text-decoration;
    transition: .3s text-decoration
}

.main-subscribes__notifications__safety:hover {
    color: #333333;
    text-decoration: none
}

.main-subscribes__notifications__decor-line {
    margin: 50px 0;
    border-bottom: 1px solid #DEDEDE
}

.main-subscribes__notifications__info {
    color: #757575
}

.main-subscribes__notifications__info-link {
    color: #1C70ED;
    -webkit-transition: .3s color;
    -o-transition: .3s color;
    transition: .3s color;
    text-decoration: underline
}

.main-subscribes__notifications__info-link:hover {
    color: #F63C3C
}

.main-thanks__title {
    font-family: 'Roboto Slab', sans-serif;
    font-size: 38px;
    font-weight: 700;
    line-height: 100%;
    color: #333333;
    margin-bottom: 28px
}

.main-thanks__success-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 34px 0 50px 0
}

.main-thanks__words {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.main-thanks__words__title {
    font-family: 'Roboto Slab', sans-serif;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px
}

.main-thanks__words__description {
    font-size: 16px
}

.main-thanks__words__to-profile {
    font-size: 16px;
    color: #3D94FF;
    text-decoration: underline;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all
}

.main-thanks__words__to-profile:hover {
    color: #F64A4A;
    text-decoration: none
}

.main-thanks__back-to-products {
    font-size: 16px;
    color: #3D94FF;
    text-decoration: underline;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    font-size: 18px;
    margin-top: 50px;
    display: block;
    width: 100%
}

.main-thanks__back-to-products:hover {
    color: #F64A4A;
    text-decoration: none
}

.main-cart__offert {
    width: calc(30% - 24px);
    float: left;
    margin-left: 24px
}

color:#333

;
font-size:

18
px

}

.main-donate__variables__box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 70px
}

.main-donate__variables__box > * {
    margin: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.main-donate__variables__image {
    height: 96px;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 20px;
    background-position: left center;
    background-size: contain
}

@media screen and (max-width: 767px) {
    .main-donate__variables__image {
        background-position: center center
    }
}

.main-donate__variables__title {
    font-size: 22px;
    font-family: 'Roboto Slab';
    font-weight: 700;
    color: #343434
}

@media screen and (max-width: 767px) {
    .main-donate__variables__title {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.main-donate__variables__description {
    font-size: 16px;
    color: #343434;
    padding: 25px 100px 0 0
}

@media screen and (max-width: 767px) {
    .main-donate__variables__description {
        padding: 25px 0 0 0
    }
}

.main-donate__donate-title {
    font-family: 'Roboto Slab', sans-serif;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    margin: 60px 0 30px 0
}

.main-donate__donate-description {
    color: #343434;
    font-size: 15px
}

.main-donate__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 30px 0
}

@media screen and (max-width: 767px) {
    .main-donate__links {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.main-donate__requisites-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.main-donate__requisites-link:first-child {
    margin-right: 45px
}

.main-donate__requisites-link:hover {
    text-decoration: none
}

.main-donate__requisites-link__text {
    color: #3D94FF;
    text-decoration: underline;
    line-height: 43px;
    -webkit-transition: .3s color;
    -o-transition: .3s color;
    transition: .3s color
}

.main-donate__requisites-link__text:hover {
    color: #F64A4A
}

@media screen and (max-width: 638px) {
    .main-donate__requisites-link__text {
        line-height: inherit
    }
}

@media screen and (max-width: 767px) {
    .main-donate__requisites-link {
        margin: 6px 0
    }
}

.main-donate__requisites-icon {
    height: 43px;
    margin-right: 20px;
    float: left
}

.main-donate__donate-variables {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 24px
}

.main-donate__donate-variables__set-variable {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 9px 20px 9px 14px;
    margin-right: 7px;
    cursor: pointer;
    -webkit-transition: .3s background-color;
    -o-transition: .3s background-color;
    transition: .3s background-color;
    border-radius: 8px
}

.main-donate__donate-variables__set-variable__choose {
    right: 13px;
    width: 20px;
    height: 20px;
    border: 1px solid #BFBFBD;
    border-radius: 50%;
    margin-right: 12px;
    background-color: #FFFFFF
}

.main-donate__donate-variables__set-variable__name {
    color: #000000;
    font-size: 16px
}

.main-donate__donate-variables__set-variable:last-child {
    margin-right: 0
}

.main-donate__donate-variables__set-variable:hover {
    background-color: #F8F7EE
}

.main-donate__donate-variables__set-variable.active {
    background-color: #E0F5FF
}

.main-donate__donate-variables__set-variable.active .main-donate__donate-variables__set-variable__choose {
    border: 5px solid #1C70ED
}

@media screen and (max-width: 767px) {
    .main-donate__donate-variables {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.disabled-wrapper {
    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-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100vh;
    width: 100vw;
    background-image: url(/img/pattern.png);
    background-position: center center;
    opacity: .7
}

.disabled-wrapper__logo {
    margin-bottom: 100px;
    width: 90%;
    max-width: 500px;
    z-index: 2
}

@media screen and (max-width: 800px) {
    .disabled-wrapper__logo {
        margin-bottom: 50px
    }
}

.disabled-wrapper__text {
    font-family: 'Roboto Slab', sans-serif;
    font-weight: 700;
    font-size: 36px;
    text-align: center;
    z-index: 2;
    color: #000000
}

@media screen and (max-width: 800px) {
    .disabled-wrapper__text {
        font-size: 36px
    }
}

@media screen and (max-width: 500px) {
    .disabled-wrapper__text {
        font-size: 20px
    }
}

.main-faq__section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media screen and (max-width: 820px) {
    .main-faq__section {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.main-faq__faq-groups {
    padding: 0;
    margin-top: 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media screen and (max-width: 820px) {
    .main-faq__faq-groups {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 20px
    }
}

.main-faq__faq-groups__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 8px
}

.main-faq__faq-groups__item:last-child {
    margin-bottom: 0
}

.main-faq__faq-groups__link {
    border-radius: 24px;
    cursor: pointer;
    color: #000000;
    font-size: 18px;
    padding: 8px 20px;
    -webkit-transition: .2s color;
    -o-transition: .2s color;
    transition: .2s color
}

.main-faq__faq-groups__link.active {
    background-color: #FFDF92
}

.main-faq__faq-groups__link:hover {
    text-decoration: none;
    color: #507086
}

.main-faq__faq-groups__link:focus {
    text-decoration: none
}

.main-faq__questions-box {
    padding: 0 0 0 40px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 70%;
    flex: 1 1 70%
}

@media screen and (max-width: 820px) {
    .main-faq__questions-box {
        padding: 0
    }
}

.main-faq__questions-box__item {
    padding: 30px 0;
    border-bottom: 1px solid #E7E7E7
}

.main-faq__questions-box__item__question {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer
}

.main-faq__questions-box__item__question__icon {
    margin-right: 22px;
    margin-top: 2px
}

.main-faq__questions-box__item__question__icon {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}

.main-faq__questions-box__item__question__icon:after {
    content: '\f067';
    color: #4381F9;
    font-size: 22px;
}

.main-faq__questions-box__item__question__icon.active .main-faq__questions-box__item__answer {
    display: block
}

.main-faq__questions-box__item__question__icon.active:after {
    content: '\f068'
}

.main-faq__questions-box__item__question__text {
    font-weight: 400;
    font-size: 20px;
    color: #000000;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all
}

.main-faq__questions-box__item__question:hover .main-faq__questions-box__item__question__text {
    color: #8D8D8D
}

.main-faq__questions-box__item__answer {
    padding-top: 30px;
    display: none;
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all
}

.main-faq__questions-box__item.active .main-faq__questions-box__item__answer {
    display: block
}

.footer {
    /*margin-top: 40px;*/
    background-color: rgba(255, 255, 255, 0.25);
    /*background-color: #f9fbfc;*/
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.footer:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .35;
    z-index: 0;
    background-image: url("https://i.ibb.co/84Tr4h9/pattern.png");
    background-repeat: repeat;
    background-position: center
}

.footer__content {
    z-index: 1;
    padding: 48px 60px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media screen and (max-width: 959px) {
    .footer__content {
        padding-bottom: 110px;
    }
}

@media screen and (max-width: 800px) {
    .footer__content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media screen and (max-width: 420px) {
    .footer__content {
        padding: 30px 60px 30px
    }
}

.footer__copyright {
    margin-right: 40px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 10%;
    flex: 0 1 10%
}

.footer__copyright__logo {
    display: block;
    margin-top: -16px;
    margin-bottom: 16px
}

.footer__copyright__logo img {
    width: 190px
}

@media screen and (max-width: 800px) {
    .footer__copyright {
        margin-top: 20px;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
}

.footer__menu {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 40%;
    flex: 1 1 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

@media screen and (max-width: 800px) {
    .footer__menu {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media screen and (max-width: 620px) {
    .footer__menu {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

@media screen and (max-width: 420px) {
    .footer__menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .footer__menu ul {
        margin-bottom: 0
    }
}

.footer__menu__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 16px;
    padding-right: 16px;
    margin: 0
}

@media screen and (max-width: 800px) {
    .footer__menu__block {
        padding-left: 0
    }
}

@media screen and (max-width: 620px) {
    .footer__menu__block {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%
    }
}

.footer__menu__link {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.footer__menu__link a {
    text-decoration: none;
    color: #000000;
    font-size: 15px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.footer__menu__link a:hover {
    color: #FF5757
}

.footer__menu__link i {
    margin-right: 8px;
    font-size: 18px;
    width: 20px
}

.footer__social-links {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 20%;
    flex: 1 1 20%;
    -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;
    padding-left: 0
}

@media screen and (max-width: 920px) {
    .footer__social-links {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 10%;
        flex: 1 1 10%;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
}

@media screen and (max-width: 800px) {
    .footer__social-links {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media screen and (max-width: 620px) {
    .footer__social-links {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-top: 20px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media screen and (max-width: 420px) {
    .footer__social-links {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.header:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .35;
    z-index: 0;
    background-image: url("https://i.ibb.co/84Tr4h9/pattern.png");
    background-repeat: repeat;
    background-position: center
}

.header__content {
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.header__top {
    margin-top: 16px;
    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
}

@media screen and (max-width: 840px) {
    .header__top {
        margin: 0;
        height: 140px
    }
}

@media screen and (max-width: 560px) {
    .header__top {
        height: 100px
    }
}

@media screen and (max-width: 420px) {
    .header__top {
        height: 80px
    }
}

.header__bottom {
    margin-top: 28px;
    margin-bottom: 12px
}

@media screen and (max-width: 840px) {
    .header__bottom {
        display: none
    }
}

.header__logo__full {
    width: 440px;
    margin-bottom: -50px;
}

@media screen and (max-width: 620px) {
    .header__logo__full {
        display: none
    }
}

.header__logo__short {
    display: none;
    margin-top: -14px;
    height: 50px
}

@media screen and (max-width: 620px) {
    .header__logo__short {
        display: block
    }
}

@media screen and (max-width: 420px) {
    .header__logo__short {
        height: 80px;
        margin-top: px
    }
}

.header__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header__actions__btn-login {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    border-radius: 100px;
    padding: 10px 20px;
    background: #0DB97A;
    height: 48px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    text-align: center;
    font-weight: 600;
    color: #FFFFFF;
    font-size: 18px;
    background: #FF5757
}

.header__actions__btn-login:hover {
    color: #FFFFFF;
    text-decoration: none;
    background: #0B9C67
}

.header__actions__btn-login:focus, .header__actions__btn-login:hover {
    text-decoration: none;
    outline: 0;
    background: #E64646
}

@media screen and (max-width: 800px) {
    .header__actions__btn-login {
        display: none
    }
}

.header__actions__btn-login__icon {
    height: 18px;
    margin-right: 4px;
    margin-bottom: 4px
}

.header__actions__btn-login__badge {
    color: #FFFFFF;
    font-size: 18px
}

.header__actions__btn-cart {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    border-radius: 100px;
    padding: 10px 20px;
    background: #0DB97A;
    height: 48px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    text-align: center;
    font-weight: 600;
    color: #FFFFFF;
    font-size: 18px;
    background: #2178FA;
    margin-left: 8px
}

.header__actions__btn-cart:hover {
    color: #FFFFFF;
    text-decoration: none;
    background: #0B9C67
}

.header__actions__btn-cart:focus, .header__actions__btn-cart:hover {
    text-decoration: none;
    outline: 0;
    background: #1547FF
}

@media screen and (max-width: 560px) {
    .header__actions__btn-cart {
        display: none
    }
}

.header__actions__btn-cart__icon {
    height: 18px;
    margin-right: 4px;
    margin-bottom: 4px
}

.header__actions__btn-cart__badge {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 600
}

.header__actions__btn-mobile-menu {
    display: none;
    padding: 0;
    position: relative;
    height: 48px;
    background: 0 0;
    border: none;
    border-radius: 100px;
    margin-left: 24px;
    width: 30px;
    height: 48px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

@media screen and (max-width: 840px) {
    .header__actions__btn-mobile-menu {
        display: block
    }
}

.header__actions__btn-mobile-menu:after {
    background: #000000;
    border-radius: 3px;
    content: "";
    height: 3px;
    width: 30px;
    top: 28px;
    left: 0;
    position: absolute;
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all;
    -webkit-box-shadow: 0 -7px 0 #000000;
    box-shadow: 0 -7px 0 #000000
}

.header__actions__btn-mobile-menu:before {
    background: #000000;
    border-radius: 3px;
    content: "";
    height: 3px;
    width: 30px;
    top: 14px;
    left: 0;
    position: absolute;
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all
}

.header__actions__btn-mobile-menu:focus, .header__actions__btn-mobile-menu:hover {
    outline: 0
}

.header__actions__btn-mobile-menu:focus:after, .header__actions__btn-mobile-menu:hover:after {
    background: #FF5757;
    top: 32px;
    -webkit-box-shadow: 0 -10px 0 #FF5757;
    box-shadow: 0 -10px 0 #FF5757
}

.header__actions__btn-mobile-menu:focus:before, .header__actions__btn-mobile-menu:hover:before {
    background: #FF5757;
    top: 12px
}

.header__menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -16px
}

.header__menu__item {
    margin: 0
}

.header__menu__item a {
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 40px;
    padding: 5px 16px;
    font-size: 17px;
    font-weight: 500;
    border-radius: 100px;
    color: #000000;
    margin-right: 8px;
    margin-bottom: 12px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.header__menu__item a:hover {
    color: #FF5757;
    text-decoration: none;
    background: #FFFFFF
}

.header__menu__item a:focus {
    text-decoration: none
}

@media screen and (max-width: 940px) {
    .header__menu__item a {
        font-size: 17px;
        margin-right: 4px;
        padding: 6px 16px
    }
}

.header__menu__item_active a {
    pointer-events: none;
    background-color: #FF5757;
    color: #FFFFFF
}

.mobile-menu {
    position: relative;
    min-width: 420px;
    width: 420px;
    height: 100%;
    background: #FFFFFF;
    float: right;
    left: 420px;
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out
}

@media screen and (max-width: 420px) {
    .mobile-menu {
        min-width: auto;
        width: 100%
    }
}

.mobile-menu__logo-short {
    height: 40px;
    margin-top: -12px
}

.mobile-menu__btn-close {
    position: relative;
    width: 30px;
    height: 48px;
    background: 0 0;
    border: none;
    border-radius: 100px;
    padding: 0
}

.mobile-menu__btn-close:after {
    background: #000000;
    border-radius: 3px;
    content: "";
    height: 3px;
    width: 30px;
    top: 46%;
    left: 0;
    position: absolute;
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.mobile-menu__btn-close:before {
    background: #000000;
    border-radius: 3px;
    content: "";
    height: 3px;
    width: 30px;
    top: 46%;
    left: 0;
    position: absolute;
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.mobile-menu__btn-close:hover:after {
    background: #FF5757
}

.mobile-menu__btn-close:hover:before {
    background: #FF5757
}

.mobile-menu__btn-close:focus {
    outline: 0
}

.mobile-menu__list {
    padding-left: 50px;
    padding-right: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    list-style-type: none;
    height: 100%;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    margin-top: 20px
}

@media screen and (max-width: 700px) {
    .mobile-menu__list {
        padding-left: 50px;
        padding-right: 50px
    }
}

@media screen and (max-width: 460px) {
    .mobile-menu__list {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media screen and (max-width: 420px) {
    .mobile-menu__list {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media screen and (max-width: 320px) {
    .mobile-menu__list {
        padding-left: 20px;
        padding-right: 20px
    }
}

.mobile-menu__list__item a {
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 40px;
    padding: 5px 16px;
    font-size: 20px;
    font-weight: 500;
    border-radius: 100px;
    color: #000000;
    margin-right: 8px;
    margin-bottom: 20px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.mobile-menu__list__item a:hover {
    color: #FF5757;
    text-decoration: none;
    background: #FFFFFF
}

.mobile-menu__list__item a:focus {
    text-decoration: none
}

.mobile-menu__list__item_active a {
    pointer-events: none;
    background-color: #FF5757;
    color: #FFFFFF
}

.mobile-menu__top {
    padding-left: 50px;
    padding-right: 50px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    top: 0;
    left: 0;
    height: 140px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width: 700px) {
    .mobile-menu__top {
        padding-left: 50px;
        padding-right: 50px
    }
}

@media screen and (max-width: 460px) {
    .mobile-menu__top {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media screen and (max-width: 420px) {
    .mobile-menu__top {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media screen and (max-width: 320px) {
    .mobile-menu__top {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media screen and (max-width: 560px) {
    .mobile-menu__top {
        height: 100px
    }
}

@media screen and (max-width: 420px) {
    .mobile-menu__top {
        height: 80px
    }
}

.mobile-menu__middle {
    overflow: hidden;
    overflow-y: scroll
}

.mobile-menu__actions {
    padding-left: 50px;
    padding-right: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 40px;
    background: #FFFFFF
}

@media screen and (max-width: 700px) {
    .mobile-menu__actions {
        padding-left: 50px;
        padding-right: 50px
    }
}

@media screen and (max-width: 460px) {
    .mobile-menu__actions {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media screen and (max-width: 420px) {
    .mobile-menu__actions {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media screen and (max-width: 320px) {
    .mobile-menu__actions {
        padding-left: 20px;
        padding-right: 20px
    }
}

.mobile-menu__actions__btn-login {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    border-radius: 100px;
    padding: 10px 20px;
    background: #0DB97A;
    height: 48px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    text-align: center;
    font-weight: 600;
    color: #FFFFFF;
    font-size: 18px;
    background: #FF5757;
    text-align: center;
    margin-top: 20px
}

.mobile-menu__actions__btn-login:hover {
    color: #FFFFFF;
    text-decoration: none;
    background: #0B9C67
}

.mobile-menu__actions__btn-login:focus, .mobile-menu__actions__btn-login:hover {
    text-decoration: none;
    outline: 0;
    background: #E64646
}

.mobile-menu__actions__btn-login__icon {
    height: 18px;
    margin-right: 4px;
    margin-bottom: 4px;
    position: absolute;
    left: 20px;
    top: 14px
}

.mobile-menu__actions__btn-login__badge {
    color: #FFFFFF;
    font-size: 18px
}

.mobile-menu__actions__btn-cart {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    border-radius: 100px;
    padding: 10px 20px;
    background: #0DB97A;
    height: 48px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    text-align: center;
    font-weight: 600;
    color: #FFFFFF;
    font-size: 18px;
    height: auto;
    text-align: center
}

.mobile-menu__actions__btn-cart:hover {
    color: #FFFFFF;
    text-decoration: none;
    background: #0B9C67
}

.mobile-menu__actions__btn-cart:focus, .mobile-menu__actions__btn-cart:hover {
    text-decoration: none;
    outline: 0;
    background: #0B9C67
}

.mobile-menu__actions__btn-cart__icon {
    height: 18px;
    margin-right: 4px;
    margin-bottom: 4px;
    position: absolute;
    left: 20px;
    top: 12px
}

.mobile-menu__actions__btn-cart__badge {
    color: #FFFFFF;
    font-size: 18px;
}

.mobile-menu_opened {
    left: 0
}

.mobile-menu__wrap {
    z-index: 999;
    display: none;
    position: fixed;
    background: rgba(98, 88, 88, .3);
    width: 100%;
    height: 100%
}

.modal-body {
    padding: 0 20px 20px
}

.modal-content {
    -webkit-box-shadow: none;
    box-shadow: none
}

.modal-header {
    padding: 10px 20px 0
}

.modal-header .close {
    margin-top: -8px
}

@media screen and (max-width: 380px) {
    .modal-header .close {
        padding: 8px
    }
}

@media screen and (max-width: 500px) {
    .enter {
        width: 100%
    }
}

.modal__content {
    padding: 16px;
    border-radius: 20px;
    width: 500px;
    margin: 0 auto
}

@media screen and (max-width: 520px) {
    .modal__content {
        width: 100%
    }
}

@media screen and (max-width: 380px) {
    .modal__content {
        padding: 8px
    }
}

.modal__header {
    border: none
}

.modal__close {
    font-size: 1.5em;
    margin: -18px -18px 0 0
}

.modal__title {
    font-family: 'Roboto Slab', sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #333333
}

.modal__label-input {
    color: #919699;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 10px
}

.modal__login-input {
    width: 100%;
    border: 1px solid #BEC3C6;
    padding: 15px 16px;
    border-radius: 8px
}

.modal__login-input:focus {
    outline: 0
}

.modal__login-input:focus {
    outline: 0
}

.modal__buttons {
    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
}

@media screen and (max-width: 500px) {
    .modal__buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.modal__login-button {
    border: none;
    border-radius: 50px;
    background-color: #2A79EE;
    padding: 14px 50px;
    color: #FFFFFF;
    cursor: pointer;
    -webkit-transition: .3s background-color;
    -o-transition: .3s background-color;
    transition: .3s background-color;
    font-weight: 700;
    font-size: 18px
}

.modal__login-button:focus {
    outline: 0
}

.modal__login-button:hover {
    background-color: #0A4DBD
}

@media screen and (max-width: 500px) {
    .modal__login-button {
        width: 100%
    }
}

.modal__register {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media screen and (max-width: 500px) {
    .modal__register {
        margin-top: 20px;
        text-align: center
    }
}

.modal__registration-button {
    color: #2A79EE;
    text-decoration: underline;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    font-weight: 700;
    font-size: 17px;
    margin-bottom: 10px
}

.modal__registration-button:hover {
    color: #F64A4A;
    text-decoration: none
}

.modal__recovery-button {
    font-size: 14px;
    line-height: 1.4;
    text-decoration: none;
    color: #9DA2A8
}

.modal__recovery-button:hover {
    text-decoration: none;
    color: #9DA2A8
}

.modal__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column
}

.modal__socials {
    font-size: 18px;
    margin-bottom: 12px;
    color: #919699
}

.modal__social-login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.modal__social-login__button {
    margin-right: 18px;
    font-size: 32px
}

.modal__social-login__button_vk {
    color: #4C75A3
}

.modal__social-login__button_ok {
    color: #ED812B
}

.modal__social-login__button_fb {
    color: #3B5998
}

.modal__social-login__button:hover .modal__social-login__button__hover {
    opacity: 1
}

.modal__social-hint {
    font-size: 14px;
    line-height: 1.4;
    text-decoration: none;
    color: #9DA2A8;
    width: 70%;
    margin-top: 12px;
    margin-bottom: 0;
    text-align: left
}

@media screen and (max-width: 500px) {
    .modal__social-hint {
        width: 100%
    }
}

.main-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: center
}

.main-content__main-products-menu {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.main-content__main-products-menu::-webkit-scrollbar {
    display: none
}

@media screen and (max-width: 420px) {
    .main-content__main-products-menu {
        margin: 0 -30px;
        overflow: visibble;
        overflow-x: scroll
    }
}

.main-content__main-products-menu__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media screen and (max-width: 420px) {
    .main-content__main-products-menu__list {
        margin: 8px 0 20px;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 30px
    }
}

.main-content__main-products-menu__item {
    background: #F0F6FF;
    border-radius: 50px;
    line-height: 1.1;
    padding: 8px 16px 10px;
    display: inline-block;
    float: left;
    margin-right: 8px;
    margin-bottom: 12px;
    white-space: nowrap;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.main-content__main-products-menu__item:hover {
    background: #E0F1FF
}

.main-content__main-products-menu__item:hover a {
    text-decoration: none
}

.main-content__main-products-menu__item a {
    color: #000000;
    font-size: 18px
}

@media screen and (max-width: 420px) {
    .main-content__main-products-menu__item a {
        font-size: 20px
    }
}

.main-content__main-products-menu__item.active {
    background: #2178FA;
    color: #FFFFFF;
    pointer-events: none
}

.main-content__main-products-menu__item.active a {
    color: #FFFFFF
}

@media screen and (max-width: 420px) {
    .main-content__main-products__desktop-title {
        display: none
    }
}

.main-content__main-products__mobile-title {
    display: none
}

@media screen and (max-width: 420px) {
    .main-content__main-products__mobile-title {
        display: block
    }
}

.main-content__product {
    cursor: pointer;
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(100% / 3 - 12px);
    flex: 0 1 calc(100% / 3 - 12px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 18px 18px;
    border: 2px solid #EEEEEE;
    border-radius: 12px;
    margin-right: 16px;
    margin-bottom: 16px;
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s
}

.main-content__product:hover {
    border: 2px solid #0DB97A
}

.main-content__product:hover .main-content__product__cart-button {
    background: #0A9361
}

.main-content__product:nth-child(3n+3) {
    margin-right: 0
}

@media screen and (max-width: 1040px) {
    .main-content__product {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(100% / 4 - 12px);
        flex: 0 1 calc(100% / 4 - 12px)
    }

    .main-content__product:nth-child(3n+3) {
        margin-right: 16px
    }

    .main-content__product:nth-child(4n+4) {
        margin-right: 0
    }
}

@media screen and (max-width: 980px) {
    .main-content__product {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(100% / 3 - 12px);
        flex: 0 1 calc(100% / 3 - 12px)
    }

    .main-content__product:nth-child(4n+4) {
        margin-right: 16px
    }

    .main-content__product:nth-child(3n+3) {
        margin-right: 0
    }
}

@media screen and (max-width: 760px) {
    .main-content__product {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(100% / 2 - 10px);
        flex: 0 1 calc(100% / 2 - 10px);
        margin-right: 16px;
        padding: 20px
    }

    .main-content__product:nth-child(3n+3) {
        margin-right: 16px
    }

    .main-content__product:nth-child(2n+2) {
        margin-right: 0
    }
}

@media screen and (max-width: 500px) {
    .main-content__product {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        margin-right: 0;
        padding: 30px 30px 26px
    }

    .main-content__product:nth-child(3n+3) {
        margin-right: 0
    }

    .main-content__product:nth-child(2n+2) {
        margin-right: 0
    }
}

.main-content__product__hint {
    z-index: 1;
    position: absolute;
    cursor: pointer;
    display: block;
    right: 12px;
    top: 12px;
    background: #2178FA;
    height: 24px;
    width: 24px;
    padding: 2px 8px;
    border-radius: 100px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.main-content__product__hint__icon {
    font-size: 14px;
    font-weight: 800;
    color: #FFFFFF
}

.main-content__product__hint__box {
    display: none;
    position: absolute;
    top: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #000000;
    min-width: 240px;
    background: #FFFFF5;
    border: 1px solid rgba(183, 168, 92, .26);
    -webkit-box-shadow: 0 6px 30px rgba(173, 181, 193, .2);
    box-shadow: 0 6px 30px rgba(173, 181, 193, .2);
    padding: 8px 12px;
    border-radius: 6px;
    -webkit-transition: all 2.2s;
    -o-transition: all 2.2s;
    transition: all 2.2s
}

.main-content__product__hint__box__details {
    font-size: 13px;
    line-height: 1.4
}

.main-content__product__hint:hover {
    background: #1547FF
}

.main-content__product__hint:hover > div {
    display: block
}

.main-content__product__image {
    width: 100%;
    height: 110px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 20px
}

.main-content__product__name {
    font-size: 16px;
    line-height: 1.3;
    font-weight: 500;
    word-break: break-word
}

@media screen and (max-width: 500px) {
    .main-content__product__name {
        font-size: 16px
    }
}

.main-content__product__description {
    color: #848484;
    font-size: 13px;
    line-height: 1.3;
    word-break: break-word
}

.main-content__product__to-cart-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: auto
}

.main-content__product__price {
    font-size: 18px;
    font-weight: 500;
    margin-right: initial;
    margin-bottom: 16px
}

@media screen and (max-width: 500px) {
    .main-content__product__price {
        margin-bottom: 22px
    }
}

.main-content__product__cart-button {
    background-color: #0DB97A;
    padding: 6px 16px 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 36px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50px;
    width: 100%;
    cursor: pointer;
    -webkit-transition: .2s background-color;
    -o-transition: .2s background-color;
    transition: .2s background-color
}

.main-content__product__cart-button:hover {
    background-color: #0A9361
}

.main-content__product__cart-button img {
    height: 16px
}

.main-content__cart__main-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: inherit;
    margin-left: 20px
}

.main-content__cart__image {
    height: 507px;
    max-width: 304px
}

.main-content__cart__cart-info {
    position: absolute;
    top: 310px;
    bottom: 50px;
    width: 278px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 34px
}

.main-content__cart__empty-cart {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 600;
    color: rgba(83, 83, 83, .28);
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -22px
}

.main-content__cart__full-cart {
    width: 100%;
    height: 180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.main-content__cart__full-cart__counts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px
}

.main-content__cart__full-cart__quantity {
    padding: 12px 20px;
    height: 60px;
    background-color: #FFFFFF;
    text-align: center;
    color: #565656;
    font-size: 36px;
    font-weight: 600;
    line-height: 1;
    border-radius: 12px;
    margin-right: 15px;
    letter-spacing: -1px
}

.main-content__cart__full-cart__amount {
    color: #535353;
    font-size: 16px;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.main-content__cart__full-cart__amount__value {
    font-size: 22px;
    font-weight: 600
}

.main-content__cart__full-cart__pay-button {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    border-radius: 100px;
    padding: 10px 20px;
    background: #0DB97A;
    height: 48px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    text-align: center;
    font-weight: 600;
    color: #FFFFFF;
    font-size: 18px;
    width: 100%;
    font-size: 16px;
    line-height: 1.7;
    text-transform: uppercase
}

.main-content__cart__full-cart__pay-button:hover {
    color: #FFFFFF;
    text-decoration: none;
    background: #0B9C67
}

.main-content__cart__full-cart__pay-button img {
    height: 18px;
    margin-right: 4px;
    margin-bottom: 4px;
    margin-right: -8px;
    margin-left: 4px
}

.sticky {
    position: fixed
}

.stop {
    position: relative
}

.aside-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: 505px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 101
}

#side-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

#side-wrap__left {
    width: 100%
}

@media screen and (max-width: 1040px) {
    #side-wrap__right {
        display: none
    }
}

@-webkit-keyframes colors {
    0% {
        color: #3D94FF
    }
    33.33333333% {
        color: #0DB97A
    }
    66.66666667% {
        color: #F64A4A
    }
    to {
        color: #3D94FF
    }
}

@keyframes colors {
    0% {
        color: #3D94FF
    }
    33.33333333% {
        color: #0DB97A
    }
    66.66666667% {
        color: #F64A4A
    }
    to {
        color: #3D94FF
    }
}

body, html {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: Roboto, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: auto;
    text-rendering: optimizeLegibility
}

hr {
    margin: 40px 0
}

h1 {
    font-family: 'Roboto Slab', serif;
    font-size: 36px;
    font-weight: 700
}

@media screen and (max-width: 600px) {
    h1 {
        font-size: 32px
    }
}

@media screen and (max-width: 420px) {
    h1 {
        font-size: 28px
    }
}

h2 {
    font-family: 'Roboto Slab', serif;
    font-size: 32px;
    font-weight: 700
}

@media screen and (max-width: 600px) {
    h2 {
        font-size: 24px
    }
}

h3 {
    font-family: 'Roboto Slab', serif;
    font-size: 28px;
    font-weight: 700
}

@media screen and (max-width: 600px) {
    h3 {
        font-size: 24px
    }
}

@media screen and (max-width: 420px) {
    h3 {
        font-size: 22px
    }
}

h4 {
    font-family: 'Roboto Slab', serif;
    font-size: 24px;
    font-weight: 700
}

@media screen and (max-width: 600px) {
    h4 {
        font-size: 20px
    }
}

@media screen and (max-width: 420px) {
    h4 {
        font-size: 18px
    }
}

h5 {
    font-family: 'Roboto Slab', serif;
    font-size: 22px;
    font-weight: 700
}

@media screen and (max-width: 600px) {
    h5 {
        font-size: 18px
    }
}

p {
    font-size: 18px;
    line-height: 1.6
}

a {
    text-decoration: none;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

ul {
    font-size: 18px;
    margin: 40px 0 30px
}

li {
    font-size: 18px;
    margin-bottom: 10px
}

.wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    /*overflow: hidden;*/
    transition: -webkit-transform .4s;
    -webkit-transition: -webkit-transform .4s;
    -o-transition: transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
    transition: transform .4s, -webkit-transform .4s
}

.wrapper.with-background {
    background-image: url(/img/pattern.png);
    background-position: center -14rem;
    position: relative;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0.65) 100%), url(/img/pattern.png);
}

.content-section {
    flex: 1;
    background-color: #FFFFFF;
    margin-top: 8px;
    padding-bottom: 36px
}

@media screen and (max-width: 420px) {
    .content-section {
        margin-top: 80px
    }
}

.content-section.without-background {
    background-color: transparent
}

.view-port {
    width: 100%;
    margin: 0 auto;
    padding-left: 60px;
    padding-right: 60px;
    max-width: 1200px
}

@media screen and (max-width: 700px) {
    .view-port {
        padding-left: 50px;
        padding-right: 50px
    }
}

@media screen and (max-width: 460px) {
    .view-port {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media screen and (max-width: 420px) {
    .view-port {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media screen and (max-width: 320px) {
    .view-port {
        padding-left: 20px;
        padding-right: 20px
    }
}

.slim-view-port {
    width: 100%;
    margin: 0 auto;
    padding-left: 60px;
    padding-right: 60px;
    max-width: 900px
}

@media screen and (max-width: 700px) {
    .slim-view-port {
        padding-left: 50px;
        padding-right: 50px
    }
}

@media screen and (max-width: 460px) {
    .slim-view-port {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media screen and (max-width: 420px) {
    .slim-view-port {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media screen and (max-width: 320px) {
    .slim-view-port {
        padding-left: 20px;
        padding-right: 20px
    }
}

.field-is-empty {
    border-color: #F63C3C !important
}

@media screen and (max-width: 820px) {
    .no-mobile-tag {
        display: none
    }
}

@media screen and (max-width: 341px) {
    .no-xs-mobile-tag {
        display: none
    }
}

.only-mobile-tag {
    display: none
}

@media screen and (max-width: 820px) {
    .only-mobile-tag {
        display: block
    }
}

.alert-flash {
    color: #0DB97A;
    font-size: 18px;
    font-weight: 500;
    position: absolute;
    top: 70px
}

.alert-flash.error {
    color: #F63C3C !important
}

.alert-flash.for-registration {
    top: 53px !important
}

.form-group {
    margin-bottom: 0 !important
}

.help-block-error {
    color: #F63C3C !important
}

.has-error .help-block {
    color: #F63C3C !important
}

.top12 {
    margin-top: 12px !important
}

.main-loader {
    position: absolute;
    width: 100vw;
    height: 100vh;
    z-index: 62;
    background: rgba(255, 255, 255, .7);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.main-loader__spin {
    -webkit-animation: colors 4s ease-in-out infinite;
    animation: colors 4s ease-in-out infinite
}

.text-to-right {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

input {
    padding: 10px;
    font-weight: 500;
    font-size: 16px;
    border-radius: 10px;
    border: 1px solid #BEC3C6;
    width: 140px
}

.checkbox input[type=checkbox] {
    display: none
}

.checkbox label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 0;
    font-size: 16px
}

.checkbox label:before {
    content: "";
    display: inline-block;
    height: 20px;
    width: 20px;
    border-radius: 4px;
    margin-right: 12px;
    border: 1px solid rgba(0, 0, 0, .4);
    background: #FFFFFF
}

.select {
    position: relative;
    margin-top: 12px
}

.select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #FFFFFF;
    padding: 10px 52px 10px 16px;
    font-size: 16px;
    border-radius: 10px;
    border: 1px solid #BEC3C6;
    height: 48px
}

.select:after {
    content: "▲";
    line-height: 1.6;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    position: absolute;
    right: 16px;
    top: 12px
}

.select-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.select-section .select {
    margin-right: 12px
}

.main-map__title {
    font-family: 'Roboto Slab', sans-serif;
    font-size: 38px;
    font-weight: 700;
    line-height: 100%;
    color: #333333;
    margin-bottom: 28px
}

.main-map__info__region-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 45px
}

@media screen and (max-width: 500px) {
    .main-map__info__region-filter {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.main-map__info__region-filter__label {
    color: #919699;
    margin-right: 26px;
    font-size: 16px
}

.main-map__info__region-filter__dropdown-box {
    width: 44%
}

@media screen and (max-width: 500px) {
    .main-map__info__region-filter__dropdown-box {
        width: 100%
    }
}

.main-map__info__region-filter__dropdown-box button {
    width: 100%;
    text-align: left;
    position: relative;
    font-size: 16px;
    border-radius: 6px;
    background-color: #FFFFFF
}

.main-map__info__region-filter__dropdown-box .caret {
    position: absolute;
    right: 10px;
    top: 18px
}

.main-map__info__region-filter__dropdown-box ul {
    width: 100%;
    font-size: 16px;
    border-radius: 6px
}

.main-map__info__region-filter__dropdown-box ul a {
    cursor: pointer
}

.main-map__info__region-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.main-map__info__region-data__place {
    overflow: hidden;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: calc(33% - 9px);
    flex-basis: calc(33% - 9px);
    max-width: calc(33% - 9px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    position: relative;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-right: 9px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-weight: 500;
    -ms-flex-item-align: start;
    align-self: start;
    margin-bottom: 30px
}

@media screen and (max-width: 650px) {
    .main-map__info__region-data__place {
        -ms-flex-preferred-size: calc(50% - 9px);
        flex-basis: calc(50% - 9px);
        max-width: calc(50% - 9px)
    }

    .main-map__info__region-data__place:nth-child(2n) {
        margin-right: 0;
        margin-left: 9px
    }

    .main-map__info__region-data__place:nth-child(odd) {
        margin-left: 0;
        margin-right: 9px
    }

    .main-map__info__region-data__place:nth-child(odd):last-child {
        margin-right: 0
    }
}

@media screen and (max-width: 450px) {
    .main-map__info__region-data__place {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .main-map__info__region-data__place:nth-child(2n) {
        margin-right: 0;
        margin-left: 0
    }

    .main-map__info__region-data__place:nth-child(odd) {
        margin-right: 0;
        margin-left: 0
    }
}

.main-map__info__region-data__place__street {
    font-weight: 300
}

.main-media__title {
    font-family: 'Roboto Slab', sans-serif;
    font-size: 38px;
    font-weight: 700;
    line-height: 100%;
    color: #333333;
    margin-bottom: 28px
}

.main-media__sub-title {
    font-family: 'Roboto Slab', sans-serif;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 22px;
    color: #333333;
    margin: 40px 0 30px 0
}

.main-media__contacts {
    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-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 30px 0
}

.main-media__contacts__contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 12px
}

.main-media__contacts__icon {
    height: 25px;
    width: 40px;
    float: left;
    background-repeat: no-repeat;
    background-position: left center
}

.main-media__contacts__value {
    font-size: 22px;
    color: #333333
}

.main-media__contacts__value.it-mail {
    color: #3D94FF;
    -webkit-transition: .3s color;
    -o-transition: .3s color;
    transition: .3s color;
    cursor: pointer
}

.main-media__contacts__value.it-mail:hover {
    color: #F64A4A
}

.main-media__description {
    color: #333333;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 400
}

.main-media__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media screen and (max-width: 767px) {
    .main-media__links {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.main-media__press-link {
    overflow: hidden;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: calc(33% - 9px);
    flex-basis: calc(33% - 9px);
    max-width: calc(33% - 9px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    position: relative;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-right: 9px
}

@media screen and (max-width: 650px) {
    .main-media__press-link {
        -ms-flex-preferred-size: calc(50% - 9px);
        flex-basis: calc(50% - 9px);
        max-width: calc(50% - 9px)
    }

    .main-media__press-link:nth-child(2n) {
        margin-right: 0;
        margin-left: 9px
    }

    .main-media__press-link:nth-child(odd) {
        margin-left: 0;
        margin-right: 9px
    }

    .main-media__press-link:nth-child(odd):last-child {
        margin-right: 0
    }
}

@media screen and (max-width: 450px) {
    .main-media__press-link {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .main-media__press-link:nth-child(2n) {
        margin-right: 0;
        margin-left: 0
    }

    .main-media__press-link:nth-child(odd) {
        margin-right: 0;
        margin-left: 0
    }
}

.main-media__press-link__text {
    color: #3D94FF;
    text-decoration: underline;
    line-height: 43px;
    -webkit-transition: .3s color;
    -o-transition: .3s color;
    transition: .3s color;
    font-size: 17px;
    line-height: 20px
}

.main-media__press-link__text:hover {
    color: #F64A4A
}

.main-media__press-icon {
    height: 43px;
    margin-right: 20px;
    float: left
}

.main-media__press-articles {
    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-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.main-media__press-articles__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px
}

.main-media__press-articles__item__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #A1A1A1;
    font-size: 18px
}

.main-media__press-articles__item__value {
    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-flex: 30;
    -ms-flex: 30;
    flex: 30
}

.main-media__press-articles__item__value__link {
    color: #3D94FF;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    font-size: 18px;
    text-decoration: underline
}

.main-media__press-articles__item__value__link:hover {
    color: #F64A4A;
    text-decoration: none
}

.main-media__press-articles__item__value__source {
    color: #515151;
    font-size: 18px
}

.main-media__show-more-box {
    margin-top: 20px
}

.main-media__show-more-box__button {
    width: 100%;
    border: 2px solid #2A89F5;
    border-radius: 12px;
    padding: 32px 0;
    cursor: pointer;
    font-weight: 400;
    font-size: 20px;
    color: #34599C;
    display: block;
    text-align: center;
    -webkit-transition: .3s background-color;
    -o-transition: .3s background-color;
    transition: .3s background-color
}

.main-media__show-more-box__button:hover {
    background-color: #E7F8FF
}

.main-my-orders {
    position: relative
}

.main-my-orders__content__title {
    font-family: 'Roboto Slab', sans-serif;
    font-size: 38px;
    font-weight: 700;
    line-height: 100%;
    color: #333333;
    margin-bottom: 28px
}

.main-my-orders__content__orders__order__date {
    font-size: 16px;
    font-weight: 300;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #959A9C;
    margin: 20px 0
}

.main-my-orders__content__orders__order__items-box {
    border: 2px solid #EEEEEE;
    border-radius: 16px;
    padding: 8px 46px 30px 38px
}

.main-my-orders__content__orders__order__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 46px;
    margin-top: 30px
}

.main-my-orders__content__orders__order__item__img {
    height: 96px;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 20px;
    height: 70px;
    margin-bottom: 0
}

.main-my-orders__content__orders__order__item__details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: 34px;
    min-height: 100px;
    padding-bottom: 30px;
    border-bottom: 1px solid #E1E1E1
}

@media screen and (max-width: 600px) {
    .main-my-orders__content__orders__order__item__details {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin-left: 0
    }
}

.main-my-orders__content__orders__order__item__info {
    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-flex: 2;
    -ms-flex: 2;
    flex: 2
}

.main-my-orders__content__orders__order__item__info > * {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.main-my-orders__content__orders__order__item__category {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px
}

.main-my-orders__content__orders__order__item__description {
    color: #848484;
    font-size: 16px
}

.main-my-orders__content__orders__order__item__name {
    color: #1C70ED;
    border-bottom: 1px dotted #1C70ED;
    font-size: 16px
}

.main-my-orders__content__orders__order__item__count {
    font-size: 18px;
    color: #8D8D8D;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.main-my-orders__content__orders__order__item__count__value {
    color: #000000;
    margin-right: 4px
}

.main-my-orders__content__orders__order__item__amount {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 20px;
    font-weight: 700
}

.main-my-orders__content__orders__order__item__currency {
    font-weight: 400;
    margin-left: 6px
}

.main-my-orders__content__orders__order__reply-pay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px
}

@media screen and (max-width: 600px) {
    .main-my-orders__content__orders__order__reply-pay {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.main-my-orders__content__orders__order__reply-pay-button {
    background-color: #0DB97A;
    padding: 15px 30px;
    border-radius: 50px;
    -webkit-transition: .3s background-color;
    -o-transition: .3s background-color;
    transition: .3s background-color;
    color: #FEFEFF;
    font-weight: 400;
    font-size: 16px;
    cursor: pointer
}

.main-my-orders__content__orders__order__reply-pay-button:hover {
    background-color: #05956B;
    color: #FEFEFF;
    text-decoration: none
}

.main-my-orders__content__orders__order__reply-pay-icon {
    color: #FEFEFF;
    margin-right: 12px
}

.main-my-orders__content__orders__order:last-child {
    margin-bottom: 56px
}

.main-my-orders__reply-order-popup {
    position: absolute;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    top: 150px;
    display: none
}

.main-my-orders__reply-order-popup__box {
    -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, .75);
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, .75);
    background-color: #FFFFFF;
    z-index: 5;
    border-radius: 20px;
    padding: 75px 150PX
}

.main-my-orders__reply-order-popup__title {
    color: #333333;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    font-family: 'Roboto Slab';
    margin-bottom: 50px
}

.main-my-orders__reply-order-popup__title__paragraph {
    line-height: 20px
}

.main-my-orders__reply-order-popup__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.main-my-orders__reply-order-popup__actions span {
    margin: 0 6px
}

.main-my-orders__reply-order-popup__actions__cancel {
    background-color: #0DB97A;
    padding: 15px 30px;
    border-radius: 50px;
    -webkit-transition: .3s background-color;
    -o-transition: .3s background-color;
    transition: .3s background-color;
    color: #FEFEFF;
    font-weight: 400;
    font-size: 16px;
    cursor: pointer;
    background-color: #ECECEC;
    color: #A4A4A4;
    font-size: 20px
}

.main-my-orders__reply-order-popup__actions__cancel:hover {
    background-color: #05956B;
    color: #FEFEFF;
    text-decoration: none
}

.main-my-orders__reply-order-popup__actions__cancel:hover {
    background-color: #DDDDDD;
    color: #979797
}

.main-my-orders__reply-order-popup__actions__add {
    background-color: #0DB97A;
    padding: 15px 30px;
    border-radius: 50px;
    -webkit-transition: .3s background-color;
    -o-transition: .3s background-color;
    transition: .3s background-color;
    color: #FEFEFF;
    font-weight: 400;
    font-size: 16px;
    cursor: pointer;
    font-size: 20px
}

.main-my-orders__reply-order-popup__actions__add:hover {
    background-color: #05956B;
    color: #FEFEFF;
    text-decoration: none
}

.main-our-help__title {
    font-family: 'Roboto Slab', sans-serif;
    font-size: 38px;
    font-weight: 700;
    line-height: 100%;
    color: #333333;
    margin-bottom: 28px
}

.main-our-help__text {
    color: #333333;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 400
}

.main-our-help__info-block {
    margin-bottom: 40px
}

.main-our-help__subtitle {
    font-family: 'Roboto Slab', sans-serif;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-bottom: 40px
}

.main-our-help__text {
    color: #333333;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 400
}

.families-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: flex-start;
    flex-direction: flex-start
}

.families-section__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(100% / 3 - 16px);
    flex: 0 1 calc(100% / 3 - 16px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 800px;
    -webkit-box-pack: justify-content;
    -ms-flex-pack: justify-content;
    justify-content: justify-content;
    border-radius: 12px;
    border: 2px solid #EEEEEE;
    padding: 18px;
    margin-right: 20px;
    margin-bottom: 20px
}

.families-section__block:nth-child(3n+3) {
    margin-right: 0
}

@media screen and (max-width: 980px) {
    .families-section__block {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(100% / 2 - 16px);
        flex: 0 1 calc(100% / 2 - 16px)
    }

    .families-section__block:nth-child(3n+3) {
        margin-right: 18px
    }

    .families-section__block:nth-child(2n+2) {
        margin-right: 0
    }
}

@media screen and (max-width: 760px) {
    .families-section__block {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        margin: auto;
        margin-bottom: 18px
    }

    .families-section__block:nth-child(3n+3) {
        margin-right: auto
    }

    .families-section__block:nth-child(2n+2) {
        margin-right: auto
    }
}

.families-section__block_top {
    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-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.families-section__block_middle {
    overflow: scroll;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    position: relative
}

.families-section__block_bottom {
    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-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.families-section__block__sum {
    margin-bottom: 12px;
    margin-top: 12px
}

.families-section__block__sum label {
    display: block;
    margin-bottom: 8px;
    font-weight: 400;
    line-height: 1.2;
    font-size: 16px
}

.families-section__block__sum input {
    padding: 10px;
    font-weight: 500;
    font-size: 16px;
    border-radius: 10px;
    border: 1px solid #BEC3C6;
    width: 140px
}

.families-section__block__donate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.families-section__block__donate__btn-donate {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    border-radius: 100px;
    padding: 10px 20px;
    background: #0DB97A;
    height: 48px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    text-align: center;
    font-weight: 600;
    color: #FFFFFF;
    font-size: 18px
}

.families-section__block__donate__btn-donate:hover {
    color: #FFFFFF;
    text-decoration: none;
    background: #0B9C67
}

.families-section__block__donate__set {
    padding: 12px 18px;
    border-radius: 10px;
    margin-bottom: 24px;
    margin-top: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #F8F7EE
}

.families-section__block__donate__set__pic {
    width: 34px;
    height: 34px;
    background-image: url(../img/sets/set_nabor-na-nedelyu.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

.families-section__block__aim {
    margin-bottom: 8px;
    margin-top: 20px
}

.families-section__block__aim__title {
    font-size: 16px;
    font-weight: 600
}

.families-section__block__aim__scale {
    width: 100%;
    height: 8px;
    border-radius: 10px;
    margin-top: 8px;
    background: rgba(0, 0, 0, .05)
}

.families-section__block__aim__scale__line {
    width: 0%;
    background: gray;
    height: inherit;
    border-radius: 20px
}

.families-section__block__aim__scale__line_low {
    background: #FF5757
}

.families-section__block__aim__scale__line_medium {
    background: #FFC62E
}

.families-section__block__aim__scale__line_high {
    background: #0DB97A
}

.families-section__block__tags {
    margin-bottom: 10px
}

.families-section__block__tags a:hover {
    color: #FF5757
}

.families-section__block__title {
    font-family: Roboto, serif;
    font-size: 20px;
    font-weight: 700
}

.families-section__block__description {
    font-size: 15px;
    height: 10%;
    line-height: 1.5;
    position: relative
}

.families-section__block__description__show-more {
    z-index: 9999;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #FFFFFF;
    padding: 6px 6px 6px 16px;
    border-radius: 4px;
    margin-bottom: -6px
}

.families-section__block__picture {
    width: 100%;
    min-height: 200px;
    height: 200px;
    margin-bottom: 10px;
    border-radius: 4px;
    background-size: cover
}

.main-partners__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 2px solid #EEEEEE;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 30px;
    padding: 20px 20px 28px
}

.main-partners__item__link {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.main-partners__item__link:hover {
    text-decoration: none
}

.main-partners__item__link:hover .main-partners__item__name {
    color: #3D94FF
}

.main-partners__item__img {
    width: 100%;
    border-radius: 4px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 16px
}

.main-partners__item__name {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    color: #333333;
    -webkit-transition: .2s color;
    -o-transition: .2s color;
    transition: .2s color;
    margin-bottom: 10px
}

.main-partners__item__description {
    font-size: 16px;
    color: #4C4C4C
}

.main-partnership__info-blocks {
    margin-top: 20px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.main-partnership__box-shop {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(50% - 20px);
    flex: 0 1 calc(50% - 20px);
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all;
    position: relative;
    margin-right: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 20px;
    margin-bottom: 40px
}

.main-partnership__box-shop:nth-child(2n) {
    margin-right: 0
}

@media screen and (max-width: 620px) {
    .main-partnership__box-shop {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        margin-right: 0
    }
}

@media screen and (max-width: 620px) {
    .main-partnership__box-shop {
        margin-top: 0;
        margin-bottom: 30px
    }
}

.main-partnership__box-shop__picture {
    width: 160px;
    height: 80px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 16px
}

.main-partnership__box-shop__description {
    font-size: 16px;
    margin-top: 12px;
    line-height: 24px;
    text-align: left
}

.main-partnership__attachment {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.main-partnership__attachment:hover {
    text-decoration: none
}

.main-partnership__attachment__icon {
    width: 46px;
    margin-right: 20px;
    margin-bottom: auto
}

.main-partnership__attachment__text {
    color: #3D94FF;
    text-decoration: underline;
    line-height: 43px;
    -webkit-transition: .3s color;
    -o-transition: .3s color;
    transition: .3s color;
    line-height: inherit;
    font-size: 18px;
    line-height: 1.2
}

.main-partnership__attachment__text:hover {
    color: #F64A4A
}

.main-partnership__slider-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.main-partnership__slider-box__slide {
    max-height: 400px;
    min-height: 400px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    display: none
}

.main-partnership__slider-box__slide__description {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .5);
    color: #FFFFFF;
    padding: 12px;
    font-weight: 300
}

.main-partnership__slider-box__slide.active {
    display: block
}

.main-partnership__slider-box__pager {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 12px;
    margin-bottom: 30px;
    height: 14px
}

.main-partnership__slider-box__pager__to-slide {
    height: 10px;
    width: 10px;
    margin-right: 10px;
    cursor: pointer;
    border-radius: 50%;
    background-color: #E4E8EA;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all
}

.main-partnership__slider-box__pager__to-slide.active {
    width: 14px;
    height: 14px;
    background-color: #EF4F43
}

.main-partnership__slider-box__pager__to-slide:last-child {
    margin-right: 0
}

.main-partnership__media-box {
    width: 100%
}

.main-partnership__media-box iframe {
    max-width: 100% !important
}

.main-payment__variables {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 24px
}

.main-payment__variables__set-variable {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 9px 20px 9px 14px;
    margin-right: 7px;
    cursor: pointer;
    -webkit-transition: .3s background-color;
    -o-transition: .3s background-color;
    transition: .3s background-color;
    border-radius: 8px
}

.main-payment__variables__set-variable__choose {
    right: 13px;
    width: 20px;
    height: 20px;
    border: 1px solid #BFBFBD;
    border-radius: 50%;
    margin-right: 12px;
    background-color: #FFFFFF
}

.main-payment__variables__set-variable__name {
    color: #000000;
    font-size: 16px
}

.main-payment__variables__set-variable:last-child {
    margin-right: 0
}

.main-payment__variables__set-variable:hover {
    background-color: #F8F7EE
}

.main-payment__variables__set-variable.active {
    background-color: #E0F5FF
}

.main-payment__variables__set-variable.active .main-payment__variables__set-variable__choose {
    border: 5px solid #1C70ED
}

@media screen and (max-width: 600px) {
    .main-payment__variables {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.main-payment__card {
    margin-top: 28px
}

.main-payment__card__login-input {
    width: 100%;
    border: 1px solid #BEC3C6;
    padding: 15px 16px;
    border-radius: 8px;
    font-size: 18px
}

.main-payment__card__login-input:focus {
    outline: 0
}

.main-payment__card__login-input:focus {
    outline: 0
}

.main-payment__card__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.main-payment__card__info > * {
    margin: 0 9px
}

.main-payment__card__info__number {
    -webkit-box-flex: 5;
    -ms-flex: 5;
    flex: 5
}

@media screen and (max-width: 600px) {
    .main-payment__card__info__number {
        -webkit-box-flex: 2;
        -ms-flex: 2;
        flex: 2
    }
}

.main-payment__card__info__date {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2
}

@media screen and (max-width: 600px) {
    .main-payment__card__info__date {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
}

.main-payment__card__info__cvs {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.main-payment__card__info__empty {
    -webkit-box-flex: 4;
    -ms-flex: 4;
    flex: 4
}

@media screen and (max-width: 600px) {
    .main-payment__card__info__empty {
        -webkit-box-flex: 0;
        -ms-flex: 0;
        flex: 0
    }
}

.main-payment__card__owner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 18px
}

.main-payment__card__owner > * {
    margin: 0 9px
}

.main-payment__card__owner__name {
    -webkit-box-flex: 4;
    -ms-flex: 4;
    flex: 4
}

.main-payment__card__owner__empty {
    -webkit-box-flex: 5;
    -ms-flex: 5;
    flex: 5
}

.main-payment__pay-button {
    background-color: #0DB97A;
    padding: 15px 62px;
    border-radius: 50px;
    -webkit-transition: .3s background-color;
    -o-transition: .3s background-color;
    transition: .3s background-color;
    color: #FEFEFF;
    font-weight: 500;
    font-size: 20px;
    cursor: pointer;
    text-align: center
}

.main-payment__pay-button.in-progress {
    background-color: #848484;
    cursor: default
}

.main-payment__pay-button.in-progress:hover {
    background-color: #848484 !important
}

.main-payment__pay-button:hover {
    background-color: #05956B;
    color: #FEFEFF;
    text-decoration: none
}

.main-profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media screen and (max-width: 820px) {
    .main-profile {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.main-profile__profile-content {
    padding: 0 0 0 40px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 70%;
    flex: 1 1 70%
}

@media screen and (max-width: 820px) {
    .main-profile__profile-content {
        padding: 0
    }
}

.main-profile__profile-content__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.main-profile__profile-content__box__avatar-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.main-profile__profile-content__box__avatar {
    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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 160px;
    min-height: 160px;
    max-width: 160px;
    max-height: 160px;
    margin-top: 65px;
    margin-right: 50px;
    overflow: hidden;
    border-radius: 50%;
    background-color: #F9FBFC;
    color: #8E8E8E
}

.main-profile__profile-content__box__avatar__description {
    text-align: center;
    margin-top: 10px
}

.main-profile__profile-content__box__avatar.empty {
    cursor: pointer
}

.main-profile__profile-content__box__avatar-source {
    width: 100%
}

.main-profile__profile-content__box__avatar-change {
    text-align: center;
    margin-right: 50px;
    margin-top: 6px;
    cursor: pointer;
    font-size: 12px
}

.main-profile__profile-content__box__info__label {
    color: #919699;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 10px
}

.main-profile__profile-content__box__info__name {
    width: 100%;
    border: 1px solid #BEC3C6;
    padding: 15px 16px;
    border-radius: 8px;
    font-size: 18px;
    color: #333333
}

.main-profile__profile-content__box__info__name:focus {
    outline: 0
}

.main-profile__profile-content__box__info__sex-box {
    margin-bottom: 17px
}

.main-profile__profile-content__box__info__choose {
    vertical-align: top;
    width: 17px;
    height: 17px;
    margin: 0 3px 0 0
}

.main-profile__profile-content__box__info__choose + label {
    cursor: pointer
}

.main-profile__profile-content__box__info__choose:not(checked) {
    position: absolute;
    opacity: 0
}

.main-profile__profile-content__box__info__choose:not(checked) + label {
    position: relative;
    padding: 0 0 0 30px;
    margin-right: 30px;
    font-size: 18px;
    font-weight: 400;
    color: #333333
}

.main-profile__profile-content__box__info__choose:not(checked) + label:last-child {
    margin-right: 0
}

.main-profile__profile-content__box__info__choose:not(checked) + label:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #BFBFBF;
    border-radius: 50%
}

.main-profile__profile-content__box__info__choose:not(checked) + label:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #FFFFFF;
    border: 5px solid #1C70ED;
    opacity: 0;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.main-profile__profile-content__box__info__choose:checked + label:after {
    opacity: 1
}

.main-profile__profile-content__box__datepicker {
    position: relative
}

.main-profile__profile-content__box__datepicker-icon {
    position: absolute;
    top: 60px;
    right: 27px
}

@media screen and (max-width: 500px) {
    .main-profile__profile-content__box {
        -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
    }
}

.main-profile__profile-content__delimiter {
    background-color: #EBEDEE;
    height: 2px;
    margin: 12px 0
}

.main-profile__profile-content__data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.main-profile__profile-content__data__contacts {
    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-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 44px
}

@media screen and (max-width: 767px) {
    .main-profile__profile-content__data__contacts {
        margin: 0
    }
}

.main-profile__profile-content__data__password {
    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-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 44px
}

@media screen and (max-width: 767px) {
    .main-profile__profile-content__data__password {
        margin: 0
    }
}

@media screen and (max-width: 767px) {
    .main-profile__profile-content__data {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.main-profile__profile-content__save-button {
    background-color: #0DB97A;
    padding: 15px 30px;
    border-radius: 50px;
    -webkit-transition: .3s background-color;
    -o-transition: .3s background-color;
    transition: .3s background-color;
    color: #FEFEFF;
    font-weight: 500;
    font-size: 20px;
    border: none
}

.main-profile__profile-content__save-button:hover {
    background-color: #05956B;
    color: #FEFEFF;
    text-decoration: none
}

.main-profile__profile-content__save-button:active, .main-profile__profile-content__save-button:focus {
    outline: 0;
    outline-offset: 0
}

.main-profile__profile-menu__list {
    padding: 0;
    margin-top: 30px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media screen and (max-width: 820px) {
    .main-profile__profile-menu__list {
        margin-top: 20px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 20px
    }
}

.main-profile__profile-menu__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 8px
}

.main-profile__profile-menu__item:last-child {
    margin-bottom: 0
}

.main-profile__profile-menu__link {
    border-radius: 24px;
    cursor: pointer;
    color: #000000;
    font-size: 18px;
    padding: 8px 20px;
    -webkit-transition: .2s color;
    -o-transition: .2s color;
    transition: .2s color
}

.main-profile__profile-menu__link.active {
    background-color: #FFDF92
}

.main-profile__profile-menu__link:hover {
    text-decoration: none;
    color: #507086
}

.main-profile__profile-menu__link:focus {
    text-decoration: none
}

.main-registration__title {
    font-family: 'Roboto Slab', sans-serif;
    font-size: 38px;
    font-weight: 700;
    line-height: 100%;
    color: #333333;
    margin-bottom: 28px
}

.main-registration__buyer-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    margin-bottom: 30px
}

.main-registration__buyer-type__set-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 9px 20px 9px 14px;
    margin-right: 7px;
    cursor: pointer;
    -webkit-transition: .3s background-color;
    -o-transition: .3s background-color;
    transition: .3s background-color;
    border-radius: 8px
}

.main-registration__buyer-type__set-type__choose {
    right: 13px;
    width: 20px;
    height: 20px;
    border: 1px solid #BFBFBD;
    border-radius: 50%;
    margin-right: 12px;
    background-color: #FFFFFF
}

.main-registration__buyer-type__set-type__name {
    color: #000000;
    font-size: 16px
}

.main-registration__buyer-type__set-type:last-child {
    margin-right: 0
}

.main-registration__buyer-type__set-type:hover {
    background-color: #F8F7EE
}

.main-registration__buyer-type__set-type.active {
    background-color: #E0F5FF
}

.main-registration__buyer-type__set-type.active .main-registration__buyer-type__set-type__choose {
    border: 5px solid #1C70ED
}

.main-registration__form__label-input {
    color: #919699;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 10px
}

.main-registration__form__input {
    width: 100%;
    border: 1px solid #BEC3C6;
    padding: 15px 16px;
    border-radius: 8px
}

.main-registration__form__input:focus {
    outline: 0
}

.main-registration__form__input:focus {
    outline: 0
}

.main-registration__accepts {
    margin-top: 20px
}

.main-registration__accepts__checkbox {
    display: none
}

.main-registration__accepts__checkbox + label {
    display: block;
    position: relative;
    padding-left: 32px;
    margin-bottom: 20px;
    font-size: 14 spx;
    font-weight: 400;
    color: #333333;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.main-registration__accepts__checkbox + label:last-child {
    margin-bottom: 0
}

.main-registration__accepts__checkbox + label:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #B7B7B7;
    border-radius: 4px;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all .12s, border-color .08s;
    -o-transition: all .12s, border-color .08s;
    transition: all .12s, border-color .08s
}

.main-registration__accepts__checkbox:checked + label:before {
    background-color: #1C70ED;
    border-color: #1C70ED;
    content: '\f00c';
    font-family: FontAwesome;
    color: #FFFFFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.main-registration__accepts__link {
    color: #333333;
    text-decoration: underline
}

.main-registration__accepts__link:hover {
    color: #F64A4A
}

.main-registration__action__button {
    background-color: #0DB97A;
    padding: 15px 30px;
    width: auto;
    border-radius: 50px;
    -webkit-transition: .3s background-color;
    -o-transition: .3s background-color;
    transition: .3s background-color;
    color: #FEFEFF;
    font-weight: 500;
    font-size: 20px;
    border: none;
    margin-top: 30px
}

.main-registration__action__button:hover {
    background-color: #05956B;
    color: #FEFEFF;
    text-decoration: none
}

.main-registration__legal-entity-request {
    border-top: 1px solid #D7D7D7;
    border-bottom: 1px solid #D7D7D7;
    padding: 30px 0 40px 0;
    margin-top: 40px
}

.main-registration__legal-entity-request__title {
    font-family: 'Roboto Slab', sans-serif;
    font-size: 38px;
    font-weight: 700;
    line-height: 100%;
    color: #333333;
    margin-bottom: 28px;
    font-size: 24px
}

.main-registration__legal-entity-request__variables__set-variable {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 9px 20px 9px 14px;
    margin-right: 7px;
    cursor: pointer
}

.main-registration__legal-entity-request__variables__set-variable__choose {
    right: 13px;
    width: 20px;
    height: 20px;
    border: 1px solid #BFBFBD;
    border-radius: 50%;
    margin-right: 12px;
    background-color: #FFFFFF
}

.main-registration__legal-entity-request__variables__set-variable__name {
    color: #000000;
    font-size: 16px
}

.main-registration__legal-entity-request__variables__set-variable.active .main-registration__legal-entity-request__variables__set-variable__choose {
    border: 5px solid #1C70ED
}

.main-report {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.main-report__title {
    font-family: 'Roboto Slab', sans-serif;
    font-size: 38px;
    font-weight: 700;
    line-height: 100%;
    color: #333333;
    margin-bottom: 28px;
    margin-bottom: 20px
}

.main-report__date {
    color: #333333;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 400;
    color: #B6B6B6;
    font-size: 16px;
    margin-bottom: 16px;
    display: block
}

.main-report__cover {
    width: 100%;
    height: auto;
    margin-bottom: 20px
}

.main-report__description {
    margin-bottom: 20px;
    display: block;
    float: left
}

.main-report__description h1 {
    color: #333333;
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    font-size: 26px
}

.main-report__description h2 {
    color: #333333;
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    font-size: 24px
}

.main-report__description h3 {
    color: #333333;
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    font-size: 22px
}

.main-report__description h4 {
    color: #333333;
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    font-size: 20px
}

.main-report__description h5 {
    color: #333333;
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    font-size: 18px
}

.main-report__description h6 {
    color: #333333;
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    font-size: 16px
}

.main-report__description p {
    color: #333333;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 400
}

.main-report__description img {
    width: 100%;
    border-radius: 12px;
    margin-bottom: 20px
}

.main-report__subtitle {
    color: #333333;
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    font-size: 24px
}

.main-report__table-box {
    display: block;
    width: 100%;
    float: left;
    margin: 10px 0 40px 0
}

.main-report__table-box__intro p {
    color: #333333;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 400
}

.main-report__table-box__table-container {
    margin-top: 12px;
    border: 2px solid #DEDEDE;
    border-radius: 8px;
    overflow: hidden
}

.main-report__table-box__table {
    width: 100%;
    padding: 12px 0
}

.main-report__table-box__table > tbody > tr {
    padding: 25px 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 16px
}

.main-report__table-box__table > tbody > tr:nth-of-type(odd) {
    background-color: #F3F5F7
}

.main-report__resume {
    display: block;
    float: left
}

.main-report__resume h1 {
    color: #333333;
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    font-size: 26px
}

.main-report__resume h2 {
    color: #333333;
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    font-size: 24px
}

.main-report__resume h3 {
    color: #333333;
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    font-size: 22px
}

.main-report__resume h4 {
    color: #333333;
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    font-size: 20px
}

.main-report__resume h5 {
    color: #333333;
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    font-size: 18px
}

.main-report__resume h6 {
    color: #333333;
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    font-size: 16px
}

.main-report__resume p {
    color: #333333;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 400
}

.main-report__resume img {
    width: 100%;
    border-radius: 12px
}

.main-report__report-files {
    display: block;
    float: left
}

.main-report__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 30px 0
}

@media screen and (max-width: 767px) {
    .main-report__links {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.main-report__report-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.main-report__report-link:first-child {
    margin-right: 45px
}

.main-report__report-link:hover {
    text-decoration: none
}

.main-report__report-link__text {
    color: #3D94FF;
    text-decoration: underline;
    line-height: 43px;
    -webkit-transition: .3s color;
    -o-transition: .3s color;
    transition: .3s color
}

.main-report__report-link__text:hover {
    color: #F64A4A
}

@media screen and (max-width: 638px) {
    .main-report__report-link__text {
        line-height: inherit
    }
}

@media screen and (max-width: 767px) {
    .main-report__report-link {
        margin: 6px 0
    }
}

.main-report__report-icon {
    height: 43px;
    margin-right: 20px;
    float: left
}

.main-reports__intro__text {
    color: #333333;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 400
}

.main-reports__intro__image {
    width: 100%;
    border-radius: 12px;
    margin-top: 12px
}

.main-reports__period-choice {
    margin: 40px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.main-reports__period-choice__title {
    color: #333333;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 400;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 6px
}

.main-reports__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.main-reports__items__item {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(50% - 20px);
    flex: 0 1 calc(50% - 20px);
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all;
    position: relative;
    margin-right: 40px;
    margin-right: 20px;
    -ms-flex: 0 1 calc(50% - 10px);
    flex: 0 1 calc(50% - 10px);
    border: 2px solid #EEEEEE;
    border-radius: 12px;
    padding: 18px;
    margin-bottom: 20px
}

.main-reports__items__item:nth-child(2n) {
    margin-right: 0
}

@media screen and (max-width: 620px) {
    .main-reports__items__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        margin-right: 0
    }
}

.main-reports__items__item__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
}

.main-reports__items__item__link:hover {
    text-decoration: none
}

.main-reports__items__item__image {
    height: 390px;
    border-radius: 8px;
    background-position: top;
    background-size: cover
}

.main-reports__items__item__date {
    color: #333333;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 12px;
    color: #B6B6B6
}

.main-reports__items__item__title {
    color: #333333;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3
}

.main-reports__items__item:hover {
    border-color: #0DB97A
}

@media screen and (max-width: 450px) {
    .main-reports__items__item {
        padding: 20px
    }
}

.main-reports__show-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.main-reports__show-more__button {
    width: 100%;
    text-align: center;
    padding: 28px 0 30px 0;
    color: #177FF4;
    border: 2px solid #9EC9FA;
    cursor: pointer;
    border-radius: 12px;
    font-size: 20px;
    margin-top: 20px;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all
}

.main-reports__show-more__button:hover {
    color: #F63C3C;
    border-color: #F64A4A
}

.main-site-error {
    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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.main-site-error__cover {
    width: 100%;
    z-index: 56
}

.main-site-error__hint {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 700;
    text-align: center;
    font-size: 2em;
    z-index: 56
}

.main-site-error__link {
    text-transform: uppercase;
    padding: 14px 20px 18px 20px;
    margin-top: 14px
}

.main-subscribes__title {
    font-family: 'Roboto Slab', sans-serif;
    font-size: 38px;
    font-weight: 700;
    line-height: 100%;
    color: #333333;
    margin-bottom: 28px
}

.main-subscribes__intro-text {
    color: #333333;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 400
}

.main-subscribes__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 32px
}

.main-subscribes__items__item {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(50% - 20px);
    flex: 0 1 calc(50% - 20px);
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all;
    position: relative;
    margin-right: 40px;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 2px solid #EEEEEE;
    border-radius: 18px;
    margin-bottom: 36px;
    padding: 12px 36px 26px 36px;
    min-height: 305px;
    cursor: pointer
}

.main-subscribes__items__item:nth-child(2n) {
    margin-right: 0
}

@media screen and (max-width: 620px) {
    .main-subscribes__items__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        margin-right: 0
    }
}

.main-subscribes__items__item__amount {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 22px;
    color: #000000
}

.main-subscribes__items__item__icon {
    max-width: 100%;
    height: 80px;
    background-position: left center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    margin: 24px 0
}

.main-subscribes__items__item__title {
    color: #010101;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 14px
}

.main-subscribes__items__item__description {
    color: #757575
}

.main-subscribes__items__item.active, .main-subscribes__items__item:hover {
    border-color: #0DB97A
}

.main-subscribes__items__item.it-my-subscribe .main-subscribes__subscribed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.main-subscribes__free-subscribes {
    margin: 26px 0 12px 0
}

.main-subscribes__free-subscribes__title {
    font-family: 'Roboto Slab', sans-serif;
    font-weight: 400
}

.main-subscribes__free-subscribes__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.main-subscribes__free-subscribes__subscribe {
    margin: 12px 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12px 0 24px 0;
    border-bottom: 1px solid #DEDEDE
}

.main-subscribes__free-subscribes__subscribe:last-child {
    border-bottom: none
}

.main-subscribes__free-subscribes__subscribe__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.main-subscribes__free-subscribes__subscribe__amount {
    font-weight: 700;
    font-size: 20px;
    margin-right: 20px
}

.main-subscribes__free-subscribes__subscribe__date {
    color: #919699
}

.main-subscribes__free-subscribes__subscribe__unsubscribe-button {
    background-color: #FF704A;
    padding: 12px 22px;
    border-radius: 50px;
    -webkit-transition: .3s background-color;
    -o-transition: .3s background-color;
    transition: .3s background-color;
    color: #FFFFFF;
    cursor: pointer
}

.main-subscribes__free-subscribes__subscribe__unsubscribe-button:hover {
    background-color: #C85638
}

.main-subscribes__free-subscribes__subscribe__unsubscribe-button.in-progress {
    background-color: #848484;
    cursor: default
}

.main-subscribes__subscribed {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, .8);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: default
}

.main-subscribes__subscribed__text {
    font-weight: 700;
    font-size: 20px
}

.main-subscribes__subscribed__button {
    margin-top: 20px;
    background-color: #0DB97A;
    padding: 15px 30px;
    border-radius: 50px;
    -webkit-transition: .3s background-color;
    -o-transition: .3s background-color;
    transition: .3s background-color;
    color: #FFFFFF;
    cursor: pointer
}

.main-subscribes__subscribed__button:hover {
    background-color: #05956B
}

.main-subscribes__subscribe-amount {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 20px 0 20px 0
}

.main-subscribes__subscribe-amount__text {
    color: #1C70ED;
    cursor: pointer;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    font-size: 20px;
    border-bottom: 1px dashed #1C70ED
}

.main-subscribes__subscribe-amount__text:hover {
    color: #F64A4A;
    border-color: #F64A4A
}

.main-subscribes__another-amount {
    border: 2px solid #EEEEEE;
    border-radius: 18px;
    display: none;
    padding: 10px;
    margin: 0 0 40px 0;
    position: relative
}

.main-subscribes__another-amount__data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -ms-flex-line-pack: center;
    align-content: center;
    padding: 0 33%
}

@media screen and (max-width: 820px) {
    .main-subscribes__another-amount__data {
        padding: 0 10%
    }
}

@media screen and (max-width: 435px) {
    .main-subscribes__another-amount__data {
        padding: 0
    }
}

.main-subscribes__another-amount__field {
    width: 100%;
    border: 1px solid #BEC3C6;
    padding: 15px 16px;
    border-radius: 8px;
    margin: 10px 0;
    font-size: 18px;
    color: #000000;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.main-subscribes__another-amount__field:focus {
    outline: 0
}

.main-subscribes__another-amount__currency {
    font-size: 18px;
    color: #000000;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 20px
}

.main-subscribes__another-amount__hint {
    position: absolute;
    color: #A1A1A1;
    right: 22px;
    bottom: 22px
}

@media screen and (max-width: 820px) {
    .main-subscribes__another-amount__hint {
        right: 10px;
        bottom: 10px
    }
}

.main-subscribes__subscribe-email {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #F6F5E9;
    border-radius: 8px;
    padding: 40px 16.49%
}

.main-subscribes__subscribe-email__label {
    color: #919699
}

.main-subscribes__subscribe-email__label span {
    color: #F63C3C
}

.main-subscribes__subscribe-email__field {
    width: 100%;
    border: 1px solid #BEC3C6;
    padding: 15px 16px;
    border-radius: 8px;
    margin: 10px 0 40px 0;
    font-size: 18px;
    color: #333333
}

.main-subscribes__subscribe-email__field:focus {
    outline: 0
}

.main-subscribes__subscribe-email__button {
    width: auto;
    margin: 0 auto;
    background-color: #0DB97A;
    padding: 25px 90px;
    border-radius: 50px;
    -webkit-transition: .3s background-color;
    -o-transition: .3s background-color;
    transition: .3s background-color;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: 500;
    font-size: 20px
}

.main-subscribes__subscribe-email__button:hover {
    background-color: #05956B;
    color: #FFFFFF;
    text-decoration: none
}

.main-subscribes__subscribe-email__button.in-progress {
    background-color: #848484;
    cursor: default
}

.main-subscribes__subscribe-email__button.in-progress:hover {
    background-color: #848484 !important
}

@media screen and (max-width: 820px) {
    .main-subscribes__subscribe-email__button {
        padding: 12px 20px
    }
}

.main-subscribes__notifications {
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 50px 0
}

.main-subscribes__notifications__safety {
    color: #757575;
    text-decoration: underline;
    -webkit-transition: .3s text-decoration;
    -o-transition: .3s text-decoration;
    transition: .3s text-decoration
}

.main-subscribes__notifications__safety:hover {
    color: #333333;
    text-decoration: none
}

.main-subscribes__notifications__decor-line {
    margin: 50px 0;
    border-bottom: 1px solid #DEDEDE
}

.main-subscribes__notifications__info {
    color: #757575
}

.main-subscribes__notifications__info-link {
    color: #1C70ED;
    -webkit-transition: .3s color;
    -o-transition: .3s color;
    transition: .3s color;
    text-decoration: underline
}

.main-subscribes__notifications__info-link:hover {
    color: #F63C3C
}

.main-thanks__title {
    font-family: 'Roboto Slab', sans-serif;
    font-size: 38px;
    font-weight: 700;
    line-height: 100%;
    color: #333333;
    margin-bottom: 28px
}

.main-thanks__success-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 34px 0 50px 0
}

.main-thanks__words {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.main-thanks__words__title {
    font-family: 'Roboto Slab', sans-serif;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px
}

.main-thanks__words__description {
    font-size: 16px
}

.main-thanks__words__to-profile {
    font-size: 16px;
    color: #3D94FF;
    text-decoration: underline;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all
}

.main-thanks__words__to-profile:hover {
    color: #F64A4A;
    text-decoration: none
}

.main-thanks__back-to-products {
    font-size: 16px;
    color: #3D94FF;
    text-decoration: underline;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    font-size: 18px;
    margin-top: 50px;
    display: block;
    width: 100%
}

.main-thanks__back-to-products:hover {
    color: #F64A4A;
    text-decoration: none
}

.main-cart__offert {
    width: calc(30% - 24px);
    float: left;
    margin-left: 24px
}

@media screen and (max-width: 930px) {
    .main-cart__offert {
        width: 50%;
        margin-left: 0
    }

    .main-profile__profile-menu__list li {
        display: block;
        width: 100%;
        margin: 10px 0;
    }

    .main-profile__profile-content__box__info {
        padding-left: 30px;
        padding-right: 30px;
        width: 100%;
    }

    .profile.main-profile.view-port .col-sm-9 {
        width: 100% !important;
    }

    .col-sm-9.main-profile__profile-content > form {
        width: 100% !important;
        display: block;
    }

    .col-sm-9.main-profile__profile-content form:last-child button.main-profile__profile-content__save-button {
        width: 100%;
        padding-left: 0 !important;
        padding-right: 0 !important;
        display: block;
        margin-top: 20px;
    }

    .main-registration__buyer-type__set-type__name {
        font-size: 14px;
    }

    .main-media__press-link {
        margin: 20px 0;
    }

    .main-media__press-link__text {
        margin-bottom: 0;
    }

    .main-my-orders__content__orders__order__item__details {
        margin-left: -70px;
        margin-top: 90px;
    }

    .main-my-orders__content__orders__order__item__count {
        margin-top: -52px;
        margin-bottom: 20px;
    }

    .main-my-orders__content__orders__order__reply-pay-button {
        padding: 15px 10px;
        margin-bottom: 20px;
    }

    .main-my-orders__content__orders__order__reply-pay-button i {
        display: none;
    }

    .main-subscribes__free-subscribes__subscribe {
        display: block !important;
    }

    .main-subscribes__free-subscribes__subscribe__info {
        width: 100% !important;
        justify-content: space-between !important;
    }

    .main-subscribes__free-subscribes__subscribe__unsubscribe-button.free-unsubscribe {
        margin-top: 20px !important;
        display: block !important;
        text-align: center !important;
        font-family: 'Roboto Slab', sans-serif !important;
    }

    .main-cart__cart-content__pay form#checkout-cart-form {
        margin: 14px 0 0px 0;
    }

    .main-cart__offert__action__label {
        padding-left: 0 !important;
    }

    .main-cart__cart-content__pay-button.cart-pay-action {
        display: block !important;
    }

    .main-profile__profile-content__save-button {
        width: 100% !important;
    }

    .col-sm-9.main-profile__profile-content > form {
        margin-left: 0 !important;
    }

    .main-content__product__hint__box {
        left: -400% !important;
    }
}

@media screen and (max-width: 500px) {
    .main-cart__offert {
        width: 100%
    }
}

.main-cart__offert__icon {
    margin-bottom: 12px
}

.main-cart__offert__icon img {
    height: 90px
}

.main-cart__offert__title {
    font-family: 'Roboto Slab', sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px
}

.main-cart__offert__hint {
    font-weight: 300;
    font-size: 16px
}

.main-cart__offert__action {
    margin-top: 24px;
    border: 2px solid #EEEEEE;
    border-radius: 8px;
    padding: 12px;
    text-align: left;
}

.main-cart__offert__action__label {
    padding-left: 30px !important;
}

.main-cart__offert__action__checkbox {
    display: none
}

.main-cart__offert__action__checkbox + label {
    display: block;
    position: relative;
    padding-left: 0px;
    margin-bottom: 20px;
    font-size: 14 spx;
    font-weight: 400;
    color: #333333;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.main-cart__offert__action__checkbox + label:last-child {
    margin-bottom: 0
}

.main-cart__offert__action__checkbox + label:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #B7B7B7;
    border-radius: 4px;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all .12s, border-color .08s;
    transition: all .12s, border-color .08s
}

.main-cart__offert__action__checkbox:checked + label:before {
    background-color: #0DB97A;
    border-color: #0DB97A;
    content: '\f00c';
    font-family: FontAwesome;
    color: #FFFFFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.main-cart__offert__action__checkbox + label {
    font-size: 14px;
    font-weight: 700;
    padding-left: 0
}

.main-cart__offert__action.active {
    border-color: #0DB97A !important
}

.profile.main-profile.view-port .col-sm-9 {
    width: 80%;
}

.col-sm-9.main-profile__profile-content > form {
    display: inline-block;
    margin-left: 10px;
}

.modal__social-login__button .modal__social-login__button__hover {
    display: none;
}

.modal__social-login__button:hover .modal__social-login__button__hover {
    display: inline-block;
}

.modal__social-login__button:hover .modal__social-login__button__original {
    display: none;
}

.content.main-content.slim-view-port > p {
    width: 100%;
    margin-bottom: 20px;
}

.content.main-content.slim-view-port form#w0 {
    display: flex;
    justify-content: flex-start;
    width: 100%;
}

.content.main-content.slim-view-port form#w0 .form-group {
    margin-left: 40px;
}

.content.main-content.slim-view-port form#w0 .form-group.field-recoverypassword-email.required {
    margin-left: 0;
}

.main-partners__item {
    min-height: 700px;
}

/*ВАЖНО*/

.modal-header .close {
    width: 40px;
}

.flex-box-just {
    padding: 20px 0 30px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.main-profile__profile-content__save-button.cl {
    background: #0DB97A;
}

.main-profile__profile-content__save-button.ok {
    background: #E64646;
}

a.main-profile__profile-content__save-button.des {
    display: inline-block;
    margin: 30px 0;
}

#subModal .modal-content.modal__content {
    max-width: 600px;
    width: 600px;
}

.line-link.des {
    color: #000000;
    text-decoration: underline;
    font-size: 19px;
    display: inline-block;
    margin: 15px 0;
}

@media screen and (max-width: 930px) {
    .main-profile__profile-content__save-button.ok {
        width: 100% !important;
        margin-top: 20px;
    }

    .ff {
        width: 100%;
    }

    #subModal .modal-content.modal__content {
        max-width: auto;
        width: auto;
    }
}

/*eye*/

.eye-box {
    position: relative;
}

.eye-box i {
    position: absolute;
    bottom: 15px;
    right: 30px;
    font-size: 24px;
    z-index: 1;
    color: #2A79EE;
    cursor: pointer;
}

.eye-box.ini i {
    position: absolute;
    top: 60px;
    bottom: auto;
    right: 30px;
    font-size: 24px;
    z-index: 1;
    color: #2A79EE;
    cursor: pointer;
}

/**/

.header-cover {
    height: 100vh;
    width: 100%;
    position: relative;
}

.header-cover::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #F9F9F9;
    opacity: .35;
    z-index: 0;
    background-image: url(/img/pattern.png);
    background-repeat: repeat;
    background-position: center;
}

.header-logo-icon {
    width: 100%;
    height: 140px;
    background-color: #FFFFFF;
    position: relative;
}

.cover-header__logo {
    position: absolute;
    top: 20px;
    left: 50%;
    margin-left: -120px;
}

.cover-text {
    position: absolute;
    top: 50%;
    margin-top: -80px;
    text-align: center;
    font-size: 0px;
    width: 100%;
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    color: #212121;
}

.cover-text span {
    display: inline-block;
    background-color: #FFFFFF;
    font-size: 40px;
    padding: 5px 10px;
}

.p-1, .p-2, .p-3, .p-4 {
    opacity: 1;
}

.p-1 {
    width: 160px;
    position: absolute;
    bottom: 20px;
    left: -40px;
}

.p-2 {
    width: 120px;
    position: absolute;
    bottom: 20px;
    right: -20px;
}

.p-3 {
    position: absolute;
    width: 140px;
    left: 120px;
    bottom: 20px;
}

.p-4 {
    position: absolute;
    width: 160px;
    right: 100px;
    bottom: 0px;
}

.section-content {
    padding: 100px 0;
}

.h1-main {
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    font-size: 0;
    color: #212121;
    padding: 30px 0 0 0;
}

.h1-main span {
    display: block;
    font-size: 32px;
}

.content-text {
    font-size: 25px;
    color: #212121;
    font-weight: 700;
    padding: 50px 0;
}

.content-section.view-port {
    background: none;
    position: relative;
}

#why, #case, #shop, #report, #repost, #logos, #dary {
    padding: 40px 0 0 0;
}

#why .img-2 {
    position: absolute;
    bottom: -50px;
    right: 100px;
    width: 170px;
}

#why .img-3 {
    position: absolute;
    bottom: -70px;
    right: 270px;
    width: 170px;
}

.img-1 {
    position: absolute;
    bottom: -60px;
    right: 0;
    width: 130px;
}

#thanks {
    padding: 0 0 0 0;
}

#thanks .flex-box-j {
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
}

#thanks .img-1 {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    width: 100px;
    margin-right: 87px;
}

.section-content {
    position: relative;
    padding: 20px 0;
}

#case .flex-box-j {
    padding-top: 30px;
}

.flex-box-j {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.block-case {
    width: 520px;
    height: 300px;
    background-color: #F9F9F9;
    background-size: cover;
    background-position: top center;
    border-radius: 20px;
    margin-bottom: 40px;
    position: relative;
}

.block-case .content-text {
    position: absolute;
    bottom: 16px;
    left: 16px;
    right: 16px;
    background-color: #FFFFFF;
    padding: 5px 10px 5px 10px;
    border-radius: 10px;
    font-size: 16px;
}

.block-case .head, .block-case .descr {
    position: relative;
}

.block-case .head {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 14px;
}

.block-case .descr {
    font-weight: normal;
    font-size: 14px;
}

#shop .flex-box-j .left-block {
    width: 756px;
}

#shop .flex-box-j {
    padding: 80px 0 0 0;
    align-items: stretch;
}

#report .main-reports__items {
    padding-top: 80px;
    max-width: 750px;
    margin: 0 auto;
}

#repost a {
    display: block;
    color: #212121;
    text-decoration: none;
    text-align: center;
    font-weight: 400;
    font-size: 36px;
    margin: 0 50px;
}

#repost a span {
    font-weight: normal;
    font-size: 18px;
    display: block;
}

#repost a i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #FCFCFC;
    font-size: 30px;
    margin: 0 auto 30px auto;
}

#repost .h1-main span {
    background: none;
}

#repost .flex-box-j {
    padding-top: 80px;
    padding-bottom: 40px;
    justify-content: center;
}

div.str {
    display: inline;
}

#report .main-reports__items__item:hover, #report .main-reports__items__item a:hover {
    cursor: default;
    border-color: #EEEEEE;
}

#fix-cart {
    position: absolute;
    right: 20px;
    top: 10px;
    display: none;
    z-index: 99999;
}

/*cisco*/

.h-l {
    height: 100px;
}

.flex-box-j.f-c {
    justify-content: center;
}

#logos .img-l {
    margin: 0 50px;
    height: 160px;
}

#logos .main-about__text, #logos .main-about__digits, #logos .main-about__about-info-block {
    max-width: 780px;
    display: block;
    margin: 0 auto;
}

#logos .main-about__text p {
    color: #212121;
}

#concurs {
    padding-top: 0px;
}

.cover-text.lend {
    margin-top: -10px;
}

#concurs .h1-main, #shop.cisco .h1-main {
    padding-top: 0;
}

#concurs .content-text {
    padding-bottom: 0;
}

#shop.cisco .section-content, #shop.cisco {
    padding-top: 0;
}

#repost.cisco, #repost.cisco .h1-main, #repost.cisco .section-content {
    padding-top: 0;
}

.wrapper.cisco hr {
    position: relative;
    border-top: 1px solid rgba(0, 0, 0, 0);
}

.wrapper.cisco hr:before {
    position: absolute;
    border-top: 1px solid #EEEEEE;
    content: '';
    left: -2000px;
    top: 0;
    width: 10000px;
}

@media screen and (max-width: 1190px) {
    #fix-cart {
        display: block;
    }

    #side-cart-box {
        display: none;
    }

    #side-wrap__left {
        display: block;
        margin: 0 auto;
    }

    .content-section.view-port {
        max-width: 750px;
    }

    .block-case {
        width: 305px;
        margin-bottom: 20px;
    }

    #why .content-section.view-port {
        height: 400px;
    }

    #why .img-2 {
        position: absolute;
        bottom: -50px;
        left: 50%;
        right: auto;
        margin-left: -75px;
        width: 170px;
    }

    #why .img-3 {
        position: absolute;
        bottom: -70px;
        left: 50%;
        right: auto;
        margin-left: -250px;
        width: 170px;
    }

    #why .img-1 {
        position: absolute;
        bottom: -60px;
        right: auto;
        left: 50%;
        margin-left: 80px;
        width: 130px;
    }
}

@media screen and (max-width: 760px) {
    .block-case {
        width: 48%;
    }
}

@media screen and (max-width: 743px) {
    #repost a {
        margin: 0 20px;
        font-size: 26px;
    }

    #repost a span {
        font-size: 14px;
    }

    .cover-text span {
        font-size: 35px;
    }
}

@media screen and (max-width: 645px) {
    #why, #case, #shop, #report, #repost {
        padding: 0 0 0 0;
    }

    #thanks .flex-box-j {
        flex-wrap: wrap;
    }

    #thanks .flex-box-j img {
        width: 70px;
        display: block;
        margin: 0 auto 40px auto;
    }

    .cover-header__logo {
        margin-left: -80px;
    }

    .header-logo-icon {
        height: 70px;
    }

    .cover-text {
        padding-left: 20px;
        padding-right: 20px;
    }

    .cover-text span {
        background-color: rgba(0, 0, 0, 0);
    }

    #why .content-section.view-port {
        height: auto;
    }

    #why .img-2 {
        display: inline-block;
        position: relative;
        bottom: -20px;
        left: auto;
        right: auto;
        margin-left: auto;
        width: 30%;
    }

    #why .img-3 {
        display: inline-block;
        position: relative;
        bottom: -20px;
        left: auto;
        right: auto;
        margin-left: auto;
        width: 30%;
    }

    #why .img-1 {
        display: inline-block;
        position: relative;
        bottom: -30px;
        right: auto;
        left: auto;
        margin-left: auto;
        width: 28%;
    }
}

@media screen and (max-width: 620px) {
    .block-case {
        width: 100%;
    }
}

@media screen and (max-width: 465px) {
    #repost a {
        display: block;
        width: 100%;
        margin-bottom: 60px;
    }

    #repost a:last-child {
        margin-bottom: 0;
    }

    .cover-text {
        margin-top: -180px;
    }

    .cover-text.lend {
        margin-top: -50px;
    }
}

#repost {
    margin-bottom: -40px;
}

#report .section-content, #repost .section-content, #case .section-content {
    background: #F9FBFC;
}

.apps {
    display: block;
    position: absolute;
    right: 20px;
    top: 33px;
    font-size: 15px;
}

.apps a {
    display: block;
    margin: 5px auto;
}

.apps a img {
    height: 60px;
    display: block;
    margin: 0 auto;
}

.apps a:nth-child(2) img {
    height: 40px;
}

@media screen and (max-width: 1380px) {
    .apps {
        display: block;
        position: absolute;
        right: 0;
        top: auto;
        width: 100%;
        bottom: 0;
        text-align: center;
    }

    .apps a {
        display: inline-block;
        margin: 0;
    }

    .apps a img {
        display: inline-block;
        margin: 0;
    }

    .footer {
        min-height: 300px;
    }
}

@media screen and (max-width: 815px) {
    .apps {
        text-align: right;
        padding-right: 60px;
    }
}

@media screen and (max-width: 663px) {
    .footer {
        padding-bottom: 100px;
    }

    .apps {
        text-align: center;
        padding-right: 0;
    }
}

@media screen and (max-width: 312px) {
    .apps a, .apps a img {
        display: block;
        margin: 0 auto;
    }

    .footer {
        padding-bottom: 150px;
    }
}

#dary .section-content {
    background: #F9FBFC;
    padding-bottom: 70px;
}

#dary .section-content a {
    display: inline-block;
    margin-top: 40px;
}

.content-text.hol {
    text-align: center;
}

.content-text.hol img {
    height: 130px;
    margin: 0 10px 50px 10px;
}

.sbor {
    display: block;
    margin: 40px auto 0 auto;
    min-width: 200px;
    text-align: center;
    color: #999999;
    margin-top: 60px;
}

.sbor span {
    font-size: 32px;
    color: #0DB97A;
}

#why.holiday.d .h1-main span {
    display: block;
    margin: 0 auto;
    text-align: center;
    max-width: 700px;
}

#why.holiday .content-section.view-port {
    height: auto !important;
}

.main-cart__offert__icon {
    margin-bottom: 12px
}

.main-cart__offert__icon img {
    height: 90px
}

.main-cart__offert__title {
    font-family: 'Roboto Slab', sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px
}

.main-cart__offert__hint {
    font-weight: 300;
    font-size: 16px
}

.main-cart__offert__action {
    margin-top: 24px;
    border: 2px solid #EEEEEE;
    border-radius: 8px;
    padding: 12px;
    text-align: left;
}

.main-cart__offert__action__label {
    padding-left: 30px !important;
}

.main-cart__offert__action__checkbox {
    display: none
}

.main-cart__offert__action__checkbox + label {
    display: block;
    position: relative;
    padding-left: 0px;
    margin-bottom: 20px;
    font-size: 14 spx;
    font-weight: 400;
    color: #333333;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.main-cart__offert__action__checkbox + label:last-child {
    margin-bottom: 0
}

.main-cart__offert__action__checkbox + label:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #B7B7B7;
    border-radius: 4px;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all .12s, border-color .08s;
    transition: all .12s, border-color .08s
}

.main-cart__offert__action__checkbox:checked + label:before {
    background-color: #0DB97A;
    border-color: #0DB97A;
    content: '\f00c';
    font-family: FontAwesome;
    color: #FFFFFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.main-cart__offert__action__checkbox + label {
    font-size: 14px;
    font-weight: 700;
    padding-left: 0
}

.main-cart__offert__action.active {
    border-color: #0DB97A !important
}

.profile.main-profile.view-port .col-sm-9 {
    width: 80%;
}

.col-sm-9.main-profile__profile-content > form {
    display: inline-block;
    margin-left: 10px;
}

.modal__social-login__button .modal__social-login__button__hover {
    display: none;
}

.modal__social-login__button:hover .modal__social-login__button__hover {
    display: inline-block;
}

.modal__social-login__button:hover .modal__social-login__button__original {
    display: none;
}

.content.main-content.slim-view-port > p {
    width: 100%;
    margin-bottom: 20px;
}

.content.main-content.slim-view-port form#w0 {
    display: flex;
    justify-content: flex-start;
    width: 100%;
}

.content.main-content.slim-view-port form#w0 .form-group {
    margin-left: 40px;
}

.content.main-content.slim-view-port form#w0 .form-group.field-recoverypassword-email.required {
    margin-left: 0;
}

.but-green {
    background-color: #0DB97A;
    padding: 15px 30px;
    width: auto;
    border-radius: 50px;
    -webkit-transition: .3s background-color;
    -o-transition: .3s background-color;
    transition: .3s background-color;
    color: #FEFEFF;
    font-weight: 500;
    font-size: 20px;
    border: none;
    margin-top: 30px
}

.but-green:hover {
    background-color: #05956B;
    color: #FEFEFF;
    text-decoration: none
}

.box-mailing-cover {
    /*background-image: url(../img/pattern.png);*/
    background-color: #E4F4FB;
    background-repeat: repeat;
    background-size: 250px auto;
    background-position: top center;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 40px;
    margin-bottom: 40px;
    position: relative;
    padding: 20px 0 10px 0;
}

.box-mailing-cover::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 0;
}

.box-mailing .alias {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    line-height: 26px;
    font-size: 16px;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.box-mailing .alias .socials {
    margin-right: 40px;
    width: 204px;
    display: flex;
    justify-content: flex-start;
}

.box-mailing .alias .social {
    height: 24px;
    color: #FFFFFF;
    border-radius: 3px;
    margin-right: 5px;
    display: flex;
    justify-content: flex-start;
}

.box-mailing .alias .social i {
    width: 26px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box-mailing .alias .social:hover {
    text-decoration: none;
}

.box-mailing .alias .social .num {
    margin-top: -1px;
    font-size: 13px;
    padding-right: 7px;
    padding-left: 7px;
    border-left: 1px #FFFFFF solid;
}

.vk {
    background-color: #48729E;
}

.fb {
    background-color: #3B5998;
}

a.in {
    background-color: #AD4141;
}

.box-mailing .alias .social.in i {
    margin-top: -1px;
}

.form-mailing {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.form-mailing .input-row {
    width: 220px;
    margin: 0 10px;
}

.form-mailing label, .form-mailing input[type="text"] {
    display: block;
}

.form-mailing label {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    font-size: 16px;
    color: #72767B;
}

.form-mailing input {
    margin-bottom: 20px;
    width: 100%;
}

.form-mailing button {
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
}

.form-mailing button.but-green {
    padding: 0px 30px;
    height: 45px;
    margin-top: 24px;
}

.form-mailing a {
    color: #0DB97A;
}

a.main-donate__variables__box:hover {
    text-decoration: none;
}

.main-donate.row {
    min-width: 840px;
    display: flex;
    vertical-align: top;
    flex-wrap: wrap;
}

.main-donate.row .main-donate__variables__box.col-sm-3 {
    width: 257px;
    display: block;
    height: 260px;
    border: 2px solid #EEEEEE;
    box-sizing: border-box;
    border-radius: 18px;
    padding: 35px;
    margin: 20px 20px 0 0;
}

.main-donate.row .main-donate__variables__box.col-sm-3 .main-donate__variables__title {
    color: #000000;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 20px;
}

.all-donate.row .main-donate__variables__title {
    color: #000000;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    line-height: 26px;
    font-size: 16px;
}

.main-donate.row .main-donate__variables__box.col-sm-3 p {
    display: block;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    line-height: 26px;
    font-size: 16px;
    color: #000000;
    margin-top: 10px;
}

.main-donate__variables.row.box-width-1200 {
    max-width: 920px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.main-donate__variables.row.box-width-1200 .main-donate__variables__box.col-sm-4 {
    width: 280px;
    padding-left: 0;
    padding-right: 0;
    float: none;
    margin: 50px auto 0 auto;
}

.main-donate__variables.row.box-width-1200 .main-donate__variables__box.col-sm-4 p {
    min-height: 184px;
    display: block;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    line-height: 26px;
    font-size: 16px;
    color: #000000;
}

.main-donate__variables.row.box-width-1200 .main-donate__variables__box.col-sm-4 .main-donate__variables__title {
    line-height: 30px;
    color: #000000;
    margin-bottom: 20px;
}

.box-mailing {
    padding-top: 60px;
}

.box-mailing .item p {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    line-height: 36px;
    font-size: 22px;
    margin-top: -22px;
    color: #000000;
}

.content.main-content.slim-view-port.sms-doantion p, .content.main-content.slim-view-port.yandex-doantion p {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    line-height: 32px;
    font-size: 18px;
    color: #000000;
}

.header-text {
    padding-bottom: 50px;
    border-bottom: 1px solid #D2CCC8;
    margin-bottom: 50px;
}

.header-text p:nth-child(2) {
    padding-bottom: 50px;
}

.text-orange {
    color: #FF8B45;
}

.sms-description {
    display: flex;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 50px;
    border-bottom: 1px solid #D2CCC8;
    margin-bottom: 50px;
}

.sms-description .left p {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    line-height: 32px;
    font-size: 18px;
    color: #000000;
    margin-bottom: 30px;
    position: relative;
}

.sms-description .left p i {
    font-family: Roboto Slab;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 18px;
    color: #000000;
    position: absolute;
    top: 5px;
    left: -30px;
}

.sms-description .right {
    margin-left: 44px;
}

.cub-green, .cub-red {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    line-height: 42px;
    font-size: 24px;
    color: #000000;
    box-sizing: border-box;
    width: 394px;
    height: 86px;
    padding: 23px 32px 25px 32px;
    background-size: 100% 100%;
}

.cub-green {
    margin-bottom: 30px;
    background-image: url('../img/lay/green.png');
}

.cub-red {
    background-image: url('../img/lay/red.png');
    margin-left: -23px;
    padding-left: 55px;
}

.sms-item {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    line-height: 36px;
    font-size: 22px;
    color: #000000;
    width: 534px;
}

.operators {
    width: 534px;
    display: flex;
    padding-top: 50px;
}

.operators a {
    text-align: center;
    display: block;
    margin-right: 30px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    line-height: 32px;
    font-size: 18px;
}

.operators a img {
    display: block;
    margin: 0 auto 19px auto;
    height: 58px;
    width: auto;
}

.information_box {
    background-image: url(../img/pattern.png);
    background-repeat: repeat;
    background-size: 250px auto;
    background-position: top center;
    background-color: #FFFFFF;
    height: 48px;
    position: relative;
    border: 2px solid #FFAB79;
    box-sizing: border-box;
    border-radius: 50px;
    font-family: Comic Sans MS;
    line-height: 42px;
    font-weight: bolder;
    font-size: 36px;
    letter-spacing: 0.04em;
    color: #FFAB79;
    padding: 0 20px 0 70px;
}

.information_box::after {
    width: 31px;
    height: 39px;
    background-size: 100% 100%;
    background-image: url('../img/box/logo.png');
    position: absolute;
    top: 6px;
    left: 20px;
    content: "";
}

.information_box::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 0;
    border-radius: 50px;
}

.information_box .text {
    position: relative;
    z-index: 1;
}

.information_box span {
    font-family: Comic Sans MS;
    line-height: normal;
    font-size: 22px;
    color: #FFAB79;
}

.information_box .ellipse {
    position: absolute;
    top: 10px;
    right: -40px;
    width: 26px;
    height: 26px;
    background: #2178FA;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 18px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    border-radius: 50%;
    text-align: center;
}

.information_box .ellipse:hover {
    text-decoration: none;
}

.form-yandex-donation {
    padding-top: 50px;
    display: block;
    width: 100%;
}

.yandex-doantion h2 {
    font-family: Roboto Slab;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 22px;
    color: #000000;
}

.yandex-radio-row {
    display: flex;
    width: 100%;
    padding-bottom: 50px;
}

.yandex-radio-row > div {
    margin-right: 30px;
}

.yandex-doantion .form-yandex-donation .input-row {
    width: 421px;
}

.yandex-doantion .box-mailing {
    padding-top: 0px;
}

.box-mailing-cover {
    width: 100%;
    /*border: 1px solid #E9E9E9;*/
}

.yandex-alias {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 18px;
    color: #000000;
    padding-top: 50px;
    margin-top: 50px;
    border-top: 1px solid #D2CCC8;
    width: 100%;
}

@media screen and (max-width: 1162px) {
    .main-donate__variables.row.box-width-1200 {
        width: 100%;
        margin: 0 auto;
        padding-left: 60px;
        padding-right: 60px;
        max-width: 900px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .main-donate__variables.row.box-width-1200 .main-donate__variables__box.col-sm-4 {
        width: 33%;
        float: none;
        display: inline-block;
        vertical-align: top;
    }
}

@media screen and (max-width: 840px) {
    .header__content.view-port .information_box {
        display: none;
    }

    .main-donate__variables.row.box-width-1200 .main-donate__variables__box.col-sm-4 {
        width: 49%;
        float: none;
        display: inline-block;
        vertical-align: top;
    }

    .main-donate.row .main-donate__variables__box.col-sm-3 {
        width: 332px;
    }

    .content.main-content.slim-view-port .main-donate.row {
        margin-left: 0;
    }

    .sms-description {
        flex-wrap: wrap;
        justify-content: center;
    }

    .sms-description .right {
        margin-left: 23px;
        margin-top: 30px;
    }
}

#up {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99999;
    display: none;
    width: 25px;
    opacity: 0.5;
    height: 25px;
    background-image: url('../img/arrowup.png');
    background-size: cover;
}

#up:hover {
    opacity: 1;
}

@media screen and (max-width: 830px) {
    .main-donate.row .main-donate__variables__box.col-sm-3 {
        width: 100%;
    }

    #up {
        display: block;
    }
}

@media screen and (max-width: 740px) {
    .form-mailing, .box-mailing .alias {
        flex-wrap: wrap;
        justify-content: center;
    }

    .form-mailing .input-row {
        width: 100%;
    }

    .form-mailing .input-row {
        margin: 0 30px;
    }

    .box-mailing .alias .socials {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 700px) {
    .main-donate__variables.row.box-width-1200 {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media screen and (max-width: 560px) {
    .main-donate__variables.row.box-width-1200 .main-donate__variables__box.col-sm-4 {
        width: auto;
        display: block;
        padding-left: 0;
        padding-right: 0;
    }

    .operators {
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
    }

    .operators a {
        margin-top: 30px;
    }
}

@media screen and (max-width: 532px) {
    .yandex-radio-row {
        flex-wrap: wrap;
    }

    .yandex-radio-row > div {
        margin-right: 0;
        width: 100%;
        margin-top: 20px;
    }
}

@media screen and (max-width: 460px) {
    .main-donate__variables.row.box-width-1200 {
        padding-left: 40px;
        padding-right: 40px;
    }

    .sms-description .right {
        width: 100%;
    }

    .cub-green, .cub-red {
        width: 100%;
    }
}

@media screen and (max-width: 420px) {
    .main-donate__variables.row.box-width-1200 {
        padding-left: 50px;
        padding-right: 50px;
    }

    .cub-green, .cub-red {
        width: 100%;
        font-size: 18px;
    }

    .operators a {
        margin-top: 30px;
        width: 100%;
    }
}

.mobile-menu__actions .information_box {
    margin-bottom: 20px;
}

.main-partners__item {
    min-height: 700px;
}

/*eye*/

.eye-box {
    position: relative;
}

.eye-box i {
    position: absolute;
    bottom: 15px;
    right: 30px;
    font-size: 24px;
    z-index: 1;
    color: #2A79EE;
    cursor: pointer;
}

.eye-box.ini i {
    position: absolute;
    top: 60px;
    bottom: auto;
    right: 30px;
    font-size: 24px;
    z-index: 1;
    color: #2A79EE;
    cursor: pointer;
}

/**/

.donate.main-donate.slim-view-port.nopadding {
    padding-left: 0;
    padding-right: 0;
}

.p-link-box {
    padding: 10px 0;
}

.main-partnership__attachment__text.map {
    display: inline-block;
    padding-top: 18px;
    padding-left: 8px;
}

@media screen and (max-width: 900px) {
    .main-donate.row .main-donate__variables__box.col-sm-3 .main-donate__variables__title {
        text-align: center;
        justify-content: center;
    }

    .donate.main-donate.slim-view-port.nopadding {
        padding-left: 50px;
        padding-right: 50px;
    }

    .main-donate__variables__title {
        text-align: left;
        justify-content: flex-start;
    }

    .main-donate.row {
        min-width: 100%;
    }
}

.main-partnership__box-shop.svg {
    overflow: inherit;
}

.main-partnership__box-shop.svg .main-partnership__box-shop__picture {
    display: flex;
    justify-content: center;
    align-items: center;
}

form.form-yandex-donation .form-mailing {
    flex-wrap: wrap;
}

form .row-100 {
    width: 100%;
    display: flex;
    justify-content: center;
}

form.form-yandex-donation .form-mailing .input-row {
    width: 320px;
}

form.form-yandex-donation .form-mailing .input-row.width {
    width: 660px;
}

form.form-yandex-donation .form-mailing .input-row.full-width {
    width: 100%;
    padding: 0 5rem;
}

form.form-yandex-donation .form-mailing .input-row button {
    display: block;
    width: 100%;
    margin: 24px auto 14px auto;
}

@media screen and (max-width: 740px) {
    form .row-100 {
        flex-wrap: wrap;
    }

    form.form-yandex-donation .form-mailing .input-row.width, form.form-yandex-donation .form-mailing .input-row {
        width: 100%;
    }
}

.doc_flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 20px;
}

.doc_flex .main-media__press-link {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    max-width: 380px;
    box-sizing: border-box;
    flex-basis: 40% !important;
    margin-bottom: 20px;
}

@media screen and (max-width: 700px) {
    .doc_flex .main-media__press-link:nth-child(2n) {
        margin-left: 0;
        margin-top: 0;
    }

    .doc_flex .main-media__press-link {
        flex-basis: 100% !important;
        width: 100%;
        margin-top: 0;
    }
}

.header-logo-icon.holy-header .cover-header__logo {
    left: 140px;
}

@media screen and (min-width: 800px) {
    .partner-block {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
        -moz-column-gap: 1em;
        -webkit-column-gap: 1em;
        column-gap: 1em;
    }

    .partner-content {
        display: inline-block !important;
        margin: 0 0 0.5em !important;
        padding: 0 0.5em;
        width: 100% !important;
        float: none !important;
    }
}

.header-cover.h::before {
    background: #FFFFFF;
}

.header-logo-icon.holy-header::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #F9F9F9;
    opacity: .35;
    z-index: 0;
    background-image: url(../img/pattern.png);
    background-repeat: repeat;
    background-position: center;
    background-size: 400px;
}

.header-cover.h {
    height: auto;
}

.header-cover.h .cover-text {
    position: relative;
    top: auto;
    padding: 170px 0 0 0;
    z-index: 2;
}

#why.holiday .content-text {
    padding-top: 0;
}

.content-text.hol .main-content__product.product-box {
    margin: 0 auto;
    max-width: 400px;
}

.content-text.hol .main-content__product.product-box .main-content__product__cart-button.put-to-cart {
    color: #FFFFFF;
    font-size: 15px;
}

.h-text {
    font-size: 25px;
    color: #212121;
    font-weight: 700;
    line-height: 1.6;
    text-align: left;
}

#repost.rep-holy a i {
    height: auto;
    width: 40px;
    background: none;
}

#repost.rep-holy {
    padding-top: 0;
}

#repost.rep-holy .h1-main {
    margin-top: 0;
    padding-top: 0;
}

@media screen and (max-width: 645px) {
    .header-logo-icon.holy-header .cover-header__logo {
        left: 50%;
        margin-left: -95px;
    }

    .header-cover.h .cover-text {
        padding-top: 240px;
    }

    .header-cover.h .cover-text span {
        font-size: 28px;
    }

    #why.holiday .content-text, .h-text {
        font-size: 20px;
    }

    #why.holiday .content-text {
        padding-bottom: 0;
    }

    #why.holiday .h1-main {
        padding-top: 0;
    }

    #dary .h1-main {
        padding-top: 10px;
    }

    #repost.rep-holy a i {
        margin-bottom: 10px;
    }

    #repost.rep-holy .flex-box-j {
        padding-top: 20px;
    }

    #repost.rep-holy a {
        margin-bottom: 25px;
    }
}

.main-media__show-more-box__button {
    display: inline-block;
    padding: 10px 20px;
    width: auto;
}

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer {
    overflow: hidden;
    position: relative;
}

.jspPane {
    position: absolute;
}

.jspVerticalBar {
    background: red;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 16px;
}

.jspHorizontalBar {
    background: red;
    bottom: 0;
    height: 16px;
    left: 0;
    position: absolute;
    width: 100%;
}

.jspCap {
    display: none;
}

.jspHorizontalBar .jspCap {
    float: left;
}

.jspTrack {
    background: #DDDDEE;
    position: relative;
}

.jspDrag {
    background: #BBBBDD;
    cursor: pointer;
    left: 0;
    position: relative;
    top: 0;
}

.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag {
    float: left;
    height: 100%;
}

.jspArrow {
    background: #50506D;
    cursor: pointer;
    direction: ltr;
    display: block;
    margin: 0;
    padding: 0;
    text-indent: -20000px;
}

.jspDisabled {
    background: #80808D;
    cursor: default;
}

.jspVerticalBar .jspArrow {
    height: 16px;
}

.jspHorizontalBar .jspArrow {
    float: left;
    height: 100%;
    width: 16px;
}

.jspVerticalBar .jspArrow:focus {
    border: 1px solid red;
    outline: none;
}

.jspCorner {
    background: #EEEEF4;
    float: left;
    height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */

* html .jspCorner {
    margin: 0 -3px 0 0;
}

.jspVerticalBar {
    display: none !important;
}

.header__actions__btn-cart.bodymain {
    display: none !important;
}

@media screen and (max-width: 500px) {
    .main-content__main-products-menu {
        margin-bottom: 30px !important;
        height: 110px !important;
    }

    .jspHorizontalBar {
        position: absolute;
        bottom: 0;
        height: 32px;
        left: 0;
    }

    .jspTrack {
        background: #E0F1FF;
        height: 2px !important;
        width: 95% !important;
        position: relative;
        top: 15px;
    }

    .jspHorizontalBar {
        background: rgba(0, 0, 0, 0) !important;
    }

    .jspTrack::after {
        content: url('../img/rightarrow.png');
        transform: scale(.55);
        position: absolute;
        top: -23px;
        right: -25px;
        height: 35px;
    }

    .jspDrag {
        background: #2178FA;
    }

    .header__actions__btn-cart.bodymain {
        top: 15px !important;
        right: 70px !important;
        z-index: 100 !important;
        display: block !important;
        transform: scale(0.7);
    }
}

/**/

.dariedu-modal-donat .uk-modal-dialog .header, .dariedu-iframe-donat .header {
    background: rgba(0, 0, 0, 0);
    position: relative;
    overflow: auto;
    display: block;
}

.dariedu-static-donat .header {
    background: rgba(0, 0, 0, 0);
    position: relative;
    overflow: auto;
}

.dariedu-modal-donat .uk-modal-dialog .header::before, .dariedu-iframe-donat .header::before, .dariedu-static-donat .header::before {
    display: none;
}

.dariedu-modal-donat form input, .dariedu-iframe-donat form input, .dariedu-static-donat form input {
    border-radius: 0;
}

.dariedu-static-donat .header p {
    width: 250px;
}

.dariedu-static-donat .total-vars {
    width: 220px !important;
}

.dariedu-static-donat form p {
    width: 44% !important;
}

.dariedu-static-donat form button {
    margin-right: 0;
    width: 44%;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 60px;
}

@media screen and (max-width: 778px) {
    .dariedu-static-donat form button {
        margin-right: auto;
        width: 100%;
    }
}

@media screen and (max-width: 570px) {
    .dariedu-static-donat .total-vars {
        max-width: 100%;
        width: 100% !important;
    }
}

@media screen and (max-width: 554px) {
    .dariedu-static-donat form p {
        width: 100% !important;
    }
}

@media screen and (max-width: 900px) {
    .dariedu-modal a.uk-modal-close {
        top: 5px;
        right: 5px;
    }
}

.dariedu-static.dariedu-mini-box {
    padding: 0px;
    margin-bottom: 40px;
    box-shadow: none;
}

.dariedu-static.dariedu-mini-box p {
    color: #848484;
    font-size: 16px;
    list-style: none;
    font-family: Roboto, sans-serif;
    text-rendering: optimizeLegibility;
}

.dariedu-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.dariedu-static.dariedu-mini-box h1 {
    color: #333333;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    font-family: Roboto, sans-serif;
    text-rendering: optimizeLegibility;
}

.dariedu-static.dariedu-mini-box .images {
    width: 85px;
    border: 0;
}

.dariedu-static.dariedu-mini-box .dariedu-name-text {
    width: 60%;
}

.dariedu-static.dariedu-mini-box .product {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0;
    width: 100%;
}

.dariedu-static.dariedu-mini-box .btn {
    width: auto;
    padding: 10px 20px;
    margin: 0;
}

.dariedu-static.dariedu-mini-box .price {
    padding-right: 20px;
    font-size: 20px;
    font-weight: 700;
    padding-top: 5px;
    list-style: none;
    font-family: Roboto, sans-serif;
    text-rendering: optimizeLegibility;
}

.dariedu-static.dariedu-long-box {
    width: 550px;
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    margin-top: 40px;
}

.dariedu-static.dariedu-mini-box {
    border: 2px solid #EEEEEE;
    border-radius: 16px;
    padding: 20px;
}

.dariedu-static.dariedu-long-box .dariedu-flex {
    width: 100%;
}

.dariedu-static.dariedu-nano-box {
    width: 200px;
    margin-left: 0;
    margin-right: 0;
    padding: 10px;
}

.dariedu-static.dariedu-nano-box .images {
    border: 0;
}

.dariedu-static.dariedu-nano-box h1 {
    font-size: 20px;
}

.dariedu-static.dariedu-nano-box .price {
    font-size: 19px;
    font-weight: 300;
    margin-top: 10px;
}

.dariedu-static.dariedu-nano-box .btn {
    width: auto;
    padding: 10px 20px;
    margin: 10px 0;
}

.dariedu-flex-main-box {
    max-width: 756px;
    display: flex;
    justify-content: space-between;
    align-items: flex-top;
    margin-bottom: 20px;
}

/**/

.dariedu-static.dariedu-mini-box .images img {
    width: 70px;
}

.dariedu-static.dariedu-mini-box .images {
    height: 75px;
}

.dariedu-static.dariedu-mini-box .product {
    margin-top: 10px;
}

.dariedu-static.dariedu-long-box .price {
    padding-top: 0;
}

.dariedu-static.dariedu-long-box .dariedu-name-text {
    width: 70%;
    position: relative;
}

@media screen and (max-width: 700px) {
    .dariedu-static.dariedu-mini-box {
        max-width: 100%;
    }

    .dariedu-static.dariedu-mini-box .dariedu-flex {
        width: 100%;
        justify-content: flex-start;
    }

    .dariedu-static.dariedu-mini-box .images {
        height: 80px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 730px) {
    .dariedu-flex-main-box {
        max-width: 100%;
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
    }

    .dariedu-flex-main-box .dariedu-static.dariedu-nano-box {
        margin: 20px 20px 0 20px;
    }
}

@media screen and (max-width: 626px) {
    .dariedu-static.dariedu-mini-box .price {
        width: 100px;
        margin-top: 0;
    }

    .dariedu-static.dariedu-mini-box .dariedu-flex {
        flex-wrap: wrap;
    }

    .dariedu-static.dariedu-long-box .price {
        position: absolute;
        bottom: 25px;
        right: 0;
    }
}

.dariedu-modal .price, .dariedu-static .price {
    color: #333333 !important;
}

.dariedu-modal .price span, .dariedu-static .price span {
    font-weight: 400;
}

.uk-modal-close:hover {
    cursor: pointer;
}

.about .dariedu-widget-but-close {
    cursor: pointer;
    width: 15px;
    height: 15px;
    top: auto;
    right: auto;
    left: 7px;
    bottom: 80px;
    position: fixed;
    display: block;
    padding: 0;
    margin: 0;
    font-size: 20px;
    z-index: 10;
    color: black;
}

.about .dariedu-widget-but {
    width: 65px;
    height: 65px;
    top: auto;
    right: auto;
    left: 20px;
    bottom: 20px;
}

.about .dariedu-widget-but::before {
    position: absolute;
    top: 5px;
    left: 80px;
    text-align: left;
    padding: 5px 0;
    font-size: 22px;
    width: 295px;
    height: 52px;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    line-height: 26px;
    background-color: rgba(255, 255, 255, 0.0);
    border-radius: 20px;
    color: black;
    content: 'Помочь проекту в одно касание!';
    transition: none !important;
}

@media screen and (max-width: 950px) {
    .about .dariedu-widget-but::before {
        display: none;
    }
}

#dariedu-banner form p:nth-child(5) {
    display: none;
}

/**/

.dariedu-static.dariedu-mini-box .price {
    text-align: left;
    padding: 5px 0;
    font-size: 22px;
    width: 295px;
    height: 52px;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    line-height: 26px;
    background-color: rgba(255, 255, 255, 0.0);
    border-radius: 20px;
    color: black;
    content: 'Помочь проекту в одно касание!';
    transition: none !important;
}

.dariedu-static.dariedu-mini-box .gr-btn {
    background-color: #0DB97A;
    padding: 6px 16px 8px;
    width: 80px;
}

.dariedu-static.dariedu-mini-box .btn img {
    height: 16px;
}

/* .dariedu-widget-but::before{
	display: none !important;
} */

/**/

#dariedu-banner h1 {
    font-size: 23px !important;
}

#dariedu-banner .images {
    border: none !important;
}

.namebox {
    color: #333333;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    font-family: Roboto, sans-serif;
    text-rendering: optimizeLegibility;
}

@keyframes pulse {
    0% {
        transform: scale(0.9);
    }
    80% {
        transform: scale(1);
    }
    100% {
        transform: scale(0.9);
    }
}

/*22.09.2019*/

/* .main-cart__steps__step:first-child{
        border-left: #e6e6e6 2px solid !important;
    } */

.main-cart__steps__step.main-cart__steps__active-step.green {
    border-left: #0DB97A 2px solid;
    margin-left: -2px;
}

.pay-container {
    width: 100%;
}

.pay-container-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.pay-right-menu {
    width: 139px;
}

.pay-right-menu span {
    font-family: Roboto Slab;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 21px;
    color: #000000;
    display: block;
    margin-top: 16px;
    margin-bottom: 10px;
}

.pay-right-menu ul, .pay-right-menu ul li {
    display: block;
    margin: 0;
    padding: 0;
}

.pay-right-menu ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 8rem;
    height: 4.5rem;
    /*border: 2px solid #3C4043;*/
    box-shadow: 0 0 1px 2px #EEEEEE;
    box-sizing: border-box;
    border-radius: 4px;
    margin: 1rem 0 0 0;
    color: #000000;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 15px;
}

.pay-right-menu ul li a:hover {
    text-decoration: none;
}

.pay-right-menu ul li.uk-active a {
    /*border: 2px solid #51B67F;*/
    box-shadow: 0 0 1px 2px #3C4043;
    color: #51B67F;
}

#switchpay li.uk-active {
    display: block;
    width: 100%;
}

.card-canv {
    position: relative;
    height: 283px;
    width: 535px;
    margin-top: 15px;
}

.card-one, .card-two {
    position: absolute;
    display: block;
    width: 402px;
    height: 239px;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 25px;
}

.card-one {
    top: 0;
    left: 0;
    background: #F0F0F0;
    box-shadow: 4px 4px 20px rgba(118, 118, 118, 0.25);
    z-index: 2;
}

.card-two {
    top: 44px;
    right: 0;
    background: #E8E6E2;
    z-index: 1;
}

.card-one-header {
    text-align: right;
}

.card-one-header img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 11px;
}

.card-one form {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: top;
    width: 100%;
}

.input-col-1-1 {
    width: 100%;
    margin-bottom: 8px;
}

.input-col-1-5 {
    width: 68%;
}

.input-col-1-3 {
    width: 28%;
}

.input-col-abs {
    width: 25%;
    position: absolute;
    right: -135px;
    bottom: 0px;
}

.card-one form label {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    color: #000000;
}

.card-one form input {
    display: block;
    background: #FFFFFF;
    border: 1.5px solid #E0E0E0;
    box-sizing: border-box;
    border-radius: 4px;
    width: 100%;
}

.card-line {
    height: 51px;
    position: absolute;
    top: 33px;
    left: 0;
    right: 0;
    background: #D3D1C9;
}

.card-but {
    padding: 44px 0 32px 0
}

.card-but a,
.card-but .button-container {
    background: #51B67F;
    border-radius: 50px;
    padding: 16px 32px;
    display: inline-block;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    color: #FFFFFF;
    position: relative;
}

.google .card-but .button-container {
    padding: 9.2px 16px;
}

.card-but p {
    color: red;
    float: right;
    padding: 15px 0 32px 0;
}

.card-but a:hover {
    cursor: pointer;
    text-decoration: none;
}

.card-footer {
    width: 100%;
    border-top: 1px solid #CECECE;
    padding: 30px 0 20px 0;
}

.card-footer img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 19px;
}

.card-footer p {
    display: block;
    margin-top: 20px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 147.28%;
    color: #919699;
}

a.bank-card, a.apple, a.google, a.paypal, a.yandex, a.qiwi {
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
}

a.bank-card {
    background-image: url('../img/pay/card.png');
    background-size: contain;
}

a.apple {
    background-image: url('../img/pay/apple.svg');
}

a.google {
    background-image: url('../img/pay/gpay.svg');
    background-size: contain;
}

a.yandex {
    background-image: url('../img/pay/yandexmoney.png');
    background-size: contain;
}

a.paypal {
    background-image: url('../img/pay/paypal.svg');
}

a.qiwi {
    background-image: url('../img/pay/qiwi.png');
    background-size: contain;
}

.card-content {
    background: #F0F0F0;
    box-shadow: 4px 4px 20px rgba(118, 118, 118, 0.25);
    border-radius: 10px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #908A85;
    box-sizing: border-box;
    padding: 33px;
}

.card-content span {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #000000;
    display: block;
    margin-bottom: 14px;
}

.card-content p {
    display: block;
}

.card-content .but-p {
    background: #FDE77E;
    display: inline-block;
    height: 50px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    color: #000000;
    box-sizing: border-box;
    padding: 14px 16px;
    margin-top: 2px;
}

.card-but a span {
    width: 84px;
    height: 25px;
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
}

.apple .card-but a,
.apple .card-but .button-container,
.google .card-but a,
.google .card-but .button-container {
    color: #FFFFFF;
    background-color: #000000;
    font-size: 16px;
    cursor: pointer;
}

.google .card-but .button-container:hover,
.google .card-but .button-container:hover .gpay-button {
    background-color: #3C4043;
}

.paypal .card-but a {
    color: #000000;
    background-color: #FFC439;
    font-size: 16px;
}

.qiwi .card-but a {
    color: #FFFFFF;
    background-color: #FF8C00;
    font-size: 16px;
}

.yandex .card-but a {
    color: #000000;
    background-color: #FFDB4D;
    font-size: 16px;
}

.apple .card-but a span {
    background-image: url('../img/pay/apple_w.svg');
}

.google .card-but a span {
    background-image: url('../img/pay/google_w.svg');
}

.paypal .card-but a span {
    background-image: url('../img/pay/paypal.svg');
}

.qiwi .card-but a span {
    background-image: url('../img/pay/qiwi_w.svg');
}

.card-but a span.yandex-icon {
    position: relative;
    top: -16px;
    left: -32px;
    width: 62px;
    height: 62px;
    margin-bottom: -32px;
    background: #F4F7FA;
    border: 1px solid #DDDDDD;
    box-sizing: border-box;
    border-radius: 52px 0px 0px 52px;
    background-image: url('../img/pay/yandex_ic.svg');
    background-repeat: no-repeat;
    background-position: center;
}

.error-pay {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #FF5757;
    margin-left: 20px;
    display: inline-block;
    vertical-align: middle;
    max-width: 250px;
}

span#hellopreloader {
    width: auto;
}

@media screen and (max-width: 852px) {
    .pay-right-menu {
        order: -1;
        width: 100%;
    }

    .pay-right-menu ul li {
        display: inline-block;
        vertical-align: middle;
    }

    .pay-right-menu ul li a {
        margin: 3px;
    }

    .pay-right-menu span {
        display: none;
    }
}

@media screen and (max-width: 695px) {
    .card-canv {
        min-height: 239px;
        height: auto;
    }

    .pay-right-menu {
        overflow-x: scroll;
    }

    .pay-right-menu ul {
        width: 870px;
        padding-bottom: 10px;
    }

    .card-two {
        display: none;
    }

    .card-one {
        width: 100%;
    }

    .card-canv, #switchpay {
        width: 100%;
    }

    .yandex .card-but a {
        font-size: 15px;
        padding: 16px 16px 16px 0;
    }

    .card-but a span.yandex-icon {
        left: 0;
        margin-right: 10px;
    }

    .apple .card-but, .google .card-but, .yandex .card-but, .paypal .card-but, .qiwi .card-but {
        margin-top: 0px;
        padding-top: 44px;
    }

    .error-pay {
        margin-top: 30px;
    }

    .card-one, .card-two {
        padding: 12px;
    }

    .card-one-header img {
        height: 12px;
    }

    .input-col-1-1 {
        width: 67%;
        order: 1;
    }

    .input-col-1-5 {
        width: 67%;
        order: 3;
    }

    .input-col-1-3 {
        width: 30%;
        order: 2;
    }

    .input-col-abs {
        width: 30%;
        position: relative;
        right: auto;
        bottom: auto;
        order: 4;
    }

    .card-but {
        text-align: center;
    }
}

@media screen and (max-width: 451px) {
    .card-one-header {
        margin-bottom: 10px;
    }

    .input-col-1-3 {
        margin-top: -8px;
    }

    .card-footer img {
        height: 20px;
        margin-right: 5px;
    }

    .main-cart__cart-content.checkout {
        padding: 0;
        border: 0;
    }

    .input-col-1-1 {
        width: 70%;
    }

    .input-col-1-5 {
        width: 70%;
    }

    .input-col-1-3 {
        width: 27%;
    }

    .input-col-abs {
        width: 27%;
    }
}

.carderror {
    border: 1px solid #FF5757 !important;
}

/*! UIkit 2.26.4 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */

.uk-tooltip {
    display: none;
    position: absolute;
    z-index: 1030;
    box-sizing: border-box;
    max-width: 200px;
    padding: 5px 8px;
    background: #333333;
    color: rgba(255, 255, 255, .7);
    font-size: 12px;
    line-height: 18px
}

.uk-tooltip:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border: 5px dashed #333333
}

.uk-tooltip-top-left:after, .uk-tooltip-top-right:after, .uk-tooltip-top:after {
    bottom: -5px;
    border-top-style: solid;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: #333333
}

.uk-tooltip-bottom-left:after, .uk-tooltip-bottom-right:after, .uk-tooltip-bottom:after {
    top: -5px;
    border-bottom-style: solid;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: #333333
}

.uk-tooltip-bottom:after, .uk-tooltip-top:after {
    left: 50%;
    margin-left: -5px
}

.uk-tooltip-bottom-left:after, .uk-tooltip-top-left:after {
    left: 10px
}

.uk-tooltip-bottom-right:after, .uk-tooltip-top-right:after {
    right: 10px
}

.uk-tooltip-left:after {
    right: -5px;
    top: 50%;
    margin-top: -5px;
    border-left-style: solid;
    border-right: none;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: #333333
}

.uk-tooltip-right:after {
    left: -5px;
    top: 50%;
    margin-top: -5px;
    border-right-style: solid;
    border-left: none;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-right-color: #333333
}

/**/

.thanks_header {
    height: 542px;
    width: 100%;
    border-radius: 10px;
    position: relative;
    display: flex;
}

.thanks_header > * {
    position: relative;
    z-index: 2;
}

.thanks_header::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    background-image: url('../img/thanks/banner.svg');
}

.thanks_header .col-left {
    width: 650px;
    padding: 50px 72px;
}

.thanks_header .col-left h1 {
    font-family: Roboto Slab;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 46px;
    color: #000000;
}

.thanks_header .col-left p {
    display: block;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    color: #000000;
    width: 400px;
    margin-bottom: 30px;
}

.thanks_social {
    width: 400px;
    font-family: Roboto Slab;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    color: #656565;
    padding-top: 15px;
    max-width: 100%;
}

.thanks_social p {
    font-family: Roboto !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-size: 14px !important;
    line-height: 22px !important;
    color: #656565 !important;
    display: block !important;
    margin-bottom: 30px !important;
}

a.but_green {
    display: inline-block;
    padding: 15px 28px;
    background: #51B67F;
    border-radius: 50px;
    color: #FFFFFF;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
}

a.but_green:hover {
    text-decoration: none;
}

.noflex {
    display: block !important;
}

.thanks_social-imgs a {
    display: inline-block;
    margin-right: 30px;
}

.thanks_banner {
    font-family: Roboto Slab;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 29px;
    text-align: center;
    color: #000000;
    padding: 41px 114px;
    border: 2px solid #EEEEEE;
    box-sizing: border-box;
    border-radius: 10px;
    margin: 32px 0;
    display: inline-block;
}

.thanks-flex-box {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 0 30px;
}

.thanks-flex-box .col-1-3 {
    width: 300px;
    margin: 0 12px 24px 12px;
}

.thanks-flex-box .col-1-3 .social-box-block {
    display: block;
    height: 320px;
    width: 100%;
    background-size: cover;
    border: 1px solid #D9D9D9;
    box-sizing: border-box;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    margin-top: 16px;
}

.thanks_banner-header {
    text-align: center;
}

.thanks_social.hide {
    display: none;
}

/**/

.personModal .modal__content {
    width: 612px;
    border: 1px solid #E1E1E1;
    box-sizing: border-box;
    box-shadow: 0px 11px 34px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}

button.but_green {
    display: inline-block;
    padding: 18px 54px;
    background: #51B67F;
    border-radius: 50px;
    border: 0;
    resize: 0;
    outline: 0;
    color: #FFFFFF;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    margin-top: 40px;
}

.personModal p {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 135.19%;
    display: block;
    margin-top: 16px;
}

.personModal .modal-body {
    max-width: 100%;
}

.personModal .form-group.row.phone {
    margin-top: 25px;
}

.personModal .form-group.row.email {
    margin-top: 25px;
}

.landing-modal {
    min-height: 100px;
}

.landing-modal-social {
    margin-right: 40px;
    margin-left: 40px;
}

.landing-modal-error {
    color: red !important;
    margin-top: 2% !important;
    margin-bottom: -7% !important;
}

.flex-ok {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000000;
    margin-bottom: 47px;
}

.flex-ok img {
    max-width: 118px;
}

.flex-ok .description {
    max-width: 329px;
    margin-left: 31px;
}

.flex-ok .description h1 {
    font-size: 24px;
    line-height: 32px;
}

.flex-ok .description p {
    font-size: 19px;
}

@media screen and (max-width: 985px) {
    .thanks_header::before {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 1;
        background-size: cover;
        background-position: center;
        background-image: url('../img/thanks/banner-mini.svg');
    }

    .thanks_header .col-left {
        width: 300px;
        padding: 80px 30px 0 30px;
    }
}

@media screen and (max-width: 851px) {
    .thanks_social {}

    .thanks_social.hide {
        display: block !important;
    }

    .thanks_header .col-left {
        width: 200px;
    }

    .thanks_header .col-left p {
        width: 300px;
    }

    .thanks_social {
        width: 100%;
    }
}

@media screen and (max-width: 651px) {
    .personModal .modal__content {
        width: auto !important;
    }

    .thanks_header .col-left {
        width: 200px;
        padding-top: 130px;
    }

    .thanks_header {
        position: relative;
        left: -50px;
        width: 135%;
    }

    .thanks_banner {
        max-width: 80%;
        padding-left: 32px;
        padding-right: 32px;
    }

    .thanks-flex-box {
        padding: 0 0;
    }
}

@media screen and (max-width: 420px) {
    .thanks_header {
        position: relative;
        left: -30px;
        width: 125%;
    }
}

/*vsevmeste*/

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-Regular.otf');
    font-weight: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-Light.otf');
    font-weight: 200;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-Medium.otf');
    font-weight: 300;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-Bold.otf');
    font-weight: 400;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-ExtraBold.otf');
    font-weight: 500;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-SemiBold.otf');
    font-weight: 600;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy/Gilroy-Regular.ttf');
    font-weight: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy/Gilroy-Light.ttf');
    font-weight: 200;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy/Gilroy-Thin.ttf');
    font-weight: 100;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy/Gilroy-Medium.ttf');
    font-weight: 300;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy/Gilroy-Bold.ttf');
    font-weight: 400;
}

section.vsevmeste {
    display: block;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

.vse-content {
    max-width: 1160px;
    display: block;
    margin: 0 auto;
    box-sizing: border-box;
    /*transform: translateX(-15px);*/
}

.vse-flex-j {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.vse-header .vse-flex-j {
    padding-top: 100px;
    margin-bottom: 50px;
}

.vse-content .vse-flex-j .text {
    color: #000000;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 31px;
    line-height: 140%;
    max-width: 660px;
}

.vse-content .vse-flex-j img {
    max-width: 460px;
}

.vse-content .vse-flex-j .vse-but {
    margin-top: 30px;
}

.vse-but {
    display: inline-block;
    font-family: Montserrat;
    font-style: normal;
    font-size: 25px;
    line-height: 100%;
    color: #FFFFFF;
    background: #FF954D;
    border-radius: 10px;
    padding: 14px 75px 16px 75px;
    text-align: center;
}

.text .vse-but:hover {
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1);
}

.vse-but:hover, .vse-content .main-content__product .vse-but:hover {
    background-color: #FFB85A !important;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    /*box-shadow: 0 10px 20px rgba(0,0,0,0.1), 0 6px 6px rgba(0,0,0,0.01);*/
    text-decoration: none;
    color: #FFFFFF;
}

.vsevmeste .header__actions__btn-cart {
    position: fixed;
    top: 30px;
    right: 40px;
    background: #FFB85A;
    border-radius: 20px;
    height: 70px;
    z-index: 9;
    padding: 23px;
}

.vsevmeste .header__actions__btn-cart .header__actions__btn-cart__icon {
    height: 25px;
}

.vsevmeste .header__actions__btn-cart:hover {
    background: #FFD582;
}

.vse-q {
    border-top: 2px solid #EEEEEE;
    border-bottom: 2px solid #EEEEEE;
    padding: 50px 0;
    font-family: PT Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 21px;
    line-height: 140%;
    text-align: center;
    color: #000000;
}

.vse-q p {
    display: block;
    margin: 0 auto;
    max-width: 800px;
}

.vse-h1 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 39px;
    line-height: 120%;
    text-align: center;
    color: #000000;
    margin-top: 50px;
    margin-bottom: 30px;
}

.vse-content .uk-slidenav-position {
    position: relative;
    margin: 0 -5px 0 -15px;
    transform: translateX(5px);
}

.vse-content .uk-slidenav.uk-slidenav-contrast, .vse-content .uk-slidenav.uk-slidenav-contrast {
    position: absolute;
    top: 50%;
}

.uk-slidenav-previous {
    left: -70px;
}

.uk-slidenav-next {
    right: -70px;
}

.vse-content .main-content__product {
    padding-top: 40px;
}

.vse-content .main-content__product__name {
    text-align: center;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 150%;
    color: #000000;
    text-transform: none !important;
}

.vse-content .main-content__product__description, .vse-content .main-content__product__description {
    text-align: center;
}

.vse-content .main-content__product__to-cart-box {
    text-align: center;
    font-family: Montserrat;
    font-size: 24px;
    line-height: 150%;
    color: #000000;
}

.vse-content .main-content__product__to-cart-box .main-content__product__price {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 150%;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.vse-content .main-content__product__description a {
    color: #A3A3A3;
    text-decoration: underline;
}

.vse-content .main-content__product__description {
    /*max-height: 17px;*/
}

.vse-content .main-content__product:hover .main-content__product__cart-button {
    background: #FF954D;
}

.vse-content .main-content__product:hover {
    border: 2px solid #23BD7A;
}

.main-content__product .vse-but {
    border-radius: 25px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 100%;
    padding-top: 11px;
}

.vse-content .main-cart__cart-content__product__counter__plus {
    background-color: #FF954D;
}

.vill {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #A3A3A3;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 120%;
    padding-top: 42px;
    padding-bottom: 59px;
}

.vill img {
    margin-left: 10px;
    width: 88px;
}

.vse-pom .uk-slidenav-previous {
    left: -70px;
}

.vse-pom .uk-slidenav-next {
    right: -70px;
}

.vse-content .news-post {
    display: block;
    text-decoration: none;
    border: 2px solid #EEEEEE;
    box-sizing: border-box;
    border-radius: 15px;
    width: 100%;
    min-height: 515px;
    padding: 20px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 130%;
}

.vse-content .news-post .news-post__picture {
    width: 100%;
    height: 100px;
    height: 215px;
    background-size: cover;
    background-position: center;
}

.vse-content .news-post img {
    width: 100%;
}

.vse-content .news-post .d {
    color: #828282;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 140%;
    padding: 30px 0 20px 0;
}

.vse-content .news-post p {
    color: #000000;
    overflow: hidden;
    line-height: 120%;
    display: block;
    height: 75px;
    margin: 0;
    padding: 0;
    font-size: 16px;
}

.vse-content .news-post p.auto-height {
    height: auto;
}

.vse-content .news-post .img {
    width: 100%;
    height: 304px;
    background-size: cover;
    background-position: center;
    border-radius: 4px;
}

.vse-content .uk-grid-medium > * {
    padding-left: 20px;
    padding-right: 20px;
}

.vse-content .main-content__product {
    margin-right: 0;
    margin-bottom: 0;
    min-width: 300px;
}

.vse-pom {
    border-top: 2px solid #EEEEEE;
    border-bottom: 2px solid #EEEEEE;
    padding-bottom: 40px;
}

.vse-p {
    font-family: PT Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 100%;
    color: #808080;
    margin: 30px 0;
    text-align: center;
}

.vse-banner .vse-flex-j {
    margin: 0 auto 30px auto;
    max-width: 600px;
}

.vse-banner .vse-flex-j > div {
    height: 54px;
    background: #EEEEEE;
    width: 2px;
}

.vse-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 22px 0;
    border-top: 2px solid #EEEEEE;
}

.vse-footer span {
    color: #808080;
    font-family: 'PT Sans', sans-serif;
    font-style: normal;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 140%;
}

.vse.uk-modal .uk-modal-close {
    position: absolute;
    top: 7px;
    right: 10px;
}

.vse.uk-modal .uk-modal-dialog {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 30px;
}

.vse.uk-modal .vse-h1 {
    margin-top: 0;
    margin-bottom: 20px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 150%;
}

.vse.uk-modal .uk-modal-dialog {
    max-width: 628px;
}

.flex-table .col {
    font-size: 13px;
    line-height: 160%;
    color: #363636;
    font-family: PT Sans;
    font-style: normal;
    font-weight: normal;
}

.flex-table .flex-table-heder .col {
    color: #999999;
}

.flex-table .flex-table-heder {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 15px;
    border-bottom: 2px solid #EEEEEE;
    margin-bottom: 15px;
}

.flex-table .col:nth-child(1) {
    width: 55%;
}

.flex-table .col:nth-child(2) {
    width: 20%;
    text-align: right;
}

.flex-table .col:nth-child(3) {
    width: 25%;
    text-align: right;
}

.flex-table .flex-table-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flex-table .flex-table-footer {
    border-top: 2px solid #EEEEEE;
    margin-top: 15px;
    padding-top: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.vse.uk-modal .main-content__product {
    padding: 30px 0 0 0;
    border: 0;
}

.vse.uk-modal .main-content__product__price {
    font-weight: normal;
    width: 100%;
    text-align: center;
    font-family: Montserrat;
    font-size: 24px;
    line-height: 150%;
    color: #000000;
}

.vse.uk-modal .main-cart__cart-content__product__counter__plus {
    background-color: #FF954D;
}

.vse.uk-modal .main-content__product:hover .main-content__product__cart-button {
    background: #FF954D;
}

.vse-calc {
    border-top: 2px solid #EEEEEE;
}

.vse-scroll-box {
    height: 200px;
    overflow-x: hidden;
    width: 100%;
    margin-bottom: 40px;
    position: relative;
}

.vse-scroll-box-content {
    height: 100px;
    width: 1250px;
    font-size: 0;
}

.vse-content .main-content__product__name {
    margin-bottom: 0;
    padding-bottom: 0;
}

.vse-scroll-box-content .pro-bar {
    height: 30px;
    width: 100%;
    position: relative;
    background: #EEEEEE;
}

.vse-scroll-box-content .pro-bar .bar-active {
    height: 30px;
    display: inline-block;
    background-color: #23BD7A;
    position: relative;
}

.vse-scroll-box-content .pro-bar .bar-active img {
    position: absolute;
    top: 0;
    right: -13px;
    height: 30px;
}

.vse-scroll-box-content .bar-header-block {
    position: relative;
    height: 40px;
    width: 237px;
    display: inline-block;
    vertical-align: middle;
    border-right: 3px solid #EEEEEE;
}

.vse-scroll-box-content .bar-footer-block {
    position: relative;
    width: 237px;
    display: inline-block;
    vertical-align: top;
}

.vse-scroll-box-content .bar-footer-block a {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 9px;
    line-height: 150%;
    text-transform: uppercase;
    padding: 8px 17px 8px 18px;
    border-radius: 30px;
    margin-top: 22px;
}

.vse-scroll-box-content .bar-footer-block a:hover {
    background: #FFB85A;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.vse-scroll-box-content .bar-footer-block .p {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 120%;
    color: #000000;
    padding: 8px 0;
}

.vse-scroll-box-content .bar-footer-block .d {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 120%;
    color: #848484;
}

.vse-scroll-box-content .bar-header-block.bar-active {
    border-right: 3px solid #23BD7A;
}

.bar-header-block::before {
    position: absolute;
    top: 0;
    right: -30px;
    content: url(../img/vse/flag-g.svg);
}

.bar-header-block.bar-active::before {
    position: absolute;
    top: 0;
    right: -30px;
    content: url(../img/vse/flag.svg);
}

.bar-header-block.end {
    width: 237px;
    border-right: 0;
}

.bar-header-block.end::before {
    content: '';
}

.vse-min-info .p {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 120%;
    color: #A3A3A3;
    max-width: 210px;
}

.vse-min-info {
    max-width: 391px;
    padding: 10px 14px;
    border: 2px solid #EEEEEE;
    box-sizing: border-box;
    border-radius: 15px;
    margin: 0 auto 50px auto;
    display: flex;
}

#makeMeScrollable:hover {
    cursor: pointer;
}

.vse-body {
    overflow-x: hidden;
}

.vse-mobile {
    display: none;
}

#pack .uk-slidenav.uk-slidenav-contrast, #pack .uk-slidenav.uk-slidenav-contrast {
    display: none;
}

.vse-content .uk-grid-medium > * {
    margin-left: -20px;
}

@media screen and (max-width: 1300px) {
    .vse-pom .uk-slidenav-previous {
        left: -10px;
        background-color: #FFFFFF;
        border-radius: 50%;
    }

    .vse-pom .uk-slidenav-next {
        right: -10px;
        background-color: #FFFFFF;
        border-radius: 50%;
    }

    .uk-slidenav-previous {
        left: -10px;
    }

    .uk-slidenav-next {
        right: -10px;
    }

    .vse-content .uk-grid-medium > * {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 1210px) {
    section.vsevmeste {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media screen and (max-width: 960px) {
    .vse-scroll-box {
        height: 200px;
        overflow-x: scroll;
        width: 100%;
    }

    .vse-scroll-box {
        margin-bottom: 0;
    }

    .vse-min-info {
        display: flex;
    }

    .vse-header .vse-flex-j {
        flex-wrap: wrap;
    }

    .vse-header .vse-flex-j .text {
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }

    .vse-header .vse-flex-j .text a {
        display: block;
        margin: 50px auto 0 auto;
        width: 250px;
    }

    .vse-header .vse-flex-j img {
        margin: 0 auto;
    }

    .vse-pom .uk-slidenav-previous {
        left: 0px;
    }

    .vse-pom .uk-slidenav-next {
        right: 0px;
    }

    .uk-slidenav-previous {
        left: 0px;
    }

    .uk-slidenav-next {
        right: 0px;
    }

    .vse-content .uk-grid-medium > * {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
}

@media screen and (max-width: 750px) {
    .vse-banner .vse-flex-j {
        display: block;
    }

    .vse-banner .vse-flex-j > div {
        display: none;
    }

    .vse-banner .vse-flex-j img {
        width: 200px;
        display: block;
        margin: 30px auto;
    }

    .vse-content.vse-footer {
        display: block;
    }

    .vse-content.vse-footer span {
        display: block;
        text-align: center;
    }

    .vse-content.vse-footer img {
        width: 100%;
        margin-top: 20px;
    }

    .header__actions__btn-cart {
        display: block !important;
    }

    .vsevmeste .header__actions__btn-cart {
        right: 20px;
        top: 20px;
    }

    .vse-content .vse-flex-j img {
        width: 80%;
        min-width: 80%;
    }

    .vill .vse-flex-j {
        display: block;
    }

    .vill .vse-flex-j img {
        width: 100px;
        display: block;
        margin: 20px auto;
        min-width: 100px;
    }
}

@media screen and (max-width: 960px) {
    .uk-slider.uk-grid-width-medium-1-1.uk-grid-width-large-1-3.uk-grid-medium {
        min-width: 100% !important;
    }

    .vse-content .uk-grid-medium > * {
        padding-left: 0px;
        padding-right: 0px;
    }

    .vse-pom .uk-slidenav-previous {
        left: -20px;
    }

    .vse-pom .uk-slidenav-next {
        right: -20px;
    }

    .uk-slidenav-previous {
        left: 10px;
    }

    .uk-slidenav-next {
        right: 10px;
    }

    .vse-header .vse-flex-j {
        margin-top: 0px;
    }

    .vse-podskazka, .vse-podskazka-1 {
        visibility: hidden;
    }

    .vse-banner .vse-flex-j img {
        width: 172px;
        min-width: 172px;
    }

    .vill {
        padding-bottom: 0;
    }

    .main-content__product {
        border-radius: 35px;
    }

    .vse-h1, .vse-content .main-content__product__name {
        font-size: 24px;
        line-height: 140%;
    }

    .vse-header .vse-flex-j .text {
        font-size: 18px;
        line-height: 140%;
    }

    .vse-q {
        padding: 20px 0;
        font-size: 15px;
        line-height: 140%;
    }

    .vsevmeste .header__actions__btn-cart .header__actions__btn-cart__icon {
        height: 25px;
    }

    .vsevmeste .header__actions__btn-cart {
        height: 70px;
        padding: 23px;
        top: 10px;
        right: 10px;
    }

    .vse-desktop {
        display: none !important;
    }

    .vse-mobile {
        display: block;
    }

    .uk-slidenav-previous {
        margin-top: -40px;
    }

    .uk-slidenav-next {
        margin-top: -40px;
    }

    .vse-pom .uk-slidenav-previous {
        background: rgba(0, 0, 0, 0);
        left: 30px;
        margin-top: -110px;
    }

    .vse-pom .uk-slidenav-next {
        background: rgba(0, 0, 0, 0);
        right: 30px;
        margin-top: -110px;
    }

    #pack .uk-slidenav.uk-slidenav-contrast, #pack .uk-slidenav.uk-slidenav-contrast {
        display: block;
    }

    .vse-content .uk-grid-medium > * {
        margin-left: 0;
    }
}

.vse-podskazka, .vse-podskazka-1 {
    position: fixed;
    left: 40px;
    bottom: 30px;
    background: #FFFFFF;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    padding: 20px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 120%;
    color: #808080;
    max-width: 348px;
    z-index: 9;
}

.news-post:hover {
    border-color: #23BD7A;
}

.vse-href {
    display: block;
    margin: 20px 0 0 0;
    text-align: center;
    color: #848484;
    text-decoration: underline;
}

.vse-href:hover {
    color: #848484;
    text-decoration: underline;
}

.vse-banner .vse-flex-j img {
    width: 172px;
}

.vse-blure {
    width: 100%;
    position: relative;
}

.vse-blure .left-g, .vse-blure .right-g {
    background-size: 100% 100%;
    background-position: center;
    position: absolute;
    z-index: 1;
    top: -18px;
    width: 60px;
    height: 89px;
}

.vse-blure .left-g {
    left: 0;
    background-image: url('../img/vse/left.png');
}

.vse-blure .right-g {
    right: 0;
    background-image: url('../img/vse/right.png');
}

.vse-staert.bar-active {
    border-right: 0 !important;
}

.vse-staert.bar-active::before {
    content: '';
}

.vse-desktop .vse-img-h {
    display: none;
}

.vse-desktop .vse-img-a {
    display: block;
}

.vse-desktop:hover .vse-img-h {
    display: block;
}

.vse-desktop:hover .vse-img-a {
    display: none;
}

.vse-body .main-content__product .main-content__product__cart-button {
    max-width: 320px;
    height: 50px;
    padding-top: 17px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 100%;
}

.vse-body .main-cart__cart-content__product__counter.vse-but {
    display: block;
    margin: 0 auto;
}

.vse-body .main-cart__cart-content__product__counter {
    height: 50px;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
}

.vse-body .main-content__product__cart-button.put-to-cart.vse-but {
    margin-left: auto;
    margin-right: auto;
}

.vse-body .main-cart__cart-content__product__counter__minus, .vse-body .main-cart__cart-content__product__counter__plus {
    width: 49px;
    height: 34px;
}

.vse-body .main-cart__cart-content__product__counter__minus {
    margin-left: 5px;
}

.vse-body .main-cart__cart-content__product__counter__plus {
    margin-right: 5px;
}

.vse-body .main-cart__cart-content__product__counter__plus i, .vse-body .main-cart__cart-content__product__counter__minus i {
    font-size: 16px;
}

.vse-body .main-cart__cart-content__product__counter__value {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 150%;
}

.vse-content .main-content__product__description a:hover, .vse-href:hover {
    opacity: 0.7;
}

.vse-body .main-cart__cart-content__product__counter__plus:hover {
    background: #FFB85A;
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.1);
}

.vse-body .main-cart__cart-content__product__counter__minus:hover {
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.1);
}

.header-lenta {
    padding: 30px 0;
    background: #16098F;
}

.header-lenta img {
    display: block;
    margin: 0 auto;
    height: 48px;
}

.lenta.vsevmeste .header__actions__btn-cart {
    background-color: #FECF0B;
}

.lenta.vsevmeste .header__actions__btn-cart__badge, .lenta.vsevmeste .header__actions__btn-cart {
    color: #16098F;
}

.lenta.vsevmeste .vse-but {
    background: #16098F;
}

.lenta.vsevmeste .vse-banner .vse-flex-j a:last-child img {
    margin-top: -12px;
}

.lenta.vsevmeste .vse-banner .vse-flex-j span {
    margin: 0 19px;
    font-family: Gilroy;
    font-style: normal;
    font-weight: 300;
    font-size: 21px;
    line-height: 140%;
    opacity: 0.2;
}

.lenta.vsevmeste .vse-banner .vse-flex-j {
    justify-content: center;
}

.lenta.vsevmeste .vse-but:hover, .lenta.vsevmeste .vse-content .main-content__product .vse-but:hover {
    background: #5C50CE !important;
}

.lenta.vsevmeste .header__actions__btn-cart:hover {
    background: #FFDD51;
}

.lenta.vsevmeste .vse-content .main-content__product:hover {
    border: 2px solid #5C50CE;
}

.lenta.vsevmeste .vse-content .main-content__product:hover .main-content__product__cart-button {
    background: #5C50CE;
}

.vse-body .lenta.vsevmeste .main-cart__cart-content__product__counter__plus:hover, .vse-body .vse.len.uk-modal .main-cart__cart-content__product__counter__plus:hover {
    background: #5C50CE;
}

.lenta.vsevmeste .vse-content .main-cart__cart-content__product__counter__plus, .vse-body .vse.len.uk-modal .main-cart__cart-content__product__counter__plus {
    background: #16098F;
}

.vse.len.uk-modal .main-content__product:hover .main-content__product__cart-button, .vse.len.uk-modal .vse-but:hover {
    background: #5C50CE !important;
}

.vse.len.uk-modal .vse-but {
    background: #16098F;
}

.news-post:hover {
    border-color: #5C50CE;
}

.lenta.vsevmeste .vse-but, .vse.len.uk-modal .vse-but {
    font-family: Gilroy;
    font-weight: 300;
}

.lenta.vsevmeste .vse-q {
    font-family: Gilroy;
    font-weight: 300;
}

.lenta.vsevmeste .vse-content .main-content__product__name {
    font-family: Gilroy;
    font-weight: normal !important;
}

.lenta.vsevmeste .vse-content .main-content__product {
    font-family: Gilroy;
}

.lenta.vsevmeste .vse-content .main-content__product p {
    font-weight: 300;
}

.lenta.vsevmeste .vill {
    font-family: Gilroy;
    font-weight: 300;
}

.lenta.vsevmeste .vse-scroll-box-content .bar-footer-block .p, .lenta.vsevmeste .vse-min-info .p {
    font-family: Gilroy;
}

.lenta.vsevmeste .vse-content .news-post {
    font-family: Gilroy;
    font-weight: 300;
}

.lenta.vsevmeste .vse-content .news-post .d {
    font-weight: 300;
}

.lenta.vsevmeste .vse-p {
    font-family: Gilroy;
    font-weight: 300;
}

.lenta.vsevmeste .vse-content .vse-footer {
    font-family: Gilroy;
    font-weight: 300;
}

.vse.len.uk-modal .flex-table .col {
    font-family: Gilroy;
    font-weight: 300;
}

.vse.len.uk-modal .vse-href {
    font-family: Gilroy;
    font-weight: 300;
}

.lenta.vsevmeste .vse-content .vse-flex-j .text {
    font-family: Gilroy;
    font-weight: 400;
}

.lenta.vsevmeste .vse-h1, .vse.len.uk-modal .vse-h1 {
    font-family: Gilroy;
    font-weight: 400;
}

.lenta.vsevmeste .vse-content .main-content__product__to-cart-box .main-content__product__price {
    font-family: Gilroy;
}

.lenta.vsevmeste .vill {
    padding-bottom: 0;
}

.l-form {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    max-width: 560px;
    margin-bottom: 78px;
}

.l-form input {
    border: 2px solid #EEEEEE;
    box-sizing: border-box;
    border-radius: 15px;
    display: inline-block;
    vertical-align: middle;
    font-family: Gilroy;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 150%;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 160px;
}

.l-form span {
    display: inline-block;
    vertical-align: middle;
    font-family: Gilroy;
    font-style: normal;
    font-weight: 300;
    font-size: 19px;
    line-height: 140%;
    margin: 0 10px;
}

.l-form button {
    border: 0;
    border-radius: 25px;
    font-family: Gilroy;
    font-style: normal;
    font-size: 15px;
    line-height: 100%;
    max-width: 224px;
    text-align: center;
    padding-left: 50px;
    padding-right: 50px;
    display: inline-block;
    vertical-align: middle;
    padding-top: 18px;
    padding-bottom: 17px;
    margin-left: 10px;
}

.cart-lent.uk-active, .cart-lent.uk-sticky-init.uk-active {
    top: 20px !important;
    max-width: 125px !important;
    width: 125px !important;
}

@media screen and (max-width: 960px) {
    .vse-header .vse-flex-j img {
        margin-bottom: 30px;
    }

    .header-lenta {
        padding: 23px 0;
    }
}

@media screen and (max-width: 500px) {
    .vse-header .vse-flex-j {
        padding-top: 49px;
    }

    .lenta.vsevmeste .vse-banner .vse-flex-j span {
        display: none;
    }

    .cart-lent.uk-active, .cart-lent.uk-sticky-init.uk-active {
        top: 0px !important;
    }

    .l-form {
        padding-left: 40px;
        padding-right: 40px;
        flex-wrap: wrap;
    }

    .l-form button {
        margin-left: 0;
        margin-top: 20px;
    }
}

/*! UIkit 2.26.4 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */

[data-uk-sticky].uk-active {
    z-index: 980;
    box-sizing: border-box
}

[data-uk-sticky][class*=uk-animation-] {
    -webkit-animation-duration: .2s;
    animation-duration: .2s
}

[data-uk-sticky].uk-animation-reverse {
    -webkit-animation-duration: .2s;
    animation-duration: .2s
}

.lenta.vsevmeste .header__actions__btn-cart {
    position: relative;
}

.vsevmeste.lenta {
    position: relative;
}

.cart-lent {
    position: absolute;
    right: 0;
}

@media screen and (max-width: 500px) {
    .display-none {
        display: none !important;
    }
}

p.dop {
    display: block;
    text-align: center;
    font-family: Gilroy;
    font-style: normal;
    font-weight: 200;
    font-size: 13px;
    line-height: 140%;
    color: #808080;
    margin-top: 20px;
}

.vse-header .vse-flex-j.ninemay-info-block {
    padding-top: 0px;
    margin-bottom: 50px;
    margin-top: 50px;
}

.header-ninemay {
    padding: 30px 0;
    border-bottom: 2px solid #EEEEEE;
}

.header-ninemay img {
    display: block;
    height: 100px;
}

.vsevmeste .header__actions__btn-cart.ninemay-cart {
    background: #23BD7A;
}

.vse-but.ninemay-but {
    background: #23BD7A;
}

.vse-but.ninemay-but:hover {
    background: rgb(45, 214, 141) !important;
}

.vse-footer.ninemay-footer {
    border-top: 0;
}

.news-post.ninemay-post:hover {
    border-color: #23BD7A;
}

.main-content__product__cart-button.put-to-cart.vse-but.ninemay-but:hover {
    background: rgb(45, 214, 141) !important;
}

.ninemay.vsevmeste .vse-content .main-content__product:hover .main-content__product__cart-button {
    background: rgb(45, 214, 141);
}

.vse-content .main-cart__cart-content__product__counter__plus.ninemay {
    background-color: #23BD7A;
}

@media screen and (max-width: 500px) {
    .header-ninemay img {
        display: block;
        margin: 0 auto;
        height: 100px;
    }
}

@media screen and (max-width: 400px) {
    .vse-content .main-content__product {
        min-width: 100%;
    }

    .vse-content .main-content__product {
        padding: 10px 10px 10px 10px;
    }

    .vse-body .main-content__product__cart-button.put-to-cart.vse-but {
        margin-left: auto;
        margin-right: auto;
    }

    section.vsevmeste {
        padding-left: 10px;
        padding-right: 10px;
    }

    .vse-content .uk-grid-medium > li {
        width: 100%;
        box-sizing: border-box;
        padding-left: 10px;
        padding-right: 10px;
        /*margin-left: -10px;*/
    }
}

.onetime-payinfo-block {
    display: inline-block;
}

.onetime-amount-block {
    max-width: 30%;
    text-align: left;
    margin-right: 10px;
}

.onetime-email-block {
    width: 71%;
    text-align: left;
}

.onetime-amount-input {
    width: 100%;
}

.onetime-email-input {
    width: 100%;
}

@media screen and (max-width: 400px) {
    .onetime-amount-block {
        max-width: 100%;
        text-align: left;
    }

    .onetime-email-block {
        margin-top: 10px;
        width: 100%;
        text-align: left;
    }
}

.donation-variable-button {
    margin-top: 18px;
    color: white;
    font-size: 17px;
    font-weight: 500;
}

#yandex-kassa-widget-modal .uk-modal-dialog {
    max-width: 100%;
}

@media screen and (max-width: 400px) {
    #yandex-kassa-widget-modal .uk-modal-dialog {
        padding: 23px 0px 35px 0px;
    }
}

.need-help-info-container {
    padding: 0;
    margin-bottom: 40px;
}

.need-help-info-container .info-block {
    background-color: #F3F9FD;
    border-radius: 10px;
    text-align: center;
    font-family: Roboto Slab;
    font-style: normal;
    font-weight: bold;
}

.need-help-info-container .info-block .block-box {
    padding: 50px 15px;
}

.need-help-info-container .info-block .block-box h4 {
    color: #54B57F;
    font-size: 24px;
}

.need-help-info-container .info-block .block-box p {
    font-size: 16px !important;
    line-height: 20px !important;
}

@media screen and (max-width: 400px) {
    .need-info-help-container .info-block .block-box {
        padding: 35px;
    }

    .need-info-help-container .info-block .block-box h4 {
        font-size: 24px;
    }
}

.need-help-tables-container {
    padding: 0;
}

.need-help-tables-container .table-choose {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 20px;
}

.need-help-tables-container .table-button {
    padding: 6px 16px 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 36px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50px;
    cursor: pointer;
    -webkit-transition: .2s background-color;
    -o-transition: .2s background-color;
    transition: .2s background-color;
    color: white;
    padding: 30px;
    font-weight: 500;
    font-size: 20px;
    color: black;
    border: 1px solid #DADADA;
    margin-bottom: 20px;
    text-align: center;
}

.need-help-tables-container .table-button span {
    opacity: 0.25;
}

.need-help-tables-container .table-button.active {
    background-color: #0DB97A;
    color: white;
    padding: 30px;
    font-weight: 500;
    font-size: 20px;
    border: 0px;
}

.need-help-tables-container .table-button.active span {
    opacity: 1;
}

.need-help-tables-container .table-options {
    padding: 0;
}

.need-help-tables-container .table-options .need-help-table-sort {
    text-align: right;
    margin: 5px 0 0 0;
}

.need-help-tables-container .table-options .use-filter-block .use-filter {
    font-size: 17px;
    margin: 0;
    padding: 5px 30px;
}

.need-help-tables-container .need-help-table {
    font-size: 16px !important;
}

@media screen and (max-width: 400px) {
    .need-help-tables-container .need-help-table {
        overflow-x: scroll;
    }
}

.next-offset {
    margin: auto;
    text-align: center;
    width: 100% !important;
}

.next-offset button {
    padding: 10px 30px
}

.need-table-scroll-hint {
    display: none;
}

@media screen and (max-width: 400px) {
    .need-table-scroll-hint {
        display: block;
        background-color: #F3F9FD;
        background-repeat: repeat;
        background-size: 250px auto;
        background-position: top center;
        border-radius: 10px;
        overflow: hidden;
        margin-top: 40px;
        margin-bottom: 40px;
        position: relative;
        padding: 20px 0 10px 0;
        text-align: center;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .need-table-scroll-hint svg {
        max-width: 80%;
        margin-bottom: -20px;
    }

    .need-help-tables-container .table-options .need-help-table-sort {
        text-align: center;
        margin-bottom: 20px;
    }
}

.thanks-block {}

.thanks-block-img img {
    max-width: 100%;
}

.thanks-block-img p {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 140%;
    /* identical to box height, or 20px */
    color: #000000;
    opacity: 0.35;
    padding-top: 10px;
}

.thanks-block-img p i {
    padding: 0 5px;
}

.thanks-block-img-mob {
    display: none;
}

@media screen and (max-width: 700px) {
    .thanks-block-img-desk {
        display: none;
    }

    .thanks-block-img-mob {
        display: block;
    }
}

.thanks-block-info {
    padding-left: 5px;
    padding-right: 5px;
}

.thanks-block-info h1 {
    margin-top: 0;
    font-size: 35px;
}

.thanks-block-info p {
    font-size: 16px;
    font-weight: 500;
}

.no-padding {
    padding-left: 0;
    padding-right: 0;
}

.loo {
    min-height: 56px;
    padding-top: 2em;
}

.loo a {
    text-decoration-line: underline;
    color: #000000;
    opacity: 0.35;
}

.thanks__label-input {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 10px;
}

.thanks__login-input {
    width: 100%;
    border: 1px solid #BEC3C6;
    padding: 10px 16px;
    border-radius: 8px;
}

.thanks__subscribe-button-block {
    text-align: center;
}

button.thanks__subscribe-button {
    margin: 17px 0px 14px;;
    font-size: 16px;
    padding: 9px 50px;
}

.thanks__subscribe-politic p {
    font-size: 12px;
    opacity: 0.35;
}

.thanks__subscribe-politic p a {
    color: black;
    text-decoration: underline;
}

.personModal .modal__desc {
    margin: 16px 0;
}

.personModal .modal__make-subscribe {
    background: linear-gradient(180deg, #8EE4BF -33.12%, #3FA87A 64.99%);
    border-radius: 5px;
    border: 0;
    color: white;
    text-align: center;
    font-family: Montserrat;
}

.personModal .modal__make-subscribe .modal__title {
    color: white;
    font-family: Montserrat;
    font-size: 36px;
}

.personModal .modal__make-subscribe .modal-body .modal__subscribe-blank {
    background: #FFFFFF;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
    border-radius: 12px;
}

.personModal .modal__make-subscribe .modal-body .modal__subscribe-blank h3 {
    color: black;
    font-size: 32px;
    padding: 1em 4em 0 4em;
    font-family: Montserrat;
}

.modal__safe-logo {
    margin-top: 30px;
}

.modal__subscribe-close {
    position: absolute;
    opacity: 1;
    right: 0;
    top: 0;
    margin-top: -2em;
    color: white;
    margin-right: -1em;
    background: rgba(0, 0, 0, 0);
    border: 0;
    font-size: 25px;
}

.personModal button.modal__subscribe-button {
    background: #FFA24D;
    box-shadow: 0px 8px 18px rgba(0, 0, 0, 0.15);
    border-radius: 50px;
    margin-bottom: 40px;
    padding: 0.75em 4em;
    transition: .2s background-color;
}

.personModal button.modal__subscribe-button:hover {
    background: #FCB776;
}

@media screen and (max-width: 700px) {
    .personModal .modal__make-subscribe .modal-body .modal__subscribe-blank h3 {
        padding: 1em 1em 0 1em;
    }

    .modal__subscribe-close {
        margin: -2em 0.3em 0em 0em;
    }

    .view-port.view-port-tnanks {
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (max-width: 350px) {
    .personModal button.modal__subscribe-button {
        padding: 0.75em 2em;
    }

    .thanks_social-imgs a {
        margin-right: 29px;
    }
}

.donation-block {
    display: flex;
    margin-top: 2em;
}

@media screen and (max-width: 991px) {
    .donation-block {
        flex-direction: column;
    }
}

/*.donation-block h1{*/
/*	font-size: 30px;*/
/*	margin-bottom: 1em;*/
/*}*/

/*.donation-block p{*/
/*	font-size: 15px;*/
/*}*/

.donation-block .widget-block {
    order: 1;
}

.donation-block .info-block {
    order: 2;
}

.donation-block .info-block h4 {
    padding-top: 1em;
    padding-bottom: 1em;
    text-align: center;
}

.donation-block .info-block h4 {
    padding-top: 1em;
    padding-bottom: 1em;
    text-align: center;
}

.donation-block .who-needs-help-item {
    text-align: center;
}

.donation-block .who-needs-help-item img {
    width: 100%;
    margin-bottom: 0.5em;
}

.donation-block .about-info {
    background-color: #F9F9F9;
    border-radius: 10px;
    text-align: center;
    font-family: Roboto Slab;
    font-style: normal;
    font-weight: bold;
}

.donation-block .about-info-block-box {
    padding: 10px 15px 20px 15px;
}

.donation-block .about-info-block-box h4 {
    margin: 0;
    color: #54B57F;
    font-size: 28px;
    padding-bottom: 0.5em;
}

.donation-block .about-info-block-box p {
    font-weight: 500;
}

.already-help-block {
    margin-top: 50px;
}

.already-help-block h2 {
    font-size: 28px;
    text-align: center;
    margin: 0 0 4rem 0;
}

.dontaion-more-reports {
    margin-top: 30px;
    text-align: center;
}

a.dontaion-more-reports__button {
    font-size: 16px;
    padding: 9px 50px;
}

.donation-line {
    margin: 50px 70px 35px;
}

.donation-subscribe {
}

.btn.btn-primary.btn-lg {
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    background: #54B57F;
    color: #FFFFFF;
    border: 0;
    border-radius: 50px;
    min-height: 50px;
    padding: 10px 25px;
    transition-property: transform, box-shadow, background, opacity;
    transition-timing-function: ease-in-out;
    transition-duration: 200ms;
    line-height: 1.9;
}

.btn.btn-primary[disabled] {
    background: #CBCBC4;
    color: #FFFFFF;
    opacity: 0.25;
}

.btn.btn-primary:not([disabled]) {
    cursor: pointer;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.btn.btn-primary:not([disabled]):hover,
.btn.btn-primary:not([disabled]):focus {
    outline: none;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}

.btn.btn-primary:not([disabled]):hover:active,
.btn.btn-primary:not([disabled]):focus:active {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    transform: none;
    opacity: 0.9;
}

/** RECAPTCHA **/
.grecaptcha-badge {
    width: 70px !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
    left: 4px !important;
}

.grecaptcha-badge:hover {
    width: 256px !important;
}

.products-slider {
}

.products-slider > li {
    display: flex;
    align-items: stretch;
    flex-direction: row;
    min-height: 100%;
}

.products-slider > li > .vse-slide-pack {
    /*min-height: 100%;*/
}
