/* common styles */
.g-hide, .just_mobile {
    display: none;
}

.tns-controls button {
    margin: 25px 0;
}

/* common styles end */

/* main layout */
.ind_head, .ind_cont, .ind_bottom, #wrapper {
    display: block;
    position: relative;
    width: 1200px;
    text-align: left;
    margin: 0 auto;
    clear: both;
}

.ind_head, .ind_bottom {
    padding-top: 25px;
}

.cont_left {
    width: 20%;
    float: left;
}

.cont_right {
    width: 80%;
    float: right;
}

/* main layout end */

/* pagination */
.pagination-top {
    position: relative;
    width: 630px;
}

.pagination-top .bx-pagination {
    position: absolute;
    top: -52px;
    left: 50%;
    margin-left: -165px;
    width: 100%;
}

.bx-pagination .bx-pagination-container {
    text-align: center;
    position: relative;
}

.bx-pagination .bx-pagination-container ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
}

.bx-pagination .bx-pagination-container ul li {
    display: inline-block;
    margin: 0 2px 15px 2px;
}

.bx-pagination .bx-pagination-container ul li span {
    transition: 0.3s ease;
    padding: 0 8px;
    display: block;
    height: 32px;
    min-width: 32px;
    line-height: 32px;
    font-size: 14px;
    border-radius: 16px;
    vertical-align: middle;
}

.bx-pagination .bx-pagination-container ul li a {
    text-decoration: none;
    display: block;
    border-radius: 16px;
    height: 32px;
    min-width: 32px;
    line-height: 32px;
    vertical-align: middle;
}

.bx-pagination .bx-pagination-container ul li a span:hover {
    box-shadow: 0 0 5px -2px inset;
}

.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span {
    border-width: 2px;
    line-height: 28px;
    padding: 0 18px;
}

.bx-pagination .bx-pagination-container ul li.bx-pag-all span:hover,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span:hover,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span:hover {
    border: 2px solid;
    box-shadow: none;
}

/* pagination end */

/* header cashback */
.head-cashback {
    position: absolute;
    z-index: 2;
}

.head-cashback > span {
    white-space: nowrap;
    font-size: 13px;
    opacity: 0.8;
}

.head-cashback > span::before {
    content: '(';
}

.head-cashback > span::after {
    content: ' бонусов)';
}

.head-cashbacktip {
    display: none;
    position: absolute;
    white-space: nowrap;
    text-align: left;
    right: -15px;
    top: 32px;
    padding: 5px 10px;
    border-width: 1px;
    box-shadow: 2px 2px 5px -2px;
}

.head-cashbacktip::before {
    content: '';
    display: block;
    position: absolute;
    top: -11px;
    right: 23px;
    border: 10px solid;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top: 0 none;
    opacity: 0.2;
}

.head-cashback:hover .head-cashbacktip {
    display: block;
}

.head-cashbacktip b {
    display: block;
}

/* header cashback end */

/* top menu */
.telephone_top {
    position: absolute;
    right: 0;
    font-size: 22px;
    bottom: 15px;
    text-decoration: none !important;
}

.top_men {
    height: 50px;
    border: 0 none;
}

.top_men ul {
    left: 0;
}

.top_men li {
    list-style-type: none;
}

.top_men, .top_men tbody, .top_men tr {
    display: block;
    text-align: left;
    margin: 0 0 10px;
}

.top_men tr {
    margin-left: -10px;
}

.top_men td {
    display: inline-block;
    padding: 0 5px;
    border: 0 none;
}

.top_men_td > a {
    display: block;
    padding: 12px 5px;
    text-transform: uppercase;
}

.top_men_td > span {
    cursor: default;
    display: block;
    padding: 12px 5px;
    text-transform: uppercase;
}

.top_men_td > div {
    display: none;
    position: absolute;
    left: 50%;
    width: 1240px;
    min-height: 295px;
    padding: 0 20px 15px;
    border-bottom: 2px solid;
    margin-left: -620px;
    text-align: left;
    z-index: 110;
}

.top_men_td:hover > div {
    display: block;
}

.top_men_sub {
    width: 100%;
    display: table;
    list-style: none;
    margin: -1px 0 0;
    padding: 0 244px 0 0;
}

.top_men_sub > li {
    width: 18%;
    display: table-cell;
    vertical-align: top;
    padding: 20px 5px 0;
    border-top-width: 1px;
}

