
.login-box {
    display: none;
}

#hidden-content {
    display: none;
    min-width: 320px;
}

#hidden-content .ec_f_wr {
    width: 33% !important;
    cursor: pointer;
}

#hidden-content .ec_f_label {
    width: 12%;
    margin-right: 5% !important;
}

#hidden-content .ec_f_input {
    width: 80%;
}

#hidden-content .ec-forma {
    margin-top: 0px !important;
}

#hidden-content .ec_href a,
#hidden-content .ec_href a:visited {
    color: rgb(0, 0, 238);
}

.ec-size .ec-store .pager__button {
    pointer-events: auto;
}

.pager__number--current {
    color: #333 !important;
}

.ec-forma-review {
    width: 650px;
}

.ec-forma-review textarea {
    height: 100px;
}

.field__file-fake {
    width: 500px;
}

@media (max-width: 768px) {

.ec-forma-review {
    width: 280px;
}

.field__file-fake {
    width: 160px;
}

}

.ec-forma-review .field__wrapper .help-block,
.ec-forma-review .field-patternreview-text .help-block {
    margin: 0px 0px -5px 0px;
    padding: 5px 0px 0px 0px;
    text-align: left;
    color: red;
    font-size: 14px;
}

.ec-size .ec-store .grid-category {
    max-height: 500px;
    max-width: 284px;
}

.slider-nav .slick-slide img,
.slider-reviews .slick-slide img {
    max-width: 100px;
}

@media (max-width: 570px) {

.product-details__gallery .slider-nav-wrap .slick-prev::before, .product-details__gallery .slider-nav-wrap .slick-next::before {
    color: #000 !important;
}

}

.slick-slide img {
    width: auto !important;
}

.slider-for img {
    margin: auto !important;
}

@media (min-width: 481px) {
    
.slider-for img {
    width: auto !important;
    height: auto !important;
}

}

.slider-nav .slick-slide.slick-current img {
    border: 2px solid #222;
    box-sizing: border-box;
}

.ec-size .ec-store .form-control--radio.form-control--radio-disabled .form-control__radio-view-inner {
    background: #d9d9d9;
}

.ec-size .ec-store .form-control--radio.form-control--radio-disabled .form-control__inline-label label {
    opacity: 0.4;
}

.ec-login .ec_f_icon img, #hidden-content img {
    filter: grayscale(1);
}

#hidden-content .ec_f_ss.active .ec_f_icon img {
    filter: grayscale(0);
}

.ec_f_over {
    position: absolute;
    z-index: 1
}

.ec-size .ec-store .product-details-link {
    margin-bottom: 20px;
}

.ec-size .ec-store .product-details-link a,
.ec-size .ec-store .product-details-link a:visited {
    color: rgb(0, 0, 238);
}

.tiles .tile.tile-cover .cover {
    text-align: center
}

.tiles .tile.tile-cover .cover img {
    max-width: 300px;
}

.menu .pushmenu-btn {
    margin-bottom: 0px;
}

.account_left .user_email {
    font-size: 18px;
    font-weight: 700;
}

.account_right .user_orders_name a {
    color: #333;
}

@media (max-width: 999px) {

#yii-debug-toolbar {
    display: none !important;
}

}

.page_photo_like {
    text-align: center;
}

.rw_caption {
    flex-direction: column;
    text-align: center;
    max-width: initial;
}

.rw_caption font {
    margin-bottom: 10px;
}

.rw_caption font i {
    display: inline-block;
}

.rw_caption > a {
    margin-bottom: 10px;
}

.rw_caption > span {
    text-align: left;
}

.ec-cart__discount-info {
    
    margin-bottom: 20px !important;
    padding-top: 20px !important;
    border-top: 1px solid #e6e5e5;
    font-size: 15.5px !important;
    font-weight: 700;
    text-align: center;
}

@media (max-width: 360px) {
    
    .ec-cart__discount-info span {
        display: block;
        font-size: 16px !important;
    }
    
}

.ec-cart-item__price-discount {
    display: flex;
    justify-content: space-between;
}

.ec-cart-item__price-discount-final {
    text-decoration: line-through;
}

