

/* Start:/local/templates/mst/components/bquadro/catalog/mst_catalog/style.css?1743678261879*/
.grid .bx_content_section { margin-bottom: 15px; }

.grid .bx_sidebar { margin-bottom: 15px; }

/* 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%;
	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%; }
}

.catalog-block-header {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	margin: 5px 0;
	padding: 5px 0;
	border-bottom: 2px solid #d9dee6;
	border-bottom-color: var(--primary);
	color: #000;
}

/* End */


/* Start:/local/templates/mst/css/communication.css?174367826032271*/
.product__communication {
    width: 100%;
    z-index: 1;
    position: relative;
    background: #fff;
    /* display: none; */
}

.product-communication__wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.product__main {
    width: 57.5%;
    padding-right: 60px;
    position: relative;
}

.communication-form__item.error,
.checkBtn.error label::before {
    border-color: #ff0d0d;
}

.product-communication__item {
    position: relative;
    margin-bottom: 30px;
}

.product-communication-item__main {
    margin-bottom: 40px;
}

.product-communication-item__buy {
    display: inline-block;
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #00C236;
    right: 0;
    top: 0;
    background-color: #EFFFF4;
    padding: 4px 8px 4px 27px;
    border-radius: 4px;
    position: absolute;
    white-space: nowrap;
}

.product-communication-item__buy:before {
    content: '';
    position: absolute;
    width: 11px;
    height: 11px;
    background-image: url(/local/templates/mst/css/images/check-green.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    left: 8px;
    top: 7px;
}

.product-communication-item__rating {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 130px;
    height: 20px;
    margin-bottom: 16px;
}

.product-communication-item__rating--1 {
    background-image: url(/local/templates/mst/css/images/star_1.svg);
}

.product-communication-item__rating--2 {
    background-image: url(/local/templates/mst/css/images/star_2.svg);
}

.product-communication-item__rating--3 {
    background-image: url(/local/templates/mst/css/images/star_3.svg);
}

.product-communication-item__rating--4 {
    background-image: url(/local/templates/mst/css/images/star_4.svg);
}

.product-communication-item__rating--5 {
    background-image: url(/local/templates/mst/css/images/star_5.svg);
}

.product-communication-item__name {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 16px;

}

.product-communication-item__name span {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    color: #232323;

    margin-right: 20px;
}

.product-communication-item__date {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 22px;
    color: #979797;
}

.product-communication-item__experience {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #232323;
}

.product-communication-item__assessment {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-left: -15px;
    margin-right: -15px;
}

.product-communication-item-assessment__item {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 5px;
    width: 50%;
}

.product-communication-item-assessment__val {
    display: flex;
    flex-wrap: wrap;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #232323;
}

.product-communication-item-assessment__val span:last-child {
    margin-left: auto;
}

.product-communication-item-assessment__line {
    margin-top: 4px;
    height: 3px;
    background-color: #C2C2C2;
    position: relative;
}

.product-communication-item-assessment__line span {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-color: #026EF9;
}


.product-communication-item__item {
    margin-bottom: 30px;
}

.product-communication-item__small-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    color: #232323;
    margin-bottom: 10px;
}

.product-communication-item__text {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;

    color: #232323;
}

.product-communication-item__gallery {
    display: flex;
    flex-wrap: wrap;
}

.product-communication-item__gallery a {
    position: relative;
    width: 100px;
    margin-bottom: 20px;
}

.product-communication-item__gallery a:before {
    content: '';
    padding-top: 100%;
    display: block;
}

.product-communication-item__gallery a img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: auto;
    height: auto;
    max-width: 90%;
    max-height: 90%;
}

.product-communication-item__bottom {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}

.product-communication__reply {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #026EF9;
    margin-right: 20px;
    cursor: pointer;
}

.product-communication__reply--hidden {
    display: none;
}

.product-communication__reply:hover {
    text-decoration: underline;
}

.product-communication__show-all {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #026EF9;
    cursor: pointer;

}

.product-communication__show-all:hover {
    text-decoration: underline;
}


.product-communication-item__answers {
    padding-left: 60px;
    padding-top: 30px;

    display: none;
}

.product-communication-answer__top {
    margin-bottom: 13px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.product-communication-answer__name {
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    color: #232323;
    margin-right: 20px;
}

.product-communication-answer__name--med {
    color: #026EF9;
}

.product-communication-answers__date {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 22px;

    color: #979797;
}

.product-communication-answer__text {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #232323;

}

.product-communication__answer {
    margin-bottom: 30px;
}

.product-communication-answer__reply {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #026EF9;
    margin-top: 16px;
}

.product-communication-answer__reply {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #026EF9;
    cursor: pointer;
}

.product-communication-answer__reply:hover {
    text-decoration: underline;
}


.product-communication-item__answer {
    padding-left: 60px;

}


.communication-form {
    padding-top: 30px;
}

.communication-form__row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.communication-form__col {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
}

.communication-form__item {
    position: relative;
    margin-bottom: 20px;
    border: 1px solid #ABABAB;
    border-radius: 8px;
    height: 58px;
}

.communication-form__item--textarea {
    height: 116px;
}


.communication-form__item textarea,
.communication-form__item input {
    font-size: 18px;
}

.communication-form__item textarea {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    resize: none;
    padding: 22px 20px;
}

.communication-form__item input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0px 20px;
}

.communication-form__item label {
    font-weight: 500;
    font-size: 18px;
    line-height: 58px;
    color: #9293AA;
    position: absolute;
    left: 20px;
    top: 0;
    display: block;
    transition: .3s;
    pointer-events: none;
}

.communication-form__item--active {
    border-color: #026EF9;
}

.communication-form__item--active label {
    font-size: 12px;
    line-height: 16px;
    top: -8px;
    background-color: #fff;
    padding: 0 5px;
    z-index: 1;
}


.communication-form__btns {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.communication-form__cancel,
.communication-form__submit {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    padding: 10px 40px;
    border-radius: 8px;
    transition: all 0.3s;
    text-align: center;
}

.communication-form__cancel {
    background-color: #EBF0F7;
    margin-left: auto;
    cursor: pointer;
}

.communication-form__submit {
    background-color: #026EF9;
    color: #fff;
    margin-left: 20px;
}

.communication-form__cancel:hover {
    background-color: #BDC3C9;
}

.communication-form__submit:hover {
    background-color: #0B51AA;
}

.communication-form__submit--disabled {
    pointer-events: none;
    opacity: 0.6;
}

.communication-form--big {
    padding-top: 40px;
    padding-bottom: 90px;
}

.communication-form--big__row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.communication-form--big__col {
    width: calc(100% - 340px);
}

.communication-form--big__col:first-child {
    width: 340px;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #232323;
}

.communication-form--big .communication-form__submit {
    margin-left: 0;
    width: 100%;
}


.communication-experience {
    display: flex;
    flex-wrap: wrap;
}

.communication-experience__item {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 35px;
    color: #232323;
    position: relative;
    cursor: pointer;
    margin-bottom: 5px;
}

.communication-experience__item input {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
}

.communication-experience__item label {
    border: 1px solid #EFEFEF;
    border-radius: 50px;
    padding: 6px 12px;
    margin-right: 10px;
    cursor: pointer;
}

.communication-experience__item input:checked + label {
    border: 1px solid #026EF9;
    background-color: #026EF9;
    color: #fff;
}

.communication-rating__title {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #9293AA;
    margin-bottom: 10px;
}

.communication-rating__wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row-reverse;
    position: relative;
    width: 130px;
}

