

/* Start:/support/programma-privilegiy/styles.css?174962479518977*/
.dn {
    display: none !important;
}
.p-content__right-col {
    width: calc(100% - 240px);
}
@media (min-width: 768px) {
    .fancybox-opened {
        top: 50% !important;
        transform: translateY(-50%) !important;
    }
}

.visually-hidden {
    position: absolute;
    white-space: nowrap;
    width: 1px;
    height: 1px;
    overflow: hidden;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    margin: -1px;
}

.page {
    max-width: 100vw;
    padding: 0 30px;

    font-family: 'Proxima', Arial, sans-serif;
    font-size: 16px;
    line-height: 19.2px;
}

.page__section {
    margin-bottom: 60px;
}

.page__section:last-child {
    margin-bottom: 0;
}

.page__section-title {
    margin-top: 0;
    margin-bottom: 30px;

    font-size: 28px;
    line-height: 1.4;
}

.page__banner {
    color: #FFFFFF;

    background-color: #F94C23;
    background-image: url("/support/programma-privilegiy/./img/banner-img-2x.png?v=2");
    background-repeat: no-repeat;
    background-position: 80px -4px;
    background-size: auto 102%;
}

.page__banner-content {
    padding: 35px 63px 29px 500px;
}

.page__banner-title {
    max-width: 390px;
    margin-top: 0;
    margin-bottom: 20px;

    font-family: 'Bezier Sans', Arial, sans-serif;
    font-size: 28px;
    line-height: 1.4;
    font-weight: 400;
}

.page__banner-features {
    margin: 0 0 25px;
    padding: 0;
}

.page__banner-feature {
    margin-bottom: 20px;
}

.page__banner-feature:last-child {
    margin-bottom: 0;
}

.page__btn {
    display: inline-block;
    padding: 10px 38px;

    text-align: center;
    text-decoration: none;

    color: #231919;
    background-color: #FFFBF7;
    border: none;

    transition: background-color 0.3s;
}

.page__btn:hover,
.page__btn:focus {
    background-color: #EAEAEA;
}

.page__loyal-levels-thumbs-wrapper {
    display: none;
}

.page__loyal-levels {
    padding: 0;
    margin: 0;
}

.page__loyal-level {
}

.page__loyal-card {
    height: 100%;
    padding: 30px 20px 20px 30px;

    border-radius: 10px;
    background-color: #F1F1F1;
}

.page__loyal-card-title {
    display: flex;
    align-items: center;

    margin-top: 0;
    margin-bottom: 10px;

    font-size: 24px;
    line-height: 1.2;
    text-transform: uppercase;
}

.page__loyal-card-title-icon {
    margin-right: 10px;
}

.page__loyal-card-sum {
    margin-top: 0;
    margin-bottom: 10px;
}

.page__loyal-card-features {
    padding: 0;
    margin: 0;

    list-style: none;
}

.page__loyal-card-feature {
    margin-bottom: 10px;

    line-height: 1.4;
}

.page__loyal-card-feature-key,
.page__loyal-card-feature-value {
    margin: 0;
}

.page__loyal-card-feature-value {
    font-size: 20px;
    font-weight: 700;
}

.page__loyal-card-feature-value--no {
    color: #DA2B2B;
    -webkit-text-stroke: 1px #D01012;
}

.page__loyal-card-feature-value--yes {
    color: #47BB45;
    -webkit-text-stroke: 1.5px #00B14E;
}


.page__bonus-features {
    display: flex;
    flex-wrap: wrap;

    padding: 0;
    margin: 0 -10px;

    list-style: none;
}

.page__bonus-feature {
    width: 33.333333%;
    padding: 0 10px;
}

.page__bonus-card {
    height: 100%;
    padding: 30px 30px 21px;

    border-radius: 10px;
    background-color: #F8F8F8;
}

.page__bonus-feature-img {
    display: block;
    margin-bottom: 9px;
}

.page__bonus-feature-title {
    margin-top: 0;
    margin-bottom: 13px;

    font-size: 18px;
    line-height: 1.1;
}

.page__bonus-feature-title-number {
    display: block;

    font-size: 38px;
    font-weight: 700;
    text-transform: uppercase;
}

.page__bonus-feature-title-number:only-child {
    width: 160px;

    font-size: 28px;
}

.page__bonus-feature-description {
    margin: 0;
}

.page__faq {
    margin-bottom: 40px;
}

