

/* Start:/local/templates/margys/css/style.css?174894143783611*/
body.margus{
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
}
.margus strong{
	font-weight: 500;
}
img{
	max-width: 100%;
}
.tags {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}
.tags a {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    box-sizing: border-box;
    border: solid 2px #cbb36d;
    color: #fff;
    padding: 8px 15px;
    background: #cbb36d;
    text-decoration: none;
	min-width: 155px;
	text-align:center;
	border-radius: 4px;
}
.tags a:hover {
    background: transparent;
    color: #cbb36d;
    transition: all 0.7s;
}
.news-detail-content
.owl-dot:focus {
	outline: none;
}
/* header */
.header {
	/*font-family: 'Lato', sans-serif;*/
	color: #646464;
	font-size: 15px;
	font-weight: 400;
	line-height: 18px;
	padding: 0px 0px 20px 0px;
}
.header-tel-wrap{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.header-tel-wrap a {
	color: #fff;
  font-size: 15px;
	font-weight: 700;
}
.header-menu-wrap{
	line-height: 37px;
}
.top-line .link-wrap a {
	color: #fff;
}
.top-row{
	margin-top: 15px;
}
.top-row .social {
	text-align: center;
	display: flex;
	align-items: center;  
	justify-content: center;
}
.top-row .social a img {
  /* height:30px; */
  margin: 0px 10px;
}
.header-entry-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header-entry-link {
  font-size: 15px;
	float: right;
}
.header-entry-link svg{
	position: relative;
	top: 1px;
	fill: #2c2c2c;
}
.header-entry-link svg:hover{
	color: #cbb36d;
	fill: #cbb36d;
}
.header-logo-wrap {
  display: flex;
  /* justify-content: center; */
  margin: 20px 0px 0px 0px;
}
.header-logo-link {
  max-width: 250px;
}
.header-logo-img {
  max-width: 100%;
}
.responsive-menu-button-wrap {
  display: none;
}

/* callback */
.header-callback-wrap {
	text-align: center;
}
.header-callback-wrap  a.callback{
	color: #CBB36D;
	border-bottom: 1px solid;
}
.header-callback-wrap  a.callback:hover{
	color: #CBB36D;
	border-bottom: none;
}
/* nav */
.nav-wrap {
  background: #fff;
  z-index: 1000;
}
.nav-wrap.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  box-shadow: 0 2px 10px rgba(204,204,204,0.2);
}
.nav-cont {
  border-top: 1px solid #e8e8e8;
  padding: 8px 0px;
}
.nav {
  padding: 3px 0px 0px 0px;
  justify-content: space-between;
}
.nav-link {
  /*font-family: 'Playfair Display', serif;*/
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1.5px;
}
.nav-link:hover{
	cursor: pointer;
}
.nav .selected a.nav-link {
  color: #cbb36d;
}
.nav .has-submenu {
  position: relative;
}
.nav .has-submenu:before,
.nav .has-submenu:after {
  content: '';
  background-image: url(/local/templates/margys/css/../img/nav-arrow.png);
  background-repeat: no-repeat;
  display: block;
  width: 9px;
  height: 6px;
  position: absolute;
  top: 16px;
  right: -2px;
}
.nav .has-submenu:before {
  background-position: 0px 0px;
}
.nav .has-submenu:after {
  background-position: 0px -6px;
  opacity: 0;
  transition: .3s all;
}
.nav .has-submenu:hover:after {
  opacity: 1;
}
.nav .has-submenu:hover .nav-link {
  color: #cbb36d;
}
.nav .has-submenu.selected:after {
  opacity: 1;
}
.btn-sm {
  padding: 10px 20px 11px 40px;
  line-height: normal;
  border-radius: 0px;
}
.link-wrap > .submenu-wrap {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 65;
  top: 24px;
  left: -15px;
  /*width: 1180px;*/
  width: max-content;
  transition: .3s all;
  padding-top: 21px;
  transform: scale(.5, .5);
}
.submenu-bg {
  display: flex;
  background: #fff;
  box-shadow: 0 0 5px 0 rgba(0,0,0,.09);
  border-radius: 5px;
  padding: 20px 20px;
  flex-direction: column;
  /*font-family: Playfair Display;*/
  letter-spacing: 2px;
  color: #333;  
}
.submenu {
  display: flex;
  /*width: 374px;*/
  width: auto;
  flex-direction: column;
  /*border-right: 1px solid rgba(204,204,204,.4);*/
  padding: 20px 25px;
  /*font-family: Playfair Display;*/
  letter-spacing: 2px;
  color: #333;
}
.submenu a, .submenu-bg a {
  font-size: 15px;
  margin: 9px 0px;
}
.submenu-right {
  border: none;
}
.submenu-title {
  font-size: 14px;
  color: #333;
  text-transform: uppercase;
  margin: 0px 0px 10px 0px;
}
.link-wrap.has-submenu:hover > .submenu-wrap {
  visibility: visible;
  opacity: 1;
  transform: scale(1, 1);
}
.submenu > .submenu-wrap {
  display: flex;
  flex-direction: column;
}
.l-wrapblock-first-wrap{
	left: 0;
}
/* cart */

.cart {
  margin-left: 3px;
  position: relative;
  z-index: 1;
}
.cart.desctop{
	margin-left: 15px;
}
.sticky + .main {
  padding-top: 68px;
}
a.bx-basket-block {
  display: inline-block;
  width: 33px;
  height: 34px;
  overflow: hidden;
  padding: 1px 0px 0px 20px;
  color: #fff;
  font-size: 11px;
}
a.bx-basket-block:before,
a.bx-basket-block:after {
  content: url(/local/templates/margys/css/../img/cart-sprite.png); 
  /*content: url(/local/templates/margys/css/../img/wishlist-sprite.png);*/
  position: absolute;
  left: 0px;
  z-index: -1;
}
a.bx-basket-block:before {
  top: 0px;
}
a.bx-basket-block:after {
  top: -36px;
  opacity: 0;
  transition: .3s all;
}
.bx-basket:hover a.bx-basket-block:after {
  opacity: 1;
}
/*Скрываем всё что связано с корзиной*/
.bx-basket {
  display: inline-block;
}
.product-item-price-current{
	font-weight: 500;
	/*font-family: 'Lato', sans-serif;*/
}
.basket_button .catalog-item-btn.btn-primary{
	border: 1px solid #646464
}
.basket_button .catalog-item-btn.btn-primary:hover{
	border: 1px solid #cbb36d;
}
.product-item-detail-price-current {
	font-weight: 500;
	/*font-family: 'Lato', sans-serif;*/
}
/*Конец*/
.bx-hdr-profile {
  display: inline-block;
}
.basket-item-list-wrap {
  position: absolute;
  padding-top: 10px;
  visibility: hidden;
  opacity: 0;
  z-index: 14;
  transition: .3s all;
  right: 0px;
}
.bx-basket:hover .basket-item-list-wrap {
  visibility: visible;
  opacity: 1;
}
.bx-basket-item-list-item-price-block {
  display: none;
}
div.bx-basket-item-list {
  background: #fff;
  box-shadow: 0 0 5px 0 rgba(0,0,0,.09);
  padding: 10px 30px 30px;
}
.bx-basket-item-list-item-status {
  display: none;
}
div.bx-basket-item-list-item {
  display: flex;
  width: 270px;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 5px;
}
.bx-basket-item-list-item-right {
  margin: 0px 0px 0px 10px;
}
.bx-basket-item-list-item-name {
  margin-top: 20px;
}
.bx-basket-item-list-item-name a {
  /*font-family: 'Playfair Display', serif;*/
}
.bx-basket-item-list-item-price strong {
  color: #cbb36d;
}
.bx-basket-item-list-item-price-summ {
  margin: 5px 0px 0px 0px;
}
.bx-basket-item-list-item-price-summ strong {
  color: #cbb36d;
}
.popup-window-content p {
  /*width: 178px;*/
  width: 100%;
}

/* main */
.main {
  padding: 12px 0px;
  overflow: hidden;
}
.main.beauty-advices {
  background: url(/local/templates/margys/css/../img/FOND-NB-copie.png) center 30px no-repeat, url(/local/templates/margys/css/../img/Plan-de-travail-1.png) left 408px no-repeat;
}
.main-video-wrap {
  margin: -8px -15px 0px;
  position: relative;
}
.main-carousel {
  margin: -8px -15px 0px;
}
.carousel-item {
  max-height: 613px;
  overflow: hidden;
}
.carousel-item .text-slide{
	display: none;
}
@media (max-width: 767px) {
	.carousel-item .text-slide{
		display: initial;
	}
	.carousel-item .video-slide{
		display: none;
	}	
}
.carousel-item img {
  max-width: 100%;
}
.main-video {
  width: 100%;
}
.main-video-mask {
  background-color: rgba(2, 2, 2, 0.1);
  position: absolute;
  top: 0px;
  width: 100%;
  height: calc(100% - 2px);
}
.main-video-desc {
  position: absolute;
  bottom: 40px;
  left: 70px;
  /*background: rgba(0, 0, 0, .2);*/
  padding: 10px;
}
.main-video-desc-title {
  /*font-family: 'Playfair Display', serif;*/
  font-size: 26px;
  line-height: 28px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}
.main-video-desc-text {
  /*font-family: 'Montserrat', sans-serif;*/
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  color: #fff;
  margin: 10px 0px 0px 0px;
}
.main-video-button {
  font-size: 13px;
  line-height: 20px;
  font-weight: 600;
  color: #fff;
  /*font-family: Montserrat;*/
  background-color: #cbb36d;
  outline: none;
  cursor: pointer;
  margin: 30px 0px 0px 0px;
  padding: 10px 30px;
  text-transform: uppercase;
  display: inline-block;
  min-width: 110px;
  text-align: center;
  border-radius: 4px;
}
.main-video-button:hover {
  color: #cbb36d;
  background-color: #fff;
}
.product-item-button-container {
  margin: 15px 0px 0px 0px;
}
.bottom-button{
  text-align: center;
  margin-bottom: 20px;
}
.btn-primary {
  position: relative;
  transition: .3s all;
  border: 1px solid #646464;
  border-radius: 4px;
}
.btn-primary:hover {
	border: 1px solid #cbb36d;
}
.btn-primary:focus {
  outline: none;
}
.catalog-item-btn:before {
  content: url(/local/templates/margys/css/../img/add-to-cart-button-sprite.png);
  display: inline-block;
  width: 13px;
  height: 15px;
  overflow: hidden;
  position: absolute;
  top: 11px;
  left: 17px;
  margin: 0px 0px 0px 0px;
}
.catalog-item-btn:after {
  content: '';
  background: url(/local/templates/margys/css/../img/add-to-cart-button-sprite.png) center -15px no-repeat;
  display: inline-block;
  width: 13px;
  height: 15px;
  overflow: hidden;
  position: absolute;
  top: 11px;
  left: 17px;
  transition: .3s all;
  opacity: 0;
}
.catalog-item-btn:hover:after {
  opacity: 1;
}
.catalog-item-btn-more {
      padding: 10px 20px 11px;
}
.catalog-item-btn-more:before,
.catalog-item-btn-more:after {
  content: none;
}
.shop-more-button-wrap {
  margin: 55px 0px 0px 0px;
  text-align: center;
}
.shop-more-button {
  font-size: 13px;
  font-weight: 500;
  color: #cbb36d;
  text-transform: uppercase;
  border: 1px solid #cbb36d;
  padding: 10px 30px;
  display: inline-block;
  border-radius: 4px;
}
.shop-more-button:hover {
  background: #cbb36d;
  color: #fff;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 40px;
  height: 40px;
  background: url(/local/templates/margys/css/../img/main-carousel-sprite.png) no-repeat;
  border-radius: 4px;
}
.carousel-control-next-icon {
  background-position: -40px 0px;
}
.carousel-control-prev:hover .carousel-control-prev-icon {
  background-position: 0px -40px;
}
.carousel-control-next:hover .carousel-control-next-icon {
  background-position: -40px -40px;
}
.as-seen-wrap {
  margin: 150px 0px 0px 0px;
}
.as-seen-img-wrap {
  margin: 25px 0px 0px 0px;
}
.as-seen-img-wrap img{
	max-height: 65px;
}
.as-seen-img {
	max-width: 100%;
	display: flex;
	/*justify-content: space-between;*/
	flex-wrap: wrap;
}
.as-seen-img-item {
	width: 20%;
	flex: 0 0 20%;
	margin-bottom: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
}
@media (max-width: 768px){
	.as-seen-img-item {
		width: 50%;
		flex: 0 0 50%;
	}	
}
.catalog-results-info {
  margin-top: 50px;
}
.catalog-section {
  margin: 20px 0px 0px 0px;
}
.about-number{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 100px;
}
.about-number .about-item{
  padding: 0px 20px;
  width: 20%;
  display: flex;
  flex-wrap: wrap;
  align-content: start;
}
.about-item .about-item-number{
	width: 100%;
	flex: 0 0 100%;
	font-size: 48px;
	color: #cbb36d;
	text-align: center;
	margin-bottom: 20px;
}
.about-item .about-item-text{
	width: 100%;
	flex: 0 0 100%;
	font-size: 26px;
	color: #646464;
	text-align: center;
}
.advantage-home{
	margin: 57px 0px 0px 0px;
	display: flex;
	flex-wrap: wrap;
}
.advantage-home .advantage-item{
	display: flex;
	flex-wrap: wrap;	
	width: 25%;
	flex: 0 0 25%;
	padding: 0px 30px;
	align-content: start;
}
.advantage-home .advantage-item-img{
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}
.advantage-home .advantage-item-text{
	font-size: 17px;
	width: 100%;
	text-align: center;
}
/* our-selection */
.our-selection {
  margin: 57px 0px 0px 0px;
}
.section-head-wrap {
  text-align:center;
}
.section-head {
  /*font-family: "Playfair Display";*/
  font-size: 40px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 1px;

  margin-bottom: 19px;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
}
.section-head:before,
.section-head:after {
  content: '';
  display: block;
  width: 48px;
  height: 1px;
  background: #22211f;
  position: absolute;
  top: 20px;
}
.section-head:before {
  left: -75px;
}
.section-head:after {
  right: -75px;
}

/* reinsurance */
.reinsurance {
  padding: 88px 0 80px;
  border-top: 1px solid #ebebeb;
}
.reinsurance-title {
  color: #323232;
  text-align: center;
  /*font-family: "Playfair Display";*/
  font-size: 30px;
}
.reinsurance-desc {
  margin: 7px 0px 0px 0px;
  text-align: center;
  line-height: 28px;
}
.reinsurance-desc a {
  color: #cbb36d;
}
.reinsurance-desc a:hover {
  text-decoration: underline;
}
.learn-more-button-wrap {
  text-align: center;
  margin: 10px 0px 0px 0px;
}
.dark-button {
  background-color: #cbb36d;
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid;
  display: inline-block;
  outline: none;
  transition: .3s all;
  text-align: center;
  padding: 10px 30px;
  border-radius: 4px;
  font-weight: 500;
}
.dark-button:hover {
  color: #cbb36d;
  background: #fff;
  border: 1px solid #cbb36d;
  text-decoration: none;
}
.dark-button:focus{
  text-decoration: none;
}
.dark-button.quantity{
	font-weight: 500;
	max-width: 250px;
	width: 100%;
}
.light-button {
  background: none;
  color: #cbb36d;
  border: 3px solid #cbb36d;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  transition: .3s all;
  padding: 10px 20px;
  display: inline-block;
}
.light-button:hover {
  background-color: #cbb36d;
  color: #fff;
}

/* breadcrumbs */
.breadcrumbs-wrap {
  margin: 15px 0px 0px 0px;
}

.breadcrumbs-cont {
  margin-top: 10px;
  margin-bottom: 5px;
}
.breadcrumbs-arrow {
  background: url(/local/templates/margys/css/../img/breadcrumbs-arrow.png) no-repeat;
  display: inline-block;
  width: 7px;
  height: 11px;
  margin: 0px 2px;
}
.bx-breadcrumb-item {
  display: inline-block;
}

.inner-title-wrap {
  margin-top: 0px;
}
.inner-title {
  /*font-family: "Playfair Display";*/
  font-size: 44px;
  color: #cbb36d;
  font-weight: 400;
}

.container h1{
	font-weight: 400;
}
.container h2{
	font-weight: 600;
}
/* footer */
.footer {
  background-color: #323232;
  color: #fff;
  padding: 50px 0px 20px 0px;
}
.footer-contacts {
  /*margin: 20px 0px 0px 0px;*/
}
.footer-contacts.text{
	margin: 20px 0px 0px 0px;
}
.footer-contacts p {
  margin: 0px 0px 20px 0px;
}
.footer-contacts-label {
  /*font-family: 'Playfair Display', serif;*/
  font-size: 15px;
  text-transform: uppercase;
  margin: 32px 0px 0px 0px;
}
.footer a {
  color: #fff;
}
.footer a:hover {
  color: #cbb36d;
}
.footer-label {
  /*font-family: 'Playfair Display', serif;*/
  font-size: 18px;
	color: #CBB36D;
  text-transform: uppercase;
  margin: 2px 0px 20px 0px;
}
.footer-menu {
  display: flex;
  flex-direction: column;
  /*margin: 17px 0px 0px 0px;*/
}
.footer-menu.fm2 {
	margin-top: 40px;
}

.footer-tel a{
	font-size: 17px;
}
.footer-tel span{
	color: rgba(255, 255, 255, 0.6);
}
.footer-tel iframe {
	margin-top: 15px;
}
.footer-ya-text, 
.footer-ya-link {
	color: #CBB36D;
	font-size: 17px;
	font-weight: 600;
	text-align: right;
}
a.footer-ya-link {
	text-decoration: underline !important;
}
a.footer-ya-link:hover {
	text-decoration: none !important;
}
@media only screen and (max-width: 767px) {
	.footer-ya-text {
		text-align: unset;
	}
}
.footer-menu.social{
	flex-direction: row;
}
.footer-menu.social a{
	margin-right: 10px;
}
.footer-menu a {
	font-size: 15px;
  margin: 0px 0px 10px 0px;
}
.footer-subscribe-label {
  font-size: 14px;
  margin: 23px 0px 0px 0px;
}
.footer-subscribe {
  margin: 2px 0px 0px 0px;
}
.footer-subscribe-email {
  border: none;
  background: none;
  outline: none;
  border-bottom: 3px solid #ebebeb;
  font-size: 14px;
  line-height: 45px;
  color: #fff;
  width: 170px;
}
.footer-subscribe-button {
  background: none;
  color: #cbb36d;
  border: 3px solid #cbb36d;
  font-size: 14px;
  padding: 8px 16px;
  cursor: pointer;
  outline: none;
  position: relative;
  top: 2px;
  left: 29px;
  transition: .3s all;
  text-transform: uppercase;
}
.footer-subscribe-button:hover {
  background-color: #cbb36d;
  color: #fff;
}
.footer-subscribe-button:focus {
  outline: none;
}
.footer-copyright {
  background-color: #323232;
  font-size: 12px;
  color: #9a9a9a;
  /* text-align: center; */
  border-top: 1px solid rgba(255,255,255,.1);
  padding: 25px 0px;
}

/* product-card */
.product-item-detail-slider-container {
  display: flex;
}
.product-item-detail-slider-block {
  width: 100%;
}
.product-item-detail-slider-controls-image {
  outline: none;
  opacity: .4;
}
.product-item-detail-slider-controls-image.active,
.product-item-detail-slider-controls-image:hover {
  opacity: 1;
}
.product-item-detail-slider-image img:hover {
  background-size: 50%;
}
.product-item-detail-pay-block {
  border: none;
  margin-top: 25px;
}
.product-item-detail-pay-block .block_discont {
  display: flex;
  align-items: center;
}
.product-item-detail-pay-block .block_discont .product-item-detail-price-old{
	margin-left: 10px;
}
.product-item-detail-price-current {
  font-size: 30px;
  color: #cbb36d;
  text-align: left;
  font-weight: 500;
}
.mb-3.main-button-container.btn-two {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
a.btn.callback.btn-link.product-item-detail-buy-button.dark-button.product-item-detail-buy-button-where-buy {
	color: #CBB36D;
	background: white;
	border: 1px solid #CBB36D;
	padding: 10px 20px;
	width: 240px;
	height: 40px;
	/* margin-left: 20px; */
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
}
a.btn.gift.btn-link.product-item-detail-buy-button.dark-button.product-item-detail-buy-button-where-buy {
	color: #CBB36D;
	background: white;
	border: 1px solid #CBB36D;
	padding: 10px 20px;
	width: 240px;
	height: 40px;
	/* margin-left: 20px; */
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
}	
a.btn.callback.btn-link.product-item-detail-buy-button.dark-button.product-item-detail-buy-button-where-buy:hover {
	color: #FFF;
	background: #C8A43E;
	border: 1px solid #C8A43E;
}
a.btn.gift.btn-link.product-item-detail-buy-button.dark-button.product-item-detail-buy-button-where-buy:hover {
	color: #FFF;
	background: #C8A43E;
	border: 1px solid #C8A43E;
}
.product-card-short-desc {
  line-height: 30px;
}
.product-add-to-cart-button-wrap {
  text-align: left;
}
.btn.btn-link.product-item-detail-buy-button {
  height: initial;
  margin: 20px 0px 0px 0px;
  position: relative;
  font-weight: 500;
	width: 242px;
  border-radius: 4px;
}
.btn-primary.not_available{
  cursor: auto !important;
}
.btn-primary.not_available:hover {
  color: #646464;
}
.btn.btn-link.product-item-detail-buy-button:before,
.btn.btn-link.product-item-detail-buy-button:after {
  content: '';
  background: url(/local/templates/margys/css/../img/product-add-to-cart-sprite.png) no-repeat;
  width: 11px;
  height: 13px;
  position: absolute;
  top: 14px;
  left: 25px;
}
.btn.btn-link.product-item-detail-buy-button:before {
  background-position: 0px 0px;
}
.btn.btn-link.product-item-detail-buy-button:after {
  background-position: 0px -13px;
  opacity: 0;
  transition: .3s all;
}
.btn.btn-link.product-item-detail-buy-button:hover:after  {
  opacity: 1;
}
.btn.btn-link.product-item-detail-buy-button:before,
.btn.btn-link.product-item-detail-buy-button:after {
  content: none;
}
.popup-window {
  border-radius: 4px;
}
.popup-window-titlebar-text, .popup-window{
  font-family: 'Raleway', sans-serif;
  font-weight: 300;  
  color: #646464;
}
.popup-window-titlebar .popup-window-titlebar-text{
	text-transform: uppercase;
}
.product-item-detail-short-card-fixed {
  display: none!important;
}
.product-item-detail-tabs-container-fixed {
  display: none!important;
}
.product-tabs {
  margin-top: 79px;
}
.product-item-detail-tab-link {
	/*font-family: 'Lato', sans-serif !important;*/
  font-size: 13px;
  color: #646464;
  line-height: 50px;
}
.product-item-detail-tab-link:hover {
  color: #323232;
}
.product-item-detail-tab.active .product-item-detail-tab-link span {
	/*font-family: 'Lato', sans-serif !important;*/
  color: #cbb36d;
}
.product-item-detail-tab {
  transition: .3s all;
}
.product-item-detail-tab:hover,
.product-item-detail-tab.active {
  background: #fff;
}
.product-item-detail-tab {
  border: 1px solid #ebebeb;
  border-bottom: none;
  margin: 0px 3px -1px 0px;
}
.product-item-detail-properties-item span {
  font-size: 13px;
  font-weight: 600;
  line-height: 28px;
  color: #646464;
}
.product-item-detail-properties-desc {
  margin: 0px 0px 0px 5px;
}
.product-item-detail-properties-name {
  width: 135px;
}
.product-item-detail-properties-dots {
  display: none;
}
.product-item-detail-properties-item {
  border-bottom: 1px solid #e1e1e1;
  padding: 6px 0px 9px;
}
.product-mobile-tab-head {
  display: none;
}
.catalog-block-header {
  text-align: center;
  margin: 110px 0px 0px 0px;
  /*font-family: 'Playfair Display', serif;*/
  font-size: 28px;
  letter-spacing: 2px;
  color: #323232;
  text-transform: uppercase;
}
.ingredients-title {
  color: #d5b067;
  font-size: 31px;
  /*font-family: "Playfair Display";*/
}
.ingredients-desc {
  margin: 20px 0px 0px 0px;
  line-height: 28px;
}
.ingredient {
  display: flex;
  line-height: 28px;
  margin-top: 30px;
}
.ingredient-img-wrap {
  width: 180px;
  flex-shrink: 0;
}
.ingredient-img {
  max-width: 100%;
}
.best-use-title {
  color: #d5b067;
  font-size: 31px;
  /*font-family: "Playfair Display";*/
}
.best-use-desc {
  margin: 20px 0px 0px 0px;
  line-height: 28px;
}
.best-use-skin-type {
  display: flex;
  line-height: 28px;
  margin-top: 30px;
}
.best-use-skin-type-img-wrap {
  width: 370px;
  flex-shrink: 0;
  text-align: center;
}
.best-use-skin-type-img {
  max-width: 100%;
}
.best-use-skin-type-title {
  color: #d6b067;
  font-weight: 700;
  text-transform: uppercase;
}
.product-share-buttons-wrap {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #ebebeb;
  margin: 31px 0px 0px 0px;
  padding: 10px 0px 0px 0px;
}
.product-share-buttons-label {
  color: #646464;
  font-size: 17px;
  line-height: 32px;
  font-weight: 700;
}
/*.ya-share2__item {
  margin: 0px 6px 6px 0px!important;
}
.ya-share2__icon {
  width: 32px!important;
  height: 32px!important;
  background: url(/local/templates/margys/css/../img/social-buttons.png) no-repeat!important;
}
.ya-share2__item_service_facebook .ya-share2__icon {
  background-position-x: 0px!important;
}
.ya-share2__item_service_twitter .ya-share2__icon {
  background-position-x: -32px!important;
}
.ya-share2__item_service_pinterest .ya-share2__icon {
  background-position-x: -64px!important;
}
.ya-share2__item_service_vkontakte .ya-share2__icon {
  background-position-x: -96px!important;
}
.ya-share2__icon:hover {
  background-position-y: -32px!important;
}
.benefits-desc {
  margin: 20px 0px 0px 0px;
}*/

/* cart */
.basket-item-block-info {
  display: flex;
  align-items: center;
}
.basket-items-list-titles {
  border-bottom: 1px solid #e2dfdf;
}
.basket-items-list-titles th {
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  color: #323232;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 17px;
  padding-top: 17px;
}
#basket-root {
  margin: 20px 0px 0px 0px;
  /* padding: 30px 50px 30px 5px; */
  padding: 0px 50px 30px 5px;
  border: 1px solid #e2dfdf;
  display: block;
  border-radius: 4px;
}
.basket-item-info-name-link:hover {
  text-decoration: none;
}
.basket-items-list-item-container {
  border-bottom: 1px solid #e2dfdf;
}
.basket-items-list-item-container td {
  padding: 10px 0px;
}
.basket-items-list-item-price-for-one .basket-item-price-current-text {
	color: #646464;
}
.basket-items-list-item-container td:nth-child(4) .basket-item-price-current-text {
  color: #cbb36d;
}
.basket-item-actions-remove {
  margin-left:20px;
  top: 1px;
}
.basket-item-actions-remove::after, .basket-item-actions-remove::before {
	background: #000;
	width: 2px;
}
td.basket-items-list-item-amount {
  text-align: center;
  padding-left: 40px;
  padding-right: 40px;
}
.basket-item-block-amount {
  width: 74px;
  display: inline-block;
  text-align: left;
}
.basket-item-amount-filed-block {
  display: inline-block;
}
.basket-item-amount-btn {
  position: absolute;
  right: 0px;
  width: 32px;
  height: 22px;
}
.basket-item-amount-btn-minus {
  bottom: 0px;
}
.basket-item-amount-btn-plus {
  top: 0px;
}
.basket-item-quantity-arrow {
  width: 11px;
  height: 6px;
  position: relative;
  overflow: hidden;
}
.basket-item-quantity-arrow:before,
.basket-item-quantity-arrow:after {
  content: '';
  display: block;
  width: 11px;
  height: 6px;
  background: url(/local/templates/margys/css/../img/cart-arrow-sprite.png) no-repeat;
  position:absolute;
  top: 0px;
  left: 0px;
}
.basket-item-amount-btn-minus .basket-item-quantity-arrow:before  {
  background-position: -11px 0px;
}
.basket-item-quantity-arrow:after {
  background-position: 0px -6px;
  opacity: 0;
  transition: .3s all;
}
.basket-item-amount-btn-minus .basket-item-quantity-arrow:after  {
  background-position: -11px -6px;
}
.basket-item-amount-btn:hover .basket-item-quantity-arrow:after {
  opacity: 1;
}
.bx-basket .sale-products-gift .product-item-label-text{
	display: none;
}
.continue-shopping-btn {
  margin: 16px 0px 0px 23px;
  border-radius: 4px;
}
.continue-shopping-btn:before {
  content: '«';
  font-size: 20px;
  line-height: 16px;
  margin-right: 5px;
}
.save-pdf-btn {
  padding-left: 6px;
}
.save-pdf-btn:before {
  visibility: hidden;
}
.cart-head {
  /*font-family: "Playfair Display";*/
  text-transform: uppercase;
  margin: 1px 0px 0px 0px;
  font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    color: #323232;
    padding-bottom: 17px;
    padding-top: 17px;
}
.basket-checkout-section {
  padding: 0px 0px;
}
.basket-checkout-section-inner {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e2dfdf;
  padding-bottom: 15px;
}
.basket-checkout-block-total-title {
  font-size: 16px;
  font-weight: 600;
  color: #646464;
}
.basket-coupon-block-total-price-current {
  color: #646464;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
.basket-total-block {
  margin: 53px 0px 0px 0px;
}
.basket-btn-checkout {
  margin: 21px 0px 0px 0px;
  width: 100%;
  border-radius: 0px;
}
.basket-btn-checkout:focus {
  outline: none;
}
.basket-btn-checkout:active {
  box-shadow: none;
}
.basket-coupon-section {
  margin: 69px 0px 0px 0px;
}
.basket-coupon-block-field {
  border: 2px solid #e2dfdf;
  margin: 12px 0px 0px 0px;
  padding: 21px 22px 0px;
  border-radius: 4px;
}
.basket-coupon-block-field .form-control {
  border: none;
  padding: 0px 0px 0px 0px;
  border-bottom: 1px solid #e2dfdf;

}
.basket-coupon-block-field .form-control::placeholder {
  color: #ababb2;
  opacity: 1;
}
.basket-coupon-block-field .form-control:focus {
  box-shadow: none;
}
.basket-coupon-block-coupon-btn {
  margin: 21px 0px 0px 0px;
  width: 100%;
  border-radius: 4px;
  outline: none;
  text-align: center;
}
.bx-sbb-empty-cart-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 100px 0px;
}
.bx-sbb-empty-cart {
  text-transform: uppercase;
  font-size: 24px;
  color: #646464;
  text-align: center;
}
.empty-cart-button {
  padding: 10px 20px;
  margin: 50px 0px 0px 0px;
}

.checkout .yandex__payment-link {
    background-color: #cbb36d;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid;
    display: inline-block;
    outline: none;
    transition: .3s all;
    text-align: center;
    padding: 10px 30px;
    border-radius: 4px;
    font-weight: 500;
    height: initial;
    margin: 20px 0px 0px 0px;
    position: relative;
    font-weight: 500;
    width: 242px;
    border-radius: 4px;
}

.checkout .yandex__payment-link:hover {
  color: #cbb36d;
  background: #fff;
  border: 1px solid #cbb36d;
  text-decoration: none;
}

/* auth */
.bx-system-auth-form {
  display: flex;
  justify-content: center;
}
.system_auth_form {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 600px;
  -webkit-box-shadow: 0 0px 0px 0 rgb(255 255 255 / 15%);
  box-shadow: 0 0px 0px 0 rgb(255 255 255 / 15%);
  border-radius: 0;
}
.system_auth_form input[type="text"],
.system_auth_form input[type="password"] {
  background-color: #f9f9f9;
  background-repeat: no-repeat;
  background-position: 19px 18px;
  height: 52px;
  line-height: 52px;
  border: 1px solid #ebebeb;
  border-radius: 2px;
  width: 100%;
  margin: 0px 0px 17px 0px;
  padding: 0px 45px 0px;
  color: #646464;
}
.system_auth_form input[type="text"]:focus,
.system_auth_form input[type="password"]:focus {
  outline: none;
}
.system_auth_form input[type="text"]::placeholder,
.system_auth_form input[type="password"]::placeholder {
  color: #b1b1b1;
  opacity: 1;
}
.system_auth_form input[name*="phone"] {
  background-image: url(/local/templates/margys/css/../img/auth-user.png);
}
.system_auth_form input[name*="email"] {
  background-image: url(/local/templates/margys/css/../img/auth-email.png);
}
.system_auth_form input[type="password"] {
  background-image: url(/local/templates/margys/css/../img/auth-pass.png);
}
.auth-login-button {
  padding: 12px 20px;
  width: 100%;
  cursor: pointer;
}
.auth-remember {
  display: flex;
  justify-content: center;
  margin: 22px 0px 0px 0px;
}
.auth-remember-checkbox {
  position: relative;
  top: 5px;
  border: 1px solid #ebebeb;
  border-radius: 2px;
  visibility: hidden;
}
.auth-remember-label {
  margin: 0px 0px 0px 10px;
  position: relative;
  cursor: pointer;
  user-select: none;
}
.auth-remember-label:before {
  content: '';
  background: url(/local/templates/margys/css/../img/auth-remember.png) no-repeat;
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0px;
  left: -30px;
}
.auth-remember-checkbox:checked ~ .auth-remember-label:before {
  background-position: 0px -20px;
}
.auth-reg-wrap {
  display: flex;
  justify-content: center;
  margin: 51px 0px 0px 0px;
}
.auth-reg-link {
  color: #cbb36d;
  padding: 0px 0px 0px 25px;
  background-position: 0px 3px;
  background-repeat: no-repeat;
}
.auth-forgot {
  background-image: url(/local/templates/margys/css/../img/auth-forgot.png);
}
.auth-reg {
  background-image: url(/local/templates/margys/css/../img/auth-reg.png);
  margin: 0px 0px 0px 30px;
}
.back-to-login-page-wrap {
  margin: 40px 0px 0px 0px;
  text-align: center;
}
.back-to-login-page {
  color: #cbb36d;
}
.reg-wrap {
  display: flex;
  justify-content: center;
}
.auth-cont {
  width: 600px;
}
.reg-cont {
  /*border: 1px solid #ebebeb;
  margin: 123px 0px;
  padding: 30px;*/
  width: 600px;
}
.reg-cont input[type="text"],
.reg-cont input[type="password"] {
  background-color: #f9f9f9;
  background-repeat: no-repeat;
  background-position: 19px 18px;
  height: 52px;
  line-height: 52px;
  border: 1px solid #ebebeb;
  border-radius: 2px;
  width: 100%;
  margin: 0px 0px 17px 0px;
  padding: 0px 45px 0px;
  color: #646464;
}
.reg-cont input[type="text"]:focus,
.reg-cont input[type="password"]:focus {
  outline: none;
}
.reg-cont input[type="text"]::placeholder,
.reg-cont input[type="password"]::placeholder {
  color: #b1b1b1;
  opacity: 1;
}
.person-input {
  position: relative;
}
.person-input:before {
  content: url(/local/templates/margys/css/../img/auth-user.png);
  position: absolute;
  top: 17px;
  left: 20px;
  z-index: 1;
}
.inline-block {
  margin: 30px 0;
  text-align: center;
}
.inline-block-nopad {
  margin: 10px 0;
  text-align: center;
}
.inline-block-nopad .auth-reg-link {
  padding: 0px 0px 0px 0px;
}
.pass-input {
  position: relative;
}
.pass-input:before {
  content: url(/local/templates/margys/css/../img/auth-pass.png);
  position: absolute;
  top: 17px;
  left: 20px;
  z-index: 1;
}
.pass-input-hidden {
  display: none;
}
.email-input {
  position: relative;
}
.email-input:before {
  content: url(/local/templates/margys/css/../img/auth-email.png);
  position: absolute;
  top: 18px;
  left: 15px;
  z-index: 1;
}
.reg-table {
  width: 100%;
}
.reg-captcha {
  margin: 8px 0px 12px;
  text-align: center;
}
.reg-captcha-title {
  text-align: center;
}
input.remove-yellow-bg:-webkit-autofill,
input.remove-yellow-bg:-webkit-autofill:hover, 
input.remove-yellow-bg:-webkit-autofill:focus, 
input.remove-yellow-bg:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px #f9f9f9 inset;
}