.communication-rating__wrap input {
    width: 0;
    height: 0;
    opacity: 0;
    position: absolute;
}

.communication-rating label {
    display: block;
    width: 26px;
    height: 20px;

    position: relative;
    cursor: pointer;

}

.communication-rating label:before,
.communication-rating label:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.communication-rating label:before {
    background-image: url(/local/templates/mst/css/images/star.svg);
}

.communication-rating label:after {
    background-image: url(/local/templates/mst/css/images/star-full.svg);
    opacity: 0;
}

.communication-rating label:hover:before
.communication-rating label:hover ~ label:before,
.communication-rating input:checked ~ label:before {
    opacity: 0;
}

.communication-rating label:hover:after,
.communication-rating label:hover ~ label:after,
.communication-rating input:checked ~ label:after {
    opacity: 1;
}


.communication-rating {
    margin-bottom: 30px;
}

.communication-rating:only-child {
    margin-bottom: 0;
}


.product-communication__aside {
    position: sticky;
    top: 0;
    width: 50%;
}

.product-communication__main {
    width: 50%
}

@media (max-width: 1023px) {
    .product-communication__aside {
        width: 100%;
    }

    .product-communication__main {
        width: 100%;
    }
}


.product-communication-aside__block {
    width: 428px;
    background-color: #F9FAFB;
    top: 30px;
    padding: 36px;
    border-radius: 28px;
}

.product-communication-aside__block p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
    margin-top: 18px;
}

.product-communication-aside__main-assessment {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0.216667px;
    color: #232323;
    margin-bottom: 10px;
}

.product-communication-aside__rating {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 21px;
}

.product-communication-aside-rating__stars {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 130px;
    height: 20px;
}

.product-communication-aside-rating__stars--0 {
    background-image: url(/local/templates/mst/css/images/star_0.svg);
}

.product-communication-aside-rating__stars--1 {
    background-image: url(/local/templates/mst/css/images/star_1.svg);
}

.product-communication-aside-rating__stars--2 {
    background-image: url(/local/templates/mst/css/images/star_2.svg);
}

.product-communication-aside-rating__stars--3 {
    background-image: url(/local/templates/mst/css/images/star_3.svg);
}

.product-communication-aside-rating__stars--4 {
    background-image: url(/local/templates/mst/css/images/star_4.svg);
}

.product-communication-aside-rating__stars--5 {
    background-image: url(/local/templates/mst/css/images/star_5.svg);
}


.product-communication-aside__review {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin-left: auto;
    color: #232323;
}

.product-communication-aside__btn {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #FFFFFF;
    background-color: #026EF9;
    border-radius: 8px;
    padding: 12px 0;
    display: block;
    text-align: center;
    transition: .3s;
}

.product-communication-aside__btn:hover,
.product-communication-aside__btn:focus {
    color: #fff;
    text-decoration: none;
    background-color: #0B51AA;
}

.product-communication-aside__list {
    margin-top: 30px;
    margin-bottom: 30px;
}

.product-communication-aside-list__item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 12px;
}

.product-communication-aside-list__review {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: right;
    color: #232323;
    margin-left: auto;
}

.product-communication-aside-list__stars {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 100px;
    height: 16px;
}

.product-communication-aside-list__stars--1 {
    background-image: url(/local/templates/mst/css/images/star_1.svg);
}

.product-communication-aside-list__stars--2 {
    background-image: url(/local/templates/mst/css/images/star_2.svg);
}

.product-communication-aside-list__stars--3 {
    background-image: url(/local/templates/mst/css/images/star_3.svg);
}

.product-communication-aside-list__stars--4 {
    background-image: url(/local/templates/mst/css/images/star_4.svg);
}

.product-communication-aside-list__stars--5 {
    background-image: url(/local/templates/mst/css/images/star_5.svg);
}

.product-communication-aside__small-title {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    color: #232323;
    margin-bottom: 20px;
}


.product-communication-aside-assessment__val {
    display: flex;
    flex-wrap: wrap;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #232323;
}

.product-communication-aside-assessment__val span:last-child {
    margin-left: auto;
}

.product-communication-aside-assessment__line {
    margin-top: 4px;
    height: 3px;
    background-color: #C2C2C2;
    position: relative;
}

.product-communication-aside-assessment__line span {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-color: #026EF9;
}

.product-communication-aside-assessment__item {
    margin-bottom: 16px;
}


.product-communication__line {
    background-color: #E1E3DE;
    height: 1px;
    margin-top: 40px;
    margin-bottom: 40px;
}


.product__ask .product-communication__item .product-communication__answer {
    margin-bottom: 16px;
}

.product-communication__link {
    display: block;
    margin-top: 40px;
}

.product-communication__link span {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #026EF9;
    position: relative;
}

.product-communication__link span:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 1px;
    background-color: #026EF9;
    opacity: 1;
    transition: .2s;
}

.product-communication__link span:hover:before {
    opacity: 0;
}

a.product-communication__link:hover {
    text-decoration: none;
}

/*-----------------------------------------------------------------------*/


.product-small-card {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.product-small-card__img {
    width: 307px;
    text-align: center;
}

.product-small-card__img img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 120px;
    display: inline-block;
}

.product-small-card__info {
    width: calc(100% - 307px);
    padding-left: 30px;
}

.product-small-card__title {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 15px;
    letter-spacing: 1px;
    color: #232323;
    display: block;
    transition: color .3s;
}

.product-small-card__title:hover {
    color: #026EF9;
}

