/* Common */
html, body {
    height: 100%;
}

body {
    background: #fff;
    overflow-y: scroll;
    font-size: 13px;
    font-family: Roboto;
}

h1, .h1 {
    font-size: 24px;
    font-weight: 400;
    color: #262626;
}

h2, .h2 {
    font-size: 21px;
    font-weight: 400;
    color: #262626;
}

h3, .h3 {
    font-size: 21px;
    font-weight: 300;
    color: #262626;
}

p, .p {
    font-size: inherit;
    margin: 10px 0;
}

[type="text"] {
    font-family: "Proxima Nova", sans-serif;
}

textarea {
    font-size: 13px;
    margin: 0;
    padding: 6px;
    width: 100%;
    resize: vertical;
}

textarea:focus,
[type="text"]:focus,
[type="password"]:focus,
[type="number"]:focus {
    -webkit-box-shadow: 0 0 5px #b0cfe0;
    box-shadow: 0 0 5px #b0cfe0;
}

[type="text"], [type="password"], [type="number"]  {
    font-size: 16px;
    margin: 0;
    padding: 6px;
    width: 100%;
    border-radius: 16px;
    transition: box-shadow 0.2s;
}

select, .selectize-control.single .selectize-input {
    font-size: 16px;
    margin: 0;
    padding: 5px;
    width: 100%;
}

select:focus {
    border-bottom: var(--blue-tone-1);
}

.modal [type="text"], .modal [type="password"], .modal [type="number"] {
    padding: 16px;
    border: 1px solid var(--gray2);
}

a.dash {
    color: var(--violet-main);
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pt-0 {
    padding-top: 0 !important;
}

/*Стили для кнопки "Наверх"*/
.barToTop {
    position: fixed;
    z-index: 5;
    bottom: 100px;
    right: 10%;
    background-color: var(--violet-main);
    padding: 35px 24px;
    display: none;
    border-radius: 50%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    color: #fff;
    transition: opacity 0.2s;
    opacity: 0.2;
}

.barToTop:hover {
    opacity: 1;
}

.barToTop .barArrow--left {
}

.barToTop .barArrow--left::before {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    width: 18px;
    height: 18px;
    top: -3px;
    border-color: var(--violet-main);
}

.barToTop__text {
    font-size: 18px;
}

@media screen and (max-width: 1000px) {
    .barToTop {
        /*display: none !important;*/
        padding: 25px 14px;
        right: 12px;
        background-color: #fff;
        box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
        opacity: 1;
    }

    .barArrow--left {
        color: var(--violet-main);
    }


}

/*Конец стилей для кнопки "Наверх"*/

/* прелоадер кнопка */
.preloader {
    width: 94px;
}

.spinner {
    margin: 0 auto;
    width: 26px;
    height: 26px;
    border-width: 3px;
    border-left: 1px;
    border-style: solid;
    border-color: hsl(0, 0%, 88%) hsla(0, 0%, 0%, 0) hsla(0, 0%, 0%, 0) hsl(0, 0%, 94%);
    border-radius: 50%;
    -webkit-animation: loader 0.5s infinite linear;
    -moz-animation: loader 0.5s infinite linear;
    -ms-animation: loader 0.5s infinite linear;
    -o-animation: loader 0.5s infinite linear;
    animation: loader 0.5s infinite linear;
}

@keyframes loader {
    100% {
        -webkit-transform: rotate(360deg);
    }
}
/* Container */
.container {
    max-width: 1320px;
    padding: 0 10px;
    margin: 0 auto;
}

.wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 0 auto -100px;
    height: auto;
    padding: 0 0 40px;
    overflow: hidden
}

.gallery-preload i {
    animation: gallery-preload-rotate 5s linear 0s infinite;
    margin-left: 5px;
}

.text__bold, a.text__bold, text__bold > a {
    font-weight: 700;
}

.text__semi-bold, a.text__semi-bold, text__semi-bold > a {
    font-weight: 600;
}

.gallery-preload {
    width: 160px;
    text-align: center;
    display: inline-block
}

@keyframes gallery-preload-rotate {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

/* slider */
.slider {
    display: block;
}

/*img_user_adm*/
.table-users__image {
    position: relative;
    cursor: pointer
}

.table-users__image img {
    width: 90px;
    height: 100px;
    position: absolute;
    top: -30px;
    right: -90px;
    max-height: 100px;
    display: none;
    z-index: 101;
    background: #c4c4c49e;
    padding: 5px;
}

/* Finally default gallery childs */
.gallery-childs-w {
}

.gallery-childs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.gallery-child-w {
    display: block;
}

.gallery-child {
    position: relative;
}

.gallery-child > a {
    display: block;
}

.gallery-child > a > img {
    display: block;
}

/* Finally default gallery */
.gallery-items-w {
}

.gallery-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.gallery-item-w {
    display: block;
}

.gallery-item {
    position: relative;
    display: block;
}

.gallery-item {
    display: block;
}

.gallery-item img {
    display: block;
}

/* Gallery sortable list */
.gallery-items-sortable-w {
    margin: -3px;
}

.gallery-items-sortable-w .gallery-item-w {
    width: 10%;
    cursor: move;
}

.gallery-items-sortable-w .gallery-item {
    padding: 3px;
}

/* Catalog */
.catalog-index-w {
    margin-bottom: 25px;
}

.catalog-index-w + .catalog-items-w {
    margin-top: 20px;
}

.catalog-index-w-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -10px;
}

.catalog-index {
    position: relative;
    text-align: center;
    border: 10px solid rgba(0, 0, 0, 0);
    width: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.catalog-index img {
    display: block;
    margin: 0 auto;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -o-object-fit: contain;
    object-fit: contain;
}

.catalog-index a {
    color: #333333;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px;
    -ms-flex-flow: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column;
    width: 100%;
    border: 1px solid #1B1C1C;
    background: #fff;
}

.catalog-index-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 10px 0 10px;
    font-size: 17px;
    border-radius: 0 0 2px 2px;
}

.catalog-item-hidden .catalog-item-inner {
    background: #ffbaba;
}

.catalog-items-w-x6 .catalog-item {
    width: 16.6666%;
}

.catalog-items-w-x5 .catalog-item {
    width: 20%;
}

.catalog-items-w-x4 .catalog-item {
    width: 25%;
}

.catalog-items-w-x2 .catalog-item {
    width: 50%;
}

.catalog-items-w-225px .catalog-item {
    width: 245px;
}

.catalog-index-w + .catalog-items-w {
    margin-top: 20px;
}

.catalog-page-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -10px;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.catalog-item {
    border: 10px solid rgba(0, 0, 0, 0);
}

.catalog-item-hat {
    position: absolute;
    height: 3px;
    position: absolute;
    left: 4px;
    right: 4px;
    top: -4px;
    border: 1px solid #000;
    border-bottom: 0;
    background: #fff;
}

.catalog-item-inner {
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    border: 1px solid #1B1C1C;
    background: #fff
}

.catalog-item-name {
    text-decoration: none;
    padding: 15px;
    text-align: center;
    font-size: 15px;
    color: #000;
}

.catalog-item-name:hover {
    color: #000;
}

.catalog-item-img {
    padding: 15px;
}

.catalog-item-img {
    display: block;
}

.catalog-item-img img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: 0 auto;
}

.catalog-item-desc {
    padding: 15px 0;
    margin: 0 15px;
    margin-top: auto;
    border-top: 1px solid #000;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.catalog-item-price {
    font-size: 21px;
    text-align: right;
}

.catalog-item-tocart-w {
    margin-left: auto;
}

.catalog-item-tocart {
    color: #fff;
    position: relative;
    text-transform: uppercase;
    background: #C05153;
    font-size: 16px;
    padding: 5px 9px;
    border-radius: 2px;
    cursor: pointer;
    text-align: center;
}

.catalog-item-tocart:active {
    top: 1px;
}

.catalog-item-tocartcount {
    width: 50px !important;
    display: inline-block !important;
    border-color: #000;
}

.catalog-item-sort {
    margin-bottom: 25px;
}

.catalog-item-buttons {
    margin-top: 10px;
    text-align: right;
}

.catalog-spinner {
    text-align: center;
    font-size: 60px;
}

.catalog-load-more-w {
    margin-top: 20px;
    text-align: center;
}

.catalog-page-count-w {
    margin: 40px -20px;
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 40px;
    position: relative;
}

.catalog-page-count {
    background: #e5e5e5;
    border-radius: 2px;
    display: inline-block;
    padding: 4px 6px;
    width: 150px;
}

.catalog-badge-hit {
    position: absolute;
    top: -5px;
    left: -6px;
    width: 145px;
    height: 145px;
    background: url('imgs/hot1.png');
    z-index: 1;
}

.catalog-badge-new {
    position: absolute;
    top: -5px;
    left: -6px;
    width: 145px;
    height: 145px;
    background: url('imgs/new1.png');
    z-index: 1;
}

.catalog-badge-sale {
    position: absolute;
    top: -5px;
    left: -6px;
    width: 145px;
    height: 145px;
    background: url('imgs/sale1.png');
    z-index: 1;
}

.catalog-lent-hit {
    position: absolute;
    left: -3px;
    top: -6px;
    width: 50px;
    height: 50px;
    background: url('imgs/hot-min.png');
    z-index: 1;
}

.catalog-lent-new {
    position: absolute;
    left: -3px;
    top: -6px;
    width: 50px;
    height: 50px;
    background: url('imgs/new-min.png');
    z-index: 1;
}

.catalog-lent-sale {
    position: absolute;
    left: -3px;
    top: -6px;
    width: 50px;
    height: 50px;
    background: url('imgs/sale-min.png');
    z-index: 1;
}

.catalog-youtube-button {
    width: 70px;
    height: 64px;
    background: url('imgs/youtube.png') center center no-repeat;
    cursor: pointer;
    margin: 3px;
}

.catalog-good-delete {
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 16px;
    height: 16px;
    z-index: 1;
    background-image: url("/site/templates/default/imgs_default/del.png");
}

.list-good {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    margin: 8px 0;
    padding: 2px;
}

.list-good:hover {
    background: #ededed;
}

.list-good .link-del {
    margin-left: auto;
}