/* forgot-password */
.forgot-password-wrap {
  display: flex;
  justify-content: center;
}
.forgot-password-cont {
  border: 1px solid #ebebeb;
  margin: 123px 0px;
  padding: 30px;
  width: 600px;
}
.forgot-password-btn-wrap {
  display: flex;
  justify-content: flex-end;
}
.forgot-password-btn {
  width: 100%;
}
.bx-authform-input-container input.form-input {
  background-color: #f9f9f9;
  background-repeat: no-repeat;
  background-position: 19px 18px;
  height: 52px;
  line-height: 52px;
  border: 1px solid #ebebeb;
  border-radius: 2px;
  width: 100%;
  margin: 0px 0px 17px 0px;
  padding: 0px 45px 0px;
  color: #646464;
}
.bx-authform-input-container input.form-input:focus {
  outline: none;
}
.bx-authform-input-container input.form-input::placeholder {
  color: #b1b1b1;
  opacity: 1;
}
.bx-authform-link-container {
  margin: 40px 0px 0px 0px;
  text-align: center;
}
.forgot-password-back-to-auth-link {
  color: #cbb36d;
  font-size: 17px;
}

/* page */
.page h2 {
  /*font-family: Playfair Display;*/
  color: #323232;
  font-size: 45px;
  line-height: 50px;
  margin: 30px 0px 20px 0px;
}
.page ul,
.page ol {
  margin: 40px 0px;
  padding: 0px 0px 0px 30px;
}
.page li {
  margin: 20px 0px;
  padding: 0px 0px 0px 10px;
}
.page p {
  margin: 15px 0px;
  line-height: 26px;
}
.page a {
  color: #cbb36d;
}
.page a:hover {
  text-decoration: underline;
}
.delivery-margin {
  margin: 0px 0px 0px 59px;
}
.smart-filter {
  display: none;
}
.bx-filter-section {
  display: none;
}
.the-brand-image {
  width: 360px;
  float: left;
  margin: 0px 20px 20px 0px;
}
.dellin-link {
  margin: 50px 0px;
  display: block;
}
.most-beautiful-wrap {
  text-align: center;
}
.most-beautiful {
  width: 540px;
  display: inline-block;
  text-align: left;
  margin: 60px 0px;
}
.most-beautiful h2 {
  font-size: 31px;
  line-height: 31px;
}
.most-beautiful-skin-types-wrap {
  text-align: center;
}
.most-beautiful-skin-types {
  width: 634px;
  text-align: left;
  display: inline-block;
  margin: 40px 0px 0px 0px;
}
.most-beautiful-skin-types h2 {
  font-size: 31px;
  line-height: 31px;
}

/* checkout */
#bx-soa-main-notifications {
  display: none;
}
#bx-soa-order {
  padding: 30px 20px 20px;
  border: 1px solid #e2dfdf;
  border-radius: 4px;
}
.bx-price.all {
  color: #cbb36d;
  font-size: 16px;
  font-weight: normal;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
.bx-soa-item-block {
  display: flex;
  align-items: center;
}
.bx-soa-editstep {
  color: #fff;
}
.bx-soa-editstep:hover {
  color: #fff;
  border: none;
}
#bx-soa-basket .bx-soa-editstep {
  display:none;
}
.bx-soa-section-content strong {
  font-weight: normal;
}

/* search-wrap */
.search-wrap {
  display: flex;
  /*align-items: flex-end;*/
  align-items: center;
  width: 64px;
}
.search-cont {
  position: relative;
  height: 44px;
  width: 100%;
  z-index: 0;
}
.search-text {
  border: 1px solid #e8e8e8;
  width: 100%;
  height: 44px;
  padding: 11px 105px 10px 10px;
  outline: none;
  color: #646464;
  border-radius: 4px;
}
.search-text:focus {
  border: 1px solid #e8e8e8;
  box-shadow: none;
}
.search-submit {
  cursor: pointer;
  margin: 0px 0px 0px 0px;
  position: absolute;
  top: 2px;
  right: 2px;
  z-index: 3;
  border-radius: 4px;
}

/* accordion */
.card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.card:first-child {
  border-radius: 5px 5px 0px 0px;
}
.card:last-child {
  border-radius: 0px 0px 5px 5px;
}
.card-header {
  padding: 0px;
  border-bottom: none;
}
.card-header:hover {
  background: #f0f0f0;
}
.card-header .btn-link {
  width: 100%;
  text-decoration: none;
  text-align: left;
  color: #666;
  text-transform: uppercase;
  padding: 15px 15px 13px 40px;
  letter-spacing: 1px;
  /*font-family: 'Playfair Display', serif;*/
  border: none;
  outline: none;
  font-weight: 700;
  position: relative;
}
.card-header .btn-link:before {
  content: '-';
  position: absolute;
  top: 5px;
  left: 16px;
  font-size: 24px;
  font-weight: 700;
  /*font-family: initial;*/
  transform:scale(1.8,1.0);
}
.card-header .btn-link.collapsed:before {
  content: '+';
  transform:scale(1.0,1.0);
  top: 9px;
  left: 14px;
}

/* beauty-advices */
.main.beauty-advices {
  padding-bottom: 0px;
}
.beauty-advices-tabs-wrap {
  padding: 20px 0px 100px;
}
.beauty-advices .nav-tabs {
  display: flex;
  margin: 50px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-bottom: 1px solid #cbb36d;
}
.beauty-advices .nav-item {
  flex-grow: 1;
  margin: 0px 0px -1px 0px;
  padding: 0px 0px 0px 0px;
  border: 1px solid #cbb36d;
  margin-right: 3px;
}
.beauty-advices .nav-item:last-child {
  margin-right: 0px;
}
.beauty-advices .nav-link {
  color: #646464;
  border: none;
  font-size: 16px;
  /*font-family: Lato;*/
  width: 100%;
  text-align: center;
  border-radius: 0px;
  height: 100%;
}
.beauty-advices .nav-link:hover {
  text-decoration: none;
  background: #f4edd7;
}
.nav-tabs .nav-link.active {
  background: #cbb36d;
  color: #fff;
}
.beauty-advices-tab-content {
  border: 1px solid #cbb36d;
  padding: 20px;
  margin: -1px 0px 0px 0px;
}
.beauty-advices-tabs-wrap {
  position: relative;
  margin-top: 80px;
}
.beauty-advices-tabs-wrap:before {
  content: '';
  background: url(/local/templates/margys/css/../img/FOND-NB-copie.png) center 0px no-repeat;
  background-size: cover;
  position: absolute;
  top: 0px;
  bottom: 0px;
  width: 1920px;
  left: calc(50% - 960px);
  z-index: -1;
}

/* sort */
.sort-select-wrap {
  display: flex;
  justify-content: flex-end;
}
.sort-select {
  height: 40px;
  padding: 0 25px 0 10px;
  border: 1px solid #ebebeb;
  display: inline-block;
  cursor: pointer;
  font-size: 12px;
  border-radius: 2px;
  background-color: #f9f9f9;
  width: 100%;
  background: #f9f9f9 url(/local/templates/margys/css/../img/arrow_down.png) no-repeat calc(100% - 10px);
  -webkit-appearance: none;background-color: #f9f9f9;
  color: #646464;
  line-height: 24px;
  outline: none;
  max-width: 280px;
  margin-right: 10px;
}
.results-cnt {
  line-height: 40px;
}

/* blog */
.news-list-item {
  margin: 40px 0px;
}
.read-more-link {
  color: #cbb36d;
}
.read-more-link:hover {
  color: #323232;
}
.read-more-link:after {
  content: '→';
  opacity: 0;
  color: #cbb36d;
  transition: .3s all;
  margin-left: 15px;
}
.read-more-link:hover:after {
  transform: translateX(5px);
  color: #323232;
  opacity: 1;
  margin-left: 5px;
}
.news-list-item .card {
  border: none;
}
.news-list-item .card .prev-img-block{
  height: 250px;
  overflow: hidden;
  position: relative;
  flex: 0 0 auto;
  text-align: center;
}
.news-list-item .card .prev-img-block img {
  height: 100%;
  object-fit: cover;
  transition: .7s;
  width: 100%;
}
.news-list-item .card .prev-img-block img:hover{
  transform: scale(1.2);
}
.news-list-item .card-body {
  padding: 0px;
}
.card-info {
  display: flex;
  margin: 0px 0px 20px 0px;
}
.news-list-author {
  padding: 0px 0px 0px 16px;
  position: relative;
}
.news-list-author:before {
  content: '';
  background: url(/local/templates/margys/css/../img/blog-author.png) no-repeat;
  display: block;
  width: 11px;
  height: 12px;
  position: absolute;
  top: 2px;
  left: 0px;
}
.news-list-date {
  padding: 0px 0px 0px 18px;
  position: relative;
}
.news-list-date:before {
  content: '';
  background: url(/local/templates/margys/css/../img/blog-date.png) no-repeat;
  display: block;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 1px;
  left: 0px;
}
.card-text {
  line-height: 28px;
}
.blog-categories {
  padding: 20px;
  border: 1px solid #ebebeb;
}
.blog-categories-title-wrap {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 10px;
}
.blog-categories-title {
  /*font-family: "Playfair Display";*/
  font-size: 18px;
}
.blog-categories-cont {
  
}
.blog-categories-item  {
  margin: 15px 0px;
}
.blog-categories-item a {
  color: #323232;
}
.blog-categories-item a:hover {
  color: #cbb36d;
}
.card-categorie {
  font-size: 10px;
  text-transform: uppercase;
  margin: 0px 15px 0px 0px;
}
.news-detail-title {
  color: #323232;
  /*font-family: "Playfair Display";*/
  font-size: 45px;
  line-height: 45px;
  font-weight: 400;
}
.news-detail-content {
  font-size: 17px;
  line-height: 28px;
}
.news-detail-content a{
	color:#cbb36d;
}
.news-detail-content a:hover{
	text-decoration:underline;
}
.blog-post > .container {
  margin-top: 30px;
}
.blog-back-to-list {
  color: #cbb36d;
  font-size: 14px;
  position: relative;
}
.blog-back-to-list:hover {
  color: #323232;
}
.blog-back-to-list:before {
  content: '←';
  opacity: 0;
  color: #cbb36d;
  transition: .3s all;
  position: absolute;
  left: -30px;
  top: -1px;
}
.blog-back-to-list:hover:before {
  transform: translateX(5px);
  color: #323232;
  opacity: 1;
  left: -25px;
}
.news-detail-details {
  display: flex;
  margin: 20px 0px 30px;
}
.news-detail-details-item {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #a4a4a4;
  display: flex;
  align-items: center;
  height: 32px;
}
.news-detail-details-author:before {
  content: url(/local/templates/margys/css/../img/news-detail-details-author.png);
  display: inline-block;
  overflow: hidden;
  border-radius: 50%;
  margin: 0px 10px 0px 0px;
}
.news-detail-details-date {
  position: relative;
  /* margin: 0px 0px 0px 20px; */
  padding: 0px 0px 0px 18px;
}
.news-detail-details-date:before {
  content: '';
  background: url(/local/templates/margys/css/../img/blog-date.png) no-repeat;
  display: block;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 9px;
  left: 0px;
}
.news-detail-details-categories {
  position: relative;
  margin: 0px 0px 0px 20px;
  padding: 0px 0px 0px 18px;
}
.news-detail-details-categories:before {
  content: '';
  background: url(/local/templates/margys/css/../img/blog-folder.png) no-repeat;
  display: block;
  width: 14px;
  height: 10px;
  position: absolute;
  top: 10px;
  left: 0px;
}
.main.news .news-detail-details-categories {
  display: none;
}
.news-detail-details-categories-link {
  font-size: 12px;
  color: #ababab;
}
.news-detail-details-categories-link:hover {
  color: #323232;
}
.news-detail-details-categories-link-wrap{
  margin: 0px 3px 0px 0px;
}
.news-detail-details-categories-link-wrap:after {
  content: ', ';
}
.news-detail-details-categories-link-wrap:last-child:after {
  content: '';
}

/* contact form */
.contact-form {
  margin: 0px 0px 150px 0px;
}
.contact-form-item {
  margin: 0px 0px 25px 0px;
}
.contact-form .mf-text {
  font-size: 14px;
  color: #000;
  margin: 0px 0px 5px 0px;
}
.contact-form-input, .partner input, .partner textarea{
	/*border-color: #ebebeb;
	background: #f9f9f9;
	border-width: 0 0 3px;
	font-weight: 400;
	font-size: 14px;
	color: #000;
	padding: 8px 0 14px;
	width: 100%;
	outline: none;*/
/*	font-size: 16px;
	border: 1px solid #E1E1E1;
	padding: 10px 20px;
	margin: 0;
	height: 40px;
	text-align: left;	
	width: 100%;
	box-sizing: border-box;
	outline: none;
	color: #9A9A9A;
	background: #fff;
	border-radius: 4px;
	font-size: 13px;*/
}
.contact-form-input:focus, .partner input:focus, .partner textarea:focus {
	border-color: #cbb36d;
}
.contact-form-button {
  padding: 10px 15px;
  float: right;
}
.contact-form-message {
  transition: .3s all;
  min-height: 250px;
}
.contact-form-message:focus {
  border-color: #cbb36d;
}
.mf-ok-text {
  color: #cbb36d;
  margin: 0px 0px 20px 0px;
}
.g-recaptcha-wrap {
  margin-bottom: 20px;
}
.contact-form .g-recaptcha-wrap {
	width: max-content;
	float: left;
}
.feedback-messages {
  margin-bottom: 20px;
}
.contact-form .light-button, .partner .light-button{
	background: #CBB36D;
	font-weight: 500;
	color: #fff;
	padding: 5px 11px;
	border: 0;
	cursor: pointer;
	font-family: 'Raleway', sans-serif;
	height: 40px;
	outline: none;
	text-transform: uppercase;
	border: 1px solid #cbb36d;
	font-size: 13px;
	border-radius: 4px;
}
.partner .light-button{
	width: max-content;
	margin-top: 20px !important;
}
.contact-form .light-button:hover, .partner .light-button:hover {
	box-shadow: none;
	color: #cbb36d;
	background: #fff;
	border: 1px solid #cbb36d;
	text-decoration: none;
}
/* account */
.acc-menu-wrap {
  border: 1px solid #ebebeb;
  border-radius: 3px;
}
.acc-menu-title-wrap {
  padding: 30px;
  border-bottom: 1px solid #ebebeb;
}
.acc-menu-item-wrap i {
  color: #cbb36d;
  width: 20px;
}
.acc-menu-item-wrap .acc-menu-item {
  color: #323232;
  margin: 0px 0px 0px 10px;
}
.acc-menu-item-wrap .acc-menu-item:hover {
  color: #323232;
}
.acc-menu-title {
  /*font-family: "Playfair Display";*/
  font-size: 26px;
  color: #323232;
}
.acc-menu-item-wrap {
  border-bottom: 1px solid #ebebeb;
  padding: 15px 30px;
}
.acc-menu-item-wrap.active {
  border-right: 3px solid #cbb36d;
}
.acc-menu-item-wrap:last-child {
  border-bottom: none;
}
.acc-cont {
  border: 1px solid #ebebeb;
  border-radius: 3px;
  padding: 30px;
}
.acc-title {
  /*font-family: "Playfair Display";*/
  font-size: 26px;
  color: #323232;
  margin: 0px 0px 30px 0px;
}
.acc-cont a {
  color: #cbb36d;
}
.acc-cont a:hover {
  color: #323232;
}
.acc-desc p {
  line-height: 28px;
  margin: 10px 0px;
}
.acc-links {
  margin-top: 20px;
}
.acc-links > div {
  margin-bottom: 10px;
}
.acc-cont h2 {
  /*font-family: "Playfair Display";*/
  font-size: 26px;
  color: #323232;
}
.acc-cont h2.sale-personal-section-index-block-name {
  /*font-family: 'Lato', sans-serif;*/
  font-size: 17px;
}
.acc-cont .sale-personal-section-index-block-link:hover .sale-personal-section-index-block-ico i {
  color: #ababab;
}
.sale-personal-section-index-block-link {
  transition: none;
}
.main-profile-submit {
  width: 100%;
}
.acc-field-label {
  font-weight: bold;
  margin: 0px 0px 10px 0px;
}
.form-control:focus {
  box-shadow: none;
}
.acc-cont input[type="text"],
.acc-cont input[type="password"] {
  background-color: #f9f9f9;
  background-repeat: no-repeat;
  background-position: 19px 18px;
  height: 52px;
  line-height: 52px;
  border: 1px solid #ebebeb;
  border-radius: 2px;
  width: 100%;
  margin: 0px 0px 17px 0px;
  padding: 0px 15px 0px;
  color: #646464;
}
.order-list-links {
  display: flex;
  justify-content: space-between;
}
.acc-cont h3 {
  font-size: 18px;
  color: #323232;
}

/* margys-worldwide */
.margys-worldwide-cont {
  margin: 100px 0px 40px;
}
.margys-worldwide-item-title {
  /*font-family: "Playfair Display";*/
  font-size: 45px;
  color: #323232;
}
.margys-worldwide-item-cont {
  margin: 10px 0px 0px 0px;
  line-height: 28px;
}
.margys-worldwide-item-link {
  margin: 40px 0px 0px 0px;
}
.margys-worldwide-list {
  list-style: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  max-height: 500px;
  overflow-y: auto;
}
.store-location p {
  display: flex;
  flex-direction: column;
  line-height: 28px;
}
.margys-worldwide-list li {
    margin: 0px 0px 0px 0px;
    padding-bottom: 30px;
    border-bottom: 1px solid #cbb36e;
}
.margys-worldwide-list li a {
  color: #cbb36d;
}

/* subscribe */
.subscribe-label {
  display: none;
}

/* about-brand */
.prodigious-wrap {
  display: flex;
  justify-content: center;
  margin: 40px 0px 0px 0px;
}
.prodigious {
  width: 750px;
}

