.promo-content {
    font-size: 16px;
    font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
}

#promoCatalog {
    margin-bottom: -10px;
}

.bg_gray {
    background-color: #f2f4f6;
}

.d-block {
    display: block;
}

.w-100 {
    width: 100%;
}

ol {
    list-style: decimal;
    padding-left: 30px;
}

.promo-title {
    font-size: 30px;
    line-height: 1.23;
    text-align: left;
    font-family: 'Ubuntu', Arial, sans-serif;
    font-weight: 600;
    color: #000;
    margin: 0 0 40px;
}

@media (min-width: 560px) {
    .promo-title {
        font-size: 42px;
    }
}

.promo-description {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 90px;
}

.promo-wrapper {
    padding: 40px 0;
}

.promo-wrapper_960 {
    /* 990px - 15px(padding-left) - 15px(padding-right)*/
    max-width: 990px;
    margin: auto;
}

.text-bold {
    font-weight: bold;
}

.promo-benefit-item {
    display: flex;
    margin-bottom: 40px;
}

.promo-benefit-item__img {
    flex-basis: 50px;
}

.promo-benefit-item__title {
    font-size: 22px;
    line-height: 1.35;
    padding-bottom: 8px;
}

.promo-benefit-item__caption {
    font-weight: 300;
}

.promo-benefit-item__content {
    flex-basis: 100%;
    padding-left: 20px;
    line-height: 1.55;
}

.promo-benefit-item__img img {
    width: 50px;
    height: 50px;
}

.promo-catalog-item {
    border-radius: 3px;
    box-shadow: 0 0 3px 0 rgb(0 0 0 / 20%);
    background-color: #fff;
    transition: box-shadow 0.2s linear;
    margin-bottom: 40px;
    position: relative;
}


.promo-catalog-item:hover {
    box-shadow: 0 0 8px 0 rgb(0 0 0 / 20%);
}

.promo-catalog-item__img {
    height: 380px;
    background-position: center;
    background-repeat: no-repeat;
}

.promo-catalog-item__name {
    min-height: 55px;
    font-size: 20px;
    line-height: 1.35;
    font-weight: 600;
}

.promo-catalog-item__peculiarities {
    min-height: 110px;
}

.promo-catalog-item__text {
    font-size: 14px;
    line-height: 1.55;
    padding: 36px 40px;
}

@media (min-width: 560px) {
    .promo-catalog-item__text {
        min-height: 410px;
    }
}

.promo-catalog-item__caption {
    min-height: 175px;
}

.promo-catalog-item__actions {
    padding: 0 36px 40px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.promo-catalog-item__desc {
    min-height: 165px;
}

.promo-catalog-item__description {
    min-height: 110px;
}

@media (min-width: 560px) {
    .promo-catalog-item__actions {
        flex-wrap: nowrap;
    }
}

.promo-catalog-item__actions .promo-btn {
    width: 45%;
    margin-bottom: 20px;
}

@media (min-width: 560px) {
    .promo-catalog-item__actions .promo-btn {
        margin-right: 10px;
        margin-bottom: 0;
    }

}

.promo-catalog-item__price {
    flex-grow: 1;
    font-weight: 500;
    font-size: 1.1rem;
    width: 100%;
    text-align: center;
}

@media (min-width: 560px) {
    .promo-catalog-item__price {
        text-align: right;
        font-size: 1.3rem;
    }
}

.promo-colors-item {
    margin-bottom: 50px;
}

.promo-colors-item__name {
    font-size: 22px;
    line-height: 1.35;
    padding-bottom: 20px;
    font-weight: 600;
}

.promo-colors-item__img {
    margin-bottom: 25px;
    height: 100px;
    min-width: 260px;
    background-size: cover;
}

.promo-colors-item__caption {
    font-weight: 300;
    font-size: 18px;
    line-height: 1.55;
}

.promo-btn {
    height: 40px;
    font-size: 16px;
    padding: 10px 15px;
    border: 1px solid #000000;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    line-height: 1;
    cursor: pointer;
    color: #000;
}

.promo-btn-primary {
    color: #ffffff;
    background-color: #003262;
}

.promo-btn-big {
    height: 60px;
    font-size: 16px;
    padding: 20px 60px;
}

.promo-btn:hover {
    background-color: #ffa500;
    color: #000;
}

.promo-design-item {
    cursor: pointer;
}

.promo-design-item__img {
    height: 175px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
}

.promo-design-item__name {
    text-align: center;
    margin: auto;
    width: 100%;
    padding: 20px 30px;
    font-size: 20px;
    line-height: 1.35;
    font-weight: bold;
    transition: all 500ms;
    opacity: 0;
}

@media (min-width: 560px) {
    .promo-design-item__name {
        transform: translateY(35px);
    }
}

.promo-design-item:hover .promo-design-item__name {
    transform: translateY(0px);
    opacity: 1;
}

.promo-about-image {
    width: 100%;
    padding-top: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (min-width: 560px) {
    .promo-about-image {

    }
}

.promo-about-image_big {
    margin-bottom: 30px;
    margin-top: 30px;
}

@media (min-width: 560px) {
    .promo-about-image_big {
        margin-top: 0;
    }
}

.promo-about-text {
    background-color: #ffa500;
    padding: 20px;
    font-size: 20px;
    line-height: 28px;
    height: 100%;
    font-weight: 300;
}

@media (min-width: 560px) {
    .promo-about-text {
        padding: 44px 50px;
    }
}

.promo-about-text__title {
    font-size: 30px;
    line-height: 1.45;
    margin-bottom: 20px;
    font-weight: 700;
}

.promo-input {
    border: 1px solid #000000;
    border-radius: 5px;
    height: 60px;
    padding: 0 20px;
    font-size: 16px;
    line-height: 1.33;
    margin: 0 0 30px;
}

.promo-reasons-item {
    padding: 30px 30px 40px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.1) 0 0 5px 0;
    text-align: center;
    margin-bottom: 30px;
}

.promo-reasons-item:hover {
    background-color: #81afde;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 50%);
}

.promo-reasons-item__title {
    font-size: 22px;
    line-height: 1.35;
    font-weight: 600;
    margin-bottom: 15px;
}

.promo-reasons-item__caption {
    font-size: 18px;
    line-height: 1.55;
    font-weight: 300;
}

.promo-steps {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

@media (min-width: 560px) {
    .promo-steps {
        justify-content: space-between;
        flex-wrap: nowrap;
    }
}

.promo-steps-item {
    width: 100%;
    max-width: 360px;
    text-align: center;
}

.promo-steps-item_next {
    width: auto;
    min-width: 60px;
    padding: 40px 0;
}

.promo-steps-item_next svg {
    transform: rotate(90deg);
}

@media (min-width: 560px) {
    .promo-steps-item_next {
        padding: 45px 0 0;
    }

    .promo-steps-item_next svg {
        transform: rotate(0deg);
    }
}

.promo-steps-item__img {
    margin-bottom: 25px;
}

.promo-steps-item__caption {
    font-size: 15px;
    line-height: 1.55;
}

#promoReviews .reviews-wrapper,
#promoReviews .reviews-list,
#promoReviews .promo-wrapper {
    padding-top: 0;
}

.promo-reviews-item {
    margin-bottom: 30px;
}

.promo-reviews-item__text {
    text-align: center;
    padding: 30px 30px 64px;
    background-color: #F7F7F7;
    font-size: 16px;
    line-height: 1.55;
    font-weight: 300;
}

.promo-reviews-author {
    text-align: center;
    position: relative;
    padding-top: 45px;
}

.promo-reviews-author__photo {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-size: contain;
    position: absolute;
    top: -40px;
    left: calc(50% - 40px);
}

.promo-reviews-author__name {
    line-height: 1.35;
    font-weight: 600;
}

.promo-reviews-author__status {
    color: #777;
    font-size: 14px;
    line-height: 1.55;
}

.promo-social {
    display: flex;
    justify-content: center;
    padding: 15px 0;
}

.promo-social__item {
    margin: 0 3px;
}

.promo-mobile-scroll {
    display: flex;
    overflow-x: scroll;
    max-width: 100%;
    box-sizing: border-box;
    flex-wrap: nowrap;
}

@media (min-width: 560px) {
    .promo-mobile-scroll {
        overflow-x: initial;
        flex-wrap: wrap;
    }
}

.promo-video {
    width: 100%;
    height: 300px;
    margin: 0;
}

@media (min-width: 560px) {
    .promo-video {
        height: 560px;
        padding-bottom: 40px;
    }
}

#promoCallback .promo-wrapper {
    padding: 0 0 40px;
}