.top_men_sub > li > a {
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.top_men_sub > li > span {
    cursor: default;
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.top_men_sub > li > ul > li > span {
    display: inline-block;
    margin-bottom: 4px;
    cursor: default;
}

.top_men a {
    text-decoration: none;
}

.top_men_sub span.active {
    cursor: default;
}

.top_men_sub .active > a, .top_men_sub a.active, .top_men_sub a:hover, .top_men_sub span.active {
    text-decoration: underline;
}

.top_men_sub > li > a::first-letter {
    text-transform: capitalize;
}

.top_men_img {
    position: absolute;
    top: 20px;
    left: calc(100% - 224px);
    cursor: pointer;
}

.top_men_td:nth-child(9) .top_men_sub, .top_men_td:nth-child(10) .top_men_sub {
    height: 265px;
}

.top_men_td:nth-child(9) .top_men_sub {
    background: url('/upload/images/layout/menu-trends.jpg') right 20px no-repeat;
}

.top_men_td:nth-child(10) .top_men_sub {
    background: url('/upload/images/layout/menu-shop.jpg') right 20px no-repeat;
}

.topmenu_art::before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 80px;
    height: 16px;
    margin: -8px 0 0 -3px;
    background: url('/upload/images/layout/menu-overdrive.png') no-repeat;
}

/* top menu end */

/* fashion */
.fashion {
    display: flex;
    margin: 0 -10px;
}

.fashion a, .fashion img {
    display: block;
}

.fashion img {
    width: 100%;
    object-fit: contain
}

.fashion a {
    width: 100%;
    padding: 10px;
    transition: 0.4s;
}

.fashion-left,
.fashion-right {
    width: 100%;
}

.fashion-left__text {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.fashion-right__block {
    position: relative;
}

.fashion-right__block img {
    max-height: 350px;
    height: 100%;
}

.fashion-right__text.fashion-text {
    position: absolute;
    top: 15px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.fashion-right__block:first-child .fashion-right__text.fashion-text {
    right: -50px;
}

.fashion-right__block:nth-child(2) .fashion-right__text.fashion-text {
    right: -115px;
}

@media screen and (max-width: 1670px) {
    .fashion-right__text.fashion-text {
        position: relative;
        top: initial;
        right: initial !important;
        text-align: center;
    }
}

@media screen and (max-width: 1000px) {
    .fashion {
        flex-direction: column;
    }
}

@media screen and (max-width: 767px) {
    .fashion a {
        width: 100%;
    }
}

.fashion a:hover {
    opacity: 0.8;
}

h1.fashion_boxstyle {
    display: none;
}

.blog_menyu_top {
    width: 100%;
    display: table;
    margin: 25px 0 13px;
    left: auto;
}

.blog_menyu_top li {
    display: table-cell;
    text-align: center;
    vertical-align: bottom;
    width: 25%;
    border-width: 1px;
}

.blog_menyu_top a {
    display: block;
    padding: 5px;
    margin: 0;
    font-size: 20px;
    text-decoration: none;
    text-transform: uppercase;
}

.fashion_guide_item {
    display: block;
    min-height: 286px;
    position: relative;
    padding-top: 10px;
    text-align: center;
}

.fashion_guide_text {
    display: block;
    position: absolute;
    bottom: 45px;
    left: 50%;
    width: 400px;
    padding: 20px 20px 30px;
    margin-left: -220px;
    text-decoration: none;
    border-radius: 15px;
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2);
}

.fashion_guide_text div {
    position: absolute;
    right: 15px;
    top: 10px;
    opacity: 0.9;
}

.fashion_guide_text p {
    opacity: 0.9;
}

.fashion_guide img {
    margin: 10px 0;
    border-radius: 20px;
    box-shadow: 0 0 6px 0px rgb(0 0 0 / 25%);
    max-width: 1200px;
}

.fashion_guide h2 {
    margin-top: 5px;
    margin-bottom: 15px;
}

.fashion_guide h3 {
    margin-top: 25px;
    margin-bottom: 0;
    opacity: 0.75;
}

.fashion_article {
    margin-top: 40px;
}

.fashion_article_date {
    float: right;
    margin: 8px 0 0 25px;
}

.fashion_article img {
    margin: 10px 0 20px;
}

@media screen and (max-width: 480px) {
    .fashion_article img {
        width: 100%;
    }
}

.fashion_article table tr {
    display: flex;
    flex-wrap: wrap;
}

.fashion_article_more {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    margin: 0 -10px 20px;
}

.fashion_article_more div {
    width: 100%;
}

.fashion_article_more a {
    display: block;
    width: 33.3%;
    padding: 10px 10px 20px;
    vertical-align: top;
}

@media screen and (max-width: 576px) {
    .fashion_article_more a {
        width: 100%;
    }

    .fashion_article_more a .h4 {
        margin: 10px 0 10px;
    }
}

.fashion_article_more a div {
    height: 177px;
    background-size: cover;
}

.fashion_article_more a span {
    display: block;
    width: 100%;
}

.fashion_video_item {
    padding-top: 15px;
    margin: 25px 0;
}

.fashion_video_item + .fashion_video_item {
    border-top-width: 1px;
}

.fashion_video_date {
    float: right;
    margin-top: 8px;
}

.fashion_video_item h2 {
    margin-top: 0;
}

.fashion_video_date + h2 {
    padding-right: 200px;
}

/* fashion end */

/* fashion lookbook */
.lookbook-slide {
    position: relative;
    width: 100%;
    margin: 35px auto;
}

.lookbook-slide img {
    display: block;
    width: 100%;
}

.lookbook-slide a {
    display: block;
    position: absolute;
    padding: 4px 10px;
    text-decoration: none;
    background: rgba(0, 0, 0, 0.7);
    border: 1px dotted #00000088;
    background-clip: padding-box;
    border-radius: 2px;
    margin-left: 0;
    opacity: 0.4;
    transition: margin-left 0.2s, opacity 0.4s;
}

.lookbook-slide a:hover {
    margin-left: 5px;
    opacity: 1;
}

.lookbook-slide a.lookbook-pdf {
    width: 44px;
    height: 60px;
    top: 25px;
    right: 25px;
    padding: 0;
    background: url('/upload/images/lookbook/lookbook-pdf.png') no-repeat;
    border: 0 none;
    opacity: 0.8;
    transition: 0.4s;
}

.lookbook-slide a.lookbook-pdf:hover {
    opacity: 1;
    margin-left: 0;
}

.lookbook-button {
    display: block;
    text-transform: uppercase;
    border: 1px solid;
    margin: 0 auto 10px;
    padding: 10px;
    width: 340px;
    text-align: center;
    font-size: 25px;
    text-decoration: none !important;
}

.lookbook-subscribe {
    text-align: center;
    font-size: 24px;
    margin-bottom: 100px;
}

.lookbook-subscribe > p + p {
    margin: 15px 0;
}

.lookbook-subscribe input {
    display: inline-block;
    width: 185px;
}

.lookbook-subscribe input[type="submit"] {
    padding: 4px 10px;
}

/* fashion lookbook end */

/* company stores */
.map_city_details .stores td {
    position: relative;
    padding: 15px 5px;
    border-width: 0;
    border-bottom-width: 1px;
    vertical-align: bottom;
}

.map_city_details .stores .metro {
    margin-top: 5px;
}

.map_city_details .stores .metro::before {
    content: 'м';
    display: inline-block;
    border: 1px solid;
    width: 13px;
    height: 13px;
    text-align: center;
    line-height: 8px;
    border-radius: 50%;
    vertical-align: top;
    margin: 3px 2px 0 0;
    opacity: 0.6;
}

.map_city_details .stores td:nth-child(2) {
    width: 160px;
}

.map_city_details .stores td:last-child {
    width: 140px;
    text-align: right;
}

.stores_label_kids, .stores_label_outlet {
    display: inline-block;
    cursor: default;
}

h1 .stores_label_kids, h1 .stores_label_outlet {
    vertical-align: bottom;
    margin-bottom: -5px;
    margin-right: 15px;
}

.stores_label_kids.handwrite, .stores_label_outlet.handwrite {
    line-height: 40px;
    text-transform: lowercase;
}

.stores_label_kids + .stores_label_outlet {
    margin-left: 25px;
}

h1 .stores_label_kids + .stores_label_outlet {
    margin-left: 0;
}

.stores_label_kids.handwrite {
    margin-left: 4px;
}

/*.stores_label_partner {
margin-bottom: 5px;
text-transform: uppercase;
opacity: 0.6;
cursor: default;
}*/
.mag-filter {
    margin-bottom: 20px;
}

#address_form {
    display: flex;
}

#address_form > .slidelist .slidelist_content {
    margin-top: 5px;
    width: 100%;
}

