

/* Start:/css/reviews.css?177753365032434*/

/* Отзывы 2025 */



.product__feedback {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #eef1f3;
}

.product__feedback-left {
  flex: none;
}

.product__feedback-right {

  margin-left: 20px;
}

.product__feedback-top {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  cursor: pointer;
  font-family: 'Montserrat-SemiBold';
  font-size: 16px;
  line-height: 20px;
}

.product__feedback-rank {
  padding-left: 25px;
  flex: none;
  background: url(/images/rank-icon.svg) 0 0 no-repeat;
  color: #a5acb2;
}

.product__feedback-count {
  flex: none;
  margin-left: 5px;
  color: #2680eb;
  background: url(/images/dot-icon.svg) 0 50% no-repeat;
  padding-left: 10px;
}

.product__feedback-count a{
	color:#2680eb;
	text-decoration:none;
}

.product__feedback-article {
  margin-top: 10px;
  color: #a5acb2;
  font-size: 12px;
  line-height: 15px;
  font-family: 'Montserrat-Medium';
}

.product__feedback-items {
  display: flex;
  flex-wrap: nowrap;
}

.product__feedback-item {
  border: 2px solid #fff;
  border-radius: 10px;
  width: 50px;
  height: 50px;
  flex: none;
  position: relative;
  transition: 0.2s all ease;
  box-sizing: border-box;
}

.product__feedback-img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.product__feedback-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  border-radius: 8px;
}

.product__feedback-item:nth-child(1) {
  z-index: 1;
}

.product__feedback-item:nth-child(2) {
  z-index: 2;
  margin-left: -10px;
}

.product__feedback-item:nth-child(3) {
  z-index: 3;
  margin-left: -10px;
}

.product__feedback-item:nth-child(4) {
  z-index: 4;
  margin-left: -10px;
}

.product__feedback-item:hover {
  z-index: 5;
  border: 2px solid #0B60C4;
}

.product__feedback-icon {
  width: 24px;
  height: 24px;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  margin: -12px 0 0 -12px;
  background: url(/images/play-icon-feedback.svg) 0 0 no-repeat;
}