#video .promo-title {
    text-align: center;
    font-size: 30px;
    line-height: 1.23;
    font-weight: 600;
    color: #000;
    margin: 0 0 40px;
}

@media (min-width: 560px) {
    #video .promo-title {
        font-size: 42px;
    }
}

.promo-products__buttons a,
.promo-products__buttons div {
    font-family: Helvetica, Calibri, Arial, sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    padding: 20px 30px;
}

.promo-sale__colors-item__img img {
    background-size: cover;
}

.promo-sale__colors-item__img img {
    background-size: cover;
}

.promo-sale__options-item__img img {
    background-size: cover;
}

.promo-sale__benefit-item__img img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.promoVideo .tabs__gray {
    background-color: #F2F2F2;
}

.promoVideo .container-fluid {
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
}


.promoVideo .container-fluid,
.promoVideo .container-fluid .row,
.promoVideo .container-fluid .row .col-md-12 {
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.promo-sale__colors-item__img {
    background-size: cover;
    background-position: 0 100%;
}

.promo-about, .promo-banner, .promo-products, .promo-products__item {
    font-family: Inter, sans-serif
}

@media (max-width: 575px) {
    .scroll-table, .scroll-table table {
        -webkit-overflow-scrolling: touch
    }

    .scroll-table {
        width: 100%;
        overflow-y: scroll
    }
}

.promo-about {
    height: 1785px;
    padding: 90px 0;
    background-size: cover;
    background-position: center
}

@media (min-width: 768px) {
    .promo-about {
        height: 1135px;
        padding: 83px 0 0
    }
}

@media (min-width: 1200px) {
    .promo-about {
        height: 816px;
        padding: 56px 40px 98px
    }
}

@media (min-width: 1400px) {
    .promo-about {
        height: 896px;
        padding: 90px 0 140px
    }
}

.promo-about__block {
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
    gap: 53px
}

@media (min-width: 768px) {
    .promo-about__block {
        gap: 0;
        flex-wrap: nowrap
    }
}

.promo-about__logo {
    height: 43px;
    max-width: 344px
}

@media (min-width: 1200px) {
    .promo-about__logo {
        max-width: 100%
    }
}

.promo-about__30 {
    height: 53px;
    max-width: 345px
}

@media (min-width: 1200px) {
    .promo-about__30 {
        height: 84px;
        max-width: 100%
    }
}

@media (min-width: 1400px) {
    .promo-about__30 {
        height: 94px
    }
}

.promo-about__31 {
    height: 53px;
    max-width: 345px
}

.promo-about__31 img {
    width: 100%;
    height: 100%
}

@media (min-width: 1200px) {
    .promo-about__31 {
        height: 84px
    }
}

.promo-about__text {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0;
    text-align: left;
    margin: 63px 0 25px
}

@media (min-width: 768px) {
    .promo-about__text {
        font-size: 23px;
        margin: 62px 0 64px
    }
}

@media (min-width: 1200px) {
    .promo-about__text {
        margin: 45px 0 98px
    }
}

@media (min-width: 1400px) {
    .promo-about__31 {
        height: 94px
    }

    .promo-about__text {
        margin: 53px 0 130px
    }
}

.promo-about__text p {
    margin-bottom: 20px
}

@media (min-width: 768px) {
    .promo-about__text p {
        margin-bottom: 30px
    }
}

.promo-about__list {
    color: #ff8400;
    font-weight: 700;
    text-align: center
}

@media (min-width: 992px) {
    .product-catalog__img img {
        max-height: 250px
    }

    .promo-about__block {
        align-items: center
    }

    .promo-about__text p {
        margin-bottom: 10px
    }

    .promo-about__list {
        word-break: break-all
    }
}

.promo-about__list p {
    width: 100%;
    font-size: 19px;
    line-height: 24px;
    text-transform: uppercase
}

@media (min-width: 992px) {
    .promo-about__list p {
        font-size: 24px;
        line-height: 32px
    }
}

.promo-about__list span {
    font-size: 64px
}

.promo-about__item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
    margin-bottom: 31px
}

@media (min-width: 768px) {
    .promo-about__item {
        gap: 20px;
        margin-bottom: 61px
    }
}

.promo-banner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

@media (min-width: 768px) {
    .promo-banner {
        flex-wrap: nowrap
    }
}

