@charset "UTF-8";
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(Opacity=0);
}
.ui-front {
  z-index: 100;
}
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: 45%;
}
.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}
.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: 700;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: 0.5em;
  top: 0.3em;
}
.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}
.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}
.ui-widget-content {
  border: 1px solid #ddd;
  background: #fff;
  color: #333;
}
.ui-widget-content a {
  color: #333;
}
.ui-widget-header {
  border: 1px solid #ddd;
  background: #e9e9e9;
  color: #333;
  font-weight: 700;
}
.ui-widget-header a {
  color: #333;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  /* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: 400;
  color: #454545;
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button, .ui-button {
  color: #454545;
  text-decoration: none;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
  border: 1px solid #ccc;
  background: #ededed;
  font-weight: 400;
  color: #2b2b2b;
}
.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited, a.ui-button:hover, a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}
.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: 400;
  color: #fff;
}
.ui-icon-background, .ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #fff;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #fff;
  text-decoration: none;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}
.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #777620;
}
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: 700;
}
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: alpha(Opacity=70);
  font-weight: 400;
}
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: alpha(Opacity=35);
  background-image: none;
}
.ui-state-disabled .ui-icon {
  filter: alpha(Opacity=35);
}
.ui-icon {
  width: 16px;
  height: 16px;
}
.ui-icon, .ui-widget-content .ui-icon {
  background-image: url(ui-icons_444444_256x240.png);
}
.ui-widget-header .ui-icon {
  background-image: url(ui-icons_444444_256x240.png);
}
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon, .ui-button:hover .ui-icon, .ui-button:focus .ui-icon {
  background-image: url(ui-icons_555555_256x240.png);
}
.ui-state-active .ui-icon, .ui-button:active .ui-icon {
  background-image: url(ui-icons_ffffff_256x240.png);
}
.ui-state-highlight .ui-icon, .ui-button .ui-state-highlight.ui-icon {
  background-image: url(ui-icons_777620_256x240.png);
}
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url(ui-icons_cc0000_256x240.png);
}
.ui-button .ui-icon {
  background-image: url(ui-icons_777777_256x240.png);
}
.ui-icon-blank {
  background-position: 16px 16px;
}
.ui-icon-caret-1-n {
  background-position: 0 0;
}
.ui-icon-caret-1-ne {
  background-position: -16px 0;
}
.ui-icon-caret-1-e {
  background-position: -32px 0;
}
.ui-icon-caret-1-se {
  background-position: -48px 0;
}
.ui-icon-caret-1-s {
  background-position: -65px 0;
}
.ui-icon-caret-1-sw {
  background-position: -80px 0;
}
.ui-icon-caret-1-w {
  background-position: -96px 0;
}
.ui-icon-caret-1-nw {
  background-position: -112px 0;
}
.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}
.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.ui-icon-extlink {
  background-position: -32px -80px;
}
.ui-icon-newwin {
  background-position: -48px -80px;
}
.ui-icon-refresh {
  background-position: -64px -80px;
}
.ui-icon-shuffle {
  background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.ui-icon-folder-open {
  background-position: -16px -96px;
}
.ui-icon-document {
  background-position: -32px -96px;
}
.ui-icon-document-b {
  background-position: -48px -96px;
}
.ui-icon-note {
  background-position: -64px -96px;
}
.ui-icon-mail-closed {
  background-position: -80px -96px;
}
.ui-icon-mail-open {
  background-position: -96px -96px;
}
.ui-icon-suitcase {
  background-position: -112px -96px;
}
.ui-icon-comment {
  background-position: -128px -96px;
}
.ui-icon-person {
  background-position: -144px -96px;
}
.ui-icon-print {
  background-position: -160px -96px;
}
.ui-icon-trash {
  background-position: -176px -96px;
}
.ui-icon-locked {
  background-position: -192px -96px;
}
.ui-icon-unlocked {
  background-position: -208px -96px;
}
.ui-icon-bookmark {
  background-position: -224px -96px;
}
.ui-icon-tag {
  background-position: -240px -96px;
}
.ui-icon-home {
  background-position: 0 -112px;
}
.ui-icon-flag {
  background-position: -16px -112px;
}
.ui-icon-calendar {
  background-position: -32px -112px;
}
.ui-icon-cart {
  background-position: -48px -112px;
}
.ui-icon-pencil {
  background-position: -64px -112px;
}
.ui-icon-clock {
  background-position: -80px -112px;
}
.ui-icon-disk {
  background-position: -96px -112px;
}
.ui-icon-calculator {
  background-position: -112px -112px;
}
.ui-icon-zoomin {
  background-position: -128px -112px;
}
.ui-icon-zoomout {
  background-position: -144px -112px;
}
.ui-icon-search {
  background-position: -160px -112px;
}
.ui-icon-wrench {
  background-position: -176px -112px;
}
.ui-icon-gear {
  background-position: -192px -112px;
}
.ui-icon-heart {
  background-position: -208px -112px;
}
.ui-icon-star {
  background-position: -224px -112px;
}
.ui-icon-link {
  background-position: -240px -112px;
}
.ui-icon-cancel {
  background-position: 0 -128px;
}
.ui-icon-plus {
  background-position: -16px -128px;
}
.ui-icon-plusthick {
  background-position: -32px -128px;
}
.ui-icon-minus {
  background-position: -48px -128px;
}
.ui-icon-minusthick {
  background-position: -64px -128px;
}
.ui-icon-close {
  background-position: -80px -128px;
}
.ui-icon-closethick {
  background-position: -96px -128px;
}
.ui-icon-key {
  background-position: -112px -128px;
}
.ui-icon-lightbulb {
  background-position: -128px -128px;
}
.ui-icon-scissors {
  background-position: -144px -128px;
}
.ui-icon-clipboard {
  background-position: -160px -128px;
}
.ui-icon-copy {
  background-position: -176px -128px;
}
.ui-icon-contact {
  background-position: -192px -128px;
}
.ui-icon-image {
  background-position: -208px -128px;
}
.ui-icon-video {
  background-position: -224px -128px;
}
.ui-icon-script {
  background-position: -240px -128px;
}
.ui-icon-alert {
  background-position: 0 -144px;
}
.ui-icon-info {
  background-position: -16px -144px;
}
.ui-icon-notice {
  background-position: -32px -144px;
}
.ui-icon-help {
  background-position: -48px -144px;
}
.ui-icon-check {
  background-position: -64px -144px;
}
.ui-icon-bullet {
  background-position: -80px -144px;
}
.ui-icon-radio-on {
  background-position: -96px -144px;
}
.ui-icon-radio-off {
  background-position: -112px -144px;
}
.ui-icon-pin-w {
  background-position: -128px -144px;
}
.ui-icon-pin-s {
  background-position: -144px -144px;
}
.ui-icon-play {
  background-position: 0 -160px;
}
.ui-icon-pause {
  background-position: -16px -160px;
}
.ui-icon-seek-next {
  background-position: -32px -160px;
}
.ui-icon-seek-prev {
  background-position: -48px -160px;
}
.ui-icon-seek-end {
  background-position: -64px -160px;
}
.ui-icon-seek-start {
  background-position: -80px -160px;
}
.ui-icon-seek-first {
  background-position: -80px -160px;
}
.ui-icon-stop {
  background-position: -96px -160px;
}
.ui-icon-eject {
  background-position: -112px -160px;
}
.ui-icon-volume-off {
  background-position: -128px -160px;
}
.ui-icon-volume-on {
  background-position: -144px -160px;
}
.ui-icon-power {
  background-position: 0 -176px;
}
.ui-icon-signal-diag {
  background-position: -16px -176px;
}
.ui-icon-signal {
  background-position: -32px -176px;
}
.ui-icon-battery-0 {
  background-position: -48px -176px;
}
.ui-icon-battery-1 {
  background-position: -64px -176px;
}
.ui-icon-battery-2 {
  background-position: -80px -176px;
}
.ui-icon-battery-3 {
  background-position: -96px -176px;
}
.ui-icon-circle-plus {
  background-position: 0 -192px;
}
.ui-icon-circle-minus {
  background-position: -16px -192px;
}
.ui-icon-circle-close {
  background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.ui-icon-circle-check {
  background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  border-top-left-radius: 3px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-top-right-radius: 3px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  border-bottom-left-radius: 3px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-bottom-right-radius: 3px;
}
.ui-widget-overlay {
  background: #aaa;
  opacity: 0.3;
  filter: alpha(Opacity=30);
}
.ui-widget-shadow {
  -webkit-box-shadow: 0 0 5px #666;
  box-shadow: 0 0 5px #666;
}
#ui-datepicker-div.ui-datepicker {
  padding: 10px;
  width: auto;
  border: 1px solid rgba(17, 85, 204, 0.6);
  box-shadow: 0 0 3px 0 rgba(17, 85, 204, 0.15);
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-header {
  background: none !important;
  border: none;
  height: 26px;
  margin-bottom: 10px;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-header .ui-datepicker-prev, #ui-datepicker-div.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  border: 1px solid #c5c5c5;
  background: #fff;
  height: 24px;
  width: 24px;
  top: 4px;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-header .ui-datepicker-prev span.ui-icon, #ui-datepicker-div.ui-datepicker .ui-datepicker-header .ui-datepicker-next span.ui-icon {
  display: none;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:after, #ui-datepicker-div.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:before {
  left: 50%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 6px 0;
  border-color: transparent #c5c5c5 transparent transparent;
  margin-top: -6px;
  margin-left: -3px;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 8px 0;
  border-color: transparent #fff transparent transparent;
  margin-top: -8px;
  margin-left: -2px;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:hover {
  left: 2px;
  background-image: none;
  top: 4px;
  border-color: rgba(17, 85, 204, 0.6);
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:hover:before {
  border-color: transparent #15c transparent transparent;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-header .ui-datepicker-next:after, #ui-datepicker-div.ui-datepicker .ui-datepicker-header .ui-datepicker-next:before {
  left: 50%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-header .ui-datepicker-next:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent #c5c5c5;
  margin-top: -6px;
  margin-left: -2px;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-header .ui-datepicker-next:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 8px;
  border-color: transparent transparent transparent #fff;
  margin-top: -8px;
  margin-left: -5px;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-header .ui-datepicker-next:hover {
  right: 2px;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-header .ui-datepicker-next:hover:hover {
  background-image: none;
  top: 4px;
  border-color: rgba(17, 85, 204, 0.6);
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-header .ui-datepicker-next:hover:hover:before {
  border-color: transparent transparent transparent #15c;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  font: bold 13px Arial, sans-serif;
  line-height: 26px;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-header .ui-datepicker-title select.ui-datepicker-month, #ui-datepicker-div.ui-datepicker .ui-datepicker-header .ui-datepicker-title select.ui-datepicker-year {
  width: auto;
  height: 26px;
  border: 1px solid #c5c5c5;
  border-radius: 4px;
  background: #fff;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-month + .ui-datepicker-year {
  margin-left: 4px;
}
#ui-datepicker-div.ui-datepicker table.ui-datepicker-calendar {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0;
}
#ui-datepicker-div.ui-datepicker table.ui-datepicker-calendar tbody tr:first-child td {
  padding-top: 10px !important;
}
#ui-datepicker-div.ui-datepicker table.ui-datepicker-calendar tr th {
  font: bold 11px Arial, sans-serif;
  line-height: 24px;
  background: #f5f5f5;
  color: #333;
  padding: 0 8px;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}
#ui-datepicker-div.ui-datepicker table.ui-datepicker-calendar tr th:first-child {
  padding-left: 10px;
}
#ui-datepicker-div.ui-datepicker table.ui-datepicker-calendar tr td {
  padding: 0;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: center;
}
#ui-datepicker-div.ui-datepicker table.ui-datepicker-calendar tr td a.ui-state-default {
  border-radius: 2px;
  background: none;
  text-align: center;
  font: 13px Arial, sans-serif;
  line-height: 24px;
  width: 30px;
  height: 24px;
  padding: 0;
  display: inline-block;
  border-color: transparent;
}
#ui-datepicker-div.ui-datepicker table.ui-datepicker-calendar tr td a.ui-state-default:hover, #ui-datepicker-div.ui-datepicker table.ui-datepicker-calendar tr td a.ui-state-default.ui-state-active {
  border-color: #d3d3d3;
}
#ui-datepicker-div.ui-datepicker table.ui-datepicker-calendar tr td a.ui-state-default.ui-state-active {
  border-color: #15c;
  font-weight: 700;
  color: #15c;
}
#ui-datepicker-div.ui-datepicker table.ui-datepicker-calendar tr td a.ui-state-default.ui-state-highlight {
  border-color: #d3d3d3;
  color: #15c;
}
#ui-datepicker-div.ui-datepicker table.ui-datepicker-calendar tr td.ui-datepicker-unselectable.ui-state-disabled {
  font: 13px Arial, sans-serif;
  line-height: 24px;
  width: 30px;
  height: 24px;
  padding: 0;
}
#ui-datepicker-div.ui-datepicker table.ui-datepicker-calendar tr td.ui-datepicker-unselectable.ui-state-disabled span.ui-state-default {
  border-radius: 2px;
  border-color: transparent;
  background: none;
  font: 13px Arial, sans-serif;
  line-height: 24px;
  width: 30px;
  height: 24px;
  padding: 0;
  display: inline-block;
  text-align: center;
}
.calendar-label.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.lg-sub-html, .lg-toolbar {
  background-color: rgba(0, 0, 0, 0.45);
}
@font-face {
  font-family: lg;
  src: url(/g/libs/lightgallery/v1.6.8/fonts/lg.eot?n1z373);
  src: url(/g/libs/lightgallery/v1.6.8/fonts/lg.eot?#iefixn1z373) format("embedded-opentype"), url(/g/libs/lightgallery/v1.6.8/fonts/lg.woff?n1z373) format("woff"), url(/g/libs/lightgallery/v1.6.8/fonts/lg.ttf?n1z373) format("truetype"), url(/g/libs/lightgallery/v1.6.8/fonts/lg.svg?n1z373#lg) format("svg");
  font-weight: 400;
  font-style: normal;
}
.lg-icon {
  font-family: lg;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 10800;
  border: none;
  outline: 0;
}
.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #FFF;
}
.lg-actions .lg-next {
  right: 20px;
}
.lg-actions .lg-next:before {
  content: "";
}
.lg-actions .lg-prev {
  left: 20px;
}
.lg-actions .lg-prev:after {
  content: "";
}
@-webkit-keyframes lg-right-end {
  0%, 100% {
    left: 0;
  }
  50% {
    left: -30px;
  }
}
@-moz-keyframes lg-right-end {
  0%, 100% {
    left: 0;
  }
  50% {
    left: -30px;
  }
}
@-ms-keyframes lg-right-end {
  0%, 100% {
    left: 0;
  }
  50% {
    left: -30px;
  }
}
@keyframes lg-right-end {
  0%, 100% {
    left: 0;
  }
  50% {
    left: -30px;
  }
}
@-webkit-keyframes lg-left-end {
  0%, 100% {
    left: 0;
  }
  50% {
    left: 30px;
  }
}
@-moz-keyframes lg-left-end {
  0%, 100% {
    left: 0;
  }
  50% {
    left: 30px;
  }
}
@-ms-keyframes lg-left-end {
  0%, 100% {
    left: 0;
  }
  50% {
    left: 30px;
  }
}
@keyframes lg-left-end {
  0%, 100% {
    left: 0;
  }
  50% {
    left: 30px;
  }
}
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}
.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}
.lg-toolbar {
  z-index: 10820;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: 0;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.lg-toolbar .lg-icon:hover {
  color: #FFF;
}
.lg-toolbar .lg-close:after {
  content: "";
}
.lg-toolbar .lg-download:after {
  content: "";
}
.lg-sub-html {
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 10800;
}
.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
}
.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}
#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}
.lg-next, .lg-prev, .lg-toolbar {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}
.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}
.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}
.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 10800;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0;
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0 !important;
  transition-duration: 0 !important;
}
.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}
.lg-outer .lg-thumb-item {
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px;
}
@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}
.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}
.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}
.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease;
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}
.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
}
.lg-outer .lg-toogle-thumb:hover, .lg-outer.lg-dropdown-active #lg-share {
  color: #FFF;
}
.lg-outer .lg-toogle-thumb:after {
  content: "";
}
.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}
.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 10800;
  cursor: pointer;
}
.lg-outer .lg-has-iframe .lg-video {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}
.lg-outer .lg-has-vimeo .lg-video-play {
  background: url(../img/vimeo-play.png) no-repeat;
}
.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url(../img/vimeo-play.png) 0 -58px no-repeat;
}
.lg-outer .lg-has-html5 .lg-video-play {
  background: url(../img/video-play.png) no-repeat;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}
.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-has-youtube .lg-video-play {
  background: url(../img/youtube-play.png) no-repeat;
}
.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url(../img/youtube-play.png) 0 -60px no-repeat;
}
.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}
.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}
.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}
.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10830;
  opacity: 0;
  -webkit-transition: opacity 80ms ease 0;
  -moz-transition: opacity 80ms ease 0;
  -o-transition: opacity 80ms ease 0;
  transition: opacity 80ms ease 0;
}
.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}
.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}
.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}
.lg-autoplay-button:after {
  content: "";
}
.lg-show-autoplay .lg-autoplay-button:after {
  content: "";
}
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition-duration: 0;
  transition-duration: 0;
}
.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0;
}
.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0;
  -moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0;
  -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
#lg-zoom-in:after {
  content: "";
}
#lg-actual-size {
  font-size: 20px;
}
#lg-actual-size:after {
  content: "";
}
#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}
#lg-zoom-out:after {
  content: "";
}
.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}
.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 10800;
  height: 10px;
}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}
.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px #fff inset;
}
.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0;
  -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}
.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}
.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0;
  -o-transition: box-shadow 0.3s ease 0;
  transition: box-shadow 0.3s ease 0;
  width: 12px;
}
.lg-outer .lg-pager:focus, .lg-outer .lg-pager:hover {
  box-shadow: 0 0 0 8px #fff inset;
}
.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}
.lg-fullscreen:after {
  content: "";
}
.lg-fullscreen-on .lg-fullscreen:after {
  content: "";
}
.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10810;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0 linear 0.18s, opacity 0.18s linear 0;
  -o-transition: visibility 0 linear 0.18s, opacity 0.18s linear 0;
  transition: visibility 0 linear 0.18s, opacity 0.18s linear 0;
}
.lg-outer.lg-dropdown-active #lg-dropdown-overlay, .lg-outer.lg-dropdown-active .lg-dropdown {
  -webkit-transition-delay: 0;
  transition-delay: 0;
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}
.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate3d(0, 5px, 0);
  -o-transform: translate3d(0, 5px, 0);
  -ms-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0 linear 0.5s, opacity 0.18s linear 0;
  -moz-transition: -moz-transform 0.18s linear 0s, visibility 0 linear 0.5s, opacity 0.18s linear 0;
  -o-transition: -o-transform 0.18s linear 0s, visibility 0 linear 0.5s, opacity 0.18s linear 0;
  transition: transform 0.18s linear 0s, visibility 0 linear 0.5s, opacity 0.18s linear 0;
}
.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
  right: 16px;
  top: -16px;
}
.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0;
}
.lg-outer .lg-dropdown > li:hover .lg-icon, .lg-outer .lg-dropdown > li:hover a {
  color: #333;
}
.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}
.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}
.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}
.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}
.lg-outer, .lg-outer .lg, .lg-outer .lg-inner {
  width: 100%;
  height: 100%;
}
.lg-outer #lg-share {
  position: relative;
}
.lg-outer #lg-share:after {
  content: "";
}
.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}
.lg-outer #lg-share-facebook .lg-icon:after {
  content: "";
}
.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}
.lg-outer #lg-share-twitter .lg-icon:after {
  content: "";
}
.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}
.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "";
}
.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}
.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "";
}
.lg-group:after {
  content: "";
  display: table;
  clear: both;
}
body .lg-outer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10500;
  text-align: left;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0;
  -o-transition: opacity 0.15s ease 0;
  transition: opacity 0.15s ease 0;
}
.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.lg-outer.lg-visible {
  opacity: 1;
}
.lg-outer.lg-css3 .lg-item.lg-current, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-prev-slide {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
  -webkit-transition-duration: 0 !important;
  transition-duration: 0 !important;
  opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg {
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
.lg-outer .lg-inner {
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}
.lg-outer .lg-item {
  background: url(../img/loading.gif) center center no-repeat;
  display: none !important;
}
.lg-outer.lg-css .lg-current, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide, .lg-outer.lg-css3 .lg-prev-slide {
  display: inline-block !important;
}
.lg-outer .lg-img-wrap, .lg-outer .lg-item {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.lg-outer .lg-img-wrap:before, .lg-outer .lg-item:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.lg-outer .lg-item.lg-complete {
  background-image: none;
}
.lg-outer .lg-item.lg-current {
  z-index: 10600;
}
.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}
.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0;
  -o-transition: opacity 0.15s ease 0;
  transition: opacity 0.15s ease 0;
}
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-empty-html, .lg-outer.lg-hide-download #lg-download {
  display: none;
}
body .lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10400;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0;
  -o-transition: opacity 0.15s ease 0;
  transition: opacity 0.15s ease 0;
}
.lg-backdrop.in {
  opacity: 1;
}
.lg-css3.lg-no-trans .lg-current, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-prev-slide {
  -webkit-transition: none 0 ease 0 !important;
  -moz-transition: none 0 ease 0 !important;
  -o-transition: none 0 ease 0 !important;
  transition: none 0 ease 0 !important;
}
.lg-css3.lg-use-css3 .lg-item, .lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
  opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-current, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-prev-slide {
  -webkit-transition: opacity 0.1s ease 0;
  -moz-transition: opacity 0.1s ease 0;
  -o-transition: opacity 0.1s ease 0;
  transition: opacity 0.1s ease 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0;
}
.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0;
  -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0;
  -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0;
}
html body.lg-on {
  overflow: visible;
}
.tns-outer {
  padding: 0 !important;
}
.tns-outer [hidden] {
  display: none !important;
}
.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer;
}
.tns-slider {
  -webkit-transition: all 0;
  -moz-transition: all 0;
  transition: all 0;
}
.tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}
.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}
.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both;
}
.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}
.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}
.tns-no-calc {
  position: relative;
  left: 0;
}
.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}
.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0;
  -moz-transition: transform 0s, opacity 0;
  transition: transform 0s, opacity 0;
}
.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}
.tns-gallery > .tns-moving {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.tns-autowidth {
  display: inline-block;
}
.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6;
}
.tns-lazy-img.tns-complete {
  opacity: 1;
}
.tns-ah {
  -webkit-transition: height 0;
  -moz-transition: height 0;
  transition: height 0;
}
.tns-ovh {
  overflow: hidden;
}
.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}
.tns-transparent {
  opacity: 0;
  visibility: hidden;
}
.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}
.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}
.tns-vpfix {
  white-space: nowrap;
}
.tns-vpfix > div, .tns-vpfix > li {
  display: inline-block;
}
.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}
.tns-t-ct {
  width: 2333.3333333%;
  width: -webkit-calc(100% * 70 / 3);
  width: -moz-calc(100% * 70 / 3);
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0;
}
.tns-t-ct:after {
  content: "";
  display: table;
  clear: both;
}
.tns-t-ct > div {
  width: 1.4285714%;
  width: -webkit-calc(100% / 70);
  width: -moz-calc(100% / 70);
  width: calc(100% / 70);
  height: 10px;
  float: left;
}
html.remodal-is-locked {
  overflow: hidden;
  touch-action: none;
}
.remodal, [data-remodal-id] {
  display: none;
}
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}
.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}
.remodal-overlay, .remodal-wrapper {
  backface-visibility: hidden;
}
.remodal {
  position: relative;
  outline: none;
  text-size-adjust: 100%;
}
.remodal-is-initialized {
  display: inline-block;
}
.remodal-bg.remodal-is-opening, .remodal-bg.remodal-is-opened {
  filter: blur(3px);
}
.remodal-overlay {
  background: rgba(0, 0, 0, 0.35);
}
.remodal-overlay.remodal-is-opening, .remodal-overlay.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}
.remodal-overlay.remodal-is-opening {
  animation-name: remodal-overlay-opening-keyframes;
}
.remodal-overlay.remodal-is-closing {
  animation-name: remodal-overlay-closing-keyframes;
}
.remodal-wrapper {
  padding: 10px 10px 0;
}
.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 85px 60px 50px;
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff;
}
.remodal.remodal-is-opening, .remodal.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}
.remodal.remodal-is-opening {
  animation-name: remodal-opening-keyframes;
}
.remodal.remodal-is-closing {
  animation-name: remodal-closing-keyframes;
}
.remodal, .remodal-wrapper:after {
  vertical-align: middle;
}
.remodal-close {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}
.remodal-close:hover, .remodal-close:focus {
  color: #2b2e38;
}
.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "×";
  text-align: center;
}
.remodal-confirm, .remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}
.remodal-confirm {
  color: #fff;
  background: #81c784;
}
.remodal-confirm:hover, .remodal-confirm:focus {
  background: #66bb6a;
}
.remodal-cancel {
  color: #fff;
  background: #e57373;
}
.remodal-cancel:hover, .remodal-cancel:focus {
  background: #ef5350;
}
.remodal-confirm::-moz-focus-inner, .remodal-cancel::-moz-focus-inner, .remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}
@keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    transform: none;
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(0.95);
    opacity: 0;
    filter: blur(0);
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@media only screen and (min-width: 640px) {
  .remodal {
    max-width: 400px;
  }
}
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}
.lt-ie9 .remodal {
  width: 400px;
}
/* Шрифты */
/* Ширина */
/* Анимация */
/* Цвет границы */
/* Фон заголовка */
/* Цвет заголовка */
/* Отступы в ячейке */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-y: scroll;
}
body {
  margin: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden], template {
  display: none;
}
a {
  background-color: transparent;
}
a:active, a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b, strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button, input, optgroup, select, textarea {
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled], html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
table {
  border-collapse: collapse;
  /*border-spacing:0*/
}
/*td,th{padding:0}*/
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
}
@media screen and (min-width: 640px) {
  .remodal {
    max-width: 400px;
  }
}
.remodal-wrapper {
  padding: 0;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.visible {
  visibility: visible;
}
.reset-indents {
  padding: 0;
  margin: 0;
}
.reset-font {
  line-height: 0;
  font-size: 0;
}
.clear-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
  font-size: 0;
}
.clearfix:after {
  clear: both;
}
.clear {
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 1px;
  line-height: 0;
}
.clear-self::after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
}
.overflowHidden {
  overflow: hidden;
}
ins {
  text-decoration: none;
}
.thumb, .YMaps, .ymaps-map {
  color: #000;
}
.table {
  display: table;
}
.table .tr {
  display: table-row;
}
.table .tr .td {
  display: table-cell;
}
.table0, .table1, .table2 {
  border-collapse: collapse;
}
.table0 td, .table1 td, .table2 td {
  padding: 0.5em;
}
.table1, .table2 {
  border: 1px solid var(--tableBorder);
}
.table1 td, .table1 th, .table2 td, .table2 th {
  border: 1px solid var(--tableBorder);
}
.table2 th {
  padding: 0.5em;
  color: var(--tableThColor);
  background: var(--tableThBackground);
}
.menu-default, .menu-default ul, .menu-default li {
  padding: 0;
  margin: 0;
  list-style: none;
}
img, textarea, object, object embed, .table-wrapper {
  max-width: 100%;
}
.table-wrapper {
  overflow: auto;
}
img {
  height: auto;
}
table img {
  max-width: none;
}
* {
  box-sizing: border-box;
  -webkit-locale: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a {
  text-decoration: underline;
  color: var(--on_gr_bg_link);
}
a:hover {
  text-decoration: none;
}
a img {
  border-color: var(--on_gr_bg_border_12);
}
/* Дефолтные стили для html документа */
.gr-btn-style, .gr-btn-1, .shop2-product-actions dl dt.promo-action, .card-page .kinds-block.kind_columns_2 .kinds-block__items.kinds_slider .kind-item .buy-one-click.buy_one_click_action, .card-page .kinds-block.kind_columns_3 .kinds-block__items.kinds_slider .kind-item .buy-one-click.buy_one_click_action, .card-page .kinds-block.kind_columns_4 .kinds-block__items.kinds_slider .kind-item .buy-one-click.buy_one_click_action, .card-page .kinds-block.kind_columns_5 .kinds-block__items.kinds_slider .kind-item .buy-one-click.buy_one_click_action, .comments-block .comments-form .tpl-field-button button, .comments-block .comments-reg .tpl-btns button, .shop-product-data__desc .desc-area.mods_block .kinds-block .kinds-block__items .kind-item .buy-one-click.buy_one_click_action, .shop2-order-form ~ .form-item.form-item-submit button, .cart-total .cart-total-checkout, .shop2-cart-auth button, .remodal[data-remodal-id="cart-auth-remodal"] .form-registration__btn, .product_columns_2 .product-list.thumbs .product-item .buy-one-click.buy_one_click_action, .product_columns_3 .product-list.thumbs .product-item .buy-one-click.buy_one_click_action, .product_columns_4 .product-list.thumbs .product-item .buy-one-click.buy_one_click_action, .product-list.simple .product-item .buy-one-click.buy_one_click_action, .product-list.list .product-item .buy-one-click.buy_one_click_action, .card-page .form-additional .shop-product-btn:not(.notavailable), .card-page .form-additional .buy-one-click.buy_one_click.buy_one_click_action, .shop2-compare-switch a.shop2-compare-switch-active, .shop-folders__btn, .cart-popup__btns .gr-order-one-page, .gr-cart-preview #shop2-cart-preview a, .product-quick-view .shop2-product .form-additional .shop-product-btn:not(.notavailable), .timer-block__btn a, .recent-block .recent-item .shop-product-btn, .card-product-preview__btns .gr_cart_btn, .gr-btn-2, .filter-block .shop2-filter-btns .shop2-filter-go, .filter-popup-btn, .login-form__enter .user-enter-btn, .login-form .user-block__orders .user-orders-btn, .search-form .search-rows__btn .search-btn, .cart-total .cart-total-order-checkout, .cart-registration__btns .cart-registration__btn a, .remodal[data-remodal-id="other-contact"] > span, .text-right-left .btn_payment_rest.g-button, .special-popup__form .tpl-anketa .tpl-field.tpl-field-button button, .gr-btn-3, .gr-field-style input[type="button"], #orderForm input[type="button"], .tpl-field input[type="button"], .shop2-btn.shop2-btn-back, .filter-block .shop2-filter-btns .shop2-filter-reset, .filter-block .gr-filter-more__btn, .lazy-pagelist .lazy-pagelist-btn, .login-form__reg .user-reg-btn, .login-form .user-block__logout .user-logout-btn, .search-form .gr-filter-more__btn, .folders-submenu a.folders-submenu__prev, .folders-submenu a.folders-submenu__next, .shop2-product-params .param-body .file, .shop2-product-options .option-body .file, .cart-params__value .file, .card-page .kinds-block.kind_columns_2 .kinds-block__items.kinds_slider .kind-item .buy-one-click, .card-page .kinds-block.kind_columns_3 .kinds-block__items.kinds_slider .kind-item .buy-one-click, .card-page .kinds-block.kind_columns_4 .kinds-block__items.kinds_slider .kind-item .buy-one-click, .card-page .kinds-block.kind_columns_5 .kinds-block__items.kinds_slider .kind-item .buy-one-click, .comments-block .comments-reg .tpl-right a, .comments-block .comments-reg .tpl-btns a, .shop-product-data__nav li a, .shop-product-data__desc .r-tabs-accordion-title a, .shop-product-data__desc .desc-area.mods_block .kinds-block .kinds-block__items .kind-item .buy-one-click, .coupon-additional__btn, .shop-coupon .coupon-btn, .cart-total div.shop2-cart-update a, .product_columns_2 .product-list.thumbs .product-item .buy-one-click, .product_columns_3 .product-list.thumbs .product-item .buy-one-click, .product_columns_4 .product-list.thumbs .product-item .buy-one-click, .product-list.simple .product-item .buy-one-click, .product-list.list .product-item .buy-one-click, .card-page .card-nav__btn:first-child, .card-page .card-nav__btn:last-child, .card-page .form-additional .buy-one-click, .card-page .shop-product-tags__item, .card-page .shop-product-folders__item, .shop2-vendor-folders li a, .shop2-compare-switch a, .inner-folders__list li a, .text-right-left .g-button, .cart-popup__btns .gr_cart_btn, .product-quick-view .shop2-product .gr-product-options .gr-product-options-more__btn, .product-quick-view .shop2-product .form-additional .gr-quick-more-btn, .special-popup__btn a, .smart-search-folders__list li a, .smart-search-vendors__list li a, #search-result .search-result-btn, .card-product-preview__btns .card_popup_close, .gr-btn-4, .gr-btn-5, .about-shares__popup, .form-subscription__form form .tpl-field-button button, .top-slider__more, .about-stock__more, .gr-icon-btn-1, .tns-controls button, .product-quick-view .prev_product_caller, .product-quick-view .next_product_caller, .quick-view-trigger, .gr-icon-btn-2, .product-quick-view .quick-card-slider__thumbs .tns-controls button, .card-product-preview .tns-controls button, .gr-icon-btn-3, .filter-block .shop2-filter__title-icon, .search-form .row-title__icon, #shop2-alert-ok, .shop2-alert-close, .order-info-block__close, .gr-favorite-popup__close, .shop2-product-actions dd .close-desc-action, #shop2-cart .shop2-cart-table .cart-delete a, .shop-coupon .coupon-delete, .remodal .remodal-close-btn, .cart-popup #shop2-cart .popup-product__close a, .product-quick-view .popover-close, .timer-block__close, .product-quick-view2 .popover-close, .shop-product-btn, button.shop2-btn, input[type="button"].shop2-btn, input[type="submit"].shop2-btn, a.shop2-btn, .shop2-btn, .tpl-button, a.tpl-button, .tpl-field button, .tpl-field input[type="file"], .tpl-field input[type="submit"], .gr-field-style button, #orderForm button, .gr-field-style input[type="file"], #orderForm input[type="file"], .gr-field-style input[type="submit"], #orderForm input[type="submit"], .tns-nav button {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: auto;
  min-height: auto;
  padding: 0;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-clip: border-box;
  transition: all 0.18s linear;
  border-radius: var(--gr_btn_radius);
}
.gr-btn-style:before, .gr-btn-1:before, .shop2-product-actions dl dt.promo-action:before, .card-page .kinds-block.kind_columns_2 .kinds-block__items.kinds_slider .kind-item .buy-one-click.buy_one_click_action:before, .card-page .kinds-block.kind_columns_3 .kinds-block__items.kinds_slider .kind-item .buy-one-click.buy_one_click_action:before, .card-page .kinds-block.kind_columns_4 .kinds-block__items.kinds_slider .kind-item .buy-one-click.buy_one_click_action:before, .card-page .kinds-block.kind_columns_5 .kinds-block__items.kinds_slider .kind-item .buy-one-click.buy_one_click_action:before, .comments-block .comments-form .tpl-field-button button:before, .comments-block .comments-reg .tpl-btns button:before, .shop-product-data__desc .desc-area.mods_block .kinds-block .kinds-block__items .kind-item .buy-one-click.buy_one_click_action:before, .shop2-order-form ~ .form-item.form-item-submit button:before, .cart-total .cart-total-checkout:before, .shop2-cart-auth button:before, .remodal[data-remodal-id="cart-auth-remodal"] .form-registration__btn:before, .product_columns_2 .product-list.thumbs .product-item .buy-one-click.buy_one_click_action:before, .product_columns_3 .product-list.thumbs .product-item .buy-one-click.buy_one_click_action:before, .product_columns_4 .product-list.thumbs .product-item .buy-one-click.buy_one_click_action:before, .product-list.simple .product-item .buy-one-click.buy_one_click_action:before, .product-list.list .product-item .buy-one-click.buy_one_click_action:before, .card-page .form-additional .shop-product-btn:not(.notavailable):before, .card-page .form-additional .buy-one-click.buy_one_click.buy_one_click_action:before, .shop2-compare-switch a.shop2-compare-switch-active:before, .shop-folders__btn:before, .cart-popup__btns .gr-order-one-page:before, .gr-cart-preview #shop2-cart-preview a:before, .product-quick-view .shop2-product .form-additional .shop-product-btn:not(.notavailable):before, .timer-block__btn a:before, .recent-block .recent-item .shop-product-btn:before, .card-product-preview__btns .gr_cart_btn:before, .gr-btn-2:before, .filter-block .shop2-filter-btns .shop2-filter-go:before, .filter-popup-btn:before, .login-form__enter .user-enter-btn:before, .login-form .user-block__orders .user-orders-btn:before, .search-form .search-rows__btn .search-btn:before, .cart-total .cart-total-order-checkout:before, .cart-registration__btns .cart-registration__btn a:before, .remodal[data-remodal-id="other-contact"] > span:before, .text-right-left .btn_payment_rest.g-button:before, .special-popup__form .tpl-anketa .tpl-field.tpl-field-button button:before, .gr-btn-3:before, .gr-field-style input[type="button"]:before, #orderForm input[type="button"]:before, .tpl-field input[type="button"]:before, .shop2-btn.shop2-btn-back:before, .filter-block .shop2-filter-btns .shop2-filter-reset:before, .filter-block .gr-filter-more__btn:before, .lazy-pagelist .lazy-pagelist-btn:before, .login-form__reg .user-reg-btn:before, .login-form .user-block__logout .user-logout-btn:before, .search-form .gr-filter-more__btn:before, .folders-submenu a.folders-submenu__prev:before, .folders-submenu a.folders-submenu__next:before, .shop2-product-params .param-body .file:before, .shop2-product-options .option-body .file:before, .cart-params__value .file:before, .card-page .kinds-block.kind_columns_2 .kinds-block__items.kinds_slider .kind-item .buy-one-click:before, .card-page .kinds-block.kind_columns_3 .kinds-block__items.kinds_slider .kind-item .buy-one-click:before, .card-page .kinds-block.kind_columns_4 .kinds-block__items.kinds_slider .kind-item .buy-one-click:before, .card-page .kinds-block.kind_columns_5 .kinds-block__items.kinds_slider .kind-item .buy-one-click:before, .comments-block .comments-reg .tpl-right a:before, .comments-block .comments-reg .tpl-btns a:before, .shop-product-data__nav li a:before, .shop-product-data__desc .r-tabs-accordion-title a:before, .shop-product-data__desc .desc-area.mods_block .kinds-block .kinds-block__items .kind-item .buy-one-click:before, .coupon-additional__btn:before, .shop-coupon .coupon-btn:before, .cart-total div.shop2-cart-update a:before, .product_columns_2 .product-list.thumbs .product-item .buy-one-click:before, .product_columns_3 .product-list.thumbs .product-item .buy-one-click:before, .product_columns_4 .product-list.thumbs .product-item .buy-one-click:before, .product-list.simple .product-item .buy-one-click:before, .product-list.list .product-item .buy-one-click:before, .card-page .card-nav__btn:first-child:before, .card-page .card-nav__btn:last-child:before, .card-page .form-additional .buy-one-click:before, .card-page .shop-product-tags__item:before, .card-page .shop-product-folders__item:before, .shop2-vendor-folders li a:before, .shop2-compare-switch a:before, .inner-folders__list li a:before, .text-right-left .g-button:before, .cart-popup__btns .gr_cart_btn:before, .product-quick-view .shop2-product .gr-product-options .gr-product-options-more__btn:before, .product-quick-view .shop2-product .form-additional .gr-quick-more-btn:before, .special-popup__btn a:before, .smart-search-folders__list li a:before, .smart-search-vendors__list li a:before, #search-result .search-result-btn:before, .card-product-preview__btns .card_popup_close:before, .gr-btn-4:before, .gr-btn-5:before, .about-shares__popup:before, .form-subscription__form form .tpl-field-button button:before, .top-slider__more:before, .about-stock__more:before, .gr-icon-btn-1:before, .tns-controls button:before, .product-quick-view .prev_product_caller:before, .product-quick-view .next_product_caller:before, .quick-view-trigger:before, .gr-icon-btn-2:before, .product-quick-view .quick-card-slider__thumbs .tns-controls button:before, .card-product-preview .tns-controls button:before, .gr-icon-btn-3:before, .filter-block .shop2-filter__title-icon:before, .search-form .row-title__icon:before, #shop2-alert-ok:before, .shop2-alert-close:before, .order-info-block__close:before, .gr-favorite-popup__close:before, .shop2-product-actions dd .close-desc-action:before, #shop2-cart .shop2-cart-table .cart-delete a:before, .shop-coupon .coupon-delete:before, .remodal .remodal-close-btn:before, .cart-popup #shop2-cart .popup-product__close a:before, .product-quick-view .popover-close:before, .timer-block__close:before, .product-quick-view2 .popover-close:before, .shop-product-btn:before, button.shop2-btn:before, input.shop2-btn[type="button"]:before, input.shop2-btn[type="submit"]:before, a.shop2-btn:before, .shop2-btn:before, .tpl-button:before, a.tpl-button:before, .tpl-field button:before, .tpl-field input[type="file"]:before, .tpl-field input[type="submit"]:before, .gr-field-style button:before, #orderForm button:before, .gr-field-style input[type="file"]:before, #orderForm input[type="file"]:before, .gr-field-style input[type="submit"]:before, #orderForm input[type="submit"]:before, .tns-nav button:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  border-radius: var(--gr_btn_radius);
  transition: all 0.18s linear;
  opacity: 0;
  visibility: hidden;
  background: var(--gr_btn_overlay_15);
}
.gr-btn-style:hover:before, .gr-btn-1:hover:before, .shop2-product-actions dl dt.promo-action:hover:before, .card-page .kinds-block.kind_columns_2 .kinds-block__items.kinds_slider .kind-item .buy-one-click.buy_one_click_action:hover:before, .card-page .kinds-block.kind_columns_3 .kinds-block__items.kinds_slider .kind-item .buy-one-click.buy_one_click_action:hover:before, .card-page .kinds-block.kind_columns_4 .kinds-block__items.kinds_slider .kind-item .buy-one-click.buy_one_click_action:hover:before, .card-page .kinds-block.kind_columns_5 .kinds-block__items.kinds_slider .kind-item .buy-one-click.buy_one_click_action:hover:before, .comments-block .comments-form .tpl-field-button button:hover:before, .comments-block .comments-reg .tpl-btns button:hover:before, .shop-product-data__desc .desc-area.mods_block .kinds-block .kinds-block__items .kind-item .buy-one-click.buy_one_click_action:hover:before, .shop2-order-form ~ .form-item.form-item-submit button:hover:before, .cart-total .cart-total-checkout:hover:before, .shop2-cart-auth button:hover:before, .remodal[data-remodal-id="cart-auth-remodal"] .form-registration__btn:hover:before, .product_columns_2 .product-list.thumbs .product-item .buy-one-click.buy_one_click_action:hover:before, .product_columns_3 .product-list.thumbs .product-item .buy-one-click.buy_one_click_action:hover:before, .product_columns_4 .product-list.thumbs .product-item .buy-one-click.buy_one_click_action:hover:before, .product-list.simple .product-item .buy-one-click.buy_one_click_action:hover:before, .product-list.list .product-item .buy-one-click.buy_one_click_action:hover:before, .card-page .form-additional .shop-product-btn:not(.notavailable):hover:before, .card-page .form-additional .buy-one-click.buy_one_click.buy_one_click_action:hover:before, .shop2-compare-switch a.shop2-compare-switch-active:hover:before, .shop-folders__btn:hover:before, .cart-popup__btns .gr-order-one-page:hover:before, .gr-cart-preview #shop2-cart-preview a:hover:before, .product-quick-view .shop2-product .form-additional .shop-product-btn:not(.notavailable):hover:before, .timer-block__btn a:hover:before, .recent-block .recent-item .shop-product-btn:hover:before, .card-product-preview__btns .gr_cart_btn:hover:before, .gr-btn-2:hover:before, .filter-block .shop2-filter-btns .shop2-filter-go:hover:before, .filter-popup-btn:hover:before, .login-form__enter .user-enter-btn:hover:before, .login-form .user-block__orders .user-orders-btn:hover:before, .search-form .search-rows__btn .search-btn:hover:before, .cart-total .cart-total-order-checkout:hover:before, .cart-registration__btns .cart-registration__btn a:hover:before, .remodal[data-remodal-id="other-contact"] > span:hover:before, .text-right-left .btn_payment_rest.g-button:hover:before, .special-popup__form .tpl-anketa .tpl-field.tpl-field-button button:hover:before, .gr-btn-3:hover:before, .gr-field-style input[type="button"]:hover:before, #orderForm input[type="button"]:hover:before, .tpl-field input[type="button"]:hover:before, .shop2-btn.shop2-btn-back:hover:before, .filter-block .shop2-filter-btns .shop2-filter-reset:hover:before, .filter-block .gr-filter-more__btn:hover:before, .lazy-pagelist .lazy-pagelist-btn:hover:before, .login-form__reg .user-reg-btn:hover:before, .login-form .user-block__logout .user-logout-btn:hover:before, .search-form .gr-filter-more__btn:hover:before, .folders-submenu a.folders-submenu__prev:hover:before, .folders-submenu a.folders-submenu__next:hover:before, .shop2-product-params .param-body .file:hover:before, .shop2-product-options .option-body .file:hover:before, .cart-params__value .file:hover:before, .card-page .kinds-block.kind_columns_2 .kinds-block__items.kinds_slider .kind-item .buy-one-click:hover:before, .card-page .kinds-block.kind_columns_3 .kinds-block__items.kinds_slider .kind-item .buy-one-click:hover:before, .card-page .kinds-block.kind_columns_4 .kinds-block__items.kinds_slider .kind-item .buy-one-click:hover:before, .card-page .kinds-block.kind_columns_5 .kinds-block__items.kinds_slider .kind-item .buy-one-click:hover:before, .comments-block .comments-reg .tpl-right a:hover:before, .comments-block .comments-reg .tpl-btns a:hover:before, .shop-product-data__nav li a:hover:before, .shop-product-data__desc .r-tabs-accordion-title a:hover:before, .shop-product-data__desc .desc-area.mods_block .kinds-block .kinds-block__items .kind-item .buy-one-click:hover:before, .coupon-additional__btn:hover:before, .shop-coupon .coupon-btn:hover:before, .cart-total div.shop2-cart-update a:hover:before, .product_columns_2 .product-list.thumbs .product-item .buy-one-click:hover:before, .product_columns_3 .product-list.thumbs .product-item .buy-one-click:hover:before, .product_columns_4 .product-list.thumbs .product-item .buy-one-click:hover:before, .product-list.simple .product-item .buy-one-click:hover:before, .product-list.list .product-item .buy-one-click:hover:before, .card-page .card-nav__btn:first-child:hover:before, .card-page .card-nav__btn:last-child:hover:before, .card-page .form-additional .buy-one-click:hover:before, .card-page .shop-product-tags__item:hover:before, .card-page .shop-product-folders__item:hover:before, .shop2-vendor-folders li a:hover:before, .shop2-compare-switch a:hover:before, .inner-folders__list li a:hover:before, .text-right-left .g-button:hover:before, .cart-popup__btns .gr_cart_btn:hover:before, .product-quick-view .shop2-product .gr-product-options .gr-product-options-more__btn:hover:before, .product-quick-view .shop2-product .form-additional .gr-quick-more-btn:hover:before, .special-popup__btn a:hover:before, .smart-search-folders__list li a:hover:before, .smart-search-vendors__list li a:hover:before, #search-result .search-result-btn:hover:before, .card-product-preview__btns .card_popup_close:hover:before, .gr-btn-4:hover:before, .gr-btn-5:hover:before, .about-shares__popup:hover:before, .form-subscription__form form .tpl-field-button button:hover:before, .top-slider__more:hover:before, .about-stock__more:hover:before, .gr-icon-btn-1:hover:before, .tns-controls button:hover:before, .product-quick-view .prev_product_caller:hover:before, .product-quick-view .next_product_caller:hover:before, .quick-view-trigger:hover:before, .gr-icon-btn-2:hover:before, .product-quick-view .quick-card-slider__thumbs .tns-controls button:hover:before, .card-product-preview .tns-controls button:hover:before, .gr-icon-btn-3:hover:before, .filter-block .shop2-filter__title-icon:hover:before, .search-form .row-title__icon:hover:before, #shop2-alert-ok:hover:before, .shop2-alert-close:hover:before, .order-info-block__close:hover:before, .gr-favorite-popup__close:hover:before, .shop2-product-actions dd .close-desc-action:hover:before, #shop2-cart .shop2-cart-table .cart-delete a:hover:before, .shop-coupon .coupon-delete:hover:before, .remodal .remodal-close-btn:hover:before, .cart-popup #shop2-cart .popup-product__close a:hover:before, .product-quick-view .popover-close:hover:before, .timer-block__close:hover:before, .product-quick-view2 .popover-close:hover:before, .shop-product-btn:hover:before, button.shop2-btn:hover:before, input.shop2-btn[type="button"]:hover:before, input.shop2-btn[type="submit"]:hover:before, a.shop2-btn:hover:before, .shop2-btn:hover:before, .tpl-button:hover:before, a.tpl-button:hover:before, .tpl-field button:hover:before, .tpl-field input[type="file"]:hover:before, .tpl-field input[type="submit"]:hover:before, .gr-field-style button:hover:before, #orderForm button:hover:before, .gr-field-style input[type="file"]:hover:before, #orderForm input[type="file"]:hover:before, .gr-field-style input[type="submit"]:hover:before, #orderForm input[type="submit"]:hover:before, .tns-nav button:hover:before {
  opacity: 1;
  visibility: visible;
}
.gr-btn-style:active:before, .gr-btn-1:active:before, .shop2-product-actions dl dt.promo-action:active:before, .card-page .kinds-block.kind_columns_2 .kinds-block__items.kinds_slider .kind-item .buy-one-click.buy_one_click_action:active:before, .card-page .kinds-block.kind_columns_3 .kinds-block__items.kinds_slider .kind-item .buy-one-click.buy_one_click_action:active:before, .card-page .kinds-block.kind_columns_4 .kinds-block__items.kinds_slider .kind-item .buy-one-click.buy_one_click_action:active:before, .card-page .kinds-block.kind_columns_5 .kinds-block__items.kinds_slider .kind-item .buy-one-click.buy_one_click_action:active:before, .comments-block .comments-form .tpl-field-button button:active:before, .comments-block .comments-reg .tpl-btns button:active:before, .shop-product-data__desc .desc-area.mods_block .kinds-block .kinds-block__items .kind-item .buy-one-click.buy_one_click_action:active:before, .shop2-order-form ~ .form-item.form-item-submit button:active:before, .cart-total .cart-total-checkout:active:before, .shop2-cart-auth button:active:before, .remodal[data-remodal-id="cart-auth-remodal"] .form-registration__btn:active:before, .product_columns_2 .product-list.thumbs .product-item .buy-one-click.buy_one_click_action:active:before, .product_columns_3 .product-list.thumbs .product-item .buy-one-click.buy_one_click_action:active:before, .product_columns_4 .product-list.thumbs .product-item .buy-one-click.buy_one_click_action:active:before, .product-list.simple .product-item .buy-one-click.buy_one_click_action:active:before, .product-list.list .product-item .buy-one-click.buy_one_click_action:active:before, .card-page .form-additional .shop-product-btn:not(.notavailable):active:before, .card-page .form-additional .buy-one-click.buy_one_click.buy_one_click_action:active:before, .shop2-compare-switch a.shop2-compare-switch-active:active:before, .shop-folders__btn:active:before, .cart-popup__btns .gr-order-one-page:active:before, .gr-cart-preview #shop2-cart-preview a:active:before, .product-quick-view .shop2-product .form-additional .shop-product-btn:not(.notavailable):active:before, .timer-block__btn a:active:before, .recent-block .recent-item .shop-product-btn:active:before, .card-product-preview__btns .gr_cart_btn:active:before, .gr-btn-2:active:before, .filter-block .shop2-filter-btns .shop2-filter-go:active:before, .filter-popup-btn:active:before, .login-form__enter .user-enter-btn:active:before, .login-form .user-block__orders .user-orders-btn:active:before, .search-form .search-rows__btn .search-btn:active:before, .cart-total .cart-total-order-checkout:active:before, .cart-registration__btns .cart-registration__btn a:active:before, .remodal[data-remodal-id="other-contact"] > span:active:before, .text-right-left .btn_payment_rest.g-button:active:before, .special-popup__form .tpl-anketa .tpl-field.tpl-field-button button:active:before, .gr-btn-3:active:before, .gr-field-style input[type="button"]:active:before, #orderForm input[type="button"]:active:before, .tpl-field input[type="button"]:active:before, .shop2-btn.shop2-btn-back:active:before, .filter-block .shop2-filter-btns .shop2-filter-reset:active:before, .filter-block .gr-filter-more__btn:active:before, .lazy-pagelist .lazy-pagelist-btn:active:before, .login-form__reg .user-reg-btn:active:before, .login-form .user-block__logout .user-logout-btn:active:before, .search-form .gr-filter-more__btn:active:before, .folders-submenu a.folders-submenu__prev:active:before, .folders-submenu a.folders-submenu__next:active:before, .shop2-product-params .param-body .file:active:before, .shop2-product-options .option-body .file:active:before, .cart-params__value .file:active:before, .card-page .kinds-block.kind_columns_2 .kinds-block__items.kinds_slider .kind-item .buy-one-click:active:before, .card-page .kinds-block.kind_columns_3 .kinds-block__items.kinds_slider .kind-item .buy-one-click:active:before, .card-page .kinds-block.kind_columns_4 .kinds-block__items.kinds_slider .kind-item .buy-one-click:active:before, .card-page .kinds-block.kind_columns_5 .kinds-block__items.kinds_slider .kind-item .buy-one-click:active:before, .comments-block .comments-reg .tpl-right a:active:before, .comments-block .comments-reg .tpl-btns a:active:before, .shop-product-data__nav li a:active:before, .shop-product-data__desc .r-tabs-accordion-title a:active:before, .shop-product-data__desc .desc-area.mods_block .kinds-block .kinds-block__items .kind-item .buy-one-click:active:before, .coupon-additional__btn:active:before, .shop-coupon .coupon-btn:active:before, .cart-total div.shop2-cart-update a:active:before, .product_columns_2 .product-list.thumbs .product-item .buy-one-click:active:before, .product_columns_3 .product-list.thumbs .product-item .buy-one-click:active:before, .product_columns_4 .product-list.thumbs .product-item .buy-one-click:active:before, .product-list.simple .product-item .buy-one-click:active:before, .product-list.list .product-item .buy-one-click:active:before, .card-page .card-nav__btn:first-child:active:before, .card-page .card-nav__btn:last-child:active:before, .card-page .form-additional .buy-one-click:active:before, .card-page .shop-product-tags__item:active:before, .card-page .shop-product-folders__item:active:before, .shop2-vendor-folders li a:active:before, .shop2-compare-switch a:active:before, .inner-folders__list li a:active:before, .text-right-left .g-button:active:before, .cart-popup__btns .gr_cart_btn:active:before, .product-quick-view .shop2-product .gr-product-options .gr-product-options-more__btn:active:before, .product-quick-view .shop2-product .form-additional .gr-quick-more-btn:active:before, .special-popup__btn a:active:before, .smart-search-folders__list li a:active:before, .smart-search-vendors__list li a:active:before, #search-result .search-result-btn:active:before, .card-product-preview__btns .card_popup_close:active:before, .gr-btn-4:active:before, .gr-btn-5:active:before, .about-shares__popup:active:before, .form-subscription__form form .tpl-field-button button:active:before, .top-slider__more:active:before, .about-stock__more:active:before, .gr-icon-btn-1:active:before, .tns-controls button:active:before, .product-quick-view .prev_product_caller:active:before, .product-quick-view .next_product_caller:active:before, .quick-view-trigger:active:before, .gr-icon-btn-2:active:before, .product-quick-view .quick-card-slider__thumbs .tns-controls button:active:before, .card-product-preview .tns-controls button:active:before, .gr-icon-btn-3:active:before, .filter-block .shop2-filter__title-icon:active:before, .search-form .row-title__icon:active:before, #shop2-alert-ok:active:before, .shop2-alert-close:active:before, .order-info-block__close:active:before, .gr-favorite-popup__close:active:before, .shop2-product-actions dd .close-desc-action:active:before, #shop2-cart .shop2-cart-table .cart-delete a:active:before, .shop-coupon .coupon-delete:active:before, .remodal .remodal-close-btn:active:before, .cart-popup #shop2-cart .popup-product__close a:active:before, .product-quick-view .popover-close:active:before, .timer-block__close:active:before, .product-quick-view2 .popover-close:active:before, .shop-product-btn:active:before, button.shop2-btn:active:before, input.shop2-btn[type="button"]:active:before, input.shop2-btn[type="submit"]:active:before, a.shop2-btn:active:before, .shop2-btn:active:before, .tpl-button:active:before, a.tpl-button:active:before, .tpl-field button:active:before, .tpl-field input[type="file"]:active:before, .tpl-field input[type="submit"]:active:before, .gr-field-style button:active:before, #orderForm button:active:before, .gr-field-style input[type="file"]:active:before, #orderForm input[type="file"]:active:before, .gr-field-style input[type="submit"]:active:before, #orderForm input[type="submit"]:active:before, .tns-nav button:active:before {
  background: var(--gr_btn_overlay_a_05);
  opacity: 1;
  visibility: visible;
}
.gr-btn-style:active, .gr-btn-1:active, .shop2-product-actions dl dt.promo-action:active, .card-page .kinds-block.kind_columns_2 .kinds-block__items.kinds_slider .kind-item .buy-one-click.buy_one_click_action:active, .card-page .kinds-block.kind_columns_3 .kinds-block__items.kinds_slider .kind-item .buy-one-click.buy_one_click_action:active, .card-page .kinds-block.kind_columns_4 .kinds-block__items.kinds_slider .kind-item .buy-one-click.buy_one_click_action:active, .card-page .kinds-block.kind_columns_5 .kinds-block__items.kinds_slider .kind-item .buy-one-click.buy_one_click_action:active, .comments-block .comments-form .tpl-field-button button:active, .comments-block .comments-reg .tpl-btns button:active, .shop-product-data__desc .desc-area.mods_block .kinds-block .kinds-block__items .kind-item .buy-one-click.buy_one_click_action:active, .shop2-order-form ~ .form-item.form-item-submit button:active, .cart-total .cart-total-checkout:active, .shop2-cart-auth button:active, .remodal[data-remodal-id="cart-auth-remodal"] .form-registration__btn:active, .product_columns_2 .product-list.thumbs .product-item .buy-one-click.buy_one_click_action:active, .product_columns_3 .product-list.thumbs .product-item .buy-one-click.buy_one_click_action:active, .product_columns_4 .product-list.thumbs .product-item .buy-one-click.buy_one_click_action:active, .product-list.simple .product-item .buy-one-click.buy_one_click_action:active, .product-list.list .product-item .buy-one-click.buy_one_click_action:active, .card-page .form-additional .shop-product-btn:not(.notavailable):active, .card-page .form-additional .buy-one-click.buy_one_click.buy_one_click_action:active, .shop2-compare-switch a.shop2-compare-switch-active:active, .shop-folders__btn:active, .cart-popup__btns .gr-order-one-page:active, .gr-cart-preview #shop2-cart-preview a:active, .product-quick-view .shop2-product .form-additional .shop-product-btn:not(.notavailable):active, .timer-block__btn a:active, .recent-block .recent-item .shop-product-btn:active, .card-product-preview__btns .gr_cart_btn:active, .gr-btn-2:active, .filter-block .shop2-filter-btns .shop2-filter-go:active, .filter-popup-btn:active, .login-form__enter .user-enter-btn:active, .login-form .user-block__orders .user-orders-btn:active, .search-form .search-rows__btn .search-btn:active, .cart-total .cart-total-order-checkout:active, .cart-registration__btns .cart-registration__btn a:active, .remodal[data-remodal-id="other-contact"] > span:active, .text-right-left .btn_payment_rest.g-button:active, .special-popup__form .tpl-anketa .tpl-field.tpl-field-button button:active, .gr-btn-3:active, .gr-field-style input[type="button"]:active, #orderForm input[type="button"]:active, .tpl-field input[type="button"]:active, .shop2-btn.shop2-btn-back:active, .filter-block .shop2-filter-btns .shop2-filter-reset:active, .filter-block .gr-filter-more__btn:active, .lazy-pagelist .lazy-pagelist-btn:active, .login-form__reg .user-reg-btn:active, .login-form .user-block__logout .user-logout-btn:active, .search-form .gr-filter-more__btn:active, .folders-submenu a.folders-submenu__prev:active, .folders-submenu a.folders-submenu__next:active, .shop2-product-params .param-body .file:active, .shop2-product-options .option-body .file:active, .cart-params__value .file:active, .card-page .kinds-block.kind_columns_2 .kinds-block__items.kinds_slider .kind-item .buy-one-click:active, .card-page .kinds-block.kind_columns_3 .kinds-block__items.kinds_slider .kind-item .buy-one-click:active, .card-page .kinds-block.kind_columns_4 .kinds-block__items.kinds_slider .kind-item .buy-one-click:active, .card-page .kinds-block.kind_columns_5 .kinds-block__items.kinds_slider .kind-item .buy-one-click:active, .comments-block .comments-reg .tpl-right a:active, .comments-block .comments-reg .tpl-btns a:active, .shop-product-data__nav li a:active, .shop-product-data__desc .r-tabs-accordion-title a:active, .shop-product-data__desc .desc-area.mods_block .kinds-block .kinds-block__items .kind-item .buy-one-click:active, .coupon-additional__btn:active, .shop-coupon .coupon-btn:active, .cart-total div.shop2-cart-update a:active, .product_columns_2 .product-list.thumbs .product-item .buy-one-click:active, .product_columns_3 .product-list.thumbs .product-item .buy-one-click:active, .product_columns_4 .product-list.thumbs .product-item .buy-one-click:active, .product-list.simple .product-item .buy-one-click:active, .product-list.list .product-item .buy-one-click:active, .card-page .card-nav__btn:first-child:active, .card-page .card-nav__btn:last-child:active, .card-page .form-additional .buy-one-click:active, .card-page .shop-product-tags__item:active, .card-page .shop-product-folders__item:active, .shop2-vendor-folders li a:active, .shop2-compare-switch a:active, .inner-folders__list li a:active, .text-right-left .g-button:active, .cart-popup__btns .gr_cart_btn:active, .product-quick-view .shop2-product .gr-product-options .gr-product-options-more__btn:active, .product-quick-view .shop2-product .form-additional .gr-quick-more-btn:active, .special-popup__btn a:active, .smart-search-folders__list li a:active, .smart-search-vendors__list li a:active, #search-result .search-result-btn:active, .card-product-preview__btns .card_popup_close:active, .gr-btn-4:active, .gr-btn-5:active, .about-shares__popup:active, .form-subscription__form form .tpl-field-button button:active, .top-slider__more:active, .about-stock__more:active, .gr-icon-btn-1:active, .tns-controls button:active, .product-quick-view .prev_product_caller:active, .product-quick-view .next_product_caller:active, .quick-view-trigger:active, .gr-icon-btn-2:active, .product-quick-view .quick-card-slider__thumbs .tns-controls button:active, .card-product-preview .tns-controls button:active, .gr-icon-btn-3:active, .filter-block .shop2-filter__title-icon:active, .search-form .row-title__icon:active, #shop2-alert-ok:active, .shop2-alert-close:active, .order-info-block__close:active, .gr-favorite-popup__close:active, .shop2-product-actions dd .close-desc-action:active, #shop2-cart .shop2-cart-table .cart-delete a:active, .shop-coupon .coupon-delete:active, .remodal .remodal-close-btn:active, .cart-popup #shop2-cart .popup-product__close a:active, .product-quick-view .popover-close:active, .timer-block__close:active, .product-quick-view2 .popover-close:active, .shop-product-btn:active, button.shop2-btn:active, input.shop2-btn[type="button"]:active, input.shop2-btn[type="submit"]:active, a.shop2-btn:active, .shop2-btn:active, .tpl-button:active, a.tpl-button:active, .tpl-field button:active, .tpl-field input[type="file"]:active, .tpl-field input[type="submit"]:active, .gr-field-style button:active, #orderForm button:active, .gr-field-style input[type="file"]:active, #orderForm input[type="file"]:active, .gr-field-style input[type="submit"]:active, #orderForm input[type="submit"]:active, .tns-nav button:active {
  transition: all 0.05s linear;
}
.gr-btn-style:active:before, .gr-btn-1:active:before, .shop2-product-actions dl dt.promo-action:active:before, .card-page .kinds-block.kind_columns_2 .kinds-block__items.kinds_slider .kind-item .buy-one-click.buy_one_click_action:active:before, .card-page .kinds-block.kind_columns_3 .kinds-block__items.kinds_slider .kind-item .buy-one-click.buy_one_click_action:active:before, .card-page .kinds-block.kind_columns_4 .kinds-block__items.kinds_slider .kind-item .buy-one-click.buy_one_click_action:active:before, .card-page .kinds-block.kind_columns_5 .kinds-block__items.kinds_slider .kind-item .buy-one-click.buy_one_click_action:active:before, .comments-block .comments-form .tpl-field-button button:active:before, .comments-block .comments-reg .tpl-btns button:active:before, .shop-product-data__desc .desc-area.mods_block .kinds-block .kinds-block__items .kind-item .buy-one-click.buy_one_click_action:active:before, .shop2-order-form ~ .form-item.form-item-submit button:active:before, .cart-total .cart-total-checkout:active:before, .shop2-cart-auth button:active:before, .remodal[data-remodal-id="cart-auth-remodal"] .form-registration__btn:active:before, .product_columns_2 .product-list.thumbs .product-item .buy-one-click.buy_one_click_action:active:before, .product_columns_3 .product-list.thumbs .product-item .buy-one-click.buy_one_click_action:active:before, .product_columns_4 .product-list.thumbs .product-item .buy-one-click.buy_one_click_action:active:before, .product-list.simple .product-item .buy-one-click.buy_one_click_action:active:before, .product-list.list .product-item .buy-one-click.buy_one_click_action:active:before, .card-page .form-additional .shop-product-btn:not(.notavailable):active:before, .card-page .form-additional .buy-one-click.buy_one_click.buy_one_click_action:active:before, .shop2-compare-switch a.shop2-compare-switch-active:active:before, .shop-folders__btn:active:before, .cart-popup__btns .gr-order-one-page:active:before, .gr-cart-preview #shop2-cart-preview a:active:before, .product-quick-view .shop2-product .form-additional .shop-product-btn:not(.notavailable):active:before, .timer-block__btn a:active:before, .recent-block .recent-item .shop-product-btn:active:before, .card-product-preview__btns .gr_cart_btn:active:before, .gr-btn-2:active:before, .filter-block .shop2-filter-btns .shop2-filter-go:active:before, .filter-popup-btn:active:before, .login-form__enter .user-enter-btn:active:before, .login-form .user-block__orders .user-orders-btn:active:before, .search-form .search-rows__btn .search-btn:active:before, .cart-total .cart-total-order-checkout:active:before, .cart-registration__btns .cart-registration__btn a:active:before, .remodal[data-remodal-id="other-contact"] > span:active:before, .text-right-left .btn_payment_rest.g-button:active:before, .special-popup__form .tpl-anketa .tpl-field.tpl-field-button button:active:before, .gr-btn-3:active:before, .gr-field-style input[type="button"]:active:before, #orderForm input[type="button"]:active:before, .tpl-field input[type="button"]:active:before, .shop2-btn.shop2-btn-back:active:before, .filter-block .shop2-filter-btns .shop2-filter-reset:active:before, .filter-block .gr-filter-more__btn:active:before, .lazy-pagelist .lazy-pagelist-btn:active:before, .login-form__reg .user-reg-btn:active:before, .login-form .user-block__logout .user-logout-btn:active:before, .search-form .gr-filter-more__btn:active:before, .folders-submenu a.folders-submenu__prev:active:before, .folders-submenu a.folders-submenu__next:active:before, .shop2-product-params .param-body .file:active:before, .shop2-product-options .option-body .file:active:before, .cart-params__value .file:active:before, .card-page .kinds-block.kind_columns_2 .kinds-block__items.kinds_slider .kind-item .buy-one-click:active:before, .card-page .kinds-block.kind_columns_3 .kinds-block__items.kinds_slider .kind-item .buy-one-click:active:before, .card-page .kinds-block.kind_columns_4 .kinds-block__items.kinds_slider .kind-item .buy-one-click:active:before, .card-page .kinds-block.kind_columns_5 .kinds-block__items.kinds_slider .kind-item .buy-one-click:active:before, .comments-block .comments-reg .tpl-right a:active:before, .comments-block .comments-reg .tpl-btns a:active:before, .shop-product-data__nav li a:active:before, .shop-product-data__desc .r-tabs-accordion-title a:active:before, .shop-product-data__desc .desc-area.mods_block .kinds-block .kinds-block__items .kind-item .buy-one-click:active:before, .coupon-additional__btn:active:before, .shop-coupon .coupon-btn:active:before, .cart-total div.shop2-cart-update a:active:before, .product_columns_2 .product-list.thumbs .product-item .buy-one-click:active:before, .product_columns_3 .product-list.thumbs .product-item .buy-one-click:active:before, .product_columns_4 .product-list.thumbs .product-item .buy-one-click:active:before, .product-list.simple .product-item .buy-one-click:active:before, .product-list.list .product-item .buy-one-click:active:before, .card-page .card-nav__btn:first-child:active:before, .card-page .card-nav__btn:last-child:active:before, .card-page .form-additional .buy-one-click:active:before, .card-page .shop-product-tags__item:active:before, .card-page .shop-product-folders__item:active:before, .shop2-vendor-folders li a:active:before, .shop2-compare-switch a:active:before, .inner-folders__list li a:active:before, .text-right-left .g-button:active:before, .cart-popup__btns .gr_cart_btn:active:before, .product-quick-view .shop2-product .gr-product-options .gr-product-options-more__btn:active:before, .product-quick-view .shop2-product .form-additional .gr-quick-more-btn:active:before, .special-popup__btn a:active:before, .smart-search-folders__list li a:active:before, .smart-search-vendors__list li a:active:before, #search-result .search-result-btn:active:before, .card-product-preview__btns .card_popup_close:active:before, .gr-btn-4:active:before, .gr-btn-5:active:before, .about-shares__popup:active:before, .form-subscription__form form .tpl-field-button button:active:before, .top-slider__more:active:before, .about-stock__more:active:before, .gr-icon-btn-1:active:before, .tns-controls button:active:before, .product-quick-view .prev_product_caller:active:before, .product-quick-view .next_product_caller:active:before, .quick-view-trigger:active:before, .gr-icon-btn-2:active:before, .product-quick-view .quick-card-slider__thumbs .tns-controls button:active:before, .card-product-preview .tns-controls button:active:before, .gr-icon-btn-3:active:before, .filter-block .shop2-filter__title-icon:active:before, .search-form .row-title__icon:active:before, #shop2-alert-ok:active:before, .shop2-alert-close:active:before, .order-info-block__close:active:before, .gr-favorite-popup__close:active:before, .shop2-product-actions dd .close-desc-action:active:before, #shop2-cart .shop2-cart-table .cart-delete a:active:before, .shop-coupon .coupon-delete:active:before, .remodal .remodal-close-btn:active:before, .cart-popup #shop2-cart .popup-product__close a:active:before, .product-quick-view .popover-close:active:before, .timer-block__close:active:before, .product-quick-view2 .popover-close:active:before, .shop-product-btn:active:before, button.shop2-btn:active:before, input.shop2-btn[type="button"]:active:before, input.shop2-btn[type="submit"]:active:before, a.shop2-btn:active:before, .shop2-btn:active:before, .tpl-button:active:before, a.tpl-button:active:before, .tpl-field button:active:before, .tpl-field input[type="file"]:active:before, .tpl-field input[type="submit"]:active:before, .gr-field-style button:active:before, #orderForm button:active:before, .gr-field-style input[type="file"]:active:before, #orderForm input[type="file"]:active:before, .gr-field-style input[type="submit"]:active:before, #orderForm input[type="submit"]:active:before, .tns-nav button:active:before {
  transition: all 0.05s linear;
}
/*----Text buttons----*/
.gr-large-btn-desktop, .shop-product-btn.type-3, .filter-block .shop2-filter-btns .shop2-filter-go.gr_filter_go, .filter-block .shop2-filter-btns .shop2-filter-reset.gr_filter_reset, .shop2-order-form ~ .form-item.form-item-submit button.shop2-btn, .cart-total div.shop2-cart-update a.shop2-cart-update, .cart-total .cart-total-checkout.cart_total_checkout, .cart-total .cart-total-order-checkout.cart_total_order_checkout, .cart-registration__btns .cart-registration__btn a.cart-registration-btn, .shop2-cart-auth button.shop2-cart-auth__btn, .remodal[data-remodal-id="cart-auth-remodal"] .form-registration__btn.form_registration_btn, .product-list.simple .product-item .buy-one-click.buy_one_click_action, .card-page .form-additional .buy-one-click.buy_one_click, .card-page .form-additional .buy-one-click.buy_one_click.buy_one_click_action[data-remodal-target="buy-one-click"], .gr-buttons__item-list a.large, .gr-buttons__item-list button.large, .product-quick-view .shop2-product .form-additional .gr-quick-more-btn.gr_quick_more_btn {
  font-size: 16px;
  line-height: 1.125;
  padding: 19px 30px;
}
@media (max-width: 1260px) {
  .gr-large-btn-tablet, .filter-block .shop2-filter-btns .shop2-filter-go.gr_filter_go, .filter-block .shop2-filter-btns .shop2-filter-reset.gr_filter_reset, .shop2-order-form ~ .form-item.form-item-submit button.shop2-btn, .cart-total div.shop2-cart-update a.shop2-cart-update, .cart-total .cart-total-checkout.cart_total_checkout, .cart-total .cart-total-order-checkout.cart_total_order_checkout, .cart-registration__btns .cart-registration__btn a.cart-registration-btn, .shop2-cart-auth button.shop2-cart-auth__btn, .remodal[data-remodal-id="cart-auth-remodal"] .form-registration__btn.form_registration_btn, .gr-buttons__item-list a.large, .gr-buttons__item-list button.large {
    font-size: 16px;
    line-height: 1.125;
    padding: 19px 30px;
  }
}
@media (max-width: 767px) {
  .gr-large-btn-mobile, .filter-block .shop2-filter-btns .shop2-filter-go.gr_filter_go, .filter-block .shop2-filter-btns .shop2-filter-reset.gr_filter_reset, .shop2-order-form ~ .form-item.form-item-submit button.shop2-btn, .cart-total div.shop2-cart-update a.shop2-cart-update, .cart-total .cart-total-checkout.cart_total_checkout, .cart-total .cart-total-order-checkout.cart_total_order_checkout, .cart-registration__btns .cart-registration__btn a.cart-registration-btn, .shop2-cart-auth button.shop2-cart-auth__btn, .remodal[data-remodal-id="cart-auth-remodal"] .form-registration__btn.form_registration_btn, .gr-buttons__item-list a.large, .gr-buttons__item-list button.large {
    font-size: 16px;
    line-height: 1.125;
    padding: 19px 24px;
  }
}
.gr-medium-btn-desktop, .shop-product-btn, .shop-product-btn.type-2, .gr-btn-1, .shop2-product-actions dl dt.promo-action, .card-page .kinds-block.kind_columns_2 .kinds-block__items.kinds_slider .kind-item .buy-one-click.buy_one_click_action, .card-page .kinds-block.kind_columns_3 .kinds-block__items.kinds_slider .kind-item .buy-one-click.buy_one_click_action, .card-page .kinds-block.kind_columns_4 .kinds-block__items.kinds_slider .kind-item .buy-one-click.buy_one_click_action, .card-page .kinds-block.kind_columns_5 .kinds-block__items.kinds_slider .kind-item .buy-one-click.buy_one_click_action, .comments-block .comments-form .tpl-field-button button, .comments-block .comments-reg .tpl-btns button, .shop-product-data__desc .desc-area.mods_block .kinds-block .kinds-block__items .kind-item .buy-one-click.buy_one_click_action, .shop2-order-form ~ .form-item.form-item-submit button, .cart-total .cart-total-checkout, .shop2-cart-auth button, .remodal[data-remodal-id="cart-auth-remodal"] .form-registration__btn, .product_columns_2 .product-list.thumbs .product-item .buy-one-click.buy_one_click_action, .product_columns_3 .product-list.thumbs .product-item .buy-one-click.buy_one_click_action, .product_columns_4 .product-list.thumbs .product-item .buy-one-click.buy_one_click_action, .product-list.simple .product-item .buy-one-click.buy_one_click_action, .product-list.list .product-item .buy-one-click.buy_one_click_action, .card-page .form-additional .shop-product-btn:not(.notavailable), .card-page .form-additional .buy-one-click.buy_one_click.buy_one_click_action, .shop2-compare-switch a.shop2-compare-switch-active, .shop-folders__btn, .cart-popup__btns .gr-order-one-page, .gr-cart-preview #shop2-cart-preview a, .product-quick-view .shop2-product .form-additional .shop-product-btn:not(.notavailable), .timer-block__btn a, .recent-block .recent-item .shop-product-btn, .card-product-preview__btns .gr_cart_btn, .gr-btn-2, .filter-block .shop2-filter-btns .shop2-filter-go, .filter-popup-btn, .login-form__enter .user-enter-btn, .login-form .user-block__orders .user-orders-btn, .search-form .search-rows__btn .search-btn, .cart-total .cart-total-order-checkout, .cart-registration__btns .cart-registration__btn a, .remodal[data-remodal-id="other-contact"] > span, .text-right-left .btn_payment_rest.g-button, .special-popup__form .tpl-anketa .tpl-field.tpl-field-button button, .gr-btn-3, .gr-field-style input[type="button"], #orderForm input[type="button"], .tpl-field input[type="button"], .shop2-btn.shop2-btn-back, .filter-block .shop2-filter-btns .shop2-filter-reset, .filter-block .gr-filter-more__btn, .lazy-pagelist .lazy-pagelist-btn, .login-form__reg .user-reg-btn, .login-form .user-block__logout .user-logout-btn, .search-form .gr-filter-more__btn, .folders-submenu a.folders-submenu__prev, .folders-submenu a.folders-submenu__next, .shop2-product-params .param-body .file, .shop2-product-options .option-body .file, .cart-params__value .file, .card-page .kinds-block.kind_columns_2 .kinds-block__items.kinds_slider .kind-item .buy-one-click, .card-page .kinds-block.kind_columns_3 .kinds-block__items.kinds_slider .kind-item .buy-one-click, .card-page .kinds-block.kind_columns_4 .kinds-block__items.kinds_slider .kind-item .buy-one-click, .card-page .kinds-block.kind_columns_5 .kinds-block__items.kinds_slider .kind-item .buy-one-click, .comments-block .comments-reg .tpl-right a, .comments-block .comments-reg .tpl-btns a, .shop-product-data__nav li a, .shop-product-data__desc .r-tabs-accordion-title a, .shop-product-data__desc .desc-area.mods_block .kinds-block .kinds-block__items .kind-item .buy-one-click, .coupon-additional__btn, .shop-coupon .coupon-btn, .cart-total div.shop2-cart-update a, .product_columns_2 .product-list.thumbs .product-item .buy-one-click, .product_columns_3 .product-list.thumbs .product-item .buy-one-click, .product_columns_4 .product-list.thumbs .product-item .buy-one-click, .product-list.simple .product-item .buy-one-click, .product-list.list .product-item .buy-one-click, .card-page .card-nav__btn:first-child, .card-page .card-nav__btn:last-child, .card-page .form-additional .buy-one-click, .card-page .shop-product-tags__item, .card-page .shop-product-folders__item, .shop2-vendor-folders li a, .shop2-compare-switch a, .inner-folders__list li a, .text-right-left .g-button, .cart-popup__btns .gr_cart_btn, .product-quick-view .shop2-product .gr-product-options .gr-product-options-more__btn, .product-quick-view .shop2-product .form-additional .gr-quick-more-btn, .special-popup__btn a, .smart-search-folders__list li a, .smart-search-vendors__list li a, #search-result .search-result-btn, .card-product-preview__btns .card_popup_close, .gr-btn-4, .gr-btn-5, .about-shares__popup, .form-subscription__form form .tpl-field-button button, .top-slider__more, .about-stock__more, button.shop2-btn, input[type="button"].shop2-btn, input[type="submit"].shop2-btn, a.shop2-btn, .shop2-btn, .tpl-button, a.tpl-button, .tpl-field button, .tpl-field input[type="file"], .tpl-field input[type="submit"], .gr-field-style button, #orderForm button, .gr-field-style input[type="file"], #orderForm input[type="file"], .gr-field-style input[type="submit"], #orderForm input[type="submit"], .cart-bonuses__right .bonus-apply, .card-page .gr-product-options .option-body .file, .product-quick-view .shop2-product .gr-product-options .option-body .file {
  font-size: 16px;
  line-height: 1.125;
  padding: 16px 30px;
}
@media (max-width: 1260px) {
  .gr-medium-btn-tablet, .shop-product-btn, .login-form__enter .user-enter-btn, .login-form__reg .user-reg-btn, .login-form .user-block__orders .user-orders-btn, .login-form .user-block__logout .user-logout-btn, .cart-bonuses__right .bonus-apply, .comments-block .comments-reg .tpl-right a, .comments-block .comments-reg .tpl-btns button, .comments-block .comments-reg .tpl-btns a, .coupon-additional__btn, .shop-coupon .coupon-btn, .card-page .gr-product-options .option-body .file, .cart-popup__btns .gr_cart_btn, .cart-popup__btns .gr-order-one-page, .product-quick-view .shop2-product .gr-product-options .option-body .file, .timer-block__btn a, .special-popup__btn a, .card-product-preview__btns .gr_cart_btn, .card-product-preview__btns .card_popup_close {
    font-size: 16px;
    line-height: 1.125;
    padding: 16px 30px;
  }
}
@media (max-width: 767px) {
  .gr-medium-btn-mobile, .shop-product-btn, .login-form__enter .user-enter-btn, .login-form__reg .user-reg-btn, .login-form .user-block__orders .user-orders-btn, .login-form .user-block__logout .user-logout-btn, .comments-block .comments-reg .tpl-right a, .comments-block .comments-reg .tpl-btns button, .comments-block .comments-reg .tpl-btns a, .shop-product-data__desc .r-tabs-accordion-title a, .coupon-additional__btn, .shop-coupon .coupon-btn, .card-page .gr-product-options .option-body .file, .card-page .form-additional .shop-product-btn:not(.notavailable), .card-page .form-additional .buy-one-click.buy_one_click, .card-page .form-additional .buy-one-click.buy_one_click.buy_one_click_action[data-remodal-target="buy-one-click"], .cart-popup__btns .gr_cart_btn, .cart-popup__btns .gr-order-one-page, .product-quick-view .shop2-product .gr-product-options .option-body .file, .product-quick-view .shop2-product .form-additional .shop-product-btn:not(.notavailable), .product-quick-view .shop2-product .form-additional .gr-quick-more-btn.gr_quick_more_btn, .timer-block__btn a, .special-popup__btn a, .card-product-preview__btns .gr_cart_btn, .card-product-preview__btns .card_popup_close {
    font-size: 13px;
    line-height: 1.125;
    padding: 16px 24px;
  }
}
.gr-small-btn-desktop, .shop-product-btn.type-1, .shop2-btn.shop2-btn-back, .filter-block .gr-filter-more__btn, .search-form .gr-filter-more__btn, .folders-submenu a.folders-submenu__prev, .folders-submenu a.folders-submenu__next, .shop2-product-actions dl dt.promo-action, .shop2-product-params .param-body .file, .shop2-product-options .option-body .file, .cart-params__value .file, .product-list.list .product-item .shop-product-btn.notavailable, .product-list.list .product-item .buy-one-click, .product-list.list .product-item .buy-one-click.buy_one_click_action, .card-page .card-nav__btn:first-child, .card-page .card-nav__btn:last-child, .card-page .shop-product-tags__item, .card-page .shop-product-folders__item, .shop2-vendor-folders li a, .shop2-compare-switch a, .shop2-compare-switch a.shop2-compare-switch-active, .gr-buttons__item-list a.small, .gr-buttons__item-list button.small, .text-right-left .btn_payment_rest.g-button, .text-right-left .g-button, .product-quick-view .shop2-product .gr-product-options .gr-product-options-more__btn, .smart-search-folders__list li a, .smart-search-vendors__list li a, #search-result .search-result-btn {
  font-size: 13px;
  line-height: 1.2;
  padding: 12px 20px;
}
@media (max-width: 1260px) {
  .gr-small-btn-tablet, .filter-block .gr-filter-more__btn, .search-form .gr-filter-more__btn, .folders-submenu a.folders-submenu__prev, .folders-submenu a.folders-submenu__next, .shop2-product-params .param-body .file, .shop2-product-options .option-body .file, .cart-params__value .file, .product-list.list .product-item .shop-product-btn.notavailable, .product-list.list .product-item .buy-one-click, .product-list.list .product-item .buy-one-click.buy_one_click_action, .card-page .card-nav__btn:first-child, .card-page .card-nav__btn:last-child, .card-page .shop-product-tags__item, .card-page .shop-product-folders__item, .shop2-vendor-folders li a, .gr-buttons__item-list a.small, .gr-buttons__item-list button.small, .text-right-left .btn_payment_rest.g-button, .text-right-left .g-button, .product-quick-view .shop2-product .gr-product-options .gr-product-options-more__btn, .smart-search-folders__list li a, .smart-search-vendors__list li a, #search-result .search-result-btn {
    font-size: 13px;
    line-height: 1.2;
    padding: 12px 20px;
  }
}
@media (max-width: 767px) {
  .gr-small-btn-mobile, .filter-block .gr-filter-more__btn, .search-form .gr-filter-more__btn, .folders-submenu a.folders-submenu__prev, .folders-submenu a.folders-submenu__next, .cart-bonuses__right .bonus-apply, .shop2-product-params .param-body .file, .shop2-product-options .option-body .file, .cart-params__value .file, .card-page .kinds-block.kind_columns_2 .kinds-block__items.kinds_slider .kind-item .shop-product-btn.notavailable, .card-page .kinds-block.kind_columns_2 .kinds-block__items.kinds_slider .kind-item .buy-one-click, .card-page .kinds-block.kind_columns_2 .kinds-block__items.kinds_slider .kind-item .buy-one-click.buy_one_click_action, .card-page .kinds-block.kind_columns_3 .kinds-block__items.kinds_slider .kind-item .shop-product-btn.notavailable, .card-page .kinds-block.kind_columns_3 .kinds-block__items.kinds_slider .kind-item .buy-one-click, .card-page .kinds-block.kind_columns_3 .kinds-block__items.kinds_slider .kind-item .buy-one-click.buy_one_click_action, .card-page .kinds-block.kind_columns_4 .kinds-block__items.kinds_slider .kind-item .shop-product-btn.notavailable, .card-page .kinds-block.kind_columns_5 .kinds-block__items.kinds_slider .kind-item .shop-product-btn.notavailable, .shop-product-data__desc .desc-area.mods_block .kinds-block .kinds-block__items .kind-item .shop-product-btn.notavailable, .product_columns_2 .product-list.thumbs .product-item .shop-product-btn.notavailable, .product_columns_2 .product-list.thumbs .product-item .buy-one-click, .product_columns_2 .product-list.thumbs .product-item .buy-one-click.buy_one_click_action, .product_columns_3 .product-list.thumbs .product-item .shop-product-btn.notavailable, .product_columns_3 .product-list.thumbs .product-item .buy-one-click, .product_columns_3 .product-list.thumbs .product-item .buy-one-click.buy_one_click_action, .product_columns_4 .product-list.thumbs .product-item .shop-product-btn.notavailable, .product-list.simple .product-item .shop-product-btn.notavailable, .product-list.simple .product-item .buy-one-click, .product-list.simple .product-item .buy-one-click.buy_one_click_action, .product-list.list .product-item .shop-product-btn.notavailable, .product-list.list .product-item .buy-one-click, .product-list.list .product-item .buy-one-click.buy_one_click_action, .card-page .card-nav__btn:first-child, .card-page .card-nav__btn:last-child, .card-page .shop-product-tags__item, .card-page .shop-product-folders__item, .shop2-vendor-folders li a, .gr-buttons__item-list a.small, .gr-buttons__item-list button.small, .text-right-left .btn_payment_rest.g-button, .text-right-left .g-button, .product-quick-view .shop2-product .gr-product-options .gr-product-options-more__btn, .smart-search-folders__list li a, .smart-search-vendors__list li a, #search-result .search-result-btn {
    font-size: 13px;
    line-height: 1.2;
    padding: 12px 20px;
  }
}
/*----Text buttons----*/
/*----Icon buttons----*/
.gr-large-icon-btn-desktop, .gr-icon-buttons .large {
  width: 60px;
  height: 60px;
  min-height: 60px;
}
@media (max-width: 1260px) {
  .gr-large-icon-btn-tablet, .gr-icon-buttons .large {
    width: 56px;
    height: 56px;
    min-height: 56px;
  }
}
@media (max-width: 767px) {
  .gr-large-icon-btn-mobile, .gr-icon-buttons .large {
    width: 52px;
    height: 52px;
    min-height: 52px;
  }
}
.gr-medium-icon-btn-desktop, .gr-icon-btn-1, .tns-controls button, .product-quick-view .prev_product_caller, .product-quick-view .next_product_caller, .quick-view-trigger, .gr-icon-btn-2, .product-quick-view .quick-card-slider__thumbs .tns-controls button, .card-product-preview .tns-controls button, .gr-icon-btn-3, .filter-block .shop2-filter__title-icon, .search-form .row-title__icon, #shop2-alert-ok, .shop2-alert-close, .order-info-block__close, .gr-favorite-popup__close, .shop2-product-actions dd .close-desc-action, #shop2-cart .shop2-cart-table .cart-delete a, .shop-coupon .coupon-delete, .remodal .remodal-close-btn, .cart-popup #shop2-cart .popup-product__close a, .product-quick-view .popover-close, .timer-block__close, .product-quick-view2 .popover-close {
  width: 50px;
  height: 50px;
  min-height: 50px;
}
@media (max-width: 1260px) {
  .gr-medium-icon-btn-tablet, .gr-icon-btn-1, .tns-controls button, .product-quick-view .prev_product_caller, .product-quick-view .next_product_caller, .quick-view-trigger, .gr-icon-btn-2, .product-quick-view .quick-card-slider__thumbs .tns-controls button, .card-product-preview .tns-controls button, .gr-icon-btn-3, .filter-block .shop2-filter__title-icon, .search-form .row-title__icon, #shop2-alert-ok, .shop2-alert-close, .order-info-block__close, .gr-favorite-popup__close, .shop2-product-actions dd .close-desc-action, #shop2-cart .shop2-cart-table .cart-delete a, .shop-coupon .coupon-delete, .remodal .remodal-close-btn, .cart-popup #shop2-cart .popup-product__close a, .product-quick-view .popover-close, .timer-block__close, .product-quick-view2 .popover-close {
    width: 48px;
    height: 48px;
    min-height: 48px;
  }
}
@media (max-width: 767px) {
  .gr-medium-icon-btn-mobile, .gr-icon-btn-1, .tns-controls button, .product-quick-view .prev_product_caller, .product-quick-view .next_product_caller, .quick-view-trigger, .gr-icon-btn-2, .product-quick-view .quick-card-slider__thumbs .tns-controls button, .card-product-preview .tns-controls button, .gr-icon-btn-3, .filter-block .shop2-filter__title-icon, .search-form .row-title__icon, #shop2-alert-ok, .shop2-alert-close, .order-info-block__close, .gr-favorite-popup__close, .shop2-product-actions dd .close-desc-action, #shop2-cart .shop2-cart-table .cart-delete a, .shop-coupon .coupon-delete, .remodal .remodal-close-btn, .cart-popup #shop2-cart .popup-product__close a, .product-quick-view .popover-close, .timer-block__close, .product-quick-view2 .popover-close {
    width: 46px;
    height: 46px;
    min-height: 46px;
  }
}
.gr-small-icon-btn-desktop, .tns-controls button, #shop2-alert-ok, .shop2-alert-close, .order-info-block__close, .gr-favorite-popup__close, .shop2-product-actions dd .close-desc-action, #shop2-cart .shop2-cart-table .cart-delete a, .shop-coupon .coupon-delete, .product-list.list .product-item .quick-view-trigger, .remodal .remodal-close-btn, .gr-icon-buttons .small, .cart-popup #shop2-cart .popup-product__close a, .product-quick-view .popover-close, .product-quick-view .quick-card-slider__thumbs .tns-controls button, .timer-block__close, .product-quick-view2 .popover-close, .card-product-preview .tns-controls button {
  width: 40px;
  height: 40px;
  min-height: 40px;
}
@media (max-width: 1260px) {
  .gr-small-icon-btn-tablet, .tns-controls button, #shop2-alert-ok, .shop2-alert-close, .order-info-block__close, .gr-favorite-popup__close, .shop2-product-actions dd .close-desc-action, .product-list.list .product-item .quick-view-trigger, .remodal .remodal-close-btn, .gr-icon-buttons .small, .product-quick-view .popover-close, .timer-block__close, .product-quick-view2 .popover-close {
    width: 36px;
    height: 36px;
    min-height: 36px;
  }
}
@media (max-width: 767px) {
  .gr-small-icon-btn-mobile, .tns-controls button, #shop2-alert-ok, .shop2-alert-close, .order-info-block__close, .gr-favorite-popup__close, .shop2-product-actions dd .close-desc-action, .product-list.list .product-item .quick-view-trigger, .remodal .remodal-close-btn, .gr-icon-buttons .small, .product-quick-view .popover-close, .timer-block__close, .product-quick-view2 .popover-close {
    width: 30px;
    height: 30px;
    min-height: 30px;
  }
}
/*----Icon buttons----*/
.gr-btn-icon-left span, .shop2-btn.shop2-btn-back span, .shop2-panel .shop-panel-content a span, .gr-shop-print__btn a span, .order-info-block__title span, .folders-submenu a.folders-submenu__prev span, #shop2-cart .shop2-cart-table__cleanup a span, .card-page .card-nav__btn:first-child span, .icon-btns2 .gr-btn-1 span, .icon-btns2 .shop2-product-actions dl dt.promo-action span, .shop2-product-actions dl .icon-btns2 dt.promo-action span, .icon-btns2 .card-page .kinds-block.kind_columns_2 .kinds-block__items.kinds_slider .kind-item .buy-one-click.buy_one_click_action span, .card-page .kinds-block.kind_columns_2 .kinds-block__items.kinds_slider .kind-item .icon-btns2 .buy-one-click.buy_one_click_action span, .icon-btns2 .card-page .kinds-block.kind_columns_3 .kinds-block__items.kinds_slider .kind-item .buy-one-click.buy_one_click_action span, .card-page .kinds-block.kind_columns_3 .kinds-block__items.kinds_slider .kind-item .icon-btns2 .buy-one-click.buy_one_click_action span, .icon-btns2 .card-page .kinds-block.kind_columns_4 .kinds-block__items.kinds_slider .kind-item .buy-one-click.buy_one_click_action span, .card-page .kinds-block.kind_columns_4 .kinds-block__items.kinds_slider .kind-item .icon-btns2 .buy-one-click.buy_one_click_action span, .icon-btns2 .card-page .kinds-block.kind_columns_5 .kinds-block__items.kinds_slider .kind-item .buy-one-click.buy_one_click_action span, .card-page .kinds-block.kind_columns_5 .kinds-block__items.kinds_slider .kind-item .icon-btns2 .buy-one-click.buy_one_click_action span, .icon-btns2 .comments-block .comments-form .tpl-field-button button span, .comments-block .comments-form .tpl-field-button .icon-btns2 button span, .icon-btns2 .comments-block .comments-reg .tpl-btns button span, .comments-block .comments-reg .tpl-btns .icon-btns2 button span, .icon-btns2 .shop-product-data__desc .desc-area.mods_block .kinds-block .kinds-block__items .kind-item .buy-one-click.buy_one_click_action span, .shop-product-data__desc .desc-area.mods_block .kinds-block .kinds-block__items .kind-item .icon-btns2 .buy-one-click.buy_one_click_action span, .icon-btns2 .shop2-order-form ~ .form-item.form-item-submit button span, .shop2-order-form ~ .form-item.form-item-submit .icon-btns2 button span, .icon-btns2 .cart-total .cart-total-checkout span, .cart-total .icon-btns2 .cart-total-checkout span, .icon-btns2 .shop2-cart-auth button span, .shop2-cart-auth .icon-btns2 button span, .icon-btns2 .remodal[data-remodal-id="cart-auth-remodal"] .form-registration__btn span, .remodal[data-remodal-id="cart-auth-remodal"] .icon-btns2 .form-registration__btn span, .icon-btns2 .product_columns_2 .product-list.thumbs .product-item .buy-one-click.buy_one_click_action span, .product_columns_2 .product-list.thumbs .product-item .icon-btns2 .buy-one-click.buy_one_click_action span, .icon-btns2 .product_columns_3 .product-list.thumbs .product-item .buy-one-click.buy_one_click_action span, .product_columns_3 .product-list.thumbs .product-item .icon-btns2 .buy-one-click.buy_one_click_action span, .icon-btns2 .product_columns_4 .product-list.thumbs .product-item .buy-one-click.buy_one_click_action span, .product_columns_4 .product-list.thumbs .product-item .icon-btns2 .buy-one-click.buy_one_click_action span, .icon-btns2 .product-list.simple .product-item .buy-one-click.buy_one_click_action span, .product-list.simple .product-item .icon-btns2 .buy-one-click.buy_one_click_action span, .icon-btns2 .product-list.list .product-item .buy-one-click.buy_one_click_action span, .product-list.list .product-item .icon-btns2 .buy-one-click.buy_one_click_action span, .icon-btns2 .card-page .form-additional .shop-product-btn:not(.notavailable) span, .card-page .form-additional .icon-btns2 .shop-product-btn:not(.notavailable) span, .icon-btns2 .card-page .form-additional .buy-one-click.buy_one_click.buy_one_click_action span, .card-page .form-additional .icon-btns2 .buy-one-click.buy_one_click.buy_one_click_action span, .icon-btns2 .shop2-compare-switch a.shop2-compare-switch-active span, .shop2-compare-switch .icon-btns2 a.shop2-compare-switch-active span, .icon-btns2 .shop-folders__btn span, .icon-btns2 .cart-popup__btns .gr-order-one-page span, .cart-popup__btns .icon-btns2 .gr-order-one-page span, .icon-btns2 .gr-cart-preview #shop2-cart-preview a span, .gr-cart-preview #shop2-cart-preview .icon-btns2 a span, .icon-btns2 .product-quick-view .shop2-product .form-additional .shop-product-btn:not(.notavailable) span, .product-quick-view .shop2-product .form-additional .icon-btns2 .shop-product-btn:not(.notavailable) span, .icon-btns2 .timer-block__btn a span, .timer-block__btn .icon-btns2 a span, .icon-btns2 .recent-block .recent-item .shop-product-btn span, .recent-block .recent-item .icon-btns2 .shop-product-btn span, .icon-btns2 .card-product-preview__btns .gr_cart_btn span, .card-product-preview__btns .icon-btns2 .gr_cart_btn span, .icon-btns2 .gr-btn-2 span, .icon-btns2 .filter-block .shop2-filter-btns .shop2-filter-go span, .filter-block .shop2-filter-btns .icon-btns2 .shop2-filter-go span, .icon-btns2 .filter-popup-btn span, .icon-btns2 .login-form__enter .user-enter-btn span, .login-form__enter .icon-btns2 .user-enter-btn span, .icon-btns2 .login-form .user-block__orders .user-orders-btn span, .login-form .user-block__orders .icon-btns2 .user-orders-btn span, .icon-btns2 .search-form .search-rows__btn .search-btn span, .search-form .search-rows__btn .icon-btns2 .search-btn span, .icon-btns2 .cart-total .cart-total-order-checkout span, .cart-total .icon-btns2 .cart-total-order-checkout span, .icon-btns2 .cart-registration__btns .cart-registration__btn a span, .cart-registration__btns .cart-registration__btn .icon-btns2 a span, .icon-btns2 .remodal[data-remodal-id="other-contact"] > span span, .icon-btns2 .text-right-left .btn_payment_rest.g-button span, .text-right-left .icon-btns2 .btn_payment_rest.g-button span, .icon-btns2 .special-popup__form .tpl-anketa .tpl-field.tpl-field-button button span, .special-popup__form .tpl-anketa .tpl-field.tpl-field-button .icon-btns2 button span, .icon-btns2 .gr-btn-3 span, .icon-btns2 .gr-field-style input[type="button"] span, .icon-btns2 #orderForm input[type="button"] span, .gr-field-style .icon-btns2 input[type="button"] span, .icon-btns2 .tpl-field input[type="button"] span, .tpl-field .icon-btns2 input[type="button"] span, .icon-btns2 .shop2-btn.shop2-btn-back span, .icon-btns2 .filter-block .shop2-filter-btns .shop2-filter-reset span, .filter-block .shop2-filter-btns .icon-btns2 .shop2-filter-reset span, .icon-btns2 .filter-block .gr-filter-more__btn span, .filter-block .icon-btns2 .gr-filter-more__btn span, .icon-btns2 .lazy-pagelist .lazy-pagelist-btn span, .lazy-pagelist .icon-btns2 .lazy-pagelist-btn span, .icon-btns2 .login-form__reg .user-reg-btn span, .login-form__reg .icon-btns2 .user-reg-btn span, .icon-btns2 .login-form .user-block__logout .user-logout-btn span, .login-form .user-block__logout .icon-btns2 .user-logout-btn span, .icon-btns2 .search-form .gr-filter-more__btn span, .search-form .icon-btns2 .gr-filter-more__btn span, .icon-btns2 .folders-submenu a.folders-submenu__prev span, .folders-submenu .icon-btns2 a.folders-submenu__prev span, .icon-btns2 .folders-submenu a.folders-submenu__next span, .folders-submenu .icon-btns2 a.folders-submenu__next span, .icon-btns2 .shop2-product-params .param-body .file span, .shop2-product-params .param-body .icon-btns2 .file span, .icon-btns2 .shop2-product-options .option-body .file span, .shop2-product-options .option-body .icon-btns2 .file span, .icon-btns2 .cart-params__value .file span, .cart-params__value .icon-btns2 .file span, .icon-btns2 .card-page .kinds-block.kind_columns_2 .kinds-block__items.kinds_slider .kind-item .buy-one-click span, .card-page .kinds-block.kind_columns_2 .kinds-block__items.kinds_slider .kind-item .icon-btns2 .buy-one-click span, .icon-btns2 .card-page .kinds-block.kind_columns_3 .kinds-block__items.kinds_slider .kind-item .buy-one-click span, .card-page .kinds-block.kind_columns_3 .kinds-block__items.kinds_slider .kind-item .icon-btns2 .buy-one-click span, .icon-btns2 .card-page .kinds-block.kind_columns_4 .kinds-block__items.kinds_slider .kind-item .buy-one-click span, .card-page .kinds-block.kind_columns_4 .kinds-block__items.kinds_slider .kind-item .icon-btns2 .buy-one-click span, .icon-btns2 .card-page .kinds-block.kind_columns_5 .kinds-block__items.kinds_slider .kind-item .buy-one-click span, .card-page .kinds-block.kind_columns_5 .kinds-block__items.kinds_slider .kind-item .icon-btns2 .buy-one-click span, .icon-btns2 .comments-block .comments-reg .tpl-right a span, .comments-block .comments-reg .tpl-right .icon-btns2 a span, .icon-btns2 .comments-block .comments-reg .tpl-btns a span, .comments-block .comments-reg .tpl-btns .icon-btns2 a span, .icon-btns2 .shop-product-data__nav li a span, .shop-product-data__nav li .icon-btns2 a span, .icon-btns2 .shop-product-data__desc .r-tabs-accordion-title a span, .shop-product-data__desc .r-tabs-accordion-title .icon-btns2 a span, .icon-btns2 .shop-product-data__desc .desc-area.mods_block .kinds-block .kinds-block__items .kind-item .buy-one-click span, .shop-product-data__desc .desc-area.mods_block .kinds-block .kinds-block__items .kind-item .icon-btns2 .buy-one-click span, .icon-btns2 .coupon-additional__btn span, .icon-btns2 .shop-coupon .coupon-btn span, .shop-coupon .icon-btns2 .coupon-btn span, .icon-btns2 .cart-total div.shop2-cart-update a span, .cart-total div.shop2-cart-update .icon-btns2 a span, .icon-btns2 .product_columns_2 .product-list.thumbs .product-item .buy-one-click span, .product_columns_2 .product-list.thumbs .product-item .icon-btns2 .buy-one-click span, .icon-btns2 .product_columns_3 .product-list.thumbs .product-item .buy-one-click span, .product_columns_3 .product-list.thumbs .product-item .icon-btns2 .buy-one-click span, .icon-btns2 .product_columns_4 .product-list.thumbs .product-item .buy-one-click span, .product_columns_4 .product-list.thumbs .product-item .icon-btns2 .buy-one-click span, .icon-btns2 .product-list.simple .product-item .buy-one-click span, .product-list.simple .product-item .icon-btns2 .buy-one-click span, .icon-btns2 .product-list.list .product-item .buy-one-click span, .product-list.list .product-item .icon-btns2 .buy-one-click span, .icon-btns2 .card-page .card-nav__btn:first-child span, .card-page .icon-btns2 .card-nav__btn:first-child span, .icon-btns2 .card-page .card-nav__btn:last-child span, .card-page .icon-btns2 .card-nav__btn:last-child span, .icon-btns2 .card-page .form-additional .buy-one-click span, .card-page .form-additional .icon-btns2 .buy-one-click span, .icon-btns2 .card-page .shop-product-tags__item span, .card-page .icon-btns2 .shop-product-tags__item span, .icon-btns2 .card-page .shop-product-folders__item span, .card-page .icon-btns2 .shop-product-folders__item span, .icon-btns2 .shop2-vendor-folders li a span, .shop2-vendor-folders li .icon-btns2 a span, .icon-btns2 .shop2-compare-switch a span, .shop2-compare-switch .icon-btns2 a span, .icon-btns2 .inner-folders__list li a span, .inner-folders__list li .icon-btns2 a span, .icon-btns2 .text-right-left .g-button span, .text-right-left .icon-btns2 .g-button span, .icon-btns2 .cart-popup__btns .gr_cart_btn span, .cart-popup__btns .icon-btns2 .gr_cart_btn span, .icon-btns2 .product-quick-view .shop2-product .gr-product-options .gr-product-options-more__btn span, .product-quick-view .shop2-product .gr-product-options .icon-btns2 .gr-product-options-more__btn span, .icon-btns2 .product-quick-view .shop2-product .form-additional .gr-quick-more-btn span, .product-quick-view .shop2-product .form-additional .icon-btns2 .gr-quick-more-btn span, .icon-btns2 .special-popup__btn a span, .special-popup__btn .icon-btns2 a span, .icon-btns2 .smart-search-folders__list li a span, .smart-search-folders__list li .icon-btns2 a span, .icon-btns2 .smart-search-vendors__list li a span, .smart-search-vendors__list li .icon-btns2 a span, .icon-btns2 #search-result .search-result-btn span, #search-result .icon-btns2 .search-result-btn span, .icon-btns2 .card-product-preview__btns .card_popup_close span, .card-product-preview__btns .icon-btns2 .card_popup_close span, .cart-popup__cleanup a span {
  position: relative;
  vertical-align: top;
  display: inline-block;
  padding-left: 36px;
}
.gr-btn-icon-left span svg, .shop2-btn.shop2-btn-back span svg, .shop2-panel .shop-panel-content a span svg, .gr-shop-print__btn a span svg, .order-info-block__title span svg, .folders-submenu a.folders-submenu__prev span svg, #shop2-cart .shop2-cart-table__cleanup a span svg, .card-page .card-nav__btn:first-child span svg, .icon-btns2 .gr-btn-1 span svg, .icon-btns2 .shop2-product-actions dl dt.promo-action span svg, .shop2-product-actions dl .icon-btns2 dt.promo-action span svg, .icon-btns2 .card-page .kinds-block.kind_columns_2 .kinds-block__items.kinds_slider .kind-item .buy-one-click.buy_one_click_action span svg, .card-page .kinds-block.kind_columns_2 .kinds-block__items.kinds_slider .kind-item .icon-btns2 .buy-one-click.buy_one_click_action span svg, .icon-btns2 .card-page .kinds-block.kind_columns_3 .kinds-block__items.kinds_slider .kind-item .buy-one-click.buy_one_click_action span svg, .card-page .kinds-block.kind_columns_3 .kinds-block__items.kinds_slider .kind-item .icon-btns2 .buy-one-click.buy_one_click_action span svg, .icon-btns2 .card-page .kinds-block.kind_columns_4 .kinds-block__items.kinds_slider .kind-item .buy-one-click.buy_one_click_action span svg, .card-page .kinds-block.kind_columns_4 .kinds-block__items.kinds_slider .kind-item .icon-btns2 .buy-one-click.buy_one_click_action span svg, .icon-btns2 .card-page .kinds-block.kind_columns_5 .kinds-block__items.kinds_slider .kind-item .buy-one-click.buy_one_click_action span svg, .card-page .kinds-block.kind_columns_5 .kinds-block__items.kinds_slider .kind-item .icon-btns2 .buy-one-click.buy_one_click_action span svg, .icon-btns2 .comments-block .comments-form .tpl-field-button button span svg, .comments-block .comments-form .tpl-field-button .icon-btns2 button span svg, .icon-btns2 .comments-block .comments-reg .tpl-btns button span svg, .comments-block .comments-reg .tpl-btns .icon-btns2 button span svg, .icon-btns2 .shop-product-data__desc .desc-area.mods_block .kinds-block .kinds-block__items .kind-item .buy-one-click.buy_one_click_action span svg, .shop-product-data__desc .desc-area.mods_block .kinds-block .kinds-block__items .kind-item .icon-btns2 .buy-one-click.buy_one_click_action span svg, .icon-btns2 .shop2-order-form ~ .form-item.form-item-submit button span svg, .shop2-order-form ~ .form-item.form-item-submit .icon-btns2 button span svg, .icon-btns2 .cart-total .cart-total-checkout span svg, .cart-total .icon-btns2 .cart-total-checkout span svg, .icon-btns2 .shop2-cart-auth button span svg, .shop2-cart-auth .icon-btns2 button span svg, .icon-btns2 .remodal[data-remodal-id="cart-auth-remodal"] .form-registration__btn span svg, .remodal[data-remodal-id="cart-auth-remodal"] .icon-btns2 .form-registration__btn span svg, .icon-btns2 .product_columns_2 .product-list.thumbs .product-item .buy-one-click.buy_one_click_action span svg, .product_columns_2 .product-list.thumbs .product-item .icon-btns2 .buy-one-click.buy_one_click_action span svg, .icon-btns2 .product_columns_3 .product-list.thumbs .product-item .buy-one-click.buy_one_click_action span svg, .product_columns_3 .product-list.thumbs .product-item .icon-btns2 .buy-one-click.buy_one_click_action span svg, .icon-btns2 .product_columns_4 .product-list.thumbs .product-item .buy-one-click.buy_one_click_action span svg, .product_columns_4 .product-list.thumbs .product-item .icon-btns2 .buy-one-click.buy_one_click_action span svg, .icon-btns2 .product-list.simple .product-item .buy-one-click.buy_one_click_action span svg, .product-list.simple .product-item .icon-btns2 .buy-one-click.buy_one_click_action span svg, .icon-btns2 .product-list.list .product-item .buy-one-click.buy_one_click_action span svg, .product-list.list .product-item .icon-btns2 .buy-one-click.buy_one_click_action span svg, .icon-btns2 .card-page .form-additional .shop-product-btn:not(.notavailable) span svg, .card-page .form-additional .icon-btns2 .shop-product-btn:not(.notavailable) span svg, .icon-btns2 .card-page .form-additional .buy-one-click.buy_one_click.buy_one_click_action span svg, .card-page .form-additional .icon-btns2 .buy-one-click.buy_one_click.buy_one_click_action span svg, .icon-btns2 .shop2-compare-switch a.shop2-compare-switch-active span svg, .shop2-compare-switch .icon-btns2 a.shop2-compare-switch-active span svg, .icon-btns2 .shop-folders__btn span svg, .icon-btns2 .cart-popup__btns .gr-order-one-page span svg, .cart-popup__btns .icon-btns2 .gr-order-one-page span svg, .icon-btns2 .gr-cart-preview #shop2-cart-preview a span svg, .gr-cart-preview #shop2-cart-preview .icon-btns2 a span svg, .icon-btns2 .product-quick-view .shop2-product .form-additional .shop-product-btn:not(.notavailable) span svg, .product-quick-view .shop2-product .form-additional .icon-btns2 .shop-product-btn:not(.notavailable) span svg, .icon-btns2 .timer-block__btn a span svg, .timer-block__btn .icon-btns2 a span svg, .icon-btns2 .recent-block .recent-item .shop-product-btn span svg, .recent-block .recent-item .icon-btns2 .shop-product-btn span svg, .icon-btns2 .card-product-preview__btns .gr_cart_btn span svg, .card-product-preview__btns .icon-btns2 .gr_cart_btn span svg, .icon-btns2 .gr-btn-2 span svg, .icon-btns2 .filter-block .shop2-filter-btns .shop2-filter-go span svg, .filter-block .shop2-filter-btns .icon-btns2 .shop2-filter-go span svg, .icon-btns2 .filter-popup-btn span svg, .icon-btns2 .login-form__enter .user-enter-btn span svg, .login-form__enter .icon-btns2 .user-enter-btn span svg, .icon-btns2 .login-form .user-block__orders .user-orders-btn span svg, .login-form .user-block__orders .icon-btns2 .user-orders-btn span svg, .icon-btns2 .search-form .search-rows__btn .search-btn span svg, .search-form .search-rows__btn .icon-btns2 .search-btn span svg, .icon-btns2 .cart-total .cart-total-order-checkout span svg, .cart-total .icon-btns2 .cart-total-order-checkout span svg, .icon-btns2 .cart-registration__btns .cart-registration__btn a span svg, .cart-registration__btns .cart-registration__btn .icon-btns2 a span svg, .icon-btns2 .remodal[data-remodal-id="other-contact"] > span span svg, .icon-btns2 .text-right-left .btn_payment_rest.g-button span svg, .text-right-left .icon-btns2 .btn_payment_rest.g-button span svg, .icon-btns2 .special-popup__form .tpl-anketa .tpl-field.tpl-field-button button span svg, .special-popup__form .tpl-anketa .tpl-field.tpl-field-button .icon-btns2 button span svg, .icon-btns2 .gr-btn-3 span svg, .icon-btns2 .gr-field-style input[type="button"] span svg, .icon-btns2 #orderForm input[type="button"] span svg, .gr-field-style .icon-btns2 input[type="button"] span svg, .icon-btns2 .tpl-field input[type="button"] span svg, .tpl-field .icon-btns2 input[type="button"] span svg, .icon-btns2 .shop2-btn.shop2-btn-back span svg, .icon-btns2 .filter-block .shop2-filter-btns .shop2-filter-reset span svg, .filter-block .shop2-filter-btns .icon-btns2 .shop2-filter-reset span svg, .icon-btns2 .filter-block .gr-filter-more__btn span svg, .filter-block .icon-btns2 .gr-filter-more__btn span svg, .icon-btns2 .lazy-pagelist .lazy-pagelist-btn span svg, .lazy-pagelist .icon-btns2 .lazy-pagelist-btn span svg, .icon-btns2 .login-form__reg .user-reg-btn span svg, .login-form__reg .icon-btns2 .user-reg-btn span svg, .icon-btns2 .login-form .user-block__logout .user-logout-btn span svg, .login-form .user-block__logout .icon-btns2 .user-logout-btn span svg, .icon-btns2 .search-form .gr-filter-more__btn span svg, .search-form .icon-btns2 .gr-filter-more__btn span svg, .icon-btns2 .folders-submenu a.folders-submenu__prev span svg, .folders-submenu .icon-btns2 a.folders-submenu__prev span svg, .icon-btns2 .folders-submenu a.folders-submenu__next span svg, .folders-submenu .icon-btns2 a.folders-submenu__next span svg, .icon-btns2 .shop2-product-params .param-body .file span svg, .shop2-product-params .param-body .icon-btns2 .file span svg, .icon-btns2 .shop2-product-options .option-body .file span svg, .shop2-product-options .option-body .icon-btns2 .file span svg, .icon-btns2 .cart-params__value .file span svg, .cart-params__value .icon-btns2 .file span svg, .icon-btns2 .card-page .kinds-block.kind_columns_2 .kinds-block__items.kinds_slider .kind-item .buy-one-click span svg, .card-page .kinds-block.kind_columns_2 .kinds-block__items.kinds_slider .kind-item .icon-btns2 .buy-one-click span svg, .icon-btns2 .card-page .kinds-block.kind_columns_3 .kinds-block__items.kinds_slider .kind-item .buy-one-click span svg, .card-page .kinds-block.kind_columns_3 .kinds-block__items.kinds_slider .kind-item .icon-btns2 .buy-one-click span svg, .icon-btns2 .card-page .kinds-block.kind_columns_4 .kinds-block__items.kinds_slider .kind-item .buy-one-click span svg, .card-page .kinds-block.kind_columns_4 .kinds-block__items.kinds_slider .kind-item .icon-btns2 .buy-one-click span svg, .icon-btns2 .card-page .kinds-block.kind_columns_5 .kinds-block__items.kinds_slider .kind-item .buy-one-click span svg, .card-page .kinds-block.kind_columns_5 .kinds-block__items.kinds_slider .kind-item .icon-btns2 .buy-one-click span svg, .icon-btns2 .comments-block .comments-reg .tpl-right a span svg, .comments-block .comments-reg .tpl-right .icon-btns2 a span svg, .icon-btns2 .comments-block .comments-reg .tpl-btns a span svg, .comments-block .comments-reg .tpl-btns .icon-btns2 a span svg, .icon-btns2 .shop-product-data__nav li a span svg, .shop-product-data__nav li .icon-btns2 a span svg, .icon-btns2 .shop-product-data__desc .r-tabs-accordion-title a span svg, .shop-product-data__desc .r-tabs-accordion-title .icon-btns2 a span svg, .icon-btns2 .shop-product-data__desc .desc-area.mods_block .kinds-block .kinds-block__items .kind-item .buy-one-click span svg, .shop-product-data__desc .desc-area.mods_block .kinds-block .kinds-block__items .kind-item .icon-btns2 .buy-one-click span svg, .icon-btns2 .coupon-additional__btn span svg, .icon-btns2 .shop-coupon .coupon-btn span svg, .shop-coupon .icon-btns2 .coupon-btn span svg, .icon-btns2 .cart-total div.shop2-cart-update a span svg, .cart-total div.shop2-cart-update .icon-btns2 a span svg, .icon-btns2 .product_columns_2 .product-list.thumbs .product-item .buy-one-click span svg, .product_columns_2 .product-list.thumbs .product-item .icon-btns2 .buy-one-click span svg, .icon-btns2 .product_columns_3 .product-list.thumbs .product-item .buy-one-click span svg, .product_columns_3 .product-list.thumbs .product-item .icon-btns2 .buy-one-click span svg, .icon-btns2 .product_columns_4 .product-list.thumbs .product-item .buy-one-click span svg, .product_columns_4 .product-list.thumbs .product-item .icon-btns2 .buy-one-click span svg, .icon-btns2 .product-list.simple .product-item .buy-one-click span svg, .product-list.simple .product-item .icon-btns2 .buy-one-click span svg, .icon-btns2 .product-list.list .product-item .buy-one-click span svg, .product-list.list .product-item .icon-btns2 .buy-one-click span svg, .icon-btns2 .card-page .card-nav__btn:first-child span svg, .card-page .icon-btns2 .card-nav__btn:first-child span svg, .icon-btns2 .card-page .card-nav__btn:last-child span svg, .card-page .icon-btns2 .card-nav__btn:last-child span svg, .icon-btns2 .card-page .form-additional .buy-one-click span svg, .card-page .form-additional .icon-btns2 .buy-one-click span svg, .icon-btns2 .card-page .shop-product-tags__item span svg, .card-page .icon-btns2 .shop-product-tags__item span svg, .icon-btns2 .card-page .shop-product-folders__item span svg, .card-page .icon-btns2 .shop-product-folders__item span svg, .icon-btns2 .shop2-vendor-folders li a span svg, .shop2-vendor-folders li .icon-btns2 a span svg, .icon-btns2 .shop2-compare-switch a span svg, .shop2-compare-switch .icon-btns2 a span svg, .icon-btns2 .inner-folders__list li a span svg, .inner-folders__list li .icon-btns2 a span svg, .icon-btns2 .text-right-left .g-button span svg, .text-right-left .icon-btns2 .g-button span svg, .icon-btns2 .cart-popup__btns .gr_cart_btn span svg, .cart-popup__btns .icon-btns2 .gr_cart_btn span svg, .icon-btns2 .product-quick-view .shop2-product .gr-product-options .gr-product-options-more__btn span svg, .product-quick-view .shop2-product .gr-product-options .icon-btns2 .gr-product-options-more__btn span svg, .icon-btns2 .product-quick-view .shop2-product .form-additional .gr-quick-more-btn span svg, .product-quick-view .shop2-product .form-additional .icon-btns2 .gr-quick-more-btn span svg, .icon-btns2 .special-popup__btn a span svg, .special-popup__btn .icon-btns2 a span svg, .icon-btns2 .smart-search-folders__list li a span svg, .smart-search-folders__list li .icon-btns2 a span svg, .icon-btns2 .smart-search-vendors__list li a span svg, .smart-search-vendors__list li .icon-btns2 a span svg, .icon-btns2 #search-result .search-result-btn span svg, #search-result .icon-btns2 .search-result-btn span svg, .icon-btns2 .card-product-preview__btns .card_popup_close span svg, .card-product-preview__btns .icon-btns2 .card_popup_close span svg, .cart-popup__cleanup a span svg {
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 30px;
  transform: translateY(-50%) rotate(0.001deg);
  transition: all 0.18s linear;
}
.gr-btn-icon-left-2 span {
  position: relative;
  vertical-align: top;
  display: inline-block;
  padding-left: 36px;
}
.gr-btn-icon-left-2 span i {
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 30px;
  transform: translateY(-50%) rotate(0.001deg);
  transition: all 0.18s linear;
}
.gr-btn-icon-right span, .filter-popup-btn span, .lazy-pagelist .lazy-pagelist-btn span, .folders-submenu a.folders-submenu__next span, .shop2-product-params .param-body .file span, .shop2-product-options .option-body .file span, .cart-params__value .file span, .shop-product-data__desc .r-tabs-accordion-title a span, .card-page .card-nav__btn:last-child span, .card-page .shop-product-tags__item span, .card-page .shop-product-folders__item span, a.shop2-compare-delete span, .shop-folders__btn span, .icon-btns .gr-btn-1 span, .icon-btns .shop2-product-actions dl dt.promo-action span, .shop2-product-actions dl .icon-btns dt.promo-action span, .icon-btns .card-page .kinds-block.kind_columns_2 .kinds-block__items.kinds_slider .kind-item .buy-one-click.buy_one_click_action span, .card-page .kinds-block.kind_columns_2 .kinds-block__items.kinds_slider .kind-item .icon-btns .buy-one-click.buy_one_click_action span, .icon-btns .card-page .kinds-block.kind_columns_3 .kinds-block__items.kinds_slider .kind-item .buy-one-click.buy_one_click_action span, .card-page .kinds-block.kind_columns_3 .kinds-block__items.kinds_slider .kind-item .icon-btns .buy-one-click.buy_one_click_action span, .icon-btns .card-page .kinds-block.kind_columns_4 .kinds-block__items.kinds_slider .kind-item .buy-one-click.buy_one_click_action span, .card-page .kinds-block.kind_columns_4 .kinds-block__items.kinds_slider .kind-item .icon-btns .buy-one-click.buy_one_click_action span, .icon-btns .card-page .kinds-block.kind_columns_5 .kinds-block__items.kinds_slider .kind-item .buy-one-click.buy_one_click_action span, .card-page .kinds-block.kind_columns_5 .kinds-block__items.kinds_slider .kind-item .icon-btns .buy-one-click.buy_one_click_action span, .icon-btns .comments-block .comments-form .tpl-field-button button span, .comments-block .comments-form .tpl-field-button .icon-btns button span, .icon-btns .comments-block .comments-reg .tpl-btns button span, .comments-block .comments-reg .tpl-btns .icon-btns button span, .icon-btns .shop-product-data__desc .desc-area.mods_block .kinds-block .kinds-block__items .kind-item .buy-one-click.buy_one_click_action span, .shop-product-data__desc .desc-area.mods_block .kinds-block .kinds-block__items .kind-item .icon-btns .buy-one-click.buy_one_click_action span, .icon-btns .shop2-order-form ~ .form-item.form-item-submit button span, .shop2-order-form ~ .form-item.form-item-submit .icon-btns button span, .icon-btns .cart-total .cart-total-checkout span, .cart-total .icon-btns .cart-total-checkout span, .icon-btns .shop2-cart-auth button span, .shop2-cart-auth .icon-btns button span, .icon-btns .remodal[data-remodal-id="cart-auth-remodal"] .form-registration__btn span, .remodal[data-remodal-id="cart-auth-remodal"] .icon-btns .form-registration__btn span, .icon-btns .product_columns_2 .product-list.thumbs .product-item .buy-one-click.buy_one_click_action span, .product_columns_2 .product-list.thumbs .product-item .icon-btns .buy-one-click.buy_one_click_action span, .icon-btns .product_columns_3 .product-list.thumbs .product-item .buy-one-click.buy_one_click_action span, .product_columns_3 .product-list.thumbs .product-item .icon-btns .buy-one-click.buy_one_click_action span, .icon-btns .product_columns_4 .product-list.thumbs .product-item .buy-one-click.buy_one_click_action span, .product_columns_4 .product-list.thumbs .product-item .icon-btns .buy-one-click.buy_one_click_action span, .icon-btns .product-list.simple .product-item .buy-one-click.buy_one_click_action span, .product-list.simple .product-item .icon-btns .buy-one-click.buy_one_click_action span, .icon-btns .product-list.list .product-item .buy-one-click.buy_one_click_action span, .product-list.list .product-item .icon-btns .buy-one-click.buy_one_click_action span, .icon-btns .card-page .form-additional .shop-product-btn:not(.notavailable) span, .card-page .form-additional .icon-btns .shop-product-btn:not(.notavailable) span, .icon-btns .card-page .form-additional .buy-one-click.buy_one_click.buy_one_click_action span, .card-page .form-additional .icon-btns .buy-one-click.buy_one_click.buy_one_click_action span, .icon-btns .shop2-compare-switch a.shop2-compare-switch-active span, .shop2-compare-switch .icon-btns a.shop2-compare-switch-active span, .icon-btns .shop-folders__btn span, .icon-btns .cart-popup__btns .gr-order-one-page span, .cart-popup__btns .icon-btns .gr-order-one-page span, .icon-btns .gr-cart-preview #shop2-cart-preview a span, .gr-cart-preview #shop2-cart-preview .icon-btns a span, .icon-btns .product-quick-view .shop2-product .form-additional .shop-product-btn:not(.notavailable) span, .product-quick-view .shop2-product .form-additional .icon-btns .shop-product-btn:not(.notavailable) span, .icon-btns .timer-block__btn a span, .timer-block__btn .icon-btns a span, .icon-btns .recent-block .recent-item .shop-product-btn span, .recent-block .recent-item .icon-btns .shop-product-btn span, .icon-btns .card-product-preview__btns .gr_cart_btn span, .card-product-preview__btns .icon-btns .gr_cart_btn span, .icon-btns .gr-btn-2 span, .icon-btns .filter-block .shop2-filter-btns .shop2-filter-go span, .filter-block .shop2-filter-btns .icon-btns .shop2-filter-go span, .icon-btns .filter-popup-btn span, .icon-btns .login-form__enter .user-enter-btn span, .login-form__enter .icon-btns .user-enter-btn span, .icon-btns .login-form .user-block__orders .user-orders-btn span, .login-form .user-block__orders .icon-btns .user-orders-btn span, .icon-btns .search-form .search-rows__btn .search-btn span, .search-form .search-rows__btn .icon-btns .search-btn span, .icon-btns .cart-total .cart-total-order-checkout span, .cart-total .icon-btns .cart-total-order-checkout span, .icon-btns .cart-registration__btns .cart-registration__btn a span, .cart-registration__btns .cart-registration__btn .icon-btns a span, .icon-btns .remodal[data-remodal-id="other-contact"] > span span, .icon-btns .text-right-left .btn_payment_rest.g-button span, .text-right-left .icon-btns .btn_payment_rest.g-button span, .icon-btns .special-popup__form .tpl-anketa .tpl-field.tpl-field-button button span, .special-popup__form .tpl-anketa .tpl-field.tpl-field-button .icon-btns button span, .icon-btns .gr-btn-3 span, .icon-btns .gr-field-style input[type="button"] span, .icon-btns #orderForm input[type="button"] span, .gr-field-style .icon-btns input[type="button"] span, .icon-btns .tpl-field input[type="button"] span, .tpl-field .icon-btns input[type="button"] span, .icon-btns .shop2-btn.shop2-btn-back span, .icon-btns .filter-block .shop2-filter-btns .shop2-filter-reset span, .filter-block .shop2-filter-btns .icon-btns .shop2-filter-reset span, .icon-btns .filter-block .gr-filter-more__btn span, .filter-block .icon-btns .gr-filter-more__btn span, .icon-btns .lazy-pagelist .lazy-pagelist-btn span, .lazy-pagelist .icon-btns .lazy-pagelist-btn span, .icon-btns .login-form__reg .user-reg-btn span, .login-form__reg .icon-btns .user-reg-btn span, .icon-btns .login-form .user-block__logout .user-logout-btn span, .login-form .user-block__logout .icon-btns .user-logout-btn span, .icon-btns .search-form .gr-filter-more__btn span, .search-form .icon-btns .gr-filter-more__btn span, .icon-btns .folders-submenu a.folders-submenu__prev span, .folders-submenu .icon-btns a.folders-submenu__prev span, .icon-btns .folders-submenu a.folders-submenu__next span, .folders-submenu .icon-btns a.folders-submenu__next span, .icon-btns .shop2-product-params .param-body .file span, .shop2-product-params .param-body .icon-btns .file span, .icon-btns .shop2-product-options .option-body .file span, .shop2-product-options .option-body .icon-btns .file span, .icon-btns .cart-params__value .file span, .cart-params__value .icon-btns .file span, .icon-btns .card-page .kinds-block.kind_columns_2 .kinds-block__items.kinds_slider .kind-item .buy-one-click span, .card-page .kinds-block.kind_columns_2 .kinds-block__items.kinds_slider .kind-item .icon-btns .buy-one-click span, .icon-btns .card-page .kinds-block.kind_columns_3 .kinds-block__items.kinds_slider .kind-item .buy-one-click span, .card-page .kinds-block.kind_columns_3 .kinds-block__items.kinds_slider .kind-item .icon-btns .buy-one-click span, .icon-btns .card-page .kinds-block.kind_columns_4 .kinds-block__items.kinds_slider .kind-item .buy-one-click span, .card-page .kinds-block.kind_columns_4 .kinds-block__items.kinds_slider .kind-item .icon-btns .buy-one-click span, .icon-btns .card-page .kinds-block.kind_columns_5 .kinds-block__items.kinds_slider .kind-item .buy-one-click span, .card-page .kinds-block.kind_columns_5 .kinds-block__items.kinds_slider .kind-item .icon-btns .buy-one-click span, .icon-btns .comments-block .comments-reg .tpl-right a span, .comments-block .comments-reg .tpl-right .icon-btns a span, .icon-btns .comments-block .comments-reg .tpl-btns a span, .comments-block .comments-reg .tpl-btns .icon-btns a span, .icon-btns .shop-product-data__nav li a span, .shop-product-data__nav li .icon-btns a span, .icon-btns .shop-product-data__desc .r-tabs-accordion-title a span, .shop-product-data__desc .r-tabs-accordion-title .icon-btns a span, .icon-btns .shop-product-data__desc .desc-area.mods_block .kinds-block .kinds-block__items .kind-item .buy-one-click span, .shop-product-data__desc .desc-area.mods_block .kinds-block .kinds-block__items .kind-item .icon-btns .buy-one-click span, .icon-btns .coupon-additional__btn span, .icon-btns .shop-coupon .coupon-btn span, .shop-coupon .icon-btns .coupon-btn span, .icon-btns .cart-total div.shop2-cart-update a span, .cart-total div.shop2-cart-update .icon-btns a span, .icon-btns .product_columns_2 .product-list.thumbs .product-item .buy-one-click span, .product_columns_2 .product-list.thumbs .product-item .icon-btns .buy-one-click span, .icon-btns .product_columns_3 .product-list.thumbs .product-item .buy-one-click span, .product_columns_3 .product-list.thumbs .product-item .icon-btns .buy-one-click span, .icon-btns .product_columns_4 .product-list.thumbs .product-item .buy-one-click span, .product_columns_4 .product-list.thumbs .product-item .icon-btns .buy-one-click span, .icon-btns .product-list.simple .product-item .buy-one-click span, .product-list.simple .product-item .icon-btns .buy-one-click span, .icon-btns .product-list.list .product-item .buy-one-click span, .product-list.list .product-item .icon-btns .buy-one-click span, .icon-btns .card-page .card-nav__btn:first-child span, .card-page .icon-btns .card-nav__btn:first-child span, .icon-btns .card-page .card-nav__btn:last-child span, .card-page .icon-btns .card-nav__btn:last-child span, .icon-btns .card-page .form-additional .buy-one-click span, .card-page .form-additional .icon-btns .buy-one-click span, .icon-btns .card-page .shop-product-tags__item span, .card-page .icon-btns .shop-product-tags__item span, .icon-btns .card-page .shop-product-folders__item span, .card-page .icon-btns .shop-product-folders__item span, .icon-btns .shop2-vendor-folders li a span, .shop2-vendor-folders li .icon-btns a span, .icon-btns .shop2-compare-switch a span, .shop2-compare-switch .icon-btns a span, .icon-btns .inner-folders__list li a span, .inner-folders__list li .icon-btns a span, .icon-btns .text-right-left .g-button span, .text-right-left .icon-btns .g-button span, .icon-btns .cart-popup__btns .gr_cart_btn span, .cart-popup__btns .icon-btns .gr_cart_btn span, .icon-btns .product-quick-view .shop2-product .gr-product-options .gr-product-options-more__btn span, .product-quick-view .shop2-product .gr-product-options .icon-btns .gr-product-options-more__btn span, .icon-btns .product-quick-view .shop2-product .form-additional .gr-quick-more-btn span, .product-quick-view .shop2-product .form-additional .icon-btns .gr-quick-more-btn span, .icon-btns .special-popup__btn a span, .special-popup__btn .icon-btns a span, .icon-btns .smart-search-folders__list li a span, .smart-search-folders__list li .icon-btns a span, .icon-btns .smart-search-vendors__list li a span, .smart-search-vendors__list li .icon-btns a span, .icon-btns #search-result .search-result-btn span, #search-result .icon-btns .search-result-btn span, .icon-btns .card-product-preview__btns .card_popup_close span, .card-product-preview__btns .icon-btns .card_popup_close span, .product-quick-view .shop2-product .gr-product-options .gr-product-options-more__btn span {
  position: relative;
  vertical-align: top;
  display: inline-block;
  padding-right: 36px;
}
.gr-btn-icon-right span svg, .filter-popup-btn span svg, .lazy-pagelist .lazy-pagelist-btn span svg, .folders-submenu a.folders-submenu__next span svg, .shop2-product-params .param-body .file span svg, .shop2-product-options .option-body .file span svg, .cart-params__value .file span svg, .shop-product-data__desc .r-tabs-accordion-title a span svg, .card-page .card-nav__btn:last-child span svg, .card-page .shop-product-tags__item span svg, .card-page .shop-product-folders__item span svg, a.shop2-compare-delete span svg, .shop-folders__btn span svg, .icon-btns .gr-btn-1 span svg, .icon-btns .shop2-product-actions dl dt.promo-action span svg, .shop2-product-actions dl .icon-btns dt.promo-action span svg, .icon-btns .card-page .kinds-block.kind_columns_2 .kinds-block__items.kinds_slider .kind-item .buy-one-click.buy_one_click_action span svg, .card-page .kinds-block.kind_columns_2 .kinds-block__items.kinds_slider .kind-item .icon-btns .buy-one-click.buy_one_click_action span svg, .icon-btns .card-page .kinds-block.kind_columns_3 .kinds-block__items.kinds_slider .kind-item .buy-one-click.buy_one_click_action span svg, .card-page .kinds-block.kind_columns_3 .kinds-block__items.kinds_slider .kind-item .icon-btns .buy-one-click.buy_one_click_action span svg, .icon-btns .card-page .kinds-block.kind_columns_4 .kinds-block__items.kinds_slider .kind-item .buy-one-click.buy_one_click_action span svg, .card-page .kinds-block.kind_columns_4 .kinds-block__items.kinds_slider .kind-item .icon-btns .buy-one-click.buy_one_click_action span svg, .icon-btns .card-page .kinds-block.kind_columns_5 .kinds-block__items.kinds_slider .kind-item .buy-one-click.buy_one_click_action span svg, .card-page .kinds-block.kind_columns_5 .kinds-block__items.kinds_slider .kind-item .icon-btns .buy-one-click.buy_one_click_action span svg, .icon-btns .comments-block .comments-form .tpl-field-button button span svg, .comments-block .comments-form .tpl-field-button .icon-btns button span svg, .icon-btns .comments-block .comments-reg .tpl-btns button span svg, .comments-block .comments-reg .tpl-btns .icon-btns button span svg, .icon-btns .shop-product-data__desc .desc-area.mods_block .kinds-block .kinds-block__items .kind-item .buy-one-click.buy_one_click_action span svg, .shop-product-data__desc .desc-area.mods_block .kinds-block .kinds-block__items .kind-item .icon-btns .buy-one-click.buy_one_click_action span svg, .icon-btns .shop2-order-form ~ .form-item.form-item-submit button span svg, .shop2-order-form ~ .form-item.form-item-submit .icon-btns button span svg, .icon-btns .cart-total .cart-total-checkout span svg, .cart-total .icon-btns .cart-total-checkout span svg, .icon-btns .shop2-cart-auth button span svg, .shop2-cart-auth .icon-btns button span svg, .icon-btns .remodal[data-remodal-id="cart-auth-remodal"] .form-registration__btn span svg, .remodal[data-remodal-id="cart-auth-remodal"] .icon-btns .form-registration__btn span svg, .icon-btns .product_columns_2 .product-list.thumbs .product-item .buy-one-click.buy_one_click_action span svg, .product_columns_2 .product-list.thumbs .product-item .icon-btns .buy-one-click.buy_one_click_action span svg, .icon-btns .product_columns_3 .product-list.thumbs .product-item .buy-one-click.buy_one_click_action span svg, .product_columns_3 .product-list.thumbs .product-item .icon-btns .buy-one-click.buy_one_click_action span svg, .icon-btns .product_columns_4 .product-list.thumbs .product-item .buy-one-click.buy_one_click_action span svg, .product_columns_4 .product-list.thumbs .product-item .icon-btns .buy-one-click.buy_one_click_action span svg, .icon-btns .product-list.simple .product-item .buy-one-click.buy_one_click_action span svg, .product-list.simple .product-item .icon-btns .buy-one-click.buy_one_click_action span svg, .icon-btns .product-list.list .product-item .buy-one-click.buy_one_click_action span svg, .product-list.list .product-item .icon-btns .buy-one-click.buy_one_click_action span svg, .icon-btns .card-page .form-additional .shop-product-btn:not(.notavailable) span svg, .card-page .form-additional .icon-btns .shop-product-btn:not(.notavailable) span svg, .icon-btns .card-page .form-additional .buy-one-click.buy_one_click.buy_one_click_action span svg, .card-page .form-additional .icon-btns .buy-one-click.buy_one_click.buy_one_click_action span svg, .icon-btns .shop2-compare-switch a.shop2-compare-switch-active span svg, .shop2-compare-switch .icon-btns a.shop2-compare-switch-active span svg, .icon-btns .shop-folders__btn span svg, .icon-btns .cart-popup__btns .gr-order-one-page span svg, .cart-popup__btns .icon-btns .gr-order-one-page span svg, .icon-btns .gr-cart-preview #shop2-cart-preview a span svg, .gr-cart-preview #shop2-cart-preview .icon-btns a span svg, .icon-btns .product-quick-view .shop2-product .form-additional .shop-product-btn:not(.notavailable) span svg, .product-quick-view .shop2-product .form-additional .icon-btns .shop-product-btn:not(.notavailable) span svg, .icon-btns .timer-block__btn a span svg, .timer-block__btn .icon-btns a span svg, .icon-btns .recent-block .recent-item .shop-product-btn span svg, .recent-block .recent-item .icon-btns .shop-product-btn span svg, .icon-btns .card-product-preview__btns .gr_cart_btn span svg, .card-product-preview__btns .icon-btns .gr_cart_btn span svg, .icon-btns .gr-btn-2 span svg, .icon-btns .filter-block .shop2-filter-btns .shop2-filter-go span svg, .filter-block .shop2-filter-btns .icon-btns .shop2-filter-go span svg, .icon-btns .filter-popup-btn span svg, .icon-btns .login-form__enter .user-enter-btn span svg, .login-form__enter .icon-btns .user-enter-btn span svg, .icon-btns .login-form .user-block__orders .user-orders-btn span svg, .login-form .user-block__orders .icon-btns .user-orders-btn span svg, .icon-btns .search-form .search-rows__btn .search-btn span svg, .search-form .search-rows__btn .icon-btns .search-btn span svg, .icon-btns .cart-total .cart-total-order-checkout span svg, .cart-total .icon-btns .cart-total-order-checkout span svg, .icon-btns .cart-registration__btns .cart-registration__btn a span svg, .cart-registration__btns .cart-registration__btn .icon-btns a span svg, .icon-btns .remodal[data-remodal-id="other-contact"] > span span svg, .icon-btns .text-right-left .btn_payment_rest.g-button span svg, .text-right-left .icon-btns .btn_payment_rest.g-button span svg, .icon-btns .special-popup__form .tpl-anketa .tpl-field.tpl-field-button button span svg, .special-popup__form .tpl-anketa .tpl-field.tpl-field-button .icon-btns button span svg, .icon-btns .gr-btn-3 span svg, .icon-btns .gr-field-style input[type="button"] span svg, .icon-btns #orderForm input[type="button"] span svg, .gr-field-style .icon-btns input[type="button"] span svg, .icon-btns .tpl-field input[type="button"] span svg, .tpl-field .icon-btns input[type="button"] span svg, .icon-btns .shop2-btn.shop2-btn-back span svg, .icon-btns .filter-block .shop2-filter-btns .shop2-filter-reset span svg, .filter-block .shop2-filter-btns .icon-btns .shop2-filter-reset span svg, .icon-btns .filter-block .gr-filter-more__btn span svg, .filter-block .icon-btns .gr-filter-more__btn span svg, .icon-btns .lazy-pagelist .lazy-pagelist-btn span svg, .lazy-pagelist .icon-btns .lazy-pagelist-btn span svg, .icon-btns .login-form__reg .user-reg-btn span svg, .login-form__reg .icon-btns .user-reg-btn span svg, .icon-btns .login-form .user-block__logout .user-logout-btn span svg, .login-form .user-block__logout .icon-btns .user-logout-btn span svg, .icon-btns .search-form .gr-filter-more__btn span svg, .search-form .icon-btns .gr-filter-more__btn span svg, .icon-btns .folders-submenu a.folders-submenu__prev span svg, .folders-submenu .icon-btns a.folders-submenu__prev span svg, .icon-btns .folders-submenu a.folders-submenu__next span svg, .folders-submenu .icon-btns a.folders-submenu__next span svg, .icon-btns .shop2-product-params .param-body .file span svg, .shop2-product-params .param-body .icon-btns .file span svg, .icon-btns .shop2-product-options .option-body .file span svg, .shop2-product-options .option-body .icon-btns .file span svg, .icon-btns .cart-params__value .file span svg, .cart-params__value .icon-btns .file span svg, .icon-btns .card-page .kinds-block.kind_columns_2 .kinds-block__items.kinds_slider .kind-item .buy-one-click span svg, .card-page .kinds-block.kind_columns_2 .kinds-block__items.kinds_slider .kind-item .icon-btns .buy-one-click span svg, .icon-btns .card-page .kinds-block.kind_columns_3 .kinds-block__items.kinds_slider .kind-item .buy-one-click span svg, .card-page .kinds-block.kind_columns_3 .kinds-block__items.kinds_slider .kind-item .icon-btns .buy-one-click span svg, .icon-btns .card-page .kinds-block.kind_columns_4 .kinds-block__items.kinds_slider .kind-item .buy-one-click span svg, .card-page .kinds-block.kind_columns_4 .kinds-block__items.kinds_slider .kind-item .icon-btns .buy-one-click span svg, .icon-btns .card-page .kinds-block.kind_columns_5 .kinds-block__items.kinds_slider .kind-item .buy-one-click span svg, .card-page .kinds-block.kind_columns_5 .kinds-block__items.kinds_slider .kind-item .icon-btns .buy-one-click span svg, .icon-btns .comments-block .comments-reg .tpl-right a span svg, .comments-block .comments-reg .tpl-right .icon-btns a span svg, .icon-btns .comments-block .comments-reg .tpl-btns a span svg, .comments-block .comments-reg .tpl-btns .icon-btns a span svg, .icon-btns .shop-product-data__nav li a span svg, .shop-product-data__nav li .icon-btns a span svg, .icon-btns .shop-product-data__desc .r-tabs-accordion-title a span svg, .shop-product-data__desc .r-tabs-accordion-title .icon-btns a span svg, .icon-btns .shop-product-data__desc .desc-area.mods_block .kinds-block .kinds-block__items .kind-item .buy-one-click span svg, .shop-product-data__desc .desc-area.mods_block .kinds-block .kinds-block__items .kind-item .icon-btns .buy-one-click span svg, .icon-btns .coupon-additional__btn span svg, .icon-btns .shop-coupon .coupon-btn span svg, .shop-coupon .icon-btns .coupon-btn span svg, .icon-btns .cart-total div.shop2-cart-update a span svg, .cart-total div.shop2-cart-update .icon-btns a span svg, .icon-btns .product_columns_2 .product-list.thumbs .product-item .buy-one-click span svg, .product_columns_2 .product-list.thumbs .product-item .icon-btns .buy-one-click span svg, .icon-btns .product_columns_3 .product-list.thumbs .product-item .buy-one-click span svg, .product_columns_3 .product-list.thumbs .product-item .icon-btns .buy-one-click span svg, .icon-btns .product_columns_4 .product-list.thumbs .product-item .buy-one-click span svg, .product_columns_4 .product-list.thumbs .product-item .icon-btns .buy-one-click span svg, .icon-btns .product-list.simple .product-item .buy-one-click span svg, .product-list.simple .product-item .icon-btns .buy-one-click span svg, .icon-btns .product-list.list .product-item .buy-one-click span svg, .product-list.list .product-item .icon-btns .buy-one-click span svg, .icon-btns .card-page .card-nav__btn:first-child span svg, .card-page .icon-btns .card-nav__btn:first-child span svg, .icon-btns .card-page .card-nav__btn:last-child span svg, .card-page .icon-btns .card-nav__btn:last-child span svg, .icon-btns .card-page .form-additional .buy-one-click span svg, .card-page .form-additional .icon-btns .buy-one-click span svg, .icon-btns .card-page .shop-product-tags__item span svg, .card-page .icon-btns .shop-product-tags__item span svg, .icon-btns .card-page .shop-product-folders__item span svg, .card-page .icon-btns .shop-product-folders__item span svg, .icon-btns .shop2-vendor-folders li a span svg, .shop2-vendor-folders li .icon-btns a span svg, .icon-btns .shop2-compare-switch a span svg, .shop2-compare-switch .icon-btns a span svg, .icon-btns .inner-folders__list li a span svg, .inner-folders__list li .icon-btns a span svg, .icon-btns .text-right-left .g-button span svg, .text-right-left .icon-btns .g-button span svg, .icon-btns .cart-popup__btns .gr_cart_btn span svg, .cart-popup__btns .icon-btns .gr_cart_btn span svg, .icon-btns .product-quick-view .shop2-product .gr-product-options .gr-product-options-more__btn span svg, .product-quick-view .shop2-product .gr-product-options .icon-btns .gr-product-options-more__btn span svg, .icon-btns .product-quick-view .shop2-product .form-additional .gr-quick-more-btn span svg, .product-quick-view .shop2-product .form-additional .icon-btns .gr-quick-more-btn span svg, .icon-btns .special-popup__btn a span svg, .special-popup__btn .icon-btns a span svg, .icon-btns .smart-search-folders__list li a span svg, .smart-search-folders__list li .icon-btns a span svg, .icon-btns .smart-search-vendors__list li a span svg, .smart-search-vendors__list li .icon-btns a span svg, .icon-btns #search-result .search-result-btn span svg, #search-result .icon-btns .search-result-btn span svg, .icon-btns .card-product-preview__btns .card_popup_close span svg, .card-product-preview__btns .icon-btns .card_popup_close span svg, .product-quick-view .shop2-product .gr-product-options .gr-product-options-more__btn span svg {
  position: absolute;
  top: 50%;
  right: 0;
  width: 30px;
  height: 30px;
  transform: translateY(-50%) rotate(0.001deg);
  transition: all 0.18s linear;
}
.gr-btn-icon-right-2 span, #shop2-cart .shop2-cart-table .cart-product .cart-params__more-btn span, .product_columns_2 .product-list.thumbs .product-item .gr-product-options .gr-options-more__btn span, .product_columns_3 .product-list.thumbs .product-item .gr-product-options .gr-options-more__btn span, .product_columns_4 .product-list.thumbs .product-item .gr-product-options .gr-options-more__btn span, .product-list.simple .product-item .gr-product-options .gr-options-more__btn span, .product-list.list .product-item .gr-product-options .gr-options-more__btn span, .card-page .gr-product-options .gr-product-options-more__btn span {
  position: relative;
  vertical-align: top;
  display: inline-block;
  padding-right: 36px;
}
.gr-btn-icon-right-2 span i, #shop2-cart .shop2-cart-table .cart-product .cart-params__more-btn span i, .product_columns_2 .product-list.thumbs .product-item .gr-product-options .gr-options-more__btn span i, .product_columns_3 .product-list.thumbs .product-item .gr-product-options .gr-options-more__btn span i, .product_columns_4 .product-list.thumbs .product-item .gr-product-options .gr-options-more__btn span i, .product-list.simple .product-item .gr-product-options .gr-options-more__btn span i, .product-list.list .product-item .gr-product-options .gr-options-more__btn span i, .card-page .gr-product-options .gr-product-options-more__btn span i {
  position: absolute;
  top: 50%;
  right: 0;
  width: 30px;
  height: 30px;
  transform: translateY(-50%) rotate(0.001deg);
  transition: all 0.18s linear;
}
.shop-product-btn {
  font-weight: var(--font1_500);
  font-family: var(--font1);
  color: var(--gr_excep_color);
  border: none;
  background: var(--gr_primary);
  box-shadow: none;
}
.shop-product-btn:hover {
  color: var(--gr_excep_color);
  border: none;
  box-shadow: none;
  background: var(--gr_primary);
}
.shop-product-btn:active {
  color: var(--gr_excep_color);
  border: none;
  box-shadow: none;
  background: var(--gr_primary);
}
.shop-product-btn span {
  position: relative;
  padding-right: 40px;
}
.shop-product-btn span svg {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
  transition: all 0.18s linear;
}
.shop-product-btn.buy span svg {
  right: -5px;
  fill: var(--gr_excep_color);
}
.shop-product-btn.buy:hover span svg {
  fill: var(--gr_excep_color);
}
.shop-product-btn.buy:active span svg {
  fill: var(--gr_excep_color);
}
.shop-product-btn.onrequest span {
  color: var(--gr_excep_color);
}
.shop-product-btn.onrequest span svg {
  right: -5px;
  fill: var(--gr_excep_color) !important;
}
.shop-product-btn.onrequest:hover {
  color: var(--gr_excep_color);
}
.shop-product-btn.onrequest:hover span svg {
  fill: var(--gr_excep_color) !important;
}
.shop-product-btn.onrequest:active {
  color: var(--gr_excep_color);
}
.shop-product-btn.onrequest:active span svg {
  fill: var(--gr_excep_color) !important;
}
.shop-product-btn.notavailable {
  color: var(--on_gr_disable);
  border: none;
  box-shadow: none;
  background: var(--gr_disable);
  pointer-events: none;
}
.shop-product-btn.notavailable span svg {
  right: -5px;
  fill: var(--on_gr_disable);
}
.shop-product-btn.only-icon span svg {
  right: 0;
  fill: var(--gr_btn_1_icon);
}
.shop-product-btn.only-icon:hover span svg {
  fill: var(--gr_btn_1_icon_h);
}
.shop-product-btn.only-icon:active span svg {
  fill: var(--gr_btn_1_icon_a);
}
body .product-compare {
  position: relative;
  padding: 0;
  border: none;
  display: flex;
  align-items: center;
}
body .product-compare.product-compare-added {
  font-size: 0;
}
body .product-compare.product-compare-added .gr-compare-checkbox {
  position: relative;
  height: 30px;
  width: 30px;
  margin-right: 6px;
  display: inline-block;
  vertical-align: middle;
}
body .product-compare.product-compare-added .gr-compare-checkbox input {
  position: absolute;
  width: 0;
  height: 0;
  padding: 0;
  overflow: hidden;
  visibility: hidden;
  padding: 0;
  border: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
body .product-compare.product-compare-added .gr-compare-checkbox:before {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.18s linear;
  box-shadow: none;
  font-family: "icomoon";
  content: none;
  color: var(--on_gr_accent_icon);
  font-size: 10px;
  line-height: 30px;
  text-align: center;
}
body .product-compare.product-compare-added .gr-compare-checkbox svg {
  position: absolute;
  content: none;
  cursor: pointer;
  top: 0;
  left: 0px;
  height: 30px;
  width: 30px;
  transition: all 0.18s linear;
  fill: var(--on_gr_bg_acc_text);
}
body .product-compare.product-compare-added .link-reset {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: -1px;
  text-decoration: none;
  color: var(--on_gr_bg_acc_text);
  transition: all 0.18s linear;
  border-bottom: 1px solid transparent;
  font: var(--font1_400) 14px/ 1.2 var(--font2);
}
@media (max-width: 480px) {
  body .product-compare.product-compare-added .link-reset {
    font-size: 14px;
  }
}
body .product-compare.product-compare-added .link-reset:hover {
  border-bottom-color: var(--on_gr_bg_acc_text_4);
}
body .product-compare .gr-compare-plus {
  position: relative;
  cursor: pointer;
  min-height: 30px;
  padding: 0 0 0 36px;
  align-items: center;
  display: inline-flex;
  color: var(--on_gr_bg_acc_text_7);
  font: var(--font1_400) 14px/ 1.2 var(--font2);
}
@media (max-width: 480px) {
  body .product-compare .gr-compare-plus {
    font-size: 13px;
  }
}
body .product-compare .gr-compare-plus:hover {
  color: var(--on_gr_bg_acc_text);
}
body .product-compare .gr-compare-plus:hover:before {
  background: var(--on_gr_bg_bg);
  box-shadow: inset 0 0 0 2px var(--gr_primary);
}
body .product-compare .gr-compare-plus:hover svg {
  fill: var(--on_gr_bg_acc_text);
}
body .product-compare .gr-compare-plus:before {
  position: absolute;
  content: none;
  cursor: pointer;
  top: 0;
  left: 0;
  height: 30px;
  width: 30px;
  border-radius: var(--gr_small_radius);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0), inset 0 0 0 1px var(--tableBorder);
  background: var(--on_gr_form_bg);
  transition: all 0.18s linear;
}
body .product-compare .gr-compare-plus input {
  position: absolute;
  width: 0;
  height: 0;
  padding: 0;
  overflow: hidden;
  visibility: hidden;
  padding: 0;
  border: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
body .product-compare .gr-compare-plus svg {
  position: absolute;
  content: none;
  cursor: pointer;
  top: 0;
  left: 0px;
  height: 30px;
  width: 30px;
  transition: all 0.18s linear;
  fill: var(--on_gr_bg_acc_text_7);
}
.gr-btn-1, .shop2-product-actions dl dt.promo-action, .card-page .kinds-block.kind_columns_2 .kinds-block__items.kinds_slider .kind-item .buy-one-click.buy_one_click_action, .card-page .kinds-block.kind_columns_3 .kinds-block__items.kinds_slider .kind-item .buy-one-click.buy_one_click_action, .card-page .kinds-block.kind_columns_4 .kinds-block__items.kinds_slider .kind-item .buy-one-click.buy_one_click_action, .card-page .kinds-block.kind_columns_5 .kinds-block__items.kinds_slider .kind-item .buy-one-click.buy_one_click_action, .comments-block .comments-form .tpl-field-button button, .comments-block .comments-reg .tpl-btns button, .shop-product-data__desc .desc-area.mods_block .kinds-block .kinds-block__items .kind-item .buy-one-click.buy_one_click_action, .shop2-order-form ~ .form-item.form-item-submit button, .cart-total .cart-total-checkout, .shop2-cart-auth button, .remodal[data-remodal-id="cart-auth-remodal"] .form-registration__btn, .product_columns_2 .product-list.thumbs .product-item .buy-one-click.buy_one_click_action, .product_columns_3 .product-list.thumbs .product-item .buy-one-click.buy_one_click_action, .product_columns_4 .product-list.thumbs .product-item .buy-one-click.buy_one_click_action, .product-list.simple .product-item .buy-one-click.buy_one_click_action, .product-list.list .product-item .buy-one-click.buy_one_click_action, .card-page .form-additional .shop-product-btn:not(.notavailable), .card-page .form-additional .buy-one-click.buy_one_click.buy_one_click_action, .shop2-compare-switch a.shop2-compare-switch-active, .shop-folders__btn, .cart-popup__btns .gr-order-one-page, .gr-cart-preview #shop2-cart-preview a, .product-quick-view .shop2-product .form-additional .shop-product-btn:not(.notavailable), .timer-block__btn a, .recent-block .recent-item .shop-product-btn, .card-product-preview__btns .gr_cart_btn {
  font-weight: var(--font1_500);
  font-family: var(--font2);
  color: var(--gr_excep_color);
  border: none;
  background: var(--gr_accent);
  box-shadow: none;
}
.gr-btn-1 svg, .shop2-product-actions dl dt.promo-action svg, .card-page .kinds-block.kind_columns_2 .kinds-block__items.kinds_slider .kind-item .buy-one-click.buy_one_click_action svg, .card-page .kinds-block.kind_columns_3 .kinds-block__items.kinds_slider .kind-item .buy-one-click.buy_one_click_action svg, .card-page .kinds-block.kind_columns_4 .kinds-block__items.kinds_slider .kind-item .buy-one-click.buy_one_click_action svg, .card-page .kinds-block.kind_columns_5 .kinds-block__items.kinds_slider .kind-item .buy-one-click.buy_one_click_action svg, .comments-block .comments-form .tpl-field-button button svg, .comments-block .comments-reg .tpl-btns button svg, .shop-product-data__desc .desc-area.mods_block .kinds-block .kinds-block__items .kind-item .buy-one-click.buy_one_click_action svg, .shop2-order-form ~ .form-item.form-item-submit button svg, .cart-total .cart-total-checkout svg, .shop2-cart-auth button svg, .remodal[data-remodal-id="cart-auth-remodal"] .form-registration__btn svg, .product_columns_2 .product-list.thumbs .product-item .buy-one-click.buy_one_click_action svg, .product_columns_3 .product-list.thumbs .product-item .buy-one-click.buy_one_click_action svg, .product_columns_4 .product-list.thumbs .product-item .buy-one-click.buy_one_click_action svg, .product-list.simple .product-item .buy-one-click.buy_one_click_action svg, .product-list.list .product-item .buy-one-click.buy_one_click_action svg, .card-page .form-additional .shop-product-btn:not(.notavailable) svg, .card-page .form-additional .buy-one-click.buy_one_click.buy_one_click_action svg, .shop2-compare-switch a.shop2-compare-switch-active svg, .shop-folders__btn svg, .cart-popup__btns .gr-order-one-page svg, .gr-cart-preview #shop2-cart-preview a svg, .product-quick-view .shop2-product .form-additional .shop-product-btn:not(.notavailable) svg, .timer-block__btn a svg, .recent-block .recent-item .shop-product-btn svg, .card-product-preview__btns .gr_cart_btn svg {
  fill: var(--gr_excep_color);
}
.gr-btn-1:hover, .shop2-product-actions dl dt.promo-action:hover, .card-page .kinds-block.kind_columns_2 .kinds-block__items.kinds_slider .kind-item .buy-one-click.buy_one_click_action:hover, .card-page .kinds-block.kind_columns_3 .kinds-block__items.kinds_slider .kind-item .buy-one-click.buy_one_click_action:hover, .card-page .kinds-block.kind_columns_4 .kinds-block__items.kinds_slider .kind-item .buy-one-click.buy_one_click_action:hover, .card-page .kinds-block.kind_columns_5 .kinds-block__items.kinds_slider .kind-item .buy-one-click.buy_one_click_action:hover, .comments-block .comments-form .tpl-field-button button:hover, .comments-block .comments-reg .tpl-btns button:hover, .shop-product-data__desc .desc-area.mods_block .kinds-block .kinds-block__items .kind-item .buy-one-click.buy_one_click_action:hover, .shop2-order-form ~ .form-item.form-item-submit button:hover, .cart-total .cart-total-checkout:hover, .shop2-cart-auth button:hover, .remodal[data-remodal-id="cart-auth-remodal"] .form-registration__btn:hover, .product_columns_2 .product-list.thumbs .product-item .buy-one-click.buy_one_click_action:hover, .product_columns_3 .product-list.thumbs .product-item .buy-one-click.buy_one_click_action:hover, .product_columns_4 .product-list.thumbs .product-item .buy-one-click.buy_one_click_action:hover, .product-list.simple .product-item .buy-one-click.buy_one_click_action:hover, .product-list.list .product-item .buy-one-click.buy_one_click_action:hover, .card-page .form-additional .shop-product-btn:not(.notavailable):hover, .card-page .form-additional .buy-one-click.buy_one_click.buy_one_click_action:hover, .shop2-compare-switch a.shop2-compare-switch-active:hover, .shop-folders__btn:hover, .cart-popup__btns .gr-order-one-page:hover, .gr-cart-preview #shop2-cart-preview a:hover, .product-quick-view .shop2-product .form-additional .shop-product-btn:not(.notavailable):hover, .timer-block__btn a:hover, .recent-block .recent-item .shop-product-btn:hover, .card-product-preview__btns .gr_cart_btn:hover {
  color: var(--gr_excep_color);
  border: none;
  box-shadow: none;
  background: var(--gr_accent);
}
.gr-btn-1:hover svg, .shop2-product-actions dl dt.promo-action:hover svg, .card-page .kinds-block.kind_columns_2 .kinds-block__items.kinds_slider .kind-item .buy-one-click.buy_one_click_action:hover svg, .card-page .kinds-block.kind_columns_3 .kinds-block__items.kinds_slider .kind-item .buy-one-click.buy_one_click_action:hover svg, .card-page .kinds-block.kind_columns_4 .kinds-block__items.kinds_slider .kind-item .buy-one-click.buy_one_click_action:hover svg, .card-page .kinds-block.kind_columns_5 .kinds-block__items.kinds_slider .kind-item .buy-one-click.buy_one_click_action:hover svg, .comments-block .comments-form .tpl-field-button button:hover svg, .comments-block .comments-reg .tpl-btns button:hover svg, .shop-product-data__desc .desc-area.mods_block .kinds-block .kinds-block__items .kind-item .buy-one-click.buy_one_click_action:hover svg, .shop2-order-form ~ .form-item.form-item-submit button:hover svg, .cart-total .cart-total-checkout:hover svg, .shop2-cart-auth button:hover svg, .remodal[data-remodal-id="cart-auth-remodal"] .form-registration__btn:hover svg, .product_columns_2 .product-list.thumbs .product-item .buy-one-click.buy_one_click_action:hover svg, .product_columns_3 .product-list.thumbs .product-item .buy-one-click.buy_one_click_action:hover svg, .product_columns_4 .product-list.thumbs .product-item .buy-one-click.buy_one_click_action:hover svg, .product-list.simple .product-item .buy-one-click.buy_one_click_action:hover svg, .product-list.list .product-item .buy-one-click.buy_one_click_action:hover svg, .card-page .form-additional .shop-product-btn:not(.notavailable):hover svg, .card-page .form-additional .buy-one-click.buy_one_click.buy_one_click_action:hover svg, .shop2-compare-switch a.shop2-compare-switch-active:hover svg, .shop-folders__btn:hover svg, .cart-popup__btns .gr-order-one-page:hover svg, .gr-cart-preview #shop2-cart-preview a:hover svg, .product-quick-view .shop2-product .form-additional .shop-product-btn:not(.notavailable):hover svg, .timer-block__btn a:hover svg, .recent-block .recent-item .shop-product-btn:hover svg, .card-product-preview__btns .gr_cart_btn:hover svg {
  fill: var(--gr_excep_color);
}
.gr-btn-1:active, .shop2-product-actions dl dt.promo-action:active, .card-page .kinds-block.kind_columns_2 .kinds-block__items.kinds_slider .kind-item .buy-one-click.buy_one_click_action:active, .card-page .kinds-block.kind_columns_3 .kinds-block__items.kinds_slider .kind-item .buy-one-click.buy_one_click_action:active, .card-page .kinds-block.kind_columns_4 .kinds-block__items.kinds_slider .kind-item .buy-one-click.buy_one_click_action:active, .card-page .kinds-block.kind_columns_5 .kinds-block__items.kinds_slider .kind-item .buy-one-click.buy_one_click_action:active, .comments-block .comments-form .tpl-field-button button:active, .comments-block .comments-reg .tpl-btns button:active, .shop-product-data__desc .desc-area.mods_block .kinds-block .kinds-block__items .kind-item .buy-one-click.buy_one_click_action:active, .shop2-order-form ~ .form-item.form-item-submit button:active, .cart-total .cart-total-checkout:active, .shop2-cart-auth button:active, .remodal[data-remodal-id="cart-auth-remodal"] .form-registration__btn:active, .product_columns_2 .product-list.thumbs .product-item .buy-one-click.buy_one_click_action:active, .product_columns_3 .product-list.thumbs .product-item .buy-one-click.buy_one_click_action:active, .product_columns_4 .product-list.thumbs .product-item .buy-one-click.buy_one_click_action:active, .product-list.simple .product-item .buy-one-click.buy_one_click_action:active, .product-list.list .product-item .buy-one-click.buy_one_click_action:active, .card-page .form-additional .shop-product-btn:not(.notavailable):active, .card-page .form-additional .buy-one-click.buy_one_click.buy_one_click_action:active, .shop2-compare-switch a.shop2-compare-switch-active:active, .shop-folders__btn:active, .cart-popup__btns .gr-order-one-page:active, .gr-cart-preview #shop2-cart-preview a:active, .product-quick-view .shop2-product .form-additional .shop-product-btn:not(.notavailable):active, .timer-block__btn a:active, .recent-block .recent-item .shop-product-btn:active, .card-product-preview__btns .gr_cart_btn:active {
  color: var(--gr_excep_color);
  border: none;
  box-shadow: none;
  background: var(--gr_accent);
}
.gr-btn-1:active svg, .shop2-product-actions dl dt.promo-action:active svg, .card-page .kinds-block.kind_columns_2 .kinds-block__items.kinds_slider .kind-item .buy-one-click.buy_one_click_action:active svg, .card-page .kinds-block.kind_columns_3 .kinds-block__items.kinds_slider .kind-item .buy-one-click.buy_one_click_action:active svg, .card-page .kinds-block.kind_columns_4 .kinds-block__items.kinds_slider .kind-item .buy-one-click.buy_one_click_action:active svg, .card-page .kinds-block.kind_columns_5 .kinds-block__items.kinds_slider .kind-item .buy-one-click.buy_one_click_action:active svg, .comments-block .comments-form .tpl-field-button button:active svg, .comments-block .comments-reg .tpl-btns button:active svg, .shop-product-data__desc .desc-area.mods_block .kinds-block .kinds-block__items .kind-item .buy-one-click.buy_one_click_action:active svg, .shop2-order-form ~ .form-item.form-item-submit button:active svg, .cart-total .cart-total-checkout:active svg, .shop2-cart-auth button:active svg, .remodal[data-remodal-id="cart-auth-remodal"] .form-registration__btn:active svg, .product_columns_2 .product-list.thumbs .product-item .buy-one-click.buy_one_click_action:active svg, .product_columns_3 .product-list.thumbs .product-item .buy-one-click.buy_one_click_action:active svg, .product_columns_4 .product-list.thumbs .product-item .buy-one-click.buy_one_click_action:active svg, .product-list.simple .product-item .buy-one-click.buy_one_click_action:active svg, .product-list.list .product-item .buy-one-click.buy_one_click_action:active svg, .card-page .form-additional .shop-product-btn:not(.notavailable):active svg, .card-page .form-additional .buy-one-click.buy_one_click.buy_one_click_action:active svg, .shop2-compare-switch a.shop2-compare-switch-active:active svg, .shop-folders__btn:active svg, .cart-popup__btns .gr-order-one-page:active svg, .gr-cart-preview #shop2-cart-preview a:active svg, .product-quick-view .shop2-product .form-additional .shop-product-btn:not(.notavailable):active svg, .timer-block__btn a:active svg, .recent-block .recent-item .shop-product-btn:active svg, .card-product-preview__btns .gr_cart_btn:active svg {
  fill: var(--gr_excep_color);
}
.gr-btn-2, .filter-block .shop2-filter-btns .shop2-filter-go, .filter-popup-btn, .login-form__enter .user-enter-btn, .login-form .user-block__orders .user-orders-btn, .search-form .search-rows__btn .search-btn, .cart-total .cart-total-order-checkout, .cart-registration__btns .cart-registration__btn a, .remodal[data-remodal-id="other-contact"] > span, .text-right-left .btn_payment_rest.g-button, .special-popup__form .tpl-anketa .tpl-field.tpl-field-button button {
  font-weight: var(--font1_500);
  font-family: var(--font2);
  color: var(--gr_btn_2_text);
  border: none;
  background: var(--gr_primary);
  box-shadow: none;
}
.gr-btn-2 svg, .filter-block .shop2-filter-btns .shop2-filter-go svg, .filter-popup-btn svg, .login-form__enter .user-enter-btn svg, .login-form .user-block__orders .user-orders-btn svg, .search-form .search-rows__btn .search-btn svg, .cart-total .cart-total-order-checkout svg, .cart-registration__btns .cart-registration__btn a svg, .remodal[data-remodal-id="other-contact"] > span svg, .text-right-left .btn_payment_rest.g-button svg, .special-popup__form .tpl-anketa .tpl-field.tpl-field-button button svg {
  fill: var(--gr_btn_2_text);
}
.gr-btn-2:hover, .filter-block .shop2-filter-btns .shop2-filter-go:hover, .filter-popup-btn:hover, .login-form__enter .user-enter-btn:hover, .login-form .user-block__orders .user-orders-btn:hover, .search-form .search-rows__btn .search-btn:hover, .cart-total .cart-total-order-checkout:hover, .cart-registration__btns .cart-registration__btn a:hover, .remodal[data-remodal-id="other-contact"] > span:hover, .text-right-left .btn_payment_rest.g-button:hover, .special-popup__form .tpl-anketa .tpl-field.tpl-field-button button:hover {
  color: var(--gr_btn_2_text_h);
  border: none;
  box-shadow: none;
  background: var(--gr_primary);
}
.gr-btn-2:hover svg, .filter-block .shop2-filter-btns .shop2-filter-go:hover svg, .filter-popup-btn:hover svg, .login-form__enter .user-enter-btn:hover svg, .login-form .user-block__orders .user-orders-btn:hover svg, .search-form .search-rows__btn .search-btn:hover svg, .cart-total .cart-total-order-checkout:hover svg, .cart-registration__btns .cart-registration__btn a:hover svg, .remodal[data-remodal-id="other-contact"] > span:hover svg, .text-right-left .btn_payment_rest.g-button:hover svg, .special-popup__form .tpl-anketa .tpl-field.tpl-field-button button:hover svg {
  fill: var(--gr_btn_2_text_h);
}
.gr-btn-2:active, .filter-block .shop2-filter-btns .shop2-filter-go:active, .filter-popup-btn:active, .login-form__enter .user-enter-btn:active, .login-form .user-block__orders .user-orders-btn:active, .search-form .search-rows__btn .search-btn:active, .cart-total .cart-total-order-checkout:active, .cart-registration__btns .cart-registration__btn a:active, .remodal[data-remodal-id="other-contact"] > span:active, .text-right-left .btn_payment_rest.g-button:active, .special-popup__form .tpl-anketa .tpl-field.tpl-field-button button:active {
  color: var(--gr_btn_2_text_a);
  border: none;
  box-shadow: none;
  background: var(--gr_primary);
}
.gr-btn-2:active svg, .filter-block .shop2-filter-btns .shop2-filter-go:active svg, .filter-popup-btn:active svg, .login-form__enter .user-enter-btn:active svg, .login-form .user-block__orders .user-orders-btn:active svg, .search-form .search-rows__btn .search-btn:active svg, .cart-total .cart-total-order-checkout:active svg, .cart-registration__btns .cart-registration__btn a:active svg, .remodal[data-remodal-id="other-contact"] > span:active svg, .text-right-left .btn_payment_rest.g-button:active svg, .special-popup__form .tpl-anketa .tpl-field.tpl-field-button button:active svg {
  fill: var(--gr_btn_2_text_a);
}
.gr-btn-3, .gr-field-style input[type="button"], #orderForm input[type="button"], .tpl-field input[type="button"], .shop2-btn.shop2-btn-back, .filter-block .shop2-filter-btns .shop2-filter-reset, .filter-block .gr-filter-more__btn, .lazy-pagelist .lazy-pagelist-btn, .login-form__reg .user-reg-btn, .login-form .user-block__logout .user-logout-btn, .search-form .gr-filter-more__btn, .folders-submenu a.folders-submenu__prev, .folders-submenu a.folders-submenu__next, .shop2-product-params .param-body .file, .shop2-product-options .option-body .file, .cart-params__value .file, .card-page .kinds-block.kind_columns_2 .kinds-block__items.kinds_slider .kind-item .buy-one-click, .card-page .kinds-block.kind_columns_3 .kinds-block__items.kinds_slider .kind-item .buy-one-click, .card-page .kinds-block.kind_columns_4 .kinds-block__items.kinds_slider .kind-item .buy-one-click, .card-page .kinds-block.kind_columns_5 .kinds-block__items.kinds_slider .kind-item .buy-one-click, .comments-block .comments-reg .tpl-right a, .comments-block .comments-reg .tpl-btns a, .shop-product-data__nav li a, .shop-product-data__desc .r-tabs-accordion-title a, .shop-product-data__desc .desc-area.mods_block .kinds-block .kinds-block__items .kind-item .buy-one-click, .coupon-additional__btn, .shop-coupon .coupon-btn, .cart-total div.shop2-cart-update a, .product_columns_2 .product-list.thumbs .product-item .buy-one-click, .product_columns_3 .product-list.thumbs .product-item .buy-one-click, .product_columns_4 .product-list.thumbs .product-item .buy-one-click, .product-list.simple .product-item .buy-one-click, .product-list.list .product-item .buy-one-click, .card-page .card-nav__btn:first-child, .card-page .card-nav__btn:last-child, .card-page .form-additional .buy-one-click, .card-page .shop-product-tags__item, .card-page .shop-product-folders__item, .shop2-vendor-folders li a, .shop2-compare-switch a, .inner-folders__list li a, .text-right-left .g-button, .cart-popup__btns .gr_cart_btn, .product-quick-view .shop2-product .gr-product-options .gr-product-options-more__btn, .product-quick-view .shop2-product .form-additional .gr-quick-more-btn, .special-popup__btn a, .smart-search-folders__list li a, .smart-search-vendors__list li a, #search-result .search-result-btn, .card-product-preview__btns .card_popup_close {
  font-weight: var(--font1_500);
  font-family: var(--font2);
  color: var(--gr_btn_3_text);
  border: 1px solid var(--gr_primary);
  background: none;
  box-shadow: none;
}
.gr-btn-3 svg, .gr-field-style input[type="button"] svg, #orderForm input[type="button"] svg, .tpl-field input[type="button"] svg, .shop2-btn.shop2-btn-back svg, .filter-block .shop2-filter-btns .shop2-filter-reset svg, .filter-block .gr-filter-more__btn svg, .lazy-pagelist .lazy-pagelist-btn svg, .login-form__reg .user-reg-btn svg, .login-form .user-block__logout .user-logout-btn svg, .search-form .gr-filter-more__btn svg, .folders-submenu a.folders-submenu__prev svg, .folders-submenu a.folders-submenu__next svg, .shop2-product-params .param-body .file svg, .shop2-product-options .option-body .file svg, .cart-params__value .file svg, .card-page .kinds-block.kind_columns_2 .kinds-block__items.kinds_slider .kind-item .buy-one-click svg, .card-page .kinds-block.kind_columns_3 .kinds-block__items.kinds_slider .kind-item .buy-one-click svg, .card-page .kinds-block.kind_columns_4 .kinds-block__items.kinds_slider .kind-item .buy-one-click svg, .card-page .kinds-block.kind_columns_5 .kinds-block__items.kinds_slider .kind-item .buy-one-click svg, .comments-block .comments-reg .tpl-right a svg, .comments-block .comments-reg .tpl-btns a svg, .shop-product-data__nav li a svg, .shop-product-data__desc .r-tabs-accordion-title a svg, .shop-product-data__desc .desc-area.mods_block .kinds-block .kinds-block__items .kind-item .buy-one-click svg, .coupon-additional__btn svg, .shop-coupon .coupon-btn svg, .cart-total div.shop2-cart-update a svg, .product_columns_2 .product-list.thumbs .product-item .buy-one-click svg, .product_columns_3 .product-list.thumbs .product-item .buy-one-click svg, .product_columns_4 .product-list.thumbs .product-item .buy-one-click svg, .product-list.simple .product-item .buy-one-click svg, .product-list.list .product-item .buy-one-click svg, .card-page .card-nav__btn:first-child svg, .card-page .card-nav__btn:last-child svg, .card-page .form-additional .buy-one-click svg, .card-page .shop-product-tags__item svg, .card-page .shop-product-folders__item svg, .shop2-vendor-folders li a svg, .shop2-compare-switch a svg, .inner-folders__list li a svg, .text-right-left .g-button svg, .cart-popup__btns .gr_cart_btn svg, .product-quick-view .shop2-product .gr-product-options .gr-product-options-more__btn svg, .product-quick-view .shop2-product .form-additional .gr-quick-more-btn svg, .special-popup__btn a svg, .smart-search-folders__list li a svg, .smart-search-vendors__list li a svg, #search-result .search-result-btn svg, .card-product-preview__btns .card_popup_close svg {
  fill: var(--gr_btn_3_text);
}
.gr-btn-3:hover, .gr-field-style input[type="button"]:hover, #orderForm input[type="button"]:hover, .tpl-field input[type="button"]:hover, .shop2-btn.shop2-btn-back:hover, .filter-block .shop2-filter-btns .shop2-filter-reset:hover, .filter-block .gr-filter-more__btn:hover, .lazy-pagelist .lazy-pagelist-btn:hover, .login-form__reg .user-reg-btn:hover, .login-form .user-block__logout .user-logout-btn:hover, .search-form .gr-filter-more__btn:hover, .folders-submenu a.folders-submenu__prev:hover, .folders-submenu a.folders-submenu__next:hover, .shop2-product-params .param-body .file:hover, .shop2-product-options .option-body .file:hover, .cart-params__value .file:hover, .card-page .kinds-block.kind_columns_2 .kinds-block__items.kinds_slider .kind-item .buy-one-click:hover, .card-page .kinds-block.kind_columns_3 .kinds-block__items.kinds_slider .kind-item .buy-one-click:hover, .card-page .kinds-block.kind_columns_4 .kinds-block__items.kinds_slider .kind-item .buy-one-click:hover, .card-page .kinds-block.kind_columns_5 .kinds-block__items.kinds_slider .kind-item .buy-one-click:hover, .comments-block .comments-reg .tpl-right a:hover, .comments-block .comments-reg .tpl-btns a:hover, .shop-product-data__nav li a:hover, .shop-product-data__desc .r-tabs-accordion-title a:hover, .shop-product-data__desc .desc-area.mods_block .kinds-block .kinds-block__items .kind-item .buy-one-click:hover, .coupon-additional__btn:hover, .shop-coupon .coupon-btn:hover, .cart-total div.shop2-cart-update a:hover, .product_columns_2 .product-list.thumbs .product-item .buy-one-click:hover, .product_columns_3 .product-list.thumbs .product-item .buy-one-click:hover, .product_columns_4 .product-list.thumbs .product-item .buy-one-click:hover, .product-list.simple .product-item .buy-one-click:hover, .product-list.list .product-item .buy-one-click:hover, .card-page .card-nav__btn:first-child:hover, .card-page .card-nav__btn:last-child:hover, .card-page .form-additional .buy-one-click:hover, .card-page .shop-product-tags__item:hover, .card-page .shop-product-folders__item:hover, .shop2-vendor-folders li a:hover, .shop2-compare-switch a:hover, .inner-folders__list li a:hover, .text-right-left .g-button:hover, .cart-popup__btns .gr_cart_btn:hover, .product-quick-view .shop2-product .gr-product-options .gr-product-options-more__btn:hover, .product-quick-view .shop2-product .form-additional .gr-quick-more-btn:hover, .special-popup__btn a:hover, .smart-search-folders__list li a:hover, .smart-search-vendors__list li a:hover, #search-result .search-result-btn:hover, .card-product-preview__btns .card_popup_close:hover {
  color: var(--gr_btn_3_text_h);
  border: 1px solid var(--gr_primary);
  box-shadow: none;
  background: var(--gr_primary);
}
.gr-btn-3:hover svg, .gr-field-style input[type="button"]:hover svg, #orderForm input[type="button"]:hover svg, .tpl-field input[type="button"]:hover svg, .shop2-btn.shop2-btn-back:hover svg, .filter-block .shop2-filter-btns .shop2-filter-reset:hover svg, .filter-block .gr-filter-more__btn:hover svg, .lazy-pagelist .lazy-pagelist-btn:hover svg, .login-form__reg .user-reg-btn:hover svg, .login-form .user-block__logout .user-logout-btn:hover svg, .search-form .gr-filter-more__btn:hover svg, .folders-submenu a.folders-submenu__prev:hover svg, .folders-submenu a.folders-submenu__next:hover svg, .shop2-product-params .param-body .file:hover svg, .shop2-product-options .option-body .file:hover svg, .cart-params__value .file:hover svg, .card-page .kinds-block.kind_columns_2 .kinds-block__items.kinds_slider .kind-item .buy-one-click:hover svg, .card-page .kinds-block.kind_columns_3 .kinds-block__items.kinds_slider .kind-item .buy-one-click:hover svg, .card-page .kinds-block.kind_columns_4 .kinds-block__items.kinds_slider .kind-item .buy-one-click:hover svg, .card-page .kinds-block.kind_columns_5 .kinds-block__items.kinds_slider .kind-item .buy-one-click:hover svg, .comments-block .comments-reg .tpl-right a:hover svg, .comments-block .comments-reg .tpl-btns a:hover svg, .shop-product-data__nav li a:hover svg, .shop-product-data__desc .r-tabs-accordion-title a:hover svg, .shop-product-data__desc .desc-area.mods_block .kinds-block .kinds-block__items .kind-item .buy-one-click:hover svg, .coupon-additional__btn:hover svg, .shop-coupon .coupon-btn:hover svg, .cart-total div.shop2-cart-update a:hover svg, .product_columns_2 .product-list.thumbs .product-item .buy-one-click:hover svg, .product_columns_3 .product-list.thumbs .product-item .buy-one-click:hover svg, .product_columns_4 .product-list.thumbs .product-item .buy-one-click:hover svg, .product-list.simple .product-item .buy-one-click:hover svg, .product-list.list .product-item .buy-one-click:hover svg, .card-page .card-nav__btn:first-child:hover svg, .card-page .card-nav__btn:last-child:hover svg, .card-page .form-additional .buy-one-click:hover svg, .card-page .shop-product-tags__item:hover svg, .card-page .shop-product-folders__item:hover svg, .shop2-vendor-folders li a:hover svg, .shop2-compare-switch a:hover svg, .inner-folders__list li a:hover svg, .text-right-left .g-button:hover svg, .cart-popup__btns .gr_cart_btn:hover svg, .product-quick-view .shop2-product .gr-product-options .gr-product-options-more__btn:hover svg, .product-quick-view .shop2-product .form-additional .gr-quick-more-btn:hover svg, .special-popup__btn a:hover svg, .smart-search-folders__list li a:hover svg, .smart-search-vendors__list li a:hover svg, #search-result .search-result-btn:hover svg, .card-product-preview__btns .card_popup_close:hover svg {
  fill: var(--gr_btn_3_text_h);
}
.gr-btn-3:active, .gr-field-style input[type="button"]:active, #orderForm input[type="button"]:active, .tpl-field input[type="button"]:active, .shop2-btn.shop2-btn-back:active, .filter-block .shop2-filter-btns .shop2-filter-reset:active, .filter-block .gr-filter-more__btn:active, .lazy-pagelist .lazy-pagelist-btn:active, .login-form__reg .user-reg-btn:active, .login-form .user-block__logout .user-logout-btn:active, .search-form .gr-filter-more__btn:active, .folders-submenu a.folders-submenu__prev:active, .folders-submenu a.folders-submenu__next:active, .shop2-product-params .param-body .file:active, .shop2-product-options .option-body .file:active, .cart-params__value .file:active, .card-page .kinds-block.kind_columns_2 .kinds-block__items.kinds_slider .kind-item .buy-one-click:active, .card-page .kinds-block.kind_columns_3 .kinds-block__items.kinds_slider .kind-item .buy-one-click:active, .card-page .kinds-block.kind_columns_4 .kinds-block__items.kinds_slider .kind-item .buy-one-click:active, .card-page .kinds-block.kind_columns_5 .kinds-block__items.kinds_slider .kind-item .buy-one-click:active, .comments-block .comments-reg .tpl-right a:active, .comments-block .comments-reg .tpl-btns a:active, .shop-product-data__nav li a:active, .shop-product-data__desc .r-tabs-accordion-title a:active, .shop-product-data__desc .desc-area.mods_block .kinds-block .kinds-block__items .kind-item .buy-one-click:active, .coupon-additional__btn:active, .shop-coupon .coupon-btn:active, .cart-total div.shop2-cart-update a:active, .product_columns_2 .product-list.thumbs .product-item .buy-one-click:active, .product_columns_3 .product-list.thumbs .product-item .buy-one-click:active, .product_columns_4 .product-list.thumbs .product-item .buy-one-click:active, .product-list.simple .product-item .buy-one-click:active, .product-list.list .product-item .buy-one-click:active, .card-page .card-nav__btn:first-child:active, .card-page .card-nav__btn:last-child:active, .card-page .form-additional .buy-one-click:active, .card-page .shop-product-tags__item:active, .card-page .shop-product-folders__item:active, .shop2-vendor-folders li a:active, .shop2-compare-switch a:active, .inner-folders__list li a:active, .text-right-left .g-button:active, .cart-popup__btns .gr_cart_btn:active, .product-quick-view .shop2-product .gr-product-options .gr-product-options-more__btn:active, .product-quick-view .shop2-product .form-additional .gr-quick-more-btn:active, .special-popup__btn a:active, .smart-search-folders__list li a:active, .smart-search-vendors__list li a:active, #search-result .search-result-btn:active, .card-product-preview__btns .card_popup_close:active {
  color: var(--gr_btn_3_text_a);
  border: 1px solid var(--gr_primary);
  box-shadow: none;
  background: var(--gr_primary);
}
.gr-btn-3:active svg, .gr-field-style input[type="button"]:active svg, #orderForm input[type="button"]:active svg, .tpl-field input[type="button"]:active svg, .shop2-btn.shop2-btn-back:active svg, .filter-block .shop2-filter-btns .shop2-filter-reset:active svg, .filter-block .gr-filter-more__btn:active svg, .lazy-pagelist .lazy-pagelist-btn:active svg, .login-form__reg .user-reg-btn:active svg, .login-form .user-block__logout .user-logout-btn:active svg, .search-form .gr-filter-more__btn:active svg, .folders-submenu a.folders-submenu__prev:active svg, .folders-submenu a.folders-submenu__next:active svg, .shop2-product-params .param-body .file:active svg, .shop2-product-options .option-body .file:active svg, .cart-params__value .file:active svg, .card-page .kinds-block.kind_columns_2 .kinds-block__items.kinds_slider .kind-item .buy-one-click:active svg, .card-page .kinds-block.kind_columns_3 .kinds-block__items.kinds_slider .kind-item .buy-one-click:active svg, .card-page .kinds-block.kind_columns_4 .kinds-block__items.kinds_slider .kind-item .buy-one-click:active svg, .card-page .kinds-block.kind_columns_5 .kinds-block__items.kinds_slider .kind-item .buy-one-click:active svg, .comments-block .comments-reg .tpl-right a:active svg, .comments-block .comments-reg .tpl-btns a:active svg, .shop-product-data__nav li a:active svg, .shop-product-data__desc .r-tabs-accordion-title a:active svg, .shop-product-data__desc .desc-area.mods_block .kinds-block .kinds-block__items .kind-item .buy-one-click:active svg, .coupon-additional__btn:active svg, .shop-coupon .coupon-btn:active svg, .cart-total div.shop2-cart-update a:active svg, .product_columns_2 .product-list.thumbs .product-item .buy-one-click:active svg, .product_columns_3 .product-list.thumbs .product-item .buy-one-click:active svg, .product_columns_4 .product-list.thumbs .product-item .buy-one-click:active svg, .product-list.simple .product-item .buy-one-click:active svg, .product-list.list .product-item .buy-one-click:active svg, .card-page .card-nav__btn:first-child:active svg, .card-page .card-nav__btn:last-child:active svg, .card-page .form-additional .buy-one-click:active svg, .card-page .shop-product-tags__item:active svg, .card-page .shop-product-folders__item:active svg, .shop2-vendor-folders li a:active svg, .shop2-compare-switch a:active svg, .inner-folders__list li a:active svg, .text-right-left .g-button:active svg, .cart-popup__btns .gr_cart_btn:active svg, .product-quick-view .shop2-product .gr-product-options .gr-product-options-more__btn:active svg, .product-quick-view .shop2-product .form-additional .gr-quick-more-btn:active svg, .special-popup__btn a:active svg, .smart-search-folders__list li a:active svg, .smart-search-vendors__list li a:active svg, #search-result .search-result-btn:active svg, .card-product-preview__btns .card_popup_close:active svg {
  fill: var(--gr_btn_3_text_a);
}
.gr-btn-4 {
  font-weight: var(--font1_500);
  font-family: var(--font2);
  color: var(--gr_btn_4_text);
  border: none;
  background: var(--gr_btn_4_bg);
  box-shadow: none;
}
.gr-btn-4 svg {
  fill: var(--gr_btn_4_text);
}
.gr-btn-4:hover {
  color: var(--gr_btn_4_text_h);
  border: none;
  box-shadow: none;
  background: var(--gr_btn_4_bg_h);
}
.gr-btn-4:hover svg {
  fill: var(--gr_btn_4_text_h);
}
.gr-btn-4:active {
  color: var(--gr_btn_4_text_a);
  border: none;
  box-shadow: none;
  background: var(--gr_btn_4_bg_a);
}
.gr-btn-4:active svg {
  fill: var(--gr_btn_4_text_a);
}
.gr-btn-4:before {
  background: var(--gr_btn_overlay_a_05);
}
.gr-btn-4:active:before {
  background: var(--gr_btn_overlay_a_1);
}
.gr-btn-5, .about-shares__popup, .form-subscription__form form .tpl-field-button button, .top-slider__more, .about-stock__more {
  font-weight: var(--font1_500);
  font-family: var(--font2);
  color: var(--gr_btn_5_text);
  border: none;
  background: var(--gr_btn_5_bg);
  box-shadow: none;
}
.gr-btn-5 svg, .about-shares__popup svg, .form-subscription__form form .tpl-field-button button svg, .top-slider__more svg, .about-stock__more svg {
  fill: var(--gr_btn_5_text);
}
.gr-btn-5:hover, .about-shares__popup:hover, .form-subscription__form form .tpl-field-button button:hover, .top-slider__more:hover, .about-stock__more:hover {
  color: var(--gr_btn_5_text_h);
  border: none;
  box-shadow: none;
  background: var(--gr_btn_5_bg_h);
}
.gr-btn-5:hover svg, .about-shares__popup:hover svg, .form-subscription__form form .tpl-field-button button:hover svg, .top-slider__more:hover svg, .about-stock__more:hover svg {
  fill: var(--gr_btn_5_text_h);
}
.gr-btn-5:active, .about-shares__popup:active, .form-subscription__form form .tpl-field-button button:active, .top-slider__more:active, .about-stock__more:active {
  color: var(--gr_btn_5_text_a);
  border: none;
  box-shadow: none;
  background: var(--gr_btn_5_bg_a);
}
.gr-btn-5:active svg, .about-shares__popup:active svg, .form-subscription__form form .tpl-field-button button:active svg, .top-slider__more:active svg, .about-stock__more:active svg {
  fill: var(--gr_btn_5_text_a);
}
.gr-btn-5:before, .about-shares__popup:before, .form-subscription__form form .tpl-field-button button:before, .top-slider__more:before, .about-stock__more:before {
  background: var(--gr_btn_overlay_a_05);
}
.gr-btn-5:active:before, .about-shares__popup:active:before, .form-subscription__form form .tpl-field-button button:active:before, .top-slider__more:active:before, .about-stock__more:active:before {
  background: var(--gr_btn_overlay_a_1);
}
.gr-icon-btn-1, .tns-controls button, .product-quick-view .prev_product_caller, .product-quick-view .next_product_caller, .quick-view-trigger {
  border-radius: var(--gr_wrap_radius);
  font-size: 0;
  padding: 0;
  opacity: 1;
  visibility: visible;
  transition: all 0.18s linear;
  border: none;
  background: var(--gr_icon_btn_1_bg);
  box-shadow: 0 0 0 1px var(--gr_icon_btn_1_border);
}
.gr-icon-btn-1:before, .tns-controls button:before, .product-quick-view .prev_product_caller:before, .product-quick-view .next_product_caller:before, .quick-view-trigger:before {
  border-radius: var(--gr_wrap_radius);
}
.gr-icon-btn-1:hover, .tns-controls button:hover, .product-quick-view .prev_product_caller:hover, .product-quick-view .next_product_caller:hover, .quick-view-trigger:hover {
  border: none;
  box-shadow: 0 0 0 1px var(--gr_icon_btn_1_border_h);
  background: var(--gr_icon_btn_1_bg_h);
}
.gr-icon-btn-1:hover svg, .tns-controls button:hover svg, .product-quick-view .prev_product_caller:hover svg, .product-quick-view .next_product_caller:hover svg, .quick-view-trigger:hover svg {
  fill: var(--gr_icon_btn_1_icon_h);
}
.gr-icon-btn-1:active, .tns-controls button:active, .product-quick-view .prev_product_caller:active, .product-quick-view .next_product_caller:active, .quick-view-trigger:active {
  border: none;
  box-shadow: 0 0 0 1px var(--gr_icon_btn_1_border_a);
  background: var(--gr_icon_btn_1_bg_a);
}
.gr-icon-btn-1:active svg, .tns-controls button:active svg, .product-quick-view .prev_product_caller:active svg, .product-quick-view .next_product_caller:active svg, .quick-view-trigger:active svg {
  fill: var(--gr_icon_btn_1_icon_a);
}
.gr-icon-btn-1 svg, .tns-controls button svg, .product-quick-view .prev_product_caller svg, .product-quick-view .next_product_caller svg, .quick-view-trigger svg {
  width: 30px;
  height: 30px;
  fill: var(--gr_icon_btn_1_icon);
  transition: all 0.18s linear;
}
.gr-icon-btn-2, .product-quick-view .quick-card-slider__thumbs .tns-controls button, .card-product-preview .tns-controls button {
  border-radius: var(--gr_wrap_radius);
  font-size: 0;
  padding: 0;
  opacity: 1;
  visibility: visible;
  transition: all 0.18s linear;
  border: none;
  background: var(--gr_icon_btn_2_bg);
  box-shadow: none;
}
.gr-icon-btn-2:before, .product-quick-view .quick-card-slider__thumbs .tns-controls button:before, .card-product-preview .tns-controls button:before {
  border-radius: var(--gr_wrap_radius);
}
.gr-icon-btn-2:hover, .product-quick-view .quick-card-slider__thumbs .tns-controls button:hover, .card-product-preview .tns-controls button:hover {
  border: none;
  box-shadow: none;
  background: var(--gr_icon_btn_2_bg_h);
}
.gr-icon-btn-2:hover svg, .product-quick-view .quick-card-slider__thumbs .tns-controls button:hover svg, .card-product-preview .tns-controls button:hover svg {
  fill: var(--gr_icon_btn_2_icon_h);
}
.gr-icon-btn-2:active, .product-quick-view .quick-card-slider__thumbs .tns-controls button:active, .card-product-preview .tns-controls button:active {
  border: none;
  box-shadow: none;
  background: var(--gr_icon_btn_2_bg_a);
}
.gr-icon-btn-2:active svg, .product-quick-view .quick-card-slider__thumbs .tns-controls button:active svg, .card-product-preview .tns-controls button:active svg {
  fill: var(--gr_icon_btn_2_icon_a);
}
.gr-icon-btn-2 svg, .product-quick-view .quick-card-slider__thumbs .tns-controls button svg, .card-product-preview .tns-controls button svg {
  width: 30px;
  height: 30px;
  fill: var(--gr_icon_btn_2_icon);
  transition: all 0.18s linear;
}
.gr-icon-btn-3, .filter-block .shop2-filter__title-icon, .search-form .row-title__icon, #shop2-alert-ok, .shop2-alert-close, .order-info-block__close, .gr-favorite-popup__close, .shop2-product-actions dd .close-desc-action, #shop2-cart .shop2-cart-table .cart-delete a, .shop-coupon .coupon-delete, .remodal .remodal-close-btn, .cart-popup #shop2-cart .popup-product__close a, .product-quick-view .popover-close, .timer-block__close, .product-quick-view2 .popover-close {
  border-radius: var(--gr_wrap_radius);
  font-size: 0;
  padding: 0;
  opacity: 1;
  visibility: visible;
  transition: all 0.18s linear;
  border: none;
  background: var(--gr_icon_btn_3_bg);
  box-shadow: none;
}
.gr-icon-btn-3:before, .filter-block .shop2-filter__title-icon:before, .search-form .row-title__icon:before, #shop2-alert-ok:before, .shop2-alert-close:before, .order-info-block__close:before, .gr-favorite-popup__close:before, .shop2-product-actions dd .close-desc-action:before, #shop2-cart .shop2-cart-table .cart-delete a:before, .shop-coupon .coupon-delete:before, .remodal .remodal-close-btn:before, .cart-popup #shop2-cart .popup-product__close a:before, .product-quick-view .popover-close:before, .timer-block__close:before, .product-quick-view2 .popover-close:before {
  border-radius: var(--gr_wrap_radius);
  display: none;
}
.gr-icon-btn-3:hover, .filter-block .shop2-filter__title-icon:hover, .search-form .row-title__icon:hover, #shop2-alert-ok:hover, .shop2-alert-close:hover, .order-info-block__close:hover, .gr-favorite-popup__close:hover, .shop2-product-actions dd .close-desc-action:hover, #shop2-cart .shop2-cart-table .cart-delete a:hover, .shop-coupon .coupon-delete:hover, .remodal .remodal-close-btn:hover, .cart-popup #shop2-cart .popup-product__close a:hover, .product-quick-view .popover-close:hover, .timer-block__close:hover, .product-quick-view2 .popover-close:hover {
  border: none;
  box-shadow: none;
  background: var(--gr_icon_btn_3_bg);
}
.gr-icon-btn-3:hover svg, .filter-block .shop2-filter__title-icon:hover svg, .search-form .row-title__icon:hover svg, #shop2-alert-ok:hover svg, .shop2-alert-close:hover svg, .order-info-block__close:hover svg, .gr-favorite-popup__close:hover svg, .shop2-product-actions dd .close-desc-action:hover svg, #shop2-cart .shop2-cart-table .cart-delete a:hover svg, .shop-coupon .coupon-delete:hover svg, .remodal .remodal-close-btn:hover svg, .cart-popup #shop2-cart .popup-product__close a:hover svg, .product-quick-view .popover-close:hover svg, .timer-block__close:hover svg, .product-quick-view2 .popover-close:hover svg {
  fill: var(--gr_icon_btn_3_icon_h);
}
.gr-icon-btn-3:active, .filter-block .shop2-filter__title-icon:active, .search-form .row-title__icon:active, #shop2-alert-ok:active, .shop2-alert-close:active, .order-info-block__close:active, .gr-favorite-popup__close:active, .shop2-product-actions dd .close-desc-action:active, #shop2-cart .shop2-cart-table .cart-delete a:active, .shop-coupon .coupon-delete:active, .remodal .remodal-close-btn:active, .cart-popup #shop2-cart .popup-product__close a:active, .product-quick-view .popover-close:active, .timer-block__close:active, .product-quick-view2 .popover-close:active {
  border: none;
  box-shadow: none;
  background: var(--gr_icon_btn_3_bg);
}
.gr-icon-btn-3:active svg, .filter-block .shop2-filter__title-icon:active svg, .search-form .row-title__icon:active svg, #shop2-alert-ok:active svg, .shop2-alert-close:active svg, .order-info-block__close:active svg, .gr-favorite-popup__close:active svg, .shop2-product-actions dd .close-desc-action:active svg, #shop2-cart .shop2-cart-table .cart-delete a:active svg, .shop-coupon .coupon-delete:active svg, .remodal .remodal-close-btn:active svg, .cart-popup #shop2-cart .popup-product__close a:active svg, .product-quick-view .popover-close:active svg, .timer-block__close:active svg, .product-quick-view2 .popover-close:active svg {
  fill: var(--gr_icon_btn_3_icon_a);
}
.gr-icon-btn-3 svg, .filter-block .shop2-filter__title-icon svg, .search-form .row-title__icon svg, #shop2-alert-ok svg, .shop2-alert-close svg, .order-info-block__close svg, .gr-favorite-popup__close svg, .shop2-product-actions dd .close-desc-action svg, #shop2-cart .shop2-cart-table .cart-delete a svg, .shop-coupon .coupon-delete svg, .remodal .remodal-close-btn svg, .cart-popup #shop2-cart .popup-product__close a svg, .product-quick-view .popover-close svg, .timer-block__close svg, .product-quick-view2 .popover-close svg {
  width: 30px;
  height: 30px;
  fill: var(--gr_icon_btn_3_icon);
  transition: all 0.18s linear;
}
.tns-controls {
  outline: none;
}
.tns-nav {
  margin: 20px 0 0;
  outline: none;
  font-size: 0;
  text-align: left;
}
.tns-nav button {
  margin: 0 5px;
  min-height: 8px;
  height: 10px;
  width: 10px;
  border-radius: var(--gr_wrap_radius);
  font-size: 0;
  padding: 0;
  opacity: 1;
  visibility: visible;
  border: none;
  background: var(--on_gr_white_const_7);
  box-shadow: none;
}
.tns-nav button:first-child {
  margin-left: 0;
}
.tns-nav button.tns-nav-active {
  background: var(--gr_attention);
  width: 22px;
  border-radius: var(--gr_wrap_radius);
}
.tns-nav button.tns-nav-active:hover, .tns-nav button.tns-nav-active:active {
  background: var(--gr_attention);
}
.tns-nav button:hover {
  border: none;
  box-shadow: none;
  background: var(--gr_attention);
}
.tns-nav button:active {
  border: none;
  box-shadow: none;
  background: var(--gr_attention);
}
button.shop2-btn, input[type="button"].shop2-btn, input[type="submit"].shop2-btn, a.shop2-btn, .shop2-btn, .tpl-button, a.tpl-button, .tpl-field button, .tpl-field input[type="file"], .tpl-field input[type="submit"], .gr-field-style button, #orderForm button, .gr-field-style input[type="file"], #orderForm input[type="file"], .gr-field-style input[type="submit"], #orderForm input[type="submit"] {
  font-weight: var(--font1_500);
  font-family: var(--font2);
  color: var(--gr_excep_color);
  border: none;
  background: var(--gr_accent);
  box-shadow: none;
}
button.shop2-btn:hover, input[type="button"].shop2-btn:hover, input[type="submit"].shop2-btn:hover, a.shop2-btn:hover, .shop2-btn:hover, .tpl-button:hover, a.tpl-button:hover, .tpl-field button:hover, .tpl-field input[type="file"]:hover, .tpl-field input[type="submit"]:hover, .gr-field-style button:hover, #orderForm button:hover, .gr-field-style input[type="file"]:hover, #orderForm input[type="file"]:hover, .gr-field-style input[type="submit"]:hover, #orderForm input[type="submit"]:hover {
  color: var(--gr_excep_color);
  border: none;
  box-shadow: none;
  background: var(--gr_accent);
}
button.shop2-btn:active, input[type="button"].shop2-btn:active, input[type="submit"].shop2-btn:active, a.shop2-btn:active, .shop2-btn:active, .tpl-button:active, a.tpl-button:active, .tpl-field button:active, .tpl-field input[type="file"]:active, .tpl-field input[type="submit"]:active, .gr-field-style button:active, #orderForm button:active, .gr-field-style input[type="file"]:active, #orderForm input[type="file"]:active, .gr-field-style input[type="submit"]:active, #orderForm input[type="submit"]:active {
  color: var(--gr_excep_color);
  border: none;
  box-shadow: none;
  background: var(--gr_accent);
}
button.shop2-btn.notavailable, input[type="button"].shop2-btn.notavailable, input[type="submit"].shop2-btn.notavailable, a.shop2-btn.notavailable, .shop2-btn.notavailable, .tpl-button.notavailable, a.tpl-button.notavailable, .tpl-field button.notavailable, .tpl-field input[type="file"].notavailable, .tpl-field input[type="submit"].notavailable, .gr-field-style button.notavailable, #orderForm button.notavailable, .gr-field-style input[type="file"].notavailable, #orderForm input[type="file"].notavailable, .gr-field-style input[type="submit"].notavailable, #orderForm input[type="submit"].notavailable {
  color: var(--gr_disable);
  border: none;
  box-shadow: none;
  background: var(--on_gr_disable);
  pointer-events: none;
}
button.shop2-btn.disabled, input[type="button"].shop2-btn.disabled, input[type="submit"].shop2-btn.disabled, a.shop2-btn.disabled, .shop2-btn.disabled, .tpl-button.disabled, a.tpl-button.disabled, .tpl-field button.disabled, .tpl-field input[type="file"].disabled, .tpl-field input[type="submit"].disabled, .gr-field-style button.disabled, #orderForm button.disabled, .gr-field-style input[type="file"].disabled, #orderForm input[type="file"].disabled, .gr-field-style input[type="submit"].disabled, #orderForm input[type="submit"].disabled {
  color: var(--on_gr_disable);
  border: none;
  box-shadow: none;
  background: var(--gr_disable);
  pointer-events: none;
}
.shop2-btn.shop2-btn-back span {
  padding-left: 20px;
}
.shop2-btn.shop2-btn-back span svg {
  left: -6px;
  width: 22px;
}
/* Стили кнопок */
/*----Inputs----*/
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  background: inherit !important;
}
.gr-large-input-desktop, .login-form__row.gr-field-style input[type="text"], .login-form__row#orderForm input[type="text"], .login-form__row.gr-field-style input[type="password"], .login-form__row#orderForm input[type="password"], .gr-fields .gr-field-style.large input, .gr-fields .large#orderForm input {
  font-size: 16px;
  line-height: 20px;
  padding: 20px 20px;
}
@media (max-width: 1260px) {
  .gr-large-input-tablet, .login-form__row.gr-field-style input[type="text"], .login-form__row#orderForm input[type="text"], .login-form__row.gr-field-style input[type="password"], .login-form__row#orderForm input[type="password"], .gr-fields .gr-field-style.large input, .gr-fields .large#orderForm input {
    font-size: 16px;
    line-height: 20px;
    padding: 18px 20px;
  }
}
@media (max-width: 767px) {
  .gr-large-input-mobile, .login-form__row.gr-field-style input[type="text"], .login-form__row#orderForm input[type="text"], .login-form__row.gr-field-style input[type="password"], .login-form__row#orderForm input[type="password"], .gr-fields .gr-field-style.large input, .gr-fields .large#orderForm input {
    font-size: 16px;
    line-height: 20px;
    padding: 16px 20px;
  }
}
.gr-medium-input-desktop, .tpl-field input[type="text"], .tpl-field input[type="email"], .tpl-field input[type="tel"], .tpl-field input[type="number"], .tpl-field input[type="password"], .gr-field-style input[type="text"], #orderForm input[type="text"], .gr-field-style input[type="email"], #orderForm input[type="email"], .gr-field-style input[type="tel"], #orderForm input[type="tel"], .gr-field-style input[type="number"], #orderForm input[type="number"], .gr-field-style input[type="password"], #orderForm input[type="password"], .option-item:not(.deligate-option) input[type="text"], .option-item:not(.deligate-option) input[type="email"], .option-item:not(.deligate-option) input[type="tel"], .option-item:not(.deligate-option) input[type="number"], .option-item:not(.deligate-option) input[type="password"], .form-item input[type="text"], .form-item input[type="email"], .form-item input[type="tel"], .form-item input[type="number"], .form-item input[type="password"], .tpl-field textarea, .gr-field-style textarea, #orderForm textarea, .option-item:not(.deligate-option) textarea, .form-item textarea, .tpl-field select[multiple], .gr-field-style select[multiple], #orderForm select[multiple], .option-item:not(.deligate-option) select[multiple], .form-item select[multiple], .gr-deligate-additional-styles #shop2-order-delivery .shop2-delivery--item__tab .label .delivery-items .option-type .g-form-field .g-form-field__value input[type="text"], .gr-deligate-additional-styles #shop2-order-delivery .shop2-delivery--item__tab .label .delivery-items .option-type .g-form-field .g-form-field__value input[type="email"], .gr-deligate-additional-styles #shop2-order-delivery .shop2-delivery--item__tab .label .delivery-items .option-type .g-form-field .g-form-field__value input[type="tel"], .gr-deligate-additional-styles #shop2-order-delivery .shop2-delivery--item__tab .label .delivery-items .option-type .g-form-field .g-form-field__value input[type="number"], .gr-deligate-additional-styles #shop2-order-delivery .shop2-delivery--item__tab .label .delivery-items .option-type .g-form-field .g-form-field__value input[type="password"], .gr-deligate-additional-styles #shop2-order-delivery .shop2-delivery--item__tab .label .delivery-items .option-type .g-form-field .g-form-field__value textarea {
  font-size: 16px;
  line-height: 20px;
  padding: 17px 20px;
}
@media (max-width: 1260px) {
  .gr-medium-input-tablet, .tpl-field input[type="text"], .tpl-field input[type="email"], .tpl-field input[type="tel"], .tpl-field input[type="number"], .tpl-field input[type="password"], .gr-field-style input[type="text"], #orderForm input[type="text"], .gr-field-style input[type="email"], #orderForm input[type="email"], .gr-field-style input[type="tel"], #orderForm input[type="tel"], .gr-field-style input[type="number"], #orderForm input[type="number"], .gr-field-style input[type="password"], #orderForm input[type="password"], .option-item:not(.deligate-option) input[type="text"], .option-item:not(.deligate-option) input[type="email"], .option-item:not(.deligate-option) input[type="tel"], .option-item:not(.deligate-option) input[type="number"], .option-item:not(.deligate-option) input[type="password"], .form-item input[type="text"], .form-item input[type="email"], .form-item input[type="tel"], .form-item input[type="number"], .form-item input[type="password"], .tpl-field textarea, .gr-field-style textarea, #orderForm textarea, .option-item:not(.deligate-option) textarea, .form-item textarea, .tpl-field select[multiple], .gr-field-style select[multiple], #orderForm select[multiple], .option-item:not(.deligate-option) select[multiple], .form-item select[multiple], .gr-deligate-additional-styles #shop2-order-delivery .shop2-delivery--item__tab .label .delivery-items .option-type .g-form-field .g-form-field__value input[type="text"], .gr-deligate-additional-styles #shop2-order-delivery .shop2-delivery--item__tab .label .delivery-items .option-type .g-form-field .g-form-field__value input[type="email"], .gr-deligate-additional-styles #shop2-order-delivery .shop2-delivery--item__tab .label .delivery-items .option-type .g-form-field .g-form-field__value input[type="tel"], .gr-deligate-additional-styles #shop2-order-delivery .shop2-delivery--item__tab .label .delivery-items .option-type .g-form-field .g-form-field__value input[type="number"], .gr-deligate-additional-styles #shop2-order-delivery .shop2-delivery--item__tab .label .delivery-items .option-type .g-form-field .g-form-field__value input[type="password"], .gr-deligate-additional-styles #shop2-order-delivery .shop2-delivery--item__tab .label .delivery-items .option-type .g-form-field .g-form-field__value textarea {
    font-size: 16px;
    line-height: 20px;
    padding: 16px 20px;
  }
}
@media (max-width: 767px) {
  .gr-medium-input-mobile, .tpl-field input[type="text"], .tpl-field input[type="email"], .tpl-field input[type="tel"], .tpl-field input[type="number"], .tpl-field input[type="password"], .gr-field-style input[type="text"], #orderForm input[type="text"], .gr-field-style input[type="email"], #orderForm input[type="email"], .gr-field-style input[type="tel"], #orderForm input[type="tel"], .gr-field-style input[type="number"], #orderForm input[type="number"], .gr-field-style input[type="password"], #orderForm input[type="password"], .option-item:not(.deligate-option) input[type="text"], .option-item:not(.deligate-option) input[type="email"], .option-item:not(.deligate-option) input[type="tel"], .option-item:not(.deligate-option) input[type="number"], .option-item:not(.deligate-option) input[type="password"], .form-item input[type="text"], .form-item input[type="email"], .form-item input[type="tel"], .form-item input[type="number"], .form-item input[type="password"], .tpl-field textarea, .gr-field-style textarea, #orderForm textarea, .option-item:not(.deligate-option) textarea, .form-item textarea, .tpl-field select[multiple], .gr-field-style select[multiple], #orderForm select[multiple], .option-item:not(.deligate-option) select[multiple], .form-item select[multiple], .gr-deligate-additional-styles #shop2-order-delivery .shop2-delivery--item__tab .label .delivery-items .option-type .g-form-field .g-form-field__value input[type="text"], .gr-deligate-additional-styles #shop2-order-delivery .shop2-delivery--item__tab .label .delivery-items .option-type .g-form-field .g-form-field__value input[type="email"], .gr-deligate-additional-styles #shop2-order-delivery .shop2-delivery--item__tab .label .delivery-items .option-type .g-form-field .g-form-field__value input[type="tel"], .gr-deligate-additional-styles #shop2-order-delivery .shop2-delivery--item__tab .label .delivery-items .option-type .g-form-field .g-form-field__value input[type="number"], .gr-deligate-additional-styles #shop2-order-delivery .shop2-delivery--item__tab .label .delivery-items .option-type .g-form-field .g-form-field__value input[type="password"], .gr-deligate-additional-styles #shop2-order-delivery .shop2-delivery--item__tab .label .delivery-items .option-type .g-form-field .g-form-field__value textarea {
    font-size: 16px;
    line-height: 20px;
    padding: 13px 20px;
  }
}
.gr-small-input-desktop, .gr-fields .gr-field-style.small input, .gr-fields .small#orderForm input {
  font-size: 13px;
  line-height: 16px;
  padding: 13px 12px;
}
@media (max-width: 1260px) {
  .gr-small-input-tablet, .gr-fields .gr-field-style.small input, .gr-fields .small#orderForm input {
    font-size: 13px;
    line-height: 16px;
    padding: 12px 12px;
  }
}
@media (max-width: 767px) {
  .gr-small-input-mobile, .cart-bonuses__left #bonus-points, .gr-fields .gr-field-style.small input, .gr-fields .small#orderForm input {
    font-size: 13px;
    line-height: 16px;
    padding: 10px 12px;
  }
}
/*----Inputs----*/
.gr-select-wrapper {
  position: relative;
  display: block;
}
.gr-select-wrapper:before {
  position: absolute;
  top: 50%;
  right: 15px;
  z-index: 2;
  font-size: 6px;
  margin-top: -4px;
  font-family: "icomoon";
  content: "";
  color: var(--on_gr_bg_acc_text_5);
  transition: all 0.18s linear;
}
.gr-select-wrapper:hover:before {
  z-index: 0;
  color: var(--gr_primary_6);
}
/*----Selects----*/
.gr-large-select-desktop, .gr-fields .gr-field-style.large select:not([multiple]), .gr-fields .large#orderForm select:not([multiple]) {
  font-size: 16px;
  line-height: 20px;
  padding: 20px 50px 20px 20px;
}
@media (max-width: 1260px) {
  .gr-large-select-tablet, .gr-fields .gr-field-style.large select:not([multiple]), .gr-fields .large#orderForm select:not([multiple]) {
    font-size: 16px;
    line-height: 20px;
    padding: 18px 50px 18px 20px;
  }
}
@media (max-width: 767px) {
  .gr-large-select-mobile {
    font-size: 16px;
    line-height: 20px;
    padding: 16px 50px 16px 20px;
  }
}
.gr-medium-select-desktop, .tpl-field select:not([multiple]), .gr-field-style select:not([multiple]), #orderForm select:not([multiple]), .option-item:not(.deligate-option) select:not([multiple]), .form-item select:not([multiple]), .card-page .gr-product-options .option-body select, .product-quick-view .shop2-product .gr-product-options .option-body select, .gr-deligate-additional-styles #shop2-order-delivery .shop2-delivery--item__tab .label .delivery-items .option-type .g-form-field .g-form-field__value select:not([multiple]), .gr-deligate-additional-styles #shop2-order-delivery .options-list .shop2-delivery--item__tab .label .delivery-items .map-select select:not([multiple]) {
  font-size: 16px;
  line-height: 20px;
  padding: 15px 50px 15px 20px;
}
@media (max-width: 1260px) {
  .gr-medium-select-tablet, .tpl-field select:not([multiple]), .gr-field-style select:not([multiple]), #orderForm select:not([multiple]), .option-item:not(.deligate-option) select:not([multiple]), .form-item select:not([multiple]), .gr-deligate-additional-styles #shop2-order-delivery .shop2-delivery--item__tab .label .delivery-items .option-type .g-form-field .g-form-field__value select:not([multiple]), .gr-deligate-additional-styles #shop2-order-delivery .options-list .shop2-delivery--item__tab .label .delivery-items .map-select select:not([multiple]) {
    font-size: 16px;
    line-height: 20px;
    padding: 14px 50px 14px 20px;
  }
}
@media (max-width: 767px) {
  .gr-medium-select-mobile, .tpl-field select:not([multiple]), .gr-field-style select:not([multiple]), #orderForm select:not([multiple]), .option-item:not(.deligate-option) select:not([multiple]), .form-item select:not([multiple]), .card-page .gr-product-options .option-body select, .product-quick-view .shop2-product .gr-product-options .option-body select, .gr-deligate-additional-styles #shop2-order-delivery .shop2-delivery--item__tab .label .delivery-items .option-type .g-form-field .g-form-field__value select:not([multiple]), .gr-deligate-additional-styles #shop2-order-delivery .options-list .shop2-delivery--item__tab .label .delivery-items .map-select select:not([multiple]) {
    font-size: 16px;
    line-height: 20px;
    padding: 13px 50px 13px 20px;
  }
}
.gr-small-select-desktop, #shop2-cart .shop2-cart-table .cart-product .cart-params__body select, .product_columns_2 .product-list.thumbs .product-item .gr-product-options .option-body select, .product_columns_3 .product-list.thumbs .product-item .gr-product-options .option-body select, .product_columns_4 .product-list.thumbs .product-item .gr-product-options .option-body select, .product-list.simple .product-item .gr-product-options .option-body select, .product-list.list .product-item .gr-product-options .option-body select, .gr-fields .gr-field-style.small select:not([multiple]), .gr-fields .small#orderForm select:not([multiple]) {
  font-size: 13px;
  line-height: 16px;
  padding: 13px 40px 13px 12px;
}
@media (max-width: 1260px) {
  .gr-small-select-tablet, #shop2-cart .shop2-cart-table .cart-product .cart-params__body select, .product_columns_2 .product-list.thumbs .product-item .gr-product-options .option-body select, .product_columns_3 .product-list.thumbs .product-item .gr-product-options .option-body select, .product_columns_4 .product-list.thumbs .product-item .gr-product-options .option-body select, .product-list.simple .product-item .gr-product-options .option-body select, .product-list.list .product-item .gr-product-options .option-body select, .gr-fields .gr-field-style.small select:not([multiple]), .gr-fields .small#orderForm select:not([multiple]) {
    font-size: 13px;
    line-height: 16px;
    padding: 12px 40px 12px 12px;
  }
}
@media (max-width: 767px) {
  .gr-small-select-mobile, #shop2-cart .shop2-cart-table .cart-product .cart-params__body select, .product_columns_2 .product-list.thumbs .product-item .gr-product-options .option-body select, .product_columns_3 .product-list.thumbs .product-item .gr-product-options .option-body select, .product_columns_4 .product-list.thumbs .product-item .gr-product-options .option-body select, .product-list.simple .product-item .gr-product-options .option-body select, .product-list.list .product-item .gr-product-options .option-body select, .gr-fields .gr-field-style.large select:not([multiple]), .gr-fields .large#orderForm select:not([multiple]), .gr-fields .gr-field-style.small select:not([multiple]), .gr-fields .small#orderForm select:not([multiple]) {
    font-size: 13px;
    line-height: 16px;
    padding: 10px 40px 10px 12px;
  }
}
/*----Selects----*/
.form-item .mg-styler-label--checkbox .required, .form-item .mg-styler-label--radio .required {
  padding-bottom: 0;
  display: inline;
}
body .mg-styler-label--checkbox {
  position: relative;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  padding-top: 6px;
  color: var(--on_gr_bg_acc_text);
  font: var(--font1_300) 16px/ 1.25 var(--font1);
  padding-left: 42px;
}
@media (max-width: 1260px) {
  body .mg-styler-label--checkbox {
    font: var(--font1_300) 16px/ 1.25 var(--font1);
    padding-top: 6px;
    padding-left: 42px;
  }
}
@media (max-width: 767px) {
  body .mg-styler-label--checkbox {
    font: var(--font1_300) 16px/ 1.25 var(--font1);
    padding-top: 4px;
    padding-left: 38px;
  }
}
body .mg-styler-label--checkbox:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  margin-right: 12px;
  width: 30px;
  height: 30px;
  border: none;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0), inset 0 0 0 1px var(--tableBorder);
  background: var(--on_gr_bg_bg);
  border-radius: var(--gr_checkbox_radius);
  transition: background-color 0.2s, box-shadow 0.2s;
}
@media (max-width: 1260px) {
  body .mg-styler-label--checkbox:before {
    width: 30px;
    height: 30px;
    margin-right: 12px;
  }
}
@media (max-width: 767px) {
  body .mg-styler-label--checkbox:before {
    width: 26px;
    height: 26px;
    margin-right: 12px;
  }
}
body .mg-styler-label--checkbox:hover {
  color: var(--on_gr_bg_acc_text);
}
body .mg-styler-label--checkbox:hover:before {
  border: none;
  box-shadow: 0 0 0 0 var(--gr_primary), inset 0 0 0 2px var(--gr_primary);
  background: transparent;
}
body .mg-styler-label--checkbox.checked {
  color: var(--on_gr_bg_acc_text);
}
body .mg-styler-label--checkbox.checked:before {
  content: "";
  font-size: 10px;
  font-family: "icomoon";
  text-align: center;
  line-height: 30px;
  color: var(--on_gr_primary_icon);
  border: none;
  box-shadow: none;
  background: var(--gr_primary);
}
body .mg-styler-label--checkbox.checked:hover {
  color: var(--on_gr_bg_acc_text);
}
body .mg-styler-label--checkbox.checked:hover:before {
  content: "";
  font-size: 10px;
  font-family: "icomoon";
  text-align: center;
  line-height: 30px;
  color: var(--on_gr_primary_icon);
  border: none;
  box-shadow: none;
  background: var(--gr_primary);
}
body .mg-styler-label--checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  padding: 0;
  opacity: 0;
  -webkit-appearance: none;
}
body .mg-styler-label--radio {
  position: relative;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  padding-top: 6px;
  color: var(--on_gr_bg_acc_text);
  font: var(--font1_300) 16px/ 1.25 var(--font1);
  padding-left: 42px;
}
@media (max-width: 1260px) {
  body .mg-styler-label--radio {
    padding-top: 6px;
    padding-left: 42px;
  }
}
@media (max-width: 767px) {
  body .mg-styler-label--radio {
    padding-top: 4px;
    padding-left: 38px;
  }
}
body .mg-styler-label--radio:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  margin-right: 12px;
  width: 30px;
  height: 30px;
  border: none;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0), inset 0 0 0 1px var(--tableBorder);
  background: var(--on_gr_bg_bg);
  border-radius: 50%;
  transition: background-color 0.2s, box-shadow 0.2s;
}
@media (max-width: 1260px) {
  body .mg-styler-label--radio:before {
    width: 30px;
    height: 30px;
    margin-right: 12px;
  }
}
@media (max-width: 767px) {
  body .mg-styler-label--radio:before {
    width: 26px;
    height: 26px;
    margin-right: 12px;
  }
}
body .mg-styler-label--radio:hover:before {
  border: none;
  box-shadow: 0 0 0 0 var(--gr_primary), inset 0 0 0 2px var(--gr_primary);
  background: var(--on_gr_bg_bg);
}
body .mg-styler-label--radio.checked:before {
  border: none;
  box-shadow: inset 0 0 0 7px var(--gr_primary);
  background: var(--on_gr_bg_bg);
}
body .mg-styler-label--radio.checked:hover:before {
  border: none;
  box-shadow: inset 0 0 0 7px var(--gr_primary);
  background: var(--on_gr_bg_bg);
}
body .mg-styler-label--radio input {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  padding: 0;
  opacity: 0;
  -webkit-appearance: none;
}
.tpl-anketa-success-note {
  text-align: center;
  color: var(--on_gr_bg_sec_text);
  font: normal 22px/ normal var(--font2);
}
.tpl-field .field-title, .tpl-field .tpl-title, .tpl-field > label > span:not(.tpl-required), .tpl-field > label > strong, .gr-field-style .field-title, #orderForm .field-title, .gr-field-style .tpl-title, #orderForm .tpl-title, .gr-field-style > label > span:not(.tpl-required), #orderForm > label > span:not(.tpl-required), .gr-field-style > label > strong, #orderForm > label > strong, .option-item:not(.deligate-option) .field-title, .option-item:not(.deligate-option) .tpl-title, .option-item:not(.deligate-option) > label > span:not(.tpl-required), .option-item:not(.deligate-option) > label > strong, .form-item .field-title, .form-item .tpl-title, .form-item > label > span:not(.tpl-required), .form-item > label > strong {
  color: var(--on_gr_bg_sec_text_7);
  font: var(--font1_400) 15px/ 1.1 var(--font1);
  padding: 0 0 6px;
  margin: 0;
  display: block;
}
.tpl-field .field-title .required, .tpl-field .tpl-title .required, .tpl-field > label > span:not(.tpl-required) .required, .tpl-field > label > strong .required, .gr-field-style .field-title .required, #orderForm .field-title .required, .gr-field-style .tpl-title .required, #orderForm .tpl-title .required, .gr-field-style > label > span:not(.tpl-required) .required, #orderForm > label > span:not(.tpl-required) .required, .gr-field-style > label > strong .required, #orderForm > label > strong .required, .option-item:not(.deligate-option) .field-title .required, .option-item:not(.deligate-option) .tpl-title .required, .option-item:not(.deligate-option) > label > span:not(.tpl-required) .required, .option-item:not(.deligate-option) > label > strong .required, .form-item .field-title .required, .form-item .tpl-title .required, .form-item > label > span:not(.tpl-required) .required, .form-item > label > strong .required {
  padding-left: 2px;
}
.tpl-field .field-title:active, .gr-field-style .field-title:active, #orderForm .field-title:active, .option-item:not(.deligate-option) .field-title:active, .form-item .field-title:active {
  color: var(--primary);
}
.tpl-field .field-note, .gr-field-style .field-note, #orderForm .field-note, .option-item:not(.deligate-option) .field-note, .form-item .field-note {
  color: var(--on_gr_bg_sec_text_7);
  font: var(--font2_400) 15px/ 1.3 var(--font2);
  padding: 6px 0 0 0;
  display: block;
}
.tpl-field .error-message, .gr-field-style .error-message, #orderForm .error-message, .option-item:not(.deligate-option) .error-message, .form-item .error-message {
  color: var(--gr_error);
  font: var(--font2_400) 12px/ normal var(--font2);
  padding: 0 0 6px;
  display: block;
}
.tpl-field .field-required-mark, .gr-field-style .field-required-mark, #orderForm .field-required-mark, .option-item:not(.deligate-option) .field-required-mark, .form-item .field-required-mark {
  color: var(--gr_error);
  font-size: 0;
  line-height: 1;
}
.tpl-field .field-required-mark:after, .gr-field-style .field-required-mark:after, #orderForm .field-required-mark:after, .option-item:not(.deligate-option) .field-required-mark:after, .form-item .field-required-mark:after {
  font-size: 20px;
  vertical-align: baseline;
  content: "•";
}
.tpl-field.field-error input[type="text"], .tpl-field.field-error input[type="email"], .tpl-field.field-error input[type="tel"], .tpl-field.field-error input[type="number"], .tpl-field.field-error input[type="password"], .tpl-field.field-error textarea, .tpl-field.field-error select[multiple], .gr-field-style.field-error input[type="text"], .field-error#orderForm input[type="text"], .gr-field-style.field-error input[type="email"], .field-error#orderForm input[type="email"], .gr-field-style.field-error input[type="tel"], .field-error#orderForm input[type="tel"], .gr-field-style.field-error input[type="number"], .field-error#orderForm input[type="number"], .gr-field-style.field-error input[type="password"], .field-error#orderForm input[type="password"], .gr-field-style.field-error textarea, .field-error#orderForm textarea, .gr-field-style.field-error select[multiple], .field-error#orderForm select[multiple], .option-item:not(.deligate-option).field-error input[type="text"], .option-item:not(.deligate-option).field-error input[type="email"], .option-item:not(.deligate-option).field-error input[type="tel"], .option-item:not(.deligate-option).field-error input[type="number"], .option-item:not(.deligate-option).field-error input[type="password"], .option-item:not(.deligate-option).field-error textarea, .option-item:not(.deligate-option).field-error select[multiple], .form-item.field-error input[type="text"], .form-item.field-error input[type="email"], .form-item.field-error input[type="tel"], .form-item.field-error input[type="number"], .form-item.field-error input[type="password"], .form-item.field-error textarea, .form-item.field-error select[multiple] {
  color: var(--on_gr_bg_acc_text_7);
  background: var(--gr_error_1);
  border: none;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0), inset 0 0 0 1px var(--gr_error_15);
}
.tpl-field input[type="text"], .tpl-field input[type="email"], .tpl-field input[type="tel"], .tpl-field input[type="number"], .tpl-field input[type="password"], .gr-field-style input[type="text"], #orderForm input[type="text"], .gr-field-style input[type="email"], #orderForm input[type="email"], .gr-field-style input[type="tel"], #orderForm input[type="tel"], .gr-field-style input[type="number"], #orderForm input[type="number"], .gr-field-style input[type="password"], #orderForm input[type="password"], .option-item:not(.deligate-option) input[type="text"], .option-item:not(.deligate-option) input[type="email"], .option-item:not(.deligate-option) input[type="tel"], .option-item:not(.deligate-option) input[type="number"], .option-item:not(.deligate-option) input[type="password"], .form-item input[type="text"], .form-item input[type="email"], .form-item input[type="tel"], .form-item input[type="number"], .form-item input[type="password"] {
  color: var(--on_gr_bg_sec_text_7);
  border: none;
  background: var(--on_gr_bg_bg);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0), inset 0 0 0 1px var(--on_gr_bg_border);
  border-radius: var(--gr_form_radius);
  width: 100%;
  height: auto;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: all 0.18s linear;
}
.tpl-field input[type="text"]:hover, .tpl-field input[type="email"]:hover, .tpl-field input[type="tel"]:hover, .tpl-field input[type="number"]:hover, .tpl-field input[type="password"]:hover, .gr-field-style input[type="text"]:hover, #orderForm input[type="text"]:hover, .gr-field-style input[type="email"]:hover, #orderForm input[type="email"]:hover, .gr-field-style input[type="tel"]:hover, #orderForm input[type="tel"]:hover, .gr-field-style input[type="number"]:hover, #orderForm input[type="number"]:hover, .gr-field-style input[type="password"]:hover, #orderForm input[type="password"]:hover, .option-item:not(.deligate-option) input[type="text"]:hover, .option-item:not(.deligate-option) input[type="email"]:hover, .option-item:not(.deligate-option) input[type="tel"]:hover, .option-item:not(.deligate-option) input[type="number"]:hover, .option-item:not(.deligate-option) input[type="password"]:hover, .form-item input[type="text"]:hover, .form-item input[type="email"]:hover, .form-item input[type="tel"]:hover, .form-item input[type="number"]:hover, .form-item input[type="password"]:hover {
  color: var(--on_gr_bg_acc_text_7);
  border: none;
  background: var(--gr_bg_bg);
  box-shadow: 0 0 0 0 var(--gr_primary), inset 0 0 0 2px var(--gr_primary);
}
.tpl-field input[type="text"]:hover::-webkit-input-placeholder, .tpl-field input[type="email"]:hover::-webkit-input-placeholder, .tpl-field input[type="tel"]:hover::-webkit-input-placeholder, .tpl-field input[type="number"]:hover::-webkit-input-placeholder, .tpl-field input[type="password"]:hover::-webkit-input-placeholder, .gr-field-style input[type="text"]:hover::-webkit-input-placeholder, #orderForm input[type="text"]:hover::-webkit-input-placeholder, .gr-field-style input[type="email"]:hover::-webkit-input-placeholder, #orderForm input[type="email"]:hover::-webkit-input-placeholder, .gr-field-style input[type="tel"]:hover::-webkit-input-placeholder, #orderForm input[type="tel"]:hover::-webkit-input-placeholder, .gr-field-style input[type="number"]:hover::-webkit-input-placeholder, #orderForm input[type="number"]:hover::-webkit-input-placeholder, .gr-field-style input[type="password"]:hover::-webkit-input-placeholder, #orderForm input[type="password"]:hover::-webkit-input-placeholder, .option-item:not(.deligate-option) input[type="text"]:hover::-webkit-input-placeholder, .option-item:not(.deligate-option) input[type="email"]:hover::-webkit-input-placeholder, .option-item:not(.deligate-option) input[type="tel"]:hover::-webkit-input-placeholder, .option-item:not(.deligate-option) input[type="number"]:hover::-webkit-input-placeholder, .option-item:not(.deligate-option) input[type="password"]:hover::-webkit-input-placeholder, .form-item input[type="text"]:hover::-webkit-input-placeholder, .form-item input[type="email"]:hover::-webkit-input-placeholder, .form-item input[type="tel"]:hover::-webkit-input-placeholder, .form-item input[type="number"]:hover::-webkit-input-placeholder, .form-item input[type="password"]:hover::-webkit-input-placeholder {
  color: var(--on_gr_bg_acc_text_7);
}
.tpl-field input[type="text"]:hover:moz-placeholder, .tpl-field input[type="email"]:hover:moz-placeholder, .tpl-field input[type="tel"]:hover:moz-placeholder, .tpl-field input[type="number"]:hover:moz-placeholder, .tpl-field input[type="password"]:hover:moz-placeholder, .gr-field-style input[type="text"]:hover:moz-placeholder, #orderForm input[type="text"]:hover:moz-placeholder, .gr-field-style input[type="email"]:hover:moz-placeholder, #orderForm input[type="email"]:hover:moz-placeholder, .gr-field-style input[type="tel"]:hover:moz-placeholder, #orderForm input[type="tel"]:hover:moz-placeholder, .gr-field-style input[type="number"]:hover:moz-placeholder, #orderForm input[type="number"]:hover:moz-placeholder, .gr-field-style input[type="password"]:hover:moz-placeholder, #orderForm input[type="password"]:hover:moz-placeholder, .option-item:not(.deligate-option) input[type="text"]:hover:moz-placeholder, .option-item:not(.deligate-option) input[type="email"]:hover:moz-placeholder, .option-item:not(.deligate-option) input[type="tel"]:hover:moz-placeholder, .option-item:not(.deligate-option) input[type="number"]:hover:moz-placeholder, .option-item:not(.deligate-option) input[type="password"]:hover:moz-placeholder, .form-item input[type="text"]:hover:moz-placeholder, .form-item input[type="email"]:hover:moz-placeholder, .form-item input[type="tel"]:hover:moz-placeholder, .form-item input[type="number"]:hover:moz-placeholder, .form-item input[type="password"]:hover:moz-placeholder {
  color: var(--on_gr_bg_acc_text_7);
}
.tpl-field input[type="text"]:hover::-moz-placeholder, .tpl-field input[type="email"]:hover::-moz-placeholder, .tpl-field input[type="tel"]:hover::-moz-placeholder, .tpl-field input[type="number"]:hover::-moz-placeholder, .tpl-field input[type="password"]:hover::-moz-placeholder, .gr-field-style input[type="text"]:hover::-moz-placeholder, #orderForm input[type="text"]:hover::-moz-placeholder, .gr-field-style input[type="email"]:hover::-moz-placeholder, #orderForm input[type="email"]:hover::-moz-placeholder, .gr-field-style input[type="tel"]:hover::-moz-placeholder, #orderForm input[type="tel"]:hover::-moz-placeholder, .gr-field-style input[type="number"]:hover::-moz-placeholder, #orderForm input[type="number"]:hover::-moz-placeholder, .gr-field-style input[type="password"]:hover::-moz-placeholder, #orderForm input[type="password"]:hover::-moz-placeholder, .option-item:not(.deligate-option) input[type="text"]:hover::-moz-placeholder, .option-item:not(.deligate-option) input[type="email"]:hover::-moz-placeholder, .option-item:not(.deligate-option) input[type="tel"]:hover::-moz-placeholder, .option-item:not(.deligate-option) input[type="number"]:hover::-moz-placeholder, .option-item:not(.deligate-option) input[type="password"]:hover::-moz-placeholder, .form-item input[type="text"]:hover::-moz-placeholder, .form-item input[type="email"]:hover::-moz-placeholder, .form-item input[type="tel"]:hover::-moz-placeholder, .form-item input[type="number"]:hover::-moz-placeholder, .form-item input[type="password"]:hover::-moz-placeholder {
  color: var(--on_gr_bg_acc_text_7);
}
.tpl-field input[type="text"]:hover:-ms-input-placeholder, .tpl-field input[type="email"]:hover:-ms-input-placeholder, .tpl-field input[type="tel"]:hover:-ms-input-placeholder, .tpl-field input[type="number"]:hover:-ms-input-placeholder, .tpl-field input[type="password"]:hover:-ms-input-placeholder, .gr-field-style input[type="text"]:hover:-ms-input-placeholder, #orderForm input[type="text"]:hover:-ms-input-placeholder, .gr-field-style input[type="email"]:hover:-ms-input-placeholder, #orderForm input[type="email"]:hover:-ms-input-placeholder, .gr-field-style input[type="tel"]:hover:-ms-input-placeholder, #orderForm input[type="tel"]:hover:-ms-input-placeholder, .gr-field-style input[type="number"]:hover:-ms-input-placeholder, #orderForm input[type="number"]:hover:-ms-input-placeholder, .gr-field-style input[type="password"]:hover:-ms-input-placeholder, #orderForm input[type="password"]:hover:-ms-input-placeholder, .option-item:not(.deligate-option) input[type="text"]:hover:-ms-input-placeholder, .option-item:not(.deligate-option) input[type="email"]:hover:-ms-input-placeholder, .option-item:not(.deligate-option) input[type="tel"]:hover:-ms-input-placeholder, .option-item:not(.deligate-option) input[type="number"]:hover:-ms-input-placeholder, .option-item:not(.deligate-option) input[type="password"]:hover:-ms-input-placeholder, .form-item input[type="text"]:hover:-ms-input-placeholder, .form-item input[type="email"]:hover:-ms-input-placeholder, .form-item input[type="tel"]:hover:-ms-input-placeholder, .form-item input[type="number"]:hover:-ms-input-placeholder, .form-item input[type="password"]:hover:-ms-input-placeholder {
  color: var(--on_gr_bg_acc_text_7);
}
.tpl-field input[type="text"]:focus, .tpl-field input[type="email"]:focus, .tpl-field input[type="tel"]:focus, .tpl-field input[type="number"]:focus, .tpl-field input[type="password"]:focus, .gr-field-style input[type="text"]:focus, #orderForm input[type="text"]:focus, .gr-field-style input[type="email"]:focus, #orderForm input[type="email"]:focus, .gr-field-style input[type="tel"]:focus, #orderForm input[type="tel"]:focus, .gr-field-style input[type="number"]:focus, #orderForm input[type="number"]:focus, .gr-field-style input[type="password"]:focus, #orderForm input[type="password"]:focus, .option-item:not(.deligate-option) input[type="text"]:focus, .option-item:not(.deligate-option) input[type="email"]:focus, .option-item:not(.deligate-option) input[type="tel"]:focus, .option-item:not(.deligate-option) input[type="number"]:focus, .option-item:not(.deligate-option) input[type="password"]:focus, .form-item input[type="text"]:focus, .form-item input[type="email"]:focus, .form-item input[type="tel"]:focus, .form-item input[type="number"]:focus, .form-item input[type="password"]:focus {
  color: var(--on_gr_bg_acc_text_7);
  border: none;
  background: var(--gr_bg_bg);
  box-shadow: 0 0 0 0 var(--gr_primary), inset 0 0 0 2px var(--gr_primary);
}
.tpl-field input[type="text"]::-webkit-input-placeholder, .tpl-field input[type="email"]::-webkit-input-placeholder, .tpl-field input[type="tel"]::-webkit-input-placeholder, .tpl-field input[type="number"]::-webkit-input-placeholder, .tpl-field input[type="password"]::-webkit-input-placeholder, .gr-field-style input[type="text"]::-webkit-input-placeholder, #orderForm input[type="text"]::-webkit-input-placeholder, .gr-field-style input[type="email"]::-webkit-input-placeholder, #orderForm input[type="email"]::-webkit-input-placeholder, .gr-field-style input[type="tel"]::-webkit-input-placeholder, #orderForm input[type="tel"]::-webkit-input-placeholder, .gr-field-style input[type="number"]::-webkit-input-placeholder, #orderForm input[type="number"]::-webkit-input-placeholder, .gr-field-style input[type="password"]::-webkit-input-placeholder, #orderForm input[type="password"]::-webkit-input-placeholder, .option-item:not(.deligate-option) input[type="text"]::-webkit-input-placeholder, .option-item:not(.deligate-option) input[type="email"]::-webkit-input-placeholder, .option-item:not(.deligate-option) input[type="tel"]::-webkit-input-placeholder, .option-item:not(.deligate-option) input[type="number"]::-webkit-input-placeholder, .option-item:not(.deligate-option) input[type="password"]::-webkit-input-placeholder, .form-item input[type="text"]::-webkit-input-placeholder, .form-item input[type="email"]::-webkit-input-placeholder, .form-item input[type="tel"]::-webkit-input-placeholder, .form-item input[type="number"]::-webkit-input-placeholder, .form-item input[type="password"]::-webkit-input-placeholder {
  color: var(--on_gr_bg_sec_text_7);
  opacity: 1 !important;
}
.tpl-field input[type="text"]:moz-placeholder, .tpl-field input[type="email"]:moz-placeholder, .tpl-field input[type="tel"]:moz-placeholder, .tpl-field input[type="number"]:moz-placeholder, .tpl-field input[type="password"]:moz-placeholder, .gr-field-style input[type="text"]:moz-placeholder, #orderForm input[type="text"]:moz-placeholder, .gr-field-style input[type="email"]:moz-placeholder, #orderForm input[type="email"]:moz-placeholder, .gr-field-style input[type="tel"]:moz-placeholder, #orderForm input[type="tel"]:moz-placeholder, .gr-field-style input[type="number"]:moz-placeholder, #orderForm input[type="number"]:moz-placeholder, .gr-field-style input[type="password"]:moz-placeholder, #orderForm input[type="password"]:moz-placeholder, .option-item:not(.deligate-option) input[type="text"]:moz-placeholder, .option-item:not(.deligate-option) input[type="email"]:moz-placeholder, .option-item:not(.deligate-option) input[type="tel"]:moz-placeholder, .option-item:not(.deligate-option) input[type="number"]:moz-placeholder, .option-item:not(.deligate-option) input[type="password"]:moz-placeholder, .form-item input[type="text"]:moz-placeholder, .form-item input[type="email"]:moz-placeholder, .form-item input[type="tel"]:moz-placeholder, .form-item input[type="number"]:moz-placeholder, .form-item input[type="password"]:moz-placeholder {
  color: var(--on_gr_bg_sec_text_7);
  opacity: 1 !important;
}
.tpl-field input[type="text"]::-moz-placeholder, .tpl-field input[type="email"]::-moz-placeholder, .tpl-field input[type="tel"]::-moz-placeholder, .tpl-field input[type="number"]::-moz-placeholder, .tpl-field input[type="password"]::-moz-placeholder, .gr-field-style input[type="text"]::-moz-placeholder, #orderForm input[type="text"]::-moz-placeholder, .gr-field-style input[type="email"]::-moz-placeholder, #orderForm input[type="email"]::-moz-placeholder, .gr-field-style input[type="tel"]::-moz-placeholder, #orderForm input[type="tel"]::-moz-placeholder, .gr-field-style input[type="number"]::-moz-placeholder, #orderForm input[type="number"]::-moz-placeholder, .gr-field-style input[type="password"]::-moz-placeholder, #orderForm input[type="password"]::-moz-placeholder, .option-item:not(.deligate-option) input[type="text"]::-moz-placeholder, .option-item:not(.deligate-option) input[type="email"]::-moz-placeholder, .option-item:not(.deligate-option) input[type="tel"]::-moz-placeholder, .option-item:not(.deligate-option) input[type="number"]::-moz-placeholder, .option-item:not(.deligate-option) input[type="password"]::-moz-placeholder, .form-item input[type="text"]::-moz-placeholder, .form-item input[type="email"]::-moz-placeholder, .form-item input[type="tel"]::-moz-placeholder, .form-item input[type="number"]::-moz-placeholder, .form-item input[type="password"]::-moz-placeholder {
  color: var(--on_gr_bg_sec_text_7);
  opacity: 1 !important;
}
.tpl-field input[type="text"]:-ms-input-placeholder, .tpl-field input[type="email"]:-ms-input-placeholder, .tpl-field input[type="tel"]:-ms-input-placeholder, .tpl-field input[type="number"]:-ms-input-placeholder, .tpl-field input[type="password"]:-ms-input-placeholder, .gr-field-style input[type="text"]:-ms-input-placeholder, #orderForm input[type="text"]:-ms-input-placeholder, .gr-field-style input[type="email"]:-ms-input-placeholder, #orderForm input[type="email"]:-ms-input-placeholder, .gr-field-style input[type="tel"]:-ms-input-placeholder, #orderForm input[type="tel"]:-ms-input-placeholder, .gr-field-style input[type="number"]:-ms-input-placeholder, #orderForm input[type="number"]:-ms-input-placeholder, .gr-field-style input[type="password"]:-ms-input-placeholder, #orderForm input[type="password"]:-ms-input-placeholder, .option-item:not(.deligate-option) input[type="text"]:-ms-input-placeholder, .option-item:not(.deligate-option) input[type="email"]:-ms-input-placeholder, .option-item:not(.deligate-option) input[type="tel"]:-ms-input-placeholder, .option-item:not(.deligate-option) input[type="number"]:-ms-input-placeholder, .option-item:not(.deligate-option) input[type="password"]:-ms-input-placeholder, .form-item input[type="text"]:-ms-input-placeholder, .form-item input[type="email"]:-ms-input-placeholder, .form-item input[type="tel"]:-ms-input-placeholder, .form-item input[type="number"]:-ms-input-placeholder, .form-item input[type="password"]:-ms-input-placeholder {
  color: var(--on_gr_bg_sec_text_7);
  opacity: 1 !important;
}
.tpl-field input[type="text"]::-webkit-inner-spin-button, .tpl-field input[type="text"]::-webkit-outer-spin-button, .tpl-field input[type="email"]::-webkit-inner-spin-button, .tpl-field input[type="email"]::-webkit-outer-spin-button, .tpl-field input[type="tel"]::-webkit-inner-spin-button, .tpl-field input[type="tel"]::-webkit-outer-spin-button, .tpl-field input[type="number"]::-webkit-inner-spin-button, .tpl-field input[type="number"]::-webkit-outer-spin-button, .tpl-field input[type="password"]::-webkit-inner-spin-button, .tpl-field input[type="password"]::-webkit-outer-spin-button, .gr-field-style input[type="text"]::-webkit-inner-spin-button, #orderForm input[type="text"]::-webkit-inner-spin-button, .gr-field-style input[type="text"]::-webkit-outer-spin-button, #orderForm input[type="text"]::-webkit-outer-spin-button, .gr-field-style input[type="email"]::-webkit-inner-spin-button, #orderForm input[type="email"]::-webkit-inner-spin-button, .gr-field-style input[type="email"]::-webkit-outer-spin-button, #orderForm input[type="email"]::-webkit-outer-spin-button, .gr-field-style input[type="tel"]::-webkit-inner-spin-button, #orderForm input[type="tel"]::-webkit-inner-spin-button, .gr-field-style input[type="tel"]::-webkit-outer-spin-button, #orderForm input[type="tel"]::-webkit-outer-spin-button, .gr-field-style input[type="number"]::-webkit-inner-spin-button, #orderForm input[type="number"]::-webkit-inner-spin-button, .gr-field-style input[type="number"]::-webkit-outer-spin-button, #orderForm input[type="number"]::-webkit-outer-spin-button, .gr-field-style input[type="password"]::-webkit-inner-spin-button, #orderForm input[type="password"]::-webkit-inner-spin-button, .gr-field-style input[type="password"]::-webkit-outer-spin-button, #orderForm input[type="password"]::-webkit-outer-spin-button, .option-item:not(.deligate-option) input[type="text"]::-webkit-inner-spin-button, .option-item:not(.deligate-option) input[type="text"]::-webkit-outer-spin-button, .option-item:not(.deligate-option) input[type="email"]::-webkit-inner-spin-button, .option-item:not(.deligate-option) input[type="email"]::-webkit-outer-spin-button, .option-item:not(.deligate-option) input[type="tel"]::-webkit-inner-spin-button, .option-item:not(.deligate-option) input[type="tel"]::-webkit-outer-spin-button, .option-item:not(.deligate-option) input[type="number"]::-webkit-inner-spin-button, .option-item:not(.deligate-option) input[type="number"]::-webkit-outer-spin-button, .option-item:not(.deligate-option) input[type="password"]::-webkit-inner-spin-button, .option-item:not(.deligate-option) input[type="password"]::-webkit-outer-spin-button, .form-item input[type="text"]::-webkit-inner-spin-button, .form-item input[type="text"]::-webkit-outer-spin-button, .form-item input[type="email"]::-webkit-inner-spin-button, .form-item input[type="email"]::-webkit-outer-spin-button, .form-item input[type="tel"]::-webkit-inner-spin-button, .form-item input[type="tel"]::-webkit-outer-spin-button, .form-item input[type="number"]::-webkit-inner-spin-button, .form-item input[type="number"]::-webkit-outer-spin-button, .form-item input[type="password"]::-webkit-inner-spin-button, .form-item input[type="password"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.tpl-field textarea, .gr-field-style textarea, #orderForm textarea, .option-item:not(.deligate-option) textarea, .form-item textarea {
  color: var(--on_gr_bg_sec_text_7);
  border: none;
  background: var(--on_gr_bg_bg);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0), inset 0 0 0 1px var(--on_gr_bg_border);
  border-radius: var(--gr_form_radius);
  width: 100%;
  min-width: 100%;
  min-height: 100px;
  height: auto;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: all 0.18s linear;
}
.tpl-field textarea:hover, .gr-field-style textarea:hover, #orderForm textarea:hover, .option-item:not(.deligate-option) textarea:hover, .form-item textarea:hover {
  color: var(--on_gr_bg_acc_text_7);
  border: none;
  background: var(--gr_bg_bg);
  box-shadow: 0 0 0 0 var(--gr_primary), inset 0 0 0 2px var(--gr_primary);
}
.tpl-field textarea:hover::-webkit-input-placeholder, .gr-field-style textarea:hover::-webkit-input-placeholder, #orderForm textarea:hover::-webkit-input-placeholder, .option-item:not(.deligate-option) textarea:hover::-webkit-input-placeholder, .form-item textarea:hover::-webkit-input-placeholder {
  color: var(--on_gr_bg_acc_text_7);
}
.tpl-field textarea:hover:moz-placeholder, .gr-field-style textarea:hover:moz-placeholder, #orderForm textarea:hover:moz-placeholder, .option-item:not(.deligate-option) textarea:hover:moz-placeholder, .form-item textarea:hover:moz-placeholder {
  color: var(--on_gr_bg_acc_text_7);
}
.tpl-field textarea:hover::-moz-placeholder, .gr-field-style textarea:hover::-moz-placeholder, #orderForm textarea:hover::-moz-placeholder, .option-item:not(.deligate-option) textarea:hover::-moz-placeholder, .form-item textarea:hover::-moz-placeholder {
  color: var(--on_gr_bg_acc_text_7);
}
.tpl-field textarea:hover:-ms-input-placeholder, .gr-field-style textarea:hover:-ms-input-placeholder, #orderForm textarea:hover:-ms-input-placeholder, .option-item:not(.deligate-option) textarea:hover:-ms-input-placeholder, .form-item textarea:hover:-ms-input-placeholder {
  color: var(--on_gr_bg_acc_text_7);
}
.tpl-field textarea:focus, .gr-field-style textarea:focus, #orderForm textarea:focus, .option-item:not(.deligate-option) textarea:focus, .form-item textarea:focus {
  color: var(--on_gr_bg_acc_text_7);
  border: none;
  background: var(--gr_bg_bg);
  box-shadow: 0 0 0 0 var(--gr_primary), inset 0 0 0 2px var(--gr_primary);
}
.tpl-field textarea::-webkit-input-placeholder, .gr-field-style textarea::-webkit-input-placeholder, #orderForm textarea::-webkit-input-placeholder, .option-item:not(.deligate-option) textarea::-webkit-input-placeholder, .form-item textarea::-webkit-input-placeholder {
  color: var(--on_gr_bg_sec_text_7);
  opacity: 1 !important;
}
.tpl-field textarea:moz-placeholder, .gr-field-style textarea:moz-placeholder, #orderForm textarea:moz-placeholder, .option-item:not(.deligate-option) textarea:moz-placeholder, .form-item textarea:moz-placeholder {
  color: var(--on_gr_bg_sec_text_7);
  opacity: 1 !important;
}
.tpl-field textarea::-moz-placeholder, .gr-field-style textarea::-moz-placeholder, #orderForm textarea::-moz-placeholder, .option-item:not(.deligate-option) textarea::-moz-placeholder, .form-item textarea::-moz-placeholder {
  color: var(--on_gr_bg_sec_text_7);
  opacity: 1 !important;
}
.tpl-field textarea:-ms-input-placeholder, .gr-field-style textarea:-ms-input-placeholder, #orderForm textarea:-ms-input-placeholder, .option-item:not(.deligate-option) textarea:-ms-input-placeholder, .form-item textarea:-ms-input-placeholder {
  color: var(--on_gr_bg_sec_text_7);
  opacity: 1 !important;
}
.tpl-field select:not([multiple]), .gr-field-style select:not([multiple]), #orderForm select:not([multiple]), .option-item:not(.deligate-option) select:not([multiple]), .form-item select:not([multiple]) {
  color: var(--on_gr_bg_acc_text_7);
  border: none;
  background: var(--on_gr_bg_bg);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0), inset 0 0 0 1px var(--on_gr_bg_border);
  border-radius: var(--gr_form_radius);
  width: 100%;
  height: auto;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: all 0.18s linear;
  position: relative;
}
.tpl-field select:not([multiple]).field-select-error, .gr-field-style select:not([multiple]).field-select-error, #orderForm select:not([multiple]).field-select-error, .option-item:not(.deligate-option) select:not([multiple]).field-select-error, .form-item select:not([multiple]).field-select-error {
  color: var(--on_gr_bg_acc_text_7);
  border: none;
  background: var(--gr_error_1);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0), inset 0 0 0 1px var(--gr_error_15);
}
.tpl-field select:not([multiple])::-ms-expand, .gr-field-style select:not([multiple])::-ms-expand, #orderForm select:not([multiple])::-ms-expand, .option-item:not(.deligate-option) select:not([multiple])::-ms-expand, .form-item select:not([multiple])::-ms-expand {
  display: none;
}
.tpl-field select:not([multiple]):hover, .gr-field-style select:not([multiple]):hover, #orderForm select:not([multiple]):hover, .option-item:not(.deligate-option) select:not([multiple]):hover, .form-item select:not([multiple]):hover {
  color: var(--on_gr_bg_acc_text_7);
  border: none;
  background: var(--gr_bg_bg);
  box-shadow: 0 0 0 0 var(--gr_primary), inset 0 0 0 2px var(--gr_primary);
}
.tpl-field select:not([multiple]):focus, .gr-field-style select:not([multiple]):focus, #orderForm select:not([multiple]):focus, .option-item:not(.deligate-option) select:not([multiple]):focus, .form-item select:not([multiple]):focus {
  color: var(--on_gr_bg_acc_text_7);
  border: none;
  background: var(--gr_bg_bg);
  box-shadow: 0 0 0 0 var(--gr_primary), inset 0 0 0 2px var(--gr_primary);
}
.tpl-field select:not([multiple]) option, .gr-field-style select:not([multiple]) option, #orderForm select:not([multiple]) option, .option-item:not(.deligate-option) select:not([multiple]) option, .form-item select:not([multiple]) option {
  background: var(--on_gr_bg_bg);
  color: var(--on_gr_bg_acc_text_7);
}
.tpl-field select[multiple], .gr-field-style select[multiple], #orderForm select[multiple], .option-item:not(.deligate-option) select[multiple], .form-item select[multiple] {
  color: var(--on_gr_bg_sec_text_7);
  border: none;
  background: var(--on_gr_bg_bg);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0), inset 0 0 0 1px var(--on_gr_bg_border);
  border-radius: var(--gr_form_radius);
  width: 100%;
  height: auto;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: all 0.18s linear;
}
.tpl-field select[multiple]::-ms-expand, .gr-field-style select[multiple]::-ms-expand, #orderForm select[multiple]::-ms-expand, .option-item:not(.deligate-option) select[multiple]::-ms-expand, .form-item select[multiple]::-ms-expand {
  display: none;
}
.tpl-field select[multiple]:hover, .gr-field-style select[multiple]:hover, #orderForm select[multiple]:hover, .option-item:not(.deligate-option) select[multiple]:hover, .form-item select[multiple]:hover {
  color: var(--on_gr_bg_acc_text_7);
  border: none;
  background: var(--gr_bg_bg);
  box-shadow: 0 0 0 0 var(--gr_primary), inset 0 0 0 2px var(--gr_primary);
}
.tpl-field select[multiple]:focus, .gr-field-style select[multiple]:focus, #orderForm select[multiple]:focus, .option-item:not(.deligate-option) select[multiple]:focus, .form-item select[multiple]:focus {
  color: var(--on_gr_bg_acc_text_7);
  border: none;
  background: var(--gr_bg_bg);
  box-shadow: 0 0 0 0 var(--gr_primary), inset 0 0 0 2px var(--gr_primary);
}
.tpl-field.type-hidden, .gr-field-style.type-hidden, .type-hidden#orderForm, .option-item:not(.deligate-option).type-hidden, .form-item.type-hidden {
  display: none;
}
.tpl-field.type-title h2, .gr-field-style.type-title h2, .type-title#orderForm h2, .option-item:not(.deligate-option).type-title h2, .form-item.type-title h2 {
  margin: 0;
  font-size: 18px;
}
.tpl-field.type-html, .gr-field-style.type-html, .type-html#orderForm, .option-item:not(.deligate-option).type-html, .form-item.type-html {
  font-size: 16px;
}
.tpl-field.type-calendar_interval, .gr-field-style.type-calendar_interval, .type-calendar_interval#orderForm, .option-item:not(.deligate-option).type-calendar_interval, .form-item.type-calendar_interval {
  font-size: 0;
}
.tpl-field.type-calendar_interval .calendar-label, .gr-field-style.type-calendar_interval .calendar-label, .type-calendar_interval#orderForm .calendar-label, .option-item:not(.deligate-option).type-calendar_interval .calendar-label, .form-item.type-calendar_interval .calendar-label {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 10px);
}
.tpl-field.type-calendar_interval .calendar-label.disabled, .gr-field-style.type-calendar_interval .calendar-label.disabled, .type-calendar_interval#orderForm .calendar-label.disabled, .option-item:not(.deligate-option).type-calendar_interval .calendar-label.disabled, .form-item.type-calendar_interval .calendar-label.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.tpl-field.type-calendar_interval .calendar-label:first-of-type, .gr-field-style.type-calendar_interval .calendar-label:first-of-type, .type-calendar_interval#orderForm .calendar-label:first-of-type, .option-item:not(.deligate-option).type-calendar_interval .calendar-label:first-of-type, .form-item.type-calendar_interval .calendar-label:first-of-type {
  margin-right: 19px;
}
.tpl-field.type-upload .upload-button input, .gr-field-style.type-upload .upload-button input, .type-upload#orderForm .upload-button input, .option-item:not(.deligate-option).type-upload .upload-button input, .form-item.type-upload .upload-button input {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.tpl-field.type-upload .upload-button .upload-count, .gr-field-style.type-upload .upload-button .upload-count, .type-upload#orderForm .upload-button .upload-count, .option-item:not(.deligate-option).type-upload .upload-button .upload-count, .form-item.type-upload .upload-button .upload-count {
  display: inline-block;
  vertical-align: middle;
}
.tpl-field.type-checkbox ul, .gr-field-style.type-checkbox ul, .type-checkbox#orderForm ul, .option-item:not(.deligate-option).type-checkbox ul, .form-item.type-checkbox ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.tpl-field.type-checkbox ul li, .gr-field-style.type-checkbox ul li, .type-checkbox#orderForm ul li, .option-item:not(.deligate-option).type-checkbox ul li, .form-item.type-checkbox ul li {
  font-size: 0;
}
.tpl-field.type-checkbox ul li + li, .gr-field-style.type-checkbox ul li + li, .type-checkbox#orderForm ul li + li, .option-item:not(.deligate-option).type-checkbox ul li + li, .form-item.type-checkbox ul li + li {
  margin-top: 15px;
}
.tpl-field.type-checkbox ul li label, .gr-field-style.type-checkbox ul li label, .type-checkbox#orderForm ul li label, .option-item:not(.deligate-option).type-checkbox ul li label, .form-item.type-checkbox ul li label {
  cursor: pointer;
  align-items: center;
  display: inline-flex;
}
.tpl-field.type-checkbox ul li label:hover span, .gr-field-style.type-checkbox ul li label:hover span, .type-checkbox#orderForm ul li label:hover span, .option-item:not(.deligate-option).type-checkbox ul li label:hover span, .form-item.type-checkbox ul li label:hover span {
  color: var(--on_gr_bg_acc_text);
}
.tpl-field.type-checkbox ul li label:hover input[type="checkbox"]:checked + span, .gr-field-style.type-checkbox ul li label:hover input[type="checkbox"]:checked + span, .type-checkbox#orderForm ul li label:hover input[type="checkbox"]:checked + span, .option-item:not(.deligate-option).type-checkbox ul li label:hover input[type="checkbox"]:checked + span, .form-item.type-checkbox ul li label:hover input[type="checkbox"]:checked + span {
  color: var(--on_gr_bg_acc_text);
}
.tpl-field.type-checkbox ul li label:hover input[type="checkbox"]:checked + span:before, .gr-field-style.type-checkbox ul li label:hover input[type="checkbox"]:checked + span:before, .type-checkbox#orderForm ul li label:hover input[type="checkbox"]:checked + span:before, .option-item:not(.deligate-option).type-checkbox ul li label:hover input[type="checkbox"]:checked + span:before, .form-item.type-checkbox ul li label:hover input[type="checkbox"]:checked + span:before {
  content: "";
  font-size: 10px;
  font-family: "icomoon";
  text-align: center;
  line-height: 30px;
  color: var(--on_gr_primary_icon);
  border: none;
  box-shadow: none;
  background: var(--gr_primary);
}
.tpl-field.type-checkbox ul li input[type="checkbox"], .gr-field-style.type-checkbox ul li input[type="checkbox"], .type-checkbox#orderForm ul li input[type="checkbox"], .option-item:not(.deligate-option).type-checkbox ul li input[type="checkbox"], .form-item.type-checkbox ul li input[type="checkbox"] {
  width: 30px;
  height: 30px;
  padding: 0;
  opacity: 0;
  margin-right: 12px;
  display: inline-block;
  vertical-align: middle;
  visibility: hidden;
  -webkit-appearance: none;
}
@media (max-width: 1260px) {
  .tpl-field.type-checkbox ul li input[type="checkbox"], .gr-field-style.type-checkbox ul li input[type="checkbox"], .type-checkbox#orderForm ul li input[type="checkbox"], .option-item:not(.deligate-option).type-checkbox ul li input[type="checkbox"], .form-item.type-checkbox ul li input[type="checkbox"] {
    width: 30px;
    height: 30px;
    margin-right: 12px;
  }
}
@media (max-width: 767px) {
  .tpl-field.type-checkbox ul li input[type="checkbox"], .gr-field-style.type-checkbox ul li input[type="checkbox"], .type-checkbox#orderForm ul li input[type="checkbox"], .option-item:not(.deligate-option).type-checkbox ul li input[type="checkbox"], .form-item.type-checkbox ul li input[type="checkbox"] {
    width: 26px;
    height: 26px;
    margin-right: 12px;
  }
}
.tpl-field.type-checkbox ul li input[type="checkbox"]:checked + span, .gr-field-style.type-checkbox ul li input[type="checkbox"]:checked + span, .type-checkbox#orderForm ul li input[type="checkbox"]:checked + span, .option-item:not(.deligate-option).type-checkbox ul li input[type="checkbox"]:checked + span, .form-item.type-checkbox ul li input[type="checkbox"]:checked + span {
  color: var(--on_gr_bg_acc_text);
}
.tpl-field.type-checkbox ul li input[type="checkbox"]:checked + span:before, .gr-field-style.type-checkbox ul li input[type="checkbox"]:checked + span:before, .type-checkbox#orderForm ul li input[type="checkbox"]:checked + span:before, .option-item:not(.deligate-option).type-checkbox ul li input[type="checkbox"]:checked + span:before, .form-item.type-checkbox ul li input[type="checkbox"]:checked + span:before {
  content: "";
  font-size: 10px;
  font-family: "icomoon";
  text-align: center;
  line-height: 30px;
  color: var(--on_gr_primary_icon);
  border: none;
  box-shadow: none;
  background: var(--gr_primary);
}
.tpl-field.type-checkbox ul li span, .gr-field-style.type-checkbox ul li span, .type-checkbox#orderForm ul li span, .option-item:not(.deligate-option).type-checkbox ul li span, .form-item.type-checkbox ul li span {
  position: relative;
  font: var(--font1_300) 16px/ 1.25 var(--font1);
  color: var(--on_gr_bg_acc_text);
  padding-top: 6px;
  max-width: calc(100% - 30px - 12px);
}
@media (max-width: 1260px) {
  .tpl-field.type-checkbox ul li span, .gr-field-style.type-checkbox ul li span, .type-checkbox#orderForm ul li span, .option-item:not(.deligate-option).type-checkbox ul li span, .form-item.type-checkbox ul li span {
    font: var(--font1_300) 16px/ 1.25 var(--font1);
    padding-top: 6px;
    max-width: calc(100% - 30px - 12px);
  }
}
@media (max-width: 767px) {
  .tpl-field.type-checkbox ul li span, .gr-field-style.type-checkbox ul li span, .type-checkbox#orderForm ul li span, .option-item:not(.deligate-option).type-checkbox ul li span, .form-item.type-checkbox ul li span {
    font: var(--font1_300) 16px/ 1.25 var(--font1);
    padding-top: 4px;
    max-width: calc(100% - 26px - 12px);
  }
}
.tpl-field.type-checkbox ul li span:before, .gr-field-style.type-checkbox ul li span:before, .type-checkbox#orderForm ul li span:before, .option-item:not(.deligate-option).type-checkbox ul li span:before, .form-item.type-checkbox ul li span:before {
  position: absolute;
  top: 0;
  left: -42px;
  width: 30px;
  height: 30px;
  content: "";
  border: none;
  background: var(--on_gr_bg_bg);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0), inset 0 0 0 1px var(--tableBorder);
  border-radius: var(--gr_checkbox_radius);
  transition: background-color 0.2s, box-shadow 0.2s;
}
@media (max-width: 1260px) {
  .tpl-field.type-checkbox ul li span:before, .gr-field-style.type-checkbox ul li span:before, .type-checkbox#orderForm ul li span:before, .option-item:not(.deligate-option).type-checkbox ul li span:before, .form-item.type-checkbox ul li span:before {
    width: 30px;
    height: 30px;
    left: -42px;
  }
}
@media (max-width: 767px) {
  .tpl-field.type-checkbox ul li span:before, .gr-field-style.type-checkbox ul li span:before, .type-checkbox#orderForm ul li span:before, .option-item:not(.deligate-option).type-checkbox ul li span:before, .form-item.type-checkbox ul li span:before {
    width: 26px;
    height: 26px;
    left: -38px;
  }
}
.tpl-field.type-multi_checkbox ul, .gr-field-style.type-multi_checkbox ul, .type-multi_checkbox#orderForm ul, .option-item:not(.deligate-option).type-multi_checkbox ul, .form-item.type-multi_checkbox ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.tpl-field.type-multi_checkbox ul li, .gr-field-style.type-multi_checkbox ul li, .type-multi_checkbox#orderForm ul li, .option-item:not(.deligate-option).type-multi_checkbox ul li, .form-item.type-multi_checkbox ul li {
  font-size: 0;
}
.tpl-field.type-multi_checkbox ul li + li, .gr-field-style.type-multi_checkbox ul li + li, .type-multi_checkbox#orderForm ul li + li, .option-item:not(.deligate-option).type-multi_checkbox ul li + li, .form-item.type-multi_checkbox ul li + li {
  margin-top: 15px;
}
.tpl-field.type-multi_checkbox ul li label, .gr-field-style.type-multi_checkbox ul li label, .type-multi_checkbox#orderForm ul li label, .option-item:not(.deligate-option).type-multi_checkbox ul li label, .form-item.type-multi_checkbox ul li label {
  cursor: pointer;
  align-items: center;
  display: inline-flex;
}
.tpl-field.type-multi_checkbox ul li label:hover span, .gr-field-style.type-multi_checkbox ul li label:hover span, .type-multi_checkbox#orderForm ul li label:hover span, .option-item:not(.deligate-option).type-multi_checkbox ul li label:hover span, .form-item.type-multi_checkbox ul li label:hover span {
  color: var(--on_gr_bg_acc_text);
}
.tpl-field.type-multi_checkbox ul li label:hover span:before, .gr-field-style.type-multi_checkbox ul li label:hover span:before, .type-multi_checkbox#orderForm ul li label:hover span:before, .option-item:not(.deligate-option).type-multi_checkbox ul li label:hover span:before, .form-item.type-multi_checkbox ul li label:hover span:before {
  border: none;
  box-shadow: 0 0 0 0 var(--gr_primary), inset 0 0 0 2px var(--gr_primary);
  background: var(--on_gr_bg_bg);
}
.tpl-field.type-multi_checkbox ul li label:hover input[type="checkbox"]:checked + span, .gr-field-style.type-multi_checkbox ul li label:hover input[type="checkbox"]:checked + span, .type-multi_checkbox#orderForm ul li label:hover input[type="checkbox"]:checked + span, .option-item:not(.deligate-option).type-multi_checkbox ul li label:hover input[type="checkbox"]:checked + span, .form-item.type-multi_checkbox ul li label:hover input[type="checkbox"]:checked + span {
  color: var(--on_gr_bg_acc_text);
}
.tpl-field.type-multi_checkbox ul li label:hover input[type="checkbox"]:checked + span:before, .gr-field-style.type-multi_checkbox ul li label:hover input[type="checkbox"]:checked + span:before, .type-multi_checkbox#orderForm ul li label:hover input[type="checkbox"]:checked + span:before, .option-item:not(.deligate-option).type-multi_checkbox ul li label:hover input[type="checkbox"]:checked + span:before, .form-item.type-multi_checkbox ul li label:hover input[type="checkbox"]:checked + span:before {
  content: "";
  font-size: 10px;
  font-family: "icomoon";
  text-align: center;
  line-height: 30px;
  color: var(--on_gr_primary_icon);
  border: none;
  box-shadow: none;
  background: var(--gr_primary);
}
.tpl-field.type-multi_checkbox ul li input[type="checkbox"], .gr-field-style.type-multi_checkbox ul li input[type="checkbox"], .type-multi_checkbox#orderForm ul li input[type="checkbox"], .option-item:not(.deligate-option).type-multi_checkbox ul li input[type="checkbox"], .form-item.type-multi_checkbox ul li input[type="checkbox"] {
  width: 30px;
  height: 30px;
  padding: 0;
  opacity: 0;
  margin-right: 12px;
  display: inline-block;
  vertical-align: middle;
  visibility: hidden;
  -webkit-appearance: none;
}
@media (max-width: 1260px) {
  .tpl-field.type-multi_checkbox ul li input[type="checkbox"], .gr-field-style.type-multi_checkbox ul li input[type="checkbox"], .type-multi_checkbox#orderForm ul li input[type="checkbox"], .option-item:not(.deligate-option).type-multi_checkbox ul li input[type="checkbox"], .form-item.type-multi_checkbox ul li input[type="checkbox"] {
    width: 30px;
    height: 30px;
    margin-right: 12px;
  }
}
@media (max-width: 767px) {
  .tpl-field.type-multi_checkbox ul li input[type="checkbox"], .gr-field-style.type-multi_checkbox ul li input[type="checkbox"], .type-multi_checkbox#orderForm ul li input[type="checkbox"], .option-item:not(.deligate-option).type-multi_checkbox ul li input[type="checkbox"], .form-item.type-multi_checkbox ul li input[type="checkbox"] {
    width: 26px;
    height: 26px;
    margin-right: 12px;
  }
}
.tpl-field.type-multi_checkbox ul li input[type="checkbox"]:checked + span, .gr-field-style.type-multi_checkbox ul li input[type="checkbox"]:checked + span, .type-multi_checkbox#orderForm ul li input[type="checkbox"]:checked + span, .option-item:not(.deligate-option).type-multi_checkbox ul li input[type="checkbox"]:checked + span, .form-item.type-multi_checkbox ul li input[type="checkbox"]:checked + span {
  color: var(--on_gr_bg_acc_text);
}
.tpl-field.type-multi_checkbox ul li input[type="checkbox"]:checked + span:before, .gr-field-style.type-multi_checkbox ul li input[type="checkbox"]:checked + span:before, .type-multi_checkbox#orderForm ul li input[type="checkbox"]:checked + span:before, .option-item:not(.deligate-option).type-multi_checkbox ul li input[type="checkbox"]:checked + span:before, .form-item.type-multi_checkbox ul li input[type="checkbox"]:checked + span:before {
  content: "";
  font-size: 10px;
  font-family: "icomoon";
  text-align: center;
  line-height: 30px;
  color: var(--on_gr_primary_icon);
  border: none;
  box-shadow: none;
  background: var(--gr_primary);
}
.tpl-field.type-multi_checkbox ul li span, .gr-field-style.type-multi_checkbox ul li span, .type-multi_checkbox#orderForm ul li span, .option-item:not(.deligate-option).type-multi_checkbox ul li span, .form-item.type-multi_checkbox ul li span {
  position: relative;
  font: var(--font1_300) 16px/ 1.25 var(--font1);
  color: var(--on_gr_bg_acc_text);
  padding-top: 6px;
  max-width: calc(100% - 30px - 12px);
}
@media (max-width: 1260px) {
  .tpl-field.type-multi_checkbox ul li span, .gr-field-style.type-multi_checkbox ul li span, .type-multi_checkbox#orderForm ul li span, .option-item:not(.deligate-option).type-multi_checkbox ul li span, .form-item.type-multi_checkbox ul li span {
    font: var(--font1_300) 16px/ 1.25 var(--font1);
    padding-top: 6px;
    max-width: calc(100% - 30px - 12px);
  }
}
@media (max-width: 767px) {
  .tpl-field.type-multi_checkbox ul li span, .gr-field-style.type-multi_checkbox ul li span, .type-multi_checkbox#orderForm ul li span, .option-item:not(.deligate-option).type-multi_checkbox ul li span, .form-item.type-multi_checkbox ul li span {
    font: var(--font1_300) 16px/ 1.25 var(--font1);
    padding-top: 4px;
    max-width: calc(100% - 26px - 12px);
  }
}
.tpl-field.type-multi_checkbox ul li span:before, .gr-field-style.type-multi_checkbox ul li span:before, .type-multi_checkbox#orderForm ul li span:before, .option-item:not(.deligate-option).type-multi_checkbox ul li span:before, .form-item.type-multi_checkbox ul li span:before {
  position: absolute;
  top: 0;
  left: -42px;
  width: 30px;
  height: 30px;
  content: "";
  border: none;
  background: var(--on_gr_bg_bg);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0), inset 0 0 0 1px var(--tableBorder);
  border-radius: var(--gr_checkbox_radius);
  transition: background-color 0.2s, box-shadow 0.2s;
}
@media (max-width: 1260px) {
  .tpl-field.type-multi_checkbox ul li span:before, .gr-field-style.type-multi_checkbox ul li span:before, .type-multi_checkbox#orderForm ul li span:before, .option-item:not(.deligate-option).type-multi_checkbox ul li span:before, .form-item.type-multi_checkbox ul li span:before {
    width: 30px;
    height: 30px;
    left: -42px;
  }
}
@media (max-width: 767px) {
  .tpl-field.type-multi_checkbox ul li span:before, .gr-field-style.type-multi_checkbox ul li span:before, .type-multi_checkbox#orderForm ul li span:before, .option-item:not(.deligate-option).type-multi_checkbox ul li span:before, .form-item.type-multi_checkbox ul li span:before {
    width: 26px;
    height: 26px;
    left: -38px;
  }
}
.tpl-field.type-radio_group ul, .gr-field-style.type-radio_group ul, .type-radio_group#orderForm ul, .option-item:not(.deligate-option).type-radio_group ul, .form-item.type-radio_group ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.tpl-field.type-radio_group ul li, .gr-field-style.type-radio_group ul li, .type-radio_group#orderForm ul li, .option-item:not(.deligate-option).type-radio_group ul li, .form-item.type-radio_group ul li {
  font-size: 0;
}
.tpl-field.type-radio_group ul li + li, .gr-field-style.type-radio_group ul li + li, .type-radio_group#orderForm ul li + li, .option-item:not(.deligate-option).type-radio_group ul li + li, .form-item.type-radio_group ul li + li {
  margin-top: 15px;
}
.tpl-field.type-radio_group ul li label, .gr-field-style.type-radio_group ul li label, .type-radio_group#orderForm ul li label, .option-item:not(.deligate-option).type-radio_group ul li label, .form-item.type-radio_group ul li label {
  cursor: pointer;
  align-items: center;
  display: inline-flex;
}
.tpl-field.type-radio_group ul li label:hover span, .gr-field-style.type-radio_group ul li label:hover span, .type-radio_group#orderForm ul li label:hover span, .option-item:not(.deligate-option).type-radio_group ul li label:hover span, .form-item.type-radio_group ul li label:hover span {
  color: var(--on_gr_bg_acc_text);
}
.tpl-field.type-radio_group ul li label:hover span:before, .gr-field-style.type-radio_group ul li label:hover span:before, .type-radio_group#orderForm ul li label:hover span:before, .option-item:not(.deligate-option).type-radio_group ul li label:hover span:before, .form-item.type-radio_group ul li label:hover span:before {
  border: none;
  box-shadow: 0 0 0 0 var(--gr_primary), inset 0 0 0 2px var(--gr_primary);
  background: var(--on_gr_bg_bg);
}
.tpl-field.type-radio_group ul li label:hover input[type="radio"]:checked + span, .gr-field-style.type-radio_group ul li label:hover input[type="radio"]:checked + span, .type-radio_group#orderForm ul li label:hover input[type="radio"]:checked + span, .option-item:not(.deligate-option).type-radio_group ul li label:hover input[type="radio"]:checked + span, .form-item.type-radio_group ul li label:hover input[type="radio"]:checked + span {
  color: var(--on_gr_bg_acc_text);
}
.tpl-field.type-radio_group ul li label:hover input[type="radio"]:checked + span:before, .gr-field-style.type-radio_group ul li label:hover input[type="radio"]:checked + span:before, .type-radio_group#orderForm ul li label:hover input[type="radio"]:checked + span:before, .option-item:not(.deligate-option).type-radio_group ul li label:hover input[type="radio"]:checked + span:before, .form-item.type-radio_group ul li label:hover input[type="radio"]:checked + span:before {
  border: none;
  box-shadow: inset 0 0 0 7px var(--gr_primary);
  background: var(--on_gr_bg_bg);
}
.tpl-field.type-radio_group ul li input[type="radio"], .gr-field-style.type-radio_group ul li input[type="radio"], .type-radio_group#orderForm ul li input[type="radio"], .option-item:not(.deligate-option).type-radio_group ul li input[type="radio"], .form-item.type-radio_group ul li input[type="radio"] {
  width: 30px;
  height: 30px;
  padding: 0;
  opacity: 0;
  margin-right: 12px;
  display: inline-block;
  vertical-align: middle;
  visibility: hidden;
  -webkit-appearance: none;
}
@media (max-width: 1260px) {
  .tpl-field.type-radio_group ul li input[type="radio"], .gr-field-style.type-radio_group ul li input[type="radio"], .type-radio_group#orderForm ul li input[type="radio"], .option-item:not(.deligate-option).type-radio_group ul li input[type="radio"], .form-item.type-radio_group ul li input[type="radio"] {
    width: 30px;
    height: 30px;
    margin-right: 12px;
  }
}
@media (max-width: 767px) {
  .tpl-field.type-radio_group ul li input[type="radio"], .gr-field-style.type-radio_group ul li input[type="radio"], .type-radio_group#orderForm ul li input[type="radio"], .option-item:not(.deligate-option).type-radio_group ul li input[type="radio"], .form-item.type-radio_group ul li input[type="radio"] {
    width: 26px;
    height: 26px;
    margin-right: 12px;
  }
}
.tpl-field.type-radio_group ul li input[type="radio"]:checked + span, .gr-field-style.type-radio_group ul li input[type="radio"]:checked + span, .type-radio_group#orderForm ul li input[type="radio"]:checked + span, .option-item:not(.deligate-option).type-radio_group ul li input[type="radio"]:checked + span, .form-item.type-radio_group ul li input[type="radio"]:checked + span {
  color: var(--on_gr_bg_acc_text);
}
.tpl-field.type-radio_group ul li input[type="radio"]:checked + span:before, .gr-field-style.type-radio_group ul li input[type="radio"]:checked + span:before, .type-radio_group#orderForm ul li input[type="radio"]:checked + span:before, .option-item:not(.deligate-option).type-radio_group ul li input[type="radio"]:checked + span:before, .form-item.type-radio_group ul li input[type="radio"]:checked + span:before {
  border: none;
  box-shadow: inset 0 0 0 7px var(--gr_primary);
  background: var(--on_gr_bg_bg);
}
.tpl-field.type-radio_group ul li span, .gr-field-style.type-radio_group ul li span, .type-radio_group#orderForm ul li span, .option-item:not(.deligate-option).type-radio_group ul li span, .form-item.type-radio_group ul li span {
  position: relative;
  font: var(--font1_300) 16px/ 1.25 var(--font1);
  color: var(--on_gr_bg_acc_text);
  padding-top: 6px;
  max-width: calc(100% - 30px - 12px);
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 1260px) {
  .tpl-field.type-radio_group ul li span, .gr-field-style.type-radio_group ul li span, .type-radio_group#orderForm ul li span, .option-item:not(.deligate-option).type-radio_group ul li span, .form-item.type-radio_group ul li span {
    padding-top: 6px;
    max-width: calc(100% - 30px - 12px);
  }
}
@media (max-width: 767px) {
  .tpl-field.type-radio_group ul li span, .gr-field-style.type-radio_group ul li span, .type-radio_group#orderForm ul li span, .option-item:not(.deligate-option).type-radio_group ul li span, .form-item.type-radio_group ul li span {
    padding-top: 4px;
    max-width: calc(100% - 26px - 12px);
  }
}
.tpl-field.type-radio_group ul li span:before, .gr-field-style.type-radio_group ul li span:before, .type-radio_group#orderForm ul li span:before, .option-item:not(.deligate-option).type-radio_group ul li span:before, .form-item.type-radio_group ul li span:before {
  position: absolute;
  top: 0;
  left: -42px;
  width: 30px;
  height: 30px;
  content: "";
  border: none;
  background: var(--on_gr_bg_bg);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0), inset 0 0 0 1px var(--tableBorder);
  border-radius: 50%;
  transition: background-color 0.2s, box-shadow 0.2s;
}
@media (max-width: 1260px) {
  .tpl-field.type-radio_group ul li span:before, .gr-field-style.type-radio_group ul li span:before, .type-radio_group#orderForm ul li span:before, .option-item:not(.deligate-option).type-radio_group ul li span:before, .form-item.type-radio_group ul li span:before {
    width: 30px;
    height: 30px;
    left: -42px;
  }
}
@media (max-width: 767px) {
  .tpl-field.type-radio_group ul li span:before, .gr-field-style.type-radio_group ul li span:before, .type-radio_group#orderForm ul li span:before, .option-item:not(.deligate-option).type-radio_group ul li span:before, .form-item.type-radio_group ul li span:before {
    width: 26px;
    height: 26px;
    left: -38px;
  }
}
/* Стили форм */
/*global:templates/shop2/2.130.2/130-7/css/shop_styles/_views.scss*/
.shop-view {
  position: relative;
}
.shop-view .shop-view__btn {
  display: none;
}
.shop-view .shop-view__body {
  overflow: hidden;
  transition: all 0.3s;
  display: flex;
  margin-right: -1px;
}
@media (max-width: 639px) {
  .shop-view .shop-view__body {
    margin: 0;
    width: 30px;
  }
}
.shop-view .shop-view__item {
  position: relative;
  min-width: 30px;
  width: 30px;
  height: 30px;
  margin: 0 11px;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
  transition: all 0.18s linear;
}
@media (max-width: 639px) {
  .shop-view .shop-view__item {
    margin: 0;
  }
}
.shop-view .shop-view__item svg {
  width: 30px;
  height: 30px;
  transition: all 0.18s linear;
}
@media (max-width: 639px) {
  .shop-view .shop-view__item svg {
    display: none;
  }
}
.shop-view .shop-view__item svg.gr_small_icon {
  width: 20px;
  height: 20px;
}
@media (max-width: 639px) {
  .shop-view .shop-view__item svg.gr_small_icon {
    display: block;
  }
}
.shop-view .shop-view__item:hover svg, .shop-view .shop-view__item.active-view svg, .shop-view .shop-view__item.active-view:hover svg {
  fill: var(--gr_primary);
}
@media (max-width: 639px) {
  .shop-view .shop-view__item.active-view {
    display: none;
  }
}
@media (max-width: 639px) {
  .shop-view .shop-view__item:nth-child(3) {
    display: none;
  }
}
/* Вид отображения товаров */
.filter-block {
  text-align: left;
  color: var(--txt);
}
.filter-block .empty-val {
  opacity: 0.5;
  pointer-events: none;
}
.filter-block .shop2-filter {
  padding: 0;
  margin: 0;
  border: none;
}
.filter-block .shop2-filter__item {
  border-bottom: 1px solid var(--on_gr_bg_border);
}
.filter-block .shop2-filter__item:first-child .shop2-filter__body {
  display: block;
}
.filter-block .shop2-filter__title {
  position: relative;
  cursor: pointer;
  padding: 21px 45px 21px 0;
  font-size: 15px;
  line-height: 1.2;
  color: var(--on_gr_bg_sec_text_6);
}
.filter-block .shop2-filter__title.active .shop2-filter__title-icon .gr_filter_plus {
  display: none;
}
.filter-block .shop2-filter__title.active .shop2-filter__title-icon .gr_filter_minus {
  display: block;
}
.filter-block .shop2-filter__title > span {
  display: block;
}
.filter-block .shop2-filter__title ins {
  display: none;
}
.filter-block .shop2-filter__title-icon {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  min-height: 30px;
  background: var(--gr_dark_1);
}
.filter-block .shop2-filter__title-icon:hover, .filter-block .shop2-filter__title-icon:active {
  background: var(--gr_dark_1);
}
.filter-block .shop2-filter__title-icon svg {
  width: 20px;
  height: 20px;
  display: none;
}
.filter-block .shop2-filter__title-icon svg.gr_filter_plus {
  display: block;
}
.filter-block .shop2-filter__body {
  display: none;
  font-size: 0;
  padding: 0 0 20px;
}
.filter-block .shop2-filter__checkbox {
  margin: 15px 0 0;
  display: flex;
}
.filter-block .shop2-filter__checkbox:first-child {
  margin-top: 0;
}
.filter-block .shop2-filter__checkbox:nth-child(n+6) {
  display: none;
}
.filter-block .shop2-filter__checkbox.active {
  display: flex;
}
.filter-block .shop2-filter__checkbox .param-val {
  position: relative;
  margin: 0;
  text-decoration: none;
  color: var(--on_gr_bg_acc_text_7);
  font: var(--font1_400) 16px/ 20px var(--font1);
  padding: 5px 0 6px 42px;
  min-height: 30px;
  display: flex;
  align-items: center;
}
.filter-block .shop2-filter__checkbox .param-val:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  border: none;
  background: var(--on_gr_bg_bg);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0), inset 0 0 0 1px var(--on_gr_bg_border);
  border-radius: var(--gr_checkbox_radius);
  transition: background-color 0.2s, box-shadow 0.2s;
}
.filter-block .shop2-filter__checkbox .param-val:hover {
  color: var(--on_gr_bg_acc_text_7);
}
.filter-block .shop2-filter__checkbox .param-val:hover:before {
  border: none;
  box-shadow: 0 0 0 0 var(--gr_primary), inset 0 0 0 2px var(--gr_primary);
  background: var(--on_gr_bg_bg);
}
.filter-block .shop2-filter__checkbox .param-val.active-val {
  background: none;
  font: var(--font1_400) 16px/ 20px var(--font1);
  padding: 5px 0 6px 42px;
  color: var(--on_gr_bg_acc_text_7);
}
.filter-block .shop2-filter__checkbox .param-val.active-val:before {
  content: "";
  font-size: 10px;
  font-family: "icomoon";
  text-align: center;
  line-height: 30px;
  color: var(--on_gr_primary_icon);
  border: none;
  box-shadow: none;
  background: var(--gr_primary);
}
.filter-block .shop2-filter__checkbox .param-val.active-val:hover {
  color: var(--on_gr_bg_acc_text_7);
}
.filter-block .shop2-filter__checkbox .param-val.active-val:hover:before {
  content: "";
  font-size: 10px;
  font-family: "icomoon";
  text-align: center;
  line-height: 30px;
  color: var(--on_gr_primary_icon);
  border: none;
  box-shadow: none;
  background: var(--gr_primary);
}
.filter-block .input-from, .filter-block .input-to {
  vertical-align: top;
  display: inline-block;
  width: calc(50% - 10px);
}
.filter-block .input-from__title, .filter-block .input-to__title {
  font-size: 14px;
  margin: 0 0 6px;
  display: none;
}
.filter-block .input-from input::-webkit-input-placeholder, .filter-block .input-to input::-webkit-input-placeholder {
  text-transform: capitalize;
}
.filter-block .input-from input:moz-placeholder, .filter-block .input-to input:moz-placeholder {
  text-transform: capitalize;
}
.filter-block .input-from input::-moz-placeholder, .filter-block .input-to input::-moz-placeholder {
  text-transform: capitalize;
}
.filter-block .input-from input:-ms-input-placeholder, .filter-block .input-to input:-ms-input-placeholder {
  text-transform: capitalize;
}
.filter-block .input-from {
  margin-right: 19px;
}
.filter-block .shop2-color-ext-popup .gr-filter-more {
  display: none;
}
.filter-block .shop2-color-ext-popup .shop2-color-ext-list {
  margin-bottom: -17px;
  margin-left: -9px;
  padding: 0;
  overflow: visible;
}
.filter-block .shop2-color-ext-popup .shop2-color-ext-list li {
  float: none;
  border: none;
  background: none;
  vertical-align: top;
  display: inline-block;
  width: 28px;
  height: 28px;
  margin: 0 9px 22px;
}
.filter-block .shop2-color-ext-popup .shop2-color-ext-list li.shop2-color-ext-selected {
  outline: none;
}
.filter-block .shop2-color-ext-popup .shop2-color-ext-list li.shop2-color-ext-selected .filter-color-add .filter-color-icon:before {
  border: none;
  background: none;
  box-shadow: none;
}
.filter-block .shop2-color-ext-popup .shop2-color-ext-list li.shop2-color-ext-selected .filter-color-add .filter-color-icon:after {
  opacity: 1;
  visibility: visible;
  border: none;
  background: none;
  box-shadow: inset 0 0 0 1px var(--gr_primary_6);
}
.filter-block .shop2-color-ext-popup .shop2-color-ext-list li.empty-val {
  position: relative;
  opacity: 1;
}
.filter-block .shop2-color-ext-popup .shop2-color-ext-list li.empty-val:after {
  position: absolute;
  content: "";
  width: 1px;
  top: -8px;
  left: 50%;
  right: auto;
  bottom: -8px;
  opacity: 0.4;
  transform: rotate(45deg);
  background: var(--gr_dark);
}
.filter-block .shop2-color-ext-popup .shop2-color-ext-list li.empty-val .filter-color-add .filter-color-icon {
  opacity: 0.3;
}
.filter-block .shop2-color-ext-popup .shop2-color-ext-list li.empty-val .filter-color-add .filter-color-icon:before, .filter-block .shop2-color-ext-popup .shop2-color-ext-list li.empty-val .filter-color-add .filter-color-icon:after {
  display: none;
}
.filter-block .shop2-color-ext-popup .shop2-color-ext-list li .filter-color-add {
  display: block !important;
}
.filter-block .shop2-color-ext-popup .shop2-color-ext-list li .filter-color-add .filter-color-icon {
  position: relative;
  vertical-align: top;
  display: inline-block;
  background-size: cover;
  width: 28px;
  height: 28px;
  border-radius: var(--gr_small_radius);
}
.filter-block .shop2-color-ext-popup .shop2-color-ext-list li .filter-color-add .filter-color-icon:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  border: none;
  background: none;
  box-shadow: inset 0 0 0 1px var(--on_gr_bg_border_08);
  border-radius: var(--gr_small_radius);
}
.filter-block .shop2-color-ext-popup .shop2-color-ext-list li .filter-color-add .filter-color-icon:after {
  position: absolute;
  content: "";
  left: -7px;
  right: -7px;
  top: -7px;
  bottom: -7px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  border: none;
  background: none;
  box-shadow: none;
  border-radius: var(--gr_inner_radius);
}
.filter-block .shop2-color-ext-popup .shop2-color-ext-list li .filter-color-add .filter-color-subtitle {
  display: none;
}
.filter-block .shop2-filter-result {
  margin: 0 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.filter-block .shop2-filter-result .result {
  color: var(--gr_primary);
  height: auto;
  padding: 0;
  margin: 0 0 0 10px;
  background: none;
  font-size: inherit;
  line-height: inherit;
}
.filter-block .shop2-filter-btns {
  font-size: 0;
  padding: 24px 0 0;
}
.filter-block .shop2-filter-btns .shop2-filter-go {
  width: 100%;
  display: block;
  margin: 0 0 20px;
}
.filter-block .shop2-filter-btns .shop2-filter-go .result {
  margin: 0;
  padding: 0 0 0 5px;
  height: auto;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background: none;
}
.filter-block .shop2-filter-btns .shop2-filter-reset {
  width: 100%;
  display: block;
}
.filter-block .shop2-filter-btns .shop2-filter-reset.gr_filter_reset svg {
  display: none;
}
.filter-block .gr-filter-more {
  margin: 20px 0 0;
}
.filter-block .gr-filter-more__amount {
  margin-left: 5px;
}
.filter-block .ui-widget.ui-widget-content {
  position: relative;
  display: block;
  border: none;
  background: none;
  box-shadow: none;
  height: 6px;
  border-radius: 3px;
  margin-top: 20px;
  margin-right: 30px;
}
.filter-block .ui-widget.ui-widget-content:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: -30px;
  bottom: 0;
  border: none;
  background: #fff;
  box-shadow: none;
  border-radius: 3px;
}
.filter-block .ui-widget.ui-widget-content .ui-slider-range.ui-widget-header2 {
  position: absolute;
  top: 0;
  z-index: 1;
  font-size: 0;
  height: 6px;
  border: none;
  background: var(--gr_accent);
  box-shadow: none;
  border-radius: 3px;
  margin: 0 0 0 15px;
}
.filter-block .ui-widget.ui-widget-content .ui-slider-handle {
  position: absolute;
  top: -12px;
  z-index: 2;
  margin: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  cursor: pointer;
  outline: none;
  transition: background 0.2s, box-shadow 0.2s, border 0.2s;
  border: none;
  background: var(--gr_accent);
  box-shadow: none;
}
.filter-block .ui-widget.ui-widget-content .ui-slider-handle:hover {
  border: none;
  background: var(--gr_accent);
  box-shadow: none;
}
.filter-block .ui-widget.ui-widget-content .ui-slider-handle:active, .filter-block .ui-widget.ui-widget-content .ui-slider-handle.ui-state-active {
  border: none;
  background: var(--gr_accent);
  box-shadow: none;
}
.left-bar .filter-block {
  padding: 35px 30px;
  background: var(--on_gr_bg_bg);
  margin-top: 20px;
  border-radius: var(--gr_small_radius);
}
.left-bar .filter-block .shop2-filter__header {
  font-size: 16px;
  font-weight: var(--font1_700);
  line-height: 1.1;
}
/* Фильтр */
.shop-title__page .sorting-panel {
  margin-top: 30px;
}
.sorting-panel {
  padding: 0 0 20px;
}
@media (max-width: 767px) {
  .sorting-panel {
    padding: 0 0 20px;
  }
}
.sorting-panel__body {
  display: flex;
  margin: 0 -10px;
}
@media (max-width: 1024px) {
  .sorting-panel__body {
    margin: 0;
  }
}
@media (max-width: 639px) {
  .sorting-panel__body {
    flex-direction: column;
  }
}
.sorting-panel__add-wrap {
  position: relative;
  margin: 0 10px;
  padding: 15px 27px;
  flex: 1 1 auto;
  display: flex;
  justify-content: space-between;
  border-radius: var(--gr_small_radius);
  box-shadow: inset 0 0 0 1px var(--on_gr_bg_border_4);
  background: var(--on_gr_bg_bg);
}
@media (max-width: 767px) {
  .sorting-panel__add-wrap {
    padding: 10px 20px;
    margin: 0 0 0 12px;
  }
}
@media (max-width: 1024px) {
  .sorting-panel__add-wrap {
    margin-right: 0;
  }
}
@media (max-width: 639px) {
  .sorting-panel__add-wrap {
    margin: 0;
  }
}
.sorting-panel .shop-view {
  margin-left: auto;
  margin-right: -9px;
}
@media (min-width: 1025px) {
  .shop-title__page .sorting-panel__btn-wrap {
    margin-top: 30px;
  }
}
.sorting-panel__btn-wrap {
  flex: 0 1 auto;
  width: 100%;
}
@media (max-width: 1024px) {
  .sorting-panel__btn-wrap {
    width: 290px;
  }
}
@media (max-width: 1024px) {
  .sorting-panel__btn-wrap {
    width: calc(33.33% - 15px);
  }
}
@media (max-width: 639px) {
  .sorting-panel__btn-wrap {
    margin: 0 0 10px;
    width: 100%;
  }
}
.filter-popup-btn {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 21px;
  padding-bottom: 21px;
  width: 100%;
}
@media (max-width: 767px) {
  .filter-popup-btn {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.filter-popup-btn span {
  width: 100%;
  text-align: left;
}
.filter-popup-btn span .gr-svg-icon {
  right: -3px;
  width: 24px;
}
.sorting-block {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  height: 60px;
  min-width: 260px;
}
@media (max-width: 767px) {
  .sorting-block {
    height: 50px;
    min-width: 240px;
  }
}
.sorting-block.active .sorting-block__body {
  height: auto;
  box-shadow: var(--gr_shadow_small);
  background: var(--on_gr_bg_bg);
}
.sorting-block.active-sorting .sorting-block__result-title {
  display: none;
}
.sorting-block__body {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 60px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.18s linear;
  border-radius: var(--gr_small_radius);
}
@media (max-width: 767px) {
  .sorting-block__body {
    height: 50px;
  }
}
.sorting-block__result {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 60px;
  padding: 0 30px;
  color: var(--on_gr_bg_sec_text);
}
@media (max-width: 767px) {
  .sorting-block__result {
    line-height: 50px;
    padding: 0 20px;
  }
}
.sorting-block__result-title {
  padding-right: 10px;
}
.sorting-block__result .no-sorting {
  display: none;
}
.sorting-block__result > i svg {
  position: absolute;
  right: 19px;
  top: 50%;
  width: 30px;
  height: 30px;
  transition: all 0.18s linear;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .sorting-block__result > i svg {
    right: 9px;
  }
}
.sorting-block__result > i svg:hover {
  fill: var(--on_gr_bg_icon);
}
.sorting-block__result span {
  position: relative;
  padding-left: 38px;
}
@media (max-width: 767px) {
  .sorting-block__result span {
    padding-left: 35px;
  }
}
.sorting-block__result span svg {
  position: absolute;
  top: 50%;
  left: -4px;
  width: 30px;
  height: 30px;
  fill: var(--on_gr_bg_icon);
  transition: all 0.18s linear;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .sorting-block__result span svg {
    display: none;
    left: -2px;
  }
}
.sorting-block__result span svg.gr_small_icon {
  width: 20px;
  height: 20px;
}
@media (max-width: 767px) {
  .sorting-block__result span svg.gr_small_icon {
    display: block;
  }
}
.sorting-block__items {
  padding-bottom: 10px;
}
.sorting-block__item {
  margin-top: 10px;
}
.sorting-block__item:first-child {
  margin-top: 0;
}
.sorting-block__item.active {
  display: none;
}
.sorting-block__item .sort-param {
  position: relative;
  display: block;
  color: var(--on_gr_bg_sec_text);
  font-size: 14px;
  line-height: 1.14;
  text-decoration: none;
  padding: 7px 20px 7px 68px;
  transition: all 0.18s linear;
}
@media (max-width: 767px) {
  .sorting-block__item .sort-param {
    padding: 7px 20px 7px 53px;
  }
}
.sorting-block__item .sort-param:hover {
  color: var(--gr_primary);
}
.sorting-block__item .sort-param:hover svg {
  opacity: 1;
  fill: var(--gr_primary);
}
.sorting-block__item .sort-param svg {
  position: absolute;
  content: "";
  left: 26px;
  top: 50%;
  width: 24px;
  height: 30px;
  opacity: 0.2;
  fill: var(--gr_accent);
  transition: all 0.18s linear;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .sorting-block__item .sort-param svg {
    left: 16px;
    display: none;
  }
}
.sorting-block__item .sort-param svg.gr_small_icon {
  width: 20px;
  height: 20px;
}
@media (max-width: 767px) {
  .sorting-block__item .sort-param svg.gr_small_icon {
    display: block;
  }
}
.sorting-block__item .sort-reset {
  display: block;
  color: var(--on_gr_bg_sec_text);
  font-size: 14px;
  line-height: 1.14;
  text-decoration: none;
  padding: 10px 20px 10px 68px;
}
@media (max-width: 767px) {
  .sorting-block__item .sort-reset {
    padding: 7px 20px 7px 53px;
  }
}
.left-bar .sorting-panel__btn-wrap {
  pointer-events: none;
}
/* Сортировка */
.lazy-pagelist__body {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 639px) {
  .lazy-pagelist__body {
    display: block;
  }
}
.lazy-pagelist .shop-pagelist {
  padding: 15px 23px;
  margin-left: auto;
  flex: 1 1 auto;
  border-radius: var(--gr_inner_radius);
  box-shadow: inset 0 0 0 1px var(--on_gr_bg_border_4);
}
@media (max-width: 1260px) {
  .lazy-pagelist .shop-pagelist {
    padding: 13px 23px 13px 30px;
  }
}
@media (max-width: 767px) {
  .lazy-pagelist .shop-pagelist {
    padding: 10px 13px 10px 20px;
  }
}
.lazy-pagelist .lazy-pagelist-btn {
  margin-right: 20px;
}
@media (max-width: 767px) {
  .lazy-pagelist .lazy-pagelist-btn {
    margin-right: 10px;
  }
}
@media (max-width: 639px) {
  .lazy-pagelist .lazy-pagelist-btn {
    margin: 0 0 10px;
    width: 100%;
  }
}
.lazy-pagelist .lazy-pagelist-btn.lazy_pagelist_btn {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 1260px) {
  .lazy-pagelist .lazy-pagelist-btn.lazy_pagelist_btn {
    padding-top: 19px;
    padding-bottom: 19px;
  }
}
@media (max-width: 767px) {
  .lazy-pagelist .lazy-pagelist-btn.lazy_pagelist_btn {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.lazy-pagelist .lazy-pagelist-btn span {
  padding-right: 30px;
}
.lazy-pagelist .lazy-pagelist-btn span svg {
  right: 0px;
  width: 20px;
}
.shop-pagelist {
  text-align: right;
  background: var(--on_gr_bg_bg);
  border-radius: var(--gr_inner_radius);
  box-shadow: inset 0 0 0 1px var(--on_gr_bg_border_4);
  padding: 14px 30px;
}
@media (max-width: 639px) {
  .shop-pagelist {
    text-align: center;
  }
}
.shop-pagelist__body {
  margin: 0;
  padding: 0;
  font-size: 0;
  list-style: none;
  align-items: center;
  display: inline-flex;
}
.shop-pagelist__body li {
  text-align: center;
}
.shop-pagelist__body li a {
  position: relative;
  text-decoration: none;
  transition: all 0.18s linear;
}
.shop-pagelist__body .page-num {
  font: var(--font1_400) 15px/30px var(--font1);
  width: 30px;
  height: 30px;
  margin: 0 2.5px;
}
.shop-pagelist__body .page-num.active-num {
  color: var(--gr_primary);
  background: none;
  box-shadow: none;
  border: none;
}
.shop-pagelist__body .page-num.page_first, .shop-pagelist__body .page-num.page_last {
  margin: 0;
  font-size: 0;
  line-height: 0;
  height: 30px;
}
.shop-pagelist__body .page-num.page_first a, .shop-pagelist__body .page-num.page_last a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  width: 30px;
}
.shop-pagelist__body .page-num.page_first svg, .shop-pagelist__body .page-num.page_last svg {
  position: absolute;
  right: 0;
  top: 50%;
  width: 30px;
  height: 24px;
  fill: var(--on_gr_bg_sec_text);
  transition: all 0.18s linear;
  transform: translateY(-50%);
}
.shop-pagelist__body .page-num.page_first:hover svg, .shop-pagelist__body .page-num.page_last:hover svg {
  fill: var(--gr_accent);
}
.shop-pagelist__body .page-num.page_first:active svg, .shop-pagelist__body .page-num.page_last:active svg {
  fill: var(--gr_accent);
}
.shop-pagelist__body .page-num.page_first {
  order: -1;
}
.shop-pagelist__body .page-num.page_last {
  order: 100;
}
.shop-pagelist__body .page-num span {
  display: block;
}
.shop-pagelist__body .page-num a {
  display: block;
  transition: all 0.18s linear;
  color: var(--on_gr_bg_sec_text);
  background: none;
  box-shadow: none;
  border: none;
}
.shop-pagelist__body .page-num a:hover {
  color: var(--gr_accent);
  background: none;
  box-shadow: none;
  border: none;
}
.shop-pagelist__body .page-num a:active {
  color: var(--gr_accent);
  background: none;
  box-shadow: none;
  border: none;
}
.shop-pagelist__body .page-dots {
  font-size: 0;
  margin: 0 2.5px;
}
.shop-pagelist__body .page-dots span {
  display: block;
}
.shop-pagelist__body .page-dots svg {
  fill: var(--on_gr_bg_sec_text);
}
.shop-pagelist__body .page-prev a, .shop-pagelist__body .page-next a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  width: 30px;
  font-size: 0;
}
.shop-pagelist__body .page-prev a svg, .shop-pagelist__body .page-next a svg {
  position: absolute;
  right: 0;
  top: 50%;
  width: 30px;
  height: 20px;
  fill: var(--on_gr_bg_sec_text);
  transition: all 0.18s linear;
  transform: translateY(-50%);
}
.shop-pagelist__body .page-prev a:hover svg, .shop-pagelist__body .page-next a:hover svg {
  fill: var(--gr_accent);
}
.shop-pagelist__body .page-prev a:active svg, .shop-pagelist__body .page-next a:active svg {
  fill: var(--gr_accent);
}
.shop-pagelist__body .page-prev.not_active a {
  opacity: 0.5;
  pointer-events: none;
}
.shop-pagelist__body .page-prev a:hover svg {
  fill: var(--gr_accent);
}
.shop-pagelist__body .page-prev a:active svg {
  fill: var(--gr_accent);
}
.shop-pagelist__body .page-prev a svg {
  left: 0;
  right: auto;
}
.shop-pagelist__body .page-next.not_active a {
  opacity: 0.5;
  pointer-events: none;
}
/* Пагинация */
.login-form__row {
  margin: 0 0 12px;
}
.login-form__btns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.login-form__forgot {
  order: 1;
  width: 100%;
  margin: -6px 0 19px;
}
.login-form__forgot .user-forgot-btn {
  font-size: 14px;
  line-height: 1.14;
  text-decoration: none;
  transition: all 0.18s linear;
  border-bottom: 1px solid transparent;
  font-weight: var(--font1_300);
}
.login-form__forgot .user-forgot-btn:hover {
  border-bottom-color: var(--on_gr_bg_link_5);
}
.login-form__enter {
  order: 2;
  margin-right: 10px;
}
.login-form__reg {
  order: 3;
}
.login-form .user-block__info {
  margin-bottom: 10px;
}
.login-form .user-block__title {
  padding: 0 0 3px;
}
.login-form .user-block__name {
  font-size: 16px;
  line-height: 1.1;
  font-family: var(--font1);
  color: var(--on_gr_bg_acc_text);
  font-weight: var(--font1_700);
}
.login-form .user-block__name a {
  text-decoration: none;
  transition: all 0.18s linear;
  border-bottom: 1px solid transparent;
}
.login-form .user-block__name a:hover {
  border-bottom-color: var(--on_gr_bg_link_5);
}
.login-form .user-block__settings {
  margin-bottom: 32px;
}
.login-form .user-block__settings .user-settings-btn {
  font-size: 14px;
  line-height: 1.14;
  text-decoration: none;
  transition: all 0.18s linear;
  border-bottom: 1px solid transparent;
  font-weight: var(--font1_300);
}
.login-form .user-block__settings .user-settings-btn:hover {
  border-bottom-color: var(--on_gr_bg_link_5);
}
.login-form .user-block__btns {
  display: flex;
  align-items: center;
}
.login-form .user-block__orders {
  margin-right: 10px;
}
.g-auth__row.g-auth__social-min {
  margin: 20px 0 0;
  padding-top: 0 !important;
  border: none;
  font-size: inherit;
}
.g-auth__row.g-auth__social-min .g-auth__personal-note a {
  color: var(--on_gr_bg_link);
  text-decoration: none;
  transition: all 0.18s linear;
  border-bottom: 1px solid transparent;
}
.g-auth__row.g-auth__social-min .g-auth__personal-note a:hover, .g-auth__row.g-auth__social-min .g-auth__personal-note a:active {
  color: var(--on_gr_bg_link);
  border-bottom-color: var(--on_gr_bg_link_5);
}
.g-auth__row.g-auth__social-min .g-form-field__title {
  font-size: inherit;
  color: var(--on_gr_bg_acc_text);
}
.g-auth__row.g-auth__social-min .g-auth__personal-note {
  font-size: 15px;
  margin: 0;
  color: var(--on_gr_bg_acc_text);
}
.shop2v2-cart-soc-block, #orderForm {
  margin: 20px 0 0;
}
.shop2v2-cart-soc-block .g-auth__personal-note, #orderForm .g-auth__personal-note {
  font-size: 15px;
  margin: 0;
}
.shop2v2-cart-soc-block .g-form-field__title, #orderForm .g-form-field__title {
  color: var(--on_gr_bg_acc_text);
}
.shop2v2-cart-soc-block .g-auth__personal-note a, #orderForm .g-auth__personal-note a {
  color: var(--on_gr_bg_link);
  text-decoration: none;
  transition: all 0.18s linear;
  border-bottom: 1px solid transparent;
}
.shop2v2-cart-soc-block .g-auth__personal-note a:hover, .shop2v2-cart-soc-block .g-auth__personal-note a:active, #orderForm .g-auth__personal-note a:hover, #orderForm .g-auth__personal-note a:active {
  color: var(--on_gr_bg_link);
  border-bottom: 1px solid var(--on_gr_bg_link_5);
}
#orderForm span[style="color:red"] {
  padding-right: 5px;
}
#orderForm b {
  display: inline-block;
  vertical-align: top;
  color: var(--on_gr_bg_sec_text_7);
  font: var(--font1_400) 15px/ 1.1 var(--font1);
  padding: 0 0 6px;
}
#orderForm font {
  color: var(--gr_error);
  font: var(--font2_400) 12px/ normal var(--font2);
  padding: 0 0 6px;
}
#orderForm input, #orderForm textarea, #orderForm select {
  max-width: 400px;
}
#orderForm textarea {
  min-width: 200px;
}
#orderForm .mg-styler-label--checkbox input + span {
  display: inline;
  padding: 0;
}
#orderForm .mg-styler-label--checkbox + a {
  margin: 4px 0 0;
  display: inline-block;
  vertical-align: top;
  color: var(--on_gr_bg_link);
  text-decoration: none;
  transition: all 0.18s linear;
  border-bottom: 1px solid transparent;
}
#orderForm .mg-styler-label--checkbox + a:hover, #orderForm .mg-styler-label--checkbox + a:active {
  color: var(--on_gr_bg_link);
  border-bottom: 1px solid var(--on_gr_bg_link_5);
}
#orderForm .highslide-html-content {
  display: none;
}
/* Авторизация */
.search-form .empty-val {
  opacity: 0.5;
  pointer-events: none;
}
.search-form #shop2-name, .search-form #shop2-text, .search-form #shop2-article {
  opacity: 1;
  pointer-events: auto;
}
.search-form .search-rows__row {
  border-bottom: 1px solid var(--on_gr_bg_border);
}
.search-form .search-rows__row.shop2-search-vendors ul li:nth-child(n+6), .search-form .search-rows__row.shop2-search-selects ul li:nth-child(n+6) {
  display: none;
}
.search-form .search-rows__row.shop2-search-vendors ul li.active, .search-form .search-rows__row.shop2-search-selects ul li.active {
  display: block;
}
.search-form .search-rows__row.checkbox_row {
  padding: 18px 0 21px;
}
.search-form .search-rows__row.checkbox_row .type-checkbox {
  margin-bottom: 0;
}
.search-form .search-rows__row.price_row .row-body {
  display: block;
}
.search-form .row-title {
  position: relative;
  cursor: pointer;
  padding: 21px 45px 21px 0;
  font-size: 15px;
  line-height: 1.2;
  color: var(--on_gr_bg_sec_text);
  display: block;
}
.search-form .row-title.active .row-title__icon .gr_filter_plus {
  display: none;
}
.search-form .row-title.active .row-title__icon .gr_filter_minus {
  display: block;
}
.search-form .row-title__icon {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  min-height: 30px;
  background: var(--gr_dark_1);
}
.search-form .row-title__icon:hover, .search-form .row-title__icon:active {
  background: var(--gr_dark_1);
}
.search-form .row-title__icon svg {
  width: 20px;
  height: 20px;
  display: none;
}
.search-form .row-title__icon svg.gr_filter_plus {
  display: block;
}
.search-form .row-body {
  display: none;
  font-size: 0;
  padding: 0 0 20px;
}
.search-form .gr-filter-more {
  margin: 20px 0 0;
}
.search-form .gr-filter-more__amount {
  margin-left: 5px;
}
.search-form .input-from, .search-form .input-to {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 10px);
}
.search-form .input-from {
  margin-right: 19px;
}
.search-form .search-rows__btn {
  padding-top: 30px;
}
@media (max-width: 767px) {
  .search-form .search-rows__btn {
    padding-top: 22px;
  }
}
@media (max-width: 639px) {
  .search-form .search-rows__btn .search-btn {
    width: 100%;
  }
}
.search-form .shop-search-color-select {
  margin-left: -9px;
}
.search-form .shop-search-color-select .shop-search-colors {
  font-size: 0;
  padding: 0;
  margin: 0;
  list-style: none;
}
.search-form .shop-search-color-select .shop-search-colors li {
  position: relative;
  cursor: pointer;
  vertical-align: top;
  display: inline-block;
  width: 28px;
  height: 28px;
  margin: 0 9px 5px;
  border-radius: var(--gr_small_radius);
}
.search-form .shop-search-color-select .shop-search-colors li.empty-val {
  opacity: 1;
}
.search-form .shop-search-color-select .shop-search-colors li.empty-val:after {
  position: absolute;
  content: "";
  width: 1px;
  top: -8px;
  left: 50%;
  right: auto;
  bottom: -8px;
  opacity: 0.4;
  transform: rotate(45deg);
  background: var(--gr_dark);
}
.search-form .shop-search-color-select .shop-search-colors li.empty-val .shop-search-color-icon {
  opacity: 0.3;
}
.search-form .shop-search-color-select .shop-search-colors li.empty-val .shop-search-color-icon:after {
  display: none;
}
.search-form .shop-search-color-select .shop-search-colors li.shop2-color-ext-selected .shop-search-color-icon:after {
  opacity: 1;
  visibility: visible;
  border: none;
  box-shadow: inset 0 0 0 1px var(--gr_primary_6);
  background: none;
}
.search-form .shop-search-color-select .shop-search-colors li.shop2-color-ext-selected .shop-search-color-icon:before {
  border: none;
  box-shadow: inset 0 0 0 1px var(--on_gr_bg_border_08);
  background: none;
}
.search-form .shop-search-color-select .shop-search-colors li.no_bg {
  display: none;
}
.search-form .shop-search-color-select .shop-search-colors li .shop-search-color-icon {
  position: relative;
  width: 28px;
  height: 28px;
  border-radius: var(--gr_small_radius);
  background-size: cover;
}
.search-form .shop-search-color-select .shop-search-colors li .shop-search-color-icon:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all 0.18s linear;
  border-radius: var(--gr_small_radius);
  border: none;
  box-shadow: inset 0 0 0 1px var(--on_gr_bg_border_08);
  background: none;
}
.search-form .shop-search-color-select .shop-search-colors li .shop-search-color-icon:after {
  position: absolute;
  content: "";
  left: -7px;
  right: -7px;
  top: -7px;
  bottom: -7px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  border-radius: var(--gr_inner_radius);
  transition: all 0.18s linear;
  border: none;
  box-shadow: none;
  background: none;
}
.search-form .ui-widget.ui-widget-content {
  position: relative;
  display: block;
  border: none;
  background: none;
  box-shadow: none;
  height: 6px;
  border-radius: 3px;
  margin-top: 20px;
  margin-right: 30px;
}
.search-form .ui-widget.ui-widget-content:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: -30px;
  bottom: 0;
  border: none;
  background: #fff;
  box-shadow: none;
  border-radius: 3px;
}
.search-form .ui-widget.ui-widget-content .ui-slider-range.ui-widget-header2 {
  position: absolute;
  top: 0;
  z-index: 1;
  font-size: 0;
  height: 6px;
  border: none;
  background: var(--gr_accent);
  box-shadow: none;
  border-radius: 3px;
  margin: 0 0 0 15px;
}
.search-form .ui-widget.ui-widget-content .ui-slider-handle {
  position: absolute;
  top: -12px;
  z-index: 2;
  margin: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  cursor: pointer;
  outline: none;
  transition: background 0.2s, box-shadow 0.2s, border 0.2s;
  border: none;
  background: var(--gr_accent);
  box-shadow: none;
}
.search-form .ui-widget.ui-widget-content .ui-slider-handle:hover {
  border: none;
  background: var(--gr_accent);
  box-shadow: none;
}
.search-form .ui-widget.ui-widget-content .ui-slider-handle:active, .search-form .ui-widget.ui-widget-content .ui-slider-handle.ui-state-active {
  border: none;
  background: var(--gr_accent);
  box-shadow: none;
}
.search-form .search-form__inner .search-block__input {
  color: var(--on_gr_bg_sec_text_7);
  border: none;
  background: var(--on_gr_form_bg);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0), inset 0 0 0 1px var(--on_gr_bg_border);
  border-radius: var(--gr_form_radius);
  margin-right: 0;
  padding: 16px 50px 15px 20px;
}
@media (max-width: 640px) {
  .search-form .search-form__inner .search-block__input {
    padding: 13px 50px 12px 20px;
  }
}
.search-form .search-form__inner .search-block__btn {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -12.5px;
}
.search-form .search-form__inner .search-block__inner {
  width: 100%;
  position: relative;
}
.search-form .search-form__inner .search-block__inner form input:hover {
  border: none;
  background: var(--gr_bg_bg);
  box-shadow: 0 0 0 0 var(--gr_primary), inset 0 0 0 2px var(--gr_primary);
}
.search-form .search-form__inner .search-block {
  width: 100%;
  position: relative;
}
.search-form .search-form__inner .search-block__btn svg {
  fill: var(--gr_dark);
}
.search-form .search-form__inner #search-app #search-result {
  min-width: auto;
}
.search-form #search-result .search-result-top {
  display: flex;
  flex-direction: column;
}
.search-form #search-result .search-result-left + .search-result-right {
  margin-top: 30px;
  margin-left: 0;
}
/* Поиск */
.shop2-vendor-folders {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.shop2-vendor-folders li {
  margin-right: 10px;
  margin-bottom: 10px;
}
.shop2-warning, .shop2-info {
  order: -2;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 78px;
  font-size: 16px;
  text-align: left;
  line-height: 1.4;
  margin: 20px 0;
  padding: 20px 30px 20px 90px;
  border-radius: var(--gr_inner_radius);
  border: none;
  color: var(--on_gr_bg_acc_text);
  background: var(--gr_error_1);
  box-shadow: inset 0 0 0 1px var(--gr_error_2);
}
@media (max-width: 639px) {
  .shop2-warning, .shop2-info {
    padding: 13px 15px 13px 55px;
    min-height: 58px;
  }
}
.shop2-warning:before, .shop2-info:before {
  position: absolute;
  content: "";
  color: var(--gr_error);
  line-height: 1;
  font-family: "icomoon";
  font-size: 40px;
  left: 30px;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
}
@media (max-width: 639px) {
  .shop2-warning:before, .shop2-info:before {
    left: 14px;
    width: 30px;
    height: 30px;
    font-size: 30px;
    margin-top: -15px;
  }
}
.shop2-warning p, .shop2-info p {
  margin: 0;
}
.shop2-warning p + *, .shop2-info p + * {
  margin-top: 5px;
}
.shop2-warning h1, .shop2-warning h2, .shop2-warning h3, .shop2-warning h4, .shop2-warning h5, .shop2-warning h6, .shop2-info h1, .shop2-info h2, .shop2-info h3, .shop2-info h4, .shop2-info h5, .shop2-info h6 {
  margin: 0;
  text-align: left;
  font-size: 18px;
  line-height: 1.1;
  color: var(--on_gr_bg_acc_text);
}
.shop2-warning ul, .shop2-info ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.shop2-info {
  padding: 30px;
  min-height: 0;
}
@media (max-width: 767px) {
  .shop2-info {
    padding: 20px;
  }
}
.shop2-info:before {
  display: none;
}
.shop2-color-ext-select {
  cursor: pointer;
  height: auto;
  width: 100%;
  font: var(--font1_400) 16px/ 22px var(--font2);
  outline: none;
  border-radius: var(--gr_form_radius);
  transition: all 0.18s linear;
  border: none;
  background: var(--on_gr_form_bg);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0), inset 0 0 0 1px var(--on_gr_bg_border);
}
.shop2-color-ext-select:before {
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 2;
  font-size: 8px;
  margin-top: -3px;
  line-height: 1;
  font-family: "icomoon";
  content: "";
  color: var(--on_gr_bg_acc_text_4);
}
.shop2-color-ext-select:hover {
  border: none;
  background: var(--gr_bg_bg);
  box-shadow: 0 0 0 0 var(--gr_primary), inset 0 0 0 2px var(--gr_primary);
}
.shop2-color-ext-select:hover .shop2-color-ext-options li div {
  color: var(--on_gr_bg_acc_text_7);
}
.shop2-color-ext-select.active {
  border: none;
  background: var(--gr_bg_bg);
  box-shadow: 0 0 0 0 var(--gr_primary), inset 0 0 0 2px var(--gr_primary);
}
.shop2-color-ext-select.active .shop2-color-ext-options li div {
  color: var(--on_gr_bg_acc_text_7);
}
.shop2-color-ext-select i {
  display: none !important;
}
.shop2-color-ext-select .shop2-color-ext-options {
  padding: 11px 20px 11px 11px;
}
.shop2-color-ext-select .shop2-color-ext-options li {
  background: none !important;
}
.shop2-color-ext-select .shop2-color-ext-options li.no_pic {
  padding-left: 8px !important;
  display: block !important;
}
.shop2-color-ext-select .shop2-color-ext-options li span {
  width: 28px !important;
  height: 28px;
  border: none;
  margin: 0 11px 0 0;
  position: relative;
  border-radius: var(--gr_small_radius);
}
.shop2-color-ext-select .shop2-color-ext-options li span:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.1;
  border-radius: var(--gr_small_radius);
  box-shadow: inset 0 0 0 1px var(--on_gr_bg_border_08);
}
.shop2-color-ext-select .shop2-color-ext-options li div {
  color: var(--on_gr_bg_sec_text);
  font: var(--font1_300) 16px/ 20px var(--font1);
  margin-top: 6px;
}
.shop2-color-ext-select .shop2-color-ext-options li ins {
  display: none;
}
#shop2-color-ext-popup, #shop2-color-ext-select {
  margin-top: 48px;
  border: none;
  z-index: 100000;
  padding: 4px;
  background: var(--gr_bg);
  border-radius: var(--gr_form_radius);
  box-shadow: 0 0 0 0 var(--gr_primary), inset 0 0 0 2px var(--gr_primary);
}
@media (max-width: 767px) {
  #shop2-color-ext-popup.product_item_color, #shop2-color-ext-select.product_item_color {
    margin-top: 42px;
  }
}
@media (max-width: 767px) {
  #shop2-color-ext-popup.product_item_color li, #shop2-color-ext-select.product_item_color li {
    padding: 1px !important;
    margin: 0 0 1px;
  }
  #shop2-color-ext-popup.product_item_color li:last-child, #shop2-color-ext-select.product_item_color li:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  #shop2-color-ext-popup.product_item_color li span, #shop2-color-ext-select.product_item_color li span {
    width: 26px !important;
    height: 26px;
    margin-right: 7px;
  }
}
@media (max-width: 767px) {
  #shop2-color-ext-popup.product_item_color .shop2-color-ext-options div, #shop2-color-ext-select.product_item_color .shop2-color-ext-options div {
    margin-top: 5px;
    font-size: 13px;
    line-height: 1.25;
  }
}
#shop2-color-ext-popup.shop_product_color, #shop2-color-ext-select.shop_product_color {
  margin-top: 56px;
  padding: 7px;
}
@media (max-width: 767px) {
  #shop2-color-ext-popup.shop_product_color, #shop2-color-ext-select.shop_product_color {
    margin-top: 52px;
    padding: 5px;
  }
}
#shop2-color-ext-popup.shop_product_color .shop2-color-ext-options div, #shop2-color-ext-select.shop_product_color .shop2-color-ext-options div {
  margin-top: 4px;
  font-size: 16px;
  line-height: 1.25;
}
#shop2-color-ext-popup li, #shop2-color-ext-select li {
  border-radius: 0;
  transition: background 0.18s;
  height: auto !important;
  background: none !important;
  padding: 4px 4px !important;
}
#shop2-color-ext-popup li:hover, #shop2-color-ext-select li:hover {
  background: var(--on_gr_bg_bg) !important;
}
#shop2-color-ext-popup li.shop2-color-ext-selected, #shop2-color-ext-select li.shop2-color-ext-selected {
  outline: none !important;
}
#shop2-color-ext-popup li.shop2-color-ext-selected span, #shop2-color-ext-select li.shop2-color-ext-selected span {
  outline: none !important;
}
#shop2-color-ext-popup li.shop2-color-ext-selected em, #shop2-color-ext-select li.shop2-color-ext-selected em {
  display: none !important;
}
#shop2-color-ext-popup li.no_bg, #shop2-color-ext-select li.no_bg {
  padding: 9px 6px !important;
}
#shop2-color-ext-popup li.no_bg div, #shop2-color-ext-select li.no_bg div {
  margin-top: 0 !important;
}
#shop2-color-ext-popup li span, #shop2-color-ext-select li span {
  position: relative;
  border: none;
  width: 28px !important;
  height: 28px;
  border-radius: var(--gr_small_radius);
  margin: 0 11px 0 0;
}
#shop2-color-ext-popup li span:before, #shop2-color-ext-select li span:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.1;
  border-radius: var(--gr_small_radius);
  box-shadow: inset 0 0 0 1px var(--on_gr_bg_border_08);
}
#shop2-color-ext-popup li div, #shop2-color-ext-select li div {
  color: var(--on_gr_bg_acc_text_7);
  font: var(--font1_400) 14px/ 16px var(--font1);
  margin: 6px 12px 0 0;
}
#shop2-color-ext-popup li ins, #shop2-color-ext-select li ins {
  display: none;
}
.shop2-panel {
  background: rgba(0, 0, 0, 0.7);
  border: none;
  height: 56px;
}
.shop2-panel .shop-panel-content {
  max-width: 960px;
  margin: 0 auto;
  line-height: 52px;
  text-align: center;
}
.shop2-panel .shop-panel-content a {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}
.shop2-panel .shop-panel-content a:hover ins {
  border-bottom-color: rgba(255, 255, 255, 0.5);
}
.shop2-panel .shop-panel-content a.shop2-panel-link-disabled {
  pointer-events: none;
  opacity: 0.7;
}
.shop2-panel .shop-panel-content a ins {
  transition: all 0.18s linear;
  border-bottom: 1px solid transparent;
}
@media (max-width: 767px) {
  .shop2-panel .shop-panel-content a span {
    padding-left: 30px;
  }
}
.shop2-panel .shop-panel-content a svg {
  fill: #fff;
}
@media (max-width: 767px) {
  .shop2-panel .shop-panel-content a svg {
    display: none;
  }
}
@media (max-width: 767px) {
  .shop2-panel .shop-panel-content a svg.gr_small_icon {
    display: block;
    width: 20px;
    height: 20px;
  }
}
.shop2-panel .shop-panel-content .shop2-panel-count {
  border: none;
  font-size: 12px;
  color: #fff;
  background: #000;
  line-height: 26px;
  height: 26px;
  width: 26px;
  padding: 0;
  border-radius: 50%;
  margin: 0 0 0 10px;
}
@media (max-width: 767px) {
  .shop2-panel .shop-panel-content .shop2-panel-count {
    margin: 0 0 0 7px;
    line-height: 20px;
    width: 20px;
    height: 20px;
  }
}
.shop2-panel .shop-panel-content .shop-panel-compare {
  display: inline-block;
  vertical-align: middle;
  padding-left: 0;
  position: relative;
}
.shop2-panel .shop-panel-content .shop-panel-cart {
  display: inline-block;
  vertical-align: middle;
  margin-left: 35px;
  padding-left: 0;
  position: relative;
}
@media (max-width: 767px) {
  .shop2-panel .shop-panel-content .shop-panel-cart {
    margin-left: 15px;
  }
}
#shop2-alert {
  box-shadow: 0 1px 10px 0 var(--gr_shadow_1);
}
#shop2-alert.shop2-alert--map {
  max-width: 900px;
  width: 100%;
  max-height: 600px;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 900px) {
  #shop2-alert.shop2-alert--map {
    border-radius: 0;
  }
}
#shop2-alert-map {
  position: absolute;
  top: 60px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  width: auto;
  height: auto;
  max-width: 900px;
}
#shop2-alert-body .payment-change-title {
  margin: 0 0 20px;
  color: var(--on_gr_bg_sec_text);
  font-weight: 700;
  font-size: 20px;
}
#shop2-alert-ok, .shop2-alert-close {
  position: absolute;
  top: 10px;
  right: 8px;
  margin: 0;
  padding: 0;
  font-size: 0 !important;
}
#shop2-alert-ok svg, .shop2-alert-close svg {
  display: none;
}
#shop2-alert-ok svg.gr_big_icon, .shop2-alert-close svg.gr_big_icon {
  width: 30px;
  height: 30px;
  display: block;
}
#shop2-alert-body {
  font-size: 16px;
  color: var(--on_gr_bg_sec_text);
  padding-bottom: 0;
}
#shop2-alert.shop2-alert--warning {
  padding: 50px 40px 40px;
  text-align: left;
  background: var(--gr_bg);
  border-radius: var(--gr_inner_radius);
  box-sizing: border-box;
  min-width: 400px;
  max-width: 400px;
}
@media screen and (max-width: 767px) {
  #shop2-alert.shop2-alert--warning {
    max-height: 100vh;
    overflow-y: auto;
    max-width: 300px;
    width: 300px;
    margin-left: -150px !important;
    margin-right: 0 !important;
    padding: 20px;
  }
  #shop2-alert.shop2-alert--warning.shop2-alert--warning {
    padding: 15px 16px;
  }
}
table.shop2-table-order tr:first-child th {
  background: var(--gr_bg);
  white-space: nowrap;
}
table.shop2-table-order th, table.shop2-table-order td {
  padding: 15px 25px;
  font-size: 15px;
  border-color: var(--on_gr_bg_border_12);
}
@media (max-width: 1023px) {
  table.shop2-table-order th, table.shop2-table-order td {
    font-size: 14px;
    padding: 15px 20px;
  }
}
@media (max-width: 479px) {
  table.shop2-table-order th, table.shop2-table-order td {
    padding: 10px 16px;
    font-size: 13px;
  }
}
fieldset.shop2-order-data, fieldset.shop2-order-data td, fieldset.shop2-order-data th {
  border-color: var(--on_gr_bg_border_12);
}
table.shop2-table-order tr:first-child th {
  color: var(--on_gr_bg_acc_text);
}
fieldset.shop2-order-data td, fieldset.shop2-order-data th {
  padding: 15px 25px;
  font-size: 15px;
}
@media (max-width: 1023px) {
  fieldset.shop2-order-data td, fieldset.shop2-order-data th {
    font-size: 14px;
    padding: 15px 20px;
  }
}
@media (max-width: 479px) {
  fieldset.shop2-order-data td, fieldset.shop2-order-data th {
    padding: 10px 16px;
    font-size: 13px;
  }
}
fieldset.shop2-order-data legend {
  font-size: 15px;
}
@media (max-width: 1023px) {
  fieldset.shop2-order-data legend {
    font-size: 14px;
  }
}
@media (max-width: 479px) {
  fieldset.shop2-order-data legend {
    font-size: 13px;
  }
}
.custom-scroll::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.custom-scroll::-webkit-scrollbar-track-piece {
  background-color: transparent;
}
.custom-scroll::-webkit-scrollbar-thumb {
  height: 100px;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.1);
}
.scroll-width-thin {
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.1) transparent;
}
.gr_image_1x1 {
  padding-top: 100% !important;
}
.gr_image_3x2 {
  padding-top: 50% !important;
}
.gr_image_2x3 {
  padding-top: 150% !important;
}
.gr_image_4x3 {
  padding-top: 75% !important;
}
.gr_image_3x4 {
  padding-top: 125% !important;
}
.gr_image_contain {
  position: static !important;
  width: auto !important;
  height: auto !important;
  margin: auto !important;
  object-fit: contain !important;
  max-width: 100%;
  max-height: 100%;
}
.hide_zoom_pic .zoomImg {
  display: none !important;
}
.question:hover + .shop2-product-discount-desc {
  display: block;
}
.text-right a, .text-right button {
  margin-bottom: 10px;
}
.folder-desc-top {
  margin-bottom: 30px;
}
.folder-desc-bottom {
  margin-top: 30px;
}
.shop2-vendor-folders {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.shop2-vendor-folders li {
  margin: 0 5px 10px;
}
/* .shop2-panel, .shop2-warning, #shop2-alert */
.gr-shop-print {
  margin-top: 20px;
}
.gr-shop-print__btn a {
  cursor: pointer;
  font-size: 14px;
  line-height: 1.14;
  transition: all 0.18s linear;
  color: var(--on_gr_bg_acc_text);
  font-family: var(--font2);
  font-weight: var(--font1_400);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  padding: 7px 0 8px;
}
.gr-shop-print__btn a ins {
  border-bottom: 1px dashed var(--on_gr_bg_border_12);
}
.gr-shop-print__btn a svg {
  fill: var(--on_gr_bg_acc_text);
  transition: all 0.18s linear;
  width: 24px;
  height: 24px;
}
.gr-shop-print__btn a:hover ins {
  border-bottom-color: var(--on_gr_bg_acc_text_5);
}
.gr-shop-print__btn a:hover svg {
  fill: var(--on_gr_bg_acc_text);
}
/*Печать*/
.order-info-block {
  margin: 20px 0 0;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: var(--gr_bg);
  border-radius: var(--gr_small_radius);
}
.order-info-block__item {
  margin: 2px 0;
}
.order-info-block__item-body {
  position: relative;
  z-index: 1;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  padding: 7px 10px 8px;
}
.order-info-block__item-body:hover .order-info-block__title ins {
  border-bottom-color: var(--on_gr_bg_acc_text_5);
}
.order-info-block__item-body:hover .order-info-block__title svg {
  fill: var(--on_gr_bg_acc_text);
}
.order-info-block__title {
  font-size: 14px;
  line-height: 1.14;
  color: var(--on_gr_bg_acc_text);
  font-family: var(--font1);
  font-weight: var(--font1_400);
  transition: all 0.18s linear;
}
.order-info-block__title ins {
  transition: all 0.18s linear;
  border-bottom: 1px dashed var(--on_gr_bg_border_12);
}
.order-info-block__title svg {
  transition: all 0.18s linear;
  fill: var(--on_gr_bg_acc_text);
}
.order-info-block__title svg.gr_small_icon {
  display: block;
}
.order-info-block__popup {
  position: absolute;
  left: -10px;
  bottom: 100%;
  padding: 20px;
  margin-bottom: 5px;
  background: var(--gr_bg);
  border-radius: var(--gr_inner_radius);
  box-shadow: inset 0 0 0 1px var(--on_gr_bg_border_12);
  display: none;
  width: 320px;
}
@media (max-width: 1340px) {
  .order-info-block__popup {
    width: 280px;
  }
}
.order-info-block__popup.right_popup {
  right: -10px;
  left: auto;
}
.order-info-block__close {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  cursor: pointer;
  display: none;
}
.order-info-block__close svg {
  display: none;
  width: 20px;
  height: 20px;
}
.order-info-block__close svg.gr_small_icon {
  display: block;
}
.order-info-block__subtitle {
  font-size: 16px;
  line-height: 1.1;
  color: var(--on_gr_bg_acc_text);
  font-family: var(--font2);
  font-weight: var(--font2_500);
}
.order-info-block__subtitle + .order-info-block__desc {
  padding-top: 10px;
}
.order-info-block__desc {
  font-size: 14px;
  line-height: 1.25;
  color: var(--on_gr_bg_sec_text);
  font-family: var(--font1);
  font-weight: var(--font1_400);
}
.mobile .order-info-block__close {
  display: flex;
}
/*Доставка и самовызов*/
.folders-submenu {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 40px 0 0;
}
@media (max-width: 1260px) {
  .folders-submenu {
    padding: 30px 0 0;
  }
}
@media (max-width: 767px) {
  .folders-submenu {
    padding: 20px 0 0;
  }
}
@media (max-width: 767px) {
  .folders-submenu.no_next_btn, .folders-submenu.no_prev_btn {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .folders-submenu.no_next_btn a, .folders-submenu.no_prev_btn a {
    max-width: 100%;
    margin: 0;
  }
}
.folders-submenu a {
  max-width: calc(50% - 10px);
}
@media (max-width: 767px) {
  .folders-submenu a {
    max-width: calc(50% - 4px);
  }
}
@media (max-width: 767px) {
  .folders-submenu a span svg {
    display: none;
    width: 20px !important;
    height: 20px !important;
  }
}
@media (max-width: 767px) {
  .folders-submenu a span svg.gr_small_icon {
    display: block;
  }
}
.folders-submenu a.folders-submenu__prev {
  margin-right: auto;
}
.folders-submenu a.folders-submenu__prev:hover {
  border-color: var(--gr_primary_1);
}
@media (max-width: 767px) {
  .folders-submenu a.folders-submenu__prev {
    font-size: 15px;
    line-height: 1.25;
    padding: 12px 20px;
    margin-right: 10px;
    margin-top: 5px;
  }
}
.folders-submenu a.folders-submenu__prev span {
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 30px;
  font-size: 15px;
}
@media (max-width: 767px) {
  .folders-submenu a.folders-submenu__prev span {
    padding-left: 20px;
    font-size: 13px;
  }
}
.folders-submenu a.folders-submenu__prev span svg {
  left: -8px;
  width: 24px;
}
@media (max-width: 767px) {
  .folders-submenu a.folders-submenu__prev span svg {
    left: -6px;
  }
}
.folders-submenu a.folders-submenu__next {
  margin-left: auto;
}
.folders-submenu a.folders-submenu__next:hover {
  border-color: var(--gr_primary_1);
}
@media (max-width: 767px) {
  .folders-submenu a.folders-submenu__next {
    font-size: 15px;
    line-height: 1.25;
    padding: 12px 20px;
    margin-left: 0;
    margin-top: 5px;
  }
}
.folders-submenu a.folders-submenu__next span {
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 30px;
  font-size: 15px;
}
@media (max-width: 767px) {
  .folders-submenu a.folders-submenu__next span {
    padding-right: 20px;
    font-size: 13px;
  }
}
.folders-submenu a.folders-submenu__next span svg {
  right: -8px;
  width: 24px;
}
@media (max-width: 767px) {
  .folders-submenu a.folders-submenu__next span svg {
    right: -6px;
  }
}
/*Перелинковка*/
.favorite-top-panel ~ .sorting-panel {
  display: none;
}
.favorite-clean-btn {
  margin-bottom: 30px;
}
.gr-favorite-btn-wrapper.favorites_mode .favorite_btn_count {
  display: none;
}
.gr-favorite-btn-wrapper .gr-favorite-btn__add {
  display: flex;
}
.gr-favorite-btn-wrapper .gr-favorite-btn__added {
  display: none;
}
.gr-favorite-btn-wrapper {
  padding: 0;
  display: flex;
  position: relative;
}
.gr-favorite-btn-wrapper .favorite-share-btn {
  display: none;
}
.gr-favorite-btn-wrapper .gr-favorite-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.gr-favorite-btn-wrapper .gr-favorite-btn:hover {
  cursor: pointer;
}
.gr-favorite-btn-wrapper .gr-favorite-btn:hover .gr-favorite-btn__icon svg {
  fill: var(--on_gr_bg_acc_text);
}
.gr-favorite-btn-wrapper .gr-favorite-btn:hover .gr-favorite-btn__text {
  color: var(--on_gr_bg_acc_text);
}
.gr-favorite-btn-wrapper .gr-favorite-btn:before {
  display: none;
}
.gr-favorite-btn-wrapper .gr-favorite-btn a {
  transition: all 0.3s;
  color: var(--on_gr_bg_acc_text_7);
  font: var(--font1_400) 14px/ 1 var(--font2);
  text-decoration: none;
  display: flex;
  align-items: center;
}
@media (max-width: 480px) {
  .gr-favorite-btn-wrapper .gr-favorite-btn a {
    font-size: 13px;
  }
}
.gr-favorite-btn-wrapper .gr-favorite-btn a span {
  font-weight: var(--font1_400);
  padding-left: 5px;
}
.gr-favorite-btn-wrapper .gr-favorite-btn a .text-favorite {
  border-bottom: 1px solid transparent;
  display: flex;
}
.gr-favorite-btn-wrapper .gr-favorite-btn .gr-favorite-btn__icon {
  height: 30px;
  width: 30px;
  line-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 6px;
  transition: all 0.18s linear;
}
@media (max-width: 767px) {
  .gr-favorite-btn-wrapper .gr-favorite-btn .gr-favorite-btn__icon {
    margin-right: 6px;
  }
}
.gr-favorite-btn-wrapper .gr-favorite-btn .gr-favorite-btn__icon svg {
  width: 30px;
  fill: var(--on_gr_bg_acc_text_7);
}
.gr-favorite-btn-wrapper .gr-favorite-btn .gr-favorite-btn__text {
  color: var(--on_gr_bg_acc_text_7);
  font: var(--font1_400) 14px/ 1 var(--font2);
}
@media (max-width: 480px) {
  .gr-favorite-btn-wrapper .gr-favorite-btn .gr-favorite-btn__text {
    font-size: 13px;
  }
}
.gr-favorite-btn-wrapper .gr-favorite-btn.active a {
  color: var(--on_gr_bg_acc_text);
}
.gr-favorite-btn-wrapper .gr-favorite-btn.active .gr-favorite-btn__icon svg {
  fill: var(--on_gr_bg_acc_text);
}
.gr-favorite-btn-wrapper .gr-favorite-btn.active .gr-favorite-btn__icon .gr-favorite-btn__add {
  display: none;
}
.gr-favorite-btn-wrapper .gr-favorite-btn.active .gr-favorite-btn__icon .gr-favorite-btn__added {
  display: flex;
}
.favorite_btn_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.gr-favorite-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  font-size: 0;
  text-align: center;
  white-space: nowrap;
  transition: all 0.19s ease-in-out;
  background: var(--gr_bg_primary);
}
.gr-favorite-popup.opened {
  opacity: 1;
  visibility: visible;
}
.gr-favorite-popup:before {
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  content: "";
}
.gr-favorite-popup__inner {
  position: relative;
  width: 400px;
  padding: 30px;
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: var(--on_gr_bg_bg);
  border-radius: var(--gr_wrap_radius);
}
@media (max-width: 767px) {
  .gr-favorite-popup__inner {
    width: 290px;
    padding: 30px 16px 20px;
  }
}
.gr-favorite-popup__text {
  font-size: 16px;
  line-height: 1.6;
  margin: 0 0 20px;
  color: var(--gr_main_primary);
}
@media (max-width: 767px) {
  .gr-favorite-popup__text {
    margin: 0 0 10px;
  }
}
.gr-favorite-popup__close {
  position: absolute;
  right: 10px;
  top: 10px;
}
.gr-favorite-popup__close svg {
  width: 20px;
  height: 20px;
}
.gr-favorite-popup__close svg.gr_big_icon {
  width: 30px;
  height: 30px;
  display: none;
}
@media (max-width: 767px) {
  .gr-favorite-popup__close svg.gr_big_icon {
    display: none;
  }
}
.gr-favorite-popup__close svg.gr_small_icon {
  display: none;
}
#shop2-msg .go-favorite-tooltip-btn {
  margin-right: 0;
}
#shop2-msg .go-favorite-tooltip-btn:before {
  display: none;
}
#shop2-msg .go-favorite-tooltip-btn i {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
#shop2-msg .go-favorite-tooltip-btn i svg {
  width: 100%;
  height: 100%;
}
.gr-favorite-btn-counter {
  margin-right: 6px;
}
/*Избранние*/
/*Вместе дешевле*/
#shop2-alert.promo-products-list {
  background: var(--gr_bg);
  padding: 46px 40px 50px;
  max-width: 920px;
  min-width: 300px;
  border-radius: var(--gr_inner_radius);
}
@media (max-width: 1023px) {
  #shop2-alert.promo-products-list {
    padding: 36px 30px 40px;
  }
}
@media (max-width: 767px) {
  #shop2-alert.promo-products-list {
    padding: 20px 16px 30px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0;
    box-shadow: none;
  }
}
#shop2-alert.promo-products-list .promo-desc {
  font-size: 22px;
  line-height: 1.2;
  margin: 0 0 30px;
  font-weight: 400;
}
@media (max-width: 767px) {
  #shop2-alert.promo-products-list .promo-desc {
    font-size: 18px;
    margin: 0 0 15px;
  }
}
#shop2-alert.promo-products-list .product-list.list .product-item {
  border-left: none;
  border-right: none;
  border-radius: 0;
  margin-left: -40px;
  margin-right: -40px;
  padding-left: 40px;
  padding-right: 40px;
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  #shop2-alert.promo-products-list .product-list.list .product-item {
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  #shop2-alert.promo-products-list .product-list.list .product-item {
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--on_gr_bg_border_08);
  }
}
#shop2-alert.promo-products-list .product-list.list .product-item:first-child {
  border-top: 1px solid var(--on_gr_bg_border_08);
}
#shop2-alert.promo-products-list .product-list.list .product-item .quick-view-trigger, #shop2-alert.promo-products-list .product-list.list .product-item .product-additional__bottom {
  display: none;
}
#shop2-alert.promo-products-list .shop-pagelist {
  margin-top: 30px;
}
.shop2-product-actions dl dt.promo-action {
  vertical-align: top;
  position: relative;
  padding: 11px 15px;
  font-size: 14px;
  line-height: 1.2;
  color: var(--gr_excep_color);
  order: -1;
}
@media (max-width: 767px) {
  .shop2-product-actions dl dt.promo-action {
    font-size: 13px;
    padding: 5px 10px;
  }
}
.shop2-product-actions dl dt.promo-action:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  border-radius: var(--gr_btn_radius);
  transition: all 0.18s linear;
  opacity: 0;
  visibility: hidden;
  background: var(--gr_btn_overlay_15);
}
.shop2-product-actions dl dt.promo-action:hover, .shop2-product-actions dl dt.promo-action:active {
  color: var(--gr_excep_color);
}
.shop2-product-actions dl dt.promo-action:hover:before, .shop2-product-actions dl dt.promo-action:active:before {
  z-index: 1;
  opacity: 1;
  visibility: visible;
}
.shop2-product-actions dl dt.promo-action .get-promo-link {
  display: flex;
  min-height: 20px;
  align-items: center;
}
.shop2-product-actions dl dt.promo-action .get-promo-link:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.shop2-product-actions dl dt.promo-action .promo-action__name {
  z-index: 2;
}
.shop2-product-actions dl dt.promo-action .promo-action__text {
  display: none;
}
.promo-header {
  padding: 0 0 24px;
}
@media (max-width: 767px) {
  .promo-header {
    padding: 0 0 20px;
  }
}
.promo-header__title {
  font-size: 26px;
  line-height: 1.1;
  font-family: var(--font2);
  font-weight: var(--font2_500);
  color: var(--on_gr_bg_acc_text);
}
@media (max-width: 767px) {
  .promo-header__title {
    font-size: 22px;
  }
}
.promo-header__desc {
  margin-top: 10px;
  color: var(--on_gr_bg_sec_text_8);
  font-size: 16px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .promo-header__desc {
    font-size: 15px;
  }
}
.promo-header__note {
  margin-top: 20px;
  color: var(--on_gr_bg_acc_text);
  font-size: 18px;
  line-height: 1.4;
  font-family: var(--font2);
  font-weight: var(--font2_500);
}
@media (max-width: 767px) {
  .promo-header__note {
    font-size: 16px;
    margin-top: 15px;
  }
}
/*Вместе дешевле*/
/*Бонусы*/
@media (min-width: 1261px) {
  .shop-coupon .coupon-btn, .cart-bonuses__right .bonus-apply {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
@media (max-width: 1023px) {
  .cart-page__right .shop2-info {
    width: calc(50% - 10px);
    order: 1;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .cart-page__right .shop2-info {
    width: 100%;
    order: -2;
  }
}
.bonus-param {
  padding-top: 2px;
  font-size: 0;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .bonus-param {
    margin-bottom: 6px;
  }
}
.bonus-param__title {
  position: relative;
  font-size: 14px;
  line-height: 1.14;
  font-family: var(--font1);
  color: var(--gr_error);
  padding-left: 26px;
}
.bonus-param__title i {
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 0;
  margin-top: -10px;
}
.bonus-param__title i svg {
  fill: var(--gr_error);
  display: none;
}
.bonus-param__title i svg.gr_small_icon {
  display: block;
}
.bonus-param__value {
  padding-left: 3px;
  font-size: 14px;
  line-height: 1.14;
  font-family: var(--font1);
  font-weight: var(--font1_500);
  color: var(--gr_error);
}
.cart-total__bonuses {
  margin-top: 20px;
  font-size: 0;
}
.cart-total__bonuses strong {
  position: relative;
  padding-left: 26px;
  font-size: 16px;
  line-height: 1.1;
  min-height: 20px;
  font-family: var(--fon2);
  font-weight: var(--font2_700);
  color: var(--on_gr_bg_acc_text);
}
.cart-total__bonuses strong i {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0;
}
.cart-total__bonuses strong i svg {
  fill: var(--on_gr_bg_icon);
  display: none;
}
.cart-total__bonuses strong i svg.gr_small_icon {
  display: block;
}
.cart-total__bonuses ins {
  font-size: 16px;
  line-height: 1.1;
  padding-left: 5px;
  color: var(--on_gr_bg_sec_text_6);
}
.cart-bonuses {
  margin: 26px 0 0;
}
.cart-bonuses + .cart-total__btns {
  padding-top: 24px;
}
.cart-bonuses__title.tpl-field.type-checkbox ul li span {
  color: var(--on_gr_bg_acc_text);
}
.cart-bonuses__title ul li {
  display: inline-block;
  vertical-align: top;
}
.cart-bonuses__container {
  padding: 16px 0 0;
  display: none;
}
.cart-bonuses__container.show_bonuses {
  display: block;
}
.cart-bonuses__header {
  font-size: 16px;
  line-height: 1.15;
  color: var(--on_gr_bg_sec_text_6);
  margin-bottom: 8px;
}
.cart-bonuses__body {
  display: flex;
  align-items: center;
}
.cart-bonuses__left {
  margin-right: 10px;
  width: calc(100% - 140px - 10px);
}
.cart-bonuses__left .field-title {
  display: none;
}
@media (max-width: 767px) {
  .cart-bonuses__left #bonus-points {
    height: 42px;
  }
}
.cart-bonuses__right {
  width: 140px;
}
.cart-bonuses__right .bonus-apply {
  width: 100%;
}
@media (max-width: 767px) {
  .cart-bonuses__right .bonus-apply {
    height: 42px;
  }
}
.cart-bonuses__right .bonus-delete {
  display: none;
}
/*Бонусы*/
/*Бонусы*/
body .product-amount, body .cart-amount {
  width: 100px;
}
body .product-amount .amount-title, body .cart-amount .amount-title {
  display: none;
}
body .product-amount .shop2-product-amount, body .cart-amount .shop2-product-amount {
  margin: 0;
  width: auto;
  background-color: transparent;
  border-radius: var(--gr_form_radius);
  box-shadow: inset 0 0 0 1px var(--on_gr_bg_border_4);
}
body .product-amount .shop2-product-amount.gr_cart_amount, body .cart-amount .shop2-product-amount.gr_cart_amount {
  width: 100px;
}
body .product-amount .shop2-product-amount.disabled button svg, body .cart-amount .shop2-product-amount.disabled button svg {
  fill: var(--on_gr_disable);
}
body .product-amount .shop2-product-amount.disabled button:disabled, body .cart-amount .shop2-product-amount.disabled button:disabled {
  pointer-events: none;
  background: none;
  border: none;
  box-shadow: none;
}
body .product-amount .shop2-product-amount.disabled button + input + button:disabled, body .cart-amount .shop2-product-amount.disabled button + input + button:disabled {
  background: none;
  border: none;
  box-shadow: none;
}
body .product-amount .shop2-product-amount.disabled input, body .cart-amount .shop2-product-amount.disabled input {
  color: var(--on_gr_disable);
  background: none;
  border: none;
  box-shadow: none;
  pointer-events: none;
}
body .product-amount .shop2-product-amount button, body .cart-amount .shop2-product-amount button {
  width: 32%;
  height: 40px;
  padding: 0;
  font-size: 0;
  outline: none;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: all 0.18s linear;
  border-radius: 0;
}
body .product-amount .shop2-product-amount button svg, body .cart-amount .shop2-product-amount button svg {
  width: 30px;
  height: 30px;
  transition: all 0.18s linear;
  fill: var(--on_gr_bg_acc_text);
}
body .product-amount .shop2-product-amount button:hover svg, body .cart-amount .shop2-product-amount button:hover svg {
  fill: var(--on_gr_bg_acc_text);
}
body .product-amount .shop2-product-amount button.amount-minus, body .cart-amount .shop2-product-amount button.amount-minus {
  background: none;
  border: none;
  box-shadow: none;
}
body .product-amount .shop2-product-amount button.amount-minus svg, body .cart-amount .shop2-product-amount button.amount-minus svg {
  fill: var(--gr_dark);
}
body .product-amount .shop2-product-amount button.amount-minus:disabled, body .cart-amount .shop2-product-amount button.amount-minus:disabled {
  pointer-events: none;
  background: none;
  border: none;
  box-shadow: none;
}
body .product-amount .shop2-product-amount button.amount-minus:disabled svg, body .cart-amount .shop2-product-amount button.amount-minus:disabled svg {
  fill: var(--on_gr_disable);
}
body .product-amount .shop2-product-amount button.amount-minus:hover, body .cart-amount .shop2-product-amount button.amount-minus:hover {
  background: none;
  border: none;
  box-shadow: none;
}
body .product-amount .shop2-product-amount button.amount-minus:hover svg, body .cart-amount .shop2-product-amount button.amount-minus:hover svg {
  fill: var(--gr_dark);
}
body .product-amount .shop2-product-amount button.amount-minus:active, body .cart-amount .shop2-product-amount button.amount-minus:active {
  background: none;
  border: none;
  box-shadow: none;
}
body .product-amount .shop2-product-amount button.amount-minus:active svg, body .cart-amount .shop2-product-amount button.amount-minus:active svg {
  fill: var(--gr_dark);
}
body .product-amount .shop2-product-amount button.amount-plus, body .cart-amount .shop2-product-amount button.amount-plus {
  background: none;
  border: none;
  box-shadow: none;
}
body .product-amount .shop2-product-amount button.amount-plus svg, body .cart-amount .shop2-product-amount button.amount-plus svg {
  fill: var(--gr_dark);
}
body .product-amount .shop2-product-amount button.amount-plus:hover, body .cart-amount .shop2-product-amount button.amount-plus:hover {
  background: none;
  border: none;
  box-shadow: none;
}
body .product-amount .shop2-product-amount button.amount-plus:hover svg, body .cart-amount .shop2-product-amount button.amount-plus:hover svg {
  fill: var(--gr_dark);
}
body .product-amount .shop2-product-amount button.amount-plus:active, body .cart-amount .shop2-product-amount button.amount-plus:active {
  background: none;
  border: none;
  box-shadow: none;
}
body .product-amount .shop2-product-amount button.amount-plus:active svg, body .cart-amount .shop2-product-amount button.amount-plus:active svg {
  fill: var(--gr_dark);
}
body .product-amount .shop2-product-amount input, body .cart-amount .shop2-product-amount input {
  width: 36%;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  font-weight: var(--font1_400);
  text-align: center;
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: var(--on_gr_bg_acc_text_7);
  background: none;
  border: none;
  transition: all 0.18s linear;
  box-shadow: none;
  border-radius: 0;
}
body .product-amount .shop2-product-amount input:hover, body .cart-amount .shop2-product-amount input:hover {
  color: var(--on_gr_bg_acc_text_7);
  background: none;
  border: none;
  box-shadow: none;
}
body .product-amount .shop2-product-amount input:focus, body .cart-amount .shop2-product-amount input:focus {
  color: var(--on_gr_bg_acc_text_7);
  background: none;
  border: none;
  box-shadow: none;
}
/* Количество */
.shop2-product-params .param-item {
  margin: 0 0 12px;
}
.shop2-product-params .param-item.gr_color_option:not([data-option-type="image2"]) .param-title {
  margin-bottom: 12px;
}
.shop2-product-params .param-item:last-child {
  margin-bottom: 0;
}
.shop2-product-params .param-title {
  margin: 0 0 8px;
  color: var(--on_gr_bg_sec_text_6);
  font: 14px/ 1.1 var(--font2);
}
.shop2-product-params .param-body {
  color: var(--on_gr_bg_sec_text);
  font: 14px/ 1.14 var(--font1);
}
.shop2-product-params .param-body a {
  text-decoration: none;
}
.shop2-product-params .param-body a:hover {
  text-decoration: underline;
}
.shop2-product-params .param-body .file {
  text-decoration: none;
  text-align: left;
  justify-content: flex-start;
}
.shop2-product-params .param-body .file:hover {
  text-decoration: none;
}
.shop2-product-params .param-body .file span {
  width: 100%;
  padding-right: 30px;
}
.shop2-product-params .param-body .file span svg {
  right: -3px;
  width: 20px;
  height: 20px;
  display: none;
}
.shop2-product-params .param-body .file span svg.gr_small_icon {
  display: block;
}
.shop2-product-params .shop2-texture-pick {
  overflow: visible;
  display: inline-block;
  vertical-align: middle;
  margin: 0 -10px -10px 0;
}
@media (max-width: 767px) {
  .shop2-product-params .shop2-texture-pick {
    margin: 0 -5px -5px 0;
  }
}
.shop2-product-params .shop2-texture-pick li {
  position: relative;
  cursor: pointer;
  width: 76px;
  height: 76px;
  border: none;
  float: none;
  outline: none !important;
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 10px 0;
  border-radius: var(--gr_inner_radius);
}
@media (max-width: 767px) {
  .shop2-product-params .shop2-texture-pick li {
    width: 50px;
    height: 50px;
    margin: 0 5px 5px 0;
  }
}
.shop2-product-params .shop2-texture-pick li.active-texture:before {
  border-color: var(--gr_primary);
}
.shop2-product-params .shop2-texture-pick li:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  pointer-events: none;
  border-radius: var(--gr_inner_radius);
  border: 1px solid var(--on_gr_bg_border_12);
}
.shop2-product-params .shop2-texture-pick li img {
  height: 76px;
  width: 76px;
  border-radius: var(--gr_inner_radius);
}
@media (max-width: 767px) {
  .shop2-product-params .shop2-texture-pick li img {
    width: 50px;
    height: 50px;
  }
}
.shop2-product-params .shop2-color-pick, .shop2-product-params .shop2-color-ext-list {
  overflow: visible;
  display: inline-block;
  vertical-align: middle;
}
.shop2-product-params .shop2-color-pick li, .shop2-product-params .shop2-color-ext-list li {
  position: relative;
  cursor: pointer;
  width: 28px !important;
  height: 28px;
  border: none;
  float: none;
  outline: none !important;
  display: inline-block;
  vertical-align: top;
  margin: 5px 9px;
  border-radius: var(--gr_small_radius);
}
@media (max-width: 767px) {
  .shop2-product-params .shop2-color-pick li, .shop2-product-params .shop2-color-ext-list li {
    width: 26px !important;
    height: 26px;
    margin: 5px 6px;
  }
}
.shop2-product-params .shop2-color-pick li:first-child, .shop2-product-params .shop2-color-ext-list li:first-child {
  margin-left: 0 !important;
}
.shop2-product-params .shop2-color-pick li:first-child.active-color, .shop2-product-params .shop2-color-pick li:first-child.shop2-color-ext-selected, .shop2-product-params .shop2-color-pick li:first-child.active-texture, .shop2-product-params .shop2-color-ext-list li:first-child.active-color, .shop2-product-params .shop2-color-ext-list li:first-child.shop2-color-ext-selected, .shop2-product-params .shop2-color-ext-list li:first-child.active-texture {
  margin-left: 7px !important;
}
@media (max-width: 767px) {
  .shop2-product-params .shop2-color-pick li:first-child.active-color, .shop2-product-params .shop2-color-pick li:first-child.shop2-color-ext-selected, .shop2-product-params .shop2-color-pick li:first-child.active-texture, .shop2-product-params .shop2-color-ext-list li:first-child.active-color, .shop2-product-params .shop2-color-ext-list li:first-child.shop2-color-ext-selected, .shop2-product-params .shop2-color-ext-list li:first-child.active-texture {
    margin-left: 6px !important;
  }
}
.shop2-product-params .shop2-color-pick li.active-color, .shop2-product-params .shop2-color-pick li.active-texture, .shop2-product-params .shop2-color-pick li.shop2-color-ext-selected, .shop2-product-params .shop2-color-ext-list li.active-color, .shop2-product-params .shop2-color-ext-list li.active-texture, .shop2-product-params .shop2-color-ext-list li.shop2-color-ext-selected {
  outline: none !important;
}
.shop2-product-params .shop2-color-pick li.active-color:after, .shop2-product-params .shop2-color-pick li.active-texture:after, .shop2-product-params .shop2-color-pick li.shop2-color-ext-selected:after, .shop2-product-params .shop2-color-ext-list li.active-color:after, .shop2-product-params .shop2-color-ext-list li.active-texture:after, .shop2-product-params .shop2-color-ext-list li.shop2-color-ext-selected:after {
  opacity: 1;
  visibility: visible;
  border: none;
  box-shadow: inset 0 0 0 1px var(--gr_primary_6);
  background: none;
}
.shop2-product-params .shop2-color-pick li.active-color:before, .shop2-product-params .shop2-color-pick li.active-texture:before, .shop2-product-params .shop2-color-pick li.shop2-color-ext-selected:before, .shop2-product-params .shop2-color-ext-list li.active-color:before, .shop2-product-params .shop2-color-ext-list li.active-texture:before, .shop2-product-params .shop2-color-ext-list li.shop2-color-ext-selected:before {
  border: none;
  box-shadow: inset 0 0 0 1px var(--on_gr_bg_border_08);
  background: none;
}
.shop2-product-params .shop2-color-pick li.shop2-color-ext-selected, .shop2-product-params .shop2-color-ext-list li.shop2-color-ext-selected {
  outline: none !important;
}
.shop2-product-params .shop2-color-pick li.shop2-color-ext-selected span, .shop2-product-params .shop2-color-ext-list li.shop2-color-ext-selected span {
  display: none;
}
.shop2-product-params .shop2-color-pick li:before, .shop2-product-params .shop2-color-ext-list li:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: var(--gr_small_radius);
  transition: all 0.18s linear;
  border: none;
  box-shadow: inset 0 0 0 1px var(--on_gr_bg_border_08);
  background: none;
}
.shop2-product-params .shop2-color-pick li:after, .shop2-product-params .shop2-color-ext-list li:after {
  position: absolute;
  content: "";
  left: -7px;
  right: -7px;
  top: -7px;
  bottom: -7px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  border-radius: var(--gr_inner_radius);
  transition: all 0.18s linear;
  border: none;
  box-shadow: none;
  background: none;
}
@media (max-width: 767px) {
  .shop2-product-params .shop2-color-pick li:after, .shop2-product-params .shop2-color-ext-list li:after {
    left: -5px;
    right: -5px;
    top: -5px;
    bottom: -5px;
  }
}
.shop2-product-params .shop2-color-pick li span, .shop2-product-params .shop2-color-pick li img, .shop2-product-params .shop2-color-ext-list li span, .shop2-product-params .shop2-color-ext-list li img {
  width: 28px;
  height: 28px;
  border-radius: var(--gr_small_radius);
}
@media (max-width: 767px) {
  .shop2-product-params .shop2-color-pick li span, .shop2-product-params .shop2-color-pick li img, .shop2-product-params .shop2-color-ext-list li span, .shop2-product-params .shop2-color-ext-list li img {
    width: 26px;
    height: 26px;
  }
}
.shop2-product-params .shop2-color-ext-multi {
  overflow: visible;
  outline: none;
  border: none;
}
.shop2-product-params .shop2-color-ext-multi li {
  position: relative;
  height: 28px;
  border: none;
  float: none;
  cursor: pointer;
  border-radius: var(--gr_small_radius);
  vertical-align: top;
  display: inline-block;
  background-size: cover;
  outline: none !important;
  width: 28px !important;
  margin: 5px 9px !important;
}
.shop2-product-params .shop2-color-ext-multi li:first-child {
  margin-left: 0 !important;
  width: 28px !important;
}
.shop2-product-params .shop2-color-ext-multi li:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: var(--gr_small_radius);
  border: none;
  box-shadow: inset 0 0 0 1px var(--on_gr_bg_border_08);
  background: none;
}
.shop2-product-params .shop2-color-ext-multi li span {
  display: none;
}
.shop2-product-params .shop2-color-ext-multi li img {
  width: 28px;
  height: 28px;
  border-radius: var(--gr_small_radius);
}
/* Параметры в табах */
.shop2-product-options .option-item {
  margin: 0 0 12px;
}
.shop2-product-options .option-item:last-child {
  margin-bottom: 0;
}
.shop2-product-options .option-title {
  margin: 0 0 8px;
  color: var(--on_gr_bg_sec_text_6);
  font: 14px/ 1.1 var(--font1);
}
.shop2-product-options .option-body {
  color: var(--on_gr_bg_sec_text);
  font: 14px/ 1.14 var(--font1);
}
.shop2-product-options .option-body a {
  text-decoration: none;
}
.shop2-product-options .option-body a:hover {
  text-decoration: underline;
}
.shop2-product-options .option-body .file {
  text-decoration: none;
  text-align: left;
  justify-content: flex-start;
  padding-right: 10px;
  border-radius: var(--gr_small_radius);
}
.shop2-product-options .option-body .file:hover {
  text-decoration: none;
}
.shop2-product-options .option-body .file span {
  width: 100%;
  padding-right: 30px;
}
.shop2-product-options .option-body .file span svg {
  right: -3px;
  width: 20px;
  height: 20px;
  display: none;
}
.shop2-product-options .option-body .file span svg.gr_small_icon {
  display: block;
}
.shop2-product-options .shop2-texture-pick {
  overflow: visible;
  display: inline-block;
  vertical-align: middle;
  margin: 0 -10px -10px 0;
}
.shop2-product-options .shop2-texture-pick li {
  position: relative;
  cursor: pointer;
  width: 76px;
  height: 76px;
  border: none;
  float: none;
  outline: none !important;
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 10px 0;
  border-radius: var(--gr_inner_radius);
}
.shop2-product-options .shop2-texture-pick li.active-texture:before {
  border-color: var(--gr_primary);
}
.shop2-product-options .shop2-texture-pick li:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  pointer-events: none;
  border-radius: var(--gr_inner_radius);
  border: 1px solid var(--on_gr_bg_border);
}
.shop2-product-options .shop2-texture-pick li img {
  height: 76px;
  width: 76px;
  border-radius: var(--gr_inner_radius);
}
.shop2-product-options .shop2-color-pick, .shop2-product-options .shop2-color-ext-list {
  overflow: visible;
  display: inline-block;
  vertical-align: middle;
}
.shop2-product-options .shop2-color-pick li, .shop2-product-options .shop2-color-ext-list li {
  position: relative;
  cursor: pointer;
  width: 28px !important;
  height: 28px;
  border: none;
  float: none;
  outline: none !important;
  display: inline-block;
  vertical-align: top;
  margin: 0 8px 5px;
  border-radius: var(--gr_small_radius);
}
.shop2-product-options .shop2-color-pick li:first-child, .shop2-product-options .shop2-color-ext-list li:first-child {
  margin-left: 0 !important;
}
.shop2-product-options .shop2-color-pick li:first-child.active-color, .shop2-product-options .shop2-color-pick li:first-child.shop2-color-ext-selected, .shop2-product-options .shop2-color-pick li:first-child.active-texture, .shop2-product-options .shop2-color-ext-list li:first-child.active-color, .shop2-product-options .shop2-color-ext-list li:first-child.shop2-color-ext-selected, .shop2-product-options .shop2-color-ext-list li:first-child.active-texture {
  margin-left: 7px !important;
}
.shop2-product-options .shop2-color-pick li.active-color, .shop2-product-options .shop2-color-pick li.active-texture, .shop2-product-options .shop2-color-pick li.shop2-color-ext-selected, .shop2-product-options .shop2-color-ext-list li.active-color, .shop2-product-options .shop2-color-ext-list li.active-texture, .shop2-product-options .shop2-color-ext-list li.shop2-color-ext-selected {
  outline: none !important;
}
.shop2-product-options .shop2-color-pick li.active-color:after, .shop2-product-options .shop2-color-pick li.active-texture:after, .shop2-product-options .shop2-color-pick li.shop2-color-ext-selected:after, .shop2-product-options .shop2-color-ext-list li.active-color:after, .shop2-product-options .shop2-color-ext-list li.active-texture:after, .shop2-product-options .shop2-color-ext-list li.shop2-color-ext-selected:after {
  opacity: 1;
  visibility: visible;
  border: none;
  box-shadow: inset 0 0 0 1px var(--gr_primary_6);
  background: none;
}
.shop2-product-options .shop2-color-pick li.active-color:before, .shop2-product-options .shop2-color-pick li.active-texture:before, .shop2-product-options .shop2-color-pick li.shop2-color-ext-selected:before, .shop2-product-options .shop2-color-ext-list li.active-color:before, .shop2-product-options .shop2-color-ext-list li.active-texture:before, .shop2-product-options .shop2-color-ext-list li.shop2-color-ext-selected:before {
  border: none;
  box-shadow: inset 0 0 0 1px var(--on_gr_bg_border_08);
  background: none;
}
.shop2-product-options .shop2-color-pick li.shop2-color-ext-selected, .shop2-product-options .shop2-color-ext-list li.shop2-color-ext-selected {
  outline: none !important;
}
.shop2-product-options .shop2-color-pick li.shop2-color-ext-selected span, .shop2-product-options .shop2-color-ext-list li.shop2-color-ext-selected span {
  display: none;
}
.shop2-product-options .shop2-color-pick li:before, .shop2-product-options .shop2-color-ext-list li:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all 0.18s linear;
  border-radius: var(--gr_small_radius);
  border: none;
  box-shadow: inset 0 0 0 1px var(--on_gr_bg_border_08);
  background: none;
}
.shop2-product-options .shop2-color-pick li:after, .shop2-product-options .shop2-color-ext-list li:after {
  position: absolute;
  content: "";
  left: -7px;
  right: -7px;
  top: -7px;
  bottom: -7px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  border-radius: var(--gr_inner_radius);
  transition: all 0.18s linear;
  border: none;
  box-shadow: none;
  background: none;
}
.shop2-product-options .shop2-color-pick li span, .shop2-product-options .shop2-color-pick li img, .shop2-product-options .shop2-color-ext-list li span, .shop2-product-options .shop2-color-ext-list li img {
  width: 28px;
  height: 28px;
  border-radius: var(--gr_small_radius);
}
.shop2-product-options .shop2-color-ext-multi {
  overflow: visible;
  outline: none;
  border: none;
  margin-left: -8px;
}
.shop2-product-options .shop2-color-ext-multi li {
  position: relative;
  height: 28px;
  border: none;
  float: none;
  cursor: pointer;
  border-radius: var(--gr_small_radius);
  vertical-align: top;
  display: inline-block;
  background-size: cover;
  outline: none !important;
  width: 28px !important;
  margin: 0 8px 5px !important;
}
.shop2-product-options .shop2-color-ext-multi li:first-child {
  width: 28px !important;
}
.shop2-product-options .shop2-color-ext-multi li:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: var(--gr_small_radius);
  border: none;
  box-shadow: inset 0 0 0 1px var(--on_gr_bg_border_08);
  background: none;
}
.shop2-product-options .shop2-color-ext-multi li span {
  display: none;
}
.shop2-product-options .shop2-color-ext-multi li img {
  width: 28px;
  height: 28px;
  border-radius: var(--gr_small_radius);
}
/* Параметры */
.cart-params__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cart-params__list > li {
  margin: 0 0 10px;
}
.cart-params__list > li.gr_type_color .cart-params__title, .cart-params__list > li.gr_type_color_ref .cart-params__title {
  margin-bottom: 12px;
}
.cart-params__list > li.gr_vendor_name a {
  color: var(--on_gr_bg_link);
  text-decoration: none;
  transition: all 0.18s linear;
  border-bottom: 1px solid transparent;
}
.cart-params__list > li.gr_vendor_name a:hover {
  text-decoration: none;
  border-bottom-color: var(--on_gr_bg_link_5);
}
.cart-params__list > li:last-child {
  margin-bottom: 0;
}
.cart-params__title {
  margin: 0 0 5px;
  color: var(--on_gr_bg_sec_text_6);
  font: 14px/ 1.1 var(--font2);
}
.cart-params__value {
  color: var(--on_gr_bg_sec_text);
  font: 14px/ 1.14 var(--font1);
}
.cart-params__value.gr_cart_param_img a {
  line-height: 1;
  position: relative;
  font-size: 0;
  vertical-align: top;
  display: inline-block;
  text-decoration: none;
}
.cart-params__value.gr_cart_param_img a:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  pointer-events: none;
  border-radius: var(--gr_inner_radius);
  border: 1px solid var(--gr_primary);
}
.cart-params__value.gr_cart_param_img img {
  height: 76px;
  width: 76px;
  border-radius: var(--gr_inner_radius);
}
@media (max-width: 767px) {
  .cart-params__value.gr_cart_param_img img {
    width: 50px;
    height: 50px;
  }
}
.cart-params__value a {
  text-decoration: none;
}
.cart-params__value a:hover {
  text-decoration: underline;
}
.cart-params__value .file {
  text-decoration: none;
  text-align: left;
  justify-content: flex-start;
}
.cart-params__value .file:hover {
  text-decoration: none;
}
.cart-params__value .file span {
  width: 100%;
  padding-right: 30px;
}
.cart-params__value .file span svg {
  right: -3px;
  width: 20px;
  height: 20px;
  display: none;
}
.cart-params__value .file span svg.gr_small_icon {
  display: block;
}
.cart-params .shop2-color-pick, .cart-params .shop2-color-ext-list {
  overflow: visible;
  display: inline-block;
  vertical-align: middle;
}
.cart-params .shop2-color-pick li, .cart-params .shop2-color-ext-list li {
  position: relative;
  cursor: pointer;
  width: 28px !important;
  height: 28px;
  border: none;
  float: none;
  outline: none !important;
  display: inline-block;
  vertical-align: top;
  margin: 0 9px 5px;
  border-radius: var(--gr_small_radius);
}
@media (max-width: 767px) {
  .cart-params .shop2-color-pick li, .cart-params .shop2-color-ext-list li {
    width: 26px !important;
    height: 26px;
    margin: 5px 6px;
  }
}
.cart-params .shop2-color-pick li:first-child, .cart-params .shop2-color-ext-list li:first-child {
  margin-left: 0 !important;
}
.cart-params .shop2-color-pick li:first-child.active-color, .cart-params .shop2-color-pick li:first-child.shop2-color-ext-selected, .cart-params .shop2-color-pick li:first-child.active-texture, .cart-params .shop2-color-ext-list li:first-child.active-color, .cart-params .shop2-color-ext-list li:first-child.shop2-color-ext-selected, .cart-params .shop2-color-ext-list li:first-child.active-texture {
  margin-left: 7px !important;
}
@media (max-width: 767px) {
  .cart-params .shop2-color-pick li:first-child.active-color, .cart-params .shop2-color-pick li:first-child.shop2-color-ext-selected, .cart-params .shop2-color-pick li:first-child.active-texture, .cart-params .shop2-color-ext-list li:first-child.active-color, .cart-params .shop2-color-ext-list li:first-child.shop2-color-ext-selected, .cart-params .shop2-color-ext-list li:first-child.active-texture {
    margin-left: 6px !important;
  }
}
.cart-params .shop2-color-pick li.active-color, .cart-params .shop2-color-pick li.active-texture, .cart-params .shop2-color-pick li.shop2-color-ext-selected, .cart-params .shop2-color-ext-list li.active-color, .cart-params .shop2-color-ext-list li.active-texture, .cart-params .shop2-color-ext-list li.shop2-color-ext-selected {
  outline: none !important;
}
.cart-params .shop2-color-pick li.active-color:after, .cart-params .shop2-color-pick li.active-texture:after, .cart-params .shop2-color-pick li.shop2-color-ext-selected:after, .cart-params .shop2-color-ext-list li.active-color:after, .cart-params .shop2-color-ext-list li.active-texture:after, .cart-params .shop2-color-ext-list li.shop2-color-ext-selected:after {
  opacity: 1;
  visibility: visible;
  border: none;
  box-shadow: inset 0 0 0 1px var(--gr_primary_6);
  background: none;
}
.cart-params .shop2-color-pick li.active-color:before, .cart-params .shop2-color-pick li.active-texture:before, .cart-params .shop2-color-pick li.shop2-color-ext-selected:before, .cart-params .shop2-color-ext-list li.active-color:before, .cart-params .shop2-color-ext-list li.active-texture:before, .cart-params .shop2-color-ext-list li.shop2-color-ext-selected:before {
  border: none;
  box-shadow: inset 0 0 0 1px var(--on_gr_bg_border_08);
  background: none;
}
.cart-params .shop2-color-pick li.shop2-color-ext-selected, .cart-params .shop2-color-ext-list li.shop2-color-ext-selected {
  outline: none !important;
}
.cart-params .shop2-color-pick li.shop2-color-ext-selected span, .cart-params .shop2-color-ext-list li.shop2-color-ext-selected span {
  display: none;
}
.cart-params .shop2-color-pick li:before, .cart-params .shop2-color-ext-list li:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: var(--gr_small_radius);
  transition: all 0.18s linear;
  border: none;
  box-shadow: inset 0 0 0 1px var(--on_gr_bg_border_08);
  background: none;
}
.cart-params .shop2-color-pick li:after, .cart-params .shop2-color-ext-list li:after {
  position: absolute;
  content: "";
  left: -7px;
  right: -7px;
  top: -7px;
  bottom: -7px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  border-radius: var(--gr_inner_radius);
  transition: all 0.18s linear;
  border: none;
  box-shadow: none;
  background: none;
}
@media (max-width: 767px) {
  .cart-params .shop2-color-pick li:after, .cart-params .shop2-color-ext-list li:after {
    left: -5px;
    right: -5px;
    top: -5px;
    bottom: -5px;
  }
}
.cart-params .shop2-color-pick li span, .cart-params .shop2-color-pick li img, .cart-params .shop2-color-ext-list li span, .cart-params .shop2-color-ext-list li img {
  width: 28px;
  height: 28px;
  border-radius: var(--gr_small_radius);
}
@media (max-width: 767px) {
  .cart-params .shop2-color-pick li span, .cart-params .shop2-color-pick li img, .cart-params .shop2-color-ext-list li span, .cart-params .shop2-color-ext-list li img {
    width: 26px;
    height: 26px;
  }
}
.cart-params .shop2-color-ext-multi {
  overflow: visible;
  outline: none;
  border: none;
}
.cart-params .shop2-color-ext-multi li {
  position: relative;
  height: 28px;
  border: none;
  float: none;
  cursor: pointer;
  border-radius: var(--gr_small_radius);
  vertical-align: top;
  display: inline-block;
  background-size: cover;
  outline: none !important;
  width: 28px !important;
  margin: 0 9px 5px !important;
}
.cart-params .shop2-color-ext-multi li:first-child {
  margin-left: 0 !important;
  width: 28px !important;
}
.cart-params .shop2-color-ext-multi li:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: var(--gr_small_radius);
  border: none;
  box-shadow: inset 0 0 0 1px var(--on_gr_bg_border_08);
  background: none;
}
.cart-params .shop2-color-ext-multi li span {
  display: none;
}
.cart-params .shop2-color-ext-multi li img {
  width: 28px;
  height: 28px;
  border-radius: var(--gr_small_radius);
}
/* Параметры в корзине */
.tpl-stars {
  position: relative;
  height: 10px;
  width: 60px;
  background-image: none;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.tpl-stars:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 10px;
  line-height: 1;
  content: "";
  font-family: "icomoon";
  color: var(--gr_disable);
}
.tpl-stars .tpl-rating {
  position: relative;
  overflow: hidden;
  height: 10px;
  background-image: none;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.tpl-stars .tpl-rating:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 10px;
  line-height: 1;
  content: "";
  font-family: "icomoon";
  color: var(--gr_attention);
}
.tpl-form .tpl-stars {
  background: none;
  width: 120px;
  height: 20px;
}
.tpl-form .tpl-stars.tpl-active {
  background: none;
}
.tpl-form .tpl-stars:before {
  display: none;
}
.tpl-form .tpl-stars span {
  position: relative;
  width: 20px;
  height: 20px;
  margin-right: 4px;
  background-image: none;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: none;
}
.tpl-form .tpl-stars span:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  font-size: 19px;
  line-height: 1;
  content: "";
  font-family: "icomoon";
  color: var(--gr_disable);
}
.tpl-form .tpl-stars span.tpl-active {
  background-image: none;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.tpl-form .tpl-stars span.tpl-active:before {
  color: var(--gr_attention);
}
/* Рейтинг */
.shop2-product-actions {
  position: relative;
  display: inline-block;
}
.shop2-product-actions dl {
  margin-bottom: -10px;
  display: flex;
  flex-wrap: wrap;
}
.shop2-product-actions dl dt {
  margin-right: 10px;
  background: none;
  font-size: 0;
  min-height: 0;
  display: inline-flex;
  align-items: center;
  margin-bottom: 10px;
  border-radius: var(--gr_small_radius);
  background: var(--gr_error);
  padding: 5px 10px;
}
.shop2-product-actions dl dt.dt_hover + dd {
  display: block !important;
}
.shop2-product-actions dl dt .icon-action {
  /*width: 42px;
				height: 42px;
				min-width: 42px;*/
  width: auto;
  height: auto;
  min-width: auto;
  background: none;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  background: var(--gr_error);
  border-radius: var(--gr_icon_btn_radius);
}
@media (max-width: 767px) {
  .shop2-product-actions dl dt .icon-action {
    background: transparent;
  }
}
.shop2-product-actions dl dt .icon-action svg {
  fill: var(--on_gr_white_const);
  width: 20px;
  height: 20px;
  /*display: none;*/
  /*@media all and (max-width: 767px) {
						fill: var(--gr_error);
					}

					&.gr_small_icon {
						display: block;
					}*/
}
.shop2-product-actions dl dt .name-action {
  border: none;
  margin: 0 0 0 7px;
  overflow: hidden;
  text-overflow: ellipsis;
  width: calc(100% - 20px - 6px);
  color: var(--on_gr_white_const);
  font-size: 14px;
  line-height: 1.2;
  font-family: var(--font1);
  font-weight: var(--font1_300);
  white-space: normal;
}
.shop2-product-actions dd {
  margin: 0 0 10px;
  font-size: 14px;
  font-family: var(--font1);
  font-weight: var(--font1_400);
  line-height: normal;
  padding: 18px 20px 20px;
  width: 240px;
  border: none;
  z-index: 100000;
  color: var(--on_gr_bg_sec_text);
  box-shadow: none;
  background: var(--on_gr_bg_bg);
  border-radius: var(--gr_inner_radius);
}
@media (max-width: 767px) {
  .shop2-product-actions dd {
    padding: 15px 16px;
  }
}
@media (max-width: 639px) {
  .shop2-product-actions dd {
    width: 200px;
  }
}
.shop2-product-actions dd:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  border-radius: var(--gr_inner_radius);
  box-shadow: inset 0 0 0 1px var(--on_gr_bg_border);
}
.shop2-product-actions dd .name-action {
  font-family: var(--font2);
  font-weight: var(--font2_400);
  font-size: 16px;
  line-height: 1.125;
  color: var(--on_gr_bg_acc_text);
  margin: 0 0 10px;
}
@media (max-width: 639px) {
  .shop2-product-actions dd .name-action {
    font-size: 14px;
    line-height: 1.14;
    margin: 0 0 8px;
  }
}
.shop2-product-actions dd .name-action.no_desc_action {
  margin-bottom: 0;
}
.shop2-product-actions dd .desc-action {
  margin: 0;
  font-size: 14px;
  line-height: 1.14;
  color: var(--on_gr_bg_sec_text_6);
}
@media (max-width: 639px) {
  .shop2-product-actions dd .desc-action {
    font-size: 13px;
    line-height: 1.15;
  }
}
.shop2-product-actions dd .desc-action p {
  margin: 0;
}
.shop2-product-actions dd .desc-action p + p {
  margin-top: 6px;
}
.shop2-product-actions dd p {
  margin: 0;
}
.shop2-product-actions dd p + p {
  margin-top: 6px;
}
.shop2-product-actions dd .close-desc-action {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  cursor: pointer;
  display: none;
}
.shop2-product-actions dd .close-desc-action svg {
  display: none;
  width: 20px;
  height: 20px;
}
.shop2-product-actions dd .close-desc-action svg.gr_small_icon {
  display: block;
}
.mobile .shop2-product-actions dd .close-desc-action {
  display: flex;
}
/* Подарок и скидка */
body .product-flags {
  font-size: 0;
}
body .product-flags__left {
  display: inline;
}
body .product-flags__right {
  display: inline;
}
body .product-flags__item {
  margin: 0 2px 2px 0;
  color: var(--gr_white);
  font: var(--font2_500) 14px/ 1 var(--font2);
  vertical-align: top;
  display: inline-block;
  border-radius: var(--gr_wrap_radius);
}
body .product-flags__item.spec_item span {
  color: var(--on_gr_attention);
  background: var(--gr_attention);
  text-transform: uppercase;
}
body .product-flags__item.new_item span {
  color: var(--on_gr_error);
  background: var(--gr_error);
  text-transform: uppercase;
}
body .product-flags__item.action_item span {
  color: var(--on_gr_primary_text);
  background: var(--gr_primary);
}
body .product-flags__item span {
  padding: 7px 14px 7px;
  text-align: top;
  vertical-align: middle;
  display: inline-block;
  border-radius: var(--gr_wrap_radius);
}
.gr-amount-flag span {
  font-family: var(--font2);
  font-weight: var(--font2_400);
  vertical-align: top;
  display: inline-block;
  font-size: 14px;
  line-height: 1.18;
  padding: 5px 12px 4px;
  color: var(--on_gr_success);
  background: var(--gr_success);
  border-radius: var(--gr_small_radius);
}
.gr-amount-flag.pre_order span {
  color: var(--on_gr_attention_4);
  background: var(--gr_attention_4);
}
.gr-amount-flag.no_amount span {
  color: var(--on_gr_disable);
  background: var(--gr_disable);
}
/* Флаги */
#shop2-tooltip {
  z-index: 100000;
}
#shop2-msg, .shop2-color-ext-tooltip, .shop2-product-discount-desc {
  font-size: 13px;
  font-family: var(--font1);
  color: var(--on_gr_bg_sec_text);
  font-weight: var(--font1_300);
  line-height: normal;
  padding: 14px;
  border: none;
  z-index: 100000;
  background: var(--on_gr_bg_bg);
  border-radius: var(--gr_inner_radius);
  box-shadow: inset 0 0 0 1px var(--on_gr_bg_border);
  /*Color*/
}
#shop2-msg a, .shop2-color-ext-tooltip a, .shop2-product-discount-desc a {
  text-decoration: none;
  transition: all 0.18s linear;
  border-bottom: 1px solid transparent;
}
#shop2-msg a:hover, .shop2-color-ext-tooltip a:hover, .shop2-product-discount-desc a:hover {
  border-bottom-color: var(--on_gr_bg_link_5);
}
#shop2-msg .filter-color-icon, .shop2-color-ext-tooltip .filter-color-icon, .shop2-product-discount-desc .filter-color-icon {
  display: block;
  width: 90px;
  height: 90px;
  margin: 0 0 8px;
  border-radius: var(--gr_small_radius);
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}
#shop2-msg .filter-color-subtitle, .shop2-color-ext-tooltip .filter-color-subtitle, .shop2-product-discount-desc .filter-color-subtitle {
  font-size: 13px;
  line-height: 1.25;
}
#shop2-msg ul, .shop2-color-ext-tooltip ul, .shop2-product-discount-desc ul {
  margin: 0 -6px -12px;
}
#shop2-msg ul li, .shop2-color-ext-tooltip ul li, .shop2-product-discount-desc ul li {
  margin: 0 6px 12px;
  display: inline-block;
  vertical-align: top;
}
#shop2-msg ul li:first-child, .shop2-color-ext-tooltip ul li:first-child, .shop2-product-discount-desc ul li:first-child {
  margin: 0 6px 12px;
}
#shop2-msg ul li span, .shop2-color-ext-tooltip ul li span, .shop2-product-discount-desc ul li span {
  display: block;
  float: none;
  width: 90px;
  height: 90px;
  margin: 0 0 8px;
  border-radius: var(--gr_small_radius);
  background-size: contain !important;
}
#shop2-msg ul li div, .shop2-color-ext-tooltip ul li div, .shop2-product-discount-desc ul li div {
  width: 90px;
  font-size: 13px;
  line-height: 1.25;
}
#shop2-msg img, .shop2-color-ext-tooltip img, .shop2-product-discount-desc img {
  width: 90px;
  height: 90px;
  margin: 0 0 8px;
  border-radius: var(--gr_small_radius);
}
.shop2-product-discount-desc {
  max-width: 100%;
}
@media screen and (max-width: 639px) {
  .shop2-color-ext-tooltip {
    left: 0 !important;
  }
}
#shop2-msg {
  min-width: 420px;
  padding: 30px;
  text-align: center;
  font-size: 18px;
  line-height: 1.1;
  font-family: var(--font1);
  color: var(--on_gr_bg_acc_text);
  font-weight: var(--font1_700);
  box-shadow: var(--gr_shadow_small);
  background: var(--on_gr_bg_bg);
  border-radius: var(--gr_inner_radius);
}
@media screen and (max-width: 639px) {
  #shop2-msg {
    min-width: 320px;
    padding: 20px;
    font-size: 14px;
  }
}
#shop2-msg a.go-to-compare-btn, #shop2-msg a.go-favorite-tooltip-btn {
  display: inline-block;
  vertical-align: middle;
  color: var(--gr_primary);
}
#shop2-msg a.go-to-compare-btn:hover, #shop2-msg a.go-favorite-tooltip-btn:hover {
  border-bottom-color: var(--gr_primary);
}
#shop2-msg a.go-to-compare-btn:before, #shop2-msg a.go-favorite-tooltip-btn:before {
  color: var(--gr_primary);
}
#shop2-msg a {
  position: relative;
  margin-right: 20px;
  color: var(--gr_accent);
  text-decoration: none;
  transition: all 0.18s;
  border-bottom: 1px solid transparent;
}
#shop2-msg a:hover {
  border-bottom-color: var(--gr_accent);
}
#shop2-msg a:before {
  position: absolute;
  top: 50%;
  right: -25px;
  width: 20px;
  height: 20px;
  margin-top: -11px;
  text-align: center;
  font-family: "icomoon";
  font-weight: 400;
  content: "";
  font-size: 20px;
  line-height: 20px;
  color: var(--gr_accent);
}
.gr-tooltip {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  padding: 8px 16px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  color: var(--on_gr_tooltip);
  background: var(--gr_tooltip);
  border-radius: var(--gr_small_radius);
}
@media (max-width: 1260px) {
  .gr-tooltip {
    display: none !important;
  }
}
.gr-tooltip.show_tooltip {
  opacity: 1;
  visibility: visible;
}
.gr-tooltip.top_tooltip:before {
  position: absolute;
  top: 100%;
  left: 50%;
  content: "";
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 4px solid var(--gr_tooltip);
}
.gr-tooltip.left_tooltip:before {
  position: absolute;
  top: 50%;
  left: 100%;
  content: "";
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 4px solid var(--gr_tooltip);
}
.gr-tooltip.right_tooltip:before {
  position: absolute;
  top: 50%;
  right: 100%;
  content: "";
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 4px solid var(--gr_tooltip);
}
.gr-tooltip.bottom_tooltip:before {
  position: absolute;
  bottom: 100%;
  left: 50%;
  content: "";
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 4px solid var(--gr_tooltip);
}
/* Всплывающие подсказки */
.card-slider__body {
  position: relative;
}
.card-slider .product-flags {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
}
.card-slider__items.card_slider_no_thumbs {
  width: 100%;
}
@media (min-width: 768px) {
  .card-slider__items .tns-nav {
    display: none !important;
  }
}
.card-slider__items .tns-controls {
  position: absolute;
  bottom: 17px;
  left: -20px;
  right: -20px;
  z-index: 2;
  padding: 0;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1260px) {
  .card-slider__items .tns-controls {
    bottom: 20px;
  }
}
@media (max-width: 1023px) {
  .card-slider__items .tns-controls {
    left: 50%;
    right: auto;
    width: 306px;
    margin-left: -153px;
  }
}
@media (max-width: 767px) {
  .card-slider__items .tns-controls {
    left: -16px;
    right: -16px;
    bottom: 25px;
    width: auto;
    margin-left: 0;
  }
}
.card-slider__items .tns-controls button {
  pointer-events: auto;
}
.card-slider__items .tns-controls button svg {
  display: none;
}
.card-slider__items .tns-controls button svg.gr_small_icon {
  display: block;
}
.card-slider__image {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
  border-radius: var(--gr_wrap_radius);
}
.card-slider__image.no-image {
  background: var(--noImageDefault);
}
.card-slider__image a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 0;
  cursor: zoom-in;
  text-decoration: none;
  display: flex;
}
.card-slider__image a.hide_big_pic .zoomImg {
  display: none !important;
}
.card-slider__image a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-slider__thumbs {
  margin: 20px auto 0;
  width: 268px;
}
@media (max-width: 1023px) {
  .card-slider__thumbs {
    max-width: 268px;
  }
}
.card-slider__thumb {
  position: relative;
}
.card-slider__thumb a:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  z-index: 2;
  pointer-events: none;
  transform: rotate(0.001deg);
  border-radius: var(--gr_inner_radius);
  border: 1px solid var(--gr_accent_2);
}
.card-slider__thumb.tns-nav-active a:before {
  border-color: var(--gr_accent);
}
.card-slider__thumb-img {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
  border-radius: var(--gr_inner_radius);
}
.card-slider__thumb-img.no-image {
  background: var(--noImageDefault);
}
.card-slider__thumb-img a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 0;
  text-decoration: none;
  display: flex;
}
.card-slider__thumb-img a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: rotate(0.001deg);
}
/* Слайдер с картинками товара */
.card-page .collections .kinds-block.collections_block {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .card-page .collections .kinds-block.collections_block {
    margin-bottom: 30px;
  }
}
.card-page .kinds-block {
  position: relative;
}
.card-page .kinds-block .tns-ovh {
  padding: 0 0 0 1px;
}
.card-page .kinds-block .tns-controls {
  position: absolute;
  top: 50%;
  left: -22px;
  right: -22px;
  z-index: 2;
  margin-top: -22px;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.card-page .kinds-block .tns-controls button {
  pointer-events: auto;
}
.card-page .kinds-block .tns-controls svg {
  display: none;
}
.card-page .kinds-block .tns-controls svg.gr_small_icon {
  display: block;
}
.card-page .kinds-block .kinds-block__title {
  font-size: 26px;
  line-height: 1.1;
  font-family: var(--font1);
  color: var(--on_gr_bg_acc_text);
  font-weight: var(--font2_700);
  margin: 0 0 32px;
}
@media (max-width: 640px) {
  .card-page .kinds-block .kinds-block__title {
    margin: 0 0 12px;
  }
}
/* Коллекции */
.card-page .kinds-block.kind_columns_2 .kinds-block__items.kinds_slider {
  margin: 0;
  display: block;
  padding-left: 0.1px;
}
.card-page .kinds-block.kind_columns_2 .kinds-block__items.kinds_slider .kind-item {
  width: auto;
  margin: 0;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .card-page .kinds-block.kind_columns_2 .kinds-block__items.kinds_slider .kind-item {
    padding-top: 6px;
  }
}
.card-page .kinds-block.kind_columns_2 .kinds-block__items.kinds_slider .kind-item__form {
  padding: 20px;
  box-shadow: inset 0 0 0 1px var(--on_gr_bg_border_4);
  background: var(--on_gr_bg_bg);
  border-radius: var(--gr_inner_radius);
}
.card-page .kinds-block.kind_columns_2 .kinds-block__items.kinds_slider .kind-item__inner {
  display: flex;
  height: 100%;
  flex-direction: column;
}
.card-page .kinds-block.kind_columns_2 .kinds-block__items.kinds_slider .kind-item .kind-item__top {
  padding-bottom: 20px;
}
.card-page .kinds-block.kind_columns_2 .kinds-block__items.kinds_slider .kind-item .kind-item__top > div:last-child {
  margin-bottom: 0 !important;
}
.card-page .kinds-block.kind_columns_2 .kinds-block__items.kinds_slider .kind-item .kind-image {
  position: relative;
  padding-top: 100%;
  margin: 0 0 18px;
  border-radius: var(--gr_inner_radius);
}
@media (max-width: 767px) {
  .card-page .kinds-block.kind_columns_2 .kinds-block__items.kinds_slider .kind-item .kind-image {
    margin: 0 0 8px;
  }
}
.card-page .kinds-block.kind_columns_2 .kinds-block__items.kinds_slider .kind-item .kind-image.no-image {
  background: var(--noImageDefault);
}
.card-page .kinds-block.kind_columns_2 .kinds-block__items.kinds_slider .kind-item .kind-image a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 0;
  overflow: hidden;
  border-radius: var(--gr_inner_radius);
  text-decoration: none;
  display: flex;
}
.card-page .kinds-block.kind_columns_2 .kinds-block__items.kinds_slider .kind-item .kind-image a:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
  background: var(--gr_img_overlay_a_05);
}
.card-page .kinds-block.kind_columns_2 .kinds-block__items.kinds_slider .kind-item .kind-image a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-page .kinds-block.kind_columns_2 .kinds-block__items.kinds_slider .kind-item .kind-image:hover .quick-view-trigger {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1, 1);
}
.card-page .kinds-block.kind_columns_2 .kinds-block__items.kinds_slider .kind-item .product-flags {
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  right: 0px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .card-page .kinds-block.kind_columns_2 .kinds-block__items.kinds_slider .kind-item .product-flags {
    top: 0;
    left: 0;
    right: 0;
  }
}
@media (max-width: 767px) {
  .card-page .kinds-block.kind_columns_2 .kinds-block__items.kinds_slider .kind-item .product-flags__item {
    font-size: 12px;
    line-height: 1.1;
  }
}
@media (max-width: 767px) {
  .card-page .kinds-block.kind_columns_2 .kinds-block__items.kinds_slider .kind-item .product-flags__item span {
    padding: 6px 10px 4px;
  }
}
.card-page .kinds-block.kind_columns_2 .kinds-block__items.kinds_slider .kind-item .quick-view-trigger {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.18s linear;
  transform: translate(-50%, -50%) scale(0.5, 0.5);
}
.card-page .kinds-block.kind_columns_2 .kinds-block__items.kinds_slider .kind-item .quick-view-trigger > span {
  width: 30px;
}
@media (max-width: 1023px) {
  .card-page .kinds-block.kind_columns_2 .kinds-block__items.kinds_slider .kind-item .quick-view-trigger {
    display: none;
  }
}
.card-page .kinds-block.kind_columns_2 .kinds-block__items.kinds_slider .kind-item .kind-name {
  font-size: 15px;
  line-height: 1.4;
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .card-page .kinds-block.kind_columns_2 .kinds-block__items.kinds_slider .kind-item .kind-name {
    font-size: 14px;
    line-height: 1.3;
  }
}
.card-page .kinds-block.kind_columns_2 .kinds-block__items.kinds_slider .kind-item .kind-name a {
  color: var(--on_gr_bg_acc_text);
  text-decoration: none;
  transition: all 0.18s linear;
  border-bottom: 1px solid transparent;
  font-weight: var(--font1_500);
}
.card-page .kinds-block.kind_columns_2 .kinds-block__items.kinds_slider .kind-item .kind-name a:hover {
  border-bottom-color: var(--gr_primary_6);
  color: var(--gr_primary);
}
.card-page .kinds-block.kind_columns_2 .kinds-block__items.kinds_slider .kind-item .kind-vendor {
  font-size: 13px;
  line-height: 1.25;
  margin-bottom: 8px;
}
.card-page .kinds-block.kind_columns_2 .kinds-block__items.kinds_slider .kind-item .kind-vendor a {
  color: var(--on_gr_bg_link);
  text-decoration: none;
  transition: all 0.18s linear;
  border-bottom: 1px solid transparent;
}
.card-page .kinds-block.kind_columns_2 .kinds-block__items.kinds_slider .kind-item .kind-vendor a:hover {
  border-bottom-color: var(--on_gr_bg_link_5);
}
.card-page .kinds-block.kind_columns_2 .kinds-block__items.kinds_slider .kind-item .tpl-stars {
  margin: 14px 0 20px -2px;
}
@media (max-width: 767px) {
  .card-page .kinds-block.kind_columns_2 .kinds-block__items.kinds_slider .kind-item .tpl-stars {
    margin: 0 0 8px -2px;
  }
}
.card-page .kinds-block.kind_columns_2 .kinds-block__items.kinds_slider .kind-item .shop2-product-article {
  font-size: 14px;
  line-height: 1.1;
  margin-bottom: 10px;
  color: var(--on_gr_bg_sec_text_4);
}
@media (max-width: 767px) {
  .card-page .kinds-block.kind_columns_2 .kinds-block__items.kinds_slider .kind-item .shop2-product-article {
    font-size: 13px;
    line-height: 1.25;
    margin-bottom: 8px;
  }
}
.card-page .kinds-block.kind_columns_2 .kinds-block__items.kinds_slider .kind-item .shop2-product-article span {
  color: var(--on_gr_bg_sec_text_4);
}
.card-page .kinds-block.kind_columns_2 .kinds-block__items.kinds_slider .kind-item .gr-product-anonce {
  color: var(--on_gr_bg_sec_text_6);
  font-size: 14px;
  line-height: 1.14;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .card-page .kinds-block.kind_columns_2 .kinds-block__items.kinds_slider .kind-item .gr-product-anonce {
    font-size: 13px;
    line-height: 1.25;
    margin-bottom: 8px;
  }
}
.card-page .kinds-block.kind_columns_2 .kinds-block__items.kinds_slider .kind-item .shop2-product-actions {
  display: none;
  margin: 0 0px 10px 0;
}
@media (max-width: 767px) {
  .card-page .kinds-block.kind_columns_2 .kinds-block__items.kinds_slider .kind-item .shop2-product-actions {
    margin: 0 0px 10px 0;
  }
}
.card-page .kinds-block.kind_columns_2 .kinds-block__items.kinds_slider .kind-item .shop2-product-actions dl dt {
  display: inline-flex;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .card-page .kinds-block.kind_columns_2 .kinds-block__items.kinds_slider .kind-item .shop2-product-actions dl dt {
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .card-page .kinds-block.kind_columns_2 .kinds-block__items.kinds_slider .kind-item .shop2-product-actions dl dt .icon-action {
    width: 20px;
    height: 20px;
    min-width: 20px;
    background: none;
  }
}
@media (max-width: 767px) {
  .card-page .kinds-block.kind_columns_2 .kinds-block__items.kinds_slider .kind-item .shop2-product-actions dl dt .icon-action svg {
    fill: var(--gr_error);
  }
}
.card-page .kinds-block.kind_columns_2 .kinds-block__items.kinds_slider .kind-item .shop2-product-actions dl dt .name-action {
  width: auto;
}
@media (max-width: 767px) {
  .card-page .kinds-block.kind_columns_2 .kinds-block__items.kinds_slider .kind-item .shop2-product-actions dl dt .name-action {
    font-size: 13px;
    line-height: 1.25;
  }
}
.card-page .kinds-block.kind_columns_2 .kinds-block__items.kinds_slider .kind-item .product-compare {
  margin-top: 12px;
}
@media (max-width: 767px) {
  .card-page .kinds-block.kind_columns_2 .kinds-block__items.kinds_slider .kind-item .product-compare {
    margin-top: 10px;
  }
}
.card-page .kinds-block.kind_columns_2 .kinds-block__items.kinds_slider .kind-item .gr-favorite-btn-wrapper {
  margin-top: 12px;
}
.card-page .kinds-block.kind_columns_2 .kinds-block__items.kinds_slider .kind-item .kind-additional__top {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
}
.card-page .kinds-block.kind_columns_2 .kinds-block__items.kinds_slider .kind-item .kind-additional__btns {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.card-page .kinds-block.kind_columns_2 .kinds-block__items.kinds_slider .kind-item .kind-additional__add {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.card-page .kinds-block.kind_columns_2 .kinds-block__items.kinds_slider .kind-item .gr-amount-flag {
  order: 2;
  margin: 0 0 7px;
}
@media (max-width: 767px) {
  .card-page .kinds-block.kind_columns_2 .kinds-block__items.kinds_slider .kind-item .gr-amount-flag {
    margin: 0 0 4px;
  }
}
@media (max-width: 767px) {
  .card-page .kinds-block.kind_columns_2 .kinds-block__items.kinds_slider .kind-item .gr-amount-flag span {
    font-size: 11px;
    padding: 5px 10px 4px;
  }
}
.card-page .kinds-block.kind_columns_2 .kinds-block__items.kinds_slider .kind-item .kind-price {
  font-size: 0;
  margin-right: 5px;
  margin-bottom: 8px;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 1260px) {
  .card-page .kinds-block.kind_columns_2 .kinds-block__items.kinds_slider .kind-item .kind-price {
    margin-right: 0;
    margin-bottom: 8px;
    flex-direction: column;
    justify-content: flex-end;
  }
}
.card-page .kinds-block.kind_columns_2 .kinds-block__items.kinds_slider .kind-item .kind-price .price-old {
  font-size: 0;
  margin-left: 14px;
  font-family: var(--font2);
  color: var(--on_gr_bg_sec_text_6);
  font-weight: var(--font2_500);
  vertical-align: top;
  display: inline-block;
}
@media (max-width: 1260px) {
  .card-page .kinds-block.kind_columns_2 .kinds-block__items.kinds_slider .kind-item .kind-price .price-old {
    margin-right: auto;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .card-page .kinds-block.kind_columns_2 .kinds-block__items.kinds_slider .kind-item .kind-price .price-old {
    margin: 0 0 2px;
  }
}
.card-page .kinds-block.kind_columns_2 .kinds-block__items.kinds_slider .kind-item .kind-price .price-old span {
  display: flex;
}
.card-page .kinds-block.kind_columns_2 .kinds-block__items.kinds_slider .kind-item .kind-price .price-old span strong {
  font-weight: var(--font2_400);
  font-size: 15px;
  line-height: 1;
  text-decoration: line-through;
}
@media (max-width: 767px) {
  .card-page .kinds-block.kind_columns_2 .kinds-block__items.kinds_slider .kind-item .kind-price .price-old span strong {
    font-size: 14px;
  }
}
.card-page .kinds-block.kind_columns_2 .kinds-block__items.kinds_slider .kind-item .kind-price .price-old span span {
  font-size: 15px;
  line-height: 1;
  padding-left: 5px;
}
@media (max-width: 767px) {
  .card-page .kinds-block.kind_columns_2 .kinds-block__items.kinds_slider .kind-item .kind-price .price-old span span {
    font-size: 13px;
  }
}
.card-page .kinds-block.kind_columns_2 .kinds-block__items.kinds_slider .kind-item .kind-price .price-current {
  order: -1;
  font-size: 0;
  font-family: var(--font2);
  color: var(--on_gr_bg_acc_text);
  font-weight: var(--font2_700);
}
@media (max-width: 1260px) {
  .card-page .kinds-block.kind_columns_2 .kinds-block__items.kinds_slider .kind-item .kind-price .price-current {
    order: 0;
  }
}
.card-page .kinds-block.kind_columns_2 .kinds-block__items.kinds_slider .kind-item .kind-price .price-current.price_on_request strong {
  font-size: 18px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .card-page .kinds-block.kind_columns_2 .kinds-block__items.kinds_slider .kind-item .kind-price .price-current.price_on_request strong {
    font-size: 15px;
    line-height: 1.3;
  }
}
.card-page .kinds-block.kind_columns_2 .kinds-block__items.kinds_slider .kind-item .kind-price .price-current strong {
  display: inline-block;
  font-size: 22px;
  line-height: 1;
  font-weight: var(--font2_700);
}
@media (max-width: 767px) {
  .card-page .kinds-block.kind_columns_2 .kinds-block__items.kinds_slider .kind-item .kind-price .price-current strong {
    font-size: 18px;
    line-height: 1;
  }
}
.card-page .kinds-block.kind_columns_2 .kinds-block__items.kinds_slider .kind-item .kind-price .price-current span {
  font-size: 14px;
  line-height: 1;
  padding-left: 5px;
}
@media (max-width: 767px) {
  .card-page .kinds-block.kind_columns_2 .kinds-block__items.kinds_slider .kind-item .kind-price .price-current span {
    padding-left: 4px;
  }
}
.card-page .kinds-block.kind_columns_2 .kinds-block__items.kinds_slider .kind-item .product-amount {
  width: auto;
}
.card-page .kinds-block.kind_columns_2 .kinds-block__items.kinds_slider .kind-item .product-amount .amount-title {
  display: none;
}
.card-page .kinds-block.kind_columns_2 .kinds-block__items.kinds_slider .kind-item .product-amount .amount-min {
  color: var(--on_gr_bg_sec_text_6);
  font-size: 13px;
  line-height: 1.1;
  margin: 0 0 4px;
}
@media (max-width: 767px) {
  .card-page .kinds-block.kind_columns_2 .kinds-block__items.kinds_slider .kind-item .product-amount .amount-min {
    margin: 0 0 2px;
  }
}
.card-page .kinds-block.kind_columns_2 .kinds-block__items.kinds_slider .kind-item .product-amount .shop2-product-amount {
  float: left;
  margin-right: 10px;
  width: 110px;
}
@media (max-width: 767px) {
  .card-page .kinds-block.kind_columns_2 .kinds-block__items.kinds_slider .kind-item .product-amount .shop2-product-amount {
    width: 86px;
    margin-right: 6px;
  }
}
.card-page .kinds-block.kind_columns_2 .kinds-block__items.kinds_slider .kind-item .product-amount .shop2-product-amount.disabled {
  display: none;
}
.card-page .kinds-block.kind_columns_2 .kinds-block__items.kinds_slider .kind-item .product-amount .shop2-product-amount input, .card-page .kinds-block.kind_columns_2 .kinds-block__items.kinds_slider .kind-item .product-amount .shop2-product-amount button {
  height: 48px;
  line-height: 48px;
}
@media (max-width: 767px) {
  .card-page .kinds-block.kind_columns_2 .kinds-block__items.kinds_slider .kind-item .product-amount .shop2-product-amount input, .card-page .kinds-block.kind_columns_2 .kinds-block__items.kinds_slider .kind-item .product-amount .shop2-product-amount button {
    height: 40px;
    line-height: 40px;
  }
}
.card-page .kinds-block.kind_columns_2 .kinds-block__items.kinds_slider .kind-item .shop-product-btn.notavailable {
  width: 100%;
}
@media (max-width: 639px) {
  .card-page .kinds-block.kind_columns_2 .kinds-block__items.kinds_slider .kind-item .shop-product-btn.notavailable span {
    padding-right: 0;
  }
  .card-page .kinds-block.kind_columns_2 .kinds-block__items.kinds_slider .kind-item .shop-product-btn.notavailable span svg {
    display: none;
  }
}
.card-page .kinds-block.kind_columns_2 .kinds-block__items.kinds_slider .kind-item .shop-product-btn:not(.notavailable) {
  float: right;
  padding-left: 20px;
  padding-right: 20px;
  padding: 0;
  font-size: 0;
  background: var(--gr_accent);
  width: 50px;
  height: 50px;
}
@media (max-width: 767px) {
  .card-page .kinds-block.kind_columns_2 .kinds-block__items.kinds_slider .kind-item .shop-product-btn:not(.notavailable) {
    font-size: 0;
    padding: 0;
    height: 40px;
    width: 44px;
  }
}
.card-page .kinds-block.kind_columns_2 .kinds-block__items.kinds_slider .kind-item .shop-product-btn:not(.notavailable) span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  font-size: 0;
}
.card-page .kinds-block.kind_columns_2 .kinds-block__items.kinds_slider .kind-item .shop-product-btn:not(.notavailable) span svg {
  right: auto;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
}
.card-page .kinds-block.kind_columns_2 .kinds-block__items.kinds_slider .kind-item .buy-one-click {
  margin-top: 12px;
  width: 100%;
}
@media (max-width: 767px) {
  .card-page .kinds-block.kind_columns_2 .kinds-block__items.kinds_slider .kind-item .buy-one-click {
    margin-top: 10px;
    padding: 12px 15px 13px;
    font-size: 14px;
    line-height: 1.1;
  }
}
@media (max-width: 767px) {
  .card-page .kinds-block.kind_columns_2 .kinds-block__items.kinds_slider .kind-item .buy-one-click.buy_one_click_action {
    padding: 12px 15px 13px;
    font-size: 14px;
    line-height: 1.1;
  }
}
/* Коллекции */
.card-page .kinds-block.kind_columns_3 .kinds-block__items.kinds_slider {
  margin: 0;
  display: block;
  padding-left: 0.1px;
}
.card-page .kinds-block.kind_columns_3 .kinds-block__items.kinds_slider .kind-item {
  width: auto;
  margin: 0;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .card-page .kinds-block.kind_columns_3 .kinds-block__items.kinds_slider .kind-item {
    padding-top: 6px;
  }
}
.card-page .kinds-block.kind_columns_3 .kinds-block__items.kinds_slider .kind-item__form {
  padding: 20px;
  box-shadow: inset 0 0 0 1px var(--on_gr_bg_border_4);
  background: var(--on_gr_bg_bg);
  border-radius: var(--gr_inner_radius);
}
.card-page .kinds-block.kind_columns_3 .kinds-block__items.kinds_slider .kind-item__inner {
  display: flex;
  height: 100%;
  flex-direction: column;
}
.card-page .kinds-block.kind_columns_3 .kinds-block__items.kinds_slider .kind-item .kind-item__top {
  padding-bottom: 20px;
}
.card-page .kinds-block.kind_columns_3 .kinds-block__items.kinds_slider .kind-item .kind-item__top > div:last-child {
  margin-bottom: 0 !important;
}
.card-page .kinds-block.kind_columns_3 .kinds-block__items.kinds_slider .kind-item .kind-image {
  position: relative;
  padding-top: 100%;
  margin: 0 0 18px;
  border-radius: var(--gr_inner_radius);
}
@media (max-width: 767px) {
  .card-page .kinds-block.kind_columns_3 .kinds-block__items.kinds_slider .kind-item .kind-image {
    margin: 0 0 8px;
  }
}
.card-page .kinds-block.kind_columns_3 .kinds-block__items.kinds_slider .kind-item .kind-image.no-image {
  background: var(--noImageDefault);
}
.card-page .kinds-block.kind_columns_3 .kinds-block__items.kinds_slider .kind-item .kind-image a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 0;
  overflow: hidden;
  border-radius: var(--gr_inner_radius);
  text-decoration: none;
  display: flex;
}
.card-page .kinds-block.kind_columns_3 .kinds-block__items.kinds_slider .kind-item .kind-image a:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
  background: var(--gr_img_overlay_a_05);
}
.card-page .kinds-block.kind_columns_3 .kinds-block__items.kinds_slider .kind-item .kind-image a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-page .kinds-block.kind_columns_3 .kinds-block__items.kinds_slider .kind-item .kind-image:hover .quick-view-trigger {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1, 1);
}
.card-page .kinds-block.kind_columns_3 .kinds-block__items.kinds_slider .kind-item .product-flags {
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  right: 0px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .card-page .kinds-block.kind_columns_3 .kinds-block__items.kinds_slider .kind-item .product-flags {
    top: 0;
    left: 0;
    right: 0;
  }
}
@media (max-width: 767px) {
  .card-page .kinds-block.kind_columns_3 .kinds-block__items.kinds_slider .kind-item .product-flags__item {
    font-size: 12px;
    line-height: 1.1;
  }
}
@media (max-width: 767px) {
  .card-page .kinds-block.kind_columns_3 .kinds-block__items.kinds_slider .kind-item .product-flags__item span {
    padding: 6px 10px 4px;
  }
}
.card-page .kinds-block.kind_columns_3 .kinds-block__items.kinds_slider .kind-item .quick-view-trigger {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.18s linear;
  transform: translate(-50%, -50%) scale(0.5, 0.5);
}
.card-page .kinds-block.kind_columns_3 .kinds-block__items.kinds_slider .kind-item .quick-view-trigger > span {
  width: 30px;
}
@media (max-width: 1023px) {
  .card-page .kinds-block.kind_columns_3 .kinds-block__items.kinds_slider .kind-item .quick-view-trigger {
    display: none;
  }
}
.card-page .kinds-block.kind_columns_3 .kinds-block__items.kinds_slider .kind-item .kind-name {
  font-size: 15px;
  line-height: 1.4;
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .card-page .kinds-block.kind_columns_3 .kinds-block__items.kinds_slider .kind-item .kind-name {
    font-size: 14px;
    line-height: 1.3;
  }
}
.card-page .kinds-block.kind_columns_3 .kinds-block__items.kinds_slider .kind-item .kind-name a {
  color: var(--on_gr_bg_acc_text);
  text-decoration: none;
  transition: all 0.18s linear;
  border-bottom: 1px solid transparent;
  font-weight: var(--font1_500);
}
.card-page .kinds-block.kind_columns_3 .kinds-block__items.kinds_slider .kind-item .kind-name a:hover {
  border-bottom-color: var(--gr_primary_6);
  color: var(--gr_primary);
}
.card-page .kinds-block.kind_columns_3 .kinds-block__items.kinds_slider .kind-item .kind-vendor {
  font-size: 13px;
  line-height: 1.25;
  margin-bottom: 8px;
}
.card-page .kinds-block.kind_columns_3 .kinds-block__items.kinds_slider .kind-item .kind-vendor a {
  color: var(--on_gr_bg_link);
  text-decoration: none;
  transition: all 0.18s linear;
  border-bottom: 1px solid transparent;
}
.card-page .kinds-block.kind_columns_3 .kinds-block__items.kinds_slider .kind-item .kind-vendor a:hover {
  border-bottom-color: var(--on_gr_bg_link_5);
}
.card-page .kinds-block.kind_columns_3 .kinds-block__items.kinds_slider .kind-item .tpl-stars {
  margin: 14px 0 20px -2px;
}
@media (max-width: 767px) {
  .card-page .kinds-block.kind_columns_3 .kinds-block__items.kinds_slider .kind-item .tpl-stars {
    margin: 0 0 8px -2px;
  }
}
.card-page .kinds-block.kind_columns_3 .kinds-block__items.kinds_slider .kind-item .shop2-product-article {
  font-size: 14px;
  line-height: 1.1;
  margin-bottom: 10px;
  color: var(--on_gr_bg_sec_text_4);
}
@media (max-width: 767px) {
  .card-page .kinds-block.kind_columns_3 .kinds-block__items.kinds_slider .kind-item .shop2-product-article {
    font-size: 13px;
    line-height: 1.25;
    margin-bottom: 8px;
  }
}
.card-page .kinds-block.kind_columns_3 .kinds-block__items.kinds_slider .kind-item .shop2-product-article span {
  color: var(--on_gr_bg_sec_text_4);
}
.card-page .kinds-block.kind_columns_3 .kinds-block__items.kinds_slider .kind-item .gr-product-anonce {
  color: var(--on_gr_bg_sec_text_6);
  font-size: 14px;
  line-height: 1.14;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .card-page .kinds-block.kind_columns_3 .kinds-block__items.kinds_slider .kind-item .gr-product-anonce {
    font-size: 13px;
    line-height: 1.25;
    margin-bottom: 8px;
  }
}
.card-page .kinds-block.kind_columns_3 .kinds-block__items.kinds_slider .kind-item .shop2-product-actions {
  display: none;
  margin: 0 0px 10px 0;
}
@media (max-width: 767px) {
  .card-page .kinds-block.kind_columns_3 .kinds-block__items.kinds_slider .kind-item .shop2-product-actions {
    margin: 0 0px 10px 0;
  }
}
.card-page .kinds-block.kind_columns_3 .kinds-block__items.kinds_slider .kind-item .shop2-product-actions dl dt {
  display: inline-flex;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .card-page .kinds-block.kind_columns_3 .kinds-block__items.kinds_slider .kind-item .shop2-product-actions dl dt {
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .card-page .kinds-block.kind_columns_3 .kinds-block__items.kinds_slider .kind-item .shop2-product-actions dl dt .icon-action {
    width: 20px;
    height: 20px;
    min-width: 20px;
    background: none;
  }
}
@media (max-width: 767px) {
  .card-page .kinds-block.kind_columns_3 .kinds-block__items.kinds_slider .kind-item .shop2-product-actions dl dt .icon-action svg {
    fill: var(--gr_error);
  }
}
.card-page .kinds-block.kind_columns_3 .kinds-block__items.kinds_slider .kind-item .shop2-product-actions dl dt .name-action {
  width: auto;
}
@media (max-width: 767px) {
  .card-page .kinds-block.kind_columns_3 .kinds-block__items.kinds_slider .kind-item .shop2-product-actions dl dt .name-action {
    font-size: 13px;
    line-height: 1.25;
  }
}
.card-page .kinds-block.kind_columns_3 .kinds-block__items.kinds_slider .kind-item .product-compare {
  margin-top: 12px;
}
@media (max-width: 767px) {
  .card-page .kinds-block.kind_columns_3 .kinds-block__items.kinds_slider .kind-item .product-compare {
    margin-top: 10px;
  }
}
.card-page .kinds-block.kind_columns_3 .kinds-block__items.kinds_slider .kind-item .gr-favorite-btn-wrapper {
  margin-top: 12px;
}
.card-page .kinds-block.kind_columns_3 .kinds-block__items.kinds_slider .kind-item .kind-additional__top {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
}
.card-page .kinds-block.kind_columns_3 .kinds-block__items.kinds_slider .kind-item .kind-additional__btns {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.card-page .kinds-block.kind_columns_3 .kinds-block__items.kinds_slider .kind-item .kind-additional__add {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.card-page .kinds-block.kind_columns_3 .kinds-block__items.kinds_slider .kind-item .gr-amount-flag {
  order: 2;
  margin: 0 0 7px;
}
@media (max-width: 767px) {
  .card-page .kinds-block.kind_columns_3 .kinds-block__items.kinds_slider .kind-item .gr-amount-flag {
    margin: 0 0 4px;
  }
}
@media (max-width: 767px) {
  .card-page .kinds-block.kind_columns_3 .kinds-block__items.kinds_slider .kind-item .gr-amount-flag span {
    font-size: 11px;
    padding: 5px 10px 4px;
  }
}
.card-page .kinds-block.kind_columns_3 .kinds-block__items.kinds_slider .kind-item .kind-price {
  font-size: 0;
  margin-right: 5px;
  margin-bottom: 8px;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 1260px) {
  .card-page .kinds-block.kind_columns_3 .kinds-block__items.kinds_slider .kind-item .kind-price {
    margin-bottom: 8px;
    flex-direction: column;
    justify-content: flex-end;
  }
}
.card-page .kinds-block.kind_columns_3 .kinds-block__items.kinds_slider .kind-item .kind-price .price-old {
  font-size: 0;
  margin-left: 14px;
  font-family: var(--font2);
  color: var(--on_gr_bg_sec_text_6);
  font-weight: var(--font2_500);
  vertical-align: top;
  display: inline-block;
}
@media (max-width: 1260px) {
  .card-page .kinds-block.kind_columns_3 .kinds-block__items.kinds_slider .kind-item .kind-price .price-old {
    margin-left: 0;
    margin-bottom: 5px;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .card-page .kinds-block.kind_columns_3 .kinds-block__items.kinds_slider .kind-item .kind-price .price-old {
    margin-bottom: 1px;
  }
}
.card-page .kinds-block.kind_columns_3 .kinds-block__items.kinds_slider .kind-item .kind-price .price-old span {
  display: flex;
}
.card-page .kinds-block.kind_columns_3 .kinds-block__items.kinds_slider .kind-item .kind-price .price-old span strong {
  font-weight: var(--font2_400);
  font-size: 15px;
  line-height: 1;
  text-decoration: line-through;
}
@media (max-width: 767px) {
  .card-page .kinds-block.kind_columns_3 .kinds-block__items.kinds_slider .kind-item .kind-price .price-old span strong {
    font-size: 14px;
  }
}
.card-page .kinds-block.kind_columns_3 .kinds-block__items.kinds_slider .kind-item .kind-price .price-old span span {
  font-size: 15px;
  line-height: 1;
  padding-left: 5px;
}
@media (max-width: 767px) {
  .card-page .kinds-block.kind_columns_3 .kinds-block__items.kinds_slider .kind-item .kind-price .price-old span span {
    font-size: 13px;
  }
}
.card-page .kinds-block.kind_columns_3 .kinds-block__items.kinds_slider .kind-item .kind-price .price-current {
  order: -1;
  font-size: 0;
  font-family: var(--font2);
  color: var(--on_gr_bg_acc_text);
  font-weight: var(--font2_700);
}
@media (max-width: 1260px) {
  .card-page .kinds-block.kind_columns_3 .kinds-block__items.kinds_slider .kind-item .kind-price .price-current {
    order: 0;
  }
}
.card-page .kinds-block.kind_columns_3 .kinds-block__items.kinds_slider .kind-item .kind-price .price-current.price_on_request strong {
  font-size: 18px;
  line-height: 1.2;
}
@media (max-width: 1023px) {
  .card-page .kinds-block.kind_columns_3 .kinds-block__items.kinds_slider .kind-item .kind-price .price-current.price_on_request strong {
    font-size: 15px;
    line-height: 1.3;
  }
}
.card-page .kinds-block.kind_columns_3 .kinds-block__items.kinds_slider .kind-item .kind-price .price-current strong {
  display: inline-block;
  font-size: 22px;
  line-height: 1;
  font-weight: var(--font2_700);
}
@media (max-width: 1023px) {
  .card-page .kinds-block.kind_columns_3 .kinds-block__items.kinds_slider .kind-item .kind-price .price-current strong {
    font-size: 18px;
    line-height: 1;
  }
}
.card-page .kinds-block.kind_columns_3 .kinds-block__items.kinds_slider .kind-item .kind-price .price-current span {
  font-size: 14px;
  line-height: 1;
  padding-left: 5px;
}
@media (max-width: 1023px) {
  .card-page .kinds-block.kind_columns_3 .kinds-block__items.kinds_slider .kind-item .kind-price .price-current span {
    padding-left: 4px;
  }
}
.card-page .kinds-block.kind_columns_3 .kinds-block__items.kinds_slider .kind-item .product-amount {
  width: auto;
}
.card-page .kinds-block.kind_columns_3 .kinds-block__items.kinds_slider .kind-item .product-amount .amount-title {
  display: none;
}
.card-page .kinds-block.kind_columns_3 .kinds-block__items.kinds_slider .kind-item .product-amount .amount-min {
  color: var(--on_gr_bg_sec_text_6);
  font-size: 13px;
  line-height: 1.1;
  margin: 0 0 4px;
}
@media (max-width: 767px) {
  .card-page .kinds-block.kind_columns_3 .kinds-block__items.kinds_slider .kind-item .product-amount .amount-min {
    margin: 0 0 2px;
  }
}
.card-page .kinds-block.kind_columns_3 .kinds-block__items.kinds_slider .kind-item .product-amount .shop2-product-amount {
  float: left;
  margin-right: 10px;
  width: 110px;
}
@media (max-width: 1023px) {
  .card-page .kinds-block.kind_columns_3 .kinds-block__items.kinds_slider .kind-item .product-amount .shop2-product-amount {
    width: 86px;
    margin-right: 6px;
  }
}
.card-page .kinds-block.kind_columns_3 .kinds-block__items.kinds_slider .kind-item .product-amount .shop2-product-amount.disabled {
  display: none;
}
.card-page .kinds-block.kind_columns_3 .kinds-block__items.kinds_slider .kind-item .product-amount .shop2-product-amount input, .card-page .kinds-block.kind_columns_3 .kinds-block__items.kinds_slider .kind-item .product-amount .shop2-product-amount button {
  height: 48px;
  line-height: 48px;
}
@media (max-width: 1023px) {
  .card-page .kinds-block.kind_columns_3 .kinds-block__items.kinds_slider .kind-item .product-amount .shop2-product-amount input, .card-page .kinds-block.kind_columns_3 .kinds-block__items.kinds_slider .kind-item .product-amount .shop2-product-amount button {
    height: 40px;
    line-height: 40px;
  }
}
.card-page .kinds-block.kind_columns_3 .kinds-block__items.kinds_slider .kind-item .shop-product-btn.notavailable {
  width: 100%;
}
@media (max-width: 1023px) {
  .card-page .kinds-block.kind_columns_3 .kinds-block__items.kinds_slider .kind-item .shop-product-btn.notavailable {
    font-size: 15px;
    padding-top: 12.5px;
    padding-bottom: 12.5px;
  }
}
@media (max-width: 639px) {
  .card-page .kinds-block.kind_columns_3 .kinds-block__items.kinds_slider .kind-item .shop-product-btn.notavailable span {
    padding-right: 0;
  }
  .card-page .kinds-block.kind_columns_3 .kinds-block__items.kinds_slider .kind-item .shop-product-btn.notavailable span svg {
    display: none;
  }
}
.card-page .kinds-block.kind_columns_3 .kinds-block__items.kinds_slider .kind-item .shop-product-btn:not(.notavailable) {
  float: right;
  padding-left: 20px;
  padding-right: 20px;
  padding: 0;
  font-size: 0;
  background: var(--gr_accent);
  width: 50px;
  height: 50px;
}
@media (max-width: 1023px) {
  .card-page .kinds-block.kind_columns_3 .kinds-block__items.kinds_slider .kind-item .shop-product-btn:not(.notavailable) {
    font-size: 0;
    padding: 0;
    height: 40px;
    width: 44px;
  }
}
.card-page .kinds-block.kind_columns_3 .kinds-block__items.kinds_slider .kind-item .shop-product-btn:not(.notavailable) span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  font-size: 0;
}
.card-page .kinds-block.kind_columns_3 .kinds-block__items.kinds_slider .kind-item .shop-product-btn:not(.notavailable) span svg {
  right: auto;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
}
.card-page .kinds-block.kind_columns_3 .kinds-block__items.kinds_slider .kind-item .buy-one-click {
  margin-top: 12px;
  width: 100%;
}
@media (max-width: 1260px) {
  .card-page .kinds-block.kind_columns_3 .kinds-block__items.kinds_slider .kind-item .buy-one-click {
    margin-top: 10px;
  }
}
@media (max-width: 1023px) {
  .card-page .kinds-block.kind_columns_3 .kinds-block__items.kinds_slider .kind-item .buy-one-click {
    font-size: 15px;
    padding-top: 12px;
    padding-bottom: 13px;
  }
}
@media (max-width: 767px) {
  .card-page .kinds-block.kind_columns_3 .kinds-block__items.kinds_slider .kind-item .buy-one-click {
    padding-top: 11px;
    padding-bottom: 11px;
  }
}
@media (max-width: 1023px) {
  .card-page .kinds-block.kind_columns_3 .kinds-block__items.kinds_slider .kind-item .buy-one-click.buy_one_click_action {
    font-size: 15px;
    padding-top: 12px;
    padding-bottom: 13px;
  }
}
@media (max-width: 767px) {
  .card-page .kinds-block.kind_columns_3 .kinds-block__items.kinds_slider .kind-item .buy-one-click.buy_one_click_action {
    padding: 11px 15px;
    font-size: 14px;
    line-height: 1.1;
  }
}
/* Коллекции */
.card-page .kinds-block.kind_columns_4 .kinds-block__items.kinds_slider {
  margin: 0;
  display: block;
  padding-left: 0.1px;
}
.card-page .kinds-block.kind_columns_4 .kinds-block__items.kinds_slider .kind-item {
  width: auto;
  margin: 0;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .card-page .kinds-block.kind_columns_4 .kinds-block__items.kinds_slider .kind-item {
    padding-top: 6px;
  }
}
.card-page .kinds-block.kind_columns_4 .kinds-block__items.kinds_slider .kind-item__form {
  padding: 20px;
  box-shadow: inset 0 0 0 1px var(--on_gr_bg_border_4);
  background: var(--on_gr_bg_bg);
  border-radius: var(--gr_inner_radius);
}
.card-page .kinds-block.kind_columns_4 .kinds-block__items.kinds_slider .kind-item__inner {
  display: flex;
  height: 100%;
  flex-direction: column;
}
.card-page .kinds-block.kind_columns_4 .kinds-block__items.kinds_slider .kind-item .kind-item__top > div:last-child {
  margin-bottom: 0 !important;
}
.card-page .kinds-block.kind_columns_4 .kinds-block__items.kinds_slider .kind-item .kind-image {
  position: relative;
  padding-top: 100%;
  margin: 0 0 18px;
  border-radius: var(--gr_inner_radius);
}
@media (max-width: 767px) {
  .card-page .kinds-block.kind_columns_4 .kinds-block__items.kinds_slider .kind-item .kind-image {
    margin: 0 0 8px;
  }
}
.card-page .kinds-block.kind_columns_4 .kinds-block__items.kinds_slider .kind-item .kind-image.no-image {
  background: var(--noImageDefault);
}
.card-page .kinds-block.kind_columns_4 .kinds-block__items.kinds_slider .kind-item .kind-image a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 0;
  overflow: hidden;
  border-radius: var(--gr_inner_radius);
  text-decoration: none;
  display: flex;
}
.card-page .kinds-block.kind_columns_4 .kinds-block__items.kinds_slider .kind-item .kind-image a:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
  background: var(--gr_img_overlay_a_05);
}
.card-page .kinds-block.kind_columns_4 .kinds-block__items.kinds_slider .kind-item .kind-image a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-page .kinds-block.kind_columns_4 .kinds-block__items.kinds_slider .kind-item .kind-image:hover .quick-view-trigger {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1, 1);
}
.card-page .kinds-block.kind_columns_4 .kinds-block__items.kinds_slider .kind-item .product-flags {
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  right: 0px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .card-page .kinds-block.kind_columns_4 .kinds-block__items.kinds_slider .kind-item .product-flags {
    top: 0;
    left: 0;
    right: 0;
  }
}
@media (max-width: 767px) {
  .card-page .kinds-block.kind_columns_4 .kinds-block__items.kinds_slider .kind-item .product-flags__item {
    font-size: 12px;
    line-height: 1.1;
  }
}
@media (max-width: 767px) {
  .card-page .kinds-block.kind_columns_4 .kinds-block__items.kinds_slider .kind-item .product-flags__item span {
    padding: 6px 10px 4px;
  }
}
.card-page .kinds-block.kind_columns_4 .kinds-block__items.kinds_slider .kind-item .quick-view-trigger {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.18s linear;
  transform: translate(-50%, -50%) scale(0.5, 0.5);
}
.card-page .kinds-block.kind_columns_4 .kinds-block__items.kinds_slider .kind-item .quick-view-trigger > span {
  width: 30px;
}
@media (max-width: 1023px) {
  .card-page .kinds-block.kind_columns_4 .kinds-block__items.kinds_slider .kind-item .quick-view-trigger {
    display: none;
  }
}
.card-page .kinds-block.kind_columns_4 .kinds-block__items.kinds_slider .kind-item .kind-name {
  font-size: 15px;
  line-height: 1.4;
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .card-page .kinds-block.kind_columns_4 .kinds-block__items.kinds_slider .kind-item .kind-name {
    font-size: 14px;
    line-height: 1.3;
  }
}
.card-page .kinds-block.kind_columns_4 .kinds-block__items.kinds_slider .kind-item .kind-name a {
  color: var(--on_gr_bg_acc_text);
  text-decoration: none;
  transition: all 0.18s linear;
  border-bottom: 1px solid transparent;
  font-weight: var(--font1_500);
}
.card-page .kinds-block.kind_columns_4 .kinds-block__items.kinds_slider .kind-item .kind-name a:hover {
  border-bottom-color: var(--gr_primary_6);
  color: var(--gr_primary);
}
.card-page .kinds-block.kind_columns_4 .kinds-block__items.kinds_slider .kind-item .kind-vendor {
  font-size: 13px;
  line-height: 1.25;
  margin-bottom: 8px;
}
.card-page .kinds-block.kind_columns_4 .kinds-block__items.kinds_slider .kind-item .kind-vendor a {
  color: var(--on_gr_bg_link);
  text-decoration: none;
  transition: all 0.18s linear;
  border-bottom: 1px solid transparent;
}
.card-page .kinds-block.kind_columns_4 .kinds-block__items.kinds_slider .kind-item .kind-vendor a:hover {
  border-bottom-color: var(--on_gr_bg_link_5);
}
.card-page .kinds-block.kind_columns_4 .kinds-block__items.kinds_slider .kind-item .tpl-stars {
  margin: 14px 0 20px -2px;
}
@media (max-width: 767px) {
  .card-page .kinds-block.kind_columns_4 .kinds-block__items.kinds_slider .kind-item .tpl-stars {
    margin: 0 0 8px -2px;
  }
}
.card-page .kinds-block.kind_columns_4 .kinds-block__items.kinds_slider .kind-item .shop2-product-article {
  font-size: 14px;
  line-height: 1.1;
  margin-bottom: 10px;
  color: var(--on_gr_bg_sec_text_4);
}
@media (max-width: 767px) {
  .card-page .kinds-block.kind_columns_4 .kinds-block__items.kinds_slider .kind-item .shop2-product-article {
    font-size: 13px;
    line-height: 1.25;
    margin-bottom: 8px;
  }
}
.card-page .kinds-block.kind_columns_4 .kinds-block__items.kinds_slider .kind-item .shop2-product-article span {
  color: var(--on_gr_bg_sec_text_4);
}
.card-page .kinds-block.kind_columns_4 .kinds-block__items.kinds_slider .kind-item .gr-product-anonce {
  color: var(--on_gr_bg_sec_text_6);
  font-size: 14px;
  line-height: 1.14;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .card-page .kinds-block.kind_columns_4 .kinds-block__items.kinds_slider .kind-item .gr-product-anonce {
    font-size: 13px;
    line-height: 1.25;
    margin-bottom: 8px;
  }
}
.card-page .kinds-block.kind_columns_4 .kinds-block__items.kinds_slider .kind-item .shop2-product-actions {
  display: none;
  margin: 0 0px 10px 0;
}
@media (max-width: 767px) {
  .card-page .kinds-block.kind_columns_4 .kinds-block__items.kinds_slider .kind-item .shop2-product-actions {
    margin: 0 0px 10px 0;
  }
}
.card-page .kinds-block.kind_columns_4 .kinds-block__items.kinds_slider .kind-item .shop2-product-actions dl dt {
  display: inline-flex;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .card-page .kinds-block.kind_columns_4 .kinds-block__items.kinds_slider .kind-item .shop2-product-actions dl dt {
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .card-page .kinds-block.kind_columns_4 .kinds-block__items.kinds_slider .kind-item .shop2-product-actions dl dt .icon-action {
    width: 20px;
    height: 20px;
    min-width: 20px;
    background: none;
  }
}
@media (max-width: 767px) {
  .card-page .kinds-block.kind_columns_4 .kinds-block__items.kinds_slider .kind-item .shop2-product-actions dl dt .icon-action svg {
    fill: var(--gr_error);
  }
}
.card-page .kinds-block.kind_columns_4 .kinds-block__items.kinds_slider .kind-item .shop2-product-actions dl dt .name-action {
  width: auto;
}
@media (max-width: 767px) {
  .card-page .kinds-block.kind_columns_4 .kinds-block__items.kinds_slider .kind-item .shop2-product-actions dl dt .name-action {
    font-size: 13px;
    line-height: 1.25;
  }
}
.card-page .kinds-block.kind_columns_4 .kinds-block__items.kinds_slider .kind-item .product-compare {
  margin-top: 12px;
}
@media (max-width: 767px) {
  .card-page .kinds-block.kind_columns_4 .kinds-block__items.kinds_slider .kind-item .product-compare {
    margin-top: 10px;
  }
}
.card-page .kinds-block.kind_columns_4 .kinds-block__items.kinds_slider .kind-item .gr-favorite-btn-wrapper {
  margin-top: 12px;
}
.card-page .kinds-block.kind_columns_4 .kinds-block__items.kinds_slider .kind-item .kind-additional__top {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
}
.card-page .kinds-block.kind_columns_4 .kinds-block__items.kinds_slider .kind-item .kind-additional__btns {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.card-page .kinds-block.kind_columns_4 .kinds-block__items.kinds_slider .kind-item .kind-additional__add {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.card-page .kinds-block.kind_columns_4 .kinds-block__items.kinds_slider .kind-item .gr-amount-flag {
  order: 2;
  margin: 0 0 7px;
}
@media (max-width: 767px) {
  .card-page .kinds-block.kind_columns_4 .kinds-block__items.kinds_slider .kind-item .gr-amount-flag {
    margin: 0 0 4px;
  }
}
@media (max-width: 767px) {
  .card-page .kinds-block.kind_columns_4 .kinds-block__items.kinds_slider .kind-item .gr-amount-flag span {
    font-size: 11px;
    padding: 5px 10px 4px;
  }
}
.card-page .kinds-block.kind_columns_4 .kinds-block__items.kinds_slider .kind-item .kind-price {
  font-size: 0;
  margin-right: 5px;
  margin-bottom: 8px;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 1260px) {
  .card-page .kinds-block.kind_columns_4 .kinds-block__items.kinds_slider .kind-item .kind-price {
    margin-bottom: 8px;
    flex-direction: column;
    justify-content: flex-end;
  }
}
.card-page .kinds-block.kind_columns_4 .kinds-block__items.kinds_slider .kind-item .kind-price .price-old {
  font-size: 0;
  margin-left: 14px;
  font-family: var(--font2);
  color: var(--on_gr_bg_sec_text_6);
  font-weight: var(--font2_500);
  vertical-align: top;
  display: inline-block;
}
@media (max-width: 1260px) {
  .card-page .kinds-block.kind_columns_4 .kinds-block__items.kinds_slider .kind-item .kind-price .price-old {
    margin-left: 0;
    margin-bottom: 5px;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .card-page .kinds-block.kind_columns_4 .kinds-block__items.kinds_slider .kind-item .kind-price .price-old {
    margin-bottom: 1px;
  }
}
.card-page .kinds-block.kind_columns_4 .kinds-block__items.kinds_slider .kind-item .kind-price .price-old span {
  display: flex;
}
.card-page .kinds-block.kind_columns_4 .kinds-block__items.kinds_slider .kind-item .kind-price .price-old span strong {
  font-weight: var(--font2_400);
  font-size: 15px;
  line-height: 1;
  text-decoration: line-through;
}
@media (max-width: 767px) {
  .card-page .kinds-block.kind_columns_4 .kinds-block__items.kinds_slider .kind-item .kind-price .price-old span strong {
    font-size: 14px;
  }
}
.card-page .kinds-block.kind_columns_4 .kinds-block__items.kinds_slider .kind-item .kind-price .price-old span span {
  font-size: 15px;
  line-height: 1;
  padding-left: 5px;
}
@media (max-width: 767px) {
  .card-page .kinds-block.kind_columns_4 .kinds-block__items.kinds_slider .kind-item .kind-price .price-old span span {
    font-size: 13px;
  }
}
.card-page .kinds-block.kind_columns_4 .kinds-block__items.kinds_slider .kind-item .kind-price .price-current {
  order: -1;
  font-size: 0;
  font-family: var(--font2);
  color: var(--on_gr_bg_acc_text);
  font-weight: var(--font2_700);
}
@media (max-width: 1260px) {
  .card-page .kinds-block.kind_columns_4 .kinds-block__items.kinds_slider .kind-item .kind-price .price-current {
    order: 0;
  }
}
.card-page .kinds-block.kind_columns_4 .kinds-block__items.kinds_slider .kind-item .kind-price .price-current.price_on_request strong {
  font-size: 18px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .card-page .kinds-block.kind_columns_4 .kinds-block__items.kinds_slider .kind-item .kind-price .price-current.price_on_request strong {
    font-size: 15px;
    line-height: 1.3;
  }
}
.card-page .kinds-block.kind_columns_4 .kinds-block__items.kinds_slider .kind-item .kind-price .price-current strong {
  display: inline-block;
  font-size: 22px;
  line-height: 1;
  font-weight: var(--font2_700);
}
@media (max-width: 767px) {
  .card-page .kinds-block.kind_columns_4 .kinds-block__items.kinds_slider .kind-item .kind-price .price-current strong {
    font-size: 18px;
    line-height: 1;
  }
}
.card-page .kinds-block.kind_columns_4 .kinds-block__items.kinds_slider .kind-item .kind-price .price-current span {
  font-size: 14px;
  line-height: 1;
  padding-left: 5px;
}
@media (max-width: 767px) {
  .card-page .kinds-block.kind_columns_4 .kinds-block__items.kinds_slider .kind-item .kind-price .price-current span {
    padding-left: 4px;
  }
}
.card-page .kinds-block.kind_columns_4 .kinds-block__items.kinds_slider .kind-item .product-amount {
  width: auto;
}
.card-page .kinds-block.kind_columns_4 .kinds-block__items.kinds_slider .kind-item .product-amount .amount-title {
  display: none;
}
.card-page .kinds-block.kind_columns_4 .kinds-block__items.kinds_slider .kind-item .product-amount .amount-min {
  color: var(--on_gr_bg_sec_text_6);
  font-size: 13px;
  line-height: 1.1;
  margin: 0 0 4px;
}
@media (max-width: 767px) {
  .card-page .kinds-block.kind_columns_4 .kinds-block__items.kinds_slider .kind-item .product-amount .amount-min {
    margin: 0 0 2px;
  }
}
.card-page .kinds-block.kind_columns_4 .kinds-block__items.kinds_slider .kind-item .product-amount .shop2-product-amount {
  float: left;
  margin-right: 10px;
  width: 110px;
}
@media (max-width: 1340px) {
  .card-page .kinds-block.kind_columns_4 .kinds-block__items.kinds_slider .kind-item .product-amount .shop2-product-amount {
    width: 100px;
  }
}
@media (max-width: 1260px) {
  .card-page .kinds-block.kind_columns_4 .kinds-block__items.kinds_slider .kind-item .product-amount .shop2-product-amount {
    width: 86px;
    margin-right: 6px;
  }
}
.card-page .kinds-block.kind_columns_4 .kinds-block__items.kinds_slider .kind-item .product-amount .shop2-product-amount.disabled {
  display: none;
}
.card-page .kinds-block.kind_columns_4 .kinds-block__items.kinds_slider .kind-item .product-amount .shop2-product-amount input, .card-page .kinds-block.kind_columns_4 .kinds-block__items.kinds_slider .kind-item .product-amount .shop2-product-amount button {
  height: 48px;
  line-height: 48px;
}
@media (max-width: 1260px) {
  .card-page .kinds-block.kind_columns_4 .kinds-block__items.kinds_slider .kind-item .product-amount .shop2-product-amount input, .card-page .kinds-block.kind_columns_4 .kinds-block__items.kinds_slider .kind-item .product-amount .shop2-product-amount button {
    height: 40px;
    line-height: 40px;
  }
}
.card-page .kinds-block.kind_columns_4 .kinds-block__items.kinds_slider .kind-item .shop-product-btn.notavailable {
  width: 100%;
}
@media (max-width: 1260px) {
  .card-page .kinds-block.kind_columns_4 .kinds-block__items.kinds_slider .kind-item .shop-product-btn.notavailable {
    padding: 12px 15px 13px;
    font-size: 14px;
    line-height: 1.1;
  }
}
@media (max-width: 639px) {
  .card-page .kinds-block.kind_columns_4 .kinds-block__items.kinds_slider .kind-item .shop-product-btn.notavailable span {
    padding-right: 0;
  }
  .card-page .kinds-block.kind_columns_4 .kinds-block__items.kinds_slider .kind-item .shop-product-btn.notavailable span svg {
    display: none;
  }
}
.card-page .kinds-block.kind_columns_4 .kinds-block__items.kinds_slider .kind-item .shop-product-btn:not(.notavailable) {
  float: right;
  padding-left: 20px;
  padding-right: 20px;
  padding: 0;
  font-size: 0;
  background: var(--gr_accent);
  width: 50px;
  height: 50px;
}
@media (max-width: 1260px) {
  .card-page .kinds-block.kind_columns_4 .kinds-block__items.kinds_slider .kind-item .shop-product-btn:not(.notavailable) {
    font-size: 0;
    padding: 0;
    height: 40px;
    width: 44px;
  }
}
.card-page .kinds-block.kind_columns_4 .kinds-block__items.kinds_slider .kind-item .shop-product-btn:not(.notavailable) span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  font-size: 0;
}
.card-page .kinds-block.kind_columns_4 .kinds-block__items.kinds_slider .kind-item .shop-product-btn:not(.notavailable) span svg {
  right: auto;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
}
.card-page .kinds-block.kind_columns_4 .kinds-block__items.kinds_slider .kind-item .buy-one-click {
  margin-top: 12px;
  width: 100%;
}
@media (max-width: 767px) {
  .card-page .kinds-block.kind_columns_4 .kinds-block__items.kinds_slider .kind-item .buy-one-click {
    margin-top: 10px;
    padding: 12px 15px 13px;
    font-size: 14px;
    line-height: 1.1;
  }
}
@media (max-width: 767px) {
  .card-page .kinds-block.kind_columns_4 .kinds-block__items.kinds_slider .kind-item .buy-one-click.buy_one_click_action {
    padding: 12px 15px 13px;
    font-size: 14px;
    line-height: 1.1;
  }
}
/* Коллекции */
.card-page .kinds-block.kind_columns_5 .kinds-block__items.kinds_slider {
  margin: 0;
  display: block;
  padding-left: 0.1px;
}
.card-page .kinds-block.kind_columns_5 .kinds-block__items.kinds_slider .kind-item {
  width: auto;
  margin: 0;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .card-page .kinds-block.kind_columns_5 .kinds-block__items.kinds_slider .kind-item {
    padding-top: 6px;
  }
}
.card-page .kinds-block.kind_columns_5 .kinds-block__items.kinds_slider .kind-item__form {
  padding: 20px;
  box-shadow: inset 0 0 0 1px var(--on_gr_bg_border_4);
  background: var(--on_gr_bg_bg);
  border-radius: var(--gr_inner_radius);
}
.card-page .kinds-block.kind_columns_5 .kinds-block__items.kinds_slider .kind-item__inner {
  display: flex;
  height: 100%;
  flex-direction: column;
}
.card-page .kinds-block.kind_columns_5 .kinds-block__items.kinds_slider .kind-item .kind-item__top {
  padding-bottom: 20px;
}
.card-page .kinds-block.kind_columns_5 .kinds-block__items.kinds_slider .kind-item .kind-item__top > div:last-child {
  margin-bottom: 0 !important;
}
.card-page .kinds-block.kind_columns_5 .kinds-block__items.kinds_slider .kind-item .kind-image {
  position: relative;
  padding-top: 100%;
  margin: 0 0 18px;
  border-radius: var(--gr_inner_radius);
}
@media (max-width: 767px) {
  .card-page .kinds-block.kind_columns_5 .kinds-block__items.kinds_slider .kind-item .kind-image {
    margin: 0 0 8px;
  }
}
.card-page .kinds-block.kind_columns_5 .kinds-block__items.kinds_slider .kind-item .kind-image.no-image {
  background: var(--noImageDefault);
}
.card-page .kinds-block.kind_columns_5 .kinds-block__items.kinds_slider .kind-item .kind-image a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 0;
  overflow: hidden;
  border-radius: var(--gr_inner_radius);
  text-decoration: none;
  display: flex;
}
.card-page .kinds-block.kind_columns_5 .kinds-block__items.kinds_slider .kind-item .kind-image a:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
  background: var(--gr_img_overlay_a_05);
}
.card-page .kinds-block.kind_columns_5 .kinds-block__items.kinds_slider .kind-item .kind-image a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-page .kinds-block.kind_columns_5 .kinds-block__items.kinds_slider .kind-item .kind-image:hover .quick-view-trigger {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1, 1);
}
.card-page .kinds-block.kind_columns_5 .kinds-block__items.kinds_slider .kind-item .product-flags {
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  right: 0px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .card-page .kinds-block.kind_columns_5 .kinds-block__items.kinds_slider .kind-item .product-flags {
    top: 0;
    left: 0;
    right: 0;
  }
}
@media (max-width: 767px) {
  .card-page .kinds-block.kind_columns_5 .kinds-block__items.kinds_slider .kind-item .product-flags__item {
    font-size: 12px;
    line-height: 1.1;
  }
}
@media (max-width: 767px) {
  .card-page .kinds-block.kind_columns_5 .kinds-block__items.kinds_slider .kind-item .product-flags__item span {
    padding: 6px 10px 4px;
  }
}
.card-page .kinds-block.kind_columns_5 .kinds-block__items.kinds_slider .kind-item .quick-view-trigger {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.18s linear;
  transform: translate(-50%, -50%) scale(0.5, 0.5);
}
.card-page .kinds-block.kind_columns_5 .kinds-block__items.kinds_slider .kind-item .quick-view-trigger > span {
  width: 30px;
}
@media (max-width: 1023px) {
  .card-page .kinds-block.kind_columns_5 .kinds-block__items.kinds_slider .kind-item .quick-view-trigger {
    display: none;
  }
}
.card-page .kinds-block.kind_columns_5 .kinds-block__items.kinds_slider .kind-item .kind-name {
  font-size: 15px;
  line-height: 1.4;
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .card-page .kinds-block.kind_columns_5 .kinds-block__items.kinds_slider .kind-item .kind-name {
    font-size: 14px;
    line-height: 1.3;
  }
}
.card-page .kinds-block.kind_columns_5 .kinds-block__items.kinds_slider .kind-item .kind-name a {
  color: var(--on_gr_bg_acc_text);
  text-decoration: none;
  transition: all 0.18s linear;
  border-bottom: 1px solid transparent;
  font-weight: var(--font1_500);
}
.card-page .kinds-block.kind_columns_5 .kinds-block__items.kinds_slider .kind-item .kind-name a:hover {
  border-bottom-color: var(--gr_primary_6);
  color: var(--gr_primary);
}
.card-page .kinds-block.kind_columns_5 .kinds-block__items.kinds_slider .kind-item .kind-vendor {
  font-size: 13px;
  line-height: 1.25;
  margin-bottom: 8px;
}
.card-page .kinds-block.kind_columns_5 .kinds-block__items.kinds_slider .kind-item .kind-vendor a {
  color: var(--on_gr_bg_link);
  text-decoration: none;
  transition: all 0.18s linear;
  border-bottom: 1px solid transparent;
}
.card-page .kinds-block.kind_columns_5 .kinds-block__items.kinds_slider .kind-item .kind-vendor a:hover {
  border-bottom-color: var(--on_gr_bg_link_5);
}
.card-page .kinds-block.kind_columns_5 .kinds-block__items.kinds_slider .kind-item .tpl-stars {
  margin: 14px 0 20px -2px;
}
@media (max-width: 767px) {
  .card-page .kinds-block.kind_columns_5 .kinds-block__items.kinds_slider .kind-item .tpl-stars {
    margin: 0 0 8px -2px;
  }
}
.card-page .kinds-block.kind_columns_5 .kinds-block__items.kinds_slider .kind-item .shop2-product-article {
  font-size: 14px;
  line-height: 1.1;
  margin-bottom: 10px;
  color: var(--on_gr_bg_sec_text_4);
}
@media (max-width: 767px) {
  .card-page .kinds-block.kind_columns_5 .kinds-block__items.kinds_slider .kind-item .shop2-product-article {
    font-size: 13px;
    line-height: 1.25;
    margin-bottom: 8px;
  }
}
.card-page .kinds-block.kind_columns_5 .kinds-block__items.kinds_slider .kind-item .shop2-product-article span {
  color: var(--on_gr_bg_sec_text_4);
}
.card-page .kinds-block.kind_columns_5 .kinds-block__items.kinds_slider .kind-item .gr-product-anonce {
  color: var(--on_gr_bg_sec_text_6);
  font-size: 14px;
  line-height: 1.14;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .card-page .kinds-block.kind_columns_5 .kinds-block__items.kinds_slider .kind-item .gr-product-anonce {
    font-size: 13px;
    line-height: 1.25;
    margin-bottom: 8px;
  }
}
.card-page .kinds-block.kind_columns_5 .kinds-block__items.kinds_slider .kind-item .shop2-product-actions {
  display: none;
  margin: 0 0px 10px 0;
}
@media (max-width: 767px) {
  .card-page .kinds-block.kind_columns_5 .kinds-block__items.kinds_slider .kind-item .shop2-product-actions {
    margin: 0 0px 10px 0;
  }
}
.card-page .kinds-block.kind_columns_5 .kinds-block__items.kinds_slider .kind-item .shop2-product-actions dl dt {
  display: inline-flex;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .card-page .kinds-block.kind_columns_5 .kinds-block__items.kinds_slider .kind-item .shop2-product-actions dl dt {
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .card-page .kinds-block.kind_columns_5 .kinds-block__items.kinds_slider .kind-item .shop2-product-actions dl dt .icon-action {
    width: 20px;
    height: 20px;
    min-width: 20px;
    background: none;
  }
}
@media (max-width: 767px) {
  .card-page .kinds-block.kind_columns_5 .kinds-block__items.kinds_slider .kind-item .shop2-product-actions dl dt .icon-action svg {
    fill: var(--gr_error);
  }
}
.card-page .kinds-block.kind_columns_5 .kinds-block__items.kinds_slider .kind-item .shop2-product-actions dl dt .name-action {
  width: auto;
}
@media (max-width: 767px) {
  .card-page .kinds-block.kind_columns_5 .kinds-block__items.kinds_slider .kind-item .shop2-product-actions dl dt .name-action {
    font-size: 13px;
    line-height: 1.25;
  }
}
.card-page .kinds-block.kind_columns_5 .kinds-block__items.kinds_slider .kind-item .product-compare {
  margin-top: 12px;
}
@media (max-width: 767px) {
  .card-page .kinds-block.kind_columns_5 .kinds-block__items.kinds_slider .kind-item .product-compare {
    margin-top: 10px;
  }
}
.card-page .kinds-block.kind_columns_5 .kinds-block__items.kinds_slider .kind-item .gr-favorite-btn-wrapper {
  margin-top: 12px;
}
.card-page .kinds-block.kind_columns_5 .kinds-block__items.kinds_slider .kind-item .kind-additional__top {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
}
.card-page .kinds-block.kind_columns_5 .kinds-block__items.kinds_slider .kind-item .kind-additional__btns {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.card-page .kinds-block.kind_columns_5 .kinds-block__items.kinds_slider .kind-item .kind-additional__add {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.card-page .kinds-block.kind_columns_5 .kinds-block__items.kinds_slider .kind-item .gr-amount-flag {
  order: 2;
  margin: 0 0 4px;
}
.card-page .kinds-block.kind_columns_5 .kinds-block__items.kinds_slider .kind-item .gr-amount-flag span {
  padding: 5px 10px 4px;
}
@media (max-width: 767px) {
  .card-page .kinds-block.kind_columns_5 .kinds-block__items.kinds_slider .kind-item .gr-amount-flag span {
    font-size: 11px;
  }
}
.card-page .kinds-block.kind_columns_5 .kinds-block__items.kinds_slider .kind-item .kind-price {
  font-size: 0;
  margin-right: 5px;
  margin-bottom: 8px;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  justify-content: flex-end;
}
.card-page .kinds-block.kind_columns_5 .kinds-block__items.kinds_slider .kind-item .kind-price .price-old {
  font-size: 0;
  margin-left: 0;
  margin-bottom: 5px;
  font-family: var(--font2);
  color: var(--on_gr_bg_sec_text_6);
  font-weight: var(--font2_500);
  vertical-align: top;
  display: inline-block;
}
@media (max-width: 767px) {
  .card-page .kinds-block.kind_columns_5 .kinds-block__items.kinds_slider .kind-item .kind-price .price-old {
    margin-bottom: 1px;
  }
}
.card-page .kinds-block.kind_columns_5 .kinds-block__items.kinds_slider .kind-item .kind-price .price-old span strong {
  font-weight: var(--font2_400);
  font-size: 15px;
  line-height: 1;
  text-decoration: line-through;
}
@media (max-width: 767px) {
  .card-page .kinds-block.kind_columns_5 .kinds-block__items.kinds_slider .kind-item .kind-price .price-old span strong {
    font-size: 14px;
  }
}
.card-page .kinds-block.kind_columns_5 .kinds-block__items.kinds_slider .kind-item .kind-price .price-old span {
  display: flex;
}
.card-page .kinds-block.kind_columns_5 .kinds-block__items.kinds_slider .kind-item .kind-price .price-old span span {
  font-size: 15px;
  line-height: 1;
  padding-left: 5px;
}
@media (max-width: 767px) {
  .card-page .kinds-block.kind_columns_5 .kinds-block__items.kinds_slider .kind-item .kind-price .price-old span span {
    font-size: 13px;
  }
}
.card-page .kinds-block.kind_columns_5 .kinds-block__items.kinds_slider .kind-item .kind-price .price-current {
  font-size: 0;
  font-family: var(--font2);
  color: var(--on_gr_bg_acc_text);
  font-weight: var(--font2_700);
}
.card-page .kinds-block.kind_columns_5 .kinds-block__items.kinds_slider .kind-item .kind-price .price-current.price_on_request strong {
  font-size: 16px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .card-page .kinds-block.kind_columns_5 .kinds-block__items.kinds_slider .kind-item .kind-price .price-current.price_on_request strong {
    font-size: 15px;
  }
}
.card-page .kinds-block.kind_columns_5 .kinds-block__items.kinds_slider .kind-item .kind-price .price-current strong {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
  font-weight: var(--font2_700);
}
@media (max-width: 767px) {
  .card-page .kinds-block.kind_columns_5 .kinds-block__items.kinds_slider .kind-item .kind-price .price-current strong {
    font-size: 16px;
    line-height: 1;
  }
}
.card-page .kinds-block.kind_columns_5 .kinds-block__items.kinds_slider .kind-item .kind-price .price-current span {
  font-size: 12px;
  line-height: 1;
  padding-left: 4px;
}
.card-page .kinds-block.kind_columns_5 .kinds-block__items.kinds_slider .kind-item .product-amount {
  width: auto;
}
.card-page .kinds-block.kind_columns_5 .kinds-block__items.kinds_slider .kind-item .product-amount .amount-title {
  display: none;
}
.card-page .kinds-block.kind_columns_5 .kinds-block__items.kinds_slider .kind-item .product-amount .amount-min {
  color: var(--on_gr_bg_sec_text_6);
  font-size: 13px;
  line-height: 1.1;
  margin: 0 0 4px;
}
@media (max-width: 767px) {
  .card-page .kinds-block.kind_columns_5 .kinds-block__items.kinds_slider .kind-item .product-amount .amount-min {
    margin: 0 0 2px;
  }
}
.card-page .kinds-block.kind_columns_5 .kinds-block__items.kinds_slider .kind-item .product-amount .shop2-product-amount {
  float: left;
  margin-right: 10px;
  width: 110px;
}
@media (max-width: 767px) {
  .card-page .kinds-block.kind_columns_5 .kinds-block__items.kinds_slider .kind-item .product-amount .shop2-product-amount {
    width: 86px;
    margin-right: 6px;
  }
}
.card-page .kinds-block.kind_columns_5 .kinds-block__items.kinds_slider .kind-item .product-amount .shop2-product-amount.disabled {
  display: none;
}
.card-page .kinds-block.kind_columns_5 .kinds-block__items.kinds_slider .kind-item .product-amount .shop2-product-amount input, .card-page .kinds-block.kind_columns_5 .kinds-block__items.kinds_slider .kind-item .product-amount .shop2-product-amount button {
  height: 48px;
  line-height: 48px;
}
@media (max-width: 767px) {
  .card-page .kinds-block.kind_columns_5 .kinds-block__items.kinds_slider .kind-item .product-amount .shop2-product-amount input, .card-page .kinds-block.kind_columns_5 .kinds-block__items.kinds_slider .kind-item .product-amount .shop2-product-amount button {
    height: 40px;
    line-height: 40px;
  }
}
.card-page .kinds-block.kind_columns_5 .kinds-block__items.kinds_slider .kind-item .shop-product-btn.notavailable {
  width: 100%;
}
@media (max-width: 767px) {
  .card-page .kinds-block.kind_columns_5 .kinds-block__items.kinds_slider .kind-item .shop-product-btn.notavailable {
    padding: 12px 15px 13px;
    font-size: 14px;
    line-height: 1.1;
  }
}
@media (max-width: 639px) {
  .card-page .kinds-block.kind_columns_5 .kinds-block__items.kinds_slider .kind-item .shop-product-btn.notavailable span {
    padding-right: 0;
  }
  .card-page .kinds-block.kind_columns_5 .kinds-block__items.kinds_slider .kind-item .shop-product-btn.notavailable span svg {
    display: none;
  }
}
.card-page .kinds-block.kind_columns_5 .kinds-block__items.kinds_slider .kind-item .shop-product-btn:not(.notavailable) {
  float: right;
  font-size: 0;
  padding: 0;
  height: 48px;
  width: 60px;
  background: var(--gr_accent);
  width: 50px;
  height: 50px;
}
@media (max-width: 767px) {
  .card-page .kinds-block.kind_columns_5 .kinds-block__items.kinds_slider .kind-item .shop-product-btn:not(.notavailable) {
    width: 44px;
    height: 40px;
  }
}
.card-page .kinds-block.kind_columns_5 .kinds-block__items.kinds_slider .kind-item .shop-product-btn:not(.notavailable) span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  font-size: 0;
}
.card-page .kinds-block.kind_columns_5 .kinds-block__items.kinds_slider .kind-item .shop-product-btn:not(.notavailable) span svg {
  right: auto;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
}
.card-page .kinds-block.kind_columns_5 .kinds-block__items.kinds_slider .kind-item .buy-one-click {
  margin-top: 12px;
  width: 100%;
}
@media (max-width: 767px) {
  .card-page .kinds-block.kind_columns_5 .kinds-block__items.kinds_slider .kind-item .buy-one-click {
    margin-top: 10px;
    padding: 12px 15px 13px;
    font-size: 14px;
    line-height: 1.1;
  }
}
@media (max-width: 767px) {
  .card-page .kinds-block.kind_columns_5 .kinds-block__items.kinds_slider .kind-item .buy-one-click.buy_one_click_action {
    padding: 12px 15px 13px;
    font-size: 14px;
    line-height: 1.1;
  }
}
/* Коллекции */
.tpl-info {
  font-size: 16px;
  margin: 0 0 30px;
  padding: 20px 30px;
  border: none;
  background: var(--gr_bg);
  border-radius: var(--gr_inner_radius);
  box-shadow: inset 0 0 0 1px var(--on_gr_bg_border_12);
  color: var(--on_gr_bg_acc_text);
}
@media screen and (max-width: 767px) {
  .tpl-info {
    font-size: 14px;
    padding: 15px 20px;
    margin: 0 0 20px;
  }
}
.tpl-info .tpl-required {
  color: var(--gr_error);
}
.comments-block {
  line-height: 1.2;
}
.comments-block__items {
  padding: 0 0 40px;
}
@media (max-width: 1260px) {
  .comments-block__items {
    padding: 0 0 30px;
  }
}
@media (max-width: 767px) {
  .comments-block__items {
    padding: 0 0 20px;
  }
}
.comments-block .comment-item {
  padding-top: 40px;
}
@media screen and (max-width: 1023px) {
  .comments-block .comment-item {
    padding-top: 20px;
  }
}
.comments-block .comment-item:first-child {
  padding-top: 0;
}
.comments-block .comment-item__head {
  font-size: 0;
  padding: 0 0 18px;
  border-bottom: 1px solid var(--on_gr_bg_border_12);
}
@media (max-width: 767px) {
  .comments-block .comment-item__head {
    padding: 0 0 13px;
  }
}
.comments-block .comment-item__name {
  font-size: 15px;
  font-weight: 400;
  margin-right: 15px;
  display: inline-block;
  vertical-align: baseline;
}
.comments-block .comment-item__name a {
  color: inherit;
  text-decoration: none;
}
.comments-block .comment-item__date {
  color: var(--on_gr_bg_acc_text);
  font-size: 15px;
  font-weight: 700;
  margin-right: 15px;
  display: inline-block;
  vertical-align: baseline;
}
.comments-block .comment-item__stars {
  margin: 0;
  display: inline-block;
  vertical-align: baseline;
}
.comments-block .comment-item__body {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  padding: 20px 0 0;
}
@media (max-width: 767px) {
  .comments-block .comment-item__body {
    font-size: 14px;
    line-height: 1.4;
    padding: 15px 0 0;
  }
}
.comments-block .comments-form__body {
  padding: 0;
}
.comments-block .comments-form__body.comments_toggle {
  display: none;
}
.comments-block .comments-form__title {
  font-size: 26px;
  line-height: 1.1;
  font-family: var(--font1);
  color: var(--on_gr_bg_acc_text);
  font-weight: var(--font1_700);
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  .comments-block .comments-form__title {
    font-size: 22px;
    margin: 0 0 20px;
  }
}
.comments-block .comments-form .tpl-field {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .comments-block .comments-form .tpl-field {
    margin-bottom: 15px;
  }
}
.comments-block .comments-form .tpl-field .tpl-required {
  color: var(--gr_error);
}
.comments-block .comments-form .tpl-field .tpl-value {
  margin: 0;
}
.comments-block .comments-form .tpl-field input[type="text"], .comments-block .comments-form .tpl-field input[type="phone"], .comments-block .comments-form .tpl-field input[type="password"], .comments-block .comments-form .tpl-field input[type="email"], .comments-block .comments-form .tpl-field input[type="number"] {
  max-width: 300px;
}
@media (max-width: 639px) {
  .comments-block .comments-form .tpl-field input[type="text"], .comments-block .comments-form .tpl-field input[type="phone"], .comments-block .comments-form .tpl-field input[type="password"], .comments-block .comments-form .tpl-field input[type="email"], .comments-block .comments-form .tpl-field input[type="number"] {
    max-width: 100%;
  }
}
.comments-block .comments-form .tpl-field textarea {
  width: 100%;
  max-width: 300px;
  min-height: 80px;
  min-width: 240px;
}
@media (max-width: 639px) {
  .comments-block .comments-form .tpl-field textarea {
    max-width: 100%;
  }
}
.comments-block .comments-form .tpl-field-reg {
  margin-bottom: 20px;
}
.comments-block .comments-form .tpl-field-reg .comments-chekbox {
  display: flex;
  align-items: center;
}
.comments-block .comments-form .tpl-field-reg .mg-styler-label--checkbox {
  margin: 0;
  padding: 0;
  margin-right: 12px;
  width: 30px;
  height: 30px;
}
.comments-block .comments-form .tpl-field-reg a {
  color: var(--on_gr_bg_acc_text);
  font: var(--font1_300) 16px/ 1.25 var(--font1);
  text-decoration: none;
}
.comments-block .comments-form .tpl-field-reg a:hover {
  text-decoration: underline;
}
.comments-block .comments-form .tpl-field-button {
  padding-top: 10px;
  margin: 0;
}
@media (max-width: 767px) {
  .comments-block .comments-form .tpl-field-button {
    padding-top: 5px;
  }
}
@media (max-width: 639px) {
  .comments-block .comments-form .tpl-field-button button {
    width: 100%;
  }
}
.comments-block .comments-reg__title {
  font-size: 26px;
  line-height: 1.1;
  font-family: var(--font1);
  color: var(--on_gr_bg_acc_text);
  font-weight: var(--font1_700);
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  .comments-block .comments-reg__title {
    margin: 0 0 20px;
    font-size: 22px;
  }
}
.comments-block .comments-reg .tpl-auth {
  overflow: visible;
}
.comments-block .comments-reg .tpl-left {
  width: 300px;
  margin-right: 30px;
}
@media screen and (max-width: 1023px) {
  .comments-block .comments-reg .tpl-left {
    width: 100%;
    float: none;
    display: block;
    margin: 0 0 30px;
    max-width: 300px;
  }
}
@media (max-width: 639px) {
  .comments-block .comments-reg .tpl-left {
    max-width: 100%;
    margin: 0 0 12px;
  }
}
.comments-block .comments-reg .tpl-right {
  overflow: hidden;
  max-width: 520px;
}
@media screen and (max-width: 1023px) {
  .comments-block .comments-reg .tpl-right {
    padding: 0;
    max-width: 100%;
  }
}
.comments-block .comments-reg .tpl-right .tpl-field {
  margin-bottom: 0;
}
.comments-block .comments-reg .tpl-right .tpl-field-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  padding: 0 0 20px;
}
@media (max-width: 767px) {
  .comments-block .comments-reg .tpl-right .tpl-field-text {
    font-size: 14px;
    line-height: 1.4;
    padding: 0 0 12px;
  }
}
@media (max-width: 639px) {
  .comments-block .comments-reg .tpl-right a {
    width: 100%;
  }
}
.comments-block .comments-reg .tpl-field {
  margin-bottom: 20px;
}
.comments-block .comments-reg .tpl-field .tpl-value {
  margin: 0;
}
.comments-block .comments-reg .mg-styler-label--checkbox {
  margin: 0;
}
.comments-block .comments-reg .tpl-btns {
  padding: 5px 0 0 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 639px) {
  .comments-block .comments-reg .tpl-btns {
    flex-direction: column;
  }
}
@media (max-width: 639px) {
  .comments-block .comments-reg .tpl-btns button {
    margin-bottom: 10px;
  }
}
/* Отзывы */
.shop-product-data {
  padding: 0;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .shop-product-data {
    margin-bottom: 20px;
  }
}
.shop-product-data.no_tabs {
  background: none;
  padding: 0;
}
.shop-product-data.no_tabs .desc-area {
  display: block;
  padding: 0;
}
.shop-product-data.no_tabs .desc-area.params_block {
  padding: 30px;
  background: var(--on_gr_bg_bg);
}
.shop-product-data__nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 1023px) {
  .shop-product-data__nav {
    margin: 0 -30px;
    display: flex;
    overflow: auto;
    white-space: nowrap;
  }
}
@media (max-width: 767px) {
  .shop-product-data__nav {
    display: none;
  }
}
.shop-product-data__nav li {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
@media (max-width: 1023px) {
  .shop-product-data__nav li:first-child {
    margin-left: 30px;
  }
}
@media (max-width: 1023px) {
  .shop-product-data__nav li:last-child {
    border-right: 30px solid transparent;
  }
}
.shop-product-data__nav li.r-tabs-state-active a {
  color: var(--gr_btn_3_text_h);
  border: 1px solid var(--gr_primary);
  box-shadow: none;
  background: var(--gr_primary);
}
.shop-product-data__nav li.r-tabs-state-active a:active {
  color: var(--gr_btn_3_text_a);
  border: 1px solid var(--gr_primary);
  box-shadow: none;
  background: var(--gr_primary);
}
.shop-product-data__nav li a svg {
  display: none;
}
.shop-product-data__desc-item {
  padding-bottom: 40px;
}
.shop-product-data__desc-item:last-child {
  padding-bottom: 0;
}
.shop-product-data__desc-title {
  padding: 0 0 30px;
}
.shop-product-data__desc .r-tabs-accordion-title {
  margin-bottom: 10px;
  display: none;
}
@media (max-width: 767px) {
  .shop-product-data__desc .r-tabs-accordion-title {
    display: block;
  }
}
.shop-product-data__desc .r-tabs-accordion-title:nth-last-child(2) {
  margin-bottom: 0;
}
.shop-product-data__desc .r-tabs-accordion-title.r-tabs-state-active {
  margin-bottom: 0;
}
.shop-product-data__desc .r-tabs-accordion-title.r-tabs-state-active a {
  color: var(--gr_btn_3_text_h);
  border: 1px solid var(--gr_primary);
  box-shadow: none;
  background: var(--gr_primary);
}
.shop-product-data__desc .r-tabs-accordion-title.r-tabs-state-active a span svg {
  fill: var(--gr_btn_3_text_h);
}
.shop-product-data__desc .r-tabs-accordion-title.r-tabs-state-active a span svg.tabs_down {
  display: none;
}
.shop-product-data__desc .r-tabs-accordion-title a {
  width: 100%;
}
.shop-product-data__desc .r-tabs-accordion-title a span {
  padding-right: 0px;
}
.shop-product-data__desc .r-tabs-accordion-title a span svg {
  display: none;
  right: -8px;
}
.shop-product-data__desc .desc-area {
  padding: 40px 0 0;
  display: none;
}
@media (max-width: 1260px) {
  .shop-product-data__desc .desc-area {
    padding: 30px 0 0;
  }
}
@media (max-width: 767px) {
  .shop-product-data__desc .desc-area {
    padding: 20px 0;
  }
}
.shop-product-data__desc .desc-area.r-tabs-state-active {
  display: block;
}
.shop-product-data__desc .desc-area.html_block {
  font-size: 16px;
  color: var(--on_gr_bg_sec_text_8);
}
.shop-product-data__desc .desc-area.params_block {
  padding: 30px 0 0;
}
@media (max-width: 767px) {
  .shop-product-data__desc .desc-area.params_block {
    padding: 20px 0;
  }
}
.shop-product-data__desc .desc-area.params_block .shop2-product-params .param-item {
  margin: 0;
  padding: 0;
  background: var(--on_gr_bg_bg);
}
.shop-product-data__desc .desc-area.params_block .shop2-product-params .param-item.gr_color_option .param-item__inner {
  align-items: center;
}
.shop-product-data__desc .desc-area.params_block .shop2-product-params .param-item__inner {
  margin: 0;
  padding: 10px 20px;
  display: flex;
  align-items: baseline;
}
@media (max-width: 767px) {
  .shop-product-data__desc .desc-area.params_block .shop2-product-params .param-item__inner {
    padding: 8px 12px;
  }
}
.shop-product-data__desc .desc-area.params_block .shop2-product-params .param-item.odd {
  background: var(--gr_bg);
}
.shop-product-data__desc .desc-area.params_block .shop2-product-params .param-title {
  margin: 0 10px 0 0;
  width: 40%;
}
@media (max-width: 767px) {
  .shop-product-data__desc .desc-area.params_block .shop2-product-params .param-title {
    font-size: 13px;
  }
}
.shop-product-data__desc .desc-area.params_block .shop2-product-params .param-body {
  width: calc(60% - 10px);
}
@media (max-width: 767px) {
  .shop-product-data__desc .desc-area.params_block .shop2-product-params .param-body {
    font-size: 13px;
  }
}
.shop-product-data__desc .desc-area.mods_block .kinds-block {
  margin: 0;
}
.shop-product-data__desc .desc-area.mods_block .kinds-block .kinds-block__items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
@media (max-width: 639px) {
  .shop-product-data__desc .desc-area.mods_block .kinds-block .kinds-block__items {
    margin: 0 -6px;
  }
}
.shop-product-data__desc .desc-area.mods_block .kinds-block .kinds-block__items .kind-item {
  width: calc(25% - 20px);
  margin: 0 10px 30px;
}
@media (max-width: 1023px) {
  .shop-product-data__desc .desc-area.mods_block .kinds-block .kinds-block__items .kind-item {
    width: calc(33.33% - 20px);
  }
}
@media (max-width: 639px) {
  .shop-product-data__desc .desc-area.mods_block .kinds-block .kinds-block__items .kind-item {
    margin: 0 6px 20px;
    width: calc(50% - 12px);
  }
}
@media (max-width: 479px) {
  .shop-product-data__desc .desc-area.mods_block .kinds-block .kinds-block__items .kind-item {
    margin: 0 0px 20px;
    width: calc(100%);
  }
}
.shop-product-data__desc .desc-area.mods_block .kinds-block .kinds-block__items .kind-item__form {
  padding: 20px;
  box-shadow: inset 0 0 0 1px var(--on_gr_bg_border_4);
  background: var(--on_gr_bg_bg);
}
.shop-product-data__desc .desc-area.mods_block .kinds-block .kinds-block__items .kind-item__inner {
  display: flex;
  height: 100%;
  flex-direction: column;
}
.shop-product-data__desc .desc-area.mods_block .kinds-block .kinds-block__items .kind-item .kind-item__top {
  padding-bottom: 20px;
}
.shop-product-data__desc .desc-area.mods_block .kinds-block .kinds-block__items .kind-item .kind-item__top > div:last-child {
  margin-bottom: 0 !important;
}
.shop-product-data__desc .desc-area.mods_block .kinds-block .kinds-block__items .kind-item .kind-image {
  position: relative;
  padding-top: 100%;
  margin: 0 0 18px;
  border-radius: var(--gr_inner_radius);
}
@media (max-width: 767px) {
  .shop-product-data__desc .desc-area.mods_block .kinds-block .kinds-block__items .kind-item .kind-image {
    margin: 0 0 8px;
  }
}
.shop-product-data__desc .desc-area.mods_block .kinds-block .kinds-block__items .kind-item .kind-image.no-image {
  background: var(--noImageDefault);
}
.shop-product-data__desc .desc-area.mods_block .kinds-block .kinds-block__items .kind-item .kind-image a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 0;
  overflow: hidden;
  border-radius: var(--gr_inner_radius);
  text-decoration: none;
  display: flex;
}
.shop-product-data__desc .desc-area.mods_block .kinds-block .kinds-block__items .kind-item .kind-image a:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
  background: var(--gr_img_overlay_a_05);
}
.shop-product-data__desc .desc-area.mods_block .kinds-block .kinds-block__items .kind-item .kind-image a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.shop-product-data__desc .desc-area.mods_block .kinds-block .kinds-block__items .kind-item .kind-image:hover .quick-view-trigger {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1, 1);
}
.shop-product-data__desc .desc-area.mods_block .kinds-block .kinds-block__items .kind-item .product-flags {
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  right: 0px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .shop-product-data__desc .desc-area.mods_block .kinds-block .kinds-block__items .kind-item .product-flags {
    top: 0;
    left: 0;
    right: 0;
  }
}
@media (max-width: 767px) {
  .shop-product-data__desc .desc-area.mods_block .kinds-block .kinds-block__items .kind-item .product-flags__item {
    font-size: 12px;
    line-height: 1.1;
  }
}
@media (max-width: 767px) {
  .shop-product-data__desc .desc-area.mods_block .kinds-block .kinds-block__items .kind-item .product-flags__item span {
    padding: 6px 10px 4px;
  }
}
.shop-product-data__desc .desc-area.mods_block .kinds-block .kinds-block__items .kind-item .quick-view-trigger {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.18s linear;
  transform: translate(-50%, -50%) scale(0.5, 0.5);
}
@media (max-width: 1023px) {
  .shop-product-data__desc .desc-area.mods_block .kinds-block .kinds-block__items .kind-item .quick-view-trigger {
    display: none;
  }
}
.shop-product-data__desc .desc-area.mods_block .kinds-block .kinds-block__items .kind-item .kind-name {
  font-size: 15px;
  line-height: 1.4;
  margin-bottom: 4px;
  font-weight: var(--font1_500);
}
@media (max-width: 767px) {
  .shop-product-data__desc .desc-area.mods_block .kinds-block .kinds-block__items .kind-item .kind-name {
    font-size: 14px;
    line-height: 1.3;
  }
}
.shop-product-data__desc .desc-area.mods_block .kinds-block .kinds-block__items .kind-item .kind-name a {
  color: var(--on_gr_bg_acc_text);
  text-decoration: none;
  transition: all 0.18s linear;
  border-bottom: 1px solid transparent;
}
.shop-product-data__desc .desc-area.mods_block .kinds-block .kinds-block__items .kind-item .kind-name a:hover {
  border-bottom-color: var(--on_gr_bg_acc_text_5);
}
.shop-product-data__desc .desc-area.mods_block .kinds-block .kinds-block__items .kind-item .kind-vendor {
  font-size: 13px;
  line-height: 1.25;
  margin-bottom: 8px;
}
.shop-product-data__desc .desc-area.mods_block .kinds-block .kinds-block__items .kind-item .kind-vendor a {
  color: var(--on_gr_bg_link);
  text-decoration: none;
  transition: all 0.18s linear;
  border-bottom: 1px solid transparent;
}
.shop-product-data__desc .desc-area.mods_block .kinds-block .kinds-block__items .kind-item .kind-vendor a:hover {
  border-bottom-color: var(--on_gr_bg_link_5);
}
.shop-product-data__desc .desc-area.mods_block .kinds-block .kinds-block__items .kind-item .tpl-stars {
  margin: 14px 0 20px -2px;
}
@media (max-width: 767px) {
  .shop-product-data__desc .desc-area.mods_block .kinds-block .kinds-block__items .kind-item .tpl-stars {
    margin: 0 0 8px -2px;
  }
}
.shop-product-data__desc .desc-area.mods_block .kinds-block .kinds-block__items .kind-item .shop2-product-article {
  font-size: 14px;
  line-height: 1.1;
  margin-bottom: 10px;
  color: var(--on_gr_bg_sec_text_4);
}
@media (max-width: 767px) {
  .shop-product-data__desc .desc-area.mods_block .kinds-block .kinds-block__items .kind-item .shop2-product-article {
    font-size: 13px;
    line-height: 1.25;
    margin-bottom: 8px;
  }
}
.shop-product-data__desc .desc-area.mods_block .kinds-block .kinds-block__items .kind-item .shop2-product-article span {
  color: var(--on_gr_bg_sec_text_4);
}
.shop-product-data__desc .desc-area.mods_block .kinds-block .kinds-block__items .kind-item .gr-product-anonce {
  color: var(--on_gr_bg_sec_text_6);
  font-size: 14px;
  line-height: 1.14;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .shop-product-data__desc .desc-area.mods_block .kinds-block .kinds-block__items .kind-item .gr-product-anonce {
    font-size: 13px;
    line-height: 1.25;
    margin-bottom: 8px;
  }
}
.shop-product-data__desc .desc-area.mods_block .kinds-block .kinds-block__items .kind-item .shop2-product-actions {
  margin: 0 -20px 18px 0;
}
@media (max-width: 767px) {
  .shop-product-data__desc .desc-area.mods_block .kinds-block .kinds-block__items .kind-item .shop2-product-actions {
    margin: 0 -15px 10px 0;
  }
}
.shop-product-data__desc .desc-area.mods_block .kinds-block .kinds-block__items .kind-item .shop2-product-actions dl dt {
  display: inline-flex;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .shop-product-data__desc .desc-area.mods_block .kinds-block .kinds-block__items .kind-item .shop2-product-actions dl dt {
    margin-right: 15px;
  }
}
@media (max-width: 767px) {
  .shop-product-data__desc .desc-area.mods_block .kinds-block .kinds-block__items .kind-item .shop2-product-actions dl dt .icon-action {
    width: 20px;
    height: 20px;
    min-width: 20px;
    background: none;
  }
}
@media (max-width: 767px) {
  .shop-product-data__desc .desc-area.mods_block .kinds-block .kinds-block__items .kind-item .shop2-product-actions dl dt .icon-action svg {
    fill: var(--gr_error);
  }
}
.shop-product-data__desc .desc-area.mods_block .kinds-block .kinds-block__items .kind-item .shop2-product-actions dl dt .name-action {
  width: auto;
}
@media (max-width: 767px) {
  .shop-product-data__desc .desc-area.mods_block .kinds-block .kinds-block__items .kind-item .shop2-product-actions dl dt .name-action {
    font-size: 13px;
    line-height: 1.25;
  }
}
.shop-product-data__desc .desc-area.mods_block .kinds-block .kinds-block__items .kind-item .product-compare {
  margin-top: 12px;
}
@media (max-width: 767px) {
  .shop-product-data__desc .desc-area.mods_block .kinds-block .kinds-block__items .kind-item .product-compare {
    margin-top: 10px;
  }
}
.shop-product-data__desc .desc-area.mods_block .kinds-block .kinds-block__items .kind-item .gr-favorite-btn-wrapper {
  margin-top: 12px;
}
.shop-product-data__desc .desc-area.mods_block .kinds-block .kinds-block__items .kind-item .kind-additional__top {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
}
.shop-product-data__desc .desc-area.mods_block .kinds-block .kinds-block__items .kind-item .kind-additional__btns {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.shop-product-data__desc .desc-area.mods_block .kinds-block .kinds-block__items .kind-item .kind-additional__add {
  display: flex;
  flex-direction: column;
}
.shop-product-data__desc .desc-area.mods_block .kinds-block .kinds-block__items .kind-item .gr-amount-flag {
  order: 2;
  margin: 0 0 7px;
}
@media (max-width: 767px) {
  .shop-product-data__desc .desc-area.mods_block .kinds-block .kinds-block__items .kind-item .gr-amount-flag {
    margin: 0 0 4px;
  }
}
@media (max-width: 767px) {
  .shop-product-data__desc .desc-area.mods_block .kinds-block .kinds-block__items .kind-item .gr-amount-flag span {
    font-size: 11px;
    padding: 5px 10px 4px;
  }
}
.shop-product-data__desc .desc-area.mods_block .kinds-block .kinds-block__items .kind-item .kind-price {
  font-size: 0;
  margin-right: 5px;
  margin-bottom: 8px;
  display: flex;
  align-items: flex-start;
  flex-direction: column-reverse;
}
.shop-product-data__desc .desc-area.mods_block .kinds-block .kinds-block__items .kind-item .kind-price .price-old {
  font-size: 0;
  font-family: var(--font2);
  color: var(--on_gr_bg_sec_text_6);
  font-weight: var(--font2_500);
  vertical-align: top;
  display: inline-block;
}
@media (max-width: 1260px) {
  .shop-product-data__desc .desc-area.mods_block .kinds-block .kinds-block__items .kind-item .kind-price .price-old {
    margin-left: 0;
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .shop-product-data__desc .desc-area.mods_block .kinds-block .kinds-block__items .kind-item .kind-price .price-old {
    margin-bottom: 1px;
  }
}
.shop-product-data__desc .desc-area.mods_block .kinds-block .kinds-block__items .kind-item .kind-price .price-old span strong {
  font-weight: var(--font2_400);
  font-size: 15px;
  line-height: 1;
  text-decoration: line-through;
}
@media (max-width: 767px) {
  .shop-product-data__desc .desc-area.mods_block .kinds-block .kinds-block__items .kind-item .kind-price .price-old span strong {
    font-size: 14px;
  }
}
.shop-product-data__desc .desc-area.mods_block .kinds-block .kinds-block__items .kind-item .kind-price .price-old span span {
  font-size: 15px;
  line-height: 1;
  padding-left: 5px;
}
@media (max-width: 767px) {
  .shop-product-data__desc .desc-area.mods_block .kinds-block .kinds-block__items .kind-item .kind-price .price-old span span {
    font-size: 13px;
  }
}
.shop-product-data__desc .desc-area.mods_block .kinds-block .kinds-block__items .kind-item .kind-price .price-current {
  order: -1;
  font-size: 0;
  font-family: var(--font2);
  color: var(--on_gr_bg_acc_text);
  font-weight: var(--font2_700);
}
.shop-product-data__desc .desc-area.mods_block .kinds-block .kinds-block__items .kind-item .kind-price .price-current.price_on_request strong {
  font-size: 18px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .shop-product-data__desc .desc-area.mods_block .kinds-block .kinds-block__items .kind-item .kind-price .price-current.price_on_request strong {
    font-size: 15px;
    line-height: 1.3;
  }
}
.shop-product-data__desc .desc-area.mods_block .kinds-block .kinds-block__items .kind-item .kind-price .price-current strong {
  display: inline-block;
  font-size: 22px;
  line-height: 1;
  font-weight: var(--font2_700);
}
@media (max-width: 767px) {
  .shop-product-data__desc .desc-area.mods_block .kinds-block .kinds-block__items .kind-item .kind-price .price-current strong {
    font-size: 18px;
    line-height: 1;
  }
}
.shop-product-data__desc .desc-area.mods_block .kinds-block .kinds-block__items .kind-item .kind-price .price-current span {
  font-size: 14px;
  line-height: 1;
  padding-left: 5px;
}
@media (max-width: 767px) {
  .shop-product-data__desc .desc-area.mods_block .kinds-block .kinds-block__items .kind-item .kind-price .price-current span {
    padding-left: 4px;
  }
}
.shop-product-data__desc .desc-area.mods_block .kinds-block .kinds-block__items .kind-item .product-amount {
  width: auto;
}
.shop-product-data__desc .desc-area.mods_block .kinds-block .kinds-block__items .kind-item .product-amount .amount-title {
  display: none;
}
.shop-product-data__desc .desc-area.mods_block .kinds-block .kinds-block__items .kind-item .product-amount .amount-min {
  color: var(--on_gr_bg_sec_text_6);
  font-size: 13px;
  line-height: 1.1;
  margin: 0 0 4px;
}
@media (max-width: 767px) {
  .shop-product-data__desc .desc-area.mods_block .kinds-block .kinds-block__items .kind-item .product-amount .amount-min {
    margin: 0 0 2px;
  }
}
.shop-product-data__desc .desc-area.mods_block .kinds-block .kinds-block__items .kind-item .product-amount .shop2-product-amount {
  float: left;
  margin-right: 10px;
  width: 110px;
}
@media (max-width: 1340px) {
  .shop-product-data__desc .desc-area.mods_block .kinds-block .kinds-block__items .kind-item .product-amount .shop2-product-amount {
    width: 100px;
  }
}
@media (max-width: 1260px) {
  .shop-product-data__desc .desc-area.mods_block .kinds-block .kinds-block__items .kind-item .product-amount .shop2-product-amount {
    width: 86px;
    margin-right: 6px;
  }
}
.shop-product-data__desc .desc-area.mods_block .kinds-block .kinds-block__items .kind-item .product-amount .shop2-product-amount.disabled {
  display: none;
}
.shop-product-data__desc .desc-area.mods_block .kinds-block .kinds-block__items .kind-item .product-amount .shop2-product-amount input, .shop-product-data__desc .desc-area.mods_block .kinds-block .kinds-block__items .kind-item .product-amount .shop2-product-amount button {
  height: 48px;
  line-height: 48px;
}
@media (max-width: 1260px) {
  .shop-product-data__desc .desc-area.mods_block .kinds-block .kinds-block__items .kind-item .product-amount .shop2-product-amount input, .shop-product-data__desc .desc-area.mods_block .kinds-block .kinds-block__items .kind-item .product-amount .shop2-product-amount button {
    height: 40px;
    line-height: 40px;
  }
}
.shop-product-data__desc .desc-area.mods_block .kinds-block .kinds-block__items .kind-item .shop-product-btn.notavailable {
  width: 100%;
}
@media (max-width: 1260px) {
  .shop-product-data__desc .desc-area.mods_block .kinds-block .kinds-block__items .kind-item .shop-product-btn.notavailable {
    padding: 12px 15px 13px;
    font-size: 14px;
    line-height: 1.1;
  }
}
@media (max-width: 639px) {
  .shop-product-data__desc .desc-area.mods_block .kinds-block .kinds-block__items .kind-item .shop-product-btn.notavailable span {
    padding-right: 0;
  }
  .shop-product-data__desc .desc-area.mods_block .kinds-block .kinds-block__items .kind-item .shop-product-btn.notavailable span svg {
    display: none;
  }
}
.shop-product-data__desc .desc-area.mods_block .kinds-block .kinds-block__items .kind-item .shop-product-btn.notavailable span svg {
  width: 24px;
}
.shop-product-data__desc .desc-area.mods_block .kinds-block .kinds-block__items .kind-item .shop-product-btn:not(.notavailable) {
  float: right;
  width: 50px;
  height: 50px;
  padding: 0;
  font-size: 0;
  background: var(--gr_accent);
}
@media (max-width: 1260px) {
  .shop-product-data__desc .desc-area.mods_block .kinds-block .kinds-block__items .kind-item .shop-product-btn:not(.notavailable) {
    height: 40px;
    width: 44px;
  }
}
.shop-product-data__desc .desc-area.mods_block .kinds-block .kinds-block__items .kind-item .shop-product-btn:not(.notavailable) span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  font-size: 0;
}
.shop-product-data__desc .desc-area.mods_block .kinds-block .kinds-block__items .kind-item .shop-product-btn:not(.notavailable) span svg {
  right: auto;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
}
.shop-product-data__desc .desc-area.mods_block .kinds-block .kinds-block__items .kind-item .buy-one-click {
  margin-top: 12px;
  width: 100%;
}
@media (max-width: 767px) {
  .shop-product-data__desc .desc-area.mods_block .kinds-block .kinds-block__items .kind-item .buy-one-click {
    margin-top: 10px;
    padding: 12px 15px 13px;
    font-size: 14px;
    line-height: 1.1;
  }
}
@media (max-width: 767px) {
  .shop-product-data__desc .desc-area.mods_block .kinds-block .kinds-block__items .kind-item .buy-one-click.buy_one_click_action {
    padding: 12px 15px 13px;
    font-size: 14px;
    line-height: 1.1;
  }
}
.shop-product-data__desc .desc-area p {
  margin: 0;
}
.shop-product-data__desc .desc-area p + p {
  margin-top: 10px;
}
/* Табы */
.shop2-order-options.shop2-delivery, .shop2-delivery {
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  .shop2-order-options.shop2-delivery, .shop2-delivery {
    margin: 0 0 20px;
  }
}
.shop2-order-options.shop2-delivery h2, .shop2-delivery h2 {
  margin: 0;
  padding: 0 0 30px;
  border: none;
  font-size: 22px;
  line-height: 1.1;
  color: var(--on_gr_bg_acc_text);
  font-family: var(--font1);
  font-weight: var(--font1_700);
}
@media (max-width: 1260px) {
  .shop2-order-options.shop2-delivery h2, .shop2-delivery h2 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .shop2-order-options.shop2-delivery h2, .shop2-delivery h2 {
    font-size: 18px;
    line-height: 1.1;
    padding: 0 0 10px;
  }
}
.shop2-order-options.shop2-delivery > .options-list, .shop2-delivery > .options-list {
  margin: 0 0 30px;
  font-size: inherit;
}
@media (max-width: 767px) {
  .shop2-order-options.shop2-delivery > .options-list, .shop2-delivery > .options-list {
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 639px) {
  .shop2-order-options.shop2-delivery > .options-list, .shop2-delivery > .options-list {
    padding: 0;
  }
}
.shop2-order-options.shop2-delivery > .options-list .option-type, .shop2-delivery > .options-list .option-type {
  position: relative;
  border-color: var(--on_gr_bg_border_08);
}
.shop2-order-options.shop2-delivery > .options-list .option-type .option-label, .shop2-delivery > .options-list .option-type .option-label {
  position: relative;
  padding: 20px 30px;
}
@media screen and (max-width: 639px) {
  .shop2-order-options.shop2-delivery > .options-list .option-type .option-label, .shop2-delivery > .options-list .option-type .option-label {
    padding: 12px;
  }
}
.shop2-order-options.shop2-delivery > .options-list .option-type .option-label input[type="radio"], .shop2-delivery > .options-list .option-type .option-label input[type="radio"] {
  padding: 0;
  opacity: 0;
  width: 30px;
  height: 30px;
  margin-right: 12px;
  display: inline-block;
  vertical-align: middle;
  visibility: hidden;
  -webkit-appearance: none;
}
@media (max-width: 1260px) {
  .shop2-order-options.shop2-delivery > .options-list .option-type .option-label input[type="radio"], .shop2-delivery > .options-list .option-type .option-label input[type="radio"] {
    width: 30px;
    height: 30px;
    margin-right: 12px;
  }
}
@media (max-width: 767px) {
  .shop2-order-options.shop2-delivery > .options-list .option-type .option-label input[type="radio"], .shop2-delivery > .options-list .option-type .option-label input[type="radio"] {
    width: 26px;
    height: 26px;
    margin-right: 12px;
  }
}
.shop2-order-options.shop2-delivery > .options-list .option-type .option-label input[type="radio"]:checked + span, .shop2-delivery > .options-list .option-type .option-label input[type="radio"]:checked + span {
  color: var(--on_gr_bg_acc_text);
}
.shop2-order-options.shop2-delivery > .options-list .option-type .option-label input[type="radio"]:checked + span:before, .shop2-delivery > .options-list .option-type .option-label input[type="radio"]:checked + span:before {
  border: none;
  box-shadow: inset 0 0 0 7px var(--gr_primary);
  background: var(--on_gr_bg_bg);
}
.shop2-order-options.shop2-delivery > .options-list .option-type .option-label span, .shop2-delivery > .options-list .option-type .option-label span {
  position: relative;
  padding: 0;
  font: var(--font1_300) 16px/ 1.25 var(--font1);
  color: var(--on_gr_bg_acc_text);
  max-width: calc(100% - 30px - 12px);
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 1260px) {
  .shop2-order-options.shop2-delivery > .options-list .option-type .option-label span, .shop2-delivery > .options-list .option-type .option-label span {
    max-width: calc(100% - 30px - 12px);
  }
}
@media (max-width: 767px) {
  .shop2-order-options.shop2-delivery > .options-list .option-type .option-label span, .shop2-delivery > .options-list .option-type .option-label span {
    max-width: calc(100% - 26px - 12px);
  }
}
.shop2-order-options.shop2-delivery > .options-list .option-type .option-label span:before, .shop2-delivery > .options-list .option-type .option-label span:before {
  position: absolute;
  top: 50%;
  left: -42px;
  width: 30px;
  height: 30px;
  content: "";
  margin-top: -15px;
  border: none;
  background: var(--on_gr_bg_bg);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0), inset 0 0 0 1px var(--tableBorder);
  border-radius: 50%;
  transition: background-color 0.2s, box-shadow 0.2s;
}
@media (max-width: 1260px) {
  .shop2-order-options.shop2-delivery > .options-list .option-type .option-label span:before, .shop2-delivery > .options-list .option-type .option-label span:before {
    left: -42px;
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
}
@media (max-width: 767px) {
  .shop2-order-options.shop2-delivery > .options-list .option-type .option-label span:before, .shop2-delivery > .options-list .option-type .option-label span:before {
    left: -38px;
    width: 26px;
    height: 26px;
    margin-top: -13px;
  }
}
.shop2-order-options.shop2-delivery > .options-list .option-type.active-type, .shop2-delivery > .options-list .option-type.active-type {
  margin-top: -1px;
  background: var(--on_gr_bg_bg);
  border-radius: var(--gr_small_radius);
  border: 1px solid var(--gr_accent_5);
  box-shadow: none;
}
.shop2-order-options.shop2-delivery > .options-list .option-type.active-type:last-child, .shop2-delivery > .options-list .option-type.active-type:last-child {
  border: 1px solid var(--gr_accent_5);
}
.shop2-order-options.shop2-delivery > .options-list .option-type.active-type:first-child, .shop2-delivery > .options-list .option-type.active-type:first-child {
  border: 1px solid var(--gr_accent_5);
  margin-top: 0;
}
.shop2-order-options.shop2-delivery > .options-list .option-type:first-child, .shop2-delivery > .options-list .option-type:first-child {
  border-top: none;
}
.shop2-order-options.shop2-delivery > .options-list .option-type:last-child, .shop2-delivery > .options-list .option-type:last-child {
  border-bottom: none;
}
.shop2-order-options.shop2-delivery > .options-list .option-details, .shop2-delivery > .options-list .option-details {
  color: var(--on_gr_bg_sec_text);
  overflow: visible;
  padding: 0 30px 30px 30px;
}
@media screen and (max-width: 639px) {
  .shop2-order-options.shop2-delivery > .options-list .option-details, .shop2-delivery > .options-list .option-details {
    padding: 0 20px 20px 20px;
  }
}
.shop2-order-options.shop2-delivery > .options-list .option-details .option-item, .shop2-delivery > .options-list .option-details .option-item {
  max-width: 400px;
  margin: 0 0 20px;
}
@media (max-width: 767px) {
  .shop2-order-options.shop2-delivery > .options-list .option-details .option-item, .shop2-delivery > .options-list .option-details .option-item {
    margin: 0 0 15px;
  }
}
.shop2-order-options.shop2-delivery > .options-list .option-details .option-item label, .shop2-delivery > .options-list .option-details .option-item label {
  display: block;
}
.shop2-order-options.shop2-delivery > .options-list .option-details .option-item label > span, .shop2-delivery > .options-list .option-details .option-item label > span {
  display: block;
}
.shop2-order-options.shop2-delivery > .options-list .option-details .option-item + label + div, .shop2-delivery > .options-list .option-details .option-item + label + div {
  margin-top: 40px;
}
.shop2-order-options.shop2-delivery > .options-list .shop2-btn, .shop2-delivery > .options-list .shop2-btn {
  margin-right: 10px;
  vertical-align: middle;
}
.shop2-order-options.shop2-delivery .shop2-order-form.shop2-order-form--offset-left, .shop2-delivery .shop2-order-form.shop2-order-form--offset-left {
  margin: 0;
}
.shop2-order-options.shop2-delivery .shop2-order-form.shop2-order-form--offset-left .form-item, .shop2-delivery .shop2-order-form.shop2-order-form--offset-left .form-item {
  margin: 0 0 20px;
}
@media (max-width: 767px) {
  .shop2-order-options.shop2-delivery .shop2-order-form.shop2-order-form--offset-left .form-item, .shop2-delivery .shop2-order-form.shop2-order-form--offset-left .form-item {
    margin: 0 0 15px;
  }
}
.shop2-order-options.shop2-delivery .shop2-order-form.shop2-order-form--offset-left .form-item__captcha, .shop2-delivery .shop2-order-form.shop2-order-form--offset-left .form-item__captcha {
  margin: 0;
  padding: 0;
  font-size: 0;
}
.shop2-order-options.shop2-delivery .shop2-order-form.shop2-order-form--offset-left .form-item__captcha strong, .shop2-delivery .shop2-order-form.shop2-order-form--offset-left .form-item__captcha strong {
  margin: 0;
  padding: 0;
}
.shop2-order-options.shop2-delivery .shop2-order-form.shop2-order-form--offset-left .form-item > label, .shop2-delivery .shop2-order-form.shop2-order-form--offset-left .form-item > label {
  display: block;
  max-width: 400px;
}
.shop2-order-options.shop2-delivery .text-center, .shop2-delivery .text-center {
  text-align: left !important;
}
.shop2-order-options > .options-list {
  margin: 0 0 30px;
  font-size: inherit;
}
@media (max-width: 767px) {
  .shop2-order-options > .options-list {
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 639px) {
  .shop2-order-options > .options-list {
    padding: 0;
  }
}
.shop2-order-options > .options-list .option-type {
  position: relative;
  border-color: var(--on_gr_bg_border_08);
}
.shop2-order-options > .options-list .option-type .option-label {
  position: relative;
  padding: 20px 30px;
}
@media screen and (max-width: 639px) {
  .shop2-order-options > .options-list .option-type .option-label {
    padding: 12px;
  }
}
.shop2-order-options > .options-list .option-type .option-label > input[type="radio"] {
  width: 30px;
  height: 30px;
  padding: 0;
  opacity: 0;
  margin-right: 12px;
  display: inline-block;
  vertical-align: middle;
  visibility: hidden;
  -webkit-appearance: none;
}
@media (max-width: 1260px) {
  .shop2-order-options > .options-list .option-type .option-label > input[type="radio"] {
    width: 30px;
    height: 30px;
    margin-right: 12px;
  }
}
@media (max-width: 767px) {
  .shop2-order-options > .options-list .option-type .option-label > input[type="radio"] {
    width: 26px;
    height: 26px;
    margin-right: 12px;
  }
}
.shop2-order-options > .options-list .option-type .option-label > input[type="radio"]:checked + span {
  color: var(--on_gr_bg_acc_text);
}
.shop2-order-options > .options-list .option-type .option-label > input[type="radio"]:checked + span:before {
  border: none;
  box-shadow: inset 0 0 0 7px var(--gr_primary);
  background: var(--on_gr_bg_bg);
}
.shop2-order-options > .options-list .option-type .option-label .label-name {
  position: relative;
  padding: 0;
  font: var(--font1_300) 16px/ 1.25 var(--font1);
  color: var(--on_gr_bg_acc_text);
  max-width: calc(100% - 30px - 12px);
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 1260px) {
  .shop2-order-options > .options-list .option-type .option-label .label-name {
    max-width: calc(100% - 30px - 12px);
  }
}
@media (max-width: 767px) {
  .shop2-order-options > .options-list .option-type .option-label .label-name {
    max-width: calc(100% - 26px - 12px);
  }
}
.shop2-order-options > .options-list .option-type .option-label .label-name:before {
  position: absolute;
  top: 50%;
  left: -42px;
  width: 30px;
  height: 30px;
  content: "";
  margin-top: -15px;
  border: none;
  background: var(--on_gr_bg_bg);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0), inset 0 0 0 1px var(--tableBorder);
  border-radius: 50%;
  transition: background-color 0.2s, box-shadow 0.2s;
}
@media (max-width: 1260px) {
  .shop2-order-options > .options-list .option-type .option-label .label-name:before {
    left: -42px;
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
}
@media (max-width: 767px) {
  .shop2-order-options > .options-list .option-type .option-label .label-name:before {
    left: -38px;
    width: 26px;
    height: 26px;
    margin-top: -13px;
  }
}
.shop2-order-options > .options-list .option-type .option-label .label-icons {
  margin: 0;
  padding: 20px 0 0;
}
.shop2-order-options > .options-list .option-type .option-label .label-icons img {
  margin: 5px 10px 5px 0;
}
.shop2-order-options > .options-list .option-type .option-label .label-icons .payment_methods-column {
  margin: 0 10px 0 0;
  vertical-align: top;
}
.shop2-order-options > .options-list .option-type .option-label .label-icons .payment_methods-column > label {
  margin: 5px 10px 5px 0;
}
.shop2-order-options > .options-list .option-type .option-label .label-icons .payment_methods-column .mg-styler-label--radio:before {
  transition: scale(0.9, 0.9);
}
.shop2-order-options > .options-list .option-type .option-label .label-icons .payment_methods-column img {
  margin: 0 10px 0 0;
}
.shop2-order-options > .options-list .option-type.active-type {
  margin-top: -1px;
  background: var(--gr_bg);
  border-radius: var(--gr_inner_radius);
  border: 1px solid var(--gr_accent_5);
  box-shadow: 0 0 0 4px var(--gr_bg);
}
.shop2-order-options > .options-list .option-type.active-type:last-child {
  border: 1px solid var(--gr_accent_5);
}
.shop2-order-options > .options-list .option-type.active-type:first-child {
  margin-top: 0;
  border: 1px solid var(--gr_accent_5);
}
.shop2-order-options > .options-list .option-type:first-child {
  border-top: none;
}
.shop2-order-options > .options-list .option-type:last-child {
  border-bottom: none;
}
.shop2-order-options > .options-list .option-details {
  color: var(--on_gr_bg_sec_text);
  overflow: visible;
  padding: 0 30px 30px 30px;
}
@media screen and (max-width: 639px) {
  .shop2-order-options > .options-list .option-details {
    padding: 0 20px 20px 20px;
  }
}
.shop2-order-options > .options-list .option-details .option-item {
  max-width: 400px;
  margin: 0 0 20px;
}
@media (max-width: 767px) {
  .shop2-order-options > .options-list .option-details .option-item {
    margin: 0 0 15px;
  }
}
.shop2-order-options > .options-list .option-details .option-item:last-child {
  margin-bottom: 0;
}
.shop2-order-options > .options-list .option-details .option-item:last-child + label {
  display: block;
  margin-top: 20px;
}
.shop2-order-options > .options-list .option-details .option-item label {
  display: block;
}
.shop2-order-options > .options-list .option-details .option-item label > span {
  display: block;
}
.shop2-order-options > .options-list .shop2-btn {
  margin-right: 10px;
  vertical-align: middle;
}
.shop2-order-options .text-center {
  text-align: left !important;
}
.shop2-order-form ~ .form-item.form-item-submit {
  max-width: 400px;
  padding-top: 10px;
}
.shop2-order-form ~ .form-item.form-item-submit button {
  width: 100%;
}
.shop2-order-form .form-item {
  font-size: 0;
  max-width: 400px;
}
.shop2-order-form .form-item > label {
  display: block;
}
.shop2-order-form .form-item.form-item-submit {
  padding-top: 10px;
  text-align: left;
  max-width: 100%;
}
.shop2-payments-order {
  margin: 0 0 20px;
}
.shop2-payments-order .shop2-payment-type, .shop2-payments-order .payment_methods-column label {
  cursor: pointer;
  align-items: center;
  display: inline-flex;
}
.shop2-payments-order .shop2-payment-type:hover span, .shop2-payments-order .payment_methods-column label:hover span {
  color: var(--on_gr_bg_acc_text);
}
.shop2-payments-order .shop2-payment-type:hover span:before, .shop2-payments-order .payment_methods-column label:hover span:before {
  border: none;
  box-shadow: 0 0 0 0 var(--gr_primary), inset 0 0 0 2px var(--gr_primary);
  background: var(--on_gr_bg_bg);
}
.shop2-payments-order .shop2-payment-type:hover input[type="radio"]:checked + span, .shop2-payments-order .payment_methods-column label:hover input[type="radio"]:checked + span {
  color: var(--on_gr_bg_acc_text);
}
.shop2-payments-order .shop2-payment-type:hover input[type="radio"]:checked + span:before, .shop2-payments-order .payment_methods-column label:hover input[type="radio"]:checked + span:before {
  border: none;
  box-shadow: inset 0 0 0 7px var(--gr_primary);
  background: var(--on_gr_bg_bg);
}
.shop2-payments-order .shop2-payment-type input[type="radio"], .shop2-payments-order .payment_methods-column label input[type="radio"] {
  width: 30px;
  height: 30px;
  padding: 0;
  opacity: 0;
  margin-right: 12px;
  display: inline-block;
  vertical-align: middle;
  visibility: hidden;
  -webkit-appearance: none;
}
@media (max-width: 1260px) {
  .shop2-payments-order .shop2-payment-type input[type="radio"], .shop2-payments-order .payment_methods-column label input[type="radio"] {
    width: 30px;
    height: 30px;
    margin-right: 12px;
  }
}
@media (max-width: 767px) {
  .shop2-payments-order .shop2-payment-type input[type="radio"], .shop2-payments-order .payment_methods-column label input[type="radio"] {
    width: 26px;
    height: 26px;
    margin-right: 12px;
  }
}
.shop2-payments-order .shop2-payment-type input[type="radio"]:checked + span, .shop2-payments-order .payment_methods-column label input[type="radio"]:checked + span {
  color: var(--on_gr_bg_acc_text);
}
.shop2-payments-order .shop2-payment-type input[type="radio"]:checked + span:before, .shop2-payments-order .payment_methods-column label input[type="radio"]:checked + span:before {
  border: none;
  box-shadow: inset 0 0 0 7px var(--gr_primary);
  background: var(--on_gr_bg_bg);
}
.shop2-payments-order .shop2-payment-type span, .shop2-payments-order .payment_methods-column label span {
  position: relative;
  font: var(--font1_300) 16px/ 1.25 var(--font1);
  color: var(--on_gr_bg_acc_text);
  max-width: calc(100% - 30px - 12px);
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 1260px) {
  .shop2-payments-order .shop2-payment-type span, .shop2-payments-order .payment_methods-column label span {
    max-width: calc(100% - 30px - 12px);
  }
}
@media (max-width: 767px) {
  .shop2-payments-order .shop2-payment-type span, .shop2-payments-order .payment_methods-column label span {
    max-width: calc(100% - 26px - 12px);
  }
}
.shop2-payments-order .shop2-payment-type span:before, .shop2-payments-order .payment_methods-column label span:before {
  position: absolute;
  top: 50%;
  left: -42px;
  width: 30px;
  height: 30px;
  content: "";
  margin-top: -15px;
  border: none;
  background: var(--on_gr_bg_bg);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0), inset 0 0 0 1px var(--tableBorder);
  border-radius: 50%;
  transition: background-color 0.2s, box-shadow 0.2s;
}
@media (max-width: 1260px) {
  .shop2-payments-order .shop2-payment-type span:before, .shop2-payments-order .payment_methods-column label span:before {
    left: -42px;
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
}
@media (max-width: 767px) {
  .shop2-payments-order .shop2-payment-type span:before, .shop2-payments-order .payment_methods-column label span:before {
    left: -38px;
    width: 26px;
    height: 26px;
    margin-top: -13px;
  }
}
.shop2-payments-order label {
  margin: 0 10px 10px 0;
}
.shop2-payments-order .label-icons {
  margin: 5px 0 20px;
}
.shop2-payments-order .label-icons img {
  margin: 5px 5px 5px 0;
}
.shop2-payments-order + .text-right {
  text-align: left !important;
}
#shop2-order-delivery .shop2-delivery--item__tab {
  background: #fff;
}
#shop2-order-delivery .options-list .shop2-delivery--item__tab .label .delivery-items .option-type .option-details {
  padding-bottom: 30px;
}
#shop2-order-delivery .shop2-delivery--item__tab:last-child {
  margin-bottom: 40px;
}
.shop2-edost {
  margin: 0;
}
.shop2-edost .shop2-edost-variant {
  color: var(--on_gr_bg_sec_text);
  padding: 8px 0;
  border-bottom: 1px solid var(--on_gr_bg_border_08);
}
.shop2-edost .shop2-edost-variant > label {
  padding: 5px 0;
  font-size: 15px;
}
.shop2-edost .shop2-edost-variant > label .shop2-edost-control {
  min-width: 120px;
}
.shop2-edost .shop2-edost-office {
  padding: 15px;
  background: var(--gr_bg);
  margin: 15px 0 10px 100px;
  box-shadow: inset 0 0 0 1px var(--on_gr_bg_border_08);
  font: 400 14px/ normal var(--font2);
}
@media screen and (max-width: 639px) {
  .shop2-edost .shop2-edost-office {
    font-size: 12px;
    margin: 5px 0 5px;
  }
}
.shop2-edost .shop2-edost-office > label {
  display: flex;
  align-items: center;
}
.shop2-edost .shop2-edost-office .shop2-edost-control {
  min-width: 30px;
  width: 30px;
  padding: 0;
  margin-right: 10px;
}
.shop2-edost .shop2-edost-control {
  min-width: 120px;
  position: relative;
  min-height: 30px;
  margin: 0;
  padding-left: 42px;
}
.shop2-edost .shop2-edost-control:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  margin-right: 12px;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  border: none;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0), inset 0 0 0 1px var(--tableBorder);
  background: var(--on_gr_bg_bg);
  border-radius: 50%;
  transition: background-color 0.2s, box-shadow 0.2s;
}
.shop2-edost .shop2-edost-control:hover:before {
  border: none;
  box-shadow: 0 0 0 0 var(--gr_primary), inset 0 0 0 2px var(--gr_primary);
  background: var(--on_gr_bg_bg);
}
.shop2-edost .shop2-edost-control.active:before {
  border: none;
  box-shadow: inset 0 0 0 7px var(--gr_primary);
  background: var(--on_gr_bg_bg);
}
.shop2-edost .shop2-edost-control.active:hover:before {
  border: none;
  box-shadow: inset 0 0 0 7px var(--gr_primary);
  background: var(--on_gr_bg_bg);
}
.shop2-edost .shop2-edost-control input {
  position: absolute;
  width: 0;
  height: 0;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-appearance: none;
}
.shop2-edost .shop2-edost-control img {
  margin: 0;
}
/* Доставка */
.cart-page__top {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1023px) {
  .cart-page__top {
    flex-direction: column;
  }
}
.cart-page__left {
  width: calc(100% - 400px - 40px);
}
@media (max-width: 1260px) {
  .cart-page__left {
    width: calc(100% - 308px - 20px);
  }
}
@media (max-width: 1023px) {
  .cart-page__left {
    width: 100%;
  }
}
.cart-page__left .shop2-warning {
  margin-top: 0;
}
.cart-page__right {
  width: 400px;
  margin-left: 40px;
}
@media (max-width: 1260px) {
  .cart-page__right {
    width: 308px;
    margin-left: 20px;
  }
}
@media (max-width: 1023px) {
  .cart-page__right {
    width: 100%;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
  }
}
@media (min-width: 1024px) {
  .cart-page__right > div:last-child {
    margin-bottom: 0;
  }
}
.cart-page__bottom .shop2-order-options.shop2-order-in-one-page-form {
  margin: 30px 0;
  padding: 30px;
  border-radius: var(--gr_inner_radius);
  box-shadow: inset 0 0 0 1px var(--on_gr_bg_border_4);
  background: var(--gr_bg);
}
@media (max-width: 767px) {
  .cart-page__bottom .shop2-order-options.shop2-order-in-one-page-form {
    margin: 20px 0;
  }
}
#shop2-cart {
  margin: 0;
}
@media (max-width: 1023px) {
  #shop2-cart {
    margin: 0 0 30px;
  }
}
@media (max-width: 767px) {
  #shop2-cart {
    margin: 0 0 20px;
  }
}
#shop2-cart .shop2-cart-table {
  display: flex;
  flex-direction: column;
}
#shop2-cart .shop2-cart-table__btns {
  order: 3;
  margin: 28px 0 0;
}
@media (max-width: 767px) {
  #shop2-cart .shop2-cart-table__btns {
    margin: 20px 0 0;
  }
}
#shop2-cart .shop2-cart-table__cleanup {
  font-size: 0;
  text-align: right;
}
#shop2-cart .shop2-cart-table__cleanup a {
  font-size: 13px;
  line-height: 1.1;
  color: var(--gr_primary);
}
#shop2-cart .shop2-cart-table__cleanup a ins {
  transform: translateY(2px);
  vertical-align: top;
  display: inline-block;
  transition: all 0.18s linear;
  border-bottom: 1px solid transparent;
}
#shop2-cart .shop2-cart-table__cleanup a span {
  padding-left: 30px;
}
#shop2-cart .shop2-cart-table__cleanup a span svg {
  left: -7px;
  fill: var(--on_gr_bg_icon);
}
#shop2-cart .shop2-cart-table__cleanup a:hover ins {
  border-bottom-color: var(--gr_primary);
}
#shop2-cart .shop2-cart-table__heading {
  order: 1;
  padding: 0 0 20px;
  display: flex;
  align-items: center;
  display: none;
}
#shop2-cart .shop2-cart-table__heading-left {
  width: 500px;
  margin-right: 20px;
}
#shop2-cart .shop2-cart-table__heading-right {
  width: calc(100% - 500px - 20px);
  display: flex;
  align-items: center;
}
#shop2-cart .shop2-cart-table__heading-right .shop2-cart-table__heading-item {
  width: calc(33.333% - 13px);
}
#shop2-cart .shop2-cart-table__heading-item {
  font-size: 15px;
  font-weight: 400;
}
#shop2-cart .shop2-cart-table .cart-products {
  order: 2;
}
#shop2-cart .shop2-cart-table .cart-products__item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 30px;
  box-shadow: inset 0 0 0 1px var(--on_gr_bg_border_4);
  margin-bottom: 20px;
  border-radius: var(--gr_inner_radius);
  background: var(--on_gr_bg_bg);
}
#shop2-cart .shop2-cart-table .cart-products__item:last-child {
  margin-bottom: 0;
}
@media (max-width: 1260px) {
  #shop2-cart .shop2-cart-table .cart-products__item {
    display: block;
  }
}
@media (max-width: 767px) {
  #shop2-cart .shop2-cart-table .cart-products__item {
    padding: 20px;
  }
}
#shop2-cart .shop2-cart-table .cart-products__left {
  width: calc(50% - 10px);
  margin-right: 20px;
}
@media (max-width: 1260px) {
  #shop2-cart .shop2-cart-table .cart-products__left {
    width: 100%;
    margin: 0 0 20px;
  }
}
@media (max-width: 767px) {
  #shop2-cart .shop2-cart-table .cart-products__left {
    margin: 0 0 18px;
  }
}
#shop2-cart .shop2-cart-table .cart-products__right {
  width: calc(50% - 10px);
  display: flex;
  align-items: flex-end;
}
@media (max-width: 1260px) {
  #shop2-cart .shop2-cart-table .cart-products__right {
    width: 100%;
    padding: 0 0 0 110px;
  }
}
@media (max-width: 767px) {
  #shop2-cart .shop2-cart-table .cart-products__right {
    padding: 0;
  }
}
#shop2-cart .shop2-cart-table .cart-product {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media (max-width: 767px) {
  #shop2-cart .shop2-cart-table .cart-product {
    display: block;
  }
}
#shop2-cart .shop2-cart-table .cart-product__left {
  width: 90px;
  margin-right: 20px;
}
@media (max-width: 767px) {
  #shop2-cart .shop2-cart-table .cart-product__left {
    float: left;
    width: 80px;
    margin: 0 10px 12px 0;
  }
}
#shop2-cart .shop2-cart-table .cart-product__right {
  width: calc(100% - 90px - 20px);
}
@media (max-width: 767px) {
  #shop2-cart .shop2-cart-table .cart-product__right {
    width: 100%;
  }
}
#shop2-cart .shop2-cart-table .cart-product__image {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
  border-radius: var(--gr_inner_radius);
}
#shop2-cart .shop2-cart-table .cart-product__image.no-image {
  background: var(--noImageDefault);
  background-size: 40%;
}
#shop2-cart .shop2-cart-table .cart-product__image a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 0;
  text-decoration: none;
  display: flex;
}
#shop2-cart .shop2-cart-table .cart-product__image a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#shop2-cart .shop2-cart-table .cart-product .cart-product-name {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 2px;
  transition: all 0.18s linear;
}
@media (max-width: 767px) {
  #shop2-cart .shop2-cart-table .cart-product .cart-product-name {
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 6px;
  }
}
#shop2-cart .shop2-cart-table .cart-product .cart-product-name a {
  color: var(--on_gr_bg_acc_text);
  text-decoration: none;
  transition: all 0.18s linear;
  border-bottom: 1px solid transparent;
}
#shop2-cart .shop2-cart-table .cart-product .cart-product-name a:hover {
  border-bottom-color: var(--on_gr_bg_acc_text_5);
}
#shop2-cart .shop2-cart-table .cart-product .cart-product-article {
  font-size: 14px;
  line-height: 1.1;
  margin-bottom: 10px;
  color: var(--on_gr_bg_sec_text_6);
}
@media (max-width: 767px) {
  #shop2-cart .shop2-cart-table .cart-product .cart-product-article {
    font-size: 12px;
    line-height: 1.16;
    margin-bottom: 6px;
  }
}
#shop2-cart .shop2-cart-table .cart-product .cart-product-article span {
  font-family: var(--font2);
}
#shop2-cart .shop2-cart-table .cart-product .cart-product-action {
  color: var(--gr_error);
  font-size: 14px;
  line-height: 1.14;
  font-family: var(--font1);
  font-weight: var(--font1_500);
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  #shop2-cart .shop2-cart-table .cart-product .cart-product-action {
    margin-bottom: 6px;
  }
}
#shop2-cart .shop2-cart-table .cart-product .cart-product-action strong {
  font-family: var(--font2);
  font-weight: var(--font1_400);
}
#shop2-cart .shop2-cart-table .cart-product .cart-params__more {
  font-size: 0;
}
#shop2-cart .shop2-cart-table .cart-product .cart-params__more-btn {
  cursor: pointer;
  color: var(--gr_primary);
  font-size: 15px;
  line-height: 1.1;
  transition: all 0.18s linear;
  text-align: left;
  display: inline-flex;
  justify-content: flex-start;
}
#shop2-cart .shop2-cart-table .cart-product .cart-params__more-btn:hover ins {
  border-bottom: 1px dashed var(--gr_primary);
}
#shop2-cart .shop2-cart-table .cart-product .cart-params__more-btn.active span i {
  transform: translateY(-50%) rotate(-180deg);
}
#shop2-cart .shop2-cart-table .cart-product .cart-params__more-btn ins {
  transition: all 0.18s linear;
  border-bottom: 1px dashed var(--on_gr_bg_border_12);
}
#shop2-cart .shop2-cart-table .cart-product .cart-params__more-btn span {
  padding-right: 0;
}
#shop2-cart .shop2-cart-table .cart-product .cart-params__more-btn svg {
  display: none;
}
#shop2-cart .shop2-cart-table .cart-product .cart-params__body {
  display: none;
  padding: 15px 0 0;
}
#shop2-cart .shop2-cart-table .cart-product .cart-params__body .gr-select-wrapper:before {
  right: 10px;
}
@media (max-width: 1260px) {
  #shop2-cart .shop2-cart-table .cart-product .cart-params__body .gr-select-wrapper:before {
    right: 10px;
  }
}
@media (max-width: 767px) {
  #shop2-cart .shop2-cart-table .cart-product .cart-params__body .gr-select-wrapper:before {
    right: 10px;
  }
}
#shop2-cart .shop2-cart-table .cart-price, #shop2-cart .shop2-cart-table .cart-amount, #shop2-cart .shop2-cart-table .cart-sum {
  width: 33.33%;
  padding-right: 10px;
}
@media (max-width: 639px) {
  #shop2-cart .shop2-cart-table .cart-price, #shop2-cart .shop2-cart-table .cart-amount, #shop2-cart .shop2-cart-table .cart-sum {
    width: 50%;
  }
}
#shop2-cart .shop2-cart-table .cart-price .shop2-product-amount, #shop2-cart .shop2-cart-table .cart-amount .shop2-product-amount, #shop2-cart .shop2-cart-table .cart-sum .shop2-product-amount {
  text-align: left;
}
#shop2-cart .shop2-cart-table .cart-amount {
  position: relative;
}
#shop2-cart .shop2-cart-table .cart-amount .cart-price__preorder {
  color: var(--on_gr_bg_acc_text);
  font-family: var(--font1);
  font-weight: var(--font1_500);
  font-size: 16px;
  line-height: 1.2;
  display: block;
}
@media (max-width: 1260px) {
  #shop2-cart .shop2-cart-table .cart-amount .cart-price__preorder {
    text-align: center;
  }
}
@media (max-width: 639px) {
  #shop2-cart .shop2-cart-table .cart-amount .cart-price__preorder {
    text-align: left;
  }
}
#shop2-cart .shop2-cart-table .cart-amount .cart-product-amount {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1260px) {
  #shop2-cart .shop2-cart-table .cart-amount .cart-product-amount {
    align-items: center;
  }
}
@media (max-width: 639px) {
  #shop2-cart .shop2-cart-table .cart-amount .cart-product-amount {
    align-items: flex-start;
  }
}
#shop2-cart .shop2-cart-table .cart-amount .cart-product-amount .amount-min {
  order: -1;
  bottom: 100%;
  margin: 0 0 4px;
  font-size: 14px;
  line-height: 1.3;
  color: var(--on_gr_bg_sec_text);
}
#shop2-cart .shop2-cart-table .cart-price {
  font-size: 0;
  margin-bottom: 10px;
}
#shop2-cart .shop2-cart-table .cart-price.gift_price {
  margin-bottom: 0;
}
@media (max-width: 639px) {
  #shop2-cart .shop2-cart-table .cart-price {
    display: none;
  }
}
#shop2-cart .shop2-cart-table .cart-price.cart_old_price {
  margin-bottom: 0;
}
#shop2-cart .shop2-cart-table .cart-price.cart_old_price .cart-price__current {
  margin-bottom: 2px;
  font-family: var(--font1);
  color: var(--on_gr_bg_sec_text_6);
  font-weight: var(--font1_400);
}
#shop2-cart .shop2-cart-table .cart-price.cart_old_price .cart-price__current ins {
  position: relative;
  font-size: 14px;
  line-height: 1;
  text-decoration: line-through;
}
#shop2-cart .shop2-cart-table .cart-price.cart_old_price .cart-price__current span {
  font-size: 14px;
  line-height: 1;
}
#shop2-cart .shop2-cart-table .cart-price__preorder {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  color: var(--on_gr_bg_acc_text);
  font-family: var(--font1);
  font-weight: var(--font1_500);
  font-size: 15px;
  line-height: 1.2;
}
#shop2-cart .shop2-cart-table .cart-price__current {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  color: var(--on_gr_bg_acc_text);
  font-family: var(--font1);
  font-weight: var(--font1_500);
  font-size: 18px;
  line-height: 1.2;
}
#shop2-cart .shop2-cart-table .cart-price__current span {
  font-size: 15px;
  line-height: 1.2;
  padding-left: 5px;
}
#shop2-cart .shop2-cart-table .cart-price__discount {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  font-family: var(--font1);
  color: var(--on_gr_bg_acc_text);
  font-weight: var(--font1_500);
  font-size: 18px;
  line-height: 1.2;
}
#shop2-cart .shop2-cart-table .cart-price__discount span {
  font-size: 15px;
  line-height: 1.2;
  padding-left: 5px;
}
#shop2-cart .shop2-cart-table .cart-sum {
  padding-right: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  font-family: var(--font1);
  color: var(--on_gr_bg_acc_text);
  font-weight: var(--font1_500);
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 10px;
}
#shop2-cart .shop2-cart-table .cart-sum.gift_price {
  margin-bottom: 0;
}
@media (max-width: 1260px) {
  #shop2-cart .shop2-cart-table .cart-sum {
    justify-content: flex-end;
  }
}
#shop2-cart .shop2-cart-table .cart-sum span {
  font-size: 15px;
  line-height: 1.2;
  padding-left: 5px;
}
#shop2-cart .shop2-cart-table .cart-delete {
  position: absolute;
  top: -15px;
  right: -15px;
  display: flex;
}
@media (max-width: 480px) {
  #shop2-cart .shop2-cart-table .cart-delete {
    top: 45px;
    right: 0;
  }
}
#shop2-cart .shop2-cart-table .cart-delete a {
  width: 30px;
  height: 30px;
  min-height: 30px;
  background: var(--on_gr_bg_bg);
}
#shop2-cart .shop2-cart-table .cart-delete a:hover, #shop2-cart .shop2-cart-table .cart-delete a:active {
  background: var(--on_gr_bg_bg);
}
.coupon-additional {
  margin: 0 0 20px;
}
@media (max-width: 1023px) {
  .coupon-additional {
    width: 100%;
    order: -1;
  }
}
@media (max-width: 767px) {
  .coupon-additional {
    padding: 20px;
  }
}
.coupon-additional__title {
  padding: 0 0 30px;
  font-size: 22px;
  line-height: 1.1;
  color: var(--on_gr_bg_acc_text);
  font-family: var(--font1);
  font-weight: var(--font1_700);
  display: none;
}
@media (max-width: 767px) {
  .coupon-additional__title {
    font-size: 18px;
    line-height: 1.1;
    padding: 0 0 10px;
  }
}
.coupon-additional__btn {
  width: 100%;
}
.shop-coupon {
  padding: 30px;
  margin: 0 0 20px;
  border-radius: var(--gr_inner_radius);
  box-shadow: inset 0 0 0 1px var(--on_gr_bg_border_4);
  background: var(--on_gr_bg_bg);
}
@media (max-width: 1023px) {
  .shop-coupon {
    width: 100%;
    order: -1;
  }
}
@media (max-width: 767px) {
  .shop-coupon {
    padding: 20px;
  }
}
.shop-coupon__title {
  display: none;
  padding: 0 0 30px;
  font-size: 22px;
  line-height: 1.1;
  color: var(--on_gr_bg_acc_text);
  font-family: var(--font1);
  font-weight: var(--font1_700);
}
@media (max-width: 767px) {
  .shop-coupon__title {
    font-size: 18px;
    line-height: 1.1;
    padding: 0 0 10px;
  }
}
@media (max-width: 1023px) {
  .shop-coupon__body {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
  }
}
@media (max-width: 639px) {
  .shop-coupon__body {
    display: block;
  }
}
.shop-coupon .gr-field-style, .shop-coupon #orderForm {
  margin: 0 0 20px;
}
@media (max-width: 1023px) {
  .shop-coupon .gr-field-style, .shop-coupon #orderForm {
    margin: 0 16px 0 0;
    width: calc(100% - 192px - 16px);
  }
}
@media (max-width: 639px) {
  .shop-coupon .gr-field-style, .shop-coupon #orderForm {
    width: 100%;
    margin: 0 0 10px;
  }
}
.shop-coupon .coupon-btn {
  width: 100%;
}
@media (max-width: 1023px) {
  .shop-coupon .coupon-btn {
    width: 192px;
  }
}
@media (max-width: 639px) {
  .shop-coupon .coupon-btn {
    width: 100%;
  }
}
.shop-coupon .coupon-delete {
  width: 30px;
  height: 30px;
  min-height: 30px;
  margin: 0;
  background: var(--gr_bg);
}
.shop-coupon .coupon-delete svg {
  display: none;
}
.shop-coupon .coupon-delete svg.gr_small_icon {
  width: 20px;
  height: 20px;
  display: block;
}
.shop-coupon .coupon-delete:hover, .shop-coupon .coupon-delete:active {
  background: var(--gr_bg);
}
.shop-coupon .coupon-id {
  font-size: 15px;
  padding: 15px 0 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.shop-coupon .coupon-id__body {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.shop-coupon .coupon-id__body .coupon-code {
  margin-right: 15px;
}
.shop-coupon .coupon-id__body .coupon-code.error {
  color: var(--gr_error) !important;
}
.cart-total {
  padding: 30px;
  margin: 0 0 20px;
  border-radius: var(--gr_inner_radius);
  box-shadow: inset 0 0 0 1px var(--on_gr_bg_border_4);
  background: var(--on_gr_bg_bg);
}
@media (max-width: 1023px) {
  .cart-total {
    width: calc(50% - 10px);
    margin: 0 0 0 20px;
    order: 2;
  }
}
@media (max-width: 767px) {
  .cart-total {
    order: 0;
    padding: 20px;
    width: 100%;
    margin: 0 0 20px;
  }
}
.cart-total div.shop2-cart-update {
  margin-bottom: 15px;
  text-align: left;
}
.cart-total div.shop2-cart-update a {
  width: 100%;
  display: inline-flex !important;
}
.cart-total__item {
  padding: 18px 0;
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--on_gr_bg_border_4);
}
.cart-total__item.last_item .cart-total__title {
  width: 40%;
  color: var(--on_gr_bg_sec_text);
}
.cart-total__item.last_item .cart-total__body {
  width: 60%;
  font-size: 24px;
  line-height: 0.9;
}
.cart-total__item.coupon_item {
  display: block;
}
.cart-total__title {
  width: 50%;
  font-size: 15px;
  line-height: 1.1;
  font-family: var(--font2);
  color: var(--on_gr_bg_sec_text_7);
}
.cart-total__title .question {
  padding-left: 30px;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.cart-total__title .question:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: "icomoon";
  text-align: center;
  content: "";
  font-size: 20px;
  line-height: 20px;
  color: var(--on_gr_bg_sec_text_7);
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px var(--on_gr_bg_border_12);
}
.cart-total__title .question img {
  display: none;
}
.cart-total__body {
  width: 50%;
  text-align: right;
  font-size: 20px;
  line-height: 1.1;
  color: var(--on_gr_bg_acc_text);
  font-family: var(--font1);
  font-weight: var(--font1_500);
}
.cart-total__body span {
  font-size: 15px;
  line-height: 1.1;
}
.cart-total__btns {
  padding-top: 30px;
}
@media (max-width: 767px) {
  .cart-total__btns {
    padding-top: 20px;
  }
}
.cart-total__btns.no_btns {
  padding-top: 0;
}
.cart-total__btns.no_btns div.shop2-cart-update {
  margin: 30px 0 0;
}
@media (max-width: 767px) {
  .cart-total__btns.no_btns div.shop2-cart-update {
    margin: 20px 0 0;
  }
}
.cart-total .cart-total-checkout {
  width: 100%;
}
.cart-total .cart-total-checkout.cart_total_checkout {
  padding-left: 20px;
  padding-right: 20px;
}
.cart-total .cart-total-order-checkout {
  width: 100%;
}
.cart-total .cart-total-order-checkout.cart_total_order_checkout {
  padding-left: 20px;
  padding-right: 20px;
}
.cart-registration {
  padding: 30px;
  margin: 0 0 20px;
  border-radius: var(--gr_inner_radius);
  box-shadow: inset 0 0 0 1px var(--on_gr_bg_border_4);
  background: var(--on_gr_bg_bg);
}
@media (max-width: 1023px) {
  .cart-registration {
    width: calc(50% - 10px);
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cart-registration {
    width: 100%;
    padding: 20px;
  }
}
.cart-registration__title {
  padding: 0 0 30px;
  font-size: 22px;
  line-height: 1.1;
  color: var(--on_gr_bg_acc_text);
  font-family: var(--font1);
  font-weight: var(--font1_700);
}
@media (max-width: 1260px) {
  .cart-registration__title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .cart-registration__title {
    font-size: 18px;
    line-height: 1.1;
    padding: 0 0 10px;
  }
}
.cart-registration__text {
  font-size: 16px;
  line-height: 1.6;
  color: var(--on_gr_bg_sec_text);
  padding: 0 0 30px;
}
@media (max-width: 767px) {
  .cart-registration__text {
    padding: 0 0 12px;
    font-size: 15px;
    line-height: 1.3;
  }
}
.cart-registration__text a {
  text-decoration: none;
  transition: all 0.18s linear;
  border-bottom: 1px solid transparent;
}
.cart-registration__text a:hover {
  border-bottom-color: var(--on_gr_bg_link_5);
}
.cart-registration__btns .shop2-btn:first-letter {
  text-transform: uppercase;
}
.cart-registration__btns .cart-registration__btn a {
  width: 100%;
}
.cart-registration__btns .cart-registration__btn a.cart-registration-btn {
  padding-left: 20px;
  padding-right: 20px;
}
.shop-cart-text {
  font-size: 16px;
  line-height: 1.5;
  margin: 30px 0;
  padding: 30px;
  border-radius: var(--gr_inner_radius);
  box-shadow: inset 0 0 0 1px var(--on_gr_bg_border_4);
  background: var(--on_gr_white_const);
}
@media (max-width: 767px) {
  .shop-cart-text {
    margin: 20px 0;
  }
}
.shop2-cart-auth {
  padding: 30px;
  margin: 30px 0;
  background: none;
  font-size: 16px;
  line-height: 1.5;
  color: var(--on_gr_bg_sec_text);
  font-family: var(--font1);
  padding: 30px;
  border-radius: var(--gr_inner_radius);
  box-shadow: inset 0 0 0 1px var(--on_gr_bg_border_4);
  background: var(--gr_bg);
}
@media (max-width: 767px) {
  .shop2-cart-auth {
    padding: 20px;
    font-size: 15px;
    line-height: 1.3;
    margin: 20px 0;
  }
}
.shop2-cart-auth__form {
  margin: 20px 0;
  max-width: 400px;
}
@media (max-width: 767px) {
  .shop2-cart-auth__form {
    margin: 12px 0 20px;
  }
}
.shop2-cart-auth__row.shop2-cart-auth__row--top-offset {
  margin: 20px 0 0;
  color: var(--on_gr_bg_acc_text);
}
.shop2-cart-auth__row a {
  color: var(--on_gr_bg_link);
  text-decoration: none;
  transition: all 0.18s linear;
  border-bottom: 1px solid transparent;
}
.shop2-cart-auth__row a:hover, .shop2-cart-auth__row a:active {
  color: var(--on_gr_bg_link);
  border-bottom-color: var(--on_gr_bg_link_5);
}
.shop2-cart-auth .gr-field-style, .shop2-cart-auth #orderForm {
  margin: 0 0 20px;
  display: block;
}
.shop2-cart-auth button {
  width: 100%;
}
.shop2-cart-registration {
  margin: 0;
}
.shop2-cart-registration .shop2-info {
  margin: 30px 0;
}
@media (max-width: 767px) {
  .shop2-cart-registration .shop2-info {
    margin: 20px 0;
  }
}
.remodal[data-remodal-id="coupon-remodal"] .shop-coupon {
  margin: 0;
  padding: 0;
  box-shadow: none;
}
.remodal[data-remodal-id="cart-auth-remodal"] .form-registration__btn {
  margin-top: 8px;
  width: 100%;
}
.remodal[data-remodal-id="cart-auth-remodal"] .form-registration .tpl-field {
  margin-bottom: 12px;
}
.remodal[data-remodal-id="cart-auth-remodal"] .form-registration .tpl-field .field-title span {
  padding: 0;
  display: inline;
}
/* Корзина */
.product_columns_2 .product-list.thumbs {
  font-size: inherit;
  line-height: inherit;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
@media (max-width: 639px) {
  .product_columns_2 .product-list.thumbs {
    margin: 0 -6px;
  }
}
.product_columns_2 .product-list.thumbs.main_blocks_list {
  margin: 0;
  display: block;
  padding-left: 0.1px;
}
.product_columns_2 .product-list.thumbs.main_blocks_list .product-item {
  width: auto;
  margin: 0;
  padding: 20px;
  box-shadow: inset 0 0 0 1px var(--on_gr_bg_border_4);
  background: var(--on_gr_bg_bg);
}
.product_columns_2 .product-list.thumbs .product-item {
  position: relative;
  width: calc(50% - 20px);
  margin: 0 10px 30px;
  padding: 20px;
  box-shadow: inset 0 0 0 1px var(--on_gr_bg_border_4);
  background: var(--on_gr_bg_bg);
  border-radius: var(--gr_inner_radius);
}
@media (max-width: 768px) {
  .product_columns_2 .product-list.thumbs .product-item {
    margin: 0 6px 20px;
    width: calc(50% - 12px);
  }
}
@media (max-width: 479px) {
  .product_columns_2 .product-list.thumbs .product-item {
    padding: 10px;
  }
}
.product_columns_2 .product-list.thumbs .product-item__inner {
  display: flex;
  height: 100%;
  flex-direction: column;
}
.product_columns_2 .product-list.thumbs .product-item__top {
  position: relative;
}
.product_columns_2 .product-list.thumbs .product-item__bottom {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.product_columns_2 .product-list.thumbs .product-item .gr-product-image {
  position: relative;
  padding-top: 100%;
  margin: 0 0 18px;
  border-radius: var(--gr_inner_radius);
}
@media (max-width: 767px) {
  .product_columns_2 .product-list.thumbs .product-item .gr-product-image {
    margin: 0 0 18px;
  }
}
.product_columns_2 .product-list.thumbs .product-item .gr-product-image.no-image {
  background: var(--noImageDefault);
}
.product_columns_2 .product-list.thumbs .product-item .gr-product-image a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 0;
  overflow: hidden;
  border-radius: var(--gr_inner_radius);
  text-decoration: none;
  display: flex;
}
.product_columns_2 .product-list.thumbs .product-item .gr-product-image a:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.05);
}
.product_columns_2 .product-list.thumbs .product-item .gr-product-image a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product_columns_2 .product-list.thumbs .product-item .gr-product-image:hover .quick-view-trigger {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1, 1);
}
.product_columns_2 .product-list.thumbs .product-item .product-flags {
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  right: 0px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .product_columns_2 .product-list.thumbs .product-item .product-flags__item {
    font-size: 12px;
    line-height: 1.1;
  }
}
@media (max-width: 767px) {
  .product_columns_2 .product-list.thumbs .product-item .product-flags__item span {
    padding: 6px 10px 4px;
  }
}
.product_columns_2 .product-list.thumbs .product-item .quick-view-trigger {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.18s linear;
  transform: translate(-50%, -50%) scale(0.5, 0.5);
}
.product_columns_2 .product-list.thumbs .product-item .quick-view-trigger > span {
  width: 30px;
}
@media (max-width: 1023px) {
  .product_columns_2 .product-list.thumbs .product-item .quick-view-trigger {
    display: none;
  }
}
.product_columns_2 .product-list.thumbs .product-item .gr-product-name {
  font-size: 16px;
  line-height: 1.4;
  font-weight: var(--font1_500);
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .product_columns_2 .product-list.thumbs .product-item .gr-product-name {
    font-size: 14px;
    line-height: 1.3;
  }
}
.product_columns_2 .product-list.thumbs .product-item .gr-product-name a {
  color: var(--on_gr_bg_acc_text);
  text-decoration: none;
  transition: all 0.18s linear;
  border-bottom: 1px solid transparent;
}
.product_columns_2 .product-list.thumbs .product-item .gr-product-name a:hover {
  border-bottom-color: var(--gr_primary_6);
  color: var(--gr_primary);
}
.product_columns_2 .product-list.thumbs .product-item .gr-vendor-block {
  font-size: 13px;
  line-height: 1.25;
  margin-bottom: 8px;
}
.product_columns_2 .product-list.thumbs .product-item .gr-vendor-block a {
  color: var(--on_gr_bg_link);
  text-decoration: none;
  transition: all 0.18s linear;
  border-bottom: 1px solid transparent;
}
.product_columns_2 .product-list.thumbs .product-item .gr-vendor-block a:hover {
  border-bottom-color: var(--on_gr_bg_link_5);
}
.product_columns_2 .product-list.thumbs .product-item .tpl-stars {
  margin: 14px 0 20px -2px;
}
@media (max-width: 767px) {
  .product_columns_2 .product-list.thumbs .product-item .tpl-stars {
    margin: 0 0 8px -2px;
  }
}
.product_columns_2 .product-list.thumbs .product-item .product-article {
  font-size: 14px;
  line-height: 1.1;
  margin-bottom: 10px;
  color: var(--on_gr_bg_sec_text_4);
}
@media (max-width: 767px) {
  .product_columns_2 .product-list.thumbs .product-item .product-article {
    font-size: 13px;
    line-height: 1.25;
    margin-bottom: 8px;
  }
}
.product_columns_2 .product-list.thumbs .product-item .gr-product-anonce {
  color: var(--on_gr_bg_sec_text_6);
  font-size: 14px;
  line-height: 1.14;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .product_columns_2 .product-list.thumbs .product-item .gr-product-anonce {
    font-size: 13px;
    line-height: 1.25;
    margin-bottom: 8px;
  }
}
.product_columns_2 .product-list.thumbs .product-item .gr-product-options {
  display: flex;
  flex-direction: column;
}
.product_columns_2 .product-list.thumbs .product-item .gr-product-options .gr-options-more {
  order: -1;
  max-width: 100%;
}
.product_columns_2 .product-list.thumbs .product-item .gr-product-options .gr-options-more__btn {
  cursor: pointer;
  color: var(--on_gr_bg_acc_text);
  font-size: 15px;
  line-height: 1.1;
  transition: all 0.18s linear;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  text-align: left;
  display: inline-flex;
  justify-content: flex-start;
}
.product_columns_2 .product-list.thumbs .product-item .gr-product-options .gr-options-more__btn:hover ins {
  border-bottom: 1px dashed var(--gr_primary);
}
.product_columns_2 .product-list.thumbs .product-item .gr-product-options .gr-options-more__btn.active span i {
  transform: translateY(-50%) rotate(-180deg);
}
.product_columns_2 .product-list.thumbs .product-item .gr-product-options .gr-options-more__btn ins {
  transition: all 0.18s linear;
  border-bottom: 1px dashed var(--on_gr_bg_border_12);
}
.product_columns_2 .product-list.thumbs .product-item .gr-product-options .gr-options-more__btn span {
  width: 100%;
  padding: 10px 20px 10px 10px;
  box-sizing: border-box;
  border: 1px solid var(--gr_primary);
  border-radius: var(--gr_small_radius);
  font-weight: var(--font1_500);
  color: var(--gr_primary);
}
.product_columns_2 .product-list.thumbs .product-item .gr-product-options .gr-options-more__btn span i {
  width: 26px;
  height: 24px;
  display: inline-flex;
  border-radius: var(--gr_inner_radius);
}
.product_columns_2 .product-list.thumbs .product-item .gr-product-options .gr-options-more__btn span i svg {
  margin: auto;
  fill: var(--gr_primary);
}
.product_columns_2 .product-list.thumbs .product-item .gr-product-options .gr-options-more__btn span svg {
  width: 20px;
  height: 20px;
  display: none;
}
.product_columns_2 .product-list.thumbs .product-item .gr-product-options .gr-options-more__btn span svg.gr_small_icon {
  display: block;
}
.product_columns_2 .product-list.thumbs .product-item .gr-product-options .gr-options-container {
  display: none;
}
.product_columns_2 .product-list.thumbs .product-item .gr-product-options .shop2-product-options {
  padding-top: 20px;
}
@media (max-width: 767px) {
  .product_columns_2 .product-list.thumbs .product-item .gr-product-options .shop2-product-options {
    padding-top: 10px;
  }
}
.product_columns_2 .product-list.thumbs .product-item .gr-product-options .option-item {
  margin-bottom: 10px;
}
.product_columns_2 .product-list.thumbs .product-item .gr-product-options .option-item.gr_color_option:not(.gr_type_texture) .option-title {
  margin: 0 0 12px;
}
@media (max-width: 767px) {
  .product_columns_2 .product-list.thumbs .product-item .gr-product-options .option-item.gr_color_option:not(.gr_type_texture) .option-title {
    margin: 0 0 8px;
  }
}
.product_columns_2 .product-list.thumbs .product-item .gr-product-options .option-item:last-child {
  margin-bottom: 0;
}
.product_columns_2 .product-list.thumbs .product-item .gr-product-options .option-title {
  margin: 0 0 5px;
}
@media (max-width: 767px) {
  .product_columns_2 .product-list.thumbs .product-item .gr-product-options .option-title {
    margin: 0 0 2px;
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .product_columns_2 .product-list.thumbs .product-item .gr-product-options .option-body {
    font-size: 13px;
  }
}
.product_columns_2 .product-list.thumbs .product-item .gr-product-options .option-body .file {
  width: 100%;
}
@media (max-width: 767px) {
  .product_columns_2 .product-list.thumbs .product-item .gr-product-options .option-body .file {
    font-size: 13px;
    line-height: 1.1;
    padding: 11px 14px;
  }
}
.product_columns_2 .product-list.thumbs .product-item .gr-product-options .option-body .gr-select-wrapper:before {
  right: 10px;
}
@media (max-width: 1260px) {
  .product_columns_2 .product-list.thumbs .product-item .gr-product-options .option-body .gr-select-wrapper:before {
    right: 10px;
  }
}
@media (max-width: 767px) {
  .product_columns_2 .product-list.thumbs .product-item .gr-product-options .option-body .gr-select-wrapper:before {
    right: 10px;
  }
}
@media (max-width: 767px) {
  .product_columns_2 .product-list.thumbs .product-item .gr-product-options .option-body select {
    padding: 10px 40px 10px 12px;
    font-size: 13px;
    line-height: 1.25;
  }
}
@media (max-width: 767px) {
  .product_columns_2 .product-list.thumbs .product-item .gr-product-options .shop2-product-options .shop2-color-pick li, .product_columns_2 .product-list.thumbs .product-item .gr-product-options .shop2-product-options .shop2-color-ext-list li {
    width: 26px !important;
    height: 26px;
    margin: 0 6px 5px;
  }
  .product_columns_2 .product-list.thumbs .product-item .gr-product-options .shop2-product-options .shop2-color-pick li:first-child, .product_columns_2 .product-list.thumbs .product-item .gr-product-options .shop2-product-options .shop2-color-ext-list li:first-child {
    margin-left: 6px !important;
  }
}
@media (max-width: 767px) {
  .product_columns_2 .product-list.thumbs .product-item .gr-product-options .shop2-product-options .shop2-color-pick li span, .product_columns_2 .product-list.thumbs .product-item .gr-product-options .shop2-product-options .shop2-color-pick li img, .product_columns_2 .product-list.thumbs .product-item .gr-product-options .shop2-product-options .shop2-color-ext-list li span, .product_columns_2 .product-list.thumbs .product-item .gr-product-options .shop2-product-options .shop2-color-ext-list li img {
    width: 26px;
    height: 26px;
  }
}
@media (max-width: 767px) {
  .product_columns_2 .product-list.thumbs .product-item .gr-product-options .shop2-product-options .shop2-color-pick li:after, .product_columns_2 .product-list.thumbs .product-item .gr-product-options .shop2-product-options .shop2-color-ext-list li:after {
    left: -5px;
    right: -5px;
    top: -5px;
    bottom: -5px;
  }
}
@media (max-width: 767px) {
  .product_columns_2 .product-list.thumbs .product-item .gr-product-options .shop2-product-options .shop2-texture-pick {
    margin: 0 -5px -5px 0;
  }
}
@media (max-width: 767px) {
  .product_columns_2 .product-list.thumbs .product-item .gr-product-options .shop2-product-options .shop2-texture-pick li {
    width: 50px;
    height: 50px;
    margin: 0 5px 5px 0;
  }
  .product_columns_2 .product-list.thumbs .product-item .gr-product-options .shop2-product-options .shop2-texture-pick li img {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 767px) {
  .product_columns_2 .product-list.thumbs .product-item .gr-product-options .shop2-color-ext-select .shop2-color-ext-options {
    padding: 5px 20px 5px 5px;
  }
}
@media (max-width: 767px) {
  .product_columns_2 .product-list.thumbs .product-item .gr-product-options .shop2-color-ext-select .shop2-color-ext-options li div {
    margin-top: 5px;
    font-size: 13px;
    line-height: 1.25;
  }
}
@media (max-width: 767px) {
  .product_columns_2 .product-list.thumbs .product-item .gr-product-options .shop2-color-ext-select .shop2-color-ext-options li span {
    width: 26px !important;
    height: 26px;
    margin-right: 7px;
  }
}
.product_columns_2 .product-list.thumbs .product-item .shop2-product-actions {
  margin: 0 0px 10px 0;
}
@media (max-width: 767px) {
  .product_columns_2 .product-list.thumbs .product-item .shop2-product-actions {
    margin: 0 0px 10px 0;
  }
}
.product_columns_2 .product-list.thumbs .product-item .shop2-product-actions dl dt {
  display: inline-flex;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .product_columns_2 .product-list.thumbs .product-item .shop2-product-actions dl dt {
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .product_columns_2 .product-list.thumbs .product-item .shop2-product-actions dl dt .icon-action {
    width: 20px;
    height: 20px;
    min-width: 20px;
    background: none;
  }
}
.product_columns_2 .product-list.thumbs .product-item .shop2-product-actions dl dt .name-action {
  width: auto;
}
@media (max-width: 767px) {
  .product_columns_2 .product-list.thumbs .product-item .shop2-product-actions dl dt .name-action {
    font-size: 13px;
    line-height: 1.25;
  }
}
.product_columns_2 .product-list.thumbs .product-item .product-compare {
  margin-top: 12px;
}
@media (max-width: 767px) {
  .product_columns_2 .product-list.thumbs .product-item .product-compare {
    margin-top: 10px;
  }
}
.product_columns_2 .product-list.thumbs .product-item .gr-favorite-btn-wrapper {
  margin-top: 12px;
}
@media (max-width: 767px) {
  .product_columns_2 .product-list.thumbs .product-item .gr-favorite-btn-wrapper {
    margin-top: 10px;
  }
}
.product_columns_2 .product-list.thumbs .product-item .product-additional__top-left {
  padding: 20px 0 6px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .product_columns_2 .product-list.thumbs .product-item .product-additional__top-left {
    padding: 10px 0 4px;
  }
}
.product_columns_2 .product-list.thumbs .product-item .product-additional__top-right {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.product_columns_2 .product-list.thumbs .product-item .product-additional__add {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product_columns_2 .product-list.thumbs .product-item .gr-amount-flag {
  order: 2;
  margin: 0 0 6px;
}
@media (max-width: 767px) {
  .product_columns_2 .product-list.thumbs .product-item .gr-amount-flag {
    margin: 0 0 4px;
  }
}
@media (max-width: 767px) {
  .product_columns_2 .product-list.thumbs .product-item .gr-amount-flag span {
    font-size: 11px;
    padding: 5px 10px 4px;
  }
}
.product_columns_2 .product-list.thumbs .product-item .product-price {
  font-size: 0;
  margin-right: 5px;
  margin-bottom: 8px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.product_columns_2 .product-list.thumbs .product-item .product-price .price-old {
  font-size: 0;
  font-family: var(--font2);
  color: var(--on_gr_bg_sec_text_6);
  font-weight: var(--font2_500);
  vertical-align: top;
  display: inline-block;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .product_columns_2 .product-list.thumbs .product-item .product-price .price-old {
    margin: 0 0 2px;
  }
}
.product_columns_2 .product-list.thumbs .product-item .product-price .price-old span strong {
  font-weight: var(--font2_400);
  font-size: 15px;
  line-height: 1;
  text-decoration: line-through;
}
@media (max-width: 767px) {
  .product_columns_2 .product-list.thumbs .product-item .product-price .price-old span strong {
    font-size: 14px;
  }
}
.product_columns_2 .product-list.thumbs .product-item .product-price .price-old span {
  display: flex;
}
.product_columns_2 .product-list.thumbs .product-item .product-price .price-old span span {
  font-size: 15px;
  line-height: 1;
  padding-left: 5px;
}
@media (max-width: 767px) {
  .product_columns_2 .product-list.thumbs .product-item .product-price .price-old span span {
    font-size: 13px;
  }
}
.product_columns_2 .product-list.thumbs .product-item .product-price .price-current {
  font-size: 0;
  font-family: var(--font2);
  color: var(--on_gr_bg_acc_text);
  font-weight: var(--font2_700);
  margin-top: auto;
}
.product_columns_2 .product-list.thumbs .product-item .product-price .price-current.price_on_request strong {
  font-size: 18px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .product_columns_2 .product-list.thumbs .product-item .product-price .price-current.price_on_request strong {
    font-size: 15px;
    line-height: 1.3;
  }
}
.product_columns_2 .product-list.thumbs .product-item .product-price .price-current strong {
  display: inline-block;
  font-size: 22px;
  line-height: 1;
  font-weight: var(--font2_700);
}
@media (max-width: 767px) {
  .product_columns_2 .product-list.thumbs .product-item .product-price .price-current strong {
    font-size: 18px;
    line-height: 1;
  }
}
.product_columns_2 .product-list.thumbs .product-item .product-price .price-current span {
  font-size: 14px;
  line-height: 1;
  padding-left: 5px;
}
@media (max-width: 767px) {
  .product_columns_2 .product-list.thumbs .product-item .product-price .price-current span {
    padding-left: 4px;
  }
}
.product_columns_2 .product-list.thumbs .product-item .product-amount {
  width: auto;
}
.product_columns_2 .product-list.thumbs .product-item .product-amount .amount-title {
  display: none;
}
.product_columns_2 .product-list.thumbs .product-item .product-amount .amount-min {
  color: var(--on_gr_bg_sec_text_6);
  font-size: 13px;
  line-height: 1.1;
  margin: 0 0 4px;
}
@media (max-width: 767px) {
  .product_columns_2 .product-list.thumbs .product-item .product-amount .amount-min {
    margin: 0 0 2px;
  }
}
.product_columns_2 .product-list.thumbs .product-item .product-amount .shop2-product-amount {
  float: left;
  margin-right: 10px;
  width: 110px;
}
@media (max-width: 767px) {
  .product_columns_2 .product-list.thumbs .product-item .product-amount .shop2-product-amount {
    width: 86px;
    margin-right: 6px;
  }
}
@media (max-width: 360px) {
  .product_columns_2 .product-list.thumbs .product-item .product-amount .shop2-product-amount {
    margin-right: 1px;
    width: 72px;
  }
}
.product_columns_2 .product-list.thumbs .product-item .product-amount .shop2-product-amount.disabled {
  display: none;
}
.product_columns_2 .product-list.thumbs .product-item .product-amount .shop2-product-amount input, .product_columns_2 .product-list.thumbs .product-item .product-amount .shop2-product-amount button {
  height: 48px;
  line-height: 48px;
}
@media (max-width: 767px) {
  .product_columns_2 .product-list.thumbs .product-item .product-amount .shop2-product-amount input, .product_columns_2 .product-list.thumbs .product-item .product-amount .shop2-product-amount button {
    height: 40px;
    line-height: 40px;
  }
}
.product_columns_2 .product-list.thumbs .product-item .shop-product-btn.notavailable {
  width: 100%;
}
@media (max-width: 639px) {
  .product_columns_2 .product-list.thumbs .product-item .shop-product-btn.notavailable span {
    padding-right: 0;
  }
  .product_columns_2 .product-list.thumbs .product-item .shop-product-btn.notavailable span svg {
    display: none;
  }
}
.product_columns_2 .product-list.thumbs .product-item .shop-product-btn.notavailable span svg {
  width: 30px;
}
@media (max-width: 479px) {
  .product_columns_2 .product-list.thumbs .product-item .shop-product-btn.notavailable {
    font-size: 12px;
    padding: 12px 5px;
  }
}
.product_columns_2 .product-list.thumbs .product-item .shop-product-btn:not(.notavailable) {
  float: right;
  padding-left: 20px;
  padding-right: 20px;
  padding: 0;
  font-size: 0;
  background: var(--gr_accent);
  width: 50px;
  height: 50px;
}
@media (max-width: 767px) {
  .product_columns_2 .product-list.thumbs .product-item .shop-product-btn:not(.notavailable) {
    height: 40px;
    width: 40px;
  }
}
.product_columns_2 .product-list.thumbs .product-item .shop-product-btn:not(.notavailable) span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  font-size: 0;
}
.product_columns_2 .product-list.thumbs .product-item .shop-product-btn:not(.notavailable) span svg {
  right: auto;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
}
.product_columns_2 .product-list.thumbs .product-item .buy-one-click {
  margin-top: 12px;
  width: 100%;
}
@media (max-width: 767px) {
  .product_columns_2 .product-list.thumbs .product-item .buy-one-click {
    margin-top: 10px;
    padding: 12px 15px 13px;
    font-size: 13px;
    line-height: 1.1;
  }
}
@media (max-width: 479px) {
  .product_columns_2 .product-list.thumbs .product-item .buy-one-click {
    font-size: 12px;
    padding: 12px 5px;
  }
}
@media (max-width: 767px) {
  .product_columns_2 .product-list.thumbs .product-item .buy-one-click.buy_one_click_action {
    padding: 12px 15px 13px;
    font-size: 14px;
    line-height: 1.1;
  }
}
/* Витрина */
.product_columns_3 .product-list.thumbs {
  font-size: inherit;
  line-height: inherit;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
@media (max-width: 639px) {
  .product_columns_3 .product-list.thumbs {
    margin: 0 -6px;
  }
}
.product_columns_3 .product-list.thumbs.main_blocks_list {
  margin: 0;
  display: block;
  padding-left: 0.1px;
}
.product_columns_3 .product-list.thumbs.main_blocks_list .product-item {
  width: auto;
  margin: 0;
  padding: 20px;
  box-shadow: inset 0 0 0 1px var(--on_gr_bg_border_4);
  background: var(--on_gr_bg_bg);
}
.product_columns_3 .product-list.thumbs .product-item {
  position: relative;
  width: calc(33.33% - 20px);
  margin: 0 10px 30px;
  padding: 20px;
  background: var(--on_gr_bg_bg);
  box-shadow: inset 0 0 0 1px var(--on_gr_bg_border_4);
  border-radius: var(--gr_inner_radius);
}
@media (max-width: 1280px) {
  .product_columns_3 .product-list.thumbs .product-item {
    padding: 15px;
  }
}
@media (max-width: 1023px) {
  .product_columns_3 .product-list.thumbs .product-item {
    width: calc(33.33% - 20px);
  }
}
@media (max-width: 767px) {
  .product_columns_3 .product-list.thumbs .product-item {
    margin: 0 6px 20px;
    width: calc(50% - 12px);
  }
}
@media (max-width: 479px) {
  .product_columns_3 .product-list.thumbs .product-item {
    padding: 10px;
  }
}
.product_columns_3 .product-list.thumbs .product-item__inner {
  display: flex;
  height: 100%;
  flex-direction: column;
}
.product_columns_3 .product-list.thumbs .product-item__top {
  position: relative;
}
.product_columns_3 .product-list.thumbs .product-item__bottom {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.product_columns_3 .product-list.thumbs .product-item .gr-product-image {
  position: relative;
  padding-top: 100%;
  margin: 0 0 18px;
  border-radius: var(--gr_small_radius);
}
@media (max-width: 767px) {
  .product_columns_3 .product-list.thumbs .product-item .gr-product-image {
    margin: 0 0 18px;
  }
}
.product_columns_3 .product-list.thumbs .product-item .gr-product-image.no-image {
  background: var(--noImageDefault);
}
.product_columns_3 .product-list.thumbs .product-item .gr-product-image a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 0;
  overflow: hidden;
  border-radius: var(--gr_inner_radius);
  text-decoration: none;
  display: flex;
}
.product_columns_3 .product-list.thumbs .product-item .gr-product-image a:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.05);
}
.product_columns_3 .product-list.thumbs .product-item .gr-product-image a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product_columns_3 .product-list.thumbs .product-item .gr-product-image:hover .quick-view-trigger {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1, 1);
}
.product_columns_3 .product-list.thumbs .product-item .product-flags {
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  right: 0px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .product_columns_3 .product-list.thumbs .product-item .product-flags__item {
    font-size: 12px;
    line-height: 1.1;
  }
}
@media (max-width: 767px) {
  .product_columns_3 .product-list.thumbs .product-item .product-flags__item span {
    padding: 6px 10px 4px;
  }
}
.product_columns_3 .product-list.thumbs .product-item .quick-view-trigger {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.18s linear;
  transform: translate(-50%, -50%) scale(0.5, 0.5);
}
.product_columns_3 .product-list.thumbs .product-item .quick-view-trigger > span {
  width: 30px;
}
@media (max-width: 1023px) {
  .product_columns_3 .product-list.thumbs .product-item .quick-view-trigger {
    display: none;
  }
}
.product_columns_3 .product-list.thumbs .product-item .gr-product-name {
  font-size: 15px;
  line-height: 1.4;
  margin-bottom: 4px;
  font-weight: var(--font1_500);
}
@media (max-width: 767px) {
  .product_columns_3 .product-list.thumbs .product-item .gr-product-name {
    font-size: 14px;
    line-height: 1.3;
  }
}
.product_columns_3 .product-list.thumbs .product-item .gr-product-name a {
  color: var(--on_gr_bg_acc_text);
  text-decoration: none;
  transition: all 0.18s linear;
  border-bottom: 1px solid transparent;
}
.product_columns_3 .product-list.thumbs .product-item .gr-product-name a:hover {
  border-bottom-color: var(--gr_primary_6);
  color: var(--gr_primary);
}
.product_columns_3 .product-list.thumbs .product-item .gr-vendor-block {
  font-size: 13px;
  line-height: 1.25;
  margin-bottom: 8px;
}
.product_columns_3 .product-list.thumbs .product-item .gr-vendor-block a {
  color: var(--on_gr_bg_link);
  text-decoration: none;
  transition: all 0.18s linear;
  border-bottom: 1px solid transparent;
}
.product_columns_3 .product-list.thumbs .product-item .gr-vendor-block a:hover {
  border-bottom-color: var(--on_gr_bg_link_5);
}
.product_columns_3 .product-list.thumbs .product-item .tpl-stars {
  margin: 14px 0 20px -2px;
}
@media (max-width: 767px) {
  .product_columns_3 .product-list.thumbs .product-item .tpl-stars {
    margin: 0 0 8px -2px;
  }
}
.product_columns_3 .product-list.thumbs .product-item .product-article {
  font-size: 14px;
  line-height: 1.1;
  margin-bottom: 10px;
  color: var(--on_gr_bg_sec_text_4);
}
@media (max-width: 767px) {
  .product_columns_3 .product-list.thumbs .product-item .product-article {
    font-size: 13px;
    line-height: 1.25;
    margin-bottom: 8px;
  }
}
.product_columns_3 .product-list.thumbs .product-item .gr-product-anonce {
  color: var(--on_gr_bg_sec_text_6);
  font-size: 14px;
  line-height: 1.14;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .product_columns_3 .product-list.thumbs .product-item .gr-product-anonce {
    font-size: 13px;
    line-height: 1.25;
    margin-bottom: 8px;
  }
}
.product_columns_3 .product-list.thumbs .product-item .gr-product-options {
  display: flex;
  flex-direction: column;
}
.product_columns_3 .product-list.thumbs .product-item .gr-product-options .gr-options-more {
  order: -1;
  max-width: 100%;
}
@media (max-width: 639px) {
  .product_columns_3 .product-list.thumbs .product-item .gr-product-options .gr-options-more {
    max-width: 100%;
  }
}
.product_columns_3 .product-list.thumbs .product-item .gr-product-options .gr-options-more__btn {
  cursor: pointer;
  color: var(--on_gr_bg_acc_text);
  font-size: 15px;
  line-height: 1.1;
  transition: all 0.18s linear;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  text-align: left;
  display: inline-flex;
  justify-content: flex-start;
}
.product_columns_3 .product-list.thumbs .product-item .gr-product-options .gr-options-more__btn:hover ins {
  border-bottom: 1px dashed var(--gr_primary);
}
.product_columns_3 .product-list.thumbs .product-item .gr-product-options .gr-options-more__btn.active span i {
  transform: translateY(-50%) rotate(-180deg);
}
.product_columns_3 .product-list.thumbs .product-item .gr-product-options .gr-options-more__btn ins {
  transition: all 0.18s linear;
  border-bottom: 1px dashed var(--on_gr_bg_border_12);
}
.product_columns_3 .product-list.thumbs .product-item .gr-product-options .gr-options-more__btn span {
  width: 100%;
  padding: 10px 20px 10px 10px;
  box-sizing: border-box;
  border: 1px solid var(--gr_primary);
  border-radius: var(--gr_small_radius);
  font-weight: var(--font1_500);
  color: var(--gr_primary);
}
.product_columns_3 .product-list.thumbs .product-item .gr-product-options .gr-options-more__btn span i {
  width: 26px;
  height: 24px;
  display: inline-flex;
  border-radius: var(--gr_inner_radius);
  box-shadow: inset 0 0 0 1px var(--on_gr_bg_border_12);
}
.product_columns_3 .product-list.thumbs .product-item .gr-product-options .gr-options-more__btn span i svg {
  margin: auto;
  fill: var(--gr_primary);
}
.product_columns_3 .product-list.thumbs .product-item .gr-product-options .gr-options-more__btn span svg {
  width: 20px;
  height: 20px;
  display: none;
}
.product_columns_3 .product-list.thumbs .product-item .gr-product-options .gr-options-more__btn span svg.gr_small_icon {
  display: block;
}
.product_columns_3 .product-list.thumbs .product-item .gr-product-options .gr-options-container {
  display: none;
}
.product_columns_3 .product-list.thumbs .product-item .gr-product-options .shop2-product-options {
  padding-top: 20px;
}
@media (max-width: 767px) {
  .product_columns_3 .product-list.thumbs .product-item .gr-product-options .shop2-product-options {
    padding-top: 10px;
  }
}
.product_columns_3 .product-list.thumbs .product-item .gr-product-options .option-item {
  margin-bottom: 10px;
}
.product_columns_3 .product-list.thumbs .product-item .gr-product-options .option-item.gr_color_option:not(.gr_type_texture) .option-title {
  margin: 0 0 12px;
}
@media (max-width: 767px) {
  .product_columns_3 .product-list.thumbs .product-item .gr-product-options .option-item.gr_color_option:not(.gr_type_texture) .option-title {
    margin: 0 0 8px;
  }
}
.product_columns_3 .product-list.thumbs .product-item .gr-product-options .option-item:last-child {
  margin-bottom: 0;
}
.product_columns_3 .product-list.thumbs .product-item .gr-product-options .option-title {
  margin: 0 0 5px;
}
@media (max-width: 767px) {
  .product_columns_3 .product-list.thumbs .product-item .gr-product-options .option-title {
    margin: 0 0 2px;
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .product_columns_3 .product-list.thumbs .product-item .gr-product-options .option-body {
    font-size: 13px;
  }
}
.product_columns_3 .product-list.thumbs .product-item .gr-product-options .option-body .file {
  width: 100%;
}
@media (max-width: 767px) {
  .product_columns_3 .product-list.thumbs .product-item .gr-product-options .option-body .file {
    font-size: 13px;
    line-height: 1.1;
    padding: 11px 14px;
  }
}
.product_columns_3 .product-list.thumbs .product-item .gr-product-options .option-body .gr-select-wrapper:before {
  right: 10px;
}
@media (max-width: 1260px) {
  .product_columns_3 .product-list.thumbs .product-item .gr-product-options .option-body .gr-select-wrapper:before {
    right: 10px;
  }
}
@media (max-width: 767px) {
  .product_columns_3 .product-list.thumbs .product-item .gr-product-options .option-body .gr-select-wrapper:before {
    right: 10px;
  }
}
@media (max-width: 767px) {
  .product_columns_3 .product-list.thumbs .product-item .gr-product-options .option-body select {
    padding: 10px 40px 10px 12px;
    font-size: 13px;
    line-height: 1.25;
  }
}
@media (max-width: 767px) {
  .product_columns_3 .product-list.thumbs .product-item .gr-product-options .shop2-product-options .shop2-color-pick li, .product_columns_3 .product-list.thumbs .product-item .gr-product-options .shop2-product-options .shop2-color-ext-list li {
    width: 26px !important;
    height: 26px;
    margin: 0 6px 5px;
  }
  .product_columns_3 .product-list.thumbs .product-item .gr-product-options .shop2-product-options .shop2-color-pick li:first-child, .product_columns_3 .product-list.thumbs .product-item .gr-product-options .shop2-product-options .shop2-color-ext-list li:first-child {
    margin-left: 6px !important;
  }
}
@media (max-width: 767px) {
  .product_columns_3 .product-list.thumbs .product-item .gr-product-options .shop2-product-options .shop2-color-pick li span, .product_columns_3 .product-list.thumbs .product-item .gr-product-options .shop2-product-options .shop2-color-pick li img, .product_columns_3 .product-list.thumbs .product-item .gr-product-options .shop2-product-options .shop2-color-ext-list li span, .product_columns_3 .product-list.thumbs .product-item .gr-product-options .shop2-product-options .shop2-color-ext-list li img {
    width: 26px;
    height: 26px;
  }
}
@media (max-width: 767px) {
  .product_columns_3 .product-list.thumbs .product-item .gr-product-options .shop2-product-options .shop2-color-pick li:after, .product_columns_3 .product-list.thumbs .product-item .gr-product-options .shop2-product-options .shop2-color-ext-list li:after {
    left: -5px;
    right: -5px;
    top: -5px;
    bottom: -5px;
  }
}
@media (max-width: 767px) {
  .product_columns_3 .product-list.thumbs .product-item .gr-product-options .shop2-product-options .shop2-texture-pick {
    margin: 0 -5px -5px 0;
  }
}
@media (max-width: 767px) {
  .product_columns_3 .product-list.thumbs .product-item .gr-product-options .shop2-product-options .shop2-texture-pick li {
    width: 50px;
    height: 50px;
    margin: 0 5px 5px 0;
  }
  .product_columns_3 .product-list.thumbs .product-item .gr-product-options .shop2-product-options .shop2-texture-pick li img {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 767px) {
  .product_columns_3 .product-list.thumbs .product-item .gr-product-options .shop2-color-ext-select .shop2-color-ext-options {
    padding: 5px 20px 5px 5px;
  }
}
@media (max-width: 767px) {
  .product_columns_3 .product-list.thumbs .product-item .gr-product-options .shop2-color-ext-select .shop2-color-ext-options li div {
    margin-top: 5px;
    font-size: 13px;
    line-height: 1.25;
  }
}
@media (max-width: 767px) {
  .product_columns_3 .product-list.thumbs .product-item .gr-product-options .shop2-color-ext-select .shop2-color-ext-options li span {
    width: 26px !important;
    height: 26px;
    margin-right: 7px;
  }
}
.product_columns_3 .product-list.thumbs .product-item .shop2-product-actions {
  margin: 0 0px 10px 0;
}
@media (max-width: 767px) {
  .product_columns_3 .product-list.thumbs .product-item .shop2-product-actions {
    margin: 0 0px 10px 0;
  }
}
.product_columns_3 .product-list.thumbs .product-item .shop2-product-actions dl dt {
  display: inline-flex;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .product_columns_3 .product-list.thumbs .product-item .shop2-product-actions dl dt {
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .product_columns_3 .product-list.thumbs .product-item .shop2-product-actions dl dt .icon-action {
    width: 20px;
    height: 20px;
    min-width: 20px;
    background: none;
  }
}
.product_columns_3 .product-list.thumbs .product-item .shop2-product-actions dl dt .name-action {
  width: auto;
}
@media (max-width: 767px) {
  .product_columns_3 .product-list.thumbs .product-item .shop2-product-actions dl dt .name-action {
    font-size: 13px;
    line-height: 1.25;
  }
}
.product_columns_3 .product-list.thumbs .product-item .product-compare {
  margin-top: 12px;
}
@media (max-width: 767px) {
  .product_columns_3 .product-list.thumbs .product-item .product-compare {
    margin-top: 10px;
  }
}
.product_columns_3 .product-list.thumbs .product-item .gr-favorite-btn-wrapper {
  margin-top: 12px;
}
@media (max-width: 767px) {
  .product_columns_3 .product-list.thumbs .product-item .gr-favorite-btn-wrapper {
    margin-top: 10px;
  }
}
.product_columns_3 .product-list.thumbs .product-item .product-additional__top-left {
  padding: 20px 0 4px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 1260px) {
  .product_columns_3 .product-list.thumbs .product-item .product-additional__top-left {
    align-items: flex-end;
    padding: 10px 0 4px;
  }
}
.product_columns_3 .product-list.thumbs .product-item .product-additional__top-right {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.product_columns_3 .product-list.thumbs .product-item .product-additional__add {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product_columns_3 .product-list.thumbs .product-item .gr-amount-flag {
  order: 2;
  margin: 0 0 6px;
}
@media (max-width: 767px) {
  .product_columns_3 .product-list.thumbs .product-item .gr-amount-flag {
    margin: 0 0 4px;
  }
}
@media (max-width: 767px) {
  .product_columns_3 .product-list.thumbs .product-item .gr-amount-flag span {
    padding: 5px 10px 4px;
    font-size: 11px;
  }
}
.product_columns_3 .product-list.thumbs .product-item .product-price {
  font-size: 0;
  margin-right: 5px;
  margin-bottom: 8px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.product_columns_3 .product-list.thumbs .product-item .product-price .price-old {
  font-size: 0;
  font-family: var(--font2);
  color: var(--on_gr_bg_sec_text_6);
  font-weight: var(--font2_500);
  vertical-align: top;
  display: inline-block;
}
@media (max-width: 1260px) {
  .product_columns_3 .product-list.thumbs .product-item .product-price .price-old {
    margin-left: 0;
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .product_columns_3 .product-list.thumbs .product-item .product-price .price-old {
    margin-bottom: 1px;
  }
}
.product_columns_3 .product-list.thumbs .product-item .product-price .price-old span {
  display: flex;
}
.product_columns_3 .product-list.thumbs .product-item .product-price .price-old span strong {
  font-weight: var(--font2_400);
  font-size: 15px;
  line-height: 1;
  text-decoration: line-through;
}
@media (max-width: 767px) {
  .product_columns_3 .product-list.thumbs .product-item .product-price .price-old span strong {
    font-size: 14px;
  }
}
.product_columns_3 .product-list.thumbs .product-item .product-price .price-old span span {
  font-size: 15px;
  line-height: 1;
  padding-left: 5px;
}
@media (max-width: 767px) {
  .product_columns_3 .product-list.thumbs .product-item .product-price .price-old span span {
    font-size: 13px;
  }
}
.product_columns_3 .product-list.thumbs .product-item .product-price .price-current {
  font-size: 0;
  font-family: var(--font2);
  color: var(--on_gr_bg_acc_text);
  font-weight: var(--font2_700);
  margin-top: auto;
}
.product_columns_3 .product-list.thumbs .product-item .product-price .price-current.price_on_request strong {
  font-size: 18px;
  line-height: 1.2;
}
@media (max-width: 1023px) {
  .product_columns_3 .product-list.thumbs .product-item .product-price .price-current.price_on_request strong {
    font-size: 15px;
    line-height: 1.3;
  }
}
.product_columns_3 .product-list.thumbs .product-item .product-price .price-current strong {
  display: inline-block;
  font-size: 22px;
  line-height: 1;
  font-weight: var(--font2_700);
}
@media (max-width: 1023px) {
  .product_columns_3 .product-list.thumbs .product-item .product-price .price-current strong {
    font-size: 18px;
    line-height: 1;
  }
}
.product_columns_3 .product-list.thumbs .product-item .product-price .price-current span {
  font-size: 14px;
  line-height: 1;
  padding-left: 5px;
}
@media (max-width: 1023px) {
  .product_columns_3 .product-list.thumbs .product-item .product-price .price-current span {
    padding-left: 4px;
  }
}
.product_columns_3 .product-list.thumbs .product-item .product-amount {
  width: auto;
}
.product_columns_3 .product-list.thumbs .product-item .product-amount .amount-title {
  display: none;
}
.product_columns_3 .product-list.thumbs .product-item .product-amount .amount-min {
  color: var(--on_gr_bg_sec_text_6);
  font-size: 13px;
  line-height: 1.1;
  margin: 0 0 4px;
}
@media (max-width: 767px) {
  .product_columns_3 .product-list.thumbs .product-item .product-amount .amount-min {
    margin: 0 0 2px;
  }
}
.product_columns_3 .product-list.thumbs .product-item .product-amount .shop2-product-amount {
  float: left;
  margin-right: 1px;
  width: 110px;
}
@media (max-width: 1280px) {
  .product_columns_3 .product-list.thumbs .product-item .product-amount .shop2-product-amount {
    width: 100px;
  }
}
@media (max-width: 1023px) {
  .product_columns_3 .product-list.thumbs .product-item .product-amount .shop2-product-amount {
    width: 86px;
  }
}
@media (max-width: 360px) {
  .product_columns_3 .product-list.thumbs .product-item .product-amount .shop2-product-amount {
    width: 72px;
  }
}
.product_columns_3 .product-list.thumbs .product-item .product-amount .shop2-product-amount.disabled {
  display: none;
}
.product_columns_3 .product-list.thumbs .product-item .product-amount .shop2-product-amount input, .product_columns_3 .product-list.thumbs .product-item .product-amount .shop2-product-amount button {
  height: 48px;
  line-height: 48px;
}
@media (max-width: 1280px) {
  .product_columns_3 .product-list.thumbs .product-item .product-amount .shop2-product-amount input, .product_columns_3 .product-list.thumbs .product-item .product-amount .shop2-product-amount button {
    height: 40px;
    line-height: 40px;
  }
}
.product_columns_3 .product-list.thumbs .product-item .shop-product-btn.notavailable {
  width: 100%;
}
@media (max-width: 1280px) {
  .product_columns_3 .product-list.thumbs .product-item .shop-product-btn.notavailable {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (max-width: 1023px) {
  .product_columns_3 .product-list.thumbs .product-item .shop-product-btn.notavailable {
    font-size: 15px;
  }
}
@media (max-width: 479px) {
  .product_columns_3 .product-list.thumbs .product-item .shop-product-btn.notavailable {
    font-size: 12px;
    padding: 12px 5px;
  }
}
@media (max-width: 639px) {
  .product_columns_3 .product-list.thumbs .product-item .shop-product-btn.notavailable span {
    padding-right: 0;
  }
  .product_columns_3 .product-list.thumbs .product-item .shop-product-btn.notavailable span svg {
    display: none;
  }
}
.product_columns_3 .product-list.thumbs .product-item .shop-product-btn.notavailable span svg {
  width: 30px;
}
.product_columns_3 .product-list.thumbs .product-item .shop-product-btn:not(.notavailable) {
  float: right;
  padding: 0;
  width: 50px;
  height: 50px;
  background: var(--gr_accent);
}
@media (max-width: 1280px) {
  .product_columns_3 .product-list.thumbs .product-item .shop-product-btn:not(.notavailable) {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 1023px) {
  .product_columns_3 .product-list.thumbs .product-item .shop-product-btn:not(.notavailable) {
    font-size: 0;
    padding: 0;
  }
}
.product_columns_3 .product-list.thumbs .product-item .shop-product-btn:not(.notavailable) span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  font-size: 0;
}
.product_columns_3 .product-list.thumbs .product-item .shop-product-btn:not(.notavailable) span svg {
  right: auto;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
}
.product_columns_3 .product-list.thumbs .product-item .buy-one-click {
  margin-top: 12px;
  width: 100%;
}
@media (max-width: 1280px) {
  .product_columns_3 .product-list.thumbs .product-item .buy-one-click {
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (max-width: 1023px) {
  .product_columns_3 .product-list.thumbs .product-item .buy-one-click {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .product_columns_3 .product-list.thumbs .product-item .buy-one-click {
    font-size: 13px;
  }
}
@media (max-width: 479px) {
  .product_columns_3 .product-list.thumbs .product-item .buy-one-click {
    font-size: 12px;
    padding: 12px 5px;
  }
}
@media (max-width: 1023px) {
  .product_columns_3 .product-list.thumbs .product-item .buy-one-click.buy_one_click_action {
    font-size: 15px;
    padding-top: 12px;
    padding-bottom: 13px;
  }
}
@media (max-width: 767px) {
  .product_columns_3 .product-list.thumbs .product-item .buy-one-click.buy_one_click_action {
    padding: 11px 15px;
    font-size: 14px;
    line-height: 1.1;
  }
}
/* Витрина */
.product_columns_4 .product-list.thumbs {
  font-size: inherit;
  line-height: inherit;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
@media (max-width: 639px) {
  .product_columns_4 .product-list.thumbs {
    margin: 0 -6px;
  }
}
.product_columns_4 .product-list.thumbs.main_blocks_list {
  margin: 0;
  display: block;
  padding-left: 0.1px;
}
.product_columns_4 .product-list.thumbs.main_blocks_list .product-item {
  width: auto;
  margin: 0;
  margin-bottom: 0;
  padding: 20px;
  box-shadow: inset 0 0 0 1px var(--on_gr_bg_border_4);
  background: var(--on_gr_bg_bg);
}
.product_columns_4 .product-list.thumbs .product-item {
  position: relative;
  width: calc(25% - 20px);
  margin: 0 10px 30px;
  box-sizing: border-box;
  padding: 15px;
  box-shadow: inset 0 0 0 1px var(--on_gr_bg_border_4);
  background: var(--on_gr_bg_bg);
  border-radius: var(--gr_inner_radius);
}
@media (max-width: 1360px) {
  .product_columns_4 .product-list.thumbs .product-item {
    width: calc(33.33% - 20px);
  }
}
@media (max-width: 639px) {
  .product_columns_4 .product-list.thumbs .product-item {
    margin: 0 6px 20px;
    width: calc(50% - 12px);
  }
}
@media (max-width: 480px) {
  .product_columns_4 .product-list.thumbs .product-item {
    padding: 10px;
  }
}
.product_columns_4 .product-list.thumbs .product-item__inner {
  display: flex;
  height: 100%;
  flex-direction: column;
}
.product_columns_4 .product-list.thumbs .product-item__top {
  position: relative;
}
.product_columns_4 .product-list.thumbs .product-item__bottom {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.product_columns_4 .product-list.thumbs .product-item .gr-product-image {
  position: relative;
  padding-top: 100%;
  margin: 0 0 18px;
  border-radius: var(--gr_small_radius);
}
@media (max-width: 767px) {
  .product_columns_4 .product-list.thumbs .product-item .gr-product-image {
    margin: 0 0 18px;
  }
}
.product_columns_4 .product-list.thumbs .product-item .gr-product-image.no-image {
  background: var(--noImageDefault);
}
.product_columns_4 .product-list.thumbs .product-item .gr-product-image a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 0;
  overflow: hidden;
  border-radius: var(--gr_inner_radius);
  text-decoration: none;
  display: flex;
}
.product_columns_4 .product-list.thumbs .product-item .gr-product-image a:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.05);
}
.product_columns_4 .product-list.thumbs .product-item .gr-product-image a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product_columns_4 .product-list.thumbs .product-item .gr-product-image:hover .quick-view-trigger {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1, 1);
}
.product_columns_4 .product-list.thumbs .product-item .product-flags {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .product_columns_4 .product-list.thumbs .product-item .product-flags {
    top: 0;
    left: 0;
    right: 0;
  }
}
@media (max-width: 767px) {
  .product_columns_4 .product-list.thumbs .product-item .product-flags__item {
    font-size: 12px;
    line-height: 1.1;
  }
}
@media (max-width: 767px) {
  .product_columns_4 .product-list.thumbs .product-item .product-flags__item span {
    padding: 6px 10px 4px;
  }
}
.product_columns_4 .product-list.thumbs .product-item .quick-view-trigger {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.18s linear;
  transform: translate(-50%, -50%) scale(0.5, 0.5);
}
.product_columns_4 .product-list.thumbs .product-item .quick-view-trigger > span {
  width: 30px;
}
@media (max-width: 1023px) {
  .product_columns_4 .product-list.thumbs .product-item .quick-view-trigger {
    display: none;
  }
}
.product_columns_4 .product-list.thumbs .product-item .gr-product-name {
  font-size: 15px;
  line-height: 1.4;
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .product_columns_4 .product-list.thumbs .product-item .gr-product-name {
    font-size: 14px;
    line-height: 1.3;
  }
}
.product_columns_4 .product-list.thumbs .product-item .gr-product-name a {
  color: var(--on_gr_bg_acc_text);
  text-decoration: none;
  transition: all 0.18s linear;
  border-bottom: 1px solid transparent;
}
.product_columns_4 .product-list.thumbs .product-item .gr-product-name a:hover {
  border-bottom-color: var(--gr_primary_6);
  color: var(--gr_primary);
}
.product_columns_4 .product-list.thumbs .product-item .gr-vendor-block {
  font-size: 13px;
  line-height: 1.25;
  margin-bottom: 8px;
}
.product_columns_4 .product-list.thumbs .product-item .gr-vendor-block a {
  color: var(--on_gr_bg_link);
  text-decoration: none;
  transition: all 0.18s linear;
  border-bottom: 1px solid transparent;
}
.product_columns_4 .product-list.thumbs .product-item .gr-vendor-block a:hover {
  border-bottom-color: var(--on_gr_bg_link_5);
}
.product_columns_4 .product-list.thumbs .product-item .tpl-stars {
  margin: 14px 0 20px -2px;
}
@media (max-width: 767px) {
  .product_columns_4 .product-list.thumbs .product-item .tpl-stars {
    margin: 0 0 8px -2px;
  }
}
.product_columns_4 .product-list.thumbs .product-item .product-article {
  font-size: 14px;
  line-height: 1.1;
  margin-bottom: 10px;
  color: var(--on_gr_bg_sec_text_4);
}
@media (max-width: 767px) {
  .product_columns_4 .product-list.thumbs .product-item .product-article {
    font-size: 13px;
    line-height: 1.25;
    margin-bottom: 8px;
  }
}
.product_columns_4 .product-list.thumbs .product-item .gr-product-anonce {
  color: var(--on_gr_bg_sec_text_6);
  font-size: 14px;
  line-height: 1.14;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .product_columns_4 .product-list.thumbs .product-item .gr-product-anonce {
    font-size: 13px;
    line-height: 1.25;
    margin-bottom: 8px;
  }
}
.product_columns_4 .product-list.thumbs .product-item .gr-product-options {
  display: flex;
  flex-direction: column;
}
.product_columns_4 .product-list.thumbs .product-item .gr-product-options .gr-options-more {
  order: -1;
}
.product_columns_4 .product-list.thumbs .product-item .gr-product-options .gr-options-more__btn {
  cursor: pointer;
  color: var(--on_gr_bg_acc_text);
  font-size: 15px;
  line-height: 1.1;
  transition: all 0.18s linear;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  text-align: left;
  display: inline-flex;
  justify-content: flex-start;
}
.product_columns_4 .product-list.thumbs .product-item .gr-product-options .gr-options-more__btn:hover ins {
  border-bottom: 1px dashed var(--gr_primary);
}
.product_columns_4 .product-list.thumbs .product-item .gr-product-options .gr-options-more__btn.active span i {
  transform: translateY(-50%) rotate(-180deg);
}
.product_columns_4 .product-list.thumbs .product-item .gr-product-options .gr-options-more__btn ins {
  transition: all 0.18s linear;
}
.product_columns_4 .product-list.thumbs .product-item .gr-product-options .gr-options-more__btn span {
  width: 100%;
  padding: 10px 20px 10px 10px;
  box-sizing: border-box;
  border: 1px solid var(--gr_primary);
  border-radius: var(--gr_small_radius);
  font-weight: var(--font1_500);
  color: var(--gr_primary);
}
.product_columns_4 .product-list.thumbs .product-item .gr-product-options .gr-options-more__btn span i {
  width: 26px;
  height: 24px;
  display: inline-flex;
}
.product_columns_4 .product-list.thumbs .product-item .gr-product-options .gr-options-more__btn span i svg {
  margin: auto;
  fill: var(--gr_primary);
}
.product_columns_4 .product-list.thumbs .product-item .gr-product-options .gr-options-more__btn span svg {
  width: 20px;
  height: 20px;
  display: none;
}
.product_columns_4 .product-list.thumbs .product-item .gr-product-options .gr-options-more__btn span svg.gr_small_icon {
  display: block;
}
.product_columns_4 .product-list.thumbs .product-item .gr-product-options .gr-options-container {
  display: none;
}
.product_columns_4 .product-list.thumbs .product-item .gr-product-options .shop2-product-options {
  padding-top: 20px;
}
@media (max-width: 767px) {
  .product_columns_4 .product-list.thumbs .product-item .gr-product-options .shop2-product-options {
    padding-top: 10px;
  }
}
.product_columns_4 .product-list.thumbs .product-item .gr-product-options .option-item {
  margin-bottom: 10px;
}
.product_columns_4 .product-list.thumbs .product-item .gr-product-options .option-item.gr_color_option:not(.gr_type_texture) .option-title {
  margin: 0 0 12px;
}
@media (max-width: 767px) {
  .product_columns_4 .product-list.thumbs .product-item .gr-product-options .option-item.gr_color_option:not(.gr_type_texture) .option-title {
    margin: 0 0 8px;
  }
}
.product_columns_4 .product-list.thumbs .product-item .gr-product-options .option-item:last-child {
  margin-bottom: 0;
}
.product_columns_4 .product-list.thumbs .product-item .gr-product-options .option-title {
  margin: 0 0 5px;
}
@media (max-width: 767px) {
  .product_columns_4 .product-list.thumbs .product-item .gr-product-options .option-title {
    margin: 0 0 2px;
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .product_columns_4 .product-list.thumbs .product-item .gr-product-options .option-body {
    font-size: 13px;
  }
}
.product_columns_4 .product-list.thumbs .product-item .gr-product-options .option-body .file {
  width: 100%;
}
@media (max-width: 767px) {
  .product_columns_4 .product-list.thumbs .product-item .gr-product-options .option-body .file {
    font-size: 13px;
    line-height: 1.1;
    padding: 11px 14px;
  }
}
.product_columns_4 .product-list.thumbs .product-item .gr-product-options .option-body .gr-select-wrapper:before {
  right: 10px;
}
@media (max-width: 1260px) {
  .product_columns_4 .product-list.thumbs .product-item .gr-product-options .option-body .gr-select-wrapper:before {
    right: 10px;
  }
}
@media (max-width: 767px) {
  .product_columns_4 .product-list.thumbs .product-item .gr-product-options .option-body .gr-select-wrapper:before {
    right: 10px;
  }
}
@media (max-width: 767px) {
  .product_columns_4 .product-list.thumbs .product-item .gr-product-options .option-body select {
    padding: 10px 40px 10px 12px;
    font-size: 13px;
    line-height: 1.25;
  }
}
@media (max-width: 767px) {
  .product_columns_4 .product-list.thumbs .product-item .gr-product-options .shop2-product-options .shop2-color-pick li, .product_columns_4 .product-list.thumbs .product-item .gr-product-options .shop2-product-options .shop2-color-ext-list li {
    width: 26px !important;
    height: 26px;
    margin: 0 6px 5px;
  }
  .product_columns_4 .product-list.thumbs .product-item .gr-product-options .shop2-product-options .shop2-color-pick li:first-child, .product_columns_4 .product-list.thumbs .product-item .gr-product-options .shop2-product-options .shop2-color-ext-list li:first-child {
    margin-left: 6px !important;
  }
}
@media (max-width: 767px) {
  .product_columns_4 .product-list.thumbs .product-item .gr-product-options .shop2-product-options .shop2-color-pick li span, .product_columns_4 .product-list.thumbs .product-item .gr-product-options .shop2-product-options .shop2-color-pick li img, .product_columns_4 .product-list.thumbs .product-item .gr-product-options .shop2-product-options .shop2-color-ext-list li span, .product_columns_4 .product-list.thumbs .product-item .gr-product-options .shop2-product-options .shop2-color-ext-list li img {
    width: 26px;
    height: 26px;
  }
}
@media (max-width: 767px) {
  .product_columns_4 .product-list.thumbs .product-item .gr-product-options .shop2-product-options .shop2-color-pick li:after, .product_columns_4 .product-list.thumbs .product-item .gr-product-options .shop2-product-options .shop2-color-ext-list li:after {
    left: -5px;
    right: -5px;
    top: -5px;
    bottom: -5px;
  }
}
@media (max-width: 767px) {
  .product_columns_4 .product-list.thumbs .product-item .gr-product-options .shop2-product-options .shop2-texture-pick {
    margin: 0 -5px -5px 0;
  }
}
@media (max-width: 767px) {
  .product_columns_4 .product-list.thumbs .product-item .gr-product-options .shop2-product-options .shop2-texture-pick li {
    width: 50px;
    height: 50px;
    margin: 0 5px 5px 0;
  }
  .product_columns_4 .product-list.thumbs .product-item .gr-product-options .shop2-product-options .shop2-texture-pick li img {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 767px) {
  .product_columns_4 .product-list.thumbs .product-item .gr-product-options .shop2-color-ext-select .shop2-color-ext-options {
    padding: 5px 20px 5px 5px;
  }
}
@media (max-width: 767px) {
  .product_columns_4 .product-list.thumbs .product-item .gr-product-options .shop2-color-ext-select .shop2-color-ext-options li div {
    margin-top: 5px;
    font-size: 13px;
    line-height: 1.25;
  }
}
@media (max-width: 767px) {
  .product_columns_4 .product-list.thumbs .product-item .gr-product-options .shop2-color-ext-select .shop2-color-ext-options li span {
    width: 26px !important;
    height: 26px;
    margin-right: 7px;
  }
}
.product_columns_4 .product-list.thumbs .product-item .shop2-product-actions {
  margin: 0 0px 10px 0;
}
@media (max-width: 767px) {
  .product_columns_4 .product-list.thumbs .product-item .shop2-product-actions {
    margin: 0 0px 10px 0;
  }
}
.product_columns_4 .product-list.thumbs .product-item .shop2-product-actions dl dt {
  display: inline-flex;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .product_columns_4 .product-list.thumbs .product-item .shop2-product-actions dl dt {
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .product_columns_4 .product-list.thumbs .product-item .shop2-product-actions dl dt .icon-action {
    width: 20px;
    height: 20px;
    min-width: 20px;
    background: none;
  }
}
.product_columns_4 .product-list.thumbs .product-item .shop2-product-actions dl dt .name-action {
  width: auto;
}
@media (max-width: 767px) {
  .product_columns_4 .product-list.thumbs .product-item .shop2-product-actions dl dt .name-action {
    font-size: 13px;
    line-height: 1.25;
  }
}
.product_columns_4 .product-list.thumbs .product-item .product-compare {
  margin-top: 12px;
}
@media (max-width: 767px) {
  .product_columns_4 .product-list.thumbs .product-item .product-compare {
    margin-top: 10px;
  }
}
.product_columns_4 .product-list.thumbs .product-item .gr-favorite-btn-wrapper {
  margin-top: 12px;
}
@media (max-width: 767px) {
  .product_columns_4 .product-list.thumbs .product-item .gr-favorite-btn-wrapper {
    margin-top: 10px;
  }
}
.product_columns_4 .product-list.thumbs .product-item .product-additional__top-left {
  padding: 20px 0 4px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 1260px) {
  .product_columns_4 .product-list.thumbs .product-item .product-additional__top-left {
    align-items: flex-end;
    padding: 10px 0 4px;
  }
}
.product_columns_4 .product-list.thumbs .product-item .product-additional__top-right {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.product_columns_4 .product-list.thumbs .product-item .product-additional__add {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product_columns_4 .product-list.thumbs .product-item .gr-amount-flag {
  order: 2;
  margin: 0 0 6px;
}
@media (max-width: 767px) {
  .product_columns_4 .product-list.thumbs .product-item .gr-amount-flag {
    margin: 0 0 4px;
  }
}
@media (max-width: 767px) {
  .product_columns_4 .product-list.thumbs .product-item .gr-amount-flag span {
    padding: 5px 10px 4px;
    font-size: 11px;
  }
}
.product_columns_4 .product-list.thumbs .product-item .product-price {
  font-size: 0;
  margin-right: 5px;
  margin-bottom: 8px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (max-width: 1260px) {
  .product_columns_4 .product-list.thumbs .product-item .product-price {
    margin-bottom: 8px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
  }
}
.product_columns_4 .product-list.thumbs .product-item .product-price .price-old {
  font-size: 0;
  font-family: var(--font2);
  color: var(--on_gr_bg_sec_text_6);
  font-weight: var(--font2_500);
  vertical-align: top;
  display: inline-block;
}
@media (max-width: 1260px) {
  .product_columns_4 .product-list.thumbs .product-item .product-price .price-old {
    margin-left: 0;
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .product_columns_4 .product-list.thumbs .product-item .product-price .price-old {
    margin-bottom: 1px;
  }
}
.product_columns_4 .product-list.thumbs .product-item .product-price .price-old span {
  display: flex;
}
.product_columns_4 .product-list.thumbs .product-item .product-price .price-old span strong {
  font-weight: var(--font2_400);
  font-size: 15px;
  line-height: 1;
  text-decoration: line-through;
}
@media (max-width: 767px) {
  .product_columns_4 .product-list.thumbs .product-item .product-price .price-old span strong {
    font-size: 14px;
  }
}
.product_columns_4 .product-list.thumbs .product-item .product-price .price-old span span {
  font-size: 15px;
  line-height: 1;
  padding-left: 5px;
}
@media (max-width: 767px) {
  .product_columns_4 .product-list.thumbs .product-item .product-price .price-old span span {
    font-size: 13px;
  }
}
.product_columns_4 .product-list.thumbs .product-item .product-price .price-current {
  font-size: 0;
  font-family: var(--font2);
  color: var(--on_gr_bg_acc_text);
  font-weight: var(--font2_700);
  margin-top: auto;
}
.product_columns_4 .product-list.thumbs .product-item .product-price .price-current.price_on_request strong {
  font-size: 18px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .product_columns_4 .product-list.thumbs .product-item .product-price .price-current.price_on_request strong {
    font-size: 15px;
    line-height: 1.3;
  }
}
.product_columns_4 .product-list.thumbs .product-item .product-price .price-current strong {
  display: inline-block;
  font-size: 22px;
  line-height: 1;
  font-weight: var(--font2_700);
}
@media (max-width: 767px) {
  .product_columns_4 .product-list.thumbs .product-item .product-price .price-current strong {
    font-size: 18px;
    line-height: 1;
  }
}
.product_columns_4 .product-list.thumbs .product-item .product-price .price-current span {
  font-size: 14px;
  line-height: 1;
  padding-left: 5px;
}
@media (max-width: 767px) {
  .product_columns_4 .product-list.thumbs .product-item .product-price .price-current span {
    padding-left: 4px;
  }
}
.product_columns_4 .product-list.thumbs .product-item .product-amount {
  width: auto;
}
.product_columns_4 .product-list.thumbs .product-item .product-amount .amount-title {
  display: none;
}
.product_columns_4 .product-list.thumbs .product-item .product-amount .amount-min {
  color: var(--on_gr_bg_sec_text_6);
  font-size: 13px;
  line-height: 1.1;
  margin: 0 0 4px;
}
@media (max-width: 767px) {
  .product_columns_4 .product-list.thumbs .product-item .product-amount .amount-min {
    margin: 0 0 2px;
  }
}
.product_columns_4 .product-list.thumbs .product-item .product-amount .shop2-product-amount {
  float: left;
  margin-right: 1px;
  width: 110px;
}
@media (max-width: 1340px) {
  .product_columns_4 .product-list.thumbs .product-item .product-amount .shop2-product-amount {
    width: 100px;
  }
}
@media (max-width: 1260px) {
  .product_columns_4 .product-list.thumbs .product-item .product-amount .shop2-product-amount {
    width: 86px;
    margin-right: 1px;
  }
}
@media (max-width: 360px) {
  .product_columns_4 .product-list.thumbs .product-item .product-amount .shop2-product-amount {
    width: 72px;
  }
}
.product_columns_4 .product-list.thumbs .product-item .product-amount .shop2-product-amount.disabled {
  display: none;
}
.product_columns_4 .product-list.thumbs .product-item .product-amount .shop2-product-amount input, .product_columns_4 .product-list.thumbs .product-item .product-amount .shop2-product-amount button {
  height: 40px;
  line-height: 40px;
}
@media (max-width: 1260px) {
  .product_columns_4 .product-list.thumbs .product-item .product-amount .shop2-product-amount input, .product_columns_4 .product-list.thumbs .product-item .product-amount .shop2-product-amount button {
    height: 40px;
    line-height: 40px;
  }
}
.product_columns_4 .product-list.thumbs .product-item .shop-product-btn.notavailable {
  width: 100%;
}
@media (max-width: 1260px) {
  .product_columns_4 .product-list.thumbs .product-item .shop-product-btn.notavailable {
    padding: 12px 15px 13px;
    font-size: 14px;
    line-height: 1.1;
  }
}
@media (max-width: 479px) {
  .product_columns_4 .product-list.thumbs .product-item .shop-product-btn.notavailable {
    font-size: 12px;
    padding: 12px 5px;
  }
}
@media (max-width: 639px) {
  .product_columns_4 .product-list.thumbs .product-item .shop-product-btn.notavailable span {
    padding-right: 0;
  }
  .product_columns_4 .product-list.thumbs .product-item .shop-product-btn.notavailable span svg {
    display: none;
  }
}
.product_columns_4 .product-list.thumbs .product-item .shop-product-btn.notavailable span svg {
  width: 30px;
}
.product_columns_4 .product-list.thumbs .product-item .shop-product-btn:not(.notavailable) {
  float: right;
  font-size: 0;
  padding: 0;
  height: 40px;
  width: 40px;
  background: var(--gr_accent);
}
.product_columns_4 .product-list.thumbs .product-item .shop-product-btn:not(.notavailable) span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  font-size: 0;
}
.product_columns_4 .product-list.thumbs .product-item .shop-product-btn:not(.notavailable) span svg {
  right: auto;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
}
.product_columns_4 .product-list.thumbs .product-item .buy-one-click {
  margin-top: 12px;
  width: 100%;
  padding: 10px 30px;
}
@media (max-width: 767px) {
  .product_columns_4 .product-list.thumbs .product-item .buy-one-click {
    margin-top: 10px;
    padding: 10px 15px 10px;
    font-size: 14px;
    line-height: 1.1;
  }
}
@media (max-width: 479px) {
  .product_columns_4 .product-list.thumbs .product-item .buy-one-click {
    font-size: 12px;
    padding: 12px 5px;
  }
}
@media (max-width: 767px) {
  .product_columns_4 .product-list.thumbs .product-item .buy-one-click.buy_one_click_action {
    padding: 12px 15px 13px;
    font-size: 14px;
    line-height: 1.1;
  }
}
/* Витрина */
/*@import "global:templates/shop2/2.130.2/130-7/css/shop_styles/_thumbs_5.scss";*/
/* Витрина */
.product-list.simple {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
.product-list.simple .product-item {
  position: relative;
  margin-bottom: 30px;
  padding: 30px;
  box-sizing: border-box;
  background: var(--on_gr_bg_bg);
  border-radius: var(--gr_small_radius);
  box-shadow: inset 0 0 0 1px var(--on_gr_bg_border_4);
}
@media (max-width: 1280px) {
  .product-list.simple .product-item {
    padding: 20px;
  }
}
@media (max-width: 1023px) {
  .product-list.simple .product-item {
    margin-bottom: 20px;
  }
}
.product-list.simple .product-item__inner {
  position: relative;
  display: flex;
}
@media (max-width: 639px) {
  .product-list.simple .product-item__inner {
    display: block;
  }
}
.product-list.simple .product-item__top {
  position: relative;
  width: 25%;
  margin-right: 30px;
}
@media (max-width: 1023px) {
  .product-list.simple .product-item__top {
    margin-right: 20px;
    width: 220px;
  }
}
@media (max-width: 767px) {
  .product-list.simple .product-item__top {
    width: 150px;
  }
}
@media (max-width: 639px) {
  .product-list.simple .product-item__top {
    width: 100%;
    margin: 0 0 10px;
  }
}
.product-list.simple .product-item__bottom {
  width: calc(100% - 25% - 30px);
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1023px) {
  .product-list.simple .product-item__bottom {
    display: block;
    width: calc(100% - 220px - 20px);
  }
}
@media (max-width: 767px) {
  .product-list.simple .product-item__bottom {
    width: calc(100% - 150px - 20px);
  }
}
@media (max-width: 639px) {
  .product-list.simple .product-item__bottom {
    width: 100%;
  }
}
.product-list.simple .product-item__bottom-left {
  padding-right: 30px;
  width: calc(100% - 250px);
}
@media (max-width: 1023px) {
  .product-list.simple .product-item__bottom-left {
    width: 100%;
    padding: 0 0 20px;
  }
}
@media (max-width: 639px) {
  .product-list.simple .product-item__bottom-left {
    padding: 0 0 12px;
  }
}
.product-list.simple .product-item__bottom-left > *:last-child {
  margin-bottom: 0 !important;
}
.product-list.simple .product-item__bottom-right {
  width: 250px;
}
@media (max-width: 1023px) {
  .product-list.simple .product-item__bottom-right {
    width: 100%;
  }
}
.product-list.simple .product-item .gr-product-image {
  position: relative;
  padding-top: 100%;
  border-radius: var(--gr_inner_radius);
}
.product-list.simple .product-item .gr-product-image.no-image {
  background: var(--noImageDefault);
}
.product-list.simple .product-item .gr-product-image a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 0;
  overflow: hidden;
  border-radius: var(--gr_inner_radius);
  text-decoration: none;
  display: flex;
}
.product-list.simple .product-item .gr-product-image a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-list.simple .product-item .gr-product-image:hover .quick-view-trigger {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1, 1);
}
.product-list.simple .product-item .product-flags {
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  right: 0px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .product-list.simple .product-item .product-flags__item {
    font-size: 11px;
    line-height: 1.1;
  }
}
@media (max-width: 767px) {
  .product-list.simple .product-item .product-flags__item span {
    padding: 6px 10px 4px;
  }
}
.product-list.simple .product-item .quick-view-trigger {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.18s linear;
  transform: translate(-50%, -50%) scale(0.5, 0.5);
}
.product-list.simple .product-item .quick-view-trigger > span {
  width: 30px;
}
.product-list.simple .product-item .gr-product-name {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 4px;
  font-weight: var(--font1_500);
}
@media (max-width: 639px) {
  .product-list.simple .product-item .gr-product-name {
    font-size: 14px;
    line-height: 1.3;
  }
}
.product-list.simple .product-item .gr-product-name a {
  color: var(--on_gr_bg_acc_text);
  text-decoration: none;
  transition: all 0.18s linear;
  border-bottom: 1px solid transparent;
}
.product-list.simple .product-item .gr-product-name a:hover {
  border-bottom-color: var(--gr_primary_6);
  color: var(--gr_primary);
}
.product-list.simple .product-item .gr-vendor-block {
  font-size: 13px;
  line-height: 1.25;
  margin-bottom: 8px;
}
.product-list.simple .product-item .gr-vendor-block a {
  color: var(--on_gr_bg_link);
  text-decoration: none;
  transition: all 0.18s linear;
  border-bottom: 1px solid transparent;
}
.product-list.simple .product-item .gr-vendor-block a:hover {
  border-bottom-color: var(--on_gr_bg_link_5);
}
.product-list.simple .product-item .tpl-stars {
  margin: 14px 0 20px -2px;
}
@media (max-width: 768px) {
  .product-list.simple .product-item .tpl-stars {
    margin: 13px 0 13px -2px;
  }
}
.product-list.simple .product-item .product-article {
  font-size: 14px;
  line-height: 1.1;
  margin-bottom: 20px;
  color: var(--on_gr_bg_sec_text_6);
}
@media (max-width: 768px) {
  .product-list.simple .product-item .product-article {
    margin-bottom: 13px;
  }
}
@media (max-width: 639px) {
  .product-list.simple .product-item .product-article {
    font-size: 13px;
    line-height: 1.25;
    margin-bottom: 8px;
  }
}
.product-list.simple .product-item .product-article span {
  font-family: var(--font2);
}
.product-list.simple .product-item .gr-product-anonce {
  color: var(--on_gr_bg_sec_text);
  font-size: 14px;
  line-height: 1.14;
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  .product-list.simple .product-item .gr-product-anonce {
    margin-bottom: 15px;
  }
}
@media (max-width: 639px) {
  .product-list.simple .product-item .gr-product-anonce {
    font-size: 13px;
    line-height: 1.25;
    margin-bottom: 8px;
  }
}
.product-list.simple .product-item .gr-product-options {
  margin: 0 0 20px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 639px) {
  .product-list.simple .product-item .gr-product-options {
    margin: 0 0 10px;
  }
}
.product-list.simple .product-item .gr-product-options .gr-options-more {
  order: -1;
  max-width: 250px;
}
@media (max-width: 639px) {
  .product-list.simple .product-item .gr-product-options .gr-options-more {
    max-width: 100%;
  }
}
.product-list.simple .product-item .gr-product-options .gr-options-more__btn {
  cursor: pointer;
  color: var(--on_gr_bg_acc_text);
  font-size: 15px;
  line-height: 1.1;
  transition: all 0.18s linear;
  max-width: 100%;
  width: 250px;
  box-sizing: border-box;
  text-align: left;
  justify-content: flex-start;
}
.product-list.simple .product-item .gr-product-options .gr-options-more__btn:hover ins {
  border-bottom: 1px dashed var(--gr_primary);
}
.product-list.simple .product-item .gr-product-options .gr-options-more__btn.active span i {
  transform: translateY(-50%) rotate(-180deg);
}
.product-list.simple .product-item .gr-product-options .gr-options-more__btn ins {
  transition: all 0.18s linear;
}
.product-list.simple .product-item .gr-product-options .gr-options-more__btn span {
  width: 100%;
  padding: 10px 20px 10px 10px;
  box-sizing: border-box;
  border: 1px solid var(--gr_primary);
  border-radius: var(--gr_small_radius);
  font-weight: var(--font1_500);
  color: var(--gr_primary);
}
.product-list.simple .product-item .gr-product-options .gr-options-more__btn span i {
  width: 26px;
  height: 24px;
  display: inline-flex;
  border-radius: var(--gr_inner_radius);
  box-shadow: inset 0 0 0 1px var(--on_gr_bg_border_12);
}
.product-list.simple .product-item .gr-product-options .gr-options-more__btn span i svg {
  margin: auto;
  fill: var(--gr_primary);
}
.product-list.simple .product-item .gr-product-options .gr-options-more__btn span svg {
  width: 20px;
  height: 20px;
  display: none;
}
.product-list.simple .product-item .gr-product-options .gr-options-more__btn span svg.gr_small_icon {
  display: block;
}
.product-list.simple .product-item .gr-product-options .gr-options-container {
  display: none;
}
.product-list.simple .product-item .gr-product-options .shop2-product-options {
  padding-top: 20px;
}
@media (max-width: 639px) {
  .product-list.simple .product-item .gr-product-options .shop2-product-options {
    padding-top: 15px;
  }
}
.product-list.simple .product-item .gr-product-options .option-item {
  margin-bottom: 10px;
}
.product-list.simple .product-item .gr-product-options .option-item.gr_color_option:not(.gr_type_texture) .option-title {
  margin: 0 0 12px;
}
@media (max-width: 767px) {
  .product-list.simple .product-item .gr-product-options .option-item.gr_color_option:not(.gr_type_texture) .option-title {
    margin: 0 0 8px;
  }
}
.product-list.simple .product-item .gr-product-options .option-item:last-child {
  margin-bottom: 0;
}
.product-list.simple .product-item .gr-product-options .option-title {
  margin: 0 0 5px;
}
@media (max-width: 767px) {
  .product-list.simple .product-item .gr-product-options .option-title {
    margin: 0 0 4px;
    font-size: 13px;
    line-height: 1.1;
  }
}
@media (max-width: 767px) {
  .product-list.simple .product-item .gr-product-options .option-body {
    font-size: 13px;
    line-height: 1.25;
  }
}
.product-list.simple .product-item .gr-product-options .option-body .file {
  width: 100%;
  max-width: 250px;
}
@media (max-width: 767px) {
  .product-list.simple .product-item .gr-product-options .option-body .file {
    font-size: 13px;
    line-height: 1.1;
    padding: 11px 14px;
  }
}
@media (max-width: 639px) {
  .product-list.simple .product-item .gr-product-options .option-body .file {
    max-width: 100%;
  }
}
.product-list.simple .product-item .gr-product-options .option-body input, .product-list.simple .product-item .gr-product-options .option-body select {
  max-width: 250px;
}
@media (max-width: 639px) {
  .product-list.simple .product-item .gr-product-options .option-body input, .product-list.simple .product-item .gr-product-options .option-body select {
    max-width: 100%;
  }
}
.product-list.simple .product-item .gr-product-options .option-body select option {
  font-size: 14px;
}
.product-list.simple .product-item .gr-product-options .option-body .shop2-color-ext-select {
  max-width: 250px;
}
@media (max-width: 639px) {
  .product-list.simple .product-item .gr-product-options .option-body .shop2-color-ext-select {
    max-width: 100%;
  }
}
.product-list.simple .product-item .gr-product-options .option-body .gr-select-wrapper {
  max-width: 250px;
}
.product-list.simple .product-item .gr-product-options .option-body .gr-select-wrapper:before {
  right: 10px;
}
@media (max-width: 1260px) {
  .product-list.simple .product-item .gr-product-options .option-body .gr-select-wrapper:before {
    right: 10px;
  }
}
@media (max-width: 767px) {
  .product-list.simple .product-item .gr-product-options .option-body .gr-select-wrapper:before {
    right: 10px;
  }
}
@media (max-width: 767px) {
  .product-list.simple .product-item .gr-product-options .option-body select {
    padding: 10px 40px 10px 12px;
    font-size: 13px;
    line-height: 1.25;
  }
}
@media (max-width: 767px) {
  .product-list.simple .product-item .gr-product-options .shop2-product-options .shop2-color-pick li, .product-list.simple .product-item .gr-product-options .shop2-product-options .shop2-color-ext-list li {
    width: 26px !important;
    height: 26px;
    margin: 0 6px 5px;
  }
  .product-list.simple .product-item .gr-product-options .shop2-product-options .shop2-color-pick li:first-child, .product-list.simple .product-item .gr-product-options .shop2-product-options .shop2-color-ext-list li:first-child {
    margin-left: 6px !important;
  }
}
@media (max-width: 767px) {
  .product-list.simple .product-item .gr-product-options .shop2-product-options .shop2-color-pick li span, .product-list.simple .product-item .gr-product-options .shop2-product-options .shop2-color-pick li img, .product-list.simple .product-item .gr-product-options .shop2-product-options .shop2-color-ext-list li span, .product-list.simple .product-item .gr-product-options .shop2-product-options .shop2-color-ext-list li img {
    width: 26px;
    height: 26px;
  }
}
@media (max-width: 767px) {
  .product-list.simple .product-item .gr-product-options .shop2-product-options .shop2-color-pick li:after, .product-list.simple .product-item .gr-product-options .shop2-product-options .shop2-color-ext-list li:after {
    left: -5px;
    right: -5px;
    top: -5px;
    bottom: -5px;
  }
}
@media (max-width: 767px) {
  .product-list.simple .product-item .gr-product-options .shop2-product-options .shop2-texture-pick {
    margin: 0 -5px -5px 0;
  }
}
@media (max-width: 767px) {
  .product-list.simple .product-item .gr-product-options .shop2-product-options .shop2-texture-pick li {
    width: 50px;
    height: 50px;
    margin: 0 5px 5px 0;
  }
  .product-list.simple .product-item .gr-product-options .shop2-product-options .shop2-texture-pick li img {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 767px) {
  .product-list.simple .product-item .gr-product-options .shop2-color-ext-select .shop2-color-ext-options {
    padding: 5px 20px 5px 5px;
  }
}
@media (max-width: 767px) {
  .product-list.simple .product-item .gr-product-options .shop2-color-ext-select .shop2-color-ext-options li div {
    margin-top: 5px;
    font-size: 13px;
    line-height: 1.25;
  }
}
@media (max-width: 767px) {
  .product-list.simple .product-item .gr-product-options .shop2-color-ext-select .shop2-color-ext-options li span {
    width: 26px !important;
    height: 26px;
    margin-right: 7px;
  }
}
.product-list.simple .product-item .shop2-product-actions {
  margin: 0 0px 20px 0;
}
@media (max-width: 768px) {
  .product-list.simple .product-item .shop2-product-actions {
    margin: 0 0px 13px 0;
  }
}
.product-list.simple .product-item .shop2-product-actions dt {
  display: inline-flex;
  margin-bottom: 10px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .product-list.simple .product-item .shop2-product-actions dt {
    margin-right: 10px;
  }
}
.product-list.simple .product-item .shop2-product-actions dt + dd + dt {
  margin-top: 0;
}
.product-list.simple .product-item .shop2-product-actions dt .name-action {
  width: auto;
  font-size: 14px;
  line-height: 1.14;
}
@media (max-width: 767px) {
  .product-list.simple .product-item .shop2-product-actions dt .name-action {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .product-list.simple .product-item .shop2-product-actions dt .icon-action {
    background: none;
    width: 20px;
    height: 20px;
    min-width: 20px;
  }
  .product-list.simple .product-item .shop2-product-actions dt .icon-action svg {
    fill: var(--on_gr_white_const);
  }
}
@media (max-width: 1023px) {
  .product-list.simple .product-item .product-additional__top {
    display: flex;
    align-items: flex-end;
    padding: 0 0 20px;
  }
}
@media (max-width: 767px) {
  .product-list.simple .product-item .product-additional__top {
    padding: 0 0 10px;
  }
}
@media (max-width: 639px) {
  .product-list.simple .product-item .product-additional__top {
    padding: 0;
    display: block;
  }
}
.product-list.simple .product-item .product-additional__top-left {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .product-list.simple .product-item .product-additional__top-left {
    width: 190px;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 639px) {
  .product-list.simple .product-item .product-additional__top-left {
    width: 100%;
    flex-direction: row;
    align-items: flex-end;
  }
}
@media (max-width: 1023px) {
  .product-list.simple .product-item .product-additional__top-right {
    width: calc(100% - 190px);
  }
}
@media (max-width: 639px) {
  .product-list.simple .product-item .product-additional__top-right {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .product-list.simple .product-item .product-additional__bottom {
    display: flex;
    align-items: flex-start;
  }
}
@media (max-width: 639px) {
  .product-list.simple .product-item .product-additional__bottom {
    display: block;
  }
}
.product-list.simple .product-item .product-additional__add {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1023px) {
  .product-list.simple .product-item .product-additional__add {
    order: -1;
  }
}
@media (max-width: 639px) {
  .product-list.simple .product-item .product-additional__add {
    order: 1;
  }
}
.product-list.simple .product-item .gr-amount-flag {
  order: 2;
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  .product-list.simple .product-item .gr-amount-flag {
    margin: 0 0 10px;
    order: 0;
  }
}
@media (max-width: 639px) {
  .product-list.simple .product-item .gr-amount-flag {
    order: 2;
    margin-bottom: 6px;
  }
}
@media (max-width: 767px) {
  .product-list.simple .product-item .gr-amount-flag span {
    padding: 5px 10px 4px;
    font-size: 11px;
  }
}
.product-list.simple .product-item .product-price {
  font-size: 0;
  padding: 0 0 20px;
}
@media (max-width: 1023px) {
  .product-list.simple .product-item .product-price {
    padding: 0;
  }
}
@media (max-width: 639px) {
  .product-list.simple .product-item .product-price {
    padding: 0 0 10px;
  }
}
.product-list.simple .product-item .product-price .price-old {
  vertical-align: top;
  display: inline-block;
  font-size: 0;
  margin-bottom: 5px;
  font-family: var(--font1);
  color: var(--on_gr_bg_sec_text_6);
  font-weight: var(--font1_400);
}
@media (max-width: 639px) {
  .product-list.simple .product-item .product-price .price-old {
    margin-bottom: 2px;
  }
}
.product-list.simple .product-item .product-price .price-old span {
  display: flex;
}
.product-list.simple .product-item .product-price .price-old span strong {
  font-weight: var(--font1_400);
  font-size: 14px;
  line-height: 1;
  text-decoration: line-through;
}
.product-list.simple .product-item .product-price .price-old span span {
  font-size: 14px;
  line-height: 1;
  padding-left: 5px;
}
.product-list.simple .product-item .product-price .price-current {
  font-size: 0;
  font-family: var(--font1);
  color: var(--on_gr_bg_acc_text);
  font-weight: var(--font1_500);
}
.product-list.simple .product-item .product-price .price-current.price_on_request strong {
  font-size: 18px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .product-list.simple .product-item .product-price .price-current.price_on_request strong {
    font-size: 15px;
    line-height: 1.3;
  }
}
.product-list.simple .product-item .product-price .price-current strong {
  font-size: 22px;
  line-height: 1;
  font-weight: var(--font1_500);
}
@media (max-width: 767px) {
  .product-list.simple .product-item .product-price .price-current strong {
    font-size: 18px;
    line-height: 1;
  }
}
.product-list.simple .product-item .product-price .price-current span {
  font-size: 16px;
  line-height: 1;
  padding-left: 5px;
}
@media (max-width: 767px) {
  .product-list.simple .product-item .product-price .price-current span {
    font-size: 14px;
  }
}
.product-list.simple .product-item .product-amount {
  width: auto;
}
.product-list.simple .product-item .product-amount .amount-title {
  display: none;
}
.product-list.simple .product-item .product-amount .amount-min {
  color: var(--on_gr_bg_sec_text_6);
  font-size: 14px;
  line-height: 1.3;
  margin: 0 0 4px;
}
@media (max-width: 767px) {
  .product-list.simple .product-item .product-amount .amount-min {
    font-size: 13px;
    line-height: 1.4;
    margin: 0 0 2px;
  }
}
.product-list.simple .product-item .product-amount .shop2-product-amount {
  float: left;
  margin-right: 10px;
  width: 110px;
}
@media (max-width: 767px) {
  .product-list.simple .product-item .product-amount .shop2-product-amount {
    width: 86px;
    margin-right: 6px;
  }
}
.product-list.simple .product-item .product-amount .shop2-product-amount.disabled {
  display: none;
}
.product-list.simple .product-item .product-amount .shop2-product-amount input, .product-list.simple .product-item .product-amount .shop2-product-amount button {
  height: 50px;
  line-height: 50px;
}
.product-list.simple .product-item .shop-product-btn.notavailable {
  width: 100%;
}
@media (max-width: 767px) {
  .product-list.simple .product-item .shop-product-btn.notavailable {
    padding: 12px 15px 13px;
    font-size: 14px;
    line-height: 1.1;
  }
}
.product-list.simple .product-item .shop-product-btn.notavailable span svg {
  width: 30px;
}
.product-list.simple .product-item .shop-product-btn:not(.notavailable) {
  float: right;
  padding: 0;
  width: 50px;
  height: 50px;
  background: var(--gr_accent);
}
@media (max-width: 767px) {
  .product-list.simple .product-item .shop-product-btn:not(.notavailable) {
    padding: 12px 20px 13px;
    font-size: 14px;
    line-height: 1.1;
  }
}
.product-list.simple .product-item .shop-product-btn:not(.notavailable) span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  font-size: 0;
}
.product-list.simple .product-item .shop-product-btn:not(.notavailable) span svg {
  right: auto;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
}
.product-list.simple .product-item .buy-one-click {
  margin-top: 20px;
  width: 100%;
}
@media (max-width: 1023px) {
  .product-list.simple .product-item .buy-one-click {
    margin: 0 0 0 10px;
    width: auto;
    flex: 1 1 auto;
  }
}
@media (max-width: 639px) {
  .product-list.simple .product-item .buy-one-click {
    width: 100%;
    margin: 10px 0 0;
  }
}
.product-list.simple .product-item .product-compare {
  margin-top: 20px;
}
@media (max-width: 1023px) {
  .product-list.simple .product-item .product-compare {
    order: -1;
    margin: 0;
    width: 190px;
  }
}
@media (max-width: 639px) {
  .product-list.simple .product-item .product-compare {
    width: auto;
    margin: 10px 0 0;
  }
}
.product-list.simple .product-item .gr-favorite-btn-wrapper {
  margin-top: 20px;
}
@media (max-width: 1023px) {
  .product-list.simple .product-item .gr-favorite-btn-wrapper {
    margin-top: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 639px) {
  .product-list.simple .product-item .gr-favorite-btn-wrapper {
    margin-bottom: 0;
    margin-top: 10px;
  }
}
.product-list.simple .product-item .gr-favorite-btn-wrapper .gr-favorite-btn {
  /*padding: 16px 0 16px;
				@media all and (max-width: 767px) {
					padding: 10px 0 ;
				}*/
}
/* Простой */
.product-list-titles {
  display: flex;
  justify-content: space-between;
  border: 1px solid var(--on_gr_bg_border_4);
  padding: 17px 30px;
  background: var(--on_gr_bg_bg);
}
@media (max-width: 767px) {
  .product-list-titles {
    display: none;
  }
}
.product-list-titles__item {
  font-size: 15px;
  line-height: 1.6;
  color: var(--on_gr_bg_sec_text_8);
}
.product-list-titles__item:nth-child(2) {
  width: 180px;
  margin-left: auto;
}
@media (max-width: 1023px) {
  .product-list-titles__item:nth-child(2) {
    width: 190px;
  }
}
.product-list-titles__item:nth-child(3) {
  width: 200px;
}
@media (max-width: 1023px) {
  .product-list-titles__item:nth-child(3) {
    display: none;
  }
}
.product-list.list {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
.product-list.list .product-item {
  position: relative;
  margin: 0;
  padding: 30px;
  background: var(--on_gr_bg_bg);
  border-left: 1px solid var(--on_gr_bg_border_4);
  border-right: 1px solid var(--on_gr_bg_border_4);
  border-bottom: 1px solid var(--on_gr_bg_border_4);
}
@media (max-width: 1023px) {
  .product-list.list .product-item {
    padding: 20px;
  }
}
.product-list.list .product-item:last-child {
  margin-bottom: 30px;
  border-radius: 0 0 var(--gr_small_radius) var(--gr_small_radius);
}
@media (max-width: 767px) {
  .product-list.list .product-item:last-child {
    margin-bottom: 20px;
  }
}
.product-list.list .product-item__inner {
  position: relative;
  display: flex;
}
.product-list.list .product-item__top {
  margin-right: 20px;
  width: 90px;
}
@media (max-width: 767px) {
  .product-list.list .product-item__top {
    margin-right: 12px;
  }
}
.product-list.list .product-item__bottom {
  width: calc(100% - 90px - 20px);
  display: flex;
}
@media (max-width: 767px) {
  .product-list.list .product-item__bottom {
    width: calc(100% - 90px - 12px);
  }
}
@media (max-width: 639px) {
  .product-list.list .product-item__bottom {
    flex-direction: column;
  }
}
.product-list.list .product-item__bottom-left {
  width: calc(100% - 380px - 20px);
}
@media (max-width: 1023px) {
  .product-list.list .product-item__bottom-left {
    width: calc(100% - 200px - 20px);
  }
}
@media (max-width: 639px) {
  .product-list.list .product-item__bottom-left {
    width: 100%;
  }
}
.product-list.list .product-item__bottom-left > *:last-child {
  margin-bottom: 0 !important;
}
.product-list.list .product-item__bottom-right {
  width: 380px;
  margin-left: 20px;
}
@media (max-width: 1023px) {
  .product-list.list .product-item__bottom-right {
    width: 200px;
  }
}
@media (max-width: 639px) {
  .product-list.list .product-item__bottom-right {
    width: 100%;
    margin-top: 8px;
    margin-left: 0;
  }
}
.product-list.list .product-item .gr-product-image {
  position: relative;
  padding-top: 100%;
  border-radius: var(--gr_inner_radius);
}
.product-list.list .product-item .gr-product-image.no-image {
  background: var(--noImageDefault);
  background-size: 50%;
}
.product-list.list .product-item .gr-product-image a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 0;
  overflow: hidden;
  border-radius: var(--gr_inner_radius);
  text-decoration: none;
  display: flex;
}
.product-list.list .product-item .gr-product-image a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-list.list .product-item .gr-product-image:hover .quick-view-trigger {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1, 1);
}
.product-list.list .product-item .product-flags {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 8px;
}
.product-list.list .product-item .product-flags__item {
  font-size: 12px;
  line-height: 1.2;
}
.product-list.list .product-item .product-flags__item span {
  padding: 5px 12px 4px;
}
.product-list.list .product-item .quick-view-trigger {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.18s linear;
  transform: translate(-50%, -50%) scale(0.5, 0.5);
}
.product-list.list .product-item .quick-view-trigger .gr-svg-icon {
  display: none;
}
.product-list.list .product-item .quick-view-trigger .gr-svg-icon.gr_small_icon {
  display: block;
  width: 20px;
  height: 20px;
}
.product-list.list .product-item .gr-product-name {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 4px;
  font-weight: var(--font1_500);
}
@media (max-width: 767px) {
  .product-list.list .product-item .gr-product-name {
    font-size: 13px;
    line-height: 1.3;
  }
}
.product-list.list .product-item .gr-product-name a {
  color: var(--on_gr_bg_acc_text);
  text-decoration: none;
  transition: all 0.18s linear;
  border-bottom: 1px solid transparent;
}
.product-list.list .product-item .gr-product-name a:hover {
  border-bottom-color: var(--gr_primary_6);
  color: var(--gr_primary);
}
.product-list.list .product-item .gr-vendor-block {
  font-size: 13px;
  line-height: 1.25;
  margin-bottom: 8px;
}
.product-list.list .product-item .gr-vendor-block a {
  color: var(--on_gr_bg_link);
  text-decoration: none;
  transition: all 0.18s linear;
  border-bottom: 1px solid transparent;
}
.product-list.list .product-item .gr-vendor-block a:hover {
  border-bottom-color: var(--on_gr_bg_link_5);
}
.product-list.list .product-item .tpl-stars {
  margin: 10px 0 10px -2px;
}
@media (max-width: 1260px) {
  .product-list.list .product-item .tpl-stars {
    margin: 0 0 10px -2px;
  }
}
@media (max-width: 767px) {
  .product-list.list .product-item .tpl-stars {
    margin: 0 0 8px -2px;
  }
}
.product-list.list .product-item .product-article {
  font-size: 14px;
  line-height: 1.1;
  margin-bottom: 10px;
  color: var(--on_gr_bg_sec_text_6);
}
@media (max-width: 767px) {
  .product-list.list .product-item .product-article {
    font-size: 13px;
    line-height: 1.25;
    margin-bottom: 8px;
  }
}
.product-list.list .product-item .product-article span {
  font-family: var(--font2);
}
.product-list.list .product-item .gr-product-anonce {
  color: var(--on_gr_bg_sec_text);
  font-size: 14px;
  line-height: 1.14;
  margin-bottom: 20px;
}
@media (max-width: 1260px) {
  .product-list.list .product-item .gr-product-anonce {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .product-list.list .product-item .gr-product-anonce {
    font-size: 13px;
    line-height: 1.25;
    margin-bottom: 8px;
  }
}
.product-list.list .product-item .gr-product-options {
  margin: 0 0 20px;
  display: flex;
  flex-direction: column;
}
.product-list.list .product-item .gr-product-options .gr-options-more {
  order: -1;
  max-width: 250px;
}
.product-list.list .product-item .gr-product-options .gr-options-more__btn {
  cursor: pointer;
  color: var(--on_gr_bg_acc_text);
  font-size: 15px;
  line-height: 1.1;
  transition: all 0.18s linear;
  max-width: 100%;
  width: 250px;
  box-sizing: border-box;
  text-align: left;
  display: inline-flex;
  justify-content: flex-start;
}
.product-list.list .product-item .gr-product-options .gr-options-more__btn:hover ins {
  border-bottom: 1px dashed var(--gr_primary);
}
.product-list.list .product-item .gr-product-options .gr-options-more__btn.active span i {
  transform: translateY(-50%) rotate(-180deg);
}
.product-list.list .product-item .gr-product-options .gr-options-more__btn ins {
  transition: all 0.18s linear;
  border-bottom: 1px dashed var(--on_gr_bg_border_12);
}
.product-list.list .product-item .gr-product-options .gr-options-more__btn span {
  width: 100%;
  padding: 10px 20px 10px 10px;
  box-sizing: border-box;
  border: 1px solid var(--gr_primary);
  border-radius: var(--gr_small_radius);
  font-weight: var(--font1_500);
  color: var(--gr_primary);
}
.product-list.list .product-item .gr-product-options .gr-options-more__btn span i {
  width: 26px;
  height: 24px;
  display: inline-flex;
  border-radius: var(--gr_inner_radius);
}
.product-list.list .product-item .gr-product-options .gr-options-more__btn span i svg {
  margin: auto;
  fill: var(--gr_primary);
}
.product-list.list .product-item .gr-product-options .gr-options-more__btn span svg {
  width: 20px;
  height: 20px;
  display: none;
}
.product-list.list .product-item .gr-product-options .gr-options-more__btn span svg.gr_small_icon {
  display: block;
}
.product-list.list .product-item .gr-product-options .gr-options-container {
  display: none;
}
.product-list.list .product-item .gr-product-options .shop2-product-options {
  padding-top: 15px;
}
@media (max-width: 767px) {
  .product-list.list .product-item .gr-product-options .shop2-product-options {
    padding-top: 14px;
  }
}
.product-list.list .product-item .gr-product-options .option-item {
  margin-bottom: 10px;
}
.product-list.list .product-item .gr-product-options .option-item.gr_color_option:not(.gr_type_texture) .option-title {
  margin: 0 0 12px;
}
@media (max-width: 767px) {
  .product-list.list .product-item .gr-product-options .option-item.gr_color_option:not(.gr_type_texture) .option-title {
    margin: 0 0 8px;
  }
}
.product-list.list .product-item .gr-product-options .option-item:last-child {
  margin-bottom: 0;
}
.product-list.list .product-item .gr-product-options .option-title {
  margin: 0 0 5px;
}
@media (max-width: 767px) {
  .product-list.list .product-item .gr-product-options .option-title {
    margin: 0 0 4px;
    font-size: 13px;
    line-height: 1.1;
  }
}
@media (max-width: 767px) {
  .product-list.list .product-item .gr-product-options .option-body {
    font-size: 13px;
    line-height: 1.25;
  }
}
.product-list.list .product-item .gr-product-options .option-body .file {
  width: 100%;
  max-width: 250px;
}
@media (max-width: 767px) {
  .product-list.list .product-item .gr-product-options .option-body .file {
    font-size: 13px;
    line-height: 1.1;
    padding: 11px 14px;
  }
}
.product-list.list .product-item .gr-product-options .option-body input, .product-list.list .product-item .gr-product-options .option-body select {
  max-width: 250px;
}
.product-list.list .product-item .gr-product-options .option-body .shop2-color-ext-select {
  max-width: 250px;
}
.product-list.list .product-item .gr-product-options .option-body .gr-select-wrapper {
  max-width: 250px;
}
.product-list.list .product-item .gr-product-options .option-body .gr-select-wrapper:before {
  right: 10px;
}
@media (max-width: 1260px) {
  .product-list.list .product-item .gr-product-options .option-body .gr-select-wrapper:before {
    right: 10px;
  }
}
@media (max-width: 767px) {
  .product-list.list .product-item .gr-product-options .option-body .gr-select-wrapper:before {
    right: 10px;
  }
}
@media (max-width: 767px) {
  .product-list.list .product-item .gr-product-options .option-body select {
    padding: 10px 40px 10px 12px;
    font-size: 13px;
    line-height: 1.25;
  }
}
@media (max-width: 767px) {
  .product-list.list .product-item .gr-product-options .shop2-product-options .shop2-color-pick li, .product-list.list .product-item .gr-product-options .shop2-product-options .shop2-color-ext-list li {
    width: 26px !important;
    height: 26px;
    margin: 0 6px 5px;
  }
  .product-list.list .product-item .gr-product-options .shop2-product-options .shop2-color-pick li:first-child, .product-list.list .product-item .gr-product-options .shop2-product-options .shop2-color-ext-list li:first-child {
    margin-left: 6px !important;
  }
}
@media (max-width: 767px) {
  .product-list.list .product-item .gr-product-options .shop2-product-options .shop2-color-pick li span, .product-list.list .product-item .gr-product-options .shop2-product-options .shop2-color-pick li img, .product-list.list .product-item .gr-product-options .shop2-product-options .shop2-color-ext-list li span, .product-list.list .product-item .gr-product-options .shop2-product-options .shop2-color-ext-list li img {
    width: 26px;
    height: 26px;
  }
}
@media (max-width: 767px) {
  .product-list.list .product-item .gr-product-options .shop2-product-options .shop2-color-pick li:after, .product-list.list .product-item .gr-product-options .shop2-product-options .shop2-color-ext-list li:after {
    left: -5px;
    right: -5px;
    top: -5px;
    bottom: -5px;
  }
}
@media (max-width: 767px) {
  .product-list.list .product-item .gr-product-options .shop2-product-options .shop2-texture-pick {
    margin: 0 -5px -5px 0;
  }
}
@media (max-width: 767px) {
  .product-list.list .product-item .gr-product-options .shop2-product-options .shop2-texture-pick li {
    width: 50px;
    height: 50px;
    margin: 0 5px 5px 0;
  }
  .product-list.list .product-item .gr-product-options .shop2-product-options .shop2-texture-pick li img {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 767px) {
  .product-list.list .product-item .gr-product-options .shop2-color-ext-select .shop2-color-ext-options {
    padding: 5px 20px 5px 5px;
  }
}
@media (max-width: 767px) {
  .product-list.list .product-item .gr-product-options .shop2-color-ext-select .shop2-color-ext-options li div {
    margin-top: 5px;
    font-size: 13px;
    line-height: 1.25;
  }
}
@media (max-width: 767px) {
  .product-list.list .product-item .gr-product-options .shop2-color-ext-select .shop2-color-ext-options li span {
    width: 26px !important;
    height: 26px;
    margin-right: 7px;
  }
}
.product-list.list .product-item .shop2-product-actions {
  margin: 0 0px 10px 0;
}
@media (max-width: 767px) {
  .product-list.list .product-item .shop2-product-actions {
    margin: 0 0px 8px 0;
  }
}
.product-list.list .product-item .shop2-product-actions dt {
  display: inline-flex;
  margin-bottom: 10px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .product-list.list .product-item .shop2-product-actions dt {
    margin-right: 0px;
  }
}
.product-list.list .product-item .shop2-product-actions dt + dd + dt {
  margin-top: 0;
}
.product-list.list .product-item .shop2-product-actions dt .name-action {
  width: auto;
  font-size: 14px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .product-list.list .product-item .shop2-product-actions dt .name-action {
    font-size: 13px;
  }
}
.product-list.list .product-item .shop2-product-actions dt .icon-action {
  background: none;
  width: 20px;
  height: 20px;
  min-width: 20px;
  /*svg {
						fill: var(--gr_error);
					}*/
}
.product-list.list .product-item .shop2-product-actions dt.promo-action {
  padding: 5px 10px;
}
.product-list.list .product-item .product-additional {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1023px) {
  .product-list.list .product-item .product-additional {
    flex-direction: column;
  }
}
.product-list.list .product-item .product-additional__top {
  width: 100%;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 1023px) {
  .product-list.list .product-item .product-additional__top {
    display: block;
  }
}
.product-list.list .product-item .product-additional__top-left {
  width: 180px;
}
@media (max-width: 1023px) {
  .product-list.list .product-item .product-additional__top-left {
    width: 100%;
  }
}
.product-list.list .product-item .product-additional__top-right {
  width: calc(100% - 180px);
}
@media (max-width: 1023px) {
  .product-list.list .product-item .product-additional__top-right {
    width: 100%;
  }
}
.product-list.list .product-item .product-additional__bottom {
  width: 100%;
}
.product-list.list .product-item .product-additional__add {
  display: flex;
  flex-direction: column;
}
.product-list.list .product-item .gr-amount-flag {
  margin-bottom: 10px;
}
@media (max-width: 639px) {
  .product-list.list .product-item .gr-amount-flag {
    margin-bottom: 8px;
  }
}
.product-list.list .product-item .gr-amount-flag span {
  padding: 5px 10px 4px;
  font-size: 12px;
}
.product-list.list .product-item .product-price {
  font-size: 0;
  padding: 0 20px 0 0;
}
@media (max-width: 1023px) {
  .product-list.list .product-item .product-price {
    padding: 0 0 20px;
  }
}
@media (max-width: 767px) {
  .product-list.list .product-item .product-price {
    padding: 0 0 10px;
  }
}
.product-list.list .product-item .product-price .price-old {
  font-size: 0;
  margin-bottom: 5px;
  font-family: var(--font1);
  color: var(--on_gr_bg_sec_text_6);
  font-weight: var(--font1_400);
}
.product-list.list .product-item .product-price .price-old span strong {
  font-weight: var(--font1_400);
  font-size: 14px;
  line-height: 1;
  text-decoration: line-through;
}
.product-list.list .product-item .product-price .price-old span span {
  font-size: 14px;
  line-height: 1;
  padding-left: 5px;
}
.product-list.list .product-item .product-price .price-current {
  font-size: 0;
  font-family: var(--font1);
  color: var(--on_gr_bg_acc_text);
  font-weight: var(--font1_500);
}
.product-list.list .product-item .product-price .price-current.price_on_request strong {
  font-size: 15px;
  line-height: 1.3;
}
.product-list.list .product-item .product-price .price-current strong {
  font-size: 22px;
  line-height: 1;
  font-weight: var(--font1_500);
}
@media (max-width: 767px) {
  .product-list.list .product-item .product-price .price-current strong {
    font-size: 18px;
    line-height: 1;
  }
}
.product-list.list .product-item .product-price .price-current span {
  font-size: 16px;
  line-height: 1;
  padding-left: 5px;
}
@media (max-width: 767px) {
  .product-list.list .product-item .product-price .price-current span {
    font-size: 14px;
    padding-left: 4px;
  }
}
.product-list.list .product-item .product-amount {
  width: auto;
}
.product-list.list .product-item .product-amount .amount-title {
  display: none;
}
.product-list.list .product-item .product-amount .amount-min {
  color: var(--on_gr_bg_sec_text_6);
  font-size: 14px;
  line-height: 1.3;
  margin: 0 0 4px;
}
@media (max-width: 767px) {
  .product-list.list .product-item .product-amount .amount-min {
    font-size: 13px;
    margin: 0 0 2px;
  }
}
.product-list.list .product-item .product-amount .shop2-product-amount {
  float: left;
  margin-right: auto;
  width: 110px;
}
.product-list.list .product-item .product-amount .shop2-product-amount.disabled {
  display: none;
}
@media (max-width: 767px) {
  .product-list.list .product-item .product-amount .shop2-product-amount {
    width: 87px;
    margin-right: calc(100% - 87px - 40px);
  }
}
.product-list.list .product-item .product-amount .shop2-product-amount input, .product-list.list .product-item .product-amount .shop2-product-amount button {
  height: 40px;
  line-height: 40px;
}
.product-list.list .product-item .shop-product-btn.notavailable {
  width: 100%;
}
.product-list.list .product-item .shop-product-btn.notavailable span {
  padding-right: 0;
}
.product-list.list .product-item .shop-product-btn.notavailable span svg {
  display: none;
  width: 30px;
}
.product-list.list .product-item .shop-product-btn:not(.notavailable) {
  font-size: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  float: right;
  background: var(--gr_accent);
}
.product-list.list .product-item .shop-product-btn:not(.notavailable) span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  font-size: 0;
}
.product-list.list .product-item .shop-product-btn:not(.notavailable) span svg {
  width: 21px;
  right: auto;
  left: 50%;
  transform: translate(-50%, -50%);
}
.product-list.list .product-item .buy-one-click {
  width: 200px;
  margin-top: 20px;
  margin-left: 180px;
}
@media (max-width: 1023px) {
  .product-list.list .product-item .buy-one-click {
    margin-left: 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .product-list.list .product-item .buy-one-click {
    margin-top: 10px;
  }
}
.product-list.list .product-item .product-compare {
  margin-top: 20px;
  margin-left: 180px;
}
@media (max-width: 1023px) {
  .product-list.list .product-item .product-compare {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .product-list.list .product-item .product-compare {
    margin-top: 10px;
  }
}
.product-list.list .product-item .gr-favorite-btn-wrapper {
  margin-top: 20px;
  margin-left: 180px;
  width: auto;
}
@media (max-width: 1023px) {
  .product-list.list .product-item .gr-favorite-btn-wrapper {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .product-list.list .product-item .gr-favorite-btn-wrapper {
    margin-top: 10px;
  }
}
/* Прайс */
.card-page .card-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 40px;
  display: flex;
}
@media (max-width: 1260px) {
  .card-page .card-nav {
    margin: 0 0 30px;
  }
}
@media (max-width: 640px) {
  .card-page .card-nav {
    margin: 0 0 20px;
  }
}
@media (max-width: 639px) {
  .card-page .card-nav__btn:first-child {
    font-size: 13px;
    line-height: 1.25;
    padding: 10px 15px;
  }
}
.card-page .card-nav__btn:first-child span {
  padding-left: 25px;
}
@media (max-width: 639px) {
  .card-page .card-nav__btn:first-child span {
    padding-left: 20px;
  }
}
.card-page .card-nav__btn:first-child span svg {
  width: 24px;
  height: 24px;
  left: -9px;
}
@media (max-width: 639px) {
  .card-page .card-nav__btn:last-child {
    font-size: 13px;
    line-height: 1.25;
    padding: 10px 15px;
  }
}
.card-page .card-nav__btn:last-child span {
  padding-right: 25px;
}
@media (max-width: 639px) {
  .card-page .card-nav__btn:last-child span {
    padding-right: 20px;
  }
}
.card-page .card-nav__btn:last-child span svg {
  width: 24px;
  height: 24px;
  right: -9px;
}
.card-page__bottom {
  padding: 70px 0 0 0;
}
@media (max-width: 1340px) {
  .card-page__bottom {
    padding: 60px 0 0;
  }
}
@media (max-width: 767px) {
  .card-page__bottom {
    padding: 30px 0 0;
  }
}
.card-page .shop2-product {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .card-page .shop2-product {
    flex-direction: column;
  }
}
.card-page .shop2-product__left {
  width: 450px;
  margin-right: 40px;
}
@media (max-width: 1340px) {
  .card-page .shop2-product__left {
    margin-right: 30px;
    width: 380px;
  }
}
@media (max-width: 1260px) {
  .card-page .shop2-product__left {
    margin-right: 30px;
    width: 472px;
  }
}
@media (max-width: 1023px) {
  .card-page .shop2-product__left {
    width: 344px;
    margin: 0 20px 0 0;
  }
}
@media (max-width: 767px) {
  .card-page .shop2-product__left {
    width: 100%;
    margin: 0 0 20px;
  }
}
.card-page .shop2-product__left.card_slider_no_thumbs .product-flags {
  left: 0;
}
.card-page .shop2-product__right {
  width: calc(100% - 450px - 40px);
}
@media (max-width: 1340px) {
  .card-page .shop2-product__right {
    width: calc(100% - 380px - 30px);
  }
}
@media (max-width: 1260px) {
  .card-page .shop2-product__right {
    width: calc(100% - 472px - 30px);
  }
}
@media (max-width: 1023px) {
  .card-page .shop2-product__right {
    width: calc(100% - 344px - 20px);
  }
}
@media (max-width: 767px) {
  .card-page .shop2-product__right {
    width: 100%;
  }
}
.card-page .shop2-product__top {
  margin: 0 0 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.card-page .shop2-product-additional {
  display: flex;
  box-sizing: border-box;
  padding: 20px;
  background: var(--on_gr_bg_bg);
  border-radius: var(--gr_small_radius);
}
@media (max-width: 1260px) {
  .card-page .shop2-product-additional {
    flex-direction: column;
  }
}
.card-page .shop2-product-additional__left {
  margin-right: 40px;
  width: calc(100% - 320px - 40px);
}
@media (max-width: 1340px) {
  .card-page .shop2-product-additional__left {
    margin-right: 30px;
    width: calc(100% - 280px - 30px);
  }
}
@media (max-width: 1260px) {
  .card-page .shop2-product-additional__left {
    width: 100%;
    margin: 0 0 30px;
  }
}
@media (max-width: 767px) {
  .card-page .shop2-product-additional__left {
    margin: 0 0 20px;
  }
}
.card-page .shop2-product-additional__left > *:last-child {
  margin-bottom: 0;
}
.card-page .shop2-product-additional__right {
  width: 320px;
}
@media (max-width: 1340px) {
  .card-page .shop2-product-additional__right {
    width: 280px;
  }
}
@media (max-width: 1260px) {
  .card-page .shop2-product-additional__right {
    width: 100%;
  }
}
.card-page .shop2-product-article {
  font-size: 14px;
  line-height: 1.1;
  margin-bottom: 20px;
  margin-top: 0;
  color: var(--on_gr_bg_sec_text_4);
}
.card-page .shop2-product-article span {
  color: var(--on_gr_bg_sec_text_4);
}
.card-page .tpl-rating-block {
  margin: 0 0 20px;
  font-size: 0;
}
.card-page .tpl-rating-block .tpl-stars {
  margin: 0 0 0 -2px;
}
.card-page .tpl-rating-block .tpl-rating-title {
  display: none;
}
.card-page .tpl-rating-block .tpl-rating-votes {
  display: none;
}
.card-page .gr-vendor-block {
  font-size: 13px;
  line-height: 1.25;
  margin-bottom: 20px;
}
.card-page .gr-vendor-block a {
  color: var(--on_gr_bg_link);
  text-decoration: none;
  transition: all 0.18s linear;
  border-bottom: 1px solid transparent;
}
.card-page .gr-vendor-block a:hover {
  border-bottom-color: var(--on_gr_bg_link_5);
}
.card-page .gr-product-anonce {
  color: var(--on_gr_bg_sec_text);
  font-size: 16px;
  line-height: 1.25;
  margin-bottom: 20px;
}
.card-page .gr-product-options .gr-options-more {
  display: none;
}
.card-page .gr-product-options .gr-product-options-more {
  margin: 20px 0 0;
  display: none;
}
.card-page .gr-product-options .gr-product-options-more.show_more_btn {
  display: block;
}
.card-page .gr-product-options .gr-product-options-more__btn {
  cursor: pointer;
  color: var(--gr_primary);
  font-size: 15px;
  line-height: 1.1;
  transition: all 0.18s linear;
  text-align: left;
  display: inline-flex;
  justify-content: flex-start;
}
.card-page .gr-product-options .gr-product-options-more__btn:hover ins {
  border-bottom: 1px dashed var(--gr_primary);
}
.card-page .gr-product-options .gr-product-options-more__btn.active span i {
  transform: translateY(-50%) rotate(-180deg);
}
.card-page .gr-product-options .gr-product-options-more__btn ins {
  transition: all 0.18s linear;
  border-bottom: 1px dashed var(--on_gr_bg_border_12);
}
.card-page .gr-product-options .gr-product-options-more__btn span i {
  width: 26px;
  height: 24px;
  display: inline-flex;
  border-radius: var(--gr_inner_radius);
  box-shadow: inset 0 0 0 1px var(--on_gr_bg_border_12);
}
.card-page .gr-product-options .gr-product-options-more__btn span i svg {
  margin: auto;
}
.card-page .gr-product-options .gr-product-options-more__btn span svg {
  width: 20px;
  height: 20px;
  display: none;
}
.card-page .gr-product-options .option-item {
  margin: 20px 0 0;
}
.card-page .gr-product-options .option-item.gr_color_option[data-option-type="color2"] .option-item__inner, .card-page .gr-product-options .option-item[data-option-type="multiselect"] .option-item__inner, .card-page .gr-product-options .option-item[data-option-type="select"] .option-item__inner {
  align-items: center;
}
@media (max-width: 1023px) {
  .card-page .gr-product-options .option-item.gr_color_option:not(.gr_type_texture) .option-title {
    padding: 0 0 13px;
  }
}
.card-page .gr-product-options .option-item:nth-child(n+7) {
  display: none;
}
.card-page .gr-product-options .option-item:first-child {
  margin-top: 0;
}
.card-page .gr-product-options .option-item__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
@media (max-width: 1023px) {
  .card-page .gr-product-options .option-item__inner {
    display: block;
  }
}
.card-page .gr-product-options .option-title {
  font-size: 15px;
  line-height: 1.1;
  padding-right: 10px;
  margin: 0;
  width: 180px;
}
@media (max-width: 1023px) {
  .card-page .gr-product-options .option-title {
    width: 100%;
    padding: 0 0 6px;
  }
}
.card-page .gr-product-options .option-body {
  font-size: 16px;
  line-height: 1.25;
  width: calc(100% - 180px);
}
@media (max-width: 1023px) {
  .card-page .gr-product-options .option-body {
    width: 100%;
  }
}
.card-page .gr-product-options .option-body .file {
  width: 100%;
}
@media (max-width: 767px) {
  .card-page .gr-product-options .shop2-product-options .shop2-texture-pick {
    margin: 0 -5px -5px 0;
  }
}
@media (max-width: 767px) {
  .card-page .gr-product-options .shop2-product-options .shop2-texture-pick li {
    width: 50px;
    height: 50px;
    margin: 0 5px 5px 0;
  }
  .card-page .gr-product-options .shop2-product-options .shop2-texture-pick li img {
    width: 50px;
    height: 50px;
  }
}
.card-page .gr-product-options .shop2-color-ext-select {
  background: var(--on_gr_bg_bg);
}
.card-page .gr-product-options .shop2-color-ext-select:hover {
  background: var(--gr_bg_bg);
}
.card-page .gr-product-options .shop2-color-ext-select.active {
  background: var(--gr_bg_bg);
}
.card-page .gr-product-options .shop2-color-ext-select .shop2-color-ext-options {
  padding: 11px 40px 11px 11px;
}
@media (max-width: 767px) {
  .card-page .gr-product-options .shop2-color-ext-select .shop2-color-ext-options {
    padding: 9px 40px 9px 9px;
  }
}
.card-page .gr-product-options .shop2-color-ext-select .shop2-color-ext-options li div {
  margin-top: 4px;
  font-size: 16px;
  line-height: 1.25;
}
.card-page .gr-product-options .shop2-color-ext-select .shop2-color-ext-options li span {
  width: 28px !important;
  height: 28px;
  margin-right: 11px;
}
.card-page .form-additional {
  display: flex;
  flex-direction: column;
}
.card-page .form-additional__top {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
}
.card-page .form-additional .gr-amount-flag {
  order: 2;
  margin-bottom: 20px;
}
.card-page .form-additional__btns {
  width: 100%;
}
.card-page .form-additional .product-price {
  margin-right: 5px;
  font-size: 0;
  width: auto;
  padding-bottom: 20px;
}
.card-page .form-additional .product-price .price-old {
  font-size: 0;
  margin-bottom: 10px;
  font-family: var(--font1);
  color: var(--on_gr_bg_sec_text_6);
  font-weight: var(--font1_400);
  vertical-align: top;
  display: inline-block;
}
.card-page .form-additional .product-price .price-old span {
  display: flex;
}
.card-page .form-additional .product-price .price-old span strong {
  font-weight: var(--font1_400);
  font-size: 14px;
  line-height: 1;
  text-decoration: line-through;
}
.card-page .form-additional .product-price .price-old span span {
  font-size: 14px;
  line-height: 1;
  padding-left: 5px;
}
.card-page .form-additional .product-price .price-current {
  font-size: 0;
  font-family: var(--font1);
  color: var(--on_gr_bg_acc_text);
  font-weight: var(--font1_500);
}
.card-page .form-additional .product-price .price-current.price_on_request strong {
  font-size: 22px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .card-page .form-additional .product-price .price-current.price_on_request strong {
    font-size: 18px;
    line-height: 1.2;
  }
}
.card-page .form-additional .product-price .price-current strong {
  font-size: 30px;
  line-height: 0.73;
  font-weight: var(--font1_500);
}
@media (max-width: 767px) {
  .card-page .form-additional .product-price .price-current strong {
    font-size: 25px;
  }
}
.card-page .form-additional .product-price .price-current span {
  font-size: 20px;
  line-height: 0.8;
  padding-left: 5px;
}
.card-page .form-additional .product-amount {
  width: auto;
}
.card-page .form-additional .product-amount .amount-title {
  display: none;
}
.card-page .form-additional .product-amount .amount-min {
  color: var(--on_gr_bg_sec_text);
  font-size: 14px;
  line-height: 1.3;
  margin: 0 0 4px;
}
.card-page .form-additional .product-amount .shop2-product-amount {
  float: left;
  margin-right: 10px;
  width: 114px;
}
@media (max-width: 1340px) {
  .card-page .form-additional .product-amount .shop2-product-amount {
    width: 100px;
  }
}
@media (max-width: 1260px) {
  .card-page .form-additional .product-amount .shop2-product-amount {
    width: 170px;
  }
}
@media (max-width: 1023px) {
  .card-page .form-additional .product-amount .shop2-product-amount {
    width: 35%;
  }
}
.card-page .form-additional .product-amount .shop2-product-amount.disabled {
  display: none;
}
.card-page .form-additional .product-amount .shop2-product-amount input, .card-page .form-additional .product-amount .shop2-product-amount button {
  height: 56px;
  line-height: 56px;
}
@media (max-width: 767px) {
  .card-page .form-additional .product-amount .shop2-product-amount input, .card-page .form-additional .product-amount .shop2-product-amount button {
    height: 46px;
    line-height: 46px;
  }
}
.card-page .form-additional .shop-product-btn.notavailable {
  width: 100%;
}
.card-page .form-additional .shop-product-btn:not(.notavailable) {
  width: calc(100% - 114px - 10px);
  float: left;
  min-height: 56px;
  color: var(--gr_excep_color);
}
@media (max-width: 1340px) {
  .card-page .form-additional .shop-product-btn:not(.notavailable) {
    padding-left: 20px;
    padding-right: 20px;
    width: calc(100% - 100px - 10px);
  }
}
@media (max-width: 1260px) {
  .card-page .form-additional .shop-product-btn:not(.notavailable) {
    width: calc(100% - 170px - 10px);
  }
}
@media (max-width: 1023px) {
  .card-page .form-additional .shop-product-btn:not(.notavailable) {
    width: calc(100% - 124px - 10px);
  }
}
@media (max-width: 1023px) {
  .card-page .form-additional .shop-product-btn:not(.notavailable) {
    width: calc(100% - 35% - 10px);
  }
}
@media (max-width: 767px) {
  .card-page .form-additional .shop-product-btn:not(.notavailable) {
    min-height: auto;
  }
}
.card-page .form-additional .shop-product-btn:not(.notavailable) span {
  padding-right: 30px;
}
.card-page .form-additional .shop-product-btn:not(.notavailable) svg {
  width: 20px;
  fill: var(--gr_excep_color);
}
.card-page .form-additional .shop-product-btn:not(.notavailable):hover {
  color: var(--gr_excep_color);
}
.card-page .form-additional .shop-product-btn:not(.notavailable):hover svg {
  fill: var(--gr_excep_color);
}
.card-page .form-additional .shop-product-btn:not(.notavailable):active {
  color: var(--gr_excep_color);
}
.card-page .form-additional .shop-product-btn:not(.notavailable):active svg {
  fill: var(--gr_excep_color);
}
.card-page .form-additional .buy-one-click {
  margin-top: 20px;
  width: 100%;
}
.card-page .form-additional .product-compare {
  margin-top: 20px;
}
.card-page .form-additional .gr-favorite-btn-wrapper {
  margin-top: 20px;
}
.card-page .shop2-product-actions {
  margin: 0 -20px 20px 0;
}
@media (max-width: 767px) {
  .card-page .shop2-product-actions {
    margin: 0 -15px 20px 0;
  }
}
.card-page .shop2-product-actions dt {
  width: auto;
  display: inline-flex;
  margin: 0 20px 10px 0;
}
@media (max-width: 767px) {
  .card-page .shop2-product-actions dt {
    margin-right: 15px;
  }
}
.card-page .shop2-product-actions dt + dd + dt {
  margin-top: 0;
}
.card-page .shop2-product-actions dt .name-action {
  width: auto;
  font-size: 14px;
  line-height: 1.14;
}
.card-page .shop-product-share {
  margin: 0 0 80px;
}
@media (max-width: 768px) {
  .card-page .shop-product-share {
    margin: 0 0 70px;
  }
}
@media (max-width: 480) {
  .card-page .shop-product-share {
    margin: 0 0 40px;
  }
}
.card-page .shop-product-share__title {
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 10px;
  color: var(--on_gr_bg_sec_text);
  font-weight: var(--font1_500);
}
.card-page .shop-product-share .ya-share2__badge {
  border-radius: var(--gr_small_radius);
}
.card-page .shop-product-share .ya-share2__container_size_m .ya-share2__icon {
  height: 40px;
  width: 40px;
  background-size: 28px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.card-page .shop-product-tags {
  margin: 0 0 40px;
}
@media (max-width: 767px) {
  .card-page .shop-product-tags {
    margin: 0 0 20px;
  }
}
.card-page .shop-product-tags__title {
  display: none;
  font-size: 26px;
  line-height: 1.1;
  font-family: var(--font2);
  color: var(--on_gr_bg_acc_text);
  font-weight: var(--font2_500);
  margin: 0 0 35px;
}
@media (max-width: 767px) {
  .card-page .shop-product-tags__title {
    margin: 0 0 20px;
  }
}
.card-page .shop-product-tags__title:first-letter {
  text-transform: uppercase;
}
.card-page .shop-product-tags__item {
  margin: 0 10px 10px 0;
}
.card-page .shop-product-tags__item span {
  padding-right: 20px;
}
.card-page .shop-product-tags__item span svg {
  right: -8px;
  width: 23px;
}
.card-page .shop-product-folders {
  display: none;
  margin: 0 0 40px;
}
@media (max-width: 767px) {
  .card-page .shop-product-folders {
    margin: 0 0 20px;
  }
}
.card-page .shop-product-folders__title {
  display: none;
  font-size: 26px;
  line-height: 1.1;
  font-family: var(--font2);
  color: var(--on_gr_bg_acc_text);
  font-weight: var(--font2_500);
  margin: 0 0 35px;
}
@media (max-width: 767px) {
  .card-page .shop-product-folders__title {
    margin: 0 0 20px;
  }
}
.card-page .shop-product-folders__item {
  margin: 0 10px 10px 0;
}
.card-page .shop-product-folders__item span {
  padding-right: 20px;
}
.card-page .shop-product-folders__item span svg {
  right: -8px;
  width: 23px;
}
.card-page + .card-block {
  margin-top: 30px;
}
.card-block + .card-block {
  margin-top: 30px;
}
.card-block-1 {
  border-radius: var(--gr_inner_radius);
  background: var(--on_gr_bg_bg);
}
@media (max-width: 1260px) {
  .card-block-1 {
    margin-left: -30px;
    margin-right: -30px;
    border-radius: 0;
  }
}
@media (max-width: 768px) {
  .card-block-1 {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media (max-width: 479px) {
  .card-block-1 {
    margin-left: -16px;
    margin-right: -16px;
  }
}
.card-block-1__inner {
  padding: 30px 30px 0 30px;
}
@media (max-width: 1260px) {
  .card-block-1__inner {
    padding: 25px 30px 10px 30px;
  }
}
@media (max-width: 768px) {
  .card-block-1__inner {
    padding: 25px 20px 10px 20px;
  }
}
@media (max-width: 479px) {
  .card-block-1__inner {
    padding: 20px 16px 5px 16px;
  }
}
.card-block-1__header {
  margin: 0 0 35px;
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
  color: var(--on_gr_bg_acc_text);
  font-family: var(--font1);
}
@media (max-width: 1260px) {
  .card-block-1__header {
    margin: 0 0 24px;
  }
}
@media (max-width: 479px) {
  .card-block-1__header {
    font-size: 20px;
    margin: 0 0 18px;
  }
}
.card-block-1__items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  border-radius: var(--gr_small_radius);
}
@media (max-width: 1260px) {
  .card-block-1__items {
    margin: 0 -10px;
  }
}
@media (max-width: 479px) {
  .card-block-1__items {
    margin: 0 -8px;
  }
}
.card-block-1__item {
  margin: 0 15px 30px;
  text-align: center;
  width: calc(20% - 30px);
}
@media (max-width: 768px) {
  .card-block-1__item {
    text-align-last: left;
  }
}
@media (max-width: 1260px) {
  .card-block-1__item {
    width: calc(25% - 20px);
    margin: 0 10px 20px;
  }
}
@media (max-width: 1023px) {
  .card-block-1__item {
    width: calc(33.33% - 20px);
  }
}
@media (max-width: 767px) {
  .card-block-1__item {
    width: calc(50% - 20px);
  }
}
@media (max-width: 479px) {
  .card-block-1__item {
    width: calc(50% - 16px);
    margin: 0 8px 20px;
  }
}
.card-block-1__icon {
  width: 72px;
  height: 72px;
  margin: 0 auto;
  background: var(--gr_primary);
  overflow: hidden;
  border-radius: var(--gr_wrap_radius);
  display: flex;
  align-items: center;
}
@media (max-width: 479px) {
  .card-block-1__icon {
    width: 60px;
    height: 60px;
  }
}
.card-block-1__icon img {
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.card-block-1__icon svg {
  margin: auto;
  max-width: 72px;
  max-height: 72px;
}
.card-block-1__title {
  font-size: 18px;
  line-height: 1.1;
  margin: 20px 0 0;
  font-weight: 700;
  color: var(--on_gr_bg_acc_text);
}
@media (max-width: 479px) {
  .card-block-1__title {
    font-size: 14px;
    margin-top: 10px;
  }
}
.card-block-1__desc {
  margin: 10px 0 0;
  font-size: 15px;
  line-height: 1.4;
  color: var(--on_gr_bg_acc_text_8);
}
@media (max-width: 479px) {
  .card-block-1__desc {
    font-size: 14px;
    margin: 5px 0 0;
  }
}
.card-block-2 {
  border-radius: var(--gr_inner_radius);
  background: var(--on_gr_bg_bg);
}
@media (max-width: 1260px) {
  .card-block-2 {
    margin-left: -30px;
    margin-right: -30px;
    border-radius: 0;
  }
}
@media (max-width: 768px) {
  .card-block-2 {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media (max-width: 479px) {
  .card-block-2 {
    margin-left: -16px;
    margin-right: -16px;
  }
}
.card-block-2__inner {
  padding: 30px 30px 0 30px;
}
@media (max-width: 1260px) {
  .card-block-2__inner {
    padding: 25px 30px 10px 30px;
  }
}
@media (max-width: 768px) {
  .card-block-2__inner {
    padding: 25px 20px 10px 20px;
  }
}
@media (max-width: 479px) {
  .card-block-2__inner {
    padding: 20px 16px 5px 16px;
  }
}
.card-block-2__header {
  margin: 0 0 35px;
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
  font-family: var(--font1);
  color: var(--on_gr_bg_acc_text);
}
@media (max-width: 1260px) {
  .card-block-2__header {
    margin: 0 0 24px;
  }
}
@media (max-width: 479px) {
  .card-block-2__header {
    font-size: 20px;
    margin: 0 0 18px;
  }
}
.card-block-2__items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  border-radius: var(--gr_wrap_radius);
}
@media (max-width: 1260px) {
  .card-block-2__items {
    margin: 0 -10px;
  }
}
@media (max-width: 479px) {
  .card-block-2__items {
    margin: 0 -8px;
  }
}
.card-block-2__item {
  margin: 0 15px 30px;
  width: calc(25% - 30px);
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1260px) {
  .card-block-2__item {
    width: calc(33.33% - 20px);
    margin: 0 10px 20px;
  }
}
@media (max-width: 1023px) {
  .card-block-2__item {
    width: calc(50% - 20px);
  }
}
@media (max-width: 639px) {
  .card-block-2__item {
    display: block;
  }
}
@media (max-width: 479px) {
  .card-block-2__item {
    width: calc(50% - 16px);
    margin: 0 8px 20px;
  }
}
.card-block-2__num {
  width: 46px;
  height: 46px;
  margin: 0 18px 0 0;
  font-size: 20px;
  line-height: 46px;
  border-radius: var(--gr_wrap_radius);
  text-align: center;
  color: var(--gr_primary);
  background: var(--gr_primary_1);
}
@media (max-width: 639px) {
  .card-block-2__num {
    margin: 0 auto 10px;
  }
}
.card-block-2__text {
  width: calc(100% - 46px - 18px);
}
@media (max-width: 639px) {
  .card-block-2__text {
    text-align: center;
    width: 100%;
  }
}
.card-block-2__title {
  font-size: 18px;
  line-height: 1.1;
  font-weight: 700;
  color: var(--on_gr_bg_acc_text);
}
@media (max-width: 479px) {
  .card-block-2__title {
    font-size: 14px;
  }
}
.card-block-2__title + .card-block-2__desc {
  margin-top: 10px;
}
@media (max-width: 479px) {
  .card-block-2__title + .card-block-2__desc {
    margin-top: 5px;
  }
}
.card-block-2__desc {
  font-size: 15px;
  line-height: 22px;
  color: var(--on_gr_bg_sec_text);
}
@media (max-width: 479px) {
  .card-block-2__desc {
    font-size: 14px;
    line-height: 1.4;
  }
}
.card-block-3__header {
  margin: 0 0 25px;
  font-size: 26px;
  font-weight: 700;
  font-family: var(--font1);
  line-height: 30px;
  color: var(--on_gr_bg_acc_text);
}
@media (max-width: 1260px) {
  .card-block-3__header {
    margin: 0 0 20px;
  }
}
@media (max-width: 479px) {
  .card-block-3__header {
    font-size: 20px;
    margin: 0 0 15px;
  }
}
.card-block-3__items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
@media (max-width: 1260px) {
  .card-block-3__items {
    margin: 0 -30px;
  }
}
@media (max-width: 768px) {
  .card-block-3__items {
    margin: 0 -20px;
  }
}
@media (max-width: 767px) {
  .card-block-3__items {
    margin-bottom: 20px;
  }
}
@media (max-width: 479px) {
  .card-block-3__items {
    margin: 0 -16px;
    margin-bottom: 20px;
  }
}
.card-block-3__item {
  padding: 38px 30px;
  margin: 0 15px 30px;
  width: calc(50% - 30px);
  display: flex;
  flex-wrap: wrap;
  border-radius: 6px;
  background: var(--on_gr_bg_bg);
  border-radius: var(--gr_wrap_radius);
}
@media (max-width: 1260px) {
  .card-block-3__item {
    margin: 0 0 20px;
    width: 100%;
    padding: 25px 30px;
    border-radius: 0;
  }
}
@media (max-width: 768px) {
  .card-block-3__item {
    padding: 25px 20px;
  }
}
@media (max-width: 639px) {
  .card-block-3__item {
    padding: 20px 16px;
  }
}
@media (max-width: 767px) {
  .card-block-3__item:last-child {
    margin-bottom: 0px;
  }
}
.card-block-3__pic {
  position: relative;
  font-size: 0;
  width: 220px;
  height: 220px;
  overflow: hidden;
  margin: 0 30px 0 0;
  border-radius: var(--gr_wrap_radius);
}
@media (max-width: 1260px) {
  .card-block-3__pic {
    width: 180px;
    height: 180px;
    margin: 0 20px 0 0;
  }
}
@media (max-width: 639px) {
  .card-block-3__pic {
    width: 160px;
    height: 160px;
  }
}
@media (max-width: 479px) {
  .card-block-3__pic {
    width: 200px;
    height: 200px;
    margin: 0 auto 15px;
  }
}
.card-block-3__pic img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.card-block-3__text {
  width: calc(100% - 220px - 30px);
}
@media (max-width: 1260px) {
  .card-block-3__text {
    width: calc(100% - 180px - 20px);
  }
}
@media (max-width: 639px) {
  .card-block-3__text {
    width: calc(100% - 160px - 20px);
  }
}
@media (max-width: 479px) {
  .card-block-3__text {
    width: 100%;
    text-align: center;
  }
}
.card-block-3__title {
  font-size: 26px;
  line-height: 1.1;
  font-weight: 700;
  color: var(--on_gr_bg_acc_text);
}
@media (max-width: 1260px) {
  .card-block-3__title {
    font-size: 24px;
  }
}
@media (max-width: 1023px) {
  .card-block-3__title {
    font-size: 18px;
  }
}
@media (max-width: 479px) {
  .card-block-3__title {
    font-size: 14px;
  }
}
.card-block-3__title + .card-block-3__desc {
  margin-top: 16px;
}
@media (max-width: 1023px) {
  .card-block-3__title + .card-block-3__desc {
    margin-top: 10px;
  }
}
@media (max-width: 479px) {
  .card-block-3__title + .card-block-3__desc {
    margin-top: 5px;
  }
}
.card-block-3__desc {
  font-size: 16px;
  line-height: 24px;
  color: var(--on_gr_bg_sec_text);
}
@media (max-width: 1023px) {
  .card-block-3__desc {
    font-size: 15px;
    line-height: 1.4;
  }
}
@media (max-width: 479px) {
  .card-block-3__desc {
    font-size: 14px;
  }
}
/* Карточка */
.main-blocks {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .main-blocks {
    margin-top: 40px;
  }
}
@media (max-width: 480px) {
  .main-blocks {
    margin-top: 30px;
  }
}
.main-blocks__item {
  margin-bottom: 40px;
}
.main-blocks__item:last-child {
  margin-bottom: 0;
}
.main-blocks .main-products__title {
  font-size: 35px;
  line-height: 1;
  font-family: var(--font1);
  color: var(--on_gr_bg_acc_text);
  font-weight: var(--font2_700);
  margin: 0 0 35px;
  padding-bottom: 30px;
  border-bottom: 2px dashed var(--on_gr_dark_const_1);
}
@media (max-width: 767px) {
  .main-blocks .main-products__title {
    margin: 0 0 14px;
  }
}
@media (max-width: 640px) {
  .main-blocks .main-products__title {
    font-size: 25px;
  }
}
.main-blocks .main-products__title span {
  max-width: calc(100% - 100px);
}
@media (max-width: 767px) {
  .main-blocks .main-products__title span {
    max-width: 100%;
  }
}
.main-blocks .main-products__before {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 15px;
}
.main-blocks .main-products__after {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 15px;
}
.main-blocks .main-products .product-list-titles {
  display: none !important;
}
.main-blocks .main-products .product-list.thumbs {
  margin-top: 0;
}
.main-blocks .main-products .product-list.thumbs .gr-product-options {
  display: none;
}
.main-blocks .main-products .shop2-product-actions dd {
  max-width: 100%;
  left: 0 !important;
}
.main-blocks .main-products .shop2-product-actions {
  width: 100%;
}
.main-blocks .main-products .tns-ovh {
  padding: 0 0 0 1px;
}
@media (max-width: 767px) {
  .main-blocks .main-products .tns-ovh {
    padding: 0 6px;
    margin: 0 -6px;
  }
}
.main-blocks .main-products .tns-outer {
  position: relative;
}
.main-blocks .main-products .tns-controls {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  z-index: 2;
  margin-top: -90px;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90px;
}
@media (max-width: 640px) {
  .main-blocks .main-products .tns-controls {
    margin-top: -60px;
    width: 70px;
  }
}
.main-blocks .main-products .tns-controls button {
  pointer-events: auto;
}
.main-blocks .main-products .tns-controls svg {
  display: none;
}
.main-blocks .main-products .tns-controls svg.gr_small_icon {
  display: block;
}
.main-blocks .main-products .tns-nav button {
  background: var(--gr_dark_1);
}
.main-blocks .main-products .tns-nav button.tns-nav-active {
  background: var(--gr_attention);
}
.main-blocks .main-text__title {
  padding: 0 0 30px;
  font: 35px/ 0.86 var(--font1);
  color: var(--gr_dark);
  font-weight: var(--font1_700);
}
.main-blocks .main-text__body {
  font-size: 16px;
  line-height: 1.5;
  color: var(--gr_dark);
}
.main-blocks p {
  margin: 0;
}
.main-blocks p + p {
  margin-top: 15px;
}
/* Блоки на главной */
.gr-vendors-group {
  position: relative;
  overflow: hidden;
  font-size: 0;
  line-height: 1.6;
  margin: 20px 0;
  padding: 20px 0px 20px 118px;
  border-radius: var(--gr_inner_radius);
  border: 1px solid var(--on_gr_bg_border_08);
}
.gr-vendors-group li {
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  width: 25%;
  margin: 0;
  padding-right: 10px;
}
@media (max-width: 1260px) {
  .gr-vendors-group li {
    width: 33%;
  }
}
@media (max-width: 1023px) {
  .gr-vendors-group li {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .gr-vendors-group li {
    width: 100%;
  }
}
.gr-vendors-group li:first-child {
  position: absolute;
  top: 50%;
  left: 0;
  color: var(--on_gr_bg_acc_text);
  font-size: 26px;
  text-transform: uppercase;
  width: 118px;
  padding: 0 0 0 30px;
  transform: translateY(-50%);
}
.gr-vendors-group li a {
  color: var(--on_gr_bg_link);
  text-decoration: none;
  transition: all 0.18s linear;
  border-bottom: 1px solid transparent;
}
.gr-vendors-group li a:hover {
  border-bottom-color: var(--on_gr_bg_link_5);
}
.shop2-vendor-folders-header {
  font-weight: 500;
  font-size: 20px;
  margin: 0 0 15px;
  color: var(--on_gr_bg_acc_text);
}
.shop2-vendor-folders {
  margin: 0 0 30px -8px;
  padding: 0;
  list-style: none;
}
@media (max-width: 767px) {
  .shop2-vendor-folders {
    margin: 0 0 20px;
  }
}
.shop2-vendor-folders li {
  vertical-align: top;
  display: inline-block;
  margin: 0 8px 10px;
}
/* Производители */
/*Remodal*/
.remodal.compare-remodal {
  padding: 0;
  width: auto;
}
@media (max-width: 1599px) {
  .remodal.compare-remodal {
    position: fixed;
    padding: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    overflow: hidden;
    overflow-y: auto;
    border-radius: 0;
  }
}
@media (min-width: 640px) {
  .remodal.compare-remodal {
    max-width: 100%;
  }
}
.compare-remodal__body {
  overflow-x: auto;
}
@media (max-width: 767px) {
  .compare-remodal__body {
    padding: 20px;
  }
}
/*Remodal*/
.shop2-compare-page {
  color: var(--on_gr_bg_sec_text);
  background: var(--gr_bg);
  font-family: var(--font2);
  height: auto;
}
.shop2-compare-page h1 {
  color: var(--on_gr_bg_acc_text);
  font-family: var(--font1);
  font-weight: var(--font1_500);
  font-style: normal;
  font-size: 24px;
  line-height: 26px;
  margin: 0 0 3px;
}
/*Картинка*/
.shop2-compare-product-image {
  position: relative;
  padding-top: 100%;
  height: auto;
  width: auto;
  font-size: 0;
  margin: 0 0 18px;
  border-radius: var(--gr_inner_radius);
}
.shop2-compare-product-image.shop2-compare-product-not-image {
  background: var(--noImageDefault);
  background-size: 50%;
}
.shop2-compare-product-image a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 0;
  overflow: hidden;
  border-radius: var(--gr_inner_radius);
  text-decoration: none;
  display: flex;
}
.shop2-compare-product-image a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.shop2-compare-product-image:hover .quick-view-trigger {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1, 1);
}
/*Картинка*/
/*Название*/
.shop2-compare-product-name {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .shop2-compare-product-name {
    font-size: 14px;
    line-height: 1.3;
  }
}
.shop2-compare-product-name a {
  color: var(--on_gr_bg_acc_text);
  text-decoration: none;
  transition: all 0.18s linear;
  border-bottom: 1px solid transparent;
}
.shop2-compare-product-name a:hover {
  border-bottom-color: var(--on_gr_bg_acc_text_5);
}
/*Название*/
/*Поле цвет*/
.shop2-compare-data .shop2-product-options .shop2-color-ext-list {
  padding-top: 5px;
}
.shop2-compare-color {
  position: relative;
  cursor: pointer;
  width: 28px !important;
  height: 28px;
  border: none;
  float: none;
  outline: none !important;
  display: inline-block;
  vertical-align: top;
  margin: 0 8px 5px;
  margin-top: 5px;
  border-radius: var(--gr_small_radius);
}
.shop2-compare-color:first-child {
  margin-left: 0 !important;
}
.shop2-compare-color:first-child.active {
  margin-left: 7px !important;
}
.shop2-compare-color.active {
  outline: none !important;
}
.shop2-compare-color.active:after {
  opacity: 1;
  visibility: visible;
  border: none;
  box-shadow: inset 0 0 0 1px var(--gr_primary_6);
  background: none;
}
.shop2-compare-color.active:before {
  border: none;
  box-shadow: inset 0 0 0 1px var(--on_gr_bg_border_08);
  background: none;
}
.shop2-compare-color.shop2-color-ext-selected {
  outline: none !important;
}
.shop2-compare-color.shop2-color-ext-selected span {
  display: none;
}
.shop2-compare-color:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all 0.18s linear;
  border-radius: var(--gr_small_radius);
  border: none;
  box-shadow: inset 0 0 0 1px var(--on_gr_bg_border_08);
  background: none;
}
.shop2-compare-color:after {
  position: absolute;
  content: "";
  left: -7px;
  right: -7px;
  top: -7px;
  bottom: -7px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  border-radius: var(--gr_inner_radius);
  transition: all 0.18s linear;
  border: none;
  box-shadow: none;
  background: none;
}
.shop2-compare-color span, .shop2-compare-color img {
  width: 28px;
  height: 28px;
  border-radius: var(--gr_small_radius);
}
/*Поле цвет*/
/*Удалить*/
a.shop2-compare-delete {
  margin: 14px 0 10px;
  border: none;
  font-size: 14px;
  line-height: 1.1;
  color: var(--on_gr_bg_sec_text);
}
a.shop2-compare-delete span {
  padding-right: 16px;
}
a.shop2-compare-delete span svg {
  right: -10px;
  fill: var(--on_gr_bg_sec_text);
}
a.shop2-compare-delete ins {
  vertical-align: top;
  display: inline-block;
  transition: all 0.18s linear;
  border-bottom: 1px solid transparent;
  width: auto;
  height: auto;
  position: static;
  background: none;
  margin: 0;
}
a.shop2-compare-delete:hover {
  color: var(--on_gr_bg_acc_text);
}
a.shop2-compare-delete:hover span svg {
  fill: var(--on_gr_bg_acc_text);
}
a.shop2-compare-delete:hover ins {
  border-bottom-color: var(--on_gr_bg_acc_text_5);
}
/*Удалить*/
/*Табы*/
.shop2-compare-switch {
  font-size: 0;
}
.shop2-compare-switch a {
  margin: 15px 6px 10px 0;
}
.shop2-compare-switch a:last-child {
  margin-right: 0;
}
/*Табы*/
/*Ячейки*/
.shop2-compare-table td {
  border-bottom-color: var(--on_gr_bg_border_08);
  width: 220px;
  min-width: 220px;
  padding-right: 25px;
}
.shop2-compare-data {
  color: var(--on_gr_bg_acc_text);
}
.shop2-compare-data td:first-child {
  font-weight: 500;
  width: 342px;
  min-width: 342px;
  padding-left: 0;
  color: var(--on_gr_bg_sec_text_6);
  font: 14px/ 1.1 var(--font1);
}
.shop2-compare-data td:nth-child(n+2) {
  color: var(--on_gr_bg_sec_text);
  font: 14px/ 1.14 var(--font1);
}
.shop2-compare-data a {
  color: var(--on_gr_bg_link);
  text-decoration: none;
  transition: all 0.2s;
  border-bottom: 1px solid transparent;
}
.shop2-compare-data a.compare-img-link {
  border: none;
}
.shop2-compare-data a:hover {
  text-decoration: none;
  border-bottom-color: var(--on_gr_bg_link_5);
}
.shop2-compare-header2 td {
  border-bottom-width: 0;
  vertical-align: middle;
}
.shop2-compare-header2 td:first-child {
  width: 326px;
  min-width: 326px;
}
/*Ячейки*/
/*Цена*/
.shop2-compare-product-price {
  font-size: 0;
  font-family: var(--font1);
  color: var(--on_gr_bg_acc_text);
  font-weight: var(--font1_500);
}
.shop2-compare-product-price.price_on_request {
  transform: translateY(2px);
}
.shop2-compare-product-price.price_on_request strong {
  font-size: 16px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .shop2-compare-product-price.price_on_request strong {
    font-size: 14px;
    line-height: 1.3;
  }
}
.shop2-compare-product-price strong {
  font-size: 20px;
  line-height: 1;
  font-weight: var(--font1_500);
}
@media (max-width: 767px) {
  .shop2-compare-product-price strong {
    font-size: 18px;
    line-height: 1;
  }
}
.shop2-compare-product-price span {
  font-size: 14px;
  line-height: 1;
  padding-left: 5px;
}
@media (max-width: 767px) {
  .shop2-compare-product-price span {
    font-size: 13px;
    padding-left: 4px;
  }
}
/*Цена*/
/* Стили сравнения */
html, body {
  height: 100%;
  min-width: 320px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
html {
  font-size: 16px;
}
body {
  position: relative;
  min-width: 320px;
  text-align: left;
  color: var(--on_gr_bg_sec_text);
  background: var(--gr_bg);
  font-family: var(--font2);
  line-height: 1.5;
  letter-spacing: 0.01em;
}
body.locked {
  overflow: hidden;
  touch-action: none;
}
h1, h2, h3, h4, h5, h6 {
  color: var(--on_gr_bg_acc_text);
  font-family: var(--font1);
  font-weight: var(--font1_700);
  font-style: normal;
  line-height: 1.1;
}
h1 {
  font-size: 40px;
  margin: 0 0 25px;
}
@media (max-width: 1260px) {
  h1 {
    font-size: 32px;
    margin: 0 0 20px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 28px;
    margin: 0 0 12px;
  }
}
@media (max-width: 640px) {
  h1 {
    font-size: 25px;
  }
}
h2 {
  font-size: 34px;
  margin: 25px 0;
}
@media (max-width: 1260px) {
  h2 {
    font-size: 28px;
    margin: 20px 0;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 24px;
    margin: 10px 0;
  }
}
h3 {
  font-size: 30px;
  margin: 1em 0;
}
@media (max-width: 1260px) {
  h3 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 22px;
    margin: 10px 0;
  }
}
h4 {
  font-size: 26px;
  margin: 1em 0;
}
@media (max-width: 1260px) {
  h4 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  h4 {
    font-size: 20px;
    margin: 10px 0;
  }
}
h5 {
  font-size: 20px;
  margin: 20px 0;
}
@media (max-width: 1260px) {
  h5 {
    font-size: 18px;
    margin: 10px 0;
  }
}
h6 {
  font-size: 18px;
  margin: 20px 0;
}
@media (max-width: 767px) {
  h6 {
    margin: 10px 0;
    font-size: 16px;
  }
}
.gr-svg-icon {
  width: 30px;
  height: 30px;
}
.gr-svg-icon.gr_small_icon, .gr-svg-icon.gr_big_icon {
  display: none;
}
.gr-svg-icon.gr_small_icon {
  width: 20px;
  height: 20px;
}
.gr-svg-icon.gr_big_icon {
  width: 40px;
  height: 40px;
}
.gr-preloader-active {
  color: transparent !important;
  pointer-events: none;
}
.gr-preloader-active .gr-preloader-holder {
  display: block;
}
.gr-preloader-holder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}
.gr-preloader {
  position: absolute;
  font-size: 0;
  line-height: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.hideOwerflow {
  white-space: nowrap;
  overflow: hidden;
}
.site-path {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  font-size: 13px;
  line-height: 1.3;
  color: var(--on_gr_bg_sec_text_5);
  margin-bottom: 15px;
}
.site-path a {
  color: var(--on_gr_bg_sec_text_5);
  text-decoration: none;
  transition: all 0.18s linear;
  border-bottom: 1px solid transparent;
}
.site-path a:hover {
  color: var(--on_gr_bg_sec_text);
  border-bottom-color: var(--on_gr_bg_sec_text_5);
}
.site-path__separator {
  padding: 0 10px;
}
.block_padding {
  padding: 0 100px;
}
@media (max-width: 1890px) {
  .block_padding {
    padding: 0 75px;
  }
}
@media (max-width: 1380px) {
  .block_padding {
    padding: 0 60px;
  }
}
@media (max-width: 1260px) {
  .block_padding {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .block_padding {
    padding: 0 16px;
  }
}
.block_width {
  margin: 0 auto;
  max-width: 1400px;
}
@media (max-width: 1400px) {
  .block_width {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 768px) {
  .block_width {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.block_absolute {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.block_no_events, .pointer_events_none {
  pointer-events: none;
}
.block_cover {
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}
.block_contain {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}
.block_hide {
  display: none !important;
}
.block_show {
  display: block !important;
}
.popover-container .popover-loader {
  background-color: var(--gr_bg);
}
.site__wrapper {
  min-height: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  background: var(--gr_bg);
}
.site-header {
  flex: none;
  background: var(--gr_bg_head);
  z-index: 105;
  box-shadow: var(--gr_shadow_medium);
}
.site-header__top {
  display: flex;
  position: relative;
}
.site-header__top::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: -2000px;
  right: -2000px;
  background: var(--on_gr_bg_acc_text_1);
  height: 1px;
}
.site-header__bottom {
  display: flex;
  padding: 15px 0px;
}
@media (max-width: 640px) {
  .site-header__bottom {
    padding: 20px 0;
    flex-direction: column;
  }
}
.site-header__bottom-left {
  width: 400px;
}
@media (max-width: 768px) {
  .site-header__bottom-left {
    width: 350px;
  }
}
@media (max-width: 640px) {
  .site-header__bottom-left {
    flex-direction: column;
    width: 100%;
    display: flex;
    align-items: center;
  }
}
.site-header__bottom-left.logo-left {
  display: flex;
  align-items: center;
}
.site-header__bottom-right {
  display: flex;
  width: calc(100% - 400px);
  align-items: center;
  padding-top: 0;
}
@media (max-width: 1260px) {
  .site-header__bottom-right {
    padding-top: 0;
    align-items: center;
  }
}
@media (max-width: 768px) {
  .site-header__bottom-right {
    width: calc(100% - 350px);
  }
}
@media (max-width: 640px) {
  .site-header__bottom-right {
    width: 100%;
    margin-top: 10px;
  }
}
.site-header__first-column {
  display: flex;
  width: calc(100% - 210px);
  justify-content: flex-end;
}
@media (max-width: 1260px) {
  .site-header__first-column {
    flex-direction: column;
  }
}
@media (max-width: 1023px) {
  .site-header__first-column {
    width: 100%;
    display: none;
  }
}
.site-header__second-column {
  width: 210px;
}
@media (max-width: 1023px) {
  .site-header__second-column {
    display: flex;
    width: 100%;
  }
}
@media (max-width: 640px) {
  .site-header__second-column {
    justify-content: center;
  }
}
@media (max-width: 640px) {
  .site-header__top_wrap {
    position: fixed;
    top: 0;
    background: var(--gr_bg_head);
    width: 100%;
    z-index: 100051;
  }
}
@media (max-width: 340px) {
  .site-header__top_wrap {
    padding-right: 10px;
  }
}
@media (max-width: 640px) {
  .site-header__inner {
    padding-top: 50px;
  }
}
.remodal .site-header__second-column {
  padding-left: 40px;
  justify-content: flex-start;
}
.remodal .site-header__second-column .site-contacts {
  margin-left: 0;
  width: 100%;
}
.remodal .site-header__second-column .site-contacts svg {
  top: 0;
  display: block;
  left: -40px;
}
.remodal .site-header__second-column .site-contacts__inner .site-contacts__body {
  margin-left: 0;
  margin-bottom: 10px;
  text-align: left;
}
.remodal .site-header__second-column .site-contacts__inner .top_massager {
  margin: 0 0 10px;
  justify-content: flex-start;
}
.remodal .site-header__second-column .contact-more {
  display: none;
}
.remodal[data-remodal-id="other-contact"] > span {
  padding: 12px;
  margin-bottom: 10px;
  display: block;
}
@media (max-width: 1023px) {
  .remodal .site-header__first-column {
    display: flex;
  }
}
.remodal .site-header__first-column .site-adress svg, .remodal .site-header__first-column .site-worktime svg {
  top: 0;
}
/*Menu Top*/
.menu-top {
  max-width: calc(100% - 450px);
  width: 100%;
  z-index: 3;
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .menu-top {
    max-width: 100%;
    width: auto;
  }
}
@media (max-width: 1024px) {
  .menu-top {
    margin-top: 20px;
  }
}
.menu-top__inner {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
@media (max-width: 1024px) {
  .menu-top__inner {
    flex-direction: column;
  }
}
.menu-top__inner > li > a {
  white-space: nowrap;
}
@media (max-width: 1024px) {
  .menu-top__inner > li > a {
    white-space: inherit;
  }
}
.menu-top__inner li:first-child a {
  padding-left: 0;
}
@media (max-width: 1024px) {
  .menu-top__inner li:first-child a {
    padding: 12px 20px;
  }
}
.menu-top__inner li a {
  display: block;
  text-decoration: none;
  color: var(--on_gr_bg_head_acc_text);
  padding: 15px;
  transition: all 0.18s linear;
  font-weight: var(--font1_300);
  letter-spacing: 0.01em;
  font-size: 15px;
  line-height: 1.33;
  font-family: var(--font2);
}
@media (max-width: 1024px) {
  .menu-top__inner li a {
    padding: 12px 20px;
  }
}
.menu-top__inner li a:hover {
  color: var(--gr_primary);
}
.menu-top__inner li ul {
  display: none;
  position: absolute;
  list-style: none;
  background: var(--gr_bg_head);
  box-shadow: var(--gr_shadow_small);
  border-radius: var(--gr_small_radius);
  margin: 0;
  padding: 0;
  min-width: 150px;
  max-width: 250px;
}
@media (max-width: 1024px) {
  .menu-top__inner li ul {
    position: relative;
    box-shadow: none;
    margin-left: 10px;
    border-radius: 0;
  }
  .menu-top__inner li ul.opened {
    display: block;
  }
}
.menu-top__inner li ul li a {
  padding: 15px 20px;
}
.menu-top__inner li ul li:first-child a {
  padding: 15px 20px;
}
.menu-top__inner li ul li {
  position: relative;
}
.menu-top__inner li ul li ul {
  left: 100%;
  top: 0;
}
@media (max-width: 1024px) {
  .menu-top__inner li ul li ul {
    left: 0;
  }
}
.menu-top__inner li ul li:hover > ul {
  display: block;
}
.menu-top__inner li:hover > ul {
  display: block;
}
.menu-top__inner .row-menu-btn .row-menu-container {
  position: absolute;
  background: var(--gr_bg_head);
  box-shadow: var(--gr_shadow_small);
  transition: all 0.18s linear;
  z-index: 3;
  list-style: none;
  padding: 0;
}
.menu-top__inner .row-menu-btn .row-menu-container li ul {
  left: auto;
  right: 100%;
  max-width: 200px;
}
.menu-top__inner .row-menu-btn .row-menu-container li:first-child a {
  padding: 15px;
}
@media (max-width: 1024px) {
  .menu-top__inner .row-menu-btn .row-menu-container li:first-child a {
    padding: 12px 20px;
  }
}
/*Top flags*/
.flags-top {
  margin-left: auto;
  width: 450px;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 640px) {
  .flags-top {
    display: none;
  }
}
.flags-top__items {
  display: flex;
  align-items: center;
  width: auto;
  box-sizing: border-box;
  text-decoration: none;
  color: var(--on_gr_bg_head_acc_text);
  transition: all 0.18s linear;
  font: 15px/ 1 var(--font2);
  font-weight: var(--font1_500);
  margin-left: 10px;
  min-width: 150px;
  padding: 5px 0;
  font-size: 15px;
}
.flags-top__items span {
  letter-spacing: 0.01em;
  max-width: calc(100% - 44px);
}
.flags-top__items svg {
  margin-right: 20px;
  height: 30px;
  width: 30px;
  transition: all 0.18s linear;
  fill: var(--on_gr_bg_head_icon_5);
}
.flags-top__items:hover {
  color: var(--gr_primary);
}
.flags-top__items:hover svg {
  fill: var(--gr_primary);
}
/*Site logo*/
.site-logo {
  display: flex;
  margin-right: 25px;
}
@media (max-width: 640px) {
  .site-logo {
    margin-right: 0;
  }
}
/*Site name*/
@media (max-width: 640px) {
  .site-name {
    text-align: center;
    margin-top: 0px;
  }
}
.site-name__name {
  display: inline-block;
  font-weight: var(--font2_500);
  color: var(--on_gr_bg_head_acc_text);
  text-decoration: none;
  letter-spacing: 0.01em;
  font-size: 22px;
  line-height: 1.12;
  font-family: var(--font1);
}
.site-name__desc {
  display: block;
  font-weight: var(--font2_400);
  letter-spacing: 0.01em;
  color: var(--on_gr_bg_head_acc_text_6);
  font-size: 18px;
  line-height: 1.36;
  font-family: var(--font2);
}
/*Site contacts*/
.site-adress {
  position: relative;
  padding-left: 40px;
  box-sizing: border-box;
  font-weight: var(--font1_300);
  color: var(--on_gr_bg_head_acc_text);
  display: block;
  margin-right: 20px;
  max-width: 50%;
  font-size: 15px;
  line-height: 1.33;
  font-family: var(--font2);
}
@media (max-width: 1260px) {
  .site-adress {
    max-width: none;
    margin-bottom: 10px;
    min-height: 30px;
  }
}
@media (max-width: 1023px) {
  .site-adress {
    margin-bottom: 10px;
  }
}
@media (max-width: 639px) {
  .site-adress {
    display: flex;
    align-items: center;
  }
}
.site-adress svg {
  position: absolute;
  height: 30px;
  width: 30px;
  left: 0;
  fill: var(--on_gr_bg_head_icon_5);
}
.site-adress span {
  letter-spacing: 0.01em;
  display: block;
  margin-right: 10px;
}
.site-worktime {
  position: relative;
  padding-left: 40px;
  box-sizing: border-box;
  display: block;
  width: auto;
}
@media (max-width: 1023px) {
  .site-worktime {
    margin-bottom: 10px;
  }
}
@media (max-width: 639px) {
  .site-worktime {
    display: flex;
  }
}
.site-worktime svg {
  position: absolute;
  height: 30px;
  width: 30px;
  left: 0;
  fill: var(--on_gr_bg_head_icon_5);
}
.site-worktime__body {
  font-weight: var(--font1_500);
  color: var(--on_gr_bg_head_acc_text);
  letter-spacing: 0.01em;
  display: block;
  margin-right: 30px;
  font-size: 15px;
  line-height: 1.33;
  font-family: var(--font2);
}
.site-contacts {
  position: relative;
  box-sizing: border-box;
  padding-left: 0;
  display: flex;
}
@media (max-width: 1023px) {
  .site-contacts {
    margin-left: auto;
    margin-right: 10px;
    max-width: calc(100% - 50px);
  }
}
@media (max-width: 640px) {
  .site-contacts {
    margin-left: 0;
    margin-right: 0;
  }
}
.site-contacts__left {
  width: calc(100% - 170px);
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin-right: 10px;
}
@media (max-width: 1023px) {
  .site-contacts__left {
    width: 100%;
    justify-content: flex-start;
    margin-bottom: 10px;
  }
}
.site-contacts__right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.site-contacts__inner {
  display: flex;
  flex-direction: column;
}
.site-contacts__inner .top_massager {
  display: flex;
  flex-wrap: wrap;
  width: 170px;
  margin: 4px 0 4px auto;
  justify-content: flex-start;
}
@media (max-width: 640px) {
  .site-contacts__inner .top_massager {
    justify-content: center;
    margin-bottom: 0;
  }
}
.site-contacts__inner .top_massager a {
  height: 20px;
  margin-right: 10px;
}
.site-contacts__inner .top_massager a img {
  width: 20px;
}
.site-contacts svg {
  position: absolute;
  width: 30px;
  height: 30px;
  left: 0;
  display: none;
  fill: var(--on_gr_bg_head_icon_5);
}
@media (max-width: 1024px) {
  .site-contacts svg {
    left: -40px;
  }
}
.site-contacts__body {
  display: block;
  text-decoration: none;
  font-weight: var(--font1_700);
  color: var(--on_gr_bg_head_acc_text);
  letter-spacing: 0.01em;
  width: 170px;
  margin-left: auto;
  font-size: 17px;
  line-height: 1.12;
  font-family: var(--font2);
}
@media (max-width: 640px) {
  .site-contacts__body {
    text-align: center;
  }
}
.site-contacts span {
  color: var(--gr_primary);
  font-weight: var(--font1_500);
  letter-spacing: 0.01em;
  cursor: pointer;
  width: 170px;
  margin-left: auto;
  margin-top: 5px;
  font-size: 15px;
  line-height: 1.33;
  font-family: var(--font2);
}
@media (max-width: 640px) {
  .site-contacts span {
    text-align: center;
  }
}
.site-contacts span:hover {
  text-decoration: underline;
}
.contact-more {
  display: none;
  cursor: pointer;
}
@media (max-width: 1023px) {
  .contact-more {
    display: flex;
  }
}
@media (max-width: 640px) {
  .contact-more {
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: -28px;
    margin-left: 10px;
  }
  .contact-more span {
    width: 100%;
    height: 100%;
  }
}
.contact-more svg {
  width: 16px;
  height: 16px;
}
.site-container {
  flex: 1 0 auto;
  padding: 30px 0;
}
@media (max-width: 640px) {
  .site-container {
    padding-top: 0;
  }
}
.site-container__inner {
  display: flex;
  flex-wrap: wrap;
}
/*Категория как меню*/
.inner-folders__list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
@media (max-width: 1024px) {
  .inner-folders__list {
    width: 100%;
    flex-wrap: nowrap;
    overflow-x: auto;
    margin-bottom: 10px;
  }
}
.inner-folders__list li {
  display: flex;
  flex: 0 0 auto;
}
.inner-folders__list li a {
  font: 14px/ 1.07 var(--font1);
  color: var(--gr_primary);
  font-weight: var(--font1_700);
  display: block;
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: var(--gr_small_radius);
  padding: 12px 16px;
}
@media (max-width: 1024px) {
  .inner-folders__list li a {
    padding: 10px 14px;
  }
}
.inner-folders__list li a:before {
  border-radius: var(--gr_small_radius);
}
@media (min-width: 1025px) {
  .shop-title__page .main-top__category-title {
    border-radius: var(--gr_inner_radius) 0 0 0;
  }
}
/*Категории на внутренных стр*/
.category-append .site-path {
  margin-top: 25px;
}
@media (max-width: 1024px) {
  .category-append .site-path {
    margin-top: 25px;
  }
}
@media (min-width: 1025px) {
  .category-append .main-top__category {
    position: relative;
    cursor: pointer;
  }
  .category-append .main-top__category:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    border-radius: var(--gr_inner_radius) 0 0 var(--gr_inner_radius);
    transition: all 0.18s linear;
    opacity: 0;
    visibility: hidden;
    background: var(--gr_btn_overlay_15);
  }
  .category-append .main-top__category:hover:before {
    opacity: 1;
    visibility: visible;
  }
  .category-append .main-top__category-title {
    border-radius: var(--gr_inner_radius) 0 0 var(--gr_inner_radius);
    z-index: 2;
  }
  .category-append .category-menu {
    position: absolute;
    z-index: 213;
    max-width: 100%;
    top: 100%;
    height: 0;
    transition: all 0.18s linear;
    visibility: hidden;
    opacity: 0;
  }
  .category-append .category-menu.active {
    height: auto;
    visibility: visible;
    opacity: 1;
  }
  .category-append .site-main {
    padding-top: 0;
  }
  .category-append .site-path {
    margin-top: 25px;
  }
}
/*Main top*/
.main-top {
  width: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 640px) {
  .main-top {
    width: auto;
    margin-left: auto;
  }
}
.main-top__category {
  display: flex;
  height: 100%;
}
@media (max-width: 1024px) {
  .main-top__category {
    display: none;
  }
}
.main-top__category-title {
  position: relative;
  padding: 5px 50px 5px 20px;
  color: var(--gr_excep_color);
  width: 100%;
  box-sizing: border-box;
  width: 328px;
  box-sizing: border-box;
  background: var(--gr_accent);
  display: flex;
  align-items: center;
  border-radius: var(--gr_inner_radius) 0 0 var(--gr_inner_radius);
}
@media (max-width: 1280px) {
  .main-top__category-title {
    width: 290px;
  }
}
.main-top__category-title svg {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -15px;
  fill: var(--gr_excep_color);
  width: 30px;
  height: 30px;
}
.main-top__category-title span {
  font: 24px/ 1.2 var(--font1);
  font-weight: var(--font1_700);
  letter-spacing: 0.01em;
  font-size: 24px;
  line-height: 1.2;
  font-family: var(--font1);
}
.main-top__panels {
  width: calc(100% - 328px);
  background: var(--gr_primary);
  display: flex;
  align-items: center;
  padding: 13px 20px 13px 30px;
  box-sizing: border-box;
  border-radius: 0 var(--gr_inner_radius) var(--gr_inner_radius) 0;
}
@media (max-width: 1280px) {
  .main-top__panels {
    width: calc(100% - 290px);
  }
}
@media (max-width: 1024px) {
  .main-top__panels {
    width: 100%;
    padding-left: 20px;
    border-radius: var(--gr_inner_radius);
  }
}
@media (max-width: 640px) {
  .main-top__panels {
    padding: 0;
    background: transparent;
    display: flex;
  }
}
.main-top__panels .contact-more {
  display: none;
}
@media (max-width: 640px) {
  .main-top__panels .contact-more {
    display: flex;
  }
}
.main-top__search-panel {
  display: flex;
  align-items: center;
  position: relative;
  border-radius: var(--gr_wrap_radius);
  background: var(--on_gr_accent_text);
  width: calc(100% - 340px);
}
@media (max-width: 640px) {
  .main-top__search-panel {
    width: auto;
    background: transparent;
  }
}
.main-top__auth-panel {
  margin-left: auto;
}
/*Search panel*/
.site .search-block__wrap {
  display: flex;
  width: 100%;
}
.site .search-block {
  display: flex;
  width: 100%;
}
.site .search-block__inner {
  width: calc(100% - 174px);
}
@media (max-width: 768px) {
  .site .search-block__inner {
    width: calc(100% - 44px);
  }
}
@media (max-width: 640px) {
  .site .search-block__inner {
    width: 100%;
    position: relative;
  }
}
.site .search-block__input {
  width: 100%;
  border: 0;
  border-radius: var(--gr_wrap_radius) 0 0 var(--gr_wrap_radius);
  padding: 13px 0px 12px 20px;
  letter-spacing: 0.01em;
  margin-right: 0;
  font-weight: var(--font2_300);
  font-size: 14px;
  line-height: 1.4;
  font-family: var(--font2);
}
@media (max-width: 640px) {
  .site .search-block__input {
    color: var(--on_gr_bg_sec_text_7);
    border: none;
    background: var(--on_gr_bg_bg);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0), inset 0 0 0 1px var(--on_gr_bg_border);
    border-radius: var(--gr_form_radius);
    margin-right: 0;
    padding-right: 50px;
  }
  .site .search-block__input:hover {
    color: var(--on_gr_bg_acc_text_7);
    border: none;
    background: var(--gr_bg_bg);
    box-shadow: 0 0 0 0 var(--gr_primary), inset 0 0 0 2px var(--gr_primary);
  }
}
.site .search-block__input:focus {
  border: 0;
  outline: 0;
}
.site .search-block__btn {
  border: 0;
  background: transparent;
  font-size: 0;
  position: relative;
  padding: 0 0 0 10px;
}
@media (max-width: 640px) {
  .site .search-block__btn {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -15px;
  }
}
.site .search-block__btn svg {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  fill: var(--on_gr_dark_const);
  /*display: none;
	            &.gr_small_icon {
	            	display: block;
	            }*/
}
@media (max-width: 640px) {
  .site .search-block__btn svg {
    margin-right: 0;
    fill: var(--gr_dark);
  }
}
.search-form-btn {
  background: var(--on_gr_dark_const_1);
  padding: 10px 50px 10px 20px;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  width: 174px;
  box-sizing: border-box;
  border-radius: 0 var(--gr_wrap_radius) var(--gr_wrap_radius) 0;
}
@media (min-width: 641px) {
  .search-form-btn {
    margin-left: auto;
  }
}
@media (max-width: 768px) {
  .search-form-btn {
    width: 0;
    padding: 10px 30px 10px 15px;
  }
}
@media (max-width: 640px) {
  .search-form-btn {
    padding: 10px 20px 10px 20px;
    background: var(--gr_accent);
  }
}
.search-form-btn span {
  letter-spacing: 0.01em;
  font: 16px/ 1.25 var(--font2);
  font-weight: var(--font2_500);
  color: var(--on_gr_dark_const);
}
@media (max-width: 768px) {
  .search-form-btn span {
    font-size: 0;
  }
}
.search-form-btn svg {
  position: absolute;
  right: 20px;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
}
@media (max-width: 768px) {
  .search-form-btn svg {
    right: 10px;
  }
}
@media (max-width: 640px) {
  .search-form-btn svg {
    right: 50%;
    margin-right: -15px;
    fill: var(--on_gr_accent_icon);
  }
}
.search-form-btn svg.desktop {
  display: block;
}
.search-form-btn svg.mobile {
  display: none;
}
.login-form-btn {
  cursor: pointer;
  display: flex;
  align-items: center;
  position: relative;
  padding: 15px;
  margin: 0 20px;
}
@media (max-width: 640px) {
  .login-form-btn {
    padding: 20px 20px;
    margin: 0px;
  }
}
.login-form-btn span {
  letter-spacing: 0.01em;
  font: 16px/ 1.25 var(--font2);
  font-size: 0;
  color: var(--on_gr_primary_text);
  font-weight: var(--font2_500);
}
@media (max-width: 640px) {
  .login-form-btn span {
    font-size: 0;
  }
}
.login-form-btn svg {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 30px;
  width: 30px;
  fill: var(--on_gr_primary_icon);
  margin: 0;
  margin-top: -15px;
  margin-left: -15px;
}
@media (max-width: 640px) {
  .login-form-btn svg {
    fill: var(--gr_dark);
  }
}
.compare_item {
  position: relative;
  margin-right: 20px;
  width: 30px;
  height: 30px;
}
.compare_item a:nth-child(n+2) {
  display: none;
}
@media (max-width: 640px) {
  .compare_item.header-modules__item {
    display: flex;
    justify-content: center;
  }
}
.compare_item a {
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
@media (max-width: 640px) {
  .compare_item {
    margin: 0 5px;
  }
}
.compare_item .active {
  pointer-events: inherit;
}
.compare_item .active .gr-compare-btn-amount {
  display: inline-block;
}
.compare_item .gr-compare-btn-amount {
  display: none;
  position: absolute;
  border-radius: 50%;
  background: var(--gr_accent);
  color: var(--gr_excep_color);
  right: -9px;
  height: auto;
  font-size: 10px;
  min-width: 18px;
  min-height: 18px;
  line-height: 18px;
  text-align: center;
  z-index: 1;
  top: 0;
  letter-spacing: 0;
}
.compare_item svg {
  fill: var(--on_gr_primary_icon);
  width: 30px;
  height: 30px;
}
@media (max-width: 640px) {
  .compare_item svg {
    fill: var(--gr_dark);
  }
}
.favorite_item {
  margin-right: 20px;
  position: relative;
  width: 30px;
  height: 30px;
}
@media (max-width: 640px) {
  .favorite_item {
    margin: 0 5px;
  }
}
.favorite_item .favorite-block {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
@media (max-width: 640px) {
  .favorite_item .favorite-block {
    display: flex;
    justify-content: center;
  }
}
.favorite_item .favorite-block a {
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.favorite_item .favorite-block.is-null a {
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  width: 100%;
}
.favorite_item .favorite-block.is-null a .favorite-count {
  display: none;
}
.favorite_item .favorite-block .favorite-count {
  display: block;
  position: absolute;
  border-radius: 50%;
  background: var(--gr_accent);
  color: var(--gr_excep_color);
  right: -9px;
  height: auto;
  font-size: 10px;
  min-width: 18px;
  min-height: 18px;
  line-height: 18px;
  text-align: center;
  display: inline-block;
  z-index: 1;
  letter-spacing: 0;
  top: 0;
}
.favorite_item .favorite-block svg {
  fill: var(--on_gr_primary_icon);
  width: 30px;
  height: 30px;
}
@media (max-width: 640px) {
  .favorite_item .favorite-block svg {
    fill: var(--gr_dark);
  }
}
.main-top .main-top__cart-panel .gr-cart-preview {
  font-size: 0;
}
.main-top .main-top__cart-panel .gr-cart-preview a, .main-top .main-top__cart-panel .gr-cart-popup-btn {
  position: relative;
  padding: 10px 10px 10px 65px;
  background: var(--on_gr_white_const);
  border-radius: var(--gr_wrap_radius);
  text-decoration: none;
  width: 170px;
  font: 16px/ 1.2 var(--font2);
  font-weight: var(--font2_500);
  box-sizing: border-box;
  display: block;
  text-align: center;
}
@media (max-width: 640px) {
  .main-top .main-top__cart-panel .gr-cart-preview a, .main-top .main-top__cart-panel .gr-cart-popup-btn {
    width: 0;
    padding: 10px 20px 10px 20px;
    background: transparent;
    line-height: 0;
  }
}
.main-top .main-top__cart-panel .gr-cart-preview a:after, .main-top .main-top__cart-panel .gr-cart-popup-btn:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  left: 60px;
  top: 0;
  background: var(--on_gr_dark_const);
  opacity: 0.1;
}
@media (max-width: 640px) {
  .main-top .main-top__cart-panel .gr-cart-preview a:after, .main-top .main-top__cart-panel .gr-cart-popup-btn:after {
    display: none;
  }
}
.main-top .main-top__cart-panel .gr-cart-preview a:active:before, .main-top .main-top__cart-panel .gr-cart-popup-btn:active:before {
  opacity: 0;
}
.main-top .main-top__cart-panel .gr-cart-preview a svg, .main-top .main-top__cart-panel .gr-cart-popup-btn svg {
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -15px;
  color: var(--on_gr_dark_const);
  width: 30px;
  height: 30px;
  fill: var(--on_gr_dark_const);
}
@media (max-width: 640px) {
  .main-top .main-top__cart-panel .gr-cart-preview a svg, .main-top .main-top__cart-panel .gr-cart-popup-btn svg {
    left: 8px;
    fill: var(--gr_dark);
  }
}
.main-top .main-top__cart-panel .gr-cart-preview a .gr-cart-total-sum, .main-top .main-top__cart-panel .gr-cart-popup-btn .gr-cart-total-sum {
  letter-spacing: 0.01em;
  font: 16px/ 1.25 var(--font2);
  font-weight: var(--font2_500);
  color: var(--on_gr_dark_const);
  font-size: 16px;
  line-height: 1.25;
  font-family: var(--font2);
}
@media (max-width: 640px) {
  .main-top .main-top__cart-panel .gr-cart-preview a .gr-cart-total-sum, .main-top .main-top__cart-panel .gr-cart-popup-btn .gr-cart-total-sum {
    font-size: 0;
  }
}
.main-top .main-top__cart-panel .gr-cart-preview a .gr-cart-total-amount, .main-top .main-top__cart-panel .gr-cart-popup-btn .gr-cart-total-amount {
  background: var(--gr_primary);
  border-radius: var(--gr_icon_btn_radius);
  color: var(--on_gr_primary_text);
  position: absolute;
  left: 36px;
  right: auto;
  height: auto;
  top: 50%;
  font-size: 10px;
  min-width: 18px;
  min-height: 18px;
  margin-top: -17px;
  text-align: center;
  display: inline-block;
  line-height: 18px;
  border-radius: 250px;
  z-index: 1;
  letter-spacing: 0;
}
@media (max-width: 640px) {
  .main-top .main-top__cart-panel .gr-cart-preview a .gr-cart-total-amount, .main-top .main-top__cart-panel .gr-cart-popup-btn .gr-cart-total-amount {
    left: 25px;
  }
}
/*Left Bar*/
.left-bar {
  width: 328px;
}
@media (min-width: 1024px) {
  .left-bar {
    z-index: 102;
  }
}
@media (max-width: 1280px) {
  .left-bar {
    width: 290px;
  }
}
@media (max-width: 1024px) {
  .left-bar {
    width: 100%;
  }
}
.folder-main__page .left-bar .form-subscription, .folder-main__page .left-bar .about-advantage, .folder-main__page .left-bar .about-shares {
  display: none !important;
}
.shop-main__page .left-bar {
  display: none;
}
.category-menu {
  box-shadow: var(--gr_shadow_medium);
  background: var(--on_gr_bg_bg);
  border-radius: 0 0 var(--gr_inner_radius) var(--gr_inner_radius);
}
@media (max-width: 1024px) {
  .category-menu {
    box-shadow: none;
  }
}
.category-menu .more-folders {
  position: relative;
  padding: 15px 2px 15px 20px;
  letter-spacing: 0.01em;
  color: var(--gr_dark);
  font: 17px/ 1.1 var(--font2);
  font-weight: var(--font2_500);
  text-decoration: none;
  transition: all 0.18s linear;
  border-top: solid 1px transparent;
  border-color: var(--on_gr_bg_head_border_12);
  cursor: pointer;
  display: none;
}
.category-menu .more-folders:hover {
  color: var(--gr_primary);
}
.category-menu .large-number + .more-folders {
  display: block;
}
.category-menu__inner {
  list-style: none;
  padding: 0;
  margin: 0;
  background: var(--on_gr_bg_bg);
  border-radius: 0 0 var(--gr_inner_radius) var(--gr_inner_radius);
}
.category-menu__inner.colyc li:nth-child(n+10) {
  display: none;
}
.category-menu__inner li {
  position: relative;
}
@media (max-width: 1024px) {
  .category-menu__inner li:first-child a {
    border-top: 1px solid;
    border-color: var(--on_gr_bg_head_border_12);
  }
}
@media (max-width: 1024px) {
  .category-menu__inner li {
    position: initial;
  }
}
.category-menu__inner li a {
  display: block;
  position: relative;
  padding: 15px 40px 15px 20px;
  letter-spacing: 0.01em;
  color: var(--gr_dark);
  font-weight: var(--font2_500);
  text-decoration: none;
  transition: all 0.18s linear;
  border-bottom: solid 1px transparent;
  border-color: var(--on_gr_bg_head_border_12);
  font-size: 17px;
  line-height: 1.1;
  font-family: var(--font2);
}
.category-menu__inner li a:hover {
  color: var(--gr_primary);
}
.category-menu__inner li.sublevel > a .arrow {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  z-index: 2;
}
.category-menu__inner li.sublevel > a::after {
  font-family: "icomoon";
  content: "";
  color: var(--gr_dark);
  font-size: 9px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -4px;
  transform: rotate(-90deg);
  transition: all 0.18s linear;
}
.category-menu__inner li.sublevel.opened > a::after {
  transform: rotate(-90deg);
}
.category-menu__inner li.sublevel > a:hover::after {
  color: var(--gr_primary);
}
.category-menu__inner li.sublevel ul {
  position: absolute;
  left: 100%;
  margin-left: 2px;
  top: 0;
  visibility: hidden;
  opacity: 0;
  transform: all 0.18s linear;
  height: 0;
  box-shadow: var(--gr_shadow_small);
  border-radius: var(--gr_inner_radius);
  background: var(--on_gr_bg_bg);
}
@media (max-width: 1024px) {
  .category-menu__inner li.sublevel ul {
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    height: auto;
  }
}
.category-menu__inner li.sublevel ul.active {
  opacity: 1;
  visibility: visible;
  height: auto;
}
.category-menu__inner li.sublevel:hover > ul {
  opacity: 1;
  visibility: visible;
  height: auto;
}
@media (min-width: 1025px) {
  .category-menu__inner li:last-child a {
    border-bottom: 0;
  }
}
.category-menu__inner li .parentItem {
  display: none;
}
.category-menu__inner li ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.category-menu__inner li ul a {
  padding-left: 25px;
  font-weight: var(--font1_300);
  min-width: 300px;
}
@media (max-width: 1280px) {
  .category-menu__inner li ul a {
    min-width: 250px;
  }
}
@media (max-width: 1024px) {
  .category-menu__inner li ul a {
    font-weight: var(--font1_500);
    min-width: none;
  }
}
.category-menu__inner li .waSlideMenu-back a {
  padding-left: 50px;
  position: relative;
}
.category-menu__inner li .waSlideMenu-back a:after {
  font-family: "icomoon";
  content: "";
  color: var(--gr_dark);
  font-size: 9px;
  position: absolute;
  left: 25px;
  top: 50%;
  margin-top: -4.5px;
  transform: rotate(90deg);
  transition: all 0.18s linear;
}
.about-shares {
  margin-top: 40px;
  width: 100%;
  box-sizing: border-box;
}
@media (max-width: 640px) {
  .about-shares {
    margin-top: 30px;
  }
}
.about-shares__top {
  position: relative;
  border-radius: var(--gr_inner_radius);
  overflow: hidden;
}
.about-shares__image-wrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.about-shares__image-wrap:before {
  content: "";
  background: linear-gradient(0deg, var(--on_gr_dark_const_3), var(--on_gr_dark_const_3));
  position: absolute;
  width: 100%;
  height: 100%;
}
.about-shares__image {
  max-width: none;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.about-shares__info {
  padding: 50px 15px 30px;
  position: relative;
}
.about-shares__title {
  display: block;
  font: 32px/ 0.9 var(--font1);
  color: var(--on_gr_white_const);
  font-weight: var(--font1_700);
  letter-spacing: 0.01em;
  margin-bottom: 16px;
}
@media (max-width: 1024px) {
  .about-shares__title {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .about-shares__title {
    font-size: 28px;
  }
}
.about-shares__body {
  display: block;
  font: 20px/ 1.2 var(--font2);
  font-weight: var(--font2_300);
  padding-bottom: 33px;
  color: var(--on_gr_white_const);
  letter-spacing: 0.01em;
  padding-right: 40px;
}
@media (max-width: 1024px) {
  .about-shares__body {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .about-shares__body {
    font-size: 18px;
  }
}
.about-shares__popup {
  font: 16px/ 1.5 var(--font2);
  font-weight: var(--font2_500);
  padding: 12px 22px;
}
@media (max-width: 1024px) {
  .about-shares__popup {
    max-width: 240px;
    display: flex;
    margin: 0 auto;
  }
}
@media (max-width: 640px) {
  .about-shares__popup {
    padding: 8px 22px;
  }
}
.about-shares__timer {
  position: relative;
  z-index: 1;
  background: var(--on_gr_dark_const_5);
}
.about-shares__timer-body {
  padding: 20px;
  font-size: 20px;
  font-family: var(--font2);
  display: flex;
  box-sizing: border-box;
  justify-content: center;
}
.about-shares__timer-body .gr-timer-elem {
  color: var(--gr_grey);
  margin: 0 6px;
  min-width: 56px;
  padding: 9px 2px 8px;
  background: var(--gr_attention);
  display: inline-block;
  text-align: center;
  border-radius: var(--gr_wrap_radius);
}
.about-shares__timer-body .gr-timer-elem .gr-timer-number {
  display: block;
  font-weight: var(--font2_700);
  font: 20px/ 0.9 var(--font2);
  letter-spacing: 0.01em;
  margin-bottom: 6px;
}
.about-shares__timer-body .gr-timer-elem em {
  font-weight: var(--font2_300);
  font: 12px/ 1.33 var(--font2);
  letter-spacing: 0.01em;
  display: block;
}
.about-shares__timer-body .gr-timer-delim {
  display: none;
}
.about-advantage {
  margin-top: 40px;
}
@media (max-width: 1024px) {
  .about-advantage {
    display: flex;
    flex-wrap: wrap;
  }
}
.about-advantage__title {
  display: block;
  color: var(--on_gr_bg_acc_text);
  font: 32px/ 0.87 var(--font1);
  font-weight: var(--font1_700);
  margin-bottom: 35px;
}
@media (max-width: 1024px) {
  .about-advantage__title {
    width: 100%;
    font-size: 32px;
  }
}
@media (max-width: 640px) {
  .about-advantage__title {
    font-size: 25px;
  }
}
.about-advantage__item {
  padding: 16px 15px 19px 20px;
  margin-bottom: 20px;
  border: 1px solid var(--on_gr_bg_acc_text_1);
  border-radius: var(--gr_inner_radius);
  overflow: hidden;
  position: relative;
}
@media (max-width: 1024px) {
  .about-advantage__item {
    width: calc(50% - 15px);
    margin-bottom: 20px;
  }
  .about-advantage__item:nth-child(2n+1) {
    margin-left: auto;
  }
}
@media (max-width: 640px) {
  .about-advantage__item {
    width: 100%;
  }
}
.about-advantage__item:last-child {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .about-advantage__item:last-child {
    margin-bottom: 20px;
  }
}
.about-advantage__item:before {
  content: "";
  height: 100%;
  width: 5px;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--gr_primary);
  border-radius: var(--gr_inner_radius) 0 0 var(--gr_inner_radius);
}
.about-advantage__body {
  display: flex;
  align-items: flex-start;
  text-decoration: none;
}
.about-advantage__img {
  display: block;
  margin-right: 20px;
  width: 30px;
  height: 30px;
}
.about-advantage__img svg {
  fill: var(--gr_primary);
  width: 30px;
  height: 30px;
}
.about-advantage__img svg path {
  fill: var(--gr_primary);
}
.about-advantage__img img {
  min-width: 30px;
}
.about-advantage__text {
  font: 18px/ 1.36 var(--font2);
  font-weight: var(--font2_300);
  transition: all 0.18s linear;
  color: var(--on_gr_bg_acc_text_6);
}
@media (max-width: 480px) {
  .about-advantage__text {
    font-size: 16px;
  }
}
.form-subscription {
  position: relative;
  margin-top: 50px;
  background: var(--gr_primary);
  padding: 76px 20px 30px;
  border-radius: var(--gr_inner_radius);
  letter-spacing: 0.01em;
}
@media (max-width: 768px) {
  .form-subscription {
    margin-top: 20px;
  }
}
.form-subscription:before {
  content: "";
  position: absolute;
  color: #fff;
  font-family: "icomoon";
  font-size: 10px;
  background: url(/g/templates/shop2/2.130.2/130-7/global/icon_site_form_line.svg) repeat-x;
  height: 10px;
  width: 100%;
  bottom: 0;
  left: 0;
}
.form-subscription svg {
  position: absolute;
  top: 20px;
  left: 23px;
  fill: var(--on_gr_white_const);
  height: 36px;
  width: 36px;
}
.form-subscription svg path {
  fill: var(--on_gr_white_const);
}
.form-subscription img {
  position: absolute;
  top: 20px;
  left: 23px;
  height: 36px;
  width: 36px;
}
.form-subscription__title {
  font: 20px/ 1.2 var(--font1);
  font-weight: var(--font1_700);
  color: var(--on_gr_white_const);
  padding: 0 0 13px;
  display: block;
}
.form-subscription__desc {
  color: var(--on_gr_white_const);
  font: 20px/ 1.2 var(--font2);
  font-weight: var(--font2_300);
  margin-bottom: 12px;
  display: block;
}
.form-subscription__form form {
  display: block;
}
@media (max-width: 1024px) {
  .form-subscription__form form {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 640px) {
  .form-subscription__form form {
    flex-direction: column;
  }
}
.form-subscription__form form .tpl-field {
  margin: 0 0 10px;
  width: 100%;
}
@media (max-width: 1024px) {
  .form-subscription__form form .tpl-field {
    margin-right: 10px;
    width: calc(100% - 300px);
  }
}
@media (max-width: 640px) {
  .form-subscription__form form .tpl-field {
    margin-right: 0px;
    width: 100%;
  }
}
.form-subscription__form form .tpl-field input[type="text"] {
  background: var(--on_gr_dark_const_07);
  box-shadow: 0 0 0 0 var(--on_gr_dark_const_1), inset 0 0 0 2px var(--on_gr_dark_const_1);
  color: var(--on_gr_white_const_8);
  padding: 15px 20px 16px 20px;
  width: 100%;
  font-family: var(--font2);
}
.form-subscription__form form .tpl-field input[type="text"]::placeholder {
  color: var(--on_gr_white_const_8);
}
.form-subscription__form form .tpl-field select, .form-subscription__form form .tpl-field textarea, .form-subscription__form form .tpl-field input[type="button"] {
  background: var(--on_gr_dark_const_07);
  box-shadow: 0 0 0 0 var(--on_gr_dark_const_1), inset 0 0 0 2px var(--on_gr_dark_const_1);
  color: var(--on_gr_white_const_8);
  padding: 15px 20px 16px 20px;
  font-family: var(--font2);
}
.form-subscription__form form .tpl-field select:hover, .form-subscription__form form .tpl-field textarea:hover, .form-subscription__form form .tpl-field input[type="button"]:hover {
  background: var(--on_gr_white_const_8);
  color: var(--on_gr_dark_const);
}
.form-subscription__form form .tpl-field input[type="checkbox"]:checked + span:before {
  background: var(--gr_accent) !important;
  color: var(--gr_excep_color) !important;
}
.form-subscription__form form .tpl-field.type-phone {
  position: relative;
}
.form-subscription__form form .tpl-field.type-phone input {
  padding: 15px 20px 16px 50px;
}
.form-subscription__form form .tpl-field.type-phone:before {
  position: absolute;
  font-family: "icomoon";
  left: 17px;
  line-height: 1;
  top: 50%;
  margin-top: -9px;
  content: "";
  color: var(--on_gr_white_const_8);
  font-size: 15px;
}
.form-subscription__form form .tpl-field.type-email {
  position: relative;
}
.form-subscription__form form .tpl-field.type-email input {
  padding: 15px 20px 16px 50px;
}
.form-subscription__form form .tpl-field.type-email:before {
  position: absolute;
  font-family: "icomoon";
  left: 17px;
  line-height: 1;
  top: 50%;
  margin-top: -6px;
  content: "";
  color: var(--on_gr_white_const_8);
  font-size: 12px;
}
@media (max-width: 1024px) {
  .form-subscription__form form .tpl-field.type-checkbox {
    order: 2;
    width: 100%;
  }
}
.form-subscription__form form .tpl-field.type-checkbox ul li span {
  color: var(--on_gr_white_const);
}
.form-subscription__form form .tpl-field.type-checkbox ul li a {
  color: var(--on_gr_white_const);
}
@media (max-width: 1024px) {
  .form-subscription__form form .tpl-field-button {
    max-width: 280px;
    margin: 0 0 0 10px;
  }
}
@media (max-width: 640px) {
  .form-subscription__form form .tpl-field-button {
    margin: 0;
    max-width: 100%;
    width: 100%;
    order: 5;
  }
}
.form-subscription__form form .tpl-field-button button {
  margin-bottom: 0;
  max-width: 100%;
  width: 288px;
  font-family: var(--font2);
}
@media (max-width: 640px) {
  .form-subscription__form form .tpl-field-button button {
    width: 100%;
  }
}
/*Site main*/
.site-main {
  width: 100%;
  max-width: calc(100% - 328px);
  padding: 30px 0 0px 30px;
  box-sizing: border-box;
}
@media (max-width: 1280px) {
  .site-main {
    max-width: calc(100% - 290px);
  }
}
@media (max-width: 1024px) {
  .site-main {
    max-width: 100%;
    padding: 0;
  }
}
@media (max-width: 640px) {
  .site-main {
    padding-top: 0;
  }
}
.site-main.not-bar {
  padding-left: 0;
  width: 100%;
  max-width: 100%;
}
/*Top slider */
.top-slider {
  position: relative;
}
@media (max-width: 1024px) {
  .top-slider {
    margin-top: 28px;
  }
}
@media (max-width: 640px) {
  .top-slider {
    margin-top: 22px;
  }
}
.top-slider .tns-ovh {
  border-radius: var(--gr_inner_radius);
}
.top-slider__inner:not(.tns-slider) {
  display: flex;
  overflow: hidden;
  white-space: nowrap;
}
.top-slider__inner:not(.tns-slider) .top-slider__item {
  min-width: 100%;
  white-space: normal;
}
.top-slider__item {
  position: relative;
}
.top-slider__img {
  position: absolute;
  z-index: 1;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.top-slider__img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: var(--gr_inner_radius);
}
.top-slider__info {
  padding: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
  z-index: 2;
  position: relative;
  min-height: 350px;
  border-radius: var(--gr_inner_radius);
}
@media (max-width: 768px) {
  .top-slider__info {
    min-height: 320px;
  }
}
@media (max-width: 640px) {
  .top-slider__info {
    min-height: 250px;
    justify-content: flex-end;
    padding: 20px 30px 40px;
  }
}
.top-slider__title {
  display: block;
  margin-bottom: 7px;
  font-weight: var(--font1_700);
  color: var(--on_gr_white_const);
  font-size: 45px;
  line-height: 1.15;
  font-family: var(--font2);
}
@media (max-width: 640px) {
  .top-slider__title {
    font-size: 25px;
    line-height: 1.15;
    font-family: var(--font2);
  }
}
.top-slider__desc {
  color: var(--on_gr_white_const);
  font-weight: var(--font2_300);
  display: inline-block;
  margin-right: 60px;
  padding: 0 0 28px;
  font-size: 18px;
  line-height: 1.16;
  font-family: var(--font2);
}
@media (max-width: 640px) {
  .top-slider__desc {
    margin-right: 0;
  }
}
.top-slider__more {
  font: 16px/ 1.125 var(--font2);
  font-weight: var(--font2_500);
  padding: 15px 30px;
  font-size: 16px;
  line-height: 1.125;
  font-family: var(--font2);
}
@media (max-width: 640px) {
  .top-slider__more {
    display: none;
  }
}
.top-slider__mobile-link {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
@media (max-width: 640px) {
  .top-slider__mobile-link {
    display: block;
  }
}
.top-slider .tns-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
  position: absolute;
  bottom: 30px;
  left: 40px;
  z-index: 2;
}
@media (max-width: 480px) {
  .top-slider .tns-nav {
    left: 30px;
  }
}
.top-slider .tns-nav button {
  outline: none;
  padding: 0;
  width: 10px;
  height: 10px;
  border: none;
  overflow: hidden;
  display: inline-block;
  border-radius: var(--gr_inner_radius);
  transition: all 0.18s linear;
  background: var(--on_gr_white_const_7);
}
.top-slider .tns-nav button.tns-nav-active {
  width: 22px;
  height: 10px;
  background: var(--gr_attention);
}
.top-slider .blackouts .top-slider__info {
  background-color: var(--on_gr_dark_const_3);
}
.top-slider .tns-controls {
  position: absolute;
  right: 0;
  bottom: 0;
}
.top-slider .tns-controls button {
  width: 60px;
  height: 60px;
  box-shadow: none;
  background: var(--on_gr_bg_bg);
}
@media (max-width: 767px) {
  .top-slider .tns-controls button {
    width: 44px;
    height: 44px;
  }
}
.top-slider .tns-controls button svg {
  fill: var(--on_gr_bg_acc_text);
}
@media (max-width: 767px) {
  .top-slider .tns-controls button svg {
    width: 30px;
  }
}
.top-slider .tns-controls button:hover {
  background: var(--on_gr_bg_bg);
}
.top-slider .tns-controls button:hover svg {
  fill: var(--gr_primary);
}
.top-slider .tns-controls button:active {
  background: var(--on_gr_bg_bg);
}
.top-slider .tns-controls button:active svg {
  fill: var(--gr_primary);
}
.top-slider .tns-controls button[data-controls="prev"] {
  border-radius: var(--gr_inner_radius) 0 0 0;
}
.top-slider .tns-controls button[data-controls="prev"]:before {
  border-radius: var(--gr_inner_radius) 0 0 0;
}
.top-slider .tns-controls button[data-controls="next"] {
  border-radius: 0 0 var(--gr_inner_radius) 0;
}
.top-slider .tns-controls button[data-controls="next"]:before {
  border-radius: 0 0 var(--gr_inner_radius) 0;
}
/*Main category */
.shop-folders {
  margin-top: 30px;
}
.shop-folders__title {
  position: relative;
  display: flex;
  margin-bottom: 30px;
  align-items: center;
}
.shop-folders__title .icon {
  min-width: 50px;
  min-height: 50px;
  background: var(--gr_attention);
  border-radius: var(--gr_wrap_radius);
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 640px) {
  .shop-folders__title .icon {
    min-width: 40px;
    min-height: 40px;
  }
}
.shop-folders__title .icon svg {
  fill: var(--on_gr_dark_const);
  width: 19px;
}
.shop-folders__title span {
  font: 35px/ 0.86 var(--font1);
  font-weight: var(--font1_700);
  color: var(--gr_dark);
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .shop-folders__title span {
    font-size: 25px;
  }
}
.shop-folders__category {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  padding: 0;
  list-style: none;
  letter-spacing: 0.01em;
}
@media (max-width: 768px) {
  .shop-folders__category {
    margin: 0 -10px;
  }
}
@media (max-width: 480px) {
  .shop-folders__category {
    margin: 0;
  }
}
.shop-folders__category > li {
  width: calc(33.33% - 30px);
  margin: 0 15px 30px;
  background: var(--on_gr_bg_bg);
  position: relative;
  flex-direction: column;
  display: none;
  border-radius: var(--gr_inner_radius);
  box-shadow: var(--gr_shadow_medium);
  overflow: hidden;
}
@media (max-width: 768px) {
  .shop-folders__category > li {
    width: calc(50% - 20px);
    margin: 0 10px 20px;
  }
}
@media (max-width: 480px) {
  .shop-folders__category > li {
    width: 100%;
    margin: 0 0 20px;
  }
}
.shop-folders__category > li:before {
  content: "";
  height: 5px;
  width: 100%;
  position: absolute;
  top: 0;
  background: var(--gr_accent);
  border-radius: var(--gr_small_radius);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.shop-folders__category > li:nth-child(-n+6) {
  display: flex;
}
@media (max-width: 768px) {
  .shop-folders__category > li:nth-child(-n+6) {
    display: none;
  }
}
@media (max-width: 768px) {
  .shop-folders__category > li:nth-child(-n+4) {
    display: flex;
  }
}
@media (max-width: 480px) {
  .shop-folders__category > li:nth-child(-n+4) {
    display: none;
  }
}
@media (max-width: 480px) {
  .shop-folders__category > li:nth-child(-n+2) {
    display: flex;
  }
}
.shop-folders__category > li .title {
  display: block;
  font: 18px/ 1.3 var(--font1);
  font-weight: var(--font1_500);
  color: var(--gr_dark);
  text-decoration: none;
  padding: 25px 20px 10px;
  transition: all 0.18s linear;
}
.shop-folders__category > li .title:hover {
  color: var(--gr_primary);
}
.shop-folders__category > li ul {
  padding: 0;
  margin: 0;
  list-style: none;
  padding: 0px 20px 5px;
}
.shop-folders__category > li ul a {
  color: var(--on_gr_bg_acc_text_6);
  transition: all 0.18s linear;
  display: flex;
  align-items: center;
  font: 15px/ 1.3 var(--font2);
  padding: 11px 0;
  font-weight: 300;
  justify-content: space-between;
  border-bottom: 1px dashed var(--on_gr_bg_acc_text_1);
  text-decoration: none;
}
.shop-folders__category > li ul a span.shop-folders__counter {
  padding: 2px 3px;
  height: 22px;
  font: 14px/ 1.42 var(--font2);
  font-weight: var(--font2_300);
  min-width: 26px;
  text-align: center;
  box-shadow: 0 0 0 1px var(--on_gr_bg_acc_text_1);
  border-radius: var(--gr_small_radius);
  transition: all 0.18s linear;
}
.shop-folders__category > li ul a:hover {
  color: var(--gr_primary);
}
.shop-folders__category > li ul a:hover span.shop-folders__counter {
  color: var(--gr_primary);
}
.shop-folders__category > li ul.second_level li {
  display: none;
}
.shop-folders__category > li ul.second_level li:nth-child(-n+3) {
  display: block;
}
.shop-folders__category > li .more {
  text-decoration: underline;
  font: 15px/ 1.33 var(--font2);
  color: var(--on_gr_bg_acc_text_6);
  font-weight: var(--font2_300);
  margin: 10px 20px 15px;
  display: inline-block;
}
.shop-folders__category > li .more:hover {
  color: var(--gr_primary);
}
.shop-folders__category > li .image {
  display: block;
  position: relative;
  height: 190px;
  margin-top: auto;
  order: 2;
}
@media (max-width: 640px) {
  .shop-folders__category > li .image {
    display: none;
  }
}
.shop-folders__category > li .image.no-image {
  display: none;
}
.shop-folders__category > li .image img {
  height: 100%;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  object-fit: cover;
  object-position: 50% 50%;
}
.shop-folders__btn {
  position: relative;
  color: var(--gr_excep_color);
  padding-left: 20px;
}
@media (max-width: 480px) {
  .shop-folders__btn {
    padding-top: 11px;
    padding-bottom: 11px;
  }
}
.shop-folders__btn span {
  color: var(--gr_excep_color);
}
.shop-folders__btn:hover {
  color: var(--gr_excep_color);
}
.shop-folders__btn:active {
  color: var(--gr_excep_color);
}
.shop-folders__btn span {
  padding-right: 20px;
}
.shop-folders__btn svg {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -15px;
  transform: rotate(180deg);
}
.shop-folders__btn:after {
  font-family: "icomoon";
  content: "";
  color: var(--gr_excep_color);
  font-size: 9px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -5px;
  transform: rotate(0deg);
  transition: all 0.18s linear;
}
.shop-folders__btn.opened:after {
  transform: rotate(-180deg);
}
.shop-folders.open .shop-folders__category > li {
  display: flex;
}
.shop-folders.open .shop-folders__btn svg {
  transform: rotate(0deg);
}
/*Main text block*/
.main-text__block {
  margin-top: 40px;
  border-top: 2px dashed var(--on_gr_dark_const_1);
  padding-top: 40px;
}
@media (max-width: 480px) {
  .main-text__block {
    margin-top: 30px;
    padding-top: 30px;
  }
}
.main-text__block-title h1 {
  font: 35px/ 0.86 var(--font1);
  color: var(--gr_dark);
  font-weight: var(--font1_700);
}
@media (max-width: 640px) {
  .main-text__block-title h1 {
    font-size: 25px;
    line-height: 1.18;
  }
}
.main-text__block-body {
  font-size: 18px;
  line-height: 1.5;
  font-family: var(--font2);
  color: var(--on_gr_bg_acc_text_8);
  font-weight: var(--font1_300);
}
@media (max-width: 640px) {
  .main-text__block-body {
    font-size: 16px;
  }
}
.main-text__block-body p:last-child {
  margin-bottom: 0;
}
/* Stock block*/
.about-stock {
  display: block;
  width: 100%;
  margin-bottom: 50px;
  border-top: 2px dashed var(--on_gr_dark_const_1);
  margin-top: 40px;
}
@media (max-width: 1024px) {
  .about-stock {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .about-stock {
    margin-bottom: 0px;
  }
}
.about-stock__title {
  font: 35px/ 0.86 var(--font1);
  font-weight: var(--font1_700);
  color: var(--gr_dark);
  margin-top: 30px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
@media (max-width: 640px) {
  .about-stock__title {
    font: 25px/ 1.2 var(--font1);
    font-weight: var(--font1_700);
  }
}
.about-stock__title svg {
  padding: 13px;
  height: 50px;
  width: 50px;
  margin-right: 20px;
  background: var(--gr_attention);
  border-radius: var(--gr_wrap_radius);
}
@media (max-width: 640px) {
  .about-stock__title svg {
    height: 40px;
    width: 40px;
    padding: 10px;
  }
}
.about-stock__items {
  display: flex;
  flex-wrap: nowrap;
  width: calc(100% + 30px);
  overflow-x: auto;
}
.about-stock__item {
  /* width: calc(33.3% - 20px);*/
  min-width: calc(466px - 20px);
  margin-left: 15px;
  margin-right: 15px;
  display: block;
  position: relative;
  border-radius: var(--gr_inner_radius);
  overflow: hidden;
}
.about-stock__item:nth-child(-3n+1) {
  margin-left: 0;
}
.about-stock__item:nth-child(3n) {
  margin-right: 0;
}
.about-stock__item:nth-child(n+4) {
  margin-left: 30px;
  margin-right: 0;
}
@media (max-width: 768px) {
  .about-stock__item {
    min-width: 340px;
  }
}
@media (max-width: 480px) {
  .about-stock__item {
    min-width: 280px;
  }
}
.about-stock__image {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.about-stock__image:before {
  background: var(--on_gr_dark_const_3);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  content: "";
}
.about-stock__image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.about-stock__info {
  z-index: 2;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 30px 20px 28px;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 310px;
  box-sizing: border-box;
  /*background: var(--on_gr_dark_const_3);*/
}
@media (max-width: 768px) {
  .about-stock__info {
    min-height: 250px;
  }
}
@media (max-width: 480px) {
  .about-stock__info {
    min-height: 220px;
  }
}
.about-stock__text {
  font: 35px/ 0.88 var(--font1);
  font-weight: 700;
  color: var(--on_gr_primary_text);
}
@media (max-width: 768px) {
  .about-stock__text {
    font-size: 25px;
  }
}
@media (max-width: 480px) {
  .about-stock__text {
    font-size: 20px;
    line-height: 1;
  }
}
.about-stock__body {
  font: 20px/ 1.5 var(--font2);
  font-weight: var(--font2_300);
  color: var(--on_gr_primary_text);
}
@media (max-width: 640px) {
  .about-stock__body {
    font-size: 17px;
    line-height: 1;
  }
}
.about-stock__more {
  display: inline-block;
  font: 16px/ 1.2 var(--font2);
  padding: 16px 22px 15px;
  margin-top: 20px;
  font-weight: var(--font2_500);
}
@media (max-width: 768px) {
  .about-stock__more {
    padding: 15px 22px 14px;
  }
}
@media (max-width: 480px) {
  .about-stock__more {
    padding: 12px 22px 11px;
  }
}
.site-footer {
  flex: none;
  background: var(--gr_bg_foot);
  position: relative;
}
.to-top {
  position: fixed;
  left: auto;
  top: auto;
  margin-left: 0;
  bottom: 70px;
  right: 60px;
  width: 50px;
  height: 50px;
  background: var(--gr_attention);
  border-radius: var(--gr_wrap_radius);
  margin-top: 0;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 123;
  display: none;
}
.to-top.active {
  display: flex;
}
@media (max-width: 1024px) {
  .to-top.active {
    display: none;
  }
}
.to-top i {
  width: 30px;
  height: 30px;
}
.to-top svg {
  width: 30px;
}
.footer-data {
  background: var(--on_gr_bg_foot_bg);
  color: var(--on_gr_bg_foot_acc_text);
}
.footer-data__inner {
  display: flex;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 1023px) {
  .footer-data__inner {
    flex-wrap: wrap;
  }
}
.footer-data__item {
  width: calc(25%);
  min-height: 80px;
  padding: 20px 10px 20px 24px;
  display: flex;
  align-items: center;
  position: relative;
  font-family: var(--font2);
}
@media (max-width: 1023px) {
  .footer-data__item {
    width: 50%;
    padding-left: 20px;
  }
}
@media (max-width: 640px) {
  .footer-data__item {
    width: 100%;
    padding: 10px 0;
    min-height: auto;
  }
}
.footer-data__item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -40px;
  height: 80px;
  width: 1px;
  background: var(--on_gr_bg_foot_bg);
}
@media (max-width: 640px) {
  .footer-data__item:before {
    content: none;
  }
}
.footer-data__item:first-child {
  padding-left: 0;
}
.footer-data__item:first-child:before {
  content: none;
}
@media (max-width: 1023px) {
  .footer-data__item.footer-data__worktime {
    padding-left: 0;
  }
  .footer-data__item.footer-data__worktime:before {
    content: none;
  }
}
@media (max-width: 1023px) {
  .footer-data__item.footer-data__mail {
    order: 2;
  }
}
@media (max-width: 1023px) {
  .footer-data__item.footer-data__worktime {
    order: 1;
  }
}
@media (max-width: 640px) {
  .footer-data__item.footer-data__phone {
    order: 1;
  }
}
.footer-data__item-left svg {
  width: 40px;
  height: 40px;
  border-radius: var(--gr_wrap_radius);
  background: var(--on_gr_bg_foot_icon_bg);
  fill: var(--on_gr_bg_foot_icon);
  padding: 8px;
}
.footer-data__item-right {
  padding: 0 0 0 20px;
  font: 15px/ 1.33 var(--font2);
  letter-spacing: 0.01em;
}
@media (max-width: 1260px) {
  .footer-data__item-right {
    padding-left: 14px;
  }
}
.footer-data__item-right > * {
  display: block;
}
.footer-data__item-right .link {
  color: var(--gr_primary);
  text-decoration: none;
  cursor: pointer;
  font-weight: var(--font2_500);
  transition: all 0.18s linear;
}
.footer-data__item-right .link:hover {
  text-decoration: underline;
}
.footer-data__item-right .address {
  font-weight: var(--font1_300);
}
.footer-data__item-right .worktime {
  font-weight: var(--font1_500);
}
.footer-data__item-right .phone {
  font-weight: var(--font1_700);
  color: var(--on_gr_bg_foot_acc_text);
  text-decoration: none;
  font-size: 17px;
}
.footer-body {
  width: 100%;
  display: flex;
  padding-top: 30px;
  padding-bottom: 20px;
  color: var(--on_gr_bg_foot_acc_text);
  letter-spacing: 0.01em;
}
.footer-body__left {
  width: 25%;
  min-width: 25%;
  box-sizing: border-box;
  padding-right: 30px;
}
@media (max-width: 1023px) {
  .footer-body__left {
    min-width: 100%;
    display: flex;
    padding: 0;
  }
}
@media (max-width: 1023px) and (max-width: 480px) {
  .footer-body__left {
    flex-direction: column;
  }
}
@media (max-width: 1023px) {
  .footer-body__left .footer-body__info {
    width: 50%;
    min-width: 50%;
    padding-right: 10px;
  }
}
@media (max-width: 480px) {
  .footer-body__left .footer-body__info {
    width: 100%;
  }
}
.footer-body__left .site-name {
  font: 18px / 1.12 var(--font1);
  font-weight: var(--font1_500);
  text-align: left;
}
@media (max-width: 480px) {
  .footer-body__left .site-name {
    text-align: center;
  }
}
.footer-body__left .site-anonce {
  font: 15px/ 1.33 var(--font1);
  font-weight: var(--font1_300);
  margin-top: 5px;
}
@media (max-width: 480px) {
  .footer-body__left .site-anonce {
    text-align: center;
  }
}
.footer-body__left .footer-body__data {
  margin-top: 20px;
  font: 13px/ 1.55 var(--font2);
  font-weight: var(--font2_300);
}
@media (max-width: 1023px) {
  .footer-body__left .footer-body__data {
    width: 50%;
    box-sizing: border-box;
    padding: 0px;
    margin: 0;
  }
}
@media (max-width: 480px) {
  .footer-body__left .footer-body__data {
    width: 100%;
    margin-top: 10px;
    text-align: center;
  }
}
.footer-body__right {
  width: 75%;
}
.footer-body__right .footer-menu {
  display: flex;
  padding: 0;
  list-style: none;
  flex-wrap: wrap;
  margin: 0;
}
@media (max-width: 1023px) {
  .footer-body__right .footer-menu {
    display: none;
  }
}
.footer-body__right .footer-menu > li {
  width: 33.3%;
  padding: 0 10px 0;
  box-sizing: border-box;
}
.footer-body__right .footer-menu > li a {
  text-decoration: none;
  font: 18px / 1.12 var(--font2);
  font-weight: var(--font2_500);
  color: var(--on_gr_bg_foot_acc_text);
  display: inline-block;
  margin-bottom: 30px;
  transition: all 0.18s linear;
}
.footer-body__right .footer-menu > li a:hover {
  color: var(--gr_primary);
}
.footer-body__right .footer-menu > li > ul {
  display: none;
}
.about_payment {
  display: flex;
  width: 100%;
  align-items: center;
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .about_payment {
    flex-direction: column;
  }
}
.about_payment__title {
  font: 22px / 0.92 var(--font1);
  font-weight: var(--font1_500);
  letter-spacing: 0.01em;
  color: var(--on_gr_bg_foot_acc_text);
  width: 25%;
}
@media (max-width: 1023px) {
  .about_payment__title {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .about_payment__title {
    width: 100%;
    font-size: 18px;
    margin-bottom: 20px;
    text-align: center;
  }
}
.about_payment__body {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 1023px) {
  .about_payment__body {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .about_payment__body {
    width: 100%;
    justify-content: center;
  }
}
.about_payment__body img {
  border-radius: var(--gr_small_radius);
}
.about_payment__item {
  margin: 5px 20px 5px 0px;
  border-radius: var(--gr_small_radius);
  display: flex;
  transition: all 0.18s linear;
}
.about_payment__item:hover {
  transform: translateY(-2px) rotate(0.001deg);
}
.remodal .footer-info__social-body {
  justify-content: flex-start;
}
.footer-info {
  background: var(--on_gr_bg_foot_bg);
  color: var(--on_gr_bg_foot_acc_text);
}
.footer-info__inner {
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
}
@media (max-width: 640px) {
  .footer-info__inner {
    flex-direction: column;
  }
}
.footer-info__social {
  width: 50%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
@media (max-width: 1300px) {
  .footer-info__social {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 640px) {
  .footer-info__social {
    width: 100%;
  }
}
.footer-info__social-title {
  max-width: 50%;
  font: 22px / 0.92 var(--font1);
  font-weight: var(--font1_500);
  letter-spacing: 0.01em;
  color: var(--on_gr_bg_foot_acc_text);
  margin-right: 30px;
}
@media (max-width: 1300px) {
  .footer-info__social-title {
    margin-bottom: 20px;
  }
}
@media (max-width: 1023px) {
  .footer-info__social-title {
    wax-width: 100%;
  }
}
@media (max-width: 640px) {
  .footer-info__social-title {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .footer-info__social-title {
    text-align: center;
    max-width: 100%;
    margin-right: 0;
  }
}
.footer-info__social-body {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 480px) {
  .footer-info__social-body {
    justify-content: center;
    width: 100%;
  }
}
.footer-info__social-body a {
  transition: all 0.18s linear;
}
.footer-info__social-body a:hover {
  transform: translateY(-2px) rotate(0.001deg);
}
.footer-info__social-body a img {
  border-radius: 50%;
  max-width: 34px;
  margin: 2px 7px;
  display: flex;
  overflow: hidden;
}
.footer-info__social-body a:first-child img {
  margin-left: 0;
}
.footer-info__form {
  width: 50%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding-left: 20px;
  border-left: 1px solid var(--on_gr_bg_foot_bg);
}
@media (max-width: 1300px) {
  .footer-info__form {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 640px) {
  .footer-info__form {
    width: 100%;
    margin-top: 20px;
    border: 0;
    padding: 0;
  }
}
.footer-info__form-left {
  width: 215px;
  min-width: 215px;
  margin-right: 25px;
}
@media (max-width: 1300px) {
  .footer-info__form-left {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .footer-info__form-left {
    margin-right: 0;
    width: 100%;
  }
}
.footer-info__form-title {
  font: 22px / 0.92 var(--font1);
  font-weight: var(--font1_500);
  letter-spacing: 0.01em;
  color: var(--on_gr_bg_foot_acc_text);
  display: block;
}
@media (max-width: 480px) {
  .footer-info__form-title {
    width: 100%;
    text-align: center;
  }
}
.footer-info__form-subtitle {
  font: 14px / 1.12 var(--font2);
  font-weight: var(--font2_300);
  letter-spacing: 0.01em;
  color: var(--on_gr_bg_foot_acc_text);
}
@media (max-width: 480px) {
  .footer-info__form-subtitle {
    width: 100%;
    text-align: center;
    display: block;
    line-height: 1.18;
    margin-top: 12px;
  }
}
.footer-info__form-right {
  width: 100%;
}
@media (max-width: 1300px) {
  .footer-info__form-right {
    margin-top: 15px;
  }
}
.footer-info__form-right form {
  display: flex;
}
@media (min-width: 641px) {
  .footer-info__form-right form {
    flex-direction: column;
    position: relative;
  }
  .footer-info__form-right form > * {
    width: calc(100% - 150px);
  }
  .footer-info__form-right form .tpl-field-button {
    width: 150px;
    position: absolute;
    right: 0;
  }
}
@media (max-width: 640px) {
  .footer-info__form-right form {
    flex-direction: column;
  }
}
.footer-info__form-right .tpl-field input[type="text"] {
  margin-bottom: 10px;
  font: 18px / 1.12 var(--font2);
  font-weight: var(--font2_300);
  border-radius: var(--gr_wrap_radius);
  padding: 14px 8px 16px 8px;
  min-height: 50px;
  background: var(--on_gr_bg_foot_border_10);
  color: var(--on_gr_bg_foot_acc_text_5);
  box-shadow: 0 0 0 0 var(--on_gr_bg_foot_border_10), inset 0 0 0 2px var(--on_gr_bg_foot_border_10);
}
.footer-info__form-right .tpl-field input[type="text"]::placeholder {
  color: var(--on_gr_bg_foot_acc_text_5);
}
.footer-info__form-right .tpl-field input[type="text"]:hover::placeholder {
  color: var(--on_gr_bg_foot_acc_text_5);
}
@media (max-width: 768px) {
  .footer-info__form-right .tpl-field input[type="text"] {
    font-size: 16px;
    min-height: 48px;
  }
}
@media (max-width: 640px) {
  .footer-info__form-right .tpl-field input[type="text"] {
    margin-bottom: 10px;
  }
}
.footer-info__form-right .type-phone {
  position: relative;
}
.footer-info__form-right .type-phone input[type="text"] {
  padding: 14px 8px 16px 50px;
}
.footer-info__form-right .type-phone:after {
  font-family: "icomoon";
  content: "";
  font-size: 16px;
  line-height: 1;
  position: absolute;
  top: 50%;
  margin-top: -13px;
  left: 17px;
  color: var(--on_gr_bg_foot_acc_text_5);
}
@media (max-width: 640px) {
  .footer-info__form-right .type-phone:after {
    margin-top: -15px;
  }
}
.footer-info__form-right .type-email {
  position: relative;
}
.footer-info__form-right .type-email input[type="text"] {
  padding: 14px 8px 16px 50px;
}
.footer-info__form-right .type-email:after {
  position: absolute;
  font-family: "icomoon";
  left: 17px;
  line-height: 1;
  top: 50%;
  margin-top: -7px;
  content: "";
  color: var(--on_gr_bg_foot_acc_text_5);
  font-size: 14px;
}
.footer-info__form-right .type-checkbox ul li span {
  color: var(--on_gr_bg_foot_acc_text_5);
}
.footer-info__form-right .type-checkbox ul li:hover span {
  color: var(--on_gr_bg_foot_acc_text_5);
}
.footer-info__form-right textarea {
  background: var(--on_gr_bg_foot_border_10);
  color: var(--on_gr_bg_foot_acc_text_5);
  box-shadow: 0 0 0 0 var(--on_gr_bg_foot_border_10), inset 0 0 0 2px var(--on_gr_bg_foot_border_10);
}
@media (max-width: 641px) {
  .footer-info__form-right textarea {
    max-width: calc(100% - 150px);
  }
}
.footer-info__form-right textarea::placeholder {
  color: var(--on_gr_bg_foot_acc_text_5);
}
.footer-info__form-right textarea:hover::placeholder {
  color: var(--on_gr_bg_foot_acc_text_5);
}
.footer-info__form-right textarea:hover {
  color: var(--on_gr_bg_foot_acc_text_5);
}
.footer-info__form-right textarea:active {
  color: var(--on_gr_bg_foot_acc_text_5);
}
.footer-info__form-right .type-checkbox, .footer-info__form-right .type-radio_group {
  margin-bottom: 10px;
}
.footer-info__form-right .type-checkbox ul li label:hover span, .footer-info__form-right .type-radio_group ul li label:hover span {
  color: var(--on_gr_bg_foot_acc_text_5);
}
.footer-info__form-right .type-checkbox ul li label:hover input[type="radio"]:checked + span, .footer-info__form-right .type-radio_group ul li label:hover input[type="radio"]:checked + span {
  color: var(--on_gr_bg_foot_acc_text_5);
}
.footer-info__form-right .type-checkbox ul li label:hover input[type="checkbox"]:checked + span, .footer-info__form-right .type-radio_group ul li label:hover input[type="checkbox"]:checked + span {
  color: var(--on_gr_bg_foot_acc_text_5);
}
.footer-info__form-right .type-checkbox ul li span, .footer-info__form-right .type-radio_group ul li span {
  color: var(--on_gr_bg_foot_acc_text_5);
}
.footer-info__form-right .type-checkbox ul li input[type="radio"]:checked + span, .footer-info__form-right .type-radio_group ul li input[type="radio"]:checked + span {
  color: var(--on_gr_bg_foot_acc_text_5);
}
.footer-info__form-right .type-checkbox ul li input[type="checkbox"]:checked + span, .footer-info__form-right .type-radio_group ul li input[type="checkbox"]:checked + span {
  color: var(--on_gr_bg_foot_acc_text_5);
}
.footer-info__form-right .tpl-field button {
  background: var(--gr_primary);
  color: var(--on-gr_primary_text);
  border-radius: var(--gr_wrap_radius);
  box-shadow: var(--gr_shadow_small);
  margin-left: 15px;
  font-size: 18px;
  padding-top: 15px;
  font-family: var(--font2);
  padding: 15px;
}
@media (max-width: 768px) {
  .footer-info__form-right .tpl-field button {
    font-size: 16px;
    padding: 14px 18px 15px;
  }
}
@media (max-width: 640px) {
  .footer-info__form-right .tpl-field button {
    margin: 0;
    width: 100%;
  }
}
.footer-bottom {
  padding: 34px 0 42px;
}
.footer-bottom__inner {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 640px) {
  .footer-bottom__inner {
    flex-direction: column;
    align-items: center;
  }
  .footer-bottom__inner > * {
    margin: 5px 0px;
  }
}
/*footer end*/
.remodal {
  padding: 50px 40px 40px;
  text-align: left;
  background: var(--on_gr_bg_bg);
  border-radius: var(--gr_small_radius);
}
@media (max-width: 639px) {
  .remodal {
    position: fixed;
    padding: 22px 20px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    overflow: hidden;
    overflow-y: auto;
    border-radius: 0;
  }
}
.remodal .remodal-close-btn {
  position: absolute;
  right: 8px;
  top: 10px;
  border-radius: var(--gr_wrap_radius);
  background: var(--on_gr_bg_bg);
}
.remodal .remodal-close-btn:hover {
  background: var(--gr_bg);
}
.remodal .remodal-close-btn:active {
  background: var(--gr_bg);
  opacity: 0.95;
}
.remodal .remodal-close-btn:hover svg {
  fill: var(--on-gr_bg_acc_icon);
}
.remodal .remodal-close-btn svg {
  display: none;
  width: 20px;
  height: 20px;
  fill: var(--on-gr_bg_acc_icon);
}
@media (max-width: 767px) {
  .remodal .remodal-close-btn svg {
    display: block;
  }
}
.remodal .remodal-close-btn svg.gr_big_icon {
  width: 30px;
  height: 30px;
  display: block;
}
@media (max-width: 767px) {
  .remodal .remodal-close-btn svg.gr_big_icon {
    display: none;
  }
}
.remodal .remodal-close-btn svg.gr_small_icon {
  display: none;
}
.remodal .tpl-field {
  margin: 0 0 20px;
}
.remodal .tpl-field.type-textarea {
  font-size: 0;
}
.remodal .tpl-field.tpl-field-button {
  padding-top: 10px;
  margin-bottom: 0;
}
.remodal-block-title, .filter-block .shop2-filter__header, .login-form__header, .search-form__header, .remodal[data-remodal-id="coupon-remodal"] .shop-coupon__title, .remodal[data-remodal-id="cart-auth-remodal"] .form-registration__title, .remodal .tpl-anketa__title {
  padding: 0 0 24px;
  font-size: 26px;
  line-height: 1.1;
  font-family: var(--font1);
  font-weight: var(--font1_700);
  color: var(--on_gr_bg_acc_text);
}
@media (max-width: 767px) {
  .remodal-block-title, .filter-block .shop2-filter__header, .login-form__header, .search-form__header, .remodal[data-remodal-id="coupon-remodal"] .shop-coupon__title, .remodal[data-remodal-id="cart-auth-remodal"] .form-registration__title, .remodal .tpl-anketa__title {
    font-size: 22px;
    padding: 0 0 20px;
  }
}
/*Спрайт*/
.site-sprite {
  padding: 20px 0 0;
}
.site-sprite .gr_small_icon {
  display: inline-block;
}
.site-sprite .gr_big_icon {
  display: inline-block;
}
.site-sprite span {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  margin: 0 20px 20px;
}
.site-sprite span svg:nth-child(2), .site-sprite span svg:nth-child(3) {
  margin-top: 15px;
}
.site-sprite h4 {
  margin: 0 0 20px;
}
.gr-fields__items {
  display: flex;
  margin-bottom: 60px;
}
.gr-fields__items:last-child {
  margin-bottom: 0;
}
.gr-fields__item {
  margin-right: 40px;
  width: 300px;
}
.gr-fields .gr-field-style.small .gr-select-wrapper:before, .gr-fields .small#orderForm .gr-select-wrapper:before {
  right: 10px;
}
.gr-buttons h1 {
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
}
.gr-buttons__items {
  margin: 0 auto;
  max-width: 1400px;
}
.gr-buttons__item-list a, .gr-buttons__item-list button {
  margin-right: 40px;
}
.gr-icon-buttons__items {
  padding: 20px 30px;
  background: var(--on_gr_bg_bg);
}
.gr-icon-buttons__items h4 {
  margin-top: 0;
  margin-bottom: 20px;
}
.gr-icon-buttons__list {
  display: flex;
}
.gr-icon-buttons__item {
  margin-right: 30px;
}
.gr-icon-buttons__item:last-child {
  margin-bottom: 0;
}
.gr-icon-buttons .small svg {
  display: none;
}
.gr-icon-buttons .small svg.gr_small_icon {
  display: block;
  width: 20px;
  height: 20px;
}
.test-form .tpl-anketa__title {
  font-size: 36px;
  font-weight: var(--font1_500);
  color: var(--on_gr_bg_acc_text);
  font-family: var(--font1);
  margin-bottom: 40px;
}
.test-form .tpl-anketa .tpl-field {
  margin-bottom: 30px;
}
.test-form .tpl-anketa .tpl-field.type-title h2 {
  margin: 0;
}
.test-form .tpl-anketa .tpl-field:last-child {
  margin-bottom: 0;
}
/*Спрайт*/
.mobile-panel__btn {
  width: 50px;
  height: 50px;
  position: relative;
  background: var(--gr_accent);
  justify-content: center;
  display: none;
  align-items: center;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .mobile-panel__btn {
    display: flex;
  }
}
.mobile-panel__btn svg {
  fill: var(--gr_excep_color);
  height: 30px;
  width: 30px;
}
.mobile-panel__btn svg.icon-cat-search {
  display: none;
}
@media (max-width: 640px) {
  .mobile-panel__btn svg {
    display: none;
  }
  .mobile-panel__btn svg.icon-cat-search {
    display: block;
  }
}
.mobile-panel__search {
  display: none;
  padding: 0 20px 20px;
}
@media (max-width: 640px) {
  .mobile-panel__search {
    display: block;
  }
  .mobile-panel__search #search-app.hide_search_popup #search-result {
    display: block;
  }
}
.mobile-panel__search .title {
  font-size: 23px;
  font-weight: var(--font1_700);
  margin-bottom: 10px;
  color: var(--gr_dark);
  position: relative;
  max-width: calc(100% - 40px);
}
.mobile-panel__search .subtitle {
  font-size: 16px;
  font-weight: var(--font1_400);
  margin-top: 10px;
  color: var(--gr_dark);
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.18s linear;
}
.mobile-panel__search .subtitle:active {
  color: var(--gr_primary);
}
.mobile-panel__search .subtitle:active svg {
  fill: var(--gr_primary);
}
.mobile-panel__search .subtitle svg {
  display: block;
  transition: all 0.18s linear;
  width: 16px;
  height: 16px;
  margin-left: 6px;
  fill: var(--gr_dark);
}
.mobile-panel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1100;
  opacity: 0;
  transition: opacity 0.7s;
  pointer-events: none;
}
@media (max-width: 1024px) {
  .mobile-panel {
    display: block;
  }
}
.mobile-panel:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: linear-gradient(90.14deg, var(--on_gr_dark_const_1) 0%, var(--on_gr_dark_const_1) 100%);
  opacity: 0.3;
}
.mobile-panel.active {
  opacity: 1;
  pointer-events: all;
}
.mobile-panel.active .mobile-panel__inner_mp {
  transform: translate(0%, 0);
}
.mobile-panel__title_mp {
  font-size: 23px;
  font-weight: var(--font1_700);
  padding: 25px 60px 25px 55px;
  color: var(--gr_dark);
  position: relative;
}
@media (max-width: 480px) {
  .mobile-panel__title_mp {
    font-size: 20px;
    padding: 30px 60px 28px 55px;
  }
}
.mobile-panel__title_mp svg.gr_small_icon {
  position: absolute;
  display: block;
  top: 50%;
  margin-top: -10px;
  fill: var(--gr_dark);
  left: 20px;
}
@media (max-width: 480px) {
  .mobile-panel__title_mp svg.gr_small_icon {
    left: 20px;
  }
}
.mobile-panel__inner_mp {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 370px;
  max-width: 100%;
  overflow: hidden;
  overflow-y: auto;
  transition-property: transform;
  transition-duration: 0.3s;
  transform: translate(-100%, 0);
  background: var(--on_gr_bg_bg);
  box-shadow: var(--gr_shadow_medium);
  border-radius: var(--gr_small_wrap);
  padding-top: 60px;
}
@media (max-width: 480px) {
  .mobile-panel__inner_mp {
    top: 0px;
    left: 0px;
    width: calc(100% - 40px);
  }
}
.mobile-panel__cloce_mp {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 40px;
  height: 40px;
  border-radius: var(--gr_small_wrap);
  border: 1px solid var(--on_gr_bg_border_1);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
}
.mobile-panel__cloce_mp svg {
  width: 20px;
  height: 20px;
  fill: var(--gr_dark);
}
.mobile-panel .mobile-cat {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile-panel .mobile-cat > li {
  padding: 0;
}
.mobile-panel .mobile-cat > li > a {
  display: block;
  position: relative;
  text-decoration: none;
  font-size: 15px;
  font-weight: var(--font1_600);
  color: var(--txt);
  padding: 20px 70px 20px 40px;
  border-top: 1px solid var(--on_gr_dark_const_1);
}
@media (max-width: 480px) {
  .mobile-panel .mobile-cat > li > a {
    padding: 20px 50px 20px 20px;
  }
}
.mobile-panel .mobile-cat > li > a svg {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  fill: var(--gr_dark);
  transform: rotate(-90deg);
}
.mobile-panel .mobile-cat > li ul li {
  /*&.parent-item + li{
     a{
     svg{
     margin-top: 0px;
     }
     }
     }*/
}
.mobile-panel .mobile-cat > li ul li a {
  display: block;
  position: relative;
  text-decoration: none;
  font-size: 14px;
  color: var(--txt);
  padding: 20px 60px 20px 50px;
  border-top: 1px solid var(--on_gr_dark_const_1);
}
@media (max-width: 480px) {
  .mobile-panel .mobile-cat > li ul li a {
    padding: 20px 40px 20px 30px;
  }
}
.mobile-panel .mobile-cat > li ul li a svg {
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  fill: var(--gr_dark);
  transform: rotate(-90deg);
}
.mobile-panel .mobile-cat > li ul li.parent-item > a {
  display: block;
  position: relative;
  text-decoration: none;
  background: var(--gr_white);
  font-size: 15px;
  font-weight: var(--font1_600);
  color: var(--txt);
  padding: 20px 40px 20px 40px;
}
@media (max-width: 480px) {
  .mobile-panel .mobile-cat > li ul li.parent-item > a {
    padding: 20px 20px 20px 20px;
  }
}
.mobile-panel .mobile-cat > li ul li.waSlideMenu-back {
  position: absolute;
  left: 0;
  right: 0;
  top: -100px;
  background: var(--gr_white);
}
@media (max-width: 480px) {
  .mobile-panel .mobile-cat > li ul li.waSlideMenu-back {
    top: -83px;
  }
}
.mobile-panel .mobile-cat > li ul li.waSlideMenu-back a {
  font-weight: var(--font1_700);
  font-size: 23px;
  display: inline-block;
  padding: 36px 0px 36px 80px;
  position: relative;
}
@media (max-width: 480px) {
  .mobile-panel .mobile-cat > li ul li.waSlideMenu-back a {
    padding: 29px 0px 28px 60px;
    font-size: 20px;
  }
}
.mobile-panel .mobile-cat > li ul li.waSlideMenu-back a:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  left: 40px;
  top: 50%;
  margin-top: -10px;
  background: var(--gr_white) 50% no-repeat;
}
@media (max-width: 480px) {
  .mobile-panel .mobile-cat > li ul li.waSlideMenu-back a:before {
    left: 20px;
  }
}
.mobile-panel .waSlideMenu-wrapper {
  left: 0;
  position: relative;
  top: 0;
}
.mobile-panel .waSlideMenu-inheritedmenu {
  position: absolute;
  left: 100%;
  top: 0;
  list-style: none;
  padding: 0;
  width: 100%;
  margin: 0;
}
.mobile-panel .mobile-menu {
  display: none;
  margin: 20px 40px 20px;
  list-style: none;
  padding: 0;
}
@media (max-width: 767px) {
  .mobile-panel .mobile-menu {
    display: block;
  }
}
@media (max-width: 480px) {
  .mobile-panel .mobile-menu {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.mobile-panel .mobile-menu > li > a {
  font-size: 15px;
  color: var(--txt_a_3);
  padding: 10px 0;
  text-decoration: none;
  display: block;
}
.mobile-panel .mobile-menu > li ul {
  margin: 0;
  padding: 0 10px;
  list-style: none;
}
.mobile-panel .mobile-menu > li ul li a {
  color: var(--txt);
  font-size: 14px;
  padding: 10px 0;
  text-decoration: none;
  display: block;
}
/*в конце нужно изменить глобально*/
.actionlist .actionlist__block {
  width: 47.85%;
}
@media (max-width: 479px) {
  .actionlist .actionlist__block {
    width: 100%;
  }
}
/*глоб*/
.text-right-left .btn_payment_rest.g-button {
  margin-bottom: 5px;
}
.text-right-left .g-button {
  margin-bottom: 5px;
}
form .tpl-field.type-checkbox ul li input[type="checkbox"] {
  visibility: visible;
}
/*fixed panel*/
.fixed-panel__wrap {
  position: fixed;
  transform: translateY(-100%);
  width: 100%;
  z-index: 990;
  top: 0;
  transition: transform 0.2s;
}
.fixed-panel__wrap.open_panel {
  transform: translateY(0);
}
@media (max-width: 640px) {
  .fixed-panel__wrap {
    display: none;
  }
}
.fixed-panel {
  box-shadow: var(--gr_shadow_medium);
  background-color: var(--on_gr_bg_bg);
  width: 100%;
}
@media (max-width: 400px) {
  .fixed-panel {
    padding: 0;
  }
}
.fixed-panel__inner {
  min-height: 70px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .fixed-panel__inner {
    min-height: 50px;
  }
}
.fixed-panel__category {
  display: flex;
  cursor: pointer;
  height: 100%;
}
@media (max-width: 1024px) {
  .fixed-panel__category {
    display: none;
  }
}
.fixed-panel .mobile-panel__btn {
  display: none;
}
@media (max-width: 1024px) {
  .fixed-panel .mobile-panel__btn {
    display: flex;
  }
}
.fixed-panel__category-title {
  position: relative;
  padding: 5px 50px 5px 20px;
  color: var(--gr_excep_color);
  width: 100%;
  box-sizing: border-box;
  width: 328px;
  box-sizing: border-box;
  background: var(--gr_accent);
  display: flex;
  align-items: center;
}
@media (max-width: 1280px) {
  .fixed-panel__category-title {
    width: 290px;
  }
}
@media (max-width: 1024px) {
  .fixed-panel__category-title {
    width: 50px;
    padding: 0;
  }
}
.fixed-panel__category-title svg {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -15px;
  fill: var(--gr_excep_color);
  width: 30px;
  height: 30px;
}
@media (max-width: 1024px) {
  .fixed-panel__category-title svg {
    right: 50%;
    margin-right: -15px;
  }
}
.fixed-panel__category-title span {
  font: 24px/ 1.2 var(--font1);
  font-weight: var(--font1_700);
  letter-spacing: 0.01em;
}
@media (max-width: 1024px) {
  .fixed-panel__category-title span {
    font-size: 0;
  }
}
.fixed-panel__right {
  display: flex;
  align-items: center;
}
.fixed-panel .fixed-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 40px;
  background: transparent;
  margin: 0 15px;
  position: relative;
}
.fixed-panel .fixed-item:last-child {
  margin-right: 0;
}
.fixed-panel .fixed-item svg {
  fill: var(--gr_dark);
  width: 30px;
  height: 30px;
}
.fixed-panel .fixed-item .gr-cart-popup-btn {
  padding: 0;
  margin: 0;
  background: transparent;
  color: inherit;
  position: initial;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fixed-panel .fixed-item .gr-cart-popup-btn:before {
  opacity: 0;
}
.fixed-panel .fixed-item .gr-cart-popup-btn:hover:before {
  opacity: 0;
}
.fixed-panel .fixed-item .gr-cart-popup-btn:active:before {
  opacity: 0;
}
.fixed-panel__compare.compare_item .gr-compare-btn-amount {
  position: relative;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  letter-spacing: 0;
  font-size: 11px;
  top: inherit;
  right: inherit;
}
.fixed-panel__compare.compare_item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  width: 100%;
}
.fixed-panel__favorite.favorite_item .favorite-block .favorite-count {
  position: relative;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  letter-spacing: 0;
  font-size: 11px;
  top: inherit;
  right: inherit;
}
.fixed-panel__favorite.favorite_item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  width: 100%;
}
.fixed-panel__favorite.favorite_item .favorite-block.is-null .favorite-count {
  display: flex;
}
.fixed-panel__cart .gr-cart-popup-btn .gr-cart-total-amount, .fixed-panel__cart .gr-compare-btn .gr-cart-total-amount {
  position: relative;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 11px;
  letter-spacing: 0;
  color: var(--on_gr_primary_text);
  background: var(--gr_primary);
  left: auto;
  right: auto;
  top: auto;
  margin: 0;
  font-weight: 400;
}
.fixed-panel__wrap {
  z-index: 1000;
}
.folders-popup-wrapper.opened .folders-popup-close {
  opacity: 1;
  visibility: visible;
}
.folders-popup-wrapper.opened .folders-popup {
  opacity: 1;
  visibility: visible;
}
.folders-popup-wrapper.opened_shop_search .folders-search {
  opacity: 0;
  visibility: hidden;
}
.folders-popup-wrapper.opened_shop_search .folders-block {
  opacity: 0;
  visibility: hidden;
}
.folders-popup-close {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: flex;
  align-items: center;
  z-index: 1050;
  opacity: 0;
  visibility: hidden;
  transition: all 0.19s ease-in-out;
}
.folders-popup-close i {
  margin: auto;
  font-size: 0;
  line-height: 1;
}
.folders-popup-close .gr-svg-icon {
  display: none;
}
.folders-popup-close .gr-svg-icon.gr_small_icon {
  width: 20px;
  height: 20px;
  display: block;
}
.folders-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1002;
  overflow-y: auto;
  background: var(--on_gr_bg_bg);
  opacity: 0;
  visibility: hidden;
  transition: all 0.19s ease-in-out;
}
.folders-popup .folders-search {
  box-shadow: inset 0 -1px 0 var(--on_gr_bg_border_08);
}
.folders-popup .folders-search__inner {
  padding: 62px 0 60px;
}
.folders-popup .folders-search .folders-search-btn {
  position: relative;
  margin-bottom: 20px;
  padding-right: 25px;
  cursor: pointer;
  font-size: 16px;
  line-height: 1.125;
  vertical-align: top;
  display: inline-block;
  color: var(--on_gr_bg_acc_text_6);
}
.folders-popup .folders-search .folders-search-btn i {
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 0;
  line-height: 1;
  transform: translateY(-50%);
}
.folders-popup .folders-search .folders-search-btn svg {
  width: 20px;
  height: 20px;
  transition: all 0.18s linear;
  fill: var(--on_gr_bg_icon_6);
}
.folders-popup .folders-search .search-block {
  position: relative;
}
.folders-popup .folders-search .search-block__icon {
  position: absolute;
  font-size: 0;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
.folders-popup .folders-search .search-block__icon svg {
  fill: var(--on_gr_bg_icon);
  transition: all 0.3s;
}
.folders-popup .folders-search .search-block__input {
  width: 100%;
  background: none;
  outline: none;
  border: none;
  font-size: 16px;
  line-height: 1.16;
  transition: all 0.18s linear;
  padding: 19px 60px 19px 70px;
  border-radius: var(--gr_form_radius);
  color: var(--on_gr_bg_sec_text_7);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0), inset 0 0 0 1px var(--on_gr_bg_border);
}
.folders-popup .folders-search .search-block__input::-webkit-input-placeholder {
  opacity: 1 !important;
  color: var(--on_gr_bg_sec_text_7);
}
.folders-popup .folders-search .search-block__input:moz-placeholder {
  opacity: 1 !important;
  color: var(--on_gr_bg_sec_text_7);
}
.folders-popup .folders-search .search-block__input::-moz-placeholder {
  opacity: 1 !important;
  color: var(--on_gr_bg_sec_text_7);
}
.folders-popup .folders-search .search-block__input:-ms-input-placeholder {
  opacity: 1 !important;
  color: var(--on_gr_bg_sec_text_7);
}
.folders-popup .folders-search .search-block__input:focus + .search-block__btn svg {
  fill: var(--gr_accent);
}
.folders-popup .folders-search .search-block__input:focus {
  color: var(--on_gr_bg_acc_text_7);
  border: none;
  background: var(--gr_bg_bg);
  box-shadow: 0 0 0 0 var(--gr_primary), inset 0 0 0 2px var(--gr_primary);
}
.folders-popup .folders-search .search-block__btn {
  padding: 0;
  border: none;
  outline: none;
  background: none;
  box-shadow: none;
  border-radius: 0;
  font-size: 0;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
}
.folders-popup .folders-search .search-block__btn i {
  font-size: 0;
}
.folders-popup .folders-search .search-block__btn svg {
  fill: var(--on_gr_bg_icon_2);
  transition: all 0.18s linear;
}
.folders-popup .folders-block__inner {
  padding: 60px 0;
}
.folders-popup .folders-block__title {
  padding: 0 0 30px;
  font-size: 26px;
  line-height: 1.15;
  font-family: var(--font2);
  font-weight: var(--font2_700);
  color: var(--on_gr_bg_acc_text);
}
.folders-popup .folders-popup-block {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
  column-gap: 0;
}
@media (max-width: 1024px) {
  .folders-popup .folders-popup-block {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    column-gap: 0;
  }
}
@media (max-width: 768px) {
  .folders-popup .folders-popup-block {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    column-gap: 0;
  }
}
.folders-popup .folders-popup-block .folder-back, .folders-popup .folders-popup-block .folder-parent {
  display: none;
}
.folders-popup .folders-popup-block > li {
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
  font-size: 0;
  padding: 0 30px 40px 0;
}
.folders-popup .folders-popup-block > li.has_image > a {
  padding: 0;
}
.folders-popup .folders-popup-block > li.has_image > a span {
  padding: 7px 0;
}
.folders-popup .folders-popup-block > li.has_image > ul {
  padding-left: 45px;
}
.folders-popup .folders-popup-block > li > a {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 7px 0;
  font-size: 16px;
  line-height: 1.1;
  text-decoration: none;
  transition: all 0.18s linear;
  font-family: var(--font2);
  font-weight: var(--font2_700);
  color: var(--on_gr_bg_acc_text);
}
.folders-popup .folders-popup-block > li > a:hover, .folders-popup .folders-popup-block > li > a.active {
  color: var(--gr_accent);
}
.folders-popup .folders-popup-block > li > a span {
  display: block;
  flex: 1 1 auto;
}
.folders-popup .folders-popup-block > li > a span i {
  display: none;
}
.folders-popup .folders-popup-block > li > a ins {
  font-size: 0;
  line-height: 1;
  margin-right: 15px;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.folders-popup .folders-popup-block > li > a ins img, .folders-popup .folders-popup-block > li > a ins svg {
  max-width: 30px;
  max-height: 30px;
}
.folders-popup .folders-popup-block > li > a svg {
  fill: var(--on_gr_bg_icon);
}
.folders-popup .folders-popup-block > li ul {
  padding: 0 0 13px;
}
.folders-popup .folders-popup-block > li ul li a {
  font-size: 15px;
  line-height: 1.04;
  padding: 7px 0;
  vertical-align: top;
  display: inline-block;
  text-decoration: none;
  transition: all 0.18s linear;
  font-family: var(--font2);
  font-weight: var(--font2_300);
  color: var(--on_gr_bg_sec_text);
}
.folders-popup .folders-popup-block > li ul li a:hover {
  color: var(--gr_primary);
}
.folders-popup .folders-popup-block > li ul li a span i {
  display: none;
}
.folders-popup .folders-popup-block > li ul li ul {
  padding: 0 0 0 10px;
}
/* Всплывающие категории */
.popover-container {
  z-index: 9999;
}
.sub_category_image_block__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  padding: 0;
  list-style: none;
  letter-spacing: 0.01em;
}
@media (max-width: 768px) {
  .sub_category_image_block__list {
    margin: 0 -10px;
  }
}
@media (max-width: 480px) {
  .sub_category_image_block__list {
    margin: 0;
  }
}
.sub_category_image_block__list > li {
  width: calc(25% - 30px);
  margin: 0 15px 30px;
  background: var(--on_gr_bg_bg);
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: var(--gr_inner_radius);
  box-shadow: var(--gr_shadow_medium);
  overflow: hidden;
}
@media (max-width: 1024px) {
  .sub_category_image_block__list > li {
    width: calc(33.33% - 30px);
  }
}
@media (max-width: 768px) {
  .sub_category_image_block__list > li {
    width: calc(50% - 20px);
    margin: 0 10px 20px;
  }
}
@media (max-width: 480px) {
  .sub_category_image_block__list > li {
    width: 100%;
    margin: 0 0 20px;
  }
}
.sub_category_image_block__list > li:before {
  content: "";
  height: 5px;
  width: 100%;
  position: absolute;
  top: 0;
  background: var(--gr_accent);
  border-radius: var(--gr_small_radius);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.sub_category_image_block__list > li .title {
  display: block;
  font: 18px/ 1.3 var(--font1);
  font-weight: var(--font1_500);
  color: var(--gr_dark);
  text-decoration: none;
  padding: 25px 20px 10px;
  transition: all 0.18s linear;
}
.sub_category_image_block__list > li .title:hover {
  color: var(--gr_primary);
}
.sub_category_image_block__list > li ul {
  padding: 0;
  margin: 0;
  list-style: none;
  padding: 0px 20px 5px;
}
.sub_category_image_block__list > li ul a {
  color: var(--on_gr_bg_acc_text_6);
  transition: all 0.18s linear;
  display: flex;
  align-items: center;
  font: 15px/ 1.3 var(--font2);
  padding: 11px 0;
  font-weight: 300;
  justify-content: space-between;
  border-bottom: 1px dashed var(--on_gr_bg_acc_text_1);
  text-decoration: none;
}
.sub_category_image_block__list > li ul a span.shop-folders__counter {
  padding: 2px 3px;
  height: 22px;
  font: 14px/ 1.42 var(--font2);
  font-weight: var(--font2_300);
  min-width: 26px;
  text-align: center;
  box-shadow: 0 0 0 1px var(--on_gr_bg_acc_text_1);
  border-radius: var(--gr_small_radius);
  transition: all 0.18s linear;
}
.sub_category_image_block__list > li ul a:hover {
  color: var(--gr_primary);
}
.sub_category_image_block__list > li ul a:hover span.shop-folders__counter {
  color: var(--gr_primary);
}
.sub_category_image_block__list > li ul.second_level li {
  display: none;
}
.sub_category_image_block__list > li ul.second_level li:nth-child(-n+3) {
  display: block;
}
.sub_category_image_block__list > li .more {
  text-decoration: underline;
  font: 15px/ 1.33 var(--font2);
  color: var(--on_gr_bg_acc_text_6);
  font-weight: var(--font2_300);
  margin: 10px 20px 15px;
  display: inline-block;
}
.sub_category_image_block__list > li .more:hover {
  color: var(--gr_primary);
}
.sub_category_image_block__list > li .image {
  display: block;
  position: relative;
  height: 190px;
  margin-top: auto;
  order: 2;
}
.sub_category_image_block__list > li .image.no-image {
  background: var(--noImageDefault);
}
.sub_category_image_block__list > li .image img {
  height: 100%;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  object-fit: cover;
  object-position: 50% 50%;
}
/*Внутренние категории с картинками*/
/*ravshan*/
.remodal.cart-remodal {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 640px) {
  .remodal.cart-remodal {
    min-width: 480px;
  }
}
.cart-popup__title {
  font-size: 26px;
  line-height: 1.1;
  color: var(--on_gr_bg_acc_text);
  font-weight: var(--font1_700);
  display: flex;
  align-items: center;
  padding: 0 40px;
  margin-bottom: 40px;
}
@media (max-width: 1023px) {
  .cart-popup__title {
    padding: 0 30px;
    margin-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .cart-popup__title {
    margin-bottom: 20px;
    font-size: 22px;
    padding: 0 20px;
  }
}
.cart-popup__title ins {
  text-decoration: none;
}
.cart-popup__title span {
  margin: 0 0 0 12px;
  min-width: 30px;
  height: 30px;
  font-size: 13px;
  font-weight: var(--fon1_700);
  line-height: 30px;
  border-radius: 100px;
  text-align: center;
  padding: 0 6px;
  color: var(--on_gr_primary_text);
  background: var(--gr_primary);
}
@media (max-width: 767px) {
  .cart-popup__title span {
    height: 26px;
    line-height: 26px;
    min-width: 26px;
    padding: 0 5px;
  }
}
.cart-popup__top {
  padding: 0 40px 40px;
}
@media (max-width: 1023px) {
  .cart-popup__top {
    padding: 0 30px 30px;
  }
}
@media (max-width: 767px) {
  .cart-popup__top {
    padding: 0 20px 25px;
  }
}
.cart-popup__bottom {
  padding: 30px 40px 0;
  border-top: 1px solid var(--on_gr_bg_border_08);
}
@media (max-width: 1023px) {
  .cart-popup__bottom {
    padding: 30px 30px 0;
  }
}
@media (max-width: 767px) {
  .cart-popup__bottom {
    padding: 20px 20px 0;
  }
}
.cart-popup__bottom-body {
  padding: 0 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cart-popup__bottom-body {
    flex-direction: column;
    justify-content: center;
    padding: 0 0 18px;
  }
}
.cart-popup__cleanup {
  margin-right: auto;
  font-size: 0;
}
@media (max-width: 767px) {
  .cart-popup__cleanup {
    margin: 13px auto 0;
  }
}
.cart-popup__cleanup a {
  font-size: 13px;
  line-height: 1.1;
  color: var(--on_gr_bg_sec_text);
}
.cart-popup__cleanup a ins {
  transform: translateY(2px);
  vertical-align: top;
  display: inline-block;
  transition: all 0.18s linear;
  border-bottom: 1px solid transparent;
}
.cart-popup__cleanup a span {
  padding-left: 30px;
}
.cart-popup__cleanup a span svg {
  left: -7px;
  fill: var(--on_gr_bg_icon);
}
.cart-popup__cleanup a:hover ins {
  border-bottom-color: var(--on_gr_bg_sec_text_5);
}
.cart-popup__total {
  display: flex;
  align-items: baseline;
}
@media (max-width: 767px) {
  .cart-popup__total {
    order: -1;
  }
}
.cart-popup__total-title {
  color: var(--on_gr_bg_sec_text);
  font-size: 15px;
  line-height: 1.2;
  padding-right: 10px;
}
.cart-popup__total-price {
  color: var(--on_gr_bg_acc_text);
  font-weight: var(--font1_500);
  font-size: 22px;
  line-height: 1;
}
.cart-popup__total-price span {
  font-weight: var(--font1_500);
  font-size: 15px;
  line-height: 1.2;
}
.cart-popup__btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cart-popup__btns {
    flex-direction: column;
  }
}
.cart-popup__btns .gr_cart_btn {
  padding: 15px 20px;
}
@media (max-width: 767px) {
  .cart-popup__btns .gr_cart_btn {
    order: 2;
    margin-top: 10px;
  }
}
.cart-popup__btns .gr-order-one-page {
  padding: 15px 20px;
  color: var(--gr_excep_color);
}
.cart-popup__btns .gr-order-one-page:active {
  color: var(--gr_excep_color);
}
.cart-popup__btns .gr-order-one-page:hover {
  color: var(--gr_excep_color);
}
.cart-popup #shop2-cart {
  display: block;
  margin: 0;
}
.cart-popup #shop2-cart .popup-product {
  position: relative;
  display: flex;
  margin-bottom: 35px;
}
@media (max-width: 1023px) {
  .cart-popup #shop2-cart .popup-product {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .cart-popup #shop2-cart .popup-product {
    margin-bottom: 20px;
  }
}
.cart-popup #shop2-cart .popup-product:last-child {
  margin-bottom: 0;
}
.cart-popup #shop2-cart .popup-product__left {
  position: relative;
  width: 90px;
  margin: 0 20px 0 0;
  align-self: flex-start;
}
@media (max-width: 639px) {
  .cart-popup #shop2-cart .popup-product__left {
    width: 70px;
    margin: 0 12px 0 0;
  }
}
.cart-popup #shop2-cart .popup-product__right {
  display: flex;
  flex-direction: column;
  width: calc(100% - 20px - 90px);
}
@media (max-width: 639px) {
  .cart-popup #shop2-cart .popup-product__right {
    width: calc(100% - 12px - 70px);
  }
}
.cart-popup #shop2-cart .popup-product__image {
  position: relative;
  overflow: hidden;
  border-radius: var(--gr_inner_radius);
}
.cart-popup #shop2-cart .popup-product__image.no-image {
  background: var(--noImageDefault);
  background-size: 50%;
}
.cart-popup #shop2-cart .popup-product__image a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 0;
  text-decoration: none;
  display: flex;
}
.cart-popup #shop2-cart .popup-product__image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cart-popup #shop2-cart .popup-product__name {
  font-size: 16px;
  line-height: 1.4;
  font-weight: var(--font1_500);
}
@media (max-width: 639px) {
  .cart-popup #shop2-cart .popup-product__name {
    font-size: 14px;
    line-height: 1.3;
  }
}
.cart-popup #shop2-cart .popup-product__name a {
  color: var(--on_gr_bg_acc_text);
  text-decoration: none;
  transition: all 0.18s linear;
  border-bottom: 1px solid transparent;
}
.cart-popup #shop2-cart .popup-product__name a:hover {
  border-bottom-color: var(--on_gr_bg_acc_text_5);
}
.cart-popup #shop2-cart .popup-product__action {
  color: var(--gr_error);
}
.cart-popup #shop2-cart .popup-product__action strong {
  font-size: 15px;
  font-weight: var(--font1_500);
}
@media (max-width: 639px) {
  .cart-popup #shop2-cart .popup-product__action strong {
    font-size: 13px;
  }
}
.cart-popup #shop2-cart .popup-product__add {
  padding: 6px 0 0;
  margin-top: auto;
  display: flex;
  justify-content: space-between;
}
.cart-popup #shop2-cart .popup-product__amount {
  margin-right: auto;
  order: -1;
}
.cart-popup #shop2-cart .popup-product__amount .cart-amount {
  padding: 0 5px 0 0;
  width: auto;
}
@media (max-width: 767px) {
  .cart-popup #shop2-cart .popup-product__amount .cart-amount .shop2-product-amount {
    width: 86px;
  }
}
.cart-popup #shop2-cart .popup-product__amount .cart-amount .amount-min {
  order: 0;
  margin: 4px 0 0;
  line-height: 1.5;
  font-size: 12px;
}
.cart-popup #shop2-cart .popup-product__price {
  padding: 10px 0 0;
  font-weight: var(--font1_500);
  font-size: 18px;
  line-height: 1;
  color: var(--on_gr_bg_acc_text);
}
@media (max-width: 639px) {
  .cart-popup #shop2-cart .popup-product__price {
    padding: 11px 0 0;
    font-size: 17px;
  }
}
.cart-popup #shop2-cart .popup-product__price span {
  font-size: 15px;
  line-height: 1.2;
}
.cart-popup #shop2-cart .popup-product__price .cart-price__preorder {
  font-size: 15px;
}
.cart-popup #shop2-cart .popup-product__price .popup-product__discount {
  margin-bottom: 2px;
  margin-top: -8px;
  font-family: var(--font1);
  color: var(--on_gr_bg_sec_text_6);
  font-weight: var(--font1_400);
}
.cart-popup #shop2-cart .popup-product__price .popup-product__discount ins {
  position: relative;
  font-size: 14px;
  line-height: 1;
  text-decoration: line-through;
}
.cart-popup #shop2-cart .popup-product__price .popup-product__discount span {
  font-size: 14px;
  line-height: 1;
}
.cart-popup #shop2-cart .popup-product__close .cart-delete {
  position: absolute;
  top: 50%;
  left: 0;
  right: auto;
  transform: translate(-50%, -50%);
}
.cart-popup #shop2-cart .popup-product__close a {
  width: 30px;
  height: 30px;
  min-height: 30px;
  background: var(--gr_white);
}
.cart-popup #shop2-cart .popup-product__close a:hover, .cart-popup #shop2-cart .popup-product__close a:active {
  background: var(--gr_white);
}
.gr-cart-preview {
  display: inline-flex;
}
.gr-cart-preview #shop2-cart-preview a .gr-cart-total-amount {
  position: absolute;
  top: -10px;
  right: -10px;
  min-width: 20px;
  height: 20px;
  color: var(--on_gr_accent_text);
  background: var(--gr_accent);
  font-size: 12px;
  line-height: 20px;
  padding: 0 4px;
  border-radius: 100px;
}
.gr-cart-popup-btn .gr-cart-total-amount, .gr-compare-btn .gr-cart-total-amount {
  position: absolute;
  top: -10px;
  right: -10px;
  min-width: 20px;
  height: 20px;
  color: var(--on_gr_accent_text);
  background: var(--gr_accent);
  font-size: 12px;
  line-height: 20px;
  padding: 0 4px;
  border-radius: 100px;
}
/* Всплывающая корзина */
.product-quick-view .popover-body {
  position: relative;
  z-index: 0;
  padding: 0;
  width: auto;
  min-width: 100px;
  min-height: 100px;
  border-radius: var(--gr_inner_radius);
  background-color: var(--on_gr_bg_bg);
  background-size: 100%;
  box-shadow: none;
  border: none;
}
.product-quick-view .popover-close {
  position: absolute;
  right: 8px;
  top: 10px;
  padding: 10px;
  border-radius: var(--gr_wrap_radius);
}
.product-quick-view .popover-close svg {
  display: none;
  width: 20px;
  height: 20px;
}
@media (max-width: 767px) {
  .product-quick-view .popover-close svg {
    display: block;
  }
}
.product-quick-view .popover-close svg.gr_big_icon {
  width: 30px;
  height: 30px;
  display: block;
}
@media (max-width: 767px) {
  .product-quick-view .popover-close svg.gr_big_icon {
    display: none;
  }
}
.product-quick-view .popover-close svg.gr_small_icon {
  display: none;
}
.product-quick-view .popover-close:hover {
  background: var(--gr_bg);
}
.product-quick-view .popover-close:active {
  background: var(--gr_bg);
  opacity: 0.95;
}
.product-quick-view .quick-card-page {
  width: 980px;
  max-width: 100%;
  padding: 50px 40px;
}
.product-quick-view .quick-card-page__title {
  padding: 0 0 40px;
}
.product-quick-view .quick-card-page__title h1 {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: var(--font1_700);
  font-size: 26px;
  line-height: 1.1;
}
.product-quick-view .shop2-product {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.product-quick-view .shop2-product__left {
  width: 436px;
  margin: 0 30px 0 0;
}
.product-quick-view .shop2-product__right {
  width: calc(100% - 436px - 30px);
}
.product-quick-view .shop2-product .shop2-product-article {
  font-size: 14px;
  line-height: 1.14;
  margin: 0 0 20px;
  color: var(--on_gr_bg_sec_text_6);
}
.product-quick-view .shop2-product .shop2-product-article span {
  font-family: var(--font2);
  color: var(--on_gr_bg_sec_text_6);
}
.product-quick-view .shop2-product .tpl-rating-block {
  margin: 0 0 20px;
  font-size: 0;
}
.product-quick-view .shop2-product .tpl-rating-block .tpl-stars {
  margin: 0 0 0 -2px;
}
.product-quick-view .shop2-product .tpl-rating-block .tpl-rating-title {
  display: none;
}
.product-quick-view .shop2-product .tpl-rating-block .tpl-rating-votes {
  display: none;
}
.product-quick-view .shop2-product .gr-vendor-block {
  font-size: 13px;
  line-height: 1.25;
  margin-bottom: 20px;
}
.product-quick-view .shop2-product .gr-vendor-block a {
  color: var(--on_gr_bg_link);
  text-decoration: none;
  transition: all 0.18s linear;
  border-bottom: 1px solid transparent;
}
.product-quick-view .shop2-product .gr-vendor-block a:hover {
  border-bottom-color: var(--on_gr_bg_link_5);
}
.product-quick-view .shop2-product .gr-product-anonce {
  color: var(--on_gr_bg_sec_text);
  font-size: 16px;
  line-height: 1.25;
  margin-bottom: 20px;
}
.product-quick-view .shop2-product .gr-product-options {
  margin: 0 0 30px;
}
.product-quick-view .shop2-product .gr-product-options .gr-options-more {
  display: none;
}
.product-quick-view .shop2-product .gr-product-options .gr-product-options-more {
  margin: 20px 0 0;
  display: none;
}
.product-quick-view .shop2-product .gr-product-options .gr-product-options-more.show_more_btn {
  display: block;
}
.product-quick-view .shop2-product .gr-product-options .gr-product-options-more__btn {
  width: auto;
  text-align: left;
  justify-content: flex-start;
}
.product-quick-view .shop2-product .gr-product-options .gr-product-options-more__btn.active span svg {
  transform: translateY(-50%) rotate(-180deg);
}
.product-quick-view .shop2-product .gr-product-options .gr-product-options-more__btn span {
  width: 100%;
  padding-right: 20px;
}
.product-quick-view .shop2-product .gr-product-options .gr-product-options-more__btn span svg {
  right: -7px;
  width: 20px;
  height: 20px;
  display: none;
}
.product-quick-view .shop2-product .gr-product-options .gr-product-options-more__btn span svg.gr_small_icon {
  display: block;
}
.product-quick-view .shop2-product .gr-product-options .option-item {
  margin: 20px 0 0;
}
.product-quick-view .shop2-product .gr-product-options .option-item.gr_color_option[data-option-type="color2"] .option-item__inner, .product-quick-view .shop2-product .gr-product-options .option-item[data-option-type="multiselect"] .option-item__inner, .product-quick-view .shop2-product .gr-product-options .option-item[data-option-type="select"] .option-item__inner {
  align-items: center;
}
.product-quick-view .shop2-product .gr-product-options .option-item:nth-child(n+7) {
  display: none;
}
.product-quick-view .shop2-product .gr-product-options .option-item:first-child {
  margin-top: 0;
}
.product-quick-view .shop2-product .gr-product-options .option-item__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
.product-quick-view .shop2-product .gr-product-options .option-title {
  font-size: 15px;
  line-height: 1.1;
  padding-right: 10px;
  margin: 0;
  width: 180px;
}
.product-quick-view .shop2-product .gr-product-options .option-body {
  font-size: 16px;
  line-height: 1.25;
  width: calc(100% - 180px);
}
.product-quick-view .shop2-product .gr-product-options .option-body .file {
  width: 100%;
}
.product-quick-view .shop2-product .gr-product-options .shop2-color-ext-select {
  background: var(--on_gr_bg_bg);
}
.product-quick-view .shop2-product .gr-product-options .shop2-color-ext-select:hover {
  background: var(--gr_bg_bg);
}
.product-quick-view .shop2-product .gr-product-options .shop2-color-ext-select.active {
  background: var(--gr_bg_bg);
}
.product-quick-view .shop2-product .gr-product-options .shop2-color-ext-select .shop2-color-ext-options {
  padding: 11px 40px 11px 11px;
}
.product-quick-view .shop2-product .gr-product-options .shop2-color-ext-select .shop2-color-ext-options li div {
  margin-top: 4px;
  font-size: 16px;
  line-height: 1.25;
}
.product-quick-view .shop2-product .gr-product-options .shop2-color-ext-select .shop2-color-ext-options li span {
  width: 28px !important;
  height: 28px;
  margin-right: 11px;
}
.product-quick-view .shop2-product .form-additional {
  display: flex;
  flex-direction: column;
}
.product-quick-view .shop2-product .form-additional__top {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
}
.product-quick-view .shop2-product .form-additional .gr-amount-flag {
  order: 2;
  margin-bottom: 20px;
}
.product-quick-view .shop2-product .form-additional__btns {
  width: 100%;
}
.product-quick-view .shop2-product .form-additional .product-price {
  font-size: 0;
  width: auto;
  padding-bottom: 20px;
}
.product-quick-view .shop2-product .form-additional .product-price .price-old {
  font-size: 0;
  margin-bottom: 10px;
  font-family: var(--font1);
  color: var(--on_gr_bg_sec_text_6);
  font-weight: var(--font1_400);
  vertical-align: top;
  display: inline-block;
}
.product-quick-view .shop2-product .form-additional .product-price .price-old span strong {
  font-weight: var(--font1_400);
  font-size: 14px;
  line-height: 1;
  text-decoration: line-through;
}
.product-quick-view .shop2-product .form-additional .product-price .price-old span span {
  font-size: 14px;
  line-height: 1;
  padding-left: 5px;
}
.product-quick-view .shop2-product .form-additional .product-price .price-current {
  font-size: 0;
  font-family: var(--font1);
  color: var(--on_gr_bg_acc_text);
  font-weight: var(--font1_500);
}
.product-quick-view .shop2-product .form-additional .product-price .price-current.price_on_request strong {
  font-size: 22px;
  line-height: 1.2;
}
.product-quick-view .shop2-product .form-additional .product-price .price-current strong {
  font-size: 30px;
  line-height: 0.73;
  font-weight: var(--font1_500);
}
.product-quick-view .shop2-product .form-additional .product-price .price-current span {
  font-size: 20px;
  line-height: 0.8;
  padding-left: 5px;
}
.product-quick-view .shop2-product .form-additional .product-amount {
  width: auto;
}
.product-quick-view .shop2-product .form-additional .product-amount .amount-title {
  display: none;
}
.product-quick-view .shop2-product .form-additional .product-amount .amount-min {
  color: var(--on_gr_bg_sec_text);
  font-size: 14px;
  line-height: 1.3;
  margin: 0 0 4px;
}
.product-quick-view .shop2-product .form-additional .product-amount .shop2-product-amount {
  float: left;
  margin-right: 10px;
  width: 150px;
}
.product-quick-view .shop2-product .form-additional .product-amount .shop2-product-amount.disabled {
  display: none;
}
.product-quick-view .shop2-product .form-additional .product-amount .shop2-product-amount input, .product-quick-view .shop2-product .form-additional .product-amount .shop2-product-amount button {
  height: 56px;
  line-height: 56px;
}
.product-quick-view .shop2-product .form-additional .shop-product-btn.notavailable {
  width: 100%;
}
.product-quick-view .shop2-product .form-additional .shop-product-btn.notavailable svg {
  width: 24px;
}
.product-quick-view .shop2-product .form-additional .shop-product-btn:not(.notavailable) {
  width: calc(100% - 150px - 10px);
  float: left;
  padding: 19px 30px;
  color: var(--gr_excep_color);
}
.product-quick-view .shop2-product .form-additional .shop-product-btn:not(.notavailable) svg {
  fill: var(--gr_excep_color);
}
.product-quick-view .shop2-product .form-additional .shop-product-btn:not(.notavailable):hover {
  color: var(--gr_excep_color);
}
.product-quick-view .shop2-product .form-additional .shop-product-btn:not(.notavailable):hover svg {
  fill: var(--gr_excep_color);
}
.product-quick-view .shop2-product .form-additional .shop-product-btn:not(.notavailable):active {
  color: var(--gr_excep_color);
}
.product-quick-view .shop2-product .form-additional .shop-product-btn:not(.notavailable):active svg {
  fill: var(--gr_excep_color);
}
.product-quick-view .shop2-product .form-additional .shop-product-btn:not(.notavailable) svg {
  width: 30px;
}
.product-quick-view .shop2-product .form-additional .gr-quick-more-btn {
  margin-top: 20px;
  width: 100%;
}
.product-quick-view .shop2-product .form-additional .product-compare {
  margin-top: 20px;
}
.product-quick-view .shop2-product .form-additional .gr-favorite-btn-wrapper {
  margin-top: 20px;
}
.product-quick-view .shop2-product .shop2-product-actions {
  margin: 0 -20px 20px 0;
}
.product-quick-view .shop2-product .shop2-product-actions dt {
  width: auto;
  display: inline-flex;
  margin: 0 20px 10px 0;
}
.product-quick-view .shop2-product .shop2-product-actions dt + dd + dt {
  margin-top: 0;
}
.product-quick-view .shop2-product .shop2-product-actions dt .name-action {
  width: auto;
  font-size: 14px;
  line-height: 1.14;
}
.product-quick-view .shop2-product .shop-product-share {
  display: none;
  padding: 20px 0 0;
}
.product-quick-view .shop2-product .shop-product-share__title {
  font-size: 14px;
  line-height: 120%;
  margin-bottom: 10px;
  color: var(--on_gr_bg_sec_text);
}
.product-quick-view .shop2-product .shop-product-share .ya-share2__badge {
  border-radius: var(--gr_small_radius);
}
.product-quick-view .shop2-product .shop-product-share .ya-share2__container_size_m .ya-share2__icon {
  height: 28px;
  width: 28px;
  background-size: 28px;
}
.product-quick-view .card_slider_loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 22;
  display: none;
}
.product-quick-view .quick-card-slider__body {
  position: relative;
  display: flex;
  flex-direction: column;
}
.product-quick-view .quick-card-slider .product-flags {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
}
.product-quick-view .quick-card-slider__items {
  position: relative;
  width: 100%;
}
.product-quick-view .quick-card-slider__items-slider {
  overflow: hidden;
}
.product-quick-view .quick-card-slider__items.quick-card_slider_no_thumbs {
  width: 100%;
}
.product-quick-view .quick-card-slider__items .tns-controls {
  display: none;
}
.product-quick-view .quick-card-slider__image {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
  border-radius: var(--gr_inner_radius);
}
.product-quick-view .quick-card-slider__image.no-image {
  background: var(--noImageDefault);
}
.product-quick-view .quick-card-slider__image a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 0;
  cursor: zoom-in;
  text-decoration: none;
  display: flex;
}
.product-quick-view .quick-card-slider__image a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: rotate(0.001deg);
}
.product-quick-view .quick-card-slider__thumbs {
  position: relative;
  width: 100%;
  margin: 25px 0 0;
}
.product-quick-view .quick-card-slider__thumbs .tns-controls {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 639px) {
  .product-quick-view .quick-card-slider__thumbs .tns-controls {
    left: -15px;
    right: -15px;
  }
}
.product-quick-view .quick-card-slider__thumbs .tns-controls button {
  pointer-events: auto;
}
.product-quick-view .quick-card-slider__thumbs .tns-controls button svg {
  display: none;
}
.product-quick-view .quick-card-slider__thumbs .tns-controls button svg.gr_small_icon {
  display: block;
  width: 20px;
  fill: var(--gr_primary);
}
.product-quick-view .quick-card-slider__thumbs .tns-controls button:hover svg.gr_small_icon {
  fill: var(--on_gr_white_const);
}
.product-quick-view .quick-card-slider__thumbs .tns-controls button:active svg.gr_small_icon {
  fill: var(--on_gr_white_const);
}
.product-quick-view .quick-card-slider__thumbs-body {
  width: 268px;
  margin: 0 auto;
}
.product-quick-view .quick-card-slider__thumb a:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  z-index: 2;
  pointer-events: none;
  transform: rotate(0.001deg);
  border-radius: var(--gr_inner_radius);
  border: 1px solid var(--gr_accent_2);
}
.product-quick-view .quick-card-slider__thumb.tns-nav-active a:before {
  border-color: var(--gr_accent);
}
.product-quick-view .quick-card-slider__thumb-img {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
  border-radius: var(--gr_inner_radius);
}
.product-quick-view .quick-card-slider__thumb-img.no-image {
  background: var(--noImageDefault);
}
.product-quick-view .quick-card-slider__thumb-img a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 0;
  text-decoration: none;
  display: flex;
}
.product-quick-view .quick-card-slider__thumb-img a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-quick-view .prev_product_caller, .product-quick-view .next_product_caller {
  position: absolute;
  top: 50%;
  left: -110px;
  font-size: 0;
  margin-top: -30px;
  cursor: pointer;
  border-radius: var(--gr_wrap_radius);
  transition: all 0.18s;
}
@media (max-width: 1360px) {
  .product-quick-view .prev_product_caller, .product-quick-view .next_product_caller {
    left: -90px;
  }
}
@media (max-width: 1260px) {
  .product-quick-view .prev_product_caller, .product-quick-view .next_product_caller {
    display: none;
  }
}
.product-quick-view .next_product_caller {
  left: auto;
  right: -110px;
}
@media (max-width: 1360px) {
  .product-quick-view .next_product_caller {
    right: -90px;
  }
}
@media (max-width: 1260px) {
  .quick-view-trigger {
    display: none !important;
  }
}
/* Быстрый просмотр товара */
.timer-block {
  background: var(--gr_primary);
}
.timer-block.timer_bottom {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}
.timer-block.timer_inverse {
  background: var(--on_gr_white_const);
}
.timer-block.timer_inverse .timer-block__inner {
  border-bottom: 1px solid var(--on_gr_bg_acc_text_1);
}
.timer-block.timer_inverse .timer-block__title {
  color: var(--on_gr_dark_const);
}
.timer-block.timer_inverse .timer-block__desc {
  color: var(--on_gr_dark_const);
}
.timer-block.timer_inverse .timer-block__date .gr-timer-elem .gr-timer-number {
  color: var(--on_gr_dark_const);
  background: #F4F4F4;
}
.timer-block.timer_inverse .timer-block__date .gr-timer-elem:last-child .gr-timer-number {
  color: var(--gr_primary);
}
.timer-block.timer_inverse .timer-block__date .gr-timer-delim svg {
  fill: #ffffff;
}
.timer-block.timer_inverse .timer-block__close svg {
  fill: var(--on_gr_dark_const);
}
.timer-block.timer_inverse .timer-block__close svg:hover, .timer-block.timer_inverse .timer-block__close svg:active {
  fill: var(--on_gr_dark_const_5);
}
.timer-block.timer_inverse .timer-block__btn a {
  background: var(--gr_primary);
  color: var(--on_gr_primary_text);
}
.timer-block__inner {
  position: relative;
  min-height: 80px;
  padding: 0 30px;
}
@media (max-width: 1023px) {
  .timer-block__inner {
    min-height: 0;
  }
}
@media (max-width: 767px) {
  .timer-block__inner {
    padding: 0 20px;
  }
}
.timer-block__body {
  margin: 0 auto;
  max-width: 1024px;
  display: flex;
  padding: 15px 0;
}
@media (max-width: 1260px) {
  .timer-block__body {
    max-width: 100%;
    padding: 15px 40px 15px 0;
  }
}
@media (max-width: 1023px) {
  .timer-block__body {
    flex-direction: column;
    padding: 15px;
  }
}
.timer-block__close {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.18s linear;
}
@media (max-width: 1260px) {
  .timer-block__close {
    right: 12px;
  }
}
@media (max-width: 1023px) {
  .timer-block__close {
    top: 15px;
    margin-top: 0;
    transform: none;
  }
}
@media (max-width: 767px) {
  .timer-block__close {
    top: 0;
    right: 0;
    width: 46px;
    height: 46px;
  }
}
.timer-block__close svg {
  display: none;
  width: 20px;
  height: 20px;
  fill: var(--on_gr_white_const);
}
.timer-block__close svg:hover, .timer-block__close svg:active {
  fill: var(--on_gr_white_const_8);
}
@media (max-width: 767px) {
  .timer-block__close svg {
    display: block;
  }
}
.timer-block__close svg.gr_big_icon {
  width: 30px;
  height: 30px;
  display: block;
}
@media (max-width: 767px) {
  .timer-block__close svg.gr_big_icon {
    display: none;
  }
}
.timer-block__close svg.gr_small_icon {
  display: none;
}
.timer-block__close:hover svg {
  fill: var(--on_gr_white_const_8);
}
.timer-block__left {
  margin-right: 50px;
  flex: 0 1 auto;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1260px) {
  .timer-block__left {
    margin-right: 30px;
  }
}
@media (max-width: 1023px) {
  .timer-block__left {
    margin: 0;
    align-items: center;
  }
  .timer-block__left + .timer-block__right {
    margin-top: 10px;
  }
}
.timer-block__right {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
}
@media (max-width: 767px) {
  .timer-block__right {
    flex-direction: column;
    padding-right: 0;
    text-align: center;
  }
}
.timer-block__date {
  margin: auto 0;
  display: flex;
  align-items: center;
}
.timer-block__date .gr-timer-elem {
  /*&.gr-timer-days {
				margin-right: 10px;
				
				& + .gr-timer-delim {
					display: none;
				}
			}*/
}
.timer-block__date .gr-timer-elem:last-child .gr-timer-number {
  color: var(--on_gr_white_const);
}
.timer-block__date .gr-timer-elem .gr-timer-number {
  display: block;
  text-align: center;
  font-size: 20px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  border-radius: var(--gr_wrap_radius);
  color: var(--on_gr_white_const);
  background: var(--on_gr_dark_const_1);
}
@media (max-width: 767px) {
  .timer-block__date .gr-timer-elem .gr-timer-number {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
}
.timer-block__date .gr-timer-elem em {
  display: none;
}
.timer-block__date .gr-timer-delim {
  margin: 0 3px;
  font-size: 0;
  width: 4px;
  height: 17px;
  opacity: 0.2;
  display: flex;
  align-items: center;
}
.timer-block__date .gr-timer-delim svg {
  fill: var(--on_gr_bg_acc_text);
  width: 4px;
  height: 17px;
  display: flex;
  align-items: center;
}
.timer-block__date .gr-timer-delim svg.gr_small_icon {
  display: none;
}
.timer-block__text {
  margin-right: auto;
}
@media (max-width: 767px) {
  .timer-block__text {
    width: 100%;
    margin-right: 0;
  }
}
.timer-block__text + .timer-block__btn {
  margin-left: 50px;
}
@media (max-width: 1260px) {
  .timer-block__text + .timer-block__btn {
    margin-left: 30px;
  }
}
@media (max-width: 767px) {
  .timer-block__text + .timer-block__btn {
    margin-left: 0;
    margin-top: 10px;
  }
}
.timer-block__title {
  color: var(--on_gr_white_const);
  font-size: 16px;
  line-height: 1.1;
  font-weight: var(--font1_700);
}
.timer-block__title + .timer-block__desc {
  padding-top: 6px;
}
.timer-block__desc {
  font-size: 14px;
  line-height: 1.2;
  color: var(--on_gr_white_const);
}
.timer-block__btn {
  margin-left: auto;
  max-width: 200px;
}
@media (max-width: 767px) {
  .timer-block__btn {
    max-width: 100%;
    width: 100%;
  }
}
.timer-block__btn a {
  min-width: 200px;
  max-width: 200px;
  color: var(--gr_excep_color);
  border-radius: var(--gr_wrap_radius);
}
@media (max-width: 1023px) {
  .timer-block__btn a {
    min-width: 160px;
  }
}
@media (max-width: 767px) {
  .timer-block__btn a {
    max-width: 100%;
    min-width: 100%;
  }
}
.timer-block__btn a:hover {
  color: var(--gr_excep_color);
}
.timer-block__btn a:active {
  color: var(--gr_excep_color);
}
/* Таймер в шапке */
.remodal.special-popup {
  padding: 0;
  background: var(--on_gr_bg_bg);
}
.remodal.special-popup:not(.block_has_image) {
  padding-top: 40px;
}
.special-popup__top + .special-popup__bottom {
  border-top: 1px solid var(--tableBorder);
}
.special-popup__top + .special-popup__bottom.special_popup_no_timer {
  border-top: none;
}
.special-popup__bottom {
  padding: 30px 40px 40px;
}
@media (max-width: 639px) {
  .special-popup__bottom {
    padding: 20px 20px 30px;
  }
}
.special-popup__image {
  position: relative;
  overflow: hidden;
  border-radius: 6px 6px 0 0;
  padding-top: 75%;
  font-size: 0;
}
@media (max-width: 639px) {
  .special-popup__image {
    border-radius: 0;
  }
}
.special-popup__image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.special-popup .special-timer {
  text-align: center;
  padding: 15px 40px 20px;
}
@media (max-width: 639px) {
  .special-popup .special-timer {
    padding: 15px 20px;
  }
}
.special-popup .special-timer__subtitle {
  color: var(--on_gr_bg_sec_text);
  font-size: 13px;
  line-height: 1.2;
}
.special-popup .special-timer__subtitle + .special-timer__date {
  margin-top: 10px;
}
@media (max-width: 639px) {
  .special-popup .special-timer__subtitle + .special-timer__date {
    margin-top: 5px;
  }
}
.special-popup .special-timer__date {
  display: inline-flex;
  align-items: center;
}
.special-popup .special-timer__date .gr-timer-elem:last-child .gr-timer-number {
  color: var(--gr_error);
}
.special-popup .special-timer__date .gr-timer-elem .gr-timer-number {
  display: block;
  text-align: center;
  font-size: 20px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  border-radius: var(--gr_icon_btn_radius);
  color: var(--on_gr_dark_const);
  background: #F4F4F4;
}
@media (max-width: 639px) {
  .special-popup .special-timer__date .gr-timer-elem .gr-timer-number {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
}
.special-popup .special-timer__date .gr-timer-elem em {
  display: none;
}
.special-popup .special-timer__date .gr-timer-delim {
  margin: 0 4px;
  font-size: 0;
  width: 2px;
  height: 12px;
  opacity: 0.2;
}
.special-popup .special-timer__date .gr-timer-delim svg {
  width: 2px;
  height: 12px;
  fill: var(--on_gr_bg_acc_text);
}
.special-popup .special-timer__date .gr-timer-delim svg.gr_small_icon {
  display: none;
}
.special-popup__header {
  font-size: 22px;
  line-height: 1.1;
  font-weight: 700;
  color: var(--on_gr_bg_acc_text);
  text-align: center;
}
@media (max-width: 639px) {
  .special-popup__header {
    font-size: 18px;
  }
}
.special-popup__header + .special-popup__desc {
  margin-top: 12px;
}
@media (max-width: 639px) {
  .special-popup__header + .special-popup__desc {
    margin-top: 10px;
  }
}
.special-popup__header + .special-popup__form {
  margin-top: 22px;
}
@media (max-width: 639px) {
  .special-popup__header + .special-popup__form {
    margin-top: 20px;
  }
}
.special-popup__desc {
  font-size: 16px;
  line-height: 1.4;
  color: var(--on_gr_bg_sec_text);
  text-align: center;
}
@media (max-width: 639px) {
  .special-popup__desc {
    font-size: 15px;
  }
}
.special-popup__desc + .special-popup__form {
  margin-top: 22px;
}
@media (max-width: 639px) {
  .special-popup__desc + .special-popup__form {
    margin-top: 20px;
  }
}
.special-popup__form .tpl-anketa .tpl-field.tpl-field-button {
  padding-top: 0;
}
.special-popup__form .tpl-anketa .tpl-field.tpl-field-button button {
  width: 100%;
}
.special-popup__btn {
  margin-top: 20px;
}
@media (max-width: 639px) {
  .special-popup__btn {
    margin-top: 14px;
  }
}
.special-popup__btn a {
  width: 100%;
}
/* Форма «Специальное предложение» */
@media (min-width: 1261px) {
  .custom-scroll::-webkit-scrollbar {
    width: 4px;
    height: 4px;
  }
  .custom-scroll::-webkit-scrollbar-track-piece {
    background-color: transparent;
  }
  .custom-scroll::-webkit-scrollbar-thumb {
    height: 100px;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 0;
  }
  .scroll-width-thin {
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.3) transparent;
  }
}
.smart-search-folders, .smart-search-vendors {
  margin-bottom: 30px;
}
.smart-search-folders__title, .smart-search-vendors__title {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 15px;
  color: var(--on_gr_bg_acc_text);
}
.smart-search-folders__list, .smart-search-vendors__list {
  padding: 0;
  margin: 0 0 0 -8px;
  list-style: none;
}
.smart-search-folders__list li, .smart-search-vendors__list li {
  vertical-align: top;
  display: inline-block;
  margin: 0 8px 10px;
}
#search-app {
  width: 100%;
  /*position: absolute;
	top: 100%;
	margin-top: 1px;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	width: 100%;
	max-width: 800px;*/
}
#search-app.hide_search_popup #search-result {
  display: none;
}
#search-result {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 5;
  padding: 40px;
  border-radius: var(--gr_inner_radius);
  background: var(--on_gr_bg_bg);
  box-shadow: var(--gr_shadow_small);
  max-height: 85vh;
  overflow: hidden;
  overflow-y: auto;
}
@media (max-width: 1023px) {
  #search-result {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  #search-result {
    padding: 25px 20px;
  }
}
#search-result .search-result-top {
  display: flex;
}
@media (max-width: 639px) {
  #search-result .search-result-top {
    display: block;
  }
}
#search-result .search-result-bottom {
  padding: 20px 0 0;
  text-align: center;
}
#search-result .search-result-left {
  flex: 1 1 auto;
}
#search-result .search-result-left + .search-result-right {
  margin-left: 40px;
}
@media (max-width: 1023px) {
  #search-result .search-result-left + .search-result-right {
    margin-left: 30px;
  }
}
@media (max-width: 767px) {
  #search-result .search-result-left + .search-result-right {
    margin-left: 20px;
  }
}
@media (max-width: 639px) {
  #search-result .search-result-left + .search-result-right {
    margin: 20px 0 0;
  }
}
#search-result .search-result-right {
  flex: 1 1 264px;
  min-width: 264px;
}
@media (max-width: 639px) {
  #search-result .search-result-right {
    min-width: 0;
  }
}
#search-result .result-products .products-search-title {
  font-weight: var(--font1_500);
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  color: var(--on_gr_bg_acc_text);
}
@media (max-width: 767px) {
  #search-result .result-products .products-search-title {
    margin-bottom: 24px;
  }
}
#search-result .result-products .products-search-title span {
  margin: 0 0 0 6px;
  min-width: 26px;
  height: 26px;
  font-size: 13px;
  font-weight: var(--font1_700);
  line-height: 26px;
  border-radius: 100px;
  text-align: center;
  padding: 0 5px;
  color: var(--on_gr_accent_text);
  background: var(--gr_primary);
  display: inline-block;
  vertical-align: baseline;
}
#search-result .result-products .product-item {
  margin: 20px 0 0;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  #search-result .result-products .product-item {
    margin: 10px 0 0;
  }
}
#search-result .result-products .product-item:first-child {
  margin-top: 0;
}
#search-result .result-products .product-item:nth-child(n+6) {
  display: none;
}
#search-result .result-products .product-image {
  width: 70px;
  margin: 0 12px 0 0;
}
#search-result .result-products .product-image__container {
  position: relative;
  padding-top: 100%;
}
#search-result .result-products .product-image.no-image a {
  background: var(--noImageDefault);
  background-size: 50%;
}
#search-result .result-products .product-image a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 0;
  overflow: hidden;
  border-radius: var(--gr_small_radius);
  text-decoration: none;
  display: flex;
}
#search-result .result-products .product-image a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#search-result .result-products .product-text {
  width: calc(100% - 12px - 70px);
}
#search-result .result-products .product-name {
  font-size: 14px;
  line-height: 1.4;
  font-weight: var(--font1_500);
}
#search-result .result-products .product-name a {
  color: var(--on_gr_bg_acc_text);
  text-decoration: none;
  transition: all 0.18s linear;
  border-bottom: 1px solid transparent;
}
#search-result .result-products .product-name a:hover {
  border-bottom-color: var(--on_gr_bg_acc_text_5);
}
#search-result .result-products .product-text-price {
  margin-top: 8px;
}
#search-result .result-products .product-text-price .price-old {
  font-size: 14px;
  line-height: 1;
  color: var(--on_gr_bg_sec_text);
}
#search-result .result-products .product-text-price .price-old strong {
  font-weight: var(--font1_400);
  text-decoration: line-through;
}
#search-result .result-products .product-text-price .price {
  font-weight: var(--font1_500);
  font-size: 18px;
  line-height: 1;
  color: var(--on_gr_bg_acc_text);
}
#search-result .result-products .product-text-price .price span {
  font-size: 14px;
  line-height: 1.2;
}
#search-result .result-folders + .result-vendors {
  margin-top: 20px;
}
#search-result .result-folders .folders-search-title {
  font-weight: var(--font1_500);
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 12px;
  color: var(--on_gr_bg_acc_text);
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  #search-result .result-folders .folders-search-title {
    margin-bottom: 10px;
  }
}
#search-result .result-folders .folders-search-title span {
  margin: 0 0 0 6px;
  min-width: 26px;
  height: 26px;
  font-size: 13px;
  font-weight: var(--font1_700);
  line-height: 26px;
  border-radius: 100px;
  text-align: center;
  padding: 0 5px;
  color: var(--on_gr_accent_text);
  background: var(--gr_primary);
  display: inline-block;
  vertical-align: baseline;
}
#search-result .result-folders .folder-item:nth-child(n+11) {
  display: none;
}
#search-result .result-folders .folder-item a {
  padding: 12px 0;
  color: var(--on_gr_bg_acc_text);
  font-size: 14px;
  line-height: 1.1;
  font-weight: var(--font1_500);
  vertical-align: top;
  display: inline-block;
  text-decoration: none;
  transition: all 0.18s;
}
#search-result .result-folders .folder-item a:hover {
  color: var(--gr_accent);
}
#search-result .result-vendors .vendors-search-title {
  font-weight: var(--font1_500);
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 12px;
  color: var(--on_gr_bg_acc_text);
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  #search-result .result-vendors .vendors-search-title {
    margin-bottom: 10px;
  }
}
#search-result .result-vendors .vendors-search-title span {
  margin: 0 0 0 6px;
  min-width: 26px;
  height: 26px;
  font-size: 13px;
  font-weight: var(--font1_700);
  line-height: 26px;
  border-radius: 100px;
  text-align: center;
  padding: 0 5px;
  color: var(--on_gr_accent_text);
  background: var(--gr_accent);
  display: inline-block;
  vertical-align: baseline;
}
#search-result .result-vendors .vendor-item:nth-child(n+11) {
  display: none;
}
#search-result .result-vendors .vendor-item a {
  padding: 12px 0;
  color: var(--on_gr_bg_acc_text);
  font-size: 14px;
  line-height: 1.1;
  vertical-align: top;
  display: inline-block;
  text-decoration: none;
  transition: all 0.18s;
}
#search-result .result-vendors .vendor-item a:hover {
  color: var(--gr_accent);
}
.search-block {
  display: flex;
}
.search-block__input {
  margin-right: 20px;
}
/* Умный поиск */
.recent-block {
  width: 1400px;
  margin: 0 auto 20px;
  max-width: 100%;
  padding: 0;
}
.recent-block__inner {
  padding: 0;
  padding-top: 30px;
}
.recent-block__title {
  font-size: 22px;
  line-height: 1.1;
  font-weight: var(--font1_700);
  color: var(--on_gr_bg_acc_text);
  margin-bottom: 30px;
}
@media (max-width: 1023px) {
  .recent-block__title {
    margin-bottom: 25px;
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .recent-block__title {
    margin-bottom: 20px;
  }
}
@media (max-width: 639px) {
  .recent-block__title {
    font-size: 18px;
  }
}
.recent-block__items {
  position: relative;
}
.recent-block .recent-item__inner {
  padding: 25px 20px;
  box-shadow: inset 0 0 0 1px var(--on_gr_bg_border_4);
  background: var(--on_gr_bg_bg);
  border-radius: var(--gr_inner_radius);
  display: flex;
}
@media (max-width: 639px) {
  .recent-block .recent-item__inner {
    padding: 20px 16px;
  }
}
.recent-block .recent-item__top {
  width: 90px;
  margin: 0 15px 0 0;
}
@media (max-width: 639px) {
  .recent-block .recent-item__top {
    margin: 0 12px 0 0;
  }
}
.recent-block .recent-item__bottom {
  display: flex;
  flex-direction: column;
  width: calc(100% - 90px - 15px);
}
@media (max-width: 639px) {
  .recent-block .recent-item__bottom {
    width: calc(100% - 90px - 12px);
  }
}
.recent-block .recent-item__bottom-add {
  margin: auto 0 0;
  display: flex;
  align-items: flex-end;
}
.recent-block .recent-item__bottom-left {
  width: calc(100% - 40px - 15px);
}
.recent-block .recent-item__bottom-right {
  font-size: 0;
  width: 40px;
  margin-left: 15px;
}
.recent-block .recent-item .gr-recent-image {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
  margin: 0;
  border-radius: var(--gr_inner_radius);
}
.recent-block .recent-item .gr-recent-image.no-image {
  background: var(--noImageDefault);
  background-size: 50%;
}
.recent-block .recent-item .gr-recent-image a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 0;
  text-decoration: none;
  display: flex;
}
.recent-block .recent-item .gr-recent-image a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.recent-block .recent-item .gr-recent-name {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 8px;
}
@media (max-width: 639px) {
  .recent-block .recent-item .gr-recent-name {
    font-size: 14px;
  }
}
.recent-block .recent-item .gr-recent-name a {
  color: var(--on_gr_bg_acc_text);
  text-decoration: none;
  transition: all 0.18s linear;
  border-bottom: 1px solid transparent;
}
.recent-block .recent-item .gr-recent-name a:hover {
  border-bottom-color: var(--on_gr_bg_acc_text_5);
}
.recent-block .recent-item .gr-recent-price {
  font-size: 0;
}
.recent-block .recent-item .gr-recent-price .price-old {
  font-size: 0;
  margin-bottom: 5px;
  font-family: var(--font1);
  color: var(--on_gr_bg_sec_text);
  font-weight: var(--font1_400);
  vertical-align: top;
  display: inline-block;
}
.recent-block .recent-item .gr-recent-price .price-old span strong {
  font-weight: var(--font1_400);
  font-size: 14px;
  line-height: 1;
  text-decoration: line-through;
}
.recent-block .recent-item .gr-recent-price .price-old span span {
  font-size: 14px;
  line-height: 1;
  padding-left: 5px;
}
.recent-block .recent-item .gr-recent-price .price-current {
  color: var(--on_gr_bg_acc_text);
  font-size: 0;
  font-weight: var(--font1_500);
}
.recent-block .recent-item .gr-recent-price .price-current.price_on_request strong {
  font-size: 15px;
  line-height: 1.2;
}
.recent-block .recent-item .gr-recent-price .price-current strong {
  font-size: 18px;
  line-height: 1;
  font-weight: var(--font1_500);
}
.recent-block .recent-item .gr-recent-price .price-current span {
  font-size: 14px;
  line-height: 1;
  padding-left: 4px;
}
.recent-block .recent-item .product-amount {
  display: none;
  margin: 10px 0 0;
}
.recent-block .recent-item .shop-product-btn {
  font-size: 0;
  width: 40px;
  height: 40px;
  padding: 0;
}
.recent-block .recent-item .shop-product-btn span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  font-size: 0;
}
.recent-block .recent-item .shop-product-btn span svg {
  width: 24px;
  right: auto;
  left: 50%;
  transform: translate(-50%, -50%);
  fill: var(--gr_excep_color);
}
.recent-block .recent-item .shop-product-btn:active svg {
  fill: var(--gr_excep_color);
}
.recent-block .recent-item .shop-product-btn:hover svg {
  fill: var(--gr_excep_color);
}
.recent-block .tns-outer {
  position: relative;
}
.recent-block .tns-controls {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -20px;
  right: -20px;
  z-index: 2;
  padding: 0;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1260px) {
  .recent-block .tns-controls {
    left: -15px;
    right: -15px;
  }
}
.recent-block .tns-controls button {
  pointer-events: auto;
  margin-bottom: 30px;
}
.recent-block .tns-controls button svg {
  display: none;
}
.recent-block .tns-controls button svg.gr_small_icon {
  display: block;
}
@media (max-width: 380px) {
  .recent-block .shop2-product-discount-desc {
    width: 150px;
    padding: 6px 10px;
  }
}
@media (min-width: 1500px) {
  .product-page-setting .recent-block {
    width: 1800px;
    max-width: calc(100% - 60px);
    margin-left: auto;
    margin-right: auto;
  }
  .product-page-setting .recent-block__inner {
    width: 100%;
    max-width: 100%;
  }
}
/* Недавно просмотренные товары */
@media (max-width: 639px) {
  .product-quick-view2 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    overflow-y: auto;
    background-color: var(--gr_bg);
  }
}
.product-quick-view2 .popover-body {
  position: relative;
  z-index: 0;
  padding: 0;
  width: auto;
  min-width: 100px;
  min-height: 100px;
  border-radius: var(--gr_inner_radius);
  background-color: var(--on_gr_bg_bg);
  background-size: 100% 100%;
  box-shadow: none;
  border: none;
}
@media (max-width: 639px) {
  .product-quick-view2 .popover-body {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0;
    width: 100%;
  }
}
.product-quick-view2 .popover-close {
  position: absolute;
  right: 8px;
  top: 10px;
}
.product-quick-view2 .popover-close svg {
  display: none;
  width: 20px;
  height: 20px;
}
@media (max-width: 767px) {
  .product-quick-view2 .popover-close svg {
    display: block;
  }
}
.product-quick-view2 .popover-close svg.gr_big_icon {
  width: 30px;
  height: 30px;
  display: block;
}
@media (max-width: 767px) {
  .product-quick-view2 .popover-close svg.gr_big_icon {
    display: none;
  }
}
.product-quick-view2 .popover-close svg.gr_small_icon {
  display: none;
}
.card-product-preview {
  width: 800px;
  padding-top: 50px;
}
@media (max-width: 1023px) {
  .card-product-preview {
    width: 700px;
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .card-product-preview {
    width: 440px;
    padding-top: 25px;
  }
}
@media (max-width: 639px) {
  .card-product-preview {
    width: 100%;
    padding-top: 25px;
  }
}
.card-product-preview__title {
  font-weight: var(--font1_700);
  font-size: 26px;
  line-height: 1.1;
  color: var(--on_gr_bg_acc_text);
  padding: 0 40px;
  margin-bottom: 40px;
}
@media (max-width: 1023px) {
  .card-product-preview__title {
    padding: 0 30px;
    margin-bottom: 30px;
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .card-product-preview__title {
    margin-bottom: 20px;
    padding: 0 20px;
    font-size: 20px;
  }
}
@media (max-width: 639px) {
  .card-product-preview__title {
    font-size: 18px;
  }
}
.card-product-preview__top {
  display: flex;
  align-items: flex-start;
  padding: 0 40px 50px;
}
@media (max-width: 1023px) {
  .card-product-preview__top {
    padding: 0 30px 40px;
  }
}
@media (max-width: 767px) {
  .card-product-preview__top {
    padding: 0 20px 25px;
    display: block;
  }
}
.card-product-preview__item {
  display: flex;
  width: calc(100% - 220px - 20px);
}
@media (max-width: 767px) {
  .card-product-preview__item {
    width: 100%;
  }
}
.card-product-preview__btns {
  width: 220px;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .card-product-preview__btns {
    width: 100%;
    margin: 20px 0 0;
  }
}
.card-product-preview__btns .gr_cart_btn {
  width: 100%;
  color: var(--gr_excep_color);
}
.card-product-preview__btns .gr_cart_btn svg {
  fill: var(--gr_excep_color);
}
.card-product-preview__btns .gr_cart_btn:hover {
  color: var(--gr_excep_color);
}
.card-product-preview__btns .gr_cart_btn:hover svg {
  fill: var(--gr_excep_color);
}
.card-product-preview__btns .gr_cart_btn:active {
  color: var(--gr_excep_color);
}
.card-product-preview__btns .gr_cart_btn:active svg {
  fill: var(--gr_excep_color);
}
.card-product-preview__btns .card_popup_close {
  margin-top: 20px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .card-product-preview__btns .card_popup_close {
    margin-top: 15px;
  }
}
@media (max-width: 639px) {
  .card-product-preview__btns .card_popup_close {
    margin-top: 10px;
  }
}
.card-product-preview__left {
  position: relative;
  width: 120px;
  margin-right: 20px;
}
@media (max-width: 639px) {
  .card-product-preview__left {
    width: 110px;
    margin-right: 12px;
  }
}
.card-product-preview__right {
  width: calc(100% - 120px - 20px);
  display: flex;
  flex-direction: column;
}
@media (max-width: 639px) {
  .card-product-preview__right {
    width: calc(100% - 110px - 12px);
  }
}
.card-product-preview .product-flags {
  margin: 0 0 8px;
  font-size: 0;
}
.card-product-preview .product-flags__left {
  display: inline;
}
.card-product-preview .product-flags__right {
  display: inline;
}
.card-product-preview__image {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
  border-radius: var(--gr_inner_radius);
}
.card-product-preview__image.no-image {
  background: var(--noImageDefault);
  background-size: 50%;
}
.card-product-preview__image a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 0;
  text-decoration: none;
}
.card-product-preview__image a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-product-preview__name {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 8px;
  font-weight: var(--font1_500);
}
@media (max-width: 639px) {
  .card-product-preview__name {
    font-size: 14px;
    line-height: 1.3;
  }
}
.card-product-preview__name a {
  color: var(--on_gr_bg_acc_text);
  text-decoration: none;
  transition: all 0.18s linear;
  border-bottom: 1px solid transparent;
}
.card-product-preview__name a:hover {
  border-bottom-color: var(--on_gr_bg_acc_text_5);
}
.card-product-preview .tpl-rating-block {
  font-size: 0;
  margin-bottom: 10px;
}
.card-product-preview .tpl-rating-block .tpl-stars {
  margin: 0 0 0 -2px;
}
.card-product-preview__price {
  margin-top: auto;
}
.card-product-preview__price .price-old {
  font-size: 0;
  margin-bottom: 10px;
  font-family: var(--font1);
  color: var(--on_gr_bg_sec_text_6);
  font-weight: var(--font1_400);
  vertical-align: top;
  display: inline-block;
}
.card-product-preview__price .price-old span strong {
  font-weight: var(--font1_400);
  font-size: 14px;
  line-height: 1;
  text-decoration: line-through;
}
.card-product-preview__price .price-old span span {
  font-size: 14px;
  line-height: 1;
  padding-left: 5px;
}
.card-product-preview__price .price-current {
  font-size: 0;
  font-family: var(--font1);
  color: var(--on_gr_bg_acc_text);
  font-weight: var(--font1_500);
}
.card-product-preview__price .price-current.price_on_request strong {
  font-size: 16px;
  line-height: 1.2;
}
.card-product-preview__price .price-current strong {
  font-size: 22px;
  line-height: 1;
  font-weight: var(--font1_500);
}
.card-product-preview__price .price-current span {
  font-size: 14px;
  line-height: 0.8;
  padding-left: 5px;
}
.card-product-preview .popup-kinds {
  display: none;
  padding: 0 40px;
  margin-bottom: 30px;
}
@media (max-width: 1023px) {
  .card-product-preview .popup-kinds {
    padding: 0 30px;
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .card-product-preview .popup-kinds {
    padding: 0 20px;
    margin-bottom: 20px;
  }
}
.card-product-preview .popup-kinds:first-child {
  padding-top: 40px;
  border-top: 1px solid var(--on_gr_bg_border_4);
}
@media (max-width: 1023px) {
  .card-product-preview .popup-kinds:first-child {
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .card-product-preview .popup-kinds:first-child {
    padding-top: 20px;
  }
}
.card-product-preview .popup-kinds:last-child {
  margin-bottom: 0;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .card-product-preview .popup-kinds:last-child {
    padding-bottom: 25px;
  }
}
.card-product-preview .popup-kinds.show_accessory {
  display: block;
}
.card-product-preview .popup-kinds.show_recommend {
  display: block;
}
.card-product-preview .popup-kinds.show_kit {
  display: block;
}
.card-product-preview .popup-kinds.show_similar {
  display: block;
}
.card-product-preview .popup-kinds__title {
  font-size: 22px;
  line-height: 1.1;
  font-weight: var(--font1_700);
  color: var(--on_gr_bg_acc_text);
  margin-bottom: 30px;
}
@media (max-width: 1023px) {
  .card-product-preview .popup-kinds__title {
    margin-bottom: 25px;
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .card-product-preview .popup-kinds__title {
    margin-bottom: 20px;
  }
}
@media (max-width: 639px) {
  .card-product-preview .popup-kinds__title {
    font-size: 18px;
  }
}
.card-product-preview .tns-outer {
  position: relative;
}
@media (max-width: 639px) {
  .card-product-preview .tns-outer {
    margin: 0 -20px;
  }
}
.card-product-preview .tns-controls {
  position: absolute;
  top: -50px;
  left: auto;
  right: 0px;
  z-index: 2;
  padding: 0;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.card-product-preview .tns-controls button {
  pointer-events: auto;
  /*margin-bottom: 30px;*/
  width: 35px;
  height: 35px;
  min-height: auto;
}
.card-product-preview .tns-controls button svg {
  display: none;
}
.card-product-preview .tns-controls button svg.gr_small_icon {
  display: block;
  width: 20px;
  fill: var(--gr_primary);
}
.card-product-preview .tns-controls button:hover svg.gr_small_icon {
  fill: var(--on_gr_white_const);
}
.card-product-preview .tns-controls button:active svg.gr_small_icon {
  fill: var(--on_gr_white_const);
}
@media (max-width: 639px) {
  .card-product-preview .tns-nav {
    padding: 0 20px;
  }
}
.card-product-preview .tns-nav button {
  background: var(--gr_disable);
}
.card-product-preview .tns-nav button.tns-nav-active {
  background: var(--gr_attention);
}
.card-product-preview .kind-item__inner {
  display: flex;
}
@media (max-width: 639px) {
  .card-product-preview .kind-item__inner {
    padding: 0 20px;
  }
}
.card-product-preview .kind-item__top {
  width: 90px;
  margin: 0 15px 0 0;
}
@media (max-width: 639px) {
  .card-product-preview .kind-item__top {
    margin: 0 12px 0 0;
  }
}
.card-product-preview .kind-item__bottom {
  display: flex;
  flex-direction: column;
  width: calc(100% - 90px - 15px);
}
@media (max-width: 639px) {
  .card-product-preview .kind-item__bottom {
    width: calc(100% - 90px - 12px);
  }
}
.card-product-preview .kind-item .kind-image {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
  margin: 0;
  border-radius: var(--gr_inner_radius);
}
.card-product-preview .kind-item .kind-image.no-image {
  background: var(--noImageDefault);
  background-size: 50%;
}
.card-product-preview .kind-item .kind-image a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 0;
  text-decoration: none;
  display: flex;
}
.card-product-preview .kind-item .kind-image a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-product-preview .kind-item .kind-name {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 8px;
  font-weight: var(--font1_500);
}
@media (max-width: 639px) {
  .card-product-preview .kind-item .kind-name {
    font-size: 14px;
  }
}
.card-product-preview .kind-item .kind-name a {
  color: var(--on_gr_bg_acc_text);
  text-decoration: none;
  transition: all 0.18s linear;
  border-bottom: 1px solid transparent;
}
.card-product-preview .kind-item .kind-name a:hover {
  border-bottom-color: var(--on_gr_bg_acc_text_5);
}
.card-product-preview .kind-item .kind-item-add {
  margin-top: auto;
  font-size: 0;
  display: flex;
  align-items: flex-end;
}
.card-product-preview .kind-item .kind-item-add__left {
  width: calc(100% - 60px - 15px);
}
.card-product-preview .kind-item .kind-item-add__right {
  width: 60px;
  margin-left: 15px;
}
.card-product-preview .kind-item .kind-price .price-old {
  font-size: 0;
  margin-bottom: 5px;
  font-family: var(--font1);
  color: var(--on_gr_bg_sec_text_6);
  font-weight: var(--font1_400);
  vertical-align: top;
  display: inline-block;
}
.card-product-preview .kind-item .kind-price .price-old span strong {
  font-weight: var(--font1_400);
  font-size: 14px;
  line-height: 1;
  text-decoration: line-through;
}
.card-product-preview .kind-item .kind-price .price-old span span {
  font-size: 14px;
  line-height: 1;
  padding-left: 5px;
}
.card-product-preview .kind-item .kind-price .price-current {
  color: var(--on_gr_bg_acc_text);
  font-size: 0;
  font-weight: var(--font1_500);
}
.card-product-preview .kind-item .kind-price .price-current.price_on_request strong {
  font-size: 15px;
  line-height: 1.2;
}
.card-product-preview .kind-item .kind-price .price-current strong {
  font-size: 18px;
  line-height: 1;
  font-weight: var(--font1_500);
}
.card-product-preview .kind-item .kind-price .price-current span {
  font-size: 14px;
  line-height: 1;
  padding-left: 4px;
}
.card-product-preview .kind-item .product-amount {
  display: none;
  margin: 10px 0 0;
}
.card-product-preview .kind-item .shop-product-btn {
  font-size: 0;
  width: 60px;
  height: 40px;
  padding: 0;
  background-color: var(--gr_accent);
  color: var(--gr_excep_color);
}
.card-product-preview .kind-item .shop-product-btn span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  font-size: 0;
}
.card-product-preview .kind-item .shop-product-btn span svg {
  right: auto;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 22px;
  fill: var(--gr_excep_color);
}
.card-product-preview .kind-item .shop-product-btn:hover {
  color: var(--gr_excep_color);
}
.card-product-preview .kind-item .shop-product-btn:hover svg {
  fill: var(--gr_excep_color);
}
.card-product-preview .kind-item .shop-product-btn:active {
  color: var(--gr_excep_color);
}
.card-product-preview .kind-item .shop-product-btn:active svg {
  fill: var(--gr_excep_color);
}
/* Диалог «Продолжить покупки» */
.gr-deligate-additional-styles {
  --gr_del_border_def_color: var(--on_gr_bg_border_4);
  --gr_del_primary_def: var(--gr_primary);
  --on_del_primary_text_def: var(--on_gr_primary_text);
  --on_gr_del_bg_acc_text_def: var(--on_gr_bg_acc_text);
  --on_gr_del_bg_acc_text_h_def: var(--on_gr_bg_acc_text);
  --on_gr_del_bg_sec_text_def: var(--on_gr_bg_sec_text);
  --on_gr_del_bg_sec_text_def_8: var(--on_gr_bg_sec_text_8);
  --gr_del_bg_def: var(--gr_bg);
  --gr_del_bg_bg_def: var(--on_gr_bg_bg);
  --gr_del_disable_def: var(--on_gr_disable);
  --gr_del_inner_radius_def: var(--gr_inner_radius);
  --gr_del_bg_icon_def: var(--on_gr_bg_icon);
  --gr_del_bg_icon_def_4: var(--on_gr_bg_icon_4);
  --gr_del_def_font2_400: var(--font2_400);
  --gr_del_def_font2_500: var(--font2_500);
  --gr_del_def_font2_700: var(--font2_700);
  /*пукнты доставки общий бордер и отступы*/
  /*цифры*/
  /*заголовок блоков*/
  /*селект выбора городов*/
  /*табы задний фон*/
  /*табы не активные*/
  /*активный таб*/
  /*заголовок внутри таба*/
  /*подзаголовок внутри таба*/
  /*заголовок не кликабельно таба*/
  /*подзаголовок не кликабельно таба*/
  /*цена в табе*/
  /*заголовки над инпутами*/
  /*рамка внутри таба над инпутами*/
  /**/
  /*заголовки радио баттонов выводящие инпуты*/
  /*заголовок под радиобаттоном "время доставки"*/
  /*внешнаяя обводка радиобаттона*/
  /*внешнаяя обводка радиобаттона активного*/
  /*внутренняя обводка радиобаттона*/
  /*инпут и цена*/
  /*внутри табов обводка над инпутами*/
  /*иконки и текст*/
  /*иконки*/
  /*крестик на мобиле*/
  /*инпуты*/
  /*textarea*/
  /*select*/
  /*селект карты*/
  /*рамка карты*/
  /*текст под картой*/
  /*скрыть чекбокс по картой*/
}
.gr-deligate-additional-styles .suggestions-input--wrapper {
  border-left: 1px solid var(--gr_del_border_def_color);
}
@media (max-width: 768px) {
  .gr-deligate-additional-styles .suggestions-input--wrapper {
    border: none;
  }
}
.gr-deligate-additional-styles #shop2-order-delivery .options-list {
  padding-top: 10px;
}
.gr-deligate-additional-styles .shop2-delivery-step {
  color: var(--on_del_primary_text_def);
  background: var(--gr_del_primary_def);
  /*выравнивание цифры*/
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
@media (max-width: 639px) {
  .gr-deligate-additional-styles .shop2-delivery-step {
    margin-right: 6px;
  }
}
.gr-deligate-additional-styles .shop2-delivery-step-name {
  color: var(--on_gr_del_bg_acc_text_def);
  font-family: var(--font2);
  font-weight: var(--gr_del_def_font2_500);
}
.gr-deligate-additional-styles .suggestions-input--wrapper .suggestions-suggestions {
  background: var(--gr_del_bg_def);
  border: 1px solid var(--gr_del_border_def_color);
  color: var(--on_gr_del_bg_acc_text_def);
  border-radius: var(--gr_del_inner_radius_def);
  font-size: 16px;
}
@media (max-width: 639px) {
  .gr-deligate-additional-styles .suggestions-input--wrapper .suggestions-suggestions {
    font-size: 15px;
  }
}
.gr-deligate-additional-styles .suggestions-hint {
  color: var(--on_gr_del_bg_sec_text_def);
}
.gr-deligate-additional-styles .suggestions-input--wrapper .suggestions-suggestions .suggestions-suggestion {
  color: var(--on_gr_del_bg_acc_text_def);
  font-family: var(--font2);
  font-weight: var(--gr_del_def_font2_700);
}
.gr-deligate-additional-styles .suggestions-input--wrapper .suggestions-suggestions .suggestions-suggestion:hover {
  background: var(--gr_del_bg_bg_def);
  color: var(--on_gr_del_bg_acc_text_h_def);
}
.gr-deligate-additional-styles .suggestions-input--wrapper .suggestions-suggestions .suggestions-suggestion:hover strong {
  color: var(--on_gr_del_bg_acc_text_h_def);
}
.gr-deligate-additional-styles .suggestions-input--wrapper .suggestions-suggestions .suggestions-suggestion strong {
  color: var(--on_gr_del_bg_acc_text_def);
  font-family: var(--font2);
  font-weight: var(--gr_del_def_font2_700);
}
.gr-deligate-additional-styles .suggestions-selected {
  background: var(--gr_del_bg_bg_def);
}
.gr-deligate-additional-styles .suggestions-selected:hover {
  background: var(--gr_del_bg_bg_def);
}
.gr-deligate-additional-styles .suggestions-suggestions.suggestions-mobile .suggestions-suggestion {
  border-color: var(--gr_del_border_def_color);
}
.gr-deligate-additional-styles .suggestions-suggestions.suggestions-mobile .suggestions-suggestion:last-child {
  border-color: transparent;
}
.gr-deligate-additional-styles #shop2-order-delivery .shop2-delivery--item__tab {
  background: transparent;
}
.gr-deligate-additional-styles #shop2-order-delivery .shop2-delivery--item__tab .label {
  cursor: pointer;
  background-color: var(--gr_del_bg_def);
  border-radius: var(--gr_del_inner_radius_def);
  border: 1px solid var(--gr_del_border_def_color);
}
.gr-deligate-additional-styles #shop2-order-delivery .shop2-delivery--item__tab.active-tab .label {
  border-color: var(--gr_del_primary_def);
  background: var(--gr_del_bg_def);
}
.gr-deligate-additional-styles #shop2-order-delivery .shop2-delivery--item__tab .label .delivery-tab--name {
  color: var(--on_gr_del_bg_acc_text_def);
  font-family: var(--font2);
  font-weight: var(--gr_del_def_font2_700);
  flex: 1 0 1%;
}
.gr-deligate-additional-styles #shop2-order-delivery .shop2-delivery--item__tab .label .delivery-tab--name .delivery-tab--note {
  color: var(--on_gr_del_bg_sec_text_def);
  font-family: var(--font1);
  font-weight: var(--font1_400);
  padding-bottom: 0;
}
.gr-deligate-additional-styles #shop2-order-delivery .shop2-delivery--item__tab.disabled .label .tab-label {
  cursor: auto;
}
.gr-deligate-additional-styles #shop2-order-delivery .shop2-delivery--item__tab.disabled .label .delivery-tab--name {
  color: var(--gr_del_disable_def);
}
.gr-deligate-additional-styles #shop2-order-delivery .shop2-delivery--item__tab.disabled .label .delivery-tab--note {
  color: var(--gr_del_disable_def);
}
.gr-deligate-additional-styles #shop2-order-delivery .shop2-delivery--item__tab .label .delivery-items .option-type .option-label strong {
  color: var(--on_gr_del_bg_acc_text_def);
  font-family: var(--font2);
  font-weight: var(--gr_del_def_font2_700);
}
.gr-deligate-additional-styles #shop2-order-delivery .shop2-delivery--item__tab .label .delivery-items .option-type .g-form-field .g-form-field__title {
  padding: 0 0 6px;
  margin: 0;
}
.gr-deligate-additional-styles #shop2-order-delivery .options-list .shop2-delivery--item__tab .label .delivery-items .option-type .option-details .option-item label > span {
  color: var(--on_gr_bg_sec_text_7);
  font: var(--font1_400) 15px/ 1.1 var(--font1);
  margin: 0;
}
.gr-deligate-additional-styles #shop2-order-delivery .options-list .shop2-delivery--item__tab .label .delivery-items .option-type:before {
  border-radius: var(--gr_del_inner_radius_def);
  border: 1px solid var(--gr_del_border_def_color);
  opacity: 1;
}
@media (max-width: 639px) {
  .gr-deligate-additional-styles #shop2-order-delivery .options-list .shop2-delivery--item__tab .label .delivery-items .option-type:before {
    border-left: none;
    border-right: none;
    border-top: none;
    border-radius: 0;
    left: -14px;
    right: -14px;
  }
}
.gr-deligate-additional-styles #shop2-order-delivery .options-list .shop2-delivery--item__tab .label .delivery-items .option-type .option-label > span {
  display: block;
  margin-top: 3px;
  margin-bottom: 3px;
}
.gr-deligate-additional-styles #shop2-order-delivery .options-list .shop2-delivery--item__tab .label .delivery-items .option-type .option-label .control-radio__label {
  color: var(--on_gr_del_bg_acc_text_def);
  font-family: var(--font1);
  font-weight: var(--font1_400);
  font-size: 16px;
  line-height: 1;
}
@media (max-width: 639px) {
  .gr-deligate-additional-styles #shop2-order-delivery .options-list .shop2-delivery--item__tab .label .delivery-items .option-type .option-label .control-radio__label {
    font-size: 14px;
    line-height: normal;
  }
}
.gr-deligate-additional-styles #shop2-order-delivery .shop2-delivery--item__tab .label .delivery-items .option-type .option-label span.shop2-edost-day {
  color: var(--on_gr_del_bg_sec_text_def);
  font-family: var(--font1);
  font-weight: var(--font1_400);
  padding-left: 0;
  background: none;
  margin-left: 35px;
}
.gr-deligate-additional-styles #shop2-order-delivery .options-list .shop2-delivery--item__tab .label .delivery-items .option-type .option-label .control-radio__label::before {
  border-color: var(--gr_del_border_def_color);
  background: var(--gr_del_bg_def);
}
.gr-deligate-additional-styles #shop2-order-delivery .options-list .shop2-delivery--item__tab .label .delivery-items .option-type .option-label input:checked + .control-radio__label:before {
  border-color: var(--gr_del_primary_def);
}
.gr-deligate-additional-styles #shop2-order-delivery .options-list .shop2-delivery--item__tab .label .delivery-items .option-type .option-label .control-radio__label::after {
  background: var(--gr_del_primary_def);
  box-shadow: none;
}
.gr-deligate-additional-styles #shop2-order-delivery .options-list .shop2-delivery--item__tab .label .delivery-items .option-type .option-label {
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .gr-deligate-additional-styles #shop2-order-delivery .options-list .shop2-delivery--item__tab .label .delivery-items {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (max-width: 639px) {
  .gr-deligate-additional-styles #shop2-order-delivery .options-list .shop2-delivery--item__tab .label .delivery-items {
    padding: 10px 14px;
  }
}
.gr-deligate-additional-styles #shop2-order-delivery .options-list .shop2-delivery--item__tab .label .delivery-items .option-type .option-details {
  margin-left: 35px;
}
@media (max-width: 639px) {
  .gr-deligate-additional-styles #shop2-order-delivery .options-list .shop2-delivery--item__tab .label .delivery-items .option-type .option-details {
    margin-left: 0px;
    padding-bottom: 10px;
  }
}
@media (max-width: 639px) {
  .gr-deligate-additional-styles #shop2-order-delivery .options-list .shop2-delivery--item__tab .label .delivery-items .option-type {
    padding: 0px;
    margin-bottom: 10px;
  }
  .gr-deligate-additional-styles #shop2-order-delivery .options-list .shop2-delivery--item__tab .label .delivery-items .option-type:last-child:before {
    opacity: 0;
  }
}
@media (max-width: 639px) {
  .gr-deligate-additional-styles #shop2-order-delivery .options-list .shop2-delivery--item__tab .label .delivery-items .option-type .option-label {
    padding: 5px 0 10px;
  }
}
.gr-deligate-additional-styles #shop2-order-delivery .shop2-delivery--item__tab .tab-label {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 639px) {
  .gr-deligate-additional-styles #shop2-order-delivery .shop2-delivery--item__tab .tab-label {
    padding: 10px;
    min-height: 60px;
  }
}
.gr-deligate-additional-styles #shop2-order-delivery .shop2-delivery--item__tab .label.point .delivery-tab--icon {
  /*-webkit-mask-image: url(/g/templates/shop2/2.131.2/default/files/gr_delivery_pin.svg);
	 	 mask-image: url(/g/templates/shop2/2.131.2/default/files/gr_delivery_pin.svg);*/
  -webkit-mask-image: url(/g/templates/shop2/2.130.2/default-3/icons/deligate/gr_delivery_pin.svg);
  mask-image: url(/g/templates/shop2/2.130.2/default-3/icons/deligate/gr_delivery_pin.svg);
}
.gr-deligate-additional-styles #shop2-order-delivery .shop2-delivery--item__tab .label.courier .delivery-tab--icon {
  /*-webkit-mask-image: url(/g/templates/shop2/2.131.2/default/files/gr_delivery_courier.svg);
	  	mask-image: url(/g/templates/shop2/2.131.2/default/files/gr_delivery_courier.svg);*/
  -webkit-mask-image: url(/g/templates/shop2/2.130.2/default-3/icons/deligate/gr_delivery_courier.svg);
  mask-image: url(/g/templates/shop2/2.130.2/default-3/icons/deligate/gr_delivery_courier.svg);
}
.gr-deligate-additional-styles #shop2-order-delivery .shop2-delivery--item__tab .label.mail .delivery-tab--icon {
  /*-webkit-mask-image: url(/g/templates/shop2/2.131.2/default/files/gr_delivery_box.svg);
	  	mask-image: url(/g/templates/shop2/2.131.2/default/files/gr_delivery_box.svg);*/
  -webkit-mask-image: url(/g/templates/shop2/2.130.2/default-3/icons/deligate/gr_delivery_box.svg);
  mask-image: url(/g/templates/shop2/2.130.2/default-3/icons/deligate/gr_delivery_box.svg);
}
.gr-deligate-additional-styles #shop2-order-delivery .shop2-delivery--item__tab .label .delivery-tab--icon {
  background: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  margin-right: 20px;
  background: var(--gr_del_primary_def);
  flex: none;
}
@media (max-width: 480px) {
  .gr-deligate-additional-styles #shop2-order-delivery .shop2-delivery--item__tab .label .delivery-tab--icon {
    width: 30px;
    height: 30px;
    margin-right: 16px;
    -webkit-mask-size: 30px;
    mask-size: 30px;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
  }
}
.gr-deligate-additional-styles #shop2-order-delivery .shop2-delivery--item__tab.disabled .label .delivery-tab--icon {
  background: var(--gr_del_disable_def);
}
.gr-deligate-additional-styles .suggestions-addon {
  display: none !important;
}
.gr-deligate-additional-styles #shop2-order-delivery .shop2-delivery--item__tab .label .delivery-items .option-type .g-form-field .g-form-field__value input[type="text"], .gr-deligate-additional-styles #shop2-order-delivery .shop2-delivery--item__tab .label .delivery-items .option-type .g-form-field .g-form-field__value input[type="email"], .gr-deligate-additional-styles #shop2-order-delivery .shop2-delivery--item__tab .label .delivery-items .option-type .g-form-field .g-form-field__value input[type="tel"], .gr-deligate-additional-styles #shop2-order-delivery .shop2-delivery--item__tab .label .delivery-items .option-type .g-form-field .g-form-field__value input[type="number"], .gr-deligate-additional-styles #shop2-order-delivery .shop2-delivery--item__tab .label .delivery-items .option-type .g-form-field .g-form-field__value input[type="password"] {
  color: var(--on_gr_bg_sec_text_7);
  border: none;
  background: var(--on_gr_bg_bg);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0), inset 0 0 0 1px var(--on_gr_bg_border);
  border-radius: var(--gr_form_radius);
  width: 100%;
  height: auto;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: all 0.18s linear;
}
.gr-deligate-additional-styles #shop2-order-delivery .shop2-delivery--item__tab .label .delivery-items .option-type .g-form-field .g-form-field__value input[type="text"]:hover, .gr-deligate-additional-styles #shop2-order-delivery .shop2-delivery--item__tab .label .delivery-items .option-type .g-form-field .g-form-field__value input[type="email"]:hover, .gr-deligate-additional-styles #shop2-order-delivery .shop2-delivery--item__tab .label .delivery-items .option-type .g-form-field .g-form-field__value input[type="tel"]:hover, .gr-deligate-additional-styles #shop2-order-delivery .shop2-delivery--item__tab .label .delivery-items .option-type .g-form-field .g-form-field__value input[type="number"]:hover, .gr-deligate-additional-styles #shop2-order-delivery .shop2-delivery--item__tab .label .delivery-items .option-type .g-form-field .g-form-field__value input[type="password"]:hover {
  color: var(--on_gr_bg_acc_text_7);
  border: none;
  background: var(--gr_bg_bg);
  box-shadow: 0 0 0 0 var(--gr_primary), inset 0 0 0 2px var(--gr_primary);
}
.gr-deligate-additional-styles #shop2-order-delivery .shop2-delivery--item__tab .label .delivery-items .option-type .g-form-field .g-form-field__value input[type="text"]:hover::-webkit-input-placeholder, .gr-deligate-additional-styles #shop2-order-delivery .shop2-delivery--item__tab .label .delivery-items .option-type .g-form-field .g-form-field__value input[type="email"]:hover::-webkit-input-placeholder, .gr-deligate-additional-styles #shop2-order-delivery .shop2-delivery--item__tab .label .delivery-items .option-type .g-form-field .g-form-field__value input[type="tel"]:hover::-webkit-input-placeholder, .gr-deligate-additional-styles #shop2-order-delivery .shop2-delivery--item__tab .label .delivery-items .option-type .g-form-field .g-form-field__value input[type="number"]:hover::-webkit-input-placeholder, .gr-deligate-additional-styles #shop2-order-delivery .shop2-delivery--item__tab .label .delivery-items .option-type .g-form-field .g-form-field__value input[type="password"]:hover::-webkit-input-placeholder {
  color: var(--on_gr_bg_acc_text_7);
}
.gr-deligate-additional-styles #shop2-order-delivery .shop2-delivery--item__tab .label .delivery-items .option-type .g-form-field .g-form-field__value input[type="text"]:hover:moz-placeholder, .gr-deligate-additional-styles #shop2-order-delivery .shop2-delivery--item__tab .label .delivery-items .option-type .g-form-field .g-form-field__value input[type="email"]:hover:moz-placeholder, .gr-deligate-additional-styles #shop2-order-delivery .shop2-delivery--item__tab .label .delivery-items .option-type .g-form-field .g-form-field__value input[type="tel"]:hover:moz-placeholder, .gr-deligate-additional-styles #shop2-order-delivery .shop2-delivery--item__tab .label .delivery-items .option-type .g-form-field .g-form-field__value input[type="number"]:hover:moz-placeholder, .gr-deligate-additional-styles #shop2-order-delivery .shop2-delivery--item__tab .label .delivery-items .option-type .g-form-field .g-form-field__value input[type="password"]:hover:moz-placeholder {
  color: var(--on_gr_bg_acc_text_7);
}
.gr-deligate-additional-styles #shop2-order-delivery .shop2-delivery--item__tab .label .delivery-items .option-type .g-form-field .g-form-field__value input[type="text"]:hover::-moz-placeholder, .gr-deligate-additional-styles #shop2-order-delivery .shop2-delivery--item__tab .label .delivery-items .option-type .g-form-field .g-form-field__value input[type="email"]:hover::-moz-placeholder, .gr-deligate-additional-styles #shop2-order-delivery .shop2-delivery--item__tab .label .delivery-items .option-type .g-form-field .g-form-field__value input[type="tel"]:hover::-moz-placeholder, .gr-deligate-additional-styles #shop2-order-delivery .shop2-delivery--item__tab .label .delivery-items .option-type .g-form-field .g-form-field__value input[type="number"]:hover::-moz-placeholder, .gr-deligate-additional-styles #shop2-order-delivery .shop2-delivery--item__tab .label .delivery-items .option-type .g-form-field .g-form-field__value input[type="password"]:hover::-moz-placeholder {
  color: var(--on_gr_bg_acc_text_7);
}
.gr-deligate-additional-styles #shop2-order-delivery .shop2-delivery--item__tab .label .delivery-items .option-type .g-form-field .g-form-field__value input[type="text"]:hover:-ms-input-placeholder, .gr-deligate-additional-styles #shop2-order-delivery .shop2-delivery--item__tab .label .delivery-items .option-type .g-form-field .g-form-field__value input[type="email"]:hover:-ms-input-placeholder, .gr-deligate-additional-styles #shop2-order-delivery .shop2-delivery--item__tab .label .delivery-items .option-type .g-form-field .g-form-field__value input[type="tel"]:hover:-ms-input-placeholder, .gr-deligate-additional-styles #shop2-order-delivery .shop2-delivery--item__tab .label .delivery-items .option-type .g-form-field .g-form-field__value input[type="number"]:hover:-ms-input-placeholder, .gr-deligate-additional-styles #shop2-order-delivery .shop2-delivery--item__tab .label .delivery-items .option-type .g-form-field .g-form-field__value input[type="password"]:hover:-ms-input-placeholder {
  color: var(--on_gr_bg_acc_text_7);
}
.gr-deligate-additional-styles #shop2-order-delivery .shop2-delivery--item__tab .label .delivery-items .option-type .g-form-field .g-form-field__value input[type="text"]:focus, .gr-deligate-additional-styles #shop2-order-delivery .shop2-delivery--item__tab .label .delivery-items .option-type .g-form-field .g-form-field__value input[type="email"]:focus, .gr-deligate-additional-styles #shop2-order-delivery .shop2-delivery--item__tab .label .delivery-items .option-type .g-form-field .g-form-field__value input[type="tel"]:focus, .gr-deligate-additional-styles #shop2-order-delivery .shop2-delivery--item__tab .label .delivery-items .option-type .g-form-field .g-form-field__value input[type="number"]:focus, .gr-deligate-additional-styles #shop2-order-delivery .shop2-delivery--item__tab .label .delivery-items .option-type .g-form-field .g-form-field__value input[type="password"]:focus {
  color: var(--on_gr_bg_acc_text_7);
  border: none;
  background: var(--gr_bg_bg);
  box-shadow: 0 0 0 0 var(--gr_primary), inset 0 0 0 2px var(--gr_primary);
}
.gr-deligate-additional-styles #shop2-order-delivery .shop2-delivery--item__tab .label .delivery-items .option-type .g-form-field .g-form-field__value input[type="text"]::-webkit-input-placeholder, .gr-deligate-additional-styles #shop2-order-delivery .shop2-delivery--item__tab .label .delivery-items .option-type .g-form-field .g-form-field__value input[type="email"]::-webkit-input-placeholder, .gr-deligate-additional-styles #shop2-order-delivery .shop2-delivery--item__tab .label .delivery-items .option-type .g-form-field .g-form-field__value input[type="tel"]::-webkit-input-placeholder, .gr-deligate-additional-styles #shop2-order-delivery .shop2-delivery--item__tab .label .delivery-items .option-type .g-form-field .g-form-field__value input[type="number"]::-webkit-input-placeholder, .gr-deligate-additional-styles #shop2-order-delivery .shop2-delivery--item__tab .label .delivery-items .option-type .g-form-field .g-form-field__value input[type="password"]::-webkit-input-placeholder {
  color: var(--on_gr_bg_acc_text_7);
  opacity: 1 !important;
}
.gr-deligate-additional-styles #shop2-order-delivery .shop2-delivery--item__tab .label .delivery-items .option-type .g-form-field .g-form-field__value input[type="text"]:moz-placeholder, .gr-deligate-additional-styles #shop2-order-delivery .shop2-delivery--item__tab .label .delivery-items .option-type .g-form-field .g-form-field__value input[type="email"]:moz-placeholder, .gr-deligate-additional-styles #shop2-order-delivery .shop2-delivery--item__tab .label .delivery-items .option-type .g-form-field .g-form-field__value input[type="tel"]:moz-placeholder, .gr-deligate-additional-styles #shop2-order-delivery .shop2-delivery--item__tab .label .delivery-items .option-type .g-form-field .g-form-field__value input[type="number"]:moz-placeholder, .gr-deligate-additional-styles #shop2-order-delivery .shop2-delivery--item__tab .label .delivery-items .option-type .g-form-field .g-form-field__value input[type="password"]:moz-placeholder {
  color: var(--on_gr_bg_acc_text_7);
  opacity: 1 !important;
}
.gr-deligate-additional-styles #shop2-order-delivery .shop2-delivery--item__tab .label .delivery-items .option-type .g-form-field .g-form-field__value input[type="text"]::-moz-placeholder, .gr-deligate-additional-styles #shop2-order-delivery .shop2-delivery--item__tab .label .delivery-items .option-type .g-form-field .g-form-field__value input[type="email"]::-moz-placeholder, .gr-deligate-additional-styles #shop2-order-delivery .shop2-delivery--item__tab .label .delivery-items .option-type .g-form-field .g-form-field__value input[type="tel"]::-moz-placeholder, .gr-deligate-additional-styles #shop2-order-delivery .shop2-delivery--item__tab .label .delivery-items .option-type .g-form-field .g-form-field__value input[type="number"]::-moz-placeholder, .gr-deligate-additional-styles #shop2-order-delivery .shop2-delivery--item__tab .label .delivery-items .option-type .g-form-field .g-form-field__value input[type="password"]::-moz-placeholder {
  color: var(--on_gr_bg_acc_text_7);
  opacity: 1 !important;
}
.gr-deligate-additional-styles #shop2-order-delivery .shop2-delivery--item__tab .label .delivery-items .option-type .g-form-field .g-form-field__value input[type="text"]:-ms-input-placeholder, .gr-deligate-additional-styles #shop2-order-delivery .shop2-delivery--item__tab .label .delivery-items .option-type .g-form-field .g-form-field__value input[type="email"]:-ms-input-placeholder, .gr-deligate-additional-styles #shop2-order-delivery .shop2-delivery--item__tab .label .delivery-items .option-type .g-form-field .g-form-field__value input[type="tel"]:-ms-input-placeholder, .gr-deligate-additional-styles #shop2-order-delivery .shop2-delivery--item__tab .label .delivery-items .option-type .g-form-field .g-form-field__value input[type="number"]:-ms-input-placeholder, .gr-deligate-additional-styles #shop2-order-delivery .shop2-delivery--item__tab .label .delivery-items .option-type .g-form-field .g-form-field__value input[type="password"]:-ms-input-placeholder {
  color: var(--on_gr_bg_acc_text_7);
  opacity: 1 !important;
}
.gr-deligate-additional-styles #shop2-order-delivery .shop2-delivery--item__tab .label .delivery-items .option-type .g-form-field .g-form-field__value input[type="text"]::-webkit-inner-spin-button, .gr-deligate-additional-styles #shop2-order-delivery .shop2-delivery--item__tab .label .delivery-items .option-type .g-form-field .g-form-field__value input[type="text"]::-webkit-outer-spin-button, .gr-deligate-additional-styles #shop2-order-delivery .shop2-delivery--item__tab .label .delivery-items .option-type .g-form-field .g-form-field__value input[type="email"]::-webkit-inner-spin-button, .gr-deligate-additional-styles #shop2-order-delivery .shop2-delivery--item__tab .label .delivery-items .option-type .g-form-field .g-form-field__value input[type="email"]::-webkit-outer-spin-button, .gr-deligate-additional-styles #shop2-order-delivery .shop2-delivery--item__tab .label .delivery-items .option-type .g-form-field .g-form-field__value input[type="tel"]::-webkit-inner-spin-button, .gr-deligate-additional-styles #shop2-order-delivery .shop2-delivery--item__tab .label .delivery-items .option-type .g-form-field .g-form-field__value input[type="tel"]::-webkit-outer-spin-button, .gr-deligate-additional-styles #shop2-order-delivery .shop2-delivery--item__tab .label .delivery-items .option-type .g-form-field .g-form-field__value input[type="number"]::-webkit-inner-spin-button, .gr-deligate-additional-styles #shop2-order-delivery .shop2-delivery--item__tab .label .delivery-items .option-type .g-form-field .g-form-field__value input[type="number"]::-webkit-outer-spin-button, .gr-deligate-additional-styles #shop2-order-delivery .shop2-delivery--item__tab .label .delivery-items .option-type .g-form-field .g-form-field__value input[type="password"]::-webkit-inner-spin-button, .gr-deligate-additional-styles #shop2-order-delivery .shop2-delivery--item__tab .label .delivery-items .option-type .g-form-field .g-form-field__value input[type="password"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.gr-deligate-additional-styles #shop2-order-delivery .shop2-delivery--item__tab .label .delivery-items .option-type .g-form-field .g-form-field__value textarea {
  color: var(--on_gr_bg_sec_text_7);
  border: none;
  background: var(--on_gr_bg_bg);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0), inset 0 0 0 1px var(--on_gr_bg_border);
  border-radius: var(--gr_form_radius);
  width: 100%;
  min-width: 100%;
  min-height: 100px;
  height: auto;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: all 0.18s linear;
}
.gr-deligate-additional-styles #shop2-order-delivery .shop2-delivery--item__tab .label .delivery-items .option-type .g-form-field .g-form-field__value textarea:hover {
  color: var(--on_gr_bg_acc_text_7);
  border: none;
  background: var(--gr_bg_bg);
  box-shadow: 0 0 0 0 var(--gr_primary), inset 0 0 0 2px var(--gr_primary);
}
.gr-deligate-additional-styles #shop2-order-delivery .shop2-delivery--item__tab .label .delivery-items .option-type .g-form-field .g-form-field__value textarea:hover::-webkit-input-placeholder {
  color: var(--on_gr_bg_acc_text_7);
}
.gr-deligate-additional-styles #shop2-order-delivery .shop2-delivery--item__tab .label .delivery-items .option-type .g-form-field .g-form-field__value textarea:hover:moz-placeholder {
  color: var(--on_gr_bg_acc_text_7);
}
.gr-deligate-additional-styles #shop2-order-delivery .shop2-delivery--item__tab .label .delivery-items .option-type .g-form-field .g-form-field__value textarea:hover::-moz-placeholder {
  color: var(--on_gr_bg_acc_text_7);
}
.gr-deligate-additional-styles #shop2-order-delivery .shop2-delivery--item__tab .label .delivery-items .option-type .g-form-field .g-form-field__value textarea:hover:-ms-input-placeholder {
  color: var(--on_gr_bg_acc_text_7);
}
.gr-deligate-additional-styles #shop2-order-delivery .shop2-delivery--item__tab .label .delivery-items .option-type .g-form-field .g-form-field__value textarea:focus {
  color: var(--on_gr_bg_acc_text_7);
  border: none;
  background: var(--gr_bg_bg);
  box-shadow: 0 0 0 0 var(--gr_primary), inset 0 0 0 2px var(--gr_primary);
}
.gr-deligate-additional-styles #shop2-order-delivery .shop2-delivery--item__tab .label .delivery-items .option-type .g-form-field .g-form-field__value textarea::-webkit-input-placeholder {
  color: var(--on_gr_bg_acc_text_7);
  opacity: 1 !important;
}
.gr-deligate-additional-styles #shop2-order-delivery .shop2-delivery--item__tab .label .delivery-items .option-type .g-form-field .g-form-field__value textarea:moz-placeholder {
  color: var(--on_gr_bg_acc_text_7);
  opacity: 1 !important;
}
.gr-deligate-additional-styles #shop2-order-delivery .shop2-delivery--item__tab .label .delivery-items .option-type .g-form-field .g-form-field__value textarea::-moz-placeholder {
  color: var(--on_gr_bg_acc_text_7);
  opacity: 1 !important;
}
.gr-deligate-additional-styles #shop2-order-delivery .shop2-delivery--item__tab .label .delivery-items .option-type .g-form-field .g-form-field__value textarea:-ms-input-placeholder {
  color: var(--on_gr_bg_acc_text_7);
  opacity: 1 !important;
}
.gr-deligate-additional-styles #shop2-order-delivery .shop2-delivery--item__tab .label .delivery-items .option-type .g-form-field.gr-option-item-select-wrap .g-form-field__value:before {
  position: absolute;
  top: 50%;
  right: 15px;
  z-index: 2;
  font-size: 6px;
  margin-top: -4px;
  font-family: "icomoon";
  content: "";
  pointer-events: none;
  color: var(--gr_del_bg_icon_def_4);
}
.gr-deligate-additional-styles #shop2-order-delivery .shop2-delivery--item__tab .label .delivery-items .option-type .g-form-field .g-form-field__value {
  max-width: 400px;
  width: 100%;
}
.gr-deligate-additional-styles #shop2-order-delivery .shop2-delivery--item__tab .label .delivery-items .option-type .g-form-field .g-form-field__value select:not([multiple]) {
  color: var(--on_gr_bg_acc_text_7);
  border: none;
  background: var(--on_gr_bg_bg);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0), inset 0 0 0 1px var(--on_gr_bg_border);
  border-radius: var(--gr_form_radius);
  width: 100%;
  height: auto;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: all 0.18s linear;
  position: relative;
}
.gr-deligate-additional-styles #shop2-order-delivery .shop2-delivery--item__tab .label .delivery-items .option-type .g-form-field .g-form-field__value select:not([multiple]).field-select-error {
  color: var(--on_gr_bg_acc_text_7);
  border: none;
  background: var(--gr_error_1);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0), inset 0 0 0 1px var(--gr_error_15);
}
.gr-deligate-additional-styles #shop2-order-delivery .shop2-delivery--item__tab .label .delivery-items .option-type .g-form-field .g-form-field__value select:not([multiple])::-ms-expand {
  display: none;
}
.gr-deligate-additional-styles #shop2-order-delivery .shop2-delivery--item__tab .label .delivery-items .option-type .g-form-field .g-form-field__value select:not([multiple]):hover {
  color: var(--on_gr_bg_acc_text_7);
  border: none;
  background: var(--gr_bg_bg);
  box-shadow: 0 0 0 0 var(--gr_primary), inset 0 0 0 2px var(--gr_primary);
}
.gr-deligate-additional-styles #shop2-order-delivery .shop2-delivery--item__tab .label .delivery-items .option-type .g-form-field .g-form-field__value select:not([multiple]):focus {
  color: var(--on_gr_bg_acc_text_7);
  border: none;
  background: var(--gr_bg_bg);
  box-shadow: 0 0 0 0 var(--gr_primary), inset 0 0 0 2px var(--gr_primary);
}
.gr-deligate-additional-styles #shop2-order-delivery .options-list .shop2-delivery--item__tab .label .delivery-items .map-select.gr-option-item-select-wrap {
  position: relative;
}
.gr-deligate-additional-styles #shop2-order-delivery .options-list .shop2-delivery--item__tab .label .delivery-items .map-select.gr-option-item-select-wrap:before {
  position: absolute;
  top: 50%;
  right: 15px;
  z-index: 2;
  font-size: 6px;
  margin-top: -4px;
  font-family: "icomoon";
  content: "";
  pointer-events: none;
  color: var(--gr_del_bg_icon_def_4);
}
.gr-deligate-additional-styles #shop2-order-delivery .options-list .shop2-delivery--item__tab .label .delivery-items .map-select.gr-option-item-select-wrap .gr-select-wrapper:before {
  display: none;
}
.gr-deligate-additional-styles #shop2-order-delivery .options-list .shop2-delivery--item__tab .label .delivery-items .map-select select:not([multiple]) {
  color: var(--on_gr_bg_acc_text_7);
  border: none;
  background: var(--on_gr_bg_bg);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0), inset 0 0 0 1px var(--on_gr_bg_border);
  border-radius: var(--gr_form_radius);
  width: 100%;
  height: auto;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: all 0.18s linear;
  position: relative;
}
.gr-deligate-additional-styles #shop2-order-delivery .options-list .shop2-delivery--item__tab .label .delivery-items .map-select select:not([multiple]).field-select-error {
  color: var(--on_gr_bg_acc_text_7);
  border: none;
  background: var(--gr_error_1);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0), inset 0 0 0 1px var(--gr_error_15);
}
.gr-deligate-additional-styles #shop2-order-delivery .options-list .shop2-delivery--item__tab .label .delivery-items .map-select select:not([multiple])::-ms-expand {
  display: none;
}
.gr-deligate-additional-styles #shop2-order-delivery .options-list .shop2-delivery--item__tab .label .delivery-items .map-select select:not([multiple]):hover {
  color: var(--on_gr_bg_acc_text_7);
  border: none;
  background: var(--gr_bg_bg);
  box-shadow: 0 0 0 0 var(--gr_primary), inset 0 0 0 2px var(--gr_primary);
}
.gr-deligate-additional-styles #shop2-order-delivery .options-list .shop2-delivery--item__tab .label .delivery-items .map-select select:not([multiple]):focus {
  color: var(--on_gr_bg_acc_text_7);
  border: none;
  background: var(--gr_bg_bg);
  box-shadow: 0 0 0 0 var(--gr_primary), inset 0 0 0 2px var(--gr_primary);
}
.gr-deligate-additional-styles #shop2-order-delivery .options-list .shop2-delivery--item__tab .label .delivery-items .map-wrapper {
  border-color: transparent;
}
.gr-deligate-additional-styles #shop2-order-delivery .options-list .shop2-delivery--item__tab .label .delivery-items .map-wrapper .ymaps-2-1-79-balloon_layout_panel {
  background: var(--gr_del_bg_bg_def);
}
.gr-deligate-additional-styles #shop2-order-delivery .options-list .shop2-delivery--item__tab .label .delivery-items .map-wrapper .ymaps-2-1-79-balloon__content {
  background: var(--gr_del_bg_bg_def);
}
.gr-deligate-additional-styles .delivery-baloon-content h3 {
  font-weight: var(--gr_del_def_font2_500);
}
.gr-deligate-additional-styles .delivery-baloon-content > div span {
  font-family: var(--font1);
  font-weight: var(--font1_400);
  color: var(--on_gr_del_bg_sec_text_def_8);
}
.gr-deligate-additional-styles .delivery-baloon-content .note-block strong {
  color: var(--on_gr_del_bg_acc_text_def);
  font-family: var(--font2);
  font-weight: var(--gr_del_def_font2_400);
}
.gr-deligate-additional-styles .delivery-baloon-content > div {
  color: var(--on_gr_del_bg_acc_text_def);
  font-family: var(--font2);
  font-weight: var(--gr_del_def_font2_400);
}
.gr-deligate-additional-styles .deligate_points_fields .delivery-point {
  font-family: var(--font1);
  font-weight: var(--font1_400);
  color: var(--on_gr_del_bg_acc_text_def);
  display: flex;
}
@media (max-width: 639px) {
  .gr-deligate-additional-styles .deligate_points_fields .delivery-point {
    flex-direction: column;
  }
}
@media (max-width: 639px) {
  .gr-deligate-additional-styles .deligate_points_fields .delivery-point div + div {
    padding: 5px 0 0;
  }
}
.gr-deligate-additional-styles .deligate_points_fields .delivery-point p span.title {
  color: var(--on_gr_del_bg_sec_text_def);
}
.gr-deligate-additional-styles .delivery-baloon-content .note-block label.cost input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
/*крестик карты*/
.shop2-order-options.gr-deligate-additional-styles .ymaps-2-1-79-balloon__close-button {
  background: var(--gr_del_bg_icon_def);
  transition: background 0.3s;
  opacity: 1;
  /*-webkit-mask-image: url(/g/templates/shop2/2.131.2/131-1/sprite/sprite.view.svg#icon_shop_close_small);
    mask-image: url(/g/templates/shop2/2.131.2/131-1/sprite/sprite.view.svg#icon_shop_close_small);*/
  -webkit-mask-image: url(/g/templates/shop2/2.130.2/default-3/icons/deligate/sprite.view.svg#icon_shop_close_small);
  mask-image: url(/g/templates/shop2/2.130.2/default-3/icons/deligate/sprite.view.svg#icon_shop_close_small);
  -webkit-mask-size: 20px 20px;
  mask-size: 20px 20px;
  -webkit-mask-position: 50% 50%;
  mask-position: 50% 50%;
  -webkit-mask-repeat: no-repeat no-repeat;
  mask-repeat: no-repeat no-repeat;
}
.shop2-order-options.gr-deligate-additional-styles .ymaps-2-1-79-balloon__close-button:hover {
  background: var(--gr_del_primary_def);
}
.shop2-order-options.gr-deligate-additional-styles .option-type .option-details.map.selected .deligate_points_fields {
  background: var(--gr_del_bg_bg_def);
}
/*новая стилизация делигейт*/
/*новая стилизация делигейт доп изменения индивидуально для данного гр*/