.catalog-main-w {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.catalog-main-top {
    padding-top: 20px;
    margin-top: 80px;
    border-top: 1px solid #474747;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
}

.catalog-main-top-tocart {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.catalog-main-visuals {
    width: 392px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.catalog-main-img-w {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    border: 1px solid #474747;
    padding: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 522px;
    position: relative;
}

.catalog-main-img {
    text-align: center;
    vertical-align: middle;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.catalog-main-img img {
    display: block;
    margin: 0 auto;
    max-width: 350px;
    max-height: 480px;
}

.catalog-main-data {
    padding-left: 80px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.catalog-main-price {
    font-size: 27px;
    font-weight: 500;
    margin-right: 30px;
}

.catalog-main-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    position: relative;
    margin-top: 30px;
}

.catalog-main-gallery a {
    display: block;
    border: 8px solid rgba(0, 0, 0, 0);
    width: 33.3333%;
}

.catalog-main-gallery a:nth-child(4n+1) {
    margin-left: 0;
}

.catalog-main-gallery td {
    width: 76px;
    height: 76px;
    max-width: 76px;
    max-height: 76px;
    padding: 10px;
}

.catalog-main-gallery img {
    display: block;
    max-height: 100%;
    margin: 0 auto;
}

.catalog-main-delivering {
    padding-left: 50px;
    line-height: 27px;
    background: url('imgs/catalog-main-gold.png') no-repeat left top;
    font-size: 22px;
    margin-bottom: 10px;
}

.catalog-main-payment {
    padding-left: 38px;
    line-height: 27px;
    background: url('imgs/catalog-main-gold.png') no-repeat left bottom;
    font-size: 22px;
    margin-bottom: 10px;
}

.catalog-main-description {
    font-size: 19px;
    font-weight: 300;
}

.catalog-main-description + .catalog-main-attributes {
    margin-top: 20px;
}

.catalog-main-description p + p {
    margin-top: 5px;
}

.catalog-main-description-main + .catalog-main-description-add {
    border-top: 1px solid #d7d7d7;
    margin-top: 20px;
    padding-top: 20px;
}

.catalog-main-attributes td {
    padding: 9px;
    background: #fff;
    border: 1px solid #d7d7d7;
}

.catalog-main-tocart {
    border-color: #000;
}

.catalog-main-prices {
    display: flex;
}

.catalog-main-favorite {
    cursor: pointer;
    font-size: 17px;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}

.catalog-main__stock-status {
    text-align: right;
    font-size: 18px;
    padding: 6px 10px;
}

.catalog-main__stock-status--instock {
    background: #90dc9e;
}

.catalog-main__stock-status--stockout {
    background: #dddddd;
}

.catalog-main__stock-status--fororder {
    background: #dddddd;
}

.catalog-favorite--favorited i:before {
    color: red;
    content: '\f004';
}

.catalog-top-button {
    background: #e8e8e8 none repeat scroll 0 0 !important;
    color: #000;
    padding: 4px 11px;
    text-decoration: none;
    margin-bottom: 17px;
    border-radius: 2px !important;
    display: inline-block;
    line-height: 23px;
    position: relative;
}

.catalog-top-button:hover {
    background: #F4CF4E;
}

.catalog-popular-wrapper {
    margin: 20px -20px 0 -20px;
    padding: 20px;
}

/* Cart */
.cart-button {
    background: transparent;
    position: relative;
    margin-left: auto;
    color: #ffffff;
    text-decoration: none;
    z-index: 60;
}

.cart-button__inner {
    display: flex;
    height: 100%;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
}

.cart-button .fa-caret-down {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    margin-left: 10px;
}

.cart-button.expanded .cart-predata {
    display: block;
}

.cart-button.expanded .fa-caret-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.cart-button-total { /*margin-left: 15px;*/
}

.cart-button-total__count {
    color: #edd4ab
}

.cart-button-total__cost {
    color: #edd4ab
}

.cart-icon {
    width: 25px;
    margin-right: 10px;
}

.cart-predata-top {
    overflow-y: scroll;
    overflow-x: hidden;
}

.cart-predata-holder {
    position: relative;
}

.cart-predata {
    position: absolute;
    cursor: default;
    min-width: 450px;
    color: #000;
    right: 0px;
    background: #fff;
    border-top: 0;
    top: 100%;
    display: none;
    z-index: 2;
    background: #FAFAFA;
}

.cart-predata .cart-items {
    font-size: 16px;
}

.cart-predata .cart-items tr:nth-child(odd) {
    background: #ededed;
}

.cart-predata .cart-items tr:nth-child(even) {
    background: #f4f4f4;
}

.cart-predata .cart-items tr:hover {
    background: #5F84A9;
    color: #fff;
}

.cart-predata .cart-items tr:hover a {
    color: #fff;
}

.cart-predata .cart-items tr:hover .cart-item-del {
    color: #fff;
}

.cart-predata .cart-items td {
    padding: 0 8px;
}

.cart-predata .cart-items .cart-item-name {
    text-align: left;
    white-space: nowrap;
    padding: 0;
}

.cart-predata .cart-item-name a {
    display: block;
    padding: 10px 14px;
    padding-left: 0;
}

.cart-predata .cart-item-image {
    min-width: 60px;
}

.cart-predata .cart-item-image a {
    display: block;
}

.cart-predata .cart-item-image img {
    height: 28px;
    margin: 0 auto;
}

.cart-predata .cart-item-count {
    min-width: 60px;
    text-align: center;
    white-space: nowrap;
}

.cart-predata .cart-item-price {
    min-width: 85px;
    text-align: center;
    white-space: nowrap;
}

.cart-predata .cart-item-del {
    min-width: 30px;
    font-size: 14px;
    cursor: pointer;
    text-align: center;
    border-left: 1px solid #cccccc;
    color: #5F84A9;
}

.cart-predata .cart-predata-bottom {
    padding: 10px;
    border-top: 1px solid #ccc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.stick {
    position: sticky;
    z-index: 1;
}

.filler__container {
    width: 1px;
    height: 1px;
}

.header-menu__icons {
    cursor: pointer;
}

.cart-predata-shadow {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: none;
    background: rgba(0, 0, 0, 0.2);
    z-index: 56;
}

.cart-predata-shadow.cart-predata-shadow-expanded {
    display: block;
}

/*Standalone cart*/
.st-cart {
    background: #fff;
    border-radius: 2px;
    padding-bottom: 20px;
}

.st-cart-reload {
    float: right;
    cursor: pointer;
}

.st-cart-row {
    padding: 0;
}

.st-cart-row-content {
    padding: 15px;
    border: 2px solid #ececec;
}

.st-cart-row + .st-cart-row {
    border-top: 0;
    margin-top: 0;
}

.st-cart-row-title {
    margin: 0;
    padding: 15px;
    background: #f7f7f7;
    border: 2px solid #ececec;
    margin: 0;
    color: #2864ae;
    font-size: 16px;
    border-top: 0;
    border-bottom: 0;
}

.st-cart-items-w {
}

.st-cart-items {
}

.st-cart-item {
}

.st-cart-items-header {
    border-bottom: 2px solid #48bbe8;
}

.st-cart-items-footer {
    border-top: 2px solid #48bbe8;
}

.st-cart-formtitle {
    font-style: italic;
    margin: 7px 0;
}

.st-cart-items th {
    font-size: 19px;
    color: #2864ae;
    text-align: left;
    vertical-align: middle;
    padding: 8px 4px;
    font-weight: normal;
}

.st-cart-items td {
    vertical-align: middle;
    padding: 6px;
    font-size: 15px;
}

.st-cart-item-name {
}

.st-cart-item-name a {
}

.st-cart-delivery td {
    vertical-align: top;
}

.st-cart-payment td {
    vertical-align: top;
}

.st-cart-item-price {
}

.st-cart-item-price-text {
    display: none;
}

.st-cart-item-count {
}

.st-cart-item-count input {
    width: 70px;
    border: 1px solid #aaa;
    padding: 4px 6px;
    font-size: 15px;
}

.st-cart-item-count-text {
    display: none;
}

.st-cart-item-summ {
    width: 180px;
}

.st-cart-item-summ-text {
    display: none;
}

.st-cart-items tr + tr {
    border-top: 1px dashed #aaa;
}

.st-cart-item-art {
    display: none;
}

.st-cart-item-del-w {
}

.st-cart-item-del {
    width: 60px;
}

.st-cart-item-del-text {
    display: none;
}

.st-cart-item-del .fa-stack {
    font-size: 12px;
    cursor: pointer;
    color: #d27575;
    opacity: 0.8;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.st-cart-item-del.all {
    padding-right: 6px !important;
}

.st-cart-item-del.all .fa-stack {
    color: #a3a3a3;
}

.st-cart-item-del .fa-stack:hover {
    opacity: 1;
}

.st-cart-delivery {
    table-layout: fixed;
}

.st-cart-payment {
    table-layout: fixed;
}

.st-payment-version-select option:disabled {
    display: none;
}

.st-delivery-version-options {
    display: none;
    margin-top: 12px;
}

.st-payment-version-options {
    display: none;
}

.st-cart-preloader {
    width: 180px;
    height: 40px;
    background: url('imgs/preloader.gif');
    margin: 0 auto;
}

.st-delivery-version-w label {
    display: block;
    cursor: pointer;
}

.st-delivery-version-w label i {
    display: none;
}

.st-delivery-version-w input[type="radio"] {
    display: none;
}

.st-delivery-version-w input[type="radio"]:checked + i {
    display: inline-block;
}

.st-payment-version-w {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.st-payment-version-w + .st-payment-version-w {
    margin-top: 15px;
}

.st-payment-version-w label {
    display: block;
    cursor: pointer;
}

.st-payment-version-w label i {
    display: none;
}

.st-payment-version-w input[type="radio"] {
    display: none;
}

.st-payment-version-w input[type="radio"]:checked + i {
    display: inline-block;
}

.st-cart-tk-name-variant {
    border-bottom: 1px dashed grey;
    cursor: pointer;
}

.st-error {
    border-color: red !important;
    border-width: 1px !important;
    border-style: solid !important;
}

.st-cart-related-title {
    font-size: 19px;
    color: #c25555;
}

.st-cart-related-title.reached {
    color: green;
}

.st-bg-error {
    background-color: rgba(192, 81, 83, 0.3);
}

/* Содержимое версии */
.st-version-w {
    border-bottom: 2px solid #ececec;
    cursor: pointer;
}

.st-version-w td {
    vertical-align: middle;
    padding: 16px;
}

.st-version-w input[type="radio"] {
    display: none;
}

.st-version-w input[type="radio"] + i {
    display: inline-block;
    color: #bdbdbd;
    vertical-align: middle;
    font-size: 23px;
}

.st-version-w input[type="radio"] + i:before {
    content: "\f096";
}

.st-version-w input[type="radio"]:checked + i:before {
    content: "\f14a";
    color: green;
}

.st-version-w input[type="radio"]:disabled + i:before {
    content: "\f0c8";
    color: #f5f5f5;
}

.st-version-switcher-img {
    vertical-align: middle;
    height: 30px;
    margin: 0 10px;
}

.st-version-options {
    margin: 0;
    display: block;
}

/* Табы */
.st-cart-tab {
    margin: 5px;
}

.st-cart-tabs {
    font-family: "Roboto Condensed";
    display: flex;
    font-size: 16px;
    padding: 0;
    background: #f7f7f7;
}

.st-cart-tab label {
    text-align: center;
    height: 100%;
}

.st-cart-tab [type="radio"] {
    display: none;
}

.st-cart-tab [type="radio"]:checked + span {
    color: #fff;
    background: #5b965b;
    border-color: transparent;
}

.st-cart-tab span {
    display: block;
    padding: 8px 10px;
    border: 2px solid #ded3d3;
    cursor: pointer;
    border-radius: 4px;
    color: #2864ae;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.st-cart-tab [type="radio"]:checked + span .st-cart-onlinefree {
    color: orange;
}

.st-cart-onlinefree {
    font-size: 0.8em;
    color: #562d2d;
    padding: 0;
}

.st-cart-tab:hover span {
    background: #ededed;
}

.delivering-main-city {
    margin: 0 10px;
}

.boxing-result {
    font-weight: bold;
    display: block;
    margin-top: 10px;
}

.st-cart-delivery-w {
    margin-top: 20px;
}

.st-cart-payment-w {
}

.pseudohide {
    position: absolute;
    left: -99999px;
}

/* Questions */
.questions-w {
    margin-bottom: 20px;
}

.questions-group {
    width: 48%;
    padding-right: 20px;
    padding-bottom: 60px;
    display: inline-block;
    vertical-align: top;
}

.questions-group:nth-child(2n) {
    padding-right: 0;
    padding-left: 20px;
}

.question-title {
    margin: 0 0 25px 0;
    font-size: 32px;
    font-weight: 300;
    text-decoration: none;
    display: block;
}

.question {
    display: block;
    margin-bottom: 15px;
    font-size: 15px;
    text-decoration: none;
}

.question:hover {
    text-decoration: underline;
}

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

.questions-readmore {
    font-family: Arial;
    font-size: 13px;
    margin-top: 20px;
}

.question {
    position: relative;
}

.question:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: -100px;
    left: 0;
    mask-position: right 100px;
    -webkit-mask-position: right 100px;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
}

.question__item-w {
    position: relative;
    z-index: 1;
}

/* Cabinet */
.cabinet-order {
    font-family: "Roboto Condensed";
}

.cabinet-order + .cabinet-order {
    border-top: 1px solid #d6d6d6;
}

.cabinet-order.expanded .cabinet-order-title {
    background: #f0f0f0;
}

.cabinet-order-title {
    color: #333333;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 19px;
    padding: 5px;
    padding: 10px 15px;
}

.cabinet-order-title-left {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.cabinet-order-title .fa-caret-down {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.cabinet-order.expanded .cabinet-order-title .fa-caret-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.cabinet-order-content {
    background: #f5f5f5;
    display: none;
    padding: 20px;
}

.cabinet-items-table {
    font-size: 18px;
    margin-bottom: 20px;
}

.cabinet-items-table td {
    vertical-align: top;
    padding: 8px 0;
    vertical-align: middle;
}

.cabinet-order-amount {
    margin-left: 30px;
    width: 150px;
    text-align: right;
}

.cabinet-order-status {
    padding: 5px 10px;
    font-weight: 300;
    border-radius: 2px;
    background: #C05153;
    color: #fff;
}

.cabinet-order-mintitle {
    font-size: 18px;
    color: #333333;
    margin-right: 20px;
}

.cabinet-order-minstatus {
    padding: 5px 20px;
    border-radius: 4px;
    margin: 4px 0;
}

.vars-option + .vars-option {
    margin-top: 20px;
}

.order-status-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/* Order page */
.order-info {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 15px;
}

.order-info .head td {
    background: #f3f3f3;
}

.order-info td {
    vertical-align: top;
    padding: 5px 8px;
    border: 1px solid #dedede;
}

/* Search */
.search-results-w {
    height: 0;
    overflow: hidden;
    position: relative;
}

.search-results-w-inner {
    padding: 20px 15px;
    position: relative;
    width: 1230px;
    margin: 0 auto;
    border-bottom: 1px solid #d7d7d7;
}

.search-results-title-w {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.search-results-items {
    display: none;
    margin-top: 20px;
}

.search-results-title {
    font-size: 21px;
    font-family: "Roboto Condensed";
    font-weight: 300;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.search-preview-text-w {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0 0 0 20px;
}

.search-preview-text {
    margin-left: 10px;
    color: #808080;
}

.search-results {
}

.search-close {
}

.search-status {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 0 20px;
    min-width: 250px;
    text-align: right;
}

.search-results-additional-search {
}

.search-r {
    display: block;
    float: left;
    width: 152px;
    text-decoration: none;
    color: inherit;
    text-align: center;
    border: 1px solid #ccc;
    background: #fff;
    padding: 8px;
}

.search-r .s-price {
    display: block;
}

.search-r .s-img td {
    height: 150px;
    vertical-align: middle;
}

.search-r img {
    display: block;
    margin: 0 auto;
    max-height: 100%;
}

/* Path */
ul.path {
    list-style: none;
    font-size: 16px;
    font-family: 'Roboto Condensed';
}

ul.path li {
    float: left;
}

ul.path li a {
    color: #666;
    vertical-align: middle;
    text-decoration: none;
}

ul.path li a:hover {
    text-decoration: underline;
}

ul.path li a:visited {
    color: #666;
}

ul.path li:first-child {
    float: left;
}

ul.path li.first a {
}

/* Breadcrumps */
.breadcrumps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 7px;
    font-size: 15px;
    font-weight: 500;
}

.breadcrumps-item {
    display: block;
    position: relative;
    color: #edd4ab;
}

.breadcrumps-item:hover {
}

.breadcrumps-item-last {
    text-decoration: none;
    display: none;
}

.breadcrumps-separator {
    font-size: 14px;
    margin: 0 10px;
    color: #edd4ab;
}

.breadcrumps-separator i {
    vertical-align: middle;
}

/* Preview comments */
.comment-preview-w {
    text-align: center;
    padding: 25px 0;
    background: url('imgs/comment-preview-bg.png') center top;
}

.comment-preview {
    float: left;
    padding: 0 15px;
    width: 300px;
}

.comment-preview-author {
    font-family: "Open Sans";
    font-size: 18px;
    float: left;
    width: 73%;
    text-align: left;
}

.comment-preview-date {
    float: right;
    font-size: 14px;
    font-family: "Open Sans";
    color: #666;
    margin-top: 5px;
}

.comment-preview-rate {
    padding: 10px 0;
    height: 40px;
}

.comment-preview-text {
    text-align: justify;
}

.comment-preview-line {
    background: url('imgs/comment-preview-top-bg.png');
    height: 30px;
}

/* Mailer */
.mailer-groups-item {
    display: inline-block;
    background: #5F84A9;
    color: #fff;
    padding: 2px 4px;
    border-radius: 2px;
}

.mailer-groups-checkbox-list {
    padding: 10px;
    border: 1px solid #cdcdcd;
    background: rgba(128, 128, 128, 0.04);
    display: none;
}

.mailer-groups-checkbox-list-item + .mailer-groups-checkbox-list-item {
    margin-top: 10px;
}

/* Список заказов */
.orders-main-w {
    border: 1px solid #dedede;
    background: #fff;
}

.orders-w {
    padding: 20px;
}

.orders-w:hover {
    background: #F6F8FC;
}

.orders-w + .orders-w {
    border-top: 1px solid #dedede;
}

.orders {
    border-collapse: collapse;
    background: #fff;
}

.orders td {
    vertical-align: top;
    padding: 10px;
    font-size: 13px;
    border: 1px solid #dedede;
}

.orders th {
    vertical-align: top;
    padding: 10px;
    font-size: 13px;
    border: 1px solid #dedede;
    font-weight: normal;
    text-align: left;
    background: #f9f9f9;
}

.orders select {
    font-size: 13px;
    padding: 6px;
    width: 100%;
}

.orders .head td {
    background: #f9f9f9;
}

.orders-edit-good {
    cursor: pointer;
}

.orders-edit-good-buttons {
}

.orders-edit-good-cost {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.orders-edit-good-cost div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.orders-edit-order-buttons {
}

.orders-edit-good-container-w .orders-edit-good-container {
    display: none;
}

.orders-edit-order-container-w .orders-edit-order-container {
    display: none;
}

.orders-edit-order-container {
    padding: 20px;
    background: #fff;
}

.orders-edit-good-container {
    padding: 20px;
    background: #fff;
}

.orders-add-good-input-w {
}

.orders-add-good-input {
    min-width: 350px;
}

.orders-add-good-results-w {
    overflow-y: auto;
    max-height: 400px;
}

.orders-add-good-results-w td {
    vertical-align: middle;
}

.orders-search-form {
}

.orders-data:hover {
    background: #f9f9f9;
}

.orders-data-mini td {
    font-size: 11px;
}

.orders-mail-w {
    max-width: 80px;
    word-wrap: break-word;
}

/* Pagenews */
.pagenews-w {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -12.5px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pagenews-item-w {
    width: 33.3333%;
    border: 12.5px solid transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.pagenews-item {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px;
    border: 1px solid #dddddd;
    position: relative;
    -webkit-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}

.pagenews-item:hover {
    border-color: #000;
}

.pagenews-item:hover .pagenews-buttons {
    opacity: 1;
    top: 0;
}

.pagenews-item:hover .pagenews-bg {
    opacity: 0.2;
}

.pagenews-item::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 22px;
    background: url('imgs_default/sort-shadow.png') no-repeat center top;
    background-size: contain;
}

.pagenews-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0;
    -webkit-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}

.pagenews-caption {
    display: block;
    font-family: "Roboto Condensed";
    font-size: 28px;
    font-weight: 300;
    color: #0a0a0a;
    margin-bottom: 20px;
    text-decoration: none;
}

.pagenews-date {
    display: none;
}

.pagenews-date-end {
}

.pagenews-buttons {
    margin-top: auto;
    padding-top: 20px;
    margin-top: 20px;
    -webkit-transition: all 0.7s;
    border-top: 1px solid #000;
    -o-transition: all 0.7s;
    transition: all 0.7s;
    position: relative;
    top: 10px;
    opacity: 0;
}

.pagenews-titlepic {
    display: block;
    margin-bottom: 20px;
}

.pagenews-titlepic img {
    display: block;
}

.pagenews-adm {
    float: right;
}

/* pagenews preview */
.pagenews-preview {
    display: flex;
    margin-bottom: 25px;
    justify-content: space-between;
}

.pagenews-preview-item__image {
    display: block;
    margin: 0 auto;
}

/* Jivosite z-index fix */
div#jivo-iframe-container:not(.jivo-c-mobile) {
    z-index: 50 !important;
}

div#jivo-iframe-container {
    z-index: 50 !important;
}

div#jivo-iframe-container:hover {
    z-index: 52 !important;
}

html.jivo-site-full-block body:after {
    display: none;
}

body#jivo_outer_body div#jivo-iframe-container.jivo-custom-label {
    z-index: 50 !important;
}

div#jivo-iframe-container:not(.jivo-c-mobile) {
    z-index: 50 !important;
}

.jivo-c-mobile {
    z-index: 50 !important;
}

iframe#jivo_container {
    z-index: 50 !important;
}

div#jivo-mouse-tracker {
    z-index: 50 !important;
}

div#jivo-drag-handle {
    z-index: 50 !important;
}

#jivo_copyright {
    z-index: 50 !important;
}

._show_1e.wrap_mW {
    z-index: 50 !important;
}

jdiv .label_39 {
    z-index: 50 !important;
}

/* tabulation */
.catalog-tabulation {
    margin: 30px 0;
}

.catalog-tabulation__tabs {
    display: flex;
    font-size: 16px;
    font-weight: 300;
}

.catalog-tabulation__tab-button-item {
    border: 1px solid #a2a2a2;
    padding: 15px;
    cursor: pointer;
    position: relative;
}

.catalog-tabulation__tab-button-item:before {
    content: '';
    width: 1px;
    height: 1px;
    background: #a2a2a2;
    position: absolute;
    top: 100%;
    left: -1px;
}

.catalog-tabulation__tab-button-item + .catalog-tabulation__tab-button-item {
    margin-left: -1px;
}

.catalog-tabulation__tab-button-item--active {
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #fff;
}

.catalog-tabulation__tab-button-item:hover {
    background: rgba(0, 0, 0, 0.025);
}

.catalog-tabulation__tab-button-item--active:hover {
    background: transparent;
}

.catalog-tabulation__tab-button-prev {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    padding: 0 20px;
    cursor: pointer;
    align-items: center;
    font-size: 22px;
}

.catalog-tabulation__tab-button-next {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 0 20px;
    cursor: pointer;
    align-items: center;
    font-size: 22px;
}

.catalog-tabulation__tab-content-item {
    border: 1px solid #a2a2a2;
    padding: 15px;
    display: none;
}

.catalog-tabulation__tab-content-item--active {
    display: block;
}

.catalog-tabulation__tab-content-item > p {
    margin: 0;
}

.catalog-tabulation__tab-contents {
    margin-top: -1px;
}

.modals-w {
    display: none
}

:root {
    --light_viol: #a664f9;
    --violet: #8637e8;
    --yellow-dark: #ffce21;
    --blue: #008bff;
    --orange: #ff5052;
    --black: #1d1d1d;
    --grey: #707070;
    --light_grey: #dfdfdf;
    --dark_grey: #505050;
    --yellow: #fdf336;
    --red-tone-1: #C6203D;
    --red-hover: #9A172E;
    --blue-tone-1: #008ED2;
    --blue-tone-1-hover: #007DB9;
    --gray-1: #7989A1;
    --gray-2: #e5e5e7;
    --gray-3: #F5F7FB;
    --gray-4: #E0E7F6;

    --violet-main: #6A0DAC;
    --violet-dark: #420A69;
    --violet-light: #F0E6F7;
    --instant-black: #000000;
    --error: #FF0000;
    --warning: #FFD260;
    --success: #3CB104;
    --gray0: #454545;
    --gray1: #757575;
    --gray2: #ACACAC;
    --gray3: #EFF0F0;
    --gray4: #F9F9F9;

    --white: #FFFFFF;
}

/*Стили для основных элементов*/
h1, .h1 {
    font-weight: bold;
    font-size: 48px;
    line-height: 120%;
    margin-bottom: 28px;
}

h2, .h2 {
    font-size: 36px;
    margin: 0 auto;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: initial;
}

ul li, ul .li {
    font-size: inherit;
    margin: 5px 0;
    list-style-type: none;
    position: relative;
    padding-left: 22px
}

ul li:after, ul .li:after {
    content: "\f10c";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    font-family: "FontAwesome";
    color: var(--violet);
    font-size: 12px;
}