#address_form > div:last-child {
    margin-right: 0;
}

#address_form > .button_small {
    width: 210px;
    margin-top: 5px;
    margin-bottom: 0;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

.map_address.yandex-map {
    margin: 15px 0;
}

.ya-taxi-widget + div {
    margin-bottom: 10px;
}

table.mag tr:first-child td:last-child {
    padding: 5px 0;
}

table.mag tr:nth-child(2) td:last-child {
    padding: 5px 0 12px;
}

table.mag tr:nth-child(3) td:last-child {
    padding: 5px 0 10px;
}

.stores_cities, .stores_cities ul {
    left: 0;
}

.stores_cities li {
    list-style-type: none;
}

.stores_cities {
    display: flex;
    flex-wrap: wrap;
    margin-top: 18px;
}

.stores_cities > li {
    width: 25%;
}

.stores_cities > li.main, .stores_cities > li:first-child {
    width: 100%;
}

#map {
    height: 620px;
}

.back__arrow {
    background-image: url('/local/templates/adaptive/sprite.svg');
    background-repeat: no-repeat;
    width: 14px;
    height: 16px;
    cursor: pointer;
    display: block;
    background-position-x: -854px;
    margin-right: 6px;
    background-position-y: -38px;
}

@media screen and (max-width: 1440px) {
    #map {
        height: 500px;
    }
}

@media (max-width: 1050px) {
    #address_form {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 768px) {
    #map {
        height: 400px;
    }
}

@media (max-width: 500px) {
    #address_form > .button_small {
        width: calc(50% - 8px);
    }

    #address_form > .slidelist {
        margin-right: 0;
    }
}

/* company stores end */

/* company events & news */
.events { /* общий текст внизу страницы акции и страницы со списком акций*/
    border-top-width: 1px;
    margin: 25px 0;
    padding-top: 30px;
}

.akciya_news_detail h1 {
    margin-bottom: 20px;
}

.akciya_news_detail img {
    float: left;
    max-width: 100%;
    min-width: 300px;
    margin: 10px 22px 10px 0;
    box-shadow: 1px 2px 7px -1px;
}

@media screen and (max-width: 550px) {
    .akciya_news_detail img {
        float: none;
        display: block;
        margin: 0 auto;
        max-width: initial;
        min-width: initial;
        width: 100%;
        box-shadow: none;
    }
}

.akciya_news_detail .data_news {
    float: right;
    margin-bottom: 10px;
}

@media screen and (max-width: 550px) {
    .akciya_news_detail .data_news {
        margin-top: 25px;
    }

    .akciya_news_detail_link {
        text-align: center;
    }
}

@media screen and (max-width: 480px) {
    .akciya_news_detail .data_news {
        float: none;
    }
}

.akciya_news_detail-wrap {
    display: flex;
}

@media screen and (max-width: 980px) {
    .akciya_news_detail-wrap {
        flex-wrap: wrap;
    }
}

.akciya_news_detail table tr {
    display: flex;
    flex-wrap: wrap;
}