/* display-switch */
.display-switch-wrap {
  display: flex;
}
.display-switch-item {
  color: #646464;
  height: 40px;
  width: 40px;
  line-height: 38px;
  text-align: center;
  color: #bfbfbf;
  font-size: 14px;
  border-color: #ebebeb;
  transition: .3s all;
  cursor: pointer;
  border: 1px solid #ebebeb;
}
.display-switch-item.active {
  color: #646464;
}
.catalog-section.list {
  margin-top: 40px;
}
.catalog-section.list .product-item-small-card {
  flex: initial;
  max-width: initial;
}
.product-item-desc {
  display: none;
  margin: 20px 0px 0px 0px;
}
.catalog-section.list .product-item-small-card .product-item-desc {
  display: block;
}
.catalog-section.list .product-item-small-card .product-item {
  display: flex;
}
.catalog-section.list .product-item-small-card .product-item .product-desc-cont {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.catalog-section.list .product-item-small-card .product-item .product-item-image-wrapper {
  flex-shrink: 0;
  width: 400px;
  height: 400px;
}
.catalog-section * {
  transition: none;
}
.catalog-section.list .catalog-item-btn {
    line-height: 48px;
    height: 50px;
    background-color: #cbb36d;
    color: #fff;
    padding: 0px 20px 0px 50px;
    border: 2px solid;
    text-transform: uppercase;
    transition: .3s all;
}
.catalog-section.list .catalog-item-btn:hover {
  color: #cbb36d;
  background: #fff;
  border: 2px solid #cbb36d;
  text-decoration: none;
}
.catalog-section.list .catalog-item-btn:before,
.catalog-section.list .catalog-item-btn:after {
  content: '';
  background: url(/local/templates/margys/css/../img/product-add-to-cart-sprite.png) no-repeat;
  width: 11px;
  height: 13px;
  position: absolute;
  top: 17px;
  left: 25px;
}
.catalog-section.list .catalog-item-btn:before {
  background-position: 0px 0px;
}
.catalog-section.list .catalog-item-btn:after {
  background-position: 0px -13px;
  opacity: 0;
  transition: .3s all;
}
.catalog-section.list .catalog-item-btn:hover:after  {
  opacity: 1;
}
.mobile-product-categories {
  display: none;
}
.fab.responsive-search-button {
  display: none;
}
.mobile-filter {
  border: 1px solid #ebebeb;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: none;
  color: #cbb36d;
  margin: 0px 0px 0px 10px;
}
.mobile-sidebar {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  transform: translateX(100%);
  height: 100vh;
  width: 300px;
  padding: 20px;
  background: #fff;
  z-index: 999;
  pointer-events: all;
  overflow-y: auto;
  transition: .3s all;
}
.mobile-sidebar.active {
  transform: translateX(0);
}
.mask-overlay.active {
  transition: .3s all;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 998;
  background: rgba(0,0,0,.5);
}
.mobile-sidebar-header {
  /*font-family: "Playfair Display";*/
  font-size: 18px;
}
.mobile-link-user i {
    color: #cbb36e;
    font-size: 20px;
    display: inline-block;
    margin-right: 10px;
}
.mobile-cart {
  position: absolute;
  top: 12px;
  left: 62px;
  display: none;
  z-index: 1;
}
.mobile-cart .bx-basket-block:before {
  display: none;
}
.mobile-cart .bx-basket-block:after {
  opacity: 1;
  top: -35px;
}
.mobile-cart a.bx-basket-block {
  height: 140px;
}
.form-check input[type='radio'] {
  position: relative;
  top: 2px;
  margin-right: 3px;
}
#bx-soa-orderSave {
  margin: 20px 0px 0px 0px;
  display: block;
}
.soa-property-container .btn-sm {
  padding: 10px 20px 11px;
  margin-left: initial!important;
}
.popup-window-buttons .btn-sm {
  padding: 10px 20px 11px;
}
#savePdf {
  display: inline-block;
}
.add-wishlist-btn {
  margin: 0px 0px 0px 20px;
}
.modal-body  .contact-form {
  margin-bottom: 0px;
}
.modal-body  .contact-form .g-recaptcha {
  text-align: center;
}
.modal-body  .contact-form .g-recaptcha {
  text-align: center;
}
.modal-body  .contact-form .g-recaptcha > div {
  display: inline-block;
}
.modal-body  .contact-form .contact-form-button {
  float: none;
  width: 220px;
  margin: 0px auto;
  display: block;
}
.close:focus {
  outline: none;
}
.add-wishlist-btn-img {
  height: 44px;
}
.nav.nav-tabs.map-tabs {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.nav.nav-tabs.map-tabs .nav-link.active {
    padding: 15px 20px;
}
.nav.nav-tabs.map-tabs .nav-link {
    padding: 15px 20px;
}
.product_block {
	width: 100%;
}
.news-detail .news-detail-other{
	display: none;
}
.product-item-detail-tab-content{
	line-height: 30px;
}
.product-item-detail-tab-content small, .small {
	font-size: 50%;
}
.product-item-detail-tab-content.active {
	/*font-family: 'Lato', sans-serif !important;*/
}
.basket-items-list-item-descriptions .basket-item-label-ring.basket-item-label-small{
	width: 25px;
	height: 25px;
	font-size: 8px;
	line-height: 26px;
}
#basket-item-table .basket-item-price-old-text, #basket-item-table .basket-item-price-difference, .total-cost-wrap .basket-coupon-block-total-price-old, .total-cost-wrap .basket-coupon-block-total-price-difference{
	display: none;
}
/* responsive */
@media (max-width: 1199px) {
  .submenu-wrap {
    width: 960px;
    left: -15px;
  }
  .basket-item-list-wrap {
    left: -268px;
  }
  .carousel-item {
    max-height: 505px;
  }
  .carousel-control-prev,
  .carousel-control-next {
    width: 6%;
  }
  .footer-subscribe-email {
    width: 110px;
  }
  .main.beauty-advices {
    background-size: auto, 210px;
  }
  .mobile-filter {
    display: block;
  }
  body {
    position: relative;
    right: 0px;
    transition: .3s all;
  }
  body.right-indent {
    right: 300px;
  }
  .header {
    padding: 13px 0px;
  }
  .header-logo-link {
    z-index: 1;
  }
  /* .top-row {
    display: none;
  } */
  .header-logo-wrap {
    margin: 0px 0px 0px 0px;
  }
  .search-wrap {
    position: absolute;
    top: 12px;
    max-width: initial;
  }
  .responsive-search-button {
    color: #cbb36d;
    font-size: 28px;
    position: absolute;
    top: 8px;
    left: 5px;
  }
  .search-text-wrap {
    position: absolute;
    left: 50px;
    right: 0px;
  }
  .search-form {
    position: absolute;
    display: none;
    width: 100%;
    transition: initial;
    padding: 0px 10px 10px 10px;
    z-index: -1;
  }
  .search-form.active {
    display: block;
    z-index: 1;
  }
  .header-logo-img {
    width: 138px;
	height: auto;
  }
  .nav-wrap .cart {
    display: none;
  }
  .nav-wrap {
    background: #f9f9f9;
  }
  .nav {
    display: flex;
    flex-direction: column;
  }
  .nav-cont {
    border-top: none;
  }
  .nav-wrap .container {
    max-width: initial;
  }
  .nav-link {
    /*font-family: 'Lato', sans-serif;*/
    text-transform: initial;
    color: #333333;
    border-bottom: 1px solid rgba(204,204,204,0.2);
    padding: 15px 0px;
  }
  .link-wrap > .submenu-wrap {
    width: 100%;
    position: initial;
    visibility: visible;
    opacity: 1;
    display: none;
    padding-top: 0px;
    position: initial;
    transform: scale(1, 1);
    transition: initial;
  }
  .submenu > .submenu-wrap {
    display: none;
    position: relative;
    top: -8px;
    left: 10px;
  }
  .submenu-wrap a {
    display: block;
  }
  .submenu-bg  {
    background: initial;
    display: flex;
    flex-direction: column;
    box-shadow: initial;
    padding: 10px 0px 0px 0px;
  }
  .nav-wrap.sticky {
    position: initial;
  }
  .submenu-bg > div {
    border-right: initial;
  }
  .link-wrap.has-submenu {
    display: flex;
    flex-direction: column;
  }
  .submenu {
    position: relative;
    width: 100%;
    padding: 5px 20px 0px 0px;
  }
  .link-wrap.has-submenu:before,
  .link-wrap.has-submenu:after {
    display: none;
  }
  .link-wrap.has-submenu .submenu-button {
    content: '';
    background: url(/local/templates/margys/css/../img/responsive-menu-sprite.png) no-repeat;
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 3px;
    right: 0px;
  }
  .link-wrap.has-submenu .submenu-button.collapsed {
    background-position: 0px -32px;
  }
  .link-wrap.has-submenu .submenu > .submenu-button {
    top: -5px;
  }
  .responsive-menu-button-wrap {
    display: block;
    position: absolute;
    top: 24px;
    right: 10px;
  }
  .icon-bar.middle-bar {
    margin: 4px 0px;
  }
  .navbar-toggle,
  .navbar-toggle:focus,
  .navbar-toggle:hover {
    background-color: inherit;
    border: none;
    outline: none;
  }
  .navbar-nav > li > a:after {
    border-right: none!important;
  }
  .all_items > nav.opened{left: 0px;}
  .navbar-toggle {
    border: none;
    background: transparent !important;
    right: -60px;
  }
  .navbar-toggle:hover {
    background: transparent !important;
  }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    transition: all .5s;
    background-color: #cbb36e;
  }
  .navbar-toggle .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
  }
  .navbar-toggle .middle-bar {
    opacity: 0;
  }
  .navbar-toggle .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
  }
  .navbar-toggle.collapsed .top-bar {
    transform: rotate(0);
  }
  .navbar-toggle.collapsed .middle-bar {
    opacity: 1;
  }
  .navbar-toggle.collapsed .bottom-bar {
    transform: rotate(0);
  }
  #navWrap {
    display: none;
  }
  .submenu-title {
    text-transform: uppercase;
    /*font-family: 'Lato', sans-serif;*/
    font-size: 15px;
    color: #333;
    border-bottom: 1px solid rgba(204,204,204,0.2);
    padding: 0px 0px 10px 10px;
  }
  .submenu-wrap {
    padding-left: 10px;
  }
  .submenu-wrap a {
    /*font-family: 'Lato', sans-serif;*/
    font-size: 15px;
    color: #333;
    border-bottom: 1px solid rgba(204,204,204,0.2);
    padding: 0px 0px 10px 10px;
  }
  .sticky + .main {
    padding-top: 0px;
  }
  .nav .link-wrap:last-child  .nav-link {
    border-bottom: none;
  }
  .mobile-product-categories {
    display: block;
    margin-top: 0px;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    padding: 0px 0px 30px 0px;
  }
  .mobile-product-categories {
    /*-ms-overflow-style: none;
    overflow: -moz-scrollbars-none;*/
  }
  .mobile-product-categories::-webkit-scrollbar { 
    /*display: none;*/
  }
  .mobile-product-categories a {
    padding: 0 30px;
    font-size: 16px;
    color: #cbb36d;
  }
  .mobile-product-categories a:hover {
    color: #323232;
  }
  .mobile-product-categories:after {
    /*content: '';
    display: block;
    position: absolute;
    top: 50px;
    right: 0;
    width: 120px;
    height: 80px;
    pointer-events: none;
    background-image: -moz-linear-gradient(0,#f5f5f5 0,whitesmoke 100%);
    background-image: -webkit-linear-gradient(0,#f5f5f5 0,whitesmoke 100%);
    background-image: -ms-linear-gradient(0,#f5f5f5 0,whitesmoke 100%);*/
  }


  .main.search {
    padding-bottom: 40px;
  }
  .fab.responsive-search-button {
    display: inline-block;
  }
  .mobile-cart {
    display: block;
  }
  .search-wrap.active {
    z-index: 21;
    width: 100%;
  }
  .basket-item-list-wrap {
    display: none;
  }
  a.bx-basket-block:after {
    top: -34px;
  }
}
@media (max-width: 991px) {
  .carousel-item {
    max-height: 404px;
  }
  .footer-subscribe-button {
    margin-left: -28px;
  }
  .most-beautiful-skin-types {
    width: 400px;
  }
  #accordion button {
    white-space: initial;
  }
  .breadcrumbs-wrap {
    margin: 30px 0px 0px 0px;
  }
  .margys-worldwide-cont .the-brand-item {
    text-align: center;
    margin-top: 40px;
  }
  .margys-worldwide-cont {
    margin: 40px 0px 40px;
  }
  .the-brand-image {
    max-width: 100%;
  }
  .product-mobile-tab-head {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    display: block;
    position: relative;
    padding: 15px 0px;
  }
  .product-mobile-tab-head.active {
    color: #cbb36d;
  }
  .product-mobile-tab-head:after {
    content: '';
    width: 12px;
    height: 7px;
    background: url(/local/templates/margys/css/../img/product-mobile-tab-arrow-sprite.png) no-repeat;
    position: absolute;
    top: 19px;
    right: 0px;
  }
  .product-mobile-tab-head.active:after {
    background-position: 0px -7px;
  }
  .product-item-detail-tab-content {
    border-top: 1px solid #e5e5e5;
    display: none;
    padding-bottom: 50px;
  }
  #basket-root {
    padding: 10px 5px 10px;
    border-radius: 4px;
  }
  .cart-head {
    padding: 0px 20px;
  }
  .total-cost-wrap {
    margin-top: 0px;
  }
  .basket-total-block {
    margin: 20px 0px 0px 0px;
  }
  .basket-coupon-section {
    margin: 20px 0px 0px 0px;
  }
  .basket-coupon-section {
    padding: 0px 20px;
  }
  .basket-coupon-section .cart-head {
    padding: 0px;
  }
  .basket-items-list {
    min-height: initial;
  }
  .basket-items-list-item-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .basket-item-block-amount {
    padding-top: initial;
  }
  .basket-item-price-current-text {
    min-width: initial;
  }
  .basket-items-list-item-descriptions-inner {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .basket-item-info-name,
  .basket-item-info-name-link {
    padding: initial;
    margin: 0px 0px;
  }
  td.basket-items-list-item-remove {
    order: 6;
    padding-top: 10px!important;
  }
  .basket-item-actions-remove {
    margin-left: initial;
  }
  .basket-items-list .basket-items-list-item-container:first-child > td {
    margin-top: 10px;
    flex: 0 0 33.333333%; 
    max-width: 33.333333%; 
    width: 33.333333%;
  }
  .basket-items-list .basket-items-list-item-container > td {
    margin-top: 10px;
    flex: 0 0 33.333333%; 
    max-width: 33.333333%; 
    width: 33.333333%;
  }
  td.basket-items-list-item-amount {
    padding-left: 10px;
    padding-right: 10px;
}
td.basket-items-list-item-remove {
  position: absolute;
  top: -15px;
  right: -40px;
  flex: 0 0 20px; 
  max-width: 20px; 
  width: 20px;
}
  .basket-items-list-item-price:nth-child(2) {
    order: 2;
  }
  .basket-items-list-item-amount {
    order: 3;
  }
  .basket-items-list-item-price:nth-child(4) {
    order: 4;
  }
  .basket-item-block-price {
    order: 5;
  }
  .basket-items-list-table thead {
    display: none!important;
  }
}
@media (max-width: 767px) {
  .carousel-item {
    max-height: 302px;
  }
  .carousel-control-prev,
  .carousel-control-next {
    width: 10%;
  }
  .carousel-indicators {
    bottom: -5px;
  }
  .main-video-desc {
    bottom: 30px;
  }
  .main-video-button {
    /*font-size: 8px;
    padding: 8px 10px;*/
    margin: 10px 0px 0px 0px;
  }
  .main-video-desc-title {
    font-size: 22px;
    line-height: 24px;
  }
  .main-video-desc-text {
    font-size: 12px;
    line-height: 14px;
  }
  .section-head:before,
  .section-head:after {
    display: none;
  }
  .as-seen-wrap {
    margin: 80px 0px 0px 0px;
  }
  .reinsurance {
    padding: 20px 0px;
  }
  .reinsurance-item {
    margin: 20px 0px;
  }
  .footer-logo-wrap {
    text-align: center;
  }
  .footer {
    padding: 20px 0px 20px;
  }
  .footer-item {
    margin: 20px 0px;
  }
  .main.beauty-advices {
    background-size: auto, contain;
  }
  .most-beautiful-skin-types {
    width: initial;
  }
  .most-beautiful-skin-types-wrap {
    margin-top: 114vw;
  }
  .catalog-section,
  .catalog-section.list {
    margin-top: 20px;
  }
  .catalog-section.list .product-item-small-card {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .catalog-section.list .product-item-small-card .product-item-desc {
    display: none;
  }
  .catalog-section.list .product-item-small-card .product-item {
    display: block;
  }
  .catalog-section.list .product-item-small-card .product-item .product-desc-cont {
    display: block;
  }
  .catalog-section.list .product-item-small-card .product-item .product-item-image-wrapper {
    width: 100%;
    height: 330px;
  }
  .catalog-section.list .catalog-item-btn {
    line-height: initial;
    height: initial;
    background-color: initial;
    color: #646464;
    padding: 10px 20px 11px 40px;
    border: 1px solid #ebebeb;
    text-transform: initial;
    transition: .3s all;
  }
  .catalog-section.list .catalog-item-btn:hover {
    color: #cbb36d;
    background: #fff;
    border: 2px solid #cbb36d;
    text-decoration: none;
  }
  .catalog-section.list .catalog-item-btn:before {
    content: url(/local/templates/margys/css/../img/add-to-cart-button-sprite.png);
    display: inline-block;
    width: 13px;
    height: 15px;
    overflow: hidden;
    position: absolute;
    top: 11px;
    left: 17px;
    margin: 0px 0px 0px 0px;
  }
  .catalog-section.list .catalog-item-btn:after {
    content: '';
    background: url(/local/templates/margys/css/../img/add-to-cart-button-sprite.png) center -15px no-repeat;
    display: inline-block;
    width: 13px;
    height: 15px;
    overflow: hidden;
    position: absolute;
    top: 11px;
    left: 17px;
    transition: .3s all;
    opacity: 0;
  }
  .catalog-section.list .catalog-item-btn:hover:after  {
    opacity: 1;
  }
  .display-switch-wrap {
    display: none;
  }
  .footer-subscribe-email {
    width: 170px;
  }
  .footer-subscribe-button {
    margin: initial;
  }
  .results-cnt {
    text-align: center;
  }
  .sort-select-wrap {
    justify-content: center;
    margin-top: 20px;
  }
  .mobile-filter {
    margin: 0px 0px 0px 0px;
  }
  .catalog-section.inner .product-item .catalog-item-btn {}
  .catalog-section.inner .product-item .catalog-item-btn:after {display:none !important; opacity: 1;
    background-position: 0px 0px;
    top: calc(50% - 10px);
    left: calc(50% - 80px);
  }
  .about-number {
	margin-top: 50px;
  }
  .about-number .about-item {
    padding: 0px;
    width: 100%;
	margin-bottom: 20px;
	align-content: center;
  }
  .about-item .about-item-number {
    width: 25%;
    flex: 0 0 25%;
	margin-bottom: 0px;
  }
  .about-item .about-item-text {
	width: 75%;
    flex: 0 0 75%;
	text-align: left;
	display: flex;
	align-items: center;
  }
	.advantage-home{
		margin: 30px 0px 0px 0px;
	}
	.advantage-home .advantage-item{
		width: 100%;
		flex: 0 0 100%;
		padding: 0px;
		align-content: start;
		margin-bottom: 20px;	
	}
	.advantage-home .advantage-item-img{
		width: 30%;
		text-align: left;
		margin-bottom: 0px;
	}
	.advantage-home .advantage-item-text{
		font-size: 17px;
		width: 70%;
		text-align: left;
		display: flex;
		align-items: center;
	} 
	.margys-worldwide .tab-content .col-sm-4{
		order: 2;
	}
	.margys-worldwide .tab-content .col-sm-8{
		order: 1;
	}	
}
@media (max-width: 575px) {
  .carousel-item {
    height: 450px;
    max-height: 450px;
  }
  .carousel-item img,
  .carousel-item video {
    max-width: initial;
    width: initial;
    height: 100%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  .carousel-control-prev,
  .carousel-control-next {
    width: 18%;
  }
  .main-video-desc {
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: auto;
    background: rgba(0, 0, 0, .4);
    padding: 20px 60px 35px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .main-video-desc-title {
    text-align: left;
  }
  .main-video-desc-text {
    text-align: left;
    margin: 15px 0px;
  }
  .main-video-button {
    align-self: center;
  }
  .section-head {
    font-size: 38px;
    line-height: 40px;
  }
  .most-beautiful {
    width: initial;
    margin: 16px 0px 0px;
  }
  .page h2 {
    font-size: 40px;
    line-height: 40px;
  }
  .most-beautiful h2 {
    font-size: 31px;
    line-height: 31px;
  }
  .inner-title {
    line-height: 40px;
    margin: 0px 0px 20px 0px;
  }
  .ingredient {
    flex-direction: column;
  }
  .ingredient-img-wrap {
    width: initial;
    text-align: center;
  }
  .ingredient-title {
    text-align: center;
    margin: 20px 0px;
  }
  .best-use-skin-type {
    flex-direction: column;
  }
  .best-use-skin-type-img-wrap {
    margin: 20px 0px;
    width: initial;
  }
  .about-item .about-item-number {
    font-size: 40px;
	width: 35%;
    flex: 0 0 35%;
  }
  .about-item .about-item-text {
	font-size: 22px;
	width: 65%;
    flex: 0 0 65%;	
  }
}



.header .section-1 .content-text, .header .section-1 .content-text a, #askQuestionBtn {
    color: #878787;
}
.goto, .goto_mo, .goto_ru {
    cursor: pointer;
	text-decoration: underline;
}
.goto:hover, .goto_mo:hover, .goto_ru:hover {
	text-decoration: none;
	color: #cbb36d;
}
.nav-cont {
    border-bottom: 1px solid #e8e8e8;
}

.yBodyOverflowHidden{overflow:hidden}.yButton{position:fixed!important;width:100px;height:100px;box-sizing:border-box!important}.yButton.bottom{bottom:30px}.yButton.top{top:30px!important}.yButton.right{right:30px!important}.yButton.left{left:30px}.yButtonBackground{position:absolute!important;left:0!important;top:0!important;width:100px;height:100px;border-radius:100%!important;background-color:#1c84c6;opacity:.8!important;box-sizing:border-box!important}.yButtonWave{position:absolute!important;left:50%!important;top:50%!important;-webkit-transform:translate(-50%,-50%)!important;-moz-transform:translate(-50%,-50%)!important;-o-transform:translate(-50%,-50%)!important;transform:translate(-50%,-50%)!important;border-radius:50%!important;color:#1c84c6;border:2px solid!important;width:105%;height:105%;opacity:.9!important;box-sizing:border-box!important;-webkit-animation:2s cubic-bezier(.37,0,.8,.77) infinite wave-stroke;-moz-animation:2s cubic-bezier(.37,0,.8,.77) infinite wave-stroke;-o-animation:2s cubic-bezier(.37,0,.8,.77) infinite wave-stroke;animation:2s cubic-bezier(.37,0,.8,.77) infinite wave-stroke}.yButtonIcon{display:none;box-sizing:border-box!important}.yButtonText{position:absolute!important;top:25px;left:5px;right:5px;border-radius:50%!important;width:90px;height:50px;color:#fff!important;font-size:15px!important;line-height:25px!important;font-weight:400!important;text-align:center!important;vertical-align:middle!important;letter-spacing:1.5px!important;/*font-family:Play,sans-serif!important;*/box-sizing:border-box!important}.yWidgetBlock{position:fixed!important;top:0!important;width:500px!important;height:100%!important;background-color:#fff!important;box-sizing:border-box!important}.yWidgetBlock.right{right:-500px!important}.yWidgetBlock.left{left:-500px!important}.yWidgetIFrame{width:100%!important;height:100%!important;box-sizing:border-box!important}.yWidgetCover{width:100%!important;height:100%!important;background:#333!important;opacity:.5!important;display:none;position:fixed!important;top:0!important;left:0!important;box-sizing:border-box!important}.yCloseIcon{position:fixed!important;top:13px!important;width:35px!important;height:35px!important;border-radius:50%!important;display:none;box-sizing:border-box!important}.yCloseIcon.left{left:513px!important}.yCloseIcon.right{right:513px!important}.yWidgetShow{animation-duration:.4s!important}.yWidgetShow.right{right:0!important;animation-name:slideinRight!important}.yWidgetShow.left{left:0!important;animation-name:slideinLeft!important}.yWidgetHide{animation-duration:.4s!important}.yWidgetHide.right{right:-500px!important;animation-name:slideoutRight!important}.yWidgetHide.left{left:-500px!important;animation-name:slideoutLeft!important}@keyframes slideinRight{from{right:-500px}to{right:0}}@-webkit-keyframes slideinRight{from{right:-500px}to{right:0}}@-moz-keyframes slideinRight{from{right:-500px}to{right:0}}@-o-keyframes slideinRight{from{right:-500px}to{right:0}}@keyframes slideinLeft{from{left:-500px}to{left:0}}@-webkit-keyframes slideinLeft{from{left:-500px}to{left:0}}@-moz-keyframes slideinLeft{from{left:-500px}to{left:0}}@-o-keyframes slideinLeft{from{left:-500px}to{left:0}}@keyframes slideoutRight{from{right:0}to{right:-500px}}@-webkit-keyframes slideoutRight{from{right:0}to{right:-500px}}@-moz-keyframes slideoutRight{from{right:0}to{right:-500px}}@-o-keyframes slideoutRight{from{right:0}to{right:-500px}}@keyframes slideoutLeft{from{left:0}to{left:-500px}}@-webkit-keyframes slideoutLeft{from{left:0}to{left:-500px}}@-moz-keyframes slideoutLeft{from{left:0}to{left:-400px}}@-o-keyframes slideoutLeft{from{left:0}to{left:-500px}}@-webkit-keyframes wave-stroke{100%{width:200%;height:200%;border-color:transparent;opacity:0}}@-moz-keyframes wave-stroke{100%{width:200%;height:200%;border-color:transparent;opacity:0}}@-o-keyframes wave-stroke{100%{width:200%;height:200%;border-color:transparent;opacity:0}}@keyframes wave-stroke{100%{width:200%;height:200%;border-color:transparent;opacity:0}}
.yButtonText img{
	position: relative;
	top: -19px;
}
.yButton {
  cursor: pointer;
}

.yButton.telegram{
	display: none;
}
@media (max-width: 768px) {
	.yButton.bottom {
		bottom: 20px;
		left: 20px;
	}
	.yButton.bottom.right{
		right: 20px;
		left: auto;
	}
	.yButton {
		width:65px;
		height:65px;
	}
	.yButtonBackground {
		width:65px;
		height:65px;		
	}
	.yButtonText {
		width: 65px;
		height: 65px;
		display: flex;
		align-items: center;
		justify-content: center;	
		top: 0px;
		left: 0px;
		right: 0px;		
	}
	.yButtonText img{
		width: 55px;
		height: 55px;
		top: 0px;
	}
	.telegram .yButtonText img{
		width: 35px;
		height: 35px;		
	}		
	.yButton.telegram{
		display: block;
	}
	.yButton.bottom.telegram{
		left: calc(50% - 33px);
		display: none;
	}
}
.tabs-login {
  font-size: 0;
  max-width: 600px;
  margin: 123px auto;
}
.tabs-login>input[type="radio"] {
  display: none;
}
.tabs-login>div {
  display: none;
  border: 1px solid #ebebeb;
  padding: 80px 30px;
  font-size: 16px;
}
#tab-btn-1:checked~#content-1,
#tab-btn-2:checked~#content-2,
#tab-btn-3:checked~#content-3 {
  display: block;
}
.tabs-login>label {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  color: #fff;
  background-color: #cbb36d;
  border: 1px solid #cbb36d;
  margin: 0;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  cursor: pointer;
  position: relative;
  top: 1px;
}
.tabs-login>label[for="tab-btn-1"] {
  width: 60%;
}
.tabs-login>label[for="tab-btn-2"] {
  width: 40%;
}
.tabs-login>label:not(:first-of-type) {
  border-left: none;
}
.tabs-login>input[type="radio"]:checked+label {
  color: #646464;
  background-color: #fff;
  border: 1px solid #ebebeb;
  border-bottom: 1px solid #fff;
}
.edit-order-link a {
  font-size: 1.5em;
  font-weight: 400;
  margin: 0 0 20px;
  display: inline-block;
  color: #cbb36d;
}
.edit-order-link a:hover {
  text-decoration: underline;
}
@media (max-width: 575px) {
  .tabs-login>label[for="tab-btn-1"] {
    width: 70%;
    font-size: 14px;
  }
  .tabs-login>label[for="tab-btn-2"] {
    width: 30%;
    font-size: 14px;
  }
  .tabs-login>div {
    padding: 30px 15px;
  }
}
.page_error_block {
  padding: 50px 0;
}
.page_not_found {
  padding-top: 70px;
  text-align: center;
}
.page_not_found .image {
  text-align: center;
  margin-bottom: 33px;
}
.page_not_found .image svg {
  max-width: 100%;
  fill: #646464;
}
.page_not_found .description {
  text-align: center;
}
.page_not_found .description .subtitle404 {
  font-size: 32px;
  line-height: 36px;
}
.page_not_found .description .descr_text404 {
  font-size: 1em;
  line-height: 1.6em;
  margin-top: 24px;
}
.page_not_found .description .btn-mainpage {
  margin: 33px 5px 0;
  border: 1px solid #ebebeb;
  text-transform: uppercase;
  text-decoration: none;
  padding: 15px 25px;
}
.page_not_found .description .btn-mainpage:hover {
  color: #cbb36d;
  border: 1px solid #cbb36d;
}
.btn.btn-default {
  background-color: #cbb36d;
  border-color: #cbb36d;
  border: 1px solid #cbb36d;
  color: #ffffff;
}
.page_not_found .description .btn.btn-default:hover {
  color: #FFF;
  opacity: 0.9;
}
.product-hit{
	position: absolute;
	z-index: 50;
	top: 5%;
	left: 5%;
}
.product-hit img{
	max-width: 48px;
	height: auto;
}
.catalog-item-btn.btn-primary {
	/*border: 1px solid #000;
	color: #000;*/
	font-weight: 500;
	text-transform: uppercase;
  border-radius: 4px;
}
.product-item .btn-fast-show {
	font-weight: 500;	
	text-transform: uppercase;
	width: 200px;
  border-radius: 4px;
	
}
.fast-link-detail {
  text-align: left;
  margin: 20px 0;
}
.fast-link-detail a {
  color: #cbb36d;
  display: inline-block;
  padding: 2px 0;
  border-bottom: 1px solid #cbb36d;
}
.no-scroll {
  overflow: hidden;
}
.overlay-modal {
  display: none;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  overflow: hidden;
  overflow-y: auto;
  -webkit-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
.overlay-modal::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 0 rgba(255,255,255, 1.0);
background-color: #fafafa;
}
.overlay-modal::-webkit-scrollbar {
width: 0px;
background-color: #fafafa;
}
.overlay-modal::-webkit-scrollbar-thumb { background-color: #c4c4c4;
}
.overlay-modal.open {
  display: block;
  opacity: 1;
}
.modal-loader {
  position: absolute;
  display: block;
  width: 80px;
  height: 80px;
  top: 50%;
  left:50%;
  margin-top: -40px;
  margin-left: -40px;
}
.modal-loader.black {
  z-index:15;
}
.modal-loader.hidden {
  display: none;
}
.modal-loader:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #cbb36d;
  border-color: #cbb36d transparent #cbb36d transparent;
  animation: modal-loader 1.2s linear infinite;
}
@keyframes modal-loader {
  0% {
      transform: rotate(0deg);
  }
  100% {
      transform: rotate(360deg);
  }
}  
.modal {
  display: block;
  opacity: 1;
  width: 1000px;
  height: calc(100% - 100px);
  position: relative;
  background: #fff;
  overflow: hidden;
  margin: 50px auto;
  border-radius: 4px;
}
.modal.banner {
  width: 720px;
  height: auto;
  margin: 0 auto;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 719px) {
  .modal.banner {
    width: 100%;
  }
  .modal.banner .close {
    top: 10px;
    right: 10px;
  }
}
.modal.hidden {
  display: none;
  opacity: 0;
}
.modal-wraper {
  display: block;
  position: absolute;
  opacity: 0.85;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  overflow: hidden;
  z-index: 10;
}
.modal-wraper.hidden {
  display: none;
  opacity: 0;
}
.modal .close {
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  top: 30px;
  right: 30px;
  cursor: pointer;
  background: transparent url('/local/templates/margys/css/../img/close.svg') 50% 50% no-repeat;
  background-size: contain !important;
  z-index:10;
}
.modal .modal-content {
  display: block;
  width: calc(100% - 80px);
  height: calc(100% - 100px);
  margin: 60px 40px 40px 40px;
  border: 0;
  border-radius: unset;
  overflow: hidden;
  overflow-y: auto;
}
.modal.banner .modal-content {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  overflow: hidden;
  overflow-y: hidden;
}
.modal .modal-content .modal-title {
  font-size: 28px;
  font-weight: 400;
  display: block;
  line-height: 42px;
  text-align: left;
  width: 100%;
  /*font-family: "Playfair Display";*/
  color: #cbb36d;
  margin-bottom: 20px;
}
.modal .modal-content .modal-layout {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.modal .modal-content::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 0 rgba(255,255,255, 1.0);
background-color: #fafafa;
}
.modal .modal-content::-webkit-scrollbar {
width: 2px;
background-color: #fafafa;
}
.modal .modal-content::-webkit-scrollbar-thumb {
background-color: #c4c4c4;
}
.basket-items-list-item-descriptions .basket-item-label-ring.basket-item-label-small {
  display: none;
}
.bx-blue .btn.btn-default {
  background-color: #cbb36d;
  border: 2px solid;
  color: #ffffff;
  border-radius: 4px;
}
.bx-blue .btn.btn-default:hover {
  color: #cbb36d;
  background: #fff;
  border: 2px solid #cbb36d;
  text-decoration: none;
}
.basket-item-block-amount.basket-gift {
  display: none;
}
.gift-product .basket-item-block-amount {
  display: none;
  opacity: 0 !important;
  visibility: hidden;
}
.gift-product .basket-item-block-amount.basket-gift {
  display: inline-block;
  opacity: 1 !important;
  visibility: visible;
  text-align: center;
}
.gift-product .basket-item-block-amount.basket-gift svg {
  width: 32px;
}
.gift-product .basket-item-actions-remove {
  opacity: 0 !important;
  visibility: hidden;
}
.news-detail-content img{
	max-width: 100%;
	height: auto;
}
.top-line{
	background-color: #cbb36d;
	color: #FFF;
	padding: 10px 0px;
	font-weight: 400;	
}
/* .top-line{
	padding: 10px 0px;
	font-weight: 400;	
	border-bottom: 1px solid #E8E8E8;
	border-top: none;
} */

.top-line .nav {
	justify-content: end;
}
.top-line .nav .selected a.nav-link {
  color: #FFF;
}
.nav.mobile{
	display: none;
}
@media (max-width: 1199px) {
	.row.top-row {
    margin-top: 50px;
}
	.top-line, .cart.desctop{
		display: none; 
	}
	.nav.mobile{
		display: block;
		border-top: 1px solid rgba(204,204,204,0.2);
	}	
}

/* topheadline */
.topheadline {
	display: none;
	background-color: #cbb36d;
    color: #FFF;
    padding: 10px 0px;
}

.topheadline .carousel-item {
	height: auto;
	text-align: center;
	font-size: 14px;
    line-height: normal;
}

@media (max-width: 767px) {
	.topheadline {
		display: block;
	}
	.header {
		position: relative;
	}
/*	h1{font-size:34px!important;}*/
}
/* .topheadline */

.margys-worldwide-cont .col-lg-9{
	align-items: center;
    display: flex;
}
.margys-worldwide-cont img{
	max-height: 150px;
}

/*Form bootom*/
.clb-block-10 {
	box-sizing: border-box;
	padding: 20px;
	margin: 20px 0;
}
.clb-block-10 .clb-title {
	/*font-family: 'Playfair Display', serif;*/
	color: #22211F;
	font-size: 40px;
	text-transform: uppercase;
	text-align: center;
}
.clb-block-10 .clb-title::before {
	content: '—';
	margin-right: 25px;
}
.clb-block-10 .clb-title::after {
	content: '—';
	margin-left: 25px;
}
.clb-block-10 .clb-title-small {
	/*font-family: 'Lato', sans-serif;*/
	color: #646464;
	font-size: 17px;
	font-weight: 400;
	margin: 54px 0 82px 0;
	text-align: center;
}
@media screen and (max-width:980px){
	.clb-block-10 .clb-title {
		font-size: 20px;
	}
	.clb-block-10 .clb-title-small {
		font-size: 14px;
	}
	.clb-block-10 .exform_wrapper.style-callback4 input[type="text"] {
		margin: 0px 15px;
		width: 170px;
	}
	.clb-block-10 .exform_wrapper.style-callback4 .mf_submit .send_btn {
		width: 100%;
		margin-left: 15px;
	}
}
@media screen and (max-width:710px){
	.clb-block-10 .exform_wrapper.style-callback4 .form-body {
		display: block;
	}
	.clb-block-10 .exform_wrapper.style-callback4 input[type="text"] {
		margin: 0px 0 10px;
		width: 100%;
	}
	.clb-block-10 .exform_wrapper.style-callback4 .mf_submit, .clb-block-10 .exform_wrapper.style-callback4 .inpt_wrpr {
		margin: 0;
	}
	.clb-block-10 .exform_wrapper.style-callback4 .mf_submit .send_btn {
		width: 100%;
		margin-left: 0;
		margin-bottom: 15px;
	}
}
@media only screen and (max-width: 426px) {
	.header-logo-wrap {
		justify-content: center;
	}
}

@media only screen and (max-width: 322px) {
	.header-tel-wrap {
		font-size: 11px;
	}
}

.hidden-sm {
	display: none;
}
.header-logo-wrap {

    justify-content: center;

}
@media (max-width: 1199px){
.top-row {
    display: none;
}
}
.block_grid-5{
	 display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 10px;
      text-align: center;
}
.block_grid-items{
	/*border: 1px solid #afafaf;*/
	    padding: 7px;
}
.block_grid-3{
	 display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
      text-align: center;
}
.block_grid-items--img{
	    max-height: 200px;

}
@media (max-width: 950px){
	.block_grid-5{
	 display: grid;
  grid-template-columns: repeat(3, 1fr);
	}
}
@media (max-width: 650px){
	.block_grid-5{
	 display: grid;
  grid-template-columns: repeat(2, 1fr);
	}
	.block_grid-3{
	 display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
      text-align: center;
}
}
@media (max-width: 450px){
	.block_grid-5{
	 display: grid;
  grid-template-columns: repeat(1, 1fr);
	}
	.block_grid-items--img{
	    max-height: 300px;

	}
	.block_grid-3{
		 display: grid;
	  grid-template-columns: repeat(1, 1fr);
	  grid-gap: 10px;
		  text-align: center;
	}
}
/* End */


/* Start:/local/templates/margys/assets/css/theme.css?1751003233116786*/
:root{
	--mg-main-color: #333333;
	--mg-dop-color: #7A7A78;
	--mg-dop-color-two:#555555;

	--mg-inactive: #888888;

	--mg-btn-BackgDefault:#CBB36D;
	--mg-btn-BackgHoverDefault:#B79F59;
	--mg-def-transition: all 0.3s ease;


	--mg-section-BackgDefault:#CBB36D;

	--mg-color-white: #fff;
	--mg-color-error:#EB0D3F;
	--mg-color-fonInactive:#E1E1E1;
	--mg-color-textInactive:#A7A7A7;
	--mg-color-fonActive:#555555;
	--mg-color-textActive:#888888;


/*	--mg-gap-head:80px;*/
	--mg-gap-head:70px;

	--mg-defaultContainer:1440px; 
	--mg-defaultContainerPadding:32px;
	--mg-defaultContainerWithoutPadding:1376px;

}
body.margus{
	font-family: 'Open Sans';
	font-weight: 400;
	font-size: 16px;
/*color: var(--mg-main-color);*/
	color: var(--mg-dop-color-two);
}
.main{
	padding-top: 104px;
	padding-bottom: 0px;
}
h1,
h2,
h3,
h4,
h5,
h6
{
	font-family: 'Onest';
	color: var(--mg-dop-color-two);
}
h1, h4, h5{
	font-weight: 400;
}
h2, h3{
	font-weight: 300 !important;
}
h1{
	font-size: 50px;
}
h2{
	font-size: 40px;
}
h3{
	font-size: 28px;
}
h4{
	font-size: 20px;
	margin-bottom: 20px;
}
h5{
	font-size: 18px;
	margin-bottom: 20px;
}
p{
	font-size: 16px;
	margin-top: 0px;
}
a{
	color:var(--mg-dop-color-two);
	text-decoration: none !important;
}
a:hover{
	color:var(--mg-btn-BackgDefault);
}
p.textBold{
	font-weight: 600;
}
p.textSmall{
	font-size: 12px;
}
p.textSmallBold{
	font-size: 12px;
	font-weight: 600;
}
.mg-btn, 
a.mg-btn{
	font-family: 'Onest';
	font-weight: 500;
	font-size: 14px;
	transition: var(--mg-def-transition);
	border: 1px solid transparent;
	padding: 16px 32px;
	display: block;
	width: max-content;
}
.mg-btn:hover,
a.mg-btn:hover{
	transition: var(--mg-def-transition);
}
.mg-btn--default,
a.mg-btn--default{
	color: var(--mg-color-white);
	background: var(--mg-btn-BackgDefault);
}
.mg-btn--default:hover,
a.mg-btn--default:hover{
	background: var(--mg-btn-BackgHoverDefault);
}
.mg-btn--white,
a.mg-btn--white{
	border-color: var(--mg-btn-BackgDefault);
	color: var(--mg-btn-BackgDefault);
}
.mg-btn--white:hover,
a.mg-btn--white:hover{
	background: var(--mg-btn-BackgHoverDefault);
	color: var(--mg-color-white);
}
.mg-btn--small,
a.mg-btn--small{
	padding: 12px 24px;
}
.mg-btnText,
a.mg-btnText{
	font-family: 'Open Sans';
	font-weight: 400;
	font-size: 16px;
	line-height: 23px;
	transition: var(--mg-def-transition);
	color: var(--mg-dop-color);
}
.mg-btnText:hover,
a.mg-btnText:hover{
	transition: var(--mg-def-transition);
	color: var(--mg-main-color);
}
.mg-btn--fullWidth, 
a.mg-btn--fullWidth{
	width: 100%;
}
.mg-btn--textCenter, 
a.mg-btn--textCenter{
	text-align: center;
}
.mg-btn--sm,
a.mg-btn--sm{
	min-width: 210px;
	text-align: center;
}
a,
a:focus,
a:hover,
a:visited,
a:active,
a:focus-visible,
input,
input:focus,
input:hover,
input:visited,
input:active,
input:focus-visible,
button,
button:focus,
button:hover,
button:visited,
button:active,
button:focus-visible
{
	outline: none !important;
	box-shadow: none !important;
}
/**/
.mg-wrapper-allTextFormatted{
	color: var(--mg-dop-color-two);
}
.mg-wrapper-allTextFormatted ol {
    padding-left: 18px;
    margin-bottom: 25px;
}
.mg-wrapper-allTextFormatted ol li{
	line-height: 24px;
}
.mg-wrapper-allTextFormatted ol li::marker{
	padding-right: 10px;
}
.mg-wrapper-allTextFormatted h3,
.mg-wrapper-allTextFormatted h4,
.mg-wrapper-allTextFormatted h5{
	margin-top: 20px;
	margin-bottom: 20px;
}
.mg-wrapper-allTextFormatted h3:first-child,
.mg-wrapper-allTextFormatted h4:first-child,
.mg-wrapper-allTextFormatted h5:first-child{
	margin-top: 0px;
}
/**/
.wr-container {
    --global-wrc-horizontal: 40px;
    --global-wrc-vertical: 40px;
    --global-wrc-child-width: auto;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    margin-left: calc(-1 * var(--global-wrc-horizontal));
    margin-bottom: calc(-1 * var(--global-wrc-vertical));
    list-style: none;
}
.wr-container:not(.wr-container--inside) > * {
    width: var(--global-wrc-child-width);
    max-width: var(--global-wrc-child-width);
    padding-left: var(--global-wrc-horizontal);
    margin-bottom: var(--global-wrc-vertical);
    box-sizing: border-box;
}
.wr-container.wr-container--inside > * {
    flex: 0 0 calc(var(--global-wrc-child-width) - var(--global-wrc-horizontal));
    max-width: calc(var(--global-wrc-child-width) - var(--global-wrc-horizontal));
    margin-left: var(--global-wrc-horizontal);
    margin-bottom: var(--global-wrc-vertical);
    box-sizing: border-box;
}
.wr-clearMargin{
    --global-wrc-vertical: 0px;
}
.site-overflow{
	overflow: hidden;
    overflow: clip;
    position: relative;
}
.mg-section{
	position: relative;
}
.mg-section--fullMarginBottom,
main.mg-main-content.main.search{
	margin-bottom: 140px;
}
.mg-section--fullWidht{
	width: 100vw;
    margin-left: calc(-50vw + 50%); 
    margin-right: calc(-50vw + 50%); 
}
.mg-section-title {
    font-family: 'Onest';
    font-weight: 300;
    font-size: 40px;
    line-height: 48px;
    color: var(--mg-dop-color-two);
    margin-bottom: 50px;
}
.mg-section-title.mg-section-title--withDesc{
	margin-bottom: 20px;
}
.mg-section-desc{
	color: var(--mg-dop-color);
	margin-bottom: 50px;
}
.mg-section-desc p:last-child{
	margin-bottom: 0px;
}
.mg-container, .container{
	padding-left: var(--mg-defaultContainerPadding);
	padding-right: var(--mg-defaultContainerPadding);
	max-width: var(--mg-defaultContainer);
	width: 100%;
	margin-right: auto;
    margin-left: auto;
    position: relative;
}
.mg-container--fullWidth{
	max-width: 100%;
}
.mg-container--paddNull{
	padding-left: 0px;
	padding-right: 0px;
}
.mg-container--paddNullInSection{
	width: calc(100% + (var(--mg-defaultContainerPadding)*2));
	margin-left: calc(var(--mg-defaultContainerPadding) * -1);
}

/* header */
.header{
	padding-bottom: 0px;
	position: absolute;
	width: 100%;
	top: 0;
/*	z-index: 1000;*/
	z-index: 994;
	left: 0;
	right: 0;
	padding: 0px;
}
.mg-top-line{
	background: var(--mg-section-BackgDefault);
	padding: 10px 0;
	overflow: hidden;
}
.mg-lines-info {
    display: flex;
    flex-wrap: nowrap;
    display: -webkit-inline-box;
}
.mg-lines-info__item {
    font-family: 'Onest';
    font-size: 12px;
    line-height: 12px;
    color: var(--mg-color-white);
/*    padding-left: 13px;
    padding-right: 14px;*/
    padding-right: 27px;
    position: relative;
}
.mg-lines-info__item a{
	color: var(--mg-color-white) !important;
}
.mg-lines-info__item:before{
	content: '';
	position: absolute;
	left: -13px;
	bottom: -3px;
	width: 1px;
	height: calc(100% + 6px);
	background: var(--mg-color-white);
}
.mg-main-header{
	padding: 13px 0;
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
    background: #FFFFFF33;
}
.header.is-sticky .mg-main-header{
	background: #fff;
    box-shadow: 0 2px 10px #0000000D;
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(0px);
}
header.not-home-page .mg-main-header{
	background: #fff;
	backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(0px);
    box-shadow: 0 2px 10px #0000000D;
}
.header.is-sticky .mgHeader__item-mainMenu .nav-link,
.header.is-sticky .mgHeader__item-burger,
.not-home-page.header .mgHeader__item-mainMenu .nav-link,
.not-home-page.header .mgHeader__item-burger
{
	color: var(--mg-dop-color-two);
}
.header.is-sticky .mgHeader__item-mainMenu .nav-link:hover,
.header.is-sticky .mgHeader__item-burger:hover,
.not-home-page.header .mgHeader__item-mainMenu .nav-link:hover,
.not-home-page.header .mgHeader__item-burger:hover,
.header.is-sticky .submenu-bg a:hover,
.not-home-page.header .submenu-bg a:hover
{
	color:#A6A6A6;
}
.header.is-sticky .mgHeader__item-mainMenu:before{
	background: var(--mg-dop-color-two);
}
.header.is-sticky .mgHeader__item-burger svg line,
.not-home-page.header .mgHeader__item-burger svg line{
	stroke:#55555566;
}
.header.is-sticky .mg-icons__item-icon svg path,
.header.is-sticky .header-search-icon svg path,
.not-home-page.header .mg-icons__item-icon svg path,
.not-home-page.header .header-search-icon svg path
{
	stroke: var(--mg-dop-color-two);
	transition: all var(--mg-def-transition);
}
.mg-icons .mg-icons__item:hover svg path{
	stroke: #D7D7D7;
	transition: all var(--mg-def-transition);
}
.header.is-sticky .mg-icons__item-icon:hover svg path,
.header.is-sticky .header-search-icon:hover svg path,
.not-home-page.header .mg-icons__item-icon:hover svg path,
.not-home-page.header .header-search-icon:hover svg path{
	stroke: #A6A6A6;
	transition: all var(--mg-def-transition);
}


.mg-header-logo--sticky{
	display: none;
}
.header.is-sticky .mg-header-logo{
	display: none;
}
.header.is-sticky .mg-header-logo--sticky{
	display: block;
}
.header.is-sticky .header-search-close svg path{
	stroke: var(--mg-dop-color-two);
}
.header.is-sticky #wr-header-search-input{
	background: #F5F5F5;
}