.patterns_index_title {
    margin: 0px 0px 10px 0px !important;
    text-align: center;
    font-size: 29px;
    font-weight: bold;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    
    .patterns_index_title {
        font-size: 23px;
    }
    
}

.patterns_index_next a {
    width: 100%;
    max-width: 200px !important;
    border-radius: 10px;
    display: block;
    margin: auto !important;
    color: #fff;
    background: #1e7ec8 !important;
    padding: 11px 0px !important;
    font-size: 20px;
    text-align: center;
}

.ec-size.ec-size--l .ec-store .details-product-purchase--checkout.details-product-purchase--add-more .details-product-purchase__controls {
    height: auto;
}

.ec-size .ec-store .vid_is_buyed {
    display: block;
    margin: 0 0 10px 0;
    padding: 5px 0;
    border: 1px solid #f00;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    color: #f00;
    text-transform: uppercase;
}

/*                [Загрузка фотоотзывов]                  */

.field-review_select_file .field__file-button {
    width: 100%;
    flex-direction: column;
    margin: auto;
}

.mreview {
    margin: 0px 0px 10px 0px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.mreview-item {
    position: relative;
    margin: 0px 5px;
}

.mreview-item > img {
    height: 150px;
}

.mreview-item:after {
    content:'\A';
    position:absolute;
    width:100%; height:100%;
    top:0; left:0;
    background:rgba(0,0,0,0.2);
    opacity:0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.mreview-item:hover:after {
    opacity:1;
}

.mreview-close {
    position:absolute;
    opacity:0;
    right:0px;
    width:20px;
    height:20px;
    cursor:pointer;
    border:1px solid #ccc;
    background-color: #fff !important;
    z-index: 5;
    -webkit-transition: opacity 150ms;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAAiElEQVR42r2RsQrDMAxEBRdl8SDcX8lQPGg1GBI6lvz/h7QyRRXV0qUULwfvwZ1tenw5PxToRPWMC52eA9+WDnlh3HFQ/xBQl86NFYJqeGflkiogrOvVlIFhqURFVho3x1moGAa3deMs+LS30CAhBN5nNxeT5hbJ1zwmji2k+aF6NENIPf/hs54f0sZFUVAMigAAAABJRU5ErkJggg==) no-repeat;
    background-size: cover;
    text-align:right;
    border: 0;
    cursor: pointer;
    border-radius: 50%;
}

.mreview-item:hover .mreview-close {
    opacity:1;
}

.mreview-close:hover,
.mreview-close:focus {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAAqklEQVR4XqWRMQ6DMAxF/1Fyilyj2SmIBUG5QcTCyJA5Z8jGhlBPgRi4TmoDraVmKFJlWYrlp/g5QfwRlwEVNWVa4WzfH9jK6kCkEkBjwxOhLghheMWMELUAqqwQ4OCbnE4LJnhr5IYdqQt4DJQjhe9u4vBBmnxHHNzRFkDGjHDo0VuTAqy2vAG4NkvXXDHxbGsIGlj3e835VFNtdugma/Jk0eXq0lP//5svi4PtO01oFfYAAAAASUVORK5CYII=");
}

/*                [/Загрузка фотоотзывов]                  */

/* Подвал */
.tile-info-fixed {
    position: fixed;
    bottom: 0px;
    width: 100%;
    border-top: 1px solid #555;
}

.tile-info-fixed .menu {
    padding: 5px 16px 0px 16px;
}

/* Стрелочка вверх */

.up-arrow {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  position: fixed;
  right: 33px;
  bottom: 112px;
  background-color: #4E6A80;
  background-image: url(/static/global/images/up.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 18px;
  transition: background-color 0.3s ease;
  opacity: 0;
  bottom: -100px;
  z-index: 40;
  pointer-events: none;
  cursor: pointer;
  text-decoration: none;
  color: #4E6A80;
  line-height: 1.2em;
}

.up-arrow.up-arrow-active {
  opacity: 1;
  bottom: 135px;
  pointer-events: auto;
  transition: all 0.6s ease;
}

@media (max-width: 768px) {

.up-arrow.up-arrow-active {
    right: 25px;
    bottom: 59px;
}

}

@media (max-width: 400px) {

.up-arrow.up-arrow-active {
    right: 13px;
    bottom: 95px;
}

}

/* Плавающая корзина */
.float-icons {
    display: block;
}

/* [Спойлеры] */

.ec-store .about__info {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  border: 1px solid #d4d4d4;
  width: 1300px;
  max-width: 100%;
  margin-right: auto;
  transition: 0.3s all ease;
  margin-bottom: 20px;
  overflow: hidden;
}

.ec-store .about__info__title {
  font-size: 20px;
  color: #6f6c9e;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  cursor: pointer;
  position: relative;
  padding: 10px 45px 10px 24px;
}

.ec-store .about__info:hover .about__info__title {
    background: #d4d4d4;
    cursor: pointer;
}

.ec-store .about__info__title::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 2px;
  background: #54547d;
  top: 50%;
  right: 20px;
}

.ec-store .about__info__title::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 2px;
  background: #54547d;
  top: 50%;
  transform: rotate(90deg);
  transition: 0.3s all ease;
  right: 20px;
}

