

/* Start:/bitrix/templates/new/components/bitrix/catalog/divage/style.css?16245233213728*/
.catalog-content {
	padding: 30px 15px 40px 15px !important;
}

.catalog-content a {
	color: rgba(0, 0, 0, 0.7);
}

.catalog-container {
	width: 1220px;
	margin: 0 auto;
	display: flex;
	padding: 0 55px;
}

.catalog__title {
	font-size: 21px !important;
	line-height: 27px;
	color: rgba(0, 0, 0, 0.7);
	text-align: center;
	font-family: "Suisse Int'l", sans-serif !important;
	padding: 0 0 25px 0 !important;
}

.catalog__left {
	width: 175px;
}

.catalog__right {
	width: 70%;
	margin-left: 30px;
}

.catalog-right__head {
	display: flex;
	justify-content: space-between;
}

.catalog {
	margin-top: 25px;
}

.catalog__container .catalog-product {
	width: 172px;
	height: 310px;
	margin: 0 40px 40px 0;
}

.catalog__container .catalog-product__container {
	height: 100%;
	margin: 0;
	font-size: 15px;
}

.catalog__container .catalog-product__image {
	min-height: 180px;
	margin: 0 auto;
	display: flex;
	align-items: center;
}

.catalog__container .catalog-product__image img {
	width: 100%;
}

.catalog__container .catalog-product__name {
	width: calc(100% - 20px);
	padding: 5px 0;
}