.wr--mgHeader{
	--global-wrc-horizontal: var(--mg-gap-head);
    --global-wrc-vertical: 0px;
}
.mgHeader__item-burger {
    display: flex;
    gap: 12px;
/*    color: var(--mg-color-fonActive);*/
	color: var(--mg-color-white);
    font-size: 12px;
    font-weight: 400;
    font-family: 'Onest';
    cursor: pointer;
    text-transform: uppercase
}
.mgHeader__item-burger svg line{
/*	stroke:var(--mg-color-fonActive);*/
	stroke:var(--mg-color-white);
}
.mgHeader__item-mainMenu {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.mgHeader__item-mainMenu .link-wrap{
	position: relative;
	padding: 5px 0;
}
.mgHeader__item--burger{
	display: flex;
    align-items: center;
    gap: 33px;
    position: relative;
}
.mgHeader__item-mainMenu:before{
    content: '';
    position: absolute;
    width: 1px;
    height: calc(100% + 20px);
    left: -17px;
    bottom: -10px;
    background: var(--mg-color-white);
}
.mgHeader__item-mainMenu .nav-link {
    padding: 0px;
    padding-right: 16px;
    color: #F4F4F4;
    font-family: 'Onest';
    font-size: 12px;
    line-height: 12px;
    font-weight: 400;
    letter-spacing: 0;
    transition: all var(--mg-def-transition);
}
.mgHeader__item-mainMenu .nav-link:hover{
	color: #D7D7D7;
	transition: all var(--mg-def-transition);
}
.submenu-bg{
	border-radius: 0px;
}
.submenu-bg a:hover{
	color: #D7D7D7;
}
.mgHeader__item-mainMenu .link-wrap:last-child .nav-link{
	padding-right: 0px;
}
.link-wrap > .submenu-wrap{
	top: 15px;
}
.mg-icons svg,
.big-menu-close{
	cursor: pointer;
}
.mg-icons__item-icon{
	transition: var(--mg-def-transition);
	opacity: 1;
	z-index: 5;
	visibility: visible;
}
.ic-hidden{
	opacity: 0;
	z-index: -1;
	visibility: hidden;
	transition: var(--mg-def-transition);
}
#wr-header-search {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    transition: var(--mg-def-transition);
    text-align: center;
}
#wr-header-search.open-search-panel{
	opacity: 1;
	z-index: 10;
	visibility: visible;
	transition: var(--mg-def-transition);
}
#wr-header-search form{
	height: 100%;
	padding-right: 62px;
}
#wr-header-search-input{
	width: 100%;
	height: 100%;
	padding-block: 0px;
    padding-inline: 0px;
    outline: none;
    padding: 12px 48px;
    font-family: 'Open Sans';
	font-size: 14px;
	color: #898989;
	border-width: 0px;
}
.mg-icons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    align-items: center;
}
.wr--mgHeader .mgHeader__item--burger{
	flex:1;
}
.header-search-close {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
/*    background: #fff;*/
}
.wr--mgHeader .mgHeader__item--right{
	display: flex;
	flex:1;
	position: relative;
	gap: var(--mg-gap-head);
}
.mgHeader__item.mgHeader__item--icons {
    display: flex;
}
.header-search-submit{
	padding: 0px;
    outline: none;
    border: 0px;
    width: 32px;
    height: 32px;
    background: url('data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M11%2019C15.4183%2019%2019%2015.4183%2019%2011C19%206.58172%2015.4183%203%2011%203C6.58172%203%203%206.58172%203%2011C3%2015.4183%206.58172%2019%2011%2019Z%22%20stroke%3D%22%23555555%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M20.9984%2021.0004L16.6484%2016.6504%22%20stroke%3D%22%23555555%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E') center no-repeat;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translate(0, -50%);
    cursor: pointer;
}
.mg-header-moreTelephones {
    position: absolute;
    right: 0;
    top: 45px;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    background: #fff;
    padding: 16px;
    box-shadow: 0 2px 5px #3333331A;
    min-width: 320px;
    width: max-content;
    transition: var(--mg-def-transition);
}
.mg-site--telephones:hover .mg-header-moreTelephones {
	opacity: 1;
	z-index: 5;
	visibility: visible;
	transition: var(--mg-def-transition);
}
.mg-heade-moreTelephones__item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
    color: #444444;
    font-family: 'Onest';
    font-weight: 400;
    font-size: 12px;
    padding-bottom: 16px;
}
.mgHeader__item.mgHeader__item--icons .mg-heade-moreTelephones__item a{
	color: #888888;
    text-decoration: underline;
}
.mg-heade-moreTelephones__item:last-child{
	padding-bottom: 0px;
}

.mg-lines-info {
  display: flex;
  overflow: hidden; 
  white-space: nowrap;
}

.sticky-header.is-sticky {
    position: fixed;
    z-index: 700;
    max-width: 100%;
    width: 100%;
    animation: slideDown 0.35s ease-out;
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
#mg-modal {
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    background: var(--mg-color-white);
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    width: 480px;
    right: -550px;
    padding: 20px;
    transition: var(--mg-def-transition);
}
.mg-modal-top{
	display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 60px;
}
.mg-modal-content{
/*	height: calc(100% - 20px);*/
	height: calc(100% - 100px);
	overflow: scroll;
	-ms-overflow-style: none; 
    scrollbar-width: none; 
}
.mg-modal-content::-webkit-scrollbar{
	display: none;
}
#mg-modal.mg-open-modal{
	opacity: 1;
	right: 0;
	visibility: visible;
/*	z-index: 1500;*/
	z-index: 996;
	transition: var(--mg-def-transition);
}
.mg-open-body:before{
	content: '';
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
/*	z-index: 1400;*/
	z-index: 995;
	background: #00000066;
	transition: var(--mg-def-transition);
}
.mg-open-body{
	overflow: hidden;
}
.mg-modal-close{
	cursor: pointer;
}
.wrap-big-menu{
/*	position: absolute;*/
	position: fixed;
	left: 0;
	right: 0;
	top: -400px;
	width: 100%;
	transition: var(--mg-def-transition);
	background: #fff;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
	padding-top: 12px;
    padding-bottom: 100px;
    height: 100vh;
    overflow: scroll;
}
.wrap-big-menu::-webkit-scrollbar {
	display: none;
}
.wrap-big-menu.open{
	top: 0;
	z-index: 15;
	visibility: visible;
	opacity: 1;
	transition: var(--mg-def-transition);
	box-shadow: 0px 1px 26px #5555557d;
}
.wrap-big-menu__panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 40px;
}
.big-menu-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.big-menu-content .big-menu-content__left{
	width: 100%;
}
.big-menu-content__left-top{
	display: flex;
    justify-content: space-between;
    gap: 260px;
}
.big-menu-content__left-top .big-menu__menu{
	flex: 1;
}
.big-menu__menu ul{
	list-style: none;
	padding-left: 0px;
	margin-bottom: 0px;
	display: flex;
    flex-direction: column;
    max-height: 260px;
    flex-wrap: wrap;
}
.big-menu__menu ul li{
	font-family: 'Open Sans';
    font-weight: 400;
    font-size: 16px;
    color: var(--mg-dop-color-two);
    margin-bottom: 20px;
}
/*.big-menu__menu ul li:nth-child(6n) {
	margin-bottom: 0px;
}*/
.big-menu__consultation,
.big-menu__info-call,
.big-menu__menu{
	margin-bottom: 40px;
}
.big-menu-call__item{
	font-size: 16px;
}
.mg-soc {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.mg-soc__item a {
    background: var(--mg-btn-BackgDefault);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50px;
    transition: var(--mg-def-transition);
}
.mg-soc__item a:hover{
	transition: var(--mg-def-transition);
	background: var(--mg-btn-BackgHoverDefault);
}
.mg-site-pages {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    max-width: 680px;
}
.mg-site-pages__item-img {
    margin-bottom: 10px;
}
.mg-site-pages__item-text {
    font-family: 'Onest';
    font-size: 18px;
}
.mg-modal-content >*{
	display: none;
}
.mg-modal-content .open-modal-content{
	display: block;
}
.mg-modal__title {
    font-family: 'Onest';
    font-size: 28px;
    font-weight: 300;
    line-height: 36px;
    color: var(--mg-dop-color-two);
    margin-bottom: 40px;
}

.bx-basket-item-list.basket-item-list--v2 {
    background: inherit;
    padding: 0;
    box-shadow: none;
    border: 0;
    padding-bottom: 0px !important; 
    display: block !important;
}
.basket-item-list--v2 .bx-basket-item-list-item-price-block{
	display: block;
}
.basket-item-list--v2 div.bx-basket-item-list-item{
	width: 100%;
	padding: 0px;
	margin-bottom: 30px;
	border-bottom: 0px;
}
.basket-item-list--v2 .bx-basket-item-list-button-container{
	position: inherit;
	display: none;
}
.basket-item-list--v2 .mg-basket__item.mg-basket__item--img {
    min-width: 90px;
    max-width: 90px;
    margin-right: 16px;
}
.basket-item-list--v2 .mg-basket__item.mg-basket__item--img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.bx-basket{
	width: 100%;
}
.basket-item-list--v2 .mg-basket-cont__item{
	width: 100%;
}
.basket-item-list--v2 .mg-basket__name{
	max-width: 200px;
}
.basket-item-list--v2 .mg-basket__name a{
/*	font-size: 12px;*/
}
.basket-item-list--v2 .bx-basket-item-list-item-remove::after,
.basket-item-list--v2 .bx-basket-item-list-item-remove::before{
	display: none;
}
.basket-item-list--v2 .bx-basket-item-list-item-remove{
	right: 0;
	top: 0;
}
.mg-basket-cont__item-bottom{
	display: flex;
	justify-content: space-between;
    align-items: center;
}
.mg-basket__item--cont{
	width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 28px;
}
.mg-basket-count {
    display: flex;
    gap: 16px;
}
.mg-basket-amount{
	cursor: pointer;
	user-select: none;
}
.mg-basket__price{
	font-family: 'Onest';
    font-weight: 400;
    font-size: 20px;
    color: var(--mg-dop-color-two);
}
.mg-basket-input-count {
    border-width: 0px;
    border-style: none;
    border: 0;
    padding-block: 0px;
    padding-inline: 0px;
    text-align: center;
    outline: none !important;
    color: var(--mg-dop-color-two);
    width: 30px;
}
.bx-hdr-profile--v2{
	display: flex;
    width: 100%;
    justify-content: start;
    margin-top: 30px;
    padding-top: 10px;
    position: relative;
    border-top: 1px solid var(--mg-dop-color-two);
}
.bx-hdr-profile--v2 .bx-basket-block{
	width: 100%;
    padding: 0px;
}
.bx-basket-block__item {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.mg-basket__total-title,
.mg-basket__total-count {
    font-family: 'Onest';
    font-weight: 400;
/*    font-size: 20px;*/
	font-size: 16px;
    color: var(--mg-dop-color-two);
}
.bx-basket-block__item--big .mg-basket__total-title,
.bx-basket-block__item--big .mg-basket__total-count
{
	font-size: 20px;
}
.bx-basket-block .bx-basket-block__item{
	margin-bottom: 10px;
}
.bx-basket__bt {
/*    margin-top: 40px;*/
	margin-top: 20px;
}
.bx-basket__bt-item{
	margin-bottom: 16px;
}
.mg-modal__SubTitle,
.mg-basket-empty__title {
    margin-bottom: 40px;
    font-size: 16px;
    font-family: 'Open Sans';
    font-weight: 400;
    color: #8C8C8C;
}
/*  */
.mg-slider.loading{
	opacity: 0;
}
.mg-slider__item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.mg-slider__content {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 720px;
    justify-content: end;
    padding-bottom: 160px;
}
.slider-actual .mg-slider__content{
	min-height: 650px;
	padding-left: 115px;
}
.mg-slider .slick-dots {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 30px;
    justify-content: center;
}
.mg-slider .slick-dots li{
	display: flex;
}
.mg-slider .slick-dots li button{
    width: 24px;
    height: 2px;
/*    background: #55555566;*/
    border: 0px;
    text-indent: -999999px;
    cursor: pointer;
    outline: none !important;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    background: none;
}
.mg-slider .slick-dots li.slick-active button{
/*	background: var(--mg-dop-color-two);*/
}
.mg-slider .slick-dots li button:before{
	content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 2px;
    background: #55555566;
}
.mg-slider .slick-dots li.slick-active button:before{
	background: var(--mg-dop-color-two);
}
.mg-slider__content-title {
    font-size: 40px;
    line-height: 1.2;
    font-family: 'Onest';
    font-weight: 400;
    color: var(--mg-color-white);
}
.slider-actual .mg-slider__content-title {
	font-size: 50px;
	margin-bottom: 15px;
}
.mg-slider__content-text {
    font-size: 20px;
    line-height: 1.3;
    font-family: 'Onest';
    font-weight: 400;
    color: var(--mg-color-white);
	margin-top: 24px;
}
.slider-actual .mg-slider__content-topText {
	font-size: 32px;
	font-weight: 400;
	margin-bottom: 0px;
	line-height: 1;
}
.mg-slider__content-topText strong{
	font-weight: 600;
}
.mg-slider__content-href {
    margin-top: 32px;
}
.slick-arrow {
    cursor: pointer;
    position: absolute;
    top: 50%;
    z-index: 100;
    transform: translate(0%, -50%);
}
.slider-next.slick-arrow{
/*	right: 0;*/
	right: 20px;
}
.slider-prev.slick-arrow{
/*	left: 0;*/
	left: 20px;
}
.mg-slider--gap{
	margin: 0 -16px;
}
.mg-slider--gap .slick-slide{
	padding: 0 16px;
}
.mg-slider--arrowHover .slick-arrow{
	opacity: 0;
	visibility: hidden;
	z-index: -1;
}
.mg-slider--arrowHover:hover .slick-arrow{
	opacity: 1;
	visibility: visible;
	z-index: 100;
}
.mg-slider-btn{
	margin-top: 70px;
}
.mg-slider-btn--center a{
	margin: 0 auto;
}
.mg-slider__content-topText {
    color: var(--mg-color-white);
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 16px;
}
.mg-slider--whiteArrow .slick-arrow svg circle{
	fill-opacity: 1;
    fill: #FFFFFF99;
}
.mg-slider--transpArrow .slick-arrow svg circle{
	fill-opacity: 1;
	fill: #ffffff00;
}
.mg-slider--arrowsContainer .slick-arrow{
	width: calc(((100vw - var(--mg-defaultContainerWithoutPadding))) / 2);
}
.mg-slider--arrowsContainer .slider-prev.slick-arrow{
	text-align: right;
	left: 50px;
}
.mg-slider--arrowsContainer .slider-next.slick-arrow{
	text-align: left;
	right: 50px;
}
/*  */
.product-item.mg-product-item{
	border: 0px;
	border-radius: 0px;
	padding: 0px;
}
.mg-product-item .product-item-image-wrapper{
	padding: 0px;
	margin-bottom: 16px;
	outline: none !important;
	height: 420px;
}
.mg-product-item .product-item-title,
.mg-product-item .product-item-title a{
	text-overflow: unset;
	font-size: 16px;
	text-align: left;
	font-family: 'Open Sans';
	min-height: 70px;
	white-space: unset;
	outline: none !important;
	color: var(--mg-dop-color-two);
	line-height: normal;
}
.mg-product-item .product-item-title{
	margin-bottom: 12px;
}
.mg-product-item .product-item-price-container{
	text-align: left;
    padding: 0;
    margin: 0;
    line-height: normal;
    font-family: 'Onest';
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 12px;
    color: var(--mg-dop-color-two);
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.mg-product-item .product-item-price-container > span{
	color: var(--mg-dop-color-two);
	font-family: 'Onest';
    font-weight: 400;
    font-size: 20px;
}
.mg-product-item .product-item-price-container .product-item-price-old{
	color: #888888;
}
.mg-props{
	display: none !important;
}
.mg-product-item .product-item-label-ring.product-item-label-small{
	display: block;
}
.mg-product-item .product-item-label-ring.product-item-label-small,
.mg-product-page__percent {
    display: block;
/*    width: auto;*/
	width: fit-content;
    height: auto;
    line-height: normal;
    margin-bottom: 0px;
    background: none;
    color: var(--mg-dop-color-two);
    vertical-align: unset;
    text-align: left;
    border: 0px;
    border-radius: 0px;
    position: absolute;
    left: 12px;
    top: 14px;
    background: #F9F9F9;
    padding: 5px 12px;
    z-index: 100;
}
.mg-product-item .product-item-label-ring.product-item-label-small span,
.mg-product-page__percent span{
	font-family: 'Open Sans';
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
}
.mg-product-item .product-item-info-container{
	margin-top: 0px;
}
.mg-product-item .product-item-button-container{
	margin-top: 0px;
}
/**/
.mg-info{
	--global-wrc-horizontal: 16px;
    --global-wrc-vertical: 16px;
    --global-wrc-child-width: 50%;
}
.mg-info__item {
    background: #F9F9F9;
    padding: 36px 20px 20px;
}
.mg-info__item-title {
    font-family: 'Onest';
    font-weight: 300;
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 10px;
    color: var(--mg-dop-color-two);
}
.mg-info__item-text {
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: var(--mg-dop-color);
    max-width: 520px;
    width: 100%;
}
.mg-info__item-bottom {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
    position: relative;
    align-items: end;
}
.mg-info__item-top {
    margin-bottom: 40px;
}
.mg-info__item-img {
    position: absolute;
    right: 0;
    bottom: 0;
}
.mg-info__item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
/**/
.mg-eksklyuz{
	--global-wrc-horizontal: 16px;
    --global-wrc-vertical: 0px;
    --global-wrc-child-width: 25%;
}
.mg-eksklyuz__item{
	cursor: pointer;
}
.mg-eksklyuz__item-img{
	position: relative;
	margin-bottom: 16px;
	height: 330px;
	transition: all var(--mg-def-transition);
}
.mg-eksklyuz__item-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.mg-eksklyuz__item-title {
    font-size: 20px;
    font-weight: 400;
    font-family: 'Onest';
    color: var(--mg-dop-color-two);
}
.mg-eksklyuz__item-sticker {
    position: absolute;
    top: 20px;
    right: 0;
    background: var(--mg-color-white);
    padding: 10px 24px;
    color: var(--mg-btn-BackgDefault);
    font-weight: 600;
    font-family: 'Open Sans';
}
.mg-eksklyuz__item-link {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    transition: var(--mg-def-transition);
}
.mg-eksklyuz__item:hover .mg-eksklyuz__item-img{
	background: #000;
	transition: all var(--mg-def-transition);
}
.mg-eksklyuz__item:hover .mg-eksklyuz__item-img img{
	opacity: 0.7;
	transition: all var(--mg-def-transition);
}
.mg-eksklyuz__item:hover .mg-eksklyuz__item-link {
	opacity: 1;
	visibility: visible;
	z-index: 10;
}
.mg-eksklyuz__item-link--mobile{
	display: none;
}
/**/
.mg-banner {
    --global-wrc-horizontal: 0;
    --global-wrc-vertical: 0;
    max-width: 1080px;
    margin: 0 auto;
    align-items: center;
    position: relative;
}
.mg-banner >*{
	z-index: 20;
}
.mg-banner:before{
	content: '';
    position: absolute;
    left: 0;
    top: 2%;
    width: 100vw;
    height: 96%;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    background: #F9F9F9;
    z-index: 10;
}
.mg-banner .mg-banner__left{
	width: 450px;
	margin-right: 130px;
}
.mg-banner .mg-banner__right{
	flex: 1;
}
.mg-banner__title {
    font-family: 'Onest';
    font-weight: 300;
    font-size: 40px;
    color: var(--mg-dop-color-two);
    margin-bottom: 20px;
}
.mg-banner__desc {
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 24px;
    color: var(--mg-dop-color);
    margin-bottom: 50px;
}
.mg-banner__desc p{
	margin: 24px 0 24px 0;
}
.mg-banner__desc p:first-child{
	margin-top: 0px;
}
.mg-banner__desc span{
	font-size: 12px;
}
.mg-banner__title--mobile{
	display: none;
}
/**/
.wrs-partner-top{
	--global-wrc-horizontal: 16px;
    --global-wrc-vertical: 0px;
    --global-wrc-child-width: 25%;
    margin-bottom: 16px;
    padding-left: 0;
}
.wrs-partner-bottom{
	--global-wrc-horizontal: 16px;
    --global-wrc-vertical: 0px;
    --global-wrc-child-width: 25%;
    padding-left: 0;
}
.partner-section{
	overflow: hidden;
}
.wrs-partner-top,
.wrs-partner-bottom{
	flex-wrap: nowrap;
	overflow: hidden;
}
.partner-section__item {
    background: #F9F9F9;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 190px;
    min-width: 330px;
    padding: 20px;
}
.partner-section-btn {
    margin-top: 50px;
}
.partner-section-btn .mg-btn{
	margin: 0 0 0 auto;
}
.partner-section__item-img{
	width: 100%;
	height: 100%;
}
.partner-section__item-img img {
    width: 100%;
    height: 100%;
    object-fit: none;
}
/**/
.mg-priziv {
	--global-wrc-horizontal: 16px;
    --global-wrc-vertical: 0px;
    --global-wrc-child-width: 50%;
}
.mg-priziv__item-img {
    height: 550px;
    margin-bottom: 30px;
}
.mg-priziv__item-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.mg-priziv__item-title {
    font-family: 'Onest';
    font-weight: 300;
    font-size: 28px;
    max-width: 560px;
    margin: 0 auto;
    margin-bottom: 8px;
    text-align: center;
    color: var(--mg-dop-color-two);
}
.mg-priziv__item-desc {
    font-family: 'Onest';
    margin-bottom: 30px;
    font-size: 16px;
    color: var(--mg-dop-color);
    text-align: center;
}
.mg-priziv__item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
/**/
.mg-forma{
	--global-wrc-horizontal: 16px;
    --global-wrc-vertical: 0px;
/*    --global-wrc-child-width: 50%;*/
}
.mg-forma .mg-forma__item--left{
	flex-basis: 900px;
}
.mg-forma .mg-forma__item--left img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.mg-forma .mg-forma__item--right{
	flex:1;
}
.bp-form {
    padding: 30px 26px;
    background: #F9F9F9;
    height: 100%;
}
.bp-form--podpiska{
	padding: 0;
	background: inherit;
}
.mg-forma__item--right > div{
	height: 100%;
}
.bp-form-title,
.bp-form-titleSub {
    color: var(--mg-dop-color-two);
    margin-bottom: 30px;
}
.bp-form-titleSub{
	text-align: center;
}
.wrapper-form__title{
	color: var(--mg-dop-color-two);
	margin-bottom: 4px;
	line-height: 23px;
}
.wrapper-form__item:not(.wrapper-form__item--checkbox) input,
.wrapper-form__item textarea {
    border: 0px;
    background: #ffff;
    width: 100%;
    padding: 13px 16px;
    margin-bottom: 16px;
    outline: none !important;
    color: var(--mg-dop-color-two);
    font-size: 14px;
}
.wrapper-form__item--checkbox .bp-form-warning{
	bottom: -3px;
    left: 0;
}
.wrapper-form__item textarea{
	resize: none;
	height: 80px;
}
.wrapper-form__title span{
	color: #e30404;
}
.wrapper-form__item--submit .mg-btn,
.wrapper-form__item--whatsapp .mg-btn{
	width: 100%;
	text-align: center;
	cursor: pointer;
}
.wrapper-form__item--submit{
	margin-bottom: 16px;
}
.wrapper-form__item--checkbox {
    display: flex;
    gap: 10px;
    align-items: start;
    margin-bottom: 30px;
}
.wrapper-form__item--checkbox label{
	font-size: 12px;
	color: var(--mg-dop-color-two);
}
.wrapper-form__item--checkbox input{
	margin-top: 3px;
}
.wrapper-form__item{
	position: relative;
}
.bp-form-warning {
    font-size: 11px;
    color: #e30404;
    font-family: 'Onest';
    position: absolute;
    bottom: 15px;
    left: 10px;
    opacity: 0;
    z-index: -1;
}
.wrapper-form__item.error .bp-form-warning{
	opacity: 1;
	z-index: 1;
}
.wrap-wrapper-form__item--two {
    display: flex;
    gap: 8px;
}
.wrap-wrapper-form__item--two .wrapper-form__item{
	width: 100%;
}
/**/
.wrs-reviews{
	--global-wrc-horizontal: 16px;
    --global-wrc-vertical: 0px;
    --global-wrc-child-width: 50%;
}

.wrs-reviews__item-img{
	height: 710px;
}
.wrs-reviews__item-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.mg-slider__item--right{
	background: #F9F9F9;
	font-size: 16px;
	color: var(--mg-dop-color-two);
}
.mg-slider__item--right span{
	margin-top: 12px;
	color: var(--mg-dop-color);
	display: block;
}
.mg-slider__item--right {
    background: #F9F9F9;
    font-size: 16px;
    color: var(--mg-dop-color-two);
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 20px;
    align-items: start;
    justify-content: center;
}
.mg-review-text{
	max-width: 450px;
    margin: 0 auto;
}
/**/
.wrs-pressa{
	--global-wrc-horizontal: 16px;
    --global-wrc-vertical: 16px;
    --global-wrc-child-width: 25%;
}
.wrs-pressa__item {
    background: #F9F9F9;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100px;
}
.mg-news{
	--global-wrc-horizontal: 16px;
    --global-wrc-vertical: 16px;
    --global-wrc-child-width: 33.33333%;
    margin-bottom: 70px;
}
.mg-news__item a:hover{
	color: inherit;
}
.mg-news__item-img{
	height: 450px;
	margin-bottom: 16px;
}
.mg-news__item-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.mg-news__item-title ,
.mg-news__item-desc{
	margin-bottom: 10px;
}
.mg-news__item-title {
    font-family: 'Onest';
    font-weight: 400;
    font-size: 20px;
    color: var(--mg-dop-color-two);
}
.mg-news__item-desc {
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: 400;
    color: var(--mg-dop-color);
}
.mg-news__item-more{
	font-family: 'Open Sans';
    font-size: 12px;
    font-weight: 600;
    color: var(--mg-dop-color);
    transition: var(--mg-def-transition);
}
.mg-news__item-more:hover{
	color: var(--mg-btn-BackgHoverDefault);
	transition: var(--mg-def-transition);
}
.mg-news__item-more {
	margin-bottom: 15px;
}
.mg-news__item-date{
	font-family: 'Open Sans';
    font-size: 12px;
    font-weight: 400;
    color: var(--mg-dop-color);
}
.mg-news__item{
	display: flex;
}
.mg-news__item a {
    display: flex;
    flex-direction: column;
/*    justify-content: space-between;*/
    height: 100%;
    width: 100%;
}
.mg-news-bottom .mg-btn{
	margin: 0 auto;
}
.mg-footer{
	display: flex;
	flex-wrap: nowrap;
    gap: 148px;
}
.mg-footer .mg-footer-left{
	min-width: 200px;
}
.mg-footer-right{
	--global-wrc-horizontal:91px;
    --global-wrc-vertical: 0px;
/*    --global-wrc-child-width:33.33333%;*/
}
.mg-footer-right .mg-footer__item--first{
	max-width: 290px;
}
.mg-footer-right .mg-footer__item--second{
	max-width: 310px;
}
.mg-footer__item.mg-footer__item--podpiska{
	flex: 1;
}
.mg-footer-logoDesc {
    margin-top: 21px;
    font-family: 'Open Sans';
    font-weight: 300;
    font-size: 14px;
    text-transform: uppercase;
    color: var(--mg-dop-color-two);
}
.wrap-mg-footer{
	background: #F9F9F9;
	padding: 60px 0px;
}
.mg-footer__item-title {
    font-family: 'Onest';
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 32px;
    color: var(--mg-dop-color-two);
}
.mg-menu {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.footer-sub-item {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
}
.mg-footer__item-content .footer-sub-item:last-child{
	margin-bottom: 0px;
}
.footer-sub-item--size a{
	font-size: 18px;
    font-family: 'Onest';
    margin-bottom: 4px;
}
.footer-sub-item--size span{
	font-size: 12px;
    line-height: 18px;
    color: #8C8C8C;
}
.footer-sub-item.footer-sub-item--warning {
    font-size: 10px;
    color: #8C8C8C;
    line-height: 14px;
}
.mg-footer__bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 140px;
}
.mg-footer__bottom a,
.mg-footer__bottom{
	font-size: 12px;
	color: #8C8C8C;
	line-height: 18px;
}
#mg-popup {
	position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 540px;
    max-width: 90%;
    background: #F9F9F9;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    padding: 20px;
    transition: var(--mg-def-transition);
}
#mg-popup.mg-open-modal-popup{
	transition: var(--mg-def-transition);
	opacity: 1;
	z-index: 2000;
	visibility: visible;
}
#mg-popup .bp-form{
	padding: 0px;
}
#mg-popup .bp-form-title{
	text-align: center;
}
.bp-form-title-top {
    font-family: 'Onest';
    font-weight: 300;
    font-size: 28px;
    margin-bottom: 8px;
    text-align: center;
}
#mg-popup .bp-form{
	max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;;
}
.close-mg-popup{
	cursor: pointer;
}
.wrap-mg-popup__close{
	text-align: right;
	margin-bottom: 5px;
}
.wrap-mg-popup__good .mg-btn{
	width: 100%;
	text-align: center;
}
.wrap-mg-popup__cont{
	margin-bottom: 20px;
}
.mg-popup__mainTitle {
    font-family: 'Onest';
    font-size: 24px;
    color: var(--mg-dop-color-two);
    margin-bottom: 4px;
    text-align: center;
    font-weight: 300;
}
.mg-popup__subTitle {
    color: #8C8C8C;
    text-align: center;
}
.mg-popup__img{
	margin-top: 20px;
}
/**/
.breadcrumbs-wrap{
	margin: 24px 0 50px 0;
}
.bx-breadcrumb-item{
	color: var(--mg-dop-color-two);
    font-size: 12px;
}
.bx-breadcrumb{
	display: flex;
	flex-wrap: nowrap;
    overflow: scroll;
    white-space: nowrap;
    padding-bottom: 10px;
    scrollbar-width: none; 
    -ms-overflow-style: none;
}
.bx-breadcrumb::-webkit-scrollbar {
  display: none;
}
.breadcrumbs-sep{
	display: flex;
    width: 2px;
    min-width: 2px;
    height: initial;
/*    margin: 0 8px;*/
    background: #55555566;
}
.bx-breadcrumb .bx-breadcrumb-item {
    margin: 0 8px;
}
.bx-breadcrumb .bx-breadcrumb-item:first-child {
    margin-left: 0px;
}
.bx-breadcrumb .bx-breadcrumb-item:last-child {
    margin-right: 0px;
}
.breadcrumbs-wrap .inner-title {
    font-family: 'Onest';
    font-weight: 300;
    font-size: 40px;
    color: var(--mg-dop-color-two);
    margin-bottom: 0px;
}
.breadcrumbs-cont{
	margin-top: 0px;
	margin-bottom: 30px;
}
.breadcrumbs-wrap--onlyTitle .inner-title{
	margin-top: 30px;
}
/**/
.bx-filter-section{
	display: block;
}
.mg-slider--actual .slider-prev{
	left: var(--mg-defaultContainerPadding);
}
.mg-slider--actual .slider-next{
	right: var(--mg-defaultContainerPadding);
}
.podpiska-succes--text{
	font-size: 12px;
    color: var(--mg-dop-color-two);
    line-height: 18px;
}
.bp-form--podpiska .wrapper-form{
	position: relative;
}
.wrap-podpiska-succes {
    position: absolute;
    top: 0;
    width: 100%;
    background: #fff;
    display: flex;
    height: 100%;
    align-items: center;
    gap: 10px;
    padding: 16px;
    z-index: -1;
	opacity: 0;
	visibility: hidden;
    transition: var(--mg-def-transition);
}
.wrap-podpiska-succes.open{
	z-index: 1;
	opacity: 1;
	visibility: visible;
	transition: var(--mg-def-transition);
}
/**/
.mg-cat-page{
	--global-wrc-horizontal: 16px;
    --global-wrc-vertical: 70px;
    --global-wrc-child-width: 25%;
    margin-bottom: 0px;
}
/**/


.mg-bx-filter__main {
    display: flex;
    flex-wrap: wrap;
    background: #F9F9F9;
    padding: 16px 20px;
    gap: 30px;
    margin-bottom: 20px;
}
.mg-bx-filter__title{
    color: var(--mg-dop-color-two);
    text-decoration: none;
    cursor: pointer;
}
.mg-bx-filter__main-item .bx-filter-parameters-box-hint{
	display: flex;
    align-items: center;
    gap: 5px;
}
.mg-bx-filter__main-item .mg-bx-filter__title svg{
	transition: var(--mg-def-transition);
}
.mg-bx-filter__main-item.bx-active .mg-bx-filter__title svg{
	transition: var(--mg-def-transition);
	transform: rotate(180deg);
}
.mg-bx-filter__main-item .mg-filter_inputs{
	position: absolute;
	top: 40px;
	background: #fff;
	box-shadow: 0 2px 5px #3333331A;
	width: max-content;
	max-width: 250px;
	z-index: 300;
}
.mg-bx-filter__main-item .bx-filter-input-checkbox{
	display: flex;
	align-items: center;
}
.mg-filter_inputs__sm{
	padding: 16px 20px;
}
/*.mg-filter-param__item input[type=checkbox]{
	display: flex;
    height: 15px;
    width: 15px;
    border: 1px solid #747474;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    position: relative;
}
.mg-filter-param__item input[type=checkbox]:checked{
	border: 1px solid #CBB36D;
}
.mg-filter-param__item input[type=checkbox]:checked::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #CBB36D;
    background-image: url('data:image/svg+xml,%3Csvg%20width%3D%229%22%20height%3D%227%22%20viewBox%3D%220%200%209%207%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8.5%200.5L3%206L0.5%203.5%22%20stroke%3D%22white%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
}*/

input[type=checkbox]{
	display: block;
    height: 15px;
    width: 15px;
    min-width: 15px;
    min-height: 15px;
    border: 1px solid #747474;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    position: relative;
}
input[type=checkbox]:checked{
	border: 1px solid #CBB36D;
}
input[type=checkbox]:checked::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #CBB36D;
    background-image: url('data:image/svg+xml,%3Csvg%20width%3D%229%22%20height%3D%227%22%20viewBox%3D%220%200%209%207%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8.5%200.5L3%206L0.5%203.5%22%20stroke%3D%22white%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
}




span.mg-filter-param-text {
    font-size: 14px;
    color: var(--mg-dop-color-two);
    padding-left: 8px;
}
.mg-bx-filter__main-item label{
	margin-bottom: 0px;
}
.mg-filter_inputs__sm .mg-filter-param__item:last-child{
	margin-bottom: 0px;
}
.mg-filter-param__item{
	margin-bottom: 12px;
}
.mg-bx-filter__bottomControls{
/*	display: none !important;*/
}
.bx-filter-parameters-box-container{
	padding-bottom: 0px;
}
.mg-bx-filter__bottomControls #set_filter,
.mg-bx-filter__bottomControls #del_filter{
/*	display: none !important;*/
}
.mg-bx-filter__bottomControls #set_filter{
/*	width: 0;
	height: 0;
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	padding: 0px;*/
}
.bx-filter .bx-filter-section{
	padding-top: 0px;
}
.bottom_lazyLoad_more{
/*	margin-top: 70px;*/
	margin-bottom: 70px;
}
.bottom_lazyLoad_more.mg-btn{
	width: 100%;
	text-align: center;
	cursor: pointer;
}
.mg-bx-filter__bottomControls .bx-filter-popup-result {
	background: var(--mg-section-BackgDefault);
    border: 0px;
    color: #fff;
    font-family: 'Onest';
    padding: 10px;
    font-weight: 300;
    font-size: 12px;
    margin:0px;
}
.mg-bx-filter__bottomControls .bx-filter-popup-result a{
	color: #fff !important;
    font-weight: 300;
    font-family: 'Onest';
    text-align: center;
    margin: 0 auto;
    width: 100%;
    display: block;
    padding-top: 3px;
    font-size: 12px;
}
.wrap-mg-catpage{
/*	margin-bottom: 140px;*/
}

