

/* Start:/bitrix/templates/.default/components/bitrix/catalog/pro_main/style.css?1555965900919*/
.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%;
	}
}

.new-product{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;

  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/catalog/pro_main/bitrix/catalog.element/.default/style.css?17864695357915*/
.one-info-bl {
    margin-bottom: 20px;
}
.one-info-bl .head-inf {
    padding: 10px;
    border-radius: 3px;
    color: #131721;
    font-size: 15px;
    font-weight: 500;
    background-color: #F5F6F7;
}
.one-info-bl .like-table {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -webkit-flex;
    font-size: 14px;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.one-info-bl .like-table > * {
    width: 48%;
    border-bottom: 1px solid #F5F6F7;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    -webkit-align-items: baseline;
    -moz-align-items: baseline;
    align-items: baseline;
}
.one-info-bl .like-table > * > * {
    width: 50%;
    padding: 10px;
}
.one-info-bl .like-table > * > * {
    width: 50%;
    padding: 10px;
}
.one-info-bl .like-table strong {
    font-weight: 500;
}

.modal-content .close {
    font-size: 41px;
    padding-right: 10px;
}





/*Красивое описание*/

/* Общий стиль для всех блоков */
.ppc-custom-desc > div {
	margin-bottom: 40px;
}
/* TYPE_1 - Простой блок с контентом */
.ppc-custom-desc .TYPE_1 {
	width: 100%;
	box-sizing: border-box;
}
.ppc-custom-desc .TYPE_1 h2 {
	margin-top: 0;
	margin-bottom: 15px;
	color: #333;
	font-size: 24px;
}
.ppc-custom-desc .TYPE_1 p {
	margin: 0;
	line-height: 1.6;
}
/* TYPE_2 и TYPE_3 - Блоки с текстом и изображением */
.ppc-custom-desc .TYPE_2,
.ppc-custom-desc .TYPE_3 {
	display: flex;
	align-items: flex-start;
	gap: 40px;
	box-sizing: border-box;
}
/* Общие стили для изображений в TYPE_2 и TYPE_3 */
.ppc-custom-desc .TYPE_2 .right-img,
.ppc-custom-desc .TYPE_3 .left-img {
	flex: 0 0 40%;
	max-width: 40%;
	box-sizing: border-box;
}
.ppc-custom-desc .TYPE_2 .right-img img,
.ppc-custom-desc .TYPE_3 .left-img img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 8px;
}
/* Общие стили для текстовых блоков */
.ppc-custom-desc .TYPE_2 .left-text,
.ppc-custom-desc .TYPE_3 .right-text {
	flex: 1;
	box-sizing: border-box;
}
.ppc-custom-desc .TYPE_2 .left-text h2,
.ppc-custom-desc .TYPE_3 .right-text h2 {
	margin-top: 0;
	margin-bottom: 15px;
	color: #333;
	font-size: 24px;
}
.ppc-custom-desc .TYPE_2 .left-text p,
.ppc-custom-desc .TYPE_3 .right-text p {
	margin: 0;
	line-height: 1.6;
}
/* TYPE_2 - Текст слева, изображение справа */
.ppc-custom-desc .TYPE_2 {
	flex-direction: row;
}
/* TYPE_3 - Изображение слева, текст справа */
.ppc-custom-desc .TYPE_3 {
	flex-direction: row; /* Изменено с row-reverse на row */
}
/* TYPE_4 - Одна картинка на всю ширину */
.ppc-custom-desc .TYPE_4 .one-img {
	width: 100%;
	box-sizing: border-box;
}
.ppc-custom-desc .TYPE_4 .one-img img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 8px;
}
/* TYPE_5 - Три картинки в ряд */
.ppc-custom-desc .TYPE_5 {
	display: flex;
	gap: 20px;
	justify-content: space-between;
	box-sizing: border-box;
}
.ppc-custom-desc .TYPE_5 a {
	flex: 1;
	max-width: calc(33.333% - 14px);
	box-sizing: border-box;
}
.ppc-custom-desc .TYPE_5 img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 8px;
	object-fit: cover;
	aspect-ratio: 3/4;
}
/* Адаптивность для ширины 1200px */
@media (max-width: 1200px) {
	.ppc-custom-desc {
		padding: 15px;
	}
	.ppc-custom-desc .TYPE_2,
	.ppc-custom-desc .TYPE_3 {
		gap: 30px;
	}
	.ppc-custom-desc .TYPE_5 {
		gap: 15px;
	}
}