.promo-banner__text {
    order: 2;
    max-width: 100%;
    flex: 0 0 100%;
    background: linear-gradient(45deg, #003a70 0, #004e92 100%);
    color: #fff;
    text-align: left;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center
}

@media (min-width: 768px) {
    .promo-banner__text {
        order: 1;
        max-width: 53%;
        flex: 0 0 53%;
        padding-right: 16px;
        justify-content: end
    }
}

@media (min-width: 992px) {
    .promo-about__list span {
        font-size: 80px;
        line-height: 56px
    }

    .promo-about__item {
        margin-bottom: auto
    }

    .promo-banner__text {
        padding-right: 96px
    }
}

@media (min-width: 1200px) {
    .promo-banner__text {
        padding-right: 32px
    }
}

@media (min-width: 1400px) {
    .promo-about__list {
        word-break: inherit
    }

    .promo-banner__text {
        padding-right: 32px;
        max-width: 50%;
        flex: 0 0 50%
    }
}

.promo-banner__text-block {
    max-width: 90%;
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    padding: 32px 0
}

@media (min-width: 992px) {
    .promo-banner__text-block {
        max-width: 544px;
        gap: 30px
    }
}

@media (min-width: 1200px) {
    .promo-banner__text-block {
        max-width: 91%;
        gap: 30px
    }
}

.promo-banner__text-block p {
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: 0
}

@media (min-width: 768px) {
    .promo-banner__text-block p {
        line-height: 32px
    }
}

@media (min-width: 992px) {
    .promo-banner__text-block p {
        font-size: 32px;
        line-height: 48px
    }
}

@media (min-width: 1400px) {
    .promo-banner__text-block {
        max-width: 736px;
        gap: 110px
    }

    .promo-banner__text-block p {
        font-size: 40px;
        line-height: 56px
    }
}

.promo-banner__btn {
    cursor: pointer;
    display: block;
    width: 100%;
    padding: 14px 0;
    border-radius: 8px;
    box-shadow: 0 8px 24px 0 rgba(105, 124, 154, .25);
    background: #ff8400;
    color: #fff;
    font-size: 11px;
    font-weight: 900;
    line-height: 127%;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    margin: auto
}

.promo-banner__btn:hover {
    background: linear-gradient(189.92deg, #ff8400 -.04%, #fda03d 49.917%, #ff8400 102.813%)
}

@media (min-width: 768px) {
    .promo-banner__btn {
        margin: inherit;
        display: inline;
        width: auto;
        padding: 14px 20px
    }
}

@media (min-width: 992px) {
    .promo-banner__btn {
        padding: 14px 43px;
        font-size: 16px
    }
}

.promo-banner__img {
    max-width: 100%;
    flex: 0 0 100%;
    order: 1
}

@media (min-width: 768px) {
    .promo-banner__img {
        order: 2;
        max-width: 47%;
        flex: 0 0 47%
    }
}

@media (min-width: 1400px) {
    .promo-banner__btn {
        padding: 22px 52px
    }

    .promo-banner__img {
        max-width: 50%;
        flex: 0 0 50%
    }
}

/*.promo-banner__img::before {*/
/*    content: '';*/
/*    background: linear-gradient(90deg, #fff, rgba(255, 255, 255, 0) 100%);*/
/*    position: absolute;*/
/*    width: 120px;*/
/*    right: 0;*/
/*    height: 100%;*/
/*    z-index: 1;*/
/*    transform: rotate(-180deg)*/
/*}*/

.promo-banner__img .swiper-slide {
    line-height: 0
}

.promo-banner__img img {
    width: 100%;
}

.promo-products__item {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.promo-products__item-odd .promo-products__body {
    order: 2;
    padding: 40px 16px 29px
}

@media (min-width: 768px) {
    .promo-products__item-odd .promo-products__body {
        max-width: 47%;
        flex: 0 0 47%;
        padding: 56px 16px 68px
    }
}

@media (min-width: 1200px) {
    .promo-products__item-odd .promo-products__body {
        padding: 96px 32px
    }
}

@media (min-width: 1400px) {
    .promo-products__item-odd .promo-products__body {
        max-width: 50%;
        flex: 0 0 50%;
        padding: 96px 200px 0 32px
    }
}

.promo-products__item-odd .promo-products__image {
    order: 1
}

@media (min-width: 768px) {
    .promo-products__item-odd .promo-products__image {
        max-width: 53%;
        flex: 0 0 53%
    }
}

@media (min-width: 1400px) {
    .promo-products__item-odd .promo-products__image {
        max-width: 50%;
        flex: 0 0 50%
    }
}

@media (min-width: 768px) {
    .promo-products__item {
        flex-wrap: nowrap
    }
}

.promo-products__body, .promo-products__image {
    max-width: 100%;
    flex: 0 0 100%
}

.promo-products__body {
    order: 2;
    align-content: center;
    padding: 40px 16px 29px
}

@media (min-width: 768px) {
    .promo-products__body {
        order: 1;
        padding: 56px 32px 68px;
        max-width: 53%;
        flex: 0 0 53%
    }
}

@media (min-width: 1200px) {
    .promo-products__body {
        padding: 96px 43px 104px 40px
    }
}

@media (min-width: 1400px) {
    .promo-products__body {
        padding: 0 32px 0 200px;
        max-width: 50%;
        flex: 0 0 50%
    }
}

.promo-products__image {
    line-height: 0;
    order: 1;
    position: relative
}

@media (min-width: 768px) {
    .promo-products__image {
        order: 2;
        max-width: 47%;
        flex: 0 0 47%
    }
}

.promo-products__image img {
    object-fit: cover;
    height: 100%;
    width: 100%
}

.promo-products__discount {
    position: absolute;
    top: 40px;
    left: 30px;
    padding: 30px 50px;
    background: #DB354D;
    color: #fff;
    font-size: 20px;
    border-radius: 30px;
    font-weight: 600;
    font-family: Montserrat, Tahoma, Arial, serif;
    box-shadow: rgba(154, 21, 21, .34)
}

.promo-products__heading {
    font-family: Inter, sans-serif;
    font-size: 32px;
    line-height: 39px;
    font-weight: 700;
    letter-spacing: 0;
    text-align: left;
    margin-bottom: 40px
}

@media (min-width: 1200px) {
    .promo-products__heading {
        font-size: 48px;
        line-height: 58px
    }
}

@media (min-width: 1400px) {
    .promo-products__image {
        max-width: 50%;
        flex: 0 0 50%
    }

    .promo-products__heading {
        font-size: 48px;
        line-height: 58px;
        margin-bottom: 72px
    }
}

.promo-products__heading span {
    color: #F7941D;
    font-family: Inter, sans-serif
}

.promo-products__text, .promo-products__text ol, .promo-products__text ul {
    color: #1e1e1e;
    font-family: Inter, sans-serif;
    font-weight: 500;
    text-align: left;
    letter-spacing: 0
}

.promo-products__text {
    font-size: 13px;
    line-height: 16px
}

@media (min-width: 1200px) {
    .promo-products__text {
        font-size: 20px;
        line-height: 24px
    }
}

.promo-products__text p {
    margin-bottom: 27px
}

@media (min-width: 1400px) {
    .promo-products__text p {
        margin-bottom: 52px
    }
}

.promo-products__text ol, .promo-products__text ul {
    font-size: 13px;
    line-height: 16px;
    margin-left: 5px;
    margin-bottom: 31px
}

@media (min-width: 1400px) {
    .promo-products__text ol, .promo-products__text ul {
        margin-bottom: 50px
    }
}

@media (min-width: 1200px) {
    .promo-products__text ol, .promo-products__text ul {
        margin-left: 15px;
        font-size: 20px;
        line-height: normal
    }

    .promo-products__text strong {
        margin-bottom: 20px;
        display: inline-block
    }
}

.promo-products__buttons {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
    max-width: 610px
}

.form-modal__sale [type=submit] .loader, .form-modal__sale [type=submit].is-loading:after, .form-modal__sale [type=submit]:disabled:after {
    display: none
}

.promo-products__buttons div {
    margin-right: 5px
}

.promo-products__buttons a {
    margin-left: 5px
}

.promo-products__buttons a, .promo-products__buttons div {
    cursor: pointer;
    border-radius: 8px;
    background: #003A70;
    color: #fff;
    font-family: Ubuntu, sans-serif;
    font-size: 9px;
    line-height: 12px;
    font-weight: 400;
    letter-spacing: 0;
    text-align: center;
    padding: 12px 55px;
    margin-bottom: 0;
    width: 100%
}

@media (min-width: 768px) {
    .promo-products__buttons a, .promo-products__buttons div {
        padding: 15px 56px
    }
}

@media (min-width: 992px) {
    .promo-products__buttons a, .promo-products__buttons div {
        font-size: 14px;
        line-height: 18px;
        padding: 20px 88px
    }
}

@media (min-width: 1200px) {
    .promo-products__buttons div {
        margin-right: 10px
    }

    .promo-products__buttons a {
        margin-left: 10px
    }

    .promo-products__buttons a, .promo-products__buttons div {
        padding: 20px 80px
    }
}

@media (min-width: 1400px) {
    .promo-products__buttons a, .promo-products__buttons div {
        padding: 23px !important;
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 35px
    }
}

.promo-products__buttons a:hover, .promo-products__buttons div:hover {
    background: #F7941D
}

.form-modal__sale [type=submit].is-loading, .form-modal__sale [type=submit]:disabled {
    background: #3C3C3C;
    color: #767676;
    border-color: #fff;
    position: relative
}

.form-modal__sale [type=submit].is-loading:hover, .form-modal__sale [type=submit]:disabled:hover {
    background: #3C3C3C;
    color: #767676;
    border-color: #fff
}

.promo-sale__description, .promo-sale__title {
    color: #003a70;
    letter-spacing: 0;
    text-align: left;
    font-family: Inter, sans-serif;
    text-transform: uppercase
}

.form-modal__sale [type=submit].is-loading .loader, .form-modal__sale [type=submit]:disabled .loader {
    display: block;
    position: absolute;
    left: 20px;
    width: 45px;
    height: 20px
}

.loader {
    width: 45px;
    aspect-ratio: 1;
    --c: no-repeat linear-gradient(#fff 0 0);
    background: 0 50% var(--c), 50% 50% var(--c), 100% 50% var(--c);
    background-size: 20% 100%;
    animation: l1 1s infinite linear
}

@keyframes l1 {
    0%, 100% {
        background-size: 20% 100%, 20% 100%, 20% 100%
    }

    33% {
        background-size: 20% 10%, 20% 100%, 20% 100%
    }

    50% {
        background-size: 20% 100%, 20% 10%, 20% 100%
    }

    66% {
        background-size: 20% 100%, 20% 100%, 20% 10%
    }
}

.promo-sale {
    font-family: Inter, sans-serif
}

.promo-sale__title {
    font-weight: 700;
    margin: 32px 0;
    font-size: 20px;
    line-height: 24px
}

@media (min-width: 768px) {
    .promo-sale__title {
        font-size: 28px;
        line-height: 42px
    }
}

@media (min-width: 1200px) {
    .promo-sale__title {
        margin: 48px 32px;
        font-size: 40px;
        line-height: 56px
    }
}

@media (min-width: 1400px) {
    .promo-sale__title {
        margin: 64px 0
    }
}

.promo-sale__description {
    font-weight: 500;
    font-size: 16px;
    line-height: inherit;
    margin-bottom: 32px
}

@media (min-width: 768px) {
    .promo-sale__description {
        font-size: 24px
    }
}

@media (min-width: 1200px) {
    .promo-sale__description {
        margin-left: 32px;
        margin-bottom: 48px;
        font-size: 32px;
        line-height: 56px
    }
}

.promo-sale__colors-item__caption, .promo-sale__design-item__name, .promo-sale__surface-item__caption {
    line-height: 32px;
    letter-spacing: 0;
    text-align: left;
    color: #000;
    font-size: 20px
}

@media (min-width: 1400px) {
    .promo-sale__description {
        margin-left: 0
    }
}

.promo-sale__colors.promo-mobile-scroll {
    overflow-x: auto;
    flex-wrap: nowrap;
    scroll-behavior: smooth;
    margin-left: 0;
    margin-right: 0
}

@media (min-width: 992px) {
    .promo-sale__colors.promo-mobile-scroll {
        flex-wrap: wrap
    }
}

@media (min-width: 1200px) {
    .promo-sale__colors.promo-mobile-scroll {
        margin-left: 24px;
        margin-right: 24px
    }
}

.promo-sale__colors.promo-mobile-scroll .col-xl-2.col-md-4.col-12:first-child, .promo-sale__colors.promo-mobile-scroll .col-xl-2.col-md-4.col-12:last-child {
    padding: 0
}

.promo-sale__colors.promo-mobile-scroll::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 8px
}

.promo-sale__colors.promo-mobile-scroll::-webkit-scrollbar-thumb {
    background-color: rgba(0, 58, 112, .25);
    border-radius: 16px;
    transition: all .2s ease-in-out
}

.promo-sale__colors.promo-mobile-scroll::-webkit-scrollbar-track {
    background-color: rgba(105, 124, 154, .15);
    transition: all .2s ease-in-out;
    border-radius: 16px
}

.promo-sale__colors-item__img {
    border-radius: 16px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    height: 466px
}

@media (min-width: 768px) {
    .promo-sale__colors-item__img {
        width: 224px;
        height: 315px
    }
}

@media (min-width: 1200px) {
    .promo-sale__colors.promo-mobile-scroll .col-xl-2.col-md-4.col-12:first-child, .promo-sale__colors.promo-mobile-scroll .col-xl-2.col-md-4.col-12:last-child {
        padding: 0 7px
    }

    .promo-sale__colors-item__img {
        width: 160px;
        height: 224px
    }
}

@media (min-width: 1400px) {
    .promo-sale__colors.promo-mobile-scroll {
        margin-left: -8px;
        margin-right: -8px
    }

    .promo-sale__colors-item__img {
        width: 224px;
        height: 312px
    }
}

.promo-sale__colors-item__caption {
    font-weight: 500;
    margin: 32px 0
}

.promo-sale__design-items {
    margin: auto;
    width: 100%;
    display: flex;
    justify-content: flex-start
}

.promo-sale__design-items.promo-mobile-scroll {
    overflow-x: auto;
    scroll-behavior: smooth;
    flex-wrap: nowrap
}

@media (min-width: 992px) {
    .promo-sale__design-items.promo-mobile-scroll {
        flex-wrap: wrap
    }
}

.promo-sale__design-items.promo-mobile-scroll::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 8px
}

.promo-sale__design-items.promo-mobile-scroll::-webkit-scrollbar-thumb {
    background-color: rgba(0, 58, 112, .25);
    border-radius: 16px;
    transition: all .2s ease-in-out
}

.promo-sale__design-items.promo-mobile-scroll::-webkit-scrollbar-track {
    border-radius: 16px;
    background-color: rgba(105, 124, 154, .15);
    transition: all .2s ease-in-out
}

.promo-sale__design-item {
    margin: 0 16px
}

@media (min-width: 768px) {
    .promo-sale__design-item {
        margin: 0 32px
    }
}

@media (min-width: 1200px) {
    .promo-sale__design-items {
        justify-content: center
    }

    .promo-sale__design-item {
        margin: 0 16px
    }
}

@media (min-width: 1400px) {
    .promo-sale__design-item {
        margin: 0 40px
    }
}

.promo-sale__design-item:first-child {
    margin-left: 0
}

.promo-sale__design-item:last-child {
    margin-right: 0
}

.promo-sale__design-item__img {
    width: 176px;
    height: 376px;
    background-size: cover;
    margin: 48px 84px
}

@media (min-width: 768px) {
    .promo-sale__design-item__img {
        margin: 0
    }
}

.promo-sale__design-item__name {
    max-width: 182px;
    font-family: Inter, sans-serif;
    font-weight: 500;
    margin: 32px 0 15px
}

.promo-sale__surface-items {
    scroll-behavior: smooth;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 20px
}

.promo-sale__surface-items .col-md-6.col-12:first-child {
    padding: 0
}

@media (min-width: 768px) {
    .promo-sale__surface-items .col-md-6.col-12:first-child {
        padding: 0 12px
    }
}

@media (min-width: 1200px) {
    .promo-sale__surface-items {
        margin-left: 24px;
        margin-right: 24px;
        padding-bottom: 0
    }
}

@media (min-width: 1400px) {
    .promo-sale__surface-items {
        margin-left: -8px;
        margin-right: -8px
    }
}

.promo-sale__surface-items::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 8px
}

.promo-sale__surface-items::-webkit-scrollbar-thumb {
    background-color: rgba(0, 58, 112, .25);
    border-radius: 16px;
    transition: all .2s ease-in-out
}

.promo-sale__surface-items::-webkit-scrollbar-track {
    border-radius: 16px;
    background-color: rgba(105, 124, 154, .15);
    transition: all .2s ease-in-out
}

.promo-sale__surface-item__img {
    width: 100%;
    height: 192px;
    background-size: auto;
    margin-bottom: 16px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 16px
}

.promo-sale__surface-item__caption {
    font-family: Inter, sans-serif;
    font-weight: 500
}

.promo-sale__options-items {
    margin-left: 0;
    margin-right: 0
}

@media (min-width: 1200px) {
    .promo-sale__options-items {
        margin-left: 24px;
        margin-right: 24px
    }
}

.promo-sale__options-item {
    max-width: 100%;
    flex: 0 0 100%;
    padding-right: 8px;
    padding-left: 8px
}

@media (min-width: 768px) {
    .promo-sale__options-item {
        max-width: 50%;
        flex: 0 0 50%
    }
}

@media (min-width: 1200px) {
    .promo-sale__options-item {
        max-width: 33%;
        flex: 0 0 33%
    }
}

@media (min-width: 1400px) {
    .promo-sale__options-items {
        margin-left: -8px;
        margin-right: -8px
    }

    .promo-sale__options-item {
        max-width: 25%;
        flex: 0 0 25%
    }
}

.promo-sale__options-item__img {
    width: 100%;
    height: 224px;
    background-size: cover;
    border-radius: 16px
}

.promo-sale__options-item__title {
    color: #000;
    font-family: Inter, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0;
    text-align: left;
    margin: 32px 0
}

.promo-sale__block p, .promo-sale__options-item__caption {
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    letter-spacing: 0
}

.promo-sale__options-item__caption {
    color: #000;
    font-family: Inter, sans-serif;
    font-size: 20px;
    margin-bottom: 32px
}

.promo-sale__text {
    display: flex;
    flex-wrap: wrap;
    max-width: 792px
}

@media (min-width: 1200px) {
    .promo-sale__text {
        max-width: 664px
    }

    .promo-sale__block {
        margin-left: 24px;
        margin-right: 24px
    }
}

.promo-sale__block {
    overflow: hidden;
    background: linear-gradient(45deg, #003a70 66.059%, #004e92 100%);
    margin-bottom: 64px;
    border-radius: 16px
}

@media (min-width: 1400px) {
    .promo-sale__text {
        max-width: 792px
    }

    .promo-sale__block {
        margin-left: -8px;
        margin-right: -8px
    }
}

.promo-sale__block p {
    color: #fff;
    font-family: Inter, sans-serif;
    font-size: 20px;
    margin-bottom: 64px
}

@media (min-width: 992px) {
    .promo-sale__block p {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 22px
    }
}

.promo-sale__block-button {
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    background-color: #F7941D;
    padding: 22px 0;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
    width: 100%;
    text-align: center
}

@media (min-width: 768px) {
    .promo-sale__block {
        height: 256px
    }

    .promo-sale__block-button {
        width: auto;
        padding: 22px 156px
    }
}

@media (min-width: 992px) {
    .promo-sale__block-button {
        font-size: 19px;
        margin-bottom: 32px;
        margin-left: 0
    }
}

.promo-sale__block-button:hover {
    background: linear-gradient(189.92deg, #ff8400 -.04%, #fda03d 49.917%, #ff8400 102.813%)
}

.promo-sale__block-bckg {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    padding: 42px 24px 40px
}

@media (min-width: 768px) {
    .promo-sale__block-bckg {
        padding: 32px;
        background-position: left
    }
}

@media (min-width: 1200px) {
    .promo-sale__block-bckg {
        padding: 42px 0 32px 96px;
        background-position: bottom;
        background-size: cover
    }
}

.promo-sale__benefit-item__img::before, .promo-sale__benefit-item__odd .promo-sale__benefit-item__img::before {
    background: linear-gradient(90deg, #fff, rgba(255, 255, 255, 0) 100%);
    width: 120px;
    content: ''
}

.promo-sale__benefit-item {
    font-family: Inter, sans-serif;
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.promo-sale__benefit-item__odd .promo-sale__benefit-item__title {
    margin: 40px 0 32px
}

@media (min-width: 768px) {
    .promo-sale__benefit-item {
        flex-wrap: nowrap
    }

    .promo-sale__benefit-item__odd .promo-sale__benefit-item__title {
        margin: 40px 0 34px
    }
}

@media (min-width: 1400px) {
    .promo-sale__block-bckg {
        padding: 42px 0 32px 128px
    }

    .promo-sale__benefit-item__odd .promo-sale__benefit-item__title {
        margin: 80px 0 20px
    }
}

.promo-sale__benefit-item__odd .promo-sale__benefit-item__content {
    padding: 0 16px 32px
}

@media (min-width: 768px) {
    .promo-sale__benefit-item__odd .promo-sale__benefit-item__content {
        padding: 12px 40px 64px;
        max-width: 53%;
        flex: 0 0 53%
    }
}

@media (min-width: 1400px) {
    .promo-sale__benefit-item__odd .promo-sale__benefit-item__content {
        padding: 0 40px 64px 200px;
        max-width: 50%;
        flex: 0 0 50%
    }
}

.promo-sale__benefit-item__odd .promo-sale__benefit-item__img {
    position: relative;
    order: 2
}

@media (min-width: 768px) {
    .promo-sale__benefit-item__odd .promo-sale__benefit-item__img {
        max-width: 47%;
        flex: 0 0 47%
    }
}

@media (min-width: 1400px) {
    .promo-sale__benefit-item__odd .promo-sale__benefit-item__img {
        max-width: 50%;
        flex: 0 0 50%
    }
}

.promo-sale__benefit-item__odd .promo-sale__benefit-item__img::before {
    position: absolute;
    right: -1px;
    left: auto;
    height: 100%;
    z-index: 1;
    transform: rotate(-180deg)
}

.promo-sale__benefit-item__content, .promo-sale__benefit-item__img {
    max-width: 100%;
    flex: 0 0 100%
}

.promo-sale__benefit-item__content {
    padding: 0 16px 32px;
    order: 2
}

@media (min-width: 768px) {
    .promo-sale__benefit-item__content {
        order: inherit;
        padding: 20px 16px 32px;
        max-width: 47%;
        flex: 0 0 47%
    }
}

@media (min-width: 1400px) {
    .promo-sale__benefit-item__content {
        max-width: 50%;
        flex: 0 0 50%
    }
}

.promo-sale__benefit-item__img {
    position: relative;
    order: 1;
    overflow: hidden
}

@media (min-width: 768px) {
    .promo-sale__benefit-item__img {
        order: inherit;
        max-width: 53%;
        flex: 0 0 53%
    }
}

.promo-sale__benefit-item__img::before {
    position: absolute;
    left: -1px;
    right: auto;
    height: 100%;
    z-index: 1;
    transform: rotate(-360deg)
}

.promo-sale__benefit-item__img img {
    height: 100%
}

.promo-sale__benefit-item__title {
    margin: 10px 0 24px;
    font-weight: 700;
    letter-spacing: 0;
    font-size: 32px;
    line-height: 31px;
    text-align: left
}

@media (min-width: 768px) {
    .promo-sale__benefit-item__title {
        margin: 20px 0 24px;
        line-height: 31px
    }
}

@media (min-width: 1200px) {
    .promo-sale__benefit-item__content {
        padding: 0 0 90px 32px
    }

    .promo-sale__benefit-item__title {
        margin: 64px 0 32px;
        line-height: 48px
    }
}

@media (min-width: 1400px) {
    .promo-sale__benefit-item__img {
        max-width: 50%;
        flex: 0 0 50%
    }

    .promo-sale__benefit-item__title {
        margin: 80px 0 20px;
        font-size: 48px;
        line-height: 58px
    }
}

.promo-sale__benefit-item__caption {
    max-width: 90%;
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0;
    text-align: left
}

@media (min-width: 1200px) {
    .promo-sale__benefit-item__caption {
        max-width: 704px;
        font-size: 20px;
        line-height: 24px
    }
}

.promo-about-image {
    width: 100%;
    padding-top: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover
}

.promo-about-image_big {
    margin-bottom: 30px;
    margin-top: 30px
}

.promo-about-text {
    background-color: orange;
    padding: 20px;
    font-size: 20px;
    line-height: 28px;
    height: 100%;
    font-weight: 300
}

@media (min-width: 576px) {
    .promo-about-image_big {
        margin-top: 0
    }

    .promo-about-text {
        padding: 44px 50px
    }
}

.promo-about-text__title {
    font-size: 30px;
    line-height: 1.45;
    margin-bottom: 20px;
    font-weight: 700
}

.promo-benefit-item {
    display: flex;
    margin-bottom: 40px
}

.promo-benefit-item__img {
    flex-basis: 50px
}

.promo-benefit-item__title {
    font-size: 22px;
    line-height: 1.35;
    padding-bottom: 8px
}

.promo-benefit-item__caption {
    font-weight: 300
}

.promo-benefit-item__content {
    flex-basis: 100%;
    padding-left: 20px;
    line-height: 1.55
}

.promo-benefit-item__img img {
    width: 50px;
    height: 50px
}

.promo-btn {
    font-size: 13px;
    line-height: 1;
    text-transform: uppercase;
    padding: 12px 0;
    width: 176px;
    border: 1px solid orange;
    text-align: center;
    color: orange;
    cursor: pointer;
    border-radius: 2px
}

.promo-btn:hover {
    background-color: #003A70;
    color: #fff;
    border: 1px solid #003A70
}

.promo-btn-primary {
    color: #fff;
    background-color: orange
}

.promo-btn-big {
    height: 60px;
    font-size: 16px;
    padding: 20px 60px
}

.promo-catalog-item-slider .swiper-button-next, .promo-catalog-item-slider .swiper-button-prev {
    color: #003A70
}

.promo-catalog-item {
    border-radius: 3px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, .2);
    background-color: #fff;
    transition: box-shadow .2s linear;
    margin-bottom: 40px;
    position: relative
}

.promo-catalog-item:hover {
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .2)
}

.promo-catalog-item__desc {
    min-height: 165px
}

.promo-catalog-item__img {
    height: 380px;
    text-align: center;
    padding-top: 42px;
    background-size: contain
}

.promo-catalog-item__images {
    position: relative;
    height: 380px
}

@media (min-width: 992px) {
    .promo-catalog-item-slider .swiper-button-next, .promo-catalog-item-slider .swiper-button-prev {
        display: none
    }

    .promo-catalog-item__images .promo-catalog-item__img {
        position: absolute
    }

    .promo-catalog-item__images .promo-catalog-item__img:nth-child(2) {
        opacity: 0;
        transition: opacity .5s ease-out
    }
}

.promo-catalog-item__images:hover .promo-catalog-item__img:nth-child(2) {
    opacity: 1
}

.promo-catalog-item__images-flip {
    position: relative;
    height: 380px;
    perspective: 500px
}

.promo-catalog-item__images-content {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform .8s;
    transform-style: preserve-3d
}

.promo-catalog-item__images-flip .promo-catalog-item__img:nth-child(2), .promo-catalog-item__images-flip:hover .promo-catalog-item__images-content {
    transform: rotateY(180deg)
}

.promo-catalog-item__images-flip .promo-catalog-item__img {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-size: contain
}

.promo-catalog-item__name {
    font-size: 20px;
    line-height: 1.35;
    font-weight: 600
}

.promo-catalog-item__text {
    font-size: 14px;
    line-height: 1.55;
    padding: 36px 40px
}

.promo-catalog-item__caption {
    min-height: 175px
}

.promo-catalog-item__btns {
    padding: 0 36px 40px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%
}

.promo-catalog-item__btns--pab {
    position: absolute;
    bottom: 0;
    height: 80px
}

.promo-catalog-item__btns .promo-btn {
    margin-bottom: 10px;
    width: 100%
}

@media (min-width: 768px) {
    .promo-catalog-item__btns .promo-btn {
        margin-right: 10px;
        margin-bottom: 0;
        width: 120px
    }
}

@media (min-width: 1200px) {
    .promo-catalog-item__btns .promo-btn {
        width: 176px
    }
}

.promo-catalog-item__price {
    flex-grow: 1;
    text-align: right;
    font-weight: 500;
    font-size: 1.1rem
}

@media (min-width: 576px) {
    .promo-catalog-item__price {
        font-size: 1.3rem
    }
}

.promo-catalog-item__more {
    cursor: pointer
}

.promo-catalog-item__label {
    background-color: red;
    font-size: 18px;
    font-weight: 700;
    padding: 5px 7px;
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10
}

.promo-catalog-item__label::after {
    content: '';
    position: absolute;
    top: 0;
    right: -22px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 32px 22px 0 0;
    border-color: red transparent transparent
}

.promo-colors-item {
    margin-bottom: 50px
}

.promo-colors-item__name {
    font-size: 22px;
    line-height: 1.35;
    padding-bottom: 20px;
    font-weight: 600
}

.promo-colors-item__img {
    margin-bottom: 25px;
    height: 100px;
    min-width: 260px;
    background-size: cover
}

.promo-colors-item__caption {
    font-weight: 300;
    font-size: 18px;
    line-height: 1.55
}

.promo-design-item {
    cursor: pointer
}

.promo-design-item:hover .promo-design-item__name {
    transform: translateY(0);
    opacity: 1
}

.promo-design-item__img {
    height: 175px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: flex
}

.promo-design-item__name {
    text-align: center;
    margin: auto;
    width: 100%;
    padding: 20px 30px;
    font-size: 20px;
    line-height: 1.35;
    font-weight: 700;
    transition: all .5s;
    opacity: 0
}

.promo-difference {
    position: relative
}

@media (min-width: 768px) {
    .promo-difference__items {
        display: flex;
        justify-content: center;
        flex-wrap: wrap
    }

    .promo-difference__items .swiper-slide {
        width: 50%
    }

    .promo-difference__next, .promo-difference__prev {
        display: none
    }
}

.promo-difference__next, .promo-difference__prev {
    border: 1px solid #003A70;
    border-radius: 4px;
    padding: 10px 14px;
    position: absolute;
    top: calc(50% - 18px);
    z-index: 100;
    height: 36px;
    width: 36px;
    stroke: #003A70
}

.promo-difference__next:hover, .promo-difference__prev:hover {
    stroke: #F7941D;
    border: 1px solid #F7941D
}

.promo-difference__next {
    right: 0
}

.promo-mobile-scroll {
    display: flex;
    overflow-x: scroll;
    max-width: 100%;
    box-sizing: border-box;
    flex-wrap: nowrap
}

@media (min-width: 576px) {
    .promo-design-item__name {
        transform: translateY(35px)
    }

    .promo-mobile-scroll {
        overflow-x: initial;
        flex-wrap: wrap
    }
}

.promo-profile-item {
    border: .5px solid rgba(51, 51, 51, .6);
    border-radius: 2px;
    text-align: center;
    margin-bottom: 20px
}

.promo-profile-item--rolstavni {
    padding: 39px 0 24px
}

.promo-profile-item__img {
    padding: 34px 0;
    text-align: center;
    margin-bottom: 22px;
    height: 197px
}

.promo-profile-item__img--bg {
    background-color: #EDEDED
}

.promo-profile-item__img--rolstavni {
    padding-bottom: 20px
}

.promo-profile-item__name {
    padding: 0 15px;
    text-align: left
}

@media (min-width: 1200px) {
    .promo-profile-item__name {
        font-size: 14px
    }
}

.promo-reasons-item {
    padding: 30px 30px 40px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, .1) 0 0 5px 0;
    text-align: center;
    margin-bottom: 30px
}

.promo-reasons-item:hover {
    background-color: #81afde;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .5)
}

.promo-reasons-item__title {
    font-size: 22px;
    line-height: 1.35;
    font-weight: 600;
    margin-bottom: 15px
}

.promo-reasons-item__caption {
    font-size: 18px;
    line-height: 1.55;
    font-weight: 300
}

.promo-reviews-author {
    text-align: center;
    position: relative;
    padding-top: 45px
}

.promo-reviews-author__photo {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-size: contain;
    position: absolute;
    top: -40px;
    left: calc(50% - 40px)
}

.promo-reviews-author__name {
    line-height: 1.35;
    font-weight: 600
}

.promo-reviews-author__status {
    color: #777;
    font-size: 14px;
    line-height: 1.55
}

.promo-reviews-item {
    margin-bottom: 30px
}

.promo-reviews-item__text {
    text-align: center;
    padding: 30px 30px 64px;
    background-color: #F7F7F7;
    font-size: 16px;
    line-height: 1.55;
    font-weight: 300
}

.promo-social {
    display: flex;
    justify-content: center;
    padding: 15px 0
}

.promo-social__item {
    margin: 0 3px
}

.promo-steps-item {
    width: 100%;
    max-width: 360px;
    text-align: center
}

.promo-steps-item_next {
    width: auto;
    min-width: 60px;
    padding: 40px 0
}

.promo-steps-item_next svg {
    transform: rotate(90deg)
}

@media (min-width: 576px) {
    .promo-steps-item_next {
        padding: 45px 0 0
    }

    .promo-steps-item_next svg {
        transform: rotate(0)
    }
}

.promo-steps-item__img {
    margin-bottom: 25px
}

.promo-steps-item__caption {
    font-size: 15px;
    line-height: 1.55
}

.promo-type-item__name {
    font-size: 22px;
    margin-bottom: 5px;
    font-weight: 700
}

.promo-type-item__text {
    color: #333;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 20px
}

.promo-list {
    margin: 25px 0 35px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.promo-list__item {
    width: 45%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
    margin-bottom: 25px
}

@media (max-width: 500px) {
    .promo-list__item {
        width: 100%
    }
}

.promo-list__label {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: #F7941D
}

.promo-list__text {
    width: 90%;
    display: flex;
    align-items: center
}

@media (max-width: 500px) {
    .promo-list__text {
        width: 85%
    }
}

.promo__banner img {
    max-width: 100%;
    margin-top: -3px;
    width: 100%
}

.promo-calc {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 50px
}

.promo-calc__block {
    width: 30%
}

.promo-calc__block:firtst-child {
    margin-right: 25px
}

.promo-calc__block:last-child {
    margin-left: 25px
}

.promo-calc__block--center {
    display: flex;
    justify-content: center;
    align-items: center
}

.promo-calc__calc {
    text-align: center;
    height: 100%
}

.promo-calc__calc a {
    background-color: #f7941d;
    font-size: 30px;
    padding: 10px 15px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .5s easy;
}

.promo-calc__calc a:hover {
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, .3)
}

.promo-calc__form {
    border: 1px solid #ccc;
    padding: 21px 19px;
    border-radius: 7px;
    background: #f7941d;
    color: #fff
}

@media (max-width: 500px) {
    .promo-calc__block {
        width: 100%;
        margin: 0 0 25px !important
    }

    .promo-calc__form #callback-recaptcha > div {
        margin: 0 auto
    }
}

.promo-calc__title {
    text-align: center;
    margin-bottom: 15px
}

.promo-calc__field {
    margin-bottom: 10px
}

.promo-calc__form input.callback__input {
    padding: 7px 13px;
    color: #000
}

.promo-calc__form input.submit {
    width: 200px;
    margin: 0 auto;
    padding: 0;
    background: #0054a2;
    line-height: 127%;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    -webkit-appearance: none;
    outline: 0;
    display: block;
    border: none;
    border-radius: 7px;
    transition: all .5s ease;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, .3)
}