.ec-store .about__info.active .about__info__title {
  background: #d4d4d4;
}

.ec-store .about__info.active .about__info__title::after {
  transform: none;
}

.ec-store .about__info.active .about__info__content {
  max-height: 700px;
  padding: 10px 10px 10px 15px;
}

.ec-store .about__info__content {
  max-height: 0px;
  overflow: auto;
  transition: 0.3s all ease;
}

.ec-store .about__info__content {
  margin-top: 0;
  transition: 0.3s all ease;
}

/* [/Спойлеры] */

/* [Картинки каталога больше и четче] */

.store:not(.block-hidden) > div {
    max-width: 1200px;
}

.ec-size .ec-store .grid__products--aspect-ratio-075 .grid-product__spacer-inner {
    padding-top: 149%;
}

.ec-size .ec-store .grid-product__image {
    max-width: 267px;
}

.ec-size .ec-store .grid__products--medium-items .grid-product__wrap {
  padding: 16px 16px 0px 16px;
}

.ec-size .ec-store .grid-product__wrap-inner > :last-child:not(.grid-product__image) {
  padding-bottom: 0px;
}

/* [/Картинки каталога больше и четче] */

/* [Фильтры для подвала] */

.ec-size .ec-store__category-page .ec-footer {
    margin-left: 0%;
}

.ec-size.ec-size--l .ec-store .ec-footer {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 0 15px 0;
}

.ec-size.ec-size--l .ec-store .ec-footer__cell {
    padding: 0;
}

.ec-size .ec-store .ec-link.link--icon-top .svg-icon {
    height: auto;
}

.ec-size.ec-size--l .ec-store .ec-footer__row.ec-footer__row1 {
    width: 80%;
    justify-content: flex-start;
}

.ec-footer__row1 .select2-container .select2-selection::after {
    display: none;
}

.ec-footer__row1 .select2-container--krajee-bs3 .select2-selection--single .select2-selection__clear {
  right: 30px;
}

.ec-size .ec-store .ec-footer__row1 .select2-container {
    width: 100% !important;
    margin: 0 15px 0px 0;
}

.ec-size .ec-store .ec-footer__row1 .select2-container:last-child {
    margin-right: 0;
}

.ec-size .ec-store .ec-footer__row1 .select2-container .select2-selection--single {
    padding-right: 40px;
}

.ec-size.ec-size--l .ec-store .ec-footer__row.ec-footer__row2 {
    width: 100%;
    justify-content: flex-end;
}