.event_boxstyle_link {
    font-size: 16px;
    padding: 10px 30px;
    border: 1px solid;
    margin: 0;
    transition: 0.4s;
    display: inline-block;
    margin: 20px 0;
}

@media screen and (max-width: 550px) {
    .wrapper-all-text {
        text-align: justify;
    }
}

/* company events & news end */

/* company career resume */
.new_request {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
}

.request_block {
    position: relative;
    width: calc(50% - 12px);
    border-width: 1px;
    margin: 5px;
    padding: 15px;
}

.request_block:last-of-type {
    width: calc(100% - 12px);
    border-width: 0;
}

.request_block h4 {
    margin-top: 0;
}

.request_block input, .request_block .selecter, .request_block .birthdate input[name*="date"] {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 10px 0;
}

.request_block input.check {
    width: 14px;
    float: left;
    margin: 4px 5px 0 0;
}

.request_block input.subbb {
    width: 150px;
    position: absolute;
    right: 0;
    margin: -27px 25px;
}

.request_block input[name*="date"] {
    display: inline-block;
    width: 208px;
}

.request_block input[name*="date"] + img {
    margin-top: 17px;
}

.request_block .birthdate input[name*="date"] + img {
    right: 0;
    margin: -31px 16px;
}

.request_subheader {
    text-align: center;
    padding: 5px;
    margin: 19px 0 -9px;
}

/* company career resume end */

/* company presscenter releases */
.events.news_boxstyle {
    display: flex;
    flex-wrap: wrap;
}

.events.news_boxstyle .pager {
    width: 100%;
}

.events.news_boxstyle .news_spisok {
    width: calc(50% - 10px);
    border-bottom-width: 1px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    grid-gap: 0;
    margin: 0;
}

.events .news_spisok_link {
    width: 100%;
    vertical-align: top;
    white-space: nowrap;
    vertical-align: top;
}

.events.news_boxstyle .news_spisok:nth-of-type(2n) {
    margin-right: 20px;
}

.events.news_boxstyle .h1_boxstyle a.news_spisok_title {
    font-size: 20px;
    white-space: nowrap;
    width: calc(100% - 80px);
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
}

.events.news_boxstyle .h1_boxstyle a.news_spisok_data {
    float: right;
    display: block;
    padding: 5px 7px;
    margin-left: 8px;
    text-decoration: none;
}

.events.news_boxstyle .news_spisok_blok_img {
    width: 100%;
    padding: 10px 0;
}

.events.news_boxstyle .news_spisok_blok_img a {
    max-height: 400px;
    height: 25vw;
    width: 100%;
    display: block;
}

.events.news_boxstyle img {
    max-width: 100%;
}

.events.news_boxstyle .news_spisok_desc {
    padding: 0px 0px 15px;
}

.events.news_boxstyle a {
    transition: 0.5s;
}

/* company presscenter releases end */

/* company contacts */
/*.contacts h1 {display: none;}*/
.contacts-table {
    margin: 10px 0 25px;
}

.contacts-table td {
    vertical-align: top;
    padding: 10px 25px 0 0;
}

.contacts-map {
    display: block;
    max-width: 100%;
    width: 580px;
    margin: 20px 0;
    border-width: 12px 1px 1px;
    cursor: zoom-in;
}

.contacts-map.active {
    width: 100%;
    cursor: zoom-out;
}

.contacts-info {
    display: inline-block;
    padding: 20px 22px 8px;
    border: 1px dashed;
    margin-top: 10px;
}

.contacts-info h4 {
    margin-top: 0;
}

.contacts-info + p {
    margin-top: 30px;
}

.contacts hr {
    width: 350px !important;
    border-top: 1px solid !important;
    margin: 40px 0 30px;
    opacity: 0.4;
}

/* company contacts end */

/* delivery (page) */
.delivpage-buttons {
    display: table;
    border-spacing: 2px;
    margin: 20px 0 40px !important;
}

.delivpage-buttons > div {
    display: table-cell;
    padding: 1px;
    width: 20%;
    text-align: center;
}

.delivpage-buttons a {
    display: block;
    border-width: 1px;
    padding: 11px 0 10px;
    text-decoration: none;
}

.delivpage-buttons a:hover {
    text-decoration: none;
}

.delivpage-button-header {
    display: block;
    padding: 0 10px;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 23px;
}

.delivpage-button-header span {
    display: block;
    margin: 7px 0 9px;
    text-transform: none;
}

.delivpage-buttons img {
    display: block;
    margin: 7px auto 0;
}

.delivpage-button-text {
    display: block;
    text-transform: lowercase;
    font-size: 13px;
    line-height: 14px;
}

.delivpage-buttons ~ a[name] {
    position: absolute;
    margin-top: -100px;
}

/* delivery end */

/* profile menu */
.buttonsmenu_left ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    padding-right: 25px;
    width: 100%;
    margin-top: 10px;
    left: 0;
}

.buttonsmenu_left ul::after {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 100%;
    border-right: 1px solid;
    top: 0;
    right: 15px;
    opacity: 0.5;
}

.buttonsmenu_left li {
    display: block;
    width: 100%;
    padding: 4px 0;
    list-style-type: none;
}

.buttonsmenu_left a:hover, .buttonsmenu_left a:active, .buttonsmenu_left li.selected a {
    text-decoration: none;
    opacity: 1;
}

.buttonsmenu, .buttonsmenu + .cont_right {
    float: none;
    width: 100%;
}

