@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;
}
/*waslide.css*/
.waSlideMenu-nav {
  position: relative;
  overflow: hidden;
}
.waSlideMenu-wrapper {
  left: 0;
  position: relative;
  top: 0;
}
.waSlideMenu-menu {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: inherit;
  left: 0;
}
.waSlideMenu-inheritedmenu {
  position: absolute;
  left: 100%;
  top: 0;
}
.waSlideMenu-loading {
  background: url(data:image/gif;base64,R0lGODlhHwAfAPUAAP///wAAAOjo6NLS0ry8vK6urqKiotzc3Li4uJqamuTk5NjY2KqqqqCgoLCwsMzMzPb29qioqNTU1Obm5jY2NiYmJlBQUMTExHBwcJKSklZWVvr6+mhoaEZGRsbGxvj4+EhISDIyMgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAHwAfAAAG/0CAcEgUDAgFA4BiwSQexKh0eEAkrldAZbvlOD5TqYKALWu5XIwnPFwwymY0GsRgAxrwuJwbCi8aAHlYZ3sVdwtRCm8JgVgODwoQAAIXGRpojQwKRGSDCRESYRsGHYZlBFR5AJt2a3kHQlZlERN2QxMRcAiTeaG2QxJ5RnAOv1EOcEdwUMZDD3BIcKzNq3BJcJLUABBwStrNBtjf3GUGBdLfCtadWMzUz6cDxN/IZQMCvdTBcAIAsli0jOHSJeSAqmlhNr0awo7RJ19TJORqdAXVEEVZyjyKtE3Bg3oZE2iK8oeiKkFZGiCaggelSTiA2LhxiZLBSjZjBL2siNBOFQ84LxHA+mYEiRJzBO7ZCQIAIfkECQoAAAAsAAAAAB8AHwAABv9AgHBIFAwIBQPAUCAMBMSodHhAJK5XAPaKOEynCsIWqx0nCIrvcMEwZ90JxkINaMATZXfju9jf82YAIQxRCm14Ww4PChAAEAoPDlsAFRUgHkRiZAkREmoSEXiVlRgfQgeBaXRpo6MOQlZbERN0Qx4drRUcAAJmnrVDBrkVDwNjr8BDGxq5Z2MPyUQZuRgFY6rRABe5FgZjjdm8uRTh2d5b4NkQY0zX5QpjTc/lD2NOx+WSW0++2RJmUGJhmZVsQqgtCE6lqpXGjBchmt50+hQKEAEiht5gUcTIESR9GhlgE9IH0BiTkxrMmWIHDkose9SwcQlHDsOIk9ygiVbl5JgMLuV4HUmypMkTOkEAACH5BAkKAAAALAAAAAAfAB8AAAb/QIBwSBQMCAUDwFAgDATEqHR4QCSuVwD2ijhMpwrCFqsdJwiK73DBMGfdCcZCDWjAE2V347vY3/NmdXNECm14Ww4PChAAEAoPDltlDGlDYmQJERJqEhGHWARUgZVqaWZeAFZbERN0QxOeWwgAAmabrkMSZkZjDrhRkVtHYw+/RA9jSGOkxgpjSWOMxkIQY0rT0wbR2LQV3t4UBcvcF9/eFpdYxdgZ5hUYA73YGxruCbVjt78G7hXFqlhY/fLQwR0HIQdGuUrTz5eQdIc0cfIEwByGD0MKvcGSaFGjR8GyeAPhIUofQGNQSgrB4IsdOCqx7FHDBiYcOQshYjKDxliVDpRjunCjdSTJkiZP6AQBACH5BAkKAAAALAAAAAAfAB8AAAb/QIBwSBQMCAUDwFAgDATEqHR4QCSuVwD2ijhMpwrCFqsdJwiK73DBMGfdCcZCDWjAE2V347vY3/NmdXNECm14Ww4PChAAEAoPDltlDGlDYmQJERJqEhGHWARUgZVqaWZeAFZbERN0QxOeWwgAAmabrkMSZkZjDrhRkVtHYw+/RA9jSGOkxgpjSWOMxkIQY0rT0wbR2I3WBcvczltNxNzIW0693MFYT7bTumNQqlisv7BjswAHo64egFdQAbj0RtOXDQY6VAAUakihN1gSLaJ1IYOGChgXXqEUpQ9ASRlDYhT0xQ4cACJDhqDD5mRKjCAYuArjBmVKDP9+VRljMyMHDwcfuBlBooSCBQwJiqkJAgAh+QQJCgAAACwAAAAAHwAfAAAG/0CAcEgUDAgFA8BQIAwExKh0eEAkrlcA9oo4TKcKwharHScIiu9wwTBn3QnGQg1owBNld+O72N/zZnVzRApteFsODwoQABAKDw5bZQxpQ2JkCRESahIRh1gEVIGVamlmXgBWWxETdEMTnlsIAAJmm65DEmZGYw64UZFbR2MPv0QPY0hjpMYKY0ljjMZCEGNK09MG0diN1gXL3M5bTcTcyFtOvdzBWE+207pjUKpYrL+wY7MAB4EerqZjUAG4lKVCBwMbvnT6dCXUkEIFK0jUkOECFEeQJF2hFKUPAIkgQwIaI+hLiJAoR27Zo4YBCJQgVW4cpMYDBpgVZKL59cEBhw+U+QROQ4bBAoUlTZ7QCQIAIfkECQoAAAAsAAAAAB8AHwAABv9AgHBIFAwIBQPAUCAMBMSodHhAJK5XAPaKOEynCsIWqx0nCIrvcMEwZ90JxkINaMATZXfju9jf82Z1c0QKbXhbDg8KEAAQCg8OW2UMaUNiZAkREmoSEYdYBFSBlWppZl4AVlsRE3RDE55bCAACZpuuQxJmRmMOuFGRW0djD79ED2NIY6TGCmNJY4zGQhBjStPTFBXb21DY1VsGFtzbF9gAzlsFGOQVGefIW2LtGhvYwVgDD+0V17+6Y6BwaNfBwy9YY2YBcMAPnStTY1B9YMdNiyZOngCFGuIBxDZAiRY1eoTvE6UoDEIAGrNSUoNBUuzAaYlljxo2M+HIeXiJpRsRNMaq+JSFCpsRJEqYOPH2JQgAIfkECQoAAAAsAAAAAB8AHwAABv9AgHBIFAwIBQPAUCAMBMSodHhAJK5XAPaKOEynCsIWqx0nCIrvcMEwZ90JxkINaMATZXfjywjlzX9jdXNEHiAVFX8ODwoQABAKDw5bZQxpQh8YiIhaERJqEhF4WwRDDpubAJdqaWZeAByoFR0edEMTolsIAA+yFUq2QxJmAgmyGhvBRJNbA5qoGcpED2MEFrIX0kMKYwUUslDaj2PA4soGY47iEOQFY6vS3FtNYw/m1KQDYw7mzFhPZj5JGzYGipUtESYowzVmF4ADgOCBCZTgFQAxZBJ4AiXqT6ltbUZhWdToUSR/Ii1FWbDnDkUyDQhJsQPn5ZU9atjUhCPHVhgTNy/RSKsiqKFFbUaQKGHiJNyXIAAh+QQJCgAAACwAAAAAHwAfAAAG/0CAcEh8JDAWCsBQIAwExKhU+HFwKlgsIMHlIg7TqQeTLW+7XYIiPGSAymY0mrFgA0LwuLzbCC/6eVlnewkADXVECgxcAGUaGRdQEAoPDmhnDGtDBJcVHQYbYRIRhWgEQwd7AB52AGt7YAAIchETrUITpGgIAAJ7ErdDEnsCA3IOwUSWaAOcaA/JQ0amBXKa0QpyBQZyENFCEHIG39HcaN7f4WhM1uTZaE1y0N/TacZoyN/LXU+/0cNyoMxCUytYLjm8AKSS46rVKzmxADhjlCACMFGkBiU4NUQRxS4OHijwNqnSJS6ZovzRyJAQo0NhGrgs5bIPmwWLCLHsQsfhxBWTe9QkOzCwC8sv5Ho127akyRM7QQAAOwAAAAAAAAAAAA==);
  height: 31px;
  width: 31px;
  display: block;
}
/*Шрифты*/
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-tap-highlight-color: rgba(0, 0, 0, 0);
}
a {
  text-decoration: underline;
  color: var(--linkColor);
}
a:hover {
  text-decoration: none;
}
a img {
  border-color: var(--txt);
}
.gr-btn-style, .gr-btn-1, .shop2-compare-switch a.shop2-compare-switch-active, .filter-block .shop2-filter-btns .shop2-filter-go, .sorting-panel .filter-popup-btn, .login-form__enter .user-enter-btn, .login-form .user-block__orders .user-orders-btn, .search-form .search-rows__btn .search-btn, .shop2-order-form ~ .form-item.form-item-submit button, .g-button.g-button--invert, .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, .shop2-product-actions dl dt.promo-action, .btn_cust, .gr-btn-2, .cart-popup__btns .gr-order-one-page, .timer-block__btn a, .card-product-preview__btns .gr_cart_btn, .gr-btn-3, .gr-field-style input[type="button"], .tpl-field input[type="button"], .shop2-btn.shop2-btn-back, .shop2-product-options .option-body .file, .shop2-compare-switch a, .folders-submenu a.folders-submenu__prev, .folders-submenu a.folders-submenu__next, .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, .g-button, .product-list.thumbs .product-item .gr-product-options .gr-options-more__btn, .product-list.thumbs .product-item .buy-one-click, .product-list.simple .product-item .gr-product-options .gr-options-more__btn, .product-list.simple .product-item .buy-one-click, .product-list.list .product-item .gr-product-options .gr-options-more__btn, .product-list.list .product-item .buy-one-click, .shop2-vendor-folders li a, .inner-folders li a, .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, #search-result .search-result-btn, .smart-search-folders__list li a, .smart-search-vendors__list li a, .card-product-preview__btns .card_popup_close, .gr-btn-4, .gr-icon-btn-1, .gr-icon-btn-2, .filter-block .shop2-filter__title-icon, .search-form .row-title__icon, .product-quick-view .prev_product_caller, .product-quick-view .next_product_caller, .quick-view-trigger, .gr-icon-btn-3, #shop2-alert-ok, .shop2-alert-close, .shop2-product-actions dd .close-desc-action, .gr-favorite-popup__close, .cart-popup #shop2-cart .popup-product__close a, .product-quick-view .popover-close, .timer-block__close, .product-quick-view2 .popover-close, .remodal .remodal-close-btn, .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, .gr-field-style input[type="file"], .gr-field-style input[type="submit"], .tns-controls button, .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-compare-switch a.shop2-compare-switch-active:before, .filter-block .shop2-filter-btns .shop2-filter-go:before, .sorting-panel .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, .shop2-order-form ~ .form-item.form-item-submit button:before, .g-button.g-button--invert:before, .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, .shop2-product-actions dl dt.promo-action:before, .btn_cust:before, .gr-btn-2:before, .cart-popup__btns .gr-order-one-page:before, .timer-block__btn a:before, .card-product-preview__btns .gr_cart_btn:before, .gr-btn-3:before, .gr-field-style input[type="button"]:before, .tpl-field input[type="button"]:before, .shop2-btn.shop2-btn-back:before, .shop2-product-options .option-body .file:before, .shop2-compare-switch a:before, .folders-submenu a.folders-submenu__prev:before, .folders-submenu a.folders-submenu__next: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, .g-button:before, .product-list.thumbs .product-item .gr-product-options .gr-options-more__btn:before, .product-list.thumbs .product-item .buy-one-click:before, .product-list.simple .product-item .gr-product-options .gr-options-more__btn:before, .product-list.simple .product-item .buy-one-click:before, .product-list.list .product-item .gr-product-options .gr-options-more__btn:before, .product-list.list .product-item .buy-one-click:before, .shop2-vendor-folders li a:before, .inner-folders li a: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, #search-result .search-result-btn:before, .smart-search-folders__list li a:before, .smart-search-vendors__list li a:before, .card-product-preview__btns .card_popup_close:before, .gr-btn-4:before, .gr-icon-btn-1:before, .gr-icon-btn-2:before, .filter-block .shop2-filter__title-icon:before, .search-form .row-title__icon:before, .product-quick-view .prev_product_caller:before, .product-quick-view .next_product_caller:before, .quick-view-trigger:before, .gr-icon-btn-3:before, #shop2-alert-ok:before, .shop2-alert-close:before, .shop2-product-actions dd .close-desc-action:before, .gr-favorite-popup__close: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, .remodal .remodal-close-btn: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, .gr-field-style input[type="file"]:before, .gr-field-style input[type="submit"]:before, .tns-controls button: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: rgba(255, 255, 255, 0.35);
}
.gr-btn-style:hover:before, .gr-btn-1:hover:before, .shop2-compare-switch a.shop2-compare-switch-active:hover:before, .filter-block .shop2-filter-btns .shop2-filter-go:hover:before, .sorting-panel .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, .shop2-order-form ~ .form-item.form-item-submit button:hover:before, .g-button.g-button--invert:hover:before, .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, .shop2-product-actions dl dt.promo-action:hover:before, .btn_cust:hover:before, .gr-btn-2:hover:before, .cart-popup__btns .gr-order-one-page:hover:before, .timer-block__btn a:hover:before, .card-product-preview__btns .gr_cart_btn:hover:before, .gr-btn-3:hover:before, .gr-field-style input[type="button"]:hover:before, .tpl-field input[type="button"]:hover:before, .shop2-btn.shop2-btn-back:hover:before, .shop2-product-options .option-body .file:hover:before, .shop2-compare-switch a:hover:before, .folders-submenu a.folders-submenu__prev:hover:before, .folders-submenu a.folders-submenu__next: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, .g-button:hover:before, .product-list.thumbs .product-item .gr-product-options .gr-options-more__btn:hover:before, .product-list.thumbs .product-item .buy-one-click:hover:before, .product-list.simple .product-item .gr-product-options .gr-options-more__btn:hover:before, .product-list.simple .product-item .buy-one-click:hover:before, .product-list.list .product-item .gr-product-options .gr-options-more__btn:hover:before, .product-list.list .product-item .buy-one-click:hover:before, .shop2-vendor-folders li a:hover:before, .inner-folders li a: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, #search-result .search-result-btn:hover:before, .smart-search-folders__list li a:hover:before, .smart-search-vendors__list li a:hover:before, .card-product-preview__btns .card_popup_close:hover:before, .gr-btn-4:hover:before, .gr-icon-btn-1:hover:before, .gr-icon-btn-2:hover:before, .filter-block .shop2-filter__title-icon:hover:before, .search-form .row-title__icon: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-3:hover:before, #shop2-alert-ok:hover:before, .shop2-alert-close:hover:before, .shop2-product-actions dd .close-desc-action:hover:before, .gr-favorite-popup__close: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, .remodal .remodal-close-btn: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, .gr-field-style input[type="file"]:hover:before, .gr-field-style input[type="submit"]:hover:before, .tns-controls button:hover:before, .tns-nav button:hover:before {
  opacity: 1;
  visibility: visible;
}
.gr-btn-style:active:before, .gr-btn-1:active:before, .shop2-compare-switch a.shop2-compare-switch-active:active:before, .filter-block .shop2-filter-btns .shop2-filter-go:active:before, .sorting-panel .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, .shop2-order-form ~ .form-item.form-item-submit button:active:before, .g-button.g-button--invert:active:before, .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, .shop2-product-actions dl dt.promo-action:active:before, .btn_cust:active:before, .gr-btn-2:active:before, .cart-popup__btns .gr-order-one-page:active:before, .timer-block__btn a:active:before, .card-product-preview__btns .gr_cart_btn:active:before, .gr-btn-3:active:before, .gr-field-style input[type="button"]:active:before, .tpl-field input[type="button"]:active:before, .shop2-btn.shop2-btn-back:active:before, .shop2-product-options .option-body .file:active:before, .shop2-compare-switch a:active:before, .folders-submenu a.folders-submenu__prev:active:before, .folders-submenu a.folders-submenu__next: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, .g-button:active:before, .product-list.thumbs .product-item .gr-product-options .gr-options-more__btn:active:before, .product-list.thumbs .product-item .buy-one-click:active:before, .product-list.simple .product-item .gr-product-options .gr-options-more__btn:active:before, .product-list.simple .product-item .buy-one-click:active:before, .product-list.list .product-item .gr-product-options .gr-options-more__btn:active:before, .product-list.list .product-item .buy-one-click:active:before, .shop2-vendor-folders li a:active:before, .inner-folders li a: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, #search-result .search-result-btn:active:before, .smart-search-folders__list li a:active:before, .smart-search-vendors__list li a:active:before, .card-product-preview__btns .card_popup_close:active:before, .gr-btn-4:active:before, .gr-icon-btn-1:active:before, .gr-icon-btn-2:active:before, .filter-block .shop2-filter__title-icon:active:before, .search-form .row-title__icon: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-3:active:before, #shop2-alert-ok:active:before, .shop2-alert-close:active:before, .shop2-product-actions dd .close-desc-action:active:before, .gr-favorite-popup__close: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, .remodal .remodal-close-btn: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, .gr-field-style input[type="file"]:active:before, .gr-field-style input[type="submit"]:active:before, .tns-controls button:active:before, .tns-nav button:active:before {
  background: rgba(0, 0, 0, 0.05);
  opacity: 1;
  visibility: visible;
}
.gr-btn-style:active, .gr-btn-1:active, .shop2-compare-switch a.shop2-compare-switch-active:active, .filter-block .shop2-filter-btns .shop2-filter-go:active, .sorting-panel .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, .shop2-order-form ~ .form-item.form-item-submit button:active, .g-button.g-button--invert:active, .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, .shop2-product-actions dl dt.promo-action:active, .btn_cust:active, .gr-btn-2:active, .cart-popup__btns .gr-order-one-page:active, .timer-block__btn a:active, .card-product-preview__btns .gr_cart_btn:active, .gr-btn-3:active, .gr-field-style input[type="button"]:active, .tpl-field input[type="button"]:active, .shop2-btn.shop2-btn-back:active, .shop2-product-options .option-body .file:active, .shop2-compare-switch a:active, .folders-submenu a.folders-submenu__prev:active, .folders-submenu a.folders-submenu__next: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, .g-button:active, .product-list.thumbs .product-item .gr-product-options .gr-options-more__btn:active, .product-list.thumbs .product-item .buy-one-click:active, .product-list.simple .product-item .gr-product-options .gr-options-more__btn:active, .product-list.simple .product-item .buy-one-click:active, .product-list.list .product-item .gr-product-options .gr-options-more__btn:active, .product-list.list .product-item .buy-one-click:active, .shop2-vendor-folders li a:active, .inner-folders li a: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, #search-result .search-result-btn:active, .smart-search-folders__list li a:active, .smart-search-vendors__list li a:active, .card-product-preview__btns .card_popup_close:active, .gr-btn-4:active, .gr-icon-btn-1:active, .gr-icon-btn-2:active, .filter-block .shop2-filter__title-icon:active, .search-form .row-title__icon:active, .product-quick-view .prev_product_caller:active, .product-quick-view .next_product_caller:active, .quick-view-trigger:active, .gr-icon-btn-3:active, #shop2-alert-ok:active, .shop2-alert-close:active, .shop2-product-actions dd .close-desc-action:active, .gr-favorite-popup__close: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, .remodal .remodal-close-btn: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, .gr-field-style input[type="file"]:active, .gr-field-style input[type="submit"]:active, .tns-controls button:active, .tns-nav button:active {
  transition: all 0.05s linear;
}
.gr-btn-style:active:before, .gr-btn-1:active:before, .shop2-compare-switch a.shop2-compare-switch-active:active:before, .filter-block .shop2-filter-btns .shop2-filter-go:active:before, .sorting-panel .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, .shop2-order-form ~ .form-item.form-item-submit button:active:before, .g-button.g-button--invert:active:before, .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, .shop2-product-actions dl dt.promo-action:active:before, .btn_cust:active:before, .gr-btn-2:active:before, .cart-popup__btns .gr-order-one-page:active:before, .timer-block__btn a:active:before, .card-product-preview__btns .gr_cart_btn:active:before, .gr-btn-3:active:before, .gr-field-style input[type="button"]:active:before, .tpl-field input[type="button"]:active:before, .shop2-btn.shop2-btn-back:active:before, .shop2-product-options .option-body .file:active:before, .shop2-compare-switch a:active:before, .folders-submenu a.folders-submenu__prev:active:before, .folders-submenu a.folders-submenu__next: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, .g-button:active:before, .product-list.thumbs .product-item .gr-product-options .gr-options-more__btn:active:before, .product-list.thumbs .product-item .buy-one-click:active:before, .product-list.simple .product-item .gr-product-options .gr-options-more__btn:active:before, .product-list.simple .product-item .buy-one-click:active:before, .product-list.list .product-item .gr-product-options .gr-options-more__btn:active:before, .product-list.list .product-item .buy-one-click:active:before, .shop2-vendor-folders li a:active:before, .inner-folders li a: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, #search-result .search-result-btn:active:before, .smart-search-folders__list li a:active:before, .smart-search-vendors__list li a:active:before, .card-product-preview__btns .card_popup_close:active:before, .gr-btn-4:active:before, .gr-icon-btn-1:active:before, .gr-icon-btn-2:active:before, .filter-block .shop2-filter__title-icon:active:before, .search-form .row-title__icon: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-3:active:before, #shop2-alert-ok:active:before, .shop2-alert-close:active:before, .shop2-product-actions dd .close-desc-action:active:before, .gr-favorite-popup__close: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, .remodal .remodal-close-btn: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, .gr-field-style input[type="file"]:active:before, .gr-field-style input[type="submit"]:active:before, .tns-controls button:active:before, .tns-nav button:active:before {
  transition: all 0.05s linear;
}
/*----Text buttons----*/
.gr-large-btn-desktop, .shop-product-btn.type-3, .shop2-order-form ~ .form-item.form-item-submit button.shop2-btn, .product-list.simple .product-item .buy-one-click.buy_one_click_action, .product-quick-view .shop2-product .form-additional .gr-quick-more-btn.gr_quick_more_btn, .gr-buttons__item-list a.large, .gr-buttons__item-list button.large {
  font-size: 16px;
  line-height: 18px;
  padding: 19px 40px;
}
@media (max-width: 1260px) {
  .gr-large-btn-tablet, .shop2-order-form ~ .form-item.form-item-submit button.shop2-btn, .gr-buttons__item-list a.large, .gr-buttons__item-list button.large {
    font-size: 16px;
    line-height: 18px;
    padding: 18px 40px;
  }
}
@media (max-width: 767px) {
  .gr-large-btn-mobile, .shop2-order-form ~ .form-item.form-item-submit button.shop2-btn, .gr-buttons__item-list a.large, .gr-buttons__item-list button.large {
    font-size: 16px;
    line-height: 18px;
    padding: 16px 30px;
  }
}
.gr-medium-btn-desktop, .shop-product-btn, .shop-product-btn.type-2, .gr-btn-1, .shop2-compare-switch a.shop2-compare-switch-active, .filter-block .shop2-filter-btns .shop2-filter-go, .sorting-panel .filter-popup-btn, .login-form__enter .user-enter-btn, .login-form .user-block__orders .user-orders-btn, .search-form .search-rows__btn .search-btn, .shop2-order-form ~ .form-item.form-item-submit button, .g-button.g-button--invert, .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, .shop2-product-actions dl dt.promo-action, .btn_cust, .gr-btn-2, .cart-popup__btns .gr-order-one-page, .timer-block__btn a, .card-product-preview__btns .gr_cart_btn, .gr-btn-3, .gr-field-style input[type="button"], .tpl-field input[type="button"], .shop2-btn.shop2-btn-back, .shop2-product-options .option-body .file, .shop2-compare-switch a, .folders-submenu a.folders-submenu__prev, .folders-submenu a.folders-submenu__next, .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, .g-button, .product-list.thumbs .product-item .gr-product-options .gr-options-more__btn, .product-list.thumbs .product-item .buy-one-click, .product-list.simple .product-item .gr-product-options .gr-options-more__btn, .product-list.simple .product-item .buy-one-click, .product-list.list .product-item .gr-product-options .gr-options-more__btn, .product-list.list .product-item .buy-one-click, .shop2-vendor-folders li a, .inner-folders li a, .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, #search-result .search-result-btn, .smart-search-folders__list li a, .smart-search-vendors__list li a, .card-product-preview__btns .card_popup_close, .gr-btn-4, 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, .gr-field-style input[type="file"], .gr-field-style input[type="submit"], .filter-block .shop2-filter-btns .shop2-filter-go.gr_filter_go, .filter-block .shop2-filter-btns .shop2-filter-reset.gr_filter_reset, .product-list.simple .product-item .shop-product-btn.notavailable, .cart-bonuses__right .bonus-apply, .product-quick-view .shop2-product .gr-product-options .option-body .file {
  font-size: 16px;
  line-height: 18px;
  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, .g-button, .product-list.simple .product-item .shop-product-btn.notavailable, .cart-bonuses__right .bonus-apply, .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: 18px;
    padding: 15px 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, .g-button, .product-list.simple .product-item .shop-product-btn.notavailable, .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: 16px;
    line-height: 18px;
    padding: 14px 30px;
  }
}
.gr-small-btn-desktop, .shop-product-btn.type-1, .shop2-btn.shop2-btn-back, .shop2-product-options .option-body .file, .shop2-compare-switch a, .shop2-compare-switch a.shop2-compare-switch-active, .folders-submenu a.folders-submenu__prev, .folders-submenu a.folders-submenu__next, .filter-block .gr-filter-more__btn, .search-form .gr-filter-more__btn, .product-list.thumbs .product-item .gr-product-options .gr-options-more__btn, .product-list.simple .product-item .gr-product-options .gr-options-more__btn, .product-list.list .product-item .gr-product-options .gr-options-more__btn, .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, .shop2-vendor-folders li a, .shop2-product-actions dl dt.promo-action, .inner-folders li a, .product-quick-view .shop2-product .gr-product-options .gr-product-options-more__btn, #search-result .search-result-btn, .smart-search-folders__list li a, .smart-search-vendors__list li a, .gr-buttons__item-list a.small, .gr-buttons__item-list button.small {
  font-size: 14px;
  line-height: 16px;
  padding: 13px 20px;
}
@media (max-width: 1260px) {
  .gr-small-btn-tablet, .shop2-product-options .option-body .file, .folders-submenu a.folders-submenu__prev, .folders-submenu a.folders-submenu__next, .filter-block .gr-filter-more__btn, .search-form .gr-filter-more__btn, .product-list.thumbs .product-item .gr-product-options .gr-options-more__btn, .product-list.simple .product-item .gr-product-options .gr-options-more__btn, .product-list.list .product-item .gr-product-options .gr-options-more__btn, .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, .shop2-vendor-folders li a, .inner-folders li a, .product-quick-view .shop2-product .gr-product-options .gr-product-options-more__btn, #search-result .search-result-btn, .smart-search-folders__list li a, .smart-search-vendors__list li a, .gr-buttons__item-list a.small, .gr-buttons__item-list button.small {
    font-size: 14px;
    line-height: 16px;
    padding: 13px 20px;
  }
}
@media (max-width: 767px) {
  .gr-small-btn-mobile, .shop2-product-options .option-body .file, .folders-submenu a.folders-submenu__prev, .folders-submenu a.folders-submenu__next, .filter-block .gr-filter-more__btn, .search-form .gr-filter-more__btn, .product-list.thumbs .product-item .gr-product-options .gr-options-more__btn, .product-list.thumbs .product-item .shop-product-btn.notavailable, .product-list.simple .product-item .gr-product-options .gr-options-more__btn, .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 .gr-product-options .gr-options-more__btn, .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, .shop2-vendor-folders li a, .cart-bonuses__right .bonus-apply, .inner-folders li a, .product-quick-view .shop2-product .gr-product-options .gr-product-options-more__btn, #search-result .search-result-btn, .smart-search-folders__list li a, .smart-search-vendors__list li a, .gr-buttons__item-list a.small, .gr-buttons__item-list button.small {
    font-size: 14px;
    line-height: 16px;
    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, .gr-icon-btn-2, .filter-block .shop2-filter__title-icon, .search-form .row-title__icon, .product-quick-view .prev_product_caller, .product-quick-view .next_product_caller, .quick-view-trigger, .gr-icon-btn-3, #shop2-alert-ok, .shop2-alert-close, .shop2-product-actions dd .close-desc-action, .gr-favorite-popup__close, .cart-popup #shop2-cart .popup-product__close a, .product-quick-view .popover-close, .timer-block__close, .product-quick-view2 .popover-close, .remodal .remodal-close-btn, .gr-icon-btn-4, .tns-controls button {
  width: 50px;
  height: 50px;
  min-height: 50px;
}
@media (max-width: 1260px) {
  .gr-medium-icon-btn-tablet, .gr-icon-btn-1, .gr-icon-btn-2, .filter-block .shop2-filter__title-icon, .search-form .row-title__icon, .product-quick-view .prev_product_caller, .product-quick-view .next_product_caller, .quick-view-trigger, .gr-icon-btn-3, #shop2-alert-ok, .shop2-alert-close, .shop2-product-actions dd .close-desc-action, .gr-favorite-popup__close, .cart-popup #shop2-cart .popup-product__close a, .product-quick-view .popover-close, .timer-block__close, .product-quick-view2 .popover-close, .remodal .remodal-close-btn, .gr-icon-btn-4, .tns-controls button {
    width: 48px;
    height: 48px;
    min-height: 48px;
  }
}
@media (max-width: 767px) {
  .gr-medium-icon-btn-mobile, .gr-icon-btn-1, .gr-icon-btn-2, .filter-block .shop2-filter__title-icon, .search-form .row-title__icon, .product-quick-view .prev_product_caller, .product-quick-view .next_product_caller, .quick-view-trigger, .gr-icon-btn-3, #shop2-alert-ok, .shop2-alert-close, .shop2-product-actions dd .close-desc-action, .gr-favorite-popup__close, .cart-popup #shop2-cart .popup-product__close a, .product-quick-view .popover-close, .timer-block__close, .product-quick-view2 .popover-close, .remodal .remodal-close-btn, .gr-icon-btn-4, .tns-controls button {
    width: 46px;
    height: 46px;
    min-height: 46px;
  }
}
.gr-small-icon-btn-desktop, .tns-controls button, #shop2-alert-ok, .shop2-alert-close, .shop2-product-actions dd .close-desc-action, .product-list.list .product-item .quick-view-trigger, .gr-favorite-popup__close, .cart-popup #shop2-cart .popup-product__close a, .product-quick-view .popover-close, .timer-block__close, .product-quick-view2 .popover-close, .remodal .remodal-close-btn, .gr-icon-buttons .small {
  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, .shop2-product-actions dd .close-desc-action, .product-list.list .product-item .quick-view-trigger, .gr-favorite-popup__close, .product-quick-view .popover-close, .timer-block__close, .product-quick-view2 .popover-close, .remodal .remodal-close-btn, .gr-icon-buttons .small {
    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, .shop2-product-actions dd .close-desc-action, .product-list.list .product-item .quick-view-trigger, .gr-favorite-popup__close, .product-quick-view .popover-close, .timer-block__close, .product-quick-view2 .popover-close, .remodal .remodal-close-btn, .gr-icon-buttons .small {
    width: 30px;
    height: 30px;
    min-height: 30px;
  }
}
/*----Icon buttons----*/
.gr-btn-icon-left span, .shop2-btn.shop2-btn-back span, .folders-submenu a.folders-submenu__prev span, .gr-shop-print__btn a span, .shop2-panel .shop-panel-content a span, .cart-popup__cleanup a span, .icon-btns2 .gr-btn-1 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 .filter-block .shop2-filter-btns .shop2-filter-go span, .filter-block .shop2-filter-btns .icon-btns2 .shop2-filter-go span, .icon-btns2 .sorting-panel .filter-popup-btn span, .sorting-panel .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 .shop2-order-form ~ .form-item.form-item-submit button span, .shop2-order-form ~ .form-item.form-item-submit .icon-btns2 button span, .icon-btns2 .g-button.g-button--invert span, .icon-btns2 .product-list.thumbs .product-item .buy-one-click.buy_one_click_action span, .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 .shop2-product-actions dl dt.promo-action span, .shop2-product-actions dl .icon-btns2 dt.promo-action span, .icon-btns2 .btn_cust span {
  position: relative;
  vertical-align: top;
  display: inline-block;
  padding-left: 40px;
}
.gr-btn-icon-left span svg, .shop2-btn.shop2-btn-back span svg, .folders-submenu a.folders-submenu__prev span svg, .gr-shop-print__btn a span svg, .shop2-panel .shop-panel-content a span svg, .cart-popup__cleanup a span svg, .icon-btns2 .gr-btn-1 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 .filter-block .shop2-filter-btns .shop2-filter-go span svg, .filter-block .shop2-filter-btns .icon-btns2 .shop2-filter-go span svg, .icon-btns2 .sorting-panel .filter-popup-btn span svg, .sorting-panel .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 .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 .g-button.g-button--invert span svg, .icon-btns2 .product-list.thumbs .product-item .buy-one-click.buy_one_click_action span svg, .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 .shop2-product-actions dl dt.promo-action span svg, .shop2-product-actions dl .icon-btns2 dt.promo-action span svg, .icon-btns2 .btn_cust 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-right span, .shop2-product-options .option-body .file span, a.shop2-compare-delete span, .folders-submenu a.folders-submenu__next span, .filter-block .shop2-filter-btns .shop2-filter-reset.gr_filter_reset span, .sorting-panel .filter-popup-btn span, .lazy-pagelist .lazy-pagelist-btn span, .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, .product-quick-view .shop2-product .gr-product-options .gr-product-options-more__btn span, .icon-btns .gr-btn-1 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 .filter-block .shop2-filter-btns .shop2-filter-go span, .filter-block .shop2-filter-btns .icon-btns .shop2-filter-go span, .icon-btns .sorting-panel .filter-popup-btn span, .sorting-panel .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 .shop2-order-form ~ .form-item.form-item-submit button span, .shop2-order-form ~ .form-item.form-item-submit .icon-btns button span, .icon-btns .g-button.g-button--invert span, .icon-btns .product-list.thumbs .product-item .buy-one-click.buy_one_click_action span, .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 .shop2-product-actions dl dt.promo-action span, .shop2-product-actions dl .icon-btns dt.promo-action span, .icon-btns .btn_cust span {
  position: relative;
  vertical-align: top;
  display: inline-block;
  padding-right: 40px;
}
.gr-btn-icon-right span svg, .shop2-product-options .option-body .file span svg, a.shop2-compare-delete span svg, .folders-submenu a.folders-submenu__next span svg, .filter-block .shop2-filter-btns .shop2-filter-reset.gr_filter_reset span svg, .sorting-panel .filter-popup-btn span svg, .lazy-pagelist .lazy-pagelist-btn span svg, .product-list.thumbs .product-item .gr-product-options .gr-options-more__btn span svg, .product-list.simple .product-item .gr-product-options .gr-options-more__btn span svg, .product-list.list .product-item .gr-product-options .gr-options-more__btn span svg, .product-quick-view .shop2-product .gr-product-options .gr-product-options-more__btn span svg, .icon-btns .gr-btn-1 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 .filter-block .shop2-filter-btns .shop2-filter-go span svg, .filter-block .shop2-filter-btns .icon-btns .shop2-filter-go span svg, .icon-btns .sorting-panel .filter-popup-btn span svg, .sorting-panel .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 .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 .g-button.g-button--invert span svg, .icon-btns .product-list.thumbs .product-item .buy-one-click.buy_one_click_action span svg, .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 .shop2-product-actions dl dt.promo-action span svg, .shop2-product-actions dl .icon-btns dt.promo-action span svg, .icon-btns .btn_cust span svg {
  position: absolute;
  top: 50%;
  right: 0;
  width: 30px;
  height: 30px;
  transform: translateY(-50%) rotate(0.001deg);
  transition: all 0.18s linear;
}
.tns-controls button, .tns-nav button {
  fill: var(--gr_bg_primary_border);
}
.tns-controls button:hover, .tns-nav button:hover {
  fill: var(--gr_main_primary);
}
.shop-product-btn {
  font-weight: var(--font1_500);
  font-family: var(--font1);
  color: var(--buy_btn_txt);
  border: none;
  background: var(--gr_main_accent);
  box-shadow: none;
}
.shop-product-btn:hover {
  color: var(--buy_btn_txt_h);
  border: none;
  box-shadow: none;
  background: var(--gr_main_accent_hover);
}
.shop-product-btn:active {
  color: var(--buy_btn_txt_a);
  border: none;
  box-shadow: none;
  background: var(--gr_main_accent);
}
.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 {
  fill: var(--buy_btn_txt);
}
.shop-product-btn.buy:hover span svg {
  fill: var(--buy_btn_txt_h);
}
.shop-product-btn.buy:active span svg {
  fill: var(--buy_btn_txt_a);
}
.shop-product-btn.onrequest span svg {
  fill: var(--buy_btn_txt);
}
.shop-product-btn.onrequest:hover span svg {
  fill: var(--buy_btn_txt_h);
}
.shop-product-btn.onrequest:active span svg {
  fill: var(--buy_btn_txt_a);
}
.shop-product-btn.notavailable {
  color: var(--disabledColor);
  border: none;
  box-shadow: none;
  background: var(--disabledBackground);
  pointer-events: none;
}
.shop-product-btn.notavailable span svg {
  fill: var(--disabledColor);
}
body .product-compare {
  position: relative;
  padding: 0;
  border: none;
}
body .product-compare.product-compare-added {
  font-size: 0;
}
body .product-compare.product-compare-added .gr-compare-checkbox {
  position: relative;
  height: 28px;
  width: 28px;
  margin-right: 12px;
  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;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.18s linear;
  box-shadow: none;
  border-radius: var(--gr_small_radius);
  background: var(--gr_main_primary);
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  content: "";
  line-height: 28px;
  font-size: 8px;
  text-align: center;
  color: var(--checkbox_bg);
}
body .product-compare.product-compare-added .link-reset {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: -2px;
  text-decoration: none;
  color: var(--gr_bg_acc_text);
  transition: all 0.18s linear;
  border-bottom: 1px solid transparent;
  font: var(--font1_400) 16px/ 20px var(--font1);
}
body .product-compare.product-compare-added .link-reset:hover {
  border-bottom-color: var(--gr_bg_acc_text_05);
}
body .product-compare.product-compare-added .link-reset span {
  font-weight: var(--font1_500);
}
body .product-compare .gr-compare-plus {
  position: relative;
  cursor: pointer;
  min-height: 28px;
  padding: 0 0 0 40px;
  align-items: center;
  display: inline-flex;
  color: var(--gr_bg_acc_text);
  font: var(--font1_400) 16px/ 21px var(--font1);
  transition: all 0.18s linear;
}
body .product-compare .gr-compare-plus:hover {
  color: var(--gr_main_primary);
}
body .product-compare .gr-compare-plus:hover:before {
  box-shadow: inset 0 0 0 2px var(--gr_main_primary);
}
body .product-compare .gr-compare-plus:before {
  position: absolute;
  cursor: pointer;
  content: "";
  top: 0;
  left: 0;
  height: 28px;
  width: 28px;
  background: transparent;
  transition: all 0.18s linear;
  border-radius: var(--gr_small_radius);
  box-shadow: inset 0 0 0 1px var(--gr_bg_acc_border_02);
}
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;
}
.gr-btn-1, .shop2-compare-switch a.shop2-compare-switch-active, .filter-block .shop2-filter-btns .shop2-filter-go, .sorting-panel .filter-popup-btn, .login-form__enter .user-enter-btn, .login-form .user-block__orders .user-orders-btn, .search-form .search-rows__btn .search-btn, .shop2-order-form ~ .form-item.form-item-submit button, .g-button.g-button--invert, .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, .shop2-product-actions dl dt.promo-action, .btn_cust {
  font-weight: var(--font1_500);
  font-family: var(--font1);
  color: var(--btn1_txt);
  border: none;
  background: var(--gr_main_primary);
  box-shadow: none;
}
.gr-btn-1 svg, .shop2-compare-switch a.shop2-compare-switch-active svg, .filter-block .shop2-filter-btns .shop2-filter-go svg, .sorting-panel .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, .shop2-order-form ~ .form-item.form-item-submit button svg, .g-button.g-button--invert svg, .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, .shop2-product-actions dl dt.promo-action svg, .btn_cust svg {
  fill: var(--btn1_txt);
}
.gr-btn-1:hover, .shop2-compare-switch a.shop2-compare-switch-active:hover, .filter-block .shop2-filter-btns .shop2-filter-go:hover, .sorting-panel .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, .shop2-order-form ~ .form-item.form-item-submit button:hover, .g-button.g-button--invert:hover, .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, .shop2-product-actions dl dt.promo-action:hover, .btn_cust:hover {
  color: var(--btn1_txt_h);
  border: none;
  box-shadow: none;
  background: var(--gr_main_primary);
}
.gr-btn-1:hover svg, .shop2-compare-switch a.shop2-compare-switch-active:hover svg, .filter-block .shop2-filter-btns .shop2-filter-go:hover svg, .sorting-panel .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, .shop2-order-form ~ .form-item.form-item-submit button:hover svg, .g-button.g-button--invert:hover svg, .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, .shop2-product-actions dl dt.promo-action:hover svg, .btn_cust:hover svg {
  fill: var(--btn1_txt_h);
}
.gr-btn-1:active, .shop2-compare-switch a.shop2-compare-switch-active:active, .filter-block .shop2-filter-btns .shop2-filter-go:active, .sorting-panel .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, .shop2-order-form ~ .form-item.form-item-submit button:active, .g-button.g-button--invert:active, .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, .shop2-product-actions dl dt.promo-action:active, .btn_cust:active {
  color: var(--btn1_txt_a);
  border: none;
  box-shadow: none;
  background: var(--gr_main_primary);
}
.gr-btn-1:active svg, .shop2-compare-switch a.shop2-compare-switch-active:active svg, .filter-block .shop2-filter-btns .shop2-filter-go:active svg, .sorting-panel .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, .shop2-order-form ~ .form-item.form-item-submit button:active svg, .g-button.g-button--invert:active svg, .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, .shop2-product-actions dl dt.promo-action:active svg, .btn_cust:active svg {
  fill: var(--btn1_txt_a);
}
.gr-btn-2, .cart-popup__btns .gr-order-one-page, .timer-block__btn a, .card-product-preview__btns .gr_cart_btn {
  font-weight: var(--font1_500);
  font-family: var(--font1);
  color: var(--gr_main_accent_text);
  border: none;
  background: var(--gr_main_accent);
  box-shadow: none;
}
.gr-btn-2 svg, .cart-popup__btns .gr-order-one-page svg, .timer-block__btn a svg, .card-product-preview__btns .gr_cart_btn svg {
  fill: var(--gr_main_accent_text);
}
.gr-btn-2:hover, .cart-popup__btns .gr-order-one-page:hover, .timer-block__btn a:hover, .card-product-preview__btns .gr_cart_btn:hover {
  color: var(--gr_main_accent_text);
  border: none;
  box-shadow: none;
  background: var(--gr_main_accent);
}
.gr-btn-2:hover svg, .cart-popup__btns .gr-order-one-page:hover svg, .timer-block__btn a:hover svg, .card-product-preview__btns .gr_cart_btn:hover svg {
  fill: var(--gr_main_accent_text);
}
.gr-btn-2:active, .cart-popup__btns .gr-order-one-page:active, .timer-block__btn a:active, .card-product-preview__btns .gr_cart_btn:active {
  color: var(--gr_main_accent_text);
  border: none;
  box-shadow: none;
  background: var(--gr_main_accent);
}
.gr-btn-2:active svg, .cart-popup__btns .gr-order-one-page:active svg, .timer-block__btn a:active svg, .card-product-preview__btns .gr_cart_btn:active svg {
  fill: var(--gr_main_accent_text);
}
.gr-btn-3, .gr-field-style input[type="button"], .tpl-field input[type="button"], .shop2-btn.shop2-btn-back, .shop2-product-options .option-body .file, .shop2-compare-switch a, .folders-submenu a.folders-submenu__prev, .folders-submenu a.folders-submenu__next, .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, .g-button, .product-list.thumbs .product-item .gr-product-options .gr-options-more__btn, .product-list.thumbs .product-item .buy-one-click, .product-list.simple .product-item .gr-product-options .gr-options-more__btn, .product-list.simple .product-item .buy-one-click, .product-list.list .product-item .gr-product-options .gr-options-more__btn, .product-list.list .product-item .buy-one-click, .shop2-vendor-folders li a, .inner-folders li a, .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, #search-result .search-result-btn, .smart-search-folders__list li a, .smart-search-vendors__list li a, .card-product-preview__btns .card_popup_close {
  font-weight: var(--font1_500);
  font-family: var(--font1);
  color: var(--btn3_txt);
  border: none;
  background: none;
  box-shadow: inset 0 0 0 1px var(--gr_main_primary);
}
.gr-btn-3 svg, .gr-field-style input[type="button"] svg, .tpl-field input[type="button"] svg, .shop2-btn.shop2-btn-back svg, .shop2-product-options .option-body .file svg, .shop2-compare-switch a svg, .folders-submenu a.folders-submenu__prev svg, .folders-submenu a.folders-submenu__next 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, .g-button svg, .product-list.thumbs .product-item .gr-product-options .gr-options-more__btn svg, .product-list.thumbs .product-item .buy-one-click svg, .product-list.simple .product-item .gr-product-options .gr-options-more__btn svg, .product-list.simple .product-item .buy-one-click svg, .product-list.list .product-item .gr-product-options .gr-options-more__btn svg, .product-list.list .product-item .buy-one-click svg, .shop2-vendor-folders li a svg, .inner-folders li a 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, #search-result .search-result-btn svg, .smart-search-folders__list li a svg, .smart-search-vendors__list li a svg, .card-product-preview__btns .card_popup_close svg {
  fill: var(--btn3_txt);
}
.gr-btn-3:hover, .gr-field-style input[type="button"]:hover, .tpl-field input[type="button"]:hover, .shop2-btn.shop2-btn-back:hover, .shop2-product-options .option-body .file:hover, .shop2-compare-switch a:hover, .folders-submenu a.folders-submenu__prev:hover, .folders-submenu a.folders-submenu__next: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, .g-button:hover, .product-list.thumbs .product-item .gr-product-options .gr-options-more__btn:hover, .product-list.thumbs .product-item .buy-one-click:hover, .product-list.simple .product-item .gr-product-options .gr-options-more__btn:hover, .product-list.simple .product-item .buy-one-click:hover, .product-list.list .product-item .gr-product-options .gr-options-more__btn:hover, .product-list.list .product-item .buy-one-click:hover, .shop2-vendor-folders li a:hover, .inner-folders li a: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, #search-result .search-result-btn:hover, .smart-search-folders__list li a:hover, .smart-search-vendors__list li a:hover, .card-product-preview__btns .card_popup_close:hover {
  color: var(--btn3_txt_h);
  border: none;
  box-shadow: none;
  background: var(--gr_main_primary);
}
.gr-btn-3:hover svg, .gr-field-style input[type="button"]:hover svg, .tpl-field input[type="button"]:hover svg, .shop2-btn.shop2-btn-back:hover svg, .shop2-product-options .option-body .file:hover svg, .shop2-compare-switch a:hover svg, .folders-submenu a.folders-submenu__prev:hover svg, .folders-submenu a.folders-submenu__next: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, .g-button:hover svg, .product-list.thumbs .product-item .gr-product-options .gr-options-more__btn:hover svg, .product-list.thumbs .product-item .buy-one-click:hover svg, .product-list.simple .product-item .gr-product-options .gr-options-more__btn:hover svg, .product-list.simple .product-item .buy-one-click:hover svg, .product-list.list .product-item .gr-product-options .gr-options-more__btn:hover svg, .product-list.list .product-item .buy-one-click:hover svg, .shop2-vendor-folders li a:hover svg, .inner-folders li a: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, #search-result .search-result-btn:hover svg, .smart-search-folders__list li a:hover svg, .smart-search-vendors__list li a:hover svg, .card-product-preview__btns .card_popup_close:hover svg {
  fill: var(--btn3_txt_h);
}
.gr-btn-3:active, .gr-field-style input[type="button"]:active, .tpl-field input[type="button"]:active, .shop2-btn.shop2-btn-back:active, .shop2-product-options .option-body .file:active, .shop2-compare-switch a:active, .folders-submenu a.folders-submenu__prev:active, .folders-submenu a.folders-submenu__next: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, .g-button:active, .product-list.thumbs .product-item .gr-product-options .gr-options-more__btn:active, .product-list.thumbs .product-item .buy-one-click:active, .product-list.simple .product-item .gr-product-options .gr-options-more__btn:active, .product-list.simple .product-item .buy-one-click:active, .product-list.list .product-item .gr-product-options .gr-options-more__btn:active, .product-list.list .product-item .buy-one-click:active, .shop2-vendor-folders li a:active, .inner-folders li a: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, #search-result .search-result-btn:active, .smart-search-folders__list li a:active, .smart-search-vendors__list li a:active, .card-product-preview__btns .card_popup_close:active {
  color: var(--btn3_txt_a);
  border: none;
  box-shadow: none;
  background: var(--gr_main_primary);
}
.gr-btn-3:active svg, .gr-field-style input[type="button"]:active svg, .tpl-field input[type="button"]:active svg, .shop2-btn.shop2-btn-back:active svg, .shop2-product-options .option-body .file:active svg, .shop2-compare-switch a:active svg, .folders-submenu a.folders-submenu__prev:active svg, .folders-submenu a.folders-submenu__next: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, .g-button:active svg, .product-list.thumbs .product-item .gr-product-options .gr-options-more__btn:active svg, .product-list.thumbs .product-item .buy-one-click:active svg, .product-list.simple .product-item .gr-product-options .gr-options-more__btn:active svg, .product-list.simple .product-item .buy-one-click:active svg, .product-list.list .product-item .gr-product-options .gr-options-more__btn:active svg, .product-list.list .product-item .buy-one-click:active svg, .shop2-vendor-folders li a:active svg, .inner-folders li a: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, #search-result .search-result-btn:active svg, .smart-search-folders__list li a:active svg, .smart-search-vendors__list li a:active svg, .card-product-preview__btns .card_popup_close:active svg {
  fill: var(--btn3_txt_a);
}
.gr-btn-4 {
  font-weight: var(--font1_500);
  font-family: var(--font1);
  color: var(--btn4_txt);
  border: none;
  background: var(--gr_main_primary);
  box-shadow: none;
}
.gr-btn-4 svg {
  fill: var(--btn4_txt);
}
.gr-btn-4:hover {
  color: var(--btn4_txt_h);
  border: none;
  box-shadow: none;
  background: var(--gr_main_primary);
}
.gr-btn-4:hover svg {
  fill: var(--btn4_txt_h);
}
.gr-btn-4:active {
  color: var(--btn4_txt_a);
  border: none;
  box-shadow: none;
  background: var(--gr_main_primary);
}
.gr-btn-4:active svg {
  fill: var(--btn4_txt_a);
}
.gr-icon-btn-1 {
  border-radius: var(--gr_btn_radius);
  font-size: 0;
  padding: 0;
  opacity: 1;
  visibility: visible;
  transition: all 0.18s linear;
  border: none;
  background: var(--gr_main_primary_1);
  box-shadow: none;
}
.gr-icon-btn-1:before {
  border-radius: 50%;
}
.gr-icon-btn-1:hover {
  border: none;
  box-shadow: none;
  background: var(--gr_main_primary);
}
.gr-icon-btn-1:hover svg {
  fill: var(--icon_btn1_color_h);
}
.gr-icon-btn-1:active {
  border: none;
  box-shadow: none;
  background: var(--gr_main_primary);
}
.gr-icon-btn-1:active svg {
  fill: var(--icon_btn1_color_a);
}
.gr-icon-btn-1 svg {
  width: 30px;
  height: 30px;
  fill: var(--icon_btn1_color);
  transition: all 0.18s linear;
}
.gr-icon-btn-2, .filter-block .shop2-filter__title-icon, .search-form .row-title__icon, .product-quick-view .prev_product_caller, .product-quick-view .next_product_caller, .quick-view-trigger {
  border-radius: var(--gr_btn_radius);
  font-size: 0;
  padding: 0;
  opacity: 1;
  visibility: visible;
  transition: all 0.18s linear;
  border: none;
  background: var(--gr_main_primary);
  box-shadow: none;
}
.gr-icon-btn-2:before, .filter-block .shop2-filter__title-icon:before, .search-form .row-title__icon:before, .product-quick-view .prev_product_caller:before, .product-quick-view .next_product_caller:before, .quick-view-trigger:before {
  border-radius: var(--gr_btn_radius);
}
.gr-icon-btn-2:hover, .filter-block .shop2-filter__title-icon:hover, .search-form .row-title__icon:hover, .product-quick-view .prev_product_caller:hover, .product-quick-view .next_product_caller:hover, .quick-view-trigger:hover {
  border: none;
  box-shadow: none;
  background: var(--gr_main_primary);
}
.gr-icon-btn-2:hover svg, .filter-block .shop2-filter__title-icon:hover svg, .search-form .row-title__icon: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(--icon_btn2_color_h);
}
.gr-icon-btn-2:active, .filter-block .shop2-filter__title-icon:active, .search-form .row-title__icon:active, .product-quick-view .prev_product_caller:active, .product-quick-view .next_product_caller:active, .quick-view-trigger:active {
  border: none;
  box-shadow: none;
  background: var(--gr_main_primary);
}
.gr-icon-btn-2:active svg, .filter-block .shop2-filter__title-icon:active svg, .search-form .row-title__icon: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(--icon_btn2_color_a);
}
.gr-icon-btn-2 svg, .filter-block .shop2-filter__title-icon svg, .search-form .row-title__icon 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_main_primary_icon);
  transition: all 0.18s linear;
}
.gr-icon-btn-3, #shop2-alert-ok, .shop2-alert-close, .shop2-product-actions dd .close-desc-action, .gr-favorite-popup__close, .cart-popup #shop2-cart .popup-product__close a, .product-quick-view .popover-close, .timer-block__close, .product-quick-view2 .popover-close, .remodal .remodal-close-btn {
  border-radius: var(--gr_btn_radius);
  font-size: 0;
  padding: 0;
  opacity: 1;
  visibility: visible;
  transition: all 0.18s linear;
  border: none;
  background: none;
  box-shadow: none;
}
.gr-icon-btn-3:before, #shop2-alert-ok:before, .shop2-alert-close:before, .shop2-product-actions dd .close-desc-action:before, .gr-favorite-popup__close: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, .remodal .remodal-close-btn:before {
  border-radius: 50%;
  display: none;
}
.gr-icon-btn-3:hover, #shop2-alert-ok:hover, .shop2-alert-close:hover, .shop2-product-actions dd .close-desc-action:hover, .gr-favorite-popup__close: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, .remodal .remodal-close-btn:hover {
  border: none;
  box-shadow: none;
  background: none;
}
.gr-icon-btn-3:hover svg, #shop2-alert-ok:hover svg, .shop2-alert-close:hover svg, .shop2-product-actions dd .close-desc-action:hover svg, .gr-favorite-popup__close: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, .remodal .remodal-close-btn:hover svg {
  fill: var(--icon_btn3_color_h);
}
.gr-icon-btn-3:active, #shop2-alert-ok:active, .shop2-alert-close:active, .shop2-product-actions dd .close-desc-action:active, .gr-favorite-popup__close: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, .remodal .remodal-close-btn:active {
  border: none;
  box-shadow: none;
  background: none;
}
.gr-icon-btn-3:active svg, #shop2-alert-ok:active svg, .shop2-alert-close:active svg, .shop2-product-actions dd .close-desc-action:active svg, .gr-favorite-popup__close: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, .remodal .remodal-close-btn:active svg {
  fill: var(--icon_btn3_color_a);
}
.gr-icon-btn-3 svg, #shop2-alert-ok svg, .shop2-alert-close svg, .shop2-product-actions dd .close-desc-action svg, .gr-favorite-popup__close 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, .remodal .remodal-close-btn svg {
  width: 30px;
  height: 30px;
  fill: var(--icon_btn3_color);
  transition: all 0.18s linear;
}
.gr-icon-btn-4, .tns-controls button {
  border-radius: var(--gr_btn_radius);
  font-size: 0;
  padding: 0;
  opacity: 1;
  visibility: visible;
  transition: all 0.18s linear;
  border: none;
  background: none;
  box-shadow: none;
}
.gr-icon-btn-4:before, .tns-controls button:before {
  display: none;
}
.gr-icon-btn-4:hover, .tns-controls button:hover {
  border: none;
  box-shadow: none;
  background: none;
}
.gr-icon-btn-4:hover svg, .tns-controls button:hover svg {
  fill: var(--icn_m1);
}
.gr-icon-btn-4:active, .tns-controls button:active {
  border: none;
  box-shadow: none;
  background: none;
}
.gr-icon-btn-4:active svg, .tns-controls button:active svg {
  fill: var(--gr_main_primary);
}
.gr-icon-btn-4 svg, .tns-controls button svg {
  width: 30px;
  height: 30px;
  fill: var(--gr_bg_primary_icon);
  transition: all 0.18s linear;
}
.tns-controls {
  outline: none;
}
.tns-controls button:first-child {
  margin-right: 10px;
}
.tns-controls button:hover svg {
  fill: var(--gr_main_primary);
}
.tns-nav {
  margin: 20px 0 0;
  outline: none;
  font-size: 0;
  text-align: center;
}
.tns-nav button {
  margin: 0 4px;
  min-height: 14px;
  height: 14px;
  width: 14px;
  border-radius: var(--gr_btn_radius);
  font-size: 0;
  padding: 0;
  opacity: 1;
  visibility: visible;
  border: none;
  background: none;
  box-shadow: none;
}
.tns-nav button:before {
  display: none;
}
.tns-nav button.tns-nav-active {
  background: var(--gr_main_primary);
}
.tns-nav button.tns-nav-active:hover, .tns-nav button.tns-nav-active:active {
  background: var(--gr_main_primary);
}
.tns-nav button:hover {
  border: none;
  box-shadow: none;
  background: none;
}
.tns-nav button:hover:before {
  display: none;
}
.tns-nav button:active {
  border: none;
  box-shadow: none;
  background: none;
}
.tns-nav button:active:before {
  display: none;
}
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, .gr-field-style input[type="file"], .gr-field-style input[type="submit"] {
  font-weight: var(--font1_500);
  font-family: var(--font1);
  color: var(--btn1_txt);
  border: none;
  background: var(--gr_main_primary);
  box-shadow: none;
  border-radius: var(--gr_btn_radius);
}
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, .gr-field-style input[type="file"]:hover, .gr-field-style input[type="submit"]:hover {
  color: var(--btn1_txt_h);
  border: none;
  box-shadow: none;
  background: var(--gr_main_primary);
}
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, .gr-field-style input[type="file"]:active, .gr-field-style input[type="submit"]:active {
  color: var(--btn1_txt_a);
  border: none;
  box-shadow: none;
  background: var(--gr_main_primary);
}
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, .gr-field-style input[type="file"].notavailable, .gr-field-style input[type="submit"].notavailable {
  color: var(--disabledColor);
  border: none;
  box-shadow: none;
  background: var(--disabledBackground);
  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, .gr-field-style input[type="file"].disabled, .gr-field-style input[type="submit"].disabled {
  color: var(--disabledColor);
  border: none;
  box-shadow: none;
  background: var(--disabledBackground);
  pointer-events: none;
}
.shop2-btn.shop2-btn-back span {
  padding-left: 20px;
}
.shop2-btn.shop2-btn-back span svg {
  left: -11px;
}
/*----Inputs----*/
.gr-large-input-desktop, .login-form__row.gr-field-style input[type="text"], .login-form__row.gr-field-style input[type="password"], .gr-fields .gr-field-style.large input {
  font-size: 16px;
  line-height: 20px;
  padding: 18px 20px;
}
@media (max-width: 1260px) {
  .gr-large-input-tablet, .login-form__row.gr-field-style input[type="text"], .login-form__row.gr-field-style input[type="password"], .gr-fields .gr-field-style.large input {
    font-size: 16px;
    line-height: 20px;
    padding: 16px 20px;
  }
}
@media (max-width: 767px) {
  .gr-large-input-mobile, .login-form__row.gr-field-style input[type="text"], .login-form__row.gr-field-style input[type="password"], .gr-fields .gr-field-style.large input {
    font-size: 16px;
    line-height: 20px;
    padding: 15px 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"], .gr-field-style input[type="email"], .gr-field-style input[type="tel"], .gr-field-style input[type="number"], .gr-field-style input[type="password"], .option-item input[type="text"], .option-item input[type="email"], .option-item input[type="tel"], .option-item input[type="number"], .option-item 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, .option-item textarea, .form-item textarea, .tpl-field select[multiple], .gr-field-style select[multiple], .option-item 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: 15px 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"], .gr-field-style input[type="email"], .gr-field-style input[type="tel"], .gr-field-style input[type="number"], .gr-field-style input[type="password"], .option-item input[type="text"], .option-item input[type="email"], .option-item input[type="tel"], .option-item input[type="number"], .option-item 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, .option-item textarea, .form-item textarea, .tpl-field select[multiple], .gr-field-style select[multiple], .option-item 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: 14px 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"], .gr-field-style input[type="email"], .gr-field-style input[type="tel"], .gr-field-style input[type="number"], .gr-field-style input[type="password"], .option-item input[type="text"], .option-item input[type="email"], .option-item input[type="tel"], .option-item input[type="number"], .option-item 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, .option-item textarea, .form-item textarea, .tpl-field select[multiple], .gr-field-style select[multiple], .option-item 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 {
  font-size: 13px;
  line-height: 16px;
  padding: 12px;
}
@media (max-width: 1260px) {
  .gr-small-input-tablet, .gr-fields .gr-field-style.small input {
    font-size: 13px;
    line-height: 16px;
    padding: 12px;
  }
}
@media (max-width: 767px) {
  .gr-small-input-mobile, .cart-bonuses__left #bonus-points, .gr-fields .gr-field-style.small input {
    font-size: 13px;
    line-height: 16px;
    padding: 12px;
  }
}
/*----Inputs----*/
/*----Selects----*/
.gr-large-select-desktop, .gr-fields .gr-field-style.large 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]) {
    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]), .option-item select:not([multiple]), .form-item select:not([multiple]), .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]), .option-item 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]), .option-item select:not([multiple]), .form-item select:not([multiple]), .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, .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]) {
  font-size: 14px;
  line-height: 16px;
  padding: 13px 40px 13px 12px;
  position: relative;
  background-color: transparent;
}
.gr-small-select-desktop:hover, .product-list.thumbs .product-item .gr-product-options .option-body select:hover, .product-list.simple .product-item .gr-product-options .option-body select:hover, .product-list.list .product-item .gr-product-options .option-body select:hover, .gr-fields .gr-field-style.small select:not([multiple]):hover {
  background: var(--white_elem);
}
.gr-small-select-desktop:focus, .product-list.thumbs .product-item .gr-product-options .option-body select:focus, .product-list.simple .product-item .gr-product-options .option-body select:focus, .product-list.list .product-item .gr-product-options .option-body select:focus, .gr-fields .gr-field-style.small select:not([multiple]):focus {
  background: var(--white_elem);
}
.gr-small-select-desktop.field-select-error.select-field, .product-list.thumbs .product-item .gr-product-options .option-body select.field-select-error.select-field, .product-list.simple .product-item .gr-product-options .option-body select.field-select-error.select-field, .product-list.list .product-item .gr-product-options .option-body select.field-select-error.select-field, .gr-fields .gr-field-style.small select.field-select-error.select-field:not([multiple]) {
  background: var(--red_1);
}
.gr-small-select-desktop.field-select-error.select-field:after, .product-list.thumbs .product-item .gr-product-options .option-body select.field-select-error.select-field:after, .product-list.simple .product-item .gr-product-options .option-body select.field-select-error.select-field:after, .product-list.list .product-item .gr-product-options .option-body select.field-select-error.select-field:after, .gr-fields .gr-field-style.small select.field-select-error.select-field:not([multiple]):after {
  color: var(--icn_m1);
}
.cart-product .gr-select-wrapper select {
  color: var(--gr_bg_acc_text);
}
.cart-product .gr-select-wrapper:after {
  color: var(--gr_bg_acc_text);
}
.gr-select-wrapper {
  display: block;
  position: relative;
}
.gr-select-wrapper:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 30%;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -3px;
  color: var(--gr_bg_acc_icon_04);
}
.gr-select-wrapper:hover:after {
  color: var(--gr_main_primary);
}
@media (max-width: 1260px) {
  .gr-small-select-tablet, .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]) {
    font-size: 14px;
    line-height: 16px;
    padding: 13px 40px 13px 12px;
    background: transparent;
  }
  .gr-small-select-tablet:hover, .product-list.thumbs .product-item .gr-product-options .option-body select:hover, .product-list.simple .product-item .gr-product-options .option-body select:hover, .product-list.list .product-item .gr-product-options .option-body select:hover, .gr-fields .gr-field-style.small select:not([multiple]):hover {
    background: var(--white_elem);
  }
  .gr-small-select-tablet:focus, .product-list.thumbs .product-item .gr-product-options .option-body select:focus, .product-list.simple .product-item .gr-product-options .option-body select:focus, .product-list.list .product-item .gr-product-options .option-body select:focus, .gr-fields .gr-field-style.small select:not([multiple]):focus {
    background: var(--white_elem);
  }
  .gr-small-select-tablet.field-select-error.select-field, .product-list.thumbs .product-item .gr-product-options .option-body select.field-select-error.select-field, .product-list.simple .product-item .gr-product-options .option-body select.field-select-error.select-field, .product-list.list .product-item .gr-product-options .option-body select.field-select-error.select-field, .gr-fields .gr-field-style.small select.field-select-error.select-field:not([multiple]) {
    background: var(--red_1);
  }
}
@media (max-width: 767px) {
  .gr-small-select-mobile, .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 .gr-field-style.small select:not([multiple]) {
    font-size: 14px;
    line-height: 16px;
    padding: 13px 40px 13px 12px;
    background: transparent;
  }
  .gr-small-select-mobile:hover, .product-list.thumbs .product-item .gr-product-options .option-body select:hover, .product-list.simple .product-item .gr-product-options .option-body select:hover, .product-list.list .product-item .gr-product-options .option-body select:hover, .gr-fields .gr-field-style.large select:not([multiple]):hover, .gr-fields .gr-field-style.small select:not([multiple]):hover {
    background: var(--white_elem);
  }
  .gr-small-select-mobile:focus, .product-list.thumbs .product-item .gr-product-options .option-body select:focus, .product-list.simple .product-item .gr-product-options .option-body select:focus, .product-list.list .product-item .gr-product-options .option-body select:focus, .gr-fields .gr-field-style.large select:not([multiple]):focus, .gr-fields .gr-field-style.small select:not([multiple]):focus {
    background: var(--white_elem);
  }
  .gr-small-select-mobile.field-select-error.select-field, .product-list.thumbs .product-item .gr-product-options .option-body select.field-select-error.select-field, .product-list.simple .product-item .gr-product-options .option-body select.field-select-error.select-field, .product-list.list .product-item .gr-product-options .option-body select.field-select-error.select-field, .gr-fields .gr-field-style.large select.field-select-error.select-field:not([multiple]), .gr-fields .gr-field-style.small select.field-select-error.select-field:not([multiple]) {
    background: var(--red_1);
  }
}
/*----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(--gr_bg_acc_text);
  font: var(--font1_400) 16px/ 20px var(--font1);
  padding-left: 42px;
}
@media (max-width: 1260px) {
  body .mg-styler-label--checkbox {
    font: var(--font1_400) 16px/ 20px var(--font1);
    padding-top: 6px;
    padding-left: 42px;
  }
}
@media (max-width: 767px) {
  body .mg-styler-label--checkbox {
    font: var(--font1_400) 16px/ 20px 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: inset 0 0 0 1px var(--gr_bg_acc_border_05);
  background: transparent;
  border-radius: var(--gr_small_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(--gr_bg_acc_text);
}
body .mg-styler-label--checkbox:hover:before {
  border: none;
  box-shadow: inset 0 0 0 2px var(--gr_main_primary);
  background: transparent;
}
body .mg-styler-label--checkbox.checked {
  color: var(--gr_bg_acc_text);
}
body .mg-styler-label--checkbox.checked:before {
  border: none;
  box-shadow: none;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 8px;
  line-height: 30px;
  color: var(--checkbox_bg);
  text-align: center;
}
body .mg-styler-label--checkbox.checked:hover {
  color: var(--gr_bg_acc_text);
}
body .mg-styler-label--checkbox.checked:hover:before {
  border: none;
  box-shadow: none;
  background: var(--gr_main_primary);
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 8px;
  line-height: 30px;
  color: var(--checkbox_bg);
  text-align: center;
}
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(--gr_bg_primary_text);
  font: var(--font1_400) 16px/ 20px 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: inset 0 0 0 2px var(--gr_bg_acc_border_05);
  background: transparent;
  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: inset 0 0 0 3px var(--gr_main_primary);
  background: transparent;
}
body .mg-styler-label--radio.checked:before {
  border: none;
  box-shadow: inset 0 0 0 7px var(--gr_main_primary);
  background: transparent;
}
body .mg-styler-label--radio.checked:hover:before {
  border: none;
  box-shadow: inset 0 0 0 7px var(--gr_main_primary);
  background: transparent;
}
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(--gr_bg_acc_text);
  font: normal 22px/ normal var(--font1);
}
.tpl-field .field-title, .tpl-field .tpl-title, .tpl-field > label > span:not(.tpl-required), .tpl-field > label > strong, .gr-field-style .field-title, .gr-field-style .tpl-title, .gr-field-style > label > span:not(.tpl-required), .gr-field-style > label > strong, .option-item .field-title, .option-item .tpl-title, .option-item > label > span:not(.tpl-required), .option-item > label > strong, .form-item .field-title, .form-item .tpl-title, .form-item > label > span:not(.tpl-required), .form-item > label > strong {
  color: var(--gr_bg_acc_text_07);
  font: var(--font2_400) 15px/ 1.1 var(--font2);
  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, .gr-field-style .tpl-title .required, .gr-field-style > label > span:not(.tpl-required) .required, .gr-field-style > label > strong .required, .option-item .field-title .required, .option-item .tpl-title .required, .option-item > label > span:not(.tpl-required) .required, .option-item > 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-note, .gr-field-style .field-note, .option-item .field-note, .form-item .field-note {
  color: var(--gr_bg_acc_text_07);
  font: var(--font1_400) 12px/ normal var(--font1);
  padding: 6px 0 0 0;
  display: block;
}
.tpl-field .error-message, .gr-field-style .error-message, .option-item .error-message, .form-item .error-message {
  color: var(--red);
  font: var(--font1_400) 12px/ normal var(--font1);
  padding: 0 0 6px;
  display: block;
}
.tpl-field .field-required-mark, .gr-field-style .field-required-mark, .option-item .field-required-mark, .form-item .field-required-mark {
  color: var(--red);
}
.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"], .gr-field-style.field-error input[type="email"], .gr-field-style.field-error input[type="tel"], .gr-field-style.field-error input[type="number"], .gr-field-style.field-error input[type="password"], .gr-field-style.field-error textarea, .gr-field-style.field-error select[multiple], .option-item.field-error input[type="text"], .option-item.field-error input[type="email"], .option-item.field-error input[type="tel"], .option-item.field-error input[type="number"], .option-item.field-error input[type="password"], .option-item.field-error textarea, .option-item.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(--gr_bg_acc_text);
  background: var(--red_1);
  border: none;
  box-shadow: inset 0 0 0 1px var(--red);
}
.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"], .gr-field-style input[type="email"], .gr-field-style input[type="tel"], .gr-field-style input[type="number"], .gr-field-style input[type="password"], .option-item input[type="text"], .option-item input[type="email"], .option-item input[type="tel"], .option-item input[type="number"], .option-item 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(--gr_bg_acc_text_04);
  border: none;
  background: var(--gr_bg_acc_text_01);
  box-shadow: inset 0 0 0 1px var(--gr_bg_acc_text_01);
  border-radius: var(--gr_btn_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, .gr-field-style input[type="email"]:hover, .gr-field-style input[type="tel"]:hover, .gr-field-style input[type="number"]:hover, .gr-field-style input[type="password"]:hover, .option-item input[type="text"]:hover, .option-item input[type="email"]:hover, .option-item input[type="tel"]:hover, .option-item input[type="number"]:hover, .option-item 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(--gr_bg_acc_text_07);
  border: none;
  background: var(--gr_bg_acc_text_01);
  box-shadow: inset 0 0 0 2px var(--gr_main_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, .gr-field-style input[type="email"]:hover::-webkit-input-placeholder, .gr-field-style input[type="tel"]:hover::-webkit-input-placeholder, .gr-field-style input[type="number"]:hover::-webkit-input-placeholder, .gr-field-style input[type="password"]:hover::-webkit-input-placeholder, .option-item input[type="text"]:hover::-webkit-input-placeholder, .option-item input[type="email"]:hover::-webkit-input-placeholder, .option-item input[type="tel"]:hover::-webkit-input-placeholder, .option-item input[type="number"]:hover::-webkit-input-placeholder, .option-item 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(--gr_bg_acc_text_07);
}
.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, .gr-field-style input[type="email"]:hover:moz-placeholder, .gr-field-style input[type="tel"]:hover:moz-placeholder, .gr-field-style input[type="number"]:hover:moz-placeholder, .gr-field-style input[type="password"]:hover:moz-placeholder, .option-item input[type="text"]:hover:moz-placeholder, .option-item input[type="email"]:hover:moz-placeholder, .option-item input[type="tel"]:hover:moz-placeholder, .option-item input[type="number"]:hover:moz-placeholder, .option-item 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(--gr_bg_acc_text_07);
}
.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, .gr-field-style input[type="email"]:hover::-moz-placeholder, .gr-field-style input[type="tel"]:hover::-moz-placeholder, .gr-field-style input[type="number"]:hover::-moz-placeholder, .gr-field-style input[type="password"]:hover::-moz-placeholder, .option-item input[type="text"]:hover::-moz-placeholder, .option-item input[type="email"]:hover::-moz-placeholder, .option-item input[type="tel"]:hover::-moz-placeholder, .option-item input[type="number"]:hover::-moz-placeholder, .option-item 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(--gr_bg_acc_text_07);
}
.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, .gr-field-style input[type="email"]:hover:-ms-input-placeholder, .gr-field-style input[type="tel"]:hover:-ms-input-placeholder, .gr-field-style input[type="number"]:hover:-ms-input-placeholder, .gr-field-style input[type="password"]:hover:-ms-input-placeholder, .option-item input[type="text"]:hover:-ms-input-placeholder, .option-item input[type="email"]:hover:-ms-input-placeholder, .option-item input[type="tel"]:hover:-ms-input-placeholder, .option-item input[type="number"]:hover:-ms-input-placeholder, .option-item 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(--gr_bg_acc_text_07);
}
.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, .gr-field-style input[type="email"]:focus, .gr-field-style input[type="tel"]:focus, .gr-field-style input[type="number"]:focus, .gr-field-style input[type="password"]:focus, .option-item input[type="text"]:focus, .option-item input[type="email"]:focus, .option-item input[type="tel"]:focus, .option-item input[type="number"]:focus, .option-item 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(--gr_bg_acc_text_07);
  border: none;
  background: var(--gr_bg_acc_text_01);
  box-shadow: inset 0 0 0 2px var(--gr_main_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, .gr-field-style input[type="email"]::-webkit-input-placeholder, .gr-field-style input[type="tel"]::-webkit-input-placeholder, .gr-field-style input[type="number"]::-webkit-input-placeholder, .gr-field-style input[type="password"]::-webkit-input-placeholder, .option-item input[type="text"]::-webkit-input-placeholder, .option-item input[type="email"]::-webkit-input-placeholder, .option-item input[type="tel"]::-webkit-input-placeholder, .option-item input[type="number"]::-webkit-input-placeholder, .option-item 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(--gr_bg_acc_text_04);
  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, .gr-field-style input[type="email"]:moz-placeholder, .gr-field-style input[type="tel"]:moz-placeholder, .gr-field-style input[type="number"]:moz-placeholder, .gr-field-style input[type="password"]:moz-placeholder, .option-item input[type="text"]:moz-placeholder, .option-item input[type="email"]:moz-placeholder, .option-item input[type="tel"]:moz-placeholder, .option-item input[type="number"]:moz-placeholder, .option-item 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(--gr_bg_acc_text_04);
  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, .gr-field-style input[type="email"]::-moz-placeholder, .gr-field-style input[type="tel"]::-moz-placeholder, .gr-field-style input[type="number"]::-moz-placeholder, .gr-field-style input[type="password"]::-moz-placeholder, .option-item input[type="text"]::-moz-placeholder, .option-item input[type="email"]::-moz-placeholder, .option-item input[type="tel"]::-moz-placeholder, .option-item input[type="number"]::-moz-placeholder, .option-item 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(--gr_bg_acc_text_04);
  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, .gr-field-style input[type="email"]:-ms-input-placeholder, .gr-field-style input[type="tel"]:-ms-input-placeholder, .gr-field-style input[type="number"]:-ms-input-placeholder, .gr-field-style input[type="password"]:-ms-input-placeholder, .option-item input[type="text"]:-ms-input-placeholder, .option-item input[type="email"]:-ms-input-placeholder, .option-item input[type="tel"]:-ms-input-placeholder, .option-item input[type="number"]:-ms-input-placeholder, .option-item 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(--gr_bg_acc_text_04);
  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, .gr-field-style input[type="text"]::-webkit-outer-spin-button, .gr-field-style input[type="email"]::-webkit-inner-spin-button, .gr-field-style input[type="email"]::-webkit-outer-spin-button, .gr-field-style input[type="tel"]::-webkit-inner-spin-button, .gr-field-style input[type="tel"]::-webkit-outer-spin-button, .gr-field-style input[type="number"]::-webkit-inner-spin-button, .gr-field-style input[type="number"]::-webkit-outer-spin-button, .gr-field-style input[type="password"]::-webkit-inner-spin-button, .gr-field-style input[type="password"]::-webkit-outer-spin-button, .option-item input[type="text"]::-webkit-inner-spin-button, .option-item input[type="text"]::-webkit-outer-spin-button, .option-item input[type="email"]::-webkit-inner-spin-button, .option-item input[type="email"]::-webkit-outer-spin-button, .option-item input[type="tel"]::-webkit-inner-spin-button, .option-item input[type="tel"]::-webkit-outer-spin-button, .option-item input[type="number"]::-webkit-inner-spin-button, .option-item input[type="number"]::-webkit-outer-spin-button, .option-item input[type="password"]::-webkit-inner-spin-button, .option-item 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, .option-item textarea, .form-item textarea {
  color: var(--gr_bg_acc_text_04);
  border: none;
  background: var(--gr_bg_acc_text_01);
  box-shadow: inset 0 0 0 1px var(--gr_bg_acc_text_01);
  border-radius: var(--gr_wrap_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, .option-item textarea:hover, .form-item textarea:hover {
  color: var(--gr_bg_acc_text_07);
  border: none;
  background: var(--gr_bg_acc_text_01);
  box-shadow: inset 0 0 0 2px var(--gr_main_primary);
}
.tpl-field textarea:hover::-webkit-input-placeholder, .gr-field-style textarea:hover::-webkit-input-placeholder, .option-item textarea:hover::-webkit-input-placeholder, .form-item textarea:hover::-webkit-input-placeholder {
  color: var(--gr_bg_acc_text_07);
}
.tpl-field textarea:hover:moz-placeholder, .gr-field-style textarea:hover:moz-placeholder, .option-item textarea:hover:moz-placeholder, .form-item textarea:hover:moz-placeholder {
  color: var(--gr_bg_acc_text_07);
}
.tpl-field textarea:hover::-moz-placeholder, .gr-field-style textarea:hover::-moz-placeholder, .option-item textarea:hover::-moz-placeholder, .form-item textarea:hover::-moz-placeholder {
  color: var(--gr_bg_acc_text_07);
}
.tpl-field textarea:hover:-ms-input-placeholder, .gr-field-style textarea:hover:-ms-input-placeholder, .option-item textarea:hover:-ms-input-placeholder, .form-item textarea:hover:-ms-input-placeholder {
  color: var(--gr_bg_acc_text_07);
}
.tpl-field textarea:focus, .gr-field-style textarea:focus, .option-item textarea:focus, .form-item textarea:focus {
  color: var(--gr_bg_acc_text_07);
  border: none;
  background: var(--gr_bg_acc_text_01);
  box-shadow: inset 0 0 0 2px var(--gr_main_primary);
}
.tpl-field textarea::-webkit-input-placeholder, .gr-field-style textarea::-webkit-input-placeholder, .option-item textarea::-webkit-input-placeholder, .form-item textarea::-webkit-input-placeholder {
  color: var(--gr_bg_acc_text_04);
  opacity: 1 !important;
}
.tpl-field textarea:moz-placeholder, .gr-field-style textarea:moz-placeholder, .option-item textarea:moz-placeholder, .form-item textarea:moz-placeholder {
  color: var(--gr_bg_acc_text_04);
  opacity: 1 !important;
}
.tpl-field textarea::-moz-placeholder, .gr-field-style textarea::-moz-placeholder, .option-item textarea::-moz-placeholder, .form-item textarea::-moz-placeholder {
  color: var(--gr_bg_acc_text_04);
  opacity: 1 !important;
}
.tpl-field textarea:-ms-input-placeholder, .gr-field-style textarea:-ms-input-placeholder, .option-item textarea:-ms-input-placeholder, .form-item textarea:-ms-input-placeholder {
  color: var(--gr_bg_acc_text_04);
  opacity: 1 !important;
}
.tpl-field select:not([multiple]), .gr-field-style select:not([multiple]), .option-item select:not([multiple]), .form-item select:not([multiple]) {
  color: var(--gr_bg_acc_text_04);
  border: none;
  background: var(--toggle_color_w_01);
  box-shadow: inset 0 0 0 1px var(--gr_bg_acc_text_01);
  border-radius: var(--gr_btn_radius);
  width: 100%;
  height: auto;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: all 0.18s linear;
}
.tpl-field select:not([multiple]).field-select-error, .gr-field-style select:not([multiple]).field-select-error, .option-item select:not([multiple]).field-select-error, .form-item select:not([multiple]).field-select-error {
  color: var(--red);
  background: var(--red_1);
  border: none;
  box-shadow: inset 0 0 0 1px var(--red_15);
}
.tpl-field select:not([multiple])::-ms-expand, .gr-field-style select:not([multiple])::-ms-expand, .option-item 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, .option-item select:not([multiple]):hover, .form-item select:not([multiple]):hover {
  color: var(--gr_bg_acc_text);
  border: none;
  background: var(--gr_bg_acc_text_01);
  box-shadow: inset 0 0 0 1px var(--gr_main_primary);
}
.tpl-field select:not([multiple]):focus, .gr-field-style select:not([multiple]):focus, .option-item select:not([multiple]):focus, .form-item select:not([multiple]):focus {
  color: var(--gr_bg_acc_text);
  border: none;
  background: var(--gr_bg_primary);
  box-shadow: inset 0 0 0 1px var(--gr_main_primary);
}
.tpl-field select[multiple], .gr-field-style select[multiple], .option-item select[multiple], .form-item select[multiple] {
  color: var(--gr_bg_acc_text_04);
  border: none;
  background: var(--toggle_color_w_01);
  box-shadow: inset 0 0 0 1px var(--gr_bg_acc_text_01);
  border-radius: var(--gr_wrap_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, .option-item select[multiple]::-ms-expand, .form-item select[multiple]::-ms-expand {
  display: none;
}
.tpl-field select[multiple]:hover, .gr-field-style select[multiple]:hover, .option-item select[multiple]:hover, .form-item select[multiple]:hover {
  color: var(--gr_bg_acc_text_07);
  border: none;
  background: var(--gr_bg_acc_text_01);
  box-shadow: inset 0 0 0 2px var(--gr_main_primary);
}
.tpl-field select[multiple]:focus, .gr-field-style select[multiple]:focus, .option-item select[multiple]:focus, .form-item select[multiple]:focus {
  color: var(--gr_bg_acc_text_07);
  border: none;
  background: var(--gr_bg_acc_text_01);
  box-shadow: inset 0 0 0 2px var(--gr_main_primary);
}
.tpl-field.type-hidden, .gr-field-style.type-hidden, .option-item.type-hidden, .form-item.type-hidden {
  display: none;
}
.tpl-field.type-title h2, .gr-field-style.type-title h2, .option-item.type-title h2, .form-item.type-title h2 {
  margin-top: 0;
}
.tpl-field.type-html, .gr-field-style.type-html, .option-item.type-html, .form-item.type-html {
  font-size: 16px;
}
.tpl-field.type-calendar_interval, .gr-field-style.type-calendar_interval, .option-item.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, .option-item.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, .option-item.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, .option-item.type-calendar_interval .calendar-label:first-of-type, .form-item.type-calendar_interval .calendar-label:first-of-type {
  margin-right: 20px;
}
.tpl-field.type-upload .upload-button input, .gr-field-style.type-upload .upload-button input, .option-item.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, .option-item.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, .option-item.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, .option-item.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, .option-item.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, .option-item.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, .option-item.type-checkbox ul li label:hover span, .form-item.type-checkbox ul li label:hover span {
  color: var(--gr_bg_acc_text);
}
.tpl-field.type-checkbox ul li label:hover span:before, .gr-field-style.type-checkbox ul li label:hover span:before, .option-item.type-checkbox ul li label:hover span:before, .form-item.type-checkbox ul li label:hover span:before {
  border: none;
  box-shadow: inset 0 0 0 2px var(--gr_main_primary);
  background: transparent;
}
.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, .option-item.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(--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, .option-item.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 {
  border: none;
  box-shadow: none;
  background: var(--gr_main_primary);
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 8px;
  line-height: 30px;
  color: var(--checkbox_bg);
  text-align: center;
}
.tpl-field.type-checkbox ul li input[type="checkbox"], .gr-field-style.type-checkbox ul li input[type="checkbox"], .option-item.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"], .option-item.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"], .option-item.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, .option-item.type-checkbox ul li input[type="checkbox"]:checked + span, .form-item.type-checkbox ul li input[type="checkbox"]:checked + span {
  color: var(--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, .option-item.type-checkbox ul li input[type="checkbox"]:checked + span:before, .form-item.type-checkbox ul li input[type="checkbox"]:checked + span:before {
  border: none;
  box-shadow: none;
  background: var(--gr_main_primary);
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 8px;
  line-height: 30px;
  color: var(--checkbox_bg);
  text-align: center;
}
.tpl-field.type-checkbox ul li span, .gr-field-style.type-checkbox ul li span, .option-item.type-checkbox ul li span, .form-item.type-checkbox ul li span {
  position: relative;
  font: var(--font1_400) 16px/ 20px var(--font1);
  color: var(--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, .option-item.type-checkbox ul li span, .form-item.type-checkbox ul li span {
    font: var(--font1_400) 16px/ 20px 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, .option-item.type-checkbox ul li span, .form-item.type-checkbox ul li span {
    font: var(--font1_400) 16px/ 20px 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, .option-item.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: transparent;
  box-shadow: inset 0 0 0 1px var(--gr_bg_acc_border_05);
  border-radius: var(--gr_small_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, .option-item.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, .option-item.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, .option-item.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, .option-item.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, .option-item.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, .option-item.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, .option-item.type-multi_checkbox ul li label:hover span, .form-item.type-multi_checkbox ul li label:hover span {
  color: var(--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, .option-item.type-multi_checkbox ul li label:hover span:before, .form-item.type-multi_checkbox ul li label:hover span:before {
  border: none;
  box-shadow: inset 0 0 0 2px var(--gr_main_primary);
  background: transparent;
}
.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, .option-item.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(--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, .option-item.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 {
  border: none;
  box-shadow: none;
  background: var(--gr_main_primary);
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 8px;
  line-height: 30px;
  color: var(--checkbox_bg);
  text-align: center;
}
.tpl-field.type-multi_checkbox ul li input[type="checkbox"], .gr-field-style.type-multi_checkbox ul li input[type="checkbox"], .option-item.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"], .option-item.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"], .option-item.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, .option-item.type-multi_checkbox ul li input[type="checkbox"]:checked + span, .form-item.type-multi_checkbox ul li input[type="checkbox"]:checked + span {
  color: var(--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, .option-item.type-multi_checkbox ul li input[type="checkbox"]:checked + span:before, .form-item.type-multi_checkbox ul li input[type="checkbox"]:checked + span:before {
  border: none;
  box-shadow: none;
  background: var(--gr_main_primary);
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 8px;
  line-height: 30px;
  color: var(--checkbox_bg);
  text-align: center;
}
.tpl-field.type-multi_checkbox ul li span, .gr-field-style.type-multi_checkbox ul li span, .option-item.type-multi_checkbox ul li span, .form-item.type-multi_checkbox ul li span {
  position: relative;
  font: var(--font1_400) 16px/ 20px var(--font1);
  color: var(--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, .option-item.type-multi_checkbox ul li span, .form-item.type-multi_checkbox ul li span {
    font: var(--font1_400) 16px/ 20px 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, .option-item.type-multi_checkbox ul li span, .form-item.type-multi_checkbox ul li span {
    font: var(--font1_400) 16px/ 20px 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, .option-item.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: transparent;
  box-shadow: inset 0 0 0 1px var(--gr_bg_acc_border_05);
  border-radius: var(--gr_small_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, .option-item.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, .option-item.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, .option-item.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, .option-item.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, .option-item.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, .option-item.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, .option-item.type-radio_group ul li label:hover span, .form-item.type-radio_group ul li label:hover span {
  color: var(--gr_bg_primary_text);
}
.tpl-field.type-radio_group ul li label:hover span:before, .gr-field-style.type-radio_group ul li label:hover span:before, .option-item.type-radio_group ul li label:hover span:before, .form-item.type-radio_group ul li label:hover span:before {
  border: none;
  box-shadow: inset 0 0 0 3px var(--gr_main_primary);
  background: transparent;
}
.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, .option-item.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(--gr_bg_primary_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, .option-item.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_main_primary);
  background: transparent;
}
.tpl-field.type-radio_group ul li input[type="radio"], .gr-field-style.type-radio_group ul li input[type="radio"], .option-item.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"], .option-item.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"], .option-item.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, .option-item.type-radio_group ul li input[type="radio"]:checked + span, .form-item.type-radio_group ul li input[type="radio"]:checked + span {
  color: var(--gr_bg_primary_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, .option-item.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_main_primary);
  background: transparent;
}
.tpl-field.type-radio_group ul li span, .gr-field-style.type-radio_group ul li span, .option-item.type-radio_group ul li span, .form-item.type-radio_group ul li span {
  position: relative;
  font: var(--font1_400) 16px/ 20px var(--font1);
  color: var(--gr_bg_primary_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, .option-item.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, .option-item.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, .option-item.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: transparent;
  box-shadow: inset 0 0 0 2px var(--gr_bg_acc_border_05);
  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, .option-item.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, .option-item.type-radio_group ul li span:before, .form-item.type-radio_group ul li span:before {
    width: 26px;
    height: 26px;
    left: -38px;
  }
}
.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(--gr_bg_acc_text_06);
  font: 14px/ 1.1 var(--font1);
}
@media (max-width: 410px) {
  .shop2-product-options .option-title {
    color: var(--gr_bg_acc_text);
  }
}
.shop2-product-options .option-body {
  color: var(--gr_bg_acc_text_05);
  font: 14px/ 1.14 var(--font1);
}
@media (max-width: 410px) {
  .shop2-product-options .option-body {
    color: var(--gr_bg_acc_text_07);
  }
}
.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;
}
.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(--brd_rad_6);
}
.shop2-product-options .shop2-texture-pick li.active-texture:before {
  border-color: var(--brd_m1);
}
.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(--brd_rad_6);
  border: 1px solid var(--brd_m5_1);
}
.shop2-product-options .shop2-texture-pick li img {
  height: 76px;
  width: 76px;
  border-radius: var(--brd_rad_6);
}
.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: 6px 6px 6px;
  border-radius: var(--brd_rad_3);
}
.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_bg_acc_border);
  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(--gr_bg_acc_border);
  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(--brd_rad_3);
  border: none;
  box-shadow: inset 0 0 0 1px var(--gr_bg_acc_border_04);
  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(--brd_rad_5);
  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(--brd_rad_3);
}
.shop2-product-options .shop2-color-ext-multi {
  overflow: visible;
  outline: none;
  border: none;
}
.shop2-product-options .shop2-color-ext-multi li {
  position: relative;
  height: 28px;
  border: none;
  float: none;
  cursor: pointer;
  border-radius: var(--brd_rad_3);
  vertical-align: top;
  display: inline-block;
  background-size: cover;
  outline: none !important;
  width: 28px !important;
  margin: 6px 6px 6px !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(--brd_rad_3);
  border: none;
  box-shadow: inset 0 0 0 1px var(--gr_bg_acc_border_04);
  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(--brd_rad_3);
}
/*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-container {
  background: var(--gr_bg_acc);
}
.shop2-compare-page {
  color: var(--txt);
  font-family: var(--font1);
  height: auto;
  background: var(--gr_bg_acc);
}
.shop2-compare-page h1 {
  color: var(--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_wrap_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_wrap_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(--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(--gr_bg_acc_text_05);
}
/*Название*/
/*Поле цвет*/
.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: 6px 6px 6px;
  margin-top: 5px;
  border-radius: var(--brd_rad_3);
}
.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_bg_acc_border);
  background: none;
}
.shop2-compare-color.active:before {
  border: none;
  box-shadow: inset 0 0 0 1px var(--gr_bg_acc_border);
  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(--brd_rad_3);
  border: none;
  box-shadow: inset 0 0 0 1px var(--gr_bg_acc_border_04);
  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(--brd_rad_5);
  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(--brd_rad_3);
}
/*Поле цвет*/
/*Удалить*/
a.shop2-compare-delete {
  margin: 14px 0 10px;
  border: none;
  font-size: 14px;
  line-height: 1.1;
  color: var(--gr_bg_acc_text);
}
a.shop2-compare-delete span {
  padding-right: 16px;
}
a.shop2-compare-delete span svg {
  right: -10px;
  fill: var(--gr_bg_acc_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(--gr_bg_acc_text_07);
}
a.shop2-compare-delete:hover span svg {
  fill: var(--gr_bg_acc_text_07);
}
a.shop2-compare-delete:hover ins {
  border-bottom-color: var(--gr_bg_acc_text_07);
}
/*Удалить*/
/*Табы*/
.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(--brd_m7_4);
  width: 220px;
  min-width: 220px;
  padding-right: 25px;
}
.shop2-compare-data {
  color: var(--txt_a);
}
.shop2-compare-data td:first-child {
  font-weight: 500;
  width: 326px;
  min-width: 326px;
  padding-left: 0;
  color: var(--gr_bg_acc_text);
  font: 14px/ 1.1 var(--font1);
}
.shop2-compare-data td:nth-child(n+2) {
  color: var(--gr_bg_acc_text_05);
  font: 14px/ 1.14 var(--font1);
}
.shop2-compare-data a {
  color: var(--linkColor);
  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(--linkColor_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(--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;
  }
}
/*Цена*/
.folders-submenu {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 40px 0 0;
  margin-bottom: 30px;
}
@media (max-width: 1260px) {
  .folders-submenu {
    padding: 30px 0 0;
  }
}
@media (max-width: 767px) {
  .folders-submenu {
    padding: 20px 0 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 469px) {
  .folders-submenu {
    padding-top: 10px;
  }
}
@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;
}
@media (max-width: 767px) {
  .folders-submenu a.folders-submenu__prev {
    font-size: 13px;
    line-height: 1.25;
    padding: 10px 15px;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.folders-submenu a.folders-submenu__prev span {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 22px;
}
@media (max-width: 767px) {
  .folders-submenu a.folders-submenu__prev span {
    padding-left: 18px;
  }
}
.folders-submenu a.folders-submenu__prev span svg {
  left: -7px;
}
@media (max-width: 767px) {
  .folders-submenu a.folders-submenu__prev span svg {
    left: -2px;
  }
}
.folders-submenu a.folders-submenu__next {
  margin-left: auto;
}
@media (max-width: 767px) {
  .folders-submenu a.folders-submenu__next {
    font-size: 13px;
    line-height: 1.25;
    padding: 10px 15px;
    margin-left: 0;
  }
}
.folders-submenu a.folders-submenu__next span {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 22px;
}
@media (max-width: 767px) {
  .folders-submenu a.folders-submenu__next span {
    padding-right: 18px;
  }
}
.folders-submenu a.folders-submenu__next span svg {
  right: -7px;
}
@media (max-width: 767px) {
  .folders-submenu a.folders-submenu__next span svg {
    right: -2px;
  }
}
/* Перелинковка категорий */
.gr-shop-print {
  margin-top: 15px;
  order: 9;
}
.gr-shop-print__btn a {
  cursor: pointer;
  font-size: 14px;
  line-height: 1.14;
  transition: all 0.18s linear;
  color: var(--gr_bg_acc_text);
  font-family: var(--font1);
  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(--brd_m5_3);
}
.gr-shop-print__btn a svg {
  fill: var(--gr_bg_acc_icon);
  transition: all 0.18s linear;
}
.gr-shop-print__btn a:hover ins {
  border-bottom-color: var(--gr_bg_acc_text_05);
}
.gr-shop-print__btn a:hover svg {
  fill: var(--gr_main_primary);
}
/* Распечатать */
.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;
  fill: var(--gr_bg_acc_icon_04);
}
@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 {
  fill: var(--gr_bg_acc_icon_06);
}
.shop-view .shop-view__item.active-view svg, .shop-view .shop-view__item.active-view:hover svg {
  fill: var(--gr_bg_acc_icon);
}
@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(--gr_bg_acc_text);
  background-color: var(--gr_bg_acc);
  padding: 35px 30px;
  border-radius: var(--gr_wrap_radius);
}
@media (max-width: 1100px) {
  .filter-block {
    padding: 0;
  }
}
.filter-block .empty-val {
  opacity: 0.5;
  pointer-events: none;
}
.filter-block .shop2-filter {
  padding: 0;
  margin: 0;
  border: none;
}
.filter-block .shop2-filter__header {
  padding: 0 0 24px;
  font-family: var(--font1);
  font-weight: var(--font1_400);
  font-style: normal;
  font-size: 18px;
  line-height: 1;
  color: var(--gr_bg_acc_text);
  display: none;
}
.filter-block .shop2-filter__item {
  border-bottom: 1px solid var(--gr_bg_acc_border_01);
}
.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(--gr_bg_acc_text);
}
.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(--black_01);
}
.filter-block .shop2-filter__title-icon svg {
  width: 20px;
  height: 20px;
  display: none;
  fill: var(--gr_bg_acc_icon);
}
.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(--gr_bg_acc_text_07);
  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(--gr_bg_acc);
  box-shadow: inset 0 0 0 1px var(--gr_bg_acc_border_05);
  border-radius: var(--gr_small_radius);
  transition: background-color 0.2s, box-shadow 0.2s;
}
.filter-block .shop2-filter__checkbox .param-val:hover {
  color: var(--gr_bg_acc_text_07);
}
.filter-block .shop2-filter__checkbox .param-val:hover:before {
  border: none;
  box-shadow: inset 0 0 0 2px var(--gr_main_primary);
  background: var(--gr_bg_acc);
}
.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(--gr_bg_acc_text_07);
}
.filter-block .shop2-filter__checkbox .param-val.active-val:before {
  border: none;
  box-shadow: none;
  background: var(--gr_main_primary);
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 8px;
  line-height: 30px;
  color: var(--checkbox_bg);
  text-align: center;
}
.filter-block .shop2-filter__checkbox .param-val.active-val:hover {
  color: var(--gr_bg_acc_text_07);
}
.filter-block .shop2-filter__checkbox .param-val.active-val:hover:before {
  border: none;
  box-shadow: none;
  background: var(--gr_main_primary);
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 8px;
  line-height: 30px;
  color: var(--checkbox_bg);
  text-align: center;
}
.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: 20px;
}
.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_main_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(--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(--brd_rad_3);
}
.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(--m7_4);
  border-radius: var(--brd_rad_3);
}
.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(--brd_rad_5);
}
.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_main_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 .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_main_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_main_accent);
  box-shadow: none;
}
.filter-block .ui-widget.ui-widget-content .ui-slider-handle:hover {
  border: none;
  background: var(--gr_main_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_main_accent);
  box-shadow: none;
}
.sorting-panel {
  padding: 0 0 40px;
}
@media (max-width: 1023px) {
  .sorting-panel {
    padding: 0 0 30px;
  }
}
@media (max-width: 767px) {
  .sorting-panel {
    padding: 0 0 20px;
  }
}
.sorting-panel__body {
  display: flex;
  margin: 0 -10px;
}
@media (max-width: 767px) {
  .sorting-panel__body {
    margin: 0;
  }
}
@media (max-width: 639px) {
  .sorting-panel__body {
    flex-direction: column;
  }
}
.sorting-panel__btn-wrap {
  flex: 0 1 auto;
  margin: 0 10px;
  width: calc(25% - 20px);
  display: none;
}
@media (max-width: 1100px) {
  .sorting-panel__btn-wrap {
    display: inline-block;
    cursor: pointer;
  }
}
@media (max-width: 767px) {
  .sorting-panel__btn-wrap {
    margin: 0;
  }
}
@media (max-width: 639px) {
  .sorting-panel__btn-wrap {
    margin: 0 0 10px;
  }
}
.sorting-panel__add-wrap {
  position: relative;
  margin: 0 10px;
  padding: 15px 27px;
  flex: 1 1 auto;
  display: flex;
  justify-content: space-between;
  background: var(--gr_bg_acc);
  border-radius: var(--gr_wrap_radius);
}
@media (max-width: 767px) {
  .sorting-panel__add-wrap {
    padding: 10px 20px;
    margin: 0 0 0 12px;
  }
}
@media (max-width: 639px) {
  .sorting-panel__add-wrap {
    margin: 0;
  }
}
.sorting-panel .filter-popup-btn {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 21px;
  padding-bottom: 21px;
  width: 100%;
}
@media (max-width: 767px) {
  .sorting-panel .filter-popup-btn {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.sorting-panel .filter-popup-btn span {
  width: 100%;
  text-align: left;
}
.sorting-panel .filter-popup-btn span .gr-svg-icon {
  right: -3px;
}
.sorting-panel .shop-view {
  margin-left: auto;
  margin-right: -9px;
}
.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;
  background: var(--gr_bg_acc);
  box-shadow: var(--shd_1);
}
.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_wrap_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(--gr_bg_acc_text);
  border-radius: var(--brd_rad_6);
  background: var(--gr_bg_acc);
}
@media (max-width: 767px) {
  .sorting-block__result {
    line-height: 48px;
    padding: 0 20px;
  }
}
.sorting-block__result-title {
  padding-right: 10px;
}
.sorting-block__result .no-sorting {
  display: none;
}
.sorting-block__result > svg {
  position: absolute;
  right: 19px;
  top: 50%;
  width: 30px;
  height: 30px;
  fill: var(--gr_bg_acc_text);
  transition: all 0.18s linear;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .sorting-block__result > svg {
    right: 9px;
  }
}
.sorting-block__result i {
  display: flex;
}
.sorting-block__result i svg {
  fill: var(--gr_bg_acc_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(--icn_m6);
  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: 20px;
}
.sorting-block__item {
  margin-top: 10px;
}
.sorting-block__item.active {
  display: none;
}
.sorting-block__item .sort-param {
  position: relative;
  display: block;
  color: var(--gr_bg_acc_text);
  font-size: 14px;
  line-height: 1.14;
  text-decoration: none;
  padding: 7px 20px 7px 68px;
}
@media (max-width: 767px) {
  .sorting-block__item .sort-param {
    padding: 7px 20px 7px 53px;
  }
}
.sorting-block__item .sort-param:hover svg {
  opacity: 1;
}
.sorting-block__item .sort-param svg {
  position: absolute;
  content: "";
  left: 26px;
  top: 50%;
  width: 30px;
  height: 30px;
  opacity: 0.5;
  fill: var(--gr_bg_acc_icon);
  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(--txt);
  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;
  }
}
.lazy-pagelist {
  margin-top: 20px;
}
@media (max-width: 469px) {
  .lazy-pagelist {
    margin-top: 5px;
  }
}
.lazy-pagelist__body {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@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_wrap_radius);
}
@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 {
    width: 100%;
  }
}
@media (max-width: 469px) {
  .lazy-pagelist .lazy-pagelist-btn {
    margin-bottom: 20px;
  }
}
.lazy-pagelist .lazy-pagelist-btn.lazy_pagelist_btn {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 22px;
  padding-bottom: 22px;
}
@media (max-width: 1260px) {
  .lazy-pagelist .lazy-pagelist-btn.lazy_pagelist_btn {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .lazy-pagelist .lazy-pagelist-btn.lazy_pagelist_btn {
    padding-top: 17px;
    padding-bottom: 17px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.lazy-pagelist .lazy-pagelist-btn span {
  padding-right: 30px;
}
.lazy-pagelist .lazy-pagelist-btn span svg {
  right: -5px;
}
.shop-pagelist {
  text-align: right;
  padding: 15px;
  margin-bottom: 15px;
  box-shadow: inset 0 0 0 1px var(--brd_main_2);
  background-color: var(--gr_bg_acc);
  border-radius: var(--gr_wrap_radius);
}
@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) 14px/30px var(--font1);
  width: 30px;
  height: 30px;
  margin: 0 2.5px;
}
.shop-pagelist__body .page-num.active-num {
  color: var(--gr_bg_acc_text_05);
  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;
}
.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: 30px;
  fill: var(--gr_bg_acc_icon);
  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_main_primary);
}
.shop-pagelist__body .page-num.page_first:active svg, .shop-pagelist__body .page-num.page_last:active svg {
  fill: var(--gr_main_primary);
}
.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(--gr_bg_acc_text);
  background: none;
  box-shadow: none;
  border: none;
}
.shop-pagelist__body .page-num a:hover {
  color: var(--gr_main_primary);
  background: none;
  box-shadow: none;
  border: none;
}
.shop-pagelist__body .page-num a:active {
  color: var(--gr_main_primary);
  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(--gr_bg_acc_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: 30px;
  fill: var(--gr_bg_acc_icon);
  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_main_primary);
}
.shop-pagelist__body .page-prev a:active svg, .shop-pagelist__body .page-next a:active svg {
  fill: var(--gr_main_primary);
}
.shop-pagelist__body .page-prev.not_active a {
  opacity: 0.5;
  pointer-events: none;
}
.shop-pagelist__body .page-prev a:hover svg {
  fill: var(--icn_m1);
}
.shop-pagelist__body .page-prev a:active svg {
  fill: var(--icn_m1);
}
.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__row .field-title {
  color: var(--gr_bg_acc_text);
}
.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;
}
.login-form__forgot .user-forgot-btn:hover {
  border-bottom-color: var(--linkColor_5);
}
.login-form__enter {
  order: 2;
  margin-right: 10px;
}
@media (max-width: 400px) {
  .login-form__enter {
    width: 100%;
    margin-right: 0;
    margin-bottom: 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: 18px;
  line-height: 1.4;
  font-family: var(--font1);
  color: var(--txt_a);
  font-weight: var(--font1_500);
}
.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(--linkColor_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;
}
.login-form .user-block__settings .user-settings-btn:hover {
  border-bottom-color: var(--linkColor_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(--linkColor);
  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(--linkColor);
  border-bottom-color: var(--linkColor_5);
}
.g-auth__row.g-auth__social-min .g-form-field__title {
  font-size: inherit;
  color: var(--txt_a);
}
.g-auth__row.g-auth__social-min .g-auth__personal-note {
  font-size: 15px;
  margin: 0;
}
.shop2v2-cart-soc-block {
  margin: 20px 0 0;
}
.shop2v2-cart-soc-block .g-auth__personal-note {
  font-size: 15px;
  margin: 0;
}
.shop2v2-cart-soc-block .g-form-field__title {
  color: var(--txt_a);
}
.shop2v2-cart-soc-block .g-auth__personal-note a {
  color: var(--linkColor);
  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 {
  color: var(--linkColor);
  border-bottom-color: var(--linkColor_5);
}
.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(--gr_bg_acc_border_01);
}
.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(--gr_bg_acc_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(--black_01);
}
.search-form .row-title__icon svg {
  width: 20px;
  height: 20px;
  display: none;
  fill: var(--gr_bg_acc_icon);
}
.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: 20px;
}
.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(--brd_rad_3);
}
.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(--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_bg_acc_border_04);
  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(--gr_bg_acc_border_04);
  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(--brd_rad_3);
  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(--brd_rad_3);
  border: none;
  box-shadow: inset 0 0 0 1px var(--gr_bg_acc_border_04);
  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(--brd_rad_5);
  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_main_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_main_accent);
  box-shadow: none;
}
.search-form .ui-widget.ui-widget-content .ui-slider-handle:hover {
  border: none;
  background: var(--gr_main_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_main_accent);
  box-shadow: none;
}
.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;
}
@media (max-width: 400px) {
  body .popover-container .popover-scrolling {
    padding: 0;
  }
  body .popover-container .popover-scrolling .card-product-preview {
    padding-top: 65px;
  }
}
@media (max-width: 400px) {
  body .popover-wrap.product-quick-view2 {
    min-height: 100%;
  }
}
.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_wrap_radius);
  border: none;
  color: var(--gr_bg_acc_text);
  background: var(--red_1);
  box-shadow: inset 0 0 0 1px var(--red_2);
}
.shop2-warning:before, .shop2-info:before {
  position: absolute;
  content: "";
  left: 30px;
  top: 50%;
  width: 35px;
  height: 40px;
  margin-top: -20px;
  background-repeat: no-repeat;
  background: var(--red_1);
  border-radius: 50%;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 43px;
  line-height: 49px;
  color: var(--white);
  text-align: center;
}
.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;
  font-weight: bold;
  line-height: 1.1;
  color: var(--gr_bg_primary_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(--font1);
  outline: none;
  border-radius: var(--gr_btn_radius);
  transition: all 0.18s linear;
  border: none;
  background: var(--selectArrow2) right 11px top 50% no-repeat var(--gr_bg_primary);
  box-shadow: inset 0 0 0 1px var(--gr_bg_acc_text_01);
}
.shop2-color-ext-select:hover {
  border: none;
  background: var(--selectArrowHover2) right 11px top 50% no-repeat var(--gr_bg_primary);
  box-shadow: inset 0 0 0 1px var(--gr_main_primary);
}
.shop2-color-ext-select:hover .shop2-color-ext-options li div {
  color: var(--gr_bg_acc_text);
}
.shop2-color-ext-select.active {
  border: none;
  background: var(--selectArrowHover2) right 11px top 50% no-repeat var(--gr_bg_primary);
  box-shadow: inset 0 0 0 1px var(--gr_main_primary);
}
.shop2-color-ext-select.active .shop2-color-ext-options li div {
  color: var(--gr_bg_acc_text);
}
.shop2-color-ext-select i {
  border-color: var(--gr_bg_acc_text_07) transparent transparent transparent;
}
.shop2-color-ext-select .shop2-color-ext-options {
  padding: 7px 20px 7px 7px;
}
.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(--brd_rad_3);
}
.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(--brd_rad_3);
  box-shadow: inset 0 0 0 1px var(--m7_4);
}
.shop2-color-ext-select .shop2-color-ext-options li div {
  color: var(--gr_bg_acc_text_07);
  font: var(--font1_400) 14px/ 16px 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: 44px;
  border: none;
  z-index: 100000;
  padding: 4px;
  background: var(--gr_bg_primary);
  border-radius: var(--gr_btn_radius);
  box-shadow: inset 0 0 0 1px var(--gr_main_primary);
}
@media (max-width: 767px) {
  #shop2-color-ext-popup.product_item_color, #shop2-color-ext-select.product_item_color {
    margin-top: 37px;
  }
}
@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: 52px;
  padding: 7px;
}
@media (max-width: 767px) {
  #shop2-color-ext-popup.shop_product_color, #shop2-color-ext-select.shop_product_color {
    margin-top: 48px;
    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(--gr_bg_acc) !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(--brd_rad_3);
  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(--brd_rad_3);
  box-shadow: inset 0 0 0 1px var(--m7_4);
}
#shop2-color-ext-popup li div, #shop2-color-ext-select li div {
  color: var(--gr_bg_acc_text);
  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;
    font-size: 0;
  }
}
.shop2-panel .shop-panel-content a svg {
  fill: #fff;
}
.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 22px;
}
@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-panel .shop-panel-content .shop-panel-favorite {
  display: inline-block;
  vertical-align: middle;
  margin-right: 35px;
}
@media (max-width: 767px) {
  .shop2-panel .shop-panel-content .shop-panel-favorite {
    margin-right: 15px;
  }
}
.shop2-panel .shop-panel-content .shop-panel-favorite__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;
  display: inline-block;
}
@media (max-width: 767px) {
  .shop2-panel .shop-panel-content .shop-panel-favorite__count {
    margin: 0 0 0 7px;
    line-height: 20px;
    width: 20px;
    height: 20px;
  }
}
#shop2-alert {
  box-shadow: 0 1px 10px 0 var(--shd_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(--gr_bg_acc_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(--txt);
  padding-bottom: 0;
}
#shop2-alert.shop2-alert--warning {
  padding: 50px 40px 40px;
  text-align: left;
  background: var(--site_bg);
  border-radius: var(--brd_rad_6);
  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(--site_bg);
  white-space: nowrap;
}
table.shop2-table-order th, table.shop2-table-order td {
  padding: 15px 25px;
  font-size: 15px;
  border-color: var(--gr_bg_primary_border_08);
}
@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(--gr_bg_primary_border_08);
}
table.shop2-table-order tr:first-child th {
  color: var(--gr_bg_primary_text_08);
}
#shop2-order {
  color: var(--gr_bg_primary_text_08);
}
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;
}
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: var(--amount_bg);
  border-radius: var(--gr_btn_radius);
  box-shadow: inset 0 0 0 1px var(--gr_bg_acc_border_02);
}
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(--gr_bg_acc_text_05);
}
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(--gr_bg_acc_text_07);
  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;
}
body .product-amount .shop2-product-amount button:hover svg, body .cart-amount .shop2-product-amount button:hover svg {
  fill: var(--gr_main_primary);
}
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_bg_acc_icon);
}
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(--gr_bg_acc_text_05);
}
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_main_primary);
}
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_main_primary);
}
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_bg_acc_icon);
}
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_main_primary);
}
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_main_primary);
}
body .product-amount .shop2-product-amount input, body .cart-amount .shop2-product-amount input {
  width: 36%;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: var(--gr_bg_acc_text_07);
  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(--gr_bg_acc_text);
  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(--gr_bg_acc_text);
  background: none;
  border: none;
  box-shadow: none;
}
.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(--gr_bg_acc_text_06);
  font: 14px/ 1.1 var(--font1);
}
@media (max-width: 410px) {
  .shop2-product-options .option-title {
    color: var(--gr_bg_acc_text);
  }
}
.shop2-product-options .option-body {
  color: var(--gr_bg_acc_text_05);
  font: 14px/ 1.14 var(--font1);
}
@media (max-width: 410px) {
  .shop2-product-options .option-body {
    color: var(--gr_bg_acc_text_07);
  }
}
.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;
}
.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(--brd_rad_6);
}
.shop2-product-options .shop2-texture-pick li.active-texture:before {
  border-color: var(--brd_m1);
}
.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(--brd_rad_6);
  border: 1px solid var(--brd_m5_1);
}
.shop2-product-options .shop2-texture-pick li img {
  height: 76px;
  width: 76px;
  border-radius: var(--brd_rad_6);
}
.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: 6px 6px 6px;
  border-radius: var(--brd_rad_3);
}
.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_bg_acc_border);
  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(--gr_bg_acc_border);
  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(--brd_rad_3);
  border: none;
  box-shadow: inset 0 0 0 1px var(--gr_bg_acc_border_04);
  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(--brd_rad_5);
  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(--brd_rad_3);
}
.shop2-product-options .shop2-color-ext-multi {
  overflow: visible;
  outline: none;
  border: none;
}
.shop2-product-options .shop2-color-ext-multi li {
  position: relative;
  height: 28px;
  border: none;
  float: none;
  cursor: pointer;
  border-radius: var(--brd_rad_3);
  vertical-align: top;
  display: inline-block;
  background-size: cover;
  outline: none !important;
  width: 28px !important;
  margin: 6px 6px 6px !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(--brd_rad_3);
  border: none;
  box-shadow: inset 0 0 0 1px var(--gr_bg_acc_border_04);
  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(--brd_rad_3);
}
.tpl-stars {
  height: 10px;
  width: 60px;
  background-position: 0 0;
  background-repeat: no-repeat;
  position: relative;
  background: none;
}
.tpl-stars:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 10px;
  line-height: 10px;
  color: var(--disabledColor);
  position: absolute;
  top: 0;
  left: 0;
}
.tpl-stars .tpl-rating {
  height: 10px;
  background-position: 0 0;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  background: none;
}
.tpl-stars .tpl-rating:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 10px;
  line-height: 10px;
  color: var(--yellow);
  position: absolute;
  top: 0;
  left: 0;
}
.tpl-form .tpl-stars {
  background: none;
  width: 120px;
  height: 20px;
}
.tpl-form .tpl-stars:before {
  display: none;
}
.tpl-form .tpl-stars.tpl-active {
  background: none;
}
.tpl-form .tpl-stars span {
  width: 21px;
  height: 20px;
  margin-right: 3px;
  background-image: none;
  background-position: 0 0;
  background-repeat: no-repeat;
  position: relative;
  background: none;
  overflow: hidden;
  font-size: 0;
}
.tpl-form .tpl-stars span:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 20px;
  line-height: 20px;
  color: var(--disabledColor);
  position: absolute;
  top: 0;
  left: 0;
}
.tpl-form .tpl-stars span.tpl-active {
  background-image: none;
  background-position: 0 0;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  background: none;
}
.tpl-form .tpl-stars span.tpl-active:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 20px;
  line-height: 20px;
  color: var(--yellow);
  position: absolute;
  top: 0;
  left: 0;
}
.shop2-product-actions {
  position: relative;
}
.shop2-product-actions dl {
  margin-bottom: -10px;
}
.shop2-product-actions dl dt {
  margin-right: 20px;
  background: none;
  font-size: 0;
  min-height: 0;
  display: inline-flex;
  align-items: center;
  margin-bottom: 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;
  background: none;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  background: var(--red);
  border-radius: var(--gr_small_radius);
}
.shop2-product-actions dl dt .icon-action svg {
  fill: var(--white);
  width: 20px;
  height: 20px;
  display: none;
}
.shop2-product-actions dl dt .icon-action svg.gr_small_icon {
  display: block;
}
.shop2-product-actions dl dt .name-action {
  border: none;
  margin: 0 0 0 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  width: calc(100% - 42px - 8px);
  color: var(--red);
  font-size: 14px;
  line-height: 1.2;
  font-family: var(--font1);
  font-weight: var(--font1_400);
  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: 22px 20px;
  width: calc(100% - 20px);
  border: none;
  z-index: 100000;
  color: var(--gr_bg_acc_text);
  box-shadow: none;
  background: var(--gr_bg_acc);
  border-radius: var(--gr_small_radius);
  border-bottom: 10px solid var(--gr_bg_acc);
}
@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_small_radius);
  box-shadow: inset 0 0 0 1px var(--gr_bg_primary_border_05);
}
.shop2-product-actions dd .name-action {
  font-family: var(--font1);
  font-weight: var(--font1_700);
  font-size: 16px;
  line-height: 1.125;
  color: var(--gr_bg_primary_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 4px;
  }
}
.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;
}
@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;
}
.gr-amount-flag span {
  font-family: var(--font1);
  font-weight: var(--font1_700);
  vertical-align: top;
  display: inline-block;
  font-size: 13px;
  line-height: 1.2;
  padding: 5px 12px;
  color: var(--txt_flags);
  background: var(--green);
  border-radius: var(--gr_small_radius);
}
.gr-amount-flag.pre_order span {
  background: var(--yellow);
  color: var(--txt_spec);
}
.gr-amount-flag.no_amount span {
  color: var(--disabledColor);
  background: var(--disabledBackground);
}
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(--txt_flags);
  font: var(--font1_700) 14px/ 1.14 var(--font1);
  vertical-align: top;
  display: inline-block;
  text-transform: uppercase;
  border-radius: var(--gr_btn_radius);
}
body .product-flags__item.spec_item span {
  color: var(--txt_spec);
  background: var(--yellow);
}
body .product-flags__item.new_item span {
  background: var(--red);
}
body .product-flags__item.action_item span {
  background: var(--gr_main_primary);
}
body .product-flags__item span {
  padding: 7px 14px;
  text-align: center;
  vertical-align: top;
  display: inline-block;
  border-radius: var(--gr_btn_radius);
}
#shop2-tooltip {
  z-index: 100000;
}
.main-blocks #shop2-msg p, .main-blocks .shop2-color-ext-tooltip p, .main-blocks .shop2-product-discount-desc p {
  color: var(--gr_bg_acc_text);
}
#shop2-msg, .shop2-color-ext-tooltip, .shop2-product-discount-desc {
  font-size: 13px;
  font-family: var(--font1);
  color: var(--gr_bg_acc_text);
  font-weight: var(--font1_400);
  line-height: normal;
  padding: 14px;
  border: none;
  z-index: 100000;
  background: var(--gr_bg_acc);
  border-radius: var(--gr_inner_radius);
  box-shadow: inset 0 0 0 1px var(--gr_bg_acc_border_05);
  /*Color*/
}
#shop2-msg p, .shop2-color-ext-tooltip p, .shop2-product-discount-desc p {
  color: var(--txt);
}
#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(--linkColor_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_inner_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_inner_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_inner_radius);
}
@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(--gr_bg_acc_text);
  font-weight: var(--font1_700);
  box-shadow: var(--shd_1);
  background: var(--gr_bg_acc);
  border-radius: var(--gr_small_radius);
}
@media screen and (max-width: 639px) {
  #shop2-msg {
    min-width: 320px;
    padding: 20px;
    font-size: 14px;
  }
}
#shop2-msg a {
  position: relative;
  margin-right: 20px;
  text-decoration: none;
  transition: all 0.18s;
  border-bottom: 1px solid transparent;
  color: var(--gr_main_accent);
}
#shop2-msg a:hover {
  border-bottom-color: var(--gr_main_primary_5);
}
#shop2-msg a:before {
  position: absolute;
  top: 50%;
  right: -25px;
  content: "";
  width: 20px;
  height: 20px;
  margin-top: -9px;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 23px;
  line-height: 20px;
  color: var(--icon_linkColor_s);
  text-align: center;
}
#shop2-msg .go-to-compare-btn {
  display: inline-block;
  vertical-align: top;
  color: var(--gr_main_accent);
}
#shop2-msg .go-to-compare-btn:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 23px;
  line-height: 20px;
  color: var(--gr_main_accent);
  text-align: center;
}
.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(--tooltipColor);
  background: var(--tooltipBg);
  border-radius: var(--brd_rad_3);
}
@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(--tooltipBg);
}
.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(--tooltipBg);
}
.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(--tooltipBg);
}
.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(--tooltipBg);
}
.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(--gr_bg_primary_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(--gr_bg_acc_border_01);
}
.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(--gr_bg_primary_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_main_primary);
  background: transparent;
}
.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_400) 16px/ 20px var(--font1);
  color: var(--gr_bg_primary_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: transparent;
  box-shadow: inset 0 0 0 2px var(--gr_bg_acc_border_05);
  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(--gr_bg_primary);
  border-radius: var(--gr_inner_radius);
  border: 1px solid var(--gr_main_primary_6);
  box-shadow: 0 0 0 4px var(--gr_bg_primary);
}
.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_main_primary_6);
}
.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_main_primary_6);
  margin-top: 0;
  background: var(--gr_bg_acc);
}
.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(--gr_bg_primary_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 > .options-list .shop2-btn + span, .shop2-delivery > .options-list .shop2-btn + span {
  color: var(--gr_bg_primary_text);
}
.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(--gr_bg_acc_border_01);
}
.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(--gr_bg_primary_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_main_primary);
  background: transparent;
}
.shop2-order-options .options-list .option-type .option-label .label-name {
  position: relative;
  padding: 0;
  font: var(--font1_400) 16px/ 20px var(--font1);
  color: var(--gr_bg_primary_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: transparent;
  box-shadow: inset 0 0 0 2px var(--gr_bg_acc_border_05);
  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_primary);
  border-radius: var(--gr_inner_radius);
  border: 1px solid var(--gr_main_primary_1);
  box-shadow: 0 0 0 4px var(--site_bg);
}
.shop2-order-options .options-list .option-type.active-type:last-child {
  border: 1px solid var(--gr_bg_primary_05);
}
.shop2-order-options .options-list .option-type.active-type:first-child {
  margin-top: 0;
  border: 1px solid var(--gr_bg_primary_05);
}
.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(--gr_bg_primary_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(--gr_bg_primary_text);
}
.shop2-payments-order .shop2-payment-type:hover span:before, .shop2-payments-order .payment_methods-column label:hover span:before {
  border: none;
  box-shadow: inset 0 0 0 3px var(--gr_main_primary);
  background: transparent;
}
.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(--gr_bg_primary_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_main_primary);
  background: transparent;
}
.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(--gr_bg_primary_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_main_primary);
  background: transparent;
}
.shop2-payments-order .shop2-payment-type span, .shop2-payments-order .payment_methods-column label span {
  position: relative;
  font: var(--font1_400) 16px/ 20px var(--font1);
  color: var(--gr_bg_primary_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: transparent;
  box-shadow: inset 0 0 0 2px var(--gr_bg_acc_border_05);
  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-edost {
  margin: 0;
}
.shop2-edost .shop2-edost-variant {
  color: var(--gr_bg_primary_text);
  padding: 8px 0;
  border-bottom: 1px solid var(--gr_bg_primary_border_05);
}
.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_primary);
  margin: 15px 0 10px 100px;
  box-shadow: inset 0 0 0 1px var(--gr_bg_primary_border_05);
  font: 400 14px/ normal var(--font1);
}
@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: inset 0 0 0 2px var(--gr_bg_acc_border_05);
  background: transparent;
  border-radius: 50%;
  transition: background-color 0.2s, box-shadow 0.2s;
}
.shop2-edost .shop2-edost-control:hover:before {
  border: none;
  box-shadow: inset 0 0 0 3px var(--gr_main_primary);
  background: transparent;
}
.shop2-edost .shop2-edost-control.active:before {
  border: none;
  box-shadow: inset 0 0 0 7px var(--gr_main_primary);
  background: transparent;
}
.shop2-edost .shop2-edost-control.active:hover:before {
  border: none;
  box-shadow: inset 0 0 0 7px var(--gr_main_primary);
  background: transparent;
}
.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;
}
.g-button {
  color: var(--btn3_txt) !important;
  margin: 5px;
}
.g-button.g-button--invert {
  color: var(--btn1_txt) !important;
  background: var(--gr_main_primary) !important;
}
.product_columns_2 .sorting-panel__btn-wrap {
  width: calc(33.33% - 20px);
  max-width: 280px;
}
@media (max-width: 1260px) {
  .product_columns_2 .sorting-panel__btn-wrap {
    max-width: 308px;
  }
}
@media (max-width: 767px) {
  .product_columns_2 .sorting-panel__btn-wrap {
    width: 176px;
  }
}
@media (max-width: 639px) {
  .product_columns_2 .sorting-panel__btn-wrap {
    width: 100%;
    max-width: 100%;
  }
}
.product_columns_2 .product-list.thumbs {
  margin: 0 -10px;
}
@media (max-width: 639px) {
  .product_columns_2 .product-list.thumbs {
    margin: 0 -6px;
  }
}
.product_columns_2 .product-list.thumbs .product-item {
  width: calc(50% - 20px);
  margin: 0 10px 20px;
}
@media (max-width: 1023px) {
  .product_columns_2 .product-list.thumbs .product-item {
    width: calc(50% - 20px);
  }
}
@media (max-width: 639px) {
  .product_columns_2 .product-list.thumbs .product-item {
    margin: 0 6px 20px;
    width: calc(50% - 12px);
  }
}
.product_columns_2 .product-list.thumbs .product-item__inner {
  padding: 0;
}
@media (max-width: 767px) {
  .product_columns_2 .product-list.thumbs .product-item .product-additional__top-left {
    align-items: flex-start;
    flex-direction: column;
  }
}
.product_columns_3 .sorting-panel__btn-wrap {
  width: calc(33.33% - 20px);
  max-width: 280px;
}
@media (max-width: 1260px) {
  .product_columns_3 .sorting-panel__btn-wrap {
    max-width: 308px;
  }
}
@media (max-width: 767px) {
  .product_columns_3 .sorting-panel__btn-wrap {
    width: 176px;
  }
}
@media (max-width: 639px) {
  .product_columns_3 .sorting-panel__btn-wrap {
    width: 100%;
    max-width: 100%;
  }
}
.product_columns_3 .product-list.thumbs {
  margin: 0 -10px;
}
@media (max-width: 639px) {
  .product_columns_3 .product-list.thumbs {
    margin: 0 -6px;
  }
}
.product_columns_3 .product-list.thumbs .product-item {
  width: calc(33.33% - 20px);
  margin: 0 10px 20px;
}
@media (max-width: 1023px) {
  .product_columns_3 .product-list.thumbs .product-item {
    width: calc(50% - 20px);
  }
}
@media (max-width: 639px) {
  .product_columns_3 .product-list.thumbs .product-item {
    margin: 0 6px 20px;
    width: calc(50% - 12px);
  }
}
.product_columns_3 .product-list.thumbs .product-item__inner {
  padding: 0;
}
@media (max-width: 767px) {
  .product_columns_3 .product-list.thumbs .product-item__inner {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .product_columns_3 .product-list.thumbs .product-item .product-additional__top-left {
    align-items: flex-start;
    flex-direction: column;
  }
}
.product_columns_4 .sorting-panel__btn-wrap {
  width: calc(33.33% - 20px);
  max-width: 280px;
}
@media (max-width: 1260px) {
  .product_columns_4 .sorting-panel__btn-wrap {
    max-width: 308px;
  }
}
@media (max-width: 767px) {
  .product_columns_4 .sorting-panel__btn-wrap {
    width: 176px;
  }
}
@media (max-width: 639px) {
  .product_columns_4 .sorting-panel__btn-wrap {
    width: 100%;
    max-width: 100%;
  }
}
.product_columns_4 .product-list.thumbs {
  margin: 0 -10px;
}
@media (max-width: 639px) {
  .product_columns_4 .product-list.thumbs {
    margin: 0 -6px;
  }
}
.product_columns_4 .product-list.thumbs .product-item {
  width: calc(25% - 20px);
  margin: 0 10px 20px;
}
@media (max-width: 1023px) {
  .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);
  }
}
.product_columns_4 .product-list.thumbs .product-item__inner {
  padding: 0;
}
@media (max-width: 767px) {
  .product_columns_4 .product-list.thumbs .product-item .product-additional__top-left {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (min-width: 640px) and (max-width: 1260px) {
  .product_columns_4 .product-list.thumbs .product-item .product-flags {
    top: 0px;
    left: 0px;
    right: 0px;
  }
}
@media (min-width: 640px) and (max-width: 1260px) {
  .product_columns_4 .product-list.thumbs .product-item .product-flags__item {
    font-size: 11px;
    line-height: 1.1;
  }
}
@media (min-width: 640px) and (max-width: 1260px) {
  .product_columns_4 .product-list.thumbs .product-item .product-flags__item span {
    padding: 6px 10px 4px;
  }
}
@media (min-width: 640px) and (max-width: 1260px) {
  .product_columns_4 .product-list.thumbs .product-item .gr-product-image {
    margin-bottom: 10px;
  }
}
@media (min-width: 640px) and (max-width: 1260px) {
  .product_columns_4 .product-list.thumbs .product-item .gr-product-name {
    font-size: 15px;
    line-height: 1.3;
  }
}
@media (min-width: 640px) and (max-width: 1260px) {
  .product_columns_4 .product-list.thumbs .product-item .tpl-stars {
    margin: 0 0 10px -2px;
  }
}
@media (min-width: 640px) and (max-width: 1260px) {
  .product_columns_4 .product-list.thumbs .product-item .product-article {
    font-size: 13px;
    line-height: 1.25;
    margin-bottom: 8px;
  }
}
@media (min-width: 640px) and (max-width: 1260px) {
  .product_columns_4 .product-list.thumbs .product-item .gr-product-anonce {
    font-size: 13px;
    line-height: 1.25;
    margin-bottom: 10px;
  }
}
@media (min-width: 640px) and (max-width: 1260px) {
  .product_columns_4 .product-list.thumbs .product-item .shop2-product-actions {
    margin: 0 -15px 10px 0;
  }
}
@media (min-width: 640px) and (max-width: 1260px) {
  .product_columns_4 .product-list.thumbs .product-item .shop2-product-actions dl dt {
    margin-right: 15px;
  }
}
@media (min-width: 640px) and (max-width: 1260px) {
  .product_columns_4 .product-list.thumbs .product-item .shop2-product-actions dl dt .icon-action {
    width: 20px;
    height: 20px;
    min-width: 20px;
    background: none;
  }
}
@media (min-width: 640px) and (max-width: 1260px) {
  .product_columns_4 .product-list.thumbs .product-item .shop2-product-actions dl dt .icon-action svg {
    fill: var(--red);
  }
}
@media (min-width: 640px) and (max-width: 1260px) {
  .product_columns_4 .product-list.thumbs .product-item .shop2-product-actions dl dt .name-action {
    font-size: 13px;
    line-height: 1.25;
  }
}
@media (min-width: 640px) and (max-width: 1260px) {
  .product_columns_4 .product-list.thumbs .product-item .gr-product-options .shop2-product-options {
    padding-top: 10px;
  }
}
@media (min-width: 640px) and (max-width: 1260px) {
  .product_columns_4 .product-list.thumbs .product-item .gr-amount-flag {
    margin-bottom: 10px;
  }
}
@media (min-width: 640px) and (max-width: 1260px) {
  .product_columns_4 .product-list.thumbs .product-item .product-price {
    padding-bottom: 10px;
  }
}
@media (min-width: 640px) and (max-width: 1260px) {
  .product_columns_4 .product-list.thumbs .product-item .product-price .price-old {
    margin-bottom: 2px;
  }
}
@media (min-width: 640px) and (max-width: 1260px) {
  .product_columns_4 .product-list.thumbs .product-item .product-price .price-current strong {
    font-size: 20px;
    line-height: 1;
  }
}
@media (min-width: 640px) and (max-width: 1260px) {
  .product_columns_4 .product-list.thumbs .product-item .product-price .price-current span {
    font-size: 15px;
    line-height: 1.1;
    padding-left: 4px;
  }
}
@media (min-width: 640px) and (max-width: 1260px) {
  .product_columns_4 .product-list.thumbs .product-item .product-amount .shop2-product-amount {
    width: calc(55% - 3px);
    margin-right: 6px;
  }
}
@media (min-width: 640px) and (max-width: 1260px) {
  .product_columns_4 .product-list.thumbs .product-item .product-amount .shop2-product-amount button, .product_columns_4 .product-list.thumbs .product-item .product-amount .shop2-product-amount input {
    height: 40px;
    line-height: 40px;
  }
}
@media (min-width: 640px) and (max-width: 1260px) {
  .product_columns_4 .product-list.thumbs .product-item .shop-product-btn:not(.notavailable) {
    width: calc(45% - 3px);
    height: 40px;
  }
}
@media (min-width: 640px) and (max-width: 1260px) {
  .product_columns_4 .product-list.thumbs .product-item .shop-product-btn.notavailable {
    padding: 12.5px 15px;
    font-size: 14px;
    line-height: 1.1;
  }
}
@media (min-width: 640px) and (max-width: 1260px) {
  .product_columns_4 .product-list.thumbs .product-item .buy-one-click, .product_columns_4 .product-list.thumbs .product-item .buy-one-click.buy_one_click_action {
    margin-top: 10px;
    padding: 12.5px 15px;
    font-size: 14px;
    line-height: 1.1;
  }
}
@media (min-width: 640px) and (max-width: 1260px) {
  .product_columns_4 .product-list.thumbs .product-item .product-compare {
    margin-top: 10px;
  }
}
.product_columns_5 .sorting-panel__btn-wrap {
  width: calc(33.33% - 20px);
  max-width: 280px;
}
@media (max-width: 1260px) {
  .product_columns_5 .sorting-panel__btn-wrap {
    max-width: 308px;
  }
}
@media (max-width: 767px) {
  .product_columns_5 .sorting-panel__btn-wrap {
    width: 176px;
  }
}
@media (max-width: 639px) {
  .product_columns_5 .sorting-panel__btn-wrap {
    width: 100%;
    max-width: 100%;
  }
}
.product_columns_5 .product-list.thumbs {
  margin: 0 -10px;
}
@media (max-width: 639px) {
  .product_columns_5 .product-list.thumbs {
    margin: 0 -6px;
  }
}
.product_columns_5 .product-list.thumbs .product-item {
  width: calc(20% - 20px);
  margin: 0 10px 20px;
}
@media (max-width: 1260px) {
  .product_columns_5 .product-list.thumbs .product-item {
    width: calc(25% - 20px);
  }
}
@media (max-width: 1023px) {
  .product_columns_5 .product-list.thumbs .product-item {
    width: calc(33.33% - 20px);
  }
}
@media (max-width: 639px) {
  .product_columns_5 .product-list.thumbs .product-item {
    margin: 0 6px 20px;
    width: calc(50% - 12px);
  }
}
.product_columns_5 .product-list.thumbs .product-item__inner {
  padding: 0;
}
.product_columns_5 .product-list.thumbs .product-item__inner .gr-favorite-btn-wrapper .gr-favorite-btn, .product_columns_5 .product-list.thumbs .product-item__inner .gr-favorite-btn-wrapper .gr-favorite-btn a {
  font: var(--font1_500) 13px/ 18px var(--font1);
}
.product_columns_5 .product-list.thumbs .product-item__inner .gr-favorite-btn-wrapper .gr-favorite-btn .gr-favorite-btn__icon {
  margin-right: 8px;
}
.product_columns_5 .product-list.thumbs .product-item .shop2-product-actions dd {
  width: 140px;
}
.product_columns_5 .product-list.thumbs .product-item .product-additional__top-left {
  align-items: flex-start;
  flex-direction: column;
}
@media (min-width: 640px) {
  .product_columns_5 .product-list.thumbs .product-item .product-flags {
    top: 0px;
    left: 0px;
    right: 0px;
  }
}
@media (min-width: 640px) {
  .product_columns_5 .product-list.thumbs .product-item .product-flags__item {
    font-size: 11px;
    line-height: 1.1;
  }
}
@media (min-width: 640px) {
  .product_columns_5 .product-list.thumbs .product-item .product-flags__item span {
    padding: 6px 10px 4px;
  }
}
@media (min-width: 640px) {
  .product_columns_5 .product-list.thumbs .product-item .gr-product-image {
    margin-bottom: 10px;
  }
}
@media (min-width: 640px) {
  .product_columns_5 .product-list.thumbs .product-item .gr-product-name {
    font-size: 15px;
    line-height: 20px;
  }
}
@media (min-width: 640px) {
  .product_columns_5 .product-list.thumbs .product-item .tpl-stars {
    margin: 0 0 10px -2px;
  }
}
@media (min-width: 640px) {
  .product_columns_5 .product-list.thumbs .product-item .product-article {
    font-size: 13px;
    line-height: 1.25;
    margin-bottom: 8px;
  }
}
@media (min-width: 640px) {
  .product_columns_5 .product-list.thumbs .product-item .gr-product-anonce {
    font-size: 13px;
    line-height: 1.25;
    margin-bottom: 10px;
  }
}
@media (min-width: 640px) {
  .product_columns_5 .product-list.thumbs .product-item .shop2-product-actions {
    margin: 0 -15px 10px 0;
  }
}
@media (min-width: 640px) {
  .product_columns_5 .product-list.thumbs .product-item .shop2-product-actions dl dt {
    margin-right: 15px;
  }
}
@media (min-width: 640px) {
  .product_columns_5 .product-list.thumbs .product-item .shop2-product-actions dl dt .icon-action {
    width: 20px;
    height: 20px;
    min-width: 20px;
    background: none;
  }
}
@media (min-width: 640px) {
  .product_columns_5 .product-list.thumbs .product-item .shop2-product-actions dl dt .icon-action svg {
    fill: var(--red);
  }
}
@media (min-width: 640px) {
  .product_columns_5 .product-list.thumbs .product-item .shop2-product-actions dl dt .name-action {
    font-size: 13px;
    line-height: 1.25;
  }
}
@media (min-width: 640px) {
  .product_columns_5 .product-list.thumbs .product-item .gr-product-options .shop2-product-options {
    padding-top: 10px;
  }
}
@media (min-width: 640px) {
  .product_columns_5 .product-list.thumbs .product-item .gr-product-options .gr-options-more__btn {
    font-size: 13px;
    line-height: 1.1;
    font-weight: var(--font1_400);
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 14px;
    padding-right: 22px;
  }
}
@media (min-width: 640px) {
  .product_columns_5 .product-list.thumbs .product-item .gr-product-options .gr-options-more__btn span svg {
    right: -14px;
  }
}
@media (min-width: 768px) {
  .product_columns_5 .product-list.thumbs .product-item .gr-product-options .shop2-product-options .shop2-texture-pick {
    margin: 0 -5px -5px 0;
  }
}
@media (min-width: 768px) {
  .product_columns_5 .product-list.thumbs .product-item .gr-product-options .shop2-product-options .shop2-texture-pick li {
    width: 47px;
    height: 47px;
    margin: 0 5px 5px 0;
  }
  .product_columns_5 .product-list.thumbs .product-item .gr-product-options .shop2-product-options .shop2-texture-pick li img {
    width: 47px;
    height: 47px;
  }
}
.product_columns_5 .product-list.thumbs .product-item .gr-amount-flag {
  order: 0;
}
@media (min-width: 640px) {
  .product_columns_5 .product-list.thumbs .product-item .gr-amount-flag {
    margin-bottom: 10px;
  }
}
@media (min-width: 640px) {
  .product_columns_5 .product-list.thumbs .product-item .product-price {
    padding-bottom: 10px;
  }
}
@media (min-width: 640px) {
  .product_columns_5 .product-list.thumbs .product-item .product-price .price-old {
    margin-bottom: 2px;
  }
}
.product_columns_5 .product-list.thumbs .product-item .product-price .price-current.price_on_request strong {
  font-size: 15px;
  line-height: 1.3;
}
@media (min-width: 640px) {
  .product_columns_5 .product-list.thumbs .product-item .product-price .price-current strong {
    font-size: 20px;
    line-height: 1;
  }
}
@media (min-width: 640px) {
  .product_columns_5 .product-list.thumbs .product-item .product-price .price-current span {
    font-size: 15px;
    line-height: 1.1;
    padding-left: 4px;
  }
}
@media (min-width: 640px) {
  .product_columns_5 .product-list.thumbs .product-item .product-amount .shop2-product-amount {
    width: calc(55% - 3px);
    margin-right: 6px;
  }
}
@media (min-width: 640px) {
  .product_columns_5 .product-list.thumbs .product-item .product-amount .shop2-product-amount button, .product_columns_5 .product-list.thumbs .product-item .product-amount .shop2-product-amount input {
    height: 40px;
    line-height: 40px;
  }
}
@media (min-width: 640px) {
  .product_columns_5 .product-list.thumbs .product-item .shop-product-btn:not(.notavailable) {
    width: calc(45% - 3px);
    height: 40px;
  }
}
@media (min-width: 640px) {
  .product_columns_5 .product-list.thumbs .product-item .shop-product-btn.notavailable {
    padding: 12.5px 15px;
    font-size: 14px;
    line-height: 1.1;
  }
  .product_columns_5 .product-list.thumbs .product-item .shop-product-btn.notavailable span {
    padding-right: 0;
  }
  .product_columns_5 .product-list.thumbs .product-item .shop-product-btn.notavailable span svg {
    display: none;
  }
}
@media (min-width: 640px) {
  .product_columns_5 .product-list.thumbs .product-item .buy-one-click, .product_columns_5 .product-list.thumbs .product-item .buy-one-click.buy_one_click_action {
    margin-top: 10px;
    padding: 12.5px 12px;
    font-size: 13px;
    line-height: 1.1;
  }
}
@media (min-width: 640px) {
  .product_columns_5 .product-list.thumbs .product-item .product-compare {
    margin-top: 10px;
  }
}
@media (min-width: 640px) {
  .product_columns_5 .product-list.thumbs .product-item .product-compare .gr-compare-plus {
    padding-left: 36px;
    font-size: 14px;
    line-height: 1.14;
    min-height: 26px;
  }
}
@media (min-width: 640px) {
  .product_columns_5 .product-list.thumbs .product-item .product-compare .gr-compare-plus:before {
    width: 26px;
    height: 26px;
  }
}
@media (min-width: 640px) {
  .product_columns_5 .product-list.thumbs .product-item .product-compare.product-compare-added .gr-compare-checkbox {
    width: 26px;
    height: 26px;
    margin-right: 10px;
  }
}
@media (min-width: 640px) {
  .product_columns_5 .product-list.thumbs .product-item .product-compare.product-compare-added .gr-compare-checkbox:before {
    border-radius: var(--brd_rad_4);
  }
}
@media (min-width: 640px) {
  .product_columns_5 .product-list.thumbs .product-item .product-compare.product-compare-added .link-reset {
    font-size: 14px;
    line-height: 1.2;
  }
}
@media (max-width: 469px) {
  .product-list.thumbs:not(.tns-slider) .product-item .product-item-btns {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .product-list.thumbs:not(.tns-slider) .product-item .product-item-btns .product-amount {
    margin-bottom: 10px;
  }
  .product-list.thumbs:not(.tns-slider) .product-item .product-item-btns .product-amount .shop2-product-amount {
    width: 100%;
    margin-right: 0;
  }
  .product-list.thumbs:not(.tns-slider) .product-item .product-item-btns .shop-product-btn:not(.notavailable) {
    width: 100%;
  }
  .product-list.thumbs:not(.tns-slider) .product-item .product-item-btns .shop-product-btn:not(.notavailable) span svg.gr-svg-icon {
    display: none;
  }
  .product-list.thumbs:not(.tns-slider) .product-item .product-item-btns .shop-product-btn:not(.notavailable) span svg.gr-svg-icon.gr_small_icon {
    display: inline-block;
  }
  .product-list.thumbs:not(.tns-slider) .product-item .gr-favorite-btn-wrapper .gr-favorite-btn .gr-favorite-btn__icon svg.gr-svg-icon {
    display: none;
  }
  .product-list.thumbs:not(.tns-slider) .product-item .gr-favorite-btn-wrapper .gr-favorite-btn .gr-favorite-btn__icon svg.gr-svg-icon.gr_small_icon {
    display: inline-block;
  }
  .product-list.thumbs:not(.tns-slider) .product-item .product-list.thumbs .product-item .buy-one-click {
    padding: 12.5px 7px;
    font-size: 12px;
  }
  .product-list.thumbs:not(.tns-slider) .product-item .gr-amount-flag span {
    text-align: center;
  }
}
.product-list.thumbs {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 410px) {
  .product-list.thumbs {
    margin-bottom: 15px;
  }
}
.product-list.thumbs.main_blocks_list {
  margin: 0;
  display: block;
  padding-left: 0.1px;
}
.product-list.thumbs.main_blocks_list .product-item {
  width: auto;
  margin: 0;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .product-list.thumbs.main_blocks_list .product-item {
    padding-top: 6px;
  }
}
.product-list.thumbs .product-item {
  position: relative;
}
.product-list.thumbs .product-item__inner {
  display: flex;
  height: 100%;
  flex-direction: column;
  background: var(--gr_bg_acc);
  border-radius: var(--gr_wrap_radius);
  margin: 1px;
}
@media (max-width: 767px) {
  .product-list.thumbs .product-item__inner {
    box-shadow: none;
  }
}
@media (max-width: 410px) {
  .product-list.thumbs .product-item__inner {
    background: var(--site_bg);
  }
}
.product-list.thumbs .product-item__top {
  position: relative;
  border-radius: var(--brd_rad_6);
  margin-bottom: 10px;
}
.product-list.thumbs .product-item__bottom {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
}
@media (max-width: 1260px) {
  .product-list.thumbs .product-item__bottom {
    padding: 20px;
  }
}
@media (max-width: 410px) {
  .product-list.thumbs .product-item__bottom {
    padding: 10px 10px 20px;
  }
}
.product-list.thumbs .product-item .gr-product-image {
  position: relative;
  padding-top: 100%;
  margin: 0;
  border-radius: var(--brd_rad_6);
}
@media (max-width: 767px) {
  .product-list.thumbs .product-item .gr-product-image {
    margin: 0 0 8px;
  }
}
.product-list.thumbs .product-item .gr-product-image.no-image {
  background: var(--noImageDefault);
  border-radius: var(--brd_rad_6);
}
.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_wrap_radius) var(--gr_wrap_radius) 0 0;
  text-decoration: none;
  display: flex;
}
.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-list.thumbs .product-item .gr-product-image:hover .quick-view-trigger {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1, 1);
}
.product-list.thumbs .product-item .product-flags {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .product-list.thumbs .product-item .product-flags__item {
    font-size: 11px;
    line-height: 1.1;
  }
}
@media (max-width: 767px) {
  .product-list.thumbs .product-item .product-flags__item span {
    padding: 6px 10px 4px;
  }
}
.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);
}
@media (max-width: 1023px) {
  .product-list.thumbs .product-item .quick-view-trigger {
    display: none;
  }
}
.product-list.thumbs .product-item .gr-product-name {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 8px;
  font-family: var(--font1);
  font-weight: var(--font1_400);
}
@media (max-width: 767px) {
  .product-list.thumbs .product-item .gr-product-name {
    font-size: 14px;
    line-height: 1.3;
  }
}
.product-list.thumbs .product-item .gr-product-name a {
  color: var(--gr_bg_acc_text);
  text-decoration: none;
  transition: all 0.18s linear;
  border-bottom: 1px solid transparent;
}
@media (max-width: 410px) {
  .product-list.thumbs .product-item .gr-product-name a {
    color: var(--gr_bg_acc_text);
  }
}
.product-list.thumbs .product-item .gr-product-name a:hover {
  color: var(--gr_main_primary);
  border-bottom-color: var(--gr_main_primary);
}
@media (max-width: 410px) {
  .product-list.thumbs .product-item .gr-product-name a:hover {
    color: var(--gr_bg_acc_text);
  }
}
.product-list.thumbs .product-item .gr-vendor-block {
  font-size: 13px;
  line-height: 1.25;
  margin-bottom: 8px;
  font-family: var(--font1);
  font-weight: var(--font1_400);
}
.product-list.thumbs .product-item .gr-vendor-block a {
  color: var(--linkColor);
  text-decoration: none;
  transition: all 0.18s linear;
  border-bottom: 1px solid transparent;
}
.product-list.thumbs .product-item .gr-vendor-block a:hover {
  border-bottom-color: var(--linkColor_5);
}
.product-list.thumbs .product-item .tpl-stars {
  margin: 8px 0 20px -2px;
}
@media (max-width: 767px) {
  .product-list.thumbs .product-item .tpl-stars {
    margin: 0 0 8px -2px;
  }
}
.product-list.thumbs .product-item .product-article {
  font-size: 14px;
  line-height: 1.1;
  margin-bottom: 10px;
  color: var(--gr_bg_acc_text);
  font-family: var(--font1);
}
@media (max-width: 767px) {
  .product-list.thumbs .product-item .product-article {
    font-size: 13px;
    line-height: 1.25;
    margin-bottom: 8px;
  }
}
@media (max-width: 410px) {
  .product-list.thumbs .product-item .product-article {
    color: var(--gr_bg_acc_text);
  }
}
.product-list.thumbs .product-item .product-article span {
  font-family: var(--font2);
}
.product-list.thumbs .product-item .gr-product-anonce {
  color: var(--gr_bg_acc_text);
  font-size: 14px;
  line-height: 1.14;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .product-list.thumbs .product-item .gr-product-anonce {
    font-size: 13px;
    line-height: 1.25;
    margin-bottom: 8px;
  }
}
@media (max-width: 410px) {
  .product-list.thumbs .product-item .gr-product-anonce {
    color: var(--gr_bg_acc_text);
  }
}
.product-list.thumbs .product-item .gr-product-options {
  margin: 0 0 20px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1260px) {
  .product-list.thumbs .product-item .gr-product-options {
    margin: 0 0 10px;
  }
}
.product-list.thumbs .product-item .gr-product-options .gr-options-more {
  order: -1;
}
.product-list.thumbs .product-item .gr-product-options .gr-options-more__btn {
  width: 100%;
  text-align: left;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .product-list.thumbs .product-item .gr-product-options .gr-options-more__btn {
    font-size: 13px;
    line-height: 1.1;
    font-weight: var(--font1_400);
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 14px;
    padding-right: 22px;
  }
}
.product-list.thumbs .product-item .gr-product-options .gr-options-more__btn.active span svg {
  transform: translateY(-50%) rotate(-180deg);
}
.product-list.thumbs .product-item .gr-product-options .gr-options-more__btn span {
  width: 100%;
}
.product-list.thumbs .product-item .gr-product-options .gr-options-more__btn span svg {
  right: -7px;
  width: 20px;
  height: 20px;
  display: none;
}
@media (max-width: 767px) {
  .product-list.thumbs .product-item .gr-product-options .gr-options-more__btn span svg {
    right: -14px;
  }
}
.product-list.thumbs .product-item .gr-product-options .gr-options-more__btn span svg.gr_small_icon {
  display: block;
}
.product-list.thumbs .product-item .gr-product-options .gr-options-container {
  display: none;
}
.product-list.thumbs .product-item .gr-product-options .shop2-product-options {
  padding-top: 20px;
}
@media (max-width: 767px) {
  .product-list.thumbs .product-item .gr-product-options .shop2-product-options {
    padding-top: 10px;
  }
}
.product-list.thumbs .product-item .gr-product-options .option-item {
  margin-bottom: 10px;
}
.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-list.thumbs .product-item .gr-product-options .option-item.gr_color_option:not(.gr_type_texture) .option-title {
    margin: 0 0 8px;
  }
}
.product-list.thumbs .product-item .gr-product-options .option-item:last-child {
  margin-bottom: 0;
}
.product-list.thumbs .product-item .gr-product-options .option-title {
  margin: 0 0 5px;
}
@media (max-width: 767px) {
  .product-list.thumbs .product-item .gr-product-options .option-title {
    margin: 0 0 2px;
  }
}
.product-list.thumbs .product-item .gr-product-options .option-body .file {
  width: 100%;
}
@media (max-width: 767px) {
  .product-list.thumbs .product-item .gr-product-options .option-body .file {
    font-size: 13px;
    line-height: 1.1;
    padding: 11px 14px;
  }
}
@media (max-width: 767px) {
  .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-list.thumbs .product-item .gr-product-options .shop2-product-options .shop2-color-pick li, .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-list.thumbs .product-item .gr-product-options .shop2-product-options .shop2-color-pick li:first-child, .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-list.thumbs .product-item .gr-product-options .shop2-product-options .shop2-color-pick li span, .product-list.thumbs .product-item .gr-product-options .shop2-product-options .shop2-color-pick li img, .product-list.thumbs .product-item .gr-product-options .shop2-product-options .shop2-color-ext-list li span, .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-list.thumbs .product-item .gr-product-options .shop2-product-options .shop2-color-pick li:after, .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-list.thumbs .product-item .gr-product-options .shop2-product-options .shop2-texture-pick {
    margin: 0 -5px -5px 0;
  }
}
@media (max-width: 767px) {
  .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-list.thumbs .product-item .gr-product-options .shop2-product-options .shop2-texture-pick li img {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 767px) {
  .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-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-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-list.thumbs .product-item .shop2-product-actions {
  margin: 0 -20px 18px 0;
}
@media (max-width: 767px) {
  .product-list.thumbs .product-item .shop2-product-actions {
    margin: 0 -15px 10px 0;
  }
}
@media (max-width: 767px) {
  .product-list.thumbs .product-item .shop2-product-actions dl {
    display: flex;
    flex-direction: column;
  }
}
.product-list.thumbs .product-item .shop2-product-actions dl dt {
  display: inline-flex;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .product-list.thumbs .product-item .shop2-product-actions dl dt {
    margin-right: 15px;
  }
}
@media (max-width: 767px) {
  .product-list.thumbs .product-item .shop2-product-actions dl dt .icon-action {
    width: 20px;
    height: 20px;
    min-width: 20px;
    background: none;
  }
}
@media (max-width: 767px) {
  .product-list.thumbs .product-item .shop2-product-actions dl dt .icon-action svg {
    fill: var(--red);
  }
}
.product-list.thumbs .product-item .shop2-product-actions dl dt .name-action {
  width: auto;
}
@media (max-width: 767px) {
  .product-list.thumbs .product-item .shop2-product-actions dl dt .name-action {
    font-size: 13px;
    line-height: 1.25;
  }
}
.product-list.thumbs .product-item .product-compare {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .product-list.thumbs .product-item .product-compare {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .product-list.thumbs .product-item .product-compare .gr-compare-plus {
    padding-left: 36px;
    font-size: 14px;
    line-height: 1.14;
    min-height: 26px;
  }
}
@media (max-width: 410px) {
  .product-list.thumbs .product-item .product-compare .gr-compare-plus {
    color: var(--gr_bg_acc_text);
  }
}
@media (max-width: 767px) {
  .product-list.thumbs .product-item .product-compare .gr-compare-plus:before {
    width: 26px;
    height: 26px;
  }
}
@media (max-width: 767px) {
  .product-list.thumbs .product-item .product-compare.product-compare-added .gr-compare-checkbox {
    width: 26px;
    height: 26px;
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .product-list.thumbs .product-item .product-compare.product-compare-added .gr-compare-checkbox:before {
    border-radius: var(--brd_rad_4);
  }
}
@media (max-width: 767px) {
  .product-list.thumbs .product-item .product-compare.product-compare-added .link-reset {
    font-size: 14px;
    line-height: 1.2;
  }
}
.product-list.thumbs .product-item .product-additional__top-left {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
}
.product-list.thumbs .product-item .product-additional__top-right {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.product-list.thumbs .product-item .product-additional__add {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
}
.product-list.thumbs .product-item .gr-amount-flag {
  order: 2;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .product-list.thumbs .product-item .gr-amount-flag {
    order: 0;
    margin-bottom: 8px;
  }
}
.product-list.thumbs .product-item .product-price {
  font-size: 0;
  margin-right: 5px;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .product-list.thumbs .product-item .product-price {
    padding-bottom: 10px;
  }
}
.product-list.thumbs .product-item .product-price .price-old {
  font-size: 0;
  margin-bottom: 5px;
  font-family: var(--font1);
  font-weight: var(--font1_400);
  color: var(--gr_bg_acc_text);
  vertical-align: top;
  display: inline-block;
}
@media (max-width: 767px) {
  .product-list.thumbs .product-item .product-price .price-old {
    margin-bottom: 2px;
  }
}
@media (max-width: 410px) {
  .product-list.thumbs .product-item .product-price .price-old {
    color: var(--gr_bg_acc_text);
  }
}
.product-list.thumbs .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.thumbs .product-item .product-price .price-old span span {
  font-size: 14px;
  line-height: 1;
  padding-left: 5px;
}
.product-list.thumbs .product-item .product-price .price-current {
  font-size: 0;
  font-family: var(--font1);
  color: var(--gr_bg_acc_text);
  font-weight: var(--font1_500);
}
@media (max-width: 410px) {
  .product-list.thumbs .product-item .product-price .price-current {
    color: var(--gr_bg_acc_text);
  }
}
.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-list.thumbs .product-item .product-price .price-current.price_on_request strong {
    font-size: 15px;
    line-height: 1.3;
  }
}
.product-list.thumbs .product-item .product-price .price-current strong {
  font-size: 22px;
  line-height: 1;
  font-weight: var(--font1_500);
}
@media (max-width: 767px) {
  .product-list.thumbs .product-item .product-price .price-current strong {
    font-size: 18px;
    line-height: 1;
  }
}
.product-list.thumbs .product-item .product-price .price-current span {
  font-size: 16px;
  line-height: 1;
  padding-left: 5px;
}
@media (max-width: 767px) {
  .product-list.thumbs .product-item .product-price .price-current span {
    font-size: 14px;
    padding-left: 4px;
  }
}
.product-list.thumbs .product-item .gr-favorite-btn-wrapper {
  order: -1;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .product-list.thumbs .product-item .gr-favorite-btn-wrapper {
    margin-top: 10px;
  }
}
.product-list.thumbs .product-item .gr-favorite-btn-wrapper .gr-favorite-btn {
  font-size: 16px;
  line-height: 16px;
}
@media (max-width: 767px) {
  .product-list.thumbs .product-item .gr-favorite-btn-wrapper .gr-favorite-btn {
    padding: 10px 0 10px;
  }
}
.product-list.thumbs .product-item .gr-favorite-btn-wrapper .gr-favorite-btn .gr-favorite-btn__icon {
  margin-right: 10px;
}
@media (max-width: 767px) {
  .product-list.thumbs .product-item .gr-favorite-btn-wrapper .gr-favorite-btn .gr-favorite-btn__text {
    font-size: 14px;
    line-height: 14px;
  }
}
@media (max-width: 469px) {
  .product-list.thumbs .product-item .gr-favorite-btn-wrapper .gr-favorite-btn .gr-favorite-btn__text {
    font-size: 12px;
  }
}
.product-list.thumbs .product-item .gr-favorite-btn-wrapper .gr-favorite-btn .gr-favorite-btn__link {
  font-size: 16px;
  line-height: 16px;
}
@media (max-width: 767px) {
  .product-list.thumbs .product-item .gr-favorite-btn-wrapper .gr-favorite-btn .gr-favorite-btn__link {
    font-size: 14px;
    line-height: 14px;
  }
}
@media (max-width: 469px) {
  .product-list.thumbs .product-item .gr-favorite-btn-wrapper .gr-favorite-btn .gr-favorite-btn__link {
    font-size: 12px;
  }
}
.product-list.thumbs .product-item .product-amount {
  width: auto;
}
.product-list.thumbs .product-item .product-amount .amount-title {
  display: none;
}
.product-list.thumbs .product-item .product-amount .amount-min {
  color: var(--m9);
  font-size: 14px;
  line-height: 1.3;
  margin: 0 0 4px;
  font-family: var(--font1);
  font-weight: var(--font1_400);
  font-style: normal;
}
@media (max-width: 767px) {
  .product-list.thumbs .product-item .product-amount .amount-min {
    font-size: 13px;
    margin: 0 0 2px;
  }
}
.product-list.thumbs .product-item .product-amount .shop2-product-amount {
  float: left;
  margin-right: 10px;
  width: calc(100% - 50px - 40px);
}
.product-list.thumbs .product-item .product-amount .shop2-product-amount.disabled {
  display: none;
}
@media (max-width: 767px) {
  .product-list.thumbs .product-item .product-amount .shop2-product-amount {
    width: calc(55% - 3px);
    margin-right: 6px;
  }
}
.product-list.thumbs .product-item .product-amount .shop2-product-amount input, .product-list.thumbs .product-item .product-amount .shop2-product-amount button {
  height: 50px;
  line-height: 50px;
}
@media (max-width: 767px) {
  .product-list.thumbs .product-item .product-amount .shop2-product-amount input, .product-list.thumbs .product-item .product-amount .shop2-product-amount button {
    height: 40px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .product-list.thumbs .product-item .product-amount .shop2-product-amount input svg, .product-list.thumbs .product-item .product-amount .shop2-product-amount button svg {
    display: none;
  }
}
.product-list.thumbs .product-item .product-amount .shop2-product-amount input svg.gr_small_icon, .product-list.thumbs .product-item .product-amount .shop2-product-amount button svg.gr_small_icon {
  width: 20px;
  height: 20px;
}
@media (max-width: 767px) {
  .product-list.thumbs .product-item .product-amount .shop2-product-amount input svg.gr_small_icon, .product-list.thumbs .product-item .product-amount .shop2-product-amount button svg.gr_small_icon {
    display: block;
  }
}
.product-list.thumbs .product-item .shop-product-btn.notavailable {
  width: 100%;
}
@media (max-width: 639px) {
  .product-list.thumbs .product-item .shop-product-btn.notavailable span {
    padding-right: 0;
  }
  .product-list.thumbs .product-item .shop-product-btn.notavailable span svg {
    display: none;
  }
}
.product-list.thumbs .product-item .shop-product-btn:not(.notavailable) {
  width: calc(50px);
  float: right;
  font-size: 0;
  height: 50px;
  padding: 0;
}
@media (max-width: 767px) {
  .product-list.thumbs .product-item .shop-product-btn:not(.notavailable) {
    height: 40px;
    width: calc(45% - 3px);
  }
}
.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-list.thumbs .product-item .shop-product-btn:not(.notavailable) span svg {
  right: auto;
  left: 50%;
  transform: translate(-50%, -50%);
}
.product-list.thumbs .product-item .buy-one-click {
  margin-top: 20px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  box-shadow: 0 0 0 1px var(--gr_main_primary);
  color: var(--gr_main_primary);
}
@media (max-width: 767px) {
  .product-list.thumbs .product-item .buy-one-click {
    margin-top: 10px;
    padding: 12.5px 15px;
    font-size: 14px;
    line-height: 1.1;
  }
}
.product-list.thumbs .product-item .buy-one-click:before {
  display: none;
}
.product-list.thumbs .product-item .buy-one-click.buy_one_click_action {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .product-list.thumbs .product-item .buy-one-click.buy_one_click_action {
    padding: 12.5px 15px;
    font-size: 14px;
    line-height: 1.1;
  }
}
.product-list.simple {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
.product-list.simple .product-item {
  position: relative;
  padding: 30px;
  background: var(--gr_bg_acc);
  border-radius: var(--gr_wrap_radius);
  box-shadow: 0 0 0 1px var(--brd_main_2);
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  .product-list.simple .product-item {
    padding: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .product-list.simple .product-item {
    padding: 30px;
    box-shadow: none;
  }
}
@media (max-width: 639px) {
  .product-list.simple .product-item {
    padding: 0px;
  }
}
.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: 28%;
  margin-right: 30px;
}
@media (max-width: 1023px) {
  .product-list.simple .product-item__top {
    margin-right: 30px;
    width: 220px;
  }
}
@media (max-width: 767px) {
  .product-list.simple .product-item__top {
    margin-right: 30px;
    width: 140px;
  }
}
@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% - 23% - 30px);
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1023px) {
  .product-list.simple .product-item__bottom {
    width: calc(100% - 220px - 30px);
  }
}
@media (max-width: 767px) {
  .product-list.simple .product-item__bottom {
    display: block;
    width: calc(100% - 140px - 30px);
  }
}
@media (max-width: 639px) {
  .product-list.simple .product-item__bottom {
    width: 100%;
    padding: 20px;
  }
}
.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);
  overflow: hidden;
}
.product-list.simple .product-item .gr-product-image.no-image {
  background: var(--noImageDefault);
  border-radius: var(--brd_rad_6);
}
.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(--brd_rad_6);
  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;
  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 .gr-product-name {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 4px;
}
@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(--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_main_primary);
  color: var(--gr_main_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(--linkColor);
  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(--linkColor_5);
}
.product-list.simple .product-item .tpl-stars {
  margin: 14px 0 20px -2px;
}
@media (max-width: 1023px) {
  .product-list.simple .product-item .tpl-stars {
    margin: 14px 0 15px -2px;
  }
}
.product-list.simple .product-item .product-article {
  font-size: 14px;
  line-height: 1.1;
  margin-bottom: 10px;
  color: var(--gr_bg_acc_text_06);
  font-family: var(--font1);
}
@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(--gr_bg_acc_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 {
  width: 100%;
  text-align: left;
  justify-content: flex-start;
}
@media (max-width: 639px) {
  .product-list.simple .product-item .gr-product-options .gr-options-more__btn {
    font-size: 13px;
    line-height: 1.1;
    padding: 8px 16px;
  }
}
.product-list.simple .product-item .gr-product-options .gr-options-more__btn.active span svg {
  transform: translateY(-50%) rotate(-180deg);
}
.product-list.simple .product-item .gr-product-options .gr-options-more__btn span {
  width: 100%;
}
.product-list.simple .product-item .gr-product-options .gr-options-more__btn span svg {
  right: -7px;
  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 .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%;
  }
}
@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 -20px 18px 0;
}
@media (max-width: 1023px) {
  .product-list.simple .product-item .shop2-product-actions {
    margin: 0 -20px 13px 0;
  }
}
@media (max-width: 767px) {
  .product-list.simple .product-item .shop2-product-actions {
    margin: 0 -15px 11px 0;
  }
}
.product-list.simple .product-item .shop2-product-actions dt {
  display: inline-flex;
  margin-bottom: 10px;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .product-list.simple .product-item .shop2-product-actions dt {
    margin-right: 15px;
  }
}
.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(--red);
  }
}
@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-wrap: wrap;
  flex-direction: column;
  width: 100%;
}
@media (max-width: 1023px) {
  .product-list.simple .product-item .product-additional__add {
    width: calc(50% - 20px);
    margin-left: 20px;
  }
}
@media (max-width: 639px) {
  .product-list.simple .product-item .product-additional__add {
    width: 100%;
    margin-left: 0;
  }
}
.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 15px;
    order: 0;
  }
}
@media (max-width: 639px) {
  .product-list.simple .product-item .gr-amount-flag {
    order: 2;
  }
}
.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 15px;
  }
}
.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(--gr_bg_acc_text_06);
  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 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(--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(--txt);
  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: calc(50% - 5px);
}
.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;
}
@media (max-width: 767px) {
  .product-list.simple .product-item .product-amount .shop2-product-amount input, .product-list.simple .product-item .product-amount .shop2-product-amount button {
    height: 40px;
    line-height: 40px;
  }
}
.product-list.simple .product-item .shop-product-btn.notavailable {
  width: 100%;
}
.product-list.simple .product-item .shop-product-btn:not(.notavailable) {
  width: calc(50% - 5px);
  float: left;
  font-size: 0;
  height: 50px;
  padding: 0;
}
@media (max-width: 767px) {
  .product-list.simple .product-item .shop-product-btn:not(.notavailable) {
    height: 40px;
  }
}
.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%);
}
.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;
    width: auto;
    flex: 1 1 auto;
  }
}
@media (max-width: 639px) {
  .product-list.simple .product-item .buy-one-click {
    width: 100%;
    margin: 15px 0 0;
  }
}
.product-list.simple .product-item .gr-favorite-btn-wrapper {
  order: -1;
  margin-top: 20px;
}
@media (max-width: 1023px) {
  .product-list.simple .product-item .gr-favorite-btn-wrapper {
    order: -2;
    margin-top: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 639px) {
  .product-list.simple .product-item .gr-favorite-btn-wrapper {
    margin-top: 15px;
    margin-bottom: 0;
  }
}
.product-list.simple .product-item .gr-favorite-btn-wrapper .gr-favorite-btn {
  font-size: 16px;
  line-height: 16px;
}
@media (max-width: 767px) {
  .product-list.simple .product-item .gr-favorite-btn-wrapper .gr-favorite-btn {
    padding: 10px 0 10px;
  }
}
@media (max-width: 767px) {
  .product-list.simple .product-item .gr-favorite-btn-wrapper .gr-favorite-btn .gr-favorite-btn__text {
    font-size: 14px;
    line-height: 14px;
  }
}
.product-list.simple .product-item .gr-favorite-btn-wrapper .gr-favorite-btn .gr-favorite-btn__link {
  font-size: 16px;
  line-height: 16px;
}
@media (max-width: 767px) {
  .product-list.simple .product-item .gr-favorite-btn-wrapper .gr-favorite-btn .gr-favorite-btn__link {
    font-size: 14px;
    line-height: 14px;
  }
}
.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 0 0 auto;
    width: auto;
  }
}
@media (max-width: 639px) {
  .product-list.simple .product-item .product-compare {
    width: auto;
    margin: 15px 0 0;
  }
}
@media (max-width: 767px) {
  .product-list.simple .product-item .product-compare .gr-compare-plus {
    padding-left: 36px;
    font-size: 14px;
    line-height: 1.14;
    min-height: 26px;
  }
}
@media (max-width: 767px) {
  .product-list.simple .product-item .product-compare .gr-compare-plus:before {
    width: 26px;
    height: 26px;
    border-radius: var(--brd_rad_4);
  }
}
@media (max-width: 767px) {
  .product-list.simple .product-item .product-compare.product-compare-added .gr-compare-checkbox {
    width: 26px;
    height: 26px;
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .product-list.simple .product-item .product-compare.product-compare-added .gr-compare-checkbox:before {
    border-radius: var(--brd_rad_4);
  }
}
@media (max-width: 767px) {
  .product-list.simple .product-item .product-compare.product-compare-added .link-reset {
    font-size: 14px;
    line-height: 1.2;
  }
}
.product-list-titles {
  display: flex;
  justify-content: space-between;
  padding: 17px 30px;
  background: var(--gr_bg_acc);
  border-bottom: 1px solid var(--gr_bg_acc_border_02);
  border-radius: var(--gr_wrap_radius) var(--gr_wrap_radius) 0 0;
}
@media (max-width: 767px) {
  .product-list-titles {
    display: none;
  }
}
.product-list-titles__item {
  font-size: 17px;
  line-height: 1.6;
  font-weight: var(--font1_700);
  color: var(--gr_bg_acc_text);
  opacity: 0.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(--gr_bg_acc);
  border-bottom: 1px solid var(--gr_bg_acc_border_02);
}
@media (max-width: 1023px) {
  .product-list.list .product-item {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .product-list.list .product-item {
    padding: 20px;
    border: none;
    margin: 0 0 20px;
    border-radius: var(--gr_wrap_radius);
  }
}
.product-list.list .product-item:last-child {
  margin-bottom: 30px;
  border-bottom: none;
  border-radius: 0 0 var(--gr_wrap_radius) var(--gr_wrap_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);
  overflow: hidden;
}
.product-list.list .product-item .gr-product-image.no-image {
  background: var(--noImageDefault);
  border-radius: var(--brd_rad_6);
  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(--brd_rad_6);
  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;
}
@media (max-width: 767px) {
  .product-list.list .product-item .product-flags {
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    width: 100px;
  }
}
.product-list.list .product-item .product-flags__item {
  font-size: 12px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .product-list.list .product-item .product-flags__item {
    font-size: 11px;
    line-height: 1.1;
  }
}
.product-list.list .product-item .product-flags__item span {
  padding: 6px 12px 4px;
}
@media (max-width: 767px) {
  .product-list.list .product-item .product-flags__item span {
    padding: 6px 10px 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;
}
@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(--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 {
  color: var(--gr_main_primary);
  border-bottom-color: var(--gr_main_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(--linkColor);
  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(--linkColor_5);
}
.product-list.list .product-item .tpl-stars {
  margin: 14px 0 20px -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(--gr_bg_acc_text_06);
  font-family: var(--font1);
}
@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(--txt);
  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 {
  width: 100%;
  font-size: 13px;
  line-height: 1.1;
  padding: 8px 16px;
  text-align: left;
  justify-content: flex-start;
}
.product-list.list .product-item .gr-product-options .gr-options-more__btn.active span svg {
  transform: translateY(-50%) rotate(-180deg);
}
.product-list.list .product-item .gr-product-options .gr-options-more__btn span {
  width: 100%;
}
.product-list.list .product-item .gr-product-options .gr-options-more__btn span svg {
  right: -7px;
  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;
}
@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 -20px 18px 0;
}
@media (max-width: 767px) {
  .product-list.list .product-item .shop2-product-actions {
    margin: 0 -15px 11px 0;
  }
}
.product-list.list .product-item .shop2-product-actions dt {
  display: inline-flex;
  margin-bottom: 10px;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .product-list.list .product-item .shop2-product-actions dt {
    margin-right: 15px;
  }
}
.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;
}
.product-list.list .product-item .shop2-product-actions dt .icon-action svg {
  fill: var(--red);
}
.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-wrap: wrap;
  flex-direction: column;
  width: 100%;
}
.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 .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(--gr_bg_acc_text_06);
  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(--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(--txt);
  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: 40px;
  width: 120px;
}
.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: 90px;
    margin-right: calc(100% - 90px - 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;
}
.product-list.list .product-item .shop-product-btn:not(.notavailable) {
  float: left;
  font-size: 0;
  padding: 0;
  width: 40px;
  height: 40px;
}
.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 {
  right: auto;
  left: 50%;
  transform: translate(-50%, -50%);
}
.product-list.list .product-item .gr-favorite-btn-wrapper {
  order: -1;
  margin-top: 20px;
  margin-left: 180px;
  width: calc(100% - 180px);
}
@media (max-width: 1023px) {
  .product-list.list .product-item .gr-favorite-btn-wrapper {
    margin-left: 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .product-list.list .product-item .gr-favorite-btn-wrapper {
    margin-top: 10px;
  }
}
.product-list.list .product-item .gr-favorite-btn-wrapper .gr-favorite-btn {
  padding: 13px 0px 12px;
}
@media (max-width: 767px) {
  .product-list.list .product-item .gr-favorite-btn-wrapper .gr-favorite-btn {
    padding: 10px 0 10px;
  }
}
.product-list.list .product-item .gr-favorite-btn-wrapper .gr-favorite-btn .gr-favorite-btn__text {
  font-size: 14px;
  line-height: 14px;
}
.product-list.list .product-item .gr-favorite-btn-wrapper .gr-favorite-btn .gr-favorite-btn__link {
  font-size: 14px;
  line-height: 14px;
}
.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;
  }
}
@media (max-width: 767px) {
  .product-list.list .product-item .product-compare .gr-compare-plus {
    padding-left: 36px;
    font-size: 14px;
    line-height: 1.14;
    min-height: 26px;
  }
}
@media (max-width: 767px) {
  .product-list.list .product-item .product-compare .gr-compare-plus:before {
    width: 26px;
    height: 26px;
    border-radius: var(--brd_rad_4);
  }
}
@media (max-width: 767px) {
  .product-list.list .product-item .product-compare.product-compare-added .gr-compare-checkbox {
    width: 26px;
    height: 26px;
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .product-list.list .product-item .product-compare.product-compare-added .gr-compare-checkbox:before {
    border-radius: var(--brd_rad_4);
  }
}
@media (max-width: 767px) {
  .product-list.list .product-item .product-compare.product-compare-added .link-reset {
    font-size: 14px;
    line-height: 1.2;
  }
}
/*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-container {
  background: var(--gr_bg_acc);
}
.shop2-compare-page {
  color: var(--txt);
  font-family: var(--font1);
  height: auto;
  background: var(--gr_bg_acc);
}
.shop2-compare-page h1 {
  color: var(--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_wrap_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_wrap_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(--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(--gr_bg_acc_text_05);
}
/*Название*/
/*Поле цвет*/
.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: 6px 6px 6px;
  margin-top: 5px;
  border-radius: var(--brd_rad_3);
}
.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_bg_acc_border);
  background: none;
}
.shop2-compare-color.active:before {
  border: none;
  box-shadow: inset 0 0 0 1px var(--gr_bg_acc_border);
  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(--brd_rad_3);
  border: none;
  box-shadow: inset 0 0 0 1px var(--gr_bg_acc_border_04);
  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(--brd_rad_5);
  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(--brd_rad_3);
}
/*Поле цвет*/
/*Удалить*/
a.shop2-compare-delete {
  margin: 14px 0 10px;
  border: none;
  font-size: 14px;
  line-height: 1.1;
  color: var(--gr_bg_acc_text);
}
a.shop2-compare-delete span {
  padding-right: 16px;
}
a.shop2-compare-delete span svg {
  right: -10px;
  fill: var(--gr_bg_acc_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(--gr_bg_acc_text_07);
}
a.shop2-compare-delete:hover span svg {
  fill: var(--gr_bg_acc_text_07);
}
a.shop2-compare-delete:hover ins {
  border-bottom-color: var(--gr_bg_acc_text_07);
}
/*Удалить*/
/*Табы*/
.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(--brd_m7_4);
  width: 220px;
  min-width: 220px;
  padding-right: 25px;
}
.shop2-compare-data {
  color: var(--txt_a);
}
.shop2-compare-data td:first-child {
  font-weight: 500;
  width: 326px;
  min-width: 326px;
  padding-left: 0;
  color: var(--gr_bg_acc_text);
  font: 14px/ 1.1 var(--font1);
}
.shop2-compare-data td:nth-child(n+2) {
  color: var(--gr_bg_acc_text_05);
  font: 14px/ 1.14 var(--font1);
}
.shop2-compare-data a {
  color: var(--linkColor);
  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(--linkColor_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(--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;
  }
}
/*Цена*/
.main-blocks__inner {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .main-blocks__inner {
    margin-bottom: 70px;
  }
}
.main-blocks__item {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .main-blocks__item {
    margin-bottom: 70px;
  }
}
.main-blocks__item:last-child {
  margin-bottom: 0;
}
.main-blocks h1, .main-blocks h2, .main-blocks h3, .main-blocks h4, .main-blocks h5 {
  color: var(--gr_bg_primary_text);
  font-family: var(--font2);
}
.main-blocks p {
  color: var(--gr_bg_primary_text_07);
}
.main-blocks .main-products__title {
  font-size: 35px;
  line-height: 117%;
  font-style: normal;
  font-family: var(--font2);
  color: var(--gr_bg_primary_text);
  font-weight: var(--font2_700);
  padding-bottom: 15px;
  margin-bottom: 30px;
  position: relative;
  padding-right: 90px;
}
@media (max-width: 1100px) {
  .main-blocks .main-products__title {
    font-size: 32px;
  }
}
@media (max-width: 1023px) {
  .main-blocks .main-products__title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .main-blocks .main-products__title {
    margin-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .main-blocks .main-products__title {
    font-size: 25px;
    padding: 0 0 20px;
  }
}
.main-blocks .main-products__title:after {
  content: "";
  display: inline-block;
  border-bottom: 1px dashed var(--gr_bg_primary_border_02);
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -2px;
  right: 0;
  left: 0;
}
.main-blocks .main-products .product-list-titles {
  display: none;
}
.main-blocks .main-products .main-products__before + .product-list-titles + .tns-outer .tns-controls {
  position: static;
  margin-bottom: 20px;
}
.main-blocks .main-products__before {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 30px;
}
.main-blocks .main-products__after {
  font-size: 16px;
  line-height: 1.5;
}
.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 .product-list.thumbs .product-item {
  padding: 0;
  box-shadow: none;
  width: 100%;
}
@media (max-width: 767px) {
  .main-blocks .main-products .product-list.thumbs .product-item {
    width: 100%;
  }
}
@media (max-width: 410px) {
  .main-blocks .main-products .tns-slider.product-list.thumbs .product-item__bottom {
    padding: 10px 20px 20px;
  }
}
.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;
  margin-top: 0;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  top: -80px;
  right: 0;
}
@media (max-width: 767px) {
  .main-blocks .main-products .tns-controls {
    position: absolute;
    bottom: -80px;
    top: auto;
    left: 0;
    right: auto;
    margin-bottom: 40px;
  }
}
.main-blocks .main-products .tns-controls button {
  pointer-events: auto;
}
.main-blocks .main-products .tns-controls button:hover svg {
  fill: var(--gr_main_primary);
}
.main-blocks .main-products .tns-controls svg {
  fill: var(--gr_bg_primary_icon);
}
.main-blocks .main-products .tns-controls svg.gr_small_icon {
  display: none;
}
.main-blocks .main-text__title {
  font-family: var(--font2);
  font-weight: var(--font2_700);
  color: var(--gr_bg_primary_text);
  font-style: normal;
  font-size: 35px;
  line-height: 117%;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 1px dashed var(--gr_bg_primary_border_02);
}
@media (max-width: 1100px) {
  .main-blocks .main-text__title {
    font-size: 32px;
  }
}
@media (max-width: 1023px) {
  .main-blocks .main-text__title {
    font-size: 30px;
  }
}
@media (max-width: 600px) {
  .main-blocks .main-text__title {
    font-size: 25px;
  }
}
.main-blocks .main-text__body {
  font-family: var(--font1);
  color: var(--gr_bg_primary_text);
  font-weight: var(--font1_300);
  font-style: normal;
  font-size: 17px;
  line-height: 147%;
}
.main-blocks p {
  margin: 0;
}
.main-blocks p + p {
  margin-top: 15px;
}
.main-blocks.new-blocks-main {
  padding-top: 50px;
}
.main-blocks.new-blocks-main .main-blocks__inner {
  width: calc(100% - 290px - 30px);
  margin-left: auto;
  position: relative;
}
@media (max-width: 1100px) {
  .main-blocks.new-blocks-main .main-blocks__inner {
    width: calc(100% - 224px - 30px);
  }
}
@media (max-width: 1023px) {
  .main-blocks.new-blocks-main .main-blocks__inner {
    margin-left: 0;
    width: 100%;
  }
}
.main-blocks.new-blocks-main .main-blocks__inner .main-products__title {
  margin-bottom: 30px;
}
@media (max-width: 1100px) {
  .main-blocks.new-blocks-main .main-blocks__inner .main-products__title {
    font-size: 32px;
  }
}
@media (max-width: 1023px) {
  .main-blocks.new-blocks-main .main-blocks__inner .main-products__title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .main-blocks.new-blocks-main .main-blocks__inner .main-products__title {
    margin-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .main-blocks.new-blocks-main .main-blocks__inner .main-products__title {
    font-size: 25px;
  }
}
.main-blocks.new-blocks-main .main-blocks__inner .tns-controls {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 767px) {
  .main-blocks.new-blocks-main .main-blocks__inner .tns-controls {
    top: auto;
    bottom: -60px;
    left: 0;
  }
}
.main-blocks.new-blocks-main .main-blocks__inner .product-list.thumbs {
  margin-top: 0;
}
.main-blocks.new-blocks-main .main-blocks__inner .product-list.thumbs .gr-product-options {
  display: none;
}
.main-blocks.new-blocks-main .main-blocks__inner .product-list.thumbs .product-item {
  padding: 0;
  box-shadow: none;
  width: 100%;
}
@media (max-width: 767px) {
  .main-blocks.new-blocks-main .main-blocks__inner .product-list.thumbs .product-item {
    width: 100%;
  }
}
.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(--brd_rad_6);
  border: 1px solid var(--brd_m7_4);
}
.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(--txt_a);
  font-size: 26px;
  text-transform: uppercase;
  width: 118px;
  padding: 0 0 0 30px;
  transform: translateY(-50%);
}
.gr-vendors-group li a {
  color: var(--linkColor);
  text-decoration: none;
  transition: all 0.18s linear;
  border-bottom: 1px solid transparent;
}
.gr-vendors-group li a:hover {
  border-bottom-color: var(--linkColor_5);
}
.shop2-vendor-folders-header {
  font-weight: 500;
  font-size: 20px;
  margin: 0 0 15px;
  color: var(--txt_clor_tggl);
}
.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;
}
.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;
  width: 100%;
}
.gr-favorite-btn-wrapper .favorite-share-btn {
  display: none;
}
.gr-favorite-btn-wrapper .gr-favorite-btn {
  font: var(--font1_500) 18px/ 18px var(--font1);
  color: var(--gr_bg_primary_text);
  background: var(--gr_bg_primary);
  vertical-align: top;
  padding: 16px 0 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: var(--gr_btn_radius);
  transition: background 0.18s linear, color 0.18s linear;
  position: relative;
}
.gr-favorite-btn-wrapper .gr-favorite-btn:hover {
  cursor: pointer;
  background: var(--gr_main_accent);
  color: var(--gr_main_accent_text);
}
.gr-favorite-btn-wrapper .gr-favorite-btn:hover .gr-favorite-btn__icon svg {
  fill: var(--gr_main_accent_icon);
}
.gr-favorite-btn-wrapper .gr-favorite-btn:before {
  display: none;
}
.gr-favorite-btn-wrapper .gr-favorite-btn a {
  font: var(--font1_500) 18px/ 18px var(--font1);
  color: var(--gr_bg_primary_text);
  transition: all 0.3s;
  text-decoration: none;
  display: flex;
  align-items: center;
  border-bottom: 1px solid transparent;
  transition: background 0.18s linear, color 0.18s linear;
}
.gr-favorite-btn-wrapper .gr-favorite-btn a:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.gr-favorite-btn-wrapper .gr-favorite-btn a:hover {
  border-bottom-color: var(--gr_main_accent_text_05);
  background: var(--gr_main_accent);
  color: var(--gr_main_accent_text);
}
.gr-favorite-btn-wrapper .gr-favorite-btn a:hover .gr-favorite-btn__icon svg {
  fill: var(--gr_main_accent_icon);
}
.gr-favorite-btn-wrapper .gr-favorite-btn a span {
  font-weight: var(--font1_500);
  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: 20px;
  width: 24px;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  transition: all 0.18s linear;
  border-radius: var(--gr_btn_radius);
}
.gr-favorite-btn-wrapper .gr-favorite-btn .gr-favorite-btn__icon svg {
  transition: fill 0.18s linear;
  fill: var(--gr_bg_acc_icon);
}
.gr-favorite-btn-wrapper .gr-favorite-btn.active .gr-favorite-btn__link:after {
  content: "";
  width: 100%;
  height: 1px;
  background: var(--gr_main_accent_text);
  position: absolute;
  top: 7px;
  left: 0;
  display: none;
}
.gr-favorite-btn-wrapper .gr-favorite-btn.active:hover {
  cursor: pointer;
  background: var(--gr_main_accent);
  color: var(--gr_main_accent_text);
}
.gr-favorite-btn-wrapper .gr-favorite-btn.active:hover .gr-favorite-btn__icon svg {
  fill: var(--gr_main_accent_icon);
}
.gr-favorite-btn-wrapper .gr-favorite-btn.active .gr-favorite-btn__icon {
  background: transparent;
  position: relative;
  z-index: 11;
}
.gr-favorite-btn-wrapper .gr-favorite-btn.active .gr-favorite-btn__icon:hover + .gr-favorite-btn__link {
  color: var(--gr_main_accent_text_08);
  position: relative;
}
.gr-favorite-btn-wrapper .gr-favorite-btn.active .gr-favorite-btn__icon:hover + .gr-favorite-btn__link:after {
  display: block;
}
.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(--gr_bg_primary);
  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%;
  fill: var(--gr_main_accent);
}
.gr-favorite-btn-counter {
  margin-right: 6px;
}
/* Избранное */
/*Вместе дешевле*/
#shop2-alert.promo-products-list {
  background: var(--site_bg);
  padding: 46px 40px 50px;
  max-width: 920px;
  min-width: 300px;
  border-radius: var(--gr_wrap_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;
  border-top: 1px solid var(--brd_m5_1);
}
@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(--brd_m5_1);
  }
}
#shop2-alert.promo-products-list .product-list.list .product-item:first-child {
  border-top: 1px solid var(--brd_m5_1);
}
#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: 5px 10px;
  font-size: 14px;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .shop2-product-actions dl dt.promo-action {
    font-size: 13px;
  }
}
.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: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__desc {
  margin-top: 10px;
  color: var(--gr_bg_acc_text_07);
  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(--gr_bg_acc_text_07);
  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 {
  display: inline-flex;
  align-items: center;
}
.bonus-param__title {
  font-size: 15px;
  line-height: 1.1;
  font-family: var(--font2);
  color: var(--gr_bg_acc_text_07);
  display: inline-flex;
  align-items: center;
}
.bonus-param__title i {
  margin-right: 5px;
}
.bonus-param__title svg {
  fill: var(--gr_bg_acc_icon);
}
.bonus-param__value {
  font-size: 15px;
  line-height: 1.1;
  color: var(--gr_bg_acc_text);
  font-family: var(--font1);
  font-weight: var(--font1_500);
  margin-left: 5px;
}
.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(--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(--gr_bg_acc_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(--gr_bg_acc_icon);
}
.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(--gr_bg_acc_text_07);
}
.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(--gr_bg_acc_text_07);
  margin-bottom: 10px;
}
.cart-bonuses__header span, .cart-bonuses__header ins {
  color: var(--gr_bg_acc_text);
}
.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;
}
/*Бонусы*/
/* Бонусы */
.folders-submenu {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 40px 0 0;
  margin-bottom: 30px;
}
@media (max-width: 1260px) {
  .folders-submenu {
    padding: 30px 0 0;
  }
}
@media (max-width: 767px) {
  .folders-submenu {
    padding: 20px 0 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 469px) {
  .folders-submenu {
    padding-top: 10px;
  }
}
@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;
}
@media (max-width: 767px) {
  .folders-submenu a.folders-submenu__prev {
    font-size: 13px;
    line-height: 1.25;
    padding: 10px 15px;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.folders-submenu a.folders-submenu__prev span {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 22px;
}
@media (max-width: 767px) {
  .folders-submenu a.folders-submenu__prev span {
    padding-left: 18px;
  }
}
.folders-submenu a.folders-submenu__prev span svg {
  left: -7px;
}
@media (max-width: 767px) {
  .folders-submenu a.folders-submenu__prev span svg {
    left: -2px;
  }
}
.folders-submenu a.folders-submenu__next {
  margin-left: auto;
}
@media (max-width: 767px) {
  .folders-submenu a.folders-submenu__next {
    font-size: 13px;
    line-height: 1.25;
    padding: 10px 15px;
    margin-left: 0;
  }
}
.folders-submenu a.folders-submenu__next span {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 22px;
}
@media (max-width: 767px) {
  .folders-submenu a.folders-submenu__next span {
    padding-right: 18px;
  }
}
.folders-submenu a.folders-submenu__next span svg {
  right: -7px;
}
@media (max-width: 767px) {
  .folders-submenu a.folders-submenu__next span svg {
    right: -2px;
  }
}
/* Перелинковка категорий */
html, body {
  height: 100%;
  min-width: 320px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
html {
  font-size: 16px;
}
html.custom-is-locked {
  height: 100vh;
}
html.custom-is-locked body {
  overflow: hidden;
  touch-action: none;
}
body {
  position: relative;
  min-width: 320px;
  text-align: left;
  color: var(--gr_bg_primary_border);
  background: var(--gr_bg_primary);
  font-family: var(--font1);
  line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
  color: var(--gr_bg_primary_text);
  font-family: var(--font2);
  font-weight: var(--font2_700);
  font-style: normal;
}
h1 {
  font-size: 2rem;
  margin: 0 0 20px;
  line-height: 1.2;
}
@media (max-width: 1260px) {
  h1 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  h1 {
    margin: 0 0 20px;
  }
}
@media (max-width: 410px) {
  h1 {
    font-size: 25px;
    margin: 0 0 18px;
  }
}
h2 {
  font-size: calc(19px + 6 * ((100vw - 320px) / 680));
  margin: 1em 0;
}
h3 {
  font-size: calc(18px + 6 * ((100vw - 320px) / 680));
  margin: 1em 0;
}
h4 {
  font-size: calc(16px + 6 * ((100vw - 320px) / 680));
  margin: 1em 0;
}
h5 {
  font-size: calc(15px + 6 * ((100vw - 320px) / 680));
  margin: 1em 0;
}
h6 {
  font-size: calc(14px + 6 * ((100vw - 320px) / 680));
  margin: 1em 0;
}
h5, h6 {
  font-weight: bold;
}
.custom-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  visibility: hidden;
  opacity: 0;
  background: rgba(0, 0, 0, 0.35);
  transition: visibility 0.5s, opacity 0.5s;
}
html.custom-is-locked .custom-overlay {
  visibility: visible;
  opacity: 1;
}
.site-sprite svg {
  fill: var(--gr_bg_primary_icon);
}
.site-sprite .gr-svg-icon {
  margin: 0 20px 20px;
}
.gr-svg-icon {
  width: 30px;
  height: 30px;
}
.gr-svg-icon.small_icon {
  width: 20px;
  height: 20px;
}
.gr-svg-icon.big_icon {
  width: 40px;
  height: 40px;
}
.gr-svg-icon.gr_small_icon, .gr-svg-icon.gr_big_icon {
  display: none;
}
.gr-svg-icon.gr_small_icon {
  width: 20px;
  height: 20px;
}
.site-path {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 13px;
  line-height: 1.3;
  margin-bottom: 10px;
}
.site-path > span {
  color: var(--gr_bg_primary_text_05);
}
.site-path a {
  color: var(--gr_bg_primary_text_08);
  text-decoration: none;
  transition: all 0.18s linear;
  border-bottom: 1px solid transparent;
}
.site-path a:hover {
  color: var(--gr_bg_primary_text);
  border-bottom-color: var(--gr_bg_primary_text);
}
.site-path ~ span:not(.site-path__separator) {
  color: var(--gr_bg_primary_text_05);
}
.site-path__separator {
  padding: 0 10px;
}
.block_padding {
  padding: 0 30px;
}
@media (max-width: 767px) {
  .block_padding {
    padding: 0 20px;
  }
}
.block_width {
  margin: 0 auto;
  max-width: 1250px;
}
.block_absolute {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.block_no_events {
  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(--site_bg);
}
.tpl-anketa form .tpl-field.type-checkbox.policy_checkbox ul li label input[type="checkbox"] {
  visibility: visible;
}
.site__wrapper {
  min-height: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
}
.site__wrapper p {
  color: var(--gr_bg_primary_text);
}
.no-image {
  background: var(--noImageDefault);
  background-size: 50%;
}
.site-header {
  flex: none;
}
.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%);
}
.site-container {
  flex: 1 0 auto;
  background-color: var(--gr_bg_primary);
}
.site-container__inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.site-main__wrap {
  width: 100%;
}
.site-sidebar + .site-main__wrap {
  width: calc(100% - 290px - 30px);
  margin-left: 30px;
}
@media (max-width: 1100px) {
  .site-sidebar + .site-main__wrap {
    width: calc(100% - 224px - 30px);
  }
}
@media (max-width: 1023px) {
  .site-sidebar + .site-main__wrap {
    margin-left: 0;
    width: 100%;
  }
}
@media (max-width: 1100px) {
  .site-sidebar.filter_have + .site-main__wrap {
    margin-left: 0;
    width: 100%;
  }
}
.btn_cust {
  padding: 15px 30px;
}
@media (max-width: 410px) {
  .btn_cust {
    padding: 8px 20px 10px;
  }
}
.btn_cust_text {
  font-family: var(--font1);
  font-style: normal;
  font-weight: var(--font1_500);
  font-size: 16px;
  line-height: 1.1875;
  color: var(--gr_main_primary_text);
}
.btn_cust_icon {
  margin-left: 20px;
  display: flex;
  aling-items: center;
}
.btn_cust_icon .gr-svg-icon {
  display: none;
  fill: var(--gr_main_primary_icon);
}
.btn_cust_icon .gr-svg-icon.gr_small_icon {
  display: inline-block;
}
.popover-container {
  z-index: 999 !important;
}
.site-footer {
  flex: none;
}
.site-header__container__wrap {
  background-color: var(--gr_bg_acc);
}
.site-header__container {
  display: flex;
  align-items: center;
  padding: 20px 0 20px;
  box-sizing: content-box;
}
@media (max-width: 1100px) {
  .site-header__container {
    padding: 20px 0 20px;
  }
}
.header-middle__left {
  width: auto;
  display: flex;
  align-items: center;
  flex: 1 0 1%;
}
@media (max-width: 990px) {
  .header-middle__left {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .header-middle__left {
    order: 1;
    margin-bottom: 0;
    flex-direction: column;
  }
}
.site-header__logo_wrap_sh {
  width: 330px;
  margin-right: 30px;
  display: flex;
  align-items: center;
}
@media (max-width: 1023px) {
  .site-header__logo_wrap_sh {
    /*width: 290px;
    	display: block;*/
  }
}
@media (max-width: 767px) {
  .site-header__logo_wrap_sh {
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
}
.site-header__logo_wrap_sh.logo_top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.site-header__logo_wrap_sh.logo_top .site-header__logo_pic_sh {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .site-header__logo_wrap_sh.logo_top {
    align-items: center;
  }
}
.site-header__logo_pic_sh {
  margin-right: 15px;
  display: inline-block;
  margin-top: auto;
}
@media (max-width: 767px) {
  .site-header__logo_pic_sh {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .site-header__logo_text_sh {
    text-align: center;
  }
}
.site-header__logo_name_sh {
  font-family: var(--font2);
  font-weight: var(--font2_400);
  color: var(--gr_bg_acc_text);
  font-style: normal;
  font-size: 23px;
  line-height: 1.1;
  text-decoration: none;
}
.site-header__logo_name_sh a {
  text-decoration: none;
  color: inherit;
}
.site-header__logo_desc_sh {
  font-family: var(--font1);
  font-weight: var(--font1_400);
  color: var(--gr_bg_acc_text);
  font-style: normal;
  font-size: 18px;
  line-height: 1.1;
}
.site-header__contacts_sh {
  display: flex;
  align-items: flex-start;
  flex: auto;
}
@media (max-width: 1240px) {
  .site-header__contacts_sh {
    flex-direction: column;
  }
}
.site-header__address_sh {
  font-family: var(--font1);
  font-weight: var(--font1_300);
  color: var(--gr_bg_acc_text);
  font-size: 16px;
  font-style: normal;
  line-height: 137%;
  margin-right: 40px;
  margin-left: auto;
  display: flex;
  align-items: center;
  max-width: 223px;
}
@media (max-width: 1500px) {
  .site-header__address_sh {
    margin-right: 30px;
  }
}
@media (max-width: 1240px) {
  .site-header__address_sh {
    margin-right: 0;
    max-width: 245px;
    margin-bottom: 10px;
  }
}
@media (max-width: 1024px) {
  .site-header__address_sh {
    display: none;
  }
}
.site-header__address_sh .site-header__address_icon_sh {
  width: 22px;
  height: 24px;
  margin-right: 24px;
  margin-bottom: auto;
}
.site-header__address_sh .site-header__address_icon_sh .gr-svg-icon {
  fill: var(--gr_bg_acc_icon);
  display: block;
}
.site-header__address_sh .site-header__address_icon_sh .gr-svg-icon.gr_small_icon {
  display: none;
}
.site-header__phone_wrap {
  width: 243px;
  display: flex;
  align-items: flex-start;
  margin-left: auto;
}
@media (max-width: 1240px) {
  .site-header__phone_wrap {
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .site-header__phone_wrap {
    width: 250px;
  }
}
.site-header__address_sh + .site-header__phone_wrap {
  margin-left: 0;
}
@media (max-width: 1240px) {
  .site-header__address_sh + .site-header__phone_wrap {
    margin-left: auto;
  }
}
.site-header__phone_sh {
  font-family: var(--font1);
  font-weight: var(--font1_700);
  color: var(--gr_bg_acc_text);
  font-style: normal;
  font-size: 18px;
  display: flex;
  align-items: center;
}
@media (max-width: 1280px) and (min-width: 1100px) {
  .site-header__phone_sh {
    font-size: 16px;
    line-height: 18px;
  }
}
.site-header__phone_sh a {
  color: inherit;
  text-decoration: none;
}
.site-header__phone_sh .site-header__phone_icon_sh {
  width: 28px;
  height: 28px;
  margin: 0 24px auto 0;
}
@media (max-width: 767px) {
  .site-header__phone_sh .site-header__phone_icon_sh {
    margin-right: 20px;
  }
}
.site-header__phone_sh .site-header__phone_icon_sh .gr-svg-icon {
  fill: var(--gr_bg_acc_icon);
}
.site-header__phone_sh .site-header__phone_icon_sh .gr-svg-icon.gr_small_icon {
  display: none;
}
.site-header__grafik {
  font-family: var(--font1);
  font-weight: var(--font1_400);
  color: var(--gr_bg_acc_text);
  font-size: 15px;
  font-style: normal;
  line-height: 167%;
}
.site-header__contacts_more_sh {
  font-style: normal;
  font-family: var(--font1);
  font-weight: var(--font1_700);
  font-size: 16px;
  color: var(--gr_main_primary);
  cursor: pointer;
  margin-left: 8px;
  margin-top: 5px;
}
@media (max-width: 767px) {
  .site-header__contacts_more_sh {
    margin-left: 18px;
  }
}
.site-header__contacts_more_sh:hover .gr-svg-icon {
  fill: var(--gr_main_primary);
}
.site-header__contacts_more_sh .gr-svg-icon {
  fill: var(--gr_bg_acc_icon);
  display: none;
  transition: fill 0.4s;
}
.site-header__contacts_more_sh .gr-svg-icon.gr_small_icon {
  display: block;
}
.header-middle__right {
  width: auto;
  display: flex;
  margin-left: 30px;
}
@media (max-width: 990px) {
  .header-middle__right {
    display: none;
  }
}
.header-middle__right .gr_collback .gr-collback__in {
  padding: 16px 22px;
}
.gr-cart-preview {
  width: auto;
}
@media (max-width: 900px) {
  .gr-cart-preview {
    width: auto;
  }
}
.gr-cart-preview .gr-cart-preview__in {
  white-space: nowrap;
  cursor: pointer;
}
.collback__block {
  /*.tpl-field.type-checkbox ul li input[type="checkbox"]:checked + span:before {
		background-color: transparent;
		box-shadow: inset 0 0 0 1px var(--brd_m7_4);
	}
	.tpl-field.type-checkbox ul li label:hover input[type="checkbox"]:checked + span:before {
		background-color: transparent;
		box-shadow: inset 0 0 0 2px var(--brd_m1);
	}*/
}
.collback__block .tpl-anketa__title {
  font-family: var(--font2);
  font-weight: var(--font2_700);
  color: var(--gr_bg_acc_text);
  font-size: 26px;
  font-style: normal;
  line-height: 110%;
}
.collback__block .field-title {
  font-family: var(--font1);
  font-weight: var(--font1_400);
  color: var(--gr_bg_acc_text);
  font-style: normal;
  font-size: 15px;
  line-height: 107%;
}
.collback__block .field-value ul li span {
  font-family: var(--font1);
  font-style: normal;
  font-weight: var(--font1_400);
  font-size: 16px;
  line-height: 125%;
  color: var(--gr_bg_acc_text);
  padding-top: 0;
}
.header-top-line {
  background-color: var(--gr_bg_primary);
}
@media (max-width: 560px) {
  .header-top-line {
    display: none;
  }
}
.header-top-line__inner {
  display: flex;
  min-height: 60px;
  align-items: center;
}
@media (max-width: 1023px) {
  .header-top-line__inner {
    min-height: auto;
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
@media (max-width: 768px) {
  .header-top-line__inner {
    padding-bottom: 0;
  }
}
.site-header__top_menu_wrap {
  width: calc(100% - 50px - 20px);
  margin-right: 20px;
}
@media (max-width: 1023px) {
  .site-header__top_menu_wrap {
    display: none;
  }
}
.top_menu {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
}
.top_menu > li {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.top_menu > li:first-child > a {
  padding-left: 0;
}
.top_menu > li:first-child > a:after {
  left: 0;
}
.top_menu > li > a {
  font-family: var(--font1);
  font-weight: var(--font1_500);
  display: block;
  padding: 14px 15px 13px;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.1;
  color: var(--gr_bg_primary_text);
  transition: color 0.3s;
  position: relative;
}
.top_menu > li > a:hover {
  color: var(--gr_main_primary);
  text-decoration: none;
}
.top_menu > li > a:hover:after {
  opacity: 1;
}
.top_menu > li > a:after {
  content: "";
  display: inline-block;
  width: auto;
  height: 1px;
  position: absolute;
  bottom: 13px;
  left: 15px;
  right: 15px;
  background-color: var(--gr_main_primary);
  opacity: 0;
  transition: background 0.3s;
}
.top_menu > li ul {
  margin: 6px 0 0;
  padding: 20px 0px;
  background: var(--gr_bg_acc);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 0;
  list-style: none;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 605;
  width: 240px;
  display: none;
}
.top_menu > li ul li {
  display: block;
  position: relative;
  padding: 0 40px;
}
.top_menu > li ul li a {
  font-family: var(--font1);
  font-weight: var(--font1_500);
  color: var(--gr_bg_acc_text_07);
  text-decoration: none;
  display: block;
  font-size: 15px;
  padding: 8px 0;
}
.top_menu > li ul li a:hover {
  color: var(--gr_main_primary);
  text-decoration: underline;
}
.top_menu > li ul li ul {
  margin: 0;
  left: 100%;
  top: 0;
}
.top_menu > li ul li ul .right_level {
  left: auto;
  right: 100%;
  top: 100%;
}
.top_menu > li ul li ul .right_level ul {
  left: auto;
  right: 100%;
  top: 0;
}
.top_menu li.row-menu-btn > a {
  padding: 0;
  width: 20px;
  height: 48px;
  font-size: 0;
  opacity: 0.5;
}
.top_menu li.row-menu-btn > a:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 3px;
  line-height: 46px;
  color: var(--gr_bg_primary_text);
  text-align: center;
}
.top_menu li.row-menu-btn > a:hover:before {
  color: var(--gr_main_primary);
}
.top_menu li.row-menu-btn ul.row-menu-container {
  left: auto;
  right: 0;
}
.top_menu li.row-menu-btn ul.row-menu-container ul {
  left: auto;
  right: 100%;
}
.top_menu li.row-menu-btn ul.row-menu-container ul .left_level {
  left: 100%;
  right: auto;
  top: 100%;
}
.top_menu li.row-menu-btn ul.row-menu-container ul .left_level ul {
  left: 100%;
  right: auto;
  top: 100%;
}
.header-top-line__left {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 1023px) {
  .header-top-line__left {
    width: 100%;
    justify-content: space-between;
  }
}
.header-top-line__bonus {
  margin-right: 34px;
  width: 100%;
  height: 100%;
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  transition: color 0.4s;
}
@media (max-width: 1023px) {
  .header-top-line__bonus {
    width: auto;
  }
}
.header-top-line__bonus:hover .header-top-line__bonus_text {
  color: var(--gr_main_primary);
}
.header-top-line__bonus:hover .gr-svg-icon {
  fill: var(--gr_main_primary);
}
.header-top-line__bonus_icon {
  margin-right: 15px;
  display: flex;
  align-items: center;
}
.header-top-line__bonus_text {
  font-family: var(--font1);
  font-weight: var(--font1_700);
  color: var(--gr_bg_acc_text);
  font-style: normal;
  font-size: 16px;
  line-height: 1.2;
  transition: color 0.4s;
}
.header-top-line__bonus .gr-svg-icon {
  fill: var(--gr_bg_acc_icon);
  transition: fill 0.4s;
}
.header-top-line__dostavka {
  width: auto;
  height: 100%;
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
  color: var(--gr_bg_acc_text);
  font-family: var(--font1);
  font-weight: var(--font1_700);
  font-weight: bold;
  font-size: 16px;
  line-height: 1.19;
  text-decoration: none;
  transition: color 0.4s;
}
.header-top-line__dostavka:hover {
  color: var(--gr_main_primary);
}
.header-top-line__dostavka:hover .gr-svg-icon {
  fill: var(--gr_main_primary);
}
.header-top-line__dostavka_text {
  white-space: nowrap;
}
.header-top-line__dostavka_icon {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.header-top-line__dostavka .gr-svg-icon {
  fill: var(--gr_bg_acc_icon);
  transition: fill 0.4s;
}
.contact_wrap_in_modal .contact_modal__title {
  font-family: var(--font2);
  font-weight: var(--font2_700);
  font-style: normal;
  font-size: 26px;
  line-height: 110%;
  color: var(--gr_bg_acc_text);
  margin-bottom: 34px;
}
.contact_wrap_in_modal .moda-header__address_sh {
  font-family: var(--font1);
  font-weight: var(--font1_300);
  color: var(--gr_bg_acc_text);
  font-size: 16px;
  font-style: normal;
  line-height: 137%;
  display: flex;
  align-items: center;
  margin-left: 0;
  max-width: none;
  margin-bottom: 28px;
}
.contact_wrap_in_modal .moda-header__address_sh .moda-header__address_icon_sh {
  margin-bottom: auto;
  margin-right: 22px;
  width: 28px;
  height: 28px;
}
.contact_wrap_in_modal .moda-header__address_sh .moda-header__address_icon_sh .gr-svg-icon {
  fill: var(--gr_bg_acc_icon);
  display: block;
}
.contact_wrap_in_modal .moda-header__address_sh .moda-header__address_icon_sh .gr-svg-icon.gr_small_icon {
  display: none;
}
.contact_wrap_in_modal .top_massager {
  margin-top: 5px;
  display: flex;
}
.contact_wrap_in_modal .contacts-phones__link {
  display: inline-block;
  font-size: 0;
  margin: 0 2px;
  max-width: 36px;
  min-height: 28px;
  text-decoration: none;
}
.contact_wrap_in_modal .moda-header__phone_wrap {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.contact_wrap_in_modal .moda-header__phone_sh {
  font-family: var(--font1);
  font-weight: var(--font1_700);
  color: var(--gr_bg_acc_text);
  font-style: normal;
  font-size: 18px;
  display: flex;
  align-items: center;
}
.contact_wrap_in_modal .moda-header__phone_sh a {
  color: inherit;
  text-decoration: none;
}
.contact_wrap_in_modal .moda-header__phone_sh .moda-header__phone_icon_sh {
  width: 28px;
  height: 28px;
  margin: 0 22px auto 0;
}
.contact_wrap_in_modal .moda-header__phone_sh .moda-header__phone_icon_sh .gr-svg-icon {
  fill: var(--gr_bg_acc_icon);
}
.contact_wrap_in_modal .moda-header__phone_sh .moda-header__phone_icon_sh .gr-svg-icon.gr_small_icon {
  display: none;
}
.contact_wrap_in_modal .header-social__items .header-social__item {
  display: inline-block;
  margin-right: 6px;
  width: 40px;
  height: 40px;
}
.contact_wrap_in_modal .header-social__items .header-social__item a {
  display: inline-block;
  text-decoration: none;
  width: 100%;
  height: 100%;
}
.contact_wrap_in_modal .header-social__items .header-social__item svg {
  width: 100%;
  height: 100%;
}
.contact_wrap_in_modal .gr_collback {
  display: none;
  padding-top: 30px;
}
@media (max-width: 990px) {
  .contact_wrap_in_modal .gr_collback {
    display: block;
  }
}
.burger-block {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1001;
  transition: all 0.18s linear;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.6);
}
.burger-block.active {
  opacity: 1;
  visibility: visible;
}
.burger-block.active .burger-block__inner {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.burger-block__inner {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 322px;
  overflow: hidden;
  overflow-y: auto;
  background: var(--gr_bg_primary);
  padding-bottom: 40px;
  transition: all 0.18s linear;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.burger-block__back {
  font-family: var(--font1);
  font-weight: var(--font1_700);
  color: var(--gr_bg_primary_text);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  line-height: 1;
  font-size: 24px;
  background: var(--gr_bg_primary);
  cursor: pointer;
  padding: 24px 30px 24px 69px;
  opacity: 0;
  visibility: hidden;
  display: flex;
  align-items: center;
}
.burger-block__back.active {
  opacity: 1;
  visibility: visible;
}
.burger-block__back_icon {
  display: flex;
  align-items: center;
}
.burger-block__back_icon .gr-svg-icon {
  fill: var(--gr_bg_primary_icon);
  display: none;
}
.burger-block__back_icon .gr-svg-icon.gr_small_icon {
  display: block;
}
.burger-block__container {
  margin: 60px 20px 20px;
  position: relative;
}
.burger-block__container_search {
  margin-right: 40px;
  background: var(--toggle_color_w_01);
  padding-right: 10px;
  border-radius: var(--gr_btn_radius) 0 0 var(--gr_btn_radius);
}
@media (max-width: 767px) {
  .burger-block__container_search .search_container #search-result {
    padding: 25px 20px;
    left: 0px;
    top: calc(100% + 1px);
    right: -50px;
  }
}
.burger-block__container_search .search_container #search-result .search-result-btn {
  width: 100%;
}
.burger-block__container_search .search_container .search-block__input {
  margin-right: 0;
  line-height: 40px;
  height: 40px;
  width: calc(100% - 40px);
  border: none;
  padding: 0 20px;
  border-radius: 0;
  outline: none;
  background-color: transparent;
  color: var(--gr_bg_acc_text);
}
.burger-block__container_search .search_container .search-block__input::placeholder {
  color: var(--toggle_color_w_04);
}
.burger-block__container_search .search_container .search-block__btn {
  line-height: 40px;
  height: 40px;
  font-size: 0;
  padding: 0;
  background: none;
  border: none;
  width: 40px;
  display: flex;
  justify-content: center;
}
.burger-block__container_search .search_container .search-block__btn span {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.burger-block__container_search .search_container .search-block__btn i {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.burger-block__container_search .search_container .search-block__btn svg {
  fill: var(--gr_bg_primary_icon);
}
.burger-block__container .burger-block__extend_search {
  margin-left: 0;
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  width: 40px;
  line-height: 40px;
  background: var(--gr_main_primary);
  text-align: center;
  align-items: center;
  justify-content: center;
  display: none;
  border-radius: 0 var(--gr_btn_radius) var(--gr_btn_radius) 0;
}
@media (max-width: 600px) {
  .burger-block__container .burger-block__extend_search {
    display: flex;
  }
}
.burger-block__container .burger-block__extend_search .gr-svg-icon {
  fill: var(--gr_main_primary_icon);
}
.burger-block__close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  border-radius: 0;
  font-size: 0;
}
.burger-block__close .gr-svg-icon {
  fill: var(--gr_bg_primary_icon);
  /*@media all and (max-width: 768px) {
        		display: none;
        	}*/
}
.burger-block__close .gr-svg-icon.gr_big_icon {
  display: none;
}
.burger-block__close .gr-svg-icon.gr_small_icon {
  display: none;
  /*@media all and (max-width: 768px) {
        			display: block;
        		}*/
}
.burger-block .mobile-folders > li.has > a {
  position: relative;
}
.burger-block .mobile-folders > li.has > a .folder_icon {
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -10px;
}
.burger-block .mobile-folders > li.has > a .folder_icon .gr-svg-icon {
  display: none;
  fill: var(--gr_bg_acc_icon_06);
}
.burger-block .mobile-folders > li.has > a .folder_icon .gr-svg-icon.gr_small_icon {
  display: inline-block;
}
.burger-block .mobile-folders > li:first-child > a:after {
  top: 0;
  border-top: 1px solid var(--gr_bg_primary_border_02);
  border-bottom: 1px solid var(--gr_bg_primary_border_02);
}
.burger-block .mobile-folders > li > a {
  font-family: var(--font1);
  font-weight: var(--font1_400);
  color: var(--gr_bg_primary_text);
  position: relative;
  padding: 16px 45px 16px 30px;
  display: block;
  font-size: 15px;
  text-decoration: none;
}
.burger-block .mobile-folders > li > a:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 30px;
  right: 30px;
  border-bottom: 1px solid var(--gr_bg_primary_border_02);
}
.burger-block .mobile-folders > li ul li.has > a {
  position: relative;
}
.burger-block .mobile-folders > li ul li.has > a .folder_icon {
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -10px;
}
.burger-block .mobile-folders > li ul li.has > a .folder_icon .gr-svg-icon {
  display: none;
  fill: var(--gr_bg_acc_icon_06);
}
.burger-block .mobile-folders > li ul li.has > a .folder_icon .gr-svg-icon.gr_small_icon {
  display: inline-block;
}
.burger-block .mobile-folders > li ul li.waSlideMenu-back a {
  font-family: var(--font1);
  font-weight: var(--font1_400);
  color: var(--gr_bg_primary_text);
  line-height: 1;
  font-size: 24px;
  background: var(--gr_bg_primary);
  cursor: pointer;
  padding: 24px 30px 24px 30px;
  display: flex;
  align-items: center;
}
.burger-block .mobile-folders > li ul li.waSlideMenu-back a .burger-block__back_icon {
  margin-right: 20px;
  display: flex;
  align-items: center;
}
.burger-block .mobile-folders > li ul li.waSlideMenu-back a .burger-block__back_icon .gr-svg-icon {
  fill: var(--gr_bg_primary_icon);
  display: block;
}
.burger-block .mobile-folders > li ul li.waSlideMenu-back a .burger-block__back_icon .gr-svg-icon.gr_small_icon {
  display: none;
}
.burger-block .mobile-folders > li ul li.parentItem a {
  font-family: var(--font1);
  font-weight: var(--font1_500);
  color: var(--gr_bg_primary_text);
  position: relative;
  font-size: 16px;
  padding: 15px 30px 16px 30px;
}
.burger-block .mobile-folders > li ul li.parentItem a:after {
  top: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.04);
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}
.burger-block .mobile-folders > li ul li a {
  font-family: var(--font1);
  font-weight: var(--font1_400);
  color: var(--gr_bg_primary_text);
  position: relative;
  display: block;
  font-size: 14px;
  text-decoration: none;
  padding: 17px 45px 17px 45px;
}
.burger-block .mobile-folders > li ul li a:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 30px;
  right: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}
.burger-block__menu {
  background: var(--gr_bg_primary);
}
.burger-block .menu-mob li:first-child a:after {
  top: 0;
  border-top: none;
  border-bottom: 1px solid var(--gr_bg_primary_border_02);
}
.burger-block .menu-mob li.opened > ul {
  display: block;
}
.burger-block .menu-mob li a {
  display: block;
  position: relative;
  padding: 16px 45px 16px 30px;
  font-size: 15px;
  font-family: var(--font1);
  font-weight: var(--font1_500);
  color: var(--gr_bg_primary_text);
  text-decoration: none;
}
.burger-block .menu-mob li a.opened {
  color: #fff;
}
.burger-block .menu-mob li a:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 30px;
  right: 30px;
  border-bottom: 1px solid var(--gr_bg_primary_border_02);
}
.burger-block .menu-mob li ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.burger-block .menu-mob li ul li:first-child > a:after {
  top: auto;
  border-top: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.burger-block .menu-mob li ul li a {
  font-size: 14px;
  font-weight: 400;
  padding-left: 40px;
}
.burger-block .menu-mob li ul ul li a {
  padding-left: 50px;
}
.burger-block .footer-menu-mobile {
  display: block;
  margin-top: 15px;
  margin-bottom: -40px;
  padding: 30px 0;
  list-style: none;
}
@media (max-width: 990px) {
  .burger-block .footer-menu-mobile {
    display: block;
  }
}
.burger-block .footer-menu-mobile li:first-child a:after {
  top: 0;
  border-top: none;
}
.burger-block .menu-mobile {
  margin-top: 0;
  padding: 0;
  display: none;
  background: var(--gr_bg_primary);
}
@media (max-width: 1023px) {
  .burger-block .menu-mobile {
    display: block;
  }
}
@media (max-width: 400px) {
  .topper_containe.block_padding {
    padding: 0;
  }
}
.pivot-panel_wrap {
  display: flex;
  margin-bottom: 30px;
}
@media (max-width: 1023px) {
  .pivot-panel_wrap {
    min-height: 70px;
  }
}
@media (max-width: 768px) {
  .pivot-panel_wrap {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.pivot-panel_right {
  width: calc(100% - 30px - 290px);
  margin-left: auto;
  background-color: var(--gr_bg_acc);
  display: flex;
  border-radius: var(--gr_wrap_radius);
}
@media (max-width: 1100px) {
  .pivot-panel_right {
    width: calc(100% - 30px - 224px);
  }
}
@media (max-width: 1023px) {
  .pivot-panel_right {
    width: calc(100% - 30px - 70px);
  }
}
@media (max-width: 639px) {
  .pivot-panel_right {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .pivot-panel_right {
    border-radius: 0 var(--gr_wrap_radius) var(--gr_wrap_radius) 0;
  }
}
@media (max-width: 400px) {
  .pivot-panel_right {
    /* border-radius: 0; */
  }
}
.pivot-panel-gr_search {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
}
@media (max-width: 1260px) {
  .pivot-panel-gr_search {
    flex: 1 0 1%;
  }
}
@media (max-width: 768px) {
  .pivot-panel-gr_search {
    margin-right: auto;
    margin-left: 0;
    flex: 1 0 1%;
  }
}
@media (max-width: 600px) {
  .pivot-panel-gr_search {
    padding: 0 20px;
  }
}
.pivot-panel-gr_search .search-panel {
  height: 70px;
  width: 60px;
  display: none;
}
@media (max-width: 768px) {
  .pivot-panel-gr_search .search-panel {
    display: block;
    height: 70px;
    width: 70px;
  }
}
@media (max-width: 560px) {
  .pivot-panel-gr_search .search-panel {
    width: 100%;
  }
}
.pivot-panel-gr_search .search-panel .search-panel__btn {
  width: inherit;
  height: inherit;
  display: inline-block;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 10;
  cursor: pointer;
  background-color: var(--gr_bg_acc);
  border-radius: var(--gr_wrap_radius) 0 0 var(--gr_wrap_radius);
}
@media (max-width: 560px) {
  .pivot-panel-gr_search .search-panel .search-panel__btn {
    border-radius: 0;
  }
}
@media (max-width: 639px) {
  .pivot-panel-gr_search .search-panel .search-panel__btn {
    border-radius: 0;
  }
}
.pivot-panel-gr_search .search-panel .search-panel__btn:hover svg {
  fill: var(--gr_main_primary);
}
.pivot-panel-gr_search .search-panel .search-panel__btn svg {
  transition: fill 0.4s;
  fill: var(--gr_bg_acc_icon);
}
.pivot-panel-gr_search .gr_search-site-container__wrap {
  width: 100%;
  height: 70px;
  display: flex;
  padding-right: 0;
  position: relative;
}
@media (max-width: 768px) {
  .pivot-panel-gr_search .gr_search-site-container__wrap {
    display: none;
  }
}
.pivot-panel-gr_search .gr_search-site-unit {
  background: var(--gr_bg_acc);
  height: 70px;
  padding-left: 20px;
  display: flex;
  width: 100%;
  z-index: 300;
  border-radius: var(--gr_wrap_radius) 0 0 var(--gr_wrap_radius);
}
.pivot-panel-gr_search .gr_search-site-unit .search_container {
  height: 100%;
  position: static;
  display: flex;
  width: 100%;
}
.pivot-panel-gr_search .gr_search-site-unit form {
  height: 100%;
  position: relative;
  display: flex;
  width: 100%;
}
.pivot-panel-gr_search .gr_search-site-unit form input[type="text"] {
  height: 100%;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  width: calc(100% - 50px);
  color: var(--gr_bg_acc_text);
}
.pivot-panel-gr_search .gr_search-site-unit form input[type="text"]::placeholder {
  color: var(--gr_bg_acc_text_05);
}
.pivot-panel-gr_search .gr_search-site-unit form [type="submit"], .pivot-panel-gr_search .gr_search-site-unit form button {
  width: 60px;
  font-size: 0;
  border: 0;
  background: transparent;
}
.pivot-panel-gr_search .gr_search-site-unit form [type="submit"]:hover svg, .pivot-panel-gr_search .gr_search-site-unit form button:hover svg {
  fill: var(--gr_main_primary);
}
.pivot-panel-gr_search .gr_search-site-unit form [type="submit"] svg, .pivot-panel-gr_search .gr_search-site-unit form button svg {
  fill: var(--gr_bg_acc_icon);
  transition: fill 0.4s;
}
.pivot-panel-gr_search .gr_search-site__param-btn {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  padding: 0 20px;
  background: var(--gr_bg_acc_white_01);
  color: var(--gr_bg_acc_text);
}
@media (max-width: 768px) {
  .pivot-panel-gr_search .gr_search-site__param-btn {
    display: none;
  }
}
.pivot-panel-gr_search .gr_search-site__param-btn:hover {
  color: var(--gr_main_primary);
}
.pivot-panel-gr_search .gr_search-site__param-btn:hover .gr_search-site__param-btn__text {
  color: var(--gr_main_primary);
}
.pivot-panel-gr_search .gr_search-site__param-btn:hover span .gr-svg-icon {
  fill: var(--gr_main_primary);
}
.pivot-panel-gr_search .gr_search-site__param-btn .gr_search-site__param-btn__text {
  font-family: var(--font1);
  font-weight: var(--font1_700);
  color: var(--gr_bg_acc_text);
  font-style: normal;
  font-size: 16px;
  line-height: 1.3;
  margin-right: 20px;
  white-space: nowrap;
  color: inherit;
  transition: color 0.4s;
}
@media (max-width: 1240px) {
  .pivot-panel-gr_search .gr_search-site__param-btn .gr_search-site__param-btn__text {
    display: none;
  }
}
.pivot-panel-gr_search .gr_search-site__param-btn span {
  display: inline-block;
  font-size: 0;
}
.pivot-panel-gr_search .gr_search-site__param-btn span .gr-svg-icon {
  transition: fill 0.4s;
  fill: var(--gr_bg_acc_icon);
}
.pivot-panel-gr_search .gr_search-site__param-btn span .gr-svg-icon.small_icon {
  display: none;
}
.pivot-panel-gr_search .gr_search-site__param-inner {
  max-width: 396px;
  padding: 55px 30px 40px;
  position: relative;
  outline: 0;
  text-size-adjust: 100%;
  background: var(--white_elem);
  margin: auto;
  text-align: left;
}
@media (max-width: 768px) {
  .pivot-panel-gr_search .gr_search-site__param-inner {
    padding: 0;
    max-width: none;
    width: 100%;
  }
}
.pivot-panel-gr_search .gr_search-site__param-inner .search-form {
  width: 100%;
}
.pivot-panel-gr_search.active .gr_search-site__param-wrap {
  display: block;
}
@media (max-width: 768px) {
  .pivot-panel-gr_search.active .gr_search-site-container__wrap {
    width: auto;
    opacity: 1;
    visibility: visible;
  }
}
.ex-search-popup .search_container {
  margin-top: 40px;
  box-shadow: inset 0 0 0 1px var(--toggle_color_w_01);
  background: var(--toggle_color_w_01);
  height: 50px;
  display: flex;
  width: 100%;
  z-index: 300;
  border-radius: var(--gr_btn_radius);
}
.ex-search-popup .search_container #search-result {
  padding: 25px 20px;
  left: 0px;
  top: calc(100% + 1px);
}
.ex-search-popup .search_container form {
  height: 100%;
  position: relative;
  display: flex;
  width: 100%;
}
.ex-search-popup .search_container form input[type="text"], .ex-search-popup .search_container form input {
  height: 100%;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  width: calc(100% - 50px);
  color: var(--gr_bg_acc_text);
  margin-right: 0;
  padding: 0 20px;
}
.ex-search-popup .search_container form input[type="text"]::placeholder, .ex-search-popup .search_container form input::placeholder {
  color: var(--toggle_color_w_04);
}
.ex-search-popup .search_container form button {
  width: 60px;
  font-size: 0;
  border: 0;
  background: transparent;
}
.ex-search-popup .search_container form button svg {
  fill: var(--gr_bg_acc_icon);
}
.pivot-panel_wrap .topper_container__right {
  display: flex;
  min-height: 70px;
}
@media (max-width: 768px) {
  .pivot-panel_wrap .topper_container__right {
    width: 100%;
  }
}
.pivot-panel_wrap .topper_container__right .compare-panel {
  padding: 0 20px;
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .pivot-panel_wrap .topper_container__right .compare-panel {
    margin: 0;
  }
}
@media (max-width: 400px) {
  .pivot-panel_wrap .topper_container__right .compare-panel {
    padding: 0 13px;
  }
}
.pivot-panel_wrap .topper_container__right .compare-panel__btn {
  position: relative;
  pointer-events: none;
}
.pivot-panel_wrap .topper_container__right .compare-panel__btn:hover svg {
  fill: var(--gr_main_primary);
}
.pivot-panel_wrap .topper_container__right .compare-panel__btn.active {
  pointer-events: all;
}
.pivot-panel_wrap .topper_container__right .compare-panel__btn.active .compare-panel__btn-numb {
  display: flex;
}
.pivot-panel_wrap .topper_container__right .compare-panel__btn-numb {
  position: absolute;
  right: -12px;
  top: -6px;
  width: 24px;
  height: 24px;
  text-align: center;
  background-color: var(--gr_main_primary);
  border-radius: 50%;
  display: none;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.pivot-panel_wrap .topper_container__right .compare-panel__btn-numb-text {
  font-family: var(--font1);
  color: var(--gr_main_primary_text);
  font-style: normal;
  font-weight: var(--font1_400);
  font-size: 11px;
  line-height: 1.1;
  text-transform: uppercase;
}
.pivot-panel_wrap .topper_container__right .compare-panel__icon {
  height: 100%;
  display: flex;
  align-items: center;
}
.pivot-panel_wrap .topper_container__right .compare-panel__icon svg {
  fill: var(--gr_bg_acc_icon);
}
.pivot-panel_wrap .topper_container__right .favorite-panel {
  padding: 0 20px;
  position: relative;
  display: flex;
  align-items: center;
}
.pivot-panel_wrap .topper_container__right .favorite-panel.favorite-panel_wrap {
  padding: 0;
}
@media (max-width: 768px) {
  .pivot-panel_wrap .topper_container__right .favorite-panel {
    margin: 0;
  }
}
@media (max-width: 400px) {
  .pivot-panel_wrap .topper_container__right .favorite-panel {
    padding: 0 15px;
  }
}
.pivot-panel_wrap .topper_container__right .favorite-panel:hove .favorite-panel__icon svg {
  fill: var(--gr_main_primary);
}
.pivot-panel_wrap .topper_container__right .favorite-panel__icon {
  display: flex;
}
.pivot-panel_wrap .topper_container__right .favorite-panel__icon svg {
  fill: var(--gr_bg_acc_icon);
}
.pivot-panel_wrap .topper_container__right .favorite-panel__icon:hover svg {
  fill: var(--gr_main_primary);
}
.pivot-panel_wrap .topper_container__right .favorite-panel.not-null {
  pointer-events: none;
}
.pivot-panel_wrap .topper_container__right .favorite-panel.not-null .favorite-panel__btn-numb {
  display: none;
}
.pivot-panel_wrap .topper_container__right .favorite-panel__btn {
  position: relative;
}
.pivot-panel_wrap .topper_container__right .favorite-panel__btn-numb {
  position: absolute;
  right: -16px;
  top: -6px;
  width: 24px;
  height: 24px;
  text-align: center;
  background-color: var(--gr_main_primary);
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  text-align: center;
  display: flex;
}
.pivot-panel_wrap .topper_container__right .favorite-panel__btn-numb-text {
  font-family: var(--font1);
  color: var(--gr_main_primary_text);
  font-style: normal;
  font-weight: var(--font1_400);
  font-size: 11px;
  line-height: 1.1;
  text-transform: uppercase;
}
.pivot-panel_wrap .login-form-btn {
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 0 20px;
  transition: background 0.4s;
  color: var(--gr_main_primary);
  transition: color 0.4s;
}
.pivot-panel_wrap .login-form-btn:hover {
  color: var(--gr_bg_acc_text);
}
.pivot-panel_wrap .login-form-btn:hover svg {
  fill: var(--gr_bg_acc_text);
}
@media (max-width: 1240px) {
  .pivot-panel_wrap .login-form-btn {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .pivot-panel_wrap .login-form-btn {
    margin-left: auto;
  }
}
@media (max-width: 600px) {
  .pivot-panel_wrap .login-form-btn {
    margin: 0 0 0 auto;
  }
}
@media (max-width: 400px) {
  .pivot-panel_wrap .login-form-btn {
    padding: 0 14px;
  }
}
.pivot-panel_wrap .login-form-btn__icon {
  display: flex;
  align-items: center;
}
@media (max-width: 560px) {
  .pivot-panel_wrap .login-form-btn__icon {
    margin-right: 0;
  }
}
.pivot-panel_wrap .login-form-btn__icon svg {
  transition: fill 0.4s;
  fill: var(--gr_main_primary);
}
.pivot-panel_wrap .gr-cart-preview {
  position: relative;
  width: auto;
  /* margin-left: 7px; */
}
.pivot-panel_wrap .gr-cart-preview:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  cursor: pointer;
  border-radius: 0 var(--gr_btn_radius) var(--gr_btn_radius) 0;
  transition: all 0.18s linear;
  opacity: 0;
  visibility: hidden;
  background: var(--gr_bg_acc_text_01);
}
.pivot-panel_wrap .gr-cart-preview:hover:before {
  opacity: 1;
  visibility: visible;
}
.pivot-panel_wrap .gr-cart-preview .gr-cart-total-amount {
  position: absolute;
  left: 38px;
  top: 14px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background-color: var(--gr_main_primary);
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: var(--font1);
  color: var(--gr_main_primary_text);
  font-style: normal;
  font-weight: var(--font1_400);
  font-size: 11px;
  text-transform: uppercase;
}
.pivot-panel_wrap .gr-cart-preview .gr-cart-preview__icon {
  display: flex;
  margin-right: 20px;
  margin-left: 15px;
  align-items: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.pivot-panel_wrap .gr-cart-preview .gr-cart-preview__icon .gr-svg-icon {
  fill: var(--gr_bg_acc_icon);
}
.pivot-panel_wrap .gr-cart-preview .gr-cart-preview__icon .gr-svg-icon.small_icon {
  display: none;
}
.pivot-panel_wrap .gr-cart-preview .gr-cart-total-sum {
  font-family: var(--font1);
  font-weight: var(--font1_700);
  color: var(--gr_bg_acc_icon);
  line-height: 118.75%;
  font-size: 16px;
  font-style: normal;
}
@media (max-width: 560px) {
  .pivot-panel_wrap .gr-cart-preview .gr-cart-total-sum {
    display: none;
  }
}
.pivot-panel_wrap .gr-cart-preview #shop2-cart-preview {
  width: 100%;
  height: 100%;
  background: none;
}
.pivot-panel_wrap .gr-cart-preview #shop2-cart-preview a {
  background: none;
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
  padding: 0 18px 0 65px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  white-space: nowrap;
}
@media (max-width: 375px) {
  .pivot-panel_wrap .gr-cart-preview #shop2-cart-preview a {
    padding-left: 60px;
  }
}
.pivot-panel_wrap .gr-cart-preview .gr-cart-inner-btn {
  background: none;
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
  padding: 0 18px 0 65px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  white-space: nowrap;
  cursor: pointer;
}
@media (max-width: 375px) {
  .pivot-panel_wrap .gr-cart-preview .gr-cart-inner-btn {
    padding-left: 60px;
  }
}
.topper_container {
  position: relative;
  background-color: var(--gr_bg_primary);
}
@media (max-width: 400px) {
  .topper_container {
    /* padding: 0; */
  }
}
.topper_container__inner {
  position: relative;
}
.top-block__left {
  position: relative;
  width: 290px;
  z-index: 560;
}
@media (max-width: 1100px) {
  .top-block__left {
    width: 224px;
  }
}
@media (max-width: 1023px) {
  .top-block__left {
    width: 70px;
  }
}
.top-block__right {
  width: calc(100% - 30px - 290px);
  margin-left: auto;
}
@media (max-width: 1100px) {
  .top-block__right {
    width: calc(100% - 30px - 224px);
  }
}
@media (max-width: 1023px) {
  .top-block__right {
    width: 100%;
  }
}
.desktop-folders__burger {
  display: none;
}
@media (max-width: 1023px) {
  .desktop-folders__burger {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 110;
  }
}
.desktop-folders__title {
  display: flex;
  background-color: var(--gr_main_accent);
  height: 100%;
  width: 100%;
  align-items: center;
  padding: 0 27px 0 29px;
  justify-content: space-between;
}
@media (max-width: 1100px) {
  .desktop-folders__title {
    padding: 0 19px 0 19px;
  }
}
@media (max-width: 400px) {
  .desktop-folders__title {
    padding: 0 12px 0 12px;
  }
}
@media (max-width: 1023px) {
  .desktop-folders__title_icon {
    display: flex;
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 600px) {
  .desktop-folders__title_icon {
    display: none;
  }
}
.desktop-folders__title_icon .gr-svg-icon {
  fill: var(--gr_main_accent_icon);
  display: none;
}
.desktop-folders__title_icon .gr-svg-icon.gr_small_icon {
  display: block;
}
.desktop-folders__title_icon.icon_site_catalog_formob {
  display: none;
}
.desktop-folders__title_icon.icon_site_catalog_formob .gr-svg-icon {
  display: block;
}
.desktop-folders__title_icon.icon_site_catalog_formob .gr-svg-icon.gr_small_icon {
  display: block;
}
@media (max-width: 600px) {
  .desktop-folders__title_icon.icon_site_catalog_formob {
    display: flex;
  }
}
.desktop-folders__title_text {
  font-style: normal;
  font-weight: var(--font2_700);
  font-family: var(--font2);
  font-size: 22px;
  line-height: 118%;
  color: var(--gr_main_accent_text);
}
@media (max-width: 1100px) {
  .desktop-folders__title_text {
    font-size: 18px;
  }
}
@media (max-width: 1023px) {
  .desktop-folders__title_text {
    display: none;
  }
}
.desktop-folders {
  position: absolute;
  left: 0;
  top: 100%;
  width: 290px;
  background: var(--gr_bg_acc);
  min-height: 410px;
  transition: box-shadow 0.18s linear;
  padding-bottom: 20px;
  z-index: 111;
}
@media (max-width: 1100px) {
  .desktop-folders {
    width: 224px;
  }
}
@media (max-width: 1023px) {
  .desktop-folders {
    display: none;
  }
}
.desktop-folders.active {
  box-shadow: 0px 14px 20px 0px rgba(0, 0, 0, 0.05);
}
.desktop-folders .site-folders {
  padding: 0 0 20px;
  margin: 0;
  list-style: none;
}
.desktop-folders.inner_page.opened {
  border-radius: 0;
}
.desktop-folders.inner_page .desktop-folders__body.active {
  opacity: 1;
  visibility: visible;
}
.desktop-folders .more-folders {
  font-family: var(--font1);
  font-style: normal;
  font-weight: var(--font1_500);
  font-size: 14px;
  line-height: 179%;
  color: var(--gr_main_primary);
  display: inline-block;
  cursor: pointer;
  background-color: transparent;
  padding: 12px 8px 12px 30px;
  transition: background 0.4s, color 0.4s;
  width: 100%;
}
@media (max-width: 1100px) {
  .desktop-folders .more-folders {
    margin-left: 20px;
  }
}
.desktop-folders .more-folders:hover {
  color: var(--gr_bg_acc_text);
}
.desktop-folders .site-folders {
  padding: 7px 0 7px;
  /*padding: 18px 0 15px;*/
}
.desktop-folders .site-folders.active {
  box-shadow: 0px 14px 20px 0px rgba(0, 0, 0, 0.05);
}
.desktop-folders .site-folders .parentItem {
  display: none;
}
.desktop-folders .site-folders .parentItem + li:before {
  display: none;
}
.desktop-folders .site-folders > li {
  position: relative;
  min-height: 47px;
}
.desktop-folders .site-folders > li.hide_item {
  display: none;
}
.desktop-folders .site-folders > li.has > a svg {
  fill: var(--gr_bg_acc_text_03);
}
.desktop-folders .site-folders > li.has > a .folder_icon {
  position: absolute;
  top: 12px;
  right: 30px;
}
@media (max-width: 1100px) {
  .desktop-folders .site-folders > li.has > a .folder_icon {
    right: 20px;
  }
}
.desktop-folders .site-folders > li.has > a .folder_icon .gr-svg-icon {
  display: none;
}
.desktop-folders .site-folders > li.has > a .folder_icon .gr-svg-icon.gr_small_icon {
  display: inline-block;
}
.desktop-folders .site-folders > li:first-child:before {
  display: none;
}
.desktop-folders .site-folders > li > a {
  font-family: var(--font1);
  font-style: normal;
  font-weight: var(--font1_500);
  font-size: 18px;
  line-height: normal;
  color: var(--gr_bg_acc_text);
  min-height: 47px;
  display: block;
  padding: 10px 60px 10px 30px;
  text-decoration: none;
  transition: color 0.18s linear;
  position: relative;
  border-bottom: 1px solid var(--gr_bg_acc_text_01);
}
@media (max-width: 1100px) {
  .desktop-folders .site-folders > li > a {
    padding: 13px 50px 13px 20px;
    font-size: 15px;
  }
}
.desktop-folders .site-folders > li > a:hover, .desktop-folders .site-folders > li > a.active {
  color: var(--gr_main_primary);
}
.desktop-folders .site-folders > li > a:hover svg, .desktop-folders .site-folders > li > a.active svg {
  fill: var(--gr_main_primary);
}
.desktop-folders .site-folders > li ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: 322px;
  background: var(--gr_bg_acc);
  margin-left: 30px;
  padding: 30px 0;
  margin-top: -30px;
  display: none;
  list-style: none;
  z-index: 30;
  border-radius: var(--gr_wrap_radius);
  box-shadow: 5px 0px 20px rgba(0, 0, 0, 0.1);
}
.desktop-folders .site-folders > li ul ul {
  margin-left: 12px;
}
.desktop-folders .site-folders > li ul:before {
  position: absolute;
  right: 100%;
  top: 45px;
  content: "";
  border-left: none;
  border-right: 8px solid var(--gr_bg_acc);
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.desktop-folders .site-folders > li ul:after {
  content: "";
  position: absolute;
  display: inline-block;
  height: 100%;
  width: 30px;
  top: 0;
  bottom: 0;
  left: -30px;
}
.desktop-folders .site-folders > li ul li {
  position: relative;
}
.desktop-folders .site-folders > li ul li:before {
  position: absolute;
  content: "";
  top: 0;
  left: 30px;
  right: 30px;
  border-top: 1px solid var(--gr_bg_acc_text_01);
}
.desktop-folders .site-folders > li ul li:last-child:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 30px;
  right: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.04);
}
.desktop-folders .site-folders > li ul li.has > a svg {
  fill: var(--gr_bg_acc_icon_04);
}
.desktop-folders .site-folders > li ul li.has > a .folder_icon {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 30px;
}
.desktop-folders .site-folders > li ul li.has > a .folder_icon .gr-svg-icon {
  display: none;
}
.desktop-folders .site-folders > li ul li.has > a .folder_icon .gr-svg-icon.gr_small_icon {
  display: inline-block;
}
.desktop-folders .site-folders > li ul li a {
  font-family: var(--font1);
  font-style: normal;
  font-weight: var(--font1_400);
  font-size: 15px;
  display: block;
  text-decoration: none;
  padding: 13px 30px 13px;
  color: var(--gr_bg_acc_text);
}
.desktop-folders .site-folders > li ul li a:hover, .desktop-folders .site-folders > li ul li a.active {
  color: var(--gr_main_primary);
}
.desktop-folders .site-folders > li ul li a:hover svg, .desktop-folders .site-folders > li ul li a.active svg {
  fill: var(--gr_main_primary);
}
.folder_open .more-folders {
  display: none !important;
}
.folder_open .site-folders .hide_item {
  display: block !important;
}
.top-block__left.folder_open .desktop-folders {
  display: none;
  transform-origin: top;
  box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.34);
}
.top-block__left.folder_open .desktop-folders__title {
  cursor: pointer;
  transition: background 0.3s, color 0.3s;
}
.top-block__left.folder_open .desktop-folders__title:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  border-radius: var(--gr_wrap_radius);
  transition: all 0.18s linear;
  opacity: 0;
  visibility: hidden;
  background: rgba(255, 255, 255, 0.35);
}
.top-block__left.folder_open .desktop-folders__title:hover {
  background: var(--gr_main_accent);
}
.top-block__left.folder_open .desktop-folders__title:hover:before {
  opacity: 1;
  visibility: visible;
}
.top-block__left.folder_open.active .desktop-folders {
  display: block;
}
@media (max-width: 1023px) {
  .top-block__left.folder_open.active .desktop-folders {
    display: none;
  }
}
.desktop-folders__title {
  position: relative;
}
.desktop-folders__title .desktop-folders__title_text {
  position: relative;
  z-index: 2;
}
.desktop-folders__title .desktop-folders__title_icon {
  position: relative;
  z-index: 2;
}
.top-block__left .desktop-folders__title {
  border-radius: var(--gr_wrap_radius) var(--gr_wrap_radius) 0px 0px;
}
@media (max-width: 1023px) {
  .top-block__left .desktop-folders__title {
    border-radius: var(--gr_wrap_radius);
  }
}
@media (max-width: 639px) {
  .top-block__left .desktop-folders__title {
    border-radius: var(--gr_wrap_radius) 0 0 var(--gr_wrap_radius);
  }
}
@media (max-width: 400px) {
  .top-block__left .desktop-folders__title {
    /* border-radius: 0; */
  }
}
.top-block__left .desktop-folders {
  border-radius: 0px 0px var(--gr_wrap_radius) var(--gr_wrap_radius);
}
.top-block__left.folder_open.active .desktop-folders__title {
  border-radius: var(--gr_wrap_radius) var(--gr_wrap_radius) 0px 0px;
}
.top-block__left.folder_open.active .desktop-folders__title:before {
  border-radius: var(--gr_wrap_radius) var(--gr_wrap_radius) 0px 0px;
}
@media (max-width: 639px) {
  .top-block__left.folder_open.active .desktop-folders__title {
    border-radius: var(--gr_wrap_radius) 0 0 var(--gr_wrap_radius);
  }
}
.top-block__left.folder_open .desktop-folders__title {
  border-radius: var(--gr_wrap_radius);
}
@media (max-width: 639px) {
  .top-block__left.folder_open .desktop-folders__title {
    border-radius: var(--gr_wrap_radius) 0 0 var(--gr_wrap_radius);
  }
}
@media (max-width: 400px) {
  .top-block__left.folder_open .desktop-folders__title {
    border-radius: 0;
  }
}
.top-block {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .top-block {
    margin-bottom: 20px;
  }
}
.top-block .top-slider {
  position: relative;
  font-size: 0;
  height: 360px;
  border-radius: var(--gr_wrap_radius);
  overflow: hidden;
}
@media (max-width: 1023px) {
  .top-block .top-slider {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .top-block .top-slider {
    margin-top: 20px;
  }
}
@media (max-width: 639px) {
  .top-block .top-slider {
    height: 100%;
  }
}
@media (max-width: 400px) {
  .top-block .top-slider {
    height: 100%;
  }
}
.top-block .top-slider .tns-outer {
  height: 100%;
}
.top-block .top-slider .tns-ovh {
  height: 100%;
}
.top-block .top-slider .tns-inner {
  height: 100%;
}
.top-block .top-slider .tns-slider {
  height: 100%;
}
.top-block .top-slider .tns-controls {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  z-index: 10;
}
@media (max-width: 400px) {
  .top-block .top-slider .tns-controls {
    right: 20px;
  }
}
.top-block .top-slider .tns-controls button {
  width: 60px;
  height: 70px;
  background: var(--gr_bg_primary);
  overflow: hidden;
  position: relative;
  border-radius: 0;
}
@media (max-width: 469px) {
  .top-block .top-slider .tns-controls button {
    display: none;
  }
}
.top-block .top-slider .tns-controls button:first-child {
  border-radius: var(--gr_wrap_radius) 0 0 0;
}
.top-block .top-slider .tns-controls button:first-child:before {
  border-radius: var(--gr_wrap_radius) 0 0 0;
}
.top-block .top-slider .tns-controls button svg {
  position: relative;
  z-index: 100;
}
.top-block .top-slider .tns-controls button:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  opacity: 0;
  background: var(--gr_bg_acc_white_01);
  border-radius: 0;
}
.top-block .top-slider .tns-controls button:first-child {
  margin-right: 0;
}
.top-block .top-slider .tns-controls button:hover:before {
  opacity: 1;
}
.top-block .top-slider .tns-controls button:hover svg {
  fill: var(--gr_main_primary);
}
.top-block .top-slider__item {
  position: relative;
  height: 100%;
}
@media (max-width: 1023px) {
  .top-block .top-slider__item {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .top-block .top-slider__item {
    border-radius: 0;
    height: 400px;
  }
}
@media (max-width: 639px) {
  .top-block .top-slider__item {
    height: 370px;
  }
}
@media (max-width: 400px) {
  .top-block .top-slider__item {
    height: 280px;
  }
}
.top-block .top-slider__pic {
  position: relative;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .top-block .top-slider__pic {
    border-radius: 0;
  }
}
@media (max-width: 639px) {
  .top-block .top-slider__pic {
    position: relative;
    height: 400px;
  }
}
@media (max-width: 400px) {
  .top-block .top-slider__pic {
    height: 280px;
  }
}
.top-block .top-slider__pic span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.top-block .top-slider__pic span:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--black_5);
  z-index: 1;
}
.top-block .top-slider__pic img {
  max-width: none;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}
.top-block .top-slider__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 0;
  border-radius: var(--gr_wrap_radius);
}
@media (max-width: 400px) {
  .top-block .top-slider__link {
    overflow: hidden;
  }
}
.top-block .top-slider__body {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: padding-box;
  z-index: 2;
  height: 360px;
  padding: 40px 40px 67px 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}
@media (max-width: 1260px) {
  .top-block .top-slider__body {
    height: 100%;
    justify-content: center;
  }
}
@media (max-width: 1023px) {
  .top-block .top-slider__body {
    height: 400px;
    padding: 50px 0 60px 50px;
  }
}
@media (max-width: 767px) {
  .top-block .top-slider__body {
    padding: 20px 0 20px 20px;
  }
}
@media (max-width: 469px) {
  .top-block .top-slider__body {
    padding: 20px;
    justify-content: flex-end;
    padding-bottom: 60px;
  }
}
@media (max-width: 400px) {
  .top-block .top-slider__body {
    height: 280px;
  }
}
.top-block .top-slider__title {
  font-size: 30px;
  font-family: var(--font2);
  color: var(--txt_w);
  font-weight: var(--font2_700);
  line-height: 116.66%;
  padding: 0 0 12px;
  display: inline-block;
}
@media (max-width: 1023px) {
  .top-block .top-slider__title {
    font-size: 30px;
    line-height: 116.66%;
  }
}
@media (max-width: 639px) {
  .top-block .top-slider__title {
    font-size: 30px;
    line-height: 116.66%;
  }
}
@media (max-width: 469px) {
  .top-block .top-slider__title {
    font-size: 20px;
    line-height: 116.66%;
  }
}
.top-block .top-slider__title_sub {
  font-family: var(--font1);
  font-style: normal;
  font-size: 18px;
  line-height: 116.66%;
  color: var(--txt_w);
  font-weight: var(--font1_400);
  padding: 0;
}
@media (max-width: 1023px) {
  .top-block .top-slider__title_sub {
    font-size: 18px;
    line-height: 116.66%;
  }
}
@media (max-width: 639px) {
  .top-block .top-slider__title_sub {
    font-size: 18px;
    line-height: 116.66%;
  }
}
@media (max-width: 469px) {
  .top-block .top-slider__title_sub {
    font-size: 15px;
    line-height: 116.66%;
  }
}
.top-block .top-slider .tns-nav {
  position: absolute;
  bottom: 30px;
  left: 40px;
  z-index: 10;
}
.top-block .top-slider .tns-nav button {
  border-radius: var(--gr_btn_radius);
  width: 7px;
  height: 7px;
  background: var(--white);
  opacity: 0.5;
  min-height: 7px;
  transition: background 0.3s, width 0.3s, opacity 0.1s;
}
.top-block .top-slider .tns-nav button.tns-nav-active {
  width: 20px;
  background-color: var(--gr_main_accent);
  opacity: 1;
}
.top-block .slick-prev, .top-block .slick-next {
  position: absolute;
  left: 60px;
  bottom: 60px;
  width: 60px;
  height: 60px;
  background: var(--gr_main_primary);
  padding: 0;
  font-size: 0;
  z-index: 2;
  outline: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  transition: background 0.4s;
}
@media (max-width: 767px) {
  .top-block .slick-prev, .top-block .slick-next {
    left: 20px;
  }
}
@media (max-width: 680px) {
  .top-block .slick-prev, .top-block .slick-next {
    bottom: 30px;
  }
}
.top-block .slick-prev:before, .top-block .slick-next:before {
  display: none;
  content: none;
}
.top-block .slick-prev:hover, .top-block .slick-next:hover {
  background-color: var(--gr_main_accent);
}
.top-block .slick-prev svg, .top-block .slick-next svg {
  width: 9px;
  height: 14px;
  fill: #fff;
}
.top-block .slick-next {
  left: 120px;
}
@media (max-width: 767px) {
  .top-block .slick-next {
    left: 80px;
  }
}
.inner-folders {
  padding: 0 0 30px;
}
@media (max-width: 1023px) {
  .inner-folders {
    padding: 0 0 30px;
  }
}
@media (max-width: 767px) {
  .inner-folders {
    padding: 0 0 30px;
    margin: 0 -20px;
  }
}
@media (max-width: 639px) {
  .inner-folders {
    margin: 0 -16px;
  }
}
.inner-folders__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 -10px;
  list-style: none;
  padding: 0;
}
@media (max-width: 767px) {
  .inner-folders__list {
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow: auto;
    overflow-y: hidden;
  }
}
.inner-folders li {
  margin: 0 10px 10px 0;
}
@media (max-width: 767px) {
  .inner-folders li:first-child {
    padding-left: 20px;
  }
}
@media (max-width: 639px) {
  .inner-folders li:first-child {
    padding-left: 16px;
  }
}
@media (max-width: 767px) {
  .inner-folders li:last-child {
    padding-right: 20px;
  }
}
@media (max-width: 639px) {
  .inner-folders li:last-child {
    padding-right: 16px;
  }
}
.shop-folders {
  margin-bottom: 30px;
}
.shop-folders__wrap {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0 -15px;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 1280px) {
  .shop-folders__wrap {
    margin: 0 -13.5px;
  }
}
@media screen and (max-width: 1023px) {
  .shop-folders__wrap {
    margin: 0 -15px;
  }
}
@media screen and (max-width: 767px) {
  .shop-folders__wrap {
    margin: 0;
  }
}
.shop-folders__wrap .folder-title {
  font-family: var(--font1);
  font-weight: var(--font1_500);
  font-style: normal;
  font-size: 16px;
  line-height: 1.15;
  color: var(--gr_bg_acc_text);
  background-color: var(--gr_bg_acc);
  text-decoration: none;
  display: block;
  padding: 17px 20px 15px 20px;
  margin: 0 -1px;
  transition: background 0.3s, color 0.3s;
  border-radius: var(--gr_wrap_radius) var(--gr_wrap_radius) 0 0;
}
.shop-folders__wrap .folder-title:hover {
  color: var(--gr_main_primary_text);
  background-color: var(--gr_main_primary);
}
.shop-folders__wrap > li {
  width: calc(33.33% - 30px);
  margin: 0 15px;
  display: inline-block;
  margin-bottom: 30px;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid var(--gr_bg_acc);
  border-top: none;
  border-radius: var(--gr_wrap_radius);
}
.shop-folders__wrap > li:not(.has) .folder-title {
  border-radius: var(--gr_wrap_radius);
}
.shop-folders__wrap > li:nth-child(n+7) {
  display: none;
}
@media screen and (max-width: 767px) {
  .shop-folders__wrap > li:nth-child(n+4) {
    display: none;
  }
}
.shop-folders__wrap > li.active {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1280px) {
  .shop-folders__wrap > li {
    width: calc(33.33% - 27px);
    margin-right: 13.5px;
    margin-left: 13.5px;
  }
}
@media screen and (max-width: 1023px) {
  .shop-folders__wrap > li {
    width: calc(50% - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media screen and (max-width: 767px) {
  .shop-folders__wrap > li {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
.shop-folders__wrap > li ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.shop-folders__wrap > li ul li {
  position: relative;
  border-top: 1px solid var(--gr_bg_acc);
}
.shop-folders__wrap > li ul li a {
  font-size: 15px;
  padding: 13px 60px 15px 20px;
  font-family: var(--font1);
  color: var(--gr_bg_primary_text_06);
  display: block;
  text-decoration: none;
}
.shop-folders__wrap > li ul li a:hover {
  color: var(--gr_main_primary);
  text-decoration: underline;
}
.shop-folders__wrap > li ul li a:hover .shop-folders__counter {
  color: var(--gr_main_primary);
}
.shop-folders__wrap > li ul li .shop-folders__counter {
  font-family: var(--font1);
  font-weight: var(--font1_400);
  font-size: 14px;
  line-height: 1;
  font-style: normal;
  color: var(--gr_bg_primary_text_06);
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -12px;
  text-decoration: none;
  line-height: 22px;
  min-height: 22px;
  min-width: 27px;
  text-align: center;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.shop-folders__btn .shop-folders__btn_link_text {
  font-family: var(--font1);
  font-style: normal;
  font-weight: var(--font1_500);
  font-size: 16px;
  line-height: 1.1875;
}
.block_planshet {
  display: none;
  padding: 0 20px;
}
@media (max-width: 1023px) {
  .block_planshet {
    display: block;
    padding-top: 40px;
  }
}
.block_planshet .sidebar__info_content {
  width: 100%;
  margin-bottom: 40px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .block_planshet .sidebar__info_content {
    margin-bottom: 20px;
  }
}
.block_planshet .sidebar__info_content .stock {
  width: 100%;
  margin-right: 30px;
}
@media (max-width: 680px) {
  .block_planshet .sidebar__info_content .stock {
    margin-right: 0;
  }
}
.block_planshet .sidebar__info_content .question-form {
  width: 100%;
}
.block_planshet .sidebar__info_content .question-form .question-form__in {
  height: 100%;
}
.block_planshet .sidebar__info_content .news__items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.block_planshet .sidebar__info_content .news__item {
  width: calc(50% - 15px);
}
@media (max-width: 680px) {
  .block_planshet .sidebar__info_content .news__item {
    width: 100%;
  }
}
.site-sidebar {
  width: 290px;
  margin-bottom: 30px;
}
@media (max-width: 1100px) {
  .site-sidebar {
    width: 224px;
  }
}
@media (max-width: 1023px) {
  .site-sidebar {
    display: none;
  }
}
@media (max-width: 1100px) {
  .site-sidebar.filter_have {
    display: none;
  }
}
@media (max-width: 1023px) {
  .site-sidebar .sidebar__info_content {
    display: none;
  }
}
.site-sidebar .sidebar__info_content.padding_sidebar {
  padding-top: 410px;
}
@media (max-width: 1023px) {
  .site-sidebar .sidebar__info_content.clone {
    display: block;
  }
}
@media (max-width: 1024px) {
  .site-sidebar.product_sidebar {
    display: none;
  }
  .site-sidebar.product_sidebar + .site-main__wrap {
    width: 100%;
    margin-left: 0;
  }
}
.stock {
  margin-bottom: 30px;
}
.stock__inner {
  position: relative;
  display: flex;
  flex-direction: column;
}
.stock__img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: var(--gr_wrap_radius);
  overflow: hidden;
}
.stock__img img {
  max-width: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}
.stock__img_cover {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}
.stock__body {
  position: relative;
  z-index: 100;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 199px 20px 30px;
}
.stock__title {
  font-family: var(--font2);
  font-style: normal;
  font-weight: var(--font2_400);
  font-size: 30px;
  line-height: 67%;
  color: var(--white);
  margin-bottom: 20px;
}
@media (max-width: 1100px) {
  .stock__title {
    font-size: 25px;
  }
}
.stock__desc {
  font-family: var(--font1);
  font-style: normal;
  font-weight: var(--font1_400);
  font-size: 17px;
  line-height: 118%;
  color: var(--white);
  margin-bottom: 20px;
}
@media (max-width: 1100px) {
  .stock__desc {
    font-size: 16px;
  }
}
.question-form {
  width: 100%;
  padding: 10px 0;
  margin-bottom: 30px;
  background: repeating-linear-gradient(45deg, #18479f 0px, #18479f 20px, #FFF 20px, #fff 35px, #ba131a 35px, #ba131a 57px, #fff 57px, #fff 75px);
  border-radius: var(--gr_wrap_radius);
}
.question-form__in {
  padding: 36px 20px 45px;
  background-color: var(--gr_bg_acc);
}
.question-form__title {
  font-family: var(--font2);
  font-style: normal;
  font-weight: var(--font1_700);
  font-size: 18px;
  line-height: 1.22;
  color: var(--gr_bg_acc_text);
  margin-bottom: 13px;
}
.question-form__sub-title {
  font-family: var(--font1);
  font-style: normal;
  font-weight: var(--font1_400);
  font-size: 16px;
  line-height: 1.25;
  color: var(--gr_bg_acc_text_05);
  margin-bottom: 16px;
}
.question-form .tpl-anketa__left {
  display: none;
}
.question-form .tpl-anketa .field-value {
  margin-bottom: 20px;
}
.question-form .tpl-anketa .tpl-field-button button {
  position: relative;
  padding-right: 50px;
}
.question-form .tpl-anketa .tpl-field-button button:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 8px;
  line-height: 10px;
  color: var(--gr_main_primary_icon);
  display: inline-block;
  width: 11px;
  height: 8px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 20px;
}
.news__title {
  font-family: var(--font2);
  font-weight: var(--font2_700);
  font-style: normal;
  font-size: 35px;
  line-height: 1.171;
  color: var(--gr_bg_primary_text);
  padding-bottom: 14px;
  border-bottom: 1px dashed var(--gr_bg_primary_border_02);
  margin-bottom: 30px;
}
@media (max-width: 1100px) {
  .news__title {
    font-size: 32px;
  }
}
@media (max-width: 1023px) {
  .news__title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .news__title {
    margin-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .news__title {
    font-size: 25px;
  }
}
.news__items {
  padding-bottom: 10px;
}
.news__item {
  padding-bottom: 10px;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  background-color: var(--gr_bg_primary);
  border-bottom: 1px dashed var(--gr_bg_primary_border_02);
}
.news__img {
  width: 100px;
  margin-right: 22px;
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: var(--gr_inner_radius);
}
@media (max-width: 1100px) {
  .news__img {
    width: 75px;
    margin-right: 18px;
  }
}
.news__img:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.news__img div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.news__img img {
  max-width: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}
.news__header {
  width: calc(100% - 100px - 22px);
  margin-top: 3px;
}
@media (max-width: 1100px) {
  .news__header {
    width: calc(100% - 75px - 18px);
  }
}
.news__header_title {
  font-family: var(--font1);
  font-weight: var(--font1_500);
  font-style: normal;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: 0.01em;
  text-decoration-line: underline;
  color: var(--gr_main_primary);
  margin-bottom: 9px;
  display: inline-block;
}
.news__header_date {
  display: inline-block;
  font-family: var(--font1);
  font-weight: var(--font1_300);
  color: var(--gr_bg_primary_text);
  font-style: normal;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: 0.01em;
}
.news__preview {
  font-family: var(--font1);
  font-weight: var(--font1_300);
  color: var(--gr_bg_primary_text);
  font-style: normal;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: 0.01em;
}
.vl_wrapper_filter {
  margin-bottom: 40px;
}
.vl_wrapper_filter .vl_wrapper_filter__btn {
  background: var(--gr_main_primary);
  min-height: 60px;
  display: flex;
  align-items: center;
  padding: 0 27px 0 29px;
  font-family: var(--font1);
  font-weight: var(--font1_400);
  color: var(--white_light);
  font-style: normal;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  margin-bottom: 20px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  border-radius: var(--gr_btn_radius);
}
.vl_wrapper_filter .vl_wrapper_filter__btn .vl_wrapper_filter__btn_text {
  margin-right: 20px;
}
.vl_wrapper_filter .vl_wrapper_filter__btn .vl_wrapper_filter__btn_icon .gr-svg-icon {
  fill: var(--icn_light_c);
}
.whatwe {
  background-color: var(--gr_bg_primary);
  margin-bottom: 1px;
}
.whatwe__inner {
  padding: 30px 20px 30px;
  box-shadow: 0 0 0 1px var(--gr_bg_primary_border_02);
  border-radius: var(--gr_wrap_radius);
}
@media (max-width: 1024px) {
  .whatwe__inner {
    padding-bottom: 10px;
  }
}
@media (max-width: 560px) {
  .whatwe__inner {
    padding-bottom: 20px;
  }
}
.whatwe__title {
  font-family: var(--font2);
  font-weight: var(--font2_700);
  color: var(--gr_bg_primary_text);
  font-style: normal;
  font-size: 35px;
  line-height: 117%;
  margin-bottom: 20px;
}
@media (max-width: 1100px) {
  .whatwe__title {
    font-size: 32px;
  }
}
@media (max-width: 1023px) {
  .whatwe__title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .whatwe__title {
    margin-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .whatwe__title {
    font-size: 25px;
  }
}
.whatwe__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.whatwe__item {
  width: 25%;
}
@media (max-width: 1024px) {
  .whatwe__item {
    width: 50%;
    margin-bottom: 40px;
  }
}
@media (max-width: 560px) {
  .whatwe__item {
    width: 100%;
    margin-bottom: 32px;
  }
}
.whatwe__item_body {
  display: flex;
  align-items: center;
  padding-right: 30px;
}
.whatwe__item_icon {
  min-width: 60px;
  min-height: 60px;
  margin-right: 20px;
}
.whatwe__item_text {
  font-family: var(--font1);
  font-weight: var(--font1_400);
  color: var(--gr_bg_primary_text_08);
  font-style: normal;
  font-size: 16px;
  line-height: 116%;
}
.whatwe .main-products__wrap_new {
  width: calc(100% + 2px);
}
.block_planshet + .edit-blocks .edit-blocks__inner {
  border-top: none;
}
@media (max-width: 1023px) {
  .block_planshet + .edit-blocks .edit-blocks__inner {
    border-top: 1px dashed var(--gr_bg_acc_border_02);
  }
}
.edit-blocks {
  padding-bottom: 30px;
  background-color: var(--gr_bg_primary);
}
.edit-blocks__inner {
  position: relative;
  padding-top: 25px;
  border-top: 1px dashed var(--gr_bg_acc_border);
}
.edit-blocks__title {
  font-family: var(--font2);
  font-weight: var(--font2_700);
  font-style: normal;
  font-size: 35px;
  line-height: 117.14%;
  color: var(--gr_bg_primary_text);
  margin-bottom: 30px;
}
@media (max-width: 1100px) {
  .edit-blocks__title {
    font-size: 32px;
  }
}
@media (max-width: 1023px) {
  .edit-blocks__title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .edit-blocks__title {
    margin-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .edit-blocks__title {
    font-size: 25px;
  }
}
.edit-blocks__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  margin-right: -25px;
  width: calc(100% + 25px);
}
@media (max-width: 1024px) {
  .edit-blocks__list {
    margin-right: -20px;
    width: calc(100% + 20px);
    justify-content: center;
  }
}
@media (max-width: 680px) {
  .edit-blocks__list {
    margin-right: 0;
    width: 100%;
  }
}
.edit-blocks__item {
  margin-right: 25px;
  width: calc(33.33% - 25px);
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  border-radius: var(--gr_wrap_radius);
}
@media (max-width: 1024px) {
  .edit-blocks__item {
    margin-right: 20px;
  }
}
@media (max-width: 990px) {
  .edit-blocks__item {
    width: calc(50% - 20px);
  }
}
@media (max-width: 680px) {
  .edit-blocks__item {
    margin-right: 0;
    width: 100%;
    min-height: 300px;
  }
}
.edit-blocks__item:hover:before {
  background-color: rgba(0, 0, 0, 0.7);
}
.edit-blocks__item:hover img {
  transform: scale(1.09);
}
.edit-blocks__item:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: background 0.4s, transform 0.4s;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: var(--gr_wrap_radius);
}
.edit-blocks__item:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 75%;
}
.edit-blocks__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.edit-blocks__img img {
  transform: scale(1);
  transition: transform 0.4s;
  max-width: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  transition: transform 0.3s;
}
.edit-blocks__body {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 10;
  height: 100%;
  display: flex;
  position: absolute;
  flex-direction: column;
  align-items: flex-start;
  padding: 15px 30px 30px;
  justify-content: flex-end;
}
.edit-blocks__body_title {
  font-family: var(--font1);
  font-style: normal;
  font-weight: var(--font1_700);
  font-size: 30px;
  line-height: 1;
  color: #FFFFFF;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .edit-blocks__body_title {
    font-size: 25px;
  }
}
@media (max-width: 680px) {
  .edit-blocks__body_title {
    font-size: 22px;
    line-height: 1.1;
  }
}
.edit-blocks__body_text {
  font-family: var(--font1);
  font-style: normal;
  font-weight: var(--font1_300);
  font-size: 20px;
  line-height: 1.5;
  color: #FFFFFF;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .edit-blocks__body_text {
    font-size: 18px;
  }
}
@media (max-width: 680px) {
  .edit-blocks__body_text {
    font-size: 16px;
  }
}
.edit-blocks__link {
  display: inline-block;
  background-color: var(--gr_main_accent);
  padding: 13px 20px 13px;
  text-decoration: none;
  border-radius: var(--gr_btn_radius);
  box-shadow: 0 0 0 1px transparent;
  transition: box-shadow 0.3s;
  position: relative;
}
@media (max-width: 680px) {
  .edit-blocks__link {
    padding: 7px 20px 9px;
  }
}
.edit-blocks__link:after {
  content: "";
  display: inline-block;
  width: 100%;
  border-radius: var(--gr_btn_radius);
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.3);
  opacity: 0;
  transition: opacity 0.3s;
}
.edit-blocks__link:hover {
  background-color: var(--gr_main_accent_hover);
  box-shadow: 0 0 0 1px var(--gr_main_accent_text_08);
}
.edit-blocks__link:hover:after {
  opacity: 1;
}
.edit-blocks__link_span {
  font-family: var(--font1);
  font-weight: var(--font1_500);
  display: inline-flex;
  align-items: center;
  font-style: normal;
  font-size: 16px;
  line-height: 1.4;
  color: var(--gr_main_accent_text);
  position: relative;
  z-index: 1;
}
.edit-blocks__link_span b {
  font-weight: inherit;
}
.edit-blocks__link_icon {
  margin-left: 20px;
  display: flex;
  position: relative;
  z-index: 1;
}
.edit-blocks__link_icon .gr-svg-icon {
  display: none;
  fill: var(--gr_main_accent_icon);
}
.edit-blocks__link_icon .gr-svg-icon.gr_small_icon {
  display: inline-block;
}
.vendors-block {
  position: relative;
}
.vendors-block__bg_image_bf {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.vendors-block__bg_image_bf.black_cover:before {
  content: "";
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background: rgba(27, 27, 27, 0.9);
  pointer-events: none;
}
.vendors-block__bg_image_bf img {
  max-width: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}
.vendors-block__inner {
  padding: 0 0 50px;
  position: relative;
}
@media (max-width: 1024px) {
  .vendors-block__inner {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .vendors-block__inner {
    padding-bottom: 30px;
  }
}
.vendors-block__title {
  font-style: normal;
  font-family: var(--font2);
  font-weight: var(--font2_700);
  font-size: 35px;
  line-height: 41px;
  color: var(--gr_bg_primary_text);
  margin-bottom: 30px;
  margin-right: 50px;
}
@media (max-width: 1100px) {
  .vendors-block__title {
    font-size: 32px;
  }
}
@media (max-width: 1023px) {
  .vendors-block__title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .vendors-block__title {
    margin-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .vendors-block__title {
    font-size: 25px;
  }
}
.vendors-block__wrap-list .tns-controls {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 111;
}
@media (max-width: 400px) {
  .vendors-block__wrap-list .tns-controls {
    top: 50%;
    left: 0;
    width: 100%;
    display: flex;
    pointer-events: none;
    justify-content: space-between;
  }
  .vendors-block__wrap-list .tns-controls button {
    pointer-events: all;
  }
}
.vendors-block__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.vendors-block__item a {
  display: inline-block;
  width: 100%;
}
@media (max-width: 425px) {
  .vendors-block__item a {
    display: block;
    width: 70%;
    margin: auto;
  }
}
.vendors-block__item a span {
  display: inline-block;
  width: 100%;
}
.vendors-block__item a span img {
  width: 100%;
  border-radius: var(--gr_wrap_radius);
}
.block-content {
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .block-content {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .block-content {
    margin-bottom: 30px;
  }
}
.block-content .main_h1 {
  font-family: var(--font2);
  color: var(--gr_bg_primary_text);
  font-weight: var(--font2_700);
  font-style: normal;
  font-size: 35px;
  line-height: 117%;
  position: relative;
  padding-bottom: 14px;
  margin-bottom: 30px;
}
@media (max-width: 1100px) {
  .block-content .main_h1 {
    font-size: 32px;
  }
}
@media (max-width: 1023px) {
  .block-content .main_h1 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .block-content .main_h1 {
    margin-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .block-content .main_h1 {
    font-size: 25px;
  }
}
.block-content .main_h1:after {
  content: "";
  display: inline-block;
  border-bottom: 1px dashed var(--gr_bg_primary_border_02);
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -2px;
  right: 0;
  left: 0;
}
.block-content .text-block__body {
  font-family: var(--font1);
  color: var(--gr_bg_primary_text);
  font-weight: var(--font1_300);
  font-style: normal;
  font-size: 17px;
  line-height: 147%;
}
.pointer_events_none {
  pointer-events: none;
  position: relative;
}
.remodal.cart-remodal {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 640px) {
  .remodal.cart-remodal {
    min-width: 480px;
  }
}
.remodal.cart-remodal__body p:first-child {
  padding-left: 20px;
}
.cart-popup__title {
  font-size: 26px;
  line-height: 1.1;
  color: var(--gr_bg_acc_text);
  font-weight: var(--font2_700);
  font-family: var(--font2);
  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(--white);
  background: var(--gr_main_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__top #shop2-cart {
  padding: 0;
}
.cart-popup__bottom {
  padding: 30px 40px 0;
  border-top: 1px solid var(--gr_bg_acc_border_04);
}
@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(--gr_bg_acc_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(--gr_bg_acc_icon);
}
.cart-popup__cleanup a:hover ins {
  border-bottom-color: var(--gr_bg_acc_text_05);
}
.cart-popup__total {
  display: flex;
  align-items: baseline;
}
@media (max-width: 767px) {
  .cart-popup__total {
    order: -1;
  }
}
.cart-popup__total-title {
  color: var(--gr_bg_acc_text);
  font-size: 15px;
  line-height: 1.2;
  padding-right: 10px;
  font-weight: var(--font2_400);
  font-family: var(--font2);
}
.cart-popup__total-price {
  color: var(--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;
  }
}
@media (max-width: 767px) {
  .cart-popup__btns .gr_cart_btn {
    order: 2;
    margin-top: 10px;
  }
}
.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;
  margin-bottom: 8px;
}
@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(--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(--gr_bg_acc_text_05);
}
.cart-popup #shop2-cart .popup-product__action {
  color: var(--red);
}
.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(--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__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_bg_primary);
}
.cart-popup #shop2-cart .popup-product__close a svg {
  opacity: 1;
}
.cart-popup #shop2-cart .popup-product__close a:hover, .cart-popup #shop2-cart .popup-product__close a:active {
  background: var(--gr_main_accent);
}
.cart-popup #shop2-cart .popup-product__close a:hover svg, .cart-popup #shop2-cart .popup-product__close a:active svg {
  fill: var(--gr_main_accent_icon);
}
.gr-cart-preview {
  display: inline-flex;
}
.gr-cart-popup-btn {
  position: relative;
  width: 24px;
  line-height: 24px;
  text-align: center;
  display: flex;
  color: var(--gr_main_primary_text);
  font-style: normal;
  font-weight: var(--font1_400);
  font-size: 11px;
  text-transform: uppercase;
}
.product-quick-view .popover-body {
  position: relative;
  z-index: 0;
  padding: 0;
  width: auto;
  min-width: 100px;
  min-height: 100px;
  border-radius: var(--gr_wrap_radius);
  background-color: var(--gr_bg_acc);
  background-size: 100%;
  box-shadow: none;
  border: none;
}
.product-quick-view .popover-close {
  position: absolute;
  right: 8px;
  top: 10px;
}
.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 .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;
  color: var(--gr_bg_acc_text);
  font-weight: var(--font2_700);
  font-family: var(--font2);
  font-size: 26px;
  line-height: 1.1;
}
.product-quick-view .quick-card-page__title h1 a {
  color: inherit;
}
.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(--gr_bg_acc_text_06);
}
.product-quick-view .shop2-product .shop2-product-article span {
  font-family: var(--font2);
  color: var(--gr_bg_acc_text_06);
}
.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(--linkColor);
  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(--linkColor_5);
}
.product-quick-view .shop2-product .gr-product-anonce {
  color: var(--gr_bg_acc_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(--gr_bg_acc_text_01);
}
.product-quick-view .shop2-product .gr-product-options .shop2-color-ext-select:hover {
  background: var(--gr_bg_acc_text_01);
}
.product-quick-view .shop2-product .gr-product-options .shop2-color-ext-select.active {
  background: var(--gr_bg_primary);
}
.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 .gr-amount-flag {
  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: 100%;
  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(--gr_bg_acc_text_06);
  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(--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(--gr_bg_acc_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:not(.notavailable) {
  width: calc(100% - 150px - 10px);
  float: left;
}
.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;
  order: 2;
}
@media (max-width: 767px) {
  .product-quick-view .shop2-product .form-additional .product-compare .gr-compare-plus, .product-quick-view .shop2-product .form-additional .product-compare .link-reset {
    color: var(--gr_bg_acc_text);
  }
}
.product-quick-view .shop2-product .form-additional .gr-favorite-btn-wrapper {
  order: 1;
  margin-top: 20px;
}
.product-quick-view .shop2-product .form-additional .gr-favorite-btn-wrapper .gr-favorite-btn {
  font-size: 16px;
  line-height: 16px;
}
.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 {
  padding: 20px 0 0;
}
.product-quick-view .shop2-product .shop-product-share__title {
  font-size: 14px;
  line-height: 120%;
  margin-bottom: 10px;
  color: var(--gr_bg_acc_text_07);
}
.product-quick-view .shop2-product .shop-product-share .ya-share2__badge {
  border-radius: var(--brd_rad_3);
}
.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;
}
.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_wrap_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;
}
.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_small_radius);
  border: 1px solid var(--brd_m5_1);
}
.product-quick-view .quick-card-slider__thumb.tns-nav-active a:before {
  border-color: var(--brd_m1);
}
.product-quick-view .quick-card-slider__thumb-img {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
  border-radius: var(--gr_small_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: 50%;
  transition: all 0.18s;
  overflow: hidden;
}
@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_bg_primary);
  border-bottom: 1px dashed var(--gr_bg_primary_border_02);
}
.timer-block.timer_bottom {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}
.timer-block.timer_inverse {
  background: #fff;
}
.timer-block.timer_inverse .timer-block__title {
  color: #222;
}
.timer-block.timer_inverse .timer-block__desc {
  color: #222;
}
.timer-block.timer_inverse .timer-block__date .gr-timer-elem .gr-timer-number {
  color: #222;
  background: var(--gr_main_primary_2);
  box-shadow: 0 0 0 1px #fff;
}
.timer-block.timer_inverse .timer-block__date .gr-timer-elem:last-child .gr-timer-number {
  color: var(--red);
}
.timer-block.timer_inverse .timer-block__date .gr-timer-delim svg {
  fill: #ffffff;
}
.timer-block.timer_inverse .timer-block__close svg {
  fill: #222;
}
.timer-block.timer_inverse .timer-block__close svg:hover, .timer-block.timer_inverse .timer-block__close svg:active {
  fill: var(--gr_main_primary);
}
.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;
  padding-right: 36px;
}
@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 0;
  }
}
.timer-block__close {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
@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:hover svg {
  fill: var(--gr_main_primary_4);
}
.timer-block__close svg {
  display: none;
  width: 20px;
  height: 20px;
  fill: var(--gr_bg_primary_text);
}
@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__left {
  margin-right: 50px;
  flex: 0 1 auto;
  display: flex;
  flex-direction: column;
  margin-left: 34px;
}
@media (max-width: 1260px) {
  .timer-block__left {
    margin-right: 30px;
    margin-left: 0px;
  }
}
@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: 1023px) {
  .timer-block__right {
    padding-right: 30px;
  }
}
@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;
}
.timer-block__date .gr-timer-elem.gr-timer-days + .gr-timer-delim {
  display: none;
}
.timer-block__date .gr-timer-elem:last-child .gr-timer-number {
  color: var(--red);
}
.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_btn_radius);
  color: var(--gr_bg_primary_text);
  background: transparent;
  box-shadow: 0 0 0 1px var(--gr_main_primary);
}
@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 4px;
  font-size: 0;
  width: 2px;
  height: 12px;
  opacity: 0.2;
}
.timer-block__date .gr-timer-delim svg {
  width: 2px;
  height: 12px;
  fill: var(--gr_bg_primary_text);
}
.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: 35px;
}
@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(--gr_bg_primary_text);
  font-size: 18px;
  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.4;
  color: var(--gr_bg_primary_text);
}
.timer-block__btn {
  margin-left: auto;
  min-width: 160px;
}
@media (max-width: 767px) {
  .timer-block__btn {
    max-width: 100%;
    width: 100%;
  }
}
.timer-block__btn a {
  min-width: 160px;
  max-width: 200px;
  transition: background 0.3s, color 0.3s;
}
@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%;
  }
}
.remodal.special-popup {
  padding: 0;
  border-radius: var(--gr_wrap_radius);
}
@media (max-width: 635px) {
  .remodal.special-popup {
    border-radius: 0;
  }
}
.remodal.special-popup:not(.block_has_image) {
  padding-top: 40px;
}
.remodal.special-popup .remodal-close-btn {
  background: var(--gr_bg_primary);
  border-radius: var(--gr_btn_radius);
}
.remodal.special-popup .remodal-close-btn:hover {
  background: var(--gr_bg_primary);
}
.remodal.special-popup .remodal-close-btn:hover:before {
  opacity: 0.3;
  border-radius: var(--gr_btn_radius);
}
.remodal.special-popup .remodal-close-btn:hover svg {
  fill: var(--gr_bg_primary_icon);
}
.remodal.special-popup .remodal-close-btn:active:before {
  display: none;
}
.special-popup {
  background: var(--white_elem);
}
.special-popup__top {
  border-radius: var(--gr_wrap_radius) var(--gr_wrap_radius) 0 0;
  overflow: hidden;
}
@media (max-width: 635px) {
  .special-popup__top {
    border-radius: 0;
  }
}
.special-popup__top + .special-popup__bottom {
  border-top: 1px solid var(--brd_m6_2);
}
.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;
  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: 14px 40px 19px;
}
@media (max-width: 639px) {
  .special-popup .special-timer {
    padding: 15px 20px;
  }
}
.special-popup .special-timer__subtitle {
  color: var(--gr_bg_acc_text_07);
  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.gr-timer-days {
  margin-right: 10px;
}
.special-popup .special-timer__date .gr-timer-elem.gr-timer-days + .gr-timer-delim {
  display: none;
}
.special-popup .special-timer__date .gr-timer-elem:last-child .gr-timer-number {
  color: var(--red);
}
.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_btn_radius);
  color: var(--gr_bg_acc);
  background: var(--gr_bg_acc_text);
}
@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(--gr_bg_acc_text);
}
.special-popup .special-timer__date .gr-timer-delim svg.gr_small_icon {
  display: none;
}
.special-popup__header {
  font-family: var(--font2);
  font-size: 22px;
  line-height: 1.1;
  font-weight: var(--font2_700);
  font-style: normal;
  color: var(--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(--gr_bg_acc_text_07);
  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;
  }
}
body #search-app {
  position: static;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  width: 100%;
  max-width: 800px;
  z-index: 250;
}
@media (max-width: 767px) {
  body #search-app {
    position: relative;
  }
}
.ex-search-popup #search-app {
  position: relative;
}
.ex-search-popup #search-result .search-result-top {
  display: flex;
  flex-direction: column;
}
.ex-search-popup #search-result .search-result-left {
  flex: none;
  margin-bottom: 20px;
}
.ex-search-popup #search-result .search-result-right {
  flex: none;
  margin-right: 0;
}
.search-block {
  display: flex;
}
.search-block__input {
  margin-right: 20px;
}
#search-app #search-result {
  display: inline-block;
}
#search-app.hide_search_popup #search-result {
  display: none;
}
#search-result {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 5;
  padding: 40px 30px;
  border-radius: var(--gr_wrap_radius);
  background: var(--gr_bg_acc);
  box-shadow: var(--shd_1);
  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;
    left: -20px;
    top: calc(100% + 10px);
  }
}
#search-result .search-result-top {
  display: flex;
}
@media (max-width: 1240px) {
  #search-result .search-result-top {
    flex-direction: column;
  }
}
@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;
}
@media (max-width: 1240px) {
  #search-result .search-result-left {
    margin-bottom: 30px;
  }
}
@media (max-width: 1024px) {
  #search-result .search-result-left {
    margin-bottom: 20px;
  }
}
#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 200px;
  min-width: 200px;
}
@media (max-width: 639px) {
  #search-result .search-result-right {
    min-width: 0;
  }
}
#search-result .result-products .products-search-title {
  font-weight: var(--font1_700);
  font-family: var(--font2);
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  color: var(--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(--gr_main_primary_text);
  background: var(--gr_main_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(--brd_rad_6);
  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;
}
#search-result .result-products .product-name a {
  color: var(--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(--gr_bg_acc_text_05);
}
#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(--gr_bg_acc_text_06);
}
#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(--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_700);
  font-family: var(--font2);
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 12px;
  color: var(--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(--gr_main_primary_text);
  background: var(--gr_main_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(--gr_bg_acc_text);
  font-weight: var(--font1_700);
  font-size: 14px;
  line-height: 1.1;
  vertical-align: top;
  display: inline-block;
  text-decoration: none;
  transition: all 0.18s;
}
#search-result .result-folders .folder-item a:hover {
  color: var(--gr_main_primary);
}
#search-result .result-vendors .vendors-search-title {
  font-weight: var(--font1_700);
  font-family: var(--font2);
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 12px;
  color: var(--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(--gr_main_primary_text);
  background: var(--gr_main_primary);
  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(--gr_bg_acc_text);
  font-weight: bold;
  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_main_primary);
}
.smart-search-folders, .smart-search-vendors {
  margin-bottom: 20px;
}
.smart-search-folders__title, .smart-search-vendors__title {
  font-size: 35px;
  line-height: 117%;
  font-style: normal;
  font-family: var(--font1);
  color: var(--gr_bg_acc_text);
  font-weight: var(--font1_700);
  position: relative;
  margin-bottom: 25px;
}
@media (max-width: 1100px) {
  .smart-search-folders__title, .smart-search-vendors__title {
    font-size: 32px;
  }
}
@media (max-width: 1023px) {
  .smart-search-folders__title, .smart-search-vendors__title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .smart-search-folders__title, .smart-search-vendors__title {
    margin-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .smart-search-folders__title, .smart-search-vendors__title {
    font-size: 25px;
  }
}
.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;
}
.recent-block {
  margin-bottom: 50px;
  width: 100%;
  border-top: 1px dashed var(--gr_bg_primary_border_02);
}
@media (max-width: 1024px) {
  .recent-block {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .recent-block {
    margin-bottom: 30px;
  }
}
.recent-block__inner {
  padding-top: 30px;
  width: 100%;
}
.recent-block__title {
  font-family: var(--font2);
  color: var(--gr_bg_primary_text);
  font-weight: var(--font2_700);
  font-style: normal;
  font-size: 35px;
  line-height: 117%;
  position: relative;
  margin-bottom: 40px;
}
@media (max-width: 1100px) {
  .recent-block__title {
    font-size: 32px;
  }
}
@media (max-width: 1024px) {
  .recent-block__title {
    margin-bottom: 30px;
  }
}
@media (max-width: 1023px) {
  .recent-block__title {
    font-size: 30px;
  }
}
@media (max-width: 600px) {
  .recent-block__title {
    font-size: 25px;
  }
}
.recent-block__items {
  position: relative;
}
.recent-block .recent-item__inner {
  display: flex;
  background: var(--gr_bg_acc);
  padding: 20px;
  border-radius: var(--gr_wrap_radius);
}
.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% - 60px - 15px);
}
.recent-block .recent-item__bottom-right {
  font-size: 0;
  width: 60px;
  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;
  padding-right: 20px;
}
@media (max-width: 639px) {
  .recent-block .recent-item .gr-recent-name {
    font-size: 14px;
  }
}
.recent-block .recent-item .gr-recent-name a {
  color: var(--gr_bg_primary_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(--gr_main_primary);
}
.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(--gr_bg_primary_text_07);
  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(--gr_bg_primary_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: 60px;
  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 {
  right: auto;
  left: 50%;
  transform: translate(-50%, -50%);
}
.recent-block .tns-nav {
  display: none;
}
.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;
  width: 40px;
  height: 40px;
  background-color: var(--gr_bg_primary);
}
.recent-block .tns-controls button:hover {
  background-color: var(--gr_main_accent);
}
.recent-block .tns-controls button:hover svg {
  fill: var(--gr_main_accent_icon);
}
.recent-block .tns-controls button svg {
  display: none;
  fill: var(--gr_bg_primary_icon);
}
.recent-block .tns-controls button svg.gr_small_icon {
  display: block;
}
@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(--site_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_wrap_radius);
  background-color: var(--site_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;
  background: var(--gr_bg_acc);
  border-radius: var(--gr_wrap_radius);
}
@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(--font2_700);
  font-family: var(--font2);
  font-size: 26px;
  line-height: 1.1;
  color: var(--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__body {
  position: relative;
}
.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%;
}
.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 {
  position: absolute;
  top: 0px;
  left: 40px;
  right: 640px;
  font-size: 0;
  pointer-events: none;
}
@media (max-width: 1100px) {
  .card-product-preview .product-flags {
    right: 540px;
  }
}
@media (max-width: 767px) {
  .card-product-preview .product-flags {
    right: 290px;
  }
}
@media (max-width: 639px) {
  .card-product-preview .product-flags {
    top: 0;
    left: 15px;
    right: 485px;
  }
}
.card-product-preview .product-flags__item {
  font-weight: var(--font1_700);
  font-size: 12px;
  line-height: 1.2;
  display: inline-block;
  vertical-align: top;
  margin: 0 2px 2px 0;
}
@media (max-width: 639px) {
  .card-product-preview .product-flags__item {
    font-size: 11px;
    border-radius: var(--brd_rad_4);
  }
}
@media (max-width: 639px) {
  .card-product-preview .product-flags__item span {
    padding: 5px 10px;
  }
}
.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;
}
@media (max-width: 639px) {
  .card-product-preview__name {
    font-size: 14px;
    line-height: 1.3;
  }
}
.card-product-preview__name a {
  color: var(--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(--gr_bg_acc_text_05);
}
.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(--gr_bg_acc_text_06);
  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(--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(--gr_bg_acc_border_04);
}
@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(--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: 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) {
  .card-product-preview .tns-controls {
    left: -15px;
    right: -15px;
  }
}
.card-product-preview .tns-controls button {
  pointer-events: auto;
  margin-bottom: 30px;
  width: 40px;
  height: 40px;
  /*background-color: var(--gr_main_primary_1);*/
  background-color: var(--gr_main_primary);
}
.card-product-preview .tns-controls button:hover svg {
  fill: var(--gr_main_primary_icon);
}
.card-product-preview .tns-controls button svg {
  display: none;
  fill: var(--gr_main_primary_icon);
}
.card-product-preview .tns-controls button svg.gr_small_icon {
  display: block;
}
.card-product-preview .tns-nav button {
  background: var(--gr_main_primary);
  opacity: 0.15;
  width: 8px;
  height: 8px;
  min-height: 8px;
}
.card-product-preview .tns-nav button.tns-nav-active {
  background: var(--gr_main_primary);
  opacity: 1;
}
.card-product-preview .kind-item__inner {
  display: flex;
  background: var(--gr_bg_acc);
}
@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;
}
@media (max-width: 639px) {
  .card-product-preview .kind-item .kind-name {
    font-size: 14px;
  }
}
.card-product-preview .kind-item .kind-name a {
  color: var(--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(--gr_bg_acc_text_05);
}
.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(--gr_bg_acc_text_06);
  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(--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;
}
.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%);
}
.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);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
}
.fixed_panel {
  background-color: var(--gr_bg_acc);
  width: 100%;
}
@media (max-width: 400px) {
  .fixed_panel {
    padding: 0;
  }
}
.fixed_panel__inner {
  min-height: 70px;
}
.fixed_panel__inner .pivot-panel_wrap {
  margin-bottom: 0;
  margin-top: 0;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  column-gap: 0;
}
.fixed_panel__inner .pivot-panel_wrap .gr-cart-preview:before {
  border-radius: 0;
}
.fixed_panel__inner .pivot-panel_wrap > li {
  width: auto;
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
}
.fixed_panel__inner .pivot-panel-gr_search .search-panel {
  display: block;
  margin-left: auto;
}
.fixed_panel__inner .desktop-folders__title {
  border-radius: 0;
}
@media (max-width: 400px) {
  .fixed_panel__inner .desktop-folders__title {
    border-radius: 0;
  }
}
.fixed_panel__inner .desktop-folders__fixed {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  cursor: pointer;
}
@media (max-width: 1023px) {
  .fixed_panel__inner .desktop-folders__fixed {
    display: none;
  }
}
.remodal.folder_fixed {
  max-width: var(--siteWidth);
}
.remodal.folder_fixed .folder_fixed__block__title {
  font-family: var(--font2);
  color: var(--gr_bg_acc_text);
  font-weight: var(--font2_700);
  font-style: normal;
  font-size: 30px;
  line-height: 136%;
  margin-bottom: 30px;
}
.folder_fixed .folder_fixed__block .shop-folders__wrap > li ul li {
  border-top: 1px solid var(--gr_bg_acc_text_01);
}
.folder_fixed .folder_fixed__block .shop-folders__wrap > li:nth-child(n+7) {
  display: flex;
}
.folder_fixed .folder_fixed__block .shop-folders__wrap {
  justify-content: space-between;
}
.folder_fixed .folder_fixed__block .shop-folders__wrap .folder-title {
  border-radius: 0;
  padding-left: 0;
}
.folder_fixed .folder_fixed__block .shop-folders__wrap .folder-title:hover {
  background: none;
  color: var(--gr_main_primary);
}
.folder_fixed .folder_fixed__block .shop-folders__wrap > li {
  border: none;
  width: calc(33.33% - 90px);
}
@media (max-width: 1023px) {
  .folder_fixed .folder_fixed__block .shop-folders__wrap > li {
    width: calc(33.33% - 30px);
  }
}
.folder_fixed .folder_fixed__block .shop-folders__wrap > li ul li a {
  padding-left: 0;
}
.site-footer {
  background: var(--gr_bg_acc);
}
.footer_group {
  border-top: 1px dashed var(--gr_bg_acc_border_02);
}
.footer_group:first-child {
  border: none;
}
.footer_top {
  display: flex;
  flex-wrap: wrap;
  padding: 31px 0 37px;
}
@media (max-width: 1100px) {
  .footer_top {
    flex-wrap: nowrap;
  }
}
@media (max-width: 990px) {
  .footer_top {
    flex-wrap: wrap;
  }
}
@media (max-width: 680px) {
  .footer_top {
    text-align: center;
  }
}
.footer_top .footer-phone {
  width: 25%;
}
@media (max-width: 1100px) {
  .footer_top .footer-phone {
    width: 237px;
    box-sizing: content-box;
  }
}
@media (max-width: 990px) {
  .footer_top .footer-phone {
    width: 50%;
    box-sizing: border-box;
    margin-bottom: 30px;
  }
}
@media (max-width: 680px) {
  .footer_top .footer-phone {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
}
.footer_top .footer-phone__body {
  max-width: 270px;
  min-width: 155px;
}
@media (max-width: 680px) {
  .footer_top .footer-phone__body {
    max-width: 100%;
    width: 100%;
    padding: 0;
  }
}
.footer_top .footer-phone__tel_sf {
  font-family: var(--font1);
  font-weight: var(--font1_700);
  color: --var --gr_bg_acc_txt;
  font-style: normal;
  font-size: 18px;
  line-height: 21px;
}
.footer_top .footer-phone__tel_sf a {
  text-decoration: none;
  color: inherit;
}
.footer_top .footer-phone__text_sf {
  font-family: var(--font1);
  font-weight: var(--font1_400);
  margin-top: 9px;
  font-style: normal;
  font-size: 15px;
  line-height: 120%;
  color: var(--gr_main_accent);
}
.footer_top .footer-work-shop {
  width: 25%;
}
@media (max-width: 990px) {
  .footer_top .footer-work-shop {
    width: 50%;
    box-sizing: border-box;
  }
}
@media (max-width: 680px) {
  .footer_top .footer-work-shop {
    width: 100%;
    margin-bottom: 20px;
  }
}
.footer_top .footer-work-shop__body {
  max-width: 270px;
  min-width: 155px;
  padding-left: 20px;
}
@media (max-width: 990px) {
  .footer_top .footer-work-shop__body {
    padding-left: 20px;
  }
}
@media (max-width: 680px) {
  .footer_top .footer-work-shop__body {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
}
.footer_top .footer-work-shop__title {
  font-family: var(--font1);
  font-weight: var(--font1_400);
  font-style: normal;
  font-size: 16px;
  line-height: 137.5%;
  color: var(--gr_bg_acc_border_05);
}
.footer_top .footer-work-shop__text {
  font-family: var(--font1);
  font-weight: var(--font1_700);
  color: var(--gr_bg_acc_border);
  font-style: normal;
  font-size: 16px;
  line-height: 137.5%;
}
.footer_top .footer-address {
  width: 25%;
}
@media (max-width: 990px) {
  .footer_top .footer-address {
    width: 50%;
    box-sizing: border-box;
    margin-bottom: 30px;
  }
}
@media (max-width: 680px) {
  .footer_top .footer-address {
    width: 100%;
    margin-bottom: 20px;
  }
}
.footer_top .footer-address__body {
  max-width: 270px;
  min-width: 155px;
  padding-left: 15px;
}
@media (max-width: 1240px) {
  .footer_top .footer-address__body {
    padding-right: 20px;
  }
}
@media (max-width: 1100px) {
  .footer_top .footer-address__body {
    padding-right: 30px;
  }
}
@media (max-width: 990px) {
  .footer_top .footer-address__body {
    padding-left: 0;
  }
}
@media (max-width: 680px) {
  .footer_top .footer-address__body {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
}
.footer_top .footer-address__title {
  font-family: var(--font1);
  font-weight: var(--font1_400);
  font-style: normal;
  font-size: 16px;
  line-height: 137.5%;
  color: var(--gr_bg_acc_border_05);
}
.footer_top .footer-address__text {
  font-family: var(--font1);
  font-weight: var(--font1_400);
  color: var(--gr_bg_acc_border);
  font-style: normal;
  font-size: 16px;
  line-height: 137.5%;
}
.footer_top .footer-email {
  width: 25%;
}
@media (max-width: 990px) {
  .footer_top .footer-email {
    width: 50%;
    box-sizing: border-box;
  }
}
@media (max-width: 680px) {
  .footer_top .footer-email {
    width: 100%;
    padding: 0;
  }
}
.footer_top .footer-email__body {
  max-width: 270px;
  min-width: 155px;
  padding-left: 15px;
}
@media (max-width: 1100px) {
  .footer_top .footer-email__body {
    padding-left: 20px;
  }
}
@media (max-width: 680px) {
  .footer_top .footer-email__body {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
}
.footer_top .footer-email__title {
  font-family: var(--font1);
  font-weight: var(--font1_700);
  color: var(--gr_bg_acc_border_05);
  font-weight: normal;
  font-size: 16px;
  line-height: 137.5%;
}
.footer_top .footer-email__mail {
  font-family: var(--font1);
  font-weight: var(--font1_700);
  color: var(--gr_bg_acc_border);
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 137.5%;
}
.footer_top .footer-email__mail a {
  color: inherit;
  text-decoration: none;
}
.footer_middle {
  display: flex;
  padding: 12px 0 29px;
}
.footer_middle .footer-info-site {
  width: 25%;
  margin-top: 8px;
}
@media (max-width: 1100px) {
  .footer_middle .footer-info-site {
    width: 237px;
    padding-right: 0;
    box-sizing: content-box;
  }
}
@media (max-width: 990px) {
  .footer_middle .footer-info-site {
    width: 100%;
  }
}
.footer_middle .footer-info-site__body {
  max-width: 275px;
  min-width: 210px;
}
@media (max-width: 1100px) {
  .footer_middle .footer-info-site__body {
    padding-right: 0;
  }
}
@media (max-width: 990px) {
  .footer_middle .footer-info-site__body {
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
}
.footer_middle .footer-info-site__name {
  font-family: var(--font1);
  font-weight: var(--font1_700);
  color: var(--gr_bg_acc_border_05);
  font-style: normal;
  font-size: 16px;
  line-height: 137.5%;
}
@media (max-width: 990px) {
  .footer_middle .footer-info-site__name {
    margin-bottom: 5px;
  }
}
.footer_middle .footer-info-site__copy {
  font-family: var(--font1);
  font-weight: var(--font1_400);
  color: var(--gr_bg_acc_border);
  font-style: normal;
  font-size: 16px;
  line-height: 137.5%;
}
@media (max-width: 990px) {
  .footer_middle .footer-info-site__copy {
    margin-bottom: 10px;
  }
}
.footer_middle .footer-info-site__text {
  font-family: var(--font1);
  font-weight: var(--font1_300);
  color: var(--gr_bg_acc_border_05);
  font-style: normal;
  font-size: 11px;
  line-height: 118.18%;
}
.footer_middle .footer-nav {
  display: flex;
  width: 100%;
}
.footer_middle .footer-nav ul {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.footer_middle .footer-nav ul li {
  width: 25%;
  padding-left: 20px;
}
.footer_middle .footer-nav ul li a {
  font-family: var(--font1);
  font-weight: var(--font1_700);
  color: var(--gr_bg_acc_border);
  font-style: normal;
  font-size: 16px;
  line-height: 219%;
  text-decoration: none;
}
.footer_under {
  padding: 17px 0 21px;
  display: flex;
}
@media (max-width: 767px) {
  .footer_under {
    padding-top: 30px;
  }
}
@media (max-width: 680px) {
  .footer_under {
    flex-wrap: wrap;
  }
}
.footer_under .footer-social {
  width: 25%;
  margin-top: 13px;
}
@media (max-width: 1100px) {
  .footer_under .footer-social {
    width: 237px;
    padding-right: 15px;
    box-sizing: content-box;
  }
}
@media (max-width: 990px) {
  .footer_under .footer-social {
    width: 300px;
  }
}
@media (max-width: 680px) {
  .footer_under .footer-social {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    text-align: center;
  }
}
.footer_under .footer-social__title {
  font-family: var(--font1);
  font-weight: var(--font1_500);
  color: var(--gr_bg_acc_border);
  font-style: normal;
  font-size: 15px;
  line-height: 133%;
  margin-bottom: 9px;
}
@media (max-width: 680px) {
  .footer_under .footer-social__title {
    margin-bottom: 15px;
  }
}
.footer_under .footer-social__items {
  font-size: 0;
}
.footer_under .footer-social__item {
  margin-right: 9px;
  display: inline-block;
}
@media (max-width: 1100px) {
  .footer_under .footer-social__item {
    margin-bottom: 6px;
  }
}
@media (max-width: 680px) {
  .footer_under .footer-social__item {
    margin: 0 5px;
  }
}
.footer_under .footer-social__item a {
  display: inline-block;
  width: 30px;
  height: 30px;
}
.footer_under .footer-social__item a svg, .footer_under .footer-social__item a img {
  width: 100%;
  height: 100%;
}
.footer_under .bottom-form {
  width: 75%;
  display: flex;
  margin-left: 48px;
}
@media (max-width: 680px) {
  .footer_under .bottom-form {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 990px) {
  .footer_under .bottom-form {
    flex-direction: column;
  }
}
.footer_under .bottom-form .bottom-form__text_wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 1100px) {
  .footer_under .bottom-form .bottom-form__text_wrap {
    flex-direction: column;
  }
}
@media (max-width: 680px) {
  .footer_under .bottom-form .bottom-form__text_wrap {
    text-align: center;
    width: 100%;
  }
}
.footer_under .bottom-form__title_btf {
  font-family: var(--font1);
  font-weight: var(--font1_400);
  color: var(--gr_main_primary);
  width: 220px;
  font-weight: 500;
  font-size: 20px;
  line-height: 115%;
  margin-top: 10px;
}
@media (max-width: 1100px) {
  .footer_under .bottom-form__title_btf {
    margin-bottom: 5px;
  }
}
@media (max-width: 990px) {
  .footer_under .bottom-form__title_btf {
    width: 100%;
  }
}
.footer_under .bottom-form__sub_title_btf {
  font-family: var(--font1);
  font-weight: var(--font1_300);
  color: var(--gr_bg_acc_border);
  width: 210px;
  font-style: normal;
  font-size: 14px;
  line-height: 114%;
  margin-right: 30px;
}
@media (max-width: 990px) {
  .footer_under .bottom-form__sub_title_btf {
    width: auto;
    margin-bottom: 25px;
  }
}
@media (max-width: 680px) {
  .footer_under .bottom-form__sub_title_btf {
    margin-right: 0;
  }
}
.footer_under .bottom-form .wrap_form_bottom .tpl-anketa {
  width: 100%;
  flex: 1 0 1%;
}
.footer_under .bottom-form .wrap_form_bottom .tpl-anketa__title {
  display: none;
}
.footer_under .bottom-form .wrap_form_bottom .tpl-anketa form {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
@media (max-width: 560px) {
  .footer_under .bottom-form .wrap_form_bottom .tpl-anketa form {
    flex-direction: column;
    justify-content: space-between;
  }
}
.footer_under .bottom-form .wrap_form_bottom .tpl-anketa form .tpl-field {
  margin-left: 0;
  margin-top: 20px;
  width: 100%;
}
.footer_under .bottom-form .wrap_form_bottom .tpl-anketa form .tpl-field.tpl-field-button {
  margin-top: 20px;
}
@media (max-width: 560px) {
  .footer_under .bottom-form .wrap_form_bottom .tpl-anketa form .tpl-field.tpl-field-button {
    margin-top: 30px;
  }
}
.footer_under .bottom-form .wrap_form_bottom .tpl-anketa form .type-text, .footer_under .bottom-form .wrap_form_bottom .tpl-anketa form .type-phone {
  margin-bottom: 20px;
}
.footer_under .bottom-form .wrap_form_bottom .tpl-anketa form input[type="text"], .footer_under .bottom-form .wrap_form_bottom .tpl-anketa form input[type="email"], .footer_under .bottom-form .wrap_form_bottom .tpl-anketa form input[type="tel"], .footer_under .bottom-form .wrap_form_bottom .tpl-anketa form input[type="number"], .footer_under .bottom-form .wrap_form_bottom .tpl-anketa form input[type="password"] {
  font-family: var(--font1);
  font-weight: var(--font1_300);
  font-style: normal;
  font-size: 15px;
  line-height: 50px;
  padding: 0 20px 0;
}
.footer_under .bottom-form .wrap_form_bottom .tpl-anketa form .type-email, .footer_under .bottom-form .wrap_form_bottom .tpl-anketa form .type-text, .footer_under .bottom-form .wrap_form_bottom .tpl-anketa form .type-phone {
  width: 100%;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-top: 20px;
}
@media (max-width: 990px) {
  .footer_under .bottom-form .wrap_form_bottom .tpl-anketa form .type-email, .footer_under .bottom-form .wrap_form_bottom .tpl-anketa form .type-text, .footer_under .bottom-form .wrap_form_bottom .tpl-anketa form .type-phone {
    margin-top: 20px;
  }
}
@media (max-width: 560px) {
  .footer_under .bottom-form .wrap_form_bottom .tpl-anketa form .type-email, .footer_under .bottom-form .wrap_form_bottom .tpl-anketa form .type-text, .footer_under .bottom-form .wrap_form_bottom .tpl-anketa form .type-phone {
    margin-bottom: 0;
    margin-right: 0;
  }
}
.footer_under .bottom-form .wrap_form_bottom .tpl-anketa form .tpl-field-button {
  width: 100%;
}
@media (max-width: 560px) {
  .footer_under .bottom-form .wrap_form_bottom .tpl-anketa form .tpl-field-button {
    display: flex;
    justify-content: center;
  }
}
.footer_under .bottom-form .wrap_form_bottom .tpl-anketa form .tpl-field-button button {
  padding: 15px 50px 15px 20px;
  position: relative;
}
.footer_under .bottom-form .wrap_form_bottom .tpl-anketa form .tpl-field-button button:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 8px;
  line-height: 10px;
  color: var(--icon_simple_white);
  display: inline-block;
  width: 11px;
  height: 8px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 20px;
}
.footer_under .bottom-form .wrap_form_bottom--new-style .tpl-anketa form .tpl-field {
  width: auto;
}
.footer_under .bottom-form .wrap_form_bottom--new-style .tpl-anketa form .tpl-field.type-email, .footer_under .bottom-form .wrap_form_bottom--new-style .tpl-anketa form .tpl-field.type-text, .footer_under .bottom-form .wrap_form_bottom--new-style .tpl-anketa form .tpl-field.type-phone {
  width: calc(100% - 170px);
  margin-right: 20px;
}
@media (max-width: 990px) {
  .footer_under .bottom-form .wrap_form_bottom--new-style .tpl-anketa form .tpl-field.type-email, .footer_under .bottom-form .wrap_form_bottom--new-style .tpl-anketa form .tpl-field.type-text, .footer_under .bottom-form .wrap_form_bottom--new-style .tpl-anketa form .tpl-field.type-phone {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .footer_under .bottom-form .wrap_form_bottom--new-style .tpl-anketa form .tpl-field.type-email, .footer_under .bottom-form .wrap_form_bottom--new-style .tpl-anketa form .tpl-field.type-text, .footer_under .bottom-form .wrap_form_bottom--new-style .tpl-anketa form .tpl-field.type-phone {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 560px) {
  .footer_under .bottom-form .wrap_form_bottom--new-style .tpl-anketa form .tpl-field.type-email, .footer_under .bottom-form .wrap_form_bottom--new-style .tpl-anketa form .tpl-field.type-text, .footer_under .bottom-form .wrap_form_bottom--new-style .tpl-anketa form .tpl-field.type-phone {
    margin-bottom: 0px;
  }
}
.footer_under .bottom-form .wrap_form_bottom--new-style .tpl-anketa form .tpl-field.policy_checkbox {
  order: 1;
  margin: 15px 0 0;
}
@media (max-width: 767px) {
  .footer_under .bottom-form .wrap_form_bottom--new-style .tpl-anketa form .tpl-field.policy_checkbox {
    order: 1;
    margin: 20px 0 0;
  }
}
.footer_under .bottom-form .wrap_form_bottom--new-style .tpl-anketa form .tpl-field.tpl-field-button {
  margin-left: 0;
  margin-top: 0;
  width: 150px;
}
@media (max-width: 990px) {
  .footer_under .bottom-form .wrap_form_bottom--new-style .tpl-anketa form .tpl-field.tpl-field-button {
    top: 0;
  }
}
@media (max-width: 560px) {
  .footer_under .bottom-form .wrap_form_bottom--new-style .tpl-anketa form .tpl-field.tpl-field-button {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .footer_under .bottom-form .wrap_form_bottom--new-style .tpl-anketa form .tpl-field.tpl-field-button {
    width: 100%;
    position: static;
    order: 1;
    margin-top: 30px;
  }
}
.footer_under .bottom-form .tpl-anketa__right {
  width: 100%;
  height: 100%;
  position: relative;
}
.footer_under .bottom-form .tpl-anketa__right > * {
  height: 100%;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  padding: 26px 0 43px;
}
@media (max-width: 560px) {
  .footer-bottom {
    flex-direction: column;
    padding: 28px 0 15px;
  }
}
.footer-bottom__left {
  font-family: var(--font1);
  font-weight: var(--font1_300);
  color: var(--gr_bg_acc_border_08);
  font-style: normal;
  font-size: 15px;
  line-height: 133%;
  text-align: center;
}
@media (max-width: 560px) {
  .footer-bottom__left {
    text-align: center;
    margin-bottom: 11px;
  }
}
.footer-bottom__center {
  display: flex;
  font-family: var(--font1);
  font-weight: var(--font1_300);
  color: var(--gr_bg_acc_border_08);
  font-style: normal;
  font-size: 15px;
  line-height: 133%;
  text-align: center;
  text-align: center;
}
@media (max-width: 560px) {
  .footer-bottom__center {
    text-align: center;
    margin-bottom: 11px;
    justify-content: center;
  }
}
.footer-bottom__right {
  font-family: var(--font1);
  font-weight: var(--font1_300);
  color: var(--gr_bg_acc_border_08);
  font-style: normal;
  font-size: 15px;
  line-height: 133%;
  text-align: center;
  text-align: center;
}
@media (max-width: 560px) {
  .footer-bottom__right {
    text-align: center;
    margin-bottom: 11px;
  }
}
.footer-bottom__right a {
  text-decoration: none;
  color: inherit;
}
@media (max-width: 560px) {
  .footer-bottom__right a {
    display: inline-block;
  }
}
body .remodal {
  color: var(--gr_bg_acc_text);
}
.remodal {
  padding: 50px 40px 40px;
  text-align: left;
  background: var(--gr_bg_acc);
  border-radius: var(--gr_wrap_radius);
}
@media (max-width: 639px) {
  .remodal {
    position: fixed;
    padding: 40px 30px 30px;
    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: 10px;
  top: 10px;
  background: none;
  border-radius: 0;
}
.remodal .remodal-close-btn > * {
  position: relative;
  z-index: 1;
}
.remodal .remodal-close-btn:hover {
  background: none;
}
.remodal .remodal-close-btn:active:before {
  display: none;
}
.remodal .remodal-close-btn svg {
  display: none;
  fill: var(--gr_bg_primary_icon_08);
}
@media (max-width: 767px) {
  .remodal .remodal-close-btn svg {
    display: block;
  }
}
.remodal .remodal-close-btn svg.gr_big_icon {
  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, .login-form__header, .search-form__header, .promo-header__title, .remodal .tpl-anketa__title {
  padding: 0 0 24px;
  font-size: 26px;
  line-height: 1.1;
  font-family: var(--font1);
  color: var(--gr_bg_acc_text);
  font-weight: var(--font1_700);
}
@media (max-width: 767px) {
  .remodal-block-title, .login-form__header, .search-form__header, .promo-header__title, .remodal .tpl-anketa__title {
    font-size: 22px;
    padding: 0 0 20px;
  }
}
.fixed-btns__up_btn {
  visibility: hidden;
  opacity: 0;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--gr_main_primary);
  border-radius: var(--gr_btn_radius);
  position: fixed;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
  transition: background 0.5s, bottom 0.5s, opacity 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 500;
  overflow: hidden;
}
@media (max-width: 768px) {
  .fixed-btns__up_btn {
    width: 55px;
    height: 55px;
  }
}
@media (max-width: 600px) {
  .fixed-btns__up_btn {
    width: 45px;
    height: 45px;
  }
}
.fixed-btns__up_btn svg {
  width: 22.14px;
  height: 19px;
  fill: #fff;
}
.fixed-btns__up_btn.a_bottom {
  bottom: 80px;
}
.fixed-btns__up_btn.active {
  opacity: 1;
  visibility: visible;
}
.g-page-article__date {
  color: var(--gr_bg_primary_text_06);
}
.g-page-article__text {
  color: var(--gr_bg_primary_text);
}
.user__home-page, .page-suttings, .shop2-order-completed, .shop2-cookies-disabled.shop2-warning + p {
  color: var(--gr_bg_primary_text);
}
.g-notice {
  color: var(--gr_bg_primary_text);
  background: var(--gr_bg_acc);
  box-shadow: 0 0 0 3px var(--red);
}
.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-buttons__item-list a, .gr-buttons__item-list button {
  margin-right: 40px;
}
.gr-icon-buttons__items {
  padding: 20px 30px;
  background: #F8F9FB;
}
.gr-icon-buttons__items h4 {
  margin-top: 0;
}
.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;
  color: var(--txt_a);
  font-family: var(--font2);
  font-weight: var(--font1_700);
  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;
}
.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(--gr_bg_acc_text_07);
  font: var(--font2_400) 15px/ 1.1 var(--font2);
  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(--gr_bg_acc_text_04);
  border: none;
  background: var(--gr_bg_acc_text_01);
  box-shadow: inset 0 0 0 1px var(--gr_bg_acc_text_01);
  border-radius: var(--gr_btn_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(--gr_bg_acc_text_07);
  border: none;
  background: var(--gr_bg_acc_text_01);
  box-shadow: inset 0 0 0 2px var(--gr_main_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(--gr_bg_acc_text_04);
}
.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(--gr_bg_acc_text_04);
}
.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(--gr_bg_acc_text_04);
}
.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(--gr_bg_acc_text_04);
}
.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(--gr_bg_acc_text_07);
  border: none;
  background: var(--gr_bg_acc_text_01);
  box-shadow: inset 0 0 0 2px var(--gr_main_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(--gr_bg_acc_text_04);
  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(--gr_bg_acc_text_04);
  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(--gr_bg_acc_text_04);
  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(--gr_bg_acc_text_04);
  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(--gr_bg_acc_text_04);
  border: none;
  background: var(--gr_bg_acc_text_01);
  box-shadow: inset 0 0 0 1px var(--gr_bg_acc_text_01);
  border-radius: var(--gr_btn_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(--gr_bg_acc_text_07);
  border: none;
  background: var(--gr_bg_acc_text_01);
  box-shadow: inset 0 0 0 2px var(--gr_main_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(--gr_bg_acc_text_04);
}
.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(--gr_bg_acc_text_04);
}
.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(--gr_bg_acc_text_04);
}
.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(--gr_bg_acc_text_04);
}
.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(--gr_bg_acc_text_07);
  border: none;
  background: var(--gr_bg_acc_text_01);
  box-shadow: inset 0 0 0 2px var(--gr_main_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(--gr_bg_acc_text_04);
  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(--gr_bg_acc_text_04);
  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(--gr_bg_acc_text_04);
  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(--gr_bg_acc_text_04);
  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(--gr_bg_acc_text_04);
  border: none;
  background: var(--gr_bg_acc_text_01);
  box-shadow: inset 0 0 0 1px var(--gr_bg_acc_text_01);
  border-radius: var(--gr_btn_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(--red);
  border: none;
  background: var(--red_1);
  box-shadow: inset 0 0 0 1px var(--red_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(--gr_bg_acc_text);
  border: none;
  background: var(--gr_bg_acc_text_01);
  box-shadow: inset 0 0 0 1px var(--gr_main_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(--gr_bg_acc_text);
  border: none;
  background: var(--gr_bg_primary);
  box-shadow: inset 0 0 0 1px var(--gr_main_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(--gr_bg_acc_text_04);
  border: none;
  background: var(--gr_bg_acc_text_01);
  box-shadow: inset 0 0 0 1px var(--gr_bg_acc_text_01);
  border-radius: var(--gr_btn_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(--red);
  border: none;
  background: var(--red_1);
  box-shadow: inset 0 0 0 1px var(--red_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(--gr_bg_acc_text);
  border: none;
  background: var(--gr_bg_acc_text_01);
  box-shadow: inset 0 0 0 1px var(--gr_main_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(--gr_bg_acc_text);
  border: none;
  background: var(--gr_bg_primary);
  box-shadow: inset 0 0 0 1px var(--gr_main_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);
}
/*новая стилизация делигейт*/
.gr-deligate-additional-styles {
  --gr_del_border_def_color: var(--gr_bg_acc_border_04);
  --gr_del_primary_def: var(--gr_main_primary);
  --on_del_primary_text_def: var(--gr_main_primary_text);
  --on_gr_del_bg_acc_text_def: var(--gr_bg_acc_text);
  --on_gr_del_bg_acc_text_h_def: var(--gr_bg_acc_text);
  --on_gr_del_bg_sec_text_def: var(--gr_bg_acc_text);
  --on_gr_del_bg_sec_text_def_8: var(--gr_bg_acc_text);
  --gr_del_bg_def: var(--gr_bg_acc);
  --gr_del_bg_bg_def: var(--gr_bg_primary);
  --gr_del_disable_def: var(--disabledColor);
  --gr_del_bg_icon_def: var(--gr_bg_acc_icon);
  --gr_del_bg_icon_def_4: var(--gr_bg_acc_icon_04);
}
.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 {
  content: "";
}
.gr-deligate-additional-styles #shop2-order-delivery .options-list .shop2-delivery--item__tab .label .delivery-items .map-select.gr-option-item-select-wrap:before {
  content: "";
}
.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]):before {
  content: "";
}
/*новая стилизация делигейт доп изменения индивидуально для данного гр*/