.visible_inputs_filter .mg-filter_inputs__sm{
	padding: 0px;
}
.visible_inputs_filter .mg-filter_inputs__sm {
    padding: 0px;
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}
.visible_inputs_filter .mg-filter-param__item{
	margin-bottom: 0px;
}
.visible_inputs_filter span.mg-filter-param-text{
	font-size: 16px;
}
.mg-dop-filter__titlecat {
    font-family: 'Open Sans';
    font-weight: 900;
    font-size: 14px;
    color: var(--mg-dop-color-two);
}
.wrap-mg-dop-filter {
    row-gap: 12px !important;
    column-gap: 20px !important;
    align-items: center;
}
.wrap-mg-dop-filter label {
	margin-bottom: 0px;
    background: #F5F5F5;
    padding: 8px 8px 8px 12px;
    font-family: 'Open Sans';
    font-size: 12px;
    color: var(--mg-dop-color-two);
    display: flex;
    align-items: center;
    gap: 12px;
}
.wrap-mg-dop-filter__items {
    display: flex;
    align-items: center;
    gap: 8px;
}
.main.catalog .mg-bx-filter__bottomControls, .main.katalog .mg-bx-filter__bottomControls{
	display: none;
}
.main.catalog .mg-bx-filter__bottomControls.visible_inp{
	display: flex;
	align-items: center;
	margin-bottom: 40px;
}
.main.catalog .mg-bx-filter__bottomControls #set_filter{
	display: none !important;
}
.main.catalog #del_filter{
	color: var(--mg-dop-color-two);
    text-decoration: underline;
    font-size: 12px;
    font-family: 'Open Sans';
    font-weight: 400;
    padding: 0px 0 0 8px;
    border: 0px;
}
.error-filter.error-not-found-products {
    font-family: 'Onest';
    font-weight: 400;
    font-size: 20px;
    color: var(--mg-dop-color-two);
    text-align: center;
    line-height: 26px;
    margin: 140px 0;
}
.mobile-title-filter{
	display: none;
	background: #F9F9F9;
    padding: 16px 20px;
    color: var(--mg-dop-color-two);
}







/**/
.mg-prod-page .breadcrumbs-wrap .inner-title{
	display: none;
}
.mg-product-page--top{
	/*--global-wrc-horizontal: 16px;*/
	--global-wrc-horizontal: 32px;
    --global-wrc-vertical: 0px;
    --global-wrc-child-width: 50%;
    margin-bottom: 70px;
}
.mg-product-page__left{
	position: relative;

}
.mg-slider--product .slick-slide{
/*	border: 1px solid #0000001A;*/
	/*padding: 16px;*/
	
}
.mg-product-page__right{
/*	min-height: 750px;*/
}
.mg-slider--product .slick-slide{
/*	height: 750px;*/
}
.mg-slider--product .slick-slide .mg-slider__item{
	min-height: 750px;
	display: flex !important;
}
.mg-slider--product .slick-slide .mg-slider__item img{
	/*object-fit: contain;*/
	object-fit: cover;
}
.mg-prod-page .breadcrumbs-wrap{
	margin-bottom: 0px;
}
.mg-slider--product .slider-prev {
	left: 10px;
}
.mg-slider--product .slider-next{
	right: 10px;
}
.mg-product-page-title >*{
	font-family: 'Onest';
    font-weight: 300;
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 20px;
    color: var(--mg-dop-color-two);
}
.mg-product-page-dd,
.mg-product-page-description{
	margin-bottom: 30px;
}
.mg-product-page-description strong{
	font-weight: 600;
}
.mg-product-page-description{
	line-height: normal;
}
.mg-product-page-icon{
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
}
.mg-product-page-icon .icon-item {
	/*flex:0 0 50%;*/
	padding-right: 25px;
}
.mg-product-page-icon .icon-item img{
	max-height: 30px;
}
.mg-product-page-dd {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 30px;
}
.mg-product-pag-dd__item{
	position: relative;
}
.mg-content-share{
	position: absolute;
    top: 25px;
    left: -10px;
	visibility: hidden;
	opacity: 0;
	z-index: -1;
	transition: var(--mg-def-transition);
	background: #fff;
    box-shadow: 0px 0px 0px 1px #0000000d;
    padding: 5px;
}
.open-share .mg-content-share{
	visibility: visible;
	z-index: 1;
	opacity: 1;
	transition: var(--mg-def-transition);
}
.mg-content-share ul {
    display: flex;
}
.mg-content-share ul li {
    margin-bottom: 0px !important;
}
.mg-product-pag-dd__item a{
	color: var(--mg-dop-color-two);
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
}

.mg-product-page-description {
    color: var(--mg-dop-color-two);
}
.wrap-prod-srokSkidka {
    display: flex;
    gap: 16px;
    padding: 10px;
    background: #F9F9F9;
    width: fit-content;
    align-items: center;
/*    width: 100%;*/
	margin-bottom: 30px;
}
.wrap-prod-srokSkidka__item--title {
    font-family: 'Onest';
    font-size: 20px;
    line-height: 26px;
    color: var(--mg-dop-color-two);
}
.wrap-prod-srokSkidka__item--subTitle {
    font-size: 12px;
    color: #8C8C8C;
}
.mg-product-page-prices .product-item-detail-pay-block{
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
	margin: 0px;
}
.mg-product-page-prices .product-item-detail-pay-block .mg-product-item{
	display: flex;
	flex: 0 0 100%;
	margin-bottom: 20px;
}
.mg-product-page-prices .product-item-detail-info-container{
	margin-bottom: 0px;
}
.mg-product-page-prices .product-item-amount{
	padding: 12px;
    background: #F9F9F9;
    display: flex;
    height: 100%;
    align-items: center;
    margin-right: 8px;
}
.mg-product-page-prices .product-item-amount-field-btn-minus:after,
.mg-product-page-prices .product-item-amount-field-btn-plus:after{
	display: none !important;
}
.product-item-quantity__minus,
.product-item-quantity__plus{
	cursor: pointer;
	user-select: none;
}
.product-item-amount-field-container .product-item-amount-description-container{
	display: none !important;
}
.bx-blue .product-item-amount-field:focus{
	border-color: transparent;
}
.mg-product-page-prices .product-item-amount-field{
	color: var(--mg-dop-color-two);
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 16px;
    outline: none;
}
.mg-product-page__quantity{
	display: flex;
	flex-wrap: wrap;
	max-width: 380px;
}
.mg-site-buyOffline {
	width: 100%;
	margin-top: 16px;
}
.mg-product-page__quantity-top {
    display: flex;
    width: 100%;
}
.product-item-main-button {
    display: flex;
    flex: 1;
}
.product-item-main-button a{
	width: 100%;
	text-align: center;
}
.product-item-main-button__cl{
	width: 100%;
}
/*.mg-product-tab-links a{
	padding: 16px 32px;
    color: var(--mg-dop-color-two) !important;
    font-family: 'Onest';
    font-size: 20px;
    line-height: normal;
    text-transform: none;
    border: 0px;
}
.mg-product-tab-links a span{
	color: var(--mg-dop-color-two) !important;
	letter-spacing: 1px;
}*/