.dfilter-button {
    display: none;
    width: 100%;
    max-width: 100px !important;
    height: 34px;
    background: #1e7ec8 !important;
    color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.dfilter-button:hover {
    background: #0f6fb9 !important;;
}

.dfilter-button.dbutton_active {
    display: flex;
}

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

.ec-size.ec-size--l .ec-store h1, .ec-size.ec-size--l .ec-store .ec-header-h1 {
    font-size: 26px;
}

.ec-size .ec-store .ec-grid .user_wr {
    margin-top: 0px !important;
}

.ec-size.ec-size--l .ec-store .ec-footer {
    padding-bottom: 0px;
}

.ec-size.ec-size--l .ec-store .ec-footer__row.ec-footer__row1 {
    width: 100%;
    order: 2;
    flex-direction: column;
    align-items: center;
    margin: 0 0 30px 0;
}

.ec-size.ec-size--l .ec-store .ec-footer__row.ec-footer__row2 {
    justify-content: center;
}

}

/* [/Фильтры для подвала] */

/* [Отложенные товары] */

.ec-size.ec-size--l .ec-store .product-details-module__content--indented {
    padding-bottom: 10px;
}

.product-details__sidebar .details-product-purchase__pfav-controls {
    margin: 10px 0 0 0;
}

.product-details__sidebar .details-product-purchase__pfav-controls .form-control--primary .form-control__button {
    background-color: #854b95;
    color: #fff;
}

.product-details__sidebar .details-product-purchase__pfav-controls.pfav-active .form-control--primary .form-control__button {
    background-color: #f2f2f2;
    color: #000;
    border: 1px solid #b3b2b2;
}

/* [/Отложенные товары] */

.tile.tile-info {
    background: #fff;
    border-top: 1px solid #000;
}

.tile.tile-info .menu {
    padding: 5px 16px 0px 16px !important;
}

.tile-info-padding {
    padding: 0 0 80px 0;
}

/* [Отображение скидки в выкройках] */

.grid-product__price-value.ec-price-item.ec-price-item__discounted {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 160px;
    margin: auto;
}

.grid-product__price-value.ec-price-item .ec-price-item__preprice {
    color: #999;
    font-size: 16px;
    text-decoration: line-through;
}

.grid-product__price-value.ec-price-item .ec-price-item__discount {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2px 0;
    min-width: 50px;
    background: linear-gradient(90deg, #4f3c36, #f00);
    color: #fff;
    border-radius: 7px;
    font-size: 14px;
}

@media (max-width: 360px) {

.grid-product__price-value.ec-price-item .ec-price-item__price {
    font-size: 20px;
}

.grid-product__price-value.ec-price-item .ec-price-item__preprice {
    font-size: 14px;
}

.grid-product__price-value.ec-price-item .ec-price-item__discount {
    font-size: 12px;
    min-width: 40px;
}

}

@media (max-width: 340px) {

.grid-product__price-value.ec-price-item .ec-price-item__price {
    font-size: 18px;
}

}

/* [/Отображение скидки в выкройках] */

/* [Отображение скидки при просмотре выкройки] */

.ec-price-item__discounted {
    display: flex;
}

.ec-price-item__red {
    color: #f00;
}

.ec-size .ec-store .details-product-price__info {
    font-size: 15px;
    margin: 7px 0 0 5px;
}

/* [/Отображение скидки при просмотре выкройки] */

/* [Блок ремомендуем] */

.similar .product-details-module__title.ec-header-h6 {
    display: block !important;
    border-bottom: 1px solid #000;
    padding: 0 0 10px 0;
    margin: 0 !important;
}

.similar .grid__products.grid__products--classic.grid__products--layout-center.grid__products--medium-items.grid__products--aspect-ratio-075 {
    justify-content: flex-start !important;
}

/* [/Блок ремомендуем] */

.ec-size .ec-store .user_patterns_download_course {
    display: block;
    max-width: 220px;
    height: 50px;
    border-radius: 5px;
    line-height: 50px;
    background-color: #854b95;
    color: #fff !important;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

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

.ec-size .ec-store .user_patterns_download_course {
    margin: auto;
}

}

.ec-size .ec-store .cart_many_items {
    display: block;
    background: #ffff003d;
    padding: 5px;
    border: 1px solid #f00;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    color: #f00;
    text-transform: uppercase;
}

.product_tags {
    margin: 0px 0px 30px 27px !important;
}

@media (max-width: 570px) {

.product_tags {
    margin: 0px 0px 20px 17px !important;
}

}

.ec-size .ec-store .sew_share ul {
    padding: 0;
}

.ec-size .ec-store .sew_share .ya-share2__container {
    display: flex;
    justify-content: center;
}

.ec-size .ec-store .link-size-table a {
    border: 2px solid #1e7ec8;
    width: 100%;
    display: block;
    max-width: 220px;
    text-align: center;
    padding: 10px 0 10px 0;
    margin: 0 auto 10px auto;
    border-radius: 5px;
    text-transform: uppercase;
    color: #1e7ec8;
}

.ec-size .ec-store .link-size-table a:hover {
    background: #1e7ec8;
    color: #fff;
}

.ec-size.ec-size--l .ec-store .ec-page-title + .ec-grid {
    margin: 0;
}


.ss_header {
    max-width: 1168px;
    height: 85px;
    margin: 0 auto 15px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
}

.ss_header_left {
    margin: 0 auto 0 0;
}

.ss_header_left a {
    margin: 0 14px 0 0;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    color: #555;
}

.ss_header_center {
    position: absolute;
}

.ss_header_center img {
    max-height: 85px;
}

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

.ss_header_social {
    display: flex;
}

.ss_header_social {
    height: 32px;
}

.ss_header_social a {
    display: block;
    margin: 0 10px 0 0;
}

.ss_header_social a:last-child {
    margin-right: 0;
}

.ss_header_social img {
    display: block;
    height: 32px;
    filter: grayscale(100%);
}

.ss_header_social img:hover {
    filter: grayscale(0%);
}

.ss_header_divider {
    height: 20px;
    border-left: 2px solid #999;
    margin: 0 20px;
}

.ss_header_user {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
}

.ss_header_user a {
    display: flex;
    align-items: center;
    color: #555;
}

.ss_header_user img {
    display: block;
    height: 24px;
    margin-right: 15px;
}

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

.ss_header {
    flex-wrap: wrap;
    height: auto;
    padding: 0 16px;
}

.ss_header_center {
    order: 1;
    width: 100%;
    position: relative;
    margin: 0 0 10px 0;
    text-align: center;
}

.ss_header_left {
    order: 2;
}

.ss_header_right {
    order: 3;
}

}

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