.product__feedback-overlay {
  position: absolute;
  z-index: 2;
  inset: 0;
  background: rgba(5, 5, 5, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 12px;
  text-align: center;
  color: #fff;
  border-radius: 8px;
}

.product__feedback-link {
  position: absolute;
  z-index: 3;
  inset: 0;
}

.product__feedback-link--desktop {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.product__feedback-link--mobile {
  display: none;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.product__rank {
  margin-top: 40px;
}

.product__rank-title {
  font-family: 'Montserrat-SemiBold';
  font-size: 28px;
  line-height: 34px;
  color: #000;
}

.product__rank-text {
  margin-top: 30px;
  font-family: 'Montserrat-Regular';
  font-size: 18px;
  line-height: 22px;
  color: #000;
  padding-left: 65px;
  background: url(/images/rank-info-icon.svg) 0 0 no-repeat;
}

.product__rank-media {
  margin-top: 40px;
}

.product__rank-subtitle {
  font-family: 'Montserrat-Medium';
  font-size: 20px;
  line-height: 24px;
  color: #000;
  margin-bottom: 20px;
}

.product__rank-block {
  position: relative;
  padding: 0 40px;
}

.product__rank-inner {
  display: flex;
  flex-wrap: nowrap;
}

.product__rank-add {
  width: 100px;
  height: 100px;
  flex: none;
  margin-right: 16px;
  background: #f6f7f8;
  border-radius: 10px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.rank__add-inner {
  width: 100%;
}

.rank__add-icon {
  margin: 0 auto;
  width: 30px;
  height: 30px;
  background: url(/images/rank-add-icon.svg) 0 0 no-repeat;
}

.rank__add-text {
  margin-top: 10px;
  font-family: 'Montserrat-SemiBold';
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  color: #2680eb;
}

.product__rank-prev {
  position: absolute;
  width: 30px;
  height: 30px;
  z-index: 2;
  top: 50%;
  left: 0;
  margin-top: -15px;
  background: url(/images/rank-arrow-prev.svg) 0 0 no-repeat;
  cursor: pointer;
}

.product__rank-next {
  position: absolute;
  width: 30px;
  height: 30px;
  z-index: 2;
  top: 50%;
  right: 0;
  margin-top: -15px;
  background: url(/images/rank-arrow-next.svg) 0 0 no-repeat;
  cursor: pointer;
}

.product__rank-addition {
  margin-top: 40px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding-left: 65px;
}

.rank-addition__text {
  font-family: 'Montserrat-Medium';
  font-size: 20px;
  line-height: 24px;
  color: #000;
}

.rank-addition__link {
  width: 218px;
  height: 62px;
  flex: none;
  margin-right: 30px;
}

.rank-addition__link a {
  display: block;
  width: 100%;
  height: 100%;
  background: #2680EB;
  color: #fff;
  text-decoration: none;
  font-family: 'Montserrat-SemiBold';
  font-size: 18px;
  text-align: center;
  line-height: 62px;
  transition: 0.2s all ease;
}

.rank-addition__link a:hover {
  background: #1060C4;
  color: #fff;
}



.product__rank-slider {
  min-width: 0;
  width: 100%;
  overflow: hidden;
}

.rank-slider {
  overflow: hidden;
}

.rank-slider .swiper-slide {
  width: 100px;
  height: 100px;

  position: relative;
}

.product__rank-block .swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.rank__slider-item {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  border: 2px solid #fff;
  transition: 0.2s all ease;
  box-sizing: border-box;
}

.rank__slider-item:hover {
  border: 2px solid #0B60C4;
}

.rank__slider-img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.rank__slider-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  border-radius: 10px;
  will-change: transform;
}

.rank__slider-icon {
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -20px;
  background: url(/images/play-icon-feedback.svg) 0 0 no-repeat;
  background-size: 40px;
  will-change: transform;
}

.rank__slider-link {
  position: absolute;
  z-index: 3;
  inset: 0;
}

.rank__slider-link--desktop {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.rank__slider-link--mobile {
  display: none;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.product__reviews {
  margin-top: 60px;
}

.product__reviews-cols {
  display: flex;
  flex-wrap: nowrap;
}

.product__reviews-col--content {
  min-width: 0;
  width: calc(100% - 260px);
  position: relative;
  padding: 0 40px;
  box-sizing: border-box;
  height: 100%;
}

.product__reviews-col--sidebar {
  width: 220px;
  margin-left: 40px;
  flex: none;
}

.product__reviews-prev {
  position: absolute;
  width: 30px;
  height: 30px;
  z-index: 2;
  top: 50%;
  left: 0;
  margin-top: -15px;
  background: url(/images/rank-arrow-prev.svg) 0 0 no-repeat;
  cursor: pointer;
}

.product__reviews-next {
  position: absolute;
  width: 30px;
  height: 30px;
  z-index: 2;
  top: 50%;
  right: 0;
  margin-top: -15px;
  background: url(/images/rank-arrow-next.svg) 0 0 no-repeat;
  cursor: pointer;
}

.product__reviews-slider {
  overflow: hidden;

}

.reviews__col-slider {
  overflow: hidden;
}

.product__reviews-slider .swiper-slide {
  background: #f6f7f8;
  height: auto;
}

.product__reviews-item {
  padding: 20px;
}

.product__reviews-col--content .swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.product__reviews-top {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.product__reviews-info {
  position: relative;
}

.product__reviews-name {
  font-family: 'Montserrat-SemiBold';
  font-size: 14px;
  line-height: 17px;
  color: #000;
}

.product__reviews-rank {
  display: flex;
  flex-wrap: nowrap;
  margin-top: 5px;
}

.rank-item {
  width: 20px;
  height: 20px;
  flex: none;
  margin-right: 6px;
  background: url(/images/rank-sprite.svg) 0 -20px no-repeat;
}

.rank-item--active {
  background-position: 0px 0px;
}

.product__reviews-date {
  flex: none;
  font-family: 'Montserrat-Regular';
  font-size: 12px;
  line-height: 15px;
  color: #a5acb2;
}

.product__reviews-text {
  margin-top: 20px;
  font-family: 'Montserrat-Regular';
  font-size: 12px;
  line-height: 15px;
  color: #000;
}

.product__reviews-media {
  margin-top: 20px;
}

.product__reviews-media .product__feedback-item {
  z-index: 1;
  margin-left: 10px;
  border: 2px solid #f6f7f8;
}

.product__reviews-media .product__feedback-item:hover {
  border: 2px solid #0B60C4;
}

.sidebar__top {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}

.sidebar__top-rank {
  flex: none;
  background: url(/images/rank-icon.svg) 0 50% no-repeat;
  padding-left: 30px;
  font-family: 'Montserrat-SemiBold';
  font-size: 36px;
  line-height: 44px;
  color: #000;
}

.sidebar__top-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #a5acb2;
}

.sidebar__rank-items {
  margin-top: 5px;
}

.sidebar__rank-item {
  margin-top: 5px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  height: 20px;
}

.sidebar__rank-item:first-child {
  margin-top: 0;
}

.sidebar__rank-value {
  width: 20px;
  flex: none;
  font-family: 'Montserrat-SemiBold';
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #2680eb;
}



.sidebar__rank-bar {
  position: relative;
  margin: 0 15px;
  background: #eef1f3;
  border-radius: 30px;
  height: 3px;
  width: 100%;
}

.sidebar__rank-progress {
  background: #2680eb;
  height: 3px;
  border-radius: 30px;
}

.sidebar__rank-count {
  width: 48px;
  flex: none;
  font-family: 'Montserrat-SemiBold';
  font-size: 16px;
  line-height: 20px;
  text-align: right;
  color: #000;
}

.sidebar__rank-link {
  width: 100%;
  height: 40px;
  flex: none;
  margin-top: 12px;
}

.sidebar__rank-link a {
  display: block;
  width: 100%;
  height: 100%;
  background: #2680EB;
  color: #fff;
  text-decoration: none;
  font-family: 'Montserrat-SemiBold';
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  transition: 0.2s all ease;
}

.sidebar__rank-link a:hover {
  background: #1060C4;
  color: #fff;
}

.review-window {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background: url(/images/menu-bg.png) 0px 0px repeat;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  padding: 0 30px;
  box-sizing: border-box;
  display: none;
}

.show-window .review-window {
  display: flex;
}

.review-window__content {
  width: 100%;
  max-width: 1165px;
  background: #fff;
  height: 648px;
  position: relative;
}

.review-window__slider {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.review-slider {
  height: 100%;
}

.review-slider .swiper-slide {
  height: 100%;
}

.review-window__prev {
  position: absolute;
  width: 30px;
  height: 30px;
  z-index: 4;
  top: 50%;
  left: 20px;
  margin-top: -15px;
  background: url(/images/rank-arrow-prev.svg) 0 0 no-repeat;
  cursor: pointer;
  transition: 0.2s opacity ease;
}

.review-window__next {
  position: absolute;
  width: 30px;
  height: 30px;
  z-index: 4;
  top: 50%;
  right: 420px;
  margin-top: -15px;
  background: url(/images/rank-arrow-next.svg) 0 0 no-repeat;
  cursor: pointer;
  transition: 0.2s opacity ease;
}

.review-window__content .swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.review-window__cols {
  display: flex;
  flex-wrap: nowrap;
  height: 100%;
}

.review-window__col--media {
  width: 100%;
  max-width: 765px;
  background: #eef1f3;
}

.review-window__col--sidebar {
  flex: none;
  width: 400px;
  position: relative;
}

.review-window__close {
  width: 25px;
  height: 25px;
  background: url(/images/window-close.svg) 0 0 no-repeat;
  cursor: pointer;
  position: absolute;
  z-index: 2;
  top: 33px;
  right: 33px;
}

.review-window__inner {
  display: flex;
  flex-wrap: wrap;
  padding: 35px;
  height: 100%;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: space-between;
}

.review-window__img {
  width: 100%;
  height: 100%;
  position: relative;
}

.review-window__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}

.review-window__video {
  width: 100%;
  height: 100%;
  position: relative;
}

.review-window__video video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}

.video-btn {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0;
  bottom: 0;
  background: url(/images/play-icon-feedback.svg) 50% 50% no-repeat;
  background-size: 70px;
  z-index: 3;
  border: none;
  outline: none;
  cursor: pointer;
}

.video-progress {
  width: 100%;
  height: 5px;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  cursor: pointer;
}

.video-progress-bar {
  width: 0;
  height: 100%;
  background: #2680eb;
}

.review-window__top {
  margin-top: 20px;
}

.review-window__top .product__reviews-name {
  font-size: 18px;
  line-height: 22px;
}

.review-window__top .product__reviews-top {
  align-items: flex-end;
}

.review-window__top .product__reviews-text {
  margin-top: 20px;
  font-size: 14px;
  line-height: 18px;
  max-height: 108px;
  overflow: hidden;
}

.review-window__top .product__feedback-items {
  margin: 15px 0 0 -4px;
  display: flex;
  flex-wrap: wrap;
}

.review-window__top .product__feedback-item {
  width: calc(25% - 4px);
  margin: 5px 0 0 4px;
  height: auto;
  cursor: pointer;
  border-radius: 12px;
}

.review-window__top .product__feedback-item.active {
  border: 2px solid #0B60C4;
}

.review-window__top .product__feedback-img {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 100%;
}

.review-window__top .product__feedback-img img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  will-change: transform;
}

.review-window__bottom {
  width: 100%;
}

.product__reviews-like {
  margin-top: 20px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

.reviews-like__heading {
  font-family: 'Montserrat-Medium';
  font-size: 12px;
  line-height: 15px;
  color: #a5acb2;
}

.reviews-like__actions {
  display: flex;
  flex-wrap: nowrap;
}

.review-like__yes {
  flex: none;
  cursor: pointer;
  background: url(/images/review-like.svg) 0 0 no-repeat;
  line-height: 25px;
  padding-left: 30px;
  font-size: 14px;
  color: #000;
  font-family: 'Montserrat-Medium';
}

.review-like__no {
  flex: none;
  cursor: pointer;
  background: url(/images/review-dislike.svg) 0 0 no-repeat;
  line-height: 25px;
  padding-left: 30px;
  font-size: 14px;
  color: #000;
  font-family: 'Montserrat-Medium';
  margin-left: 15px;
}

.review-window__name {
  font-family: 'Montserrat-Medium';
  font-size: 14px;
  line-height: 17px;
  color: #000;
}

.review-window__bottom .product-price__block {
  margin-top: 10px;
}

.review-window__bottom .product-price__current {
  font-family: 'Montserrat-SemiBold';
  font-size: 18px;
  line-height: 22px;
}

.review-window__bottom .product-price__old {
  font-family: 'Montserrat-SemiBold';
  font-size: 18px;
  line-height: 22px;
  color: #a5acb2;
  margin-right: 10px;
}

.review-window__bottom .product-price__discount {
  background: #1060c4;
  height: 22px;
  line-height: 22px;
  padding: 0 5px;
  color: #fff;
  font-family: 'Montserrat-SemiBold';
  font-size: 12px;
  text-transform: uppercase;
}

.review__bottom-actions {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}

.review__bottom-link {
  width: 150px;
  height: 40px;
  flex: none;
}

.review__bottom-link a {
  display: block;
  width: 100%;
  height: 100%;
  background: #2680EB;
  color: #fff;
  text-decoration: none;
  font-family: 'Montserrat-SemiBold';
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  transition: 0.2s all ease;
}

.review__bottom-link a:hover {
  background: #1060C4;
  color: #fff;
}

.review__bottom-fav {
  width: 24px;
  height: 24px;
  will-change: transform;
  background: url(/images/catalog-fav22.svg) 0px 0px no-repeat;
  cursor: pointer;
  flex: none;
}

.review__bottom-fav:hover {
  background-position: 0 -24px;
}

.review__bottom-fav.active {
  background-position: 0 -48px;
}



.popup-link {
  margin-top: 20px;
  width: 100%;
  height: 60px;
  flex: none;
}

.popup-link a {
  display: block;
  width: 100%;
  height: 100%;
  background: #2680EB;
  color: #fff;
  text-decoration: none;
  font-family: 'Montserrat-SemiBold';
  font-size: 14px;
  text-align: center;
  line-height: 60px;
  transition: 0.2s all ease;
}

.popup-link a:hover {
  background: #1060C4;
  color: #fff;
}

.review-window-mobile {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100000;
  background: #030303;
  display: none;
}

.review-window__slider {
  width: 100%;
  height: 100%;
}

.review-window-mobile__slider {
  width: 100%;
  height: 100%;
}

.review-slider-mob {
  height: 100%;
  position: relative;
}

.review-window-close {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  width: 55px;
  height: 55px;
  cursor: pointer;
  background: url(/images/window-close-mob.svg) 50% 50% no-repeat;
}

.review-window-mobile__content {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 15px 15px 15px;
}



.review-window-mobile__rank {
  font-family: 'Montserrat-SemiBold';
  font-size: 18px;
  line-height: 20px;
  color: #fff;
  background: url(/images/rank-icon.svg) 0 0 no-repeat;
  padding-left: 25px;
}

.review-window-mobile__text {
  margin-top: 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  background: url(/images/flag-right.svg) 100% 50% no-repeat;
  min-height: 25px;
  padding-right: 40px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  cursor: pointer;

}

.review-window-mobile__info {
  position: relative;
  padding: 5px 10px;
  background: #fff;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}

.mobile__info-left {
  display: flex;
  flex-wrap: nowrap;
}

.mobile__info-name {
  font-family: 'Montserrat-Medium';
  font-size: 10px;
  line-height: 12px;
  color: #000;
}

.mobile__info-price {
  margin-top: 4px;
  font-family: 'Montserrat-SemiBold';
  font-size: 14px;
  line-height: 17px;
  color: #000;
}

.mobile__info-img {
  width: 30px;
  flex: none;
  margin-right: 5px;
}

.mobile__info-img img {
  display: block;
  width: 100%;
}

.mobile__info-right {
  flex: none;
  width: 25px;
  height: 25px;
  background: url(/images/window-cart-icon.svg) 0 0 no-repeat;
  margin-left: 15px;
}

.mobile__info-link {
  position: absolute;
  z-index: 2;
  inset: 0;
}

.mobile__info-link a {
  display: block;
  width: 100%;
  height: 100%;
}

.review-window-mobile__actions {
  position: absolute;
  z-index: 4;
  width: 25px;
  height: 100px;
  top: 50%;
  margin-top: -50px;
  right: 15px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
}

.mobile__actions-top {
  width: 100%;
  background: url(/images/like-mob-icon.svg) 0 0 no-repeat;
  padding-top: 25px;
  font-family: 'Montserrat-Medium';
  font-size: 14px;
  line-height: 17px;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

.mobile__actions-bottom {
  width: 100%;
  background: url(/images/dislike-mob-icon.svg) 0 0 no-repeat;
  padding-top: 25px;
  font-family: 'Montserrat-Medium';
  font-size: 14px;
  line-height: 17px;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

.review-window-mobile__slide {
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  background: #fff;
  display: none;
}

.review-window-mobile__slide.active {
  display: block;
}

.review-window-mobile__slide .review-window__inner {
  padding: 0;
  height: auto;
}

.review-window-mobile__slide .review-window__bottom {
  margin-top: 50px;
}

.review-window-mobile__slide.animated {
  animation-duration: 0.5s;
  animation-fill-mode: both;
}

.review-window-mobile__close {
  width: 100%;
  height: 25px;
  background: url(/images/window-close.svg) 100% 0 no-repeat;
  cursor: pointer;
}


.fancybox-container {
	z-index: 3900000000!important;
}

.review-window-mobile {
	z-index: 2900000000;
}




@media screen and (max-width: 1239px) {
  .product__reviews-media .product__feedback-item:nth-child(5) {
    display: none;
  }

  .product__reviews-media .product__feedback-item {
    z-index: 1;
    margin-left: 2px;
  }


}

@media screen and (max-width: 1023px) {
  .review-window {
    display: none;
  }

  .product__feedback-top {
    font-size: 14px;
    line-height: 20px;
  }

  .product__rank {
    margin-top: 30px;
  }

  .product__rank-title {
    font-size: 20px;
    line-height: 24px;
  }

  .product__feedback-link--desktop {
    display: none;
  }

  .product__feedback-link--mobile {
    display: block;
  }

  .product__rank-text {
    margin-top: 15px;
    font-size: 14px;
    line-height: 17px;
    padding-left: 55px;
  }

  .product__rank-addition {
    margin-top: 30px;
    padding-left: 55px;
  }

  .rank-addition__text {
    font-size: 16px;
    line-height: 20px;
  }

  .product__rank-media {
    margin-top: 20px;
  }

  .product__rank-subtitle {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px;
  }

  .product__rank-block {
    padding: 0;
    margin: 0 -20px;
    padding: 0 0px 0 20px;
  }

  .product__rank-prev {
    display: none;
  }

  .product__rank-next {
    display: none;
  }

  .product__rank-add {
    width: 80px;
    height: 80px;
    margin-right: 5px;
  }


  .rank__add-icon {
    width: 24px;
    height: 24px;
    background-size: 24px;
  }

  .rank-slider .swiper-slide {
    width: 80px;
    height: 80px;
  }

  .rank-slider .swiper-slide:last-child {
    margin-right: 20px !important;
  }

  .rank__slider-icon {
    width: 32px;
    height: 32px;
    margin: -16px 0 0 -16px;
    background-size: 32px;
  }

  .rank__slider-link--desktop {
    display: none;

  }

  .rank__slider-link--mobile {
    display: block;
  }

  .product__reviews {
    margin-top: 20px;
  }

  .rank__slider-item:hover {
    border: 2px solid #fff;
  }

  .product__feedback-item:hover {
    border: 2px solid #fff;
  }

  .product__reviews-col--content {
    padding: 0;
    width: calc(100% - 240px);
  }

  .product__reviews-col--sidebar {
    margin-left: 20px;
  }

  .product__reviews-next {
    display: none;
  }

  .product__reviews-prev {
    display: none;
  }

  .product__reviews-slider .swiper-slide {
    width: 290px;
  }

  .product__reviews-item {
    padding: 15px;
  }

  .product__reviews-media .product__feedback-item {
    border: none;
  }

  .product__reviews-media .product__feedback-item:hover {
    border: none;
  }

  .show-window-mob .review-window-mobile {
    display: block;
  }


}

@media screen and (max-width: 767px) {
  .product__rank-addition {
    margin-top: 30px;
    padding-left: 0px;
    flex-wrap: wrap;
  }

  .rank-addition__text {
    order: 1;
    width: 100%;
  }

  .rank-addition__link {
    width: 100%;
    margin: 20px auto 0 auto;
    order: 2;
    height: 40px;
  }

  .rank-addition__link a {
    line-height: 40px;
  }

  .product__reviews-cols {
    flex-wrap: wrap;
    margin: 0 -20px;
    padding: 0 0px 0 20px;
  }

  .product__reviews-col--content {
    width: 100%;
  }

  .product__reviews-col--sidebar {
    margin-left: 0px;

    margin-top: 20px;
    width: calc(100% - 20px);

  }

  .reviews__col-slider {
    overflow: visible;
  }

  .product__reviews-media .product__feedback-item {
    border: none;
  }

  .reviews__col-slider .swiper-slide:last-child {
    margin-right: 20px !important;
  }

  .sidebar__top {
    justify-content: flex-start;
  }

  .sidebar__top-text {
    margin-left: 20px;
  }
}

@media screen and (max-width: 399px) {
  .product__feedback-item {
    width: 40px;
    height: 40px;
  }
}

/* Отзывы 2025 */



/* Панель отзывов */
.feed-form-innerr {
  max-width: 460px!important;
  width: 100%!important;
}

.feed-form-wrap-inner {
  padding: 40px!important;
}

.feed-form-close {
  top: 40px!important;
  right: 40px!important;
  left: auto!important;
  font-size: 14px!important;
  font-family: 'Montserrat-Medium'!important;
  color: #a5acb2!important;
  text-transform: none!important;
  letter-spacing: normal!important;
}

.feed-form-close a {
  color: #a5acb2!important;
  transition: 0.2s color ease;
}

.feed-form-close a:hover {
  color: #0B60C4!important;
}

.feed-form-close a span {
  background: url(/images/gray-arrow.svg) 100% 50% no-repeat!important;
  padding-right: 35px!important;
}

.feed-form-title__review {
  font-family: 'Montserrat-SemiBold';
  font-size: 18px;
  line-height: 22px;
  color: #000;
}

.feed-form-blockr .feed-form-items-block {
  margin-top: 20px;
}

.feed-form-blockr .feed-form-item {
  margin-top: 30px;
}

.feed-form-blockr .feed-form-item:first-child {
  margin-top: 0px;
}

.feed-form-blockr .feed-form-field input {
  height: 50px;
  line-height: 50px;
  border: 1px solid #eef1f3;
  transition: 0.2s all ease;
}

.feed-form-blockr .feed-form-field input:hover {
  border: 1px solid #2680EB;
}

.feed-form-blockr .feed-form-field input:focus {
  border: 1px solid #2680EB;
}

.feed-form-blockr .feed-form-field textarea {
  height: 115px;
  border: 1px solid #eef1f3;
  transition: 0.2s all ease;
  border-radius: 0;
}

.feed-form-blockr .feed-form-field textarea:hover {
  border: 1px solid #2680EB;
}

.feed-form-blockr .feed-form-field textarea:focus {
  border: 1px solid #2680EB;
}

.feed-form-item__flex {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}

.feed-form-item__flex .feed-form-heading {
  flex: none;
  font-family: 'Montserrat-Medium';
  font-size: 14px;
  line-height: 17px;
  color: #000;
}

.feed-form-item__flex .rating-area {
  flex: none;
  font-family: 'Montserrat-Medium';
  margin-top: 0px;
  margin-left: 0px;
}

.feed-form-info {
  margin-top: 5px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}

.feed-form-info span {
  font-family: 'Montserrat-Regular';
  font-size: 10px;
  line-height: 12px;
  color: #a5acb2;
}

.feed-form-info ins {
  flex: none;
  font-family: 'Montserrat-Regular';
  font-size: 10px;
  line-height: 12px;
  color: #a5acb2;
  text-decoration: none;
}

.feed-form-info ins b {
  color: #000;
  font-weight: normal;
}

.file__block {
  padding: 15px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  border: 1px solid #eef1f3;
  cursor: pointer;
  transition: 0.2s all ease;
}

.file__block:hover {
  border: 1px solid #2680EB;
}

.file__block-icon {
  width: 25px;
  height: 25px;
  flex: none;
  background: url(/images/attached-icon.svg) 0 0 no-repeat;
  margin-left: 20px;
}

.file__block-title {
  font-family: 'Montserrat-Medium';
  font-size: 14px;
  line-height: 17px;
  color: #000;
}

.file__block-text {
  font-family: 'Montserrat-Regular';
  font-size: 10px;
  line-height: 12px;
  color: #a5acb2;
  margin-top: 5px;
}



.file__items {
  --elements: 2;
  --cgap: 30px;
  --rgap: 10px;
  display: flex;
  flex-wrap: wrap;
  column-gap: var(--cgap);
  row-gap: var(--rgap);
  margin-top: 10px;
}

.file__item {
  width: calc((100% - (var(--elements) - 1) * var(--cgap)) / (var(--elements)));
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.file__item-name {
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: 'Montserrat-Regular';
  font-size: 12px;
  line-height: 25px;
  color: #a5acb2;
}

.file__item-del {
  width: 25px;
  height: 25px;
  cursor: pointer;
  background: url(/images/attached-del.svg) 0 0 no-repeat;
  cursor: pointer;
  flex: none;
}

.rating-area {
  overflow: hidden;
  margin-top: 0px;
  margin-left: 0px;
  width: 125px;
}

.feed-form-blockr .feed-form-bottom-block {
  margin-top: 60px;
}

.popup__consent {
  position: relative;
}

.popup__consent input[type=checkbox] {
  display: none;
  -moz-user-select: -moz-none;
  -o-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.popup__consent input[type=checkbox]+label {
  display: block;
  position: relative;
  margin: 0px 0 0px 30px;
  cursor: pointer;
  font-size: 12px;
  line-height: 20px;
  color: #a5acb2;
  cursor: pointer;
  -moz-user-select: -moz-none;
  -o-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Montserrat-Medium'!important;
  font-weight:normal!important;
}

.popup__consent a {
  color: #a5acb2;
  text-decoration: underline;
}

.popup__consent a:hover {
  color: #0B60C4;
  text-decoration: none;
}

.popup__consent input[type=checkbox]+label:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  line-height: 20px;
  background: #fff;
  border-radius: 4px;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  left: -30px;
  border: none;
  background: rgba(216, 220, 225, 0.5);
}

.popup__consent input[type=checkbox]:checked+label:before {
  background: #D8DCE1 url(/images/black-flag.svg) 50% 50% no-repeat;
}

.popup__consent input[type=submit] {
  display: block;
  width: 100%;
  margin-top: 20px;
  cursor: pointer;
  font-family: 'Montserrat-Bold';
  font-size: 18px;
  line-height: 60px;
  color: #fff;
  border: none;
  border: none;
  height: 60px;
  background: #2680eb;
  text-align: center;
  -webkit-transition: 0.25s all ease;
  transition: 0.25s all ease;
  border-radius: 0px;
  outline: none;
  resize: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.popup__consent input[type=submit].load {
  pointer-events: none;
  background: #2680eb;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, #1060C4 5px, #1060C4 10px);
  background-size: 200% 200%;
  -webkit-animation: gradient 5s linear infinite;
  animation: gradient 5s linear infinite;
}

@-webkit-keyframes gradient {
  100% {
    background-position: 100% 100%;
  }
}

@keyframes gradient {
  100% {
    background-position: 100% 100%;
  }
}

.popup__consent input[type=submit]:hover {
  background: #1060C4;
}

.popup__consent input[disabled] {
  background: rgba(38, 128, 235, 0.6);
  color: #fff;
  cursor: not-allowed;
  pointer-events: none;
}

.rating-area:not(:checked)>input {
  display: none;
}

.rating-area:not(:checked)>label {
  float: right;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: url('/images/rank-sprite.svg') 0 -20px no-repeat;
  margin-left: 5px;
  /* неактивная звезда */
}

/* активные звезды */
.rating-area>input:checked~label {
  background-position: 0 0;
  /* активная */
}

/* при наведении — подсветка */
.rating-area:not(:checked)>label:hover,
.rating-area:not(:checked)>label:hover~label {
  background-position: 0 0;
}

.rating-area>input:checked+label:hover,
.rating-area>input:checked+label:hover~label,
.rating-area>input:checked~label:hover,
.rating-area>input:checked~label:hover~label,
.rating-area>label:hover~input:checked~label {
  background-position: 0 0;
}




@media screen and (max-width:1023px) {
  .feed-form-wrap-inner {
    padding: 15px;
    margin-top: 15px;
  }

  .feed-form-close {
    top: 15px;
    right: 15px;
    font-size: 14px;
    font-family: 'Montserrat-Medium';
    color: #a5acb2;
    text-transform: none;
    letter-spacing: normal;
  }

  .feed-form-close a span {
    background: url(/images/window-close-mob.svg) 0% 0% no-repeat!important;
    padding-right: 0px!important;
    display: block!important;
    width: 25px!important;
    height: 25px!important;
    text-indent: -9999px!important;
  }
}

/* Панель отзывов */

[data-tippy-root] {z-index: 3900000001!important;}
/* End */


/* Start:/css/atelier.css?178766441025863*/

/* Ювелирное ателье */
.atelier__top-cols {
  display: flex;
  flex-wrap: nowrap;
}

.atelier__top-sidebar {
  width: 390px;
  flex: none;
  margin-right: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: auto;
}

.atelier__top-title {
  font-family: 'Montserrat-SemiBold';
  font-size: 28px;
  line-height: 34px;
  text-transform: uppercase;
  color: #000;
}

.atelier__top-text {
  margin-top: 30px;
  font-size: 20px;
  line-height: 24px;
  color: #000;
}

.atelier__top-link {
  margin-top: 40px;
  display: block;
  width: 222px;
  height: 62px;
  background: #2680eb;
  font-family: 'Montserrat-Bold';
  line-height: 62px;
  font-size: 18px;
  color: #fff;
  transition: 0.2s all ease;
  text-align: center;
  text-decoration: none;
}

.atelier__top-link:hover {
  background: #1060C4;
  color: #fff;
  text-decoration: none;
}

.atelier__top-content {
  width: 100%;
}

.atelier__top-img img {
  display: block;
  width: 100%;
}

.atelier__idea {
  margin-top: 80px;
  background: #f6f7f8;
  padding: 50px 0;
}

.atelier__idea-cols {
  display: flex;
  flex-wrap: nowrap;
}

.atelier__idea-sidebar {
  width: 390px;
  flex: none;
  margin-right: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: auto;
}

.atelier__idea-content {
  width: 100%;
}

.atelier__idea-cards {
  --elements: 2;
  --cgap: 0px;
  --rgap: 0px;
  display: flex;
  flex-wrap: wrap;
  column-gap: var(--cgap);
  row-gap: var(--rgap);
}

.atelier__idea-card {
  width: calc((100% - (var(--elements) - 1) * var(--cgap)) / (var(--elements)));
  box-sizing: border-box;
}

.atelier__idea-img img {
  display: block;
  width: 100%;
}

.atelier__idea-card:nth-child(1) .atelier__idea-img {
  border: 4px solid #f6f7f8;
}

.atelier__idea-card:nth-child(2) .atelier__idea-img {
  border: 4px solid #3387ec;
}

.atelier__idea-name {
  margin-top: 20px;
  font-family: 'Montserrat-SemiBold';
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  color: #000;
}

.atelier__idea-title {
  font-family: 'Montserrat-SemiBold';
  font-size: 24px;
  line-height: 29px;
  text-transform: uppercase;
  color: #000;
}

.atelier__idea-text {
  margin-top: 40px;
  font-size: 14px;
  line-height: 17px;
  color: #838383;
}

.atelier__idea-subtitle {
  font-family: 'Montserrat-Medium';
  margin-top: 20px;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  color: #000;
}

.atelier__line {
  overflow: hidden;
  padding: 80px 0;
  background: #fff;
}

.atelier__line-track {
  display: flex;
  flex-wrap: nowrap;
}

.atelier__line-item {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  flex: none;
}

.atelier__line-icon {
  font-family: 'Montserrat-Medium';
  width: 30px;
  height: 14px;
  background: url(/upload/atelier-arrow.svg) 0 0 no-repeat;
  margin-right: 10px;
}

.atelier__line-text {
  font-family: 'Montserrat-SemiBold';
  font-size: 28px;
  line-height: 34px;
  color: #2680eb;
  margin-right: 10px;

}

.atelier__work {
  background: #fff;
  padding-bottom: 80px;
}

.atelier__work-title {
  font-family: 'Montserrat-SemiBold';
  font-size: 24px;
  line-height: 29px;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 60px;
}

.atelier__work-cards {
  --elements: 3;
  --cgap: 30px;
  --rgap: 30px;
  display: flex;
  flex-wrap: wrap;
  column-gap: var(--cgap);
  row-gap: var(--rgap);
}

.atelier__work-card {
  background: #f6f7f8;
  width: calc((100% - (var(--elements) - 1) * var(--cgap)) / (var(--elements)));
  padding: 30px;
  box-sizing: border-box;
}

.card-work__icon {
  width: 24px;
}

.card-work__icon img {
  display: block;
  width: 100%;
}

.card-work__title {
  font-family: 'Montserrat-Medium';
  margin-top: 30px;
  font-size: 18px;
  line-height: 22px;
  color: #000;
}

.card-work__text {
  margin-top: 20px;
  font-size: 14px;
  line-height: 17px;
  color: #838383;
}

.atelier__bottom {
  background: #fff;
  padding: 80px 0;
}

.atelier__bottom-inner {
  background: #deeff8;
  padding: 60px;
}

.atelier__bottom-cols {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.atelier__bottom-content {
  width: 100%;
  max-width: 700px;
}

.atelier__bottom-sidebar {
  width: 270px;
  flex: none;
  margin-left: 30px;
}

.atelier__bottom-title {
  font-family: 'Montserrat-Medium';
  font-size: 24px;
  line-height: 29px;
  color: #000;
}

.atelier__bottom-text {
  margin-top: 30px;
  font-size: 18px;
  line-height: 22px;
  color: #000;
}

.atelier__bottom-heading {
  font-family: 'Montserrat-SemiBold';
  font-size: 20px;
  line-height: 24px;
  color: #000;
  text-transform: uppercase;
}

.atelier__bottom-link {
  margin-top: 20px;
  display: block;
  width: 100%;
  height: 62px;
  background: #2680eb;
  font-family: 'Montserrat-Bold';
  line-height: 62px;
  font-size: 18px;
  color: #fff;
  transition: 0.2s all ease;
  text-align: center;
  text-decoration: none;
}

.atelier__bottom-link:hover {
  background: #1060C4;
  color: #fff;
  text-decoration: none;
}

.atelier__show {
  background: #fff;
  padding-top: 80px;
}

.atelier__show-cols {
  display: flex;
  flex-wrap: nowrap;
}

.atelier__show-sidebar {
  width: 390px;
  flex: none;
  margin-right: 60px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: auto;
}

.atelier__show-title {
  font-family: 'Montserrat-SemiBold';
  font-size: 24px;
  line-height: 29px;
  text-transform: uppercase;
  color: #000;
}

.atelier__show-title span {
  display: inline-block;
  color: #2680eb;
  text-transform: none;
}

.atelier__show-text {
  margin-top: 20px;
  font-size: 16px;
  line-height: 20px;
  color: #000;
}

.atelier__show-content {
  width: 100%;
}

.atelier__show-cards {
  --elements: 3;
  --cgap: 0px;
  --rgap: 0px;
  display: flex;
  flex-wrap: wrap;
  column-gap: var(--cgap);
  row-gap: var(--rgap);
}

.atelier__show-card {
  width: calc((100% - (var(--elements) - 1) * var(--cgap)) / (var(--elements)));
}

.atelier__show-img {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 124%;
}

.atelier__show-img img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  will-change: transform;
}

.atelier__form {
  background: #fff;
  margin-top: 80px;
  scroll-margin-top: 100px;
}

.atelier__form-inner {
  border: 4px solid #2680eb;
  padding: 60px;
}

.atelier__form-title {
  font-family: 'Montserrat-SemiBold';
  font-size: 24px;
  line-height: 29px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 30px;
}

.atelier__form-cols {
  --elements: 2;
  --cgap: 60px;
  --rgap: 15px;
  display: flex;
  flex-wrap: wrap;
  column-gap: var(--cgap);
  row-gap: var(--rgap);
}

.atelier__form-col {
  width: calc((100% - (var(--elements) - 1) * var(--cgap)) / (var(--elements)));
}

.atelier__form-item {
  margin-top: 30px;
}

.atelier__form-item:first-child {
  margin-top: 0;
}

.atelier__form-heading {
  font-family: 'Montserrat-Medium';
  font-size: 16px;
  line-height: 20px;
  color: #000;
  margin-bottom: 15px;
}

.atelier__form-field input {
  width: 100%;
  border: 1px solid #eef1f3;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  font-family: 'Montserrat-Regular';
  font-size: 14px;
  color: #000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: 0.2s all ease;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
}

.atelier__form-field input::-webkit-input-placeholder {
  color: #818b95;
}

.atelier__form-field input:-ms-input-placeholder {
  color: #818b95;
}

.atelier__form-field input::-ms-input-placeholder {
  color: #818b95;
}

.atelier__form-field input::placeholder {
  color: #818b95;
}

.atelier__form-field:hover input {
  border: 1px solid #2680EB;
}

.atelier__form-field input:focus {
  border: 1px solid #2680EB;
}

.atelier__form-item--error .atelier__form-field input {
  border: 1px solid red;
}

.atelier__form-message {
  display: none;
  font-size: 12px;
  line-height: 14px;
  color: red;
  margin-top: 5px;
}

.atelier__form-item--error .atelier__form-message {
  display: block;
}

.atelier__form-type {
  margin-bottom: 15px;
}

.atelier__form-type ul {
  display: flex;
  flex-wrap: nowrap;
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #eef1f3;
}

.atelier__form-type ul li {
  margin-left: 30px;
}

.atelier__form-type ul li:first-child {
  margin-left: 0;
}

.atelier__form-type ul li a {
  display: block;
  font-family: 'Montserrat-Medium';
  font-size: 14px;
  line-height: 17px;
  color: #a5acb2;
  text-decoration: none;
  padding-bottom: 10px;
  border-bottom: 2px solid #fff;
  transition: 0.2s color ease;
}

.atelier__form-type ul li a.current {
  border-bottom: 2px solid #2680eb;
  color: #2680eb;
  pointer-events: none;
}

.atelier__form-type ul li a:hover {
  color: #000;
  text-decoration: none;
}

.atelier__form-feed .atelier__form-field {
  display: none;
}

.atelier__form-feed .atelier__form-field.active {
  display: block;
}

.atelier__form-values {
  margin: -10px 0 0 -10px;
}

.atelier__form-values ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.atelier__form-values ul li {
  display: block;
  margin: 10px 0 0 10px;
}

.atelier__form-values ul li input {
  display: none;
}


.atelier__form-values ul li label {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #d8dce1;
  background: #fff;
  font-size: 12px;
  color: #000;
  text-align: center;
  line-height: 23px;
  font-family: 'Montserrat-Medium';
  cursor: pointer;
  transition: 0.2s all ease;
  box-sizing: border-box;
  padding: 0 10px;
}

.atelier__form-values ul li label:hover {
  border: 1px solid #5ea7f6;
}

.atelier__form-values ul li input:checked+label {
  background: #5ea7f6;
  color: #fff;
  border: 1px solid #5ea7f6;
}

.file-ateiler__zone {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #eef1f3;
  padding: 15px;
  box-sizing: border-box;
  cursor: pointer;
}

.file-ateiler__title {
  font-family: 'Montserrat-Medium';
  font-size: 14px;
  line-height: 17px;
  color: #000;
}

.file-ateiler__text {
  margin-top: 5px;
  font-size: 10px;
  line-height: 12px;
  color: #a5acb2;
}

.file-ateiler__icon {
  width: 25px;
  height: 25px;
  flex: none;
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.1694 12.3007L11.2359 14.26C10.7783 14.7237 10.7783 15.4756 11.2359 15.9394C11.6936 16.4031 12.4356 16.4031 12.8932 15.9394L14.8267 13.9801C15.742 13.0526 15.742 11.5488 14.8267 10.6213C13.9114 9.69385 12.4274 9.69385 11.5121 10.6213L8.75 13.4203M12.292 3C13.3536 3 13.8843 3 14.3856 3.11263C14.9193 3.23255 15.4282 3.44616 15.8893 3.74381C16.3224 4.02335 16.6977 4.40365 17.4483 5.16427L17.8033 5.52401C18.614 6.34553 19.0194 6.75629 19.3093 7.23565C19.5663 7.66064 19.7557 8.12398 19.8705 8.60865C20 9.15531 20 9.73622 20 10.898V14.4C20 17.0602 20 18.3904 19.4891 19.4065C19.0397 20.3002 18.3226 21.0269 17.4406 21.4823C16.4379 22 15.1252 22 12.5 22C9.87475 22 8.56213 22 7.55942 21.4823C6.67741 21.0269 5.96031 20.3002 5.51091 19.4065C5 18.3904 5 17.0602 5 14.4V10.3893C5 7.92762 5 6.69679 5.43931 5.74229C5.90503 4.7304 6.70763 3.91709 7.70621 3.44516C8.64815 3 9.86278 3 12.292 3Z' stroke='%232680EB' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
}

.file-ateiler__docs {
  margin-top: 15px;
  --elements: 2;
  --cgap: 30px;
  --rgap: 10px;
  display: flex;
  flex-wrap: wrap;
  column-gap: var(--cgap);
  row-gap: var(--rgap);
}

.file-ateiler__statement {
  font-size: 12px;
  line-height: 15px;
  color: #a5acb2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.file-ateiler__doc {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: calc((100% - (var(--elements) - 1) * var(--cgap)) / (var(--elements)));
  box-sizing: border-box;
}

.file-ateiler__del {
  margin-left: 10px;
  cursor: pointer;
  width: 25px;
  height: 25px;
  flex: none;
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.5428 10.4572L10.4572 14.5428M10.4572 10.4572L14.5428 14.5428M19 12.5C19 16.0899 16.0899 19 12.5 19C8.91015 19 6 16.0899 6 12.5C6 8.91015 8.91015 6 12.5 6C16.0899 6 19 8.91015 19 12.5Z' stroke='%23A5ACB2' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
}

.atelier__consent {
  margin-top: 20px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.atelier__consent input[type=checkbox] {
  display: none;
  -moz-user-select: -moz-none;
  -o-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.atelier__consent input[type=checkbox]+label {
  display: block;
  position: relative;

  margin: 0px 0 0px 28px;
  cursor: pointer;
  font-family: 'Montserrat-Medium';
  font-size: 10px;
  line-height: 12px;
  color: #a5acb2;
  cursor: pointer;
  -moz-user-select: -moz-none;
  -o-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  will-change: transform;
  min-height: 20px;
}



.atelier__consent a {
  color: #a5acb2;
  text-decoration: underline;
}

.atelier__consent a:hover {
  color: #a5acb2;
  text-decoration: none;
}

.atelier__consent input[type=checkbox]+label:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  line-height: 20px;
  background: rgba(216, 220, 225, 0.5);
  border-radius: 4px;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  left: -30px;
  top: -5px;
  border: none;
}

.atelier__consent input[type=checkbox]:checked+label:before {
  background: rgba(216, 220, 225, 0.5) url(/images/black-flag.svg) 50% 50% no-repeat;
}

.atelier__consent input[type=submit] {
  border: none;
  display: block;
  flex: none;
  width: 100%;
  max-width: 200px;
  margin: 0px 0 0 20px;
  cursor: pointer;
  height: 62px;
  background: #2680eb;
  font-family: 'Montserrat-Bold';
  line-height: 62px;
  font-size: 18px;
  color: #fff;
  transition: 0.2s all ease;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
  border-radius: 0px;
  outline: none;
  resize: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  will-change: transform;
}

.atelier__consent input[type=submit]:hover {
  background: #1060C4;
  color: #fff;
}

.atelier__consent input[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}


.atelier__consent input[type=submit].load {
  pointer-events: none;
  background: #1060C4;
  background-image: repeating-linear-gradient(-45deg, #1060C4, #1060C4 5px, #2680eb 5px, #2680eb 10px);
  background-size: 200% 200%;
  -webkit-animation: gradient1 5s linear infinite;
  animation: gradient1 5s linear infinite;
  opacity: 1;
}

@-webkit-keyframes gradient1 {
  100% {
    background-position: 100% 100%;
  }
}

@keyframes gradient1 {
  100% {
    background-position: 100% 100%;
  }
}

.atelier__control-cols {
  display: flex;
  flex-wrap: nowrap;
}

.atelier__control-content {
  width: 100%;
}

.atelier__control-sidebar {
  width: 481px;
  flex: none;
  margin-left: 60px;
}

.atelier__control-title {
  font-family: 'Montserrat-SemiBold';
  font-size: 24px;
  line-height: 29px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 30px;
}

.atelier__control-inner {
  background: rgba(245, 240, 237, 0.5);
  padding: 30px;
}

.atelier__control-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.atelier__control-list li {
  font-size: 16px;
  line-height: 20px;
  color: #838383;
  margin-top: 35px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.0303 10.0303C16.3232 9.73744 16.3232 9.26256 16.0303 8.96967C15.7374 8.67678 15.2626 8.67678 14.9697 8.96967L10.5 13.4393L9.03033 11.9697C8.73744 11.6768 8.26256 11.6768 7.96967 11.9697C7.67678 12.2626 7.67678 12.7374 7.96967 13.0303L9.96967 15.0303C10.2626 15.3232 10.7374 15.3232 11.0303 15.0303L16.0303 10.0303Z' fill='%23996646' /%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM2.75 12C2.75 6.89137 6.89137 2.75 12 2.75C17.1086 2.75 21.25 6.89137 21.25 12C21.25 17.1086 17.1086 21.25 12 21.25C6.89137 21.25 2.75 17.1086 2.75 12Z' fill='%23996646' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 0 0;
  padding-left: 44px;
}

.atelier__control-list li:first-child {
  margin-top: 0px;
}

.atelier__control-bg {
  background:
    url("/images/uin-bg.png") top right no-repeat,
    linear-gradient(225.61deg, #2a7dd3 15.18%, #236eca 84.82%);
  height: 200px;
  position: relative;
}

.bg-control__title {
  font-family: 'Montserrat-Medium';
  font-size: 24px;
  line-height: 29px;
  color: #fff;
  padding: 64px 0 0 24px;
}

.atelier__control-form {
  position: relative;
}

.atelier__control-form .check-form__field input {
  border-color: #eef1f3;
  height: 50px;
  line-height: 50px;
}

.atelier__control-form .check-form__field input:focus {
  border: 1px solid #2680EB;
}

.atelier__control-form .check-form__field.error input {
  border: 1px solid red;
}

.atelier__control-form .check-form__link {
  height: 50px;
}

.atelier__control-form .check-form__link a {
  line-height: 50px;
}

.atelier__catalog {
  padding-top: 80px;
}


.atelier__catalog-more {
  margin: 30px auto 0 auto;
  display: block;
  width: 200px;
  height: 62px;
  background: #2680eb;
  font-family: 'Montserrat-Bold';
  line-height: 62px;
  font-size: 18px;
  color: #fff;
  transition: 0.2s all ease;
  text-align: center;
  text-decoration: none;
}

.atelier__catalog-more:hover {
  background: #1060C4;
  color: #fff;
  text-decoration: none;
}

.catalog-calc__btn {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
}

.catalog-calc__btn a {
  display: block;
  height: 40px;
  line-height: 40px;
  background: #eef1f3;
  font-size: 14px;
  color: #000;
  text-align: center;
  font-family: 'Montserrat-SemiBold';
  transition: 0.2s all ease;
  text-decoration: none;
}

.catalog-calc__btn a:hover {
  background: #2680EB;
  color: #fff;
}

.atelier__media {
  margin-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.atelier__media .atelier__line-track {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 40px;
}

.atelier__media .atelier__line-text {
  color: #fff;
}

.atelier__media .atelier__line-icon {
  background: url(/upload/atelier-arrow-white.svg) 0 0 no-repeat;
}


.atelier__media--desktop {
  display: block;
  height: 500px;
  width: 100%;
  object-fit: cover;
}

.atelier__media--mobile {
  display: none;
  height: 290px;
  width: 100%;
  object-fit: cover;
}

.product-current__name span {
  display: block;
  margin-top: 5px;
  color: #a5acb2;
  font-size: 12px;
  line-height: 14px;
}

.product-popup__form {
  margin-top: 20px;
}

.product-popup__form .atelier__consent input[type=submit] {
  max-width: 180px;
}

.window-text--heading {
  font-family: 'Montserrat-Medium';
  font-size: 24px;
  line-height: 29px;
  color: #000;
}

.window-text--gray {
  margin-top: 20px;
  color: #a5acb2;
  font-family: 'Montserrat-Medium';
  font-size: 16px;
  line-height: 20px;
}

.window-link {
  margin-top: 20px;
  display: inline-block;
  padding: 0 30px;
  height: 62px;
  background: #2680eb;
  font-family: 'Montserrat-Bold';
  line-height: 62px;
  font-size: 18px;
  color: #fff;
  transition: 0.2s all ease;
  text-align: center;
  text-decoration: none;
}

.window-link:hover {
  background: #1060C4;
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width:1023px) {
  .atelier__top-cols {
    flex-wrap: wrap;
  }

  .atelier__top-sidebar {
    width: 100%;
    margin-right: 0;
    margin-top: 20px;
    order: 2;
  }

  .atelier__top-content {
    order: 1;
  }

  .atelier__top-title {
    font-size: 20px;
    line-height: 24px;
  }

  .atelier__top-text {
    margin-top: 20px;
    font-size: 16px;
    line-height: 20px;
  }

  .atelier__top-link {
    margin-top: 30px;
    width: 100%;
  }

  .atelier__top-link:hover {
    background: #2680eb;
    color: #fff;
    text-decoration: none;
  }

  .atelier__idea {
    margin-top: 40px;
    padding: 40px 0;
  }

  .atelier__idea-cols {
    flex-wrap: wrap;
  }

  .atelier__idea-sidebar {
    width: 100%;
    flex: none;
    margin-right: 0px;
    order: 2;
    margin-top: 30px;
  }

  .atelier__idea-content {
    width: 100%;
    order: 1;
  }

  .atelier__idea-title {
    font-size: 18px;
    line-height: 22px;
  }

  .atelier__idea-text {
    margin-top: 20px;
  }

  .atelier__idea-subtitle {
    font-size: 16px;
    line-height: 20px;
  }

  .atelier__line {
    padding: 50px 0;
  }

  .atelier__work {
    padding-bottom: 40px;
  }

  .atelier__work-title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px;
  }

  .atelier__work-cards {
    --elements: 1;
    --cgap: 10px;
    --rgap: 10px;
  }

  .atelier__work-card {
    padding: 20px;
  }

  .card-work__title {
    margin-top: 20px;
  }

  .card-work__text {
    margin-top: 15px;
    font-size: 12px;
    line-height: 15px;
  }

  .atelier__bottom {
    padding: 40px 0;
  }

  .atelier__bottom-inner {
    padding: 30px;
  }

  .atelier__bottom-cols {
    flex-wrap: wrap;
  }

  .atelier__bottom-content {
    width: 100%;
    max-width: 100%;
  }

  .atelier__bottom-sidebar {
    width: 100%;
    flex: none;
    margin-left: 0px;
    margin-top: 20px;
  }

  .atelier__bottom-title {
    font-size: 18px;
    line-height: 22px;
  }

  .atelier__bottom-text {
    margin-top: 20px;
    font-size: 16px;
    line-height: 20px;
  }

  .atelier__bottom-link:hover {
    background: #2680eb;
    color: #fff;
    text-decoration: none;
  }

  .atelier__show {
    padding-top: 40px;
  }

  .atelier__show-cols {
    display: flex;
    flex-wrap: wrap;
  }

  .atelier__show-sidebar {
    width: 100%;
    margin-right: 0px;
    order: 2;
    margin-top: 30px;
  }

  .atelier__show-title {
    font-size: 18px;
    line-height: 22px;
  }

  .atelier__show-content {
    width: 100%;
    order: 1;
  }

  .atelier__form {
    margin-top: 40px;
  }

  .atelier__form-inner {
    padding: 30px;
  }

  .atelier__form-title {
    font-size: 18px;
    line-height: 22px;
  }

  .atelier__form-cols {
    --elements: 1;
  }

  .atelier__form-item {
    margin-top: 15px;
  }

  .file-ateiler__docs {
    --elements: 1;
  }

  .atelier__consent {
    display: flex;
    flex-wrap: wrap;
  }

  .atelier__consent input[type=submit] {
    width: 100%;
    max-width: 100%;
    margin: 10px 0 0 0px;
  }

  .atelier__consent input[type=submit]:hover {
    background: #2680EB;
    color: #fff;
  }

  .atelier__control-cols {
    display: flex;
    flex-wrap: wrap;
  }

  .atelier__control-content {
    width: 100%;
  }

  .atelier__control-sidebar {
    width: 100%;
    flex: none;
    margin-left: 0px;
    margin-top: 30px;
  }

  .atelier__control-title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px;
  }

  .atelier__control-inner {
    padding: 20px;
  }

  .atelier__control-list li {
    font-size: 14px;
    line-height: 17px;
    margin-top: 20px;
  }


  .atelier__catalog {
    padding-top: 20px;
  }

  .atelier__catalog-more {
    display: block;
    width: 100%;
  }

  .atelier__catalog-more:hover {
    background: #2680eb;
    color: #fff;
    text-decoration: none;
  }

  .catalog-calc__btn {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    margin-top: 20px;
  }

  .catalog-calc__btn a:hover {
    background: #eef1f3;
    color: #000;
  }

  .atelier__idea-name {
    margin-top: 10px;
  }

  .atelier__media {
    margin-bottom: 40px;
  }

  .atelier__media--desktop {
    height: 290px;
  }

  .atelier__media .atelier__line-track {
    bottom: 30px;
  }

  .product-popup__form .atelier__consent input[type=submit] {
    max-width: 100%;
  }
}

/* Ювелирное ателье */
/* End */
/* /css/reviews.css?177753365032434 */
/* /css/atelier.css?178766441025863 */