.page__faq-list {
    padding: 8px 0 0;
    margin: 0 0 40px;

    list-style: none;
}

.page__faq-item {
    border-top: 1px solid #000000;
}

.page__faq-item:last-child {
    border-bottom: 1px solid #000000;
}

.page__faq-item-question {
    display: flex;
    justify-content: space-between;
    align-items: center;

    padding: 20px 20px 23px;

    cursor: pointer;

    text-transform: uppercase;
}

.page__faq-item-question-icon {
    flex-shrink: 0;

    width: 24px;
    height: 24px;
    margin-left: 20px;

    background-image: url("/support/programma-privilegiy/./img/icons/icon-arrow-down.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;

    transition: transform 0.3s;
}

.page__faq-item-question_active .page__faq-item-question-icon {
    transform: rotate(180deg);
}

.page__faq-item-answer {
    display: none;
    padding: 0 20px 20px;
    margin: 0;
}

.page__faq-item-answer p {
    margin: 0;
}

.page__faq-item-answer a {
    color: #E6431C;
    font-size: inherit;
    line-height: inherit;
    text-decoration: none;
}

.page__faq-item-answer a:hover {
    text-decoration: underline;
}

.page__feedback {
    text-align: center;
}

.page__feedback-title {
    margin-top: 0;
    margin-bottom: 27px;

    font-size: 24px;
    line-height: 1.4;
}

.page__feedback-btn {
    padding: 10px 30px;
    margin-bottom: 20px;

    color: #FFFFFF;
    background-color: #F94C23;
}

.page__feedback-btn:hover,
.page__feedback-btn:focus,
.page__feedback-btn:active {
    background-color: #C93A16;
}

.link:hover,
.link:focus,
.link:active {
    color: #E6431C;
    text-decoration: none;
}

@media (max-width: 1200px) {

    .page__banner {
        padding: 0;

        background-image: url("/support/programma-privilegiy/./img/banner-img-mobile-2x.png");
        background-repeat: no-repeat;
        background-position: center 12px;
        background-size: contain;
    }

    .page__banner-content {
        display: flex;
        flex-direction: column;
        align-items: center;

        padding: 42% 30px 20px;
        text-align: center;
    }

    .page__banner-title {
        margin-bottom: 30px;
    }

    .page__banner-features {
        margin-bottom: 20px;

        list-style-position: inside;
    }

}

@media (max-width: 998px) {

    .p-content__right-col {
        width: auto;
    }

}

@media (max-width: 767px) {

    .page {
        padding: 0;
    }

    .page__banner-content {
        padding: 50% 15px 20px;
    }

    .page__section {
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 20px;
    }



    .page__section-title {
        margin-bottom: 22px;

        font-size: 24px;
        text-align: center;
    }

    .page__bonus-feature {
        width: 100%;
        margin-bottom: 10px;
    }

    .page__bonus-feature:last-child {
        margin-bottom: 0;
    }

    .page__bonus-card {
        padding: 20px;
    }

    .page__loyal-level.swiper-slide {
        width: 294px;
        height: auto;
    }

    .page__loyal-levels-wrapper.swiper {
        padding: 0 10px;
        margin: 0 -10px;
    }

    .page__faq-list {
        margin-bottom: 0;
    }


    .page__faq-item {
        margin: 0 -10px;
    }

    .page__faq-item-question {
        padding: 22px 13px 25px;
    }

    .page__loyal {
        margin-bottom: 37px;
    }

    .page__loyal-levels-thumb.swiper-slide {
        width: 110px;
        padding: 10px;

        line-height: 1.2;
        text-align: center;
        text-transform: uppercase;

        color: #E6431C;
        border: 1px solid #E6431C;
    }

    .page__loyal-levels-thumb.swiper-slide-thumb-active {
        color: #FFFFFF;
        background-color: #E6431C;
    }

    .page__loyal-card {
        font-size: 14px;
    }

    .page__bonus-feature-title-number:only-child {
        width: auto;
        margin-top: 25px;

        font-size: 22px;
    }

    .page__bonus {
        margin-bottom: 33px;
    }

    .page__feedback-title {
        max-width: 330px;
        margin-left: auto;
        margin-right: auto;
    }

    .page__section-title--faq {
        max-width: 250px;
        margin: 0 auto 17px;
    }
}

@media (max-width: 465px) {
    .page__loyal-levels-thumbs-wrapper {
        display: block;
        margin-bottom: 20px;
    }
}


@media (max-width: 1440px) {
    .page__loyal-card-sum {
        min-height: 39px;
    }
}

@media (max-width: 767px) {
    .page__loyal-card-sum {
        min-height: 0;
    }
}

/*Стили модалы активации*/

.activate-modal {
    position: fixed;
    top: 0;
    left: 0;
    height: 100dvh;
    width: 100dvw;
    z-index: 1000;
}

.activate-modal__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 40%);
}