.ss_header_social, 
.ss_header_divider {
    display: none;
}

.ss_header_left {
    display: flex;
    justify-content: space-around;
    width: 100%;
    margin: 0 0 15px 0;
}

.ss_header_center {
    margin: 0 0 15px 0;
    text-align: center;
}

.ss_header_right {
    width: 100%;
    margin: 0;
    justify-content: center;
}

}

.menu .container {
    margin: 0 auto 15px auto;
    padding: 0;
}

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

.menu .container {
    display: block;
}

}

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

.menu .container {
    margin: 0 auto 5px auto;
    font-size: 14px;
}

}

.ec-size .ec-store .mp2_nav_wrap {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 10px 0;
}

.ec-size .ec-store .mp2_nav_wrap.mp2_nav_twrap {
    flex-wrap: wrap;
    justify-content: space-between;
}

.ec-size .ec-store .mp2_nav_button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 250px;
    height: 40px;
    background-color: #6f6c9e;
    color: #fff;
    border-radius: 10px;
}

.ec-size .ec-store .mp2_nav_search,
.ec-size .ec-store .mp2_nav_cart {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #555;
    text-transform: uppercase;
}

.ec-size .ec-store .mp2_nav_search img,
.ec-size .ec-store .mp2_nav_cart img {
    height: 24px;
    margin: 0 10px 0 0;
}

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

.ec-size .ec-store .mp2_nav_search {
    order: 1;
    justify-content: center;
    width: 50%;
    margin: 0 0 10px 0;
}

.ec-size .ec-store .mp2_nav_button {
    width: 100%;
    order: 3;
    margin: auto;
}

.ec-size .ec-store .mp2_nav_cart {
    order: 2;
    justify-content: center;
    width: 50%;
    margin: 0 0 10px 0;
}

}

.ec-size .ec-store .mp2_cwrap {
    margin: 0 0 10px 0;
}