.catalog__container {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.catalog__container .catalog-product__favorites-icon {
	top: 0;
}

.catalog__container .catalog-product__hit-container {
	top: 34px;
}

.tags__title {
	font-size: 27px;
	line-height: 35px;
	text-align: center;
	color: rgba(0, 0, 0, 0.7);
	margin-bottom: 40px;
}

.tags-slider {
	width: 100%;
	margin-top: 60px !important;
}

.tags-slider .slick-track {
	display: flex;
	align-items: center;
}

.tags-slider .slick-prev {
	left: -22px;
}

.tags-slider .slick-next {
	right: -22px;
}

.tags-slider .slick-prev,
.tags-slider .slick-next {
	top: calc(50% - 7px);
}

.tag__item {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 17px;
	line-height: 20px;
	color: rgba(0, 0, 0, 0.7) !important;
	border: 1px solid #F3BCD9;
	min-height: 40px;
	width: 200px;
	margin: 0 auto;
}

.tag__item a {
	padding: 10px 15px;
}


@media (max-width: 1220px) {
	.catalog-container {
		width: unset;
	}
}

@media (max-width: 1023px) {
	.catalog-content {
		padding: 30px 15px 20px 15px !important;
	}

	.catalog-container {
		max-width: 380px;
		padding: 0;
	}

	.catalog__left {
		display: none;
	}

	.catalog__right {
		width: 100%;
		margin-left: 0;
	}

	.catalog__container {
		width: 100%;
	}

	.catalog__container .catalog-product {
		width: 45%;
		margin: 0 10% 10% 0;
		height: 310px;
	}

	.catalog__container .catalog-product:nth-child(2n) {
		margin: 0 0 30px 0;
	}

	.tags {
		margin-top: 50px;
	}

	.tags-slider {
		margin-top: 40px !important;
	}

	.tags__title {
		margin-bottom: 15px;
	}

	.tag__item {
		width: 145px;
		font-size: 15px;
		line-height: 15px;
	}
}




.grid{}
.grid .bx_content_section{
	margin-bottom: 15px;
}
.grid .bx_sidebar{
	margin-bottom: 15px;
}

/* grid2x1 */
.grid2x1{}
.grid2x1 .bx_content_section{
	float: left;
	width: 66%;
	margin-bottom: 15px;
}
.grid2x1 .bx_sidebar{
	float: right;
	width: 33%;
	margin-bottom: 15px;
	padding-left: 5%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (max-width:960px){
	.grid2x1 .bx_sidebar{
		padding-left: 4%;
	}
}
@media (max-width:640px) {
	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar{
		width: 100%;
		float: none;
	}
	.grid2x1 .bx_sidebar{
		padding-left: 3%;
	}
}
@media (max-width:479px){
	.grid2x1 .bx_sidebar{
		padding-left: 1%;
	}

}

.color-view a:hover:before{
    top: 0;
    left: 0;
    content: "";
    border:1px solid #fff;
    width: 36px;
    height: 36px;
    position: absolute;
    display: block;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}
/* End */


/* Start:/bitrix/templates/new/components/bitrix/breadcrumb/content/style.css?1624456514311*/
.breadcrumbs__item {
    font-size: 15px;
    line-height: 19px;
    color: rgba(0, 0, 0, 0.7);
}

.breadcrumbs__item:hover {
    color: #FAD4E8;
}

.breadcrumbs__delimiter {
    margin: 0 10px;
}

@media (max-width: 1023px) {
    .breadcrumbs__item {
        font-size: 12px;
        line-height: 16px;
    }
}
/* End */


/* Start:/bitrix/templates/new/components/bitrix/catalog/divage/bitrix/catalog.element/.default/style.css?16370672109767*/
.product-container {
    max-width: 1048px;
    margin: 0 auto;
    padding: 25px 20px 50px;
}

.content-inner {
    padding: 70px 0 0 0 !important;
}

.product-container .breadcrumbs {
    padding-left: 90px;
}

.product {
    width: 970px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.product__title {
    font-size: 42px;
    line-height: 42px;
    color: rgba(0, 0, 0, 0.7);
    text-align: left;
    width: 80%;
}

.product__description {
    margin-top: 25px;
    font-size: 17px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.7);
}

.product__all-container {
    margin: 20px 0;
}

.product__show-all-description {
    display: inline;
    cursor: pointer;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.7);
}

.product__description-small,
.product__description-all {
    display: none;
}

.product__description-small.active,
.product__description-all.active {
    display: block;
}

.product__description-hide--text,
.product__show-all-description--hide .product__description-show--text {
    display: none;
}

.product__show-all-description--hide .product__description-hide--text {
    display: inline;
}

.current-color {
    font-size: 30px;
    line-height: 30px;
    color: rgba(0, 0, 0, 0.7);
    margin-bottom: 20px;
}

.colors__items {
    display: flex;
    flex-wrap: wrap;
}

.colors__item {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin: 0 8px 12px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transform: none;
}

.colors__item > span {
    width: 39px;
    height: 39px;
    display: block;
    border-radius: 50%;
}

.colors__item--active,
.colors__item:hover {
    width: 43px;
    height: 43px;
    border: 0.8px solid #81888E;
}

.js-slider-offer-preview .item {
    width: 50px;
    height: 50px;
    background: red;
    margin-right: 30px;
    overflow: hidden;
}

.slider-offer-content {
    display: none;
}

.slider-offer-preview .slick-track {
    height: auto;
}

.slider-offer-preview.stop-transform .slick-track {
    transform: translate3d(0px, 0px, 0px) !important;
}

.slider-offer-preview__item {
    width: 100px !important;
    height: 98px;
    border: 0.5px solid rgba(129, 136, 142, 0.5);
    display: flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-right: 11px;
}

.player {
    position: absolute;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
}

.popup_video .video {
    height: 80%;
}

.slider-offer-preview__item .player__icon {
    width: 55px;
    height: 55px;
}

.slider-offer-detail__item .player__icon {
    width: 117px;
    height: 117px;
}

.mfp-inline-holder .mfp-content {
    width: unset !important;
    max-height: 100%;
}

.slider-offer-detail {
    margin: 15px 0 !important;
}

.slider-offer-preview__item img,
.slider-offer-detail__item img {
    max-height: 100%;
    width: unset;
}

.slider-offer-preview .slider-offer-preview__item.slick-current {
    border: 1px solid #81888E;
}

.product-price {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 45px;
}

.product-price__try-button {
    height: 40px !important;
}

.product-price__try-button .instagram-icon {
    vertical-align: middle;
    margin-left: 10px;
}

.product-price__try-button a {
    color: #81888E !important;
    text-decoration: none !important;
}

.product-price__try-button a:hover {
    color: #FFFFFF !important;
}

.product-price__try-button a:hover + .instagram-icon {
    stroke: #FFFFFF;
}

.product-price__price {
    font-size: 50px;
    line-height: 50px;
    color: #F3BCD9;
}

.product-buy-shops__arrow {
    stroke: #FAD4E8 !important;
    height: 8px !important;
    width: 14px !important;
    margin-left: 10px;
}

.product-buy-shops__button {
    font-size: 25px;
    line-height: 25px;
    color: #F3BCD9;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.product-buy-shops__arrow {
    transform: rotate(90deg);
}

.product-buy-shops {
    margin-bottom: 20px;
}

.product-buy-shops__button--active + .product-buy-shops__shops {
    display: flex;
}

.product-buy-shops__shops {
    margin: 15px 0 0;
    height: 60px;
    display: none;
    align-items: center;
}

.product-buy-shops__shops a {
    margin-right: 10px;
}

.product-buy-shops__button--active .product-buy-shops__arrow {
    transform: rotate(0deg);
}

.all-shops a {
    font-size: 17px !important;
    line-height: 17px !important;
    color: rgba(0, 0, 0, 0.7) !important;
}

.all-shops a:hover {
    text-decoration: none;
}

.properties {
    margin-top: 30px;
}

.properties__items {
    width: 100%;
    display: flex;
    margin-bottom: 30px;
}

.properties__item {
    padding-right: 45px;
    border-bottom: 0.5px solid #81888E;
}

.properties__head {
    font-size: 25px;
    line-height: 30px;
    color: rgba(0, 0, 0, 0.4);
    cursor: pointer;
}

.properties__item--active {
    border-bottom: 5px solid #FAD4E8;
    color: rgba(0, 0, 0, 0.7);
}

.properties__body {
    display: none;
}

.properties__content {
    font-size: 17px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.7);
}

.product__title-container__mobile {
    display: none;
}