.activate-modal__wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 420px;
    max-height: 100%;
    overflow: auto;
}

.activate-modal__content {
    position: relative;
    padding: 36px 40px;
    box-sizing: border-box;
    background: #fff;
}

.activate-modal__content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.activate-modal__content-wrapper_center {
    align-items: center;
}

.activate-modal__close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 17px;
    height: 17px;
    box-sizing: border-box;
    border: none;
    background: none;
    cursor: pointer;
}

.activate-modal__close-btn::after,
.activate-modal__close-btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 17px;
    height: 1px;
    background-color: #A4A2A2;
}

.activate-modal__close-btn:hover::before,
.activate-modal__close-btn:hover::after {
    background-color: #626161;
}

.activate-modal__close-btn::after {
    transform: translate(-50%, -50%) rotate(45deg);
}

.activate-modal__close-btn::before {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.activate-modal__form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.activate-modal__footer {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
}

.activate-modal__title {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
}

.activate-modal__description {
    font-size: 14px;
    line-height: 20px;
}

.activate-modal__description_center {
    text-align: center;
}

.activate-modal__form-btn {
    box-sizing: border-box;
    border: none;
    cursor: pointer;
    background-color: #E6431C;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    padding: 14px;
    transition: background-color .15s ease-in-out;
    text-decoration: none;
    text-align: center;
}

.activate-modal__form-btn_wide {
    width: 100%;
}

.activate-modal__form-btn_white {
    color: #000;
    background-color: #fff;
    border: 1px solid #DEDEDE;
}

.activate-modal__form-btn:disabled {
    background-color: #E9E9E9;
    color: #A7A7A7;
}

.activate-modal__form-btn:hover:not(.activate-modal__form-btn_white):not(.activate-modal__form-btn:disabled) {
    background-color: #C93A16;
}

.activate-modal__input {
    padding: 10px 12px;
    border: 1px solid #DFDBDB;
    font-size: 14px;
    line-height: 20px;
    outline: none;
}

.activate-modal__input:disabled {
    color: #868686;
}

.activate-modal__input::placeholder {
    color: #B0B0B0;
}

.activate-modal__input:focus {
    border: 1px solid #A4A2A2;
}

.activate-modal__input_wide {
    width: 100%;
}

.activate-modal__link-button {
    position: relative;
    border: none;
    background: none;
    cursor: pointer;
    color: #E6431C;
    font-size: 14px;
    line-height: normal;
    padding: 0;
}

.activate-modal__link-button::before {
    content: '';
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    right: 0;
    height: 1px;
    background-color: #E6431C;
    transform: scaleY(0.5);
    transform-origin: top;
}

.activate-modal__link-button:hover {
    color: #C93A16;
}

.activate-modal__link-button:hover::before {
    content: none;
}

.activate-modal__link-button:disabled {
    color: #B0B0B0;
}

.activate-modal__link-button:disabled::before {
    background-color: #B0B0B0;
}

.activate-modal__oferta,
.activate-modal__oferta-link {
    font-size: 12px;
    line-height: 16px;
    color: #868686;
}

.activate-modal__oferta-link:hover {
    text-decoration: none;
}

.activate-modal__hidden-input {
    display: none;
}

.activate-modal__form-error {
    display: block;
    font-size: 14px;
    line-height: 20px;
    margin-top: -12px;
    color: #E6431C;
}

.activate-modal__form-error_center {
    text-align: center;
}

.activate-modal__form-error_code {
    margin-top: 12px;
}

.activate-modal__form-error a {
    color: #E6431C;
}

.activate-modal__code-wrapper {
    margin-top: -24px;
}

.activate-modal__code-form {
    display: flex;
    gap: 12px;
    justify-content: center;
}

.activate-modal__code-input {
    box-sizing: border-box;
    width: 56px;
    height: 56px;
    border: 1px solid #DFDBDB;
    text-align: center;
    font-size: 28px;
    -moz-appearance: textfield;
}

.activate-modal__code-input::-webkit-outer-spin-button,
.activate-modal__code-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.activate-modal__code-input:focus,
.activate-modal__input:focus {
    border-color: #A4A2A2;
}

.activate-modal__form-request {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    font-size: 14px;
    color: #868686;
}

.activate-modal__form-request-btn {
    color: #E6431C;
}

.activate-modal__code-wrapper .activate-modal__footer {
    margin-top: 40px;
}

.activate-modal__form-request-btn:first-child:not(:only-child) {
    font-family: 'GothamProMedium', sans-serif;
}

.activate-modal__loader-min {
    display: none;
}

.activate-modal__form-message-checkbox,
.activate-modal__form-gender-checkbox {
    display: none;
}

.activate-modal__form-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: flex-start;
}

