@font-face {
    font-family: 'Ubuntu';
    src: url('../fonts/Ubuntu-Regular.eot');
    src: local('Ubuntu Regular'), local('Ubuntu-Regular'),
        url('../fonts/Ubuntu-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Ubuntu-Regular.woff') format('woff'),
        url('../fonts/Ubuntu-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}


@font-face {
    font-family: 'Ubuntu';
    src: url('../fonts/Ubuntu-Medium.eot');
    src: local('Ubuntu Medium'), local('Ubuntu-Medium'),
        url('../fonts/Ubuntu-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Ubuntu-Medium.woff') format('woff'),
        url('../fonts/Ubuntu-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap
}


@font-face {
    font-family: 'Ubuntu';
    src: url('../fonts/Ubuntu-Bold.eot');
    src: local('Ubuntu Bold'), local('Ubuntu-Bold'),
        url('../fonts/Ubuntu-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Ubuntu-Bold.woff') format('woff'),
        url('../fonts/Ubuntu-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap
}



.links {margin-top: 40px; display: flex; gap: 20px}
.links a {border-bottom: 1px solid #000; line-height: 1.1}
.limit {background: #000; color: #fff; padding: 10px; justify-content: center; width: 100%; display: none}

/* fonts
------------------------------------------------------------------- */
* {
    font-family: 'Ubuntu', Helvetica, Arial, sans-serif;
}



.catalog .grid {grid-template-columns: repeat(4,minmax(0,1fr)); gap: 40px; display: grid}


/* CONTENT */
.content h2 {margin-top: 40px; margin-bottom: 20px; line-height: 1.3}
.mg-news-details {width: 75%; margin: 0 auto}
.content table {border: none}
.content table tr + tr {margin-top: 40px}
.content table tr {display: flex; justify-content: space-between; align-items: center}
.content table td {border: none; width: calc(50% - 20px)}
.content table td img, .content table td video {width: 100% !important; height: 100% !important; object-fit: cover}
.content table h2 {margin-top: 0}
.content {line-height: 1.7}
.content img, .content iframe {border: none; width: 100% !important; height: auto !important}
.content p, .content blockquote, .content ul, .content ol, .content img {margin-top: 1em}
.content ul, .content ol {padding-left: 0}
.content ol {counter-reset: list1; list-style-type: none}
.content ul li, .content ol li {position: relative; padding-left: 20px; display: block}
.content ul li:before {position: absolute; content: ''; width: 4px; height: 4px; background: #000; left: 0; top: 14px}
.content ol li:before {counter-increment: list1; content: counter(list1) ". "; position: absolute; left: 0px; text-align: right; color: #ac8c75}
.content blockquote {padding-left: 20px; border-left: 4px solid #ac8c75; font-style: italic}
.content blockquote p {margin-top: 0}
.content blockquote p + p {margin-top: 1em}
.content a {color: #ac8c75; text-decoration: underline; font-weight: 400}
.content h1 {font-size: 32px; line-height: 1.3; margin-bottom: 40px}
.mg-news-details .h-block {display: flex; margin: -60px 0 40px 0; flex-wrap: wrap; align-items: center; justify-content: space-between}
.mg-news-details .date {margin-top: 20px; opacity: 0.5}
.mg-news-details .left-part {width: 50%}
.mg-news-details .right-part {width: 50%; padding-left: 20px}
.mg-news-details .tags {display: flex; gap: 10px; margin-top: 40px; line-height: 1}
.mg-news-details .tags a {text-decoration: none}
.mg-news-details .time-to-read {opacity: 0.5; margin-bottom: 20px}
.mg-main-news-block .mg-news-title {overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical}
.news-list .mg-main-news-block .mg-news-title {display: none !important}

.wrapper-mg-buy-click {width: unset; flex-grow: 1}
a.mg-buy-click-button.mg-plugin-btn {padding: 11px 20px; border-radius: 0; min-height: 50px}
.titles-modal-mg-buy-click {flex-wrap: wrap}
.wrapper-modal-mg-buy-click h2.variant {opacity: 0.5; margin: 0}
.wrapper-mg-buy-click {display: none}


/* новые стили */
.menu-catalog .level-1, .menu-catalog .level-2, .menu-catalog .level-3 {padding-bottom: 130px !important;}
.home-square .coll-img{border: 1px solid rgba(128, 128, 128, 0.589);border-radius: 12px;}
.home-coll .coll-inner{border: 1px solid rgba(128, 128, 128, 0.589);border-radius: 12px;overflow: hidden;}
.home-promo-art .coll-inner{border: 1px solid rgba(128, 128, 128, 0.589);border-radius: 12px;}
.swiperHome .c-title{line-height: 1.15;}
.video-modal {
  position: fixed;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0,0,0,.8);
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s;
  z-index: 9999;
}
.video-modal.active {
  opacity: 1;
  pointer-events: auto;
}
.video-modal__content {
  position: relative;
  width: min(1200px, 95%);
  max-height: 90vh;
  transform: scale(.95);
  transition: transform .3s;
}
.video-modal.active .video-modal__content { transform: scale(1); }

.video-modal video {
  width: 100%;
  max-height: 90vh;
  border-radius: 8px;
  background: #000;
}
.video-modal__close {
  position: absolute;
  top: -12px;
  right: -12px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(0,0,0,.6);
  border: none;
  color: #fff;
  font-size: 26px;
  cursor: pointer;
  z-index: 99999;
}
.home-first.home-popup{height: auto;position: fixed;left: 15px;bottom: 15px;z-index: 9;cursor: pointer;border-radius: 12px;}
.home-first.home-popup video{width: 100%;background: #000;max-width: 100%;max-width: 250px;max-height: 180px;height: auto;border-radius: 12px;border: 1px solid #fff}
.home-video p {
    color: white;
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
    margin-top: 30px;
}
.swiper-slide.mech{position: relative;}
.swiper-slide.mech .slide-bg::after{    background-color: #180e0bde;
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 0;
    content: '';
    top: 0;
    left: 0;}
.slide-bg.dark::after{content: '';
    background: rgba(0, 0, 0, 0.541);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;}
.home-new{width: 100%;height: 80vh;position: relative; background: #ebebeb}
.home-new.home-video{height: auto;}
.home-video .wrapper-grid{grid-template-columns: repeat(3, 1fr);}
.home-video.home-new .btn{margin-top: 30px;}
.home-promo .coll-card .c-title{color: rgb(255, 255, 255);}
.home-promo .coll-inner{width: 228px;height: 228px;border-radius: 15px;background: white;position: relative;overflow: hidden;}
.home-promo .coll-inner .coll-img{max-height: 345px;border-radius: 15px;position: absolute;left: 50%;top: -45px;transform: translateX(-50%);}


.home-mechanic .coll-inner{width: 228px;height: 228px;border-radius: 15px;background: white;position: relative;overflow: hidden;}
.home-mechanic .coll-inner .coll-img{max-height: 345px;border-radius: 15px;position: absolute;left: 50%;top: -45px;transform: translateX(-50%);}

.home-video .coll-inner{width: 228px;height: 228px;border-radius: 15px;background: white;position: relative;overflow: hidden;}
.home-video .coll-inner .coll-img{max-height: 345px;border-radius: 15px;position: absolute;}


.home-promo.home-promo-art .coll-card .c-title{color: black;}
.coll-card{max-width: 278px;}
.home-video .coll-card .c-title{color: white;}
.swiper.swiperSquare{margin: 0;width: fit-content;}
.home-coll .wrapper{justify-content: space-evenly;}
.swiperSquare .swiper-slide{width: fit-content !important;}
.swiperSquare .coll-card{width: fit-content !important;}
.swiper{width: 100%;height: 100%;position: relative;}
.swiper-slide{position: relative;}
.slide-bg{position: absolute;width: 100%;height: 100%;z-index: 0;}
.slide-bg img{width: 100%;height: 100%;object-fit: cover;}
.home-new .l-container{height: 100%;display: flex;flex-direction: column;justify-content: center;align-items: flex-start;z-index: 1;position: relative;}
.slide-content{position: relative;z-index: 2;max-width: 420px;display: flex;flex-direction: column;gap: 40px;width: 100%;}
.home-new .c-title{color: white;}
.slide-content p{color: white;}
.home-new .btn{background: transparent;border: 1px solid #FFFFFF;border-radius: 0;color: white;}
.swiper-pagination-bullet{background: #919294 !important;width: 10px !important;height: 10px !important;}
.swiper-pagination-bullet-active{background: #C0C0C1 !important;width: 40px !important;border-radius: 5px !important;}
.swiper-pagination{bottom: 36px !important;}
.home-new video{width: 100%;height: 100%;object-fit: cover;position: absolute;z-index: 0;top: 0;left: 0;
    object-position: 50% 50%;
    display: block;}
.home-video .l-container{align-items: center;justify-content: center;}
.home-video .c-title{margin:0 auto;margin-top: auto;max-width: 450px;text-align: center;line-height: 1.1;}
.home-video .btn{margin-top: auto;}
.home-new .l-container{background: none;}
.home-new .l-container::before{content: none;}
.home-new .l-container::after{content: none;}
.home-new.home-coll{height: auto;padding: 30px 0 50px 0;}
.wrapper{display: flex;align-items: center;gap: 30px;justify-content: space-evenly;width: 100%;}
.wrapper-grid{display: grid;grid-template-columns: repeat(2,1fr);align-items: center;}
.coll-card{padding: 37px 25px;}
.coll-card .c-title{color: black;margin-top: 30px;text-decoration: underline;text-align: center;font-size: 30px;}
.home-coll .l-container{max-width: none;width: 100%;padding: 0 100px;}
.home-mechanic .l-container{max-width: none;width: 100%;padding: 0 100px;display: block;position: relative;z-index: 1;}
 .wrapper-row{max-width: 371px;}
.home-coll .wrapper-row div{text-align: center;color: black;}
.home-coll .wrapper-row p{text-align: center;color: black;}
.wrapper-row p{text-align: center;margin-top: 30px;}
 .wrapper-row .c-title{text-transform: uppercase;font-size: 35px;line-height: 1.1;font-weight: 500;text-align: center;}
.home-new.home-coll .btn{margin: 0 auto;margin-top: 30px;background: black;color: white;width: 100%;max-width: 232px;}
.home-new.home-mechanic{height: auto;padding: 30px 0 50px 0;background: url('../images/bg2.jpg') center center/cover no-repeat;position: relative;}
.home-new.home-mechanic::after{background-color: #180e0bde;position: absolute;width: 100%;height: 100%;display: block;z-index: 0;content: '';top: 0;left: 0;}
.home-new .btn{width: 100%;max-width: 232px;}

.home-mechanic .coll-card .c-title{color: white;text-align: center;}
.home-mechanic p{color: white;margin-top: 30px;text-align: center;}
.home-mechanic .btn{margin: 0 auto;margin-top: 30px;display: block;max-width: 232px;background: white;color: black;}
.home-mechanic .wrapper-grid{grid-template-columns: repeat(2, 1fr);}
.home-square .wrapper-grid{grid-template-columns: repeat(2, 1fr);}
.home-square .c-title{color: black;}
.home-square .btn{background: black;color: white;display: block;margin: 0 auto;max-width: 232px;margin-top: 30px;}
.home-square .wrapper-row{max-width: 450px;}
.home-square{height: auto;padding: 30px 0 50px 0;}
.home-promo{background: url('../images/promobg.jpg' ) center center/cover no-repeat;height: auto;padding: 30px 0 50px 0;}
.home-promo .l-container{align-items: center;}
.home-promo .btn{margin-top: 60px;background: white;color: black;}
.home-promo p{color: rgb(255, 255, 255);margin-top: 30px;}
.home-promo.home-promo-art p{color: black;}
.coll-card{cursor: pointer;}
.home-add .coll-card .c-title{text-decoration: none;}
.home-add .btn{display: block;margin: 0 auto;max-width: 202px;background: transparent;border: 1px solid black;color: black;margin-top: 30px;}
.home-add .wrapper-grid{grid-template-columns: repeat(2, 1fr);gap: 25px;}
.home-promo-art{background: #ebebeb;position: relative;height: auto;padding: 30px 0 50px 0;}
.home-promo-art .l-container{position: relative;z-index: 1;}
.home-promo-art .btn{background: black;color: white;}
.home-promo-art .c-title{max-width: 350px;text-align: center;line-height: 1.1;color: black;}
.home-add{background: black;}
.home-add .btn{background: white;color:black;}
.home-add .coll-card .c-title{color: white;}
.home-promo-art p{max-width: 398px;text-align: center;}
.home-add{height: auto;padding: 100px 0;}
.l-main .home-new .l-container{padding-top: 0;padding-bottom: 0;}
.l-main .home-new.home-video{padding-top: 100px;padding-bottom: 100px;}
.btn{display: flex;align-items: center;justify-content: center;gap: 20px;}
.arrow-right{max-width: 15px;display: block;line-height: 1;}
.home-video .btn{background: white;color: black;}
.wrapper-row .c-title span{text-transform: none;}
.home-mechanic .wrapper{justify-content: space-evenly;}
.home-square .l-container{max-width: none;width: 100%;padding: 0px;display: block;}
.home-square .wrapper{justify-content: space-evenly}
.home-add .btn{display: flex;align-items: center;justify-content: center;gap: 20px;}
.home-new .btn{display: flex;align-items: center;justify-content: center;gap: 20px;}
.home-mechanic .wrapper-row{max-width: 405px;}

.hidee{display: none !important;}
/* конец новых стилей */



@media (max-width: 1023px) {
    .home-video .wrapper{flex-direction: column;}
  .mg-news-details {width: 100%}
  .wrapper-row .c-title{font-size: 32px;}
  .coll-card .c-title{font-size: 28px;}
  .wrapper{flex-direction: column-reverse;}
  .home-mechanic .wrapper{flex-direction: column;}
  .home-promo{padding: 80px 0;}
  .home-promo-art{padding: 80px 0;}
  .home-add{padding: 80px 0;}
  .l-main .home-new.home-video{padding-top: 80px;padding-bottom: 80px;}
  .home-square{padding: 80px 0;}
  .home-new.home-mechanic{padding: 80px 0;}
  .home-new.home-coll{padding: 80px 0;}
}

@media (max-width: 767px) {
  .catalog .grid {grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px}
    .home-promo .coll-inner .coll-img{max-height: 300px;top: -30px;}
    .home-mechanic .coll-inner .coll-img{max-height: 300px;top: -30px;}
    .home-video .coll-inner .coll-img{max-height: 300px;}
    .home-first.home-popup{position: static;border-radius: 0;width:100%;height: auto;}
    .home-first.home-popup video{max-width: none;border: none;border-radius: 0;max-height: none;height: 80vh;}
    .home-promo .wrapper{flex-direction: column;}
    .home-promo.home-promo-art .wrapper{flex-direction: column-reverse;}
    .home-new.home-video .wrapper{flex-direction: column;}
      .coll-card .c-title{font-size: 20px !important;}
    .coll-inner{max-width: 200px;}
    .swiper.swiperSquare{height: auto;}
    .slide-content{align-items: center;}
    .swiper-pagination{bottom: 10px !important;}
   
    .home-add{padding: 60px 0;}
    .l-main .home-new.home-video{padding-top: 60px;padding-bottom: 60px;}
    .home-new.home-coll{padding: 60px 0;}
    .home-new.home-mechanic{padding: 60px 0;}
    .home-square{padding: 60px 0;}
    .home-promo{padding: 60px 0;}
    .home-promo .btn{margin-top: 30px;}
    .home-promo-art{padding: 60px 0;}
  .static-page-content, .blog-page-content {padding: 40px 20px !important}
  .mg-news-details .h-block {margin-top: -40px; margin-bottom: 40px}
  .mg-news-details .left-part {width: 100%; margin-bottom: 10px}
  .mg-news-details .right-part {width: 100%}
  .mg-news-details h1 {font-size: 22px}
  .mg-news-details .tags {flex-wrap: wrap; gap: 10px; margin-top: 20px}
  .wrapper-mg-buy-click {display: block}
  .c-buy__buttons > a.addToCart {width: 100%}
  a.mg-buy-click-button.mg-plugin-btn {height: 50px !important; margin-bottom: 0}
  .mg-buy-click-button {border-radius: 0}
  .home-new .l-container{align-items: center;}
  .slide-content p{text-align: center;}
  
  .coll-card{padding: 20px 15px;}
  .wrapper-grid{grid-template-columns: repeat(2, 1fr);}
  .home-coll .l-container{padding: 0 20px;}
  .home-mechanic .l-container{padding: 0 20px;}
}
/* CONTENT */




/* c-logo
------------------------------------------------------------------- */
.c-logo {
    display: block;
    width: 100%;
    height: 100%;
}

@media (max-width: 767px) {
    .c-logo {
        max-width: 180px;
        margin: 5px auto;
    }
}

/* c-title
------------------------------------------------------------------- */
.c-title {
    font-size: 32px;
    font-weight: 400;
}

@media (max-width: 767px) {
    .c-title {
        text-align: center;
    }
}

@media (min-width: 768px) {
    .c-title {
        font-size: 32px;
    }
}

@media (min-width: 1025px) {
  
    .c-title {
        font-size: 40px;
    }
	.c-product__row .c-title{
		font-size: 32px;
	}
}
@media (min-width: 1023px){
    .btn.white:hover{background: rgb(61, 61, 61)}
     .btn.black:hover{background: rgb(238, 238, 238)}
     .coll-card:hover .coll-img{transform: scale(105%);}
        .home-promo .coll-card:hover .coll-img{transform: scale(105%) translateX(-50%);}
         .home-mechanic .coll-card:hover .coll-img{transform: scale(105%) translateX(-50%);}
          .home-video .coll-card:hover .coll-img{transform: scale(105%) }
     .coll-card{transition: 0.3s ease all;}
     .coll-img{transition: 0.3s ease all;}
}

.c-title__search {
    padding: 0 10px;
    background: #fdf2cc;
}

.c-title--no-border {
    padding-bottom: 0;
    border-bottom: 0;
}

/* c-form
------------------------------------------------------------------- */
.c-form {
    width: 100%;
}

.c-form__row {
    margin-top: 10px;
}

.c-form__row:first-of-type {
    margin-top: 0;
}

.c-form__row--line {
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px solid #dadada;
}

.c-form label {
    line-height: 1.2;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.c-order__payment.payment-details-list label{
	min-height: 46px;
    padding: 15px;
    height: 74px;
    min-width: 116px;
    border: 2px solid #e8e8e1;
    text-align: center;
}
.c-order__payment.payment-details-list label.active{
	border-color:#000;
}

.c-form label [type='radio'],
.c-form label [type='checkbox'] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.c-form label:before {
    display: block;
    min-width: 15px;
    max-width: 15px;
    min-height: 15px;
    max-height: 15px;
    margin-right: 15px;
    content: '';
    border: 1px solid #dadada;
    background: #fff;
    -webkit-box-shadow: inset 0 0 0 2px #fff;
    box-shadow: inset 0 0 0 2px #fff;
}

.c-form label:hover {
    text-decoration: underline;
}

.c-form label:not(.active):hover:before {
    border-color: #c1c1c1;
}

.c-form label.active:before {
    background: var(--main-color);
}

.c-form select,
.c-form textarea,
.c-form [type='url'],
.c-form [type='text'],
.c-form [type='number'],
.c-form [type='email'],
.c-form [type='search'],
.c-form [type='password'],
#treelike-comments form div.textarea-wrapper.clearfix textarea {
    width: 100%;
    height: 50px;
    padding: 5px 16px;
    color: #666;
    border: 1px solid #dadada;
    background: #fff;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-appearance: none;
    -moz-appearance: none
}

.c-form select {background: transparent url("data:image/svg+xml,<svg viewBox='11.4 7.1' width='11.4' height='7.1' xmlns='http://www.w3.org/2000/svg'><path d='M5,6.4l-5-5L1.4,0l4.3,4.3L10,0l1.4,1.4l-5,5L5.7,7.1L5,6.4z'/></svg>") no-repeat; background-position: right 16px center; background-size: 10px}

@media (max-width: 767px) {
    .c-form select,
    .c-form textarea,
    .c-form [type='url'],
    .c-form [type='text'],
    .c-form [type='number'],
    .c-form [type='email'],
    .c-form [type='search'],
    .c-form [type='password'],
    #treelike-comments form div.textarea-wrapper.clearfix textarea {
        padding: 0 10px;
    }
    .c-form select {background-position: right 10px center}
}

.c-form select:focus,
.c-form textarea:focus,
.c-form [type='url']:focus,
.c-form [type='text']:focus,
.c-form [type='number']:focus,
.c-form [type='email']:focus,
.c-form [type='search']:focus,
.c-form [type='password']:focus,
#treelike-comments form div.textarea-wrapper.clearfix textarea:focus,
#treelike-comments > form > div:nth-child(8) > input[type='text']:focus {
    border-color: #000;
    -webkit-box-shadow: inset 0 0 0 1px #000;
    box-shadow: inset 0 0 0 1px #000;
}

.c-form textarea {
    line-height: 1.4;
    min-height: 120px;
    padding: 10px;
}

.c-form ::-moz-placeholder {
    color: #999;
}

.c-form :-ms-input-placeholder {
    color: #999;
}

.c-form ::-webkit-input-placeholder {
    color: #999;
}

.c-form--width {
    max-width: 300px;
}

@media (max-width: 767px) {
    .c-form--width {
        max-width: none;
    }
}

/* c-button
------------------------------------------------------------------- */
.c-button {
    font-size: 16px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 11px 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: color .3s, background .3s, box-shadow .3s;
    -webkit-transition: color .3s, background .3s, -webkit-box-shadow .3s;
    -o-transition: color .3s, background .3s, box-shadow .3s;
    transition: color .3s, background .3s, -webkit-box-shadow .3s;
    transition: color .3s, background .3s, box-shadow .3s;
    transition: color .3s, background .3s, box-shadow .3s, -webkit-box-shadow .3s;
    text-align: center;
    white-space: nowrap;
    color: #fff;
    background: var(--main-color);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 767px) {
    .c-button {
        font-size: 16px;
        width: 100%;
    }
}

@media (min-width: 1025px) {
    .c-button:active {
        -webkit-transform: translateY(3px);
        -ms-transform: translateY(3px);
        transform: translateY(3px);
    }

    .c-button:hover {
        -webkit-box-shadow: inset 0 4px 14px rgba(0, 0, 0, .36);
        box-shadow: inset 0 4px 14px rgba(0, 0, 0, .36);
    }
}

@media (max-width: 767px) {
    .c-button + .c-button {
        margin-top: 10px;
    }
}

.c-button--link {
    padding: 0 26px;
    text-decoration: underline;
    color: #000;
    border: 0;
    background: transparent;
}

@media (max-width: 767px) {
    .c-button--link {
        height: auto;
        padding: 0 16px;
    }
}

.c-button--link:hover {
    text-decoration: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.c-button--border {
    -webkit-transition: border-color .3s;
    -o-transition: border-color .3s;
    transition: border-color .3s;
    color: #000;
    border: 2px solid #dadada;
    background: #fff;
}

.c-button--border:hover {
    border-color: var(--main-color);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.addToCart,
.filter-btn,
.default-btn,
.product-info,
.refreshFiltere,
.c-buy__buttons > a,
.mg-form-designer .default-btn,
#treelike-comments form button.sendComment,
.mg-send-booking-click-button.mg-booking-btn,
a.mg-buy-click-button.mg-plugin-btn,
.wrapper-modal-mg-buy-click .mg-action-buttons .mg-send-order-click-button,
.mg-recently-viewed .addToCart.default-btn,
.mg-recently-viewed .product-info.default-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 11px 20px;
    font-weight: 400;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: color .3s, background .3s, box-shadow .3s;
    -webkit-transition: color .3s, background .3s, -webkit-box-shadow .3s;
    -o-transition: color .3s, background .3s, box-shadow .3s;
    transition: color .3s, background .3s, -webkit-box-shadow .3s;
    transition: color .3s, background .3s, box-shadow .3s;
    transition: color .3s, background .3s, box-shadow .3s, -webkit-box-shadow .3s;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    color: #fff;
    background: black;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 767px) {
    .addToCart,
    .filter-btn,
    .product-info,
    .refreshFiltere,
    .c-buy__buttons > a,
    .mg-form-designer .default-btn,
    #treelike-comments form button.sendComment,
    .mg-send-booking-click-button.mg-booking-btn,
    a.mg-buy-click-button.mg-plugin-btn {
        width: 100%;
        height: 32px;
        padding: 0 16px;
    }

    .product-bar .c-title {
        text-align: left;
		font-size: 22px;
		display: flex;
		flex-wrap: wrap;
		align-items: flex-end;
		justify-content: space-between;
    }
}

.c-form__row .c-button {
    margin-top: 10px;
}

a.addToCompare,
#for-button-all-load > #load-all-comments {
    -webkit-transition: border-color .3s;
    -o-transition: border-color .3s;
    transition: border-color .3s;
    color: #000;
    border: 2px solid #dadada;
    background: #fff;
}

@media (max-width: 767px) {
    a.addToCompare {
        display: none;
    }

}

a.addToCompare:hover,
#for-button-all-load > #load-all-comments:hover {
    border-color: var(--main-color);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.payment-form-block [type='submit'] {
    font-size: 16px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 40px;
    margin-bottom: 16px;
    padding: 0 36px;
    padding: 0 36px !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: color .3s, background .3s, box-shadow .3s;
    -webkit-transition: color .3s, background .3s, -webkit-box-shadow .3s;
    -o-transition: color .3s, background .3s, box-shadow .3s;
    transition: color .3s, background .3s, -webkit-box-shadow .3s;
    transition: color .3s, background .3s, box-shadow .3s;
    transition: color .3s, background .3s, box-shadow .3s, -webkit-box-shadow .3s;
    text-align: center;
    white-space: nowrap;
    color: #fff;
    border-radius: 30px;
    background: -webkit-linear-gradient(315deg, var(--main-color), var(--secondary-color));
    background: -o-linear-gradient(315deg, var(--main-color), var(--secondary-color));
    background: linear-gradient(135deg, var(--main-color), var(--secondary-color));
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 767px) {
    .payment-form-block [type='submit'] {
        font-size: 16px;
        width: 100%;
        height: 30px;
        padding: 0 16px;
    }
}

@media (min-width: 1025px) {
    .payment-form-block [type='submit']:active {
        -webkit-transform: translateY(3px);
        -ms-transform: translateY(3px);
        transform: translateY(3px);
    }

    .payment-form-block [type='submit']:hover {
        -webkit-box-shadow: inset 0 4px 14px rgba(0, 0, 0, .36);
        box-shadow: inset 0 4px 14px rgba(0, 0, 0, .36);
    }
}


/* c-amount
------------------------------------------------------------------- */
.c-amount {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.c-amount__up,
.c-amount__down {
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 24px;
    height: 48px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.c-amount__up:hover,
.c-amount__down:hover {
    background: #cdcdcd;
}

.c-amount__up {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 3;
    order: 3;
}

a.c-amount__down.down {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.c-amount [type='text'] {
    width: 50px;
    text-align: center;
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
	font-size: 17px;
}

.c-table .c-amount,
.c-product .c-amount {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.c-buy .c-amount {
    border: 1px solid #e8e8e1;
}

.c-table .amount_input {
    width: 70px;
}

.qty__inner {
    color: var(--main-color);
    font-weight: 700;
    line-height: 1;
}

.c-table__item-price {
    font-size: 14px;
    font-weight: 400;
}

/* c-copyright
------------------------------------------------------------------- */
.c-copyright {
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.c-copyright__moguta {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.c-copyright__moguta .powered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.c-copyright__moguta .powered a {
    display: inline-block;
    margin-left: 10px;
}

@media (max-width: 767px) {
    .c-copyright {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}


/*-----*/
.color-block > * {
    vertical-align: middle;
}

.size-block > span,
.color-block > span {
    display: inline-block;
    min-width: 60px;
    margin-right: 5px;
}

.body {
    scroll-behavior: smooth;
}

.c-order__list--width {
    width: 100%;
    margin-bottom: 10px;
}

li.c-order__list--item.c-order__radiobutton label:not(:last-of-type),
.order-storage label {
    margin-bottom: 10px;
}

.order-storage.c-form {
    margin-top: 10px;
}

.st-error {
    color: #ef454b;
}

.order-storage label [disabled] + span {
    text-decoration: line-through;
    color: #525252;
}

.daily-wrapper {
    width: 100%;
    margin-bottom: 16px;
    padding: 10px 0;
    border: 1px solid #dadada;
    background: #fff;
}

.daily-wrapper .dailyProduct {
    margin: 0 auto;
}

.daily-wrapper .dailyTitle {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    padding-bottom: 4px;
    text-align: center;
    border-bottom: 1px solid #dadada;
}

.c-goods__item.product-wrapper .c-buy {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.c-goods__item.product-wrapper .c-buy .cart_form {
    margin-bottom: 10px;
}

select[name='userCustomCurrency'] {
    color: #666;
    border: 1px solid #dadada;
    background: #fff;
}


/* c-description
------------------------------------------------------------------- */
.c-description {
    line-height: 1.6;
}

.c-description h1 {
    line-height: 1.2;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
}

.c-description .c-description__img {
    max-width: 200px;
    max-height: 150px;
    margin: 0 16px 10px 0;
}

.c-description__top {
    display: flex;
    margin-bottom: 16px;
}

@media (max-width: 767px) {
    .c-description__top {
        display: none;
    }
}

.c-description__bottom {
	margin-bottom: 100px;
}

.c-description__bottom .c-title {
    margin-bottom: 20px;
	font-weight: 400;
    font-size: 36px;
	text-align: center;
}

.l-main .l-container.home-description {padding: 60px 20px 60px 20px}
.home-collections {text-align: center}
.home-collections .grid {grid-template-columns: repeat(3,1fr); gap: 30px; display: grid}
.home-collections .item video {width: 100%; display: block; margin-bottom: 10px}
.home-collections p {color: #777}
.home-collections h3 {font-weight: 400; font-size: 22px}
.home-description .c-title, .home-collections .c-title {margin-bottom: 30px}
.home-description p:first-of-type {font-size: 20px}

.home-first .l-container {position: relative; padding: 0}
.home-first video {width: 100%; height: 80vh; object-fit: cover; object-position: 50% 50%; display: block}
.home-first .sound-button {position: absolute; bottom: 40px; cursor: pointer; left: 40px; border: 1px solid #fff; padding: 11px 20px; color: #fff; display: flex; align-items: center; gap: 11px}
.home-first .sound-button:before {width: 30px; content: ''; background-image: url(../images/sound-off.svg); background-position: 50% 50%; background-repeat: no-repeat; height: 30px}
.home-first .sound-button.on:before {background-image: url(../images/sound-on.svg) }
.home-first .sound-button:hover:before {filter: invert(1)}
.home-first .sound-button:hover {background: #fff; color: #000}

.dark-section {background: #111; color: #fff; padding: 40px 20px}
.l-main .dark-section .l-container {background: transparent; padding: 0}

footer .top-part {display: flex; justify-content: space-between; flex-wrap: wrap}
footer .top-part .logo {filter: invert(1); width: 170px; margin-bottom: 27px; opacity: 1}
footer .top-part a {display: block; font-size: 14px; opacity: 0.5}
footer .top-part a:hover {opacity: 1}
footer .bottom-part {display: flex; justify-content: space-between; align-items: center; margin-top: 60px; padding-top: 60px; border-top: 1px solid #333}
footer .copyright {font-size: 12px; opacity: 0.5}
footer .payments {opacity: 0.5; width: 260px}
footer .n-line {margin-top: 20px}
footer .social a {display: block; margin-bottom: 5px}
footer .social a svg {filter: invert(1); margin-right: 10px; display: inline-block; vertical-align: middle; width: 16px; height: 16px}
.l-body__index .dark-section {text-align: center; font-size: 20px; padding: 60px 20px}
.header-layout .menu-catalog .level-2{width: 460px;border-radius: 0 0 8px 0;}
.menu-catalog .level-2 a:hover{opacity: 0.5 !important;}
.menu-catalog .level-2 a{transition: 0.5s ease all;}
.video-preview__close {
  position: absolute;
  top: 0px;
  right: 10px;
  z-index: 5;
  font-size: 28px;
  background: none;
  border: none;
  color: white;
  cursor: pointer;
}

@media (max-width: 1199px){
    .home-video .wrapper{flex-wrap: wrap;}
    .coll-card{padding: 10px;}
    .wrapper{gap: 20px;}
}
@media (max-width: 1024px) {
  .l-body__index .catalog .l-row .l-col:nth-of-type(4) {display: none}
  .tablet-hide {display: none !important}
  .l-row {margin-top: -20px; margin-left: -20px}
  .l-main .l-container {padding-top: 20px}
    .site-nav__icons{display:flex;align-items:center;gap:10px}
    .icon-search{vertical-align:middle !important}
    .site-nav__link--icon{padding: 0 !important;}
  .c-variant__row {width: 110px}
}
  .mobile-flex {display: none !important}

@media (max-width: 767px) {
    .home-promo .coll-inner{max-width:200px;max-height:200px}
        .home-mechanic .coll-inner{max-width:200px;max-height:200px}
            .home-video .coll-inner{max-width:150px;max-height:150px}
  .home-collections .grid {grid-template-columns: 100%}
  .home-first video {height: unset}
  .home-first .sound-button {position: static; color: #000; margin-top: -20px; width: 100%; justify-content: center; font-size: 12px; opacity: 0.5}
  .home-first .sound-button:before {filter: invert(1)}
  .mobile-flex {display: flex !important}
  .mobile-hide {display: none !important}
  .l-body {font-size: 14px}
  .home-description p:first-of-type, .l-body__index .dark-section {font-size: inherit}
  .home-description p, .l-body__index .dark-section {text-align: justify !important}
  .home-description p br, .l-body__index .dark-section p br {display: none}
  .l-body__index .dark-section {padding: 40px 20px}
  .c-title, .c-carousel__title--span, .collection-title {font-size: 24px !important}
  .section-header {margin-bottom: 20px !important}
  .home-description .c-title, .home-collections .c-title {margin-bottom: 20px}
  .home-collections {text-align: left}
  footer .top-part .logo {width: 100%; margin-bottom: 20px}
  footer .top-part .logo img {height: 16px}
  footer .top-part .footer-column:first-of-type {text-align: center; margin-bottom: 20px}
  footer .top-part .footer-column, footer .copyright {width: 100%; text-align: center}
  footer .top-part .footer-column +  .footer-column {border-top: 1px solid #333; margin-top: 20px; padding-top: 20px}
  footer .bottom-part {margin-top: 20px; padding-top: 20px}
  .accessories {grid-template-columns: repeat(4,1fr)}
  .l-main .l-container.home-description {padding: 60px 20px 60px 20px}
  .c-carousel__title {margin-bottom: 20px}
  .c-menu__link {font-size: inherit; text-transform: uppercase}
  .product-details-block .bread-crumbs {text-align: center; display: none}
  .product-details-block .bread-crumbs .bread-crumbs__item:nth-last-of-type(1), .product-details-block .bread-crumbs .bread-crumbs__item:nth-last-of-type(2) {display: none}
  .home-collections .item video {margin-bottom: 5px}
  .l-body__index .catalog .l-row .l-col:nth-of-type(4) {display: block}
  .c-goods__footer {display: flex; flex-direction: column}
  .c-goods__footer .block-variants {order: 1; margin-top: 0}
  .c-product .c-buy {order: 2; flex-wrap: wrap; justify-content: center}
}




.spoiler {
    margin: 5px 0;
    padding: 5px 10px 5px 5px;
    border: 1px solid #dadada;
    transition: all .3s ease;
}

.spoiler:hover {
    background-color: rgb(238, 238, 238);
}

.spoiler-title {
    position: relative;
    display: flex;
    cursor: pointer;
}

.spoiler-title::before {
    content: url(../images/plus.svg);
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0px;
    left: 0;
    height: 100%;
    line-height: 0;
    width: 25px;
    font-size: 25px;
    font-weight: 600;
    transform: none;
    transition: all .5s ease;
    margin-right: 5px;
}

.spoiler._active .spoiler-title::before {
    transform: rotateZ(135deg);
}

.spoiler-toggle {
    padding: 0px 13px;
}

.spoiler-content {
    display: none;
    padding-left: 5px;
    padding-top: 5px;
    border-top: 1px solid #dadada;
}

/* c-order
------------------------------------------------------------------- */
.c-order__title {
    font-weight: 600;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 35px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/*.c-order__title:before {
    position: absolute;
    top: 0;
    right: -20px;
    width: 0;
    height: 0;
    content: '';
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #ededed;
}*/

@media (max-width: 767px) {
    .c-order__title:before {
        right: -17px;
        border-top: 17px solid transparent;
        border-bottom: 17px solid transparent;
        border-left: 17px solid #ededed;
    }
}

.c-order__title--last {
    font-size: 18px;
    font-weight: 400;
    text-align: left;
}

@media (max-width: 767px) {
    .c-order__title--last {
        font-size: 15px;
    }
}

.c-order__title--last:before {
    display: none;
}

.c-order__title--small {
    font-weight: 600;
    margin-top: 16px;
    margin-bottom: 6px;
}

.c-order__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.c-order__list--item {
    width: 49%;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .c-order__list--item {
        width: 100%;
    }
}

.c-order__list--width {
    width: 100%;
}

@media (max-width: 767px) {
    .c-order__payment {
        margin-bottom: 10px;
    }
}

.c-order__payment li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	margin-bottom: 10px;
}

.c-order__payment{
	display: flex;
    flex-wrap: wrap;
}

.c-order__payment li [class*='icon-'] {
    display: none;
}

.c-order__payment label {
    margin-bottom: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    width: 100%;
    text-decoration: none!important;
}

.c-order__payment.payment-details-list label {
    width: auto;
}

.c-order__payment label:hover .deliveryName {
    text-decoration: underline;
}

.c-order__payment .deliveryPrice {
    margin-left: auto;
    padding-left: 10px;
    font-weight: 500;
}

.c-order__payment .deliveryCurrency {
    font-weight: 500;
}

.c-order__payment .rate-payment {
    font-size: 12px;
    padding-left: 6px;
    text-transform: lowercase;
}

.c-order__payment.delivery-details-list li:not(:last-of-type) label {
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 10px;
}

.c-order__payment label {
    font-size: 14px;
    flex-wrap: wrap;
}

.c-order__total {
    text-align: center;
}

.c-order__total--row {
    margin-top: 16px;
}

.c-order__total--row:first-child {
    margin-top: 0;
}

.c-order__total--amount {
    font-size: 17px;
}

.c-order__total--row .checkout-btn{
	border-radius: 0;
  font-weight: 400;
    padding: 11px 20px;
    transition: padding-right .3s,background .3s,opacity 1s;
    background-image: url(/mg-templates/briller/images/arrow-right.svg); background-repeat: no-repeat;
    background-position: right -20px center;
    background-size: 20px 20px;
}
.c-order__total--row .checkout-btn:hover{
	padding-right: 55px;
    background-position: right 20px center;
    opacity: 1;
}

@media (max-width: 767px) {
    .c-order__total--amount {
        font-size: 16px;
    }
}

/* c-alert
------------------------------------------------------------------- */
.c-alert {
    display: block;
    padding: 10px 16px;
	color: #fff;
    background: #000;
}

@media (max-width: 767px) {
    .c-alert {
        padding: 10px;
    }
}

/*.c-alert--red {
    color: #a94442;
    background: #f2dede;
}

.c-alert--blue {
    color: #000;
}

.c-alert--green {
    color: #3c763d;
    background: #dff0d8;
}

.c-alert--orange {
    color: #8a6d3b;
    background: #fcf8e3;
}
*/

/* c-product
------------------------------------------------------------------- */
.c-product__row {
    margin-top: 10px;
}

.c-product__row:first-child {
    margin-top: 0;
}

.c-product__content {
    padding-left: 16px;
	position: relative;
}

@media (max-width: 767px) {
    .c-product__content {
        padding-top: 30px;
        padding-left: 0;
    }
}

.c-product__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 16px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .c-product__block {
        flex-direction: column;
        margin-bottom: 16px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
    }
}

.c-product__block--left {
    text-align: right;
    color: #666;
}

@media (max-width: 767px) {
    .c-product__block--left {
        width: 100%;
        text-align: left;
    }
}

.c-product__block--right {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

@media (max-width: 767px) {
    .c-product__block--right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        width: 100%;
    }
}

.c-product__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.c-product__price--current .c-product__price--value {
    font-size: 21px;
}

@media (max-width: 989px) {
    .c-product__price--current .c-product__price--value {
        font-size: 22px;
    }
}

.c-product__price--old {
    margin-top: 10px;
}

.c-product__price--old .c-product__price--value {
    font-size: 20px;
    color: #666;
}

@media (max-width: 989px) {
    .c-product__price--old .c-product__price--value {
        font-size: 18px;
    }
}

.c-product__price--title {
    font-size: 16px;
    margin-right: 6px;
    color: #666;
}

@media (max-width: 989px) {
    .c-product__price--title {
        display: none;
    }
}

@media (max-width: 767px) {
    .c-product__price--title {
        font-size: 16px;
        display: block;
    }
	.c-product__price--current .c-product__price--value{
		font-size: 18px;
	}
}

.c-product__price--value {
    font-weight: 400;
    line-height: 1;
}

.c-product__stock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 10px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 767px) {
    .c-product__stock {
        margin-top: 0;
    }
}

.c-product__stock .icon {
    margin-right: 6px;
}

.c-product__stock--out,
.c-product__stock--in {
    color: #6a6a7f;
}

.c-product__stock--span {
    margin: 0 4px;
}



/* property-form
------------------------------------------------------------------- */
@media (max-width: 767px) {
    .prop-string {
        font-size: 13px;
    }
}

.property-form br {
    display: none;
}

.property-form p {
    line-height: 1.2;
    margin-top: 10px;
    padding-bottom: 10px;
}

@media (max-width: 767px) {
    .property-form p {
        margin-top: 6px;
        padding-bottom: 6px;
    }
}

.property-form label {
    margin-top: 10px;
}

.property-form select {
    margin-top: 10px;
}

.property-form .property-title {
    font-weight: 600;
}

/* c-buy
------------------------------------------------------------------- */
.c-buy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	align-items: flex-end;
}

@media (max-width: 767px) {
    .c-buy {
        margin-top: 0;
    }

    .buy-container.product .c-buy {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    span.c-product__stock {
        margin: 10px auto 0;
        display: inline-block;
    }
}

.c-buy__buttons {
  gap: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
	width:100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    min-width: 70px;
}

.c-buy__buttons > a.addToCart {
    min-width: 113px;
    padding: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border: 1px solid #111;
    border-radius: 0;
    background-color: #111;
    color: #fff;
    padding: 11px 20px;
    min-height: 50px;
	background-image: url(/mg-templates/briller/images/arrow-right.svg); background-repeat: no-repeat;
  background-position: right -20px center;
  background-size: 20px 20px;
	transition: padding-right .3s,background .3s,opacity 1s;
}
.c-buy__buttons > a.addToCart:hover {
	background-position: right 20px center;
	padding-right: 55px;
}

@media (max-width: 767px) {
    .c-buy__buttons > a {
        min-width: 100%;
        margin-bottom: 0;
    }
    .c-ribbon__new,
    .c-ribbon__hit,
    .c-ribbon__sale {
        font-size: 11px;
        text-transform: capitalize;
        font-weight: 400;
    }

    .c-ribbon__sale {
        width: 45px;
    }

    .c-ribbon__new,
    .c-ribbon__hit {
        width: 55px;
    }
}

.c-buy__buttons .addToCompare {
    margin-left: 10px;
}

@media (max-width: 767px) {
    .c-buy__buttons > a + * {
        margin-left: 0;
    }
}

.c-buy__buttons .product-info {
    margin-left: 0;
}

.c-product .c-buy {
    margin-top: 16px;
    gap: 20px
}

.c-goods--list .c-buy__buttons a {
    margin-bottom: 0;
}

.l-body__index .c-buy__buttons {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

/* c-static
------------------------------------------------------------------- */
.l-body__static .l-main__right h1 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 16px;
    padding-bottom: 4px;
    border-bottom: 2px solid #dadada;
}

@media (max-width: 767px) {
    .l-body__static .l-main__right h1 {
        text-align: center;
        font-size: 20px;
    }
}

@media (min-width: 768px) {
    .l-body__static .l-main__right h1 {
        font-size: 22px;
    }
}

@media (min-width: 1025px) {
    .l-body__static .l-main__right h1 {
        font-size: 26px;
    }
}

.l-body__static .l-main__right h2 {
    font-size: 16px;
    font-weight: 600;
    margin-top: 16px;
    margin-bottom: 6px;
}

@media (max-width: 767px) {
    .l-body__static .l-main__right h2 {
        text-align: center;
        font-size: 18px;
    }
}

.l-body__static h3 {
    font-weight: 700;
    font-size: 16px;
}

@media (min-width: 768px) {
    .l-body__static .l-main__right h2 {
        font-size: 18px;
    }
}

@media (min-width: 1025px) {
    .l-body__static .l-main__right h2 {
        font-size: 20px;
    }
}

.l-body__static .l-main__right a {
    text-decoration: underline;
    color: #1e87f0;
}

.l-body__static .l-main__right a:hover {
    text-decoration: none;
}

/* rating
------------------------------------------------------------------- */
.rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 767px) {
    .rating {
        display: none;
    }

    .cart-table .c-table caption,
    .cart-table .c-table th,
    .c-table td {
        border: none;
    }
}

.rating .rateit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.rating .info {
    line-height: 1;
    margin-left: 6px;
}

@media (max-width: 767px) {
    .c-goods .rating {
        display: none;
    }
}

@media (min-width: 768px) {
    .c-goods--list .rating {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

/* buy-click
------------------------------------------------------------------- */
.wrapper-mg-buy-click {
    text-align: center;
}



.wrapper-mg-buy-click .mg-buy-click-button {
    font-size: 16px;
    padding: 0;
    text-decoration: underline;
    text-transform: none;
    border: 0;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
}

@media (max-width: 767px) {
    .wrapper-mg-buy-click .mg-buy-click-button {
        font-size: 12px;
    }
}

.wrapper-mg-buy-click .mg-buy-click-button:hover {
    text-decoration: none;
}

.wrapper-modal-mg-buy-click input {
    height: 40px;
}

.wrapper-modal-mg-buy-click textarea {
    height: 100px;
}

.wrapper-modal-mg-buy-click .mg-action-buttons {
    font-size: inherit;
}

.wrapper-modal-mg-buy-click .mg-action-buttons .mg-send-order-click-button {
    font-size: 18px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 120px;
    height: 40px;
    padding: 0;
    text-shadow: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.wrapper-modal-mg-buy-click .mg-action-buttons .mg-send-order-click-button:active {
    padding: 0;
    border: 0;
}

.wrapper-modal-mg-buy-click .mg-action-buttons .close-mg-buy-button {
    font-size: 16px;
}

@media (min-width: 768px) {
    .c-goods--list .wrapper-mg-buy-click {
        max-width: 48%;
        margin-top: 16px;
    }
}

.close-mg-buy-button {
    margin-right: 15px!important;
}

#treelike-comments form div.textarea-wrapper {
    margin-bottom: 10px;
}

/* bread-crumbs
------------------------------------------------------------------- */
.bread-crumbs {
    font-size: 12px;
    margin-bottom: 25px;
}


@media (max-width: 767px) {
    .bread-crumbs {
        line-height: 1.6;
        margin-bottom: 15px;
    }
}

.bread-crumbs a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #999;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.bread-crumbs .separator {margin: 0 10px}

.c-form label:before {
    display: block;
    min-width: 15px;
    max-width: 15px;
    min-height: 15px;
    max-height: 15px;
    margin-right: 15px;
    content: '';
    border: 1px solid #dadada;
    background: #fff;
    -webkit-box-shadow: inset 0 0 0 2px #fff;
    box-shadow: inset 0 0 0 2px #fff;
}
.c-form .payment-details-list label:before{
	opacity: 0;
    visibility: hidden;
    width: 0;
    margin: 0;
    min-width: 0;
}

.bread-crumbs a:hover {
    color: #000;
}

.bread-crumbs .last-crumb {
    font-weight: 600;
}

/* promo-code
------------------------------------------------------------------- */
.promo-code-block {
    position: relative;
    margin-top: 16px;
}

@media (max-width: 767px) {
    .c-promo-code {
        float: none;
        margin-bottom: 30px;
    }
}

.c-promo-code .promo-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.c-promo-code .promo-form [type='text'] {
    margin-right: 10px;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    border: 1px solid #000; padding: 0 10px;
    order: -1;
}

.c-promo-code .promo-form span {
    display: none;
}

.c-promo-code #msg-about-code {
    font-size: 12px;
    margin-top: 4px;
    color: #cd4449;
}

@media (max-width: 767px) {
    .c-promo-code #msg-about-code {
        width: 100%;
        text-align: center;
    }
}

/* comments
------------------------------------------------------------------- */

.comments textarea {
    line-height: 1.6;
    width: 100%;
    min-height: 120px;
    padding: 8px 10px;
	letter-spacing: 0.025em;
    font-size: 17px;
    color: #1c1d1d;
    border: 1px solid #e8e8e1;
    background: #fff;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.comments textarea:focus {
    border-color: #f39c12;
    -webkit-box-shadow: inset 0 0 0 1px #f39c12;
    box-shadow: inset 0 0 0 1px #f39c12;
}

.comments .sendComment {
    background-color: #111;
    color: #fff;
    display: inline-block;
    padding: 11px 20px;
    margin: 0;
    width: auto;
    min-width: 90px;
    line-height: 1.42;
    font-size: 16px;
    transition: padding-right .3s,background .3s,opacity 1s;
    float: right;
}

@media (max-width: 767px) {
    .comments .sendComment {
        font-size: 16px;
        width: 100%;
        height: 30px;
        padding: 0 16px;
    }
}

@media (min-width: 1025px) {
    .comments .sendComment:active {
        -webkit-transform: translateY(3px);
        -ms-transform: translateY(3px);
        transform: translateY(3px);
    }

    .comments .sendComment:hover {
        -webkit-box-shadow: inset 0 4px 14px rgba(0, 0, 0, .36);
        box-shadow: inset 0 4px 14px rgba(0, 0, 0, .36);
    }
}

.comments .c-msg-red,
.comments .c-msg-green {
    display: block;
    padding: 10px 16px;
}

@media (max-width: 767px) {
    .comments .c-msg-red,
    .comments .c-msg-green {
        padding: 10px;
    }
}

.comments .c-msg-red {
    color: #a94442;
    background: #f2dede;
}

.comments .c-msg-green {
    color: #3c763d;
    background: #dff0d8;
}

.comments .comments-msg span ~ span {
    margin: 10px 0;
}

.comments .comments-msg br {
    display: none;
}

.comments .post-date {
    font-size: 12px;
}

/* brand
------------------------------------------------------------------- */
.mg-brand {
    margin-top: 20px;
}

.mg-brand .mg-brand-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.mg-brand .mg-brand-block .mg-brand-logo {
    display: inline-block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;

}

@media (min-width: 768px) {
    .mg-brand .mg-brand-block .mg-brand-logo:nth-of-type(-n + 5) {
        margin-top: 0;
    }
}

@media (min-width: 375px) and (max-width: 767px) {
    .mg-brand .mg-brand-block .mg-brand-logo {
        width: calc(33.333333333333336% - 6.666666666666667px);
        margin-top: 10px;
    }

    .mg-brand .mg-brand-block .mg-brand-logo:nth-of-type(3n + 1) {
        margin-right: 10px;
    }

    .mg-brand .mg-brand-block .mg-brand-logo:nth-of-type(3n + 2) {
        margin-right: 10px;
    }

    .mg-brand .mg-brand-block .mg-brand-logo:nth-of-type(-n + 3) {
        margin-top: 0;
    }
}

@media (max-width: 374px) {
    .mg-brand .mg-brand-block .mg-brand-logo {
        width: calc(50% - 5px);
        margin-top: 10px;
    }

    .mg-brand .mg-brand-block .mg-brand-logo:nth-of-type(2n + 1) {
        margin-right: 10px;
    }

    .mg-brand .mg-brand-block .mg-brand-logo:nth-of-type(-n + 2) {
        margin-top: 0;
    }
}

.mg-brand .mg-brand-block .mg-brand-logo a {
    margin: 2px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.brands .addToCompare {
    margin-left: 10px !important;
}

/* product-slider
------------------------------------------------------------------- */
.mg-advise {
    visibility: hidden;
    padding: 10px;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    opacity: 0;
    border: 1px solid #dadada;
}

.mg-advise--active {
    visibility: visible;
    opacity: 1;
}

.mg-advise__title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    padding-bottom: 4px;
    text-align: center;
    border-bottom: 1px solid #dadada;
}

.mg-advise .mg-plugin-product-slider-container {
    padding: 0;
}

.mg-advise .caroufredsel_wrapper {
    margin: auto !important;
}

.mg-advise .title a {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    width: 100%;
    text-align: center;
}

.mg-advise .slider-product {
    margin: 0 !important;
    padding: 0 !important;
    text-align: center;
}

.mg-advise .price {
    font-size: 18px;
    font-weight: 600;
    display: block;
    text-align: center;
    color: #cd4449;
}

.mg-advise .product-buy {
    float: none !important;
    margin-top: 10px !important;
    color: #fff !important;
}

.mg-advise .product-buy:active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

/* back-ring
------------------------------------------------------------------- */
.wrapper-back-ring button {
    font-size: 16px;
    display: none;
    height: auto;
    padding: 0;
    color: #fff;
    color: #666;
    background: transparent;
}

@media (max-width: 1024px) {
    .wrapper-back-ring button {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .wrapper-back-ring button {
        font-size: 12px;
    }
}

.wrapper-back-ring button:hover {
    text-decoration: underline;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.wrapper-back-ring button:active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.c-contact .wrapper-back-ring button {
    display: block;
}

.wrapper-modal-back-ring h2 {
    display: none;
}

.wrapper-modal-back-ring .modal-ring-list li .left,
.wrapper-modal-back-ring .modal-ring-list li .right {
    float: none;
}

.wrapper-modal-back-ring .modal-ring-list li .right input[type='text'] {
    width: 100%;
}

.wrapper-modal-back-ring .red-btn {
    font-size: 16px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    height: 40px;
    padding: 0 36px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: color .3s, background .3s, box-shadow .3s;
    -webkit-transition: color .3s, background .3s, -webkit-box-shadow .3s;
    -o-transition: color .3s, background .3s, box-shadow .3s;
    transition: color .3s, background .3s, -webkit-box-shadow .3s;
    transition: color .3s, background .3s, box-shadow .3s;
    transition: color .3s, background .3s, box-shadow .3s, -webkit-box-shadow .3s;
    text-align: center;
    white-space: nowrap;
    color: #fff;
    border: 0;
    border-radius: 30px;
    background: -webkit-linear-gradient(315deg, var(--main-color), var(--secondary-color));
    background: -o-linear-gradient(315deg, var(--main-color), var(--secondary-color));
    background: linear-gradient(135deg, var(--main-color), var(--secondary-color));
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 767px) {
    .wrapper-modal-back-ring .red-btn {
        font-size: 16px;
        width: 100%;
        height: 30px;
        padding: 0 16px;
    }
}

@media (min-width: 1025px) {
    .wrapper-modal-back-ring .red-btn:active {
        -webkit-transform: translateY(3px);
        -ms-transform: translateY(3px);
        transform: translateY(3px);
    }

    .wrapper-modal-back-ring .red-btn:hover {
        -webkit-box-shadow: inset 0 4px 14px rgba(0, 0, 0, .36);
        box-shadow: inset 0 4px 14px rgba(0, 0, 0, .36);
    }
}

.wrapper-modal-back-ring [type='text']:focus {
    -webkit-box-shadow: inset 0 0 0 1px #f39c12 !important;
    box-shadow: inset 0 0 0 1px #f39c12 !important;
}

.show-more-agreement-data {
    text-decoration: underline;
    color: #1e87f0;
}

.show-more-agreement-data:hover {
    text-decoration: none;
}

.c-buy__buttons .storage-field {
    width: 100%;
    margin-left: 0;
}

.c-menu__level {
    text-align: center; display: flex; align-items: center; flex-wrap: wrap; justify-content: space-between
}

[itemprop='description'] li {
    list-style: initial;
}

/*----*/
ul.modal-ring-list input,
ul.modal-ring-list textarea {
    border: 1px solid #eaeaea;
}

.mg-price-buy-click {
    background: #eaeaea;
}

.content-modal-mg-buy-click {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.content-modal-mg-buy-click .mg-product-img {
    padding: 0;
}

.content-modal-mg-buy-click .cap-left img {
    margin-bottom: 5px;
}

[itemprop='description'] ul,
[itemprop='description'] ol {
    padding-left: 40px;
}

::-webkit-scrollbar-button {
    width: 4px;
    height: 0;
    background-repeat: no-repeat;
}

::-webkit-scrollbar-track {
    background-color: #ecedee;
}

::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: var(--main-color);
}

::-webkit-scrollbar-thumb:hover {
    background-color: var(--secondary-color);
}

::-webkit-resizer {
    width: 4px;
    height: 0;
    background-repeat: no-repeat;
}


::-webkit-scrollbar {
    width: 4px;
}

.mg-brand-block .mg-brand-logo {
    width: 100%;
}

.news-block {
    border: 1px solid #dadada;
    border-radius: 0;
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.lcg {
    text-align: right;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.admin-top-menu {
    z-index: 999;
}

::-webkit-input-placeholder {
    color: #949494;
}

::-moz-placeholder {
    color: #949494;
}

/* Firefox 19+ */
:-moz-placeholder {
    color: #949494;
}

/* Firefox 18- */
:-ms-input-placeholder {
    color: #949494;
}

::-webkit-input-placeholder {
    text-indent: 0;
    -webkit-transition: text-indent .8s ease;
    -o-transition: text-indent .8s ease;
    transition: text-indent .8s ease;
}

::-moz-placeholder {
    text-indent: 0;
    -webkit-transition: text-indent .8s ease;
    -o-transition: text-indent .8s ease;
    transition: text-indent .8s ease;
}

:-moz-placeholder {
    text-indent: 0;
    -webkit-transition: text-indent .8s ease;
    -o-transition: text-indent .8s ease;
    transition: text-indent .8s ease;
}

:-ms-input-placeholder {
    text-indent: 0;
    -webkit-transition: text-indent .8s ease;
    -o-transition: text-indent .8s ease;
    transition: text-indent .8s ease;
}

:focus::-webkit-input-placeholder {
    text-indent: 500px;
    color: transparent;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
}

:focus::-moz-placeholder {
    text-indent: 500px;
    color: transparent;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
}

:focus:-moz-placeholder {
    text-indent: 500px;
    color: transparent;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
}

:focus:-ms-input-placeholder {
    text-indent: 500px;
    color: transparent;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
}

.prop-item:not(.nogroup) + .nogroup {
    margin-top: 35px;
}

.site-blocks img {
    width: 30%;
    -webkit-transition: -webkit-transform .3s linear;
    transition: -webkit-transform .3s linear;
    -o-transition: transform .3s linear;
    transition: transform .3s linear;
    transition: transform .3s linear, -webkit-transform .3s linear;
}

.site-blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-top: 20px;
}

.site-blocks img:hover {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}

.m-p-slider-wrapper {
    overflow: unset;
}

.mg-trigger-guarantee.horfloat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.mg-trigger-guarantee .mg-trigger {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}

.mg-trigger .mg-trigger-text {
    display: block;
    color: #000;
	font-size: 17px;
}

.mg-trigger-guarantee img,
.mg-trigger-guarantee i {
    padding: 6px;
    width: 100px;
    height: 100px;
}

.comments input {
    padding: 10px;
    color: #666;
    border: 1px solid #dadada;
}

.color-filter + a.mg-viewfilter {
    white-space: nowrap;
}

.mg-brand .mg-brand-block .c-carousel .owl-item {
    margin-right: 50px;
}

.mg-brand .mg-brand-block .c-carousel__arrow {
    border: none;
    background: none;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    top: -11px;
}

.site-blocks > a > img {
    width: 95%;
}

.site-blocks > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.mg-plugin-product-slider-container .mg-plugin-slider .slider-product .title a {
    min-height: 30px;
    display: block;
}

.mg-plugin-product-slider-container .prev {
    background-image: url(../images/left.png);
}

.mg-plugin-product-slider-container .next {
    background-image: url(../images/right.png);
}

.mg-advise .mg-plugin-product-slider-container > a {
    background-position: 0 0;
    background-size: 100%;
    width: 45px;
    height: 45px;
}

.rating-action ~ .info {
    display: none;
}

tr.sklad td:nth-child(2) {
    text-align: right;
    white-space: nowrap;
}

.c-product__stock--out,
.c-product__stock--in {
    padding: 2px 10px;
    margin: 5px 0;
}

.c-product__stock--out {
    background: #ffe0e0;
    width: fit-content;
    margin-left: auto;
}

.c-product__stock--in {
    background-color: #dbf5ce;
}

label.mg__prop_label_radio:before {
    border-radius: 50%;
}

.l-main__left .bread-crumbs {
    margin-bottom: 5px;
}

.section-form-designer select {
    width: 250px;
    height: 40px;
    padding: 5px 16px;
    color: #666;
    border: 1px solid #dadada;
    background: #fff;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.mg-form-designer textarea:focus,
.mg-form-designer input[type='password']:focus,
.mg-form-designer input[type='email']:focus,
.mg-form-designer input[type='text']:focus,
.section-form-designer select:focus {
    border-color: #f39c12;
    -webkit-box-shadow: inset 0 0 0 1px #f39c12;
    box-shadow: inset 0 0 0 1px #f39c12;
}

.mg-form-designer textarea,
.mg-form-designer input[type='password'],
.mg-form-designer input[type='email'],
.mg-form-designer input[type='text'],
.section-form-designer select {
    width: 100%;
    padding: 5px 10px;
    color: #666;
    border: 1px solid #dadada;
    background: #fff;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    border-radius: 0;
}

.mg-form-designer .mg-field label {
    vertical-align: top;
}

.mg-form-designer {
    max-width: 500px;
    margin: 15px auto;
}

.mg-form-designer .default-btn {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}

.form-designer-submit {
    text-align: right;
}

#treelike-comments form button.sendComment:hover,
.mg-form-designer .default-btn:hover {
    background: -webkit-linear-gradient(315deg, var(--main-color), var(--secondary-color));
    background: -o-linear-gradient(315deg, var(--main-color), var(--secondary-color));
    background: linear-gradient(135deg, var(--main-color), var(--secondary-color));
}

#treelike-comments > form > div:nth-child(8) > input[type='text'] {
    background: #fff;
    border: 1px solid #dadada;
    padding: 13px 10px;
}

#treelike-comments form div.textarea-wrapper.clearfix textarea {
    height: 75px;
}

#comment-subscribe {
    vertical-align: middle;
}

#for-button-all-load > #load-all-comments {
    border-radius: 30px;
}


.wrapper-mg-non-available > button.mg-non-available-button.mg-plugin-btn {
    background: var(--main-color);
    border-radius: 30px;
}

.ddelivery-popup-select > .map-loader {
    width: 100%;
    height: 100%;
    z-index: 99;
}

.delivery-addition-info > a {
    height: 450px;
}

#ddelivery_select_params,
span.delivery-addition-info > a {
    text-transform: capitalize;
    height: 20px;
    margin: 5px 0 0 27px;
    color: #fff;
    border-radius: 30px;
    background: -webkit-linear-gradient(315deg, var(--main-color), var(--secondary-color));
    background: -o-linear-gradient(315deg, var(--main-color), var(--secondary-color));
    background: linear-gradient(135deg, var(--main-color), var(--secondary-color));
    padding: 0 35px;
}

#overlay-ddelivery-popup-select {
    z-index: 100 !important;
}

.ddelivery-popup-select {
    z-index: 101 !important;
}

.c-form .ddelivery-popup-select label:before {
    display: none;
}

.map {
    position: fixed !important;
}

.btn-group button,
.ddelivery-popup-select .custom-btn,
.ddelivery-popup-select #ddCityChange {
    border-radius: 30px;
    line-height: 22px;
}

.ticket-container > .newQuest,
.ticket-container .conteinerText > .new-send-button,
#ticketModal .view-send-button {
    background: #fff;
    border: 1px solid #dadada;
    border-radius: 30px;
}

.ticket-table th {
    background: #fff;
}

#postcalcShow {
    border-radius: 30px;
    padding: 20px;
}

.faq-item_open > a {
    border-radius: 30px 30px 0 0;
}

.content-faq .faq-item .answer {
    padding: 20px !important;
    border-radius: 0 0 30px 30px;
}

.agreement-container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 15px;
}

.buyClick_agreement .agreement-container {
    margin-top: 0;
}

.buyClick_agreement {
    font-size: 14px;
}

.mg-price-buy-click .nowrap span {
    color: #000;
    font-size: 14px;
}

.c-nav__text.c-menu__text {
    text-align: left;
    line-height: 1.4;
    display: block;
    max-width: 100%;
    text-overflow: ellipsis;
}

.agreement-container input[type='checkbox'].agreement-data-checkbox-checkout-btn {
    left: -28px;
    position: relative;
    height: 20px;
    width: 20px !important;
}

/*ie fixes*/
.l-main .l-container,
.c-alert--blue,
.checkout-form-wrapper.c-order {
    width: 100%
}

.checkout-form-wrapper.c-order {
    overflow: hidden;
}

.mg-brand .mg-brand-block {
    overflow: hidden;
}

.mg-brand .mg-brand-block .mg-brand-logo a {
    max-width: 100%;
}

.checkout-btn.default-btn {
    margin: 0 auto;
}

.checkCapcha {
    display: inline-block;
}

.ie-header {
    display: none;
}

.wrapper-modal-mg-buy-click {
    background-color: #fff;
}

.modal-mg-order-list li input[type='text'],
.modal-mg-order-list li textarea {
    color: #666;
    border: 1px solid #dadada;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: hidden;
}

.mg-price-buy-click {
    background-color: #fff;
    color: #000;
}

.modal-mg-order-list li input[type='text']:focus,
.modal-mg-order-list li textarea:focus {
    -webkit-box-shadow: var(--main-color) 0 0 0 1px inset;
    box-shadow: var(--main-color) 0 0 0 1px inset;
    border-color: var(--main-color);
}

.wrapper-modal-mg-buy-click .mg-product-img {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.modal-mg-order-list li h3 {
    color: #000;
}

.wrapper-modal-mg-buy-click .mg-action-buttons .mg-send-order-click-button {
    -webkit-box-shadow: none;
    box-shadow: none;
    text-transform: unset;
    letter-spacing: 0;
    font-size: 16px;
}

.mg-price-buy-click .bc-price {
    color: var(--main-color) !important;
}

.buyClick_agreement .show-more-agreement-data {
    color: var(--main-color) !important;
}

.wrapper-modal-mg-buy-click {
    background-color: #fff;
}

.wrapper-modal-mg-buy-click .mg-order-buy-click {
    flex: 1;
}

.modal-mg-order-list li input[type='text'],
.modal-mg-order-list li textarea {
    color: #666;
    border: 1px solid #dadada;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: hidden;
    padding: 15px 10px;
}

.mg-price-buy-click span {
    background-color: #fff;
    color: #000;
    font-size: 14px;
}

.modal-mg-order-list li input[type='text']:focus,
.modal-mg-order-list li textarea:focus {
    -webkit-box-shadow: var(--main-color) 0 0 0 1px inset;
    box-shadow: var(--main-color) 0 0 0 1px inset;
    border-color: var(--main-color);
}

.wrapper-modal-mg-buy-click .mg-product-img {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.modal-mg-order-list li h3 {
    color: #000;
}

.wrapper-modal-mg-buy-click .mg-action-buttons .mg-send-order-click-button {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.modal-mg-order-list li:not(.mg-cap) > span {
    display: none;
}

.mg-buy-click-button.mg-plugin-btn {
    width: 100%;
}

.c-compare .c-goods__title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    max-height: 65px;
}

.catalog .c-goods__item .c-goods__footer .c-amount,
.owl-item .c-goods__item .c-goods__footer .c-amount {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.input-wrapper #treelike-comments form input[type='text'] {
    height: auto;
    padding: 5px 3px;
    width: auto;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 16px;
    line-height: 20px;
    font-family: inherit;
    display: inline-block;
    background: #fff;
    border: 1px solid #c0c0c0;
}

.mg-trigger-icon img.img {
    -webkit-transition-duration: 1.5s;
    -o-transition-duration: 1.5s;
    transition-duration: 1.5s;
    -webkit-transition-property: -webkit-transform;
    -o-transition-property: -o-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    background-color: transparent !important;
}

.mg-trigger:hover .mg-trigger-icon img.img {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -o-transform: rotate(-360deg);
}

.mg-cat-img {
    position: relative;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 25px;
    min-width: 25px;
    height: 25px;
    margin: 0 10px 0 5px;
    float: left;
}

.wrapper-mg-non-available > button.mg-non-available-button.mg-plugin-btn {
    font-size: 16px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 40px;
    width: 100%;
    padding: 0 36px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: color .3s, background .3s, box-shadow .3s;
    -webkit-transition: color .3s, background .3s, -webkit-box-shadow .3s;
    transition: color .3s, background .3s, -webkit-box-shadow .3s;
    -o-transition: color .3s, background .3s, box-shadow .3s;
    transition: color .3s, background .3s, box-shadow .3s;
    transition: color .3s, background .3s, box-shadow .3s, -webkit-box-shadow .3s;
    text-align: center;
    white-space: nowrap;
    color: #fff;
    border-radius: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
    font-weight: normal;
    text-shadow: none;
    background: linear-gradient(135deg, var(--main-color), var(--secondary-color));
    -webkit-box-align: center;
    text-transform: initial;
    margin-top: 10px;
}

.mg-price-non-available span {
    color: var(--main-color);
}

.c-product__message {
font-weight: 400; width: 100%}

.c-product__row {
    margin-top: 0;
}

.wrapper-mg-non-available {
    margin: 5px 0;
}

.filter-btn:hover,
.default-btn:hover,
.product-info:hover,
.refreshFiltere:hover,
.mg-form-designer .default-btn:hover,
#treelike-comments form button.sendComment:hover,
.mg-send-booking-click-button.mg-booking-btn:hover,
a.mg-buy-click-button.mg-plugin-btn:hover,
.wrapper-modal-mg-buy-click .mg-action-buttons .mg-send-order-click-button :hover {
    opacity: .6;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.c-buy__buttons > a.addToCompare:hover {
    background: -webkit-linear-gradient(315deg, var(--main-color), var(--secondary-color));
    background: -o-linear-gradient(315deg, var(--main-color), var(--secondary-color));
    background: linear-gradient(135deg, var(--main-color), var(--secondary-color));
    color: #fff;
}

.st-error {
    font-size: 11px;
    color: rgb(169, 68, 66);
}

.mg-price-buy-click {
    background-color: #fff;
    color: #333;
}

span.bc-times,
span.bc-count {
    color: #333;
}

.c-goods--list .wrapper-mg-buy-click {
    max-width: 100%;
    width: 100%;
}

.c-filter {
    cursor: pointer;
}

.more-agreement-data-container {
    height: 90vh
}


.c-filter .ui-slider {
    width: calc(100% - 14px);
    margin: 0 auto;
    margin-top: 10px;
}

.agreement-container input,
.agreement-container span {
    height: 12px;
}

.cat-desc-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 100%;
}

.brand-product-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 20px;
}

.brand-product-wrapper .product-wrapper {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 25%;
    min-width: 260px;
    margin-bottom: 20px;
    padding: 10px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(218, 218, 218);
    -webkit-border-image: initial;
    -o-border-image: initial;
    border-image: initial;
}

.brand-product-wrapper .product-wrapper:last-child {
    margin-bottom: 0;
}

.brand-product-wrapper .product-wrapper .product-name {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    margin: 10px 0;
}

.brand-product-wrapper .product-wrapper .product-price {
    font-size: 20px;
    color: rgb(205, 68, 73);
    margin: 10px 0;
}

.brand-product-wrapper .color-block,
.brand-product-wrapper .size-block {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 5px;
}

@media screen and (max-width: 850px) {
    .brand-product-wrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .brand-product-wrapper > .product-wrapper {
        border-right: none;
    }

    .brand-product-wrapper > .product-wrapper:nth-child(3n+3) {
        border-right: 1px solid rgb(218, 218, 218);
    }
}

@media screen and (max-width: 816px) {
    .brand-product-wrapper > .product-wrapper:nth-child(even) {
        border-right: 1px solid rgb(218, 218, 218);
    }

    .brand-product-wrapper > .product-wrapper:nth-child(3n+3) {
        border-right: none;
    }
}

@media screen and (max-width: 539px) {
    .brand-product-wrapper > .product-wrapper {
        border: 1px solid rgb(218, 218, 218);
    }

    .prop-string .prop-spec, .prop-string .prop-name {
        width: auto;
        max-width: 49%;
    }
    .home-add .wrapper-grid{grid-template-columns: 100%;}

}

.c-table__img img {
    height: 80px;
}

.c-nav__link--2.c-catalog__link--2 {
    pointer-events: all;
}

@media (max-width: 1024px) {
    .c-nav__link--2.c-catalog__link--2 {
        padding-top: 10px;
        padding-bottom: 10px;
        height: fit-content;
    }
}

.mg-recently-viewed-plugin .mg-recently-title {
    display: none;
}

.mg-recently-viewed-plugin .product-wrapper {
    margin: 0;
    width: 263px;
}

.mg-recently-viewed .mg-recently-product-image a img {
    padding: 20px 10px;
    -webkit-box-shadow: -3px 7px 13px 0 rgba(0, 0, 0, .1);
    box-shadow: -3px 7px 13px 0 rgba(0, 0, 0, .1);
}

.mg-recently-viewed .addToCart.default-btn,
.mg-recently-viewed .product-info.default-btn {
    border: none;
    text-shadow: none;
    width: auto;
    text-transform: none;
}

.mg-recently-viewed-plugin .mg-recently-viewed .mg-recently-product-price {
    font-size: 20px;
    color: #cd4449;
    text-transform: none;
}

.maxCount {
    font-size: 11px;
    color: #c55959;
}


.prop-price {
    float: right;
}

.whole-info {
    margin-bottom: 25px;
    padding-top: 25px;
}

.whole-info .prop-item span {
    color: #000;
    background: #fff;
}

.hidden {
    display: none;
}

.mg-pager > ul,
.main-product-slide {
    list-style: none;
}

.c-nav__level {
    position: relative;
}

.c-goods--list .color-block {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

input.agreement-data-checkbox-send-ring-button {
    margin: 0;
    height: auto;
}

.content-modal-back-ring > label {
    margin-bottom: 15px;
    display: block;
}

.c-logo img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
    height: auto;
    object-fit: scale-down;
}

ol li {
    list-style-type: decimal !important;
}

@media screen and (max-width: 1024px) {
    .filter-btn {
        padding: 0;
    }

    .filter-preview {
        min-width: 300px;
    }

    .c-filter__content {
        overflow: auto;
    }
}

.products-wrapper.brands .cat-desc {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;

}

.color-filter.disabled span.cbox:after {
    left: -2px;
    top: 47%;
    content: '';
    width: 117%;
    height: 1px;
    position: absolute;
    background: #000;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
}

.color-filter.disabled span.cbox {
    position: relative;
}

li.color-filter.disabled {
    opacity: 1;
}

.payment-form-block a {
    color: #3c763d;
}

footer li,
.product-status-list li,
.create-user-account-form li,
.js_phoneDropdown li,
.js_mobileMenuDropdow,
.form-list li,
.sum-list li,
.total li,
.js_flyCart.js_flyCartShow li,
.mg-main-menu li,
.fast-result-list li,
.payment-details-list li,
.total-list li,
.sub-categories li,
.mg-filter-body li,
.product-status-list li,
.price-slider-list li,
.fast-result-list li,
.filter-values li,
.filter-tags li,
.small-cart-list li,
.total-sum li,
.cart-list li {
    list-style: none;
}

ul,
ol {
    margin: 0;
    padding-left: 40px;
}

.product-status-list,
.create-user-account-form ul,
.js_phoneDropdown ul,
.js_mobileMenuDropdow,
.form-list,
.sum-list,
.total,
.js_flyCart.js_flyCartShow ul,
footer ul,
.c-cart__small--list.cart-list,
.main-product-slide,
.prop-string,
.c-nav__dropdown,
.mg-filter-item ul,
.small-cart-list,
.c-order__payment,
.price-slider-list,
.fast-result-list,
.payment-details-list,
.total-list,
.sub-categories,
.mg-filter-body,
.product-status-list,
.price-slider-list,
.fast-result-list,
.filter-values,
.filter-tags,
.small-cart-list,
.total-sum,
.cart-list {
    padding-left: 0;
}

.powered a {
    font-weight: 700;
}

.powered a .red {
    color: #d90707;
}

.fixed__body {
    overflow: hidden;
}

@media (max-width: 450px) {
    a.mg-buy-click-button.mg-plugin-btn {
        font-size: 13px;
    }

    .rating-wrapper {
        margin: 10px 0;
    }

    .c-product__row .default-price {
        margin-bottom: 10px;
    }

    /*.c-product__price {
        justify-content: center;
    }

    .c-product__block--left,
    .product-bar .c-title,
    .c-product__block .rating-wrapper {
        text-align: center!important;
    }*/

}

.addressPartsTitle {
    padding-left: 20px;
    padding-bottom: 10px;
    display: none;
}

.addressPartsContainer {
    display: none;
}

.product-details-block .rating-wrapper {
    margin-top: 10px;
}

@media (max-width: 340px) {
    .c-goods__trigger {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}

/*@media (max-width: 375px) {
    .c-goods__trigger {
        margin-top: 20px;
    }
}*/

.product-details-block .default-btn.buy-product {
    margin-top: 10px;
}

/* .l-body__order .c-form .c-table {
    max-height: 300px;
    overflow-x: auto;
} */


.products-wrapper.brands .c-goods__trigger {
    max-width: unset;
}

.mg-compare-products .mg-tooltip .mg-tooltip-content {
    position: absolute;
    z-index: 111;
    text-align: left;
    padding: 5px 8px;
    border-radius: 5px;
    background: #fff;
    top: 100%;
    left: 10px;

    color: #000;
    font-size: 12px;
    line-height: 19px;
    box-shadow: 0 1px 23px 1px rgba(0, 0, 0, 0.2), 0 2px 6px rgba(0, 0, 0, 0.15);
    white-space: normal;
    width: 200px;
}

.mg-compare-products .mg-tooltip:hover .mg-tooltip-content {
    display: block !important;
}

.mg-compare-products .mg-tooltip:hover {
    color: #9e9999;
    border: 1px solid #9e9999;
}

.mg-compare-products .mg-tooltip {
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 0;
    width: 15px;
    height: 15px;
    border-radius: 100px;
    color: #1391c7;
    font-size: 9px;
    line-height: 14px;
    text-align: center;
    font-weight: normal;
    border: 1px solid #1391c7;
    cursor: pointer;
}

.mg-compare-fake-table-cell.with-tooltip .mg-tooltip {
    right: 5px;
    left: auto;
}

.mg-compare-fake-table-cell.with-tooltip .mg-tooltip {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.reviews__count {
    color: #999;
    font-weight: 400;
}

.flex100 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.product-opfield__name {
    font-size: 16px;
    font-weight: 700;
    color: #333;
}

.c-order-field__title {
    font-weight: 700;
    margin: 10px 0 5px;
}

.user-field__title {
    margin-bottom: 5px;
    font-weight: 700;
}

form[action*="/order?creation=1"] .removeOrderFile {
    line-height: 0;
}

#treelike-comments ul li div,
#treelike-comments ul li span,
#treelike-comments ul li a {
    font-size: inherit;
    line-height: inherit;
}

.prop-string .prop-unit {
    padding-left: 5px;
}

.c-tab__content:not(#c-tab__orders) a,
.c-description a,
.static-page-content a {
    text-decoration: underline !important;
    color: #2196f3 !important;
}

.c-contact__column .icon,
.c-compare__link--icon,
.c-login__icon,
.c-cart__small--icon,
.c-catalog .c-button,
.prop-string .prop-item:hover span {
    color: var(--main-color);
}

.c-filter .ui-slider .ui-slider-range {
    background: var(--main-color);
}

.small-cart-remove {
    width: 50px;
}

.rating-wrapper {
    margin-top: 10px;
	pointer-events: none;
}

.favourite {
    background: var(--main-color);
}

.c-product__block .rating-wrapper {
    text-align: left;
}

.succes-reg {
    padding: 10px 15px;
    display: block;
}

.l-header li,
.product-status-list li,
.c-order__list li,
.c-history__list li,
.mg-filter-item ul li,
.price-slider-list li {
    list-style: none;
}

.l-body__static .l-main__right ul,
.feedback-form-wrapper ul {
    padding-left: 15px;
}

@media (min-width: 1025px) {
    .l-main__left + .l-main__right {
        display: block;
        max-width: 75%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    }
}

.feedback-form-wrapper {
    max-width: 720px;
    text-align: center;
    margin: 0 auto;
}

.feedback-form-wrapper .c-form {
    margin: 0 auto;
}
.c-alert-account-form{
    text-align: center;
    margin: 0 auto;
}

.create-user-account-form{
    max-width: 350px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.46);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.46);
    overflow: hidden;
    background: #fff;
    text-align: center;
}

.create-user-account-form .title{
    font-size: 18px;
    color: #000;
    font-weight: bold;
    margin: 0 0 10px 0;
}

.create-user-account-form .custom-text{
    color: #333;
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 10px 0;
    width: auto;
}
.create-user-account-form .name-input input[name=smspass],
.create-user-account-form ul.form-list input.captcha{
    vertical-align: middle;
    border: 1px solid #cccccc;
    height: 45px;
    width: 100%;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}
.create-user-account-form ul.form-list{
    float: none;
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    padding: 0;
    list-style: none;
    color: #4d8b52 !important;
}

.create-user-account-form button.save-btn{
    margin-bottom: 10px;
}

.deliveryInfo {
    padding-top: 5px;
    color: #777;
    line-height: 1.4;
    padding-left: 33px;
    flex: 1;
}

.c-phone-registry {
    background: #fff;
    color: #000;
    margin: -10px -16px;
    width: auto;
}

.c-phone-registry .custom-text {
    width: 100%;
    max-width: 485px;
    padding: 10px;
    margin: 15px 0;
    color: #3c763d;
    background: #dff0d8;
    font-size: 14px;
}

.c-phone-registry__list {
    width: 100%;
    max-width: 485px;
}

.c-phone-registry__tip {
    font-size: 12px;
    color: #9f999f;
    margin-top: 15px;
    display: block;
}

/* news plugin styles */

.main-news-item {
    margin: 20px 5px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 25% 75%;
    grid-template-columns: 25% 75%;
    -ms-grid-rows: (auto);
    grid-template-rows: repeat(4, auto);
    background: #fafafa;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
    padding: 5px;
    margin: 0;
    margin-bottom: 30px;
}

.main-news-item:nth-child(1) {
    margin-top: 30px;
}

.main-news-img {
    margin: 10px 0;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-row: 1/-1;
    grid-column: 1/2;
    margin: 0;
    margin-right: 15px;
    position: relative;
    z-index: 2;
    background: #fafafa;
}

.main-news-item .news-title {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    grid-column: 2/-1;
    margin: 0;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.main-news-item  .news-main-desc {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
    grid-column: 2/-1;
    margin-bottom: 15px;
}

.main-news-item  .read-more {
    grid-row: 4/-1;
    grid-column: 2/-1;
    max-width: 200px;
    color: var(--main-color);
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transform: translateX(-200px);
    -ms-transform: translateX(-200px);
    transform: translateX(-200px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: relative;
    z-index: 1;
    margin: 0;
}

.main-news-item:hover .read-more {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.main-news-item img {
    margin: 0;
}

.main-news-block .news-date {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    grid-column: 2/-1;
    position: static;
    background: var(--main-color);
    font-size: 14px;
    font-weight: 600;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 100px;
    border-radius: 5px;
    margin-bottom: 15px;
}

.rss {
    position: absolute;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
}

.newsheader {
    padding: 10px 0;
    font-weight: 600;
}

@media(max-width: 1024px) {
    .main-news-item  .read-more {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
        visibility: visible;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }    
    .main-news-img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .main-news-item img {
        -o-object-fit: cover;
        object-fit: cover;
    }    
}

@media(max-width: 767px) {
    .main-news-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .main-news-img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 15px;
    }
}

.main-news-block .go-back-link {
    display: block;
    margin: 30px 0;
}

.rss-block .rss {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    padding: 10px;
    display: inline-block;
    border-radius: 5px;
    background: var(--main-color);
    margin-top: 10px;
    color: #fff;
}

.big-title + .main-news-block .main-news-item {
    -ms-grid-rows: (auto);
    grid-template-rows: repeat(5, auto);
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    padding: 15px;
}

.big-title + .main-news-block .main-news-item .news-title {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -ms-grid-column: 1;
    grid-column: 1;
}

.big-title + .main-news-block .main-news-img {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    -ms-grid-column: 1;
    grid-column: 1;
    margin-bottom: 15px;}

.big-title + .main-news-block .news-date {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
    -ms-grid-column: 1;
    grid-column: 1;
}

/* news plugin styles end */


.buyClick_agreement .agreement__checkbox {
    margin-right: 10px;
}

.buyClick_agreement .agreement__label {
    display: flex;
    align-items: center;
}

.buyClick_agreement .agreement__label span {
    line-height: 1;
}

.buyClick_agreement .agreement__label [type="checkbox"],
.wrapper-modal-mg-non-available .agreement__label [type="checkbox"] {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.buyClick_agreement .agreement__label,
.wrapper-modal-mg-non-available .agreement__label {
    position: relative;;
}

.buyClick_agreement .agreement__label::before,
.wrapper-modal-mg-non-available .agreement__label::before {
    display: block;
    min-width: 15px;
    max-width: 15px;
    min-height: 15px;
    max-height: 15px;
    margin-right: 15px;
    content: "";
    border: 1px solid rgb(218, 218, 218);
    background: rgb(255, 255, 255);
    box-shadow: rgb(255, 255, 255) 0px 0px 0px 2px inset;
}


.buyClick_agreement .agreement__label.active::before,
.wrapper-modal-mg-non-available .agreement__label.active::before {
    background: var(--main-color);
}

/* triggers */

.mg-trigger-guarantee {
    display: flex;
    flex-wrap: wrap;
}

.mg-trigger-guarantee h2 {
    width: 100%;
    margin-bottom: 15px;
}

.mg-trigger-guarantee.horfloat .mg-trigger {
    margin-right: 0;
}

/* bonuses */
.pay-bonus {
    margin: 0 auto;
    padding: 20px 0 0;
    max-width: 600px;
    line-height: 1.5;
    font-size: 14px;
}

.pay-bonus [name="bonus_paid"] {
    margin: 15px 0;
    max-width: 200px;
    width: 100%;
    height: 30px;
}

#bonus-paid-message {
    margin-bottom: 15px;
    background-color: #e6f7ff;
    padding: 15px;
    border: 1px solid #ade5ff;
    color: #0098dc;
    border-radius: 3px;
}

.pay-bonus > div {
    margin: 15px 0;
}

.pay-bonus strong {
    color: var(--main-color);
    /* margin-left: 5px; */
}

.pay-bonus strong > span {
    color: var(--main-color) !important;
}

.cart-bonuses {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: var(--main-color);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
}

.cart-bonuses-icon {
    margin-right: 5px;
}

.c-goods__bonuses {
    text-align: center;
    display: block;
}

.с-header-bonus-popup {
    position: absolute;
    width: 300px;
    background-color: #fff;
    z-index: 2;
    padding: 10px;
    box-shadow: 0px 0px 12px 1px #00000038;
    border-radius: 5px;
    left: 0;
    top: 100%;
    opacity: 0;
    visibility: hidden;
}

@media(max-width: 680px) {
    .с-header-bonus-popup {
        left: auto;
        right: 0;
        width: 280px;
    }
}

.с-header-bonus-popup .pay-bonus {
    padding: 0;
    text-align: left;
}

.с-bonus-info {
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.с-bonus-info:hover .с-header-bonus-popup {
    opacity: 1;
    visibility: visible;
    animation: showBonus 0.3s ease;
}

@keyframes showBonus {
    from {
        opacity: 0;
        transform: translateY(-20%);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.bonus-card-link {
    color: var(--main-color);
    font-size: 14px;
}

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

.c-product__bonuses {
    margin-top: 15px;
}

.mg-form-designer .agreement {
    font-size: 14px;
}

.mg-form-designer .agreement__btn {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: 0;
    background: none;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    padding: 0;
    text-decoration: underline dotted;
}

.mg-form-designer .agreement__btn:hover {
    text-decoration: none;
}

.mg-form-designer label,
.mg-form-designer input[type="checkbox"] {
    cursor: pointer;
}

.mg-form-designer .agreement__label {
    display: flex;
    align-items: center;
}


.site-header{
	position: relative;
	background: #fff;
	border-bottom: 1px solid;
    border-bottom-color: #dadada;
	z-index: 1000;
}
.page-width {
    max-width: 1300px;
    margin: 0 auto;
	padding: 0 40px;
}
.header-layout {
    display: flex;
    align-content: center;
    justify-content: space-between;
}
.header-item {
    display: flex;
    align-items: center;
    flex: 1 1 auto;
}
.header-item--logo{
	-webkit-box-flex: 0 0 250px;
    -ms-flex: 0 0 250px;
    flex: 0 0 250px;
    min-width: 130px;
    max-width: 50%;
}
.site-header__logo{
	display: block;
}
.site-header__logo-link{
	display: flex;
    align-items: center;
    overflow: hidden;
    height: auto;
    max-width: 170px;
}
.site-header__logo-link img{
	max-height: 100px;
    display: block;
    height: 40px;
}
.site-nav__link--icon{
  position: relative;
	display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    padding: 10px 20px;
    white-space: nowrap;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 18px;
}
.site-nav__link--icon .icon{
	width: 28px;
    height: 28px;
    vertical-align: middle;
    fill: currentColor;
    display: inline-block;
}
.icon-search{    position: relative;
    display: inline-block;
    line-height: 1;    vertical-align: top;cursor: pointer;height: 26px;}
.icon-bag-minimal circle, .icon-bag-minimal ellipse, .icon-bag-minimal g, .icon-bag-minimal line, .icon-bag-minimal path, .icon-bag-minimal polygon, .icon-bag-minimal polyline, .icon-bag-minimal rect, .icon-bag circle, .icon-bag ellipse, .icon-bag g, .icon-bag line, .icon-bag path, .icon-bag polygon, .icon-bag polyline, .icon-bag rect, .icon-cart circle, .icon-cart ellipse, .icon-cart g, .icon-cart line, .icon-cart path, .icon-cart polygon, .icon-cart polyline, .icon-cart rect, .icon-chevron-down circle, .icon-chevron-down ellipse, .icon-chevron-down g, .icon-chevron-down line, .icon-chevron-down path, .icon-chevron-down polygon, .icon-chevron-down polyline, .icon-chevron-down rect, .icon-close circle, .icon-close ellipse, .icon-close g, .icon-close line, .icon-close path, .icon-close polygon, .icon-close polyline, .icon-close rect, .icon-email circle, .icon-email ellipse, .icon-email g, .icon-email line, .icon-email path, .icon-email polygon, .icon-email polyline, .icon-email rect, .icon-hamburger circle, .icon-hamburger ellipse, .icon-hamburger g, .icon-hamburger line, .icon-hamburger path, .icon-hamburger polygon, .icon-hamburger polyline, .icon-hamburger rect, .icon-search circle, .icon-search ellipse, .icon-search g, .icon-search line, .icon-search path, .icon-search polygon, .icon-search polyline, .icon-search rect, .icon-user circle, .icon-user ellipse, .icon-user g, .icon-user line, .icon-user path, .icon-user polygon, .icon-user polyline, .icon-user rect{
	fill: none!important;
    stroke-width: 3px;
    stroke: currentColor!important;
}
.icon__fallback-text {
    clip: rect(0,0,0,0);
    overflow: hidden;
    position: absolute;
    height: 1px;
    width: 1px;
}
.header-item--navigation{
	justify-content: center;
}
.header-item--icons{
	justify-content: flex-end;
}
.cart-link__bubble--visible {
    display: block;
    position: absolute;
    z-index: 2;
	top: 50%;
    left: 50%;
    transform: translateX(-50%);
    width: 15px;
    height: 15px;
    background-color: #ccc;
    border: 2px solid;
    border-color: #fff;
    border-radius: 50%;
}
.cart-link__bubble--visible.active {background: #3c763d}
.cart-link {
    position: relative;
    display: inline-block;
    line-height: 1;
}
.section--divider{
	padding-top: 100px;
    border-top: 1px solid;
    border-top-color: #e8e8e1;
	margin-bottom: 100px;
}
.hero{
	position: relative;
    overflow: hidden;
    background: #111111;
}
.hero--650px {
    height: 650px;
}
.hero__image-wrapper, .hero__media {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.hero__image-wrapper:before, .hero__media:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
}
.collection-hero__content:before, .hero__image-wrapper:before, .hero__media:before {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.0) 0%, rgba(0, 0, 0, 0.0) 40%, rgba(0, 0, 0, 0.62) 100%);
}
.hero__media iframe {
	position: absolute;
	max-width: none;
    width: 100%;
    height: 300%;
    left: auto;
    top: -100%;
	pointer-events: none;
}
.hero__text-wrap {
    position: relative;
    height: 100%;
    color: #fff;
}
.hero__text-wrap .page-width {
	max-width: 1300px;
    margin: 0 auto;
    display: table;
    width: 100%;
    height: 100%;
	padding: 0 40px;
}
.hero__text-content {
    position: relative;
    padding: 60px 0;
    z-index: 4;
	display: table-cell;
}
.hero__text-content.horizontal-center {
    text-align: center;
}
.hero__text-content.vertical-center {
    vertical-align: middle;
}
.hero__title {
    display: block;
    margin-bottom: 0;
    font-size: 80px;
}
.hero__text-content.vertical-center .hero__link {
    display: block;
	margin-top: 20px;
}
.btn{
	display: inline-block;
    padding: 11px 20px;
    margin: 0;
    width: auto;
    min-width: 90px;
    line-height: 1.42;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    white-space: normal;
    cursor: pointer;
    border: 1px solid #000;
    -webkit-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    color: #fff;
    background: #111111;
    transition: padding-right .3s,background .3s,opacity 1s;
}
.btn--no-animate {
    background-image: none;
    transition: opacity 1s;
}
.btn--inverse {
    background-color: transparent!important;
    border: 2px solid #fff;
    color: #fff;
}
.hero__link .btn--inverse {
    color: #fff;
    border-color: #fff;
}
.hero__link .btn {
    margin-top: 5px;
}
.hero__text-content.vertical-center .hero__link .btn {
    margin-left: 0;
}
.hero__link .btn .icon-play {
    position: relative;
    top: 2px;
    width: 16px;
    height: 16px;
    margin-right: 15px;
}
svg.icon:not(.icon--full-color) path{
	fill: #fff;
    stroke: inherit;
}

.section-slide-2 .l-container .slide-container{
	border-radius:6px;
	overflow: hidden;
}
.section-slide-2 .mg-slider-wrap{
	margin-bottom:0;
}
.section-trigger .mg-trigger{
	width:25%;
}
form {
    margin: 0;
}
.section-header{
	text-align: center;
    display: block;
    margin-bottom: 50px;
    width: 100%;
}
.collection-title{
    font-size: 40px;
}
.collection-description.rte{
	max-width: 900px;
    text-align: center;
    margin: 0 auto;
	margin-bottom: 40px;
}
.collection-description .enlarge-text{
	line-height: 1.6;
}
.collection-filter{
	width:100%;
}
.filter {
    position: relative;
}
.filter--bordered {
    transition: padding 0.4s, border-bottom-color 0.6s;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.filter--bordered.opened {
    border-bottom-color: transparent;
    padding-bottom: 0;
}
.watch-filter-form .filter--bordered {
    width: 1120px;
    margin-left: auto;
    margin-right: auto;
}
.filter__center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.filter__item {
    margin-left: 20px;
    margin-right: 20px;
    display: inline-block;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 10px;
}
.filter__label {
    padding-left: 16px;
    position: relative;
    overflow: hidden;
    line-height: 20px;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.filter__label:hover {
    cursor: pointer;
}
.filter__item input[type="checkbox"] {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: -30px;
}
.filter__item-text {
    font-weight: normal;
    color: #fff;
    display: block;
    position: relative;
}
.filter input[type="checkbox"] + .filter__item-text:before{
	content: "";
    position: absolute;
    width: 1px;
    height: 9px;
    background: #231F20;
    left: -12px;
    top: 5px;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}
.filter input[type="checkbox"] + .filter__item-text:after{
	content: "";
    position: absolute;
    width: 9px;
    height: 1px;
    background: #231F20;
    left: -16px;
    top: 50%;
    margin-top: -1px;
}
.configurer {
    position: relative;
    /* top: calc(100% + 30px); */
    background: #fff;
    width: 100%;
    z-index: 1;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    /* transition: opacity 0.4s, visibility 0.4s, transform 0.4s; */
}
.configurer ul{
	list-style: none;
    padding-left: 0;
    display: flex;
    justify-content: center;
	padding: 30px 0 20px;
}
.configurer ul li{
	display: inline-block;
    width: 25%;
	padding-bottom: 17px;
}
.configurer ul li label{
	position: relative;
    overflow: hidden;
    cursor: pointer;
    display: inline-block;
    -webkit-transition: padding 0.3s;
    -o-transition: padding 0.3s;
    transition: padding 0.3s;
}
.configurer ul li label input[type=checkbox],
.configurer ul li label input[type=radio]{
	position: absolute;
    opacity: 0;
    visibility: hidden;
    left: -30px;
}
.configurer .value-name{
	color: #231F20;
    line-height: 21px;
    display: inline-block;
    padding-left: 29px;
    position: relative;
}
.configurer .value-name:before{
	content: '';
    border: 1px solid #D8D8D8;
    width: 14px;
    height: 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    left: 1px;
    top: 4px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: border-color 0.3s, background-color 0.3s;
    -o-transition: border-color 0.3s, background-color 0.3s;
    transition: border-color 0.3s, background-color 0.3s;
}
.configurer .value-name:after{
	content: '';
    width: 8px;
    height: 6px;
    position: absolute;
    left: 4px;
    top: 8px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
    -webkit-transition: opacity 0.2s, visibility 0.2s, -webkit-transform 0.2s;
    transition: opacity 0.2s, visibility 0.2s, -webkit-transform 0.2s;
    -o-transition: opacity 0.2s, visibility 0.2s, transform 0.2s;
    transition: opacity 0.2s, visibility 0.2s, transform 0.2s;
    transition: opacity 0.2s, visibility 0.2s, transform 0.2s, -webkit-transform 0.2s;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSI4IiBoZWlnaHQ9IjYiIHZpZXdCb3g9IjAgMCA4IDYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHRpdGxlPlBhdGg8L3RpdGxlPjxwYXRoIGQ9Ik02LjYwMy4yNTNsLTMuNDcgMy42NjMtMS43MzYtMS44M2MtLjMyLS4zNC0uODM4LS4zNC0xLjE1NyAwLS4zMi4zMzYtLjMyLjg4MiAwIDEuMjJsMi4zMTMgMi40NGMuMzIuMzM4LjgzOC4zMzggMS4xNTcgMGw0LjA1LTQuMjcyYy4zMi0uMzM3LjMyLS44ODQgMC0xLjIyLS4zMi0uMzM4LS44MzctLjMzOC0xLjE1NyAweiIgZmlsbD0iIzIzMUYyMCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+);
}
input[type=checkbox]:checked + .value-name:after{
	opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0) scale(1);
    -ms-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
}
input[type=checkbox] + .value-name:hover:before{
	border-color: #433E3F;
}

.site-header--stuck {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    transform: translate3d(0,-100%,0);
    transition: none;
    z-index: 20;
}

@media only screen and (min-width: 590px){
	.site-header--stuck {
		padding: 5px 0;
	}
}
.site-header--opening {
    transform: translateZ(0);
    transition: transform 0.4s ease;
	z-index: 1000;
}
.hr--medium{
	height: 1px;
    border: 0;
    border-top: 1px solid;
    border-top-color: #e8e8e1;
    margin: 35px auto;
}
.label-amount{
	display: block;
    margin-bottom: 10px;
    margin-top: 0;
    font-size: 20px;
    font-weight: 400
}
.product__quantity .js-amount-wrap{
	max-width: 100px;
    min-width: 75px;
    background-color: #fff;
    color: #1c1d1d;
}
.c-amount__up .icon path, .c-amount__down .icon path{
	fill: #1c1d1d !important;
}
.c-amount__up .icon, .c-amount__down .icon{
	width: 10px;
    height: 10px;
}
.social-sharing{
	margin-top: 40px;
	margin-bottom: 40px;
}
.social-sharing__link {
    display: inline-block;
    color: #1c1d1d;
    border-radius: 2px;
    font-size: 16px;
    margin: 0 18px 0 0;
    text-decoration: none;
    font-weight: 400;
}
.social-sharing .icon {
    height: 18px;
    width: 18px;
	vertical-align: middle;
}
.social-sharing .icon path{
	fill:#1c1d1d !important;
}
.social-sharing__title {
    display: inline-block;
    vertical-align: middle;
    padding-right: 15px;
    padding-left: 3px;
}
.visually-hidden {
    clip: rect(0,0,0,0);
    overflow: hidden;
    position: absolute;
    height: 1px;
    width: 1px;
}
.hr--large{
	height: 1px;
	width:100%;
    border: 0;
    border-top: 1px solid;
    border-top-color: #e8e8e1;
	margin: 60px auto;
}
.product-reviews--full{
	padding: 60px;
    margin: 40px 0;
    border-top: 1px solid;
    border-top-color: #e8e8e1;
}
.product-reviews--full .l-container, .product-reviews--full .l-col{
	padding-top:0;
}
.product-reviews .spr-summary-actions{
	margin-top: 10px;
    display: block;
}
.product-reviews .spr-summary-actions-newreview{
	display: inline-block;
    padding: 11px 20px;
    margin: 0;
    width: auto;
    min-width: 90px;
    line-height: 1.42;
    font-size: 16px;
    text-align: center;
    vertical-align: middle;
    white-space: normal;
    cursor: pointer;
    color: #fff;
    background: #111111;
    transition: padding-right .3s,background .3s,opacity 1s;
	font-family: 'Times New Roman';
}
.product-comments .spr-form{
	margin: 24px 0 0 0;
    padding: 24px 0 0 0;
    border-top: 1px solid #ECECEC;
}
.comment-list{
	margin: 24px 0 0 0;
}
.comment-list .mg-pager{
	display:none;
}
.comments-title{
	font-size: 34px;
    font-family: 'Times New Roman';
    margin-bottom: 12px;
    line-height: 1.2;
}
.product-comments .vote span,
.textarea-wrapper span{
	display: block;
    text-align: left;
    line-height: 1.563;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: .2em;
    font-family: 'Times New Roman';
}
.filter-btn{
	background: transparent;
    color: #ffffff;
    border: 1px solid #fff;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 20px;
    line-height: 20px;
	display: inline-block;
	height: auto;
}
.wrapper-field{
	text-align: center;
    padding-bottom: 40px;
}
.filter--bordered {gap: 40px}
.collection-filter .mg-filter-item{
  font-weight: 500;
	margin-bottom: 10px;
    display: inline-block;
    vertical-align: middle;
	cursor: pointer;
}
.mg-filter-item ul {
    display: none;
	position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
	padding: 30px 0 20px;
}
.mg-filter-item ul li{
	display: inline-block;
	margin-left: 40px;
}
.filter-buttons{
	width: 100%;
	display:none;
}
.collection-filter .filter-preview{
	display:none;
}
.collection-filter .range-field{
	display:none;
	position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 30px 0 20px;
}
.mg-filter-item.active ul{
	display: flex;
    justify-content: center;
	flex-wrap: wrap;
}
.mg-filter-item ul li.mobile-filter-btn{
	width:100%;
}
.apply-filter-line{
	display:none;
}
.collection-filter .mg-filter-item ul li label{
	position: relative;
    overflow: hidden;
    cursor: pointer;
    display: inline-block;
    -webkit-transition: padding 0.3s;
    -o-transition: padding 0.3s;
    transition: padding 0.3s;
}
.collection-filter .mg-filter-prop-checkbox{
	position: absolute;
    opacity: 0;
    visibility: hidden;
    left: -30px;
}
.collection-filter .value-name{
	font-size: 14px;
    line-height: 21px;
    display: inline-block;
    padding-left: 29px;
    text-align: left;
    position: relative;
}
.collection-filter .value-name:before{
	content: '';
    border: 1px solid #D8D8D8;
    width: 14px;
    height: 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    left: 1px;
    top: 4px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: border-color 0.3s, background-color 0.3s;
    -o-transition: border-color 0.3s, background-color 0.3s;
    transition: border-color 0.3s, background-color 0.3s;
}
.collection-filter .value-name:after{
	content: '';
    width: 8px;
    height: 6px;
    position: absolute;
    left: 4px;
    top: 8px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
    -webkit-transition: opacity 0.2s, visibility 0.2s, -webkit-transform 0.2s;
    transition: opacity 0.2s, visibility 0.2s, -webkit-transform 0.2s;
    -o-transition: opacity 0.2s, visibility 0.2s, transform 0.2s;
    transition: opacity 0.2s, visibility 0.2s, transform 0.2s;
    transition: opacity 0.2s, visibility 0.2s, transform 0.2s, -webkit-transform 0.2s;
    background: url("data:image/svg+xml,<svg viewBox='0 0 356.7 297.3' xmlns='http://www.w3.org/2000/svg'><polygon fill='%23fff' points='42.4,153 0,195.4 101.9,297.3 356.7,42.4 314.3,0 101.9,212.4'/></svg>") 50% 50% no-repeat; background-size: 7px
}
input[type=checkbox]:checked + .value-name:after, input[type=radio]:checked + .value-name:after{
	opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0) scale(1);
    -ms-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
}
.collection-filter .mg-filter-title{
	position: relative;
}
.collection-filter .mg-filter-title:before{
	content: "";
    position: absolute;
    width: 2px;
    height: 10px;
    background: #fff;
    left: -12px;
    top: 8px;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}
.collection-filter .mg-filter-title:after{
	content: "";
    position: absolute;
    width: 10px;
    height: 2px;
    background: #fff;
    left: -16px;
    top: 50%;
    margin-top: -1px;
}
.collection-filter .mg-filter-head{
	margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 10px;
    display: inline-block;
    vertical-align: middle;
    padding-left: 16px;
}
.collection-filter .mg-filter-head.active .range-field{
	display:block;
}
.collection-filter .mg-filter-item.active .mg-filter-title:before{
	-webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.collection-filter .mg-filter-item.no-active{
	opacity: 0.4;
    z-index: 1;
}
.collection-filter .mg-filter-item.active{
    z-index: 2;
}
.price-slider-wrapper{
	max-width: 320px;
    margin: 0 auto 5px;
    padding: 0 10px;
}
.section-news .mg-main-news-block .mg-pager{
	display:none;
}
.static-page-content, .blog-page-content{
	max-width: 1300px;
    margin: 0 auto;
	padding: 60px 40px;
}
.medium-up--three-quarters{
	width: 75%;
    margin: 0 auto;
}
.section--divider .c-carousel__content::-webkit-scrollbar,
.section-news .mg-main-news-list::-webkit-scrollbar,
.popular-container .c-carousel__content::-webkit-scrollbar
{
	width:3px;
	height:3px;
}
.section--divider .c-carousel__content::-webkit-scrollbar-track,
.section-news .mg-main-news-list::-webkit-scrollbar-track,
.popular-container .c-carousel__content::-webkit-scrollbar-track{
	background:transparent;
}
.section--divider .c-carousel__content::-webkit-scrollbar-thumb,
.section-news .mg-main-news-list::-webkit-scrollbar-thumb,
.popular-container .c-carousel__content::-webkit-scrollbar-thumb{
	background-color: #c1c1c0;
	border-radius: 0;
}


.wrapper::-webkit-scrollbar,
 .wrapper::-webkit-scrollbar,
 .wrapper::-webkit-scrollbar
{
	width:3px;
	height:3px;
}
 .wrapper::-webkit-scrollbar-track,
.wrapper::-webkit-scrollbar-track,
 .wrapper::-webkit-scrollbar-track{
	background:transparent;
}
.wrapper::-webkit-scrollbar-thumb,
 .wrapper::-webkit-scrollbar-thumb,
 .wrapper::-webkit-scrollbar-thumb{
	background-color: #c1c1c0;
	border-radius: 0;
}
.info-rating{
	display:none;
}
.order-page .l-container{
	padding:0;
}
.order-page .c-title-cart{
	display:none;
}
.order-page .c-order__title{
	margin-bottom:19px;
}
.order-page .cart-wrapper .c-table__footer{
	display:none;
}
.summ__total--row{
	display: flex;
    justify-content: space-between;
}
.summ__total--row .c-order__title--last{
	display:block;
}
/* .order-page .c-table__count.count-cell,
.order-page .c-table__remove.remove-cell{
	display:none;
} */
.order-page .c-table__name.name-cell{
	width: 380px;
}
.order-page .c-table__price{white-space: nowrap}
.order-page .c-table__remove {width: 30px}
.order-count{
	font-weight: 400;
    font-size: 14px;
	margin-left: 5px;
}
/* .c-goods__trigger, .js-catalog-top-carousel .js-catalog-item{
	display:none;
} */
.mg-main-news-list{
  
	max-width: 1300px;
    margin: 0 -15px;
}
.c-goods__trigger{
	position: relative;
  z-index: 1
}
.row-open{
	display:none;
	font-size: 17px;
}
.row-open .icon--arrow-down{
	width: 10px;
    height: 10px;
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
    fill: currentColor;
}
.mobile-carusel-img{
	display:none;
}
.mobile-title{
	display:none;
}
.read-more-button{
	display:none;
}
.mobile-catalog-link{
	display:none;
}
[data-more-checker^="read-more"] {
  opacity: 0;
  position: absolute;
}
.section-mobile-pan{
	display:none;
}
.mobile-footer-menu{
	display:none;
}
.slick-dots li button{
	text-indent: -100000px;
    font-size: 0;
    width: 8px;
    height: 8px;
    background: #ccc; opacity: 0.2;
    border-radius: 50%;
    margin: 0 5px;
    display: block;
}
.slick-dots li.slick-active button{
	opacity: 1;
}
.slick-dots{
	display: flex;
    padding-left: 0;
    justify-content: center;
	list-style: none;
	margin-top: 10px;
}
@media(max-width: 1440px) {
	.order-page .c-table__name.name-cell {
		width: 240px;
	}
}
@media(max-width: 1129px) {
	.mg-main-news-block .mg-news-title{
		height: 60px;
	}
}
.site-nav__login svg {position: relative; z-index: 1}
.site-nav__login .title {background: #f5f5f5; font-size: 14px; height: 40px; color: #999; line-height: 40px; padding: 0 60px 0 20px; position: absolute; right: 0; top: 2px}
.site-nav__login:hover .title {color: #000}

@media(max-width: 1024px) {
	.site-nav__login{
		display:none;
	}
	.site-nav__favorites{
		display:none;
	}
	
	.filter--bordered{
		display:none;
		-webkit-transition: height 0.4s;
		-o-transition: height 0.4s;
		transition: height 0.4s;
	}
	.filter--bordered.js-open{
		display: flex;
		overflow-y: hidden;
		flex-direction: column;
		height: auto !important;
	}
	.collection-filter .mg-filter-item{
		margin-bottom:0;
    margin-left: 40px
	}
  .mg-filter-item ul {padding: 0}
	.collection-filter .mg-filter-title{
		padding: 14px 0;
    margin-left: 20px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}
	.collection-filter .mg-filter-title:before{
		top: 21px;
	}
	.collection-filter .mg-filter-head{
		padding-left: 0;
	}
	.filter--bordered{
		border-bottom: none;
	}
	.mg-filter-item ul{
		flex-direction: column;
		position: relative;
		text-align: left;
	}
	.mg-filter-item ul li{
		width: 100%;
		margin-left: 0;
	}
	.filter-buttons{
		padding-top: 20px;
	}
	.header-item--logo{
		order: 2;
		justify-content: center;
	}
	.header-item--navigation{
		order: 3;
		max-width: 57px;
	}
	.c-menu .c-button{
		right: 40px;
		padding-right: 0;
	}
	.header-item--icons{
		order: 1;
		justify-content: flex-start;
		max-width: 57px;
	}
	.site-nav__link--icon{
		padding-left: 0;
	}
	.cart-link{
		vertical-align: middle;
	}
	
}
@media(max-width: 975px) {
	.mg-main-news-block .mg-news-title{
		height: 90px;
	}
}
@media(max-width: 945px) {
	.mg-trigger .mg-trigger-text{
		font-size: 16px;
		padding: 0;
	}
}
@media (max-width: 767px) {
	.site-header{
		padding: 0;
	}
  .header-layout {height: 60px}
	.c-description__bottom{
		margin-bottom: 34px;
	}
	.section--divider{
		padding-top: 34px;
		margin-bottom: 34px;
	}
	.js-catalog-top-carousel-on .c-goods__item{
		width: 100%;
	}
	.section--divider .c-carousel__content, .popular-container .c-carousel__content{
		overflow: hidden;
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
		padding-bottom: 26.66667px;
		flex-wrap: nowrap;
	}
	.section--divider .c-carousel .product-wrapper,
	.popular-container .c-carousel .product-wrapper{
		width: 66vw;
		flex: 0 0 66vw;
		display: inline-block;
		float: none;
		white-space: normal;
		margin-bottom: 0;
	}
	.c-carousel .small--hide{
		display:none;
	}
	.hero--650px {
		height: 422.5px;
	}
	.mg-main-news-item{
		width: 66vw;
		flex: 0 0 66vw;
		display: inline-block;
		float: none;
		white-space: normal;
		margin-bottom: 0px;
	}
	.mg-main-news-list{
		display: flex;
		overflow: scroll hidden;
		padding:0;
		padding-bottom: 26.6667px;
		flex-wrap: nowrap;
	}
	.hr--medium{
		margin: 25px auto;
	}
	
	.hr--large{
		margin: 40px auto;
	}
	.product-reviews--full{
		padding: 10px;
		margin: 0;
	}
	.product-reviews--full .l-container{
		padding: 0;
	}
	.panel-header {
		min-height: 77px;
	}
	.mg-main-news-block .mg-news-title{
		height: 48px;
	}
	.c-goods__item:hover .card__image_active {
		opacity: 1;
	}
	.c-goods__trigger:hover .c-goods__item{
		position: relative;
		left: 0;
		width: 100%;
	}
	.c-goods__trigger:hover .c-goods__item:has(.block-variants){
		box-shadow: none;
	}
	.mobile-none{
		display:none;
	}
	.row-open{
		display:block; margin-bottom: 10px; font-size: 13px
	}
	.row-open.open .icon--arrow-down{
		-webkit-transform: rotate(180deg) translateZ(0);
		transform: rotate(180deg) translateZ(0);
	}
	.description{
		display: none
	}
	
	.c-goods__trigger, .js-catalog-top-carousel .js-catalog-item{
		display:block;
	}
	.order-page .cart-wrapper .cart-table tr{
		justify-content: center;
	}
	.order-page .c-table__name.name-cell{
		text-align: center;
	}
	.medium-up--three-quarters{
		width: 100%;
	}
	.mg-add-to-favorites, .mg-remove-to-favorites{
		display: none;
	}
/*}
@media (max-width: 575px) {*/
	.card__image-box{
		max-height: 426px;
		height: 426px;
	}
	.card__image-box:first-child{
		display:none;
	}
	.mobile-carusel-img{
		display: inline-block;
		position: relative;
		margin: 0;
		padding: 0;
		width: 100%;
	}
	.slick-list{
		height: 100%;
	}
	.slick-track{
		height: 100%;
	}
	.mg-slider-wrap{
		display: none;
	}
	.mobile-title .c-title{
		font-family: 'Times New Roman';
		font-weight: 400;
		font-size: 26px;
		text-align: left;
	}
	.mobile-title{
		display:block;
	}
	.c-description__bottom .c-title{
		display: none;
	}
	.limiter {
		max-height: 100px;
		overflow: hidden;
		position: relative;
		transition: .25s cubic-bezier(.43,.01,.44,1);
	}
	.limiter .bottom {
		position: absolute;
		bottom: 0;
		background: linear-gradient(
			to bottom,
			rgb(255 217 29 / 0%),
			rgb(255 255 255)85%);
		background: -webkit-linear-gradient(left, rgba(255, 217, 29, 0), rgb(255, 255, 255) 45%);
		width: 100%;
		height: 27px;
		opacity: 1;
		transition: 0.3s;
	}
	[data-more-checker^="read-more"]:checked ~ .limiter {
		max-height: none;
	}
	[data-more-checker^="read-more"]:checked ~ .limiter .bottom {
		opacity: 0;
		transition: 0.3s;
	}
	[data-more-checker^="read-more"] ~ .read-more-button:before  {
		content: "Читать полностью ";
	}
	[data-more-checker^="read-more"]:checked ~ .read-more-button:before {
		content: "Свернуть ";
	}
	[data-more-checker^="read-more"]:checked ~ .read-more-button svg {
		-webkit-transform: rotate(180deg) translateZ(0);
		transform: rotate(180deg) translateZ(0);
	}
	.read-more-button {
		cursor: pointer;
		display: inline-block;
		position: absolute;
		bottom: 10px;
		right: 10px;
		padding: 0 5px;
		background: #b1afaf;
		border-radius: 5px;
		font-family: 'Times New Roman';
		font-size: 14px;
	}
	.read-more-button svg{
		vertical-align: middle;
		width: 12px;
	}
	.c-description__bottom {
		margin-bottom: 10px;
		font-size: 16px;
		text-align: justify;
	}
	.read-more-box{
		position: relative;
		border-bottom: 1px solid #000;
	}
	.mobile-catalog-link{
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 10px;
		width:100%;
	}
	.mobile-catalog-link .c-carousel__title--span{
		padding: 0;
		width: 100%;
		font-size: 26px;
	}
	.view-more-btn{
		cursor: pointer;
		display: inline-block;
		padding: 0 5px;
		background: #b1afaf;
		border-radius: 5px;
		font-family: 'Times New Roman';
		font-size: 14px;
	}
	.view-more-btn svg{
		vertical-align: middle;
		width: 12px;
		-webkit-transform: rotate(270deg) translateZ(0);
		transform: rotate(270deg) translateZ(0);
	}
	.section--divider{
		display:none;
	}
	
	.l-body__index .hr--large{
		display:none;
	}
	.section-trigger{
		display:none;
	}
	.item-pan-pic{
		position: relative;
	}
	.item-pan-pic_link{
		display: block;
	}
	.item-pan-pic img{
		object-fit: cover;
	}
	.item-pan-text{
		position: absolute;
		bottom: 0;
		width: 100%;
		padding: 10px;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.item-pan-title{
		font-weight: 400;
		font-family: 'Times New Roman';
		font-size: 26px;
		color: #fff;
	}
	.item-pan-text .view-more-btn{
		min-width: 80px;
		background: #fff;
		color: #000;
	}
	.section-mobile-pan{
		display:block;
	}
	.footer__logo-social{
		display:none;
	}
	.collapsible-trigger-btn{
		padding: 20px 0 0px;
	}
	.l-footer p + p{
		margin-top:0;
	}
	.mobile-footer-menu{
		display: flex;
	}
	.mobile-footer-menu .title-row, .mobile-footer-menu .title-row a{
		font-family: 'Times New Roman';
		font-weight: 600;
		margin-bottom: 10px;
		font-size: 16px;
	}
	.footer-menu-link{
		font-family: 'Times New Roman';
		width: 100%;
		display: block;
		font-size: 16px;
	}
	.l-footer .grid__item{
		padding-left: 0;
	}
	.footer-menu-row{
		width:100%;
	}
	.n-line{
		margin-top: 15px !important
	}
	.collapsible-trigger-btn{
		font-size: 20px;
		letter-spacing: 0;
	}
	.l-footer .collapsible-content p{
		font-size: 20px;
	}
	.site-header__logo{
		margin: 5px 0;
	}
	
	.panel-header {
		min-height: 61px;
	}
	.mobile-title .l-container{
		padding: 0 10px;
		border-bottom: 1px solid #000;
	}
	.site-header__logo-link img{
		height: 16px;
	}
	.mobile-carusel-img.visible .slick-active .card__image-mob-box{
		animation-direction: alternate;
		animation-duration: 0.5s;
		animation-name: visAnimation;
		animation-iteration-count: 2;
		animation-timing-function: linear;
	}
	.mobile-carusel-img.visible [data-slick-index="1"] .card__image-mob-box{
		animation-direction: alternate;
		animation-duration: 0.5s;
		animation-name: visAnimation;
		animation-iteration-count: 2;
		animation-timing-function: linear;
	}
	@keyframes visAnimation {
		from {
			left: 0;
		}
		to {
			left: -40%;
		}
	}
}
@media (max-width: 513px) {
     .home-promo .coll-inner{max-width:140px;max-height:140px}
      .home-mechanic .coll-inner{max-width:140px;max-height:140px}
       .home-video .coll-inner{max-width:100px;max-height:100px}
       .home-video .coll-inner .coll-img{max-height: 120px;}
       .coll-card{padding: 0;}
       .wrapper-grid{gap: 10px;}
	.mg-main-news-block .mg-news-title{
		height: 60px;
	}
    
    /* .wrapper-grid{display: flex;flex-wrap: nowrap;overflow: scroll hidden;}
    .wrapper{display: flex
;
        overflow: scroll hidden;flex-wrap: nowrap;    max-width: 1300px;
    }
        .coll-card{        white-space: normal;        width: 48vw;
        flex: 0 0 48vw;display: inline-block;}
        .home-add .wrapper-grid{gap: 0;} */
}
@media (max-width: 475px) {
	.page-width{
		padding: 0 20px;
	}
	.l-col{
		padding-left: 20px;
    padding-top: 20px
	}
	.c-goods__item, .product-wrapper{
		margin-bottom: 0;
	}
	.mg-main-news-block .mg-news-title{
		height: 90px;
	}
	.c-menu .c-button{
		right: 20px;
	}
	
}
@media (max-width: 390px) {
	.item-pan-title{
		font-size: 26px;
	}
}
@media (max-width: 374px) {
	.catalog .l-col{
		display: block;
		max-width: 100%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}
}
@media (max-width: 320px) {
	.item-pan-title {
		font-size: 22px;
	}
}
@media (max-width: 1279px){
    .site-nav__link--icon{padding-left: 5px;padding-right: 5px;}
}


/* скрытые */
.home-cats{display: none !important;}
.home-collections{display: none;}
.l-body__index .dark-section{display: none;}