.product__title-container {
    position: relative;
}

.product__favorites-icon {
    width: 42px !important;
    height: 38px !important;
    stroke: #FAD4E8 !important;
}

.product__favorites.active .product__favorites-icon,
.product__favorites-icon:hover {
    fill: #FAD4E8 !important;
}

.product__favorites {
    position: absolute;
    top: 0;
    right: 0;
}

.slider-offer__content .product__favorites {
    display: none;
}

@media (max-width: 1023px) {
    .product__title-container {
        display: none;
    }

    .product__title-container__mobile {
        display: block;
    }

    .product-container {
        max-width: 380px;
    }

    .product-container .breadcrumbs {
        padding: 0;
    }

    .product {
        width: 100%;
        display: block;
    }

    .content-inner {
        padding: 15px 0 0 0 !important;
    }

    .product .content-left,
    .product .content-right {
        width: 100% !important;
        margin-right: 0 !important;
    }

    .product .content-right {
        display: flex;
        flex-direction: column;
    }

    .slider-offer-preview__item {
        width: 83px !important;
        height: 85px;
        margin-right: 10px;
    }

    .colors {
        order: -2;
        margin-bottom: 20px;
    }

    .product__description {
        margin: 0 0 30px 0;
    }

    .product-price {
        order: -1;
        margin-bottom: 30px;
    }

    .product__all-container {
        margin: 5px 0 0 0;
    }

    .properties {
        display: none;
    }

    .product-price__try-button {
        width: 156px;
        display: flex !important;
        line-height: 17px !important;
        align-items: center;
    }

    .product-price__try-button .instagram-icon {
        margin-left: 0;
    }

    .slider-offer__content {
        position: relative;
    }

    .product__favorites {
        z-index: 999;
    }

    .slider-offer__content .product__favorites {
        display: block;
    }
}

.dimg{
	display: none; margin-top: 10px;
}
.dimg.active,.dimg.hoverActive{
	display:block;
}

.prod-tin {
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    background: url(/bitrix/templates/new/components/bitrix/catalog/divage/bitrix/catalog.element/.default/images/prod-tin.jpg) no-repeat center;
    width: 35px;
    height: 44px;
    text-align: center;
    font-size: 10px;
    margin-bottom: 10px;
    padding-top: 26px;
    padding-left: 3px;
}

.comment-photos{
	margin-left: 10px;
}

.comment-video{
	margin-left: 10px;
}
.carousel-prod .carousel-recommend .carousel-item {
    height: 175px;
}
.carousel-recommend  .carousel-item a:last-child {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    height: 75px;
    overflow: hidden;
}

.carousel-prod .carousel-recommend .slick-prev {
    top: 105px;
}

.carousel-prod .carousel-recommend .slick-next {
    top: 105px;
}
.prod-actions-column {
    width: 90px;
    float: left;
    margin-right: 10px;
    height: 80px;
}
.prod-actions-inline {
    display: block;
    float: left;
}
.prod-actions-buttons {
    width: 140px;
}
.prod-actions-button {
    width: 80px;
}
.prod-actions-column.prod-actions-price {
    text-align: center;
}

 .prod-actions-column.prod-actions-price .prod-actions-content{
    padding-top: 10px;
}
.prod-actions-column.prod-actions-price .prod-actions-content{
    color: #e01764;
    font-size: 24px;
}
.prod-actions-column .prod-actions-like {
    width: 32px;
    padding-top: 10px;
}
.prod-actions-title {
    margin-bottom: 20px;
    margin-top: 20px;
    height: 20px;
}
.prod-actions {
    display: block;
    float: left;
    margin-bottom: 50px;
    position: relative;
}
.orders-count a {
    color: #272425;
}
.promo_table_cell {
    padding-right: 0 !important;
}

a[href="#terms"] {
    display: none;
}
.color-carousel.long-color-names .color-carousel-item span {
    line-height: 10px;;
    font-size: 11px;
}


.content-inner  .try-the-effect {
    font-size: 17px;
    padding: 15px;
    text-decoration: none;
    color: #81888E;
    background: #FAD4E8;
    vertical-align: top;
    display: inline-block;
    float: right;
}

.content-inner .try-the-effect:hover {
    color: white;
}

.content-inner .try-the-effect--mobile {
    display: none;
    position: absolute;
    right: 0;
    top: 50px;
}

@media (max-width: 991px) {
    .content-inner .try-the-effect {
        display: none;
    }

    .content-inner .try-the-effect--mobile {
        display: block;
    }
}
/* End */


/* Start:/bitrix/templates/new/style/magnific-popup.css?16128694606951*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/* End */
/* /bitrix/templates/new/components/bitrix/catalog/divage/style.css?16245233213728 */
/* /bitrix/templates/new/components/bitrix/breadcrumb/content/style.css?1624456514311 */
/* /bitrix/templates/new/components/bitrix/catalog/divage/bitrix/catalog.element/.default/style.css?16370672109767 */
/* /bitrix/templates/new/style/magnific-popup.css?16128694606951 */