.activate-modal__form-questionnaire-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.activate-modal__form-label {
    position: relative;
    font-size: 13px;
    line-height: 18px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
}

.activate-modal__form-label_req {
    padding-right: 8px;
}

.activate-modal__form-label_req::before {
    position: absolute;
    content: '*';
    color: #E6431C;
    top: 0;
    right: 0;
    font-size: 16px;
}

.activate-modal__form-label_desc::before {
    position: absolute;
    content: attr(data-desc);
    top: 50%;
    transform: translateY(-50%);
    left: calc(100% + 6px);
    color: #49AA43;
    background-color: #E0F8BA;
    padding: 0 6px;
    border-radius: 5px;
    text-transform: none;
    font-weight: 400;
    min-width: max-content;
    font-size: 14px;
    line-height: 20px;
}

.activate-modal__form-checkboxes-wrapper {
    display: flex;
    gap: 20px;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
}

.activate-modal__form-message-checkbox-label,
.activate-modal__form-gender-checkbox-label {
    position: relative;
    padding-left: 26px;
    cursor: pointer;
}

.activate-modal__form-gender-checkbox-label::before {
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #DFDBDB;
    border-radius: 50%;
    box-sizing: border-box;
}

.activate-modal__form-gender-checkbox:checked + .activate-modal__form-gender-checkbox-label::after {
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    left: 6px;
    width: 8px;
    height: 8px;
    background-color: #E6431C;
    border-radius: 50%;
    box-sizing: border-box;
}

.activate-modal__form-message-checkbox-label {
    padding-left: 28px;
}

.activate-modal__form-message-checkbox-label::before {
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #DFDBDB;
    box-sizing: border-box;
}

.activate-modal__form-message-checkbox:checked + .activate-modal__form-message-checkbox-label::after {
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    left: 3px;
    width: 15px;
    height: 12px;
    background-image: url('/support/programma-privilegiy/./img/check.svg');
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 50%;
    box-sizing: border-box;
}

.activate-modal__form-label-error {
    display: block;
    font-size: 14px;
    color: #E6431C;
}

.activate-modal__input_with-error,
.activate-modal__input_with-error:focus,
.activate-modal__input_with-error:hover {
    border-color: #E6431C;
}

.activate-modal__form-footer-wrapper {
    padding-top: 12px;
}

.activate-modal__form-checkboxes-wrapper:not(:first-child) {
    margin-top: 24px;
}

.activate-modal__form-checkboxes-wrapper:nth-child(2) {
    margin-bottom: 36px;
}

.activate-modal__text-link {
    color: inherit;
    text-decoration: none;
    font-size: inherit;
    white-space: nowrap;
}

.activate-modal__agreement-label,
.activate-modal__agreement-label a {
    color: #868686;
    font-size: 12px;
    line-height: 16px;
}

.activate-modal__agreement-label {
    position: relative;
    padding-left: 28px;
    display: block;
}

.activate-modal__agreement-label::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #DFDBDB;
    box-sizing: border-box;
    cursor: pointer;
}

.activate-modal__agreement-checkbox:checked + .activate-modal__agreement-label::after {
    position: absolute;
    content: '';
    top: 4px;
    left: 3px;
    width: 15px;
    height: 12px;
    background-image: url('/support/programma-privilegiy/./img/check.svg');
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 50%;
    box-sizing: border-box;
    cursor: pointer;
}