.product-small-card__price {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.product-small-card__price span {
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0.216667px;
    color: #569DF9;
    margin-right: 5px;
}

.product-small-card__cost {
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0.216667px;
    color: #026EF9;
    margin-right: 20px;
}

.product-small-card__oldcost {
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0.216667px;
    text-decoration-line: line-through;
    color: #232323;
}

.product-small-card__back {
    position: relative;
    margin-top: 20px;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    color: #979797;
    padding-left: 30px;
    display: block;
    transition: .3s;

}

.product-small-card__back:before,
.product-small-card__back:after {
    content: '';
    position: absolute;
    left: 0;
    top: -3px;
    width: 24px;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: .3s;

}

.product-small-card__back:before {
    background-image: url(/local/templates/mst/css/images/back.svg);
}

.product-small-card__back:after {
    background-image: url(/local/templates/mst/css/images/back-blue.svg);
    opacity: 0;
}

.product-small-card__back:hover {
    color: #026EF9;
}

.product-small-card__back:hover:before {
    opacity: 0;
}

.product-small-card__back:hover:after {
    opacity: 1;
}

.product-communication-detail {
    display: flex;
    flex-wrap: wrap;
}

.product-communication-detail__main {
    width: 870px;
}

.product-communication-detail__aside {
    width: calc(100% - 870px);
    padding-left: 88px;
}

.product-communication-detail-aside__block {
    max-width: 260px;
    position: -webkit-sticky;
    position: sticky;
    top: 30px;
    margin-left: auto;
    margin-bottom: 30px;
}

.product-communication-detail-aside__btn,
.product-ask-a-question,
.product-feedback {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #FFFFFF;
    background-color: #026EF9;
    border-radius: 8px;
    padding: 12px 0;
    display: block;
    margin-bottom: 20px;
    text-align: center;
    transition: .3s;
    margin-left: auto;
    cursor: pointer;
}

.product-communication-detail-aside__btn:nth-child(2) {
    border: 1px solid #026EF9;
    background-color: #F7F6F6;
    color: #232323;
}

.product-communication-detail-aside__btn:hover,
.product-ask-a-question:hover,
.product-feedback:hover {
    background-color: #0B51AA;
}

.product-communication-detail-aside__btn:nth-child(2):hover {
    background-color: #026EF9;
    color: #fff;
}

.product-ask-a-question,
.product-feedback {
    max-width: 307px;
    margin-left: 0;
    margin-top: 40px;
    margin-bottom: 90px;
}

.product-communication__text {
    padding-top: 36px;
}

.product-communication-text__title {
    margin-bottom: 18px;
    font-size: 20px;
}


.pagination {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    padding-right: 35px;
    padding-left: 35px;

    margin-top: 60px;
    margin-bottom: 60px;
}

a.pagination__prev,
a.pagination__next {
    width: 16px;
    height: 24px;
    position: relative;
    text-decoration: none;
    cursor: pointer;

    transition: .3s;
}

a.pagination__prev {
    margin-right: 10px;
}

a.pagination__next {
    margin-left: 10px;
}

a.pagination__prev:before,
a.pagination__next:before,
a.pagination__prev:after,
a.pagination__next:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    transition: .3s;
}

a.pagination__prev:before {
    background-image: url(/local/templates/mst/css/images/pagination-left.svg)
}

a.pagination__next:before {
    background-image: url(/local/templates/mst/css/images/pagination-next.svg)
}

a.pagination__prev:after {
    background-image: url(/local/templates/mst/css/images/pagination-left-black.svg);
    opacity: 0;
}

a.pagination__next:after {
    background-image: url(/local/templates/mst/css/images/pagination-next-black.svg);
    opacity: 0;
}

a.pagination__prev:hover:before,
a.pagination__next:hover:before {
    opacity: 0;
}

a.pagination__prev:hover:after,
a.pagination__next:hover:after {
    opacity: 1;
}

a.pagination__prev:hover,
a.pagination__next:hover {
    background-color: var(--green)
}

.pagination__item,
a.pagination__item {
    width: 16px;
    height: 24px;
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
    color: #000;
    opacity: 0.4;
    transition: color .3s;
    text-decoration: none;
    text-align: center;
    transition: .3s;
}

.pagination__item--current,
a.pagination__item:hover {
    opacity: 1;
}