.promo-calc__input {
    padding: 7px 4px;
    width: 100%
}

.promo-video__pdf {
    display: block;
    width: 350px;
    font-size: 18px;
    padding: 10px 0;
    margin: 0 auto;
    background-color: #f7941d;
    color: #fff;
    text-align: center;
    font-weight: 700
}

.promo-video, .promo-video__item {
    margin-bottom: 30px;
    width: 100%
}

.promo-video__video {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

@media (max-width: 500px) {
    .promo-video__video {
        justify-content: center
    }
}

#promo-calc .price__calc {
    margin-top: 0
}

.promo-video {
    height: auto;
    display: block;
    justify-content: space-between
}

.promo-video__item iframe {
    height: auto;
    width: 100%
}

@media (min-width: 768px) {
    .promo-video__item {
        width: 100%;
        margin-bottom: 0
    }

    .promo-video__item iframe {
        height: 545px
    }
}

.promo-video__title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 127%;
    text-transform: uppercase;
    color: #003A70;
    margin-bottom: 10px
}

.promo-adventages {
    margin: 30px 0 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

@media (min-width: 768px) {
    .promo-adventages {
        flex-wrap: nowrap;
        margin: 30px 0 35px
    }
}

.promo-adventages__item {
    width: 100%;
    background: #fff;
    box-shadow: 0 4px 7px rgba(0, 0, 0, .1);
    border-radius: 4px;
    margin-bottom: 13px;
    padding: 20px
}

@media (min-width: 768px) {
    .promo-adventages__item {
        width: 19%;
        margin-bottom: 0;
        padding: 20px 10px
    }
}

.promo-adventages__image {
    text-align: center;
    margin-bottom: 17px
}

.promo-adventages__image img {
    width: 100%
}

.promo-adventages__text {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #000
}

.promo-content {
    font-size: 16px;
    font-family: Ubuntu, Arial, Helvetica, sans-serif
}

.promo-content ol {
    list-style: decimal;
    padding-left: 30px
}

.promo-title {
    font-size: 30px;
    line-height: 1.23;
    text-align: center;
    font-family: Ubuntu, Arial, sans-serif;
    font-weight: 600;
    color: #000;
    margin: 0 0 40px
}

.promo-page h2, .promo-page__banner-mobile span {
    font-weight: 700;
    font-family: Montserrat;
    font-style: normal
}

@media (min-width: 768px) {
    .promo-adventages__image img {
        width: 95%
    }

    .promo-title {
        font-size: 42px
    }
}

.promo-description {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 90px
}

.promo-wrapper {
    padding: 40px 0
}

.promo-wrapper_960 {
    max-width: 990px;
    margin: auto
}

.promo-input {
    border: 1px solid #000;
    border-radius: 5px;
    height: 60px;
    padding: 0 20px;
    font-size: 16px;
    line-height: 1.33;
    margin: 0 0 30px
}

.promo-steps {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.promo__bg-gray {
    background-color: #f2f4f6
}

.promo__w-100 {
    width: 100%
}

.promo-page {
    margin-top: 20px
}

.promo-page h2 {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    color: #000
}

.promo-page__banner {
    background-size: 0
}

@media (min-width: 768px) {
    .promo-steps {
        justify-content: space-between;
        flex-wrap: nowrap
    }

    .promo-page h2 {
        font-size: 33px;
        line-height: 127%;
        text-transform: uppercase;
        color: #333;
        font-family: Montserrat;
    }

    .promo-page__banner {
        padding-top: 77px;
        position: relative;
        background-repeat: no-repeat;
        background-size: auto 100%;
        background-position: center;
        height: 600px
    }
}

.promo-page__banner-mobile {
    height: 200px;
    position: relative;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center;
    display: none
}

.promo-page__banner-mobile span {
    display: block;
    width: 40%;
    margin-top: 45px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 121.9%;
    color: #fff
}

.promo-page__banner-mobile a {
    padding: 5px 0;
    width: 120px;
    background: #F7941D;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-family: Montserrat, serif;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 24px;
    color: #fff
}

.promo-page__heading {
    display: none
}

@media (min-width: 768px) {
    .promo-page__heading {
        display: block;
        position: relative;
        font-family: Montserrat;
        font-style: normal;
        font-weight: 700;
        font-size: 45px;
        line-height: 25px;
        color: #fff;
        margin: 0;
        text-align: left;
        text-transform: inherit
    }
}

.promo-page__calc-block--white a, .promo-page__calc-form .callback__input.submit, .promo-page__calc-title {
    text-transform: uppercase;
    font-style: normal;
    font-family: Montserrat, serif;
}

.promo-page__calc {
    display: flex;
    margin-top: 15px
}

.promo-page__calc-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 127%;
    color: #fff;
    margin-bottom: 20px
}

.promo-page__calc-block {
    width: 100%;
    height: 420px;
    background: rgba(26, 103, 144, .9);
    box-shadow: 0 4px 7px rgba(0, 0, 0, .25)
}

.promo-page__calc-block--white {
    display: none
}

@media (min-width: 768px) {
    .promo-page__calc {
        margin-top: 75px
    }

    .promo-page__calc-title {
        font-size: 16px;
        margin-bottom: 30px
    }

    .promo-page__calc-block {
        height: 311px;
        width: 650px;
        border-radius: 4px;
        background-blend-mode: darken;
        -webkit-backdrop-filter: blur(7px);
        backdrop-filter: blur(7px);
        background: rgba(0, 40, 78, .5)
    }

    .promo-page__calc-block--white {
        padding: 20px;
        width: 330px;
        background: #fff;
        margin-left: 37px;
        display: flex;
        align-items: center
    }
}

.promo-page__calc-block--white a {
    font-weight: 700;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    color: #003A70
}

.promo-page__calc-form {
    padding: 30px;
    text-align: center
}

.promo-page__calc-form #agree-styler, .promo-page__calc-form #promo-confirm-styler {
    width: 15px;
    height: 15px;
    border-radius: 2px;
    border: none;
    margin-right: 10px
}

