

/* Start:/local/templates/vodohod/components/bitrix/news.detail/vodohodpro-content/style.css?177866950360021*/
/**************************************************************
p_privilage
**************************************************************/
/* Обнуляем дефолтные стили, которые применяются к tr на странице */
.p_privilege div:not(#bx_admin_form) table tr:nth-child(odd) {
  background-color: transparent;
}
/* Обнуляем дефолтные стили,которые применяются end */
body {
    background-color: #fff!important;
}
.p_privilege {
  margin-bottom: 130px;
}
.p_privilege__table {
    overflow: auto;
    margin: 0 -15px;
    padding: 0 15px 15px;
}
.p_privilege__table table {
    border-spacing: 0px;
}
.p_privilege__table tr {
  display: table-row !important;
  background: none;
}
.p_privilege__table th, .p_privilege__table td {
  display: table-cell;
  text-align: center;
  padding: 16px;
  color: #27262D;
  border: 1px solid #E4E3E3;
  font-size: 24px;
  line-height: 1.5;
}
.p_privilege__table th {
    padding: 25px 10px;
}
.p_privilege__table .long {
    text-align: left;
}
.p_privilege__table .td {
    width: 20%;
    text-align: center;
}

.p_privilege__table .td.td--gradient {
    background: linear-gradient(180deg,#9a243d 0%,#1b124a 100%);
    color: white;
    font-size: 16px;
    list-style-position: inside;
}

.p_privilege__table .small {
    font-size: 23px;
    font-weight: 400;
    line-height: 1.1666666667;
}

.p_privilege__table .bg--blue_dark {
  background: -o-linear-gradient(270.01deg, #1B0E70 0.01%, #27188A 91%);
  background: linear-gradient(179.99deg, #1B0E70 0.01%, #27188A 91%);
  color: white;
  border: 1px solid #e4e3e3;
}

.p_privilege__table .bg--red_dark {
  background: -o-linear-gradient(267.11deg, #9A243D -0.76%, #89132C -0.75%, #9A243D 97.6%);
  background: linear-gradient(182.89deg, #9A243D -0.76%, #89132C -0.75%, #9A243D 97.6%);
  color: white;
  border: 1px solid #e4e3e3;
}
.note {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 400;
}

.note a {
    text-decoration: underline;
}
.p_privilege__table .small.bold {
  font-weight: 500;
}

@media (max-width: 1400px) {
  .p_privilege__table .small {
      padding: 20px 10px;
      font-size: 15px;
      line-height: 1.25;
      font-weight: 400;
  }
  .p_privilege__table td.long {
      padding: 20px 10px;
  }
}

@media (max-width: 1280px) {
    .note {
      font-size: 12px;
    }
    .p_privilege__table .small {
        padding: 18px 10px;
        font-size: 13px;
    }
    .p_privilege__table td.long {
        padding: 18px 10px;
    }
  }

.noscroll {
    overflow: hidden;
}

.nowrap {
    white-space: nowrap;
}

.section__head {
    margin-bottom: 40px;
}

.section__head--cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.section__head-right {
    padding-left: 30px;
    margin-left: auto;
}

.section__title {
    font-weight: 600;
    font-size: 48px !important;
    line-height: 1.1875;
    color: var(--blue-n);
    text-transform: uppercase;
    max-width: 950px;
}

.section__caption {
    margin-top: 20px;
    color: #8395AF;
    font-size: 16px;
}

.section__caption a {
    text-decoration: underline;
    color: #8395AF;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.section__caption a:hover {
    color: #BF2042;
}

.section__caption a:active {
    color: #901932;
}

.section__caption.mgt--md {
    margin-top: 30px;
}

.section__caption.mgt--lg {
    margin-top: 40px;
}

.section__mgb {
    margin-bottom: 150px;
}

.section__pd {
    padding: 70px 0;
}

.section__pdt {
    padding-top: 70px;
}

.btn_buy {
    display: inline-block;
    background: #9A243D;
    border-radius: 16px;
    min-width: 300px;
    padding: 14px 20px;
    color: #fff;
    font-size: 24px;
    line-height: 1.1666666667;
    font-weight: 600;
    text-align: center;
    border: none;
    outline: none;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.btn_buy:hover {
    background: #BF2042;
}

.btn_buy:active {
    background: #901932;
}

.btn_buy:disabled,
.btn_buy.disabled {
    background: #87878E;
    cursor: default;
}

.btn_buy__price {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.25;
    margin-top: 5px;
}

.polit__box {
    overflow: hidden;
    cursor: pointer;
    text-align: left;
}

.polit__checkbox {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: -200px;
    left: -200px;
}

.polit__cont {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
}

.polit__cont:before {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 2px;
    content: "";
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    margin-right: 15px;
}

.polit__cont a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: underline;
}

.polit__cont a:hover {
    text-decoration: none;
}

.polit:hover .polit__cont:before {
    background-color: rgba(255, 255, 255, 0.8);
}

.polit:hover .polit__cont a {
    color: #fff;
}

.polit__checkbox:checked + .polit__cont:before {
    border-color: rgba(255, 255, 255, 0.5);
    background-color: rgba(255, 255, 255, 0.3);
    background-image: url(/local/templates/vodohod/components/bitrix/news.detail/vodohodpro-content/../images/icons/check.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.polit__checkbox:checked + .polit__cont a {
    color: #FF0036;
}

.text--white {
    color: #fff;
}

.text--center {
    text-align: center;
    margin: 0 auto;
}

.text--decor {
    text-decoration: underline;
}

.text--through {
    text-decoration: line-through;
}

@-webkit-keyframes iconpointer {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    25% {
        -webkit-transform: translateX(-5%);
        transform: translateX(-5%);
    }

    50% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    75% {
        -webkit-transform: translateX(5%);
        transform: translateX(5%);
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

@keyframes iconpointer {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    25% {
        -webkit-transform: translateX(-5%);
        transform: translateX(-5%);
    }

    50% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    75% {
        -webkit-transform: translateX(5%);
        transform: translateX(5%);
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

/**************************************************************
swiper
**************************************************************/

.swiper-button-arr {
    background: 0 0 !important;
    width: 50px!important;
    height: 50px!important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px!important;
    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;
    margin: 0!important;
    position: static!important;
}

.swiper-button-arr:after {
    display: none;
}

.swiper-button-arr path {
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.swiper-button-arr:hover path {
    fill: #BF2042;
}

.swiper-button-arr:active path {
    fill: #901932;
}

.swiper-button-arr.swiper-button-disabled path {
    stroke: #E2E2E7;
}

.swiper-button-navhead {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

/**************************************************************
.p_promo
**************************************************************/

.p_promo {
    margin-top: 20px;
}

.p_promo__wrap {
    position: relative;
    z-index: 1;
    background: -o-linear-gradient(top, rgba(154, 36, 61, 0.72) -25%, #1B1249 92.62%), -o-linear-gradient(160.65deg, #9A243D -6.37%, #0C0054 86.61%);
    background: linear-gradient(180deg, rgba(154, 36, 61, 0.72) -25%, #1B1249 92.62%), linear-gradient(289.35deg, #9A243D -6.37%, #0C0054 86.61%);
    border-radius: 30px;
    overflow: hidden;
    padding: 0 30px 30px;
}

.p_promo__wrap:before,
.p_promo__wrap:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}

.p_promo__wrap:before {
    background: url(/local/templates/vodohod/components/bitrix/news.detail/vodohodpro-content/../images/promo/img1.png) no-repeat left bottom;
}

.p_promo__wrap:after {
    background: url(/local/templates/vodohod/components/bitrix/news.detail/vodohodpro-content/../images/promo/img2.png) no-repeat right bottom;
}

.p_promo__head {
    text-align: center;
    background: #FFFFFF;
    border-radius: 0px 0px 110px 110px;
    max-width: 50%;
    padding: 14px 60px 40px;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.1666666667;
    text-transform: uppercase;
    margin: 0 auto;
}

.p_promo__intro {
    text-align: center;
    margin-top: 40px;
    position: relative;
}

.p_promo__title {
    font-weight: 600;
    font-size: 128px;
    line-height: 1.1796875;
    color: #fff;
    text-transform: uppercase;
}

.p_promo__props {
    margin-top: 52px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.p_promo__prop {
    width: 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
}

.p_promo__prop-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 20px;
}

.p_promo__prop p {
    color: #fff;
    font-size: 18px;
    line-height: 1.2222222222;
    margin: 0;
}

.p_promo__prop.prop--txtr {
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.p_promo__prop.prop--txtr .p_promo__prop-icon {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin: 0 0 0 20px;
}

.p_promo__prop.prop--ab {
    position: absolute;
    top: -20px;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    width: 23%;
}

.p_promo__prop.prop--abl {
    left: 0;
}

.p_promo__prop.prop--abr {
    right: 0;
}

.p_promo__buttons {
    text-align: center;
    margin-top: 115px;
}

/**************************************************************
.p_discounts
**************************************************************/

.p_discounts__items {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}

.p_discounts__item {
    min-height: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 20px 20px 92px;
    background: #241C53;
    border-radius: 16px;
    color: #fff;
    margin-bottom: 30px;
}

.p_discounts__item.bg-red {
    background: #9A243D;
}

.p_discounts__item-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.p_discounts__item-numb {
    position: relative;
    font-size: 140px;
    line-height: 0.8;
    font-weight: bold;
    margin-right: 63px;
    z-index: 1;
}

.p_discounts__item-numb:before {
    position: absolute;
    left: -20px;
    top: 50%;
    width: 300px;
    height: 300px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: -o-radial-gradient(50.62% 50%, 65.95% 65.95%, #27188A 0%, rgba(39, 24, 138, 0) 100%);
    background: radial-gradient(65.95% 65.95% at 50.62% 50%, #27188A 0%, rgba(39, 24, 138, 0) 100%);
    -webkit-filter: blur(40px);
    filter: blur(40px);
    border-radius: 100%;
    z-index: -1;
    content: "";
}

.p_discounts__item.bg-red .p_discounts__item-numb:before {
    background: -o-radial-gradient(50.62% 50%, 61.3% 61.3%, #BF1236 0%, rgba(255, 0, 54, 0) 88.66%);
    background: radial-gradient(61.3% 61.3% at 50.62% 50%, #BF1236 0%, rgba(255, 0, 54, 0) 88.66%);
}

.p_discounts__item-text {
    position: relative;
    z-index: 1;
    font-size: 24px;
    line-height: 1.25;
}

/**************************************************************
.p_access
**************************************************************/

.p_access__wrap {
    background: -webkit-gradient(linear, left top, left bottom, from(#661A40), color-stop(96.71%, #1B124A));
    background: -o-linear-gradient(top, #661A40 0%, #1B124A 96.71%);
    background: linear-gradient(180deg, #661A40 0%, #1B124A 96.71%);
    border-radius: 30px;
    padding: 0 120px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    color: #fff;
}

.p_access__left {
    padding: 100px 0;
}

.p_access__desc {
    font-size: 24px;
    line-height: 1.25;
}

.p_access__illustr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.p_access__illustr img {
    margin-top: 25px;
    margin-right: -30px;
}

/**************************************************************
.p_priority
**************************************************************/

.p_priority__wrap {
    background: rgba(239, 243, 247, 1);
    border-radius: 30px;
    padding: 0 120px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    color: rgba(12, 0, 84, 1);
    margin-bottom: 30px;
}

.p_priority__left {
    padding: 100px 0;
}

.p_priority__desc {
    font-size: 24px;
    line-height: 1.25;
    padding-top: 57px
}

.p_priority__illustr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.p_priority__illustr img {
    margin-top: 25px;
    margin-right: -30px;
    max-height: 475px;
}

.p_priority__note {
    color:#0C2241;
    font-size: 16px;
    font-weight: 400;
}
/**************************************************************
.p_conditions
**************************************************************/

.p_conditions {
    background: var(--blue-n);
    padding: 100px 0;
}

.p_conditions__head {
    padding-left: 50%;
}

.p_conditions__wrap {
    padding: 40px 0;
    min-height: 880px;
    position: relative;
    z-index: 1;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
}

.p_conditions__wrap:after {
    position: absolute;
    z-index: -1;
    width: calc(100% - 120px);
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.05);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    content: "";
}

.p_conditions__illustr {
    min-width: 0px;
}

.p_conditions__illustr-img {
    position: relative;
    position: sticky;
    top: 0;
}

.p_conditions__illustr img {
    position: relative;
    margin-left: -70px;
    margin-top: -87px;
    max-width: initial;
    max-height: initial;
    vertical-align: bottom;
}

.p_conditions__item {
    position: relative;
    background: #0C0054;
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 55px 180px 55px 60px;
    font-size: 24px;
    color: #fff;
    line-height: 1.25;
    min-height: 170px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
}

.p_conditions__item + .p_conditions__item {
    margin-top: 20px;
}

.p_conditions__item img {
    max-height: 100px;
    max-width: 115px;
    position: absolute;
    right: 40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.p_conditions__props {
    margin-top: 160px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}

.p_conditions__prop {
    background: -o-linear-gradient(306.4deg, #9A243D 12.35%, #1B124A 80.41%);
    background: linear-gradient(143.6deg, #9A243D 12.35%, #1B124A 80.41%);
    border-radius: 16px;
    padding: 0 45px 60px;
}

.p_conditions__prop-icon {
    height: 110px;
    margin-top: -63px;
    margin-bottom: 23px;
    position: relative;
}

.p_conditions__prop-icon img {
    max-height: initial;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.p_conditions__prop-text {
    font-size: 24px;
    color: #fff;
    line-height: 1.25;
}

/**************************************************************
.p_sale
**************************************************************/

.p_sale {
    overflow: hidden;
}

.p_sale__carousel {
    overflow: initial;
}

.p_sale__carousel .swiper-slide {
    height: auto;
    padding-top: 51px;
}

.p_sale__item {
    background: #18104A;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    padding: 0 30px 30px;
    margin-top: 51px;
    color: #fff;
}

.p_sale__item-icon {
    position: relative;
    top: -51px;
    margin: 0 0 -22px;
    height: 142px;
    text-align: center;
    align-self: center;
}

.p_sale__item-numb {
    margin-bottom: 20px;
    height: 48px;
    padding: 0 15px;
    background: -o-linear-gradient(355.5deg, #98132F 10.09%, #1A0D71 65.25%);
    background: linear-gradient(94.5deg, #98132F 10.09%, #1A0D71 65.25%);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 100px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 24px;
    font-weight: 600;
}

.p_sale__item-title {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.1666666667;
}

.p_sale__carousel .p_sale__item {
    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;
    height: 100%;
    margin-top: 0;
}


/**************************************************************
.p_preferences
**************************************************************/
.p_pref {
    overflow: hidden;
}

.p_pref__carousel {
    overflow: hidden;
}

.p_pref__carousel .swiper-slide {
    height: auto;
}

.p_pref__item {
    background: rgba(239, 243, 247, 1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    padding: 35px 30px;
    margin-top: 51px;
    color: #fff;
    min-height: 245px;
}


.p_pref__item-icon {
    max-width: calc(50% - 8px);
}

.p_pref__item-row {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.p_pref__item-numb {
    height: 48px;
    padding: 0 15px;
    background: -o-linear-gradient(355.5deg, #98132F 10.09%, #1A0D71 65.25%);
    background: linear-gradient(94.5deg, #98132F 10.09%, #1A0D71 65.25%);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 100px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 24px;
    font-weight: 600;
    max-width: calc(50% - 8px);
}

.p_pref__item-title {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.1666666667;
    color: rgba(12, 0, 84, 1);
    max-width: 239px;
}

.p_pref__carousel .p_pref__item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    height: 100%;
    margin-top: 0;
    gap: 20px;
}

.p_pref__head {
    gap: 50px;
    margin-bottom: 72px;
}

.p_pref__head .p_sale__iconpointer show-tablet {
    margin-left: auto;
}

.select-p_pref__select .select {
    max-height: 53px;
}

.select-p_pref__select .label {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 12px;
    min-height: 53px;
    font-size: 24px;
    color: rgba(12, 0, 84, 1);

}

.p_pref__head .p_sale__iconpointer {
    margin-left: auto;
}

.p_pref__head-select {
    width: 397px;
}

.p_pref__head .section__title {
    max-width: calc(100% - 80px);
}

@media (max-width: 1180px) {
    .p_pref__head-select {
        width: 300px;
    }
}

@media (max-width: 1023px) {
    .p_pref__head-select {
        order: 2;
        width: 100%;
    }
    .p_pref__head {
        flex-wrap: wrap;
        row-gap: 24px;
        align-items: flex-end;
    }
}
/**************************************************************
.p_traveling
**************************************************************/

.p_traveling__wrap {
    min-height: 500px;
    background: -webkit-gradient(linear, left top, left bottom, from(#9A243D), to(#1B124A));
    background: -o-linear-gradient(top, #9A243D 0%, #1B124A 100%);
    background: linear-gradient(180deg, #9A243D 0%, #1B124A 100%);
    border-radius: 30px;
    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;
    position: relative;
    color: #fff;
    overflow: hidden;
    margin-bottom: 30px;
}

.p_traveling__info {
    width: 47%;
    padding: 100px 0;
    text-align: center;
}

.p_traveling__text {
    font-size: 24px;
    line-height: 1.25;
}

.p_traveling__img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 24%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.p_traveling__img.img--l {
    right: auto;
    left: 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.p_traveling__note {
    color:#0C2241;
    font-size: 16px;
    font-weight: 400;
}

/**************************************************************
p_payoff
**************************************************************/

.p_payoff {
    overflow: hidden;
}

.p_payoff-iconpointer {
    display: none;
}

.p_payoff__table-title {
    color: #0C0054;
    font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
}

.p_payoff__table tr {
    display: table-row !important;
    background: none !important;
}

.p_payoff__table td,
.p_payoff__table th {
    display: table-cell !important;
    text-align: center;
    padding: 35px 10px;
    color: #27262D;
    border: 1px solid #E4E3E3 !important;
    font-size: 24px;
    line-height: 1.5;
}

.p_payoff__table tr:first-child th {
    width: 33%;
}

.p_payoff__table th {
    font-weight: 600;
    line-height: 1.1666666667;
}

.p_payoff__table th:first-child {
    padding-left: 30px;
    padding-right: 30px;
}

.p_payoff__table th.small {
    padding: 20px 10px;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 400;
}

.p_payoff__table td:first-child {
    text-align: left;
    padding-left: 30px;
    padding-right: 30px;
}

.p_payoff__table td.small {
    font-size: 16px;
    line-height: 1.25;
    font-weight: 400;
    padding-top: 20px;
    padding-bottom: 20px;
}

.p_payoff__table td.va--top {
    vertical-align: top;
}

.p_payoff__table td.va--bottom {
    vertical-align: bottom;
}

.p_payoff__table .ftdth {
    position: relative;
    font-weight: 400;
}

.p_payoff__table .ftdth__wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 30px;
    height: 100%;
    font-size: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
}

.p_payoff__table .ftdth__wrap:before {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 200%;
    border-top: 1px solid #E4E3E3;
    -webkit-transform: translateX(-50%) rotate(-158.3deg);
    -ms-transform: translateX(-50%) rotate(-158.3deg);
    transform: translateX(-50%) rotate(-158.3deg);
    content: "";
}

.p_payoff__table .ftdth__th {
    padding-left: 50%;
}

.p_payoff__table .ftdth__td {
    padding-right: 50%;
}

.p_payoff__table .bg {
    color: #fff;
}

.p_payoff__table .bg--blue {
    background: #281797;
}

.p_payoff__table .bg--blue_dark {
    background: -o-linear-gradient(270.01deg, #1B0E70 0.01%, #27188A 91%);
    background: linear-gradient(179.99deg, #1B0E70 0.01%, #27188A 91%);
}

.p_payoff__table .bg--blue_grad {
    background: -webkit-gradient(linear, left top, left bottom, from(#271797), to(#1B0E71));
    background: -o-linear-gradient(top, #271797 0%, #1B0E71 100%);
    background: linear-gradient(180deg, #271797 0%, #1B0E71 100%);
}

.p_payoff__table .bg--red {
    background: #BA1638;
}

.p_payoff__table .bg--red_dark {
    background: -o-linear-gradient(267.11deg, #9A243D -0.76%, #89132C -0.75%, #9A243D 97.6%);
    background: linear-gradient(182.89deg, #9A243D -0.76%, #89132C -0.75%, #9A243D 97.6%);
}

.p_payoff__table .bg--red_grad {
    background: -o-linear-gradient(267.11deg, #BA1638 2.4%, #89132C 91.81%);
    background: linear-gradient(182.89deg, #BA1638 2.4%, #89132C 91.81%);
}

.p_payoff__table .fs-big {
    font-size: 30px;
    line-height: 1.2333333333;
}

.p_payoff__table ul {
    padding-left: 37px;
}

.p_payoff__table b {
    display: initial !important;
}

.p_payoff__table .itog {
    margin-top: 10px;
    text-align: center;
}

/**************************************************************
p_subscrip
**************************************************************/

.p_subscrip__wrap {
    background: -webkit-gradient(linear, left top, left bottom, from(#9A243D), to(#1B124A));
    background: -o-linear-gradient(top, #9A243D 0%, #1B124A 100%);
    background: linear-gradient(180deg, #9A243D 0%, #1B124A 100%);
    border-radius: 30px;
    padding: 0 120px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1.5fr 1fr;
    grid-template-columns: 1.5fr 1fr;
    grid-gap: 20px;
    color: #fff;
}

.p_subscrip__left {
    padding: 100px 0;
}

.p_subscrip__desc {
    font-size: 24px;
    line-height: 1.25;
}

.p_subscrip__form {
    margin-top: 40px;
}

.p_subscrip__buttons {
    margin-top: 44px;
}

.p_subscrip__illustr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    min-width: 0px;
}

.p_subscrip__illustr img {
    margin-top: 0;
    margin-right: -45px;
    max-width: initial;
}

/**************************************************************
p_quest
**************************************************************/

.p_quest__wrap {
    padding: 100px 40px 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(22.65%, #190E66), to(#0C0340));
    background: -o-linear-gradient(top, #190E66 22.65%, #0C0340 100%);
    background: linear-gradient(180deg, #190E66 22.65%, #0C0340 100%);
    border-radius: 30px;
    color: #fff;
}

.p_quest__item {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 5px;
    padding: 20px 0;
    font-size: 24px;
    line-height: 1.5;
}

.p_quest__item-head {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 86% auto;
    grid-template-columns: 86% auto;
    grid-gap: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    cursor: pointer;
    padding: 20px 0;
}

.p_quest__item-title {
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.p_quest__item-head:hover .p_quest__item-title {
    color: #9E9AB3;
}

.p_quest__item-drop {
    width: 30px;
    height: 30px;
    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;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    position: relative;
}

.p_quest__item-drop path {
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.p_quest__item-head:hover .p_quest__item-drop path {
    stroke-opacity: 0.7;
}

.p_quest__item.opened .p_quest__item-drop {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.p_quest__item-body {
    padding: 20px 0;
    display: none;
}

.p_quest__item-cont {
    width: 86%;
    padding-left: 26px;
    border-left: 2px solid #9A243D;
    color: rgba(255, 255, 255, 0.8);
}

.p_btnbuy {
    text-align: center;
    position: sticky;
    bottom: 0;
    z-index: 999;
    padding: 20px 0;
    background: -webkit-gradient(linear, left bottom, left top, from(#9D9D9D), color-stop(0.01%, rgba(47, 45, 60, 0.4)), to(rgba(157, 157, 157, 0)));
    background: -o-linear-gradient(bottom, #9D9D9D 0%, rgba(47, 45, 60, 0.4) 0.01%, rgba(157, 157, 157, 0) 100%);
    background: linear-gradient(0deg, #9D9D9D 0%, rgba(47, 45, 60, 0.4) 0.01%, rgba(157, 157, 157, 0) 100%);
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.p_btnbuy.fixed {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.p_btnbuy.show {
    background: #fff;
}

.notes {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

/**************************************************************
popup
**************************************************************/

.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    display: none;
}

.popup__content {
    width: 100%;
    min-height: 100%;
    overflow: auto;
    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;
    padding: 15px 15px;
    position: relative;
    z-index: 1;
}

.popup__bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: rgba(12, 3, 64, 0.4);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
}

.popup__container {
    position: relative;
    width: 100%;
    max-width: 510px;
    padding: 60px 30px 70px;
    background: #2B2D38;
    overflow: hidden;
    text-align: center;
}

.popup__close {
    position: absolute;
    right: 24px;
    top: 24px;
    width: 16px;
    height: 16px;
    background: url(/local/templates/vodohod/components/bitrix/news.detail/vodohodpro-content/../images/icons/popup-close.svg) no-repeat center;
    cursor: pointer;
    z-index: 99;
}

.popup__p_payoff .popup__container {
    padding: 0;
    background: #FFFFFF;
    border: 1px solid #E4E3E3;
    -webkit-box-shadow: 50px 50px 50px rgba(0, 0, 0, 0.25);
    box-shadow: 50px 50px 50px rgba(0, 0, 0, 0.25);
    border-radius: 16px;
    max-width: 1400px;
    overflow: hidden;
}

.policy__link a:hover {
    color: #fff;
}

@media (min-width: 768px) {
    .show-tablet-sm {
        display: none !important;
    }
}



@media (min-width: 1280px) {
    .show-tablet {
        display: none !important;
    }
}

@media (min-width: 1400px) {
    .show-desktop-sm {
        display: none !important;
    }
}

@media (max-width: 1399.98px) {
    .hide-desktop-sm {
        display: none !important;
    }

    .section__head {
        margin-bottom: 30px;
    }

    .section__title {
        font-size: 40px;
        max-width: 780px;
    }

    .section__mgb {
        margin-bottom: 100px;
    }

    .btn_buy {
        font-size: 22px;
    }

    .p_promo__wrap:before {
        background-size: 230px;
    }

    .p_promo__wrap:after {
        background-size: 300px;
    }

    .p_promo__head {
        max-width: 45%;
        padding: 14px 60px 24px;
        font-size: 18px;
    }

    .p_promo__title {
        font-size: 96px;
    }

    .p_promo__props {
        margin-top: 40px;
    }

    .p_promo__prop {
        width: 35%;
    }

    .p_promo__prop img {
        max-height: 75px;
        max-width: 100px;
    }

    .p_promo__prop.prop--ab {
        position: absolute;
        top: -20px;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        width: 28%;
    }

    .p_promo__buttons {
        margin-top: 75px;
    }

    .p_discounts__item {
        min-height: 264px;
    }

    .p_discounts__item-numb {
        font-size: 120px;
    }

    .p_discounts__item-numb:before {
        width: 264px;
        height: 264px;
    }

    .p_discounts__item-text {
        font-size: 20px;
    }

    .p_access__wrap {
        padding: 0 106px;
    }

    .p_access__desc {
        font-size: 20px;
    }

    .p_access__illustr {
        min-width: 0px;
    }

    .p_access__illustr img {
        max-width: 468px;
        margin-top: 25px;
        margin-right: -30px;
    }

    .p_priority__wrap {
        padding: 0 106px;
    }

    .p_priority__desc {
        font-size: 20px;
        padding-top: 0;
    }

    .p_priority__illustr {
        min-width: 0px;
    }

    .p_priority__illustr img {
        max-width: 468px;
        margin-top: 25px;
        margin-right: -30px;
    }

    .p_conditions {
        padding: 80px 0;
    }

    .p_conditions__head {
        padding-left: calc((100% - 105px) / 2 + 105px);
    }

    .p_conditions__wrap {
        margin-left: 105px;
        padding: 30px 0;
        min-height: 734px;
    }

    .p_conditions__wrap:after {
        width: calc(100% - 105px);
    }

    .p_conditions__illustr img {
        margin-left: -75px;
        margin-top: -84px;
        max-width: 667px;
    }

    .p_conditions__item {
        position: relative;
        background: #0C0054;
        padding: 45px 160px 45px 50px;
        font-size: 20px;
        min-height: 140px;
    }

    .p_conditions__item img {
        max-height: 92px;
        max-width: 90px;
    }

    .p_conditions__props {
        margin-top: 80px;
    }

    .p_conditions__prop {
        padding: 0 50px 50px;
    }

    .p_conditions__prop-icon {
        height: 100px;
        margin-top: -51px;
        margin-bottom: 11px;
    }

    .p_conditions__prop-text {
        font-size: 20px;
    }

    .p_sale__item {
        background: #18104A;
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        border-radius: 16px;
        padding: 0 30px 30px;
    }

    .p_pref__item {
        padding: 0 30px 30px;
    }

    .p_sale__item-numb {
        height: 44px;
        font-size: 20px;
        padding: 0 18px;
    }

    .p_pref__item-numb {
        height: 44px;
        font-size: 20px;
        padding: 0 18px;
    }

    .p_traveling__wrap {
        min-height: 440px;
    }

    .p_traveling__info {
        width: 47%;
    }

    .p_traveling__text {
        font-size: 20px;
    }

    .p_traveling__img img {
        max-height: 370px;
    }

    .p_payoff__table tr {
        background: none !important;
    }

    .p_payoff__table td,
    .p_payoff__table th {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .p_payoff__table th:first-child {
        padding-left: 30px;
        padding-right: 30px;
    }

    .p_payoff__table th.small {
        padding: 20px 10px;
        font-size: 15px;
        line-height: 1.25;
        font-weight: 400;
    }

    .p_payoff__table td:first-child {
        font-size: 20px;
    }

    .p_payoff__table td.small {
        font-size: 16px;
    }

    .p_payoff__table .ftdth__wrap {
        font-size: 15px;
    }

    .p_payoff__table .ftdth__wrap:before {
        -webkit-transform: translateX(-50%) rotate(-156.3deg);
        -ms-transform: translateX(-50%) rotate(-156.3deg);
        transform: translateX(-50%) rotate(-156.3deg);
    }

    .p_payoff__table ul {
        padding-left: 30px;
    }

    .p_subscrip__wrap {
        padding: 0 106px;
    }

    .p_subscrip__left {
        padding: 90px 0;
    }

    .p_subscrip__desc {
        font-size: 20px;
    }

    .p_subscrip__form {
        margin-top: 30px;
    }

    .p_subscrip__buttons {
        margin-top: 34px;
    }

    .p_subscrip__illustr {
        min-width: 0px;
    }

    .p_subscrip__illustr img {
        margin-top: -20px;
        margin-right: -45px;
        max-width: 474px;
    }

    .p_quest__wrap {
        padding: 60px 30px 20px;
    }

    .p_quest__item {
        padding: 10px 0;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        font-size: 20px;
    }

    .p_quest__item-head {
        -ms-grid-columns: 83% auto;
        grid-template-columns: 83% auto;
    }

    .p_traveling__note {
        font-size: 12px;
    }

    .p_priority__note {
        font-size: 12px;
    }
}

@media (max-width: 1279.98px) {
    .hide-tablet {
        display: none !important;
    }

    .section__title {
        font-size: 30px;
        max-width: 780px;
    }

    .section__mgb {
        margin-bottom: 80px;
    }

    .section__caption {
        margin-top: 20px !important;
    }

    .btn_buy {
        min-width: 270px;
        font-size: 20px;
    }

    .polit__cont {
        font-size: 14px;
        line-height: 17px;
    }

    .p_promo__wrap {
        padding: 0 10px 75px;
    }

    .p_promo__wrap:before {
        background-size: 200px;
    }

    .p_promo__wrap:after {
        background-size: 230px;
    }

    .p_promo__head {
        max-width: 70%;
        max-width: 480px;
        padding: 14px 40px 20px;
    }

    .p_promo__intro {
        margin-top: 30px;
    }

    .p_promo__title {
        font-size: 80px;
    }

    .p_promo__props {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .p_promo__prop {
        width: 48%;
        margin-top: 40px;
    }

    .p_promo__prop p {
        font-size: 16px;
    }

    .p_promo__prop img {
        max-height: 60px;
        max-width: 100px;
    }

    .p_promo__prop.prop--ab {
        position: static;
        width: 37%;
    }

    .p_promo__buttons {
        margin-top: 110px;
    }

    .p_discounts__item {
        min-height: 264px;
        padding: 55px 50px 50px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .p_discounts__item-wrap {
        -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;
    }

    .p_discounts__item-numb {
        font-size: 78px;
        margin: 0 0 30px;
        text-shadow: 8px -5px 0 rgba(255, 255, 255, 0.15);
    }

    .p_discounts__item-numb:before {
        width: 220px;
        height: 220px;
        top: -55px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .p_discounts__item-text {
        font-size: 18px;
        text-align: center;
    }

    .p_access__wrap {
        padding: 0 60px;
        -ms-grid-columns: 1.2fr 1fr;
        grid-template-columns: 1.2fr 1fr;
    }

    .p_access__left {
        padding: 60px 0;
    }

    .p_access__desc {
        font-size: 18px;
        margin-top: -10px;
    }

    .p_access__illustr img {
        max-width: min(100%, 334px);
        height: auto;
        margin-top: 25px;
        margin-right: -20px;
    }

    .p_priority__wrap {
        padding: 0 60px;
        -ms-grid-columns: 1.2fr 1fr;
        grid-template-columns: 1.2fr 1fr;
    }

    .p_priority__left {
        padding: 60px 0;
    }

    .p_priority__desc {
        font-size: 18px;
        margin-top: -10px;
    }

    .p_priority__illustr img {
        max-width: min(100%, 334px);
        height: auto;
        margin-top: 25px;
        margin-right: -20px;
    }

    .p_conditions {
        padding: 60px 0;
    }

    .p_conditions__head {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
        text-align: center;
    }

    .p_conditions__wrap {
        display: block;
        margin-left: 0;
        padding: 30px;
        min-height: 1px;
    }

    .p_conditions__wrap:after {
        width: 100%;
    }

    .p_conditions__illustr {
        display: none;
    }

    .p_conditions__tw {
        width: 100%;
        max-width: 550px;
        margin-left: auto;
        margin-right: auto;
    }

    .p_conditions__item {
        padding: 40px 200px 40px 50px;
        font-size: 18px;
        min-height: 120px;
    }

    .p_conditions__item + .p_conditions__item {
        margin-top: 10px;
    }

    .p_conditions__item img {
        max-height: 85px;
        max-width: 80px;
        height: auto;
    }

    .p_conditions__props {
        margin-top: 30px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-gap: 30px;
    }

    .p_conditions__prop {
        padding: 40px 200px 40px 50px;
        position: relative;
    }

    .p_conditions__prop-icon {
        height: 85px;
        width: 120px;
        position: absolute;
        right: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        margin: 0;
    }

    .p_conditions__prop-icon img {
        max-height: 100%;
    }

    .p_conditions__prop-icon img.h--md {
        max-height: 150%;
        max-width: 150%;
    }

    .p_conditions__prop-text {
        font-size: 20px;
    }

    .p_sale__head {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .p_sale__iconpointer {
        margin-left: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin-left: 15px;
        -webkit-animation: iconpointer 2s infinite ease-in;
        animation: iconpointer 2s infinite ease-in;
    }

    .p_sale__item {
        padding: 0 30px 40px;
    }

    .p_pref__item {
        padding: 40px 30px;
    }

    .p_sale__item-icon {
        height: 105px;
    }

    .p_sale__item-numb {
        height: 33px;
        font-size: 18px;
        padding: 0 10px;
    }

    .p_pref__item-numb {
        height: 33px;
        font-size: 18px;
        padding: 0 10px;
    }

    .p_sale__item-title {
        font-size: 20px;
    }

    .p_pref__item-title {
        font-size: 20px;
    }

    .p_traveling__wrap {
        min-height: 350px;
    }

    .p_traveling__info {
        width: 55%;
    }

    .p_traveling__text {
        font-size: 18px;
    }

    .p_traveling__img {
        width: 22%;
        right: 0;
    }

    .p_traveling__img img {
        max-height: 290px;
    }

    .p_payoff__table-title {
        font-size: 24px;
    }

    .p_payoff__table td,
    .p_payoff__table th {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 10px !important;
        padding-right: 10px !important;
        font-size: 18px;
    }

    .p_payoff__table th:first-child {
        padding-left: 30px;
        padding-right: 30px;
    }

    .p_payoff__table tr:first-child th {
        width: 30%;
    }

    .p_payoff__table tr:first-child th:first-child {
        width: 40%;
    }

    .popup__p_payoff .p_payoff__table tr:first-child th {
        width: 33% !important;
    }

    .p_payoff__table th.small {
        padding: 20px 7px;
        font-size: 13px;
    }

    .p_payoff__table th.small {
        padding: 18px 10px;
        font-size: 13px;
    }

    .p_payoff__table td:first-child {
        font-size: 15px;
        padding-left: 17px !important;
        padding-right: 17px !important;
    }

    .p_payoff__table td.small {
        font-size: 12px;
    }

    .p_payoff__table .ftdth__wrap {
        font-size: 14px;
    }

    .p_payoff__table .ftdth__wrap:before {
        -webkit-transform: translateX(-50%) rotate(-147.3deg);
        -ms-transform: translateX(-50%) rotate(-147.3deg);
        transform: translateX(-50%) rotate(-147.3deg);
    }

    .p_payoff__table ul {
        padding-left: 20px;
    }

    .p_payoff__table .fs-big {
        font-size: 22px;
    }

    .p_payoff__table .itog {
        min-height: 30px;
    }

    .p_subscrip__wrap {
        padding: 0 40px 0 60px;
        -ms-grid-columns: 1.2fr 1fr;
        grid-template-columns: 1.2fr 1fr;
    }

    .p_subscrip__left {
        padding: 60px 0;
    }

    .p_subscrip__desc {
        font-size: 16px;
        margin-top: -10px;
    }

    .p_subscrip__form {
        margin-top: 30px;
    }

    .p_subscrip__buttons {
        margin-top: 20px;
    }

    .p_subscrip__illustr img {
        margin-top: 10px;
        margin-right: -30px;
        max-width: 383px;
    }

    .p_quest__item {
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        font-size: 18px;
    }

    .p_quest__item-head {
        -ms-grid-columns: 1fr auto;
        grid-template-columns: 1fr auto;
        grid-gap: 35px;
    }

    .p_quest__item-body {
        padding: 10px 0 20px;
    }

    .p_quest__item-cont {
        width: 100%;
        padding-left: 20px;
        border-left: 2px solid #9A243D;
    }

    .popup__close {
        right: 15px;
        top: 15px;
    }
}

@media (max-width: 767.98px) {
    .hide-tablet-sm {
        display: none !important;
    }

    .btn_buy {
        min-width: 210px;
        font-size: 18px;
        border-radius: 12px;
        padding: 12px 15px;
    }

    .btn_buy__price {
        font-size: 14px;
        margin-top: 2px;
    }

    .p_promo__wrap {
        padding: 0 15px 20px;
        border-radius: 16px;
    }

    .p_promo__wrap:before,
    .p_promo__wrap:after {
        background: none;
    }

    .p_promo__head {
        max-width: 80%;
        padding: 5px 15px 15px;
        font-size: 16px;
        border-radius: 0px 0px 50px 50px;
    }

    .p_promo__intro {
        margin-top: 20px;
    }

    .p_promo__intro-icon {
        width: 30px;
    }

    .p_promo__title {
        font-size: 66px;
    }

    .p_promo__props {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        max-width: 320px;
        margin: 10px auto 0;
    }

    .p_promo__prop {
        width: 100% !important;
        margin-top: 20px;
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
        text-align: left !important;
    }

    .p_promo__prop-icon {
        width: 65px;
        -webkit-box-ordinal-group: initial !important;
        -ms-flex-order: initial !important;
        order: initial !important;
        margin: 0 15px 0 0 !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .p_promo__prop-icon img {
        max-width: 100%!important;
    }

    .p_promo__prop img {
        max-height: 50px;
    }

    .p_promo__buttons {
        margin-top: 40px;
    }

    .p_discounts__item {
        min-height: 1px;
        padding: 35px 30px 30px;
        border-radius: 12px;
    }

    .p_discounts__item-numb {
        margin-bottom: 20px;
        font-size: 58px;
    }

    .p_discounts__item-numb:before {
        width: 116px;
        height: 116px;
        top: -35px;
        left: 13px;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    .p_discounts__item-text {
        font-size: 16px;
        text-align: center;
    }

    .p_access__wrap {
        padding: 40px 15px 0px 15px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        border-radius: 12px;
        grid-gap: 0;
    }

    .p_access__left {
        padding: 0;
        text-align: center;
    }

    .p_access__desc {
        font-size: 14px;
        margin-top: -5px;
    }

    .p_access__illustr img {
        width: 100%;
        max-width: 300px;
        margin: 0px auto 0;
        height: auto;
    }

    .p_priority__wrap {
        padding: 40px 15px 0px 15px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        border-radius: 12px;
        grid-gap: 0;
    }

    .p_priority__left {
        padding: 0;
        text-align: center;
    }

    .p_priority__desc {
        font-size: 14px;
        margin-top: -5px;
    }

    .p_priority__illustr img {
        width: 100%;
        max-width: 300px;
        margin: 0px auto 0;
        height: auto;
    }

    .p_conditions {
        padding: 40px 0;
    }

    .p_conditions__wrap {
        padding: 10px 0;
    }

    .p_conditions__wrap:after {
        width: calc(100% - 50px);
        left: 25px;
        border-radius: 12px;
    }

    .p_conditions__item {
        border-radius: 8px;
        padding: 23px 75px 23px 20px;
        font-size: 14px;
        min-height: 80px;
    }

    .p_conditions__item img {
        max-height: 52px;
        max-width: 60px;
        right: 15px;
    }

    .p_conditions__props {
        margin-top: 40px;
        grid-gap: 10px;
    }

    .p_conditions__prop {
        padding: 20px 80px 20px 20px;
        min-height: 90px;
        border-radius: 8px;
    }

    .p_conditions__prop-icon {
        height: 60px;
        width: 70px;
        position: absolute;
        right: 10px;
    }

    .p_conditions__prop-icon img.h--md {
        max-height: 150%;
        max-width: 150%;
    }

    .p_conditions__prop-text {
        font-size: 14px;
    }

    .p_sale__carousel .swiper-slide {
        padding-top: 32px;
    }

    .p_sale__item {
        padding: 0 15px 15px;
        border-radius: 8px;
    }

    .p_pref__item {
        padding: 15px;
        border-radius: 8px;
    }

    .p_sale__item-icon {
        top: -32px;
        margin-bottom: -10px;
        height: 68px;
    }

    .p_sale__item-icon img {
        height: auto;
        width: auto;
    }

    .p_sale__item-numb {
        height: 27px;
        font-size: 13px;
    }

    .p_pref__item-numb {
        height: 27px;
        font-size: 13px;
        max-width: unset;
        white-space: nowrap;
        margin-right: 6px;
    }

    .p_sale__item-title {
        font-size: 14px;
    }

    .p_pref__item-title {
        font-size: 14px;
    }

    .p_traveling__wrap {
        min-height: 250px;
        padding: 50px 0 96px;
        border-radius: 16px;
    }

    .p_traveling__info {
        width: 90%;
        padding: 0;
    }

    .p_traveling__text {
        font-size: 14px;
    }

    .p_traveling__img {
        width: 90px;
        right: -25px;
        top: 100%;
        margin-top: -110px;
        display: block;
    }

    .p_traveling__img img {
        width: 100%;
        height: auto;
    }

    .p_traveling__img.img--l {
        right: auto;
        left: -25px;
    }

    .p_payoff__head {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .p_payoff-iconpointer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin-left: 15px;
        -webkit-animation: iconpointer 2s infinite ease-in;
        animation: iconpointer 2s infinite ease-in;
    }

    .p_payoff__table {
        overflow: auto;
        margin: 0 -15px;
        padding: 0 15px 15px;
    }

    .popup__p_payoff .p_payoff__table {
        margin: 0;
        padding: 0;
    }

    .p_payoff__table-title {
        font-size: 24px;
    }

    div:not(#bx_admin_form) .p_payoff__table table tbody:not(.vsw-item-page__price-table__deck) td,
    .p_payoff__table tr th {
        border: 1px solid #E4E3E3 !important;
        padding: 10px !important;
        font-size: 14px;
        font-weight: 400 !important;
    }

    .p_payoff__table tr:first-child th {
        width: 30%;
    }

    .p_payoff__table tr:first-child th:first-child {
        min-width: 155px;
    }

    .popup__p_payoff .p_payoff__table tr:first-child th {
        min-width: 200px;
    }

    .p_payoff__table th.small {
        padding: 5px 5px;
        font-size: 12px;
    }

    div:not(#bx_admin_form) .p_payoff__table table tbody:not(.vsw-item-page__price-table__deck) td:first-child {
        font-size: 12px !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    div:not(#bx_admin_form) .p_payoff__table table tbody:not(.vsw-item-page__price-table__deck) td.small {
        font-size: 12px !important;
    }

    .p_payoff__table .ftdth__wrap {
        font-size: 12px;
    }

    .p_payoff__table .ftdth__wrap:before {
        -webkit-transform: translateX(-50%) rotate(-147.3deg);
        -ms-transform: translateX(-50%) rotate(-147.3deg);
        transform: translateX(-50%) rotate(-147.3deg);
    }

    .p_payoff__table ul {
        padding-left: 20px;
    }

    .p_payoff__table .fs-big {
        font-size: 22px;
    }

    .p_payoff__table .itog {
        min-height: 30px;
    }

    .p_subscrip__wrap {
        padding: 40px 15px 0px 15px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        border-radius: 12px;
        grid-gap: 0;
    }

    .p_subscrip__left {
        padding: 0;
        text-align: center;
    }

    .p_subscrip__desc {
        font-size: 14px;
        margin-top: -5px;
    }

    .p_subscrip__illustr img {
        width: 100%;
        height: auto;
        max-width: 300px;
        margin: 0px auto 0;
    }

    .p_quest__wrap {
        padding: 40px 15px 10px;
        margin: 0 -15px;
        border-radius: 16px;
    }

    .p_quest__item {
        padding: 0;
        font-size: 16px;
    }

    .p_quest__item-head {
        padding: 20px 0;
        grid-gap: 15px;
    }

    .p_quest__item-body {
        padding: 0 0 20px;
    }

    .p_quest__item-cont {
        padding-left: 10px;
        font-size: 14px;
    }

    .p_btnbuy {
        padding: 10px 0;
    }
}

@media (max-width: 609.98px) {
    .section__head {
        margin-bottom: 20px;
    }

    .section__title {
        font-size: 24px;
    }

    .section__mgb {
        margin-bottom: 50px;
    }

    .section__caption {
        font-size: 14px;
    }

    .p_discounts__items {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-gap: 10px;
        margin-bottom: 30px;
    }
}

@media (max-width: 478.98px) {
    .p_promo__title {
        font-size: 48px;
    }

    .p_promo__prop p {
        font-size: 14px;
    }

    .p_access__left {
    .section__title {
        font-size: 40px!important;
    }
}
}

/* End */


/* Start:/local/templates/vodohod/components/bitrix/news.detail/vodohodpro-content/swiper/swiper-bundle.min.css?176059668918014*/
@font-face {
    font-family: swiper-icons;
    src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-vertical > .swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-android .swiper-slide, .swiper-wrapper {
    transform: translate3d(0, 0, 0)
}

.swiper-pointer-events {
    touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-centered > .swiper-wrapper::before {
    content: '';
    flex-shrink: 0;
    order: 9999
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center
}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size)
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 15px;
    right: auto
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: 'prev'
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 15px;
    left: auto
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: 'next'
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: 50%;
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform, .2s top
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s left
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s right
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-slide-visible .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg)
    }
}

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-grid > .swiper-wrapper {
    flex-wrap: wrap
}

.swiper-grid-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube {
    overflow: visible
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
    content: '';
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px)
}

.swiper-flip {
    overflow: visible
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height
}

.swiper-cards {
    overflow: visible
}

.swiper-cards .swiper-slide {
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}

/* End */


/* Start:/local/templates/vodohod/components/bitrix/news.list/vodohodpro-saleslider/style.css?1760596689150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/vodohod/components/bitrix/news.list/vodohodpro-tablepayback/style.css?1760596689150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/vodohod/components/bitrix/news.list/vodohodpro-questions/style.css?1760596689150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/vodohod/components/bitrix/news.list/vodohodpro-tablepayback-popup/style.css?1760596689150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */
/* /local/templates/vodohod/components/bitrix/news.detail/vodohodpro-content/style.css?177866950360021 */
/* /local/templates/vodohod/components/bitrix/news.detail/vodohodpro-content/swiper/swiper-bundle.min.css?176059668918014 */
/* /local/templates/vodohod/components/bitrix/news.list/vodohodpro-saleslider/style.css?1760596689150 */
/* /local/templates/vodohod/components/bitrix/news.list/vodohodpro-tablepayback/style.css?1760596689150 */
/* /local/templates/vodohod/components/bitrix/news.list/vodohodpro-questions/style.css?1760596689150 */
/* /local/templates/vodohod/components/bitrix/news.list/vodohodpro-tablepayback-popup/style.css?1760596689150 */