/* Адаптивность для планшетов (768px) */
@media (max-width: 768px) {
	.ppc-custom-desc > div {
		margin-bottom: 30px;
		padding: 15px 0;
	}
	.ppc-custom-desc .TYPE_2,
	.ppc-custom-desc .TYPE_3 {
		flex-direction: column;
		gap: 20px;
	}
	.ppc-custom-desc .TYPE_2 .right-img,
	.ppc-custom-desc .TYPE_3 .left-img,
	.ppc-custom-desc .TYPE_2 .left-text,
	.ppc-custom-desc .TYPE_3 .right-text {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.ppc-custom-desc .TYPE_2 h2,
	.ppc-custom-desc .TYPE_3 h2,
	.ppc-custom-desc .TYPE_1 h2 {
		font-size: 22px;
	}
	.ppc-custom-desc .TYPE_5 {
		flex-wrap: wrap;
		gap: 15px;
	}
	.ppc-custom-desc .TYPE_5 a {
		flex: 0 0 calc(50% - 8px);
		max-width: calc(50% - 8px);
	}
	.ppc-custom-desc .TYPE_5 a:nth-child(3) {
		flex: 0 0 100%;
		max-width: 100%;
	}
}
/* Адаптивность для телефонов (480px и ниже) */
@media (max-width: 480px) {
	.ppc-custom-desc {
		padding: 10px;
	}
	.ppc-custom-desc > div {
		margin-bottom: 25px;
		padding: 10px 0;
	}
	.ppc-custom-desc .TYPE_2,
	.ppc-custom-desc .TYPE_3 {
		gap: 15px;
	}
	.ppc-custom-desc .TYPE_2 h2,
	.ppc-custom-desc .TYPE_3 h2,
	.ppc-custom-desc .TYPE_1 h2 {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.ppc-custom-desc .TYPE_2 p,
	.ppc-custom-desc .TYPE_3 p,
	.ppc-custom-desc .TYPE_1 p {
		font-size: 14px;
		line-height: 1.5;
	}
	.ppc-custom-desc .TYPE_5 {
		flex-direction: column;
		gap: 10px;
	}
	.ppc-custom-desc .TYPE_5 a {
		flex: 0 0 100%;
		max-width: 100%;
	}
	/* Для TYPE_4 и TYPE_5 - уменьшаем скругление углов на маленьких экранах */
	.ppc-custom-desc .TYPE_4 .one-img img,
	.ppc-custom-desc .TYPE_5 img {
		border-radius: 4px;
	}
}
/* Дополнительные улучшения для изображений */
.ppc-custom-desc a[data-fancybox] {
	display: block;
	transition: transform 0.5s ease;
}
.ppc-custom-desc a[data-fancybox]:hover {
	transform: translateY(-5px);
}
/* Улучшения для всех изображений */
.ppc-custom-desc img {
	max-width: 100%;
	height: auto;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
/* Улучшения для текстовых блоков */
.ppc-custom-desc h2 {
	font-weight: 600;
}

/* Центрирование текста по вертикали для TYPE_2 и TYPE_3 - ИСПРАВЛЕННЫЙ ВАРИАНТ */
.ppc-custom-desc .TYPE_2,
.ppc-custom-desc .TYPE_3 {
    align-items: center; /* Центрируем все дочерние элементы по вертикали */
}

.ppc-custom-desc .TYPE_2 .left-text,
.ppc-custom-desc .TYPE_3 .right-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%; /* Занимаем всю высоту родителя */
}

.ppc-custom-desc .TYPE_2 .right-img,
.ppc-custom-desc .TYPE_3 .left-img {
    display: flex;
    align-items: center; /* Центрируем картинку по вертикали */
    height: 100%; /* Картинка тоже занимает всю высоту */
}

.ppc-custom-desc .TYPE_2 .right-img img,
.ppc-custom-desc .TYPE_3 .left-img img {
    height: auto;
    max-height: 100%; /* Ограничиваем высоту картинки */
    width: auto;
    max-width: 100%;
}

/* Адаптивность для планшетов (768px) */
@media (max-width: 768px) {
    /* Отключаем вертикальное центрирование на мобильных */
    .ppc-custom-desc .TYPE_2,
    .ppc-custom-desc .TYPE_3 {
        align-items: flex-start;
    }
    
    .ppc-custom-desc .TYPE_2 .left-text,
    .ppc-custom-desc .TYPE_3 .right-text {
        justify-content: flex-start;
        height: auto;
    }
    
    .ppc-custom-desc .TYPE_2 .right-img,
    .ppc-custom-desc .TYPE_3 .left-img {
        height: auto;
        align-items: flex-start;
    }
}

/*Красивое описание*/


.one-img .js_video_frame img {
    margin-top: 5px;
}
.ppc-pop-up-video {
    text-align: center;
    margin-top: 10px;
}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/news.list/pro_element_comment_list/style.css?178647563810337*/
/** rating star (08/2019) **/

.modal-backdrop.in {
    z-index: 0;
}

.star-ico {
  width: 13px;
  height: 13px;
  display: inline-block;
  background: url("/bitrix/templates/.default/components/bitrix/news.list/pro_element_comment_list/./img/star.svg") no-repeat center/contain; }
  .star-ico.dark {
    background: url("/bitrix/templates/.default/components/bitrix/news.list/pro_element_comment_list/./img/star-grey.svg") no-repeat center/contain; }

.product-wrapper .one-block:hover .rating-star {
  display: block; }

.review-clean .yellow-line {
  margin-bottom: 20px;
  padding: 15px;
  border-radius: 4px;
  background-color: #fff6dc;
  font-size: 16px;
  color: #333333; }
  .review-clean .yellow-line span {
    font-weight: 600;
    color: #353535; }

.modal-review .modal-dialog {
  width: 480px;
  margin: 20px auto; }
  @media (max-width: 480px) {
    .modal-review .modal-dialog {
      width: 96%;
      margin: 10px 2%; } }

.modal-review .caption {
  margin-bottom: 25px;
  color: #444444;
  font-size: 24px; }

.modal-review .modal-content {
  padding: 30px 30px 35px;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
  border-radius: 4px;
  background-color: #f9f9f9; }
  @media (max-width: 480px) {
    .modal-review .modal-content {
      padding: 20px; } }

.modal-review .popup-box {
  padding: 0; }
  .modal-review .popup-box .one-line-popup .box-input1 .brand-btn {
    margin-right: 8px; }
  .modal-review .popup-box .one-line-popup .box-input1 .btn-border span {
    border-bottom: 1px solid; }
  .modal-review .popup-box .one-line-popup .text {
    width: 110px;
    font-size: 14px;
    color: #333333; }

.send-review {
  max-width: 220px; }

.rating-css {
  padding-top: 6px;
  cursor: pointer;
  font-size: 0; }
  .rating-css i {
    width: 17px;
    height: 16px; }
  .rating-css input {
    display: none; }
    .rating-css input + label {
      margin-right: 4px;
      text-align: center;
      font-size: 17px;
      color: #f29626;
      cursor: pointer; }
      .rating-css input + label:before {
        background: url("/bitrix/templates/.default/components/bitrix/news.list/pro_element_comment_list/../img/star.svg") no-repeat center/contain; }

.rating-css input:checked + label ~ label:before {
  background: url("/bitrix/templates/.default/components/bitrix/news.list/pro_element_comment_list/../img/star-grey.svg") no-repeat center/contain; }

.rating-css.hover-effect input:checked + label ~ label,
.rating-css.hover-effect:hover input:hover + label ~ label {
  opacity: 0.5; }

.rating-css.hover-effect:hover input + label ~ label {
  opacity: 1; }

.wrapper-comment-all {
  padding-top: 30px; }

.one-comment-bl {
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 4px;
  background-color: #f9f9f9; }
  .one-comment-bl .rating-css {
    padding-top: 0; }
    .one-comment-bl .rating-css i {
      width: 13px;
      height: 12px; }
  .one-comment-bl:last-child {
    margin-bottom: 0; }
  .one-comment-bl p {
    color: #333333;
    font-size: 15px;
    line-height: 23px; }
  .one-comment-bl .user-description {
    margin-bottom: 15px;
    padding-right: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative; }
    @media (max-width: 520px) {
      .one-comment-bl .user-description {
        padding-right: 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    .one-comment-bl .user-description .name {
      margin-right: 20px;
      color: #333333;
      font-size: 16px;
      font-weight: 600; }
    .one-comment-bl .user-description .time {
      position: absolute;
      top: 0;
      right: 0;
      color: #757575;
      font-size: 14px; }
      @media (max-width: 520px) {
        .one-comment-bl .user-description .time {
          width: 100%;
          padding-top: 7px;
          position: relative;
          font-size: 13px; } }

.star-rt > * {
  display: inline-block;
  vertical-align: middle;
  float: none; }

.star-rt span {
  margin-left: 10px;
  color: #757575;
  font-size: 14px; }

.wr-t2 {
  margin-top: -20px;
  margin-bottom: 15px; }
  .wr-t2 .cod-product {
    margin-bottom: 10px; }

/** end rating star (08/2019) **/




/** comment gallery (08/2021) **/


.box-you-modal .link-video{
    margin-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

.box-you-modal .btn-video-youtube:hover{
    border: 1px solid #cdcdcd;
}

.box-you-modal .btn-video-youtube{
    width: 36px;
    height: 36px;
    margin-right: 5px;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    background-color: #ffffff;
    color: #999999;
    font-size: 24px;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

.box-you-modal{

}

.caption-add-m{
    margin-bottom: 10px;
    color: #999999;
    font-size: 14px;
}

.box-add-photo-m .top .text{
    width: 100%;
    padding-right: 40px;
    color: #757575;
    font-size: 12px;
    line-height: 18px;
}

.box-add-photo-m .top i{
    margin-right: 15px;
    font-size: 24px;
    color: #999999;
}

.box-add-photo-m .top img{
    width: 24px;
    margin-right: 15px;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.box-add-photo-m .top .choose-images:hover{
    background-color: #ead28a;
    text-decoration: none;
}

.box-add-photo-m .top .choose-images{
    padding: 13px;
    color: #757575;
    text-align: center;
    font-weight: 700;
    font-size: 12px;
    border: 0;
    display: inline-block;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 3px;
    background-color: #e6e6e6;
    margin-left: 10px;
    text-transform: uppercase;
}

.box-add-photo-m .top:last-child{
    margin-bottom: 0;
}
.box-add-photo-m .top{
    margin-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

.box-add-photo-m{
    margin-bottom: 20px;
    padding: 20px 15px;
    border-radius: 3px;
    border: 1px solid #cdcdcd;
    background-color: #ffffff;
}

.list-photo-m{
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.box-list-photo-review:last-child{
    margin-bottom: 0;
}

.box-list-photo-review .box-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.box-list-photo-review .box-img{
    height: 85px;
    line-height: 0;
    overflow: hidden;
    border-radius: 4px;
}

.box-list-photo-review{
    margin-bottom: 20px;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.list-photo-m .box-img .delete-img i:nth-child(1){
    transform: rotate(-45deg);
}
.list-photo-m .box-img .delete-img i:nth-child(2){
    transform: rotate(45deg);
}
.list-photo-m .box-img .delete-img i{
    width: 2px;
    height: 13px;
    top: 5px;
    left: 10px;
    position: absolute;
    border-radius: 2px;
    content: '';
    display: block;
    background: #999999;
}
.list-photo-m .box-img .delete-img:hover{
    opacity: 0.9;
}
.list-photo-m .box-img .delete-img{
    width: 24px;
    height: 24px;
    top: 5px;
    right: 5px;
    position: absolute;
    transition: 0.3s;
    z-index: 20;
    border: 1px solid #f9f9f9;
    background-color: #ffffff;
    border-radius: 50%;
}

.list-photo-m .box-img{
    width: 100%;
    height: 100px;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}

.object-fit{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.review-from .text{
    margin-right: 5px;
    display: inline;
    color: #50533f;
    font-size: 14px;
}
.review-from img{
    height: 13px;
}
.review-from{
    margin-left: 50px;
    display: inline-block;
}

.box-video-review iframe{
    max-width: 100%;
}

@media (max-width: 1200px) {
    .box-list-photo-review{
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    }
}
@media (max-width: 992px) {
    .list-photo-m{
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
    .box-add-photo-m .top .text{
        padding-right: 0;
    }
    .box-list-photo-review{
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    }
    .one-comment-bl .user-description{
        padding-right: 0;
        padding-top: 20px;
    }
    .one-comment-bl .user-description .time{
        right: initial;
    }
}

@media (max-width: 767px) {
    .list-photo-m{
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    }
    .box-list-photo-review{
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}

@media (max-width: 580px) {
    .list-photo-m{
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
    .box-list-photo-review{
        grid-template-columns: 1fr 1fr 1fr;
    }
    .review-from{
        margin-left: 0;
        width: 100%;
        margin-top: 5px;
    }
}

@media (max-width: 520px) {
    .list-photo-m .box-img{
        height: 80px;
    }
    .list-photo-m{
        grid-template-columns: 1fr 1fr 1fr;
    }
    .box-add-photo-m .top{
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .box-add-photo-m .top .text{
        width: calc(100% - 40px);
        line-height: 15px;
    }
    .box-add-photo-m .top .choose-images{
        width: 100%;
        margin-top: 10px;
        margin-left: 0;
    }
}

.list-photo-m .box-img .delete-img,
.box-add-photo-m .top .choose-images {
    cursor: pointer;
}
/** end rating star (08/2019) **/



.box-list-photo-review {
    margin-top: 20px;
    margin-bottom: 25px;
}
/* End */
/* /bitrix/templates/.default/components/bitrix/catalog/pro_main/style.css?1555965900919 */
/* /bitrix/templates/.default/components/bitrix/catalog/pro_main/bitrix/catalog.element/.default/style.css?17864695357915 */
/* /bitrix/templates/.default/components/bitrix/news.list/pro_element_comment_list/style.css?178647563810337 */