@media (max-width: 1459px) {
    .pagination {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}


@media (max-width: 767px) {
    .pagination {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}


.product-communication-detail .product-communication-aside__block {
    margin-left: auto;
}

.product-communication-detail .product__communication {

    width: 100%;
}


.filepond--credits {
    display: none;
}

.filepond--panel-root {
    border: 1px solid #ABABAB;
    border-radius: 8px;
    background-color: #fff;
}

.filepond--root:hover .filepond--panel-root {
    border-color: #026EF9;
}

.filepond--drop-label.filepond--drop-label label {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #232323;
    position: relative;
    padding: 0;
    padding-left: 58px;
    text-align: left;
    cursor: pointer;

}

.filepond--image-preview {
    background: #f7f6f6;
}

.filepond--image-preview-overlay-idle {
    color: rgb(177 177 177);
}

/*.filepond--drop-label label:before
{
	content: '';
	width: 42px;
	height: 42px;
	position: absolute;
	left: 0;
	top: 0;
	background-image: url("/local/templates/mst/css/images/upload.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.filepond--drop-label
{
	padding: 0px 55px;
	cursor: pointer;
}*/
.filepond--root {
    cursor: pointer;
}

.filepond--drop-label {
    background-image: url("/local/templates/mst/css/images/upload-text.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 57%;
}


.our-product {
    margin-top: 43px;
}


.product-small-card__btn {
    display: none;
    margin-top: 40px;
}

.product-small-card__btn .product-communication-detail-aside__btn {
    width: calc(50% - 5px);
    margin-right: 0;
    padding: 0;
    height: 38px;
    line-height: 38px;
    border: none;
    font-size: 14px;
    margin-right: 10px;
    margin-bottom: 0;
}

.product-small-card__btn .product-communication-detail-aside__btn:last-child {
    margin-right: 0;
}

.product-small-card__btn .product-communication-detail-aside__btn span {
    text-align: center;
    display: block;
    line-height: 1;
}

.product-small-card__btn .product-communication-detail-aside__btn span:first-child {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #232323;
}

.product-small-card__title--adap {
    display: none;
}

@media (max-width: 1439px) {
    .product-communication-item__main {
        padding-right: 0
    }

    .product-communication-item__buy {
        position: relative;
        margin-bottom: 20px
    }

    .product-communication-item__item {
        margin-bottom: 15px
    }

    .product-communication-item__answers {
        padding-left: 40px;
        padding-top: 20px;
    }

    .product-communication-item__answer {
        padding-left: 40px
    }

    .communication-form__item textarea, .communication-form__item input {
        font-size: 16px
    }

    .communication-form__item textarea {
        padding: 10px 10px;
    }

    .communication-form__item input {
        padding: 0px 10px;
    }

    .communication-form__item label {
        left: 10px;

        font-size: 16px;
        line-height: 48px;
    }

    .communication-form__item--active label {
        font-size: 12px;
        line-height: 16px;
        top: -8px;
        z-index: 1;
    }

    .communication-form__item {
        height: 48px
    }

    .communication-form__item--textarea {
        height: 100px
    }

    .product-communication__link {
        margin-top: 30px
    }

    .product-communication__link span {
        font-size: 16px;
        line-height: 26px;
    }

    .product-communication__line {
        margin-top: 30px;
        margin-bottom: 30px
    }

    /*--------------------*/
    .product-small-card {
        margin-bottom: 30px;
        margin-top: 0px
    }

    .product-communication-detail-aside__block {
        max-width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    .product-communication-detail-aside__btn {
        width: 260px;
        margin-left: 0;
        margin-right: 20px;
        margin-bottom: 10px
    }

    .product-communication-detail__aside {
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
        width: 100%;
        padding-left: 0;
        display: none
    }

    .product-communication-detail__main {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }

    .product-communication-detail .product__communication {
        -webkit-box-ordinal-group: 3;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 3;
        -webkit-order: 3;
        order: 3;
    }

    .product-communication-detail__main {
        width: 100%;
    }

    .product-communication-detail-aside__block {
        margin-left: 0;
        position: static
    }

    .communication-form--big {
        padding-bottom: 40px;
        padding-top: 20px
    }

    .product-ask-a-question, .product-feedback {
        margin-bottom: 40px
    }

    .product-small-card__btn {
        display: flex;
        flex-wrap: wrap;
        max-width: 450px;
    }
}

@media (max-width: 1023px) {
    .product-ask-a-question,
    .product-feedback {
        max-width: 100%;
    }

    .product__communication__wrap {
        flex-direction: column-reverse;
    }

    .product__main {
        width: 100%;
        padding-right: 0
    }

    .product-communication-aside__block {
        width: 100%;
        padding: 30px 0;
        border-bottom: 1px solid #E1E3DE;
        position: static
    }
}

@media (max-width: 767px) {
    .product-communication-item__answer {
        padding-left: 0
    }

    .communication-form__col {
        width: 100%;
        padding: 0
    }

    .communication-form__row {
        margin-left: 0;
        margin-right: 0
    }

    .product-communication-item__answers {
        padding-left: 0
    }

    .product-communication-item__text,
    .product-communication-answer__text {
        font-size: 13px;
        line-height: 20px;
    }

    .product-communication-item__small-title,
    .product-communication-answer__name {
        font-size: 14px;
        margin-bottom: 5px
    }

    .product-communication-answer__reply {
        margin-top: 10px
    }

    .product-communication-answer__top {
        margin-bottom: 8px
    }

    .communication-form__item {
        margin-bottom: 15px
    }


    .product-communication-item-assessment__item {
        width: 100%;
        padding-right: 0;
        margin-bottom: 10px
    }

    .product-communication-item__main {
        margin-bottom: 16px;
    }

    .product-communication-item__gallery a {
        margin-bottom: 10px
    }

    .product-communication-item__gallery a {
        width: 70px
    }

    .communication-form--big__col:first-child {
        font-size: 18px;
        line-height: 26px;
    }

    /*-----------------------*/
    .product-small-card__info {
        width: 100%;
        padding-left: 0
    }

    .product-ask-a-question, .product-feedback {
        margin-top: 20px;
        margin-bottom: 20px
    }

    .product-small-card__img {
        margin-bottom: 15px;
        width: 100%
    }

    .communication-form--big__col,
    .communication-form--big__col:first-child {
        width: 100%
    }

    .communication-form--big__col:first-child {
        margin-bottom: 10px
    }


    .communication-form--big {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .product-communication__answer {
        margin-bottom: 20px
    }

    .communication-form {
        padding-top: 20px
    }

    .communication-rating {
        margin-bottom: 20px
    }

    .our-product {
        margin-top: 33px
    }

    .product-small-card__back {
        display: none
    }


    .product-small-card__title {
        display: none
    }

    .product-small-card__title--adap {
        display: block;
    }

}

@media (max-width: 480px) {
    .communication-form__cancel, .communication-form__submit {
        width: 100%
    }

    .communication-form__cancel {
        margin-bottom: 10px
    }

    .communication-form__submit {
        margin-left: 0
    }

    .product-communication-item__gallery a {
        width: 50px
    }

    .product-communication-aside__btn {
        margin-bottom: 10px
    }

    .product-communication__line {
        margin-top: 20px;
        margin-bottom: 20px
    }

    .filepond--drop-label {
        background-size: 70%;
    }

    .communication-experience__item {
        font-size: 14px
    }
}


body .dankeModal {
    max-width: 640px;
}

.danke__title {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    letter-spacing: 1px;
    color: #026EF9;
    margin-bottom: 16px;
}

.danke__text {
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.216667px;
}

@media (max-width: 700px) {
    .danke {

        width: auto;
    }

    .danke__title {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .danke__text {
        font-size: 14px;
        line-height: 25px;
    }
}

.product-communication__title {
    margin-bottom: 30px;
}

@media (max-width: 1023px) {
    .product-communication__wrap {
        flex-direction: column-reverse;
    }

    .product-communication__aside {
        position: static;
        width: 100%;
        margin-bottom: 25px;
    }

    .product-communication-aside__block {
        padding: 18px;
    }

    .product-communication__main {
        width: 100%;
    }
}

/* End */


/* Start:/local/js.lib/fancybox/jquery.fancybox.min.css?174367826012887*/
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;/*left:env(safe-area-inset-left);*/ padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;/*right:env(safe-area-inset-right)*/}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{ /*padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))*/ padding: 75px 44px 25px 44px}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{/*padding-left:max(12px,env(safe-area-inset-left));*/ padding-left: 12px; /*padding-right:max(12px,env(safe-area-inset-right))*/ padding-right: 12px}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
/* End */


/* Start:/local/templates/mst/components/bitrix/catalog.element/bootstrap_v4_reviews/style.css?174367826124902*/
.productSection .iconFavourite [class*="icon"].wl-hide {
    display: none !important;
}
.productSection .iconFavourite [class*="icon"].full.wl-act {
	color: #d23838;
    opacity: 1;
    z-index: 1;
}

.productSection .iconFavourite {
    position: relative;
    display: block;
    cursor: pointer;
}
.productSection .iconFavourite span {
	font-family: "Gilroy";
	font-size: 13px;
}

.productSection .iconFavourite span,
.productSection .wish-link::before {
	vertical-align: middle;
}

.productSection .wish-link::before {
	margin-right: 10px;
}

.productSection .iconFavourite [class*="icon"] {    
    top: 0px;
    left: 0px;
    display: block;
    font-size: 24px;
    color: #232323;
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.productSection .iconFavourite [class*="icon"].in {
	display: flex ;
	justify-content: center;
    align-items: center;
}
.productSection .iconFavourite [class*="icon"].full {
    color: #d23838;
    opacity: 1 !important;
    z-index: 1;
}
.productSection .iconFavourite.active [class*="icon"],
.productSection .iconFavourite:hover [class*="icon"] {
    opacity: 1 !important;
}

.productSection .wish_wrap a {
	text-decoration: none;
}

.productSection .wish_wrap a span {
	display: inline;
}

.btnSimpleIcon {
	cursor: pointer;
}
.productBlock .icon-chart:before,
.productBlock .icon-heart:before {
	color: #026ef9;
}

.productBlock .icon-heart:hover {
	color: #026ef9;
}

@media(min-width: 991px) {
	.productBlock .icon-heart:hover:before {
		content: "\e920";
		color: #d23838;
	}
}
@media(max-width: 767px) {
	.productBlock .product-item-compare [data-entity="compare-title"],
	.productBlock  .wish_wrap a span {
		display: none; 
	}
	.productSection .wish-link::before {
		margin: 0;
	}
		 
}







.btnSimpleIcon.checkbox input:checked + .compare-wr .compare-wr__nosel {
	display: none;
	vertical-align: middle;
}

.btnSimpleIcon.checkbox input:checked + .compare-wr .compare-wr__sel {
	display: inline; 
	vertical-align: middle;
}

.checkbox.btnSimpleIcon [type="checkbox"] {
	display: none;
}
@media(max-width: 767px) {
	/*
	.btnSimpleIcon.checkbox .compare-wr [data-entity="compare-title"] {
		display: none !important;
	}*/
	.controls .btnSimpleIcon.checkbox .compare-wr [data-entity="compare-title"] .text {
		display: none;
	}
}


[class*="btnBorder"].full.button-buy.disabled {
	opacity: 0.7;
	/*pointer-events: none;*/
	color: white;
    background-color: #026ef9;
}

[class*="btnFill"][class*="Type4"].priceBtn.disabled {
	opacity: 0.7;
	pointer-events: none;
	color: white;
    background-color: #026ef9;
}
[class*="btnFill"][class*="Type4"].priceBtn.disabled>* {
	color: white;
}




.modalGallery {
	margin-left: -30px;
	margin-right: -30px;
}

@media (max-width: 767px) {
	.modalGallery {
		margin-left: 0px;
		margin-right: 0px;
	}
}

.modalGallery .modalGalleryItem+.modalGalleryItem {
	margin-top: 40px;
}

.modalGalleryItem .img {
	position: relative;
	z-index: 1;
}

.modalGalleryItem .img>a {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 7;
	overflow: hidden;
	text-indent: 200%;
	white-space: nowrap;
}

.modalGalleryItem .img img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 100%;
}

.modalGalleryItem .img+.note {
	margin-top: 10px;
}

.modalGalleryItem .note {
	padding-left: 30px;
	padding-right: 60px;
	font-family: "Open Sans";
	font-size: 15px;
	line-height: 24px;
	color: #232323;
	letter-spacing: 0.22px;
}

@media (max-width: 767px) {
	.modalGalleryItem .note {
		padding-left: 0px;
		padding-right: 0px;
	}
}




.featuresBlock .featuresItem+.featuresItem {
	margin-top: 40px;
}

.featuresBlock .featuresSubItem+.featuresSubItem {
	margin-top: 30px;
}

.featuresItem .title {
	color: #232323;
}

.featuresItem .title+.list {
	margin-top: 15px;
}






.docsList {
	display: grid;
	grid-template-columns: repeat(2, 226px);
	gap: 20px;
}

.docItem {
	display: flex;
	font-size: 14px;
	line-height: 18px;
	color: black;
	font-weight: 500;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	-o-transition: color 0.3s;
	transition: color 0.3s;
}
.docItem [class*="icon"] {
	display: block;
	font-size: 24px;
	margin-right: 8px;
}

.docItem:hover {
	color: #026EF9;
}
@media (max-width: 767px) {
	.docsList {
		display: block;
	}
	.docsList .item+.item {
		margin-top: 20px;
	}
	.docItem {
		align-items: center;
	}
}





.productInfo.mobile {
	display: none;
}

.productInfo .title {
	color: #232323;
}

.productInfo .title+.price {
	margin-top: 15px;
}

.productInfo .price {
	display: flex;
	align-items: center;
	font-size: 24px;
	line-height: 120%;
	color: #026EF9;
	font-weight: bold;
	letter-spacing: 0.22px;
}

.productInfo .price .old {
	display: block;
	margin-left: 10px;
	font-size: 16px;
	line-height: 120%;
	color: #232323;
	font-weight: bold;
	letter-spacing: 0.22px;
	text-decoration: line-through;
}
.productInfo .price .currentPrice--empty {
	color: #A3ABB5;
}


.productInfo .price+.priceOptions {
	margin-top: 5px;
}

.productInfo .buttons {
	margin-top: 15px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
}

.productInfo .productData {
	margin-top: 20px;
}

.productInfo .productMoreInfo {
	margin-top: 19px;
}



.productData {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	row-gap: 16px;
	column-gap: 20px;
}

.productData .dots {
	display: none;
}

.productData .param {
	display: block;
	font-size: 16px;
	line-height: 120%;
	color: #232323;
	font-weight: bold;
}

.productData .data {
	display: block;
	margin-top: 1px;
	font-family: "Open Sans";
	font-size: 15px;
	line-height: 24px;
	color: #232323;
	font-weight: normal;
}



.productVideo {
	margin-left: -60px;
	margin-right: -60px;
}

.productVideo .video {
	position: relative;
	width: 100%;
	height: 0px;
	padding-bottom: 60.4%;
	overflow: hidden;
	background-color: black;
	overflow: hidden;
}

.productVideo .video iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}



@media (max-width: 1439px) {
	.productData {
		grid-template-columns: repeat(2, 1fr);
	}
	/*
	.productVideo {
		margin-left: -15px;
		margin-right: -15px;
	}*/
	.productVideo {
		margin-left: 0;
		margin-right: 0;
	}
}

@media (max-width: 1023px) {
	.productInfo.mobile {
		margin-top: 20px;
		display: block;
	}
	.productInfo.mobile .buttons {
		margin-top: 0px;
		padding: 16px 0px;
		gap: 9px;
	}
	.productVideo {
		margin-left: -16px;
		margin-right: -16px;
	}
	
	.productData {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 767px) {
	.productInfo.mobile {
		margin-top: 14px;
	}
	
	
	.productData {
		display: block;
	}
	
	.productData .item .in {
		display: flex;
		justify-content: space-between;
	}
	
	.productData .item+.item {
		margin-top: 15px;
	}
	
	.productData .param {
		font-size: 14px;
		line-height: 26px;
		font-weight: 700;
	}
	
	.productData .dots {
		display: block;
		margin: 0px 10px 7px;
		flex-grow: 1;
		align-self: flex-end;
		border-bottom: 1px dashed #C2C2C2;
	}
	
	.productData .data {
		font-size: 13px;
		line-height: 24px;
		letter-spacing: 0.22px;
	}
}





.productMoreInfo li {
	border-bottom: 1px solid #EAEAEA;
}

.productMoreInfo li:hover .title {
	color: #026EF9;
}

.productMoreInfo .title {
	position: relative;
	display: block;
	padding-top: 11px;
	padding-bottom: 12px;
	font-size: 14px;
	line-height: 18px;
	color: black;
	font-weight: 500;
	cursor: pointer;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	-o-transition: color 0.3s;
	transition: color 0.3s;
}

.productMoreInfo [class*="icon"] {
	position: absolute;
	top: 50%;
	margin-top: -10px;
	right: -7px;
	display: block;
	font-size: 20px;
	color: #979797;
}







.productSection .wrapper .leftSide {
    width: 57.5%;
    flex-shrink: 0;
    padding-top: 26px;
    padding-right: 60px;
    float: left;
}
.productSection .wrapper .rightSide {
    position: -webkit-sticky;
    position: sticky;
    height: 100vh;
    top: 0px;
    width: 42.5%;
    flex-shrink: 0;
    padding-left: 30px;
    padding-top: 26px;
    padding-bottom: 26px;
    background-color: #f7f6f6;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    float: right;
    z-index: 1;
}

.productSection.simple .wrapper .leftSide {
    padding-top: 20px;
}
.productSection.simple .wrapper .rightSide {
    padding-top: 30px;
}


.productSection {
	position: relative;
	z-index: 3;
}

.productSection .wrapper:after {
	content: " ";
	display: block;
	clear: both;
}

.productSection .wrapper>.leftSide {
	width: 57.5%;
	flex-shrink: 0;
	padding-top: 26px;
	padding-right: 60px;
	float: left;
}

.productSection .wrapper>.rightSide {
	position: -webkit-sticky;
	position: sticky;
	height: 100vh;
	top: 0px;
	width: 42.5%;
	flex-shrink: 0;
	padding-left: 30px;
	padding-top: 26px;
	padding-bottom: 26px;
	background-color: #F7F6F6;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	float: right;
	z-index: 1;
}

.productSection .productLabels {
	margin-top: 13px;
	margin-bottom: 13px;
}

.productSection .productVideo {
	margin-top: 20px;
}

.productSection .productDescription {
	padding-top: 40px;
}

.productSection .productReviews {
	margin-top: 40px;
}

.productSection.simple .wrapper>.leftSide {
	padding-top: 20px;
}

.productSection.simple .wrapper>.rightSide {
	padding-top: 30px;
}

.productSectionContent {
	position: relative;
	z-index: 1;
}
.productSectionContent::before {
	content: '';
	display: block;
	position: absolute;
	width: 40%;
	height: 100%;
	right: 0px;
	bottom: 0px;
	background-color: #F7F6F6;
	z-index: -1;
}

@media (max-width: 1439px) {
	.productSection .wrapper .leftSide {
        padding-top: 20px;
        padding-right: 15px;
    }
    .productSection .wrapper .rightSide {
        padding-left: 15px;
        padding-top: 20px;
    }
    .productSection.simple .wrapper .leftSide,
    .productSection.simple .wrapper .rightSide {
        padding-top: 20px;
    }
	
}

@media (max-width: 1023px) {

	.productSection .wrapper .leftSide {
		width: 100%;
		float: none;
		padding-right: 0px;
	}

	.productSection .wrapper .rightSide {
		display: none;
	}

	.productSectionContent {
		z-index: unset;
	}
	.productSectionContent::before {
		display: none;
	}
	
	.productSection {
		overflow: hidden;
	}
	.productSection .wrapper>.leftSide {
		width: 100%;
		float: none;
		padding-right: 0px;
	}
	.productSection .wrapper>.rightSide {
		display: none;
	}
	.productSection .productLabels {
		margin: 0;
	}
	.productSection .productReviews {
		margin-top: 60px;
	}
}




.productReviews {
	padding-top: 40px;
	border-top: 1px solid #E1E3DE;
}

.productReviews .titleBlock+.contentBlock {
	margin-top: 30px;
}

.productReviewSlider {
	display: block;
}

.productReviewSlider .owl-item {
	opacity: 0;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.productReviewSlider .owl-item.active {
	opacity: 1;
}

.productReviewSlider .head {
	display: flex;
}

.productReviewSlider .head+.title {
	margin-top: 20px;
}

.productReviewSlider .title+.content {
	margin-top: 16px;
}

.productReviewSlider .textContent+.viewMore {
	margin-top: 20px;
}

.productReviewSlider+.sliderNav {
	margin-top: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.productReviewSlider+.sliderNav.disabled {
	display: none;
}

.productReviewSlider+.sliderNav .owl-prev,
.productReviewSlider+.sliderNav .owl-next {
	display: block;
	padding: 0px 6px;
	font-size: 10px;
	line-height: 24px;
	color: #999999;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	-o-transition: color 0.3s;
	transition: color 0.3s;
}

.productReviewSlider+.sliderNav .owl-prev:hover,
.productReviewSlider+.sliderNav .owl-next:hover {
	color: black;
}

.productReviewSlider+.sliderNav .owl-prev+.dots,
.productReviewSlider+.sliderNav .owl-next+.dots {
	margin-left: 6px;
}

.productReviewSlider+.sliderNav .dots {
	display: flex;
}

.productReviewSlider+.sliderNav .dots .owl-dot {
	display: inline-block;
	padding: 0px 6px;
	opacity: 0.4;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.productReviewSlider+.sliderNav .dots .owl-dot span {
	display: inline-block;
	font-size: 15px;
	line-height: 24px;
	color: black;
	font-weight: 600;
}

.productReviewSlider+.sliderNav .dots .owl-dot.active,
.productReviewSlider+.sliderNav .dots .owl-dot:hover {
	opacity: 1;
}

.productReviewSlider+.sliderNav .dots+.owl-next {
	margin-left: 6px;
}
@media (max-width: 1023px) {
	.productReviews {
		padding-top: 0px;
		border-top: none;
	}
	.productReviews .titleBlock+.contentBlock {
		margin-top: 26px;
	}
	.productReviewSlider {
		padding: 0px;
	}
	.productReviewSlider .head .img {
		height: 50px;
		width: 50px;
	}
	.productReviewSlider .head .img+.data {
		margin-left: 21px;
	}
	.productReviewSlider .head .name {
		font-size: 18px;
		font-weight: 600;
	}
	.productReviewSlider .head .commentText {
		margin-top: 4px;
		font-size: 14px;
		line-height: 22px;
	}
	.productReviewSlider .head+.title {
		margin-top: 20px;
	}
	.productReviewSlider .title span {
		font-size: 22px;
		line-height: 32px;
		font-weight: 500;
		letter-spacing: 1px;
	}
	.productReviewSlider .title+.content {
		margin-top: 10px;
	}
	.productReviewSlider .content .text {
		font-size: 13px;
		line-height: 24px;
	}
	.productReviewSlider .viewMore {
		margin-top: 25px;
	}
	.productReviewSlider .viewMore a {
		font-size: 18px;
		line-height: 28px;
	}
	.productReviewSlider+.sliderNav {
		margin-top: 25px;
	}
	.productReviewSlider+.sliderNav .owl-prev,
	.productReviewSlider+.sliderNav .owl-next {
		display: none;
	}
	.productReviewSlider+.sliderNav .dots {
		display: flex;
		justify-content: center;
	}
	.productReviewSlider+.sliderNav .dots .owl-dot {
		display: block;
		width: 12px;
		height: 12px;
		font-size: 0px;
		line-height: 0px;
		background-color: #EBF0F7;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		-ms-border-radius: 50%;
		border-radius: 50%;
		-webkit-transition: background-color 0.3s;
		-moz-transition: background-color 0.3s;
		-o-transition: background-color 0.3s;
		transition: background-color 0.3s;
	}
	.productReviewSlider+.sliderNav .dots .owl-dot span {
		display: none;
	}
	.productReviewSlider+.sliderNav .dots .owl-dot.active {
		background-color: #026EF9;
	}
	.productReviewSlider+.sliderNav .dots .owl-dot+.owl-dot {
		margin-left: 12px;
	}
}









.productLabels,
.productLabels ul {
	display: flex;
}

.productLabels li+li {
	margin-left: 16px;
}

.productLabel {
	display: inline-block;
	padding: 6px 12px;
	font-size: 13px;
	line-height: 20px;
	color: black;
	font-weight: 500;
	background-color: #EFEFEF;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	border-radius: 50px;
	white-space: nowrap;
}

@media (max-width: 1023px) {
	.productLabels {
		position: relative;
	}
	.productLabels:before {
		content: "";
		position: absolute;
		width: 50px; height: 100%;
		right: 0;
		top: 0; 
		background: linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,1));
	} 
	
	.productLabels ul {
		overflow-x: scroll;
		/*padding-right: 50px;*/
	}
	.productLabels::-webkit-scrollbar {
		display: none;
	}
	.productLabels ul li:last-child {
		margin-right: 50px;
	}
	.productLabels li+li {
		margin-left: 14px;
	}

	.productLabel {
		padding: 6px 16px;
		font-size: 12px;
		line-height: 22px;
	}
}

@media (max-width: 767px) {
	/*
	.productLabels,
	.productLabels ul {
		margin-left: calc((100vw - 448px) / -2);
		margin-right: calc((100vw - 448px) / -2);
	}*/
}
/*
@media (max-width: 767px) and (max-width: 479px) {
	.productLabels {
		margin-left: -16px;
		margin-right: -16px;
	}

	.productLabels ul {
		padding-left: 16px;
		padding-right: 16px;
	}
}
*/


.productSection .productGallery {
	margin:  20px -60px 0;
	width: calc(100% + 120px);
	padding: 0 60px;
	padding-top: 20px;
	display: block;
}
.productSection .productGallery:before {
	content: "";
	width: calc(100% - 120px);
	height: 1px;
	background: #E1E3DE;
	position: absolute;
	left: 60px;
	top: 0;
	display: block;
}
.productGallery {	
	height: 460px;
	overflow: hidden;
	position: relative;
	
}

.productGallery .item {
	/*
	margin-left: -60px;
	margin-right: -60px;
	*/
	position: relative;
	z-index: 1;
	height: 440px;
	
	display: flex;
	align-items: center;
}

.productGallery .item>a {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 7;
	overflow: hidden;
	text-indent: 200%;
	white-space: nowrap;
}

.productGallery .item img {
	display: block;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	margin: 0px auto;
	width: auto !important;
}




.productGallery {
	position: relative;
	z-index: 1;
}
.productGallery .owl-nav {
	position: absolute;
	top: 50%;
	width: 100%;
	left: 0;
}
.productGallery .owl-next {
	right: 10px;
	left: auto;
}
.productGallery .owl-prev {
	left: 10px;
	right: auto;
}
.productGallery .owl-prev,
.productGallery .owl-next {
	position: absolute;
	top: 0;
	transform: translate(0, -50%);
	display: flex;
	width: 50px;
	height: 50px;
	justify-content: center;
	align-items: center;
	font-size: 29px !important;
	color: black;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	opacity: 1;
	-webkit-transition: color 0.3s, background-color 0.3s, opacity 0.3s;
	-moz-transition: color 0.3s, background-color 0.3s, opacity 0.3s;
	-o-transition: color 0.3s, background-color 0.3s, opacity 0.3s;
	transition: color 0.3s, background-color 0.3s, opacity 0.3s;
	z-index: 1;
}



.productGallery.owl-carousel .owl-nav .owl-prev:hover,
.productGallery.owl-carousel .owl-nav .owl-next:hover {
	color: #026EF9 ;
}


.productGallery .owl-prev.disabled,
.productGallery .owl-next.disabled {
	opacity: 0.5;
	pointer-events: none;
	display: flex;
}



@media (max-width: 1439px) {
	.productSection .productGallery {
		margin:  20px 0px 0;
		width: 100%;
		padding: 0px;
		padding-top: 20px;
	}
	.productSection .productGallery:before {
		width: 100%;
		left: 0px;
	}
	
	.productGallery.owl-carousel .owl-nav .owl-prev, .productGallery.owl-carousel .owl-nav .owl-next {
		background: #026EF9;
		color: #fff;
	}
	.productGallery.owl-carousel .owl-nav .owl-prev:hover,
	.productGallery.owl-carousel .owl-nav .owl-next:hover {
		color: #fff ;
	}
}

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



.productBlock .productOptions {
	display: none;
}

.productBlock .productTitle {
	display: none;
}

.productBlock .info {
	width: 100%;
	display: flex;
	justify-content: space-between;
	/*align-items: center;*/
	flex-wrap: wrap;
}

.productBlock .info+.images {
	margin-top: 30px;
}
.productBlock .tags {
	max-width: calc(100% - 360px);
}
.productBlock .tags ul {
	display: flex;
	flex-wrap: wrap;
}
.productBlock .tags li {
	margin-bottom: 5px;
	margin-right: 10px;
}
.productBlock .tags li:last-child {
	margin-right: 0;
}

.productBlock .controls {
	display: flex;
	margin-left: auto;
}

.productBlock .controls li+li {
	margin-left: 20px;
}

.productBlock .images {
	margin-left: -60px;
	margin-right: -60px;
}

.productBlock .more {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.productBlock .brand {
	width: 127px;
	height: 53px;
	position: relative;
	z-index: 1;
}

.productBlock .brand>a {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 7;
	overflow: hidden;
	text-indent: 200%;
	white-space: nowrap;
}

.productBlock .brand img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.productBlock .options {
	padding-bottom: 4px;
}

.productSection .productImages{
	display: block;
	overflow: hidden;
	height: 440px;
	position: relative;
}
.productSection .productImages.owl-loaded  {
	height: 460px;
	padding-bottom: 20px;
}
.productSection .productImages.owl-loaded .owl-dots {
	position: absolute;
	width: 100%;
	left: 0; bottom: 0;
}
.productImages .item {
	display: none;
	position: relative;
	z-index: 1;
	height: 440px;
}

.productImages .item>a {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 7;
	overflow: hidden;
	text-indent: 200%;
	white-space: nowrap;
}

.productImages .item-link-xs {
	display: none;
}

.productImages .item img {
	display: block;
	height: 100%;
	width: 100%;
	object-fit: contain;
}

.productImages .item:nth-child(1) {
	display: flex;
	align-items: center;
}

.productOptions {
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
}

.productOptions li {
	flex-shrink: 0;
}

.productOptions li+li {
	margin-left: 49px;
}

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

.productOption [class*="icon"] {
	display: block;
	margin-right: 12px;
	font-size: 20px;
	color: #979797;
}

.productOption .text {
	font-family: "Open Sans";
	font-size: 15px;
	line-height: 24px;
	color: #979797;
	font-weight: 600;
	letter-spacing: 0.22px;
	text-decoration: underline;
	text-decoration-color: inherit;
	-webkit-transition: text-decoration-color 0.3s;
	-moz-transition: text-decoration-color 0.3s;
	-o-transition: text-decoration-color 0.3s;
	transition: text-decoration-color 0.3s;
}

.productOption:hover .text {
	text-decoration-color: transparent;
}

@media (max-width: 1439px) {
	.productBlock .images {
		margin-left: -15px;
		margin-right: -15px;
	}
	.productBlock .options {
		padding-bottom: 0px;
	}
	.productOptions li {
		margin-bottom: 4px;
	}
	.productOptions li+li {
		margin-left: 30px;
	}
	
	.productBlock .controls li+li {
		margin-left: 15px;
	}
}
@media (max-width: 1199px) {
	.productBlock .controls{
		width: 100%; margin-top: 10px;
	}
	.productBlock .tags {
		max-width: 100%;
	}
}
@media (max-width: 1023px) {
	.productBlock .productTitle {
		display: block;
		margin-bottom: 18px;
		font-size: 26px;
		line-height: 34px;
		color: #232323;
	}
	.productBlock .images {
		margin-left: 0px;
		margin-right: 0px;
	}
	.productImages .item {
		height: 350px;
		display: flex;
		align-items: center;
	}
	.productImages .owl-dots {
		margin-top: 4px;
		display: flex;
		justify-content: center;
	}
	.productImages .owl-dots.disabled {
		display: none;
	}
	.productImages .owl-dots .owl-dot {
		display: block;
		width: 12px;
		height: 12px;
		background-color: #EBF0F7;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		-ms-border-radius: 50%;
		border-radius: 50%;
		-webkit-transition: background-color 0.3s;
		-moz-transition: background-color 0.3s;
		-o-transition: background-color 0.3s;
		transition: background-color 0.3s;
	}
	.productImages .owl-dots .owl-dot.active {
		background-color: #026EF9;
	}
	.productImages .owl-dots .owl-dot+.owl-dot {
		margin-left: 12px;
	}
	
	.productImages .owl-nav.disabled {
		display: none;
	}
	
	.productSection .productImages {
		height: 350px;
	}
	.productSection .productImages.owl-loaded  {
		height: 370px;
	}
	.productBlock .controls {
		width: auto;
		margin-top: 0;
	}
	.productBlock .tags {
		max-width: calc(100% - 115px);
	}
}

@media (max-width: 767px) {
	.productBlock .info+.images {
		margin-top: 12px;
	}
	
	.productBlock .controls li+li {
		margin-left: 14px;
	}
	
	.productBlock .more {
		margin-top: 19px;
	}
	
	.productBlock .brand {
		display: none;
	}
	
	.productImages .item {
		height: 235px;
	}
	.productSection .productImages {
		height: 235px;
	}
	.productSection .productImages.owl-loaded  {
		height: 255px;
	}
	.productImages .item-link-xs {
		display: block;
	}
	.productImages .item-link-lg {
		display: none;
	}
	/*
	.productImages .item img {
		height: 100%;
		object-fit: cover;
	}*/
	
	.productOptions {
		justify-content: flex-start;
	}
	
	.productOptions li {
		flex-shrink: 1;
		margin-bottom: 0px;
	}
	
	.productOptions li:last-child {
		display: none;
	}
	
	
	
	.priceOptions ul {
		display: block;
		margin-bottom: 18px;
	}
	
	.priceOptions li {
		padding: 0px;
		margin-right: 0px;
	}
	
	.priceOptions li+li {
		margin-top: 0px;
	}
	
	.priceOption .icon {
		margin-left: 10px;
	}
}

.productSectionContent .priceOptions .tooltipBlock {
	max-width: 250px;
}
.productSectionContent .priceOptions .tooltipBlock a {
	color: #026EF9;
}
.productSectionContent .priceOptions .tooltipBlock p {
	margin-bottom: 5px;
}
.productSectionContent .priceOptions .tooltipBlock p:last-child {
	margin-bottom: 0px;
}
@media(max-width:1770px) {
	.productSectionContent .priceOptions .tooltipBlock {
		max-width: 200px;
	}
}

.buy-info__item  {
	display: inline-block;
    font-size: 14px;
    line-height: 18px;
	text-decoration: underline;
	color: #026EF9;
	margin-right: 16px;
	margin-bottom: 5px;
}
.buy-info__item:last-child {
	margin-right: 0;
}
/* End */
/* /local/templates/mst/components/bquadro/catalog/mst_catalog/style.css?1743678261879 */
/* /local/templates/mst/css/communication.css?174367826032271 */
/* /local/js.lib/fancybox/jquery.fancybox.min.css?174367826012887 */
/* /local/templates/mst/components/bitrix/catalog.element/bootstrap_v4_reviews/style.css?174367826124902 */