a.product-item-detail-tab-link{
	padding: 16px 32px;
    color: var(--mg-dop-color-two) !important;
    font-family: 'Onest';
    font-size: 20px;
    line-height: normal;
    text-transform: none;
    border: 0px;	
}
a.product-item-detail-tab-link span{
	color: var(--mg-dop-color-two) !important;
	letter-spacing: 1px;
}
.mg-product-tab-links li.product-item-detail-tab{
	border: 0px;
    margin: 0 4px 0 0;
}
.mg-product-tab-links li.product-item-detail-tab.active{
	background: #F9F9F9;
}
.mg-product-tab-links .product-item-detail-tab-link:after{
	background:var(--mg-btn-BackgDefault);
}
.mg-product-tab-content .product-item-detail-tab-content{
	padding: 30px 0 0 ;
	border-top: 0px !important;
}
.product-item-detail-tabs-container{
	border-bottom: 0px !important;
}
/**/
.countdown-row{
	display: flex;
	gap: 22px;
}
.countdown-section{
	display: flex;
	flex-direction: column;
	align-items: center;
    justify-content: center;
    position: relative;
    width: 50px;
}
.countdown-row .countdown-section:before {
    content: ':';
    position: absolute;
    top: 50%;
    right: -13px;
    transform: translate(0, -100%);
     color: var(--mg-dop-color-two);
}
.countdown-row .countdown-section:last-child::before{
	display: none;
}
span.countdown-amount {
    font-family: 'Onest';
    font-weight: 300;
    font-size: 28px;
    line-height: 36px;
    color: var(--mg-dop-color-two);
}
span.countdown-period {
    font-size: 12px;
    color: #8C8C8C;
    line-height: 18px;
}
.product-item-detail-tab-title-mobile{
	display: none;
}
/**/
.mg-product-item{
	position: relative;
}
.favor-product {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 200;
}
.product-item-amount{
	display: none;
}
.wrap-prod-page .product-item-amount{
	display: block;
}
.favor.active svg path{
	fill:var(--mg-section-BackgDefault);
}
.mg-site--wishlist,
.mg-site--basket{
	position: relative;
}
.mg-icons__item-counter {
    position: absolute;
    top: 0;
    right: 0;
    width: 15px;
    height: 15px;
    border-radius: 50px;
    background: #CBB36D;
    color: #fff;
    font-size: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
	cursor: pointer;
}
.index-catalog .col-xs-12{
/*	display: none !important;*/
}
.wishlist-list__item.product-item{
	display: flex;
	gap:16px;
	padding-top: 0px !important;
}
.wishlist-list__item.mg-product-item .product-item-image-wrapper{
	width: 90px;
	height: 110px;
	margin-bottom: 0px;
    border: 1px solid #0000000D;
}
.wishlist-list__item.mg-product-item .product-item-title{
	max-width: 250px;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 20px;
}
.wishlist_list >.mg-product-item-container{
	margin-bottom: 30px;
}
.wishlist-list__item-right {
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: space-between;
}
.ishlist-list__item-right-bott {
    display: flex;
    gap: 5px;
    justify-content: space-between;
}
.wishlist-list__item .mg-btn{
/*	padding: 16px 20px;*/
	padding: 8px 20px;
}
.wishlist-list__item.mg-product-item .product-item-title,
.wishlist-list__item.mg-product-item .product-item-title a{
	line-height: normal;
	min-height: auto;
	font-size: 12px;
}
.wishlist-list__item.mg-product-item .product-item-label-ring.product-item-label-small{
	left: 2px;
    top: 2px;
    padding: 2px;
    display: none;
}
.wishlist-list__item.mg-product-item .product-item-label-ring.product-item-label-small span{
	font-size: 9px;
}
.wishlist-list__item.mg-product-item .product-item-info-container{
	margin-bottom: 0px;
}
.basket-prod-price{
	display: flex;
	gap: 8px;
}
.basket-prod-price span{
	font-size: 20px;
}
/**/
.mg-checkout-order__title {
    font-family: 'Onest';
    font-weight: 300;
    font-size: 28px;
    margin-bottom: 30px;
    color: var(--mg-dop-color-two);
}
.mg-checkout-order__SubTitle {
    font-family: 'Onest';
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 8px;
    color: var(--mg-dop-color-two);
}
.mg-checkout-order__text {
    color: var(--mg-dop-color-two);
    margin-bottom: 24px;
}
.mg-checkout-order__text--color-a a{
	color: var(--mg-btn-BackgDefault);
}
.mg-checkout-order__text.mg-checkout-order__text--btn {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
.checkout .yandex__payment-link{
	font-family: 'Onest';
    font-weight: 500;
    font-size: 14px;
    transition: var(--mg-def-transition);
    border: 1px solid transparent;
    padding: 16px 32px;
    display: block;
    width: max-content;
    border-radius: 0px;
    text-transform: capitalize;
}
.checkout .yandex__payment-link:hover{
	background: var(--mg-btn-BackgHoverDefault);
	color: #fff;
    border: 1px solid var(--mg-btn-BackgHoverDefault);
    
}
.mg-checkout-order__basket .favor-product,
.mg-checkout-order__basket .product-item-button-container{
	display: none !important;
}
.mg-checkout-order__basket .wishlist-list__item-right{
	max-width: 350px;
	width: 100%;
}
.mg-myaccount__item--right .my-account-content{
	display: none;
}
.mg-myaccount__item--right .my-account-content.active{
	display: block;
}
.mg-myaccount__item-title .acc-menu-item {
    font-family: 'Onest';
    font-size: 18px;
    color: #8C8C8C;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    gap: 16px;
}
.mg-myaccount__item-title svg{
	display: none;
}
.mg-myaccount__item--left-it.active .acc-menu-item {
    font-weight: 300;
    font-size: 28px;
    color: var(--mg-dop-color-two);
}
.wrs-myaccount{
	--global-wrc-horizontal: 140px;
}
.wrs-myaccount .mg-myaccount__item--left{
	width: 370px;
}
.wrs-myaccount .mg-myaccount__item--right{
	flex: 1;
}
.mg-profile-label {
    display: flex;
    width: 100%;
    margin-bottom: 8px;
    font-size: 16px;
    color: var(--mg-dop-color-two);
}
.mg-profile-input{
	width: 100%;
}
.mg-profile-input {
    width: 100%;
    padding-block: 0px;
    border-width: 0px;
    background: #F5F5F5;
    padding: 13px 16px;
    font-size: 14px;
    color: #888888;
}
.my-account-content .bx_profile{
	max-width: 400px;
	width: 100%;
}
.my-account-order-list__bottom .sale-order-list-inner-container{
	background: #F9F9F9;
    padding: 10px;
    border: 0px;
}

.my-account-order-list .sale-order-list-payment {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
    padding-bottom: 16px;
    border-bottom: 1px solid #E0E0E0;
    margin-bottom: 16px;
}
.my-account-detOrder__date {
    font-family: 'Onest';
    font-size: 20px;
    color: var(--mg-dop-color-two);
    margin-bottom: 4px;
}
.my-account-detOrder__numb {
    font-size: 16px;
    color: #8C8C8C;
}
span.sale-order-list-payment-number {
    font-family: 'Onest';
    font-size: 20px;
    color: var(--mg-dop-color-two);
}

.my-account-status {
    font-size: 12px;
    color: #8C8C8C;
}
.my-account-order-list .sale-order-list-payment-price{
	display: flex;
    gap: 10px;
	align-items: center;
    justify-content: start;
    height: fit-content;
}
.my-account-order-list {
    margin-bottom: 50px;
}
span.sale-order-list-inner-title-line-item {
    font-family: 'Onest';
    font-weight: 400;
    font-size: 18px;
    color: var(--mg-dop-color-two);
    margin-bottom: 4px;
}
.sale-order-list-inner-title-line {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
}
.sale-order-list-shipment-item {
    font-size: 12px;
    color: #8C8C8C;
}
.mg-account-products {
    --global-wrc-horizontal: 10px;
    --global-wrc-vertical: 10px;
}
.my-account-content--wishlist .wishlist_list{
	display: flex;
	flex-wrap: wrap;
	column-gap: 50px;
}
.my-account-content--wishlist .wishlist_list .mg-product-item-container{
	width: calc(100% / 2 - 25px);
}
svg.date-svg {
    position: absolute;
    top: 50%;
    transform: translate(0%, 0%);
    right: 10px;
    cursor: pointer;
}
.my-account-arrow-menu{
	display: none;
}
.mg-my-account-product-list{
	margin-top: 16px;
}
.title-search-result{
	display: none !important;
}
.mg-search-res-title {
    font-size: 16px;
    color: #8C8C8C;
    margin-bottom: 30px;
}
.mg-catalog-page--search .mg-cat-page {
    --global-wrc-child-width: 50%;
    max-width: 870px;
    --global-wrc-vertical:30px;
}
.mg-catalog-page--search .product-item-info-container:not(.product-item-price-container),
.mg-catalog-page--search .favor-product{
	display: none !important;
}
.mg-catalog-page--search .wishlist-list__item.mg-product-item .product-item-title a{
	font-size: 16px;
}
.mg-catalog-page--search .product-item-title{
	max-width: 100% !important;
}
.mg-nav-total{
	display: none;
}
.bp-navigation {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-bottom: 30px;
}
.bp-navigation a,
.bp-navigation span {
    display: block;
    font-size: 16px;
    color: #555555;
    padding: 6px 10px;
}
.bp-navigation span.current{
	background: #CBB36D;
    color: #fff;
}
.mg-hidden{
	display: none !important;
}
.big-menu__mg-icons-bigMenuMobile{
	display: none;
}
.bx-basket-block__item--coupon {
/*    flex-direction: column;*/
	flex-wrap: wrap;
    margin-top: 45px;
    gap: 8px;
}
#mg-modal .basket-coupon-block-coupon-btn{
	flex: 1;
    margin-right: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
#mg-modal .bx-basket-block__item--coupon{
    gap: 0px;
}
#mg-modal .bx-basket-block__item--coupon .answer{
    display: flex;
    flex: 0 0 100%;
    text-align: center;
    justify-content: center;
}
.bx-basket-block__item--coupon .basket-coupon-block-coupon-btn{
	margin-top: 0px;
}
.bx-basket-block__item--coupon #basket-coupon{
	background: #F5F5F5;
    padding: 12px 16px;
    border: 0px;
    outline: none !important;
    color: #898989;
    font-size: 14px;
}
.bx-basket-block__item--coupon  .answer {
    text-align: center;
    color: var(--mg-dop-color-two);
    font-family: 'Onest';
}
.bp-form--podpiska .wrap-wrapper-form__item--two .wrapper-form__item input{
	height: 52px;
}
.main-carousel {
    margin-top: 0px;
}
.mgHeader__item--mobileLeft{
	display: none;
}
.pd-wrapper{
	max-width: 680px;
	width: 100%;
}
.worldwide-wrapper-top {
    max-width: 680px;
    width: 100%;
}
.worldwide-wrapper-tabs {
    margin-top: 70px;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    border-bottom: 1px solid #F2F2F2;
}
.worldwide-wrapper-tabs-left a {
    padding: 12px 24px;
    display: inline-block;
    font-size: 28px;
    font-weight: 300;
    color: var(--mg-inactive);
}
.worldwide-wrapper-tabs-left a.active{
	background: #F9F9F9;
	color: var(--mg-dop-color-two);
}
.worldwide-wrapper-tabs-right a {
    padding: 8px 20px;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: var(--mg-inactive);
}
.worldwide-wrapper-tabs-right a.active{
	background: #F9F9F9;
	color: var(--mg-dop-color-two);
}
.margys-worldwide-list li{
	position: relative;
}
.margys-worldwide-list{
	padding: 5px 0px 0px 5px;
}
.margys-worldwide-list .direction-wrap{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.margys-worldwide-list .direction-wrap span{
	width: 100%;
    height: 100%;
    display: block;
}
.margys-worldwide-list .store-location .store-location__title {
    color: var(--mg-dop-color-two);
    display: flex;
    flex-direction: column;
    line-height: 28px;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 8px;
    margin-top: 0px;
    font-weight: 400;
    font-family: 'Onest';
    text-decoration: none;
}
p.store-location__city {
    margin-top: 0px;
    font-size: 16px;
    color: #8C8C8C;
    margin-bottom: 16px;
}
.store-location__site{
	margin-top: 0px;
    font-size: 16px;
    color: #8C8C8C;
    margin-bottom: 0px;
}
.store-location__site a{
	color: var(--mg-btn-BackgDefault);
}
.margys-worldwide-list .mp_li_item{
	padding: 16px 10px;
	border-bottom: 1px solid #F2F2F2;
	margin-bottom: 10px;
	width: 95%;
}
.margys-worldwide-list .mp_li_item:hover {
    box-shadow: -3px -3px 10px 0px #00000008;
}
.wrs-consult{
	--global-wrc-horizontal: 20px;
    --global-wrc-vertical: 0px;
    --global-wrc-child-width: 50%;
}
.ymaps-b-balloon__content-holster{
	padding: 0px !important;
}
.ymaps-b-balloon__bl,
.ymaps-b-balloon__br,
.ymaps-b-balloon__tl,
.ymaps-b-balloon__tr,
.ymaps-b-balloon-shadow__r_size_small,
.ymaps-b-balloon-shadow__b{
	display: none !important;
}
ymaps.ymaps-b-balloon__content {
    padding: 16px;
    border-width: 0px !important;
/*    min-width: 400px;*/
}
.ymaps-b-balloon__content > ymaps{
	width: auto !important;
	height: auto !important;
}
.mg-ballon-content{
	display: flex;
	flex-direction: column;
}
.mg-ballon-content__title {
    font-weight: 700;
    font-size: 14px;
    padding-bottom: 8px;
    border-bottom: 1px solid #CBB36D;
    margin-bottom: 8px;
    color: #555555;
    font-family: 'Open Sans';
}
.mg-ballon-content__city {
    font-weight: 700;
    font-size: 12px;
    color: #8C8C8C;
}
.ymaps-b-balloon__close {
	width: 24px; 
    height: 24px; 
    border: none; 
    right: 0;
    top: 13px;
}
.cs-row {
    display: flex;
}
.cs-row .cs-row__left{
	width: 350px;
	min-width: 350px;
}
.cs-row .cs-row__right{
	flex:1;
}
.worldwide-wrapper-tabs-right-mobile{
	display: none;
}
.wrs-top-sotrd {
    --global-wrc-child-width: 50%;
    --global-wrc-horizontal: 16px;
    --global-wrc-vertical: 40px;
}
.wrs-middle-sotrd{
	--global-wrc-horizontal: 16px;
    --global-wrc-vertical: 0px;
    --global-wrc-child-width: auto;
}
.wrs-middle-sotrd .wrs-middle-sotrd__item-left{
	flex: 1;
}
.wrs-middle-sotrd .wrs-middle-sotrd__item-right{
	width: 450px;
	min-width: 450px;
}
.wrs-middle-elements{
	--global-wrc-horizontal: 16px;
    --global-wrc-vertical: 70px;
    --global-wrc-child-width: 50%;
}
.wrs-middle-elements__el-title {
    font-weight: 300;
    font-family: 'Onest';
    font-size: 28px;
    margin-bottom: 20px;
}
.wrs-middle-elements__el-desc {
    color: #8C8C8C;
    line-height: 24px;
}
.mg-prisoedinites {
    padding: 30px 16px;
    background: #F9F9F9;
}
.mg-prisoedi__title {
    font-size: 20px;
    margin-bottom: 30px;
    text-align: center;
    color: #555555;
    font-family: 'Onest';
}
.mg-prisoedi__img{
	margin-bottom: 30px;
}
.wrs-mgbn1{
	background: #F9F9F9;
	padding: 16px;
	--global-wrc-horizontal: 25px;
    --global-wrc-vertical: 0px;
    align-items: center;
}
.wrs-mgbn1 .wrs-mgbn1__item-left{
	width: 445px;
	min-width: 445px;
	padding-left: 0px;
}
.wrs-mgbn1 .wrs-mgbn1__item-right{
	flex: 1;
}
.wrs-mgbn1__item-left img{
	max-height: 520px;
    width: 1000%;
    object-fit: cover;
}
.mgbn1-title {
    font-family: 'Onest';
    font-weight: 300;
    font-size: 40px;
    margin-bottom: 30px;
    line-height: 48px;
}
.mgbn1-subTitle {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    color: #8C8C8C;
    margin-bottom: 100px;
}
.mgbn1-subTitle a{
	color: #8C8C8C;
}
.mgbn1-subTitle a:hover{
	color:var(--mg-btn-BackgHoverDefault);
}
.mgbn1-subTitle span{
	margin-right: 8px;
}
.mgbn1-bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
}
.mgbn1-bottom__item-left{
	font-size: 20px;
}
.wrs-top-sotrd__item p:last-child{
	margin-bottom: 0px;
}
.wrs-top-sotrd__item-three,
.wrs-top-sotrd__item-four{
	max-height: 500px;
}
.wrs-top-sotrd__item-three img,
.wrs-top-sotrd__item-four img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.wrs-middle-elements__el-custom{
	display: none;
}
.wrs-contacts{
	--global-wrc-horizontal: 0px;
    --global-wrc-vertical: 0px;
}
.wrs-contacts .wrs-contacts__item-left{
	min-width: 400px;
	width: 400px;
	margin-right: 300px;
}
.wrs-contacts .wrs-contacts__item-right{
	flex: 1;
}
.wrs-contacts-element__title {
    font-family: 'Onest';
    font-weight: 300;
    font-size: 28px;
    margin-bottom: 20px;
}
.wrs-contacts-element{
	margin-bottom: 40px;
}
.wrs-contacts-element__text {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.wrs-contacts-element__text a{
	color: var(--mg-btn-BackgDefault);
}
.wrs-contacts-element__text a:hover{
	color: var(--mg-btn-BackgHoverDefault);
}
.wrs-contacts-element__text:last-child{
	margin-bottom: 0px;
}
.wrs-contacts-element__text.wrs-contacts-element__text-p {
    gap: 0px;
}
.wrs-contacts-element__text.wrs-contacts-element__text-p p{
	line-height: normal;
	margin-bottom: 3px;
}
.wrs-contacts__item-left .wrs-contacts-element:last-child,
.wrs-contacts__item-left .wrs-contacts__item-right:last-child{
	margin-bottom: 0px;
}
.wrs-obratnaya-sviz{
	--global-wrc-horizontal: 0px;
    --global-wrc-vertical: 0px;
}
.wrs-obratnaya-sviz .wrs-obratnaya-sviz__item-left{
	width: 450px;
	min-width: 450px;
	height: fit-content;
	padding-right: 16px;
}
.wrs-obratnaya-sviz .wrs-obratnaya-sviz__item-right{
	flex: 1;
	background-image: url(/img/obratnaya-sviz2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.wrs-obratnaya-sviz .bp-form-title,
.wrs-obratnaya-sviz .wrapper-form__item--whatsapp{
	display: none;
}
.wrs-obratnaya-sviz__item-right img{
	display: none;
}
.wrs-thebrand {
    --global-wrc-horizontal: 16px;
    --global-wrc-vertical: 70px;
    --global-wrc-child-width: 50%;
}
.wrs-thebrand__item--full{
	--global-wrc-child-width: 100%;
}
.wrs-thebrand__item-title {
    font-family: 'Onest';
    font-weight: 300;
    font-size: 28px;
    margin-bottom: 20px;
}
.wrs-thebrand__item-text {
    color: #7A7A78;
}
.wrs-thebrand__item-text p:last-child{
	margin-bottom: 0px;
}
.wrs-thebrand__item--img img{
	max-height: 600px;
	width: 100%;
	object-fit: cover;
}
.about-us img{
	max-height: 600px;
	width: 100%;
	object-fit: cover;
}
.wrs-aboutcomp {
    --global-wrc-horizontal: 16px;
    --global-wrc-vertical: 0;
    --global-wrc-child-width: 33.333333%;
}
.wrs-aboutcomp__item-title {
    font-family: 'Onest';
    font-weight: 300;
    font-size: 28px;
    margin-bottom: 20px;
}
.wrs-aboutcomp__item-text{
	margin-bottom: 40px;
}
.wrs-aboutcomp__item-text p:last-child{
	margin-bottom: 0px;
}
.aboutus-contacts-wrapper {
    padding: 40px 20px;
    background: #F9F9F9;
}
.wrs-aboutus-contacts__item p:last-child{
	margin-bottom: 0px;
}
.aboutus-contacts__p {
    font-family: 'Onest';
    font-size: 20px;
    font-weight: 400;
}
.wrs-aboutus-contacts{
	--global-wrc-horizontal: 16px;
    --global-wrc-vertical: 0px;
    --global-wrc-child-width: 50%;
}
.mg-news__item-img{
	overflow: hidden;
}
.mg-news__item-img img{
	transition: transform 0.3s ease;
}
.mg-news__item-img img:hover{
	transform: scale(1.15);
}
.mg-news--archive{
	--global-wrc-vertical:70px;
}
.wrapper-load_more{
	--global-wrc-child-width: 100%;
}
.load_more{
	cursor: pointer;
}
.news-detail img{
	height: auto;
}
.news-detail-block.cover .news-detail-block__item{
	align-items: center;
	display: flex;
	position: relative;
	justify-content: center;
}
.news-detail-block.cover img{
}
.news-detail__toppanel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}
.news-detail__toppanel-date {
    color: #7A7A78;
}
.mg-share-panel {
    display: flex;
    align-items: center;
    gap: 8px;
}
.ya-share2__container_size_m .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more.ya-share2__link_more-button-type_short{
	background: transparent !important;
	display: flex;
    align-items: center;
    gap: 8px;
}
.ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__icon_more {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik0xMiA1LjMzMjAzQzEzLjEwNDYgNS4zMzIwMyAxNCA0LjQzNjYgMTQgMy4zMzIwM0MxNCAyLjIyNzQ2IDEzLjEwNDYgMS4zMzIwMyAxMiAxLjMzMjAzQzEwLjg5NTQgMS4zMzIwMyAxMCAyLjIyNzQ2IDEwIDMuMzMyMDNDMTAgNC40MzY2IDEwLjg5NTQgNS4zMzIwMyAxMiA1LjMzMjAzWiIgc3Ryb2tlPSIjQ0JCMzZEIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4NCjxwYXRoIGQ9Ik00IDEwQzUuMTA0NTcgMTAgNiA5LjEwNDU3IDYgOEM2IDYuODk1NDMgNS4xMDQ1NyA2IDQgNkMyLjg5NTQzIDYgMiA2Ljg5NTQzIDIgOEMyIDkuMTA0NTcgMi44OTU0MyAxMCA0IDEwWiIgc3Ryb2tlPSIjQ0JCMzZEIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4NCjxwYXRoIGQ9Ik0xMiAxNC42NjhDMTMuMTA0NiAxNC42NjggMTQgMTMuNzcyNSAxNCAxMi42NjhDMTQgMTEuNTYzNCAxMy4xMDQ2IDEwLjY2OCAxMiAxMC42NjhDMTAuODk1NCAxMC42NjggMTAgMTEuNTYzNCAxMCAxMi42NjhDMTAgMTMuNzcyNSAxMC44OTU0IDE0LjY2OCAxMiAxNC42NjhaIiBzdHJva2U9IiNDQkIzNkQiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPg0KPHBhdGggZD0iTTUuNzI2NjggOS4wMDc4MUwxMC4yOCAxMS42NjExIiBzdHJva2U9IiNDQkIzNkQiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPg0KPHBhdGggZD0iTTEwLjI3MzQgNC4zMzk4NEw1LjcyNjY4IDYuOTkzMTgiIHN0cm9rZT0iI0NCQjM2RCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+DQo8L3N2Zz4=') !important;
}
.ya-share2__container_size_m .ya-share2__popup:not(.ya-share2__popup_mobile) > :last-child:not(:empty):not(.ya-share2__copied-tooltip), .ya-share2__container_size_m.ya-share2__container_as-popup > :last-child:not(:empty):not(.ya-share2__copied-tooltip){
	padding-top: 16px !important;
}
.ya-share2__container_size_m .ya-share2__popup:not(.ya-share2__popup_mobile) > :first-child:not(:empty), .ya-share2__container_size_m.ya-share2__container_as-popup > :first-child:not(:empty), .ya-share2__container_size_m .ya-share2__popup:not(.ya-share2__popup_mobile) > :first-child:empty + :last-child:not(:empty):not(.ya-share2__copied-tooltip), .ya-share2__container_size_m.ya-share2__container_as-popup > :first-child:empty + :last-child:not(:empty):not(.ya-share2__copied-tooltip){
	padding-top: 16px !important;
}
.ya-share2__list.ya-share2__list_direction_vertical > .ya-share2__item{
	padding-left: 16px !important;
	padding-right: 16px !important;
	padding-top: 0px !important;
	padding-bottom: 10px !important;
}
.ya-share2__list.ya-share2__list_direction_vertical > .ya-share2__item:last-child{
	padding-bottom: 0px !important;
}
.mg-custom-marginAllText h2,
.mg-custom-marginAllText h3,
.mg-custom-marginAllText h4,
.mg-custom-marginAllText h5{
	margin-top: 30px;
}
.mg-custom-marginAllText a{
	color: var(--mg-btn-BackgDefault);
}
.mg-custom-marginAllText a:hover{
	color: var(--mg-btn-BackgHoverDefault);
}
.mg-custom-marginAllText p:last-child{
	margin-bottom: 0px;
}
.news-detail__topptext,
.news-detail__toppanel{
	margin-bottom: 40px;
}
.news-detail-block{
	--global-wrc-horizontal: 16px;
    --global-wrc-vertical: 0px;
    --global-wrc-child-width: 100%;
    margin-bottom: 70px;
}
.news-detail-block.notFull{
	--global-wrc-child-width: 50%;
}
.news-detail-block.full .detail_picture{
	width: 100%;
	object-fit: cover;
}
.mg-custom-marginAllText ul{
	padding-left: 18px;
}
.bestseller-products-slider .slick-track{
	margin-left: 0px;
}
.bestseller-products-slider .mg-slider-btn,
.recom-products-slider .mg-slider-btn{
	display: none !important;
}
.news-detail__title {
    font-family: 'Onest';
    font-size: 28px;
    font-weight: 300;
    margin-bottom: 50px;
}
.mg-product-item .product-item-title,
.mg-product-item-desc {
    margin-bottom: 12px;
}
.mg-slider--bestseller .product-item-title a,
.wrs-bestseller .product-item-title a{
	font-family: 'Onest';
    font-size: 20px !important;
}
.news-bestseller_text{
	margin-top: 70px;
}
.news-detail__related-articles .mg-news{
	row-gap: 70px;
}
.wrs-bestseller{
	--global-wrc-horizontal: 16px;
    --global-wrc-vertical: 0px;
    --global-wrc-child-width: 33.3333%;
    row-gap: 70px;
}
.wrs-news-recom-products{
	--global-wrc-horizontal: 16px;
    --global-wrc-vertical: 0px;
    --global-wrc-child-width: 25%;
    row-gap: 70px;
}
.mg-product-item-desc{
	height: auto;
    line-height: normal;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.wrs-bestseller .mg-product-item-container{
	height: 100% !important;
}
.wrs-bestseller .mg-product-item__cs {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.wrs-consult__item-img{
	margin-top: 40px;
}
.bp-form__mg2 .bp-form-title{
	text-align: center;
}
.wrapper-form__item--radio__item {
    display: flex;
    align-items: center;
    gap: 8px;
}
.wrapper-form__item--radio__item input{
	margin-bottom: 0px !important;
	width: 26px !important;
    height: 26px !important;
    cursor: pointer;
}
.wrapper-form__item--radio__item input[type=radio]{
	position: relative;
}
.wrapper-form__item--radio__item input[type=radio]:checked:before {
	box-sizing: border-box;
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: var(--mg-btn-BackgHoverDefault);
    border-radius: 50px;
    top: 3px;
    left: 3px;
    z-index: 10;
}
.wrapper-form__item--radio__item input[type=radio]:checked:after{
	box-sizing: border-box;
	content: '';
    position: absolute;
    z-index: 5;
	width: 100%;
	height: 100%;
	border-radius: 50px;
	background: #fff;
	border: 1px solid #424F3480;
}
.wrapper-form__item--radio {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 16px;
}
.wrapper-form__item--radio__item span{
	font-size: 16px;
    font-family: 'Onest';
    font-weight: 300;
    line-height: 1;
}
.bp-form__mg2 .wrapper-form__item{
	margin-bottom: 20px;
}
.select_messenger {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    margin-bottom: 20px;
    margin-top: 12px;
}
.select_messenger__item {
    display: flex;
    align-items: center;
    padding: 10px;
    gap: 8px;
    cursor: pointer;
}
.select_messenger__item.active{
	background: #fff;
}
.select_messenger_cont__item{
	display: none;
}
.select_messenger_cont__item.active{
	display: block;
}
main.blog-post .breadcrumbs-wrap,
main.main.news .breadcrumbs-wrap{
	margin-bottom: 20px;
}
.n_wrapper-form__item--radio .bp-form-warning{
	bottom: 30px;
    left: 0px;
}
.mg-sale-gift{
	padding: 0 25px;
}
.mg-gift{
	--global-wrc-horizontal: 16px;
    --global-wrc-vertical: 16px;
    --global-wrc-child-width: 33.33333%;
    margin-bottom: 0px;
}
.mg-gift .mg-product-item .product-item-label-ring.product-item-label-small, .mg-gift .mg-product-page__percent{
	height: fit-content;
}
.mg-gift .mg-product-item .product-item-image-wrapper{
	height: 250px;
}
.mg-gift  .mg-product-item .product-item-title, .mg-gift .mg-product-item .product-item-title a{
	min-height: auto;
}
img.contain{
	object-fit: contain;
}
img.cover{
	object-fit: cover;
}
img.none{
	object-fit: none;
}
/*media*/
@media (max-width:1440px){
	:root{
		--mg-gap-head:30px;
		--mg-defaultContainerPadding:20px;
	}
	.mgHeader__item-mainMenu{
		display: none;
	}
	.mg-top-line .mg-container{
		padding-left: 0px;
		padding-right: 0px;
	}
	.big-menu-content__left-top{
		flex-direction: column;
		gap:63px;
	}
	.big-menu-content__right{
		margin-bottom: 73px;
	}
	.mg-section--fullMarginBottom,
	main.mg-main-content.main.search{
		margin-bottom: 130px;
	}
	.mg-info__item-img{
		position: inherit;
	}
	.mg-info__item{
		padding: 20px;
	}
	.mg-eksklyuz{
		--global-wrc-child-width: 50%;
		--global-wrc-vertical:16px;
	}
	.mg-eksklyuz__item-img{
		height: 450px;
	}
	.mg-banner .mg-banner__left{
		margin-right: 40px;
	}
	.mg-banner__right{
		padding: 60px 0;
	}
	.mg-section-desc{
		margin-bottom: 40px;
	}
	.mg-slider--arrowsContainer .slick-arrow{
		width: auto;
	}
	.mg-slider--arrowsContainer .slider-prev.slick-arrow{
		text-align: right;
		left: 50px;
	}
	.mg-slider--arrowsContainer .slider-next.slick-arrow{
		text-align: left;
		right: 50px;
	}
	.mg-slider--arrowsContainer .slider-prev.slick-arrow{
		left: var(--mg-defaultContainerPadding);
	}
	.mg-slider--arrowsContainer .slider-next.slick-arrow{
		right: var(--mg-defaultContainerPadding);
	}
	.mg-review-text{
		max-width: 390px;
/*		color: #8C8C8C;*/
	}
	.mg-slider__item--right span{
/*		color: var(--mg-dop-color-two);*/
	}
	.wrs-reviews__item-img{
		height: 495px;
	}
	.wrs-pressa{
	    --global-wrc-child-width: 50%;
	}
	.mg-news__item-img{
		height: 380px;
	}
	.mg-forma .mg-forma__item--left {
    	flex-basis: 470px;
	}
	.mg-footer-right{
		justify-content: space-between;
	}
	.mg-footer__item.mg-footer__item--podpiska{
		width: 100%;
	    padding-top: 90px;
	    flex: 0 0 100%;
	}
	.mg-footer__bottom{
	    flex-wrap: wrap;
	    justify-content: center;
	    row-gap: 20px;
	    column-gap: 30px;
	}
	.mg-footer__bottom-item--copyright{
		order: 10;
	}
	.mg-slider--product .slick-slide .mg-slider__item{
		min-height: 520px;
	}
	.mg-product-tab-links a{
		padding: 16px 18px;
	}
	.mg-cat-page{
		--global-wrc-child-width:33.3333%;
	}
	.wrs-myaccount {
    	--global-wrc-horizontal: 100px;
	}
	.cs-row {
    	flex-direction: column;
	}
	.cs-row .cs-row__left{
		width: 100%;
		min-width: 100%;
		order: 2;
	}
	.cs-row .cs-row__right{
		flex:1;
		width: 100%;
		order: 1;
	}
	.worldwide-wrapper-tabs-right{
		display: none;
	}
	.worldwide-wrapper-tabs-right-mobile{
		display: block;
		margin-top: 20px;
        margin-bottom: 30px;
	}
	.wrs-middle-elements {
	    --global-wrc-horizontal: 9px;
	    --global-wrc-vertical: 60px;
	    --global-wrc-child-width: 100%;
	}
	.mgbn1-title{
		line-height: 120%;
	}
	.mgbn1-bottom{
		/*flex-direction: column;
	    align-items: start;*/
	    gap: 20px;
	}
	.wrs-mgbn1__item-left img{
		max-height: max-content;
	}
	.wrs-mgbn1 .wrs-mgbn1__item-left {
	    width: 420px;
	    min-width: 420px;
	}
	.wrs-contacts .wrs-contacts__item-left{
		margin-right: 90px;
	}
	.wrs-aboutcomp{
	    --global-wrc-vertical: 70px;
	    --global-wrc-child-width: 50%;
	}
	.wrs-aboutcomp .wrs-aboutcomp__item--clmargin{
		margin-bottom: 0px;
	}
	.wrs-aboutus-contacts{
		--global-wrc-child-width: 100%;
		--global-wrc-vertical: 40px;
		margin-bottom: 0px;
	}
	.wrs-aboutus-contacts .wrs-aboutus-contacts__item:last-child{
		margin-bottom: 0px;
	}
	.wrs-bestseller{
		--global-wrc-horizontal: 0px;
	    --global-wrc-vertical: 40px;
	    --global-wrc-child-width: 100%;
	    row-gap: 0px;
	}
	.wrs-bestseller .mg-product-item__cs{
		display: flex;
		gap: 16px;
		align-items: end;
	}
	.wrs-bestseller .mg-product-item__cs-left,
	.wrs-bestseller .mg-product-item__cs-right{
		min-width: calc(50% - 16px);
		position: relative;
	}
	.wrs-news-recom-products{
		--global-wrc-child-width: 33.33333%;
	}
	.wrs-bestseller .mg-product-item__cs .product-item-image-wrapper{
		margin-bottom: 0px !important;
		height: 550px;
	}
}
@media (max-width:1200px){
	.mg-slider__content-title{
		font-size: 45px;
	}
	.basket-items-list,
	.mg-sale-gift{
		padding: 0px;
	}
	.mg-gift .mg-product-item .product-item-image-wrapper {
    	height: 180px;
	}
}
@media (max-width:1000px){
	h1{
		font-size: 40px;
	}
	h2{
		font-size: 35px;
	}
	h3{
		font-size: 28px;
	}
	#mg-modal{
		width: 100%;
	}
	.mg-modal-content {
	    max-width: 390px;
	    margin-left: auto;
	    margin-right: auto;
	}
	.slider-actual .mg-slider__content{
		min-height: 526px;
		padding-left: 85px;
	}
	.mg-slider__content {
		padding-bottom: 90px;
	}
	.mg-slider__content-title{
		font-size: 40px;
		line-height: 48px;
	}
	.slider-actual .mg-slider__content-title {
		font-size: 36px;
	}
	.slider-actual .mg-slider__content-topText {
		font-size: 20px;
	}	
	.mg-section-title{
		font-size: 35px;
		line-height: normal;
	}
	.mg-info {
	    --global-wrc-horizontal: 0px;
	    --global-wrc-vertical: 20px;
	    --global-wrc-child-width: 100%;
	}
	.mg-info__item-img {
        position: absolute;
    }
    .mg-eksklyuz__item-link{
    	display: none !important;
    	opacity: 0 !important;
    	z-index: -1 !important;
    	visibility: hidden !important;
    }
    .mg-eksklyuz__item-link--mobile{
    	display: block;
    }
    .mg-eksklyuz__item-title{
    	margin-bottom: 16px;
    }
    .mg-eksklyuz__item-link--mobile .mg-btn{
    	width: 100%;
    	text-align: center;
    }
    .mg-eksklyuz {
        --global-wrc-vertical: 50px;
    }
    .mg-banner .mg-banner__left{
    	width: 355px;
    }
    .mg-banner__title{
    	display: none;
    	font-size: 35px;
    }
    .mg-banner .mg-banner__title--mobile{
    	display: block;
    	margin-bottom: 30px;
    }
    .mg-banner .mg-banner__left {
        margin-right: 16px;
    }
    .mg-banner:before{
    	height: 100%;
    	top: 0;
    }
    .mg-banner{
    	padding: 60px 0;
    }
    .mg-slider--arowMobHidden .slick-arrow{
    	display: none !important;
    }
    .partner-section__item {
	    min-width: 215px;
	    height: 120px;
	}
	.partner-section__item-img img {
	    object-fit: contain;
	}
	.mg-priziv{
		--global-wrc-child-width: 100%;
		--global-wrc-vertical: 40px;
	}
	.mg-priziv__item-img{
		margin-bottom: 20px;
	}
	.mg-priziv__item-desc{
		margin-bottom: 20px;
	}
	.wrs-reviews__item-img {
        height: 650px;
    }
    .mg-review-text{
    	max-width: 450px;
    }
    .wrs-reviews{
    	--global-wrc-child-width: 100%;
    	--global-wrc-vertical:16px;
    }
    .mg-slider__item--right{
    	min-height: 400px;
    }
    .mg-news{
    	--global-wrc-child-width: 50%;
    	--global-wrc-vertical: 50px;
    }
    .mg-news__item-img{
		height: 410px;
	}
	.mg-news__item-desc{
		font-size: 14px;
	}
	.mg-forma{
		--global-wrc-child-width:100%;
	}
	.mg-forma .mg-forma__item--left,
	.mg-forma .mg-forma__item--right {
        flex: 0 0 calc(var(--global-wrc-child-width) - var(--global-wrc-horizontal));
    }
    .bp-form form{
    	max-width: 400px;
    	margin: 0 auto;
    }
    .mg-footer{
    	gap: 75px;
    }
    .mg-footer-logoDesc{
    	font-size: 12px;
    	margin-top: 15px;
    }
    .mg-footer__item-title{
    	margin-bottom: 30px;
    }
    .mg-footer-right {
    	--global-wrc-horizontal: 40px;
	}
	.mg-footer-right .mg-footer__item--second {
    	max-width: 280px;
	}
	.bp-form--podpiska,
	.bp-form--podpiska form{
		max-width: 100%;
	}
	.mg-product-page--top{
		--global-wrc-child-width: 100%;
        --global-wrc-vertical: 70px;
        --global-wrc-horizontal: 0px;
        margin-bottom: 0px;
	}
	.mg-slider--product .slick-slide .mg-slider__item{
		min-height: 800px;
		max-height: 800px;
	}
	.wrap-prod-page .product-item-detail-tabs-container{
/*		display: block !important;*/
	}
	.mg-product-tab-links a{
/*		padding: 10px 16px;*/
		padding: 10px;
		font-size: 16px;
		display: flex;
        align-items: center;
	}
	.mg-product-tab-links li.product-item-detail-tab{
		margin:0px;
	}
	.mg-product-tab-links a span{
		font-weight: 300;
	}
	.mg-cat-page{
		--global-wrc-child-width:50%;
		--global-wrc-vertical:60px;
	}
	.breadcrumbs-wrap .inner-title{
		font-size: 35px;
	}
	.mobile-title-filter{
		display: block;
	}
	.mg-bx-filter__main,
	.mg-filter_inputs__sm{
		flex-direction: column;
	}
	.mg-bx-filter__main{
		display: none;
	}
	.open-filter .mg-bx-filter__main{
		display: flex;
	}
	.main.catalog .mg-bx-filter__bottomControls.visible_inp{
		margin-top: 20px;
		flex-wrap: wrap;
	}
	.worldwide-wrapper-tabs-left a{
		font-size: 20px;
	}
	.wrs-top-sotrd {
	    --global-wrc-child-width: 100%;
	    --global-wrc-horizontal: 0px;
	    --global-wrc-vertical: 0px;
	}
	.wrs-top-sotrd .wrs-top-sotrd__item-one,
	.wrs-top-sotrd .wrs-top-sotrd__item-three{
		margin-bottom: 20px;
	}
	.wrs-top-sotrd .wrs-top-sotrd__item-two,
	.wrs-top-sotrd .wrs-top-sotrd__item-four{
		margin-bottom: 40px;
	}
	.wrs-middle-sotrd .wrs-middle-sotrd__item-right {
	    width: 350px;
	    min-width: 350px;
	}
	.wrs-mgbn1 .wrs-mgbn1__item-left {
        width: var(--global-wrc-child-width);
        min-width: auto;
    }
    .wrs-mgbn1{
    	--global-wrc-child-width: 100%;
        --global-wrc-horizontal: 0px;
        --global-wrc-vertical: 20px;
    }
    .wrs-mgbn1__item-left img {
        max-height: 350px;
    }
    .mgbn1-title{
    	font-size: 35px;
    }
    .wrs-contacts .wrs-contacts__item-left{
    	margin-right: 0px;
    	min-width: 100%;
    	width: var(--global-wrc-child-width);
    }
    .wrs-contacts{
    	--global-wrc-child-width: 100%;
    }
    .wrs-contacts__item-left .wrs-contacts-element:last-child{
    	margin-bottom: 40px;
    }
    .wrs-obratnaya-sviz{
    	--global-wrc-child-width: 100%;
    }
    .wrs-obratnaya-sviz .wrs-obratnaya-sviz__item-left{
    	width: var(--global-wrc-child-width);
    	min-width: 100%;
    	margin-bottom: 20px;
    	padding-right: 0px;
    }
    .wrs-obratnaya-sviz__item-right img{
    	display: block;
    	min-height: 465px;
        width: 100%;
        object-fit: cover;
    }
    .wrs-obratnaya-sviz .wrs-obratnaya-sviz__item-right{
    	flex: auto;
    	background-image: none;
    }
    .wrs-obratnaya-sviz .bp-form form{
    	max-width: 100%;
    }
    .mg-section-banner--custom .mg-banner__title{
    	display: block;
    }
    .mg-section-banner--custom .mg-banner__title--mobile{
    	display: none;
    }
    .wrs-aboutcomp {
    	--global-wrc-horizontal: 0px;
        --global-wrc-vertical: 70px;
        --global-wrc-child-width: 100%;
    }
    .news-detail-block.notFull{
    	--global-wrc-child-width: 100%;
    }
    .news-detail-block__item img {
    	width: 100%;
    	object-fit: cover;
    }
    .news-detail-block{
    	margin-bottom: 0px;
    	--global-wrc-vertical:40px;
    }
    .wrs-news-recom-products {
        --global-wrc-child-width: 50%;
    }
    .news-detail__related-articles .mg-news{
    	row-gap: 0px;
    	--global-wrc-vertical: 40px;
    }
    .wrs-bestseller .mg-product-item__cs .product-item-image-wrapper{
    	height: 450px;
    }
    .wrs-consult {
	    --global-wrc-horizontal: 0px;
	    --global-wrc-vertical: 20px;
	    --global-wrc-child-width: 100%;
	}
	.bp-form__mg2 form{
		max-width: 100%;
	}
	.basket-items-list-item-container,
	.basket-items-list-item-descriptions-inner{
		flex-direction: column;
	}
	#basket-item-table .basket-items-list-item-descriptions,
	#basket-item-table .basket-items-list-item-container:first-child > td,
	.basket-items-list .basket-items-list-item-container > td{
		margin-top: 10px;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        text-align: center;
	}
	#basket-item-table .basket-item-block-price{
		text-align: center;
	}
	#basket-item-table #basket-items-list-item-container{
		position: relative;
	}
	.basket-items-list-item-container td.basket-items-list-item-remove{
/*        right: 40px !important;
        top: 40px !important;
        position: absolute;
        max-width: 20px;
        width: 20px;*/
                right: 40px !important;
        top: 40px !important;
        left: auto !important;
        position: absolute;
        max-width: 20px !important;
        width: 20px !important;
        z-index: 600;
	}
}
@media (max-width:768px){
	:root{
		--mg-defaultContainerPadding:20px;
	}

	.mg-section-title{
		margin-bottom: 30px;
		line-height: normal;
	}
	.mg-section-title br{
		display: none;
	}
	.mg-section-title.mg-section-title--withDesc,
	.mg-section-desc {
    	margin-bottom: 30px;
	}
	.mg-section-desc{
		font-size: 16px;
	}
	.mg-section-desc br{
		display: none;
	}
	.mg-section--fullMarginBottom,
	main.mg-main-content.main.search{
		margin-bottom: 90px;
	}
	h3{
		font-size: 20px;
	}
	h4{
		font-size: 18px;
	}
	body.margus, p{
		font-size: 14px;
	}
	.mg-container, .container{
		padding-left: var(--mg-defaultContainerPadding);
    	padding-right: var(--mg-defaultContainerPadding);
	}
	.mg-header-logo img{
		max-width: 97px;
	}
	.mgHeader__item-burger-text{
		display: none;
	}
	.mgHeader__item--right{
		justify-content: space-between;
	}
	.big-menu__menu ul li{
		margin-bottom: 16px;
	}
	.big-menu-content__left-top {
        flex-direction: column;
        gap: 4px;
    }
    .mg-site-pages__item-img{
    	width: 100px;
    }
    .mg-site-pages__item-img img{
    	width: 100%;
    	height: 100%;
    	object-fit: cover;
    }
    .mg-site-pages__item-text {
	    font-size: 12px;
	}
	.big-menu-content__right {
        margin-bottom: 68px;
    }
    .mg-basket__price,
    .mg-basket__total-title, 
    .mg-basket__total-count{
    	font-size: 18px;
    }
    .mg-product-item .product-item-title, .mg-product-item .product-item-title a{
    	font-size: 12px;
/*    	min-height: 60px;*/
		min-height: 50px;
        max-height: 50px;
        overflow: hidden;
         scrollbar-width: none; 
    	-ms-overflow-style: none;
    }
    .mg-product-item .product-item-title::-webkit-scrollbar, 
    .mg-product-item .product-item-title a::-webkit-scrollbar{
    	display: none;
    }
    .mg-product-item .product-item-price-container > span{
    	font-size: 18px;
    }
    .mg-product-item .product-item-button-container .mg-btn{
    	font-size: 12px;
    }
    .mg-product-item .product-item-image-wrapper{
		height: 270px;
	}
	.mg-product-item .product-item-image-original, 
	.mg-product-item .product-item-image-alternative{
		background-position: bottom;
	}
	.mg-info__item-title{
		font-size: 20px;
    	line-height: 26px;
	}
	.mg-info__item-text {
	    font-size: 14px;
	    line-height: 20px;
	}
	.mg-info__item-img {
        position: inherit;
    }
    .mg-eksklyuz {
    	--global-wrc-child-width:100%;
        --global-wrc-vertical: 40px;
    }
    .mg-eksklyuz__item-title{
    	font-size: 18px;
    }
    .mg-banner .mg-banner__left{
    	width: 100%;
    }
    .mg-banner {
        padding: 50px 0;
    }
    .mg-banner__right{
    	padding: 30px 0 0;
    }
    .mg-banner__btn .mg-btn{
    	width: 100%;
    	text-align: center;
    }
    .mg-banner__desc{
    	margin-bottom: 40px;
    }
    .mg-slider--actual .mg-slider__content-title{
    	font-size: 30px;
    	line-height: 1.2;
    }
	.mg-slider--actual .mg-slider__content-topText {
		font-size: 20px;
	}
	.mg-slider--actual .mg-slider__content {
		min-height: 564px;
		padding-left: 10px;
		padding-bottom: 30px;
	}
	.mg-slider__content-title{
    	font-size: 35px;
    	line-height: normal;
    }	
    .mg-slider__content-text{
    	font-size: 20px;
    	line-height: normal;
    }		
    .partner-section-btn .mg-btn {
    	margin: 0;
    	width: 100%;
    	text-align: center;
	}
	.partner-section__item-img img{
		width: 90%;
	}
	.mg-priziv__item-title{
		font-size: 20px;
	}
	.wrs-reviews{
		--global-wrc-vertical:20px;
	}
	.mg-slider__item--right{
		padding-left: 35px;
		padding-right: 35px;
	}
	.wrs-pressa{
	    --global-wrc-child-width: 100%;
	}
	.mg-news{
    	--global-wrc-child-width: 100%;
    	--global-wrc-vertical: 50px;
    	margin-bottom: 0px;
    }

    .mg-news__item{
    	display: block;
    }
    .mg-news__item-img{
		height: auto;
	}
	.mg-news__item-title{
		font-size: 18px;
	}
	.mg-news-bottom .mg-btn{
		width: 100%;
		text-align: center;
	}
	.mg-footer{
		flex-direction: column;
		gap: 50px;
	}
	.mg-footer-right{
		--global-wrc-child-width:100%;
		--global-wrc-horizontal: 0px;
    	--global-wrc-vertical: 50px;
	}
	.mg-footer-right .mg-footer__item--first,
	.mg-footer__item .mg-footer__item--second,
	.mg-footer__item .mg-footer__item--podpiska{
		width: var(--global-wrc-child-width);
    	max-width: var(--global-wrc-child-width);
	}
	.mg-footer__item.mg-footer__item--podpiska{
		padding-top: 50px;
		margin-bottom: 0px;
	}
	.mg-footer__bottom{
		margin-top: 90px;
	}
	.mg-footer__item-title{
		margin-bottom: 20px;
		font-size: 18px;
	}
	 .mg-slider--product .slick-slide .mg-slider__item {
        min-height: 480px;
        max-height: 480px;
    }
    .mg-product-page-title >*{
    	font-size: 20px;
    	margin-bottom: 30px;
    }
    .mg-product-page-dd{
    	margin-bottom: 40px;
    }
    .wrap-prod-srokSkidka{
    	flex-wrap: wrap;
    	justify-content: center;
    	margin-bottom: 40px;
    }
    .wrap-prod-srokSkidka__item--time{
    	display: flex;
	    flex: 0 0 100%;
	    justify-content: center;
    }
    .mg-product-page__quantity{
    	max-width: 100%;
    }
    .mg-product-page--top{
    	--global-wrc-vertical: 60px;
    }
    .product-item-detail-tab-title-mobile{
    	display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px;
        border-bottom: 1px solid #747474;
        color: #555555;
        font-size: 16px;
        font-weight: 400;
        font-family: 'Onest';
    }
    .product-item-detail-tabs-container {
    	display: none;
	}
	.product-item-detail-tab-content{
		display: block;
	}
	.mg-product-tab-content .product-item-detail-tab-content{
		padding: 0px;
	}
	.mg-product-page-description{
		margin:20px 0;
	}
	.product-item-detail-tab-title-mobile svg{
		transition: var(--mg-def-transition);
	}
	.product-item-detail-tab-content.mob-tab .product-item-detail-tab-title-mobile svg{
		transition: var(--mg-def-transition);
		transform: rotate(180deg);
	}
	.product-item-detail-tab-content .mg-product-page-description{
		opacity: 0;
        visibility: hidden;
        z-index: -1;
        position: absolute;
        height: 0;
	}
	.product-item-detail-tab-content.mob-tab .mg-product-page-description{
		position: inherit;
        opacity: 1;
        visibility: visible;
        height: auto;
        z-index: 1;
	}
	.mg-checkout-order__title{
		font-size: 20px;
	}
	.mg-checkout-order__SubTitle{
		font-size: 18px;
	}
	.wrs-myaccount{
		--global-wrc-horizontal: 0px;
		--global-wrc-child-width:100%;
	}
	.wrs-myaccount .mg-myaccount__item--left{
		width: var(--global-wrc-child-width);
	}
	.wrs-myaccount .mg-myaccount__item--right{
		flex: 0 0 100%;
	}
	.breadcrumbs-wrap {
	    margin: 24px 0 30px 0;
	}
	.my-account-content .bx_profile{
		max-width: 100%;
	}
	.my-account-content--wishlist .wishlist_list{
		gap: 16px;
	}
	.my-account-content--wishlist .wishlist_list .mg-product-item-container {
	    width: 100%;
	}
	.sale-order-list-inner-title-line-ll {
    	max-width: 55%;
	}
	.my-account-order-list{
		margin-bottom: 30px;
	}
	.mg-catalog-page--search .mg-cat-page{
		--global-wrc-child-width:100%;
		max-width: 100%;
	}
	.mg-catalog-page--search .wishlist-list__item.mg-product-item .product-item-title a{
		font-size: 14px;
	}
	.mg-bx-filter__bottomControls .bx-filter-button-box,
	.mg-dop-filter,
	.visible_inputs_filter,
	.visible_inputs_filter .mg-filter_inputs__sm{
		width: 100%;
	}
	.mg-dop-filter .mg-filter_inputs__sm{
		flex-direction: row;
		flex-wrap: wrap;
	}
	.mg-dop-filter  .wrap-mg-dop-filter__items{
		flex-wrap: wrap;
		width: 100%;
	}
	/**/
	.bp-form-title, .bp-form-titleSub{
		margin-bottom: 15px;
	}
	.wrapper-form__item:not(.wrapper-form__item--checkbox) input, 
	.wrapper-form__item textarea,
	.wrapper-form__item--checkbox{
		margin-bottom: 10px;
	}
	/*	*/
	.wrs-middle-elements__el-title{
		font-size: 20px;
	}
	.wrs-middle-elements {
        --global-wrc-horizontal: 0px;
        --global-wrc-vertical: 50px;
    }
    .wrs-middle-sotrd{
    	--global-wrc-vertical: 50px;
    }
    .wrs-middle-sotrd .wrs-middle-sotrd__item-right{
    	width: var(--global-wrc-child-width);
    	min-width: auto;
    	margin-bottom: 0px;
    }
    .mg-prisoedi__title {
    	font-size: 18px;
	}
	.mgbn1-title {
        font-size: 22px;
    }
    .mgbn1-subTitle{
    	margin-bottom: 60px;
    }
    .mgbn1-bottom__item-left {
	    font-size: 18px;
	}
	.mgbn1-bottom__item-right{
		width: 100%;
	}
	.mgbn1-bottom__item-right .mg-btn{
		width: 100%;
		text-align: center;
	}
	.wrs-middle-sotrd__item-right{
		display: none;
	}
	.wrs-middle-elements__el-custom{
		display: block;
	}
	.wrs-contacts-element__title {
	    font-size: 20px;
	    margin-bottom: 16px;
	}
	.mg-video-youtube iframe{
		height: 400px;
	}
	.wrs-thebrand{
		--global-wrc-horizontal: 0px;
	    --global-wrc-child-width: 100%;
	}
	.wrs-thebrand__item--img img {
	    min-height: 300px;
	}
	.wrs-aboutcomp__item-btn .mg-btn{
		width: 100%;
		text-align: center;
	}
	.aboutus-contacts__p {
	    font-size: 18px;
	}
	.wrs-bestseller .mg-product-item__cs{
		align-items: center;
		flex-direction: column;
	}
	.wrs-bestseller .mg-product-item__cs-left, .wrs-bestseller .mg-product-item__cs-right{
		min-width: 100%;
	}
	.mg-gift{
		--global-wrc-horizontal: 0px;
    	--global-wrc-vertical: 16px;
    	--global-wrc-child-width: 100%;
	}
	.mg-product-page-icon .icon-item {
		/*flex:0 0 50%;	*/
		/*flex:0 0 33.33333%;*/
		flex: 0 0 30%;
        padding-right: 20px;
	}
	.mg-product-page-icon{
		margin-top: 30px;
	}
	.wrap-prod-page .mg-slider--product .slick-arrow{
		display: none !important;
	}
	.mg-slider--product .slick-slide{
		/*border: 1px solid #0000001A;*/
		padding: 0px;
	}
	.mg-slider--product .slick-slide .mg-slider__item img{
		object-fit: cover;
	}	
}
@media (max-width:480px){
	:root{
		--mg-defaultContainerPadding:16px;
	}
	.breadcrumbs-wrap .inner-title{
		font-size: 22px;
		line-height: normal;
	}
	.mg-myaccount__item-title .acc-menu-item.active{
		font-size: 19px;
	}
	.breadcrumbs-cont{
		margin-bottom: 20px;
	}
	.mg-btn, a.mg-btn{
/*		padding: 16px 25px;*/
		padding: 15px 25px;
		border-radius: 0;
	}
	.mg-section-title{
		font-size: 22px;
	}
	.mg-section-title.mg-section-title--withDesc{
		margin-bottom: 20px;
	}
	.mg-section-desc{
		font-size: 14px;
	}
	h1{
		font-size: 26px;
	}
	h2{
		font-size: 22px;
	}
	.mg-container, .container{
		padding-left: var(--mg-defaultContainerPadding);
    	padding-right: var(--mg-defaultContainerPadding);
	}
	.mg-site--telephones,
	.mg-site--account,
	.mgHeader__item--right .mgHeader__item--burger,
	.mgHeader__item--right .header-search-icon{
		display: none;
	}
	.mgHeader__item--mobileLeft{
		display: block;
	}
	.wr--mgHeader .mgHeader__item--right{
		justify-content: end;
		flex: 0 0 calc(var(--global-wrc-child-width) - var(--global-wrc-horizontal));
	}
	.mgHeader__item--mobileLeft {
        display: flex;
        align-items: center;
        gap: 20px;
    }
    .wr--mgHeader{
    	justify-content: space-between;
    }
    #wr-header-search{
    	width: 100vw;
    	left: auto;
    	right: -16px;
    }
    .header-search-close svg path{
    	stroke: var(--mg-main-color);
    }
    #wr-header-search form{
    	padding-right: 8px;
    	padding-left: 8px;
    }
	.mg-slider--actual .mg-slider__content {
		min-height: 582px;
		padding-left: 4px;
		padding-bottom: 20px;
	}
	.mg-slider--actual .mg-slider__content-title {
		font-size: 28px;
	}
	.mg-slider--actual .mg-slider__content-topText {
		font-size: 16px;
		line-height: 1.4;
		margin-top: 0px !important;
	}
    .header-search-close{
    	right: 10px;
    }
    .mg-icons{
    	gap:0px;
    }
    .mg-site--basket{
    	padding-left: 20px;
    }
    .mg-site-pages{
    	gap: 14px;
    }
    .big-menu__menu ul{
    	flex-wrap: nowrap;
    }
    .big-menu-call__item {
	    font-size: 14px;
	}
	.big-menu__menu ul{
    	max-height: fit-content;
    }
    .mg-slider__content-title{
		font-size: 30px;
		line-height: 31px;
	}
    .mg-slider__content-text{
    	font-size: 20px;
    	line-height: normal;
    }	
	.mg-slider__content-href .mg-btn{
		width: 100%;
		text-align: center;
	}
	.mg-slider__content {
	    min-height: 650px;
	}
	.mg-product-item .product-item-image-wrapper{
		height: 200px;
	}
	.mg-product-item .product-item-title,
	.mg-product-item .product-item-image-wrapper{
		margin-bottom: 8px;
	}
	.mg-product-item .product-item-button-container .mg-btn{
		padding: 12px;
	}
	.mg-info__item-bottom {
		flex-direction: column;
        justify-content: start;
        align-items: start;
        gap:40px;
	}
	.mg-info__item-img{
		order: 1;
		margin: 0 auto;
	}
	.mg-info__item-bottom .mg-info__item-btn{
		order: 2;
		width: 100%;
	}
	.mg-info__item-bottom .mg-info__item-btn .mg-btn{
		width: 100%;
		text-align: center;
	}
	.mg-eksklyuz {
    	--global-wrc-child-width:100%;
        --global-wrc-vertical: 30px;
    }
    .mg-banner .mg-banner__left{
    	margin-right: 0px;
    }
    .mg-banner .mg-banner__title{
    	font-size: 22px;
    }
    .mg-banner{
    	padding: 35px 0 16px 0;
    }
    .mg-slider__content-topText{
    	font-size: 14px;
    }
    .mg-slider__content .mg-slider__content-topText{
    	order: 2;
    	margin-top: 16px;
    	margin-bottom: 0px;
    }
    .mg-slider__content .mg-slider__content-title{
    	order: 1;
    }
    .mg-slider__content .mg-slider__content-text{
    	order: 2;
    }	
    .mg-slider__content .mg-slider__content-href{
    	order: 3;
    }
    .wrs-reviews__item-img {
        height: 500px;
    }
    .mg-slider__item--right{
    	font-size: 14px;
    }
    .mg-slider--product .slick-slide .mg-slider__item{
    	min-height: 360px;
        max-height: 360px;
    }
    .wrap-prod-srokSkidka__item--subTitle{
    	display: flex;
	    flex: 0 0 100%;
	    justify-content: center;
    }
    .wishlist-list__item.product-item-info-container.product-item-price-container{
    	flex-direction: column;
    }
    .basket-item-list--v2 .mg-basket__item.mg-basket__item--img{
    	min-width: 65px;
    	max-width: 65px;
    	margin-right: 8px;
    }
    .basket-prod-price{
    	flex-wrap: wrap;
    	justify-content: end;
    }
    .basket-prod-price span{
    	font-size: 18px;
    }
/*    */
    .my-account-arrow-menu{
    	display: flex;
    }
    .my-account .inner-title{
    	display: none;
    }
    .mg-myaccount__item.mg-myaccount__item--left{
    	position: relative;
    }
    .mg-myaccount__item--left-it{
    	display: none;
    }
    .mg-myaccount__item--left-it.active{
    	display: block;
    }
    .open-panel .mg-myaccount__item--left-it,
    .my-account.open-panel .inner-title{
    	display: block;
    }
    .open-panel .my-account-arrow-menu{
    	display: none;
    }
    .breadcrumbs-wrap--onlyTitle .inner-title{
    	margin-top: 0px;
    }
    .wrs-myaccount{
    	--global-wrc-vertical:30px;
    }
    .mg-myaccount__item.mg-myaccount__item--right{
    	margin-bottom: 0px;
    }
    .open-panel .mg-myaccount__item--right .my-account-content{
    	display: none !important;
    }
    .open-panel .mg-myaccount__item-title svg{
		display: block;
	}
	.mg-myaccount__item-title .acc-menu-item:not(.mg-logout){
		justify-content: space-between;
	}