.promo-page__calc-form #agree-styler.checked, .promo-page__calc-form #promo-confirm-styler.checked {
    fill: #F7941D;
    font-size: 15px
}

.promo-page__calc-form #agree-styler .jq-checkbox__div, .promo-page__calc-form #promo-confirm-styler .jq-checkbox__div {
    width: 15px;
    height: 15px
}

.promo-page__calc-form .callback__item {
    justify-content: space-between
}

.promo-page__calc-form .callback__policy {
    width: 100%;
    margin-bottom: 15px;
    text-align: left
}

.promo-page__calc-form .callback__policy a, .promo-page__calc-form .callback__policy label {
    font-family: Montserrat, serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    line-height: normal
}

@media (min-width: 768px) {
    .promo-page__calc-form {
        padding: 32px 100px 45px 45px;
        text-align: left
    }

    .promo-page__calc-form .callback__item {
        display: flex
    }

    .promo-page__calc-form .callback__policy {
        width: 65%
    }

    .promo-page__calc-form .callback__policy a, .promo-page__calc-form .callback__policy label {
        line-height: 160%;
        font-size: 12px
    }
}

.promo-page__calc-form .callback__policy a {
    color: #fff;
    font-weight: 700
}

.promo-page__calc-form .form__result {
    margin-top: -15px
}

