.cta-link {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 24px;
    border-radius: 4px;
    font-weight: 300;}

/*Content wrapper*/
.in-wrap {
    width: 100%;
    margin: 0 auto;
    padding: 0 10px; }
@media screen and (min-width: 768px) {
    .in-wrap {
        padding: 0 20px; } }
@media screen and (min-width: 1200px) {
    .in-wrap {
        max-width: 1100px; } }
@media screen and (min-width: 1600px) {
    .in-wrap {
        max-width: 1408px; } }

html {
    box-sizing: border-box; }

*,
*::before,
*::after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    outline: none; }

html,
body {
    margin: 0;
    padding: 0;
    background-color: #fff;
    font-family: "PF Handbook Pro", "Arial", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 17px;
    color: #111111; }

img {
    max-width: 100%; }

a {
    text-decoration: none;
    color: inherit; }

p {
    margin: 0; }

.layout {
    width: 100%;
    height: 100vh;
    background: rgba(0, 14, 22, 0.6);
    position: fixed;
    top: 0;
    z-index: 10; }

.visually-hidden {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden; }

ul {
    list-style: none; }

button {
    border: none;
    background-color: transparent; }

input {
    border: none; }

.lg-wrap {
    margin: 0 auto;
    max-width: 1760px; }

h4 {
    font-size: 36px;
    font-weight: 500;
    line-height: 43px;
    color: #530085; }
@media (max-width: 999px) {
    h4 {
        font-size: 18px;
        font-weight: 300;
        line-height: 22px;
        color: #e62877; } }
.heading {
    position: relative; }
.heading > p {
    max-width: 63%;
    width: 100%;
    position: absolute;
    top: 42%;
    right: 0;
    font-weight: 300;
    font-size: 18px;
    color: #363636; }
@media (max-width: 1599px) {
    .heading > p {
        font-size: 14px; } }
@media (max-width: 1199px) {
    .heading > p {
        position: relative;
        max-width: 100%;
        margin: 12px 0 24px;
        font-size: 12px; } }

.select-container {
    font-weight: 300;
    margin-top: 85px;
    margin-bottom: 44px; }
@media (min-width: 1600px) {
    .select-container {
        font-size: 22px; } }
@media (max-width: 1199px) {
    .select-container {
        margin: 0 0 24px;
        flex-direction: column; } }
.select-container p {
    max-width: 331px;
    width: 100%;
    margin-right: 22px; }
@media (max-width: 1199px) {
    .select-container p {
        max-width: fit-content;
        margin: 12px auto 8px;
        order: 2; } }
.select-container form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%; }
@media (max-width: 1199px) {
    .select-container form {
        flex-direction: column;
        order: 1; } }
.select-container select ::-ms-expand {
    display: none; }
.select-container div {
    position: relative;
    width: 100%;
    max-width: 679px; }
@media (max-width: 1199px) {
    .select-container div {
        max-width: 327px;
        margin: 0 auto; } }
.select-container input {
    display: inline-flex;
    height: 40px;
    width: 100%;
    line-height: 40px;
    background: #C4C4C5;
    opacity: 0.5;
    border-radius: 4px;
    padding-left: 10%; }
.select-container input::-webkit-input-placeholder {
    color: #818181; }
.select-container input:-moz-placeholder {
    color: #818181; }
.select-container input::-moz-placeholder {
    color: #818181; }
.select-container input:-ms-input-placeholder {
    color: #818181; }
@media (max-width: 1199px) {
    .select-container input {
        height: 24px;
        line-height: 24px; } }
.select-container button {
    background-repeat: no-repeat;
    background-size: 66%;
    background-image: url("../img/icons/lupa.png");
    background-position: 10% center;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 2%; }
@media (max-width: 1599px) {
    .select-container button {
        width: 30px;
        height: 30px;
        top: 10%; } }
@media (max-width: 1199px) {
    .select-container button {
        width: 24px;
        height: 24px;
        top: 0; } }
.subscribe {
    margin: 35px 0 50px; }

/*# sourceMappingURL=styles.css.map */
.discount-slider-block {
    background-color: #ffffff;
    padding-top: 25px; }
@media screen and (min-width: 1200px) {
    .discount-slider-block {
        background-color: #FDFDFD;
        margin-bottom: 60px; } }
@media screen and (min-width: 1600px) {
    .discount-slider-block {
        margin-bottom: 150px; } }
.discount-slider-block h2 {
    color: #E62A78;
    font-family: "PF Handbook Pro", "Arial", sans-serif;
    font-weight: 300;
    font-size: 24px;
    line-height: 29px;
    position: relative;
    padding-left: 15px;
    z-index: 10;
    max-width: 1920px;
    margin: auto;
    margin-bottom: 25px; }
.discount-slider-block h2::before {
    content: "";
    position: absolute;
    width: 119px;
    height: 15px;
    border-radius: 0 4px 4px 0;
    background-color: #C7E6F5;
    bottom: 0;
    left: 0;
    z-index: -1; }
@media screen and (min-width: 768px) {
    .discount-slider-block h2 {
        font-size: 42px;
        line-height: 42px; } }
@media screen and (min-width: 1200px) {
    .discount-slider-block h2 {
        font-weight: 200;
        font-size: 72px;
        line-height: 86px;
        padding-left: 160px; }
    .discount-slider-block h2::before {
        width: 400px;
        height: 42px; } }
@media screen and (min-width: 1600px) {
    .discount-slider-block h2 {
        font-size: 72px;
        line-height: 86px;
        padding-left: 256px; }
    .discount-slider-block h2::before {
        width: 482px;
        height: 42px; } }
.discount-slider-block h2:first-of-type {
    display: none; }
@media screen and (min-width: 1200px) {
    .discount-slider-block h2 {
        margin-bottom: 80px; }
    .discount-slider-block h2:first-of-type {
        display: block; }
    .discount-slider-block h2:last-of-type {
        display: none; } }
@media screen and (min-width: 1600px) {
    .discount-slider-block h2 {
        margin-bottom: 150px; } }
.discount-slider-block a.cta-link {
    border: 2px solid #9B26A8;
    color: #9B26A8;
    margin: auto;
    width: 140px;
    height: 24px;
    margin-top: 30px; }
@media screen and (min-width: 1200px) {
    .discount-slider-block a.cta-link {
        width: 204px;
        height: 40px;
        margin-top: 0; } }

.discount-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin: auto;
    padding-bottom: 30px; }
@media screen and (min-width: 1200px) {
    .discount-slider {
        padding-bottom: 0; } }

.discount-slider-wrapper {
    width: 100%; }
@media screen and (min-width: 1200px) {
    .discount-slider-wrapper {
        max-width: 1200px;
        margin: auto;
        position: relative; } }
@media screen and (min-width: 1600px) {
    .discount-slider-wrapper {
        max-width: 1408px; } }

.discount-slider .swiper-container_discount {
    width: 100%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    z-index: 1; }
@media screen and (min-width: 1200px) {
    .discount-slider .swiper-container_discount {
        position: static; } }

.discount-slider .swiper-container_discount .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform; }

.discount-slider .swiper-container_discount .swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    margin: auto; }
@media screen and (min-width: 1200px) {
    .discount-slider .swiper-container_discount .swiper-slide {
        margin: 0; } }
.discount-slider .swiper-container_discount .swiper-slide > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px;
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    width: 292px;
    margin: auto;
    margin-bottom: 60px;
    padding-bottom: 10px; }
@media screen and (min-width: 1200px) {
    .discount-slider .swiper-container_discount .swiper-slide > div {
        width: 362px;
        margin-bottom: 50px;
        padding-bottom: 20px; } }
.discount-slider .swiper-container_discount .swiper-slide > div div {
    width: 292px;
    height: 191px;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    margin-bottom: 15px; }
@media screen and (min-width: 1200px) {
    .discount-slider .swiper-container_discount .swiper-slide > div div {
        width: 362px; } }
.discount-slider .swiper-container_discount .swiper-slide > div div img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -o-object-fit: cover;
    object-fit: cover; }
.discount-slider .swiper-container_discount .swiper-slide > div p {
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #000000;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.12); }
@media screen and (min-width: 1200px) {
    .discount-slider .swiper-container_discount .swiper-slide > div p {
        font-size: 20px;
        line-height: 26px; }
    .discount-slider .swiper-container_discount .swiper-slide > div p:first-of-type {
        color: #E62A78; } }
@media screen and (min-width: 1600px) {
    .discount-slider .swiper-container_discount .swiper-slide > div p {
        font-size: 22px;
        line-height: 26px; } }
.discount-slider .swiper-container_discount .swiper-slide > div span {
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    color: #818181; }
@media screen and (min-width: 1200px) {
    .discount-slider .swiper-container_discount .swiper-slide > div span {
        font-size: 18px;
        line-height: 24px; } }
@media screen and (min-width: 1600px) {
    .discount-slider .swiper-container_discount .swiper-slide > div span {
        font-size: 22px;
        line-height: 26px; } }

.discount-slider .swiper-container_discount .swiper-button_discount-next,
.discount-slider .swiper-container_discount .swiper-button_discount-prev {
    position: absolute;
    background: url("img/icons/arrow-slider-mob.svg") no-repeat;
    bottom: 20px;
    width: 15px;
    height: 28px;
    cursor: pointer;
    z-index: 10; }
@media screen and (min-width: 1200px) {
    .discount-slider .swiper-container_discount .swiper-button_discount-next,
    .discount-slider .swiper-container_discount .swiper-button_discount-prev {
        background: url("img/icons/arrow-slider-desk.svg") no-repeat;
        width: 30px;
        height: 40px; } }

.discount-slider .swiper-container_discount .swiper-button_discount-prev {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    left: 13px; }
@media screen and (min-width: 1200px) {
    .discount-slider .swiper-container_discount .swiper-button_discount-prev {
        left: -50px;
        bottom: 0;
        top: 35%; } }
@media screen and (min-width: 1600px) {
    .discount-slider .swiper-container_discount .swiper-button_discount-prev {
        left: -60px; } }

.discount-slider .swiper-container_discount .swiper-button_discount-next {
    right: 13px; }
@media screen and (min-width: 1200px) {
    .discount-slider .swiper-container_discount .swiper-button_discount-next {
        right: -50px;
        bottom: 0;
        top: 35%; } }
@media screen and (min-width: 1600px) {
    .discount-slider .swiper-container_discount .swiper-button_discount-next {
        right: -60px; } }

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10; }
@media screen and (min-width: 1200px) {
    .swiper-pagination {
        display: none; } }

.discount-slider .swiper-pagination.swiper-pagination-hidden {
    opacity: 0; }

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 25px;
    left: 0;
    width: 100%; }

.discount-slider .swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(0.33);
    transform: scale(0.33);
    position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
    transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
    transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
    transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
    transform: scale(0.33); }

.discount-slider .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    display: inline-block;
    border-radius: 100%;
    background: #530085;
    opacity: 0.5;
    margin-right: 15px; }

.discount-slider .swiper-pagination-bullet-active {
    opacity: 1; }
/*******************************************/


/*******************************************/

.price_list_block {
    max-width: 1400px;
    margin: 40px auto;
}
.price_list_block_container {
    margin-bottom: 24px;
    display: flex;
}
@media (max-width: 999px) {
    .price_list_block_container {
        flex-direction: column;
        align-items: center;
    }
}
@media (min-width: 1000px) {
    .price_list_block_container {
        margin-bottom: 44px;
    }
}
.price_list_block_select {
    display: inline-flex;
    width: 100%;
}
@media (max-width: 999px) {
    .price_list_block_select {
        flex-direction: column;
        align-items: center;
    }
}

.price_list_block_select label {
    color: #818181;
    font-size: 16px;
    line-height: 19px;
    font-weight: 300;
    margin-right: 10px;
}
.price_list_block_select label > span {
    padding-right: 5px;
    color: #E62A78;
}
@media (min-width: 1200px) {
    .price_list_block_select label {
        font-size: 22px;
        line-height: 40px;
        white-space: nowrap;
    }
}

.price_list_block_select select {
    background: #9c1cab url(/bitrix/templates/main_tpl/css/../img/icos/svg/arr_price_white.svg) 90% center no-repeat;
    height: 40px;
    max-width: 327px;
    width: 100%;
    border: none;
    border-radius: 4px;
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    appearance: none !important;
    cursor: pointer;
    line-height: 40px;
    font-weight: 300;
    color: #ffffff;
    padding-right: 14px;
    padding-left: 24px;
    text-indent: 0.01px;
    text-overflow: '';
    padding-bottom: 10px;
}
@media (max-width: 999px) {
    .price_list_block_select select {
        height: 24px;
        line-height: 24px;
        margin-top: 12px;
        padding-bottom: 0;
    }
}

.price_list_block_select select * {
    background-color: #fff;
    color: #000;
}

.price_list_block_select select option {
    cursor: pointer;
}

.price_list_block_select select option:checked {
    background-color: #ff419b;
}


.price_list_block_select .loader {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    background: #fff url(/bitrix/templates/main_tpl/css/../img/loader_20_20.gif) center center no-repeat;
    margin-left: 5px;
    margin-top: -4px;
    opacity: 0;
}

.price_list_block_select .loader.shown {
    opacity: 1;
}

.price_list_block_search {
    width: 100%;
    max-width: 679px;
}

.price_list_block_search .input {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    height: 40px;
    padding-left: 10%;
    line-height: 40px;
    opacity: 0.5;
    border: none;
    border-radius: 4px;
    background: #C4C4C5 url(/bitrix/templates/main_tpl/css/../img/icos/lupa.png) 10px center no-repeat;
    font-size: 14px;
    color: #818181;
}
@media (max-width: 999px) {
    .price_list_block_search {
        max-width: 327px;
        margin-bottom: 12px;
        order: -1;
    }
    .price_list_block_search .input {
        height: 24px;
        line-height: 24px;
        background-size: 14px;
    }
}

.price_list_block_search .input:focus{
    border-color: #9c1cab;
}

.price_list_block_search_result {
    margin-bottom: 20px;

}

.price_list_block_search_result_table {
    display: table;
    width: 100%;
}


.price_list_block_search_result_table .row{
    overflow: hidden;
    font-size: 14px;
    line-height: 26px;
    display: table-row;
}

.price_list_block_search_result_table .row.th {
    color: #818181;
    font-size: 14px;
    line-height: 20px;
    border-bottom: 1px solid #cdcdcd;
    margin-bottom: 10px;
    padding: 10px 0;
}

.price_list_block_search_result_table .row .data{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 20px;
    display: table-cell;
}

.price_list_block_search_result_table .row .data .label {
    display: none;
    color: #818181;
    padding-right: 20px;
}

.price_list_block_search_result_table .row .name{
    width: 60%;
}

.price_list_block_search_result_table .row .amount{
    text-align: center;
}

.price_list_block_search_result_table .row .price_1{
    text-align: right;
}

.price_list_block_search_result_table .row .price_2{
    text-align: right;
}

.price_list_block_search_result_table .row .price_3{
    text-align: right;
}

.price_list_block_search_result_table .row .price_4{
    padding-right: 0;
    text-align: right;
}


.price_list_block_item {
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 20px;
}

.price_list_item_header {
    border: none;
    font-weight: 300;
    color: #111111;
    cursor: pointer;
    padding: 0 3%;
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    text-align: left;
    background: #CCE1EB;
}
@media (min-width: 1000px) {
    .price_list_item_header {
        padding-top: 11px;
        padding-bottom: 11px;
        height: 40px;
    }
}
@media (min-width: 1600px) {
    .price_list_item_header {
        font-size: 22px;
    }
}

.price_list_block_item:nth-of-type(odd) .price_list_item_header{
    background-color: #C7E6F5;
}

.price_list_item_body {
    background-color: #ffffff;
    border: 1px solid #9EC3E2;
}

.price_list_item_body_list_item {
    font-weight: 300;
    padding: 0 3% 0;
    overflow: hidden;
}
@media (min-width: 1600px) {
    .price_list_item_body_list_item {
        font-size: 22px;
    }
}

.price_list_item_body_list_item_link {
    text-align: center;
    margin-top: 20px;
}

.price_list_item_body_list_item_header {
    height: 32px;
    padding-right: 30px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


.price_list_item_body_list_item_header:before {
    content: '';
    position: absolute;
    height: .7px;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: #9EC3E2;
}
.price_list_item_body_list_item_header.opened.loaded:before {
    width: 98.5%;
    left: 9px;
    background-color: #9EC3E2;
}
@media (min-width: 1000px) {
    .price_list_item_body_list_item_header {
        height: 46px;
    }
}
.price_list_item_body_list_item_header:hover {
    font-weight: 500;
}
.price_list_item_body_list_item_header.opened {
    font-weight: 500;
}
.price_list_item_body_list_item_header .n {
    float: left;
    width: 100%;
    font-size: 16px;
    line-height:16px;
    color: #6E18A2;
}
@media (min-width: 1600px) {
    .price_list_item_body_list_item_header .n {
        font-size: 22px;
    }
}
.price_list_item_body_list_item_header .p {
    float: right;
    width: 40%;
    font-size: 14px;
    text-align: right;
    margin-right: 30px;
}

.price_list_item_body_list_item_header.opened.loaded + price_list_item_body_list_item_body{
    border: 1px solid #9EC3E2;
    border-radius: 8px;
}

.price_list_item_body_list_item_body_text {
    margin: 20px 0 20px 35px;
    font-size: 16px;
    line-height: 19px;
}
@media (min-width: 1600px) {
    .price_list_item_body_list_item_body_text {
        font-size: 18px;
        line-height: 22px;
        color: #818181;
    }
}

.price_list_item_body_list_item_body_button {
    max-width: 132px;
    width: 100%;
    height: 24px;
    margin: 20px auto 24px;
    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;
    min-height: 24px;
    background-color: #9B26A8;
    border-radius: 4px;
    font-weight: 300;
    text-align: center;
    color: #fff;
}
@media (min-width: 1200px) {
    .price_list_item_body_list_item_body_button {
        max-width: 216px;
        height: 40px;
        margin-bottom: 38px;
    }
}
.price_list_item_body_list_item_body_button input {
    background: transparent;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
}

.price_table {
    display: table;

    font-size: inherit;
    color: #000;
    width: 100%;
}

.price_table_row {
    display: table-row;
}
@media (max-width: 767px) {
    .price_table_row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.price_table_cell {
    display: table-cell;
    text-align: left;
    border-bottom: 1px solid #71A7D3;
    padding: 2px 0 2px 32px;
}
.price_table_cell__price {
    font-weight: bold;
}

.price-table-content {
    border: 1px solid #9EC3E2;
    border-radius: 8px;
    margin: 0 -3.2%;
}

@media (max-width: 767px) {
  .price_table_cell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: none;
    padding: 10px;
    border-bottom: 1px dashed #9EC3E2;
  }
}

@media (min-width: 1000px) {
    .price_table_cell {
        padding-top: 12px;
        padding-bottom: 12px;
    }
}

.price_table_cell.name {
    padding-right: 20px;
    width: 35%;
    background-color: #CCE1EB;
}
.price_table_row:nth-of-type(even) .price_table_cell.name {
    background-color: #E2F1F9;
}

@media (max-width: 767px) {
    .price_table_row .price_table_cell.name {
        width: 100%;
        padding: 5px 0 12px;
        background-color: #ffffff;
        border-bottom: none;
    }
    .price_table_row:nth-of-type(even) .price_table_cell.name {
        background-color: #ffffff;
    }

    .price_table_row .price_table_cell.name {
        padding-left: 10px;
    }
}

.price_table_cell .label {
    display: none;
    color: #818181;
    padding-right: 20px;
}
@media (max-width: 767px) {
    .price_table_cell .label {
        display: inline-block;
        width: 40%;
    }
}
.price_table_row.header_row {
    color: #818181;
    font-size: inherit;
}
@media (max-width: 767px) {
    .price_table_row.header_row div:not(:first-of-type) {
        display: none;
    }
}
.price_table_row.header_row div {
    border-bottom: none;
}
.opened {
    position: relative;
}
.price_list_item_header,
.price_list_item_body_list_item_header {
    position: relative;
}
.price_list_item_header:after,
.price_list_item_body_list_item_header:after {
    content: '';
    background-repeat: no-repeat;
    background-size: 35%;
    background-image: url('/bitrix/templates/main_tpl/css/../img/icos/svg/arrow.svg');
    background-position: center center;
    position: absolute;
    width: 26px;
    height: 7px;
    top: 17px;
    right: 2.15%;
}
@media (max-width: 999px) {
    .price_list_item_header:after,
    .price_list_item_body_list_item_header:after {
        top: 10px;
    }
}

.opened:after {
    transform: rotate(180deg);
}


/*******************************************/
/* End */
/*******************************************/
