
.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(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(images/star_1.svg);
}
.product-communication-item__rating--2
{
	background-image: url(images/star_2.svg);
}
.product-communication-item__rating--3
{
	background-image: url(images/star_3.svg);
}
.product-communication-item__rating--4
{
	background-image: url(images/star_4.svg);
}
.product-communication-item__rating--5
{
	background-image: url(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(images/star.svg);
}
.communication-rating label:after
{
	background-image: url(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(images/star_0.svg);
}
.product-communication-aside-rating__stars--1
{
	background-image: url(images/star_1.svg);
}
.product-communication-aside-rating__stars--2
{
	background-image: url(images/star_2.svg);
}
.product-communication-aside-rating__stars--3
{
	background-image: url(images/star_3.svg);
}
.product-communication-aside-rating__stars--4
{
	background-image: url(images/star_4.svg);
}
.product-communication-aside-rating__stars--5
{
	background-image: url(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(images/star_1.svg);
}
.product-communication-aside-list__stars--2
{
	background-image: url(images/star_2.svg);
}
.product-communication-aside-list__stars--3
{
	background-image: url(images/star_3.svg);
}
.product-communication-aside-list__stars--4
{
	background-image: url(images/star_4.svg);
}
.product-communication-aside-list__stars--5
{
	background-image: url(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(images/back.svg);
}
.product-small-card__back:after
{
	background-image: url(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(images/pagination-left.svg)
}
a.pagination__next:before
{
	background-image: url(images/pagination-next.svg)
}
a.pagination__prev:after
{
	background-image: url(images/pagination-left-black.svg);
	opacity: 0;
}
a.pagination__next:after
{
	background-image: url(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("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("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%;
	}
}