.ec-size .ec-store .mp2_cwrap .grid__categories--advanced {
    justify-content: space-between;
}

.ec-size .ec-store .mp2_cwrap .grid-category__wrap {
    padding: 0;
}

.ec-size .ec-store .mp2_cwrap .grid-category__spacer {
    display: none;
}

.ec-size .ec-store .mp2_cwrap .grid__clearfix {
    display: none;
}

.ec-size .ec-store .mp2_cwrap .grid__categories {
    margin: 0;
    padding: 0 0 20px 0;
}

.ec-size .ec-store .mp2_cwrap .grid-category {
    margin: 0 5px;
}

.ec-size .ec-store .mp2_cwrap .ec-grid {
    padding: 0;
    overflow: visible;
}

.ec-size .ec-store .mp2_cwrap .grid-category__card .grid-category__title {
    display: block;
    margin: 0 0 5px 0;
    padding: 10px 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    min-height: initial;
}

.ec-size .ec-store .mp2_cwrap .grid__categories--appearance-below .grid-category__title-inner {
    margin: 0 15px;
    padding: 5px 0;
    font-size: 18px;
    font-weight: 400;
    background: #ffffffc4;
    color: #333;
    border-radius: 10px;
}

.ec-size .ec-store .mp2_cwrap .slick-dots {
    margin: 0 0 15px 0;
}

.ec-size .ec-store .mp2_cwrap .slick-prev,
.ec-size .ec-store .mp2_cwrap .slick-next {
    top: calc(50% - 10px);
    z-index: 100;
}

@media (max-width: 1279px) {

.ec-size .ec-store .mp2_cwrap .grid__categories {
    width: 800px;
    margin: auto;
}

}

@media (max-width: 899px) {

.ec-size .ec-store .mp2_cwrap .grid__categories {
    width: 600px;
    margin: auto;
}

.ec-size .ec-store .grid__categories .slick-slide {
    display: block;
}

.ec-size .ec-store .grid__categories .slick-slide > div {
    margin: 3px 5px;
}

.ec-size .ec-store .mp2_cwrap .grid-category__card {
    position: relative;
}

.ec-size .ec-store .mp2_cwrap .grid-category__card .grid-category__title {
    margin: 0;
    text-align: center;
}

.ec-size .ec-store .mp2_cwrap .grid-category__card .grid-category__title .grid-category__title-inner {
    margin: 0 10px;
    font-size: 16px;
    font-weight: 700;
}

.ec-size .ec-store .mp2_cwrap .slick-dots {
    margin: 0 0 18px 0;
}

.ec-size .ec-store .mp2_cwrap .slick-prev,
.ec-size .ec-store .mp2_cwrap .slick-next {
    top: calc(50% - 30px);
}

}

@media (max-width: 699px) {

html#ecwid_html body#ecwid_body .ec-size .ec-store .grid__categories > div {
    flex-basis: initial;
}

.ec-size .ec-store .grid__categories .slick-slide > div {
    margin: 3px 5px;
}

.ec-size .ec-store .mp2_cwrap .grid__categories {
    width: 100%;
    max-width: 450px;
    margin: auto;
}

.ec-size .ec-store .mp2_cwrap .slick-prev,
.ec-size .ec-store .mp2_cwrap .slick-next {
    top: initial;
    bottom: 0;
}

.ec-size .ec-store .mp2_cwrap .slick-prev {
    left: 0;
}

.ec-size .ec-store .mp2_cwrap .slick-next {
    right: 0;
}

}

@media (max-width: 420px) {

.ec-size .ec-store .mp2_cwrap .grid-category__card .grid-category__title .grid-category__title-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    font-size: 14px;
}

}

.ec-size .ec-store .mp2_b3 {
    padding: 0 12px;
}

.ec-size .ec-store .mp2_b4 {
    margin: 0 0 10px 0;
}

.ec-size .ec-store .mp2_b4 .mp2_head {
    text-align: center;
    text-transform: uppercase;
    font-size: 22px;
}

.ec-size .ec-store .mp2_b6 {
    margin: 0 0 10px 0;
}