.buttonsmenu ul {
    padding-right: 0;
}

.buttonsmenu ul::after {
    display: none;
}

.buttonsmenu li {
    width: 33.33%;
    padding: 4px 6px;
}

.buttonsmenu_left a {
    width: 100%;
    opacity: 0.6;
    padding: 13px;
}

.buttonsmenu_left a::before {
    top: calc(50% + 11px);
    left: 15px;
}

.buttonsmenu_left a[href*='/personal/order'],
.buttonsmenu_left a[href*='/personal/delivery'],
.buttonsmenu_left a[href*='/personal/favorites'],
.buttonsmenu_left a[href*='/personal/profile'],
.buttonsmenu_left a[href*='/personal/check_discount_cards'],
.buttonsmenu_left a[href*='/personal/loyalty-program'],
.buttonsmenu_left a[href*='/personal/ruspost'],
.buttonsmenu_left a[href*='/personal/changepass'],
.buttonsmenu_left a[href*='/personal/partners'],
.buttonsmenu_left a[href*='/personal/subs'],
.buttonsmenu_left a[href*='feedback'],
.buttonsmenu_left a[href*='logout'] {
    padding-left: 51px;
}

.buttonsmenu_left a[href*='/personal/order']::before {
    content: '\E284';
}

.buttonsmenu_left a[href*='/personal/delivery']::before {
    content: '\E422';
}

.buttonsmenu_left a[href*='/personal/favorites']::before {
    content: '\E013';
}

.buttonsmenu_left a[href*='/personal/profile']::before {
    content: '\E004';
}

.buttonsmenu_left a[href*='/personal/check_discount_cards']::before {
    content: '\E268';
}

.buttonsmenu_left a[href*='/personal/loyalty-program']::before {
    content: '\E268';
}

.buttonsmenu_left a[href*='/personal/ruspost']::before {
    content: '\E351';
}

.buttonsmenu_left a[href*='/personal/changepass']::before {
    content: '\E045';
}

.buttonsmenu_left a[href*='/personal/partners']::before {
    content: '\E025';
}

.buttonsmenu_left a[href*='/personal/subs']::before {
    content: '\E011';
}

.buttonsmenu_left a[href*='feedback']::before {
    content: '\E246';
}

.buttonsmenu_left a[href*='logout']::before {
    content: '\E389';
}

/* profile menu end */

/* profile orders */
.pay_delivery_type {
    display: flex;
    flex-wrap: wrap;
    padding: 0 18px;
}

.pay_delivery_type > img {
    display: block;
    padding: 0 5px;
}

.pay_delivery_type > span {
    width: 100%;
    display: block;
    font-size: 15px;
    line-height: 15px;
}

.pay_delivery_type > img + span {
    display: none;
    position: absolute;
    width: 200px;
    border: 1px solid;
    border-radius: 5px;
    padding: 5px;
    box-shadow: -2px 3px 6px -4px;
    margin: 40px 10px 0;
}

.pay_delivery_type > img:hover + span {
    display: block;
}

.pay_delivery_type > span:first-of-type {
    margin-bottom: 10px;
}

.orderdetail_table td, .orderdetail_table ~ table td {
    width: 50%;
}

/* profile orders end */

/* profile bonus auth */
.bonusregister {
    width: 100%;
    max-width: 100%;
    min-height: 550px;
    padding: 236px 135px 0;
    background: url('/upload/images/layout/bonusauth-bg.png') center top no-repeat;
    background-size: 100% auto;
    text-align: center;
    font-size: 18px;
}

@media screen and (max-width: 1200px) {
    .bonusregister {
        padding: 190px 135px 0;
    }
}

@media screen and (max-width: 991px) {
    .bonusregister {
        padding: 140px 135px 0;
    }
}

@media screen and (max-width: 767px) {
    .bonusregister {
        padding: 90px 65px 0;
    }

    .bonusregister-phone input {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 700px) {
    .bonusregister {
        padding: 190px 135px 0;
    }

    .bonusregister-phone input {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 620px) {
    .bonusregister-phone input {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 576px) {
    .bonusregister {
        padding: 140px 105px 0;
    }
}

@media screen and (max-width: 480px) {
    .bonusregister {
        padding: 110px 85px 0;
    }
}

@media screen and (max-width: 440px) {
    .bonusregister {
        padding: 110px 75px 0;
    }
}

@media screen and (max-width: 380px) {
    .bonusregister {
        padding: 90px 65px 0;
    }
}

.bonusregister-head {
    font-size: 35px;
    text-transform: uppercase;
    font-family: ProbaRegular;
    letter-spacing: 3px;
    margin: 13px 0;
}

.bonusregister-head + div {
    margin: 0 0 22px;
    text-transform: uppercase;
    font-family: ProbaRegular;
    letter-spacing: 2px;
    font-size: 14px;
    letter-spacing: 1px;
}

.bonusregister-links {
    text-transform: uppercase;
    font-size: 14px;
    margin: 15px 0 40px;
    letter-spacing: 1.1px;
}

.bonusregister.active .bonusregister-links {
    margin: 15px 0 25px;
}

.bonusregister-links a {
    margin: 0 20px;
    font-family: ProbaRegular;
}

.bonusregister-phone input {
    display: inline-block;
    max-width: 180px;
    margin-right: 3px;
    background: transparent;
}

.bonusregister.active .bonusregister-phone input {
    border: 0 none;
}

.bonusregister-phone button {
    display: inline-block;
    margin: 0;
    vertical-align: bottom;
}

.bonusregister-buttons {
    display: none;
    position: relative;
    margin: 10px auto 0;
    max-width: 400px;
}

.bonusregister-buttons button {
    display: inline-block;
    width: auto;
    padding: 20px 21px 21px;
    margin: 4px 0;
    vertical-align: top;
    transition: 0.4s;
}

.bonusregister-buttons button.glyphicons::before {
    margin: 8px 10px;
}

.bonusregister-buttons button#repeatsend {
    background: transparent;
    opacity: 0.5;
}

.bonusregister-buttons button#repeatsend:hover {
    opacity: 1;
}

.bonusregister-buttons button#repeatsend::before {
    margin-top: 10px;
    font-size: 21px;
}