/*    */
	.my-account-order-list .sale-order-list-payment,
	.sale-order-list-inner-title-line{
		flex-direction: column;
		gap: 16px;
	}
	.my-account-detOrder__date {
		font-size: 18px;
	}
	.my-account-order-list .sale-order-list-payment-price{
		flex-direction: column;
	    align-items: start;
	    gap: 5px;
	}
	.sale-order-list-inner-title-line-ll{
		max-width: 100%;
	}
	span.sale-order-list-payment-number,
	span.sale-order-list-inner-title-line-item{
		font-size: 16px;
	}
	.mg-account-products{
		--global-wrc-child-width:70px;
	}
	.my-account-order-list{
		margin-bottom: 20px;
	}
	.ishlist-list__item-right-bott{
		flex-direction: column;
	}
	.ishlist-list__item-right-bott .product-item-info-container .product-item-button-container .mg-btn{
		width: fit-content;
		padding-right: 24px;
		padding-left: 24px;
	}
	.wishlist-list__item.mg-product-item .product-item-title{
		max-width: 290px;
	}
/*	*/

	.big-menu__info-soc--bigMenuMobile,
	.big-menu__mg-icons-bigMenuMobile .mg-site--account{
		display: block;
	}
	.big-menu__mg-icons-bigMenuMobile{
		display: flex;
	}
	.big-menu__right{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	.big-menu__mg-icons-bigMenuMobile .mg-site--basket{
		padding-left: 3px;
	}
	.wrap-big-menu__panel{
		gap: 10px;
	}
	.big-menu-logo img{
		width: 90px;
	}
	.big-menu-close{
		padding-left: 30px;
	}
	.big-menu__mg-icons-bigMenuMobile .mg-icons__item-icon svg{
		width: 24px;
		height: 24px;
	}
	.big-menu__mg-icons-bigMenuMobile .mg-icons__item-counter{
		width: 10px;
		height: 10px;
		font-size: 7px;
	}
	.big-menu__mg-icons-bigMenuMobile{
		gap: 30px;
	}
	.big-menu__mg-icons-bigMenuMobile .mg-icons__item-icon svg path{
		stroke: var(--mg-dop-color-two);
	}
	.mg-slider--gap {
    	margin: 0 -10px;
	}
	.mg-slider--gap .slick-slide {
    	padding: 0px 10px;
	}
/*	*/
    .mg-prisoedi__title {
        font-size: 15px;
    }
    .mg-prisoedi__img img{
    	max-height: 400px;
	    width: 100%;
	    object-fit: cover;
    }
    .mgbn1-title {
        font-size: 20px;
    }
    .wrs-thebrand__item-title{
    	font-size: 20px;
    }
    .wrs-aboutcomp__item-title{
    	font-size: 20px;
    }
    .wrs-bestseller .mg-product-item__cs .product-item-image-wrapper{
    	height: 350px;
    }
    .news-detail__title {
	    font-size: 20px;
	    margin-bottom: 30px;
	}
}
@media (max-width:380px){
    .wishlist-list__item.mg-product-item .product-item-title {
        max-width: 200px;
    }
	.mg-slider--actual .mg-slider__content {
		min-height: 500px;
	}
	.mg-slider--actual .mg-slider__content-title {
		font-size: 22px;
	}
	.mg-slider--actual .mg-slider__content-topText {
		font-size: 16px;
		line-height: 1.4;
	}
}

/**/
.mg-cat-page--gifts{
	--global-wrc-child-width: 100%;
	--global-wrc-vertical:30px;
}
.mg-cat-page--gifts .mg-product-item{
	display: flex;
}
.mg-cat-page--gifts .product-item-image-wrapper{
	width: 120px;
    height: 120px;
    min-width: 90px;
    margin-right: 10px;
}
.sc-gifts-title {
    font-family: 'Onest';
    font-weight: 400;
    font-size: 20px;
    color: var(--mg-dop-color-two);
    text-align: center;
    margin: 15px 0;
    width: 100%;
    text-align: center;
}
.mg-cat-page--gifts .mg-product-item .product-item-title, .mg-cat-page--gifts .mg-product-item .product-item-title a{
	min-height: auto;
	text-align: center;
}
.mg-prod-gift-ww{
	display: flex;
    flex-direction: column;
    flex: 1;
}
.mg-prod-gift-ww .product-item-price-container{
	justify-content: center;
}
.popup-window{
	z-index: 1600 !important;
}
.mg-slider__item{
	position: relative;
}
.mg-slider__item img{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
	z-index: -1;
	pointer-events: none;
}
input[name^="form_"] {
	border-radius: 0 !important;
}

.mg-product-page-secret-components {
	display: flex;
	margin: 0 -20px;
	flex-wrap: wrap;
}

.mg-product-page-secret-component {
	flex: 0 0 calc(50% - 40px);
	max-width: calc(50% - 40px);
	width: calc(50% - 40px);
	display: flex;
	align-items: center;
	background: #f9f9f9;
	border-radius: 5px;
	padding: 20px;
	margin: 20px;
}
.mg-product-page-secret-component-image {
	flex: 0 0 15%;
	max-width: 15%;
	width: 15%;
}
.mg-product-page-secret-component-info {
	flex: 0 0 calc(85% - 15px);
	max-width: calc(85% - 15px);
	width: calc(85% - 15px);
	margin-left: 15px;
}
.mg-product-page-secret-component-info-title {
	font-weight: bold;
	margin-bottom: 15px;
}
.mg-product-page-secret-component-info-descr {

}
@media (max-width:768px) {
	.mg-product-page-secret-components {
		flex-wrap: wrap;
	}
	.mg-product-page-secret-component {
		flex: 0 0 calc(100% - 40px);
		max-width: calc(100% - 40px);
		width: calc(100% - 40px);
		align-items: flex-start;
		padding: 15px;
		margin: 10px 20px;
	}
	.mg-product-page-secret-component-image {
		flex: 0 0 20%;
		max-width: 20%;
		width: 20%;
	}
	.mg-product-page-secret-component-info {
		flex: 0 0 calc(80% - 15px);
		max-width: calc(80% - 15px);
		width: calc(80% - 15px);
		margin-left: 15px;
	}
}
/*13-05-25*/
#mg-modal .bx-basket-item-list-container{
	max-height: 381px;
	padding-right: 5px;
}
#mg-modal .bx-basket-item-list-container::-webkit-scrollbar {
  width: 5px;
}
#mg-modal .bx-basket-item-list-container::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: var(--mg-btn-BackgDefault);
}
#mg-modal .bx-basket-item-list-container::-webkit-scrollbar-track {
  border-radius: 10px;
}
.mod-basket-coupon-alert .basket-coupon-alert {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-top: 3px;
    padding-bottom: 3px;
    min-height: 0;
    width: 100%;
    font: 400 13px / 14px "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
/*    -webkit-box-align: start;
    align-items: flex-start;*/
    justify-content: space-between; 
    align-items: center;
}
.mod-basket-coupon-alert .basket-coupon-text {
    position: relative;
    display: block;
    padding-left: 18px;
    word-break: break-all;
    word-break: break-word;
}
.mod-basket-coupon-alert .text-muted .basket-coupon-text:after {
    position: absolute;
    top: 0;
    left: 2px;
    width: 6px;
    height: 10px;
    border-right: 2px solid #7ad500;
    border-bottom: 2px solid #7ad500;
    content: '';
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.mod-basket-coupon-alert .text-danger {
    color: #dc3545 !important;
}
.mod-basket-coupon-alert .custom-close-link {
    margin-left: 10px;
    border-bottom: 1px dotted;
    color: #3e86de;
    text-decoration: none;
    font: 400 12px / 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
    opacity: 1;
    cursor: pointer;
    transition: 220ms ease all;
}
.basket-item-list--v2 .mg-basket__item.mg-basket__item--img{
	border: 1px solid #0000000D;
}
.basket-item-list--v2 .mg-basket__name a{
	font-size: 12px;
}
.basket-item-list--v2 .mg-basket__name{
	line-height: 1.2;
}
.mg-open-body .yButton{
	z-index: 100 !important;
}

@media (max-width:767px){
	.bx-basket-block__item--coupon #basket-coupon{
		text-align: center;
	}
	.mg-slider__content-href{
		display: none;
	}
}
@media (max-width:500px){
	#basket-coupon{
		max-width: 150px;
	}
	.bx-basket-block__item--coupon .mg-btn{
		padding: 15px;
	}
	.mg-modal-top{
		margin-bottom: 30px;
	}
	.mg-modal__title{
		margin-bottom: 20px;
	}
}
@media (max-width:330px){
	   #basket-coupon {
        max-width: 105px;
    }
}
#mg-modal .bx-basket-block{
	white-space: normal;
}
#mg-modal .product-item-title a{
	font-size: 12px;
}

/*03-06-25*/
.mgbn2 .mg-section-title{
	margin-bottom: 30px;
}
.mgbn2 .mgbn1-subTitle{
	margin-bottom: 50px;
}
.mgbn2 .mg-forma .mg-forma__item--left img{
	max-height: 850px;
}
.bp-form-title-top{
	font-size: 25px;
	margin-bottom: 30px;
}
.mg-prisoedi__img img{
	max-height: 505px;
	width: 100%;
	object-fit: cover;
}
.mgbn2 .mg-forma .mg-section-title,
.mgbn2 .mg-forma .mgbn1-subTitle{
	--global-wrc-child-width: 100%;
}
.page-collection-cts{
	--global-wrc-horizontal: 16px;
    --global-wrc-vertical: 16px;
    --global-wrc-child-width: 50%;
}
.page-collection-cts__element {
    display: flex;
    background: #F9F9F9;
}
.page-collection-cts__element .page-collection-cts__element-left,
.page-collection-cts__element .page-collection-cts__element-right{
	width: 50%;
}
.page-collection-cts__element-left-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.page-collection-cts__element-right {
    padding: 15px 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: space-between;
}
.page-collection-cts__element-title {
    font-family: 'Onest';
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 16px;
}
.page-collection-cts__element-desc {
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 16px;
    line-height: 23.2px;
    color: #7A7A78;
}
.page-collection-cts__element-btn .mg-btn{
	width: 100%;
	text-align: center;
}
.wrs-bestseller--typeH .mg-product-item-desc,
.wrs-bestseller--typeH .mg-slider-btn{
	display: none !important;
}
@media (max-width: 1440px){
	.page-collection-cts__element-title {
	    font-size: 20px;
	    line-height: 20px;
	    margin-bottom: 10px;
	}
	.page-collection-cts__element-desc{
		font-size: 14px;
		line-height: 20.3px;
	}
	.page-collection-cts__element-left-img{
		/*height: 228px;*/
	}
	.wrs-bestseller--typeH .wrs-bestseller{
		--global-wrc-horizontal: 16px;
        --global-wrc-vertical: 16px;
        --global-wrc-child-width: 33.3333%;
        row-gap: 70px;
	}
	.wrs-bestseller--typeH .mg-product-item__cs-left,
	.wrs-bestseller--typeH .mg-product-item__cs-right{
		min-width: 100%;
	}
}
@media (max-width: 1200px){
	.mgbn2 .mg-forma .mg-forma__item--left img{
		max-height: none;
	}
}
@media (max-width: 1100px){
	.mgbn2 .mg-forma__item--left{
		order: 1;
		margin-bottom: 30px;
	}
    .mgbn2 .mg-forma .mg-section-title {
        line-height: 42px;
        order: 2;
    }
	.mgbn2 .mg-forma .mgbn1-subTitle{
		order: 3;
	}
	.mgbn2 .mg-forma__item--right{
		order: 4;
	}
	.mgbn2 .mg-forma .mg-forma__item--left img {
        max-height: 350px;
    }
    .mgbn2 .mgbn1-subTitle{
    	margin-bottom: 40px;
    }
    .mgbn2 .bp-form form{
    	margin: 0;
	    width: 100%;
	    max-width: 100%;
    }
    .mgbn2 .bp-form-title-top{
    	text-align: left;
    	max-width: 390px;
    }
}
@media (max-width: 1000px){
	.page-collection-cts__element-btn .mg-btn{
		padding-left: 5px;
		padding-right: 5px;
	}
	.page-collection-cts {
	    --global-wrc-horizontal: 0px;
	    --global-wrc-vertical: 0px;
	    --global-wrc-child-width: 100%;
	    row-gap: 50px;
	}
	.page-collection-cts__element-left-img{
		height: 300px;
	}
	.page-collection-cts__element-title{
		font-size: 28px;
		margin-bottom: 20px;
	}
	.page-collection-cts__element-desc{
		font-size: 16px;
	}
	.wrs-bestseller--typeH .wrs-bestseller {
        --global-wrc-horizontal: 16px;
        --global-wrc-vertical: 16px;
        --global-wrc-child-width: 50%;
    }
}
@media (max-width: 767px){
	.mgbn2 .mg-forma .mg-section-title {
        line-height: 28.6px;
        font-size: 22px;
        margin-bottom: 20px;
    }
    .mgbn2 .mgbn1-subTitle{
    	margin-bottom: 30px;
    }
    .mgbn2 .mg-forma .mgbn1-subTitle{
    	gap: 16px;
    }
    .page-collection-cts__element{
    	flex-wrap: wrap;
    	background: transparent;
    }
    .page-collection-cts__element .page-collection-cts__element-left, 
    .page-collection-cts__element .page-collection-cts__element-right{
    	width: 100%;
    }
    .page-collection-cts__element-left-img{
    	height: 275px;
    }
    .page-collection-cts__element-right{
    	padding-left: 0px;
    	padding-right: 0px;
    }
    .page-collection-cts__element-title{
    	line-height: normal;
    }
    .page-collection-cts__element-desc{
    	font-size: 18px;
    }
    .page-collection-cts__element-right{
    	gap: 15px;
    }
    .wrs-bestseller--typeH .wrs-bestseller .mg-product-item__cs .product-item-image-wrapper {
        height: 370px;
    }
    .wrs-bestseller--typeH .wrs-bestseller .product-item-title a{
    	font-size: 12px !important;
    }
}
@media (max-width: 480px){
	.mgbn2 .mg-forma .mg-section-title{
		font-size: 20px;
	}
	.mgbn2 .bp-form-title-top{
		font-size: 22px;
		margin-bottom: 25px;
	}
	.page-collection-cts__element-right{
		padding-top: 7px;
		padding-bottom: 7px;
	}
	.page-collection-cts__element-title {
    	font-size: 18px;
    	margin-bottom: 5px;
	}
	.page-collection-cts__element-desc {
    	font-size: 14px;
	}
	.page-collection-cts__element-right{
		gap: 10px;
	}
	.wrs-bestseller--typeH .wrs-bestseller .mg-product-item__cs .product-item-image-wrapper {
        height: 200px;
    }
    .wrs-bestseller--typeH .wrs-bestseller .product-item-title a{
    	font-size: 10px !important;
    }
}
/* ---- */
/* End */