.ec-size .ec-store .mp2_b6 .mp2_head {
    text-align: center;
    text-transform: uppercase;
    font-size: 22px;
}

.ec-size .ec-store .mp2_b6 .grid__products--aspect-ratio-075 .grid-product__spacer-inner {
  padding-top: 100%;
}

.ec-size .ec-store .mp2_b6 .grid__products .grid-product__image ~ .grid-product__title {
    display: none;
}

.ec-size .ec-store .mp2_b6 .grid__products .grid-product__image ~ .grid-product__price {
    display: none;
}

.ec-size .ec-store .mp2_b5 {
    margin: 0 0 10px 0;
}

.ec-size .ec-store .mp2_b5 .mp2_head {
    text-align: center;
    text-transform: uppercase;
    font-size: 22px;
}

.ec-size .ec-store .mp2_b7 .container {
    display: block;
    padding: 0 !important;
}

.ec-size .ec-store .mp2_b7 ul {
    padding: 0;
}

/* [Блок SVIDEO] */

.ec-size .ec-store .svideo.svideo_slick {
    margin: 0;
}

.ec-size .ec-store .svideo.svideo_slick .grid__categories--advanced {
    justify-content: space-between;
}

.ec-size .ec-store .svideo.svideo_slick .grid-category__wrap {
    padding: 0;
}

.ec-size .ec-store .svideo.svideo_slick .grid-category__spacer {
    display: none;
}

.ec-size .ec-store .svideo.svideo_slick .grid__clearfix {
    display: none;
}

.ec-size .ec-store .svideo.svideo_slick .grid__categories {
    margin: 0;
    padding: 0 0 20px 0;
}

.ec-size .ec-store .svideo.svideo_slick .grid-category {
    margin: 0 5px;
}

.ec-size .ec-store .svideo.svideo_slick .ec-grid {
    padding: 0;
    overflow: visible;
}

.ec-size .ec-store .svideo.svideo_slick .grid-category__card .grid-category__title {
    display: block;
    margin: 0 0 5px 0;
    padding: 10px 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    min-height: initial;
}

.ec-size .ec-store .svideo.svideo_slick .grid__categories--appearance-below .grid-category__title-inner {
    margin: 0 15px;
    padding: 5px 0;
    font-size: 18px;
    font-weight: 400;
    background: #ffffffc4;
    color: #333;
    border-radius: 10px;
}

.ec-size .ec-store .svideo.svideo_slick .slick-dots {
    margin: 0 0 15px 0;
}

.ec-size .ec-store .svideo.svideo_slick .slick-prev,
.ec-size .ec-store .svideo.svideo_slick .slick-next {
    top: calc(50% - 10px);
    z-index: 100;
}

@media (max-width: 1279px) {

.ec-size .ec-store .svideo.svideo_slick .grid__categories {
    width: 800px;
    margin: auto;
}

}

@media (max-width: 899px) {

.ec-size .ec-store .svideo.svideo_slick .grid__categories {
    width: 600px;
    margin: auto;
}

.ec-size .ec-store .svideo.svideo_slick .grid-category__card {
    position: relative;
}

.ec-size .ec-store .svideo.svideo_slick .grid-category__card .grid-category__title {
    margin: 0;
    text-align: center;
}

.ec-size .ec-store .svideo.svideo_slick .grid-category__card .grid-category__title .grid-category__title-inner {
    margin: 0 10px;
    font-size: 16px;
    font-weight: 700;
}

.ec-size .ec-store .svideo.svideo_slick .slick-dots {
    margin: 0 0 18px 0;
}

.ec-size .ec-store .svideo.svideo_slick .slick-prev,
.ec-size .ec-store .svideo.svideo_slick .slick-next {
    top: calc(50% - 30px);
}

}

@media (max-width: 699px) {

.ec-size .ec-store .svideo.svideo_slick .grid__categories {
    width: 100%;
    max-width: 450px;
    margin: auto;
}

.ec-size .ec-store .svideo.svideo_slick .slick-prev,
.ec-size .ec-store .svideo.svideo_slick .slick-next {
    top: initial;
    bottom: 0;
}

.ec-size .ec-store .svideo.svideo_slick .slick-prev {
    left: 0;
}

.ec-size .ec-store .svideo.svideo_slick .slick-next {
    right: 0;
}

}