.promo-page__calc-form #callback-recaptcha {
    display: flex;
    justify-content: center
}

.promo-page__calc-form .form__input {
    width: 100%;
    margin-bottom: 20px
}

@media (min-width: 768px) {
    .promo-page__calc-form #callback-recaptcha {
        display: block
    }

    .promo-page__calc-form .form__input {
        margin-bottom: 30px;
        width: 48%
    }
}

.promo-page__calc-form .callback__input {
    font-size: 12px;
    border: 1px solid #C4C4C4;
    background: 0 0;
    border-radius: 4px;
    width: 100%;
    color: #000;
    padding: 17px;
    margin: 0
}

.promo-page__calc-form .callback__input::placeholder {
    color: #fff;
    opacity: 1
}

.promo-page__calc-form .callback__input.submit {
    width: 80%;
    background: orange;
    border: 1px solid orange;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    line-height: 127%;
    text-align: center;
    padding: 10px 25px;
    margin: auto auto 20px
}

@media (min-width: 768px) {
    .promo-page__calc-form .callback__input {
        font-size: 14px;
        color: #fff
    }

    .promo-page__calc-form .callback__input.submit {
        font-size: 16px;
        margin: 0;
        background: #fff;
        border: 2px solid #fff;
        color: #003A70;
        font-weight: 500;
        width: 48%
    }
}

