

/* Start:/nanesenie_logotipa/main.css?178462817627479*/
@import url("https://fonts.googleapis.com/css2?family=Onest:wght@100..900&display=swap");
:root {
  --base_black: #333333;
}

*,
::after,
::before {
  box-sizing: border-box;
}

:root {
  font-size: 16px;
}

html {
  font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}
@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
  min-height: 100vh;
  min-height: 100dvh;
}

main {
  flex: 1;
}

hr {
  height: 0;
  color: inherit;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
pre,
samp {
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
select {
  text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
  box-shadow: none;
  border-style: none;
}

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

:-moz-ui-invalid {
  box-shadow: none;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: transparent;
}

summary {
  display: list-item;
}

h1,
h2,
h3,
h4,
h5,
figure,
p,
ol,
ul {
  margin: 0;
}

ol,
ul {
  list-style: none;
  padding-inline: 0;
}

h1,
h2,
h3,
h4,
h5 {
  font-size: inherit;
  font-weight: inherit;
}

img {
  display: block;
  max-inline-size: 100%;
}

.article__text ol,
.article__text ul {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
.article__text ul {
  list-style: inherit;
  padding-left: 1.5625rem;
}
.article__text ol {
  list-style: decimal;
  padding-left: 1.5625rem;
}
footer {
  background-color: pink;
}
@media (max-width: 1350px) {
  footer {
    background-color: aqua;
  }
}

header {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  background-color: pink;
}
@media (max-width: 1350px) {
  header {
    background-color: aqua;
  }
}
header nav {
  display: flex;
  gap: 1.25rem;
}
header ul {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

.modal {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  overflow: hidden;
  height: 0;
  visibility: hidden;
  pointer-events: none;
}
.modal[data-active=true] {
  height: auto;
  visibility: visible;
  pointer-events: all;
}
.modal__overlay {
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 11;
}
.modal__inner {
  position: relative;
  z-index: 12;
  padding: 0.625rem;
  background-color: yellow;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.modal__header {
  display: flex;
  justify-content: end;
}

.delivery {
  box-sizing: border-box;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #f4f6f7;
}
.delivery-head {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
.delivery-head-title {
  color: rgb(10, 16, 21);
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 32px;
}
@media (max-width: 1350px) {
  .delivery-head-title {
    margin-bottom: 18px;
  }
}
@media (max-width: 786px) {
  .delivery-head-title {
    margin-bottom: 16px;
  }
}
.delivery-head-desc {
  color: rgb(10, 16, 21);
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 32px;
}
@media (max-width: 1350px) {
  .delivery-head-desc {
    margin-bottom: 18px;
  }
}
@media (max-width: 786px) {
  .delivery-head-desc {
    margin-bottom: 16px;
  }
}
.delivery-var {
  margin-bottom: 50px;
}
@media (max-width: 1350px) {
  .delivery-var {
    margin-bottom: 60px;
  }
}
@media (max-width: 786px) {
  .delivery-var {
    margin-bottom: 42px;
  }
}
.delivery-var-title {
  color: rgb(10, 16, 21);
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 32px;
}
@media (max-width: 1350px) {
  .delivery-var-title {
    margin-bottom: 18px;
  }
}
@media (max-width: 786px) {
  .delivery-var-title {
    margin-bottom: 16px;
  }
}
.delivery-var-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px;
}
@media (max-width: 1702px) {
  .delivery-var-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 786px) {
  .delivery-var-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1702px) {
  .delivery-var-grid .delgrid-center {
    grid-column: 1/span 2;
    max-width: 50%;
    margin: 0 auto;
  }
}
@media (max-width: 786px) {
  .delivery-var-grid .delgrid-center {
    grid-column: 1;
    max-width: 100%;
    margin: initial;
  }
}
.delivery-var-grid .delgrid {
  background-color: rgb(255, 255, 255);
  height: 356px;
  width: 100%;
  box-sizing: border-box;
  padding: 30px 42px 40px 42px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1350px) {
  .delivery-var-grid .delgrid {
    height: 280px;
  }
}
@media (max-width: 786px) {
  .delivery-var-grid .delgrid {
    height: 260px;
  }
}
.delivery-var-grid .delgrid-title {
  color: rgb(0, 0, 0);
  font-size: 22px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: auto;
  text-align: center;
}
@media (max-width: 1350px) {
  .delivery-var-grid .delgrid-title {
    font-size: 18px;
  }
}
.delivery-var-grid .delgrid img {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 100px;
}
@media (max-width: 1350px) {
  .delivery-var-grid .delgrid img {
    width: 75px;
  }
}
.delivery-var-grid .delgrid ul {
  font-weight: 400;
  font-size: 13px;
  line-height: 100%;
  list-style-type: disc;
  color: rgb(0, 0, 0);
  margin-top: 36px;
}
@media (max-width: 1702px) {
  .delivery-var-grid .delgrid ul {
    margin-top: 20px;
  }
}
@media (max-width: 786px) {
  .delivery-var-grid .delgrid ul {
    margin-right: auto;
  }
}
.delivery-var-grid .delgridsm {
  height: 300px;
}
.delivery-var-grid .delgridsm img {
  margin-bottom: 24px;
}
@media (max-width: 1350px) {
  .delivery-var-grid .delgridsm {
    height: 280px;
  }
}
@media (max-width: 786px) {
  .delivery-var-grid .delgridsm {
    height: 260px;
  }
}
.delivery-var-grid .delgridred {
  background-color: rgb(212, 15, 20);
  padding: 70px 50px !important;
}
@media (max-width: 1350px) {
  .delivery-var-grid .delgridred {
    padding: 20px 20px !important;
  }
}
@media (max-width: 786px) {
  .delivery-var-grid .delgridred {
    height: 260px;
  }
}
.delivery-var-grid .delgridred .delgrid-title {
  color: rgb(255, 255, 255);
  font-size: 20px;
  text-align: left;
}

.simple_page._max_width {
  max-width: unset !important;
  padding: unset;
  padding-top: 286px;
  margin: unset;
}
.sp_content {
  max-width: unset !important;
}

.logo-print {
  box-sizing: border-box;
  padding-top: 80px;
  padding-bottom: 80px;
  overflow-x: hidden;
}
.logo-print_s-title {
  font-weight: 600;
  font-size: 32px;
  line-height: 1.3;
  margin-bottom: 20px;
  display: block;
  color: rgb(10, 16, 21);
}

.pogo-print-form {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 32px;
  color: rgb(10, 16, 21);
}
@media (max-width: 1200px) {
  .pogo-print-form {
    grid-template-columns: 1fr;
  }
}
.pogo-print-form img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pogo-print-form__title {
  display: block;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}
.pogo-print-form__desc {
  display: block;
  margin-bottom: 18px;
  line-height: 1.6;
}
.pogo-print-form__body {
  padding: 48px 70px;
  display: grid;
  gap: 20px;
  align-items: flex-start;
  font-weight: 300;
}
@media (max-width: 1702px) {
  .pogo-print-form__body {
    padding: 25px 40px 0px 40px;
  }
  .pogo-print-form__body {
    gap: 0px;
  }
  .pogo-print-form__body input {
    padding: 10px 24px;
  }
  .pogo-print-form picture {
    max-height: 350px;
  }
}
@media (max-width: 786px) {
  .pogo-print-form__body {
    padding: 30px 17px;
    margin-left: -17px;
    margin-right: -17px;
  }
}
.pogo-print-form__body input {
  width: 100%;
  box-sizing: border-box;
  padding: 20px 24px;
  border-radius: 0;
  border: 1px solid rgb(218, 218, 218);
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  color: rgb(99, 110, 121);
  box-shadow: 0px 2px 2px 0px rgba(30, 49, 66, 0.0542);
}
.pogo-print-form__body button {
  color: white !important;
  background-color: rgb(196, 0, 12) !important;
  font-size: 14px !important;
  text-transform: uppercase;
}
@media (max-width: 1702px) {
  .pogo-print-form__body input {
    padding: 10px 24px;
  }
}
.pogo-print-promt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-top: 50px;
  gap: 40px;
}
@media (max-width: 786px) {
  .pogo-print-promt {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.pogo-print-promt__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
  width: calc(25% - 40px);
  color: rgb(10, 16, 21);
}
@media (max-width: 1200px) {
  .pogo-print-promt__item {
    width: calc(50% - 40px);
  }
}
@media (max-width: 786px) {
  .pogo-print-promt__item {
    gap: 10px;
  }
}
.pogo-print-promt__item svg {
  width: 159px;
  height: 159px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 786px) {
  .pogo-print-promt__item svg {
    width: 125px;
    height: 125px;
  }
}
.pogo-print-promt__item span {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.3;
}
@media (max-width: 480px) {
  .pogo-print-promt__item span {
    font-size: 16px;
  }
}

.logo-print-desc {
  margin-top: 50px;
  margin-bottom: 50px;
  color: rgb(30, 40, 50);
  font-weight: 300;
}

.logo-print-catalog {
  margin-top: 80px;
}
@media (max-width: 786px) {
  .logo-print-catalog {
    margin-top: 50px;
  }
}
.logo-print-catalog__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px 20px;
  margin-top: 60px;
}
.logo-print-catalog__item {
  display: grid;
  justify-content: center;
  text-decoration: none;
  width: calc(20% - 20px);
}
.logo-print-catalog__item:hover span {
  color: rgb(196, 0, 12);
}
@media (max-width: 1350px) {
  .logo-print-catalog__item {
    width: calc(20% - 20px);
  }
  .logo-print-catalog__item svg {
    margin-bottom: 16px;
  }
  .logo-print-catalog__item svg {
    max-width: 80px;
  }
}
@media (max-width: 786px) {
  .logo-print-catalog__item {
    width: calc(33.3333333333% - 20px);
  }
}
@media (max-width: 480px) {
  .logo-print-catalog__item {
    width: calc(50% - 20px);
  }
}
.logo-print-catalog__item[href]:hover span {
  color: rgb(196, 0, 12);
}
.logo-print-catalog__item svg {
  max-width: 90px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
  display: block;
}
@media (max-width: 480px) {
  .logo-print-catalog__item svg {
    max-height: 70px;
    max-width: 100%;
  }
}
.logo-print-catalog__item span {
  margin-top: auto;
  display: block;
  text-align: center;
  font-weight: 600;
  font-size: 24px;
  color: rgb(10, 16, 21);
}
@media (max-width: 480px) {
  .logo-print-catalog__item span {
    font-size: 16px;
  }
}

.logo-print-gallery {
  margin-top: 80px;
}
@media (max-width: 786px) {
  .logo-print-gallery {
    margin-top: 50px;
  }
}
.logo-print-gallery__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 36px;
}
.logo-print-gallery__item {
  text-decoration: none;
  padding: 30px 23px;
  border: 1px solid rgb(92, 108, 122);
  box-sizing: border-box;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  width: calc(25% - 28px);
}
.logo-print-gallery__item:hover span {
  color: rgb(196, 0, 12);
}
@media (max-width: 1350px) {
  .logo-print-gallery__item {
    /*width: calc(33.3333333333% - 28px);*/
  }
}
@media (max-width: 786px) {
  .logo-print-gallery__item {
    width: calc(50% - 28px);
  }
}
@media (max-width: 480px) {
  .logo-print-gallery__item {
    width: 100%;
  }
}
.logo-print-gallery__item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: auto;
}
.logo-print-gallery__item span {
  color: rgb(0, 0, 0);
  display: block;
  text-align: center;
  font-weight: 600;
  font-size: 24px;
  padding-top: 36px;
}

.logo-print-price {
  margin-top: 80px;
}
@media (max-width: 786px) {
  .logo-print-price {
    margin-top: 50px;
  }
}
.logo-print-price table {
  border-spacing: 0;
  width: 100%;
}
.logo-print-price table td,
.logo-print-price table th {
  border: 1px solid rgb(185, 185, 185);
  padding: 12px;
  text-align: center;
}
.logo-print-price table th {
  font-weight: 600;
  background-color: rgba(0, 0, 0, 0.06);
}
@media (max-width: 786px) {
  .logo-print-price table {
    min-width: 768px;
  }
  .logo-print-price .twrap {
    margin-left: -17px;
    margin-right: -17px;
    padding-left: 17px;
    padding-right: 17px;
    overflow-x: auto;
    padding-bottom: 10px;
  }
}
.logo-print-partfolio {
  margin-bottom: 50px;
}
.container-gray.logo-print-partfolio {
  margin-top: 50px;
  margin-bottom: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 786px) {
  .logo-print-partfolio {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.logo-print-partfolio__full {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  border: 2px solid rgb(196, 0, 12);
  background-color: rgb(196, 0, 12);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 231px;
  height: 59px;
  text-decoration: none;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}
.logo-print-partfolio__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
}
@media (max-width: 768px) {
  .logo-print-partfolio__list {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
  .logo-print-partfolio__item img {
    height: 240px;
  }
}
@media (max-width: 480px) {
  .logo-print-partfolio__list {
    grid-template-columns: 1fr;
  }
}
.logo-print-partfolio__item {
  padding: 30px;
  background-color: white;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 1350px) {
  .logo-print-partfolio__item {
    padding: 24px;
  }
}
.logo-print-partfolio__item:hover span {
  color: rgb(196, 0, 12);
}
.logo-print-partfolio__item img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.logo-print-partfolio__item span {
  display: block;
  text-align: center;
  font-weight: 600;
  margin-top: auto;
  color: rgb(0, 0, 0);
}

.logo-print-feadback {
  background-color: #C40D0E;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 786px) {
  .logo-print-feadback {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.logo-print-feadback__body {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 1200px) {
  .logo-print-feadback__body {
    grid-template-columns: 1fr;
  }
}
.logo-print-feadback__title {
  font-size: 32px;
  font-weight: 600;
  display: block;
  margin-bottom: 20px;
  color: #FFFFFF;
}
@media (max-width: 570px) {
  .logo-print-feadback__title {
    margin-bottom: 10px;
  }
}
.logo-print-feadback__desc {
  font-size: 24px;
  font-weight: 600;
  display: block;
  color: #FFFFFF;
}
@media (max-width: 480px) {
  .logo-print-feadback__desc {
    font-size: 20px;
  }
}
.logo-print-feadback__rigth {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 30px;
  margin-top: 40px;
}
@media (max-width: 1200px) {
  .logo-print-feadback__rigth {
    margin-top: 0;
  }
}
@media (max-width: 570px) {
  .logo-print-feadback__rigth {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.logo-print-feadback__rigth input {
  width: 100%;
  box-sizing: border-box;
  padding: 20px 24px;
  border-radius: 0;
  border: 1px solid rgb(218, 218, 218);
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  color: rgb(99, 110, 121);
  box-shadow: 0px 2px 2px 0px rgba(30, 49, 66, 0.0542);
}
.logo-print-feadback__rigth button {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  border: 2px solid #FFFFFF;
  background-color: #FFFFFF;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 231px;
  height: 62px;
  text-decoration: none;
  text-transform: uppercase;
}
@media (max-width: 570px) {
  .logo-print-feadback__rigth button {
    width: 100%;
  }
}
.logo-print-feadback__rigth .reviews-head-form-bottom__left {
  grid-column: 1/3;
}
@media (max-width: 570px) {
  .logo-print-feadback__rigth .reviews-head-form-bottom__left {
    grid-column: 1;
  }
}

.logo-print .reviews {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.reviews {
  box-sizing: border-box;
  padding-top: 80px;
  padding-bottom: 80px;
}
.reviews-head {
  display: flex;
  flex-direction: column;
}
.reviews-head-title {
  color: rgb(10, 16, 21);
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 32px;
}
@media (max-width: 1350px) {
  .reviews-head-title {
    margin-bottom: 18px;
  }
}
@media (max-width: 786px) {
  .reviews-head-title {
    margin-bottom: 16px;
  }
}
.reviews-head-desc {
  color: rgb(10, 16, 21);
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 32px;
}
@media (max-width: 1350px) {
  .reviews-head-desc {
    margin-bottom: 18px;
  }
}
@media (max-width: 786px) {
  .reviews-head-desc {
    margin-bottom: 16px;
  }
}
.reviews-head-form {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-bottom: 50px;
}
@media (max-width: 1350px) {
  .reviews-head-form {
    gap: 18px;
    margin-bottom: 30px;
  }
}
@media (max-width: 786px) {
  .reviews-head-form {
    gap: 16px;
    margin-bottom: 24px;
  }
}
.reviews-head-form input {
  width: 100%;
  box-sizing: border-box;
  padding: 20px 24px;
  border-radius: 0;
  border: 1px solid rgb(218, 218, 218);
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  color: rgb(99, 110, 121);
  box-shadow: 0px 2px 2px 0px rgba(30, 49, 66, 0.0542);
}
.reviews-head-form textarea {
  width: 100%;
  min-height: 144px;
  box-sizing: border-box;
  padding: 20px 24px;
  border-radius: 0;
  border: 1px solid rgb(218, 218, 218);
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  color: rgb(99, 110, 121);
  box-shadow: 0px 2px 2px 0px rgba(30, 49, 66, 0.0542);
  resize: none;
}
.reviews-head-form__head {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 25px;
}
@media (max-width: 786px) {
  .reviews-head-form__head {
    flex-direction: column;
    gap: 16px;
  }
}
.reviews-head-form-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
@media (max-width: 786px) {
  .reviews-head-form-bottom {
    flex-direction: column;
  }
}
.reviews-head-form-bottom__left .custom-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 23px;
  cursor: pointer;
  font-size: 13px;
  line-height: 18px;
  font-weight: 300;
  color: rgba(30, 49, 66, 0.4012);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.reviews-head-form-bottom__left .custom-checkbox input {
  display: none;
}
.reviews-head-form-bottom__left .custom-checkbox .checkmark {
  width: 20px;
  transform: translateY(10px);
  height: 20px;
  border: 2px solid #000;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border 0.2s ease;
  flex-shrink: 0;
  background-color: #FFFFFF;
}
@media (max-width: 1702px) {
  .reviews-head-form-bottom__left .custom-checkbox .checkmark {
    transform: translateY(0px);
  }
}
@media (max-width: 868px) {
  .reviews-head-form-bottom__left .custom-checkbox .checkmark {
    transform: translateY(10px);
  }
}
.reviews-head-form-bottom__left .custom-checkbox .checkmark .check-icon {
  display: none;
}
.reviews-head-form-bottom__left .custom-checkbox input:checked + .checkmark .check-icon {
  display: block;
}
.container-gray .reviews-head-form-bottom__left .custom-checkbox .text {
  color: rgb(10, 16, 21);
}
.reviews-head-form-bottom__left .custom-checkbox .text {
  line-height: 1.4;
  color: #FFFFFF;
}
.reviews-head-form-bottom__right {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 25px;
}
@media (max-width: 786px) {
  .reviews-head-form-bottom__right {
    flex-direction: column;
    gap: 16px;
  }
}
.reviews-head-form-bottom__right button {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  border: 2px solid rgb(196, 0, 12);
  background-color: transparent;
  color: rgb(10, 16, 21);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 231px;
  height: 59px;
}
.reviews-posts {
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
}
@media (max-width: 1350px) {
  .reviews-posts {
    margin-bottom: 30px;
  }
}
@media (max-width: 786px) {
  .reviews-posts {
    margin-bottom: 24px;
  }
}
.reviews-posts-title {
  color: rgb(10, 16, 21);
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 32px;
}
@media (max-width: 1350px) {
  .reviews-posts-title {
    margin-bottom: 18px;
  }
}
@media (max-width: 786px) {
  .reviews-posts-title {
    margin-bottom: 16px;
  }
}
.reviews-posts-boxes {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.reviews-posts-boxes .revElem {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 20px;
}
@media (max-width: 786px) {
  .reviews-posts-boxes .revElem {
    flex-direction: column;
    position: relative;
  }
}
.reviews-posts-boxes .revElem img {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 100px;
}
.reviews-posts-boxes .revElem-right {
  width: 100%;
  max-width: 1100px;
  display: flex;
  flex-direction: column;
  margin-left: auto;
  position: relative;
}
@media (max-width: 1702px) {
  .reviews-posts-boxes .revElem-right {
    max-width: 700px;
  }
}
@media (max-width: 1350px) {
  .reviews-posts-boxes .revElem-right {
    max-width: 100%;
    margin-left: 80px;
  }
}
@media (max-width: 786px) {
  .reviews-posts-boxes .revElem-right {
    margin-left: 0px;
    position: static;
  }
}
.reviews-posts-boxes .revElem-right h1,
.reviews-posts-boxes .revElem-right h2,
.reviews-posts-boxes .revElem-right h3,
.reviews-posts-boxes .revElem-right h4 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  color: rgb(10, 16, 21);
}
.reviews-posts-boxes .revElem-right p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  color: rgb(10, 16, 21);
}
.reviews-posts-boxes .revElem-right-stars {
  position: absolute;
  top: 0;
  right: 0;
}
.reviews-cards {
  display: flex;
  flex-direction: column;
}
.reviews-cards-title {
  color: rgb(10, 16, 21);
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 32px;
}
@media (max-width: 1350px) {
  .reviews-cards-title {
    margin-bottom: 18px;
  }
}
@media (max-width: 786px) {
  .reviews-cards-title {
    margin-bottom: 16px;
  }
}
.reviews-cards-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 1702px) {
  .reviews-cards-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 786px) {
  .reviews-cards-grid {
    grid-template-columns: 1fr;
  }
}
.reviews-cards-grid .rev-card {
  padding: 24px 24px 32px 24px;
  box-sizing: border-box;
  border-radius: 8px;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.reviews-cards-grid .rev-card img {
  width: 100%;
  height: 215px;
  -o-object-fit: cover;
     object-fit: cover;
}
.reviews-cards-grid .rev-card p {
  font-weight: 600;
  font-size: 16px;
  color: rgb(30, 40, 50);
}
.reviews .revLink {
  color: rgb(212, 15, 20);
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  margin-left: auto;
  margin-top: 50px;
}
@media (max-width: 786px) {
  .reviews .revLink {
    display: none;
  }
}

* {
  font-family: "Onest", sans-serif;
}

.span {
  background-color: red;
  padding: 20px;
  width: 100%;
  container-type: inline-size;
}
.span p {
  font-size: 22px;
}
@container (width >= 400px) {
  .span p {
    font-size: 42px;
  }
}

.container {
  padding-left: 240px;
  padding-right: 240px;
  box-sizing: border-box;
}
@media (max-width: 1350px) {
  .container {
    padding-left: 31px;
    padding-right: 31px;
  }
}
@media (max-width: 786px) {
  .container {
    padding-left: 17px;
    padding-right: 17px;
  }
}

.container-gray {
  background-color: #f7f9fa;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 50px;
}
@media (max-width: 1350px) {
  .breadcrumbs {
    margin-bottom: 30px;
  }
}
@media (max-width: 786px) {
  .breadcrumbs {
    margin-bottom: 24px;
  }
}
.breadcrumbs-prev {
  font-size: 13px;
  font-weight: 500;
  line-height: 12px;
  color: rgb(116, 125, 134);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
}
.breadcrumbs-icon {
  width: 4px;
  height: 6px;
  flex: 0 0 4px 6px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.breadcrumbs-last {
  font-size: 13px;
  font-weight: 500;
  line-height: 12px;
  color: rgb(10, 16, 21);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
}

.stars {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
.stars .star {
  width: 23px;
  height: 22px;
  cursor: pointer;
}
.stars .star path {
  fill: #fcc2c4;
  stroke: #c4000c;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: fill 0.2s;
}
.stars .star.active path {
  fill: #c4000c;
}

.logo-print.custom {
  padding-top: 0;
}
.simple_page .logo-print.custom h1 {
  margin-top: 0;
}
.logo-print.custom .reviews-posts {
  padding-bottom: 0;
  margin-bottom: 0;
}
footer.o-footer {
  margin-top: 0;
}

@media (max-width: 1702px) {
  .pogo-print-promt {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .pogo-print-promt__item {
    gap: 10px;
  }
  .pogo-print-promt__item svg {
    width: 130px;
    height: 130px;
  }
}

/* End */


/* Start:/local/templates/ov_30/components/bitrix/catalog/gifts/style.css?17846278492322*/
.grid{}
.grid .bx_content_section{
	margin-bottom: 15px;
}
.grid .bx_sidebar{
	margin-bottom: 15px;
}

/* grid2x1 */
.grid2x1{}
.grid2x1 .bx_content_section{
	float: left;
	width: 66%;
	margin-bottom: 15px;
}
.grid2x1 .bx_sidebar{
	float: right;
	width: 33%;
	margin-bottom: 15px;
	padding-left: 5%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (max-width:960px){
	.grid2x1 .bx_sidebar{
		padding-left: 4%;
	}
}
@media (max-width:640px) {
	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar{
		width: 100%;
		float: none;
	}
	.grid2x1 .bx_sidebar{
		padding-left: 3%;
	}
}
@media (max-width:479px){
	.grid2x1 .bx_sidebar{
		padding-left: 1%;
	}

}

.catalog-block-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}

body.bx-theme-blue .catalog-block-header{border-color:#006cc0;}
body.bx-theme-green .catalog-block-header{border-color:#63aa28;}
body.bx-theme-red .catalog-block-header{border-color:#da3737;}
body.bx-theme-yellow .catalog-block-header{border-color:#f4b236;}

.block-gradient {
	font-size: 16px;
	display: inline-block;
	padding: 10px 8px;
	color: #fff;
	background: linear-gradient(269.41deg, #FF3232 -0.4%, #9A0EC1 93.3%);
}

.main_wrapper > h1 {
	margin-top: 13px !important;
}

@media (max-width:425px) {
	.block-gradient {
		width: 100%;
		font-size: 13px;
		text-align: center;
	}
}

.gifts-desc {
	margin-top: 30px;
	font-size: 16px;
	font-weight: 300;
	line-height: 26px;
	color: #0A1015;
}

.gifts-desc td,
.gifts-desc th {
	padding: 12px 14px;
	vertical-align: top;
}

.gifts-tags {
	margin-top: 30px;
	display: flex;
	flex-flow: row wrap;
	gap: 20px;
}
.gifts-tags a {
	display: block;
	padding: 5px 20px;
	background-color: #DADADA;
	border-radius: 10px;
	font-size: 16px;
	font-weight: 300;
	line-height: 26px;
	color: #0A1015;
}
.gifts-tags a.selected {
	background-color: #B9B9B9;
}

/* Source: local/templates/ov_30/components/bitrix/catalog/gifts/element.php */
.bread-abs {
        left: 30px;
    }

/* Source: local/templates/ov_30/components/bitrix/catalog/gifts/section.php */
.logo-print-feadback {
		display: none;
	}
	@media (max-width: 480px) {
		#main-form {
			display: none;
		}
		.logo-print-feadback {
			display: block;
		}
	}

/* End */


/* Start:/local/templates/ov_30/components/bitrix/catalog.element/gift_detail/style.css?178462784959059*/
/* Sidebar */
.product-item-detail-info-section{padding:0 20px;}
/*@media (max-width: 767px){
	.product-item-detail-info-section{padding:0;}
}*/
@media (max-width: 992px){
	.product-item-detail-info-section{padding:0;}
}
.product-item-detail-info-container{
	/*outline:1px dashed #ff3c00;*/
	margin-bottom:20px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.product-item-detail-info-container-title{
	font-weight: bold;
	color: #000;
	font-size:13px;
	margin-bottom: 3px;
}

.product-item-detail-pay-block{
	border:1px solid #e4e4e4;
	padding:20px 20px 0;
	border-radius:3px;
	background-color: #fff;
	position: relative;
	margin-bottom: 15px;
}
.bx-retina .product-item-detail-pay-block{border-width:.5px;}


/*Compare*/
.product-item-detail-compare-container{
	font-size: 12px;
	padding: 4px 15px;
	border-top: 1px solid #e4e4e4;
	position: relative;
	margin: 0 -20px;
	background: #F3F3F3;
	line-height: 20px;
	vertical-align: middle;
	min-height: 30px;
	box-shadow: inset 0 1px 1px 0 #eee;
	/*box-shadow: 0 1px 1px 0 #eee;*/
	color: #4e4e4e;
}
.product-item-detail-compare .checkbox{
	margin: 0;
	padding:0;
}

/* Price */
.product-item-detail-price-current{
	font-size:30px;
	color: #D0021B;
	line-height:33px;
	font-weight: bold;
	white-space: nowrap;
	-webkit-transition: font-size 200ms ease;
	   -moz-transition: font-size 200ms ease;
		-ms-transition: font-size 200ms ease;
		 -o-transition: font-size 200ms ease;
			transition: font-size 200ms ease;
}
.product-item-detail-price-old{
	color: #BDBDBD;
	font-size:14px;
	line-height: 17px;
	font-weight: bold;
	white-space: nowrap;
	text-decoration: line-through;
}

/* SCU */
.product-item-scu-container{ padding: 0 0 2px;}
.product-item-scu-container-title{
	font-size:12px;
	color: #333;
}
.product-item-scu-block{}
.product-item-scu-list{margin: 0;}
.product-item-scu-item-list{
	list-style: none;
	padding: 0;
	overflow: hidden;
	margin: 0 0 0 -2px;
}
.product-item-scu-item-color-container,
.product-item-scu-item-text-container{
	/* float: left; */
	padding: 5px 3px;
	box-sizing: border-box;
	display: inline-block;
	max-width: 100%;
	vertical-align: middle;
}
.product-item-scu-item-text-container{min-width:48px;}
.product-item-scu-item-color-container{
	max-width:60px;
	width:25%;
}
.product-item-scu-item-color-block{
	position: relative;
	padding-top: 100%;
	cursor: pointer;
	outline: 1px solid #c0cfda;
}
.bx-no-touch .product-item-scu-item-color-block{
	transition: outline 200ms ease;
}
.bx-retina 	.product-item-scu-item-color-block{outline-width: .5px;}
.product-item-scu-item-color-container.selected .product-item-scu-item-color-block{outline-width: 2px;}
.bx-retina  .product-item-scu-item.selected .product-item-scu-item-color-block{outline-width: 1px;}

.product-item-scu-item-color{
	position: absolute;
	top:   2px;
	right: 2px;
	left:  2px;
	bottom:2px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.product-item-scu-item-text-block{
	position: relative;
	cursor: pointer;
	outline: 1px solid #c0cfda;
	padding: 0 5px;
}
.bx-no-touch .product-item-scu-item-text-block{
	transition: outline 300ms ease;
}
.bx-retina 	.product-item-scu-item-text-block {outline-width: .5px;}
.product-item-scu-item-text-container.selected .product-item-scu-item-text-block{outline-width: 2px;}
.bx-retina  .product-item-scu-item.selected .product-item-scu-item-text-block{outline-width: 1px;}
.product-item-scu-item-text{
	vertical-align: middle;
	text-align: center;
	font-size: 11px;
	line-height: 18px;
	white-space: nowrap;
	text-transform: uppercase;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 100%;
}

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block,
.product-item-scu-item-text-container.notallowed  .product-item-scu-item-text-block{
	position: relative;
	outline-color: #A9ADB4 !important;
	overflow: hidden;
}
.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block:after,
.product-item-scu-item-text-container.notallowed  .product-item-scu-item-text-block:after{
	position: absolute;
	top:   -2px;
	right: -2px;
	bottom:-2px;
	left:  -2px;
	content:"";
	background: rgba(255, 255, 255, 0.75) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDI2IDI2Ij4gIDxwYXRoIGZpbGw9IiNBOUFEQjQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE0LjM5MjEyNjgsMTMuMjMyMzAyOSBMMjUuOTkyLDEuNDE4IEwyNC42LDAgTDEyLjk5OTk5NTYsMTEuODE0NDM2NCBMMS40LDAgTDAuMDA5LDEuNDE5IEwxMS42MDc4Njg3LDEzLjIzMjI5NzUgTDAuNDczLDI0LjU3MyBMMS44NjUsMjUuOTkxIEwxMi45OTk5OTkzLDE0LjY1MDE2NDUgTDI0LjEzNCwyNS45OSBMMjUuNTI2LDI0LjU3MiBMMTQuMzkyMTI2OCwxMy4yMzIzMDI5IFoiLz48L3N2Zz4=) no-repeat center;
	background-size:80% 80%;
}

.product-item-selected-scu-container{word-spacing: 1px}
.product-item-selected-scu{
	display: inline-block;
	outline: 1px solid #c0cfda;
	vertical-align: middle;
	text-align: center;
	font-size: 11px;
	line-height: 22px;
	height:22px;
	min-width:22px;
	white-space: nowrap;
	text-transform: uppercase;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 0 5px;
}
.bx-retina .product-item-selected-scu {outline-width: .5px;}
.product-item-selected-scu-color{
	background-position: center;
	background-size:20px 20px;
	background-repeat:no-repeat;
}

/*Amount*/
.product-item-amount{
	text-align: center;
	padding:0 0 2px;
}
.product-item-amount-field-container{}

.product-item-amount-field-btn-plus,
.product-item-amount-field-btn-minus{
	height:22px;
	min-width:22px;
	display: inline-block;
	vertical-align: middle;
	background-color: #f2f2f2;
	color: #fff;
	text-align: center;
	border-radius:2px;
	cursor: pointer;
	position: relative;
	transition: background 300ms ease, opacity 300ms ease;
}
.bx-retina .product-item-amount-field-btn-plus,
.bx-retina .product-item-amount-field-btn-minus{ border-width:.5px;}
.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-minus:hover{background: #d3d3d3;}

.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-minus:after{
	position: absolute;
	top:   0;
	right: 0;
	bottom:0;
	left:  0;
	content:"";
	opacity:.8;
	transition: opacity 300ms ease, background 300ms ease;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:after{
	opacity:.3 !important;
	cursor: default;
}
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:hover {
	background-color: #f2f2f2;
}

.product-item-amount-field-btn-minus:after{
	position: absolute;
	top:   0;
	right: 0;
	bottom:0;
	left:  0;
	content:"";
	opacity:.8;
	transition: opacity 300ms ease;
}
.product-item-amount-field-btn-plus:after{
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxwYXRoIGZpbGw9IiM1MjVDNjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE4LDEyIEwxOCwwIEwxMiwwIEwxMiwxMiBMMCwxMiBMMCwxOCBMMTIsMTggTDEyLDMwIEwxOCwzMCBMMTgsMTggTDMwLDE4IEwzMCwxMiBMMTgsMTIgWiIvPjwvc3ZnPg==) no-repeat center;
	background-size:10px;
}
.product-item-amount-field-btn-minus:after{
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxyZWN0IHdpZHRoPSIzMCIgaGVpZ2h0PSI2IiB5PSIxMiIgZmlsbD0iIzUyNUM2OCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) no-repeat center;
	background-size:10px;
}
.product-item-amount-field-btn-plus:hover:after,
.product-item-amount-field-btn-minus:hover:after{opacity: 1;}

.product-item-amount-field{
	max-width:50px;
	width:auto;
	color: #000;
	font-weight: bold;
	display: inline-block;
	line-height:22px;
	vertical-align: middle;
	height:22px;
	padding: 0;
	font-size:19px;
	text-align: center;
	background: transparent !important;
	border: 1px solid transparent;
	border-radius:2px;
	transition: border 300ms ease;
}
.bx-retina .product-item-amount-field{ border-width:.5px;}
.product-item-amount-field:focus{outline: none !important;}
.bx-no-touch input.product-item-amount-field::-webkit-outer-spin-button,
.bx-no-touch input.product-item-amount-field::-webkit-inner-spin-button{
	-webkit-appearance: none;
	margin: 0
}
.product-item-amount-description-container{
	color: #a5a5a5;
	font-size: 12px;
	white-space: nowrap;
}
.product-item-amount-description-container strong{
	color: #333;
	white-space: nowrap;
}
.product-item-amount-label-container{
	font-weight: bold;
	color: #a5a5a5;
	font-size: 12px;
	margin: 5px 0;
}

/**/
.product-item-quantity{
	color: #333;
	font-size: 12px;
	font-weight: normal;
}


/*Buy button*/
.btn.product-item-detail-buy-button{
	width:100%;
	max-width: 250px;
	display: block;
	font-weight: 800;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:12px;
	height:50px;
	text-transform: uppercase;
	position: relative;
	margin: 0 auto 20px;
}
.product-item-detail-short-card-btn .btn.product-item-detail-buy-button{ margin: 0;}
.btn.product-item-detail-buy-button span{
	line-height:16px;
	display: inline-block;
	min-height:16px;
	position: absolute;
	top:   50%;
	right: 0;
	left:  0;
	max-width: 100%;
	white-space: normal;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		 -o-transform: translateY(-50%);
			transform: translateY(-50%);
}
.btn-link.product-item-detail-buy-button{height:25px;}

/* Slider */
.product-item-detail-slider-container{
	max-width: 100%;
	position: relative;
	background:transparent;
	-webkit-transition: background 800ms ease;
	   -moz-transition: background 800ms ease;
		-ms-transition: background 800ms ease;
		 -o-transition: background 800ms ease;
			transition: background 800ms ease;
}
.product-item-detail-slider-block{
	position: relative;
	box-sizing: border-box;
	padding-top: 74.25%;
	height: 0;
}
.product-item-detail-slider-block.product-item-detail-slider-block-square{
	padding-top: 100%;
}
.product-item-detail-slider-images-container{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.product-item-detail-slider-image{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	opacity: 0;
	-webkit-transition: opacity 250ms linear;
	-moz-transition: opacity 250ms linear;
	-ms-transition: opacity 250ms linear;
	-o-transition: opacity 250ms linear;
	transition: opacity 250ms linear;
	/* border: 1px solid black; */
}
.product-item-detail-slider-image.active{
	opacity: 1;
	z-index:10;
}
.product-item-detail-slider-image img{
	/* -webkit-transform: translateY(-50%) translateX(-50%); */
	/* -moz-transform: translateY(-50%) translateX(-50%); */
	/* -ms-transform: translateY(-50%) translateX(-50%); */
	/* -o-transform: translateY(-50%) translateX(-50%); */
	/* transform: translateY(-50%) translateX(-50%); */
	-webkit-transition: background-size 450ms ease, width 450ms ease, height 450ms ease, outline 450ms ease;
	-moz-transition: background-size 450ms ease, width 450ms ease, height 450ms ease, outline 450ms ease;
	-ms-transition: background-size 450ms ease, width 450ms ease, height 450ms ease, outline 450ms ease;
	-o-transition: background-size 450ms ease, width 450ms ease, height 450ms ease, outline 450ms ease;
	transition: background-size 450ms ease, width 450ms ease, height 450ms ease, outline 450ms ease;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 0%;
	left: 0;
	height:auto;
	width: 100%;
	max-height: 100%;
	max-width:100%;
	outline: 1px solid transparent;
}
.product-item-detail-slider-progress-bar{
	height: 3px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index:180;
}

/*Slider Controls*/
.product-item-detail-slider-controls-block{
	padding: 10px 0;
	text-align: center;
}
.product-item-detail-slider-controls-image{
	/* width: 65px; */
	/* height:65px; */
	background-color: #fff;
	position: relative;
	text-align: center;
	display: inline-block;
	/* outline: 1px solid #c0cfda; */
	cursor: pointer;
	overflow: hidden;
}

.new-product-slider-preview.product-video:after {
	content: "";
	width: 100%;
	height: 100%;
	background-color: #000;
	position: absolute;
	opacity: .5;
	z-index: 1;
}

.new-product-slider-preview.product-video {
	display: flex;
	align-items: center;
	justify-content: center;
}

.new-product-slider-preview.product-video .play-icon svg {
    display: none;
}

.new-product-slider-preview.product-video .play-icon {
	width: 44px;
	min-width: 44px;
	height: 44px;
	/* background-color: #c4000c; */
    background-image: url("/upload/icons/vk-play.png");
    background-size: contain;
    background-repeat: no-repeat;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media screen and (max-width: 640px) {
	.new-product-slider-preview.product-video .play-icon {
		width: 20px;
		min-width: 20px;
		height: 20px;
	}
}

.slider-modal-wrapper .new-product-slider-preview.product-video .play-icon {
	width: 25px;
	min-width: 25px;
	height: 25px;
}

.slider-modal-wrapper .new-product-slider-preview.product-video .play-icon svg{
	width: 10px;
	margin-left: 1px;
}

.new-product-slider-preview.product-video .play-icon svg {
	margin-left: 4px;
}

@media screen and (max-width: 640px) {
	.new-product-slider-preview.product-video .play-icon svg {
		width: 10px;
		margin-left: 1px;
	}
}

.bx-retina 	  .product-item-detail-slider-controls-image{outline-width: .5px;}
.bx-no-retina .product-item-detail-slider-controls-image.active{outline-width:2px;}
.bx-retina 	  .product-item-detail-slider-controls-image.active{outline-width:1px;}

.product-item-detail-slider-controls-image img{
	/* max-width: 65px; */
	max-height: 102px;
	/* height: auto; */
	/* width: auto; */
	/* -webkit-transform: translateY(-50%) translateX(-50%); */
	/* -moz-transform: translateY(-50%) translateX(-50%); */
	/* -ms-transform: translateY(-50%) translateX(-50%); */
	/* -o-transform: translateY(-50%) translateX(-50%); */
	/* transform: translateY(-50%) translateX(-50%); */
	/* position: absolute; */
	/* top:  50%; */
	/* left: 50%; */
}

.product-item-detail-slider-left,
.product-item-detail-slider-right{
	display: block;
	position: absolute;
	cursor: pointer;
	-webkit-transition: all 300ms ease;
	   -moz-transition: all 300ms ease;
		-ms-transition: all 300ms ease;
		 -o-transition: all 300ms ease;
			transition: all 300ms ease;
	opacity: .57;
	background: rgba(255,255,255,0) url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2230%22%20viewBox%3D%220%200%2016%2030%22%3E%3Cpolygon%20fill%3D%22%23000000%22%20fill-rule%3D%22evenodd%22%20points%3D%2216%2050%202%2036%2016%2022%2015%2021%201%2035%200%2036%201%2037%2015%2051%22%20transform%3D%22translate(0%20-21)%22%2F%3E%3C%2Fsvg%3E') no-repeat center;
	z-index:111;
	top: 0;
	bottom: 0;
	width:25%;
}
.product-item-detail-slider-left{left:0;}
.product-item-detail-slider-right{
	right:0;
	-webkit-transform: rotate(180deg);
	   -moz-transform: rotate(180deg);
		 -o-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
			transform: rotate(180deg);
}
.product-item-detail-slider-left:hover,
.product-item-detail-slider-right:hover{ 
	opacity:.8;
	background-color: rgba(255,255,255,.4);
}

.product-item-detail-slider-close{ display: none;}
.product-item-detail-slider-container.popup .product-item-detail-slider-close{
	width:50px;
	height: 50px;
	right:110px;
	top:4px;
	opacity: .27;
	background: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpolygon%20fill%3D%22%23000000%22%20fill-rule%3D%22evenodd%22%20points%3D%2216%2015.1%208.944%208%2016%201%2015.006%200%208.05%207%20.994%200%200%201%207.056%208%200%2015.1%20.994%2016%208.05%209%2015.006%2016%22%2F%3E%3C%2Fsvg%3E') no-repeat center;
	-webkit-transition: all 300ms ease;
	   -moz-transition: all 300ms ease;
		-ms-transition: all 300ms ease;
		 -o-transition: all 300ms ease;
			transition: all 300ms ease;
	bottom: 0;
	display: block;
	position: absolute;
	cursor: pointer;
	z-index:150;
}
.product-item-detail-slider-container.popup .product-item-detail-slider-close:hover{ opacity:1;}

.product-item-detail-slider-container.popup .product-item-detail-slider-right{right:105px;}

/*magnified*/
.product-item-detail-slider-container.magnified .product-item-detail-slider-image{ z-index:100;}
.product-item-detail-slider-container.magnified .product-item-detail-slider-image img {outline-color:#ddd;}
.product-item-detail-slider-container.magnified .product-item-detail-slider-left,
.product-item-detail-slider-container.magnified .product-item-detail-slider-right{z-index:50;}
.product-item-detail-slider-container.magnified .product-item-label-text,
.product-item-detail-slider-container.magnified .product-item-label-ring{opacity: 0;}


/*	>>>	popup*/
.product-item-detail-slider-container.popup{
	position: fixed;
	top:   0;
	left:  0;
	right: 0;
	bottom:0;
	background: #fff;
	z-index: 999999;
	animation-name: imgPopupShow;
	animation-duration: 300ms;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-images-container{ right: 105px;}
.product-item-detail-slider-container.popup .product-item-detail-slider-block{
	height:100vh;
	padding-top:0;
}
.product-item-detail-slider-container.popup .product-item-detail-slider-image{
	max-height: 100vh;
	position: absolute;
	top: 50%;
	width:calc(100% - 150px);
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	   -moz-transform: translateY(-50%) translateX(-50%);
		-ms-transform: translateY(-50%) translateX(-50%);
		 -o-transform: translateY(-50%) translateX(-50%);
			transform: translateY(-50%) translateX(-50%);
}
@keyframes imgPopupShow {
	from { opacity: 0;}
	to   { opacity: 1;}
}

.product-item-detail-slider-container.popup .product-item-detail-slider-image img{
	width:auto;
	max-width: 100%;
	cursor: default;
	max-height: 90vh
}
.product-item-detail-slider-container.popup .product-item-detail-slider-controls-block{
	border-left:1px solid #d3d3d3;
	background-color: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	padding:20px;
	overflow-y: auto;
}
.product-item-detail-slider-container.popup .product-item-detail-slider-controls-image{
	display: block;
	margin-bottom:20px;
}



/* Slider Mobile*/
@media (max-width: 767px){
	.product-item-detail-slider-container.popup .product-item-detail-slider-images-container{ right: 0;}
	.product-item-detail-slider-container.popup .product-item-detail-slider-block{
		height:calc(100vh - 111px);
		padding-top:0;
	}

	.product-item-detail-slider-container.popup .product-item-detail-slider-image{
		width:90%;
	}

	.product-item-detail-slider-container.popup .product-item-detail-slider-image img{
		width:auto;
		max-width: 100%;
		cursor: default;
		max-height:calc(100vh - 115px);
	}
	.product-item-detail-slider-container.popup .product-item-detail-slider-controls-block{
		border-left:none;
		border-top:1px solid #d3d3d3;
		position: absolute;
		top: auto;
		right: 0;
		bottom: 0;
		left: 0;
		max-height:111px;
		overflow-x: auto;
		white-space: nowrap;
	}
	.product-item-detail-slider-container.popup .product-item-detail-slider-controls-image{
		display: inline-block;
		margin-bottom:0;
	}
	.product-item-detail-slider-container.popup .product-item-detail-slider-close{
		right:10px;
		z-index:200;
	}

	.product-item-detail-slider-left,
	.product-item-detail-slider-right{max-width:75px;}
	.product-item-detail-slider-container.popup .product-item-detail-slider-right {right: 0;}

}

/*Label*/
.product-item-label-text,
.product-item-label-ring{
	position: absolute;
	z-index:190;
	opacity: 1;
	-webkit-transition: opacity 450ms ease;
  	   -moz-transition: opacity 450ms ease;
		-ms-transition: opacity 450ms ease;
		 -o-transition: opacity 450ms ease;
			transition: opacity 450ms ease;
}
.product-item-label-text span,
.product-item-label-ring{
	margin-bottom: 2px;
	color: #fff;
	display: inline-block;
	clear: both;
	background: #F42C2C;
	text-align: center;
	vertical-align: middle;
	-webkit-transition: all 250ms ease;
	   -moz-transition: all 250ms ease;
		-ms-transition: all 250ms ease;
		 -o-transition: all 250ms ease;
			transition: all 250ms ease;
}
.bx-red .product-item-label-text span,
.bx-red .product-item-label-ring{background-color: #fba90c;}
.product-item-label-text > div,
.product-item-label-ring > div{ line-height: 0;}

.product-item-detail-slider-container.popup .product-item-label-text,
.product-item-detail-slider-container.popup .product-item-label-ring{ display: none;}

/* TEXT */
.product-item-label-text span{
	padding:2px 5px;
	font-weight: bold;
	vertical-align: middle;
}
.product-item-label-text.product-item-label-small span{
	line-height: 14px;
	font-size: 13px;
	padding: 2px 7px;
	margin-bottom:1px;
	font-weight: normal;
}
.product-item-label-text.product-item-label-big span{
	line-height: 17px;
	font-size: 13px;
	padding: 4px 10px;
}

@media (max-width: 767px){
	.product-item-label-text>div{ line-height: 0;}

	.product-item-label-text.product-item-label-small span,
	.product-item-scalable-card.hover .product-item-label-text.product-item-label-small span{
		line-height: 14px;
		font-size: 10px;
		padding: 2px 7px;
		margin-bottom:1px;
	}
	.product-item-big-card .product-item-label-text.product-item-label-small span,
	.product-item-label-text.product-item-label-big span,
	.product-item-scalable-card.hover .product-item-label-text.product-item-label-big span{
		margin-bottom:1px;
		line-height: 16px;
		font-size: 14px;
		padding: 3px 12px;
	}
	.product-item-big-card .product-item-label-text.product-item-label-big span{
		line-height: 25px;
		font-size: 20px;
		padding: 3px 12px;
	}
}

/*RING*/
.product-item-label-ring{
	border-radius:50%;
	font-weight: bold;
	box-sizing: border-box;
}
.product-item-label-ring.product-item-label-small{
	width: 40px;
	height:40px;
	line-height: 40px;
	font-size: 14px;
}
.product-item-label-ring.product-item-label-big{
	width: 50px;
	height:50px;
	line-height: 50px;
	font-size: 18px;
}

@media (max-width: 767px){
	.product-item-label-ring.product-item-label-small,
	.product-item-scalable-card.hover .product-item-label-ring.product-item-label-small{
		width: 20px;
		height:20px;
		line-height: 20px;
		font-size: 13px;
	}
	.product-item-big-card .product-item-label-ring.product-item-label-small,
	.product-item-label-ring.product-item-label-big,
	.product-item-scalable-card.hover .product-item-label-ring.product-item-label-big{
		width: 35px;
		height:35px;
		line-height: 35px;
		font-size: 12px;
	}
	.product-item-big-card .product-item-label-ring.product-item-label-big{
		width: 70px;
		height:70px;
		line-height: 70px;
		font-size:24px;
	}
}

.product-item-label-top   { top:   -5px;}
.product-item-label-center{ left:  50%;
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		 -o-transform: translateX(-50%);
			transform: translateX(-50%);
}
.product-item-label-center>div{ text-align: center;}
.product-item-label-left  { left:  -5px;}
.product-item-label-left>div{ text-align: left;}
.product-item-label-bottom{ bottom:-5px;}
.product-item-label-middle{ top:   50%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		 -o-transform: translateY(-50%);
			transform: translateY(-50%);
}
.product-item-label-right { right: -5px;}
.product-item-label-right>div{ text-align: right;}
.product-item-label-center.product-item-label-middle{
	-webkit-transform: translateY(-50%) translateX(-50%);
	   -moz-transform: translateY(-50%) translateX(-50%);
		-ms-transform: translateY(-50%) translateX(-50%);
		 -o-transform: translateY(-50%) translateX(-50%);
			transform: translateY(-50%) translateX(-50%);
}

/* Tabs */
.product-item-detail-tabs-container{
	min-height:60px;
	background: #fff;
	border-bottom:1px solid #ededed;
}
.product-item-detail-tabs-list{
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
}
.product-item-detail-tabs-list:after{
	content:"";
	clear: both;
	display: table;
}
.product-item-detail-tab{
	float: left;
	min-height:60px;
}

.product-item-detail-tab-link{
	height: 60px;
	display: inline-block;
	position: relative;
	box-sizing: border-box;
	padding:10px 25px;
	-ms-text-overflow: ellipsis;
		text-overflow: ellipsis;
	line-height:45px;
	font-weight: bold;
	font-size:13px;
	text-transform: uppercase;
	color: #039BE5;
	vertical-align: middle;
	-webkit-transition: all 250ms ease;
	   -moz-transition: all 250ms ease;
		-ms-transition: all 250ms ease;
		 -o-transition: all 250ms ease;
			transition: all 250ms ease;
}
.product-item-detail-tab-link:hover,
.product-item-detail-tab.active .product-item-detail-tab-link{color: #000;}

.product-item-detail-tab-link:after{
	content:"";
	height: 0;
	position: absolute;
	left:  0;
	right: 0;
	bottom:0;
	background: #1485CE;
	-webkit-transition: all 250ms ease;
	   -moz-transition: all 250ms ease;
		-ms-transition: all 250ms ease;
		 -o-transition: all 250ms ease;
			transition: all 250ms ease;
}
.product-item-detail-tab-link:hover:after,
.product-item-detail-tab.active .product-item-detail-tab-link:after{height: 3px;}
.product-item-detail-tab-link:active:after{height: 6px;}

.product-item-detail-tab-content{padding:25px 0;}
@media (max-width: 991px){
	.product-item-detail-tabs-container{ display: none !important;}
	.product-item-detail-tab-content{ display: block !important;}
}
/*Tab fixed*/
.product-item-detail-tabs-container-fixed{
	position: fixed;
	top:-100px;
	left: 0;
	right: 0;
	z-index:1000;
	background-color: #fff;
	box-shadow: 0 4px 14px 0 rgba(32,54,74,.23);
	-webkit-transition: top 350ms linear;
	   -moz-transition: top 350ms linear;
		-ms-transition: top 350ms linear;
		 -o-transition: top 350ms linear;
			transition: top 350ms linear;
}

.product-item-detail-tabs-container-fixed{
	min-height:45px;
	background: #fff;
}
.product-item-detail-tabs-container-fixed.active{
	opacity: 1;
	top:0;
}
.product-item-detail-tabs-container-fixed .product-item-detail-tabs-list{
	max-width:1048px;
	margin: 0 auto;
}
.product-item-detail-tabs-container-fixed .product-item-detail-tab{min-height:45px;}
.product-item-detail-tabs-container-fixed .product-item-detail-tab-link{
	height: 45px;
	padding:10px 25px;
	line-height:25px;
}
.bx-touch .product-item-detail-tabs-container-fixed{ display: none !important;}

/*Small Card*/
.product-item-detail-short-card-fixed{
	position: fixed;
	top:-85px;
	left: 0;
	right: 0;
	z-index:1010;
	background-color: #fff;
	box-shadow: 0 4px 14px 0 rgba(32,54,74,.23);
	-webkit-transition: top 220ms linear;
  	   -moz-transition: top 220ms linear;
		-ms-transition: top 220ms linear;
		 -o-transition: top 220ms linear;
			transition: top 220ms linear;
	height:85px;
	box-sizing: border-box;
	padding:7px 0 8px;
}
.product-item-detail-short-card-fixed.active{
	opacity: 1;
	top:0;
}
.product-item-detail-short-card-fixed.active + .product-item-detail-tabs-container-fixed.active{
	top:85px;
}
.bx-touch .product-item-detail-short-card-fixed{ display: none !important;}

.product-item-detail-short-card-fixed .product-item-detail-short-card-content-container{
	max-width:1048px;
	margin: 0 auto;
}
.product-item-detail-short-card-content-container table{
	border-collapse: collapse;
	min-width:100%;
}

.product-item-detail-short-card-image{
	vertical-align: middle;
	text-align: left;
	width:80px;
	padding-right:15px;
}
.product-item-detail-short-card-image img{
	height: 65px;
	max-width: none;
}
.product-item-detail-short-title-container{
	max-width: 650px
}

.product-item-detail-short-title-text{
	display: block;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:16px;
	color: #000;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.product-item-detail-short-card-price{
	text-align: right;
	vertical-align: middle;
	padding:0 10px;
}
.product-item-detail-short-card-btn{
	padding-left:10px;
	min-width:120px;
}

/*Properties */
.product-item-detail-tab-content{ display: none;}
.product-item-detail-tab-content.active{display: block;}

.product-item-detail-tab-content h3{
	font-size:14px;
	font-weight: bold;
	margin-bottom:10px;
}
.product-item-detail-properties{
	color: #a5a5a5;
	font-size: 12px;
	margin: 0;
	display: block;
	overflow: hidden;
	max-width:560px;
}
.product-item-detail-properties dl{
	clear: both;
}
.product-item-detail-properties dt{
	clear: both;
	float: left;
	font-weight: normal;
}
.product-item-detail-properties dd{
	margin-bottom:3px;
	float: right;
	margin-left:5px;
	color: #000;
}



.catalogue_section._detail {
	overflow-x: hidden;
	display: block!important;
}
.rating__stars-wrapper {
	display: flex;
	align-items: center;
    flex-wrap: wrap;
}
.rating__stars {
	display: flex;
}

.rating__stars, .rating__stars-fill {
	background-size: 21px;
	background-repeat: repeat-x;
	background-position: left;
}
.rating__stars {
	background-image: url("/local/templates/ov_30/components/bitrix/catalog.element/gift_detail/images/star.svg");
	width: 105px;
	height: 21px;
}
.rating__stars-inner {
	height: 100%;
}
.rating__stars-fill {
	background-image: url("/local/templates/ov_30/components/bitrix/catalog.element/gift_detail/images/active-star.svg");
	height: 100%;
}

.rating__counts a {
	margin-right: 24px;
	font-size: 16px;
	line-height: 26px;
	/* color: #C4000C; */
	color: #747d86;
}
.rating__stars {
    margin-right: 24px;
}

@media (max-width:385px) {
    .rating__counts a, .rating__stars {
        margin-right: 15px;
    }
}
@media (max-width:368px) {
    .rating__counts a, .rating__stars {
        margin-right: 7px;
    }
}
.csdc_description > p {
	line-height: 26px;
	font-weight: 400!important;
}

.csdc_description > h1 {
	margin-bottom: 5px;
}

.recommended-wrapper {
	margin-top: 18px;
	padding-top: 24px;
	/* border-top: 1px solid #D2D6D9; */
}
.recommended {
	margin-bottom: 64px;
}

.recommended .h2 {
	color: #000;
	font-weight: 600;
	font-size: 28px;
	line-height: 36px;
	margin: 0;
}

.recommended__list {
	display: flex;
	margin-top: 30px;
}
.recommended__list > a {
	display: flex;
	flex-direction: column;
	width: 23%;
	min-width: 330px;
	padding: 24px;
	transition: box-shadow 0.3s 0s ease-out;
}
.recommended__list > a:not(:last-child) {
	margin-right: 20px;
}
.recommended__list > a:hover {
	background: #ffffff;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
}
.recommended__list > a .img-wrapper {
	height: 215px;
	overflow: hidden;
}
.recommended__list > a .img-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.recommended__list > a .name {
	margin: 24px 0 8px;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	color: #1E2832;
}
.recommended__list > a:hover .name {
	color: #E6000F;
}
.recommended__list > a .description {
	margin: 0;
	color: #0A1015;
	font-weight: 300;
	font-size: 14px;
	line-height: 20px;
}
.recommended__list > a .count {
	/* margin: 16px 0; */
    margin-top: 16px;
    margin-bottom: 0;
	font-weight: 400;
	font-size: 12px;
	line-height: 13px;
	color: #636E79;
}
.recommended__list > a .price {
	margin: 0;
    margin-top: 16px;
	font-weight: 900;
	font-size: 24px;
	line-height: 25px;
	color: #0A1015;
}

@media (max-width: 1400px) {
	.recommended__list {
		overflow-x: auto;
		margin: 18px -30px 0 -20px;
		padding: 30px 20px;
	}
	.recommended__list > a:not(:last-child) {
		margin-right: 31px;
	}
	.recommended__list::-webkit-scrollbar {
		overflow: hidden;
	}
}

@media (max-width: 1200px) {
	.recommended__list > a {
		padding: 12px;
	}
	.recommended__list > a:not(:last-child) {
		margin-right: 21px;
	}
}

@media (max-width: 960px) {
	.recommended__list {
		padding: 32px 20px;
		margin: 0 -30px 0 -20px;
	}
}
html {
	scroll-behavior: smooth;
}
.reviews-wrapper {
	background: #F7F9FA;
	padding: 32px 0 72px;
}
.reviews {
	/* max-width: 1400px;
	margin: 0 auto; */
	display: flex;
}
.reviews-heading {
	min-width: 369px;
}
.reviews-heading .h2 {
	font-weight: 600;
	font-size: 28px;
	line-height: 36px;
	color: #000;
	margin-top: 0;
	margin-bottom: 81px;
}
.reviews .btn {
	margin: 0;
	padding: 20px 52px;
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	color: #0A1015;
	border: 2px solid #C4000C;
	background: inherit;
	cursor: pointer;
	transition: all 0.3s ease;
}
.reviews .btn:hover {
	background: #C4000C;
	color: #fff;
}
.reviews-list {
	display: flex;
	flex-direction: column;
	margin-top: 117px;
}
.reviews-item {
	display: flex;
	margin-bottom: 72px;
}
.reviews-item__title {
	text-align: right;
	min-width: 339px;
	max-width: 339px;
	margin-right: 30px;
}
.reviews-item__title p {
	line-height: 26px;
}
.reviews-item__title p:first-child {
	color: #000;
	font-weight: 600;
	margin: 0 0 16px;
}
.reviews-item__title p:last-child {
	color: #636E79;
	margin: 0;
}
.reviews-item__content p {
	color: #000;
}
.reviews-item__content p:first-child {
	margin: 0;
}
.reviews .btn.reviews-all {
	padding: 9px 42px;
	font-size: 12px;
	line-height: 20px;
	font-weight: 600;
	margin-left: 270px;
}

@media (max-width: 1367px) {
	.reviews {
		flex-direction: column;
	}
	.reviews-heading {
		display: flex;
	}
	.reviews-heading h2 {
		margin-right: 113px;
		margin-bottom: 0;
	}
	.reviews-list {
		margin-top: 64px;
	}
	.reviews-item__title {
		margin-right: 45px;
	}
	.reviews .btn.reviews-all {
		margin-left: 360px;
	}
}

@media (max-width: 992px) {
	.reviews-heading h2 {
		margin-right: 57px;
	}
	.reviews-item__title {
		min-width: 287px;
		margin-right: 25px;
	}
	.reviews .btn.reviews-all {
		margin-left: 312px;
	}
}

@media (max-width: 768px) {
	.reviews-heading h2 {
		width: 246px;
	}
	.reviews-item__title {
		min-width: 246px;
		margin-right: 30px;
	}
	.reviews .btn.reviews-all {
		margin-left: 276px;
	}
}

@media (max-width: 600px) {
	.reviews-heading {
		display: block;
	}
	.reviews-heading h2 {
		width: 100%;
		margin-bottom: 64px;
	}
	.reviews-item {
		flex-direction: column;
		margin-bottom: 64px;
	}
	.reviews-item__title {
		margin-right: 0;
		margin-bottom: 16px;
		text-align: left;
	}
	.reviews .btn.reviews-all {
		margin-left: 0;
		width: 100%;
	}
}

.popup-wrapper {
	position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000000;

  visibility: hidden;
  opacity: 0;
  transition: opacity 0.1s ease-out, visibility 0.1s ease-out;
}
.popup-wrapper .popup {
    top: 100px;
	position: absolute;
  width: 505px;
  height: calc(100% - 100px);
  right: 0;
  padding: 32px;
  display: flex;
  flex-direction: column;
	background: #EBEEF0;
	box-shadow: 0px 0px 100px rgba(10, 16, 21, 0.8);
  transform: translateX(100%);
  transition: transform 0.3s ease-out;
	overflow: auto;
}

.popup-wrapper__expanded {
  visibility: visible;
  opacity: 1;
}
.popup-wrapper__expanded .popup {
	transform: translateX(0);
}
.popup__header {
	position: relative;
}
.popup__header h2 {
	font-weight: 600;
	font-size: 24px;
	line-height: 36px;
	color: #0A1015;
	margin: 0;
}
.popup__close {
	position: absolute;
	height: 32px;
	width: 32px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	cursor: pointer;
	right: 0;
	top: 0;
}
.popup__close::before, .popup__close::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	background-color: #000;
}
.popup__close::before {
	transform: rotate(45deg);
}
.popup__close::after {
	transform: rotate(-45deg);
}
.popup__content {
	padding-top: 48px;
}
.popup__content .of_row {
	margin-bottom: 24px;
}
.popup__content .of_row input {
	padding: 20px 24px;
}
.popup__content .error:before {
	top: -10px;
}
.popup__content p {
	font-weight: 300;
	font-size: 13px;
	line-height: 18px;
	color: #1E2832;
	margin: 0 0 24px;
}
.popup__content .btn {
	background: #C4000C;
	color: #fff;
	width: 230px;
	height: 60px;
	border: none;
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	cursor: pointer;
	transition: all 0.3s ease;
	border-radius: 0;
	-webkit-appearance: none;
}
.popup__content .btn:hover {
	background: #e6000f;
}
.popup__content .feedback {
	display: none;
}
.popup__content .feedback h2 {
	font-weight: 600;
	font-size: 28px;
	line-height: 36px;
	color: #1E2832;
	margin-top: 0;
	margin-bottom: 34px;
}
.popup__content .feedback p {
	font-size: 16px;
	line-height: 26px;
	color: #0A1015;
}
@media (max-width: 600px) {
	.popup-wrapper .popup {
        top: 50px;
        height: calc(100% - 50px);
		width: 100%;
		padding: 32px 17px;
	}
}


.product-item-detail-slider-images-container-actions {
	z-index: 120;
	/*display: flex;*/
	/*align-items: center;*/
	/*justify-content: space-between;*/
	top: calc( 50% - 35px );
	opacity: 0;
	transition: .3s ease;
	/*position: absolute;*/
	/*width: 100%;*/
}

@media screen and (max-width: 960px) {
	.product-item-detail-slider-images-container-actions {
		display: none;
		z-index: -1;
	}
}

[data-entity="slider-wrapper"]:hover .product-item-detail-slider-images-container-actions {
	opacity: 1;
}

.product-item-detail-slider-images-container-actions button:first-child,
.product-item-detail-slider-images-container-actions button:last-child {
	width: 50px;
	height: 70px;
	background-color: rgba(0,0,0, .2);
	cursor: pointer;
	outline: none;
	border: none;
	position: absolute;
}

.product-item-detail-slider-images-container-actions button:first-child {
	left: 0;
}

.product-item-detail-slider-images-container-actions button:nth-child(2) {
	left: calc(50% - 48px);
	top: -8px;
	position: absolute;
}

.product-item-detail-slider-images-container-actions button:last-child {
	right: 0;
}

.product-item-detail-slider-images-container-actions button svg{
	margin-top: 3px;
}

.product-item-detail-slider-images-container-actions button:nth-child(2) {
	width: 96px;
	height: 96px;
	background-color: rgba(0,0,0, .2);
	border-radius: 50%;
	cursor: pointer;
	outline: none;
	border: none;
}

.product-item-detail-slider-images-container-actions button {
	transition: .3s ease;
}

.product-item-detail-slider-images-container-actions button:hover {
	background-color: rgba(0,0,0, .4);
}

.slider-modal {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #fff;

	top: 0;
	left: 0;
	z-index: -1;

	opacity: 0;
	transition: .3s ease;
	padding: 45px 0 45px 15px;
	overflow: auto;
}

.slider-modal.open {
	opacity: 1;
	z-index: 20000;
	display: flex;
	align-items: center;
	padding-right: 50px;
}

.slider-modal svg.close-button path{
	stroke: #0A1015;
	transition: .3s ease;
}

.slider-modal svg.close-button:hover path{
	stroke: #C4000C;
}

.slider-modal aside.product-item-detail-slider-controls-block span {
	flex-basis: auto;
}

.slider-modal-wrapper {
	max-width: 1450px;
	width: auto;
	margin: 0 auto;
	position: relative;
	height: calc(100vh - 90px);
}

.slider-modal-wrapper svg.close-button {
	position: absolute;
	right: -40px;
	top: 0;
	z-index: 22222;
	cursor: pointer;
}

.slider-modal-wrapper .product-item-detail-slider-container {
	display: flex;
	width: 100%;
}

.slider-modal-wrapper .new-product-slider-previews-wrapper {
	display: block;
}

.slider-modal-wrapper .product-item-detail-slider-container .product-item-detail-slider-block {
	width: 1400px;
	order: 2;

	padding-top: 60%;
}

.slider-modal-wrapper aside.product-item-detail-slider-controls-block {
	display: flex;
	flex-direction: column;
	margin-top: 0;

	height: 80vh;
}

.slider-modal-wrapper aside.product-item-detail-slider-controls-block span {
	width: 10vh;
}

.slider-modal-wrapper [data-entity="slider-wrapper"] {
	width: 100%;
	order: 1;
}

.slider-modal-wrapper [data-entity="slider-dots"] {
	display: block;
	width: 93px;
}

@media screen and (max-width: 1200px){
	.slider-modal-wrapper [data-entity="slider-dots"] {
		width: 73px;
	}
}

.slider-modal-wrapper .new-product-slider-previews-wrapper div,
.slider-modal-wrapper .new-product-slider-previews-wrapper div.active {
	max-width: 100%;
}

.slider-modal-wrapper #newDetailSlider {
	display: flex;
}


.slider-modal-wrapper .new-product-slider-previews-wrapper {
	margin: -13px 20px -13px -13px;
}

body.overflow-hidden {
	overflow: hidden !important;
}

.slider-full-image.opened {
	display: none;
}

.new-images-slider-image-wrapper {
	height: 475px;
}

@media screen and (max-width: 640px) {
	.new-images-slider-image-wrapper {
		height: 70vw;
		max-height: 475px;
	}
}

.new-images-slider-image-wrapper img,
.new-images-slider-image-wrapper iframe{
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0;

	left: 0;
	z-index: 1;
	position: absolute;

	/*transition: background-size 450ms ease, width 450ms ease, height 450ms ease, outline 450ms ease;*/
	transition: 1s ease;
}

.new-images-slider-image-wrapper iframe {
	z-index: -1;
	object-fit: fill;
}

.new-images-slider-image-wrapper img.active,
.new-images-slider-image-wrapper iframe.active{
	opacity: 1;
	/*z-index: 119;*/
	z-index: 10;
}

.new-product-slider-previews-wrapper {
	margin: 11px -13px -13px -13px;
	display: flex;
	padding: 0;
	flex-wrap: wrap;
}

@media screen and (max-width: 640px) {
	.new-product-slider-previews-wrapper {
		margin: 20px -6px -6px -2px;
		justify-content: space-between;
	}

	.new-product-slider-previews-wrapper:after {
		content: "";
		flex: 0.95;
	}
}

.new-product-slider-previews-wrapper div{
	max-width: calc(25% - 26px);
	margin: 13px;
	display: block;
	max-height: 102px;
	cursor: pointer;
}

@media screen and (max-width: 640px) {
	.new-product-slider-previews-wrapper div{
		max-width: 54px;
		margin: 6px;
		max-height: 40px;
	}
}

.slider-modal-wrapper .new-product-slider-previews-wrapper div{
	margin: 16px 0;
	height: 53px;
}

.slider-modal-wrapper .new-product-slider-previews-wrapper div.active:before {
	width: calc(100% + 10px);
	height: calc(100% + 10px);
	left: -5px;
	top: -5px;
}

.new-product-slider-previews-wrapper div.active:before{
	/*max-width: calc(25% - 10px);*/
	/*margin: 5px;*/
	/*padding: 8px;*/

	/*background-color: #fff;*/
	content: "";
	width: calc(100% + 16px);
	height: calc(100% + 16px);
	background-color: #fff;
	box-shadow: 0px 0px 16px 0px rgb(0 0 0 / 22%);
	position: absolute;
	left: -8px;
	top: -8px;
	border-radius: 10px;
}

@media screen and (max-width: 640px) {
	.new-product-slider-previews-wrapper div.active:before{
		width: calc(100% + 8px);
		height: calc(100% + 8px);
		left: -4px;
		top: -4px;
	}
}

.new-product-slider-previews-wrapper div img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.marketplaces {
	margin-top: 20px;
}

.marketplaces-title {
	font-size: 16px;
	line-height: 26px;
	font-weight: 600;
	margin-bottom: 16px;
}

.marketplaces-items {
	overflow: hidden;
}

.marketplaces-item {
	display: block;
	float: left;
	margin-left: 16px;
	width: 40px;
	height: 40px;
	font-size: 0;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
}

.marketplaces-item:first-child {
	margin-left: 0;
}

.test-drive {
	display: flex;
	width: 640px;
	padding: 24px 20px;
	align-items: center;
	gap: 34px;
	background: #F7F9FA;
	/*background: #eff1f1;*/
}

.test-drive-image {
	width: 80px;
	height: 80px;
	flex-shrink: 0;
	background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODAiIGhlaWdodD0iODAiIHZpZXdCb3g9IjAgMCA4MCA4MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzQ1NjFfNTY0MzQpIj4KPGNpcmNsZSBjeD0iNDAiIGN5PSI0MCIgcj0iMzkiIHN0cm9rZT0iIzYzNkU3OSIgc3Ryb2tlLXdpZHRoPSIyIi8+CjxwYXRoIGQ9Ik03My41NzQyIDM5Ljk5OTlDNzMuNTc0MiA0NC40MDg5IDcyLjcwNTggNDguNzc0NyA3MS4wMTg1IDUyLjg0ODFDNjkuMzMxMiA1Ni45MjE1IDY2Ljg1ODIgNjAuNjIyNyA2My43NDA2IDYzLjc0MDNDNjAuNjIyOSA2Ni44NTggNTYuOTIxNyA2OS4zMzEgNTIuODQ4MyA3MS4wMTgzQzQ4Ljc3NDkgNzIuNzA1NSA0NC40MDkxIDczLjU3MzkgNDAuMDAwMSA3My41NzM5IiBzdHJva2U9IiM2MzZFNzkiLz4KPHBhdGggZD0iTTI5Ljk3NzEgMjcuNTIwN0gyNi44NzdWMzkuMTE2MUgyNC4yMTk3VjI3LjUyMDdIMjEuMTU5OFYyNS4zODY5SDMwLjAxNzRWMjcuNTIwN0gyOS45NzcxWk0zOC41NTI5IDMzLjA3NjhIMzMuOTYzVjM2Ljk0MkgzOS4zOTg0VjM5LjA3NThIMzEuMzA1OFYyNS4zNDY2SDM5LjM5ODRWMjcuNDgwNUgzNC4wMDMzVjMwLjkwMjdIMzguNTkzMVYzMy4wMzY2TDM4LjU1MjkgMzMuMDc2OFpNNDYuODQ2OCAzNS40OTI1QzQ2Ljg0NjggMzQuOTY5MSA0Ni43MjYgMzQuNTI2MyA0Ni40NDQyIDM0LjI0NDRDNDYuMTYyMyAzMy45MjIzIDQ1LjY3OTIgMzMuNjQwNSA0NC45OTQ3IDMzLjMxODRDNDMuNTg1NiAzMi44MzUzIDQyLjQ5ODUgMzIuMjcxNiA0MS43NzM4IDMxLjYyNzRDNDEuMDQ5MSAzMC45ODMyIDQwLjY4NjcgMzAuMDk3NSA0MC42ODY3IDI4Ljk3MDFDNDAuNjg2NyAyNy44NDI4IDQxLjA4OTQgMjYuOTE2OCA0MS45MzQ5IDI2LjIzMjNDNDIuNzgwMyAyNS41NDc5IDQzLjgyNzIgMjUuMTg1NSA0NS4xMTU1IDI1LjE4NTVDNDYuNDAzOSAyNS4xODU1IDQ3LjQ5MSAyNS41ODgyIDQ4LjI5NjIgMjYuMzUzMUM0OS4xMDE0IDI3LjE1ODQgNDkuNTA0MSAyOC4xMjQ2IDQ5LjQ2MzggMjkuMzMyNVYyOS4zNzI4SDQ2Ljg0NjhDNDYuODQ2OCAyOC43Njg4IDQ2LjY4NTcgMjguMjQ1NCA0Ni4zNjM2IDI3Ljg0MjhDNDYuMDQxNSAyNy40NDAyIDQ1LjU5ODcgMjcuMjc5MiA0NS4wMzUgMjcuMjc5MkM0NC41MTE2IDI3LjI3OTIgNDQuMDY4NyAyNy40NDAyIDQzLjc4NjkgMjcuNzYyM0M0My41MDUxIDI4LjA4NDQgNDMuMzQ0IDI4LjQ4NyA0My4zNDQgMjguOTcwMUM0My4zNDQgMjkuNDEzIDQzLjUwNTEgMjkuNzc1NCA0My44MjcyIDMwLjA1NzJDNDQuMTQ5MiAzMC4zMzkgNDQuNzUzMiAzMC42NjExIDQ1LjU1ODQgMzEuMDIzNUM0Ni44NDY4IDMxLjQ2NjQgNDcuODUzMyAzMi4wMyA0OC40OTc1IDMyLjcxNDVDNDkuMTQxNyAzMy4zOTg5IDQ5LjQ2MzggMzQuMjg0NyA0OS40NjM4IDM1LjQ1MjNDNDkuNDYzOCAzNi42MTk5IDQ5LjA2MTIgMzcuNTg2MiA0OC4yOTYyIDM4LjIzMDNDNDcuNDkxIDM4LjkxNDggNDYuNDQ0MiAzOS4yMzY5IDQ1LjE1NTggMzkuMjM2OUM0My44Njc0IDM5LjIzNjkgNDIuNjk5OCAzOC44MzQzIDQxLjc3MzggMzguMTA5NkM0MC44MDc1IDM3LjM0NDYgNDAuMzY0NiAzNi4yNTc1IDQwLjM2NDYgMzQuODA4MVYzNC43Njc4SDQyLjk4MTdDNDIuOTgxNyAzNS42MTMzIDQzLjE0MjcgMzYuMjE3MiA0My41MDUxIDM2LjU3OTZDNDMuODY3NCAzNi45NDIgNDQuMzkwOCAzNy4xNDMzIDQ1LjExNTUgMzcuMTQzM0M0NS42NzkyIDM3LjE0MzMgNDYuMDgxOCAzNi45ODIyIDQ2LjM2MzYgMzYuNzAwNEM0Ni42NDU1IDM2LjM3ODMgNDYuNzY2MyAzNS45NzU3IDQ2Ljc2NjMgMzUuNDkyNUg0Ni44NDY4Wk01OS4yODc2IDI3LjUyMDdINTYuMTg3NVYzOS4xMTYxSDUzLjUzMDJWMjcuNTIwN0g1MC40NzAzVjI1LjM4NjlINTkuMzI3OVYyNy41MjA3SDU5LjI4NzZaTTE3Ljc3NzggNTUuOTQ1NVY0Mi4yMTYySDIxLjkyNDhDMjMuMzMzOSA0Mi4yMTYyIDI0LjUwMTUgNDIuNzM5NiAyNS40Mjc2IDQzLjgyNjdDMjYuMzUzNiA0NC44NzM1IDI2Ljc5NjUgNDYuMjQyNCAyNi43OTY1IDQ3LjkzMzRWNTAuMjI4M0MyNi43OTY1IDUxLjkxOTMgMjYuMzUzNiA1My4yODgyIDI1LjQyNzYgNTQuMzM1QzI0LjUwMTUgNTUuMzgxOCAyMy4zMzM5IDU1Ljk0NTUgMjEuOTI0OCA1NS45NDU1SDE3Ljc3NzhaTTIwLjQ3NTQgNDQuMzUwMVY1My43NzE0SDIxLjgwNEMyMi41NjkgNTMuNzcxNCAyMy4xMzI2IDUzLjQ0OTMgMjMuNTM1MyA1Mi44MDUxQzIzLjkzNzkgNTIuMTYwOSAyNC4xMzkyIDUxLjI3NTEgMjQuMTM5MiA1MC4yMjgzVjQ3Ljg5MzFDMjQuMTM5MiA0Ni44MDYxIDIzLjkzNzkgNDUuOTYwNiAyMy41MzUzIDQ1LjMxNjRDMjMuMTMyNiA0NC42NzIyIDIyLjU2OSA0NC4zNTAxIDIxLjgwNCA0NC4zNTAxSDIwLjQ3NTRaTTMxLjMwNTggNTAuNDY5OVY1NS45MDUySDI4LjY0ODVWNDIuMjE2MkgzMy4xMTc1QzM0LjQ4NjQgNDIuMjE2MiAzNS41MzMyIDQyLjU3ODYgMzYuMjk4MiA0My4zMDMzQzM3LjA2MzIgNDQuMDI4IDM3LjQ2NTggNDQuOTk0MyAzNy40NjU4IDQ2LjI4MjdDMzcuNDY1OCA0Ny4wMDc0IDM3LjMwNDggNDcuNjExMyAzNi45ODI3IDQ4LjEzNDdDMzYuNjYwNiA0OC42NTgxIDM2LjE3NzQgNDkuMDYwNyAzNS41NzM1IDQ5LjM4MjhDMzYuMjU4IDQ5LjYyNDQgMzYuNzgxNCA1MC4wMjcgMzcuMTAzNCA1MC41NTA0QzM3LjQyNTUgNTEuMTE0MSAzNy41ODY2IDUxLjc5ODUgMzcuNTg2NiA1Mi42MDM4VjUzLjU3QzM3LjU4NjYgNTMuOTMyNCAzNy42MjY4IDU0LjMzNSAzNy43MDc0IDU0Ljc3NzlDMzcuNzg3OSA1NS4yMjA4IDM3Ljk0ODkgNTUuNTAyNiAzOC4xNTAzIDU1LjcwMzlWNTUuOTA1MkgzNS4zNzIyQzM1LjE3MDkgNTUuNzAzOSAzNS4wMDk4IDU1LjM4MTggMzQuOTY5NiA1NC45Mzg5QzM0LjkyOTMgNTQuNDk2MSAzNC44ODkxIDU0LjAxMjkgMzQuODg5MSA1My41N1Y1Mi42NDRDMzQuODg5MSA1MS45NTk2IDM0LjcyOCA1MS40MzYyIDM0LjQ4NjQgNTEuMDczOEMzNC4yMDQ2IDUwLjcxMTUgMzMuODAyIDUwLjUxMDIgMzMuMjc4NiA1MC41MTAySDMxLjM0NkwzMS4zMDU4IDUwLjQ2OTlaTTMxLjMwNTggNDguMzM2SDMzLjA3NzNDMzMuNjQwOSA0OC4zMzYgMzQuMDQzNiA0OC4xNzUgMzQuMzI1NCA0Ny44NTI5QzM0LjYwNzIgNDcuNTMwOCAzNC43MjggNDcuMDQ3NiAzNC43MjggNDYuNDQzN0MzNC43MjggNDUuNzk5NSAzNC42MDcyIDQ1LjMxNjQgMzQuMzI1NCA0NC45NTRDMzQuMDQzNiA0NC41OTE3IDMzLjY0MDkgNDQuMzkwNCAzMy4wNzczIDQ0LjM5MDRIMzEuMjY1NVY0OC4zNzYzTDMxLjMwNTggNDguMzM2Wk00Mi4zNzc3IDU1LjkwNTJIMzkuNzIwNVY0Mi4xNzZINDIuMzc3N1Y1NS45MDUyWk00OC43MzkxIDUyLjQwMjVMNDguODU5OSA1Mi45MjU5SDQ4LjkwMDFMNDkuMDIwOSA1Mi40NDI3TDUxLjMxNTggNDIuMjE2Mkg1NC4xMzQyTDUwLjMwOTMgNTUuOTQ1NUg0Ny41MzEyTDQzLjcwNjQgNDIuMjE2Mkg0Ni41MjQ3TDQ4Ljc3OTMgNTIuNDQyN0w0OC43MzkxIDUyLjQwMjVaTTYyLjU0ODggNDkuOTA2Mkg1Ny45NTlWNTMuNzcxNEg2My4zOTQzVjU1LjkwNTJINTUuMzAxN1Y0Mi4xNzZINjMuMzk0M1Y0NC4zMDk5SDU3Ljk5OTNWNDcuNzMyMUg2Mi41ODkxVjQ5Ljg2Nkw2Mi41NDg4IDQ5LjkwNjJaIiBmaWxsPSIjQzQwMDBDIi8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDBfNDU2MV81NjQzNCI+CjxyZWN0IHdpZHRoPSI4MCIgaGVpZ2h0PSI4MCIgZmlsbD0id2hpdGUiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K');
	background-repeat: no-repeat;
	background-position: center center;
	transition: .3s ease background;
}

.test-drive-image:hover {
	background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODAiIGhlaWdodD0iODAiIHZpZXdCb3g9IjAgMCA4MCA4MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzFfMTgpIj4KPG1hc2sgaWQ9Im1hc2swXzFfMTgiIHN0eWxlPSJtYXNrLXR5cGU6bHVtaW5hbmNlIiBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4PSIwIiB5PSIwIiB3aWR0aD0iODAiIGhlaWdodD0iODAiPgo8cGF0aCBkPSJNODAgMEgwVjgwSDgwVjBaIiBmaWxsPSJ3aGl0ZSIvPgo8L21hc2s+CjxnIG1hc2s9InVybCgjbWFzazBfMV8xOCkiPgo8cGF0aCBkPSJNNDAgNzlDNjEuNTM5MSA3OSA3OSA2MS41MzkxIDc5IDQwQzc5IDE4LjQ2MDkgNjEuNTM5MSAxIDQwIDFDMTguNDYwOSAxIDEgMTguNDYwOSAxIDQwQzEgNjEuNTM5MSAxOC40NjA5IDc5IDQwIDc5WiIgZmlsbD0iI0Y3RjlGQSIgc3Ryb2tlPSIjRTYwMDBGIiBzdHJva2Utd2lkdGg9IjIiLz4KPHBhdGggZD0iTTczLjU3NDIgMzkuOTk5OUM3My41NzQyIDQ0LjQwODkgNzIuNzA1OCA0OC43NzQ3IDcxLjAxODUgNTIuODQ4MUM2OS4zMzEyIDU2LjkyMTUgNjYuODU4MiA2MC42MjI3IDYzLjc0MDYgNjMuNzQwM0M2MC42MjI5IDY2Ljg1OCA1Ni45MjE3IDY5LjMzMSA1Mi44NDgzIDcxLjAxODNDNDguNzc0OSA3Mi43MDU1IDQ0LjQwOTEgNzMuNTczOSA0MC4wMDAxIDczLjU3MzkiIHN0cm9rZT0iI0U2MDAwRiIvPgo8cGF0aCBkPSJNMjkuOTc3MSAyNy41MjA3SDI2Ljg3N1YzOS4xMTYxSDI0LjIxOTdWMjcuNTIwN0gyMS4xNTk4VjI1LjM4NjlIMzAuMDE3NFYyNy41MjA3SDI5Ljk3NzFaTTM4LjU1MjkgMzMuMDc2OEgzMy45NjNWMzYuOTQySDM5LjM5ODRWMzkuMDc1OEgzMS4zMDU4VjI1LjM0NjZIMzkuMzk4NFYyNy40ODA1SDM0LjAwMzNWMzAuOTAyN0gzOC41OTMxVjMzLjAzNjZMMzguNTUyOSAzMy4wNzY4Wk00Ni44NDY4IDM1LjQ5MjVDNDYuODQ2OCAzNC45NjkxIDQ2LjcyNiAzNC41MjYzIDQ2LjQ0NDIgMzQuMjQ0NEM0Ni4xNjIzIDMzLjkyMjMgNDUuNjc5MiAzMy42NDA1IDQ0Ljk5NDcgMzMuMzE4NEM0My41ODU2IDMyLjgzNTMgNDIuNDk4NSAzMi4yNzE2IDQxLjc3MzggMzEuNjI3NEM0MS4wNDkxIDMwLjk4MzIgNDAuNjg2NyAzMC4wOTc1IDQwLjY4NjcgMjguOTcwMUM0MC42ODY3IDI3Ljg0MjggNDEuMDg5NCAyNi45MTY4IDQxLjkzNDkgMjYuMjMyNEM0Mi43ODAzIDI1LjU0NzkgNDMuODI3MiAyNS4xODU1IDQ1LjExNTUgMjUuMTg1NUM0Ni40MDM5IDI1LjE4NTUgNDcuNDkxIDI1LjU4ODIgNDguMjk2MiAyNi4zNTMxQzQ5LjEwMTQgMjcuMTU4NCA0OS41MDQxIDI4LjEyNDcgNDkuNDYzOCAyOS4zMzI1VjI5LjM3MjhINDYuODQ2OEM0Ni44NDY4IDI4Ljc2ODggNDYuNjg1NyAyOC4yNDU0IDQ2LjM2MzYgMjcuODQyOEM0Ni4wNDE1IDI3LjQ0MDIgNDUuNTk4NyAyNy4yNzkyIDQ1LjAzNSAyNy4yNzkyQzQ0LjUxMTYgMjcuMjc5MiA0NC4wNjg3IDI3LjQ0MDIgNDMuNzg2OSAyNy43NjIzQzQzLjUwNTEgMjguMDg0NCA0My4zNDQgMjguNDg3IDQzLjM0NCAyOC45NzAxQzQzLjM0NCAyOS40MTMgNDMuNTA1MSAyOS43NzU0IDQzLjgyNzIgMzAuMDU3MkM0NC4xNDkyIDMwLjMzOSA0NC43NTMyIDMwLjY2MTEgNDUuNTU4NCAzMS4wMjM1QzQ2Ljg0NjggMzEuNDY2NCA0Ny44NTMzIDMyLjAzIDQ4LjQ5NzUgMzIuNzE0NUM0OS4xNDE3IDMzLjM5ODkgNDkuNDYzOCAzNC4yODQ3IDQ5LjQ2MzggMzUuNDUyM0M0OS40NjM4IDM2LjYxOTkgNDkuMDYxMiAzNy41ODYyIDQ4LjI5NjIgMzguMjMwM0M0Ny40OTEgMzguOTE0OCA0Ni40NDQyIDM5LjIzNjkgNDUuMTU1OCAzOS4yMzY5QzQzLjg2NzQgMzkuMjM2OSA0Mi42OTk4IDM4LjgzNDMgNDEuNzczOCAzOC4xMDk2QzQwLjgwNzUgMzcuMzQ0NiA0MC4zNjQ2IDM2LjI1NzUgNDAuMzY0NiAzNC44MDgxVjM0Ljc2NzhINDIuOTgxN0M0Mi45ODE3IDM1LjYxMzMgNDMuMTQyNyAzNi4yMTczIDQzLjUwNTEgMzYuNTc5NkM0My44Njc0IDM2Ljk0MiA0NC4zOTA4IDM3LjE0MzMgNDUuMTE1NSAzNy4xNDMzQzQ1LjY3OTIgMzcuMTQzMyA0Ni4wODE4IDM2Ljk4MjIgNDYuMzYzNiAzNi43MDA0QzQ2LjY0NTUgMzYuMzc4MyA0Ni43NjYzIDM1Ljk3NTcgNDYuNzY2MyAzNS40OTI1SDQ2Ljg0NjhaTTU5LjI4NzYgMjcuNTIwN0g1Ni4xODc1VjM5LjExNjFINTMuNTMwMlYyNy41MjA3SDUwLjQ3MDNWMjUuMzg2OUg1OS4zMjc5VjI3LjUyMDdINTkuMjg3NlpNMTcuNzc3OCA1NS45NDU1VjQyLjIxNjJIMjEuOTI0OEMyMy4zMzM5IDQyLjIxNjIgMjQuNTAxNSA0Mi43Mzk2IDI1LjQyNzYgNDMuODI2N0MyNi4zNTM2IDQ0Ljg3MzUgMjYuNzk2NSA0Ni4yNDI0IDI2Ljc5NjUgNDcuOTMzNFY1MC4yMjgzQzI2Ljc5NjUgNTEuOTE5MyAyNi4zNTM2IDUzLjI4ODIgMjUuNDI3NiA1NC4zMzVDMjQuNTAxNSA1NS4zODE4IDIzLjMzMzkgNTUuOTQ1NSAyMS45MjQ4IDU1Ljk0NTVIMTcuNzc3OFpNMjAuNDc1NCA0NC4zNTAxVjUzLjc3MTRIMjEuODA0QzIyLjU2OSA1My43NzE0IDIzLjEzMjYgNTMuNDQ5MyAyMy41MzUzIDUyLjgwNTFDMjMuOTM3OSA1Mi4xNjA5IDI0LjEzOTIgNTEuMjc1MSAyNC4xMzkyIDUwLjIyODNWNDcuODkzMUMyNC4xMzkyIDQ2LjgwNjEgMjMuOTM3OSA0NS45NjA2IDIzLjUzNTMgNDUuMzE2NEMyMy4xMzI2IDQ0LjY3MjIgMjIuNTY5IDQ0LjM1MDEgMjEuODA0IDQ0LjM1MDFIMjAuNDc1NFpNMzEuMzA1OCA1MC40Njk5VjU1LjkwNTJIMjguNjQ4NVY0Mi4yMTYySDMzLjExNzVDMzQuNDg2NCA0Mi4yMTYyIDM1LjUzMzIgNDIuNTc4NiAzNi4yOTgyIDQzLjMwMzNDMzcuMDYzMiA0NC4wMjggMzcuNDY1OCA0NC45OTQzIDM3LjQ2NTggNDYuMjgyN0MzNy40NjU4IDQ3LjAwNzQgMzcuMzA0OCA0Ny42MTEzIDM2Ljk4MjcgNDguMTM0N0MzNi42NjA2IDQ4LjY1ODEgMzYuMTc3NCA0OS4wNjA3IDM1LjU3MzUgNDkuMzgyOEMzNi4yNTggNDkuNjI0NCAzNi43ODE0IDUwLjAyNyAzNy4xMDM0IDUwLjU1MDRDMzcuNDI1NSA1MS4xMTQxIDM3LjU4NjYgNTEuNzk4NSAzNy41ODY2IDUyLjYwMzhWNTMuNTdDMzcuNTg2NiA1My45MzI0IDM3LjYyNjggNTQuMzM1IDM3LjcwNzQgNTQuNzc3OUMzNy43ODc5IDU1LjIyMDggMzcuOTQ4OSA1NS41MDI2IDM4LjE1MDMgNTUuNzAzOVY1NS45MDUySDM1LjM3MjJDMzUuMTcwOSA1NS43MDM5IDM1LjAwOTggNTUuMzgxOCAzNC45Njk2IDU0LjkzODlDMzQuOTI5MyA1NC40OTYxIDM0Ljg4OTEgNTQuMDEyOSAzNC44ODkxIDUzLjU3VjUyLjY0NEMzNC44ODkxIDUxLjk1OTYgMzQuNzI4IDUxLjQzNjIgMzQuNDg2NCA1MS4wNzM4QzM0LjIwNDYgNTAuNzExNSAzMy44MDIgNTAuNTEwMiAzMy4yNzg2IDUwLjUxMDJIMzEuMzQ2TDMxLjMwNTggNTAuNDY5OVpNMzEuMzA1OCA0OC4zMzZIMzMuMDc3M0MzMy42NDA5IDQ4LjMzNiAzNC4wNDM2IDQ4LjE3NSAzNC4zMjU0IDQ3Ljg1MjlDMzQuNjA3MiA0Ny41MzA4IDM0LjcyOCA0Ny4wNDc3IDM0LjcyOCA0Ni40NDM3QzM0LjcyOCA0NS43OTk1IDM0LjYwNzIgNDUuMzE2NCAzNC4zMjU0IDQ0Ljk1NEMzNC4wNDM2IDQ0LjU5MTcgMzMuNjQwOSA0NC4zOTA0IDMzLjA3NzMgNDQuMzkwNEgzMS4yNjU1VjQ4LjM3NjNMMzEuMzA1OCA0OC4zMzZaTTQyLjM3NzcgNTUuOTA1MkgzOS43MjA1VjQyLjE3Nkg0Mi4zNzc3VjU1LjkwNTJaTTQ4LjczOTEgNTIuNDAyNUw0OC44NTk5IDUyLjkyNTlINDguOTAwMUw0OS4wMjA5IDUyLjQ0MjdMNTEuMzE1OCA0Mi4yMTYySDU0LjEzNDJMNTAuMzA5MyA1NS45NDU1SDQ3LjUzMTJMNDMuNzA2NCA0Mi4yMTYySDQ2LjUyNDdMNDguNzc5MyA1Mi40NDI3TDQ4LjczOTEgNTIuNDAyNVpNNjIuNTQ4OCA0OS45MDYySDU3Ljk1OVY1My43NzE0SDYzLjM5NDNWNTUuOTA1Mkg1NS4zMDE3VjQyLjE3Nkg2My4zOTQzVjQ0LjMwOTlINTcuOTk5M1Y0Ny43MzIxSDYyLjU4OTFWNDkuODY2TDYyLjU0ODggNDkuOTA2MloiIGZpbGw9IiNFNjAwMEYiLz4KPC9nPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzFfMTgiPgo8cmVjdCB3aWR0aD0iODAiIGhlaWdodD0iODAiIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==');
}

.test-drive-text {
	display: flex;
	flex-direction: column;
	flex: 1 0 0;
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	color: #636E79;
}


@media screen and (max-width: 960px) {
	.test-drive {
		margin-top: 60px;
	}
	.test-drive {
		width: 100%;
		align-items: start;
	}
}

@media screen and (max-width: 425px) {
	.test-drive {
		flex-direction: column;
	}
}

.download-pdf {
    position: relative;
}

.download-pdf__link::before {
	width: 44px;
	min-width: 44px;
	height: 44px;
    content: '';
    background-image: url("/upload/icons/pdf-download.jpg");
    background-size: contain;
    background-repeat: no-repeat;
	position: absolute;
    top: -10px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
}

.about-projects__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.about-projects__wrapper > a {
    flex-basis: 25%;
    display: flex;
    position: relative;
}

.about-projects__wrapper > a > img {
    display: flex;
    width: 100%;
    align-self: center;
    height: 100%;
}
.about-projects__wrapper > a > abbr {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    opacity: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 20px;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: opacity 0.3s 0s ease-out;
    -moz-transition: opacity 0.3s 0s ease-out;
    -ms-transition: opacity 0.3s 0s ease-out;
    -o-transition: opacity 0.3s 0s ease-out;
    transition: opacity 0.3s 0s ease-out;
}

.about-projects__wrapper > a > abbr > ins {
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
}

.about-projects__wrapper > a:hover > abbr {
    opacity: 1;
}

@media screen and (max-width: 900px) {
    .about-projects__wrapper {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 768px) {
    .about-projects__wrapper {
        display: flex;
        flex-wrap: nowrap;
        overflow: auto;
    }
    .about-projects__wrapper > a {
        flex-basis: 45%;
        width: 45vw;
        display: flex;
        min-width: 45vw;
        position: relative;
    }
}

@media screen and (max-width: 500px) {
    .about-projects__wrapper > a {
        flex-basis: 80%;
        width: 80vw;
        display: flex;
        min-width: 80vw;
        position: relative;
    }
}

.corp_descrition > p > span {
    display: block;
}

/* Keep the gift composition layout consistent with the production template. */
.cs.main_wrapper > .csd_cart {
    margin-top: 20px;
}

.csd_cart .csdc_description > h1 {
    margin-bottom: 10px;
}

.csd_cart .cdcd_prices {
    margin-top: 20px;
}

.csd_cart ._price {
    font-weight: 700;
}

.csd_cart .circulation_counter {
    align-items: center;
    margin-top: 30px;
}

.csd_cart .cdci_tags {
    margin-top: 25px;
    margin-bottom: 30px;
}

.csd_cart .cdci_tags > menu li > a {
    margin-bottom: 0;
}

.csd_cart .corp_descrition > .h4 {
    margin: 20px 0 5px 1px;
    font-weight: 600;
}

.csd_cart .corp_descrition > ul {
    margin: 0 0 10px 15px;
}

.csd_cart .corp_descrition > ul > li {
    margin: 0 0 0 10px;
    padding: 0;
}

.csd_cart .corp_descrition > ul > li::before,
.csd_cart .corp_descrition > .description-brand::before {
    width: 4px;
    height: 4px;
    top: 50%;
    left: -15px;
    transform: translateY(-50%);
    background: #0a1015;
}

.csd_cart .corp_descrition > p {
    margin: 0;
    font-weight: 400;
}

.csd_cart .corp_descrition > .description-brand {
    margin-left: 25px;
}

.csd_cart .corp_descrition > blockquote {
    margin-top: 25px;
}

.csd_cart .corp_descrition > blockquote > menu {
    padding-top: 25px;
}

.csd_cart .corp_descrition > blockquote > menu > li {
    margin-bottom: 15px;
}

/* The global projects page styles must not override the portfolio in a gift card. */
.recommended .about-projects {
    padding: 0;
}

.recommended .about-projects__wrapper {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    flex-wrap: initial;
}

.recommended .about-projects__wrapper > a {
    flex-basis: auto;
    width: auto;
    min-width: 0;
}

@media screen and (max-width: 900px) {
    .recommended .about-projects__wrapper {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media screen and (max-width: 768px) {
    .recommended .about-projects__wrapper {
        display: flex;
        flex-wrap: nowrap;
        overflow: auto;
    }

    .recommended .about-projects__wrapper > a {
        flex-basis: 45%;
        width: 45vw;
        min-width: 45vw;
    }
}

@media screen and (max-width: 500px) {
    .recommended .about-projects__wrapper > a {
        flex-basis: 80%;
        width: 80vw;
        min-width: 80vw;
    }
}

/* Source: local/templates/ov_30/components/bitrix/catalog.element/gift_detail/template.php */
.rating__stars-wrapper {
            margin-bottom: 20px;
        }

/* End */


/* Start:/local/templates/ov_30/components/aspro/form.scorp/ver20_gifts_make_request/style.css?17846278492100*/
.form.popup .form_number-wrapper {
    display: flex;
    align-items: stretch;
    flex: 1 1 auto;
    min-width: 0;
}

.form.popup .circulation_counter,
.form.popup .circulation_counter .cc_value {
    width: 100%;
    box-sizing: border-box;
}

.form.popup .circulation_counter .cc_value {
    gap: 24px;
}

.form.popup .circulation_counter .cc_value::before {
    flex: 0 0 auto;
    margin: 0;
}

.form.popup .form_number-wrapper .form_number-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 44px;
    height: 63px;
    box-sizing: border-box;
    border: 1px solid #d8dde2;
    background: #fff;
    color: #1e2832;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    user-select: none;
}

.form.popup .form_number-wrapper .form_number-btn:first-child {
    border-radius: 3px 0 0 3px;
}

.form.popup .form_number-wrapper .form_number-btn:last-child {
    border-radius: 0 3px 3px 0;
}

.form.popup .form_number-wrapper input {
    flex: 1 1 auto;
    width: auto;
    height: 63px;
    min-width: 0;
    margin: 0;
    padding: 0 12px;
    box-sizing: border-box;
    border-top: 1px solid #d8dde2;
    border-bottom: 1px solid #d8dde2;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    box-shadow: none;
    text-align: center;
}

.form.popup .form_number-wrapper input:hover,
.form.popup .form_number-wrapper input:focus {
    border-color: #d8dde2;
    box-shadow: none;
    outline: none;
}

.form.popup .of_footer {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
}

.form.popup .of_footer .pr_privacy,
.form.popup .of_footer .fbf_left {
    width: 100%;
    max-width: none;
    box-sizing: border-box;
    margin: 0;
}

.form.popup .of_footer .pr_privacy {
    display: flex;
    align-items: flex-start;
}

.form.popup .of_footer .pr_privacy .privacy_info {
    flex: 1 1 auto;
    max-width: none;
}

.form.popup .of_footer .fbf_left,
.form.popup .of_footer .fbf_left .bf_button {
    display: block;
}

.form.popup .of_footer .fbf_left .bf_button {
    width: 100%;
}

/* End */


/* Start:/local/templates/ov_30/components/bitrix/catalog.element/gift_detail/themes/blue/style.css?17846278491509*/
/*******************************************************************************
 * Project:------------modules
 * Component---------catalog.element
 * File Path-----------/iblock/install/components/bitrix/catalog.element/templates/.default/themes/blue/style.css
 * Bootstrap:----------
 * Color-------------blue
 * Last Modified:------17.11.16 13:33
 *
 * @version:---------16.11.17
 ******************************************************************************/

/* catalog.section */

/*
#3052bf
#26b0e4
#00a2df
*/

/* Slider */
.bx-blue .product-item-image-slider-progress-bar { background-color: #0083d1;}
.bx-blue .product-item-image-slider-control:hover{ background-color: rgba(0,131,209,.8);}
.bx-blue .product-item-image-slider-control.active,
.bx-blue .product-item-image-slider-control:hover{ background-color: #0083d1;}
.bx-blue .product-item-selected-scu,
.bx-blue .product-item-detail-slider-controls-image:hover,
.bx-blue .product-item-detail-slider-controls-image.active{outline-color: #006cc0;}

/* SCU */
.bx-blue .product-item-scu-item-text-block:hover,
.bx-blue .product-item-scu-item-color-block:hover,
.bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,
.bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{ outline-color: #006cc0;}

/* Amount */
.bx-blue .product-item-amount-field:focus{border-color: #006cc0;}

/*Proress Bar*/
.bx-blue .product-item-detail-slider-progress-bar{ background-color: #006cc0;}
/* End */
/* /nanesenie_logotipa/main.css?178462817627479 */
/* /local/templates/ov_30/components/bitrix/catalog/gifts/style.css?17846278492322 */
/* /local/templates/ov_30/components/bitrix/catalog.element/gift_detail/style.css?178462784959059 */
/* /local/templates/ov_30/components/aspro/form.scorp/ver20_gifts_make_request/style.css?17846278492100 */
/* /local/templates/ov_30/components/bitrix/catalog.element/gift_detail/themes/blue/style.css?17846278491509 */