.bonusregister-buttons input {
    display: inline-block;
    max-width: 148px;
    padding: 9px;
    border: 1px solid;
    margin: 4px 5px 10px;
    background: transparent;
}

.bonusregister.active .bonusregister-buttons {
    display: block;
}

.bonusregister.active .bonusregister-phone button {
    display: none;
}

/* profile bonus auth end */

/* profile bonus */
.personal_cashback > .personal_cashback-balance {
    display: inline-block;
    border-width: 1px;
    font-size: 18px;
    padding: 10px;
    margin-bottom: 20px;
}

.personal_cashback > .personal_cashback-header {
    border-top-width: 1px;
    font-size: 18px;
    padding: 10px;
    margin-top: 20px;
    clear: both;
}

.personal_cashback .loyalty-table {
    margin-top: 20px;
    margin-bottom: 0;
}

.personal_cashback > .personal_cashback-addcard {
    float: right;
    border: 1px dotted;
    padding: 32px 25px 20px;
}

.personal_cashback > .personal_cashback-addcard label {
    margin-top: 28px;
}

.personal_cashback-addcard .button_small {
    margin: 0;
}

/* profile bonus end */

/* profile reminder (loyalty) */
.announcement {
    margin-top: -40px;
}

.announcement-content {
    background: url("/upload/images/layout/brushbg-red.png") no-repeat;
}

.announcement button {
    padding: 10px;
    font-size: 18px;
    cursor: pointer;
}

.announcement-shadow {
    clear: both;
}

.announcement-hr {
    position: relative;
    padding-left: 100px;
}

.announcement-hr img {
    position: absolute;
    top: 55px;
    left: 0;
    height: 93px;
}

.announcement-hr .announcement-content {
    max-width: 350px;
    padding: 55px 80px;
    background-size: auto 100%;
    background-position: right;
}

.announcement-hr button {
    width: 300px;
}

.announcement-vr {
    max-width: 437px;
    float: right;
    font-size: 18px;
    text-align: center;
}

.announcement-vr .announcement-content {
    background-size: 100% auto;
    padding: 57px 70px;
}

.announcement-vr button {
    width: 100%;
    margin-top: 5px;
}

.announcement-vr img {
    display: block;
    margin: 50px 0 40px 90px;
    transform: rotate(-40deg);
}

.announcement-vr .announcement-shadow {
    width: 45px;
    border-radius: 25px;
    margin-left: 157px;
    transform: rotateX(-67deg);
    box-shadow: 0 0 85px, 0 0 75px, 0 0 45px;
    overflow: hidden;
}

.announcement-vr .announcement-shadow div {
    width: 100%;
    height: 45px;
    opacity: 0.44;
}

/* profile reminder end */

/* order fast */
.fastorder-left, .fastorder-right {
    display: table-cell;
    vertical-align: top;
}

.fastorder-left {
    width: 45%;
    padding-right: 150px;
}

.fastorder-left h1 {
    margin: 0;
}

.fastorder-form {
    position: relative;
    margin: 35px 0 25px;
}