.select2-dropdown li:after {
    content: "";
}

a.link {
    text-decoration: none;
    border-bottom: 1px dashed;
}

a {
    transition: .3s
}

a:hover {
    color: #000
}

body {
    font-family: 'Proxima Nova', sans-serif;
    font-size: 16px;
    color: var(--black);
    line-height: 24px
}

.breadcrumps_title {
    margin-bottom: 40px
}

.container {
    max-width: 1430px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}

.container.full {
    max-width: unset;
    padding: 0;
}

.radio__btn-w {
}

.radio__btn-w label {
    font-size: 12px;
    margin: 16px 0;
}

.radio__btn {
    text-align: center;
    background-color: var(--violet-main);
    display: inline-block;
    color: #fff;
    padding: 10px 32px;
    border-radius: 16px;
    font-family: 'Proxima Nova', sans-serif;
    font-size: 20px;
    line-height: 30px;
    cursor: pointer;
    text-decoration: none;
    transition: 0.2s;
    width: 100%;
}

.radio__btn-blue-custom {
    margin: 0 0 0 -36px !important;
    text-align: center;
    background-color: var(--blue-tone-1);
    display: inline-block;
    color: #fff;
    padding: 10px 16px;
    border-radius: 16px;
    font-family: 'Proxima Nova', sans-serif;
    font-size: 15px;
    line-height: 16px;
    cursor: pointer;
    text-decoration: none;
    transition: 0.2s
}

@media screen and (max-width: 740px) {
    .radio__btn-blue-custom {
        margin-left: 0 !important;
        min-width: 114px;
        font-size: 12px;
        padding: 6px 10px;
    }
}

.ghost__tv {
    border-radius: 16px;
}

.radio__btn:hover {
    background: var(--violet);
}

.caption {
    margin-bottom: 56px;
}

.title {
    font-size: 26px;
    margin: 0 auto;
    font-weight: bold;
    margin-bottom: 30px;
    line-height: initial
}

.title_desc, .title_desc p {
    font-size: 18px;
    color: var(--grey);
    max-width: 800px;
}

.title_desc a {
    color: #ff5052;
    text-decoration: none;
    font-weight: bolder;
}

.title_desc a:hover {
    text-decoration: underline;
}

.title__params {
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    text-align: center;
    color: var(--black);
    padding-bottom: 12px;
    margin-bottom: 50px;
    width: 100%;
    border-bottom: 4px solid var(--red-tone-1);
}

.title__params p {
    margin: 0;
}

.dash {
    cursor: pointer;
}

.radion__img-w {
    position: absolute;
    bottom: -100px;
    right: 0px;
    z-index: -1
}

.radion__img-sepax {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    z-index: -1
}

/* header */
.rhead {
    position: relative;
    margin-bottom: 86px;
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.08);
}

.rhead:has(.banner-info__wrapper) {
    box-shadow: none;
}

.header__shadow {
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.08);
}

.contact .modal__field-title {
    margin-bottom: 8px;
    margin-top: 16px;
}

.contact .price__form-inputs .formItem.textarea {
    margin-top: unset;
}

.rhead a {
    color: var(--black);
    text-decoration: none;
    font-weight: 400;
}

.rhead .menu__link a {
    color: var(--gray1);
}

.rhead .menu__link.selected a {
    color: var(--gray0);
}

.rhead .header__menu.menu__link.selected {
    border-bottom: 2px solid var(--violet-main);
}

.menu__logo {
    padding-top: 7px;
}

.rhead_girl-w {
    position: absolute;
    max-width: 1430px;
    width: 100%;
    padding: 0 15px;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 100%
}

.rhead_girl {
    position: absolute;
    right: 0px;
    bottom: 86px
}

.rhead_separator {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(./imgs/sepa.png) no-repeat center center/cover;
    height: 186px;
}

.rhead_separator2 {
    background: url(./imgs/white-separator.png) no-repeat center center/cover;
    height: 110px;
}

.rhead i {
    color: var(--violet-main, #6A0DAC);
}

.rhead .container {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    position: relative;
    z-index: 1;
}

.rhead .container .main-bg {
    position: absolute;
    top: 0;
    right: -200px;
    z-index: -1;
}

.rhead-col1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 2;
}

.rhead__menu-w {
    display: flex;
    margin: 0 -12px
}

.rhead__menu-w > * {
    margin: 0 12px;
    border-bottom: 2px solid transparent;
    cursor: pointer;
    font-weight: bold;
    transition: .2s;
}

.rhead__menu-w a {
    color: var(--black);
    text-decoration: none
}

.rhead__menu-w > *:hover {
    transform: scale(1.1);
    border-bottom: 2px solid var(--violet)
}

.rhead__item {
    display: flex;
    margin: 10px 0 0;
    align-items: center;
    cursor: pointer
}

.rhead__item:first-of-type {
    margin: 0;
}

.rhead__item a {
    text-decoration: none;
    font-size: 16px;
    line-height: 170%;
    font-weight: 600;
}

.oneasite__footer-politic a {
    text-decoration: none;
    border-bottom: 1px dashed
}

