

/* 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 */


/* Start:/css/catalog_list_noauth.css?176545387121482*/
/* Catalog 2022 */
.catalog-include__block { margin-bottom:40px; }
.catalog-include__cols { display:flex; flex-wrap:nowrap; }
.catalog-sidebar__col { width:224px; flex:none; height:100%; margin-right:20px; z-index:4;} 
.catalog-content__col { width:100%; height:100%; min-width:0; }
.catalog-sidebar__title { font-family: 'Montserrat-Medium'; font-size:14px; line-height:18px; color:#ADADAD; }
.catalog-sidebar__items { margin-top:15px; }
.catalog-sidebar__item { margin-top:20px; position:relative; }
.catalog-sidebar__item:first-child { margin-top:0px; }
.catalog-sidebar__toggle { display:flex; flex-wrap:nowrap; justify-content:space-between; align-items:center; font-family: 'Montserrat-SemiBold'; font-size:12px; line-height:14px; color:#000; text-transform:uppercase; cursor:pointer;}
.catalog-sidebar__toggle span { display:block; }
.catalog-sidebar__toggle ins { display:block; width:9px; height:6px; flex:none; margin-left:15px; background: url(/images/arrow-up.svg) 0px 0px no-repeat; transition: 0.3s all ease; transform: rotate(180deg); }
.catalog-sidebar__content { margin-top:20px; display:none; }
.catalog-sidebar__item.active  .catalog-sidebar__toggle ins { transform: rotate(0deg);  }
.catalog-sidebar__item.active .catalog-sidebar__content { display:block; }
.filter-checkbox__item { margin-top:10px; position: relative;}
.filter-checkbox__disabled { pointer-events:none; opacity:0.5; }
.filter-checkbox__item:first-child { margin-top:0px; }
.filter-checkbox__item .checkbox-option { position:relative;	padding-left: 30px;   font-size: 12px;   line-height: 20px; font-family: 'Montserrat-Regular';  }
.filter-checkbox__item .checkbox-option input[type=checkbox] { display:none; }
.filter-checkbox__item .checkbox-option label { cursor: pointer;   }
.filter-checkbox__item .checkbox-option label:after { content:''; transition: 0.3s all ease; display:inline-block; height:20px; width:20px; background:#F5F5F5; border: 1px solid #F5F5F5; border-radius: 2px; box-sizing:border-box; position:absolute;	top:0px;	left:0; cursor:pointer;  }
.filter-checkbox__item .checkbox-option:hover label:after { border:1px solid #2680EB;  }
.filter-checkbox__item .checkbox-option input[type=checkbox]:checked + label:after {	background:#2680EB url(/images/checkbox-flag.svg) 55% 50% no-repeat; border:1px solid #2680EB; }
.filter-checkbox__item .checkbox-option input[type=checkbox]:checked + label {color:#2680EB; font-family: 'Montserrat-SemiBold'; }
.filter-double { display:flex; flex-wrap:wrap; margin:-10px 0 0 -20px; }
.filter-double .filter-checkbox__item:nth-child(1) .filter-show__block { right:-327px; }
.filter-double .filter-checkbox__item:nth-child(2) .filter-show__block { right:-205px; }
.filter-double .filter-show__block { right:-327px; }
.filter-double .filter-checkbox__item { width: -webkit-calc(50% - 20px);  width: -o-calc(50% - 20px);  width: calc(50% - 20px); margin:10px 0 0 20px; }
.catalog-sidebar__links { margin-top:30px; text-align:center; }
.apply-link { display:block; border:none; width:100%; cursor:pointer; background: #2680EB; height:50px; line-height:50px; font-family: 'Montserrat-SemiBold'; font-size: 14px; color:#fff; text-decoration:none; text-align:center; transition: 0.3s background-color ease; }
.apply-link:hover { color:#fff; background: #1060C4; } 
.apply-link[disabled]{ text-indent:-9999px; background:#2680EB url(/images/loader.svg) 58% 50% no-repeat; }

.reset-link { display:inline-block;   font-size: 14px; line-height: 19px; color: #ADADAD; text-decoration:none; border-bottom: 1px dashed #FFF; margin-top:20px; }
.reset-link:hover { border-bottom: 1px dashed #ADADAD; transition: 0.3s all ease; color: #ADADAD; }
.formCost-block { position:relative; display:flex; flex-wrap:nowrap; align-items:center; justify-content:space-between; line-height:0; }
.formCost-block .minCost { position:relative; width: 140px; }	
.formCost-block .maxCost { position:relative; width: 140px; }
.formCost-block input { font-family: 'Montserrat-Regular'; width:100%; height: 40px;  font-size:14px;  font-weight:400; text-align:center; padding: 0px 20px 0px 30px;   color: #000; background: #FFF; border: 1px solid #f5f5f5; box-sizing: border-box; outline:none; resize: none; -webkit-appearance: none; border-radius:2px;  }
.formCost-block .form-divider { width:10px; height:1px; background:#2B2A29; flex:none; margin:0 3px;}
.formCost-block .cost-title { background:none; position:absolute; z-index:2; top:0px; left:0px; bottom:0px; height:40px; line-height:40px;  font-weight:400; font-size: 12px; color: #ADADAD;  width:30px; text-align:center; }
.formCost-block .cost-currency { background:none; position:absolute; z-index:2; top:0px; right:0px; bottom:0px; color: #000;  text-align:center; line-height:40px;  font-size: 14px; width:20px; font-weight:400; }
.sliderCont__block {width: 100%; margin-top: 20px; }
.sliderCont__block .ui-slider { position: relative;}
.sliderCont__block .ui-slider .ui-slider-handle {  position: absolute;  z-index: 2; width: 20px;  height: 20px; background: #2680EB; border: 2px solid #2680EB; -webkit-border-radius: 90px; -moz-border-radius: 90px; border-radius: 90px; cursor: pointer;  outline: none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.sliderCont__block .ui-slider .ui-slider-range {	position: absolute;	z-index: 1;	font-size: .7em;	display: block;	border: 0;	overflow: hidden;}
.sliderCont__block .ui-slider-horizontal {	 height: 3px;}
.sliderCont__block .ui-slider-horizontal .ui-slider-handle { top: -9px;	margin-left: -10px;}
.sliderCont__block .ui-slider-horizontal .ui-slider-range { top: 0; height: 100%;}
.sliderCont__block .ui-widget-content { background:#F5F5F5; height: 3px;  -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px;}
.sliderCont__block .ui-widget-header { background: #2680EB; height: 3px;  -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px;}
.catalog-content__top { display:flex; flex-wrap:nowrap; align-items:center; justify-content: flex-end;  }
.catalog-content__top .collection-sort-block { flex:none; }
.catalog-content__top .collection-show-block { margin-left:100px; }
.catalog-content__top .collection-sort-links { float:left; }
.catalog-content__top .collection-sort-links a:last-child { margin-right:0; } 
.catalog-content__top .filter-toggle-mob { display:none; position:relative; font-family: 'Montserrat-SemiBold';  background:#eeeeee;  font-size: 14px;  padding: 10px 50px;  line-height: 24px;    color: #000;    text-transform: uppercase; }
.mobile-filter { z-index:1000; }
.mobile-filter-content .minCost { border:none; }
.mobile-filter-content .maxCost { border:none; }
.filter-show__block { background: #2680EB; line-height:50px; text-align:center;  position:absolute; z-index:30; top:50%; margin-top:-25px; right:-236px;  width:216px; height:50px; font-family: 'Montserrat-SemiBold';   font-size: 14px; cursor:pointer;  color: #fff; transition: 0.3s background-color ease; }
.filter-show__block::after {  content: '';   position: absolute;   left: -10px;  bottom: 19px;  border: 5px solid transparent;  border-right: 5px solid #2680EB; transition: 0.3s all ease;  }
.filter-show__block:hover { background:#1060C4; }
.filter-show__block:hover::after { border-right: 5px solid #1060C4; }
.filter-show__block.load{ text-indent:-9999px; background:#2680EB url(/images/loader.svg) 58% 50% no-repeat; }


.catalog-content__items__block { margin-top:30px; position:relative;     width: 100%;}

.catalog-content__plug { display:none; position:absolute; z-index:5; top:0; left:0; right:0; bottom:0; background:linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)) ; }
.catalog-content__plug-img { position:absolute; z-index:5; top:0; left:0; right:0; bottom:0; background: url(/images/oval-red.svg) 50% 50% no-repeat; }

.catalog-content__items { display:flex; flex-wrap:wrap; margin:0px 0 0 0px; }
.catalog-content__item { position:relative;  width: -webkit-calc(25% - 0px); width: -o-calc(25% - 0px); width: calc(25% - 0px); margin: 0px 0 0 0px; background:#fff; padding:35px 15px 40px 15px; box-sizing:border-box; transition: 0.3s all ease;  }
.catalog-content__item:hover { z-index:2; box-shadow: 0px 0px 12px #B3BFC7; }
.catalog-content__item .collection-qf-block { position:absolute; top:15px; left:15px; right:15px; opacity: 1; height:auto; visibility:visible; transition: 0.2s opacity, 0.5s visibility; }
.catalog-content__item .collection-quick-link { opacity: 0; height:0;  visibility:hidden; transition: 0.5s opacity, 0.5s visibility; }
.catalog-content__item:hover .collection-quick-link { opacity: 1; height:auto;  visibility:visible;  }
.catalog-content__top { position:relative; min-width:0; margin-top:15px; }

.catalog-content__top .collection-status { left:10px; top:10px; }

.catalog-content__slider { position:relative; width:100%;  overflow:hidden; padding-bottom:30px; display:block;}
.catalog-content__slider .swiper-container {  width: 100%;  height: 100%; }
.catalog-content__slider .swiper-slide { width: 100%; height:auto; position:relative; z-index:1; background:#fff;}
.catalog-content__slider .swiper-slide-active { z-index:2;}
.catalog-slider__img { position: relative;  height: 0;  overflow: hidden; padding-top: 120%; }
.catalog-slider__img img { position: absolute;  left: 0;  top: 0;  right: 0;  bottom: 0;  width: 100%;  height: 100%;  object-fit: cover; object-position:center center; }
.catalog-content__slider .catalog-pagination  {position:absolute; /* top:0!important; */ right:0px!important;  left:0!important;  z-index:3; width:100%!important; margin-top:0px; bottom:10px!important; text-align:center; margin-top:0px; display:flex; flex-wrap:nowrap; justify-content:center; }
.catalog-content__slider .catalog-pagination span { display:flex; justify-content:center; margin-right:15px; /* flex-grow:1; */ background:transparent!important; opacity:1; border-radius: 0px;  outline:none; height:100%; /* margin:0!important; */}
.catalog-content__slider .catalog-pagination span.swiper-pagination-bullet-active {   /* background: #2170CF; */   background:transparent!important; opacity: 1;}
.catalog-content__slider .catalog-pagination span:last-child { margin-right:0px; }
.catalog-content__slider .catalog-pagination span::after {  content: '';  bottom:0; position:absolute; width:8px; height:8px; background:#D0D0D0;  transition: 0.3s all ease; border-radius:270px; } 
.catalog-content__slider .catalog-pagination span.swiper-pagination-bullet-active::after { background:#2680EB; border-radius:270px; }
.catalog-content__name { font-size: 14px; line-height: 18px; color: #000; margin-top: 15px;  height: 54px; overflow: hidden; }
.catalog-content__name a { color: #000; text-decoration: none; transition: 0.3s color ease;}
.catalog-content__name a:hover { color: #2680EB; text-decoration: none;}
.catalog-content__article { font-size: 12px; line-height: 12px; color: #ADADAD; font-family: 'Montserrat-Medium'; margin-top:10px; }
.catalog-content__price { margin-top:20px; display:flex; flex-wrap:nowrap; align-items:center; justify-content:space-between; }
.catalog-current__price { flex:none;  font-family: 'Montserrat-SemiBold';    font-size: 14px;    color: #2680EB;    line-height: 22px; letter-spacing: 1.4px; }
.catalog-stock__block { display:flex; flex-wrap:nowrap; align-items:center; }
.catalog-old__price { flex:none;  font-family: 'Montserrat-SemiBold';    font-size: 12px;    color: #ADADAD; text-decoration: line-through;   line-height: 12px; }
.catalog-discount { font-family: 'Montserrat-SemiBold'; font-size:12px; line-height: 12px; color: #FFFFFF; text-transform: uppercase; background:#2170CF; padding:5px; margin-left:5px; }
.catalog-content__more { position:absolute; bottom:15px; right:15px; width:100%; text-transform:uppercase; font-family: 'Montserrat-SemiBold';    font-size: 12px; line-height:12px; text-align:right; opacity: 0; visibility:hidden; transition: 0.3s all ease; text-transform:uppercase; }
.catalog-content__more a { color:#B2967E; text-decoration:none; transition: 0.3s color ease; }
.catalog-content__more a:hover { color: #2680EB; text-decoration:none; }
.catalog-content__item:hover .catalog-content__more {  opacity: 1; height:auto;  visibility:visible; }
.catalog-content__mobile { display:none; min-width:0; }
.catalog-content__slidermobile { position:relative; width:100%;  overflow:hidden;   }
.catalog-content__slidermobile .swiper-container {  width: 100%;  height: 100%; }
.catalog-content__slidermobile .swiper-slide { width: 100%; height:auto; position:relative;}
.catalog-content__slidermobile .swiper-slide img { display:block; width: 100%;  height: 100%;  object-fit: cover; object-position:center center; }
.catalog-pagination-mobile  {position:relative; right:0px!important;  z-index:3; width:100%!important; margin-top:0px; bottom:0px!important; text-align:center; margin-top:0px; }
.catalog-pagination-mobile span { margin-right:10px; width:8px; height:8px; background:#D0D0D0; opacity:1; border-radius: 270px;  outline:none;}
.catalog-pagination-mobile span.swiper-pagination-bullet-active {   background: #2170CF;   opacity: 1;}
.catalog-pagination-mobile span:last-child { margin-right:0px; }
.collection-status.status-best { background:url(/images/best-icon.svg) 50% 50% no-repeat; }
.product-additional__item .catalog-content__more { position:relative; bottom:auto; right:auto; opacity:1; visibility:visible; margin-top:15px; display:block;}
.collection-quick-link:hover a { background: url(/images/quick-view-icon22.svg) 0% 0% no-repeat; color:#2680EB; }
.catalog-content__item .collection-fav-block { background: url(/images/catalog-fav22.svg) 0px 0px no-repeat; }
.catalog-content__item .collection-fav-block:hover { background-position:0 -24px; }
.catalog-content__item .collection-fav-block.active { background-position:0 -48px; }
.catalog-content__item .collection-fav-block.active:hover { background-position:0 -48px; }
.product-additional__fav { background: url(/images/catalog-fav22.svg) 0px 0px no-repeat; position:relative; top:auto; right:auto; margin-left: -webkit-calc(100% - 24px); margin-left: -o-calc(100% - 24px); margin-left: calc(100% - 24px);}
.product-additional__fav:hover { background-position:0 -24px;}
.product-additional__fav.active { background-position:0 -48px;}

.mobile-filter .filter-show__block {display:none;}

@media screen and (max-width: 1239px) {
.catalog-content__top .collection-sort-links { float:left; }
.catalog-content__top .collection-sort-title { float:left; margin-right:20px; }
}

@media screen and (max-width: 1179px) {
.catalog-content__item { position:relative;  width: -webkit-calc(33.3334% - 0px); width: -o-calc(33.3334% - 0px); width: calc(33.3334% - 0px);}
}


@media screen and (max-width: 1023px) {
.catalog-sidebar__col { display:none; }	
.catalog-content__top .filter-toggle-mob { display:block; }
.catalog-content__top { justify-content:space-between; }	
.catalog-content__top .collection-show-block { margin-left:20px; display:none; }
.filter-close span { background: url(/images/filter-close-22.svg) 100% 0px no-repeat; }
.mobile-filter .collection-filter-buttons { padding:20px;  }
.mobile-filter .collection-apply {  box-sizing: border-box; border:none; display:block; float:none; background: #2680EB; height:50px; line-height:50px; font-family: 'Montserrat-SemiBold'; font-size: 14px; color:#fff; text-decoration:none; text-align:center; /* transition: 0.3s all ease; */ width:100%;}
.mobile-filter .collection-apply[disabled] { text-indent:-9999px; background:#2680EB url(/images/loader.svg) 58% 50% no-repeat; }
.mobile-filter .collection-reset { display:block; float:none; margin-top:20px; text-align:center;}
.mobile-filter-wrap { padding-bottom:180px; }
.catalog-content__items { margin:-20px 0 0 -15px; }
.catalog-content__item { padding:0px 0px 15px 0px; margin:20px 0 0 10px; width: -webkit-calc(33.3334% - 15px); width: -o-calc(33.3334% - 15px); width: calc(33.3334% - 15px);}
.catalog-content__item:hover { z-index:2; box-shadow: none; }
.catalog-content__more { display:none; }
.catalog-content__item .collection-quick-link { opacity: 1; height:auto;  visibility:visible;  }
.catalog-content__item .collection-qf-block { left:0; right:0; position:relative; top:auto; }
/* .catalog-content__slider { display:none; }
.catalog-content__mobile { display:block; } */
.catalog-content__items__block {  margin-top: 20px;    position: relative;}

}
@media screen and (max-width: 767px) {
.catalog-content__item { position:relative;  width: -webkit-calc(50% - 15px); width: -o-calc(50% - 15px); width: calc(50% - 15px);}	
	
}

@media screen and (max-width: 649px) {
.catalog-content__top { flex-wrap:wrap; }
.catalog-content__top .filter-toggle-mob { width:100%; }	
.catalog-content__top .collection-sort-block { width:100%; } 
.filter-toggle-mob { text-align:center; }
.collection-sort-block { margin-top:15px; }
.catalog-content__item .collection-quick-link { display:none; }


}
@media screen and (max-width: 479px) {
.catalog-content__top  .collection-sort-title { font-size:13px; margin-right:10px; }
.collection-sort-links a { font-size:13px; }
.catalog-content__items { margin:-20px 0 0 0; }
.catalog-content__item { position:relative;  width: -webkit-calc(100% - 0px); width: -o-calc(100% - 0px); width: calc(100% - 0px); margin:20px 0 0 0;}
.catalog-content__items__block {  margin-top: 0px; }	
}
/* Catalog 2022 */


/*banner*/
.item__img {  width: -webkit-calc(50% - 0px);  width: -o-calc(50% - 0px);  width: calc(50% - 0px); padding:17px 0 0 15px;  box-shadow:none!important;}
.item-img__inner {  height:100%; }
.item-img__img img { display:block;  }
.item-img__link { position:absolute; z-index:3; top:0; left:0; right:0; bottom:0; }
.item-img__link a { display:block; width:100%; height:100%;  }
.item-img__img--mobile { display:none; }
.item-img__img--mobile img { width:100%; }

@media screen and (max-width: 1179px) {
.item__img {  width: -webkit-calc(100% - 0px);  width: -o-calc(100% - 0px);  width: calc(100% - 0px); padding:0px 0 0 0px;  box-shadow:none!important;}	
.item-img__img--desktop { display:none; }
.item-img__img--mobile { display:block; }

}

@media screen and (max-width: 479px) {
.item-img__img--desktop { display:block; }
.item-img__img--desktop img { width:100%; }
.item-img__img--mobile { display:none; }	
}


/* Catalog edit Nov. 2024 */
.catalog-content__item {
  padding: 35px 15px 75px 15px;
}

.catalog-btn {
  height: 40px;
  display: none;
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
}

.catalog-btn a {
  display: block;
  height: 100%;
  text-align: center;
  font-family: 'Montserrat-SemiBold';
  font-size: 15px;
  line-height: 40px;
  color: #fff;
  text-decoration: none;
  background: #C7AB85;
  transition: 0.2s all ease;
}

.catalog-btn a:hover {
  background: #2170CF;
}

.catalog-btn a span {
  background: url(/images/shopping-cart-desktop.svg) 100% 50% no-repeat;
  padding-right: 30px;
}

.catalog-content__item:hover .catalog-btn {
  display: block;
}

.catalog-flex {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.catalog-cart-icon {
  width: 24px;
  height: 24px;
  flex: none;
  background: url(/images/shopping-cart-mobile.svg) 0% 0% no-repeat;
  margin-left: 6px;
  display: none;
}

.catalog-content__price {
  position: relative;
}

.catalog-content-link {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;

}

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

@media screen and (max-width: 1023px) {
  .catalog-content__item {
    padding: 0px 0px 15px 0px;
  }

  .catalog-content__item:hover .catalog-btn {
    display: none;
  }

  .catalog-cart-icon {
    display: block;
  }

  .catalog-content__items {
    margin: 0 0 0 -20px;
  }

  .catalog-content__item {
    width: calc((100%/3) - 20px);
    margin: 20px 0 0 20px;
  }

  .catalog-content__item.item__img {
    width: 100%;
    box-shadow: none !important;
  }

  .catalog-content__item .collection-qf-block {
    left: 0;
    right: 0;
    position: absolute;
    top: 4px;
    z-index: 4;
  }

  .catalog-content-link {
    display: block;
  }
}



@media screen and (max-width: 767px) {
  .catalog-content__item {
    width: calc((100%/2) - 20px);
    margin: 20px 0 0 20px;
  }

  .catalog-content__name {
    height: 54px;
  }

  .catalog-content__price {
    margin-top: 16px;
    padding-top: 10px;
  }

  .catalog-old__price {
    position: absolute;
    top: 0;
    left: 0;
  }
}

/* Catalog edit Nov. 2024 */


/* Для каталога блок отзывов */
.catalog-content__reviews {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  cursor: pointer;
  font-family: 'Montserrat-Medium';
  font-size: 12px;
  line-height: 15px;
  margin-top: 10px;
  position: relative;
}

.catalog-content__reviews:hover .catalog__feedback-count {
  color: #0B60C4;
}

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

.catalog__feedback-count {
  flex: none;
  margin-left: 5px;
  color: #a5acb2;
  background: url(/images/dot-icon.svg) 0 50% no-repeat;
  padding-left: 5px;
  transition: 0.2s all ease;
}

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

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

/* Для каталога блок отзывов */
/* End */
/* /css/atelier.css?178766441025863 */
/* /css/catalog_list_noauth.css?176545387121482 */