@media (max-width: 767px) {
    .modal-container {
        position: relative;
        z-index: 999999999999;
    }

    .activate-modal__wrapper:not(.activate-modal__wrapper_alert) {
        top: 0;
        left: 0;
        max-width: none;
        height: 100%;
        transform: translate(0, 0);
    }

    .activate-modal__content:not(.activate-modal__content_alert) {
        height: 100%;
        overflow: auto;
        padding: 20px 18px;
    }

    .activate-modal__content-wrapper {
        width: auto;
    }

    .activate-modal__content-wrapper_high {
        height: 100%;
    }

    .activate-modal__form-btn_mta {
        margin-top: auto;
    }

    .activate-modal_alert {
        display: block;
    }

    .activate-modal__wrapper_alert {
        transform: translate(-50%, 0px);
        top: auto;
        bottom: 10%;
    }

    .activate-modal__close-btn {
        top: 18px;
        right: 18px;
    }

    .activate-modal__title {
        padding-right: 20px;
    }
}

/* End */


/* Start:/support/styles.css?17695148523278*/
.nav-left {
  position: sticky;
  top: 0;
  white-space: nowrap;
  height: 320px;
}
.croped-advantages {
  padding-top: 60px !important;
}
.croped-site-footer {
  margin-top: 120px !important;
}
.p-content {
  display: flex;
}
.p-content__content {
  font-size: 16px !important;
  line-height: 22px !important;
}
.right-content {
  padding: 0 !important;
}
.right-content ul:not(.sizes-page__size-descriptions-list) li {
  list-style-type: none !important;
  margin-bottom: 12px !important;
  text-align: left;
}
.right-content ul:not(.sizes-page__size-descriptions-list) li::marker {
  color: #C4262E;
  width: 10px;
  height: 10px;
  font-size: 40px;
}
.right-content ul:not(.sizes-page__size-descriptions-list) li:before{
  content: "" !important;
  position: absolute;
  left: -30px !important;
  top: 6px !important;
  width: 10px;
  height: 10px;
  background-color: #E6431C;
  border-radius: 50%;
}
.right-content ul:not(.sizes-page__size-descriptions-list) {
  padding-left: 30px !important;
}
.mb12 {
  margin-bottom: 12px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.mb120 {
  margin-bottom: 120px !important;
}
.text-red {
  color: #E6431C;
}
.font-gpm {
  font-family: 'GothamProMedium';
}
.text-lg {
  font-family: "gothampro";
  font-size: 20px;
  line-height: 24px;
}
.link {
  color: #000;
  opacity: 0.5;
  cursor: pointer;
  text-decoration: underline;
  transition: all 0.25s ease;
}
.link:hover {
  opacity: 1;
  color: #E6431C;
  text-decoration: none;
}
.limiter-inner {
  max-width: 1300px !important;
}
.container {
  background-color: #fff !important;
  overflow: unset !important;
}
.right-content{
  padding-top: 0 !important;
}
.page-name span {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  color: #E6431C;
}
.page-title {
  font-family: 'GothamPro';
  font-size: 32px;
  line-height: 36px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

@media screen and (max-width: 1440px) {

  .p-content__menu {
    display: block !important;
  }
  .p-content__content {
    width: 100% !important;
  }
}

@media screen and (max-width: 997px) {
  .croped-advantages {
    display: none;
  }

  .croped-site-footer {
    margin-top: 0 !important;
  }
  .p-content__content {
    width: 100%;
    font-size: 14px !important;
    line-height: 20px !important;
  }
  .p-content {
    padding: 3px 15px !important;
    margin-bottom: 32px !important;
  }
  .p-content--privilegiy {
    padding: 0 !important;
    margin-bottom: 0 !important;
  }
  .p-content__menu {
    display: none !important;
  }

  .page-name {
    display: none;
  }
  .mb12 {
    margin-bottom: 10px !important;
  }
  .mb30 {
    margin-bottom: 20px !important;
  }
  .mb40 {
    margin-bottom: 30px !important;
  }
  .mb60 {
    margin-bottom: 40px !important;
  }
  .mb80 {
    margin-bottom: 60px !important;
  }
  .mb120 {
    margin-bottom: 80px !important;
  }
  .page-name {
    display: none;
  }
  .page-title {
    margin-bottom: 20px;
    font-size: 23px;
    line-height: 36px;
  }
  .support-links {
    display: none !important;
  }
}
/* End */
/* /support/programma-privilegiy/styles.css?174962479518977 */
/* /support/styles.css?17695148523278 */