@media (max-width: 420px) {

.ec-size .ec-store .svideo.svideo_slick .grid-category__card .grid-category__title .grid-category__title-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    font-size: 14px;
}

}

.svideo .grid-category__vplay {
    position: absolute;
    top: calc(50% - 17px);
    left: calc(50% - 32px);
    opacity: 0.7;
}

.ec-size .ec-store .svideo.svideo_slick .grid-category__vplay img {
    width: 32px;
}

.svideo_slides {
    display: none;
}

.svideo_slide {
    max-width: 1100px;
    height: calc(100% - 90px);
    overflow: hidden;
    background: #5550;
}

.svideo_data {
    display: flex;
    justify-content: center;
    max-height: 100%;
}

.svideo_left {
    display: flex;
    align-items: center;
    position: relative;
}

.svideo_left video {
    max-width: 100%;
    max-height: 100%;
}

.svideo_name {
    position: absolute;
    top: 0px;
    left: 5px;
    color: #fff;
    text-shadow: 1px 1px 10px #000;
    font-size: 18px;
}

.svideo_right {
    display: inline-block;
    margin: 0 40px 0 30px;
    overflow-x: hidden;
    overflow-y: auto;
}

.svideo_right_head {
    font-size: 18px;
    color: #fff;
}

.svideo_right_item {
    width: 160px;
    margin: 5px 30px 5px 0;
}

.svideo_right_item img {
    max-width: 100%;
}

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

.svideo_slide {
    width: 100%;
    height: calc(100% - 10px);
    margin: 10px 0 0 0;
    padding: 0 !important;
}

.svideo_slide [data-fancybox-close] {
    top: 0;
    right: 0;
}

.svideo_data {
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.svideo_left {
    justify-content: center;
    margin: 0 0 5px 0;
}

.svideo_right {
    margin: 0 10px 10px 10px;
}

.svideo_right_head {
   margin: 0 0 5px 0;
    text-align: center;
}

.svideo_right_items {
    display: flex;
    overflow-x: scroll;
    overflow-y: hidden;
}

.svideo_right_item {
    width: auto;
    height: 170px;
    margin: 0 10px 0 0;
}

.svideo_right_item img {
    max-height: 100%;
    max-width: initial;
}

.svideo_name {
    right: 0;
    text-align: center;
}

}

/* [/Блок SVIDEO] */

.ec_f_input.ec_f_input_pass {
    position: relative;
}

.ec_f_input.ec_f_input_pass img {
    position: absolute;
    width: 18px !important;
    right: 0px;
    top: 0px;
    cursor: pointer;
}

.ec-size .ec-store .grid-product__wrap-inner {
    cursor: initial;
}

.ec-size .ec-store .p3action {
    display: inline-block;
    margin: 5px 0 0 0;
    padding: 5px 30px;
    border-radius: 7px;
    font-size: 14px;
    border: 1px solid #f00;
    box-shadow: 0 0 5px #f00;
}

.ec-size .ec-store .p3action a {
    display: flex;
    align-items: center;
    color: #f00;
}

.ec-size .ec-store .p3action a span {
    display: block;
    width: 16px;
    height: 16px;
    margin: 0 7px 0 0;
    background: url('/static/global/images/p3gift.png');
    background-repeat: no-repeat;
    background-size: 16px 16px;
}

.ec-size .ec-store .product-details-module.p3pattern {
    margin: 0 0 20px 0;
}

.ec-size .ec-store .product-details-module.p3pattern .p3action {
    margin: 0;
}

.ec-size .ec-store .ec-cart__item .ec-cart-item__image {
    position: relative;
}

.ec-size .ec-store .ec-cart__item .p3action {
    position: absolute;
    width: 100%;
    bottom: 0;
    margin: 0;
    padding: 3px 0;
    background: #fff;
    font-size: 12px;
    box-shadow: none;
}

.ec-size .ec-store .ec-cart__item .p3action a {
    justify-content: center;
}