.fastorder-form input {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

.fastorder-form .error {
    font-size: 14px;
    position: absolute;
    right: -36px;
    margin-top: -32px;
    text-transform: lowercase;
}

.fastorder-form + .required {
    margin-top: 10px;
}

.fastorder-form + .required::first-letter {
    margin-left: -10px;
}

.fastorder-button input {
    width: 100%;
    font-size: 20px;
}

.fastorder-acceptance {
    margin-top: 45px;
    opacity: 0.7;
}

.fastorder-acceptance label, .fastorder-acceptance > p:last-of-type {
    display: block;
    margin-top: 20px;
}

.fastorder-acceptance a {
    text-decoration: underline;
}

.fastorder-items-header {
    font-size: 26px;
    margin: 21px 0;
}

.fastorder-items-header > span {
    font-size: 22px;
    margin-left: 15px;
}

.fastorder-items-header > span span {
    font-size: 26px;
}

.fastorder-items-header > span + span {
    font-size: 16px;
    margin-left: 10px;
    opacity: 0.8;
}

.fastorder-items {
    display: table;
    max-width: 100%;
    width: 530px;
}

.fastorder-item {
    text-transform: lowercase;
    border-bottom-width: 1px;
    display: table-row;
}

.fastorder-item > div {
    display: table-cell;
    position: relative;
    vertical-align: top;
    padding: 15px 0;
    border-bottom-width: 1px;
}

.fastorder-item > .fastorder-item-info {
    padding-top: 43px;
}

div.fastorder-item > div > p {
    margin-bottom: 0;
}

.fastorder-item-info > p:first-child {
    position: absolute;
    top: 13px;
    font-size: 18px;
    white-space: nowrap;
    max-width: 400px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fastorder-item p:last-child {
    position: absolute;
    bottom: 15px;
}

.fastorder-item-info > p:first-child, .fastorder-item p span {
    text-transform: none;
}

.fastorder-item p .fastorder-notmobile, .fastorder-item p .fastorder-notmobile2 {
    text-transform: lowercase;
}

.fastorder-item-price {
    text-align: right;
}

.fastorder-item-price > p:first-child {
    font-size: 18px;
    margin-top: -1px;
    margin-bottom: 6px;
}

.fastorder-item-price > p:last-child {
    white-space: nowrap;
    right: 0;
    bottom: 13px;
}

.fastorder-item-price > p:last-child > span:last-child {
    display: inline-block;
    margin-left: 1px;
    font-size: 26px;
}

.fancybox-slide--ajax > #order_form_div {
    max-width: 1200px;
}

.fancybox-slide--ajax .fastorder-left {
    width: 50%;
    padding-left: 50px;
    padding-bottom: 25px;
}

.fancybox-slide--ajax .fastorder-items-wrapper {
    height: 71vh;
    overflow: auto;
    max-height: 540px;
}

/* order fast end */

/* order completed */
.excludePayment-comment {
    text-align: center;
}

.thankspage-info .thankspage-paytype {
    display: block;
    height: 21px;
    margin-top: 2px;
    text-transform: lowercase;
}

.thankspage-info .thankspage-paybutton {
    display: block;
    margin-top: 17px;
    text-transform: uppercase;
}

.thankspage-promo {
    display: none;
    position: absolute;
    border: 1px solid;
    border-radius: 10px;
    padding: 7px 15px;
    margin: -50px 0 0 108px;
    box-shadow: 0px 3px 9px -3px, 0 0 1px inset;
}

.thankspage-promo::before, .thankspage-promo::after {
    content: '';
    display: inline-block;
    position: absolute;
    left: -19px;
    bottom: -4px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 25px solid;
    transform: rotate(-20deg);
}

.thankspage-promo::before {
    left: -22px;
    bottom: -5px;
}

.thankspage-info .thankspage-paybutton a:hover {
    text-decoration: none;
}

.thankspage-info .thankspage-paybutton a, .thankspage-info .thankspage-paybutton span {
    display: inline-block;
}

.thankspage-info .thankspage-paybutton span {
    padding: 5px 15px;
}

.thankspage-comment #promocode-element-container > a > div > div > div:first-child {
    display: none;
}

/* костыль: */
/* order completed end */

/* order payment completed */
.payment-result-container {
    font-size: 18px;
    text-align: center;
}

.payment-result-success, .payment-result-fail {
    margin-top: 40px;
    display: inline-block;
    max-width: 500px;
    padding: 70px 85px;
    background: url('/upload/images/layout/brushbg-blue.png') no-repeat;
    background-size: 100% auto;
    min-height: 300px;
}

.payment-result-fail {
    padding-top: 110px;
    font-weight: 500;
}

.payment-result-success-subtitle, payment-result-fail-subtitle {
    margin: 10px 0;
    font-size: 14px;
}

.payment-result-success-comment {
    font-size: 14px;
}

/* order payment completed end */

/* promo scribe */
.promo-subscribe {
    width: 100%;
    padding: 50px 55px;
    text-align: center;
    font-size: 18px;
}

.promo-subscribe > div {
    padding: 40px 30px 30px;
}

.promo-subscribe > div > p:first-child {
    font-size: 24px;
}

.promo-subscribe form {
    margin-top: 20px;
}

.promo-subscribe input {
    margin: 10px auto 0;
}

/* promo scribe end*/

/* partners auth */
.partnerauth_boxstyle {
    position: relative;
}

.partnerauth_boxstyle .zagolovok_podform {
    font-size: 26px;
    font-weight: normal;
    padding: 10px 15px;
    margin: 20px 0;
}

.partnerauth_boxstyle form > div:not(.partnerauth_buttons) {
    padding: 0 15px 20px;
}

.partnerauth_boxstyle label, .partnerauth_boxstyle input {
    display: inline-block;
}

.partnerauth_boxstyle label {
    min-width: 62px;
}

.partnerauth_boxstyle label + input {
    width: 316px;
}

.partnerauth_boxstyle input[type=submit] {
    width: 80px;
    margin-left: 50px;
}

.partnerauth_buttons {
    position: absolute;
    top: 0;
    right: 0;
    padding: 4px 7px;
}

.partnerauth_buttons, .partnerauth_buttons noindex {
    display: flex;
    flex-wrap: wrap;
}

.partnerauth_buttons a {
    display: block;
    text-align: center;
    border: 3px double;
    padding: 9px 14px;
    font-weight: bold;
    border-radius: 3px;
    margin: 0 5px;
    opacity: 0.8;
}

.partnerauth_buttons a:hover {
    text-decoration: none !important;
    opacity: 1;
}

/* partners auth end */

/* mindbox */
.mindbox_title {
    font-size: 24px;
    text-transform: none;
    text-align: center;
    margin: 35px 0;
}

#mindbox_base .slick-arrow {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    opacity: 0.5;
    margin-top: -90px;
    top: 50%;
    transform: translate(0, -50%);
    transition: all ease .3s;
    cursor: pointer;
    z-index: 1;
}