.rhead__item.tel-w a {
    color: var(--violet-main, #6A0DAC);
    font-size: 28px;
}

.rhead__item.mail a {
    font-family: "Proxima Nova", sans-serif;
    font-weight: 600;
    color: var(--gray0);
    font-size: 14px;
}

.rhead__item.city {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.rhead__item.city a.dash {
    color: var(--violet-main, #6A0DAC);
}

.rhead__item.city .cities {
    transition: all 0.2s ease;
}

.rhead__item.city .cities-open {
    transform: rotate(90deg);
}

.rhead__item-wrapper {
    display: flex;
    min-height: 122px;
    min-width: 226px;
    align-items: center;
}

.rhead__item__icons {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-right: 10px;
    padding: 6px;
    border-radius: 30px;
    background: #e7e7e7;
}

.rhead__item .tel {
    font-size: 24px;
}

.rhead__item > * {
    margin: 0 5px
}

.rhead-col2 {
    display: flex;
    justify-content: space-between;
    gap: 16px;
}

.rhead-col2-left {
    max-width: 680px;
}

.rhead-col2-right {
    max-width: 664px;
    overflow: hidden;
    max-height: 124px;
}

.rhead-col2-right .channels__slider_item {
    display: block;
    margin: 0 auto;
}

.rhead-col2-right .channel__container {
    display: flex;
    align-items: center;
    max-width: 188px;
    height: 104px;
    margin-right: 20px;
    padding: 10px;
    background: #fff;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.08);
    border-radius: 0px;
}

/*.rhead-col2-right .slick-list {padding-left: 20px;}*/
.rhead__title {
    font-weight: bold;
    font-size: 48px;
    margin-bottom: 28px;
}

.rhead__title h1 {
    font-size: 32px;
    line-height: 40px;
}

.rhead__desc {
    color: var(--grey);
    margin-bottom: 36px;
}

.rhead__desc span {
    font-family: 'Proxima Nova', sans-serif !important;
}

.rhead_melody {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
}

.rhead_melody img {
    object-fit: contain;
    height: 100%;
}

.rhead_height {
    min-height: auto;
}

.rhead__circle-yellow--left {
    position: absolute;
    z-index: 1;
    left: -330px;
    top: -316px;
    background: linear-gradient(40deg, rgba(245, 216, 150, 1) 26%, rgba(255, 206, 33, 1) 100%);
    height: 500px;
    width: 500px;
    border-bottom-right-radius: 50%;
    transform: rotate(-36deg);
}

.rhead__sponsors {
    display: none;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: -20px;
}

.rhead__sponsors-inner {
    width: 100%;
}

.rhead__sponsors__slider {
    width: 287px;
}

.rhead__sponsors__slider ul li:after {
    content: '\f111';
    color: #a6a5a6;
}

.rhead__sponsors__slider ul li.slick-active:after {
    color: var(--violet);
}

.stock__item-w ul li:after {
    content: '\f111';
    color: #a6a5a6;
}

.stock__item-w ul li.slick-active:after {
    color: var(--violet);
}

.rhead__sponsors__slider-item {
    border-radius: 30px;
    overflow: hidden;
    z-index: 10;
    cursor: pointer;
}

.rhead__sponsors__slider-item:focus {
    outline: unset;
}

.rhead__sponsors__slider-item img {
    height: 100%;
}

.menu__mobile {
    display: none;
}

/*Стили для второго хедера*/
.not_main .rhead {
    margin-bottom: 36px;
    position: relative;
    z-index: 10
}

.not_main .rhead-col1 {
    margin-bottom: 0;
}

/* logo */
a.logo {
    text-decoration: none;
    color: var(--black);
}

.logo {
    display: flex;
    align-items: center;
    margin: 0;
}

.logo_title {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
    color: var(--blue-tone-1);
}

.logo_subtitle {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 17px;
}

.logo_icon {
    background: var(--gray0);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    flex: 0 0 auto;
}

.logo_icon:after, .logo_icon:before {
    content: "";
    background: url(./imgs/logo-after.png) no-repeat center center/cover;
    width: 23px;
    height: 57px;
    position: absolute;
    top: 50%;
    right: -34px;
    transform: translateX(-50%) translateY(-50%);
}

.logo_icon:before {
    left: -23px;
    right: initial;
    transform: translateY(-50%) rotate(185deg)
}


/* translation */
.translation .container {
    overflow: hidden
}

.translation {
    margin-bottom: 60px;
}

.option__item-w {
    margin-bottom: 72px;
}

.option__item {
    flex: 1;
    margin: 0 0 36px
}

.option__item-col1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.option__item-col1 > * {
    margin: 0 8px
}

.option__item-input-w {
    position: relative;
}

.option__item-tooltip {
    position: absolute;
    top: 12px;
    border-bottom: 0;
    right: -12px;
    width: 14px;
    height: 14px;
    background: var(--blue-tone-1);
    border-radius: 50%;
    color: #fff;
    font-weight: bold;
    transform: translate(50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
}

.tooltipster-sidetip .tooltipster-box.tooltipster-box {
    background: var(--blue);
    border-color: var(--blue);
    opacity: 0.8;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background.tooltipster-arrow-background {
    border-right-color: var(--blue);
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border.tooltipster-arrow-border {
    border-right-color: var(--blue)
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow.tooltipster-arrow {
    left: -2px;
    opacity: 0.9;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border.tooltipster-arrow-border {
    border-left-color: var(--blue);
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background.tooltipster-arrow-background {
    border-left-color: var(--blue)
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow.tooltipster-arrow {
    opacity: 0.9
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow.tooltipster-arrow {
    right: -2px
}

.option__item-input {
    border-bottom: 2px solid var(--red-tone-1);
    width: 42px;
    padding: 6px;
    font-size: 16px;
    text-align: center
}

.option__item-description-w {
    position: absolute;
    top: 5px;
    right: calc(-100% - 20px);
    transform: translate(50%, -50%);
    max-width: 230px;
    background: var(--violet);
    opacity: 0.8;
    border-radius: 10px;
    font-size: 12px;
    color: #fff
}

.option__item-description {
    position: relative;
    padding: 10px
}

.option__item-description::before {
    content: '';
    position: absolute;
    left: 0px;
    transform: translateX(-100%);
    top: 23px;
    border: 20px solid transparent;
    border-right: 20px solid var(--violet);
}

.option__item .noUi-horizontal .noUi-handle {
    border-radius: 50%;
    width: 24px;
    height: 24px;
    background: var(--blue-tone-1);
    border: 6px solid #fff;
    box-shadow: 0px 0px 15px 0px #0000000D;
    box-shadow: 0px 4px 4px 0px #0000000D;
}

.option__item .noUi-handle {
    cursor: pointer;
}

.option__item .noUi-handle:focus {
    outline: none
}

.option__item .noUi-connects {
    background: #E5E5E7
}

.noui__mod-violet .noUi-connect {
    background: var(--blue-tone-1);
}

.noui__mod-green .noUi-connect {
    background: var(--blue-tone-1);
}

.noui__mod-orange .noUi-connect {
    background: var(--blue-tone-1);
}

.option__item-col2.noUi-target {
    height: 12px;
    border: none;
}

.noUi-handle:after {
    display: none !important
}

.noUi-handle:before {
    display: none !important
}

.option__item-name {
    position: relative
}


/*reklama*/
.rek {
    padding-top: 40px;
    padding-bottom: 50px;
    position: relative
}

.rek_bg {
    position: absolute;
    top: -200px;
    left: -100px;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 1029px;
    height: 960px;
}

.rek_title {
    color: #242424;
    font-size: 25px;
    max-width: 630px;
    line-height: 28px;
    margin-bottom: 35px
}

.rek_title span {
    color: var(--violet);
    font-weight: bold;
}

.rek__right {
    flex: 1;
}

.station .rek__right {
    order: -1;
    margin: 0;
}

.rek__content {
    display: flex;
    justify-content: space-between;
    margin: 0 -40px 40px 0px;
}

.rek__content2--style .price__hidden {
    padding: 0;
    margin-bottom: 40px
}

.rek__content2-total-inner {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    min-height: 80%;
    margin: 34px 0;
}

.rek__content2-total-inner .radio__btn {
    max-width: fit-content;
    padding: 10px 62px;
}

.rek__content2-total {
    position: relative;
    padding: 24px 36px;
    background: #f7f7f7;
    border-radius: 15px;
    color: #000;
    margin-bottom: 30px;
    max-width: 640px;
    width: 100%;
}

.rek__content2-total .total {
    color: #282D3C;
    font-size: 28px;
    line-height: 42px;
    margin-bottom: 52px
}

.banner__worker {
    position: absolute;
    bottom: 0;
    right: 0;
}

.rek__content > * {
    margin: 0 40px
}

.rek__item {
    width: 100%;
    max-width: 100%;
    min-width: 186px;
    display: flex;
    flex-direction: column;
    margin: 0;
    color: #fff;
    padding: 16px;
    border-radius: 16px;
}

.rek__item-title {
    font-weight: 600;
}

.rek__left-img {
    position: relative;
    height: 370px;
    width: 636px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.rek__left-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.rek__left-img-w {
    width: 100%;
    height: 100%;
    border: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 36px;
}

.rek__left-img-inner {
    display: flex;
    flex-direction: column;
    align-items: center
}

.rek__left-img-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.rek__item-w {
    display: flex;
    gap: 22px;
    flex-wrap: wrap;
    margin-bottom: 56px
}

.rek__item-desc, .rek__item-desc p {
    display: flex;
    gap: 8px;
    align-items: center;
    font-size: 12px;
    line-height: 16px;
    margin: 0;
    margin-top: 10px
}

.rek__item-desc {
    max-width: 194px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.rek__item-inner {
}

.rek__text {
    margin-bottom: 36px;
    color: #5b5b5b;
    font-size: 16px;
}

.rek__text span {
    font-family: 'Proxima Nova', sans-serif !important;
}

.rek__text p {
    font-family: 'Proxima Nova', sans-serif !important;
}

.rek__item-icon {
    width: 50px;
    height: 50px;
    margin: 0 auto
}

.rek__item-icon img {
    max-width: 50px;
    width: 100%;
    max-height: 50px;
    height: 100%;
    flex: 0 0 auto
}

.rek__content2-price {
    color: var(--orange);
    font-weight: bold;
    font-size: 36px;
}

.rek__item.gray {
    background: var(--gray-1);
}

.rek__item.red {
    background: var(--red-tone-1);
}

.rek__item.blue {
    background: var(--blue-tone-1);
}

/*parent radiostations*/
.parent-r__radiostation {
    display: flex;
    flex-wrap: wrap
}

.parent-r__radiostation .rek__left-img-w {
    position: relative;
    top: initial;
    left: initial;
    transform: none;
    margin: 30px
}

/*rating progress bar*/
.progress-pie-chart {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-color: #E5E5E5;
    position: relative;
}

.progress-pie-chart.gt-50 {
    background-color: var(--violet);
}

.ppc-progress {
    content: "";
    position: absolute;
    border-radius: 50%;
    left: calc(50% - 100px);
    top: calc(50% - 100px);
    width: 200px;
    height: 200px;
    clip: rect(0, 200px, 200px, 100px);
}

.ppc-progress .ppc-progress-fill {
    content: "";
    position: absolute;
    border-radius: 50%;
    left: calc(50% - 100px);
    top: calc(50% - 100px);
    width: 200px;
    height: 200px;
    clip: rect(0, 100px, 200px, 0);
    background: var(--violet);
    transform: rotate(60deg);
}

.gt-50 .ppc-progress {
    clip: rect(0, 100px, 200px, 0);
}

.gt-50 .ppc-progress .ppc-progress-fill {
    clip: rect(0, 200px, 200px, 100px);
    background: #E5E5E5;
}

.ppc-percents {
    content: "";
    position: absolute;
    border-radius: 50%;
    left: calc(50% - 173.9130434783px / 2);
    top: calc(50% - 173.9130434783px / 2);
    width: 173.9130434783px;
    height: 173.9130434783px;
    background: #fff;
    text-align: center;
    display: table;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.ppc-percents span {
    display: block;
    font-size: 2.6em;
    font-weight: bold;
    color: #242424;
}

.pcc-percents-wrapper {
    display: table-cell;
    vertical-align: middle;
}

.rating__item-w .progress-pie-chart {
    width: 155px;
    height: 155px;
    border-radius: 50%;
    background-color: #E5E5E5;
    position: relative;
}

.rating__item-w .progress-pie-chart.gt-50 {
    background-color: var(--violet);
}

.rating__item-w .ppc-progress {
    content: "";
    position: absolute;
    border-radius: 50%;
    left: calc(50% - 77.5px);
    top: calc(50% - 77.5px);
    width: 155px;
    height: 155px;
    clip: rect(0, 155px, 155px, 77.5px);
}

.rating__item-w .ppc-progress .ppc-progress-fill {
    content: "";
    position: absolute;
    border-radius: 50%;
    left: calc(50% - 77.5px);
    top: calc(50% - 77.5px);
    width: 155px;
    height: 155px;
    clip: rect(0, 77.5px, 155px, 0);
    background: var(--violet);
    transform: rotate(60deg);
}

.rating__item-w .gt-50 .ppc-progress {
    clip: rect(0, 77.5px, 155px, 0);
}

.rating__item-w .gt-50 .ppc-progress .ppc-progress-fill {
    clip: rect(0, 155px, 155px, 77.5px);
    background: #E5E5E5;
}

.rating__item-w .ppc-percents {
    content: "";
    position: absolute;
    border-radius: 50%;
    left: calc(50% - 134.7826086957px / 2);
    top: calc(50% - 134.7826086957px / 2);
    width: 134.7826086957px;
    height: 134.7826086957px;
    background: #fff;
    text-align: center;
    display: table;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.rating__item-w .ppc-percents span {
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: var(--black);
}

.rating__item-w .pcc-percents-wrapper {
    display: table-cell;
    vertical-align: middle;
}

/*rating*/
.wowhidden {
    visibility: hidden
}

.rating__item-w {
    display: flex;
    flex-wrap: wrap;
    margin: -20px;
}

.rating__item-w .rating_progress {
    position: relative;
    transform: none;
    top: 0;
    left: 0
}

.rating__item {
    width: 25%;
    border: 20px solid transparent;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: inherit;
    transition: .3s
}

.rating__item:hover {
    color: var(--violet)
}

.rating__item span {
    font-size: 18px;
}

.rating_progress {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%)
}

.rating__item-img {
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center
}

.rating__count-style, .rating__name {
    font-weight: bold;
}

.rating__item-img-block1 {
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.rating__item-img-block1-na {
    padding: 38px 0;
    font-size: 50px;
    font-weight: bold;
}

/*more-rating*/
.more-rating .container {
    border-top: 2px solid var(--light_grey);
    padding: 40px 15px
}

.more-rating__content {
    margin-bottom: 30px;
    text-align: center;
}

.more-rating__slider .owl-prev, .more-rating__slider .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.more-rating__slider .owl-prev i, .more-rating__slider .owl-next i {
    font-size: 40px;
    color: var(--violet);
}

.more-rating__slider .owl-next {
    left: initial;
    right: 0
}

/* price */
.transition {
    transition: .4s
}

.price .price__form-cost {
    position: relative
}

.price .price__form-cost::before {
    content: "\f104";
    color: var(--orange);
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -12px;
    font-family: 'Fontawesome';
    animation: left-right 0.8s infinite alternate;
}

.gallery-preload i {
    animation: gallery-preload-rotate 5s linear 0s infinite;
    margin-left: 5px;
}

@keyframes left-right {
    0% {
        transform: translateX(0)
    }
    100% {
        transform: translateX(-10px)
    }
}

.price {
    display: flex;
    margin: 0 -21px;
}

.price > * {
    margin: 0 21px
}

.price__main {
    max-width: 980px;
    width: 100%;
    font-size: 14px;
}

.price__cost {
    padding-bottom: 10px;
}

.price__form-w {
    max-width: 382px;
    min-width: 382px;
}

.price__item__mobile {
    display: none;
}

.price__item.price__item--no-hover {
    text-decoration: none;
    color: inherit;
    padding: 16px 16px;
}

.price__main-bot .price__item:not(.price__item--no-hover) {
    padding: 16px 16px;
    border-bottom: 1px solid var(--gray3);
    border-top: 1px solid var(--gray3);
    border-left: 1px solid var(--white);
    border-right: 1px solid var(--white);
    cursor: pointer;
    transition: all 0.2s ease;
}

.price__main-bot .price__item:first-child {
    border-top: 1px solid var(--white);
}

.price__item-img-w {
    width: 64px;
    height: 64px;
    box-shadow: 0px 4.038461685180664px 8.076923370361328px 0px #00000014;
    display: flex;
    justify-content: center;
    align-items: center;
    /*margin-right: 16px;*/
    overflow: hidden;
    flex: 0 0 auto;
    background: #fff;
    border-radius: 16px;
    transition: transform 0.2s;
}

.price__item-img-w__container {
    width: 64px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 16px;
    overflow: hidden;
    flex: 0 0 auto;
    background: #fff;
    border-radius: 16px;
}

.price__item-img-w img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.price__item-img-w__container:hover .price__item-img-w {
    transform: scale(240%);
    position: absolute;
    margin-left: 3%;
}

.price__item-banner {
    padding: 0 28px;
    margin: 15px 0;
    cursor: pointer;
}

.price__item-banner__img {
    border-radius: 30px;
    overflow: hidden;
}

.price__item-banner__img img {
    display: block;
}

.price__item-banner__img--mobile {
    display: none !important;
}

.price__main-bot .price__item:hover:not(.price__item--no-hover) {
    border: 1px solid var(--gray2);
    border-top: 1px solid var(--gray2);
    background: var(--gray4);
    border-radius: 16px;
}

.price__main-top {
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--gray4);
}

.price__main-top > * {
    flex: 2;
    font-size: 16px;
    color: var(--black);
    padding: 20px 10px;
    text-align: center;
    cursor: pointer
}

.price__main-edit {
    display: flex;
    padding: 18px;
    border-radius: 5px 5px 0 0;
    justify-content: center;
}

.price__main-edit > * {
    flex: 2;
    border: 10px solid transparent;
    text-align: center
}

.price__main-bot {
    overflow: hidden;
}

.videoscreen__get-list--more{
    background-color: var(--violet-main);
    height: 40px;
    padding: 0 16px;
    border-radius: 16px;
    color: white;
    margin: 16px auto 32px;
    display:block;
}

.videoscreen__get-list--pagination__container {
    display: flex;
    justify-content: center;
    margin: 16px auto 32px;
}

.videoscreen__get-list--pagination:first-child {
    border-bottom-left-radius: 16px;
    border-top-left-radius: 16px;
}

.videoscreen__get-list--pagination:not(:first-child) {
    border-left: 1px solid var(--light_viol);
}

.videoscreen__get-list--pagination:last-child {
    border-bottom-right-radius: 16px;
    border-top-right-radius: 16px;
}

.videoscreen__get-list--pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: var(--violet-main);
    color: white;
    cursor: pointer;
    transition: background-color 0.2s;
    font-size: 16px;
}

.videoscreen__get-list--pagination:hover {
    background-color: var(--violet);
}

.videoscreen__get-list--pagination.selected {
    background-color: var(--light_viol);
}

.price__item-more {
    color: var(--blue);
    cursor: pointer;
    white-space: nowrap
}

.price__item-wrapper {
    display: flex;
    text-align: center;
    align-items: center;
}

.price__item-wrapper > * {
    flex: 2;
    margin: 0 10px;
}

.price__item-inner .price__item-name {
    display: flex;
    align-items: center;
    flex: 4
}

.price__item-inner .price__item-name .name {
    text-decoration: underline;
    text-underline-offset: 2px;
}

.price__item .name {
    text-align: left
}

.price__item-banners ul li:after {
    content: '\f111';
    color: #a6a5a6;
}

.price__item-banners ul li.slick-active:after {
    color: var(--violet);
}

.price__item-banners .slick-slide:focus {
    outline: unset;
}

.price__more {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 -15px
}

.price__more > * {
    margin: 0 15px
}

.price__more-result {
    color: var(--red-tone-1);
    font-size: 16px;
    white-space: nowrap
}

.price__cost-caption {
    margin-bottom: 6px
}

.price__cost-title {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 30px
}

.price__cost-subtitle {
    color: var(--grey);
}

.price__form .price__item-img-w {
    margin: 5px
}

.price__form {
    padding: 26px;
    border-radius: 16px;
    background: var(--gray4);
}

.main__logo {
    max-width: 212px;
}

.station.price__form {
    max-width: 380px;
    padding: 26px 21px;
    border-radius: 16px;
    background: var(--blue-tone-1);
    color: #fff;
}

.station.price__form a {
    color: #fff;
}

.price__form-inputs {
    margin: -3px 0;
}

.price__form-inputs > * {
    width: 100%;
    outline: none;
    border-radius: 3px;
    margin: 3px 0;
    font-size: 16px;
}

.price__form-inputs .formItem {
    padding: 16px;
    font-size: 16px;
    color: var(--gray0);
    border-radius: 16px;
    border: 1px solid #ACACAC;
}

.price__form-inputs .formItem[type="text"] {

}

.price__form-inputs .formItem.textarea {
    margin-top: 18px;
    padding: 16px;
    border: 2px solid var(--gray-1);
    border-radius: 16px;
}

.station .price__form-inputs .formItem {
    color: #fff;
    background: inherit;
    border-bottom: 2px solid #fff;
}

.station .formItem::placeholder {
    color: #fff;
}

.price__form-title {
    font-size: 28px;
    line-height: 120%;
    font-weight: 600;
    /*margin-bottom: 25px;*/
    color: var(--black)
}

.price__form-subtitle {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    color: var(--gray1)
}

.price__form-label {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    color: var(--gray0);
    margin-top: 24px;
}

.station .price__form-title {
    font-size: 28px;
    line-height: 42px;
    font-weight: 600;
    margin-bottom: 25px;
    color: #fff;
}

.price__form-cost {
    font-size: 36px;
    font-weight: bold;
    color: var(--orange);
    text-align: center;
    margin-bottom: 24px
}

.price__form-radoistation {
    font-weight: 600;
    margin-bottom: 24px;
    margin-top: 24px;
}

.price__form-radoistation-title {
    color: #000
}

.price__form-input-w {
    margin-bottom: 20px;
}

.price__main-top-name {
    flex: 4;
}

.price__main-checked {
    flex: 0;
    margin-right: 0;
    position: relative;
    height: 30px;
    width: 30px;
    flex: 0 0 auto;
}

.price__main-checked input {
    position: relative;
    z-index: 2;
    height: 100%;
    width: 100%;
    opacity: 0;
}

.price__form-radoistation-imgs {
    display: flex;
    flex-wrap: wrap
}

.basket-wrapper i {
    color: var(--violet-dark);
    background-color: var(--white);
    transition: background-color 0.2s, color 0.2s;
    border-radius: 50%;
}

.basket-svg__active i {
    color: var(--white);
    background-color: var(--violet-dark);
}

.basket-wrapper {
    right: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 0;
}

/* price__hidden скрытый блок */
.price__hidden {
    padding: 28px
}

.price__hidden-col1-w {
    margin: -4px 0;
    margin-bottom: 46px;
}

.price__hidden-col {
    display: flex;
    justify-content: space-between;
    margin: 4px -2px
}

.price__hidden-col > * {
    background: #e1e1fe;
    flex: 1;
    margin: 0 2px;
    display: flex;
    justify-content: center;
    align-items: center
}

.price__hidden-btn {
    background: #7f7cff;
    width: 200px;
    padding: 18px 0;
    display: flex;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    border-radius: 3px 0 0 3px;
    flex: 0 0 auto
}

.price__hidden-subtitle {
    font-weight: bold;
    margin-top: 20px;
}

.price__hidden-subtitle2 {
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 15px;
}

.price__hidden-desc-w {
    display: flex;
    font-size: 14px;
    justify-content: space-between;
    margin-top: 19px;
    font-weight: bold;
}

.price__hidden-col2-w {
    margin-bottom: 35px;
}

.price__hidden-subdesc {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 42px 36px;
    border-radius: 16px;
    background: var(--gray-3)
}

.price__hidden-subdesc > * {
    margin: 0 21px
}

.price__main-top-link.j-sort.clicked .price_sort.active i {
    transform: rotate(180deg);
    color: var(--violet);
}

.price__main-top-link.j-sort .price_sort.active i {
    color: var(--blue-tone-1);
}

.price__main-top-link .price_sort i {
    color: var(--gray2);
}

/*slider*/
html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
    transform: translateX(-50%)
}

/* question */
.question {
    padding: 82px 0
}

.question:hover {
    text-decoration: none
}

.question .title_desc {
    margin: initial;
    max-width: 100%;
}

.question__item {
    max-width: 1000px;
}

.question__item:nth-child(even) {
    margin-left: auto
}

.question__item-w {
    margin: -60px 0
}

.question__item-w h2 {
    color: #1d1d1d;
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 16px;
    border-bottom: 2px solid #C6203D;
    margin-bottom: 32px;
    max-width: fit-content;
    margin-left: 0;
}

.question__item-w p {
    color: #1d1d1d;
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 48px;
}

.question__item {
    margin: 60px 0
}

.question__item:nth-child(even) .title,
.question__item:nth-child(even) .title_desc {
    text-align: right;
}

.question__item:nth-child(odd) .title,
.question__item:nth-child(odd) .title_desc {
    text-align: left;
}

/*contact*/
.contact .radio__btn-w label {
    margin: unset;
}

.contact .container {
    background: linear-gradient(90deg, #D798F3 10.64%, #AAD3FF 71.11%);
    padding: 53px 68px;
    border-radius: 16px;
}

.contact .contact__caption {
}

.contact-wrapper .contact__caption {
    text-align: left
}

.contact .contact-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 48px;
    position: relative;
    margin-bottom: 36px;
}

.contact .contact-wrapper:before {
    content: url("./imgs/testImgs/smorodina_bg_logo.svg");
    position: absolute;
    top: 10%;
    right: 15%;
    z-index: 1;
}

.contact .contact-wrapper .contact__right {
    position: relative;
    z-index:3
}

.contact__caption {
    margin-bottom: 60px
}

.contact__caption .title {
    font-size: 28px;
    line-height: 42px;
}

.contact .title {
    text-align: initial;
    margin-bottom: 34px
}

.contact .subtitle {
    font-size: 16px;
    line-height: 27px;
    color: var(--gray-1);
    max-width: 500px;
}

.contact__title {
    font-size: 40px;
    line-height: 60px;
    color: #1d1d1d;
    font-weight: 700;
    text-transform: uppercase;
    font-weight: bold
}

.contact__title span {
    color: var(--violet);
}

.contact__title .letter {
    letter-spacing: 17px
}

.contact__form {
    max-width: 478px;
    height: 100%;
}

.contact__form.videoroliki__form {
    width: 45%;
}

.contact__form .price__form-input-w {
    margin: 0
}

.contact__form textarea {
    resize: none;
    height: 90px
}

.contact__form-title {
    margin-bottom: 6px;
    margin-top: 38px;
    color: var(--gray-1);
    font-weight: bold;
}

.contact .contact__content > div {
    text-transform: uppercase;
    color: var(--violet-main);
    font-size: 18px;
    line-height: 150%;
    margin-top: 10px;
}
.contact .contact__content a {
    color: var(--violet-main);
    font-size: 40px;
    line-height: 150%;
    font-weight: 700;
    text-decoration: none;
}

.contact__left {
    width: 100%;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.contact .left__top_part {
    height: 100%;
}

.contact__flex_wrapper {
    display: flex;
    column-gap: 8px;
    row-gap: 16px;
    align-items: center;
    background-color: #fff;
    border-radius: 16px;
    justify-content: space-between;
    padding: 16px;
    height: 100%;
    position: relative;
    z-index: 3;
}

.v-line {
    height: 100%;
    width: 1px;
    background-color: var(--gray2);
}

.contact__flex_wrapper > .contact__flex_wrapper-item:nth-child(even) {
    border-right: 1px solid var(--gray2);
    border-left: 1px solid var(--gray2);
}

.contact__flex_wrapper-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.contact__flex_wrapper-item .value {
    text-align: center;
}

.contact__flex_wrapper-item .title {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0em;
    color: #1d1d1d;
    margin-bottom: 0;
}

.contact__flex_wrapper-item a {
    color: var(--gray-1);
    font-size: 16px;
    line-height: 27px;
}

.contact__phone {
    display: flex;
    gap: 24px;
    align-items: center;
    color: var(--blue-tone-1);
    transition: all 0.2s ease;
    margin-bottom: 44px;
}

.contact__phone div {
    font-size: 28px;
    line-height: 42px;
    font-weight: 600;
}

.contact__phone_icon {
}

/*representation*/
.representation {
    padding: 40px 0;
}

.representation__item-img {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    overflow: hidden;
    flex: 0 0 auto
}

.representation__item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.representation__item-w {
    display: flex;
    justify-content: space-between;
    gap: 16px;
}

.representation__item {
    display: flex;
    align-items: center;
    gap: 24px;
    margin: 0;
    max-width: 460px;
    width: 100%
}

.representation__item span {
    font-weight: bold;
}

.representation__item .title {
    margin-bottom: 0px;
    text-align: left
}

.representation__work {
    color: var(--blue-tone-1);
    font-size: 14px;
}

.representation__item-caption {
    margin-bottom: 0px;
}

.representation__item-tel, .representation__item-email {
    display: flex;
    align-items: center;
    gap: 10px;
}

.representation__item-tel .content, .representation__item-email .content {
    color: var(--gray-1)
}

/*contact__cities*/
.contact__cities {
    padding: 40px 0;
}

.contact__cities-w {
    display: flex;
    overflow-y: auto;
}

/* footer */
.footer {
    position: relative;
    padding: 16px 0 0 0;
    color: var(--gray0);
    z-index: 1;
}

.footer__bg{
    filter: grayscale(75%);
    opacity: 0.1;
}

.footer__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.footer .container {
    display: flex;
    justify-content: space-between;
    padding-bottom: 16px;
    z-index: 3;

    flex-direction: column;
}

.footer__tel__container {
    display: flex;
    column-gap: 36px;
}

.footer__contacts {
    display: flex;
}

.footer__contacts > * {
    margin: 0 25px
}

.footer__contacts i, .footer .logo_title {
    color: var(--light_viol);
}

.footer-nav__title {
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 17px;
}

.footer .rhead__menu-w {
    margin-bottom: 22px
}

.footer .rhead__menu-w a {
    color: var(--gray1)
}

.footer__tel {
    display: flex;
    flex-direction: column;
}

.footer .logo_icon::before, .footer .logo_icon::after {
    filter: invert(100%);
}

.footer .logo_subtitle {
    color: var(--gray0);
}

.footer .rhead__item a {
    color: var(--gray0);
}

.footer .rhead__item.tel-w {
    flex-direction: column;
    align-items: flex-start;
}

.footer .rhead__item > * {
    margin: 0;
}

.footer__contacts .dash {
    border-bottom: 1px dashed #fff;
}

.fmenu__links {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 36px;
    row-gap: 16px;
}

.fmenu__links-item a {
    color: var(--gray1);
    font-size: 18px;
    text-decoration: none;
}

.fmenu__links-item.selected {
    border-bottom: 2px solid var(--violet-main);
}

.fmenu__links-item.selected a {
    color: var(--gray0);
    font-weight: bold;
}

/* Стили для модальных окон*/
.modal-style-radio .dimodal-hide {
    border-top-right-radius: 16px;
    background-color: var(--violet-main);
    color: #fff;
}

.dimodal .dimodal-hide {
    transform: unset;
    background: var(--violet-main);
    border-top-right-radius: 16px;
    top: -0.3px;
}

.modal-style-select-city .dimodal-hide {
    display: none
}

.modal-style-default {
    padding: 30px;
    background: var(--white);
    border-radius: 16px;
    box-shadow: 1px 1.732px 40px 0px rgba(56, 142, 226, 0.16);
    max-width: 1000px;
    width: 100%
}

.modal-style-default.modal-videoscreen {
    max-width: 1400px;
    width: 80vw;
    /*max-height: 90vh;*/
    overflow: hidden;
}

.modal-style-default.modal-call {
    min-width: 700px;
    width: 100%
}

.modal-style-default .modal__title {
    font-size: 22px;
    text-align: center;
    margin-bottom: 10px;
}

.modal-style-default .modal__textarea {
    resize: none;
    height: 90px;
}

.modal-style-default .modal__row {
    margin-top: 24px;
}

.modal-style-default .modal__row .modal__field-title {
    margin-bottom: 8px;
}

.modal-style-cities {
    padding: 40px;
    max-width: 1030px;
}

.modal-style-cities-w {
    display: flex; /*flex-wrap: wrap;*/
    margin: -10px;
    overflow-x: auto;
    padding-top: 10px;
}

.modal-style-cities-w > * {
    border: 10px solid transparent
}

.modal-style-cities .select-city__item {
    min-width: 220px;
}

.modal-style-cities .select-city__item a {
    color: #636363;
}

.modal-style-cities.modal-style-default .modal__title {
    text-align: start;
}

.modal_cities__autocomplete {
    margin-top: 16px;
}

.modal-style-cities [type="text"] {
    font-family: unset;
    font-size: 16px;
}

.modal_cities__autocomplete input[type="text"] {
    border-bottom: unset;
    border-radius: 16px;
    border: 1px solid var(--gray2);
    background-color: var(--white);
}

.modal-messenger {
    min-width: 600px;
    background: #fff;
    width: 100%;
}
.modal-messenger .modal__title {
    margin-bottom: 32px;
}
.modal-messenger .main-form__title-text {
    font-size: 24px;
    font-weight: 600;
}
.modal-messenger .modal__contents {
    background: #f7fafb;
    border-radius: 15px;
    padding: 16px 32px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.modal-messenger__relative-container {
    position: relative;
    width: 100%;
}

.modal-messenger__description {
    color: #1a1a1a;
    position: relative;
    background: #f7fafb;
    margin: 32px auto;
    padding: 8px 16px;
    font-size: 18px;
    z-index: 1;
    max-width: fit-content;
}

.modal-messenger img {
    padding: 16px;
    border-radius: 15px;
    background: #fff;
    margin: 0 auto;
    display: block;
}

.modal-messenger__relative-container:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #1a1a1a;
    transform: translateY(-50%);
}

@media screen and (max-width: 1000px) {
    .modal-messenger {
        min-width: auto;
    }

    .modal-messenger .modal__contents {
        margin-bottom: 24px;
        padding: 0;
        background: transparent;
    }

    .modal-messenger__description {
        width: 100%;
        background: transparent;
        text-align: center;
    }

    .modal-messenger__relative-container:before {
        display: none;
    }

    .modal-messenger__qrcode-wrapper {
        display: none;
    }
}

.chat-button-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
}

.chat-button {
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: center;
}

@media screen and (max-width: 1000px) {
    .only-desktop {
        display: none;
    }
}

/* Стили для выбора городов*/
.select-city__item a {
    padding: 0 5px;
}

.select-city__item a {
    width: 100%;
    display: block;
    transition: 0.4s;
    font-size: 14px;
    line-height: 250%;
    text-underline-offset: 2px;
}

.select-city__item a:hover {
    background: var(--violet-light);
}

.select-city__item.active {
    background: var(--violet-light);
}

/*stock акции*/
.stock {
    padding: 40px 0;
}

.stock__item-w {
    display: flex;
    margin: -10px
}

.stock__item {
    width: 33.33%;
    border: 10px solid transparent;
    cursor: pointer;
    border-radius: 20px;
    overflow: hidden
}

.stock__item img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.stock__item-hidden {
    display: none
}

/* Видеоролики*/
.videoroliki__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.videoroliki__item {
    width: 100%;
    margin-bottom: 36px;
    border-radius: 16px;
    background: var(--gray4, #F9F9F9);
    padding: 36px;
}

.videoroliki__item .logo_icon {
    width: 50px;
    height: 50px;
}

.videoroliki__item .logo_icon:before, .videoroliki__item .logo_icon:after {
    display: none
}

.videoroliki__title {
    margin-bottom: 20px;
}

.videoroliki__text {
    display: flex;
    gap: 24px;
    align-items: center;
}

.videoroliki__price {
    padding: 10px 62px;
    border: 1px solid var(--violet-main);
    color: var(--violet-main);
    border-radius: 16px;
    display: inline-block;
    font-size: 20px;
}

.videoroliki__price.mobile {
    display: none;
}

.videoroliki__price span {
    font-weight: bold;
    color: var(--violet-main);
    font-size: 24px;
}

.videoroliki__edit-text, .videoroliki__edit-text p {
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}

.videoroliki__item-audio {
    display: flex;
    align-items: center;
}

.videoroliki__item-audio-title {
    margin-bottom: 10px;
    margin-right: 15px;
    width: 225px;
}

.videoroliki__container {
    margin-top: 32px
}

.videoroliki__container,
.videoroliki__container p,
.videoroliki__editor .cke_editable,
.videoroliki__editor .cke_editable p {
    display: flex;
    column-gap: 5%;
    row-gap: 36px;
}

.videoroliki__container p, .videoroliki__editor p {
    margin: 0;
}

.videoroliki__item-video video,
.ckeditor-html5-video video,
.videoroliki__editor iframe,
.videoroliki__container iframe {
    width: 100%;
    border-radius: 16px;
    justify-content: space-between;
    flex-wrap: wrap;
    height: 100%;
    object-fit: cover;
}

.ckeditor-html5-video {
    max-width: 30%;
}

.videoroliki__content-w {
    display: flex;
    justify-content: space-between;
    gap: 16px;
}

.videoroliki__text-title {
    font-size: 28px;
    font-weight: bold;
    color: var(--gray0);
}

.videoroliki__description, .videoroliki__description p {
    margin: 16px 0;
    color: var(--gray0);
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
}

/*federal*/
.federal__col1 {
    display: grid;
    grid-gap: 40px;
    grid-template-columns: auto auto;
    justify-content: flex-start;
    margin-bottom: 25px
}

.federal__col1 .col2 {
    font-size: 20px;
}

.federal__col1 > * > div:first-child {
    visibility: hidden
}

.federal__col1 > .active .col2,
.federal__col1 > .active > div:first-child {
    visibility: visible;
    color: var(--blue-tone-1);
}

.federal__col1 > .active .col2 {
    border-bottom: 1px solid;
    font-weight: bold;
}

.federal__col1 > * > div:first-child {
    margin-right: 10px;
    font-size: 38px;
}

.federal__col1 > * {
    display: flex;
}

.federal .rek__right .title {
    text-align: left
}

.federal__col2-block1 {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-gap: 45px;
    margin-bottom: 45px
}

.federal__col2-block1 .radio__btn {
    padding: 4px 33px;
    font-size: 14px;
}

.federal__col2-radiobtn {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: flex-start;
    grid-gap: 30px;
    font-size: 20px;
    font-weight: bold;
}

.get__radiostation-w {
    display: none;
    box-shadow: 0px 0px 16.74px 1.26px rgba(127, 124, 255, 0.27);
    padding: 20px;
    margin-bottom: 50px
}

.station__children {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: flex-start;
    align-items: center;
    grid-gap: 20px;
    font-size: 14px;
}

.federal__city-w {
    padding: 20px
}

.federal__map {
    height: 350px;
    display: none
}

.federal__map.active {
    display: block;
}

.federal__city-item-inner.active {
    display: grid
}

.federal__col2-radiobtn .active {
    color: var(--blue-tone-1);
}

.federal__col2-radiobtn .active i {
    visibility: visible
}

.federal__col2-radiobtn > * {
    cursor: pointer;
    display: flex;
    align-items: center
}

.federal__col2-radiobtn > * i {
    font-size: 24px;
    margin-right: 5px;
    visibility: hidden
}

.federal__frequency,
.federal__price_second {
    white-space: nowrap;
    text-align: right
}

.federal__frequency {
    font-size: 12px;
    color: grey
}

.federal__city-item-inner {
    display: none;
}

.federal__city-item-w {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 60px;
}

.federal__city-item-w a {
    color: #000
}

.federal__city-item-w > * {
    line-height: 2.3rem
}

.federal__link-name {
    font-weight: bold;
}

.federal__link {
    font-size: 14px;
}

.character_bold {
    font-weight: bold;
    font-size: 22px;
    margin-top: 6px
}

.get__radiostation-col,
.get__radiostation-one {
    display: none
}

.get__radiostation-col.active,
.get__radiostation-one.active {
    display: block
}

.federal__col-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.federal__input-w input {
    border: none;
    border-bottom: 1px solid;
    box-shadow: none;
    font-size: 16px;
}

.federal__input-w input:focus {
    border-bottom: 1px solid;
    box-shadow: none
}

.federal__city-list-w {
    position: relative
}

.federal__city-list-w .modal-style-cities-w {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    background: #fff;
}

.mediaplan-city-style {
    resize: none;
    height: 80px
}

.federal-select-city {
    cursor: pointer;
    border-bottom: 1px solid;
    color: var(--blue-tone-1);
    font-weight: bold;
}

.unfocus-style.active .federal__input-w {
    color: #7f7cff;
    font-weight: bold;
}

.unfocus-style.active .federal__input-w input {
    font-weight: bold;
}

.select-city > * {
    cursor: pointer
}

.federal__title-price-mob {
    display: none
}

/*мобильное меню*/
.mobile-wrap {
    position: fixed;
    display: flex;
    top: 0;
    right: 0
}

.header-mobile {
    background: #fff;
    display: none;
    padding: 5px 0;
    margin: 0 auto;
    max-width: 800px;
    width: 100%;
}

.header-mobile .container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center
}

.header-mobile__logo-w {
    height: 50px
}

.header-mobile__logo-w img {
    height: 100%;
}

.header-mobile .tel {
    padding: 5px
}

.header-mobile__btn-w {
    display: flex;
}

.mobile__menu-city-w {
    padding-bottom: 15px;
    margin-bottom: 10px;
    border-bottom: 1px solid var(--light_grey)
}

.mobile__menu-city-w .rhead__item {
    justify-content: normal
}

.mobile__menu-contact .rhead__item {
    justify-content: normal;
    margin-bottom: 10px
}

.mobile__menu-contact .rhead__item:last-child {
    margin-bottom: 15px
}

.mobile__menu-contact .radio__btn {
    padding: 10px 17px;
}

.mobile__menu-city {
    font-weight: bold;
    margin-bottom: 5px
}

.header-mobile__menu-btn {
    width: 55px;
    height: 55px;
    background: var(--blue-tone-1);
    display: none;
    justify-content: center;
    align-items: center;
    color: #fff;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 2000;
    text-decoration: none;
}

.header-mobile__menu-btn i {
    font-size: 38px;
    color: #fff
}

.header-mobile__tel-btn {
    right: 56px
}

.header-mobile__menu {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 1000;
    background: #fff;
    font-size: 18px;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    transform: translateX(-5000px);
    transition: .3s;
    position: fixed;
    top: 0;
    left: 0;
    right: 155px;
    bottom: 0;
    padding: 30px;
}

.header-mobile__menu .title {
    text-align: left;
    margin-bottom: 10px
}

.header-mobile__menu .contact__caption {
    margin-bottom: 15px;
    border-bottom: 1px solid var(--light_grey);
    padding-bottom: 20px
}

.header-mobile__menu .rhead__menu-w a {
    padding: 20px
}

.header-mobile__menu .rhead__menu-w > * {
    padding: 0;
}

.mobile-menu--active {
    z-index: 1000;
    transform: translateX(0)
}

.header-mobile.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000
}

.no-scroll {
    height: 100%;
    width: 100%;
    overflow: hidden !important;
}

/*фикс для сафари*/
.header-mobile__menu .footer__item-w {
    font-size: 18px
}

.header-mobile__menu .footer__item {
    max-width: 100%
}

.header-mobile__menu-col1 {
    background: #00174b;
    position: relative;
    padding: 10px;
    z-index: 5
}

.header-mobile__menu-col1::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: inherit;
    z-index: -1;
    bottom: 0;
    transform-origin: left bottom;
    transform: skewY(1.5deg);
    left: 0;
    right: 0;
}

.header-mobile__menu-col1 span {
    color: #fff
}

.header-mobile__menu-col1 a:last-child {
    border: none
}

.header-mobile__menu-col1 a {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
}

.header-mobile__menu-col2 {
    position: relative;
    padding: 10px;
    background: #fff;
    z-index: 4
}

.header-mobile__menu-col2::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: inherit;
    z-index: -1;
    bottom: 0;
    transform-origin: left bottom;
    transform: skewY(1.5deg);
    left: 0;
    right: 0;
}

.header-mobile__menu-col2 span {
    color: #000
}

.header-mobile__menu-col3 {
    background: rgba(10, 29, 76, 0.2);
    padding: 10px;
    padding-top: 30px;
    display: flex;
    flex-wrap: wrap;
    text-transform: uppercase;
    position: relative;
    z-index: 3
}

.header-mobile__menu-col3::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: #ce2121;
    z-index: -1;
    bottom: 0;
    transform-origin: left bottom;
    transform: skewY(1.5deg);
    left: 0;
    right: 0;
}

.header-mobile__menu-col3 > * {
    width: 49%;
    font-size: 13px;
    background: #ffd200;
    font-weight: bold;
    color: #000;
    text-align: center;
    padding: 10px 2px;
    margin: 1px
}

.header-mobile__menu-col4 {
    background: #272727;
    padding: 10px;
    padding-top: 30px
}

.header-mobile__menu-col4 .footer__item-w {
    margin: 0;
}

.header-mobile__menu-col4 .footer__item-w > * {
    margin: 0;
    line-height: 30px
}

.header-mobile__menu-col4 .footer__item-title {
    margin-bottom: 15px;
    text-align: center
}

.black-bg__mobile {
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}

.zindex500 {
    z-index: 500;
    display: block
}

.header-mobile-block {
    display: none
}

/***************КНОПКА ЗАКРЫТИЯ МЕНЮ***********************/
.header-mobile__menu-btn path {
    transition: stroke-dashoffset 0.5s ease-in-out, stroke-dasharray 0.5s ease-in-out;
    stroke-width: 40px;
    stroke-linecap: round;
    stroke: #fff;
}

path#top, path#bottom {
    stroke-dasharray: 240px 910px;
}

path#middle {
    stroke-dasharray: 240px 240px;
}

.cross path#top, .cross path#bottom {
    stroke-dashoffset: -650px;
}

.cross path#middle {
    stroke-dashoffset: -115px;
    stroke-dasharray: 1px 220px;
}

/**********************************************************/
.header-mobile__menu .rhead__menu-w {
    display: flex;
    flex-direction: column
}

.header-mobile__menu-btn .contact__caption {
    color: var(--black);
}

.mob__price-hidden {
    display: none
}

table.ttable {
    overflow-x: auto;
    display: table;
    margin-bottom: 30px;
    border-collapse: separate;
    border-spacing: 4px;
}

table.ttable td {
    background: var(--gray-2);
    padding: 10px;
    font-size: 13px;
    text-align: center;
    border-radius: 16px;
}

table.ttable th {
    background: var(--gray-2);
    padding: 10px;
    font-size: 13px;
    border-radius: 16px;
}

table.ttable td.first {
    background: var(--gray-1);
    color: #fff;
    width: 225px;
    text-align: center;
    font-size: 14px;
    border-radius: 16px;
}

::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}

::-webkit-scrollbar-button {
    background-color: #666;
}

::-webkit-scrollbar-track {
    background-color: #999;
}

::-webkit-scrollbar-track-piece {
    background-color: #ffffff;
}

::-webkit-scrollbar-thumb {
    height: 50px;
    background-color: #666;
    border-radius: 3px;
}

::-webkit-scrollbar-corner {
    background-color: #999;
}

::-webkit-resizer {
    background-color: #666;
}

.noUi-base, .noUi-connects {
    z-index: initial !important
}

.form-tip {
    font-size: 22px;
    font-weight: 400;
    color: var(--gray1);
}

.price__form .price__form-close {
    display: none;
}

.sort_frequency-style {
    text-align: left
}

.price__main-federal {
    margin-bottom: 30px;
    font-size: 16px;
}

/*модалка при уходе*/
.modal-sale--style {
    max-width: 865px
}

.modal-sale--style .msg {
    margin-top: 32px;
    text-align: center;
    font-size: 1.5em;
}

.modal-sale--style .modal__title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 35px
}

.modal-sale--style .modal__contents .block1 {
    border-radius: 16px;
    border: 1px solid var(--gray2);
    padding: 16px;
    font-size: 14px;
}

.modal-sale--style .modal__contents .block1 .block1__title {
    font-size:24px;
}

.modal-sale--style .modal__contents .block1 .block1__content {
    display: flex;
    column-gap: 16px;
    margin-top: 16px;
}

.modal-sale--style .modal__contents .content__photo {
    max-width: 140px;
}

.modal-sale--style .modal__contents .content__photo img{
    max-width: 100px;
    border-radius: 50%;
}

.modal-sale--style .modal__contents .content_info__container > div:last-child,
.modal-sale--style .modal__contents .content_info__container,
.modal-sale--style .modal__contents .content__description {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.modal-sale--style .modal__contents .content_info__container .content_info {
    display: flex;
    flex-wrap: nowrap;
    column-gap: 8px;
    align-items: center;
}

.modal-sale--style .modal__contents .content_info__container .content_info a {
    color: var(--violet-main);
    text-underline-offset: 2px;
}

.modal-sale--style .modal__contents .content__description .description__content:last-child {
    color: var(--gray2)
}

.modal-sale--style .forms__callback--style .modal__contents__radio__btn {
    margin-top: 16px;
}

.modal-sale--style .forms__callback--style .radio__btn {
    border: none;
    padding: 13px 25px;
}

.modal-sale--style .forms__callback--style {
    flex-direction: column;
    display: flex;
    justify-content: flex-end
}

.modal-sale--style .modal__title i {
    color: #005399
}

.tab {
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    grid-gap: 10px;
}

.ymaps-2-1-79-balloon {
    box-shadow: none !important;
}

.federal__map [class^="ymaps-"] {
    border-radius: 16px;
}

.federal__map [class^="ymaps-"][class$="balloon__content"] {
    background: var(--blue-tone-1);
    color: #fff;
    font-weight: normal;
    text-align: center;
    padding-right: 12px;
    margin-right: 0;
    border-radius: 16px;
}

.federal__map [class^="ymaps-"][class$="balloon__layout"] {
    overflow: visible;
    border-radius: 16px
}

.federal__map [class^="ymaps-"][class$="balloon__content"] * {
    font-size: 14px;
}

.federal__map [class^="ymaps-"][class$="balloon__tail"]::after {
    background: var(--blue-tone-1);
}

.federal__map [class^="ymaps-"][class$="balloon__close-button"] {
    height: 100%;
    width: 100%;
}

.federal__map [class^="ymaps-"][class$="balloon__close"] {
    width: 8px;
    height: 8px;
    position: absolute;
    top: 12px;
    right: 12px;
    padding: 4px;
    background: var(--blue-tone-1);
    border-radius: 50%;
    background: #fff;
}

.flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.custom__title {
    font-size: 26px;
    margin: 0;
    font-weight: bold;
    line-height: initial;
}

.title__container-goroda {
    margin-bottom: 52px;
}

.active__btn {
    display: flex;
    justify-content: center;
    border-radius: 16px;
    min-width: 162px;
    width: 100%;
    min-height: 46px;
    color: var(--gray-1);
    border: 1px solid var(--gray-1);
    background: var(--gray-3);
    transition: all 0.2s ease;
}

.active__btn:hover {
    background: var(--blue-tone-1-hover);
    color: #fff;
}

.active__btn.active {
    background: var(--blue-tone-1);
    color: #fff;
    border: 1px solid var(--blue-tone-1);
}

.active__btn.active:hover {
    background: var(--blue-tone-1-hover);
    border: 1px solid var(--blue-tone-1-hover);
}

.mt-100 {
    margin-top: 100px;
}

.videoroliki__left-block {
    width: 100%
}

.banner-info__wrapper {
    height: 100%;
    width: 100%;
    background: url(./imgs/testImgs/banner_bg.png);
    background-color: var(--gray3);
    padding-top: 120px;
}

.container.banner-info__inner {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    gap:32px;
}

.main-banner__buttons .banner__btn {
    padding: 16px;
}

.main-banner__title {
    color: var(--gray0, #454545);
    font-family: 'Proxima Nova', sans-serif;
    font-size: 40px;
    font-style: normal;
    line-height: 150%; /* 60px */
    text-transform: uppercase;
}

.main-banner__title .violet {
    color: var(--violet-main);
}

.main-banner__description {
    color: var(--gray0, #454545);
    font-family: 'Proxima Nova', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-top: 16px;
}

.main-banner__description.large.violet {
    margin-top: 0;
    font-size: 40px;
    font-weight: 600;
    line-height: 150%; /* 60px */
    text-transform: uppercase;
    color: var(--violet-main);
}

.main-banner__left {
    width: 100%;
    height: 100%;
}

.main-banner__right {
    position: relative;
    height: 100%;
    width: 100%;
}

.main-banner__buttons {
    display: flex;
    gap: 24px;
    margin-top: 24px;
}

.main-banner__buttons .banner__btn {
    background-color: var(--violet-main);
    color: var(--white);
    min-height: 50px;
    border-radius: 16px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 191px;
}

.main-banner__buttons .banner__btn:not(:first-child) {
    background-color: var(--white);
    border: 1px solid var(--violet-main);
    color: var(--violet-main);
}

.banner__img__videoscreen {
    display: flex;
    position: relative;
}

.banner__img__videoscreen .videoscreen__img {
    width: 685px;
    max-width: unset;
}

.on-videoscreen__img {
    position: absolute;
    width: 569px;
    top: 12px;
    left: 58px;
}

.on-videoscreen__img.on-videoscreen__video {
    position: absolute;
    width: 570px;
    top: 12px;
    left: 58px;
    height: 288px;
    object-fit: cover;
}

.cooperation__container .container,
.for-who__container .container {
    position: relative;
}

.cooperation__container .container:before {
    content: url("./imgs/testImgs/smorodina_bg_logo.svg");
    position: absolute;
    top: 5%;
    right: 0;
    z-index: 1;
}

.for-who__container .container:before {
    content: url("./imgs/testImgs/smorodina_bg_logo.svg");
    position: absolute;
    top: -11%;
    right: 0;
    z-index: 1;
    transform: scale(.8);
}

.price__main-bot__mobile {
    display: none;
}

@media screen and (max-width: 1300px) {
    .contact__flex_wrapper {
        height: unset;
    }

    .contact .v-line {
        height: unset;
        width: unset;
        background-color: unset;
    }

    .contact__flex_wrapper {
        flex-wrap: wrap;
    }

    .contact__flex_wrapper-item {
        justify-content: flex-start;
        column-gap: 16px;
    }

    .contact__flex_wrapper-item .title {
        margin: unset;
        font-size: 18px;
    }
    .contact__flex_wrapper-item .value {
        margin: unset;
        font-size: 14px;
    }

    .contact .contact__left .left__bottom_part {
        margin-top: 16px;
    }
}

@media screen and (max-width: 1200px) {
    .main-banner__title {
        font-size: 24px;
    }

    .main-banner__description {
        font-size: 14px;
    }

    .main-banner__buttons {
        flex-direction: column;
        align-items: center;
        width: 100%
    }

    .main-banner__buttons .banner__btn {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media screen and (max-width: 1000px) {
    .rhead {
        margin-bottom: 0;
    }

    .price__item-img-w {
        margin-right: 8px;
    }

    .price__item-wrapper > * {
        margin: 0
    }

    .price__item .name {
        width: 100%;
        text-align: center;
    }

    .not_main .rhead {
        margin-bottom: 0;
    }

    .only__desktop {
        display: none !important;
    }

    .price__item .frequency,
    .price__item .price__item-price,
    .price__item .price__item-total
    {
        display: none;
    }

    .price__item-wrapper {
        margin: 0;
        padding: 0;
        column-gap: 8px;
    }

    .price__main-top {
        display: none !important;
    }

    .price__item__mobile {
        display: block;
        margin-top: 16px;
    }

    .price__item-inner .price__item-name .name {
        text-decoration: none;
    }

    .price__main-bot__mobile:not(:last-child) > div {
        padding-bottom: 16px;
        border-bottom: 1px solid var(--gray3);
    }

    .price__item__mobile .item__inner {
        display: flex;
        flex-direction: column;
        row-gap: 16px;
    }

    .price__item__mobile .item__top-part {
        display: flex;
        justify-content: space-between;
        column-gap: 24px;
        align-items: center;
    }

    .price__item__mobile .item__bottom-part {
        display: flex;
        background-color: var(--gray4);
        border-radius: 16px;
        gap: 10px;
        justify-content: space-between;
        align-items: center;
        padding: 16px;
    }

    .price__item__mobile .item__img {
        width: 64px;
        height: 64px;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        flex: 0 0 auto;
        background: #fff;
        border-radius: 16px;
    }

    .price__item__mobile img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .page {
        margin-top: 60px;
    }

    .container.banner-info__inner {
        flex-direction: column-reverse;
        gap: 0;
        padding: 0 15px 60px;
    }

    .main-banner__title {
        font-size: 26px;
        display: flex;
        flex-direction: column;
        align-items: center;
        font-weight: 600;
    }

    .main-banner__title .violet {
        font-size: 28px;
    }

    .main-banner__description {
        font-size: 18px;
        display: flex;
        justify-content: center;
        text-align: center;
    }

    .banner__img__videoscreen {
        justify-content: center;
    }

    .banner-info__wrapper {
        padding-top: 32px;
    }

    .on-videoscreen__img, .on-videoscreen__img.on-videoscreen__video {
        left: unset;
    }



    .contact .container {
        padding: 36px 16px;
    }

    .contact__title {
        text-align: center;
    }

    .contact .contact__content {
        justify-content: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .contact .v-line {
        height: 1px;
        width: 100%;
        background-color: var(--gray2);
    }

    .contact__flex_wrapper {
        flex-wrap: wrap;
        height: unset;
        margin-top: 32px;
    }

    .contact__flex_wrapper-item {
        justify-content: flex-start;
        column-gap: 16px;
    }

    .contact__flex_wrapper-item .title {
        margin: unset;
        font-size: 18px;
    }

    .contact__flex_wrapper-item .value {
        margin: unset;
        font-size: 14px;
    }

    .contact__form {
        max-width: unset;
        margin: unset;
    }

    .contact .container {
        border-radius: 0;
    }

    .price__form-title {
        text-align: center;
    }

    .price__item-img-w__container:hover .price__item-img-w {
        transform: none;
        position: unset;
        margin-left: unset;
    }
}

.banner__img-in-videoscreen {
    background: url(./imgs/testImgs/on_videoscreen.png);
}

.cooperation__container, .for-who__container {
    background-color: #f1f1f1;
    padding: 60px 0;
    margin-top: 60px;
}

.cooperation__container {
    margin-top: unset;
}

.for-who__container {
    margin-top: 0;
}

.cooperation__title, .for-who__title, .translation .caption .title {
    color: var(--gray0, #454545);
    font-size: 40px;
    line-height: 150%; /* 60px */
    text-transform: uppercase;
}

.translation .caption .title {
    font-weight: 500;
}

.cooperation__items {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 36px;
    justify-content: space-between;
    align-items: flex-start;
    margin: 50px 0 0;
}

.cooperation__items .cooperation__item {
    width: 47%;
    position: relative;
    z-index: 1;
}

.cooperation__items .item__title {
    color: var(--gray0, #454545);
    font-size: 18px;
    line-height: 150%;
    text-transform: uppercase;
    transition: color 0.2s;
}

.cooperation__items .item__description {
    color: var(--gray2, #ACACAC);
    font-size: 16px;
    line-height: 170%;
    margin-top: 10px;
    transition: color 0.2s;
}

.for-who__items {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 36px;
    justify-content: space-between;
    align-items: flex-start;
    margin: 50px 0;
}

.for-who__items .for-who__item {
    width: 31%;
    position: relative;
    z-index: 3;
}

.for-who__items .item__title {
    color: var(--gray0, #454545);
    font-size: 18px;
    line-height: 150%;
    text-transform: uppercase;
    transition: color 0.2s;
}

.for-who__items .item__description {
    color: var(--gray2, #ACACAC);
    font-size: 16px;
    line-height: 170%;
    margin-top: 10px;
    transition: color 0.2s;
}

.cooperation__item, .for-who__item {
    transition: background-color 0.2s;
    border-radius: 16px;
    padding: 16px;
    display: flex;
    column-gap: 16px;
}

.cooperation__item .item__left-part, .for-who__item .item__left-part {
    min-width: 39px;
}

.cooperation__item:hover, .for-who__item:hover {
    background-color: #fff;
}

.cooperation__item:hover .item__description, .for-who__item:hover .item__description {
    color: var(--black);
}

.cooperation__item:hover .item__title, .for-who__item:hover .item__title {
    color: var(--violet-main);
}

.color__violet-main {
    color: var(--violet-main)
}

.clients__title__container {
    display: flex;
    justify-content: space-between;
}

.clients__slider_nav {
    display: flex;
    gap: 16px;
}

.clients__slider_nav > div{
    width: 60px;
    height: 60px;
    background-color: var(--gray3);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
    cursor: pointer;
    transition: background-color 0.2s;
}

.clients__slider_nav > div:hover{
    background-color: var(--gray2);
}

.clients__slider {
    margin-top: 36px;
}

.clients__container {
    padding: 60px 0 90px;
    background-color: var(--gray4);
    overflow: hidden;
}

.clients__title {
    color: var(--gray0, #454545);
    font-size: 40px;
    line-height: 150%;
    text-transform: uppercase;
}

.address-program__container {
    padding: 84px 0 60px;
    min-height: 500px;
    background: linear-gradient(90deg, #D798F3 10.64%, #AAD3FF 71.11%);
}

.address-program__title {
    font-size: 40px;
    line-height: 150%;
    text-transform: uppercase;
}

.address-program__description {
    font-size: 16px;
    line-height: 170%;
    margin-top: 36px;
}

.address-program__form {
    margin-top: 36px;
}

.container.address-program {
    display: flex;
    column-gap: 48px;
    align-items: center;
}

.address-program_phone-btn__container {
    display: flex;
    column-gap: 36px;
}

.address-program_phone-btn__container .radio__btn {
    font-size: 16px;
    padding: 10px;
    max-width: 260px;
}
.address-program_phone-btn__container .phone_mask {
    max-width: 440px;
    color: var(--gray0, #454545);
    font-family: 'Proxima Nova', sans-serif;
    font-size: 16px;
    line-height: 170%; /* 27.2px */
    border-bottom: unset;
    border-radius: 16px;
    padding: 10px 16px;
    background-color: var(--white);
}

.personal-data {
    margin-top: 16px;
}

.address-program .right-part {
    width: 100%;
}

.examples__title {
    color: var(--gray0, #454545);
    font-size: 40px;
    line-height: 150%;
    text-transform: uppercase;
}

.container.examples {
    padding: 60px 15px;
}

.examples__items {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 36px;
    justify-content: space-between;
    margin-top: 30px;
}

.example__item {
    color: inherit;
    text-decoration: none;
    width: 30%;
    transition: transform 0.2s;
}

.example__item:hover {
    transform: scale(1.02);
    cursor: pointer;
}

.example__item .item__img {

}

.example__item .item__info {
    font-size: 16px;
}

.example__item .item__info > div {
    margin-top: 16px;
}

.example__item .item__spec {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.example__item .item__spec > div {
    width: 50%;
}

.example__item .item__price-add {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.examples__items .spec__title {
    color: var(--gray1);
}

.examples__items .spec__value {
    color: var(--gray2);
}

.examples__items .item__price {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}

.examples__items .item__add-btn {
    background-color: var(--violet-main);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.examples__items .item__add-btn i {
    color: var(--white);
}

.examples__items img {
    border-radius: 16px;
    min-height: 340px;
    object-fit: cover;
}


.footer__top-part {
    display: flex;
    margin-bottom: 16px;
    padding-top: 16px;
    justify-content: space-between;
    align-items: center;
}

.footer__bottom-part {
    border-top: 1px solid var(--gray2);
}

.footer__copyright {
    margin: 36px 0;
}

.feedback__btn {
    min-height: 32px;
    background-color: var(--violet-main);
    color: var(--white);
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 16px;
    margin-top: 24px;
    cursor: pointer;
}

.price__item__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.j-modal-videoscreen--content .modal__title {
    text-align: left;
}

.modal-videoscreen .modal__title {
    display: none;
}

.modal-videoscreen .content__spec .modal__title {
    display: block;
    padding-right: 16px;
}

.modal-videoscreen .videoscreen_content__container {
    margin-top: 0;
}

.j-modal-videoscreen--content .videoscreen_content {
    display: flex;
    gap: 24px;
}

.j-modal-videoscreen--content .spec__item {
    display: flex;
    justify-content: space-between;
}

.j-modal-videoscreen--content .modal-videoscreen__map {
    width: 100%;
    min-height: 450px;
    margin-top: 36px;
    max-height: 450px;
    overflow: hidden;
    padding-bottom: 30px;
}

.j-modal-videoscreen--content .videoscreen_content.modal-videoscreen__map .map__content {
    width: 100%;
    min-height: 450px;
    border-radius: 16px;
}

.videoscreen_content__container {
    margin-top: 24px;
}

.modal-slider__button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    /*color: var(--violet-main);*/
    font-size: 4em; cursor: pointer;
    transition: all .2s linear;
    /*opacity: .6;*/
    z-index: 10;

    background-color: var(--violet-main);
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-slider__button:hover {
    /*opacity: 1;*/
    background-color: var(--violet);
}

.modal-slider__button i {
    font-size: 36px;
    color: var(--white);
}

.modal-slider__button.prev {
    left: -8%;
}

.modal-slider__button.next {
    right: -8%;
}

@media screen and (max-width: 1000px) {
    .modal-slider__button {
        top: 10%;
        font-size: 2em;
        opacity: 1;
        width: 48px;
        height: 48px;
    }

    .modal-slider__button.prev {
        left: 8%;
    }

    .modal-slider__button.next {
        right: 8%;
    }

    .modal-slider__button i {
        font-size: 24px;
    }
}

.content_spec__container {
    width: 55%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    row-gap: 16px;
}

.content_spec__container .content__spec {
    line-height: 170%;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.content_spec__container .content__spec .spec__item {
    position: relative;
}

.content_spec__container .content__spec .spec__item:after {
    content: "";
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% - 9px);
    background: url('./imgs/testImgs/dot.gif') repeat-x 15px 100%;
}

.content_spec__container .content__spec {
    line-height: 170%;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.content_spec__container .content__spec .spec__value {
    color: var(--gray1);
    background-color: var(--white);
    z-index: 1;
}

.content_spec__container .content__spec .spec__title {
    background-color: var(--white);
    z-index: 1;
}

.content_spec__container .content__price {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.content_spec__container .content__price .price__buy-btn {
    display: flex;
    padding: 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
    align-self: stretch;
    color: var(--white, #FFF);
    background-color: var(--violet-main);
    max-width: 190px;
    border-radius: 16px;
    cursor: pointer;
}

.content_spec__container .content__price .price__buy-btn .buy-btn {
    line-height: 170%;
}

.content_spec__container .content__price .price__value {
    color: var(--black, #222324);
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    font-family: 'Proxima Nova', sans-serif;
}

.content_img__container {
    width: 45%;
    border-radius: 16px;
    display: flex;
}

.content_img__container img {
    width: 1000px;
    border-radius: 16px;
    object-fit: cover;
}

.price__item__clone {
    text-decoration: underline;
    text-underline-offset: 2px;
    position: relative;
}

.price__form-radoistation .price__item__clone {
    font-weight: 400;
}

.videoscreens_filters__inner {
    min-height: 240px;
    width: 100%;
    margin-bottom: 60px;
    background: url('./imgs/testImgs/filterBgImg.png'), linear-gradient(90deg, #B14BED 17.03%, #96C6F7 67.69%);
    border-radius: 16px;
    padding: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    row-gap: 24px;

}

.videoscreens_filters__container .filters__main {
    display: flex;
    width: 100%;
    min-height: 50px;
}

.videoscreens_filters__container .filters__main > div > [type="text"],
.videoscreens_filters__container .filters__main > div > select {
    border-radius: 0;
    height: 50px;
}

.videoscreens_filters__container .filters__main > div:first-child > [type="text"],
.videoscreens_filters__container .filters__main > div:first-child > select {
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
}

.videoscreens_filters__container .filters__main > div:first-child {
    flex-grow: 2;
}

.videoscreens_filters__container .filters__main > div{
    flex-grow: 1;
}

.videoscreens_filters__container .filters__main > div:not(:last-child){
    border-right: 1px solid var(--gray2)
}

.videoscreens_filters__container .filters__main > div:last-child > [type="text"],
.videoscreens_filters__container .filters__main > div:last-child > select {
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
}

.videoscreens_filters__container .filters__main > div > [type="text"],
.videoscreens_filters__container .filters__main > div > select {
    padding: 0 16px;
    font-family: "Proxima Nova", sans-serif;
}

.videoscreens_filters__container .filters__main > div > select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;

    background-repeat: no-repeat;
    background-position: top 50% right 8px;
    background-image: url("./imgs/testImgs/chevron_down.svg");
}

.videoscreens_filters__container .filters__main > div > select:after {
    content: "asdas";
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;

    border-top: 5px solid var(--gray1);
}


.videoscreens_filters__container .filters__view .filter__item [type="radio"] {
    display: none;
}

.videoscreens_filters__container .filters__view {
    display: flex;
    gap: 16px;
    width: 100%;
    min-height: 50px;
}

.videoscreens_filters__container .filters__view .filter__item {
    background-color: var(--white);
    color: var(--violet-main);
    width: 100%;
    min-height:  50px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 16px;
    cursor: pointer;
    transition: color 0.2s, background-color 0.2s;
}

.videoscreens_filters__container .filters__view .filter__item.active {
    background-color: var(--violet-main);
    color: var(--white);
    transition: color 0.2s, background-color 0.2s;
}

.hide {
    display: none;
}

.about-us__container {
    min-height: 600px;
    height: 100%;
    background: linear-gradient(90deg, #D798F3 10.64%, #AAD3FF 71.11%);
    padding: 36px 0;
    display: flex;
    align-items: center;
}

.about-us__title {
    color: var(--violet-main);
    font-size: 40px;
    font-weight: 400;
    line-height: 150%;
    text-transform: uppercase;
}

.about-us__inner {
    width: 100%;
    display: flex;
}

.about-us__left-part {
    color: var(--black);
    font-size: 18px;
    line-height: 150%;
    margin-top: 24px;
    flex-grow: 1;
}

.about-us__description {
    color: var(--black, #000);
    font-size: 18px;
    line-height: 150%;
}


.about-us__right-part {
    flex-grow: 1;
}

.about-us__right-part img {
    width: 100%;
    min-width: 600px;
}

.about-us__quot {
    position: relative;
    margin-top: 50px;
    color: var(--black);
    font-size: 16px;
    line-height: 170%;

    display: flex;
    flex-direction: row;
    padding: 16px 24px;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.31);
}

.about-us__quot:before {
    display: block;
    content: url("./imgs/testImgs/quots.png");
}

.about-us__quot:after {
    display: block;
    transform: rotateZ(180deg);
    content: url("./imgs/testImgs/quots.png");
    align-self: flex-end;
}

.header_map__container {
    position: relative;
}

.header_map__form {
    position: absolute;
    z-index: 1;
    max-width: 350px;
    max-height: 400px;
    background: var(--gray4);
}

.cap__mobile {
    display: none;
}

.selected__price__item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    column-gap: 8px;

    border-bottom: 2px solid var(--gray3);
    padding-bottom: 10px;
    margin-top: 24px;
}

.selected__price__item > div {
    text-align: left;
    color: var(--violet-main);
    cursor: pointer;
    text-decoration: underline;
    text-underline-offset: 2px;
}

i.price__item-delete {
    width: 24px;
    height: 24px;
    min-width: 24px;
    display: flex;
    justify-content: center;
    align-items: center;

    background-color: var(--gray3);
    color: var(--gray2);

    cursor: pointer;

    border-radius: 50%;

    transition: background-color 0.2s, color 0.2s;
}

.price__item-delete:hover {
    color: var(--gray1);
    background-color: var(--gray2);
}

.price__form-items-count {
    display: none;
}

.desktop-form {

}
.mobile-form {
    display: none;
}
.mobile-form__button-container {
    display: none;
}

.select2__item {
    border: 1px solid var(--black);
}

.header_cities__form {
    position: absolute;
    max-width: 450px;
    top:20%;
    left: 5%;
    width: 100%;
    margin: 0 auto;

    height: 60%;
    background: var(--white);
    z-index: 1;
    border-radius: 16px;
    padding:32px;
    transition: opacity 0.2s;
    opacity: 0.8;

    -webkit-box-shadow: 0px 0px 33px -11px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 33px -11px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 33px -11px rgba(0, 0, 0, 0.2);
}

.header_cities__form:hover {
    opacity: 1;
}

.header-cities__title {
    font-size: 28px;
    font-weight: 600;
    line-height: 150%;
}

.header-cities__wrapper {
    display: flex;
    flex-direction: column;
    row-gap: 36px;
    height: 100%;
}

.header-cities__select__wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    row-gap: 36px;
}

.link-to-city__btn {
    display: flex;
    background: var(--violet-main);
    color: var(--white);
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    border-radius: 16px;
    cursor: pointer;
    font-size: 18px;
    line-height: 150%;
    transition: background-color 0.2s;
}

.link-to-city__btn.disabled {
    background: var(--gray2);
    color: var(--white);
}

.header-cities__select label {
    font-size: 12px;
    color: var(--gray1);
}

.selectize-dropdown {
    border-radius: 3px;
    border: 1px solid var(--gray2);
}

.selectize-dropdown .active:not(.selected) {
    background-color: var(--gray3);
}

.selectize-dropdown-content {
    font-size: 14px;
    line-height: 150%;
}

.selectize-dropdown .selected {
    background-color: var(--gray2) !important;
}

.selectize-dropdown .create, .selectize-dropdown .no-results, .selectize-dropdown .optgroup-header, .selectize-dropdown .option {
    padding: 8px 12px !important;
}

.header-cities__select input::placeholder {
    font-size: 16px;
}

#map {
    height: 85vh;
}

.selectize-control.single .selectize-input {
    box-shadow: unset !important;
    background-color: unset !important;
    background-image: unset !important;
    border-color: var(--gray2) !important;

    font-size: 16px !important;
    margin: 0 !important;
    padding: 16px !important;
    width: 100% !important;
    border-radius: 16px !important;
}
.selectize-dropdown.single {

}

.price__form-open-form {
    display: none
}

@media screen and (max-width: 1366px) {
    .price > * {
        margin: 0 10px
    }
}

@media screen and (max-width: 1280px) {
    .desktop-form {
        display: none;
    }
    .mobile-form {
        display: block;
    }
    .mobile-form__button-container {
        position: fixed;
        padding: 16px;
        bottom: 0;
        left: 0;
        right: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: var(--gray-3);
        flex-direction: column;
        box-shadow: 0px -5px 15px 0px rgba(0, 0, 0, 0.08);
        z-index: 5;
    }
    .rek__content {
        margin: 0 -10px 0 0
    }

    .rek__content > * {
        margin: 0 10px
    }

    .rek__item-icon {
        width: 40px;
        height: 40px;
    }

    .rek__item-w > * {
        border: 5px solid transparent
    }

    .price {
        flex-direction: column;
        margin: 0
    }

    .price__cost {
        margin: 0 auto
    }

    .price__main {
        margin: 0 auto 30px;
        max-width: 100%;
    }

    .price__form-open-form {
        display: block
    }

    .price__more {
        margin: 0 -10px
    }

    .price__more > * {
        margin: 0 10px
    }

    .representation__item-w {
        padding: 0px
    }

    .representation__item {
        margin: 10px
    }

    .price .price__form-cost::before, .price .price__form-cost .left {
        display: none
    }

    .price .price__form-cost, .price .price__form-radoistation {
        margin-bottom: 0
    }

    .price .price__form-close {
        content: "";
        width: 40px;
        height: 40px;
        background: var(--violet-dark);
        position: absolute;
        border-radius: 50%;
        top: -10px;
        right: -10px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        cursor: pointer;
    }

    .price .price__form-cost {
        font-size: 22px;
    }

    .price .price__form {
        position: relative;
        z-index: 4;
        transition: .3s ease-in-out;
        box-shadow: 0 0 10px
    }

    .price .price__form-close {
        display: none
    }

    .price .price__form.opening {
        bottom: 105px;
        position: fixed;
        left: 20px;
        right: 20px;
        box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.08);
    }

    .price .opening .price__form-close {
        display: flex;
    }

    .price .price__form .price__item-img-w {
        height: 35px;
        width: 35px
    }

    .price__form-items-count {
        font-size: 14px;
        position: absolute;
        right: 5px;
        top: 6px;
        border-radius: 8px;
        background-color: var(--violet-light);
        min-width: 32px;
        min-height: 24px;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 1px solid var(--violet-main);
    }

    .price .price__form-radoistation-imgs > div:nth-child(-n+3) {
        display: block
    }

    .radio__btn.price__form-open-form {
        padding: 6px 25px
    }

    .price__form-radio-inner > * {
        margin: 0 5px
    }

    .price__form-w {
        max-width: 100%
    }

    .fmenu__links {
        flex-direction: column;
        column-gap: 16px;
        row-gap: 16px;
        align-items: flex-start;
    }

    #map {
        height: 75vh;
    }

    .header_cities__form {
        left: 5%;
        top: 16%;
        height: 66%;
    }

    .price__item-img-w__container:hover .price__item-img-w {
        margin-left: 2%;
    }
}

@media screen and (max-width: 1100px) {
    /*header*/
    body {
        font-size: 15px;
    }

    .cap__mobile {
        display: block;
        height: 90.5px;
    }

    .rhead .container.header__container {
        position: fixed;
        background-color: var(--white);
        z-index: 5;
        padding: 15px;
        flex-direction: row;
        box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.08);
    }

    .rhead {
        box-shadow: none;
    }

    .logo {
        margin: 0
    }

    .logo_icon {
        width: 40px;
        height: 40px;
    }

    .logo_title {
        font-size: 26px;
    }

    .logo_subtitle {
        font-size: 16px;
    }

    .menu__mobile .header-menu__icons {
        min-width: 36px;
        max-width: 36px;
        min-height: 36px;
        max-height: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 13px;

    }

    .menu__mobile .header-menu__icons.phone {
        background-color: var(--violet-light);
    }

    .menu__mobile .header-menu__icons.menu {
        background-color: var(--violet-main);
    }

    .menu__mobile .header-menu__icons.menu i {
        color: var(--white);
    }

    .rhead-col1 .menu__mobile {
        align-items: center;
    }

    .rhead a.phone__link {
        display: flex;
    }

    .rhead-col1 .menu__mobile i {
        display: unset;
    }

    .header-menu__icons {
        display: flex;
        align-items: center;
        column-gap: 16px;
    }

    .menu__mobile {
        display: flex;
        gap: 16px;
        min-height: 40px;
        align-items: center;
    }

    .menu__item.bars, .menu__item.phone {
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 14px;
    }

    .menu__item.bars {
        background-color: var(--violet-main);
    }

    .menu__item.bars i {
        color: var(--white);
    }

    .menu__item.phone {
        background-color: var(--violet-light);
    }

    .menu__item.phone a {
        height: 100%;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 14px;
    }

    .menu__mobile .menu__item {
        min-width: 40px;
        max-width: 40px;
        cursor: pointer;
    }

    .rhead__menu-w {
        margin: 0 -10px
    }

    .header-mobile__menu .rhead__menu-w > * {
        margin: 0 10px;
        padding: 8px 0;
        border: 0;
    }

    .header-mobile__menu .rhead__menu-w a {
        padding: 0
    }

    .rhead__item .tel {
        font-size: 22px;
    }

    .not_main .rhead {
        background: none
    }

    .rhead__menu-w, .rhead__item-wrapper {
        display: none
    }

    .header-mobile__menu-btn {
        display: flex
    }

    .rhead__menu-w > *:hover {
        transform: none;
        border: none;
    }

    .rhead__menu-w > *:hover a {
        color: var(--violet-dark);
    }

    .rhead_girl {
        opacity: 0.2
    }

    .rhead-col1 i,
    .rhead-col1 .menu__link,
    .rhead__sponsors,
    .rhead .container .main-bg,
    .rhead__item.city,
    .header-bottom__item:not(:last-child)::before,
    .header-bottom__img-w, .footer-nav__title
    {
        display: none;
    }

    .footer__top-part .footer-nav {
        display: none;
    }

    .rhead-col2 {
        flex-direction: column;
    }

    .rhead-col2 .rhead-col2-left {
        order: 2;
    }

    .rhead-col2 .rhead-col2-right {
        order: 1;
        padding-bottom: 20px;
        max-width: 100%;
    }

    .header-mobile__menu .rhead__item.mail a {
        color: inherit
    }

    /*мобильное меню*/
    .header-bottom__item {
        flex-direction: row;
        margin: 0 -5px;
        padding: 0;
        justify-content: flex-start;
        line-height: 45px;
        font-size: 18px;
    }

    .header-bottom__item > * {
        margin: 0 5px
    }

    .header-mobile-block {
        display: block
    }

    .menu__logo {
        padding: 0 10px;
    }

    /*футер*/
    .footer .rhead__menu-w {
    }

    .price__form-inputs {
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .price__form-radoistation-imgs {
        justify-content: center
    }

    .option__item-w {
        margin: 0 -15px;
        margin-bottom: 50px
    }

    .option__item {
        margin: 0 15px
    }

    .radio__btn-w label {
        margin-bottom: 20px
    }

    .station .radio__btn-w a {
        color: #fff;
    }

    .rek__content {
        margin: 0
    }

    .rek__content > * {
        margin: 0 15px;
    }

    .stock__item-w, .rek__content {
        flex-direction: column
    }

    .rek__left-img {
        width: auto;
        margin-bottom: 32px;
    }

    .rek__content2--style {
        flex-direction: column-reverse
    }

    .rek__content2--style .rek__right {
        margin-bottom: 40px
    }

    .stock__item-w:not(.slick-initialized) .stock__item {
        max-width: 480px;
        width: 100%;
        margin: 0 auto
    }

    .rhead_melody {
        opacity: 0.4
    }

    .stock__item img {
        display: block
    }

    .rek__text {
        margin-bottom: 30px
    }

    .rhead_height {
        min-height: auto
    }

    .for-who__items .for-who__item {
        width: 47%;
    }

    .example__item {
        width: 47%;
    }

    .price__form-w .stick {
        z-index: 7;
    }

    .about-us__inner {
        flex-direction: column-reverse;
    }

    .about-us__right-part {
        display: flex;
        justify-content: center;
    }

    .about-us__right-part img {
        width: 100%;
        min-width: unset;
        max-width: 600px;
    }

    .about-us__quot {
        margin-top: 16px;
    }
}

@media screen and (max-width: 1024px) {
    .federal__city-item-w {
        grid-template-columns: repeat(2, 1fr);
    }

    .station.price__form {
        width: 94vw;
        max-width: 100%;
        margin-bottom: 24px;
    }
}

@media screen and (max-width: 1000px) {
    .cap__mobile {
        display: block;
        height: 77.5px;
    }

    .rhead .container.banner-info__inner {
        padding-bottom: 32px;
    }

    .modal-style-default.modal-call {
        min-width: unset;
    }

    .header__container .menu__logo img {
        max-height: 40px;
    }

    .videoroliki__content-w, .contact .container, .representation__item-w {
        flex-direction: column
    }

    .videoroliki .price__form,
    .contact__form {
        margin: 0 auto
    }

    .videoroliki .contact__form {
        width: 100%;
        margin-bottom: 36px;
    }

    .videoroliki__left-block {
        margin-bottom: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .contact .contact-wrapper:before,
    .cooperation__container .container:before,
    .for-who__container .container:before {
        display: none;
    }

    .representation__item {
        margin: 10px auto
    }

    .price .price__main-checked input {
        width: 20px;
        height: 20px
    }

    .price__main__map {
        height: 80vh !important;
    }

    .contact__cities-w {
        overflow-x: scroll
    }

    .title__container-goroda {
        flex-direction: column;
    }

    .content_img__container {
        width: unset;
    }

    .j-modal-videoscreen--content .videoscreen_content:not(.yMap) {
        flex-direction: column;
        row-gap: 24px;
    }

    .content_spec__container {
        width: unset;
        row-gap: 24px;
    }

    .modal-videoscreen .content__spec .modal__title {
        padding-right: 0;
    }

    .videoscreens_filters__container .filters__main {
        display: flex;
        flex-direction: column;
    }

    .videoscreens_filters__container .filters__main > div:first-child > [type="text"],
    .videoscreens_filters__container .filters__main > div:first-child > select {
        border-top-left-radius: 16px;
        border-top-right-radius: 16px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .videoscreens_filters__container .filters__main > div:not(:last-child){
        border-bottom: 1px solid var(--gray2);
        border-right: unset;
    }

    .videoscreens_filters__container .filters__main > div:last-child > [type="text"],
    .videoscreens_filters__container .filters__main > div:last-child > select {
        border-bottom-right-radius: 16px;
        border-bottom-left-radius: 16px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .videoscreens_filters__inner {
        padding: 16px;
        margin-bottom: 32px;
    }

    .price > * {
        margin: 0
    }

    .price__form-w {
        min-width: unset;
    }

    .price .price__form {
        box-shadow: none;
    }

    .header_cities__form {
        max-width: 370px;
    }

    .price__main-bot .price__item {
        padding: 16px 8px;
    }

    .modal-style-default.modal-videoscreen {
        width: unset;
    }
}

@media screen and (max-width: 900px) {
    .option__item-w {
        flex-direction: column;
        margin: -20px 0;
        margin-bottom: 50px
    }

    .option__item {
        margin: 20px auto;
        max-width: 480px;
        width: 100%
    }

    .price__hidden-subdesc {
        flex-direction: column;
        margin: -10px 0
    }

    .price__hidden-subdesc > * {
        margin: 10px 0
    }

    .price__hidden, .price__main-top {
        padding: 10px
    }

    .price__main-top > * {
        border: 5px solid transparent
    }

    .question {
        padding: 40px 0;
    }

    .rek__content > * {
        margin: 10px 0;
    }

    .caption {
        margin-bottom: 30px
    }

    .rating__item {
        transform: scale(0.8);
        width: 20%;
        border-bottom: none;
        border-top: none
    }

    .option__item-col1 {
        justify-content: space-between;
    }

    table.ttable {
        display: block;
    }

    .contact .contact-wrapper {
        display: flex;
        flex-direction: column;
    }

    .rek__content2--style {
        flex-direction: column-reverse
    }

    .rek__content2-total-inner {
        flex-direction: column;
    }

    .rek__content2-total-inner > * {
        margin: 10px 0
    }

    .contact__form {
        max-width: 100%;
        width: 100%
    }
}

@media screen and (max-width: 800px) {
    .rek__item-w > * {
        width: 50%
    }
}

@media screen and (max-width: 768px) {
    .rhead {
        margin-bottom: 32px;
    }

    .rhead_separator {
        height: 100px
    }

    .footer__top-part {
        flex-direction: column;
        padding: 16px 0;
    }

    .footer__copyright {
        margin: 16px 0;
        text-align: center;
    }

    .footer__tel,
    .footer .rhead__item.tel-w {
        justify-content: center;
        align-items: center;
    }

    .footer__logo .logo {
        margin-bottom: 24px;
    }

    .rhead__item {
        margin: 0;
    }

    .footer__contacts {
        display: flex;
        flex-direction: column
    }

    .footer__contacts > * {
        justify-content: center
    }

    .footer .container {
        flex-direction: column;
        margin: -10px 0;
    }

    .footer .container > *, .footer__contacts > * {
        margin: 10px 0
    }

    .price__main {
        font-size: 12px;
    }

    .price__more-result {
        font-size: 14px;
    }

    .title, .rhead__title, .price, .contact__caption .title {
        line-height: initial
    }

    .rhead .container {
        padding: 15px;
    }

    .rhead .container.banner-info__inner {
        padding: 0 15px 32px;
    }

    .rhead-col1 {
        margin-bottom: 0;
    }

    .rhead_girl {
        bottom: 50px
    }

    .logo {
        transform: scale(0.9)
    }

    .header-mobile__menu .title {
        font-size: 30px;
    }

    .header-mobile__menu .contact__title {
        font-size: 28px;
    }

    .rating__item {
        width: 25%
    }

    .owl-carousel .owl-item {
        display: flex;
        justify-content: center
    }

    .price__form-cost {
        font-size: 30px;
    }

    .rhead_melody {
        display: none
    }

    .footer .container > *, .footer__contacts > * {
        margin: 5px 0
    }

    .modal-sale--style .modal__contents {
        grid-template-columns: initial
    }

    .modal-sale--style .modal__title {
        line-height: initial;
        font-size: 22px;
        padding-right: 36px;
    }

    .modal-sale-wrap .dimodal-hide {
        top: 0;
    }

    .modal-style-cities-w {
        flex-wrap: wrap;
        overflow-x: inherit;
    }

    .federal__col1,
    .federal__col2-block1 {
        grid-template-columns: 1fr;
        grid-gap: 20px
    }

    .federal__col2-block1 > div:last-child {
        text-align: center
    }

    .federal__city-item-w {
        grid-gap: 30px
    }

    .price__item-banner {
        padding: unset;
    }

    .videoroliki {
        margin-top: 36px;
    }

    .videoroliki__inner {
        flex-direction: column;
        gap: 16px;
        align-items: flex-start;
    }

    .videoroliki__price {
        width: 100%;
        text-align: center;
    }

    .modal-sale--style .modal__contents .block1 .block1__title {
        font-size: 18px;
    }

    .contact .contact-wrapper {
        margin-bottom: 0;
    }

    .footer__tel__container {
        flex-direction: column-reverse;
    }

    .page {
        margin-top: 0;
    }

}

@media screen and (max-width: 700px) {
    .modal-style-default {
        padding: 16px;
    }

    .banner__img__videoscreen .videoscreen__img {
        width: 560px;
    }

    .main-banner__buttons .banner__btn {
        padding: 12px
    }

    .on-videoscreen__img, .on-videoscreen__img.on-videoscreen__video {
        width: 466px;
        top: 10px;
        height: 236px;
    }

    .main-banner__title, .cooperation__title, .examples__title, .address-program__title, .translation .price__main .title {
        font-size: 20px;
        text-align: center;
        line-height: 150%;
        text-transform: uppercase;
    }

    .translation .price__main .title span {
        display: block;
    }

    .main-banner__title.violet,
    .cooperation__title.color__violet-main,
    .examples__title > .color__violet-main,
    .clients__title,
    .address-program__title .color__violet-main,
    .about-us__title,
    .for-who__title,
    .translation .price__main .title span
    {
        font-size: 28px;
        text-align: center;
        line-height: 150%;
    }

    .main-banner__description {
        font-size: 14px;
    }

    .cooperation__items {
        gap: 16px;
        margin: 16px 0;
    }

    .cooperation__items .cooperation__item, .for-who__items .for-who__item {
        width: 100%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 8px 16px;
        row-gap: 8px;
    }

    .cooperation__items .item__title, .for-who__items .for-who__item {
        font-size: 16px;
    }

    .cooperation__items .item__description {
        font-size: 14px;
    }

    .cooperation__item .item__right-part, .for-who__item .item__right-part {
        text-align: center;
    }

    .cooperation__container {
        padding: 36px 0;
    }

    .example__item {
        width: 100%;
    }

    .example__item .item__info > div {
        margin-top: 8px;
    }

    .clients__slider_nav > div {
        width: 36px;
        height: 36px;
        border-radius: 8px;
    }

    .container.address-program {
        row-gap: 24px;
        flex-direction: column;
    }

    .address-program > .left-part > img {
        width: 60%;
    }

    .address-program > .left-part {
        text-align: center;
    }

    .address-program_phone-btn__container {
        flex-direction: column;
        row-gap: 16px;
    }

    .address-program_phone-btn__container .phone_mask,
    .address-program_phone-btn__container .radio__btn {
        max-width: 100%;
    }

    .address-program__description {
        margin-top: 24px;
    }

    .address-program__container {
        padding: 36px 0 36px;
    }

    .address-program__description {
        margin-top: 16px;
        text-align: center;
    }

    .address-program__form {
        margin-top: 16px;
    }

    .personal-data {
        font-size: 14px;
    }

    .clients__item img {
        width: 100%;
    }

    .clients__item.slick-slide {
        margin: 0 10px;
    }

    .videoroliki__container,
    .videoroliki__container p,
    .videoroliki__editor .cke_editable,
    .videoroliki__editor .cke_editable p {
        flex-direction: column;
    }

    .ckeditor-html5-video {
        max-width: unset;
    }

    .videoroliki__item {
        padding: 16px;
    }

    .videoroliki__price:not(.mobile) {
        display: none;
    }

    .videoroliki__price.mobile {
        min-height: 64px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 36px;
    }

    .videoroliki__item {
        padding: 0;
        background-color: unset;
    }

    .videoroliki__item:not(:last-child) {
        margin-bottom: 65px;
    }

    .for-who__container {
        padding: 36px 0;
    }

    .for-who__items {
        margin: 16px 0;
        row-gap: 16px;
    }

    .clients__container {
        padding: 36px 0;
    }

    .clients__title {
        text-align: start;
    }

    .examples__items img {
        min-height: 340px;
        max-height: 450px;
        width: 100%;
        object-fit: cover;
    }

    .about-us__inner {
        margin-top: 16px;
    }

    .header_map__container {
        min-height: 400px;
        background: linear-gradient(90deg, #D798F3 10.64%, #AAD3FF 71.11%);
    }

    .header_map {
        display: none;
    }

    .header_cities__form {
        position: static;
        height: 100%;
        background-color: unset;
        padding: 32px 16px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        opacity: 1;
    }

    .header-cities__title {
        font-size: 28px;
        text-align: center;
        text-transform: uppercase;
    }

    .header-cities__wrapper {

    }

    .header-cities__select__wrapper {
        background-color: var(--white);
        padding: 32px 16px;
        border-radius: 16px;
    }

    .translation {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 550px) {
    .banner__img__videoscreen .videoscreen__img {
        width: 460px;
    }

    .on-videoscreen__img, .on-videoscreen__img.on-videoscreen__video {
        width: 382px;
        top: 8px;
        height: 193px;
    }

    .content_spec__container .content__price .price__value {
        font-size: 24px;
    }

    .content_spec__container .content__price .price__buy-btn {
        padding: 8px;
        max-width: 160px;
    }

    .price__form-title {
        /*padding-right: 36px;*/
    }

    .j-price__item-more.name {
        max-width: 40vw;
    }
}

@media screen and (max-width: 450px) {
    .banner__img__videoscreen .videoscreen__img {
        width: 360px;
    }

    .on-videoscreen__img {
        width: 299px;
        top: 6px;
    }

    .on-videoscreen__img.on-videoscreen__video {
        width: 299px;
        height: 151px;
        top: 7px;
    }
}


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

    .price {
        line-height: initial
    }

    .price__more {
        flex-direction: column;
        flex: 1
    }

    .itogo {
        flex: 1
    }

    .title, .rek_title, .contact__title {
        font-size: 28px;
    }

    p, .p, .title_desc, .title_desc p, .rek__text, .rek__text p {
        font-size: 14px;
    }

    .rek__text, .rek__text p {
        margin-bottom: 40px
    }

    .header-mobile__menu {
        right: 55px;
        padding: 20px
    }

    .rating__item-w {
        margin: 0
    }

    .rating__item {
        width: 33.33%
    }

    .videoroliki__item {
        width: 100%
    }

    .videoroliki__item-audio {
        flex-direction: column
    }

    .representation__item-img {
        width: 80px;
        height: 80px;
    }

    .dimodal-aligner--aligned-center.dimodal-aligner--aligned-center {
        padding: 20px
    }

    .form-tip {
        font-size: 18px;
        max-width: 200px
    }

    .modal-sale--style .modal__contents {
        font-size: 14px;
    }

    .modal-sale--style .modal__title {
        margin-bottom: 15px;
        text-align: start;
    }

    .modal-sale--style .modal__contents .content_info__container,
    .modal-sale--style .modal__contents .content__description,
    .modal-sale--style .block1__content {
        width: 100%;
        row-gap: 8px;
        flex-direction: column;
        align-items: center;
    }

    .modal-sale--style .modal__contents .content_info__container {
        align-items: center;
    }

    .modal-sale--style .modal__contents .content_info__container .contact-info__container {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        column-gap: 16px;
    }

    .modal-sale--style .modal__contents .content_info__container .contact-info__container .content_info {
        align-items: center;
    }

    .modal-sale--style .modal__contents .content__description .description__content {
        text-align: center;
    }

    .modal-sale--style .modal__contents .block1 .left {
        grid-gap: 8px
    }

    .modal-sale--style .modal__contents .block1 .left {
        margin-bottom: 20px;
    }

    .federal__city-item-w {
        grid-template-columns: 1fr;
        grid-gap: 0;
    }

    .federal__city-w {
        height: 400px;
        overflow-y: scroll;
        padding: 15px;
    }

    .station__children {
        grid-gap: 6px
    }

    .price__main-bot .price__item-banner__img {
        margin: 0 30px;
        display: flex;
        justify-content: center;
    }

    .price__item-banner__img--desktop {
        display: none !important;
    }

    .price__item-banner__img--mobile {
        display: block !important;
        width: 100%;
    }

    .radio__btn {
        width: 100%;
    }

    .banner__worker {
        display: none;
    }

    .option__item {
        max-width: 300px;
    }

    .about-us__quot {
        gap: unset;
        flex-direction: column;
    }

    .about-us__quot:before,
    .about-us__quot:after {
        transform: scale(0.5);
    }
}

@media screen and (max-width: 500px) {
    .price .price__form {
        margin-left: 0;
        left: 0;
        right: 0;
    }

    .videoscreens_filters__container .filters__view {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 480px) {
    .price__main-top > * {
        font-size: 13px;
    }

    .federal__title-price,
    .rhead_girl-w {
        display: none
    }

    .federal__title-price-mob,
    .price.federal .price__main-top-link {
        display: block
    }

    .itogo {
        flex: 2
    }

    .price__form {
        padding: 15px;
    }

    .contact__caption .title {
        font-size: 26px;
    }

    .header-mobile__menu .contact__title, .contact__caption .title {
        font-size: 24px;
    }

    .rhead__title {
        font-size: 28px;
        text-align: center
    }

    .rhead__title h1 {
        font-size: 28px;
        line-height: 30px;
    }

    .representation__item, .representation__item-w {
        padding: 10px
    }

    .footer {
        padding: 20px 0 0 0
    }

    .title, .header-mobile__menu .contact__caption, .price__form-title {
        margin-bottom: 20px
    }

    .price__more-result {
        font-size: 13px;
    }

    .contact .title, .representation__item-img {
        margin-bottom: 10px
    }

    .contact__caption {
        margin-bottom: 40px
    }

    .representation__item {
        flex-direction: column
    }

    .mobile__menu-contact .rhead__item {
        font-size: 14px;
    }

    .mobile__menu-contact .rhead__item .tel {
        font-size: 20px;
    }

    .header-mobile__menu .rhead__menu-w > * {
        padding: 8px 0
    }

    .rek__item-w {
        flex-direction: column
    }

    .rek__item-w > * {
        width: 100%
    }

    .rek__item {
        align-items: center
    }

    .rek__item-icon {
        width: 30px;
        height: 30px;
    }

    .header-mobile__menu-btn {
        width: 45px;
        height: 45px;
    }

    .header-mobile__menu {
        right: 45px
    }

    .header-mobile__tel-btn {
        right: 46px;
    }

    .modal-sale--style .modal__contents .block1 .right .col1 {
        font-size: 14px;
    }

    .modal-sale--style .modal__contents .block1 .right .photo {
        width: 50px;
        height: 50px;
    }

    .modal-sale--style .modal__contents .block1 .col1 {
        grid-gap: 4px
    }

    .modal-sale--style .modal__title {
        font-size: 22px
    }

    .rek__left-img {
        width: auto
    }
}

@media screen and (max-width: 400px) {
    .price.federal .price__main-top-link-federal-aud,
    .price.federal .sort_frequency-style {
        display: none
    }

}
[type="text"]{border: 1px solid #c0cad5; font-family: Tahoma; font-size: 13px; margin: 0; padding: 6px; width: 100%;}
[type="text"]:focus{border-color: #b0cfe0; -webkit-box-shadow: 0 0 5px #b0cfe0; box-shadow: 0 0 5px #b0cfe0;}
[type="password"]{border: 1px solid #c0cad5; font-family: Tahoma; font-size: 13px; margin: 0; padding: 6px; width: 100%;}
[type="password"]:focus{border-color: #b0cfe0; -webkit-box-shadow: 0 0 5px #b0cfe0; box-shadow: 0 0 5px #b0cfe0;}
[type="number"]{border: 1px solid #c0cad5; font-family: Tahoma; font-size: 13px; margin: 0; padding: 6px; width: 100%;}
[type="number"]:focus{border-color: #b0cfe0; -webkit-box-shadow: 0 0 5px #b0cfe0; box-shadow: 0 0 5px #b0cfe0;}
select{border: 1px solid #c0cad5; font-family: Tahoma; font-size: 13px; margin: 0; padding: 5px; width: 100%;}
select:focus{border-color: #b0cfe0; -webkit-box-shadow: 0 0 5px #b0cfe0; box-shadow: 0 0 5px #b0cfe0;}