/* Start:/local/templates/margys/assets/css/fonts.css?17442745031981*/
@font-face {
    font-family: 'Onest';
    src: url('/local/templates/margys/assets/css/../fonts/Onest-Light.ttf');
    src: local('Onest-Light'), local('Onest-Light'),
        url('/local/templates/margys/assets/css/../fonts/Onest-Light.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/margys/assets/css/../fonts/Onest-Light.woff2') format('woff2'),
        url('/local/templates/margys/assets/css/../fonts/Onest-Light.woff') format('woff'),
        url('/local/templates/margys/assets/css/../fonts/Onest-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Onest';
    src: url('/local/templates/margys/assets/css/../fonts/Onest-Regular.ttf');
    src: local('Onest-Regular'), local('Onest-Regular'),
        url('/local/templates/margys/assets/css/../fonts/Onest-Regular.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/margys/assets/css/../fonts/Onest-Regular.woff2') format('woff2'),
        url('/local/templates/margys/assets/css/../fonts/Onest-Regular.woff') format('woff'),
        url('/local/templates/margys/assets/css/../fonts/Onest-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'MG-Open-Sans';
    src: url('/local/templates/margys/assets/css/../fonts/OpenSans_Condensed-Regular.ttf');
    src: local('OpenSans_Condensed-Regular'), local('OpenSans_Condensed-Regular'),
        url('/local/templates/margys/assets/css/../fonts/OpenSans_Condensed-Regular.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/margys/assets/css/../fonts/OpenSans_Condensed-Regular.woff2') format('woff2'),
        url('/local/templates/margys/assets/css/../fonts/OpenSans_Condensed-Regular.woff') format('woff'),
        url('/local/templates/margys/assets/css/../fonts/OpenSans_Condensed-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'MG-Open-Sans';
    src: url('/local/templates/margys/assets/css/../fonts/OpenSans_Condensed-SemiBold.ttf');
    src: local('OpenSans_Condensed-SemiBold'), local('OpenSans_Condensed-SemiBold'),
        url('/local/templates/margys/assets/css/../fonts/OpenSans_Condensed-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/margys/assets/css/../fonts/OpenSans_Condensed-SemiBold.woff2') format('woff2'),
        url('/local/templates/margys/assets/css/../fonts/OpenSans_Condensed-SemiBold.woff') format('woff'),
        url('/local/templates/margys/assets/css/../fonts/OpenSans_Condensed-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

/* End */


/* Start:/local/templates/margys/components/bitrix/search.title/header-search/style.css?17442745162108*/
div.title-search-result {
	border:1px solid #c6c6c6;
	display:none;
	overflow:hidden;
	z-index:205;
}

table.title-search-result {
	border-collapse: collapse;
	border:none;
	width:10%;
}

table.title-search-result th {
	background-color:#F7F7F7;
	border-right:1px solid #e8e8e8;
	color:#949494;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:14px;
 	padding-right:12px;
	text-align:right;
	vertical-align:top;
	white-space:nowrap;
	width:1%;
}

table.title-search-result td {
	background-color:white;
	color:black;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	text-align:left;
	white-space:nowrap;
}

table.title-search-result td.title-search-item {
	padding-left:8px;
	padding-right:15px;
}

table.title-search-result td.title-search-item a {
	padding-left:4px;
	padding-right:15px;
	text-decoration: none;
	color:black;
	vertical-align:top;
	display:block;
}

table.title-search-result td.title-search-item img {
	vertical-align:top;
}

table.title-search-result td.title-search-item b {
	color:#cf0000;
	font-weight:normal;
}

table.title-search-result tr.title-search-selected td
,table.title-search-result tr.title-search-selected a
,table.title-search-result tr.title-search-selected td.title-search-more a
{
	background-color:#fff2be;
}

table.title-search-result td.title-search-more {
	font-size:11px;
	font-weight:normal;
	padding-right:15px;
	padding-left:24px;
	padding-top:0px;
}

table.title-search-result td.title-search-more a
{
	padding-left:12px;
	padding-right:15px;
	text-decoration:none;
	color:#999999;
}

table.title-search-result td.title-search-all {
	padding-left:24px;
	padding-right:15px;
}

table.title-search-result td.title-search-all a
{
	padding-left:4px;
	text-decoration:none;
	color:#808080;
}

table.title-search-result td.title-search-separator
, table.title-search-result th.title-search-separator {
	padding-top:0px;
	padding-bottom:0px;
	font-size:4px;
}

div.title-search-fader {
	display:none;
	background-image: url('/local/templates/margys/components/bitrix/search.title/header-search/images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}
/* End */


/* Start:/local/templates/margys/components/bitrix/sale.basket.basket.line/cart_new/style.css?17442745164804*/
.bx-basket { }

.bx-basket-block {
	margin: auto;
	position: relative;
	padding-bottom: 5px;
	padding-left: 20px;
	white-space: nowrap;
	font-size: 12px;
}

.bx-basket-block > .fa {
	position: absolute;
	top: 3px;
	left: 0;
	width: 12px;
	color: #97a1ab;
}

.bx-basket-block a { margin-right: 10px; }

/*FIXED BASKET*/

@media (min-width: 768px) {
	.bx-basket-fixed {
		position: fixed;
		z-index: 100;
		overflow: hidden;
		padding-top: 10px;
		width: 200px;
		border: 1px solid #f0f0f0;
		border-radius: 1px;
		background: #fff;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
	}

	.bx-basket-fixed.top { top: 10px }

	.bx-basket-fixed.right { right: 10px }

	.bx-basket-fixed.bottom { bottom: 10px }

	.bx-basket-fixed.left { left: 10px }

	.bx-basket-fixed.bx-max-height { top: 10px; bottom: 10px; }

	.block-store-catalog-list .bx-basket-fixed.bottom { bottom: 70px }
}

@media (min-width: 768px) and (width <= 992px) {
	.block-store-catalog-list .bx-basket-fixed.bottom { bottom: 90px }
}

@media (max-width: 767px) {
	.bx-basket-fixed {
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 100;
		overflow: hidden;
		padding-top: 10px;
		border: 1px solid #f0f0f0;
		border-radius: 1px;
		background: #fff;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
	}

	.bx-basket-item-list { display: none; }

	.block-wrapper .bx-basket-fixed {
		padding-top: 0;
	}

	.block-wrapper .bx-basket-fixed .bx-hdr-profile {
		display: flex;
		justify-content: space-between;
	}

	.block-wrapper .bx-basket-fixed .bx-hdr-profile .bx-basket-block {
		padding-bottom: 0;
	}

	/*.bx-basket-fixed */
}

.bx-basket-item-list {
	position: relative;
	overflow: hidden;
	padding-bottom: 20px;
	border-top: 1px solid #f7f7f7;
}

.bx-opener .bx-basket-item-list { padding-bottom: 75px; }

.bx-max-height .bx-basket-item-list {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}

.bx-closed .bx-basket-item-list {
	overflow: hidden;
	height: 20px;
}

.bx-basket-item-list-action {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 120;
	padding: 3px 0;
	height: 20px;
	background: #f7f7f7;
	color: #4f4f4f;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	line-height: 14px;
	cursor: pointer;
}

.bx-basket-item-list-button-container {
	position: absolute;
	right: 0;
	bottom: 20px;
	left: 0;
	padding: 10px 0;
	border-top: 1px solid #f7f7f7;
	background: #fff;
	text-align: center;
}

.bx-basket-item-list-container {
	overflow-y: auto;
	max-height: 100%
}

.bx-basket-item-list-item {
	position: relative;
	margin-bottom: 15px;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom: 1px solid #f7f7f7;
}

.bx-basket-item-list-container .bx-basket-item-list-item:last-child {
	margin-bottom: 0;
	border-bottom: none;
}

.bx-basket-item-list-item-status {
	margin: 0 10px 20px;
	padding: 3px;
	border-radius: 3px;
	background: #ebebeb;
	text-align: center;
	white-space: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
}

.bx-basket-item-list-item-img {
	position: relative;
	padding-bottom: 5px;
	text-align: center;
}

.bx-basket-item-list-item-img img {
	max-width: 90px;
	height: auto;
	border: 1px solid #e6e6e6;
}

.bx-basket-item-list-item-name { padding-bottom: 5px; }

.bx-basket-item-list-item-name a {
	font-size: 13px;
	line-height: 16px;
}

.bx-basket-item-list-item-remove {
	position: absolute;
	top: -7px;
	right: 10px;
	width: 20px;
	height: 20px;
	opacity: .5;
	cursor: pointer;
	transition: 250ms linear all;
}

.bx-basket-item-list-item-remove:after,
.bx-basket-item-list-item-remove:before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 10px;
	height: 2px;
	border-radius: 1px;
	background-color: #333;
	content: '';
	transform: translate(-50%, -50%);
}

.bx-basket-item-list-item-remove:after {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-moz-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	-o-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.bx-basket-item-list-item-remove:before {
	-webkit-transform: translate(-50%, -50%) rotate(135deg);
	-moz-transform: translate(-50%, -50%) rotate(135deg);
	-ms-transform: translate(-50%, -50%) rotate(135deg);
	-o-transform: translate(-50%, -50%) rotate(135deg);
	transform: translate(-50%, -50%) rotate(135deg);
}

.bx-basket-item-list-item-remove:hover { opacity: .7; }

.bx-basket-item-list-item-price-block {
	padding-bottom: 5px;
	font-size: 12px;
}

.bx-basket-item-list-item-price {
	display: inline-block;
	margin-right: 5px;
}

.bx-basket-item-list-item-price-old {
	display: inline-block;
	margin-right: 5px;
	color: #b0b0b0;
	text-decoration: line-through
}

.bx_cart_login_top .bx-hdr-profile { line-height: 1.44em; }

/* End */


/* Start:/local/templates/margys/components/bxmaker/authuserphone.login/.default/style.css?174427451627717*/
.bxmaker-authuserphone-login {
  font-family: 'Raleway', sans-serif;
  background-color: #ffffff;
  border: 2px solid #cbb36d;
  max-width: 420px;
  padding: 80px 30px 30px;
  position: relative;
  margin: 100px auto;
  border-radius: 4px;
}
.bxmaker-authuserphone-login * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: #121212;
}
.bxmaker-authuserphone-login--noreg {
  padding-top: 15px;
}
.bxmaker-authuserphone-login__change-form {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px 40px;
  border: 1px solid #cbb36d;
  border-right: 0;
  border-top: 0;
  background-color: #f1f1f1;
  cursor: pointer;
  color: #cbb36d;
}
@media (max-width: 420px) {
  .bxmaker-authuserphone-login__change-form {
    padding: 10px 15px;
  }
}
.bxmaker-authuserphone-login__change-form:hover {
  background-color: #cbb36d;
  color: #fff;
}
.bxmaker-authuserphone-login__change-form:active {
  background-color: #cbb36d;
  color: #fff;
}
.bxmaker-authuserphone-login__title {
  position: absolute;
  top: 0;
  left: 20px;
  padding: 30px 10px 10px;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 24px;
  color: #646464;
}
.bxmaker-authuserphone-login__show-password {
  cursor: pointer;
  opacity: 0.3;
  position: absolute;
  top: 0;
  right: 0;
  height: 37px;
  line-height: 37px;
  width: 30px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, opacity 0.3s ease-in-out, -o-transform 0.3s ease-in-out;
  -ms-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, opacity 0.3s ease-in-out, -ms-transform 0.3s ease-in-out;
  -moz-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, opacity 0.3s ease-in-out, -moz-transform 0.3s ease-in-out;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.bxmaker-authuserphone-login__show-password:after {
  content: '';
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDMiIGhlaWdodD0iNDIiIHZpZXdCb3g9IjAgMCA0MyA0MiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00MC41NjA3IDIuNDM5MzRDNDEuMTQ2NCAzLjAyNTEzIDQxLjE0NjQgMy45NzQ4NyA0MC41NjA3IDQuNTYwNjZMMzMuMTIzNCAxMS45OTc5QzM2LjcxODIgMTMuNjYyNSAzOS44OTYxIDE2LjIwOSA0Mi4yNDA0IDE5LjY1NjVDNDIuNTk0OCAyMC4xNzc4IDQyLjU4NTYgMjAuODY0OSA0Mi4yMTczIDIxLjM3NjVDMzUuODc5NyAzMC4xNzg3IDI0LjQzNjIgMzMuNjIwMSAxNC4zNDE5IDMwLjc3OTRMNS4wNjA2NiA0MC4wNjA3QzQuNDc0ODcgNDAuNjQ2NCAzLjUyNTEzIDQwLjY0NjQgMi45MzkzNCA0MC4wNjA3QzIuMzUzNTUgMzkuNDc0OSAyLjM1MzU1IDM4LjUyNTEgMi45MzkzNCAzNy45MzkzTDExLjIwNjMgMjkuNjcyM0M3LjI1OTI4IDI3Ljk4MDggMy42NDU0OCAyNS4yNDE0IDAuNzk0NjY2IDIxLjM5MjhDMC4zODk0NjcgMjAuODQ1OCAwLjQwMzQzOSAyMC4wOTQ1IDAuODI4Njk3IDE5LjU2M0M2LjE0NTczIDEyLjkxNjcgMTQuMjIzOCA5LjYyNSAyMi4wNjI1IDkuNjI1QzI0Ljc4MDEgOS42MjUgMjcuNDg4NiAxMC4wMjE0IDMwLjA1ODUgMTAuODIwMUwzOC40MzkzIDIuNDM5MzRDMzkuMDI1MSAxLjg1MzU1IDM5Ljk3NDkgMS44NTM1NSA0MC41NjA3IDIuNDM5MzRaTTI3LjYxNzggMTMuMjYwOUMyNS44MjAxIDEyLjgzNzkgMjMuOTUyMSAxMi42MjUgMjIuMDYyNSAxMi42MjVDMTUuMzk2NCAxMi42MjUgOC42MDg2NCAxNS4yODAyIDMuOTMwODIgMjAuNTM3MUM2LjYwMjQ1IDIzLjc4OTQgOS45MzEwMyAyNi4wNDQyIDEzLjUyMDcgMjcuMzU3OUwyNy42MTc4IDEzLjI2MDlaTTE2LjgyOTggMjguMjkxNUMyNC45Nzc3IDI5Ljk0MDcgMzMuODA4NyAyNy4xMzY2IDM5LjEzNDEgMjAuNDc4QzM2Ljk2OTEgMTcuNjU3MiAzNC4wOTA0IDE1LjU4NDQgMzAuODQyNSAxNC4yNzg5TDE2LjgyOTggMjguMjkxNVoiIGZpbGw9ImJsYWNrIi8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMjIgMjUuNUMyNC40ODUzIDI1LjUgMjYuNSAyMy40ODUzIDI2LjUgMjFDMjYuNSAxOC41MTQ3IDI0LjQ4NTMgMTYuNSAyMiAxNi41QzE5LjUxNDcgMTYuNSAxNy41IDE4LjUxNDcgMTcuNSAyMUMxNy41IDIzLjQ4NTMgMTkuNTE0NyAyNS41IDIyIDI1LjVaTTIyIDI4QzI1Ljg2NiAyOCAyOSAyNC44NjYgMjkgMjFDMjkgMTcuMTM0IDI1Ljg2NiAxNCAyMiAxNEMxOC4xMzQgMTQgMTUgMTcuMTM0IDE1IDIxQzE1IDI0Ljg2NiAxOC4xMzQgMjggMjIgMjhaIiBmaWxsPSJibGFjayIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTQxLjIzMDggMC42OTYwNDhDNDIuMjI3MSAxLjY1MTk1IDQyLjI1OTkgMy4yMzQ1MyA0MS4zMDQgNC4yMzA4M0w1LjgwMzk2IDQxLjIzMDhDNC44NDgwNSA0Mi4yMjcxIDMuMjY1NDggNDIuMjU5OSAyLjI2OTE4IDQxLjMwNEMxLjI3Mjg4IDQwLjM0ODEgMS4yNDAxNCAzOC43NjU1IDIuMTk2MDUgMzcuNzY5MkwzNy42OTYgMC43NjkxODFDMzguNjUyIC0wLjIyNzExNiA0MC4yMzQ1IC0wLjI1OTg1OSA0MS4yMzA4IDAuNjk2MDQ4WiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00MS4wMzg1IDAuOTE3NjI5QzQxLjYzNjMgMS40OTExNyA0MS42NTU5IDIuNDQwNzIgNDEuMDgyNCAzLjAzODVMNS41ODIzOCA0MC4wMzg1QzUuMDA4ODMgNDAuNjM2MyA0LjA1OTI5IDQwLjY1NTkgMy40NjE1MSA0MC4wODI0QzIuODYzNzMgMzkuNTA4OCAyLjg0NDA4IDM4LjU1OTMgMy40MTc2MyAzNy45NjE1TDM4LjkxNzYgMC45NjE1MDlDMzkuNDkxMiAwLjM2MzczMSA0MC40NDA3IDAuMzQ0MDg1IDQxLjAzODUgMC45MTc2MjlaIiBmaWxsPSJibGFjayIvPgo8L3N2Zz4K");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: top;
  top: 50%;
  position: relative;
  margin-top: 0px;
}
.bxmaker-authuserphone-login__show-password:hover {
  opacity: 1;
}
.bxmaker-authuserphone-login__show-password.active {
  opacity: 1;
}
.bxmaker-authuserphone-login__show-password.active:after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDMiIGhlaWdodD0iMjMiIHZpZXdCb3g9IjAgMCA0MyAyMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zLjkzMDgyIDExLjUzNzFDMTMuMjczOCAyMi45MTA5IDMwLjY1MTMgMjIuMDg0MyAzOS4xMzQxIDExLjQ3OEMzNS4xNDcgNi4yODMyNiAyOC43Mzk2IDMuNjI1IDIyLjA2MjUgMy42MjVDMTUuMzk2NCAzLjYyNSA4LjYwODY0IDYuMjgwMiAzLjkzMDgyIDExLjUzNzFaTTIyLjA2MjUgMC42MjVDMjkuODk5MiAwLjYyNSAzNy42NjA0IDMuOTIxMzEgNDIuMjQwNCAxMC42NTY1QzQyLjU5NDggMTEuMTc3OCA0Mi41ODU2IDExLjg2NDkgNDIuMjE3MyAxMi4zNzY1QzMyLjY0MzkgMjUuNjcyOCAxMS40MTk5IDI2LjczNjggMC43OTQ2NjYgMTIuMzkyOEMwLjM4OTQ2NyAxMS44NDU4IDAuNDAzNDM5IDExLjA5NDUgMC44Mjg2OTcgMTAuNTYzQzYuMTQ1NzMgMy45MTY2NyAxNC4yMjM4IDAuNjI1IDIyLjA2MjUgMC42MjVaIiBmaWxsPSJibGFjayIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTIyIDE2LjVDMjQuNDg1MyAxNi41IDI2LjUgMTQuNDg1MyAyNi41IDEyQzI2LjUgOS41MTQ3MiAyNC40ODUzIDcuNSAyMiA3LjVDMTkuNTE0NyA3LjUgMTcuNSA5LjUxNDcyIDE3LjUgMTJDMTcuNSAxNC40ODUzIDE5LjUxNDcgMTYuNSAyMiAxNi41Wk0yMiAxOUMyNS44NjYgMTkgMjkgMTUuODY2IDI5IDEyQzI5IDguMTM0MDEgMjUuODY2IDUgMjIgNUMxOC4xMzQgNSAxNSA4LjEzNDAxIDE1IDEyQzE1IDE1Ljg2NiAxOC4xMzQgMTkgMjIgMTlaIiBmaWxsPSJibGFjayIvPgo8L3N2Zz4K");
}
.bxmaker-authuserphone-login-loading {
  display: block;
  width: 100%;
  margin: 15px auto;
  text-align: center;
}
.bxmaker-authuserphone-login-loading:after {
  content: ' ';
  display: block;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjAiIHdpZHRoPSI0MHB4IiBoZWlnaHQ9IjQwcHgiIHZpZXdCb3g9IjAgMCAxMjggMTI4IiB4bWw6c3BhY2U9InByZXNlcnZlIj48Zz48cGF0aCBkPSJNMTIyLjUgNjkuMjVIOTYuNDdhMzMuMSAzMy4xIDAgMCAwIDAtMTAuNWgyNi4wNWE1LjI1IDUuMjUgMCAwIDEgMCAxMC41eiIgZmlsbD0iIzQ4NDk0ZCIgZmlsbC1vcGFjaXR5PSIxIi8+PHBhdGggZD0iTTExMi4wNCA5Ny44M0w4OS40NyA4NC44YTMzLjEgMzMuMSAwIDAgMCA1LjI1LTkuMWwyMi41NyAxMy4wM2E1LjI1IDUuMjUgMCAwIDEtNS4yOCA5LjF6IiBmaWxsPSIjYzhjOGM5IiBmaWxsLW9wYWNpdHk9IjAuMyIvPjxwYXRoIGQ9Ik04OC42OCAxMTcuMzVMNzUuNjUgOTQuNzhhMzMuMSAzMy4xIDAgMCAwIDkuMS01LjI1bDEzLjAyIDIyLjU3YTUuMjUgNS4yNSAwIDEgMS05LjEgNS4yNXoiIGZpbGw9IiNjOGM4YzkiIGZpbGwtb3BhY2l0eT0iMC4zIi8+PHBhdGggZD0iTTU4LjcgMTIyLjU3Vjk2LjVhMzMuMSAzMy4xIDAgMCAwIDEwLjUgMHYyNi4wN2E1LjI1IDUuMjUgMCAwIDEtMTAuNSAweiIgZmlsbD0iI2M4YzhjOSIgZmlsbC1vcGFjaXR5PSIwLjMiLz48cGF0aCBkPSJNMzAuMSAxMTIuMWwxMy4wNC0yMi41N2EzMy4xIDMzLjEgMCAwIDAgOS4xIDUuMjVMMzkuMiAxMTcuMzVhNS4yNSA1LjI1IDAgMSAxLTkuMS01LjI1eiIgZmlsbD0iI2M4YzhjOSIgZmlsbC1vcGFjaXR5PSIwLjMiLz48cGF0aCBkPSJNMTAuNiA4OC43NEwzMy4xNiA3NS43YTMzLjEgMzMuMSAwIDAgMCA1LjI1IDkuMUwxNS44OCA5Ny44M2E1LjI1IDUuMjUgMCAxIDEtNS4yNS05LjF6IiBmaWxsPSIjYzhjOGM5IiBmaWxsLW9wYWNpdHk9IjAuMyIvPjxwYXRoIGQ9Ik01LjM3IDU4Ljc1aDI2LjA2YTMzLjEgMzMuMSAwIDAgMCAwIDEwLjVINS4zN2E1LjI1IDUuMjUgMCAwIDEgMC0xMC41eiIgZmlsbD0iI2I2YjZiOCIgZmlsbC1vcGFjaXR5PSIwLjQiLz48cGF0aCBkPSJNMTUuODUgMzAuMTdMMzguNCA0My4yYTMzLjEgMzMuMSAwIDAgMC01LjI0IDkuMUwxMC42IDM5LjI1YTUuMjUgNS4yNSAwIDEgMSA1LjI1LTkuMXoiIGZpbGw9IiNhM2E0YTYiIGZpbGwtb3BhY2l0eT0iMC41Ii8+PHBhdGggZD0iTTM5LjIgMTAuNjVsMTMuMDMgMjIuNTdhMzMuMSAzMy4xIDAgMCAwLTkuMSA1LjI1bC0xMy0yMi41N2E1LjI1IDUuMjUgMCAxIDEgOS4xLTUuMjV6IiBmaWxsPSIjOTE5Mjk0IiBmaWxsLW9wYWNpdHk9IjAuNiIvPjxwYXRoIGQ9Ik02OS4yIDUuNDNWMzEuNWEzMy4xIDMzLjEgMCAwIDAtMTAuNSAwVjUuNDJhNS4yNSA1LjI1IDAgMSAxIDEwLjUgMHoiIGZpbGw9IiM3ZjdmODIiIGZpbGwtb3BhY2l0eT0iMC43Ii8+PHBhdGggZD0iTTk3Ljc3IDE1LjlMODQuNzUgMzguNDdhMzMuMSAzMy4xIDAgMCAwLTkuMS01LjI1bDEzLjAzLTIyLjU3YTUuMjUgNS4yNSAwIDEgMSA5LjEgNS4yNXoiIGZpbGw9IiM2ZDZkNzEiIGZpbGwtb3BhY2l0eT0iMC44Ii8+PHBhdGggZD0iTTExNy4zIDM5LjI2TDk0LjcgNTIuM2EzMy4xIDMzLjEgMCAwIDAtNS4yNS05LjFsMjIuNTctMTMuMDNhNS4yNSA1LjI1IDAgMCAxIDUuMjUgOS4xeiIgZmlsbD0iIzVhNWI1ZSIgZmlsbC1vcGFjaXR5PSIwLjkiLz48YW5pbWF0ZVRyYW5zZm9ybSBhdHRyaWJ1dGVOYW1lPSJ0cmFuc2Zvcm0iIHR5cGU9InJvdGF0ZSIgdmFsdWVzPSIwIDY0IDY0OzMwIDY0IDY0OzYwIDY0IDY0OzkwIDY0IDY0OzEyMCA2NCA2NDsxNTAgNjQgNjQ7MTgwIDY0IDY0OzIxMCA2NCA2NDsyNDAgNjQgNjQ7MjcwIDY0IDY0OzMwMCA2NCA2NDszMzAgNjQgNjQiIGNhbGNNb2RlPSJkaXNjcmV0ZSIgZHVyPSIxMDgwbXMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIj48L2FuaW1hdGVUcmFuc2Zvcm0+PC9nPjwvc3ZnPg==");
  background-position: center center;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  margin: 0 auto;
}
.bxmaker-authuserphone-login-msg {
  display: none;
  border: 1px solid;
  padding: 15px;
  margin-bottom: 15px;
  border-radius: 3px;
  word-break: break-word;
}
.bxmaker-authuserphone-login-msg.bxmaker-authuserphone-login-msg--success {
  display: block;
  border-color: rgba(0, 221, 98, 0.2);
  background: rgba(0, 221, 98, 0.07);
}
.bxmaker-authuserphone-login-msg.bxmaker-authuserphone-login-msg--error {
  display: block;
  border-color: rgba(221, 32, 2, 0.2);
  background: rgba(221, 32, 2, 0.07);
}
.bxmaker-authuserphone-login-row {
  margin-bottom: 15px;
  position: relative;
}
.bxmaker-authuserphone-login-row--registration {
  display: none;
}
.bxmaker-authuserphone-login-row__flag {
  position: absolute;
  left: 8px;
  top: 18px;
  display: none;
  z-index: 1;
}
.bxmaker-authuserphone-login-row a {
  font-size: 12px;
  color: #757575;
  line-height: 7px;
  display: inline;
  vertical-align: text-top;
}
.bxmaker-authuserphone-login-row.mini {
  padding-bottom: 0;
}
.bxmaker-authuserphone-login-row.btn_box {
  text-align: center;
  padding-bottom: 0;
}
.bxmaker-authuserphone-login-row input[type="text"],
.bxmaker-authuserphone-login-row input[type="password"] {
  font-family: 'Raleway', sans-serif;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #000000;
  margin: 0;
  font-size: 18px;
  line-height: 1.4;
  font-weight: normal;
  width: 100%;
  padding: 12px 20px;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  background: #f6f6f7;
}
.bxmaker-authuserphone-login-row input[type="text"]:focus,
.bxmaker-authuserphone-login-row input[type="password"]:focus,
.bxmaker-authuserphone-login-row input[type="text"]:focus-visible,
.bxmaker-authuserphone-login-row input[type="password"]:focus-visible {
  outline: none;
  border: 1px solid #e2e2e2;
}
.bxmaker-authuserphone-login-row input[type="password"] {
  padding-right: 38px;
}
.bxmaker-authuserphone-login-row input[type="checkbox"] {
  width: 15px;
  height: 15px;
  display: inline-block;
  margin: 5px 0 0 0;
  color: #000000;
  font-size: 15px;
  line-height: 1.4;
  font-weight: normal;
}
.bxmaker-authuserphone-login-row label {
  color: #666666;
  font-weight: normal;
  position: relative;
  top: -3px;
  cursor: pointer;
  margin: 0;
  font-size: 13px;
  line-height: 1.4;
}
.bxmaker-authuserphone-login-row.bxmaker-authuserphone-login-row--flag .bxmaker-authuserphone-login-row__flag {
  display: inline-block;
}
.bxmaker-authuserphone-login-row.bxmaker-authuserphone-login-row--flag input[type="text"] {
  padding-left: 28px;
}
.bxmaker-authuserphone-login-btn {
  min-width: 112px;
  margin: 25px auto 0;
  font-size: 13px;
  font-weight: 500;
  width: auto;
  text-align: center;
  display: inline-block;
  padding: 12px 30px;
  cursor: pointer;
  background-color: #cbb36d;
  border: 1px solid #cbb36d;
  border-radius: 2px;
  text-transform: uppercase;
  color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, opacity 0.3s ease-in-out, -o-transform 0.3s ease-in-out;
  -ms-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, opacity 0.3s ease-in-out, -ms-transform 0.3s ease-in-out;
  -moz-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, opacity 0.3s ease-in-out, -moz-transform 0.3s ease-in-out;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.bxmaker-authuserphone-login-btn:hover {
  background-color: #fff;
  color: #cbb36d;
}
.bxmaker-authuserphone-login-btn.preloader {
  color: transparent;
}
.bxmaker-authuserphone-login-btn.preloader:after {
  content: ' ';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -10px;
  margin-left: -10px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMjggMTI4IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KICAgICAgICAgICAgICAgIDxnPgogICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xMjIuNSA2OS4yNUg5Ni40N2EzMy4xIDMzLjEgMCAwIDAgMC0xMC41aDI2LjA1YTUuMjUgNS4yNSAwIDAgMSAwIDEwLjV6IgogICAgICAgICAgICAgICAgICAgICAgICAgIGZpbGw9IiNmZmZmZmYiIGZpbGwtb3BhY2l0eT0iMSIvPgogICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xMTIuMDQgOTcuODNMODkuNDcgODQuOGEzMy4xIDMzLjEgMCAwIDAgNS4yNS05LjFsMjIuNTcgMTMuMDNhNS4yNSA1LjI1IDAgMCAxLTUuMjggOS4xeiIKICAgICAgICAgICAgICAgICAgICAgICAgICBmaWxsPSIjZmZmZmZmIiBmaWxsLW9wYWNpdHk9IjAuMyIvPgogICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik04OC42OCAxMTcuMzVMNzUuNjUgOTQuNzhhMzMuMSAzMy4xIDAgMCAwIDkuMS01LjI1bDEzLjAyIDIyLjU3YTUuMjUgNS4yNSAwIDEgMS05LjEgNS4yNXoiCiAgICAgICAgICAgICAgICAgICAgICAgICAgZmlsbD0iI2ZmZmZmZiIgZmlsbC1vcGFjaXR5PSIwLjMiLz4KICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNNTguNyAxMjIuNTdWOTYuNWEzMy4xIDMzLjEgMCAwIDAgMTAuNSAwdjI2LjA3YTUuMjUgNS4yNSAwIDAgMS0xMC41IDB6IiBmaWxsPSIjZmZmZmZmIgogICAgICAgICAgICAgICAgICAgICAgICAgIGZpbGwtb3BhY2l0eT0iMC4zIi8+CiAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTMwLjEgMTEyLjFsMTMuMDQtMjIuNTdhMzMuMSAzMy4xIDAgMCAwIDkuMSA1LjI1TDM5LjIgMTE3LjM1YTUuMjUgNS4yNSAwIDEgMS05LjEtNS4yNXoiCiAgICAgICAgICAgICAgICAgICAgICAgICAgZmlsbD0iI2ZmZmZmZiIgZmlsbC1vcGFjaXR5PSIwLjMiLz4KICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMTAuNiA4OC43NEwzMy4xNiA3NS43YTMzLjEgMzMuMSAwIDAgMCA1LjI1IDkuMUwxNS44OCA5Ny44M2E1LjI1IDUuMjUgMCAxIDEtNS4yNS05LjF6IgogICAgICAgICAgICAgICAgICAgICAgICAgIGZpbGw9IiNmZmZmZmYiIGZpbGwtb3BhY2l0eT0iMC4zIi8+CiAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTUuMzcgNTguNzVoMjYuMDZhMzMuMSAzMy4xIDAgMCAwIDAgMTAuNUg1LjM3YTUuMjUgNS4yNSAwIDAgMSAwLTEwLjV6IiBmaWxsPSIjZmZmZmZmIgogICAgICAgICAgICAgICAgICAgICAgICAgIGZpbGwtb3BhY2l0eT0iMC40Ii8+CiAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTE1Ljg1IDMwLjE3TDM4LjQgNDMuMmEzMy4xIDMzLjEgMCAwIDAtNS4yNCA5LjFMMTAuNiAzOS4yNWE1LjI1IDUuMjUgMCAxIDEgNS4yNS05LjF6IgogICAgICAgICAgICAgICAgICAgICAgICAgIGZpbGw9IiNmZmZmZmYiIGZpbGwtb3BhY2l0eT0iMC41Ii8+CiAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTM5LjIgMTAuNjVsMTMuMDMgMjIuNTdhMzMuMSAzMy4xIDAgMCAwLTkuMSA1LjI1bC0xMy0yMi41N2E1LjI1IDUuMjUgMCAxIDEgOS4xLTUuMjV6IgogICAgICAgICAgICAgICAgICAgICAgICAgIGZpbGw9IiNmZmZmZmYiIGZpbGwtb3BhY2l0eT0iMC42Ii8+CiAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTY5LjIgNS40M1YzMS41YTMzLjEgMzMuMSAwIDAgMC0xMC41IDBWNS40MmE1LjI1IDUuMjUgMCAxIDEgMTAuNSAweiIgZmlsbD0iI2ZmZmZmZiIKICAgICAgICAgICAgICAgICAgICAgICAgICBmaWxsLW9wYWNpdHk9IjAuNyIvPgogICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik05Ny43NyAxNS45TDg0Ljc1IDM4LjQ3YTMzLjEgMzMuMSAwIDAgMC05LjEtNS4yNWwxMy4wMy0yMi41N2E1LjI1IDUuMjUgMCAxIDEgOS4xIDUuMjV6IgogICAgICAgICAgICAgICAgICAgICAgICAgIGZpbGw9IiNmZmZmZmYiIGZpbGwtb3BhY2l0eT0iMC44Ii8+CiAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTExNy4zIDM5LjI2TDk0LjcgNTIuM2EzMy4xIDMzLjEgMCAwIDAtNS4yNS05LjFsMjIuNTctMTMuMDNhNS4yNSA1LjI1IDAgMCAxIDUuMjUgOS4xeiIKICAgICAgICAgICAgICAgICAgICAgICAgICBmaWxsPSIjZmZmZmZmIiBmaWxsLW9wYWNpdHk9IjAuOSIvPgogICAgICAgICAgICAgICAgICAgIDxhbmltYXRlVHJhbnNmb3JtIGF0dHJpYnV0ZU5hbWU9InRyYW5zZm9ybSIgdHlwZT0icm90YXRlIgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHZhbHVlcz0iMCA2NCA2NDszMCA2NCA2NDs2MCA2NCA2NDs5MCA2NCA2NDsxMjAgNjQgNjQ7MTUwIDY0IDY0OzE4MCA2NCA2NDsyMTAgNjQgNjQ7MjQwIDY0IDY0OzI3MCA2NCA2NDszMDAgNjQgNjQ7MzMwIDY0IDY0IgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGNhbGNNb2RlPSJkaXNjcmV0ZSIgZHVyPSIxMDgwbXMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIi8+CiAgICAgICAgICAgICAgICA8L2c+Cjwvc3ZnPg==");
}
.bxmaker-authuserphone-login-btn__send-email {
  border: none;
  margin-top: 5px;
  border-bottom: 1px dashed #aaa;
  text-decoration: none;
  color: #aaa;
  display: inline-block;
  cursor: pointer;
}
.bxmaker-authuserphone-login-btn__send-email:hover {
  border-color: transparent;
}
.bxmaker-authuserphone-login-btn__send-email.preloader,
.bxmaker-authuserphone-login-btn__link.preloader {
  color: transparent;
  display: block;
  height: 17px;
  width: 17px;
  border-bottom-color: transparent;
  font-size: 0.85em;
  background-image: url("data:image/gif;base64,R0lGODlhCgAKAIQAAJSSlMzKzOTm5PT29Ly6vNza3KSipNTS1Ozu7Pz+/JyanMzOzOzq7Pz6/MTCxOTi5KSmpNTW1PTy9P///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQJCAATACwAAAAACgAKAAAFOuA0RcYgnhMBCRMinRHUiIyyiAZ7NgoyAYLXKUBcEFESAWAiUZhOAoNoodAlDIWTxPcwEFCiBiQ7CQEAIfkECQgAFAAsAAAAAAoACgCEnJqczM7M7OrstLa09Pb03N7cxMLErK6s3Nrc9PL0/P78zMrMnJ6c1NLU7O7svLq8/Pr85ObkxMbEtLK0////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABTcgRSEHw0yKSBmHIEiC6jxpsgCBqlMQ4OwqwY/iiABFCQDkSAkAJAneYEiJBASRw0KlmJgmBVEIACH5BAkIABAALAAAAAAKAAoAhJyanMzOzLS2tOzq7MTCxPz6/Nze3Ly+vPTy9MzKzKyqrLy6vOzu7MTGxPz+/OTi5P///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUvIAQ5i6IIhqgOTWIsiQohQQIkDSOLRbP/wF+j8EMQAoBGAyELoBKBwe5RUhwcohAAIfkECQgADwAsAAAAAAoACgCDnJ6czM7M5Obk3NrctLa09PL0xMLE1NbU5OLkzMrM1NLU7O7s3N7c/Pr8xMbE////BCvwSdkMmnIlx4yaBZAEQGFh2GIM6EQQrdQt8SMYC+AkAC0dBkYgUUDdGqgIACH5BAkIAAsALAAAAAAKAAoAg5yanMzOzOzq7PT29MTCxPTy9MzKzNTS1Ozu7Pz6/MTGxP///wAAAAAAAAAAAAAAAAQucMlJ11jIqGKXOAFgGFwgGFlCFQZRTYT7LkTATYmCmMFSKApA4CDoFAI234wSAQAh+QQJCAANACwAAAAACgAKAIOcmpzMzszk5uT08vTk4uTExsTU1tTs7uz8+vzU0tTs6uz09vTMysz///8AAAAAAAAELLC1Y5C8jRjBFKYBwAzYBlhYEwxC2gheKhyJiwAaNhRAYBwYRUBgINgMpEYEACH5BAkIAA4ALAAAAAAKAAoAg5yanMzOzOzq7Nze3PT29Nza3PTy9OTm5Pz+/MzKzNTS1Ozu7OTi5Pz6/P///wAAAAQw0DkzSmFIOjHEco1GHAFwaJoBhKiUJKhxOgeBvq3UAF97AIEDC+RYcAQaBMMysDkiACH5BAkIAAwALAAAAAAKAAoAg5yanMzOzOzq7PT29MTGxOTm5PTy9Pz+/NTS1Ozu7Pz6/MzKzP///wAAAAAAAAAAAAQwkLEjShFD6iOVSFpAbInCJIApJYa0LBrzurBG1EYrDUCrJBwJAaExYCRBzaBSAEoiACH5BAkIAAcALAAAAAAKAAoAgpyenOzu7Pz6/PT29MzKzPTy9Pz+/P///wMieKo2svCIMVaApbwCIAgUQUBiJpIEFXTLJ2XYQj2RMhlRAgAh+QQJCAAIACwAAAAACgAKAIOcmpzMzszs7uzExsT8+vzU0tT08vTMysz///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAEHRDJSautI0wjJgEdchzUQIoDNUoGQGzGFKRXbSMRACH5BAkIAAoALAAAAAAKAAoAg5yanMzOzOTm5PTy9Ozu7Pz6/MzKzNTS1Ozq7PT29P///wAAAAAAAAAAAAAAAAAAAAQgUMlJKyF1IhCyLACmCANlGFKATgMiDUDiKQEgzIM4VxEAIfkECQgADAAsAAAAAAoACgCDnJqczM7M7Ors9Pb0xMbE5Obk9PL0/P781NLU7O7s/Pr8zMrM////AAAAAAAAAAAABCyQyUmZkoIkduyQRgAEg1JSCpAYRsUIq5EUrjEkwDWZJgIQLcYJFBBIdK5JBAAh+QQJCAAMACwAAAAACgAKAIOcmpzMzszs6uz09vTExsTk5uT08vT8/vzU0tTs7uz8+vzMysz///8AAAAAAAAAAAAEL5DJSZlRhqw0hzhJsADB4A3UsShCUU2F+zKFMBAKxQ5KABCESwElMQQChoNhRokAACH5BAkIAAsALAAAAAAKAAoAg5yenMzOzOzq7PT29MTGxNza3PTy9Ozu7Pz6/MzKzOTi5P///wAAAAAAAAAAAAAAAAQpcMlJlxgnkTONOkASAAYyFEO1DEqhSoX7FkpasSVIJMDxdYGEwSB4USIAIfkECQgADQAsAAAAAAoACgCDnJqczM7M7O7s5OLk/Pr8xMbE1NbU9Pb01NLU9PL05Obk/P78zMrM////AAAAAAAABC6wNSJrHUqwkqowDMAwXXMYCUNVZ2BZgftKiHFYBGesQhEGBkElEUsMBjPJQhIBACH5BAkIABAALAAAAAAKAAoAhJyanMzOzOzq7OTi5PT29MTCxNTW1PTy9Pz+/MzKzNTS1Ozu7OTm5Pz6/MTGxNza3P///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUzIAQRYlk+xpIIppAEQEKKTTIAMx0UC2OKjsIPwlgUAg1TAzAIIEoHByCwagUWhsdQNAsBACH5BAkIAA8ALAAAAAAKAAoAg5yanMzOzOzq7PT29Nze3LS2tNTW1PTy9Pz+/MTCxNTS1Ozu7Pz6/OTm5MzKzP///wQt8L0ma1VpLTtTAAKXEMBgIUrhONbRFIVwWGthMBYDEAnXAIEExbI4JAycyjACACH5BAkIAA4ALAAAAAAKAAoAg5yanMzOzOTm5LS2tPTy9MTGxNze3Pz6/KyqrOzu7Ly6vPT29MzKzOTi5P///wAAAAQt0DlDpJVMrSvbYAXnDAZwWAnRIODFMAgbWiAiEJV0AMYgFoGBQLQYBEQOlSQCACH5BAkIAAsALAAAAAAKAAoAg5yenNza3MTCxOzu7KyurMzKzPT29KSipNze3MTGxPTy9P///wAAAAAAAAAAAAAAAAQqcK0QpJWCjCuRvopEBMAFKApQFFeRHIfbFoCRmgEhhdZAIJyFLxGcABcRACH5BAkIABQALAAAAAAKAAoAhJSSlMzKzOTm5KyurPz6/KSipNTW1Ozu7Ly+vNTS1KyqrJyanMzOzOzq7Ly6vPz+/KSmpNza3PTy9MTGxP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAU0IEUZjmiKDtScogER5sSIRXSYxHIDwXQGAcWg95sAKJIFTCRxiRg+0aPGoggKiCoFERGFAAA7");
  background-position: center center;
  background-repeat: no-repeat;
}
.bxmaker-authuserphone-login-btn__send-email {
  margin-top: 0;
  margin-bottom: 5px;
}
.bxmaker-authuserphone-login-link {
  border: none;
  margin-top: 5px;
  border-bottom: 1px dashed #cbb36d;
  text-decoration: none;
  color: #cbb36d;
  display: inline-block;
  cursor: pointer;
}
.bxmaker-authuserphone-login-link:hover {
  border-color: transparent;
}
.bxmaker-authuserphone-login-link.timeout {
  border-bottom-color: transparent;
  color: #666666;
  font-size: 0.85em;
  background-image: url("data:image/gif;base64,R0lGODlhCgAKAIQAAJSSlMzKzOTm5PT29Ly6vNza3KSipNTS1Ozu7Pz+/JyanMzOzOzq7Pz6/MTCxOTi5KSmpNTW1PTy9P///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQJCAATACwAAAAACgAKAAAFOuA0RcYgnhMBCRMinRHUiIyyiAZ7NgoyAYLXKUBcEFESAWAiUZhOAoNoodAlDIWTxPcwEFCiBiQ7CQEAIfkECQgAFAAsAAAAAAoACgCEnJqczM7M7OrstLa09Pb03N7cxMLErK6s3Nrc9PL0/P78zMrMnJ6c1NLU7O7svLq8/Pr85ObkxMbEtLK0////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABTcgRSEHw0yKSBmHIEiC6jxpsgCBqlMQ4OwqwY/iiABFCQDkSAkAJAneYEiJBASRw0KlmJgmBVEIACH5BAkIABAALAAAAAAKAAoAhJyanMzOzLS2tOzq7MTCxPz6/Nze3Ly+vPTy9MzKzKyqrLy6vOzu7MTGxPz+/OTi5P///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUvIAQ5i6IIhqgOTWIsiQohQQIkDSOLRbP/wF+j8EMQAoBGAyELoBKBwe5RUhwcohAAIfkECQgADwAsAAAAAAoACgCDnJ6czM7M5Obk3NrctLa09PL0xMLE1NbU5OLkzMrM1NLU7O7s3N7c/Pr8xMbE////BCvwSdkMmnIlx4yaBZAEQGFh2GIM6EQQrdQt8SMYC+AkAC0dBkYgUUDdGqgIACH5BAkIAAsALAAAAAAKAAoAg5yanMzOzOzq7PT29MTCxPTy9MzKzNTS1Ozu7Pz6/MTGxP///wAAAAAAAAAAAAAAAAQucMlJ11jIqGKXOAFgGFwgGFlCFQZRTYT7LkTATYmCmMFSKApA4CDoFAI234wSAQAh+QQJCAANACwAAAAACgAKAIOcmpzMzszk5uT08vTk4uTExsTU1tTs7uz8+vzU0tTs6uz09vTMysz///8AAAAAAAAELLC1Y5C8jRjBFKYBwAzYBlhYEwxC2gheKhyJiwAaNhRAYBwYRUBgINgMpEYEACH5BAkIAA4ALAAAAAAKAAoAg5yanMzOzOzq7Nze3PT29Nza3PTy9OTm5Pz+/MzKzNTS1Ozu7OTi5Pz6/P///wAAAAQw0DkzSmFIOjHEco1GHAFwaJoBhKiUJKhxOgeBvq3UAF97AIEDC+RYcAQaBMMysDkiACH5BAkIAAwALAAAAAAKAAoAg5yanMzOzOzq7PT29MTGxOTm5PTy9Pz+/NTS1Ozu7Pz6/MzKzP///wAAAAAAAAAAAAQwkLEjShFD6iOVSFpAbInCJIApJYa0LBrzurBG1EYrDUCrJBwJAaExYCRBzaBSAEoiACH5BAkIAAcALAAAAAAKAAoAgpyenOzu7Pz6/PT29MzKzPTy9Pz+/P///wMieKo2svCIMVaApbwCIAgUQUBiJpIEFXTLJ2XYQj2RMhlRAgAh+QQJCAAIACwAAAAACgAKAIOcmpzMzszs7uzExsT8+vzU0tT08vTMysz///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAEHRDJSautI0wjJgEdchzUQIoDNUoGQGzGFKRXbSMRACH5BAkIAAoALAAAAAAKAAoAg5yanMzOzOTm5PTy9Ozu7Pz6/MzKzNTS1Ozq7PT29P///wAAAAAAAAAAAAAAAAAAAAQgUMlJKyF1IhCyLACmCANlGFKATgMiDUDiKQEgzIM4VxEAIfkECQgADAAsAAAAAAoACgCDnJqczM7M7Ors9Pb0xMbE5Obk9PL0/P781NLU7O7s/Pr8zMrM////AAAAAAAAAAAABCyQyUmZkoIkduyQRgAEg1JSCpAYRsUIq5EUrjEkwDWZJgIQLcYJFBBIdK5JBAAh+QQJCAAMACwAAAAACgAKAIOcmpzMzszs6uz09vTExsTk5uT08vT8/vzU0tTs7uz8+vzMysz///8AAAAAAAAAAAAEL5DJSZlRhqw0hzhJsADB4A3UsShCUU2F+zKFMBAKxQ5KABCESwElMQQChoNhRokAACH5BAkIAAsALAAAAAAKAAoAg5yenMzOzOzq7PT29MTGxNza3PTy9Ozu7Pz6/MzKzOTi5P///wAAAAAAAAAAAAAAAAQpcMlJlxgnkTONOkASAAYyFEO1DEqhSoX7FkpasSVIJMDxdYGEwSB4USIAIfkECQgADQAsAAAAAAoACgCDnJqczM7M7O7s5OLk/Pr8xMbE1NbU9Pb01NLU9PL05Obk/P78zMrM////AAAAAAAABC6wNSJrHUqwkqowDMAwXXMYCUNVZ2BZgftKiHFYBGesQhEGBkElEUsMBjPJQhIBACH5BAkIABAALAAAAAAKAAoAhJyanMzOzOzq7OTi5PT29MTCxNTW1PTy9Pz+/MzKzNTS1Ozu7OTm5Pz6/MTGxNza3P///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUzIAQRYlk+xpIIppAEQEKKTTIAMx0UC2OKjsIPwlgUAg1TAzAIIEoHByCwagUWhsdQNAsBACH5BAkIAA8ALAAAAAAKAAoAg5yanMzOzOzq7PT29Nze3LS2tNTW1PTy9Pz+/MTCxNTS1Ozu7Pz6/OTm5MzKzP///wQt8L0ma1VpLTtTAAKXEMBgIUrhONbRFIVwWGthMBYDEAnXAIEExbI4JAycyjACACH5BAkIAA4ALAAAAAAKAAoAg5yanMzOzOTm5LS2tPTy9MTGxNze3Pz6/KyqrOzu7Ly6vPT29MzKzOTi5P///wAAAAQt0DlDpJVMrSvbYAXnDAZwWAnRIODFMAgbWiAiEJV0AMYgFoGBQLQYBEQOlSQCACH5BAkIAAsALAAAAAAKAAoAg5yenNza3MTCxOzu7KyurMzKzPT29KSipNze3MTGxPTy9P///wAAAAAAAAAAAAAAAAQqcK0QpJWCjCuRvopEBMAFKApQFFeRHIfbFoCRmgEhhdZAIJyFLxGcABcRACH5BAkIABQALAAAAAAKAAoAhJSSlMzKzOTm5KyurPz6/KSipNTW1Ozu7Ly+vNTS1KyqrJyanMzOzOzq7Ly6vPz+/KSmpNza3PTy9MTGxP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAU0IEUZjmiKDtScogER5sSIRXSYxHIDwXQGAcWg95sAKJIFTCRxiRg+0aPGoggKiCoFERGFAAA7");
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 15px;
}
.bxmaker-authuserphone-login-captcha {
  display: none;
}
.bxmaker-authuserphone-login-captcha img {
  margin-bottom: 15px;
  cursor: pointer;
  height: 40px;
}
.bxmaker-authuserphone-login-captcha__reload {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSJjdXJyZW50Q29sb3IiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDMwIDMwIiB3aWR0aD0iMzBweCIgaGVpZ2h0PSIzMHB4Ij4KICAgIDxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iY3VycmVudENvbG9yIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLXdpZHRoPSIyIgogICAgICAgICAgZD0iTTIyLjE0MyAyMy4zNjVDMjAuMjIxIDI1LjAwOCAxNy43MjYgMjYgMTUgMjYgOC45MjUgMjYgNCAyMS4wNzUgNCAxNU03Ljg1NyA2LjYzNUM5Ljc3OSA0Ljk5MiAxMi4yNzQgNCAxNSA0YzYuMDc1IDAgMTEgNC45MjUgMTEgMTEiLz4KICAgIDxwYXRoIGQ9Ik0yNiAyMEwyMiAxNCAzMCAxNHpNNCAxMEw4IDE2IDAgMTZ6Ii8+Cjwvc3ZnPg==");
  width: 30px;
  height: 30px;
  margin-left: 15px;
  display: inline-block;
  position: absolute;
  top: 5px;
  cursor: pointer;
  background-position: center center;
  opacity: 0.8;
  -o-opacity: 0.8;
  -ms-opacity: 0.8;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, opacity 0.3s ease-in-out, -o-transform 0.3s ease-in-out;
  -ms-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, opacity 0.3s ease-in-out, -ms-transform 0.3s ease-in-out;
  -moz-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, opacity 0.3s ease-in-out, -moz-transform 0.3s ease-in-out;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.bxmaker-authuserphone-login-captcha__reload:hover {
  opacity: 1;
  -o-opacity: 1;
  -ms-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
}
.bxmaker-authuserphone-login-captcha.preloader .bxmaker-authuserphone-login-captcha__reload {
  transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
.bxmaker-authuserphone-login--reg .bxmaker-authuserphone-login__onlyauth {
  display: none;
}
.bxmaker-authuserphone-login--auth .bxmaker-authuserphone-login__onlyreg {
  display: none;
}
/*# sourceMappingURL=style.css.map */
/* End */


/* Start:/local/templates/margys/styles.css?1744274515171*/
@media (max-width: 767px) {
.catalog-section.inner .product-item .catalog-item-btn:after {
    top: calc(50% - 10px) !important;
    left: calc(50% - 80px) !important;
}
}
/* End */


/* Start:/local/templates/margys/template_styles.css?174427451576*/
/* MAP SITE КАРТА САЙТА */
.page .map_site_list {
    margin: 0;
}
/* End */


/* Start:/local/templates/margys/assets/css/slick.css?17442745032295*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
	
	outline: 0;
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
	
	outline: 0;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/local/templates/margys/assets/css/../images/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/local/templates/margys/assets/css/../fonts/slick.eot');
    src: url('/local/templates/margys/assets/css/../fonts/slick.eot?#iefix') format('embedded-opentype'), url('/local/templates/margys/assets/css/../fonts/slick.woff') format('woff'), url('/local/templates/margys/assets/css/../fonts/slick.ttf') format('truetype'), url('/local/templates/margys/assets/css/../fonts/slick.svg#slick') format('svg');
}
/* End */
/* /local/templates/margys/css/style.css?174894143783611 */
/* /local/templates/margys/assets/css/theme.css?1751003233116786 */
/* /local/templates/margys/assets/css/fonts.css?17442745031981 */
/* /local/templates/margys/components/bitrix/search.title/header-search/style.css?17442745162108 */
/* /local/templates/margys/components/bitrix/sale.basket.basket.line/cart_new/style.css?17442745164804 */
/* /local/templates/margys/components/bxmaker/authuserphone.login/.default/style.css?174427451627717 */
/* /local/templates/margys/styles.css?1744274515171 */
/* /local/templates/margys/template_styles.css?174427451576 */
/* /local/templates/margys/assets/css/slick.css?17442745032295 */