#mindbox_base .slick-next, #mindbox_base .slick-arrow-next {
    right: -15px;
}

#mindbox_base .slick-prev, #mindbox_base .slick-arrow-prev {
    left: -15px;
}

#mindbox_base .slick-next::after, #mindbox_base .slick-arrow-next::after {
    content: '►';
    display: block;
    position: absolute;
    margin: 9px 14px;
    text-shadow: none;
}

#mindbox_base .slick-prev::after, #mindbox_base .slick-arrow-prev::after {
    content: '◄';
    margin: 9px 11px;
    display: block;
    position: absolute;
    text-shadow: none;
}

#mindbox_base img.mindbox_image {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    margin: 0 auto;
    outline: none;
    margin-bottom: 10px;
}

#mindbox_base {
    width: 100%;
    display: inline-block;
}

#mindbox_base li {
    width: 240px;
    margin-bottom: 90px;
    position: relative;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}

#mindbox_base li.slick-active:first-child .labels {
    right: 0px;
}

#mindbox_base .strong_price {
    display: inline-block;
}

#mindbox_base .mindbox_item-overflow {
    display: none;
    position: absolute;
    width: 100%;
    z-index: 3;
    margin-top: 1px;
}

#mindbox_base li.mindbox_item:hover .mindbox_item-overflow {
    display: block;
}

#mindbox_base .size {
    display: block;
    width: 100%;
    padding: 20px 0 5px;
}

#mindbox_base .size::before {
    content: '';
    display: block;
    border-bottom: 1px solid;
    width: 50%;
    margin: -15px auto;
    position: absolute;
    left: 25%;
}

/* mindbox end */
.events-page {
    padding-top: 40px;
}
.events-page .breadcrumbs {
    margin-top: 0;
}
.events-title {
    margin-bottom: 40px;
    font-size: 32px;
    line-height: 32px;
    font-weight: 500;
    font-family: ProbaRegular;
    color: #272725;
    padding-top: 20px;
    text-transform: uppercase;
}

.events-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px 40px;
}

.events-item {
    width: 25%;
    padding: 0 10px;
    margin-bottom: 40px;
}

.events-item_name-link {
    display: inline-block;
    width: 100%;
    max-height: 300px;
    overflow: hidden;
    vertical-align: top;
}

.events-item_img {
    display: block;
    width: 100%;
    height: auto;
    min-height: 300px;
    max-height: 300px;
    object-fit: cover;
}

.events-item_info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 20px;
}

.events-item_name {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    white-space: nowrap;
    max-width: calc(100% - 130px);
    overflow: hidden;
    text-overflow: ellipsis;
}
.events-bottom-text {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.events-text__left {
    width: 50%;
    padding: 0 10px;
}
.events-text__right {
    width: 50%;
    padding: 0 10px 0 20px;
}

.events-text__left ul {
    left: 40px;
    margin: 0;
    max-width: none;
}
.events-text__left ul li {
    list-style-type: disc;
}

.news_boxstyle .events-item_name {
    white-space: normal;
    max-height: 66px;
}

.events-item_products-count {
    text-transform: uppercase;
    white-space: nowrap;
    font-size: 12px;
    line-height: 1;
    font-weight: 500;
    padding-left: 15px;
}

.events-item_products-count::after {
    content: '';
    background: url(https://www.finn-flare.ru/upload/images/icons/svg/icon-arrow-short.svg) no-repeat center;
    width: 13px;
    height: 12px;
    display: inline-block;
    background-size: 13px auto;
    margin-left: 7px;
    margin-bottom: -1px;
}

.events-item_products-count:hover {
    opacity: 0.6;
}


/* filters price slider */
.price-slider-container {
    width: 270px;
    margin: 0 -10px;
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
}

input.price-slider-input {
    width: 120px;
    height: 44px;
    display: inline-block;
    margin-top: 12px;
    margin-bottom: 5px;
    border: 1px solid #eaeaea;
    padding: 0 20px;
    margin-left: 10px;
}

input.price-slider-input.price-slider-left {
    order: 1;
}

input.price-slider-input.price-slider-right {
    order: 2;
}

.price-slider {
    font-size: 4px;
    border-radius: 50px;
    width: calc(100% - 30px);
    margin-left: 15px;
    order: 0;
    margin-top: 7px;
    margin-bottom: 10px;
}

.ui-slider-range {
    background: #242857;
}

span.ui-slider-handle {
    border-radius: 4px;
    background: #252527 !important;
    border: 0 !important;
    top: -6px !important;
    cursor: pointer !important;
    font-size: 10px;
}

/* --- adaptive --- */
@media (max-width: 1024px) {
    .events-item {
        width: 33.33%;
    }
    .events-item_img {
        min-height: 208px;
        max-height: 208px;
    }
    .events-item_name-link {
        width: 100%;
        margin-top: 10px;
    }
    .map_address.yandex-map {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .events-item {
        width: 50%;
    }
    .events-item_img {
        min-height: 234px;
        max-height: 234px;
    }
    .events-text__left,
    .events-text__right {
        width: 100%;
    }
    .events-text__left ul {
        left: 20px;
    }
    .events-text__right {
        padding: 20px 10px 0;
    }
}

@media (max-width: 540px) {
    .events-item {
        width: 100%;
    }
    .events-item_img {
        min-height: 217px;
        max-height: 217px;
    }
}

/* !!!! если ты бэкенд-программист, НЕ редактируй этот файл !!!! */