.promo-page__calc-form .callback__input.submit:hover {
    background: #fff;
    color: orange;
    border: 1px solid #fff
}

@media (min-width: 768px) {
    .promo-page__calc-form .callback__input.submit:hover {
        background: #003A70;
        color: #fff;
        border: 1px solid #003A70
    }
}

.promo-page__calc-button {
    margin: 0 auto;
    width: 80%;
    padding: 10px 0;
    line-height: 127%;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    outline: 0;
    display: block;
    border-radius: 5px;
    border: 2px solid #fff;
    transition: all .5s easy
}

.promo-page__calc-button:focus, .promo-page__calc-button:hover {
    border: 2px solid #fff;
    background: #fff;
    color: #003A70
}

@media (min-width: 768px) {
    .promo-page__calc-button {
        font-size: 16px;
        padding: 10px 20px;
        width: 48%;
        margin: 0
    }
}

#promoBanner .promobanner {
    position: relative;
    height: 900px
}

@media (min-width: 1200px) {
    #promoBanner .promobanner {
        height: auto
    }
}

#promoBanner .promobanner img {
    height: 100%
}

#promoBanner .promobanner__text {
    position: absolute;
    bottom: 60px;
    padding-left: 10px;
    max-width: 428px
}

#promoBanner .promobanner__title {
    color: #003A70;
    font-family: 'Gotham Pro';
    font-weight: 700;
    line-height: 50px;
    font-size: 48px
}

#promoBanner .promobanner p, #promoBanner .promobanner__button {
    font-family: 'Gotham Pro';
    line-height: 127%;
    text-transform: uppercase
}

#promoBanner .promobanner p {
    color: #000;
    font-size: 20px;
    margin-top: 43px
}

@media (min-width: 1200px) {
    #promoBanner .promobanner img {
        height: auto
    }

    #promoBanner .promobanner__text {
        padding-left: 0;
        top: 115px;
        bottom: auto;
        right: 2%;
        width: 583px;
        max-width: 100%
    }

    #promoBanner .promobanner p {
        font-size: 24px;
        margin-top: 24px
    }
}

#promoBanner .promobanner__button {
    padding: 18px 24px;
    border-radius: 8px;
    background: #003A70;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .1);
    color: #fff;
    font-size: 16px;
    margin-top: 30px;
    display: inline-flex
}

#promoCallback .promo-wrapper {
    padding: 0 0 40px
}

#promoForm .col-xl-3.promo-order1 {
    order: 1
}

#promoForm .col-xl-3.promo-order2 {
    order: 2
}

#promoForm .col-xl-3.promo-order3 {
    order: 3
}

#promoForm .col-xl-3.promo-order5 {
    order: 5
}

#promoForm .callback__policy {
    order: 4
}

@media (min-width: 1200px) {
    #promoBanner .promobanner__button {
        margin-top: 24px
    }

    #promoForm .callback__policy {
        order: 5
    }
}

@media screen and (max-width: 400px) {
    .promo-products__buttons {
        gap: 10px;
        width: 100%;
    }

    .promo-products__buttons a, .promo-products__buttons div {
        margin: 0 !important;
        padding: 20px 30px;
    }
}