* {
  font-family: "Montserrat", sans-serif !important;
}

body:has(.catalog-page .sidebar.active) {
  overflow: hidden;
}

.default__transparent-btn {
  border: 1px solid black;
  border-radius: 25px;
  padding: 11px 20px;
  font-weight: 500;
  font-size: 13px;
  line-height: 110%;
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  color: #202020;
  transition: 0.3s;
}

#scroll-to-top {
  position: fixed;
  bottom: 150px;
  right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  margin-left: auto;
  border-radius: 100px;
  border: 1px solid #bebebe;
  background: rgba(255, 255, 255, 0.75);
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  cursor: pointer;
  z-index: 10;
}

ol,
ul {
  padding-left: 0;
}

.error-container {
  text-align: center;
  width: 100%;
  padding-bottom: 10px;
  color: #ff0000;
  display: none;
}

.footer-item a.stare-item {
  display: none;
}

body#thanks {
  font-size: 0;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.switch {
  text-decoration: none;
  color: white;
}

.switch a {
  text-decoration: none;
  font-weight: bold;
  color: #2f5ef4;
  padding: 6px;
}

.switch a:hover {
  text-decoration: underline;
  color: white;
}

.animated.bounceIn,
.animated.bounceInLeft {
  animation-duration: 0.75s;
}

.section-content.h100.content-l .tagline {
  line-height: 1.2;
}

.section-content.h100.content-l a.btn-st1 {
  margin-top: 0;
}

.go-to-form,
.go-to-form.mob {
  display: none;
}

section.section-6 .section-title2 h2 {
  font-size: 90%;
}

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  animation-name: bounceIn;
}

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.bounceInLeft {
  animation-name: bounceInLeft;
}

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.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-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px 0.4em;
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}

.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}

.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}

.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}

.ui-button {
  padding: 0.4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}

.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-button-icon-only {
  text-indent: 0;
}

.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: 0.4em 1em;
}

input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: 0.8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.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: bold;
}

.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 {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  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: normal;
  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: normal;
  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: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}

.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("images/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("images/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("images/ui-icons_555555_256x240.png");
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("images/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cc0000_256x240.png");
}

.ui-button .ui-icon {
  background-image: url("images/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 {
  box-shadow: 0 0 5px #666;
}

.bx-wrapper {
  position: relative;
  margin-bottom: 60px;
  padding: 0;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  box-shadow: 0 0 5px #ccc;
  border: 5px solid #fff;
  background: #fff;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

.bxslider {
  margin: 0;
  padding: 0;
}

ul.bxslider {
  list-style: none;
}

.bx-viewport {
  -webkit-transform: translatez(0);
}

.bx-wrapper .bx-controls-auto,
.bx-wrapper .bx-pager {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(images/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

.bx-wrapper .bx-pager {
  text-align: center;
  font-size: 0.85em;
  font-family: Arial;
  font-weight: 700;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus,
.bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: #000;
}

.bx-wrapper .bx-controls-auto .bx-controls-auto-item,
.bx-wrapper .bx-pager-item {
  display: inline-block;
  vertical-align: bottom;
}

.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}

.bx-wrapper .bx-prev {
  left: 10px;
  background: url(images/controls.png) 0 -32px no-repeat;
}

.bx-wrapper .bx-prev:focus,
.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}

.bx-wrapper .bx-next {
  right: 10px;
  background: url(images/controls.png) -43px -32px no-repeat;
}

.bx-wrapper .bx-next:focus,
.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus,
.bx-wrapper .bx-controls-auto .bx-start:hover {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus,
.bx-wrapper .bx-controls-auto .bx-stop:hover {
  background-position: -86px -33px;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: 0.85em;
  padding: 10px;
}

img,
iframe {
  border: 0;
}

form {
  padding: 0;
  margin: 0;
}

button {
  overflow: visible;
  outline: none;
}

textarea,
input {
  outline: 0;
  resize: none;
}

body,
html {
  margin: 0;
  padding: 0;
  width: 100%;
}

h1,
h2,
h3,
h5,
h6,
p,
div {
  max-height: 1000000px;
}

@font-face {
  font-family: "sf_ui_display";
  src: url("/themes/kivi/assets/blue/css/fonts/GraphikLCG-Medium.eot");
  src: url("/themes/kivi/assets/blue/css/fonts/GraphikLCG-Medium.woff2")
      format("woff2"),
    url("/themes/kivi/assets/blue/css/fonts/GraphikLCG-Medium.woff")
      format("woff"),
    url("/themes/kivi/assets/blue/css/fonts/GraphikLCG-Medium.ttf")
      format("truetype"),
    url("/themes/kivi/assets/blue/css/fonts/GraphikLCG-Medium.svg#GraphikLCG-Medium")
      format("svg"),
    url("/themes/kivi/assets/blue/css/fonts/GraphikLCG-Medium.eot?#iefix")
      format("embedded-opentype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "sf_ui_display";
  src: url("/themes/kivi/assets/blue/css/fonts/GraphikLCG-Medium.eot");
  src: url("/themes/kivi/assets/blue/css/fonts/GraphikLCG-Medium.woff2")
      format("woff2"),
    url("/themes/kivi/assets/blue/css/fonts/GraphikLCG-Medium.woff")
      format("woff"),
    url("/themes/kivi/assets/blue/css/fonts/GraphikLCG-Medium.ttf")
      format("truetype"),
    url("/themes/kivi/assets/blue/css/fonts/GraphikLCG-Medium.svg#GraphikLCG-Medium")
      format("svg"),
    url("/themes/kivi/assets/blue/css/fonts/GraphikLCG-Medium.eot?#iefix")
      format("embedded-opentype");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "sf_ui_display";
  src: url("/themes/kivi/assets/blue/css/fonts/GraphikLCG-Regular.eot");
  src: url("/themes/kivi/assets/blue/css/fonts/GraphikLCG-Regular.woff2")
      format("woff2"),
    url("/themes/kivi/assets/blue/css/fonts/GraphikLCG-Regular.woff")
      format("woff"),
    url("/themes/kivi/assets/blue/css/fonts/GraphikLCG-Regular.ttf")
      format("truetype"),
    url("/themes/kivi/assets/blue/css/fonts/GraphikLCG-Regular.svg#GraphikLCG-Regular")
      format("svg"),
    url("/themes/kivi/assets/blue/css/fonts/GraphikLCG-Regular.eot?#iefix")
      format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "GraphikLCG";
  src: url("/themes/kivi/assets/blue/css/fonts/GraphikLCG-Regular.eot");
  src: url("/themes/kivi/assets/blue/css/fonts/GraphikLCG-Regular.woff2")
      format("woff2"),
    url("/themes/kivi/assets/blue/css/fonts/GraphikLCG-Regular.woff")
      format("woff"),
    url("/themes/kivi/assets/blue/css/fonts/GraphikLCG-Regular.ttf")
      format("truetype"),
    url("/themes/kivi/assets/blue/css/fonts/GraphikLCG-Regular.svg#GraphikLCG-Regular")
      format("svg"),
    url("/themes/kivi/assets/blue/css/fonts/GraphikLCG-Regular.eot?#iefix")
      format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "GraphikLCG";
  src: url("/themes/kivi/assets/blue/css/fonts/GraphikLCG-Light.eot");
  src: url("/themes/kivi/assets/blue/css/fonts/GraphikLCG-Light.woff2")
      format("woff2"),
    url("/themes/kivi/assets/blue/css/fonts/GraphikLCG-Light.woff")
      format("woff"),
    url("/themes/kivi/assets/blue/css/fonts/GraphikLCG-Light.ttf")
      format("truetype"),
    url("/themes/kivi/assets/blue/css/fonts/GraphikLCG-Light.svg#GraphikLCG-Light")
      format("svg"),
    url("/themes/kivi/assets/blue/css/fonts/GraphikLCG-Light.eot?#iefix")
      format("embedded-opentype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "GraphikLCG";
  src: url("/themes/kivi/assets/blue/css/fonts/GraphikLCG-Medium.eot");
  src: url("/themes/kivi/assets/blue/css/fonts/GraphikLCG-Medium.woff2")
      format("woff2"),
    url("/themes/kivi/assets/blue/css/fonts/GraphikLCG-Medium.woff")
      format("woff"),
    url("/themes/kivi/assets/blue/css/fonts/GraphikLCG-Medium.ttf")
      format("truetype"),
    url("/themes/kivi/assets/blue/css/fonts/GraphikLCG-Medium.svg#GraphikLCG-Medium")
      format("svg"),
    url("/themes/kivi/assets/blue/css/fonts/GraphikLCG-Medium.eot?#iefix")
      format("embedded-opentype");
  font-weight: bold;
  font-style: normal;
}

@media (min-width: 1386px) {
  body.is-test-server:after {
    content: "screen 1";
    position: fixed;
    padding: 2px 10px;
    background: red;
    color: white;
    text-align: center;
    line-height: 20px;
    z-index: 999999;
    right: 0;
    bottom: 0;
    font: 12px Arial;
    opacity: 0.5;
  }

  head {
    font-size: 1px;
  }
}

@media (max-height: 900px) {
  body #popups .cash-back.popup {
    top: 50px !important;
  }
}

@media (max-width: 1385px) and (min-width: 966px) {
  body.is-test-server:after {
    content: "screen 2";
    position: fixed;
    padding: 2px 10px;
    background: red;
    color: white;
    text-align: center;
    line-height: 20px;
    z-index: 999999;
    right: 0;
    bottom: 0;
    font: 12px Arial;
    opacity: 0.5;
  }

  head {
    font-size: 2px;
  }
}

@media (max-width: 965px) and (min-width: 640px) {
  body.is-test-server:after {
    content: "screen 3";
    position: fixed;
    padding: 2px 10px;
    background: red;
    color: white;
    text-align: center;
    line-height: 20px;
    z-index: 999999;
    right: 0;
    bottom: 0;
    font: 12px Arial;
    opacity: 0.5;
  }

  head {
    font-size: 3px;
  }
}

@media (max-width: 639px) {
  body.is-test-server:after {
    content: "screen 4";
    position: fixed;
    padding: 2px 10px;
    background: red;
    color: white;
    text-align: center;
    line-height: 20px;
    z-index: 999999;
    right: 0;
    bottom: 0;
    font: 12px Arial;
    opacity: 0.5;
  }

  head {
    font-size: 4px;
  }
}

.b-screen1-2,
.b-screen3-4 {
  display: none;
}

@media (min-width: 1386px), (max-width: 1385px) and (min-width: 966px) {
  .b-screen1-2 {
    display: block;
  }
}

@media (max-width: 965px) and (min-width: 640px), (max-width: 639px) {
  .b-screen3-4 {
    display: block;
  }
}

.loader {
  position: relative;
}

.loader:after {
  content: "";
  position: absolute;
  left: -2px;
  right: 0;
  top: -2px;
  bottom: -2px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15%;
  background-image: url(images/loader-black.svg);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out;
}

.loader .loading-filter {
  transition: all 1s;
}

.loading.loader {
  cursor: progress;
}

.loading.loader .loading-filter {
  filter: blur(2px);
  opacity: 0.5;
}

.loading.loader:after {
  opacity: 0.3;
  visibility: visible;
}

body #popups .popup p.text,
body #popups #auth .inner .desc,
body #popups #auth .inner .message-success-resetPassword,
body #popups #auth .inner .social-network dt {
  font: 22px/33px sf_ui_display;
  text-align: center;
  margin: 0 auto 76px auto;
  max-width: 785px;
}

@media (max-width: 1279px) and (min-width: 768px) {
  body #popups .popup p.text,
  body #popups #auth .inner .desc,
  body #popups #auth .inner .message-success-resetPassword,
  body #popups #auth .inner .social-network dt {
    font-size: 20px;
    margin-bottom: 49px;
    max-width: 673px;
  }
}

@media (max-width: 767px) {
  body #popups .popup p.text,
  body #popups #auth .inner .desc,
  body #popups #auth .inner .message-success-resetPassword,
  body #popups #auth .inner .social-network dt {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 33px;
    max-width: 671px;
  }
}

@media (max-width: 672px) {
  body #popups .popup p.text,
  body #popups #auth .inner .desc,
  body #popups #auth .inner .message-success-resetPassword,
  body #popups #auth .inner .social-network dt {
    max-width: 281px;
  }
}

body #popups .popup p.small.text,
body #popups #auth .inner .small.desc,
body #popups #auth .inner .small.message-success-resetPassword,
body #popups #auth .inner .social-network dt.small {
  font: 18px/30px "sf_ui_display";
  margin-bottom: 21px;
}

@media (max-width: 1279px) and (min-width: 768px) {
  body #popups .popup p.small.text,
  body #popups #auth .inner .small.desc,
  body #popups #auth .inner .small.message-success-resetPassword,
  body #popups #auth .inner .social-network dt.small {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 32px;
  }
}

@media (max-width: 767px) {
  body #popups .popup p.small.text,
  body #popups #auth .inner .small.desc,
  body #popups #auth .inner .small.message-success-resetPassword,
  body #popups #auth .inner .social-network dt.small {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 16px;
  }
}

body #popups .popup p.mini.text,
body #popups #auth .inner .mini.desc,
body #popups #auth .inner .mini.message-success-resetPassword,
body #popups #auth .inner .social-network dt.mini {
  font: 14px/24px "sf_ui_display";
  color: #999;
  margin-bottom: 60px;
}

@media (max-width: 1279px) and (min-width: 768px) {
  body #popups .popup p.mini.text,
  body #popups #auth .inner .mini.desc,
  body #popups #auth .inner .mini.message-success-resetPassword,
  body #popups #auth .inner .social-network dt.mini {
    margin-bottom: 39px;
  }
}

@media (max-width: 767px) {
  body #popups .popup p.mini.text,
  body #popups #auth .inner .mini.desc,
  body #popups #auth .inner .mini.message-success-resetPassword,
  body #popups #auth .inner .social-network dt.mini {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 41px;
  }
}

.button {
  display: inline-block;
  font-size: 14px;
  line-height: 34px;
  font-weight: 800;
  padding: 0 16px;
  background: #0f5ad3;
  color: #fff;
  border-radius: 17px;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  border: none;
}

.button:hover {
  color: #fff;
}

h1,
.h1 {
  font: bold 48px/56px sf_ui_display;
  margin: 0 0 14px;
}

@media (max-width: 1279px) and (min-width: 768px) {
  h1,
  .h1 {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 19px;
  }
}

@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 17px;
  }
}

.button,
.hvr-shadow {
  box-shadow: 0 0 0 0 rgba(15, 90, 211, 0.4);
  transition: "color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, opacity .3s ease-out";
}

.button:hover,
.hvr-shadow:hover {
  box-shadow: 0 0 0 20px rgba(15, 90, 211, 0);
  transition: color 0.2s ease, background-color 0.2s ease,
    border-color 0.2s ease, opacity 0.3s ease-out, box-shadow 0.5s;
}

.hvr-white,
.button.white,
.button.white2 {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  transition: "color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, opacity .3s ease-out";
}

.hvr-white:hover,
.button.white:hover,
.button.white2:hover {
  box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  transition: color 0.2s ease, background-color 0.2s ease,
    border-color 0.2s ease, opacity 0.3s ease-out, box-shadow 0.5s;
}

body.ie #videos-carousel .custom-nav > a > span:after,
body.edge #videos-carousel .custom-nav > a > span:after {
  content: "⯈" !important;
}

body.ie #videos-carousel .custom-nav > a.next > span:after,
body.edge #videos-carousel .custom-nav > a.next > span:after {
  content: "⯇" !important;
}

.c-hamburger {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 42px;
  height: 42px;
  cursor: pointer;
  transition: background 0.3s;
}

.c-hamburger span {
  display: block;
  position: absolute;
  top: 20px;
  left: 12px;
  right: 12px;
  height: 2px;
  background: #fff;
}

.c-hamburger span::after,
.c-hamburger span::before {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  content: "";
}

.c-hamburger span::before {
  top: -7px;
}

.c-hamburger span::after {
  bottom: -7px;
}

.c-hamburger--htx span {
  transition: background 0s 0.3s;
}

.c-hamburger--htx span::after,
.c-hamburger--htx span::before {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}

.c-hamburger--htx span::before {
  transition-property: top, transform;
}

.c-hamburger--htx span::after {
  transition-property: bottom, transform;
}

.c-hamburger--htx.is-active span {
  background: 0 0;
}

.c-hamburger--htx.is-active span::before {
  top: 0;
  transform: rotate(45deg);
}

.c-hamburger--htx.is-active span::after {
  bottom: 0;
  transform: rotate(-45deg);
}

.c-hamburger--htx.is-active span::after,
.c-hamburger--htx.is-active span::before {
  transition-delay: 0s, 0.3s;
}

@media (min-width: 1386px) {
  body.is-test-server:after {
    content: "screen 1";
    position: fixed;
    padding: 2px 10px;
    background: red;
    color: white;
    text-align: center;
    line-height: 20px;
    z-index: 999999;
    right: 0;
    bottom: 0;
    font: 12px Arial;
    opacity: 0.5;
  }

  head {
    font-size: 1px;
  }
}

@media (max-width: 1385px) and (min-width: 966px) {
  body.is-test-server:after {
    content: "screen 2";
    position: fixed;
    padding: 2px 10px;
    background: red;
    color: white;
    text-align: center;
    line-height: 20px;
    z-index: 999999;
    right: 0;
    bottom: 0;
    font: 12px Arial;
    opacity: 0.5;
  }

  head {
    font-size: 2px;
  }
}

@media (max-width: 965px) and (min-width: 640px) {
  body.is-test-server:after {
    content: "screen 3";
    position: fixed;
    padding: 2px 10px;
    background: red;
    color: white;
    text-align: center;
    line-height: 20px;
    z-index: 999999;
    right: 0;
    bottom: 0;
    font: 12px Arial;
    opacity: 0.5;
  }

  head {
    font-size: 3px;
  }
}

@media (max-width: 639px) {
  body.is-test-server:after {
    content: "screen 4";
    position: fixed;
    padding: 2px 10px;
    background: red;
    color: white;
    text-align: center;
    line-height: 20px;
    z-index: 999999;
    right: 0;
    bottom: 0;
    font: 12px Arial;
    opacity: 0.5;
  }

  head {
    font-size: 4px;
  }
}

.b-screen1-2,
.b-screen3-4 {
  display: none;
}

@media (min-width: 1386px), (max-width: 1385px) and (min-width: 966px) {
  .b-screen1-2 {
    display: block;
  }
}

@media (max-width: 965px) and (min-width: 640px), (max-width: 639px) {
  .b-screen3-4 {
    display: block;
  }
}

body.popup-visible #wrapp-header-mini {
  position: relative;
  z-index: 1;
}

body.popup-visible > *:not(#sprites):not(#popups) {
  filter: blur(5px);
}

body.popup-visible #button_24-7:not(.stage2) {
  display: none;
}

body.popup-visible #popups .overlay {
  opacity: 0.7;
  visibility: visible;
}

body.popup-visible.popup-fixed {
  overflow: hidden;
}

body.popup-visible.overlayer-loading {
  cursor: progress;
}

body.popup-visible.overlayer-loading #popups .overlay {
  background-image: url(/themes/kivi/assets/css/images/loader.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10%;
  opacity: 0.2;
}

body.popup-visible.overlayer-loading #button_24-7 {
  display: none;
}

body #popups {
  list-style: none;
  margin: 0;
  padding: 0;
}

body #popups > li {
  z-index: 1001;
}

body #popups .overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: black;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-out;
  background-position: center;
}

body #popups .popup {
  left: 50%;
  margin-left: -100px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease-out;
  position: absolute;
  top: 2px;
  box-sizing: border-box;
  padding: 32px 17px;
  background: #fff;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
}

body #popups .popup.fixed {
  position: fixed;
  top: 50%;
}

body #popups .popup.visible {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 1280px) {
  body #popups .popup.visible {
    width: 870px;
  }
}

@media (max-width: 1279px) and (min-width: 673px) {
  body #popups .popup.visible {
    width: 540px;
  }
}

@media (max-width: 672px) {
  #popups #prefixInput {
    margin-left: 0 !important;
  }

  body #popups .popup.visible {
    left: 50% !important;
    top: 15px !important;
    margin-top: 0 !important;
    max-width: calc(100vw - 30px) !important;
    width: 100% !important;
    transform: translateX(-50%);
    margin-left: 0 !important;
  }
}

body #popups .popup.visible:not(.ui-draggable-dragging) {
  transition: margin-top 0.3s;
}

body #popups .popup.visible.ui-draggable-dragging {
  opacity: 0.8;
}

@media (max-width: 672px) {
  body #popups .popup.visible.status-repair {
    width: 320px;
  }
}

body #popups .popup > .close {
  position: absolute;
  width: 30px;
  height: 30px;
  box-sizing: border-box;
  box-shadow: none;
  top: 9px;
  right: 9px;
  opacity: 0.6;
  transition: opacity 0.3s ease-out;
}

body #popups .popup > .close:before,
body #popups .popup > .close:after {
  content: "";
  position: absolute;
  background: #000;
  top: 50%;
  left: 0px;
  right: 0px;
  height: 1px;
  margin-top: 0px;
  transform: rotate(45deg);
  box-shadow: none;
}

body #popups .popup > .close:after {
  transform: rotate(-45deg);
}

body #popups .popup > .close:hover {
  opacity: 1;
}

body #popups .popup .inner {
  margin: 0 auto;
}

body #popups .popup h2.h2 {
  text-align: center;
}

body #popups .popup .inner > p:last-child {
  margin-bottom: 0;
}

body #popups .cash-back p.text {
  font: 16px/33px sf_ui_display;
}

@media (min-width: 1280px) {
  body #popups #shops.visible {
    width: 540px;
  }
}

body #popups #shops .inner > h3:first-child {
  text-align: center;
  font: 800 20px/28px sf_ui_display;
  margin: 0 0 29px;
}

body #popups #shops .inner .list-shops {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

body #popups #shops .inner .list-shops > li {
  width: 120px;
}

body #popups #shops .inner .list-shops > li a {
  display: block;
  height: 80px;
  text-align: center;
  font: 800 12px/17px sf_ui_display;
  color: #000;
  margin: 20px 0;
}

body #popups #shops .inner .list-shops > li a img {
  display: block;
  width: 105px;
  height: 48px;
  margin: 0 auto 13px;
}

body #popups #shops .inner .list-shops > li a[href]:hover {
  text-decoration: underline;
}

body #popups #lending-terms.visible {
  width: 95%;
  max-width: 1000px;
}

body #popups #lending-terms .inner .title {
  text-align: center;
}

body #popups #lending-terms .inner .text {
  max-width: none;
  color: #231f20;
  text-align: justify;
}

@media (min-width: 768px) {
  body #popups #lending-terms {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 673px) {
  body #popups #auth.visible {
    width: 450px;
  }
}

body #popups #auth .inner .desc {
  margin-top: -10px;
  margin-bottom: 30px;
}

body #popups #auth .inner [data-section="userActivated"] input[name="code"] {
  text-align: center;
  max-width: 235px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 800;
  font-size: 28px;
}

body #popups #auth .inner .sections {
  list-style: none;
  margin: 0;
  padding: 0;
}

body #popups #auth .inner .message-success-resetPassword {
  border: 1px solid #dadada;
  padding: 20px;
  margin: 0;
}

body #popups #auth .inner .message-success-resetPassword .show-link {
  white-space: nowrap;
}

body #popups #auth .inner .social-network {
  margin: 50px 0 0;
}

body #popups #auth .inner .social-network dt {
  text-align: center;
  margin: 20px;
}

body #popups #auth .inner .social-network dd {
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  -ms-flex-pack: center;
  justify-content: center;
}

body #popups #auth .inner .social-network dd > * {
  width: 40px;
  height: 40px;
  margin: 4px;
}

@media (min-width: 1280px) {
  body #popups #auth .inner h2 {
    font-size: 26px;
  }

  body #popups #auth .inner .desc {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  body #popups #auth .inner .social-network {
    margin-top: 30px;
  }

  body #popups #auth .inner .social-network dt {
    margin: 10px;
  }

  body #popups #auth .inner .social-network dd > * {
    width: 30px;
    height: 30px;
  }
}

@media (min-width: 673px) {
  body #popups .feedback-form.visible {
    width: 450px;
  }
}

body #popups .feedback-form .inner .text.desc {
  margin-bottom: 30px;
  box-sizing: border-box;
  max-width: 350px;
}

@media (max-width: 767px) {
  body #popups .feedback-form .inner .text {
    margin-bottom: 20px;
  }
}

@media (min-width: 673px) {
  body #popups #account-add-device.visible {
    width: 450px;
  }
}

@media (min-width: 1280px) {
  body #popups #account-add-device h2 {
    font-size: 26px;
  }

  body #popups #account-add-device .desc {
    font-size: 20px;
  }
}

body #popups #info-popup {
  padding: 20px 35px 35px;
}

body #popups #info-popup > .close {
  margin-right: 15px;
  position: absolute;
  top: 15px;
}

body #popups #info-popup > .close:after,
body #popups #info-popup > .close:before {
  height: 3px;
}

body #popups #info-popup .h2 {
  text-align: left;
  font-size: 25px;
  margin-bottom: 25px;
}

body #popups #info-popup .desc {
  text-align: left;
  font-size: 18px;
  line-height: 25px;
  margin: 0 0 25px;
}

body #popups #info-popup .desc span {
  color: red;
}

body #popups #info-popup .phones {
  padding: 0;
  list-style: none;
  margin-bottom: 40px;
}

body #popups #info-popup li {
  margin-bottom: 20px;
  padding-left: 25px;
  font-size: 20px;
}

body #popups #info-popup li.lifecell {
  background: url(images/lifecell.svg) left no-repeat;
  background-size: contain;
}

body #popups #info-popup li.kyivstar {
  background: url(images/kyivstar.svg) left no-repeat;
  background-size: contain;
}

body #popups #info-popup li.vodafone {
  background: url(images/vodafone.svg) left no-repeat;
  background-size: contain;
}

body #popups #info-popup li span {
  color: #898787;
  font-size: 16px;
}

body #popups #info-popup li a {
  border-bottom: 2px dashed #0f5ad3;
}

body #popups #info-popup .box .close {
  font-size: 18px;
  border-bottom: 2px dashed #0f5ad3;
}

body #popups #info-popup .form-block {
  display: none;
}

body #popups #info-popup .form-block .input {
  max-width: 100%;
}

body #popups #info-popup .form-block.show .show-comment {
  display: none;
}

body #popups #info-popup .form-block.show .input-comment {
  display: block;
}

body #popups #info-popup .message-success {
  display: none;
}

body #popups #info-popup .message-success .text {
  text-align: left;
  margin: 0;
}

body #popups #info-popup .buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

body #popups #info-popup .buttons .button {
  margin: 0;
}

body #popups #info-popup .input-comment {
  display: none;
}

body #popups #info-popup .show-comment {
  font-size: 18px;
  border-bottom: 2px dashed #0f5ad3;
  display: inline-block;
  margin-bottom: 25px;
}

body #popups #info-popup.popup {
  left: 0;
}

body #popups #info-popup.popup.visible {
  left: 50%;
}

@media (max-width: 672px) {
  body #popups #info-popup.popup {
    width: 375px;
    box-sizing: border-box;
  }
}

body #popups #info-popup .button-send {
  display: block;
}

body #specifications {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  padding-top: 120px;
  z-index: 100;
}

body #specifications > .bg {
  height: 92px;
  background: blue;
  position: absolute;
  left: 0;
  right: 0;
}

body #specifications h1 {
  text-align: center;
  padding-bottom: 12px;
}

.form-result {
  padding: 0;
  list-style: none;
  font-size: 16px;
}

.form-result-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px;
}

@media (max-width: 672px) {
  .form-result-item {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
}

.form-result-title {
  min-width: 130px;
  text-align: left;
}

@media (max-width: 672px) {
  .form-result-title {
    font-weight: bold;
    margin-bottom: 5px;
  }
}

.form-result-value {
  text-align: right;
}

@media (max-width: 672px) {
  .form-result-value {
    text-align: left;
  }
}

.extend-repair {
  display: none;
  margin-top: 15px;
}

.extend-repair h3 {
  font-size: 20px;
}

.extend-repair:before {
  content: "";
  height: 2px;
  background-color: #18171766;
  display: block;
  width: 100px;
  margin: 0 auto 25px;
}

.extend-repair-buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  padding-top: 10px;
}

.extend-repair-success {
  display: none;
  font-size: 18px;
  font-weight: 500;
}

.extend-repair-success strong {
  font-size: 20px;
}

.submit-extend-repair {
  width: 50px;
}

.cash-back .agreement {
  max-width: 350px;
  margin: 0 auto 20px;
  text-align: left;
}

.cash-back .error + .ic:before {
  border-color: red;
}

.cash-back .submit:disabled {
  background-color: #007bff;
  border-color: #007bff;
  opacity: 0.65;
}

.message-caution {
  font-size: 16px;
}

.message-caution p {
  color: red;
}

#button_24-7 {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 1000;
  opacity: 0.7;
  width: 70px;
  border-radius: 35px;
  overflow: hidden;
  background: #0f5ad3;
  transition: all 0.8s;
  box-shadow: none;
  padding-top: 70px;
}

#button_24-7:before {
  content: "";
  position: absolute;
  width: 42px;
  height: 42px;
  background-image: url("images/24-7.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  top: 14px;
  right: 14px;
}

#button_24-7 .title {
  width: 80px;
  font: 800 19px sf_ui_display;
  position: absolute;
  top: 18px;
  right: 90px;
  cursor: pointer;
  color: white;
}

#button_24-7 .title small {
  font-size: 15px;
  display: block;
}

#button_24-7 .list {
  list-style: none;
  margin: 0;
  padding: 0;
  padding: 0 10px 0 42px;
  background: white;
}

#button_24-7 .list > li {
  height: 0;
  transition: height 0.8s;
  overflow: hidden;
  border-bottom: 0 solid #dadada;
  line-height: 1.1;
  font-size: 13px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 10px;
}

#button_24-7 .list > li:last-child {
  border-bottom: none;
}

#button_24-7 .list > li a {
  color: #231f20;
  font-weight: 800;
}

#button_24-7 .list > li a:hover {
  color: #0f5ad3;
}

#button_24-7 .list > li.chat a {
  position: relative;
}

#button_24-7 .list > li.chat a:after {
  content: "";
  position: absolute;
  top: -20px;
  bottom: -20px;
  left: -20px;
  right: -20px;
}

#button_24-7 .list > li:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background: url(images/phone.svg?2);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
  left: 10px;
}

#button_24-7 .list > li.phone {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: end;
  align-items: flex-end;
}

#button_24-7 .list > li.phone > div {
  width: 100%;
}

#button_24-7 .list > li.phone a {
  display: block;
  color: #0f5ad3;
}

#button_24-7 .list > li.phone .desc {
  font-size: 12px;
  color: #999;
}

#button_24-7 .list > li.chat:before {
  background-image: url(images/chat.svg?2);
}

#button_24-7 .list > li.email:before {
  background-image: url(images/mail.svg?2);
}

#button_24-7:hover,
#button_24-7[class^="stage"] {
  z-index: 1002;
  opacity: 1;
  width: 185px;
  border-radius: 0;
  filter: none !important;
}

#button_24-7.stage2 .list li {
  background: white;
  height: 60px;
  border-width: 1px;
}

body #so24-button-container {
  display: none;
}

body #so24-chat-overlay {
  z-index: 1200;
  background: rgba(0, 0, 0, 0.7);
  filter: none !important;
}

.b-footer {
  font-family: GraphikLCG;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #ffffff;
}

.b-footer__top {
  height: 260px;
  object-fit: contain;
  background-image: linear-gradient(to bottom, #0063ff, #264bb4);
}

.b-footer__top__content > div {
  position: relative;
}

.b-footer__top__content {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 83px 0 0 0;
  position: relative;
}

@media (min-width: 1386px) {
  .b-footer__top__content {
    width: 1360px;
  }
}

@media (max-width: 1385px) and (min-width: 966px) {
  .b-footer__top__content {
    width: 940px;
  }
}

@media (max-width: 965px) and (min-width: 640px) {
  .b-footer__top__content {
    width: 614px;
  }
}

@media (max-width: 639px) {
  .b-footer__top__content {
    width: 360px;
  }
}

.b-footer__top__content__left-logo {
  width: 80px;
  height: 25px;
  background: url(/themes/kivi/assets/blue/images/footer/smart-tv-white.svg)
    no-repeat;
  margin-top: 6px;
}

.b-footer__top__content__left__apps__icons {
  margin-top: 7px;
}

.b-footer__top__content__left__apps__icons-apple {
  background: url(/themes/kivi/assets/blue/images/footer/apple-store-icon.svg)
    no-repeat;
  width: 90px;
  height: 30px;
}

.b-footer__top__content__left__apps__icons-google {
  margin-left: 10px;
  background: url(/themes/kivi/assets/blue/images/footer/google-store.svg)
    no-repeat;
  width: 100px;
  height: 30px;
}

.b-footer__top__content__menu > ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.b-footer__top__content__menu > ul > li {
  height: auto;
  max-height: 200px;
  overflow: hidden;
  transition: max-height 1s ease;
}

.b-footer__top__content__menu > ul > li > ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

.b-footer__top__content__menu > ul > li {
  max-height: 24px;
  transition: max-height 1s ease;
}

.b-footer__top__content__menu > ul > li.js-collapsed {
  max-height: initial;
  transition: max-height 1s ease;
}

.b-footer__top__content__menu .menu-title,
.b-footer__top__content__menu .menu-title a {
  font-family: GraphikLCG;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.79;
}

.b-footer__top__content__menu .menu-title-arr {
  width: 9px;
  height: 5px;
  padding: 10px 3px;
  float: right;
  transform: rotate(90deg);
  transition: transform 0.3s ease-in-out;
}

.b-footer__top__content__menu .js-collapsed .menu-title-arr {
  transform: none;
}

.b-footer__top__content__menu-link {
  font-family: GraphikLCG;
  font-size: 12px;
  line-height: 2.08;
  font-weight: normal;
  color: #ffffff;
}

.b-footer__top__content__right__support div {
  margin-bottom: 5px;
}

.b-footer__top__content__right__support-title {
  font-family: GraphikLCG;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.79;
}

.b-footer__top__content__right__support-pppail {
  padding-top: 10px;
}

.b-footer__top__content__right__support-pppail a {
  color: white;
  font-size: 14px;
}

.b-footer__top__content__right__support-phone {
  font-family: GraphikLCG;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.5px;
  color: white;
}

.b-footer__top__content__right__support-phone a {
  color: white;
}

.b-footer__top__content__right__support-hint {
  opacity: 0.5;
  font-family: GraphikLCG;
  font-size: 12px;
  letter-spacing: 0.3px;
}

.b-footer__top__content__right__socials {
  margin-top: 20px;
}

.b-footer__top__content__right__socials img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  margin: 0 15px 0 0;
}

.b-footer__top__content__right__socials-yt {
  background: url(/themes/kivi/assets/blue/images/footer/youtube.svg) no-repeat;
}

.b-footer__top__content__right__socials-fb {
  background: url(/themes/kivi/assets/blue/images/footer/facebook.svg) no-repeat;
}

.b-footer__top__content__right__socials-insta {
  background: url(/themes/kivi/assets/blue/images/footer/instagram.svg)
    no-repeat;
}

.b-footer__top__content__right__socials-viber {
  background: url(/themes/kivi/assets/blue/images/footer/viber.svg) no-repeat;
}

.b-footer__top__content__right__socials-google {
  background: url(/themes/kivi/assets/blue/images/footer/google.svg) no-repeat;
}

.b-footer__bottom {
  background-color: #333333;
  /*height: 30px*/
}

.b-footer__bottom div,
.b-footer__bottom a {
  box-sizing: border-box;
  font-family: GraphikLCG;
  font-size: 10px;
  letter-spacing: 0.2px;
  color: #d8d8d8;
}

.b-footer__bottom .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
}

.b-footer__bottom .flex a.link-lang {
  border: 1px solid #535353;
  border-radius: 25px;
  padding: 11px 20px;
  font-weight: 500;
  font-size: 13px;
  line-height: 110%;
  display: flex;
  align-items: center;
}

.b-footer__bottom .flex a.link-lang img {
  margin-right: 10px;
}

.container-small .b-footer__bottom {
  background: transparent;
  border-top: 1px solid #353535;
  margin-top: 30px;
}

/*@media (min-width: 1386px) {*/
/*    .b-footer__bottom div, .b-footer__bottom a {*/
/*        width: 1360px*/
/*    }*/
/*    */
/*}*/

/*@media (max-width: 1385px) and (min-width: 966px) {*/
/*    .b-footer__bottom div, .b-footer__bottom a {*/
/*        width: 940px*/
/*    }*/
/*}*/

/*@media (max-width: 965px) and (min-width: 640px) {*/
/*    .b-footer__bottom div, .b-footer__bottom a {*/
/*        width: 614px*/
/*    }*/
/*}*/

/*@media (max-width: 639px) {*/
/*    .b-footer__bottom div, .b-footer__bottom a {*/
/*        width: 360px*/
/*    }*/
/*}*/

.b-footer__bottom a:hover {
  color: white;
}

/*.b-footer .clearfix {*/
/*    clear: both;*/
/*}*/

@media (min-width: 1386px) {
  .b-footer__top__content > div {
    float: left;
  }

  .b-footer__top__content__left {
    width: 26%;
  }

  .b-footer__top__content__left__apps {
    margin-top: 41px;
  }

  .b-footer__top__content__menu {
    width: 48%;
  }

  .b-footer__top__content__menu > ul > li {
    display: block;
    float: left;
    /*width: 33%*/
    width: 24%;
  }

  .b-footer__top__content__menu .menu-title-arr {
    display: none;
  }

  .b-footer__top__content__right {
    width: 26%;
  }
}

@media (max-width: 1385px) and (min-width: 966px) {
  .b-footer__top__content > div {
    float: left;
  }

  .b-footer__top__content__left {
    width: 26%;
  }

  .b-footer__top__content__left__apps {
    margin-top: 41px;
  }

  .b-footer__top__content__menu {
    width: 48%;
  }

  .b-footer__top__content__menu > ul > li {
    display: block;
    float: left;
    width: 33%;
  }

  .b-footer__top__content__menu .menu-title-arr {
    display: none;
  }

  .b-footer__top__content__right {
    width: 26%;
  }
}

@media (max-width: 965px) and (min-width: 640px) {
  .b-footer__top {
    min-height: 445px;
    height: auto;
  }

  .b-footer__top__content {
    padding: 112px 0 0 0;
  }

  .b-footer__top__content__left {
    padding-bottom: 30px;
    /*border-bottom: 1px solid #3f7ae5*/
  }

  .b-footer__top__content__left-logo {
    float: left;
  }

  .b-footer__top__content__left__apps {
    float: right;
  }

  .b-footer__top__content__left__apps-title {
    float: left;
    padding: 10px 22px 0 0;
  }

  .b-footer__top__content__left__apps__icons {
    margin-top: 0;
    float: left;
  }

  .b-footer__top__content__menu > ul > li {
    /*border-bottom: 1px solid #3f7ae5;*/
    padding: 8px 0 7px 0;
    font-size: 14px;
    line-height: 25px;
  }

  .b-footer__top__content__menu .menu-title {
    cursor: pointer;
  }

  .b-footer__top__content__right {
    padding-top: 23px;
    padding-bottom: 10px;
  }

  .b-footer__top__content__right__support {
    float: left;
  }

  .b-footer__top__content__right__socials {
    float: right;
    margin-top: 7px;
  }

  .b-footer__top__content__right__socials svg {
    margin: 0 0 0 15px;
  }

  .b-footer__bottom div {
    text-align: center;
  }
}

@media (max-width: 639px) {
  .b-footer__top {
    min-height: 495px;
    height: auto;
  }

  .b-footer__top__content {
    padding: 65px 10px 0 10px;
  }

  .b-footer__top__content__left {
    padding-bottom: 30px;
    /*border-bottom: 1px solid #3f7ae5*/
  }

  .b-footer__top__content__left__apps-title {
    float: left;
    padding: 10px 22px 0 0;
  }

  .b-footer__top__content__left__apps__icons {
    margin-top: 28px;
  }

  .b-footer__top__content__menu > ul > li {
    /*border-bottom: 1px solid #3f7ae5;*/
    padding: 8px 0 7px 0;
    font-size: 14px;
    line-height: 25px;
  }

  .b-footer__top__content__menu .menu-title {
    cursor: pointer;
  }

  .b-footer__top__content__right {
    padding-top: 23px;
    padding-bottom: 10px;
  }

  .b-footer__top__content__right__socials {
    margin-top: 23px;
  }

  .b-footer__bottom .flex {
    padding: 15px;
  }
}

@media (max-width: 375px) {
  .b-footer__top__content,
  .b-footer__bottom > div {
    width: 100%;
  }

  .b-footer__bottom > div {
    padding-left: 10px;
  }
}

.reviews {
  position: relative;
}

.reviews__list {
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
}

@media (min-width: 1386px) {
  .reviews__list {
    width: 1360px;
  }
}

@media (max-width: 1385px) and (min-width: 966px) {
  .reviews__list {
    width: 940px;
  }
}

@media (max-width: 965px) and (min-width: 640px) {
  .reviews__list {
    width: 614px;
  }
}

@media (max-width: 639px) {
  .reviews__list {
    width: 360px;
  }
}

.reviews__review_item {
  border-bottom: 1px solid #dfe2e5;
  padding: 50px 0 40px 0;
}

.reviews__review_item-title {
  float: right;
  width: 75%;
  font-family: GraphikLCG;
  font-size: 30px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #333333;
}

.reviews__review_item-image {
  float: left;
  margin: 0 40px 20px 0;
}

.reviews__review_item-image img {
  margin: 0;
  padding: 0;
  width: 190px;
  height: 190px;
}

.reviews__review_item__description {
  float: right;
  width: 75%;
  font-family: GraphikLCG;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: normal;
  color: #000000;
  min-height: 155px;
  margin-top: 20px;
}

.reviews__review_item__description__infoblock-item_tag {
  font-family: GraphikLCG;
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  border-radius: 2px;
  background-color: #7ed321;
  padding: 5px 14px;
}

.reviews__review_item__description__infoblock-author {
  font-family: GraphikLCG;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: normal;
  color: #000000;
  padding: 5px 14px;
}

.reviews__review_item__description__infoblock-date {
  font-family: GraphikLCG;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: normal;
  color: #000000;
  opacity: 0.5;
  padding: 3px 14px;
  border-left: 1px solid lightgrey;
}

.reviews__review_item__description-body {
  margin: 20px 0 0 0;
  font-family: GraphikLCG;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: normal;
  color: #000000;
}

.reviews__review_item__details {
  float: left;
}

.reviews__review_item__details-btn {
  font-family: GraphikLCG;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.2px;
  text-align: center;
  color: #ffffff;
  padding: 10px;
  background-color: #ff3300;
  border-radius: 4px;
  display: inline-block;
}

.reviews__review_item:last-child {
  border: none;
}

.reviews__loadmore {
  text-align: center;
}

.reviews__loadmore__btn {
  margin: 50px auto;
  cursor: pointer;
  display: inline-block;
  text-align: center;
}

.reviews__loadmore__btn-title {
  font-family: GraphikLCG;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.2px;
  color: #0f5ad3;
}

.reviews__loadmore__btn-arr {
  width: 16px;
  height: 9px;
  background: url(/themes/kivi/assets/blue/images/shop/right-arrow-white.svg)
    no-repeat;
  fill: #0f5ad3;
  transform: rotate(90deg);
}

@media (max-width: 965px) and (min-width: 640px) {
  .reviews__review_item-title {
    float: none;
    width: auto;
  }

  .reviews__review_item-image {
    float: none;
  }

  .reviews__review_item__description {
    float: none;
    width: auto;
  }

  .reviews__review_item__details {
    float: none;
  }
}

@media (max-width: 639px) {
  .reviews__review_item-title {
    float: none;
    width: auto;
  }

  .reviews__review_item-image {
    float: none;
  }

  .reviews__review_item__description {
    float: none;
    width: auto;
  }

  .reviews__review_item__details {
    float: none;
  }
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.container-inner {
  margin: 0 auto;
  transition: max-width 1s ease-out, margin 1s ease-out;
}

@media (min-width: 1920px) {
  .container-inner {
    max-width: 1198px;
    padding-top: 93px;
  }

  body.is-test-server:after {
    content: "w1 >= 1920 {width=1198}";
    position: fixed;
    padding: 2px 10px;
    background: red;
    color: white;
    text-align: center;
    line-height: 20px;
    z-index: 999999;
    right: 0;
    bottom: 0;
    font: 12px Arial;
    opacity: 0.5;
  }

  .container-inner .max-container-inner {
    max-width: 1198px;
  }
}

@media (max-width: 1919px) and (min-width: 1280px) {
  .container-inner {
    max-width: 1197px;
    padding-top: 93px;
  }

  body.is-test-server:after {
    content: "w2 <  1920 && w2 >= 1280 {width=1197}";
    position: fixed;
    padding: 2px 10px;
    background: red;
    color: white;
    text-align: center;
    line-height: 20px;
    z-index: 999999;
    right: 0;
    bottom: 0;
    font: 12px Arial;
    opacity: 0.5;
  }

  .container-inner .max-container-inner {
    max-width: 1197px;
  }
}

@media (max-width: 1279px) and (min-width: 1124px) {
  .container-inner {
    max-width: 1124px;
    padding-top: 62px;
  }

  body.is-test-server:after {
    content: "w3 <  1280 && w3 >= 1124 {width=1124}";
    position: fixed;
    padding: 2px 10px;
    background: red;
    color: white;
    text-align: center;
    line-height: 20px;
    z-index: 999999;
    right: 0;
    bottom: 0;
    font: 12px Arial;
    opacity: 0.5;
  }

  .container-inner .max-container-inner {
    max-width: 1124px;
  }
}

@media (max-width: 1123px) and (min-width: 768px) {
  .container-inner {
    max-width: 673px;
    padding-top: 62px;
  }

  body.is-test-server:after {
    content: "w4 <  1124 && w4 >= 768 {width=673}";
    position: fixed;
    padding: 2px 10px;
    background: red;
    color: white;
    text-align: center;
    line-height: 20px;
    z-index: 999999;
    right: 0;
    bottom: 0;
    font: 12px Arial;
    opacity: 0.5;
  }

  .container-inner .max-container-inner {
    max-width: 673px;
  }
}

@media (max-width: 767px) and (min-width: 673px) {
  .container-inner {
    max-width: 671px;
    padding-top: 45px;
  }

  body.is-test-server:after {
    content: "w5 <  768  && w5 >= 673 {width=671}";
    position: fixed;
    padding: 2px 10px;
    background: red;
    color: white;
    text-align: center;
    line-height: 20px;
    z-index: 999999;
    right: 0;
    bottom: 0;
    font: 12px Arial;
    opacity: 0.5;
  }

  .container-inner .max-container-inner {
    max-width: 671px;
  }
}

@media (max-width: 672px) {
  .container-inner {
    max-width: 281px;
    padding-top: 45px;
  }

  body.is-test-server:after {
    content: "w6 <  673 {width=281}";
    position: fixed;
    padding: 2px 10px;
    background: red;
    color: white;
    text-align: center;
    line-height: 20px;
    z-index: 999999;
    right: 0;
    bottom: 0;
    font: 12px Arial;
    opacity: 0.5;
  }

  .container-inner .max-container-inner {
    max-width: 281px;
  }
}

.screen1,
.screen2,
.screen3,
.screen4,
.screen5,
.screen6,
.screen1-2,
.screen1-4,
.screen1-5,
.screen4-6,
.screen5-6 {
  display: none;
}

@media (min-width: 1920px) {
  .screen1 {
    display: block;
  }

  head {
    font-size: 1px;
  }
}

@media (min-width: 1280px) {
  .screen1-2 {
    display: block;
  }
}

@media (min-width: 768px) {
  .screen1-4 {
    display: block;
  }
}

@media (min-width: 673px) {
  .screen1-5 {
    display: block;
  }

  .screen1-5.IB {
    display: inline-block;
  }
}

@media (max-width: 1919px) and (min-width: 1280px) {
  .screen2 {
    display: block;
  }

  head {
    font-size: 2px;
  }
}

@media (max-width: 1279px) and (min-width: 1124px) {
  .screen3 {
    display: block;
  }

  head {
    font-size: 3px;
  }
}

@media (max-width: 1123px) and (min-width: 768px) {
  .screen4 {
    display: block;
  }

  head {
    font-size: 4px;
  }
}

@media (max-width: 767px) and (min-width: 673px) {
  .screen5 {
    display: block;
  }

  head {
    font-size: 5px;
  }
}

@media (max-width: 1123px) {
  .screen4-6 {
    display: block;
  }
}

@media (max-width: 767px) {
  .screen5-6 {
    display: block;
  }
}

@media (max-width: 672px) {
  .screen6 {
    display: block;
  }

  head {
    font-size: 6px;
  }
}

body {
  font: 13px sf_ui_display;
  color: #231f20;
  min-width: 248px;
}

body.redirecting > * {
  filter: blur(5px);
}

body.redirecting #popups .popup.visible {
  opacity: 0;
}

body.redirecting #popups .overlay {
  z-index: 2000;
  cursor: progress;
}

body.redirecting #button_24-7:not(.stage2) {
  display: none;
}

body.redirecting #popups .overlay {
  opacity: 0.7;
  visibility: visible;
}

a {
  color: #0f5ad3;
  border-bottom-color: #0f5ad3;
  text-decoration: none;
  transition: color 0.3s ease-out, border-bottom-color 0.3s ease-out;
}

a:hover {
  color: #231f20;
  border-bottom-color: #231f20;
}

h2,
.h2,
.h2a {
  font: bold 32px sf_ui_display;
  margin: 0 0 6px;
}

@media (max-width: 1279px) and (min-width: 768px) {
  h2,
  .h2,
  .h2a {
    font-size: 25px;
    margin: 0 0 11px;
  }
}

@media (max-width: 767px) {
  h2,
  .h2,
  .h2a {
    font-size: 20px;
  }
}

.h2a {
  margin: 0 0 19px;
}

@media (max-width: 1279px) and (min-width: 768px) {
  .h2a {
    margin-bottom: 17px;
  }
}

@media (max-width: 767px) {
  .h2a {
    margin-bottom: 15px;
  }
}

h4,
.h4 {
  font: 800 25px/33px sf_ui_display;
  margin: 0 0 40px;
  color: #999;
}

@media (max-width: 1279px) and (min-width: 768px) {
  h4,
  .h4 {
    font-size: 20px;
    margin-bottom: 32px;
  }
}

@media (max-width: 767px) {
  h4,
  .h4 {
    font-size: 20px;
    margin-bottom: 19px;
  }
}

h5,
.h5 {
  font: 22px/34px sf_ui_display;
  margin: 0 0 8px;
  color: #999;
}

@media (max-width: 1279px) and (min-width: 768px) {
  h5,
  .h5 {
    font-size: 20px;
    line-height: 32px;
  }
}

@media (max-width: 767px) {
  h5,
  .h5 {
    font-size: 16px;
    line-height: 24px;
  }
}

.h5a {
  font: 800 20px/1.1 sf_ui_display;
  margin: 0 0 14px;
}

@media (max-width: 1279px) and (min-width: 768px) {
  .h5a {
    font-size: 18px;
    margin-bottom: 12px;
  }
}

@media (max-width: 767px) {
  .h5a {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

h6,
.h6 {
  font: 16px/34px sf_ui_display;
  margin: 0 0 3px;
  color: #999;
}

@media (max-width: 1279px) and (min-width: 768px) {
  h6,
  .h6 {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  h6,
  .h6 {
    font-size: 14px;
    line-height: 22px;
  }
}

.button.white {
  background-color: white;
  color: #0f5ad3;
}

.button.white:hover {
  color: #231f20;
}

.button.white2 {
  background-color: transparent;
  border: 1px solid white;
}

.button.white2:hover {
  background-color: white;
  color: #0f5ad3;
}

#sprites {
  display: none;
}

.icon-bkt {
  fill: none;
  stroke-width: 2px;
  stroke-linecap: round;
  stroke: black;
}

.icon-del {
  stroke-width: 2px;
  stroke-linecap: round;
  stroke: #999;
}

.icon-close {
  fill: none;
}

.icon-kivi {
  fill-rule: evenodd;
}

.icon-triangle {
  fill: #2b7cff;
  fill-rule: nonzero;
}

.icon-4k-smart-tv {
  fill: #fff;
  fill-rule: evenodd;
}

.player-video {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1020;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease-out, visibility 1s ease-out;
  background: #000;
}

.player-video:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.2;
  background: url(images/loader.svg) no-repeat center;
  background-size: 10%;
}

.player-video.show {
  opacity: 1;
  visibility: visible;
}

.player-video .video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.player-video .close {
  position: absolute;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  top: 20px;
  right: 20px;
  opacity: 1;
  transition: opacity 0.3s ease-out;
}

.player-video .close:before,
.player-video .close:after {
  content: "";
  position: absolute;
  background: #fff;
  top: 50%;
  left: 7px;
  right: 7px;
  height: 2px;
  margin-top: -1px;
  transform: rotate(45deg);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

.player-video .close:after {
  transform: rotate(-45deg);
}

.player-video .close:hover {
  opacity: 0.5;
}

#header {
  background-color: #000;
  position: relative;
}

#header > .container-inner > *:not(.top) {
  position: relative;
  z-index: 5;
}

#header .bg {
  z-index: 5;
}

#header .container-inner {
  padding: 20px 0 0;
  list-style: none;
  color: #fff;
  position: relative;
}

@media (min-width: 1280px) {
  #header .container-inner {
    padding-top: 35px;
  }
}

#header .bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: transform 2s ease;
  background-repeat: repeat-x;
  background-position: 50% 0;
}

#header .top {
  height: 42px;
  position: relative;
  z-index: 100;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#header .top .wrapper-button {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  opacity: 0.9;
  background: rgba(245, 245, 245, 0.1);
  cursor: pointer;
  position: relative;
  z-index: 10;
  margin-right: 8px;
}

#header .top .logo {
  display: -ms-flexbox;
  display: flex;
}

#header .top .logo a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 72px;
  position: relative;
  top: -1px;
}

#header .top .logo img {
  width: 100%;
  transition: all 1s ease-out;
}

#header .top .links {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 100;
  margin-right: 10px;
  white-space: nowrap;
}

#header .top .links a {
  display: inline-block;
  width: 36px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  font-size: 0;
}

#header .top .links a svg {
  display: inline-block;
  vertical-align: middle;
  width: 21px;
  height: 21px;
  fill: white;
  transition: fill 0.3s ease-out;
}

#header .top .links a:hover svg {
  fill: #0f5ad3;
}

#header .top .links a.icon-cart {
  position: relative;
  right: 1px;
}

#header .top .links a.icon-cart:hover .total-number-products {
  background-color: black;
  border-color: #0f5ad3;
}

#header .top .links a.icon-cart .total-number-products {
  right: 0;
  top: 2px;
  position: absolute;
  text-align: center;
  min-width: 10px;
  height: 16px;
  color: white;
  padding: 0 3px;
  background-color: #0f5ad3;
  border-radius: 9px;
  border: 1px solid #0f5ad3;
  font: 800 10px/16px sf_ui_display;
  opacity: 0;
  transition: opacity 0.3s ease-out, background-color 0.3s ease-out;
}

#header .top .links a.icon-cart .total-number-products.visible {
  opacity: 1;
}

#header .top .lang-menu2 {
  height: 40px;
  margin: 0;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  z-index: 999;
}

#header .top .lang-menu2 * {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#header .top .lang-menu2 dt {
  width: 40px;
  text-align: center;
  line-height: 24px;
  font-size: 14px;
  height: 24px;
  border-radius: 4px;
  background-color: #0d2132;
  display: inline-block;
  cursor: pointer;
  border: 1px solid white;
  transition: background-color 0.3s ease-out, border-color 0.3s ease-out;
}

#header .top .lang-menu2 dd {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
  position: absolute;
  margin: 10px 0 0;
  top: 100%;
  right: 0;
  border-radius: 2px;
  border: 1px solid #0f5ad3;
  background-color: #0d2132;
  padding: 5px 0;
}

#header .top .lang-menu2 dd svg {
  width: 18px;
  height: 12px;
  position: absolute;
  top: -12px;
  right: 11px;
  stroke: #0f5ad3;
  fill: #0d2132;
}

#header .top .lang-menu2 dd a {
  white-space: nowrap;
  display: block;
  min-width: 100px;
  box-sizing: border-box;
  color: white;
  font-size: 14px;
  line-height: 1.7;
  padding: 2px 20px 2px 16px;
  transition: background-color 0.3s ease-out;
}

#header .top .lang-menu2 dd a:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  margin-right: 10px;
  border: 1px solid white;
  border-radius: 50%;
}

#header .top .lang-menu2 dd a.active {
  font-weight: bold;
  cursor: default;
}

#header .top .lang-menu2 dd a.active:before {
  background-color: white;
}

#header .top .lang-menu2 dd a:hover {
  background-color: #1b424d;
}

#header .top .lang-menu2.show dt {
  background-color: #0f5ad3;
  border-color: #0f5ad3;
  text-shadow: 0 0 1px black;
}

#header .top .lang-menu2.show dd {
  opacity: 1;
  visibility: visible;
}

.site_id-global #header .top .lang-menu2 {
  letter-spacing: 0.7px;
}

.site_id-global #header .top .lang-menu2 dt {
  width: 74px;
}

@media (max-width: 672px) {
  .site_id-global #header .top .links {
    margin-right: 4px;
  }

  .site_id-global #header .top .links a {
    width: 32px;
  }
}

#header #main-menu {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease-out, visibility ease-out;
}

#header #main-menu.item-active .inner-box .link.current a:after {
  opacity: 0 !important;
}

#header #main-menu .inner-box {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 200;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#header #main-menu .inner-box > li {
  height: 42px;
  padding-top: 4px;
  box-sizing: border-box;
}

#header #main-menu .inner-box .link a,
#header #main-menu .inner-box .separ {
  display: block;
  line-height: 34px;
  font: 14px/34px sf_ui_display;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  height: 34px;
  color: #fff;
  white-space: nowrap;
}

#header #main-menu .inner-box .separ {
  cursor: default;
  width: 24px;
  text-align: center;
}

#header #main-menu .inner-box .link a {
  position: relative;
  padding: 0 18px;
  transition: color 0.3s ease-out;
}

#header #main-menu .inner-box .link a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  box-sizing: border-box;
  border: 1px solid #0f5ad3;
  border-radius: 17px;
  top: 50%;
  bottom: 50%;
  opacity: 0;
  transition: all 0.3s ease-out;
}

#header #main-menu .inner-box .link a:hover {
  color: #0f5ad3;
}

#header #main-menu .submenu {
  list-style: none;
  margin: 0;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
  margin-top: 30px;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#header #main-menu .submenu:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  box-shadow: 281px 0 0 0 #fff, -281px 0 0 0 #fff;
}

#header #main-menu .submenu .item {
  position: relative;
  width: 24.9%;
}

#header #main-menu .submenu .item a {
  display: block;
  height: 360px;
  text-align: center;
  color: #000;
  font: 800 16px/1.1 sf_ui_display;
  overflow: hidden;
}

#header #main-menu .submenu .item a > * {
  position: relative;
}

#header #main-menu .submenu .item a:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  height: 0;
  width: 0;
  transition: all 0.3s ease-out;
  background: #f7f7f7;
}

#header #main-menu .submenu .item a:hover {
  color: #0f5ad3;
}

#header #main-menu .submenu .item a:hover:before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#header #main-menu .submenu .item .img {
  display: block;
  margin: 0 auto;
  width: 198px;
  height: 244px;
  padding-top: 30px;
  margin-bottom: 10px;
  position: relative;
  z-index: 5;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

#header #main-menu .submenu .item .img._tv {
  background-image: url(images/main-menu/desktop/tv.png);
}

#header #main-menu .submenu .item .img.vacuum-cleaner {
  background-image: url(images/main-menu/desktop/vacuum-cleaner.png);
}

#header #main-menu .submenu .item .img.washer {
  background-image: url(images/main-menu/desktop/washer.png);
}

#header #main-menu .submenu .item .img.fridge {
  background-image: url(images/main-menu/desktop/fridge.png);
}

#header #main-menu .submenu .item.disabled {
  opacity: 0.5;
}

#header #main-menu .submenu .item.disabled a {
  color: #000;
}

#header #main-menu .submenu .item.disabled a:before {
  display: none;
}

#header #main-menu .submenu .item.disabled a:after {
  content: "Скоро у продажу";
  position: absolute;
  left: 0;
  right: 0;
  top: 40%;
  background: #fff;
  z-index: 20;
  color: #0f5ad3;
  font-weight: normal;
  transform: rotate(-45deg);
}

body.ru #header #main-menu .submenu .item.disabled a:after {
  content: "Скоро в продаже";
}

@media (min-width: 1280px) {
  #header #main-menu .submenu:before {
    box-shadow: 500px 0 0 0 #fff, -500px 0 0 0 #fff;
  }

  #header #main-menu .submenu .item a {
    font-size: 25px;
  }
}

@media (max-width: 1123px) and (min-width: 673px) {
  #header #main-menu .submenu .item {
    width: 33.3%;
  }

  #header #main-menu .submenu .item a {
    height: 305px;
  }

  #header #main-menu .submenu .item .img {
    width: 156px;
    height: 192px;
  }

  #header #main-menu .submenu .item .img._tv {
    background-image: url(images/main-menu/tablet/tv.png);
  }

  #header #main-menu .submenu .item .img.vacuum-cleaner {
    background-image: url(images/main-menu/tablet/vacuum-cleaner.png);
  }

  #header #main-menu .submenu .item .img.washer {
    background-image: url(images/main-menu/tablet/washer.png);
  }

  #header #main-menu .submenu .item .img.fridge {
    background-image: url(images/main-menu/tablet/fridge.png);
  }
}

@media (max-width: 767px) {
  #header #main-menu .submenu {
    margin-top: 10px;
  }

  #header #main-menu .submenu .item a {
    height: 260px;
  }

  #header #main-menu .submenu .item .img {
    width: 156px;
    height: 192px;
    padding-top: 10px;
    margin-bottom: 0;
  }
}

@media (max-width: 672px) {
  #header #main-menu .submenu .item {
    width: 49.9%;
  }

  #header #main-menu .submenu .item a {
    height: 233px;
  }

  #header #main-menu .submenu .item .img {
    padding-top: 5px;
    width: 138px;
    height: 170px;
  }

  #header #main-menu .submenu .item .img._tv {
    background-image: url(images/main-menu/mobile/tv.png);
  }

  #header #main-menu .submenu .item .img.vacuum-cleaner {
    background-image: url(images/main-menu/mobile/vacuum-cleaner.png);
  }

  #header #main-menu .submenu .item .img.washer {
    background-image: url(images/main-menu/mobile/washer.png);
  }

  #header #main-menu .submenu .item .img.fridge {
    background-image: url(images/main-menu/mobile/fridge.png);
  }
}

.main-menu-submenu-show #header #main-menu .submenu {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 1280px) {
  #header #main-menu .inner-box .link a {
    font-size: 16px;
  }
}

@media (min-width: 1124px) {
  #header #main-menu .inner-box {
    min-width: 950px;
  }
}

@media (max-width: 1123px) {
  #header #main-menu {
    position: absolute;
    left: 0;
    right: 0;
    padding-top: 60px;
  }

  #header #main-menu .inner-box {
    margin-left: 0;
  }
}

@media (max-width: 672px) {
  #header #main-menu .inner-box .separ {
    display: none;
  }
}

@media (min-width: 768px) {
  #header .bg {
    background: url("images2/header/bg-big.jpg") no-repeat top;
  }
}

@media (max-width: 1123px) {
  #header .top .logo {
    width: 70%;
  }
}

@media (max-width: 767px) {
  #header .bg {
    background-image: url("images2/header/bg-small.jpg");
  }
}

body.main-menu-show:not(.popup-visible) #header .top {
  z-index: 1005;
}

body.main-menu-show:not(.popup-visible) #header #main-menu {
  visibility: visible;
  opacity: 1;
}

body.main-menu-show:not(.popup-visible)
  #header
  #main-menu
  .inner-box
  .link.active
  a,
body.main-menu-show:not(.popup-visible)
  #header
  #main-menu
  .inner-box
  .link.current
  a {
  cursor: default;
  color: #0f5ad3;
}

body.main-menu-show:not(.popup-visible)
  #header
  #main-menu
  .inner-box
  .link.active
  a:after,
body.main-menu-show:not(.popup-visible)
  #header
  #main-menu
  .inner-box
  .link.current
  a:after {
  top: 0;
  bottom: 0;
  opacity: 1;
}

@media (min-width: 1124px) {
  body #header .top {
    z-index: 1005;
  }

  body #header #main-menu {
    visibility: visible;
    opacity: 1;
  }

  body #header #main-menu .inner-box .link.active a,
  body #header #main-menu .inner-box .link.current a {
    cursor: default;
    color: #0f5ad3;
  }

  body #header #main-menu .inner-box .link.active a:after,
  body #header #main-menu .inner-box .link.current a:after {
    top: 0;
    bottom: 0;
    opacity: 1;
  }

  body #header .top .wrapper-button {
    display: none;
  }

  body.main-menu-submenu-show:not(.phone)
    > *:not(#sprites):not(#popups):not(header),
  body.main-menu-submenu-show:not(.phone) #header .bg,
  body.main-menu-submenu-show:not(.phone) #header > .image,
  body.main-menu-submenu-show:not(.phone)
    #header
    .container-inner
    > *:not(.top) {
    filter: blur(5px);
  }

  body.main-menu-submenu-show #button_24-7:not(.stage2) {
    display: none;
  }

  body.main-menu-submenu-show #popups .overlay {
    opacity: 0.7;
    visibility: visible;
  }
}

body.main-menu-show:not(.phone) > *:not(#sprites):not(#popups):not(header),
body.main-menu-show:not(.phone) #header .bg,
body.main-menu-show:not(.phone) #header > .image,
body.main-menu-show:not(.phone) #header .container-inner > *:not(.top) {
  filter: blur(5px);
}

body.main-menu-show #button_24-7:not(.stage2) {
  display: none;
}

body.main-menu-show #popups .overlay {
  opacity: 0.7;
  visibility: visible;
}

#footer-menu {
  background: #f5f5f5;
}

#footer-menu .container-inner {
  margin: 0 auto;
  border-bottom: 3px solid white;
  padding: 0;
}

#footer-menu .menu2 {
  list-style: none;
  margin: 0;
  padding: 30px 0;
  position: relative !important;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
}

#footer-menu .menu2 .item {
  margin: 0 18px;
}

#footer-menu .menu2 .item a {
  display: block;
  margin: 5px 0;
  color: #231f20;
  font-size: 18px;
  text-align: center;
}

#footer-menu .menu2 .item.active a,
#footer-menu .menu2 .item:hover a {
  color: #0f5ad3;
}

#footer-menu .menu2 .line {
  position: absolute;
  height: 3px;
  background: #0f5ad3;
  left: 50%;
  width: 0;
  bottom: 0;
  opacity: 1;
  transition: opacity 0.3s ease-out;
}

#footer-menu .menu2 .line.resize {
  opacity: 0;
}

@media (min-width: 673px) {
  #footer-menu .menu2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 672px) {
  #footer-menu .menu2 {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
  }
}

#footer {
  background: #f5f5f5;
}

#footer .container-inner {
  margin: 0 auto;
  list-style: none;
  padding: 18px 0;
  height: 103px;
}

#footer .container-inner a:not(:hover) {
  color: #999;
}

#footer .container-inner li {
  padding: 0 10px;
  font: 14px/34px sf_ui_display;
  color: #999;
}

#footer .container-inner .youtube img {
  height: 40px;
  opacity: 0.7;
  transition: opacity 0.3s ease-out, filter 0.3s ease-out;
  filter: grayscale(100%);
}

#footer .container-inner .youtube img:hover {
  opacity: 1;
  filter: grayscale(0);
}

#footer .container-inner .links {
  font-size: 0;
  line-height: 0;
}

#footer .container-inner .links a {
  display: inline-block;
  padding: 16px 14px;
  margin: 0 4px;
  transition: opacity 0.3s ease-out;
  opacity: 0.5;
}

#footer .container-inner .links a > * {
  display: block;
}

#footer .container-inner .links a:hover {
  opacity: 1;
}

@media (min-width: 1920px) {
  #footer .container-inner .links a {
    padding: 16px 17px;
    margin: 0 10px;
  }
}

@media (min-width: 768px) {
  #footer .container-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (max-width: 1279px) and (min-width: 768px) {
  #footer .container-inner .youtube img {
    height: 35px;
  }
}

@media (max-width: 767px) {
  #footer .container-inner {
    text-align: center;
    height: auto;
  }

  #footer .container-inner .youtube img {
    height: 25px;
  }
}

#popup-to-cart * {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#popup-to-cart .content {
  position: absolute;
  z-index: 1005;
  right: 0;
  left: 0;
  top: 50px;
  background-color: #fff;
  max-width: 680px;
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
  padding: 40px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
  margin: 0 auto;
  box-sizing: border-box;
}

@media (max-width: 672px) {
  #popup-to-cart .content {
    width: calc(100% - 20px);
    padding: 40px 20px;
  }

  #popup-to-cart .content .title {
    font-size: 28px;
    margin-bottom: 24px;
  }

  #popup-to-cart .content .item .price {
    font-size: 28px;
  }
}

#popup-to-cart .content.fixed {
  top: 10px !important;
  position: fixed;
}

#popup-to-cart .content .triangle {
  width: 26px;
  height: 10px;
  fill: white;
  position: absolute;
  top: -10px;
}

#popup-to-cart .content .title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 30px;
  line-height: 40px;
  text-align: center;
  color: #1d1d1f;
}

@media (max-width: 672px) {
  #popup-to-cart .content .title {
    text-align: center;
  }
}

#popup-to-cart .content .image {
  width: 265px;
  height: 140px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 0;
  margin-right: 33px;
  margin-top: 0;
}

@media (max-width: 672px) {
  #popup-to-cart .content .image {
    margin: 0 auto;
    height: 190px;
  }
}

#popup-to-cart .content .item-info {
  margin-top: 20px;
}

#popup-to-cart .content .item {
  font-size: 14px;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-bottom: 36px;
  position: relative;
  margin-bottom: 0;
}

@media (max-width: 672px) {
  #popup-to-cart .content .item {
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
}

#popup-to-cart .content .item .name {
  font-size: 20px;
  margin-bottom: 20px;
}

#popup-to-cart .content .item .price {
  font-size: 32px;
  font-weight: 700;
  color: #a73a2c;
  line-height: 39px;
}

#popup-to-cart .content .item:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #e8e8e8;
  position: absolute;
  bottom: 0;
}

#popup-to-cart .content .buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  margin-top: 16px;
  position: relative;
}

#popup-to-cart .content .buttons .close {
  color: #202020;
  font-size: 16px;
  font-weight: 500;
}

#popup-to-cart .content .buttons .close:hover {
  color: #0f5ad3;
}

#popup-to-cart .content .buttons .button {
  padding: 18px;
  border-radius: 50px;
  background-color: #202020;
  transition: 0.5s;
  line-height: 20px;
  font-weight: 500;
  font-size: 16px;
  max-width: 413px;
  margin: 0 auto 34px;
  width: 100%;
}

#popup-to-cart .content .buttons .button:hover {
  background: #d9d9d9;
  box-shadow: none;
}

#popup-to-cart .content .featured-products-title {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
}

@media (max-width: 672px) {
  #popup-to-cart .content .swiper-container {
    margin-left: -10px;
  }
}

#popup-to-cart .overlay {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background: #000;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
}

.popup-to-cart-show .lang-menu2 {
  visibility: hidden;
}

.popup-to-cart-show #popup-to-cart .content {
  opacity: 1;
  visibility: visible;
}

.popup-to-cart-show #popup-to-cart .overlay {
  opacity: 0.2;
  visibility: visible;
}

input.hide {
  position: absolute;
  left: -99999px;
  height: -99999px;
}

.custom-select > select + .ui-selectmenu-button {
  transition: border-color 0.3s ease-out;
}

.custom-select > select.error + .ui-selectmenu-button {
  border-color: #db5151;
}

.custom-select .ui-selectmenu-button {
  outline: none;
  background: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font: 16px sf_ui_display;
  width: auto;
  height: inherit;
  line-height: inherit;
  border-color: #999;
  border-radius: 3px;
  margin-right: 0;
  box-sizing: border-box;
}

.custom-select .ui-selectmenu-button .ui-selectmenu-text {
  color: #231f20;
  margin-right: 0;
  transition: color 0.3s ease-out;
  font: inherit;
}

.custom-select
  .ui-selectmenu-button.ui-selectmenu-button-open
  .ui-selectmenu-icon {
  transform: rotate(180deg);
}

.custom-select
  .ui-selectmenu-button.ui-selectmenu-button-open
  .ui-selectmenu-text {
  color: #231f20;
}

.custom-select .ui-selectmenu-button .ui-selectmenu-icon {
  width: 16px;
  height: 16px;
  position: relative;
  left: 4px;
  background-size: 13px;
  background-image: url(images/select-bottom.svg);
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease-out;
}

.select-box {
  font-size: 14px;
  z-index: 9999999999;
  filter: none !important;
}

.select-box .ui-menu {
  border-top: none;
  border-radius: 0;
  max-height: 191px;
}

.select-box .ui-menu .ui-menu-item .ui-menu-item-wrapper.ui-state-active {
  border-color: #0f5ad3;
  background-color: #0f5ad3;
  color: black;
}

.custom-select,
input.input,
textarea.input {
  display: block;
  width: 100%;
  max-width: 350px;
  margin: 0 auto 20px;
}

input.input,
textarea.input {
  padding: 0 15px;
  text-align: left;
  border: 1px solid #999;
  background: none;
  border-radius: 3px;
  box-sizing: border-box;
  font: 16px sf_ui_display;
  transition: border-color 0.3s ease-out;
}

input.input.error,
textarea.input.error {
  border-color: #db5151;
}

input.input.loading,
textarea.input.loading {
  background-image: url(images/loader-black.svg) !important;
  background-repeat: no-repeat !important;
  background-position: calc(100% - 3px) 3px !important;
  background-size: 11px !important;
  cursor: progress;
}

.custom-select,
input.input {
  height: 42px;
  line-height: 42px;
}

textarea.input {
  height: 110px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 10px;
  overflow: auto;
  overflow-x: hidden;
}

.form {
  text-align: center;
}

.form.loader:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: white;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0.3s ease-out, opacity 0.3s ease-out;
}

.form.loader.loading:before {
  opacity: 0.5;
  visibility: visible;
  z-index: 1;
}

.form.loader:after {
  background-position: 50% calc(100% - 7px);
  background-size: 32px;
}

.form .message-success {
  padding: 30px 0;
  display: none;
}

.form .message-success:before {
  content: "";
  height: 50px;
  display: block;
  background-image: url(images2/success.svg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: 40px;
}

.form .message-success .text {
  text-align: center;
  font-weight: 800 !important;
  color: #231f20;
  margin-bottom: 0 !important;
}

.message-error {
  display: none;
}

.message-error p {
  font-size: 16px;
}

[data-message-error] {
  text-align: center;
  content: attr(data-message-error);
  margin-bottom: 20px;
  display: block;
  color: #db5151;
  font: 14px/1.2 sf_ui_display;
}

.b-footer__middle {
  background: #333;
  padding-bottom: 15px;
  padding-top: 15px;
  border-bottom: 1px solid #111;
}

.b-footer__middle .b-footer__middle-flex {
  display: flex;
  align-items: center;
  justify-content: center;
}

a.icon_link {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  background: #3f3f3f;
  transition: all 0.3s;
}

a.icon_link img {
  width: 22px;
  height: 22px;
  filter: invert(1);
  transition: all 0.3s;
}

a.icon_link:hover {
  background: #939393;
}

a.icon_link:hover img {
  filter: invert(0);
}

@media (min-width: 768px) {
  .submit.button {
    display: inline-block;
    padding: 0 40px;
    margin: 0 auto;
    font-size: 18px;
    height: 42px;
    border-radius: 21px;
    line-height: 42px;
  }
}

@media (max-width: 767px) {
  .custom-select .ui-selectmenu-button,
  input.input,
  textarea.input {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }

  .custom-select,
  input.input {
    height: 34px;
    line-height: 34px;
  }

  textarea.input {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .submit.button {
    padding: 0 25px;
  }

  .form {
    text-align: center;
  }

  .form.loader:after {
    background-position: 50% calc(100% - 3px);
  }
}

.checkbox {
  font-size: 14px;
  line-height: 1.2;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-flex-align: center;
  align-items: center;
}

.checkbox input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}

.checkbox input:checked + .ic:before {
  background-size: 16px;
}

.checkbox .ic {
  position: relative;
  /*bottom: 2px;*/
  bottom: 0;
  width: 25px;
  height: 25px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
  background-color: #fff;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox .ic:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 1px solid #999;
  background-size: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(images/checkmark.svg);
  opacity: 0.7;
  transition: background-size 0.2s;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox.radio .ic {
  max-width: 20px;
  max-height: 20px;
  background-color: transparent;
}

.checkbox.radio .ic:before {
  border-radius: 50%;
  background: white;
}

.checkbox.radio .ic:after {
  position: absolute;
  content: "";
  left: 100%;
  right: 100%;
  top: 100%;
  bottom: 100%;
  border-radius: 50%;
  background-color: #0f5ad3;
  opacity: 0;
  transition: left 0.3s ease-out, right 0.3s ease-out, top 0.3s ease-out,
    bottom 0.3s ease-out, opacity 0.3s ease-out;
}

.checkbox.radio input:checked + .ic:after {
  left: 4px;
  top: 4px;
  bottom: 4px;
  right: 4px;
  opacity: 1;
}

.checkbox:hover {
  color: black;
}

.checkbox:hover .ic:before {
  opacity: 1;
}

@media (max-width: 1279px) and (min-width: 768px) {
  .checkbox .ic {
    width: 18px;
    height: 18px;
  }
}

@media (max-width: 767px) {
  .checkbox .ic {
    width: 16px;
    height: 16px;
  }
}

.b-h1,
.b-h2 {
  font: 30px/1.33 GraphikLCG;
  letter-spacing: -0.1px;
  text-transform: uppercase;
}

@media (max-width: 639px) {
  .b-h1,
  .b-h2 {
    text-align: center;
  }
}

@media (max-width: 965px) and (min-width: 640px), (max-width: 639px) {
  .b-h1,
  .b-h2 {
    font-size: 27px;
  }
}

.b-h1 {
  margin: 0 0 30px;
  color: #000;
}

.b-h1--white {
  color: white;
}

.b-h2 {
  margin: 0 0 16px;
  font-weight: 300;
  color: #333;
}

.b-h2--white {
  color: white;
}

.b-h3 {
  font: 20px/1.25 GraphikLCG;
  color: #000;
  margin: 0 0 15px;
}

@media (max-width: 639px) {
  .b-h3 {
    text-align: center;
  }
}

.b-text,
.b-bulleted-list > li,
.cookie-offer__text {
  font: 300 16px/1.25 GraphikLCG;
  letter-spacing: 0.4px;
  color: #000;
}

@media (max-width: 639px) {
  .b-text,
  .b-bulleted-list > li,
  .cookie-offer__text {
    text-align: center;
  }
}

@media (max-width: 965px) and (min-width: 640px), (max-width: 639px) {
  .b-text,
  .b-bulleted-list > li,
  .cookie-offer__text {
    font-size: 18px;
  }
}

.b-text {
  margin: 0 0 40px;
}

.b-text--white {
  color: white;
}

.b-block {
  box-sizing: border-box;
  margin: 0 auto;
  box-sizing: border-box;
}

.b-block__content {
  margin: 0 auto;
}

.b-block__h1 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.b-block__text {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1386px) {
  .b-block {
    width: 1360px;
  }
}

@media (max-width: 1385px) and (min-width: 966px) {
  .b-block {
    width: 940px;
  }
}

@media (max-width: 965px) and (min-width: 640px) {
  .b-block {
    width: 614px;
  }
}

@media (max-width: 639px) {
  .b-block {
    width: 360px;
  }
}

.b-block__content {
  box-sizing: border-box;
}

@media (min-width: 1386px) {
  .b-block__content {
    width: 750px;
  }
}

@media (max-width: 1385px) and (min-width: 966px) {
  .b-block__content {
    width: 750px;
  }
}

@media (max-width: 965px) and (min-width: 640px) {
  .b-block__content {
    width: 574px;
  }
}

@media (max-width: 639px) {
  .b-block__content {
    width: 320px;
  }
}

@media (min-width: 1386px) {
  .b-block {
    height: 900px;
    padding: 145px 0;
  }
}

@media (max-width: 1385px) and (min-width: 966px) {
  .b-block {
    height: 900px;
    padding: 145px 0;
  }
}

@media (max-width: 965px) and (min-width: 640px) {
  .b-block {
    height: 670px;
    padding: 80px 0;
  }
}

@media (max-width: 639px) {
  .b-block {
    height: 670px;
    padding: 80px 0;
  }
}

.b-paragraph-gray {
  padding: 20px;
  background-color: #f8f8f8;
  border-radius: 10px;
  text-align: center;
  color: #000;
}

.b-icon-block {
  margin: 0 0 20px;
}

.b-icon-block > dt {
  width: 68px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-bottom: 40px;
}

.b-icon-block > dd {
  margin: 0;
}

.b-icon-block > dd > .b-text,
.b-icon-block > dd > .b-bulleted-list {
  margin-bottom: 25px;
}

.b-icon-block--top-icon > dt {
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 45px;
}

@media (min-width: 1386px),
  (max-width: 1385px) and (min-width: 966px),
  (max-width: 965px) and (min-width: 640px) {
  .b-icon-block {
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 639px) {
  .b-icon-block {
    margin-bottom: 40px;
  }

  .b-icon-block > dt {
    width: auto;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 20px;
  }
}

.b-bulleted-list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 0 0 40px;
}

.b-bulleted-list > li {
  position: relative;
  padding-left: 20px;
}

.b-bulleted-list > li:before {
  margin-left: -20px;
  position: absolute;
}

ul.b-bulleted-list > li {
  margin-bottom: 20px;
  text-align: left;
}

ul.b-bulleted-list > li:before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #0f5ad3;
  margin-top: 6px;
}

ol.b-bulleted-list {
  counter-reset: b-ol;
}

ol.b-bulleted-list > li {
  margin-bottom: 5px;
}

ol.b-bulleted-list > li:before {
  counter-increment: b-ol;
  content: counter(b-ol) ".";
}

.b-retina {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.b-retina > * > i {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.b-retina--1x {
  display: block;
}

.b-retina--2x {
  display: none;
}

@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi) {
  .b-retina--2x {
    display: block;
  }

  .b-retina--1x {
    display: none;
  }
}

.l-header {
  height: 50px;
  background-color: black;
}

.l-header {
  position: relative;
  z-index: 1005;
}

@media (max-width: 965px) and (min-width: 640px), (max-width: 639px) {
  body.is-header-mobile-menu-show #button_24-7:not(.stage2) {
    display: none;
  }

  body.is-header-mobile-menu-show #popups .overlay {
    opacity: 0.7;
    visibility: visible;
  }

  body.is-header-mobile-menu-show.popup-visible .l-header__mobile-menu {
    display: none;
  }
}

.l-header__menu--main .is-children {
  min-width: 80px;
}

.l-header__menu--main .l-header__menu__link {
  -ms-flex-pack: center;
  justify-content: center;
}

.l-header__content {
  box-sizing: border-box;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  height: inherit;
}

@media (min-width: 1386px) {
  .l-header__content {
    width: 1360px;
  }
}

@media (max-width: 1385px) and (min-width: 966px) {
  .l-header__content {
    width: 940px;
  }
}

@media (max-width: 965px) and (min-width: 640px) {
  .l-header__content {
    width: 614px;
  }
}

@media (max-width: 639px) {
  .l-header__content {
    width: 360px;
  }
}

.l-header__content > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: inherit;
}

.l-header__logo {
  height: inherit;
}

.l-header__logo a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: inherit;
}

/*.l-header__logo .icon-kivi {*/
/*    width: 72px;*/
/*    height: 24px;*/
/*    fill: white*/
/*}*/

.l-header__logo .icon-kivi {
  width: 94px;
  height: 30px;
  fill: white;
}

.l-header__menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  height: inherit;
  -ms-flex-align: center;
  align-items: center;
}

.l-header__menu__item {
  height: inherit;
  position: relative;
}

.l-header__menu__item .l-header__menu__link {
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
  background-color: black;
}

.l-header__menu__item .l-header__menu__link:after {
  opacity: 0;
  transition: opacity;
  transition-duration: 0s;
  transition-delay: 0s;
}

.l-header__menu__item .l-header__menu__submenu {
  transition: visibility 0.3s ease-out, opacity 0.3s ease-out;
  visibility: hidden;
  opacity: 0;
}

.l-header__menu__item.is-children .l-header__menu__link {
  cursor: default;
}

.l-header__menu__item.is-children:hover .l-header__menu__link {
  background-color: white;
  color: #0f5ad3;
}

.l-header__menu__item.is-children:hover .l-header__menu__link:after {
  transition-delay: 0.3s;
  transition-duration: 0.3s;
  opacity: 1;
}

.l-header__menu__item.is-children:hover .l-header__menu__submenu {
  opacity: 1;
  visibility: visible;
}

.l-header__menu__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 10;
  padding: 0 10px;
  font-size: 14px;
  /*font-size: 12px;*/
  /*text-transform: uppercase;*/
  color: rgba(255, 255, 255, 0.8);
  height: inherit;
}

@media (max-width: 1385px) and (min-width: 966px) {
  .l-header__menu__link {
    font-size: 11px;
  }
}

.l-header__menu__link:after {
  content: "";
  position: absolute;
  height: 1px;
  left: 5px;
  right: 5px;
  bottom: 0;
  background-color: #f4f4f4;
}

.l-header__menu__link:hover {
  color: white;
}

.l-header__menu__submenu {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 5;
  background-color: white;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  box-shadow: 0 0 8px 0 rgba(212, 212, 212, 0.5);
}

.l-header__menu__submenu a {
  display: -ms-flexbox;
  display: flex;
  min-height: 40px;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 12px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
  color: #000;
  transition: background-color 0.3s ease-out;
}

@media (max-width: 1385px) and (min-width: 966px) {
  .l-header__menu__submenu a {
    font-size: 11px;
  }
}

.l-header__menu__submenu a:hover {
  color: #0f5ad3;
}

.l-header__menu--main .l-header__menu__submenu {
  min-width: 80px;
  text-align: center;
}

@media (max-width: 965px) and (min-width: 640px), (max-width: 639px) {
  .l-header__menu--main > * {
    display: none;
  }
}

@media (max-width: 965px) and (min-width: 640px), (max-width: 639px) {
  .l-header__menu--language {
    display: none;
  }
}

.l-header__mobile-menu {
  display: none;
  justify-self: start;
  width: 50px;
  height: inherit;
  overflow: hidden;
  margin-right: 20px;
}

.l-header__mobile-menu * {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.l-header__mobile-menu__hamburger {
  transition: background-color 0.3s ease-out;
  background-color: transparent;
}

.l-header__mobile-menu__list {
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-out;
}

.l-header__mobile-menu.is-active .l-header__mobile-menu__hamburger {
  background-color: rgba(216, 216, 216, 0.3);
}

.l-header__mobile-menu.is-active .l-header__mobile-menu__list {
  opacity: 1;
  visibility: visible;
}

.l-header__mobile-menu__hamburger {
  width: 50px;
  height: inherit;
  background-color: transparent;
  background-image: url(/themes/kivi/assets/blue/images/header/gamburger.svg);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.l-header__mobile-menu__list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 200px;
  background-color: #fff;
  padding: 20px;
  z-index: 10;
}

.l-header__mobile-menu__item:first-child {
  margin-top: 0;
}

.l-header__mobile-menu__item:last-child {
  margin-bottom: 0;
}

.l-header__mobile-menu__item.is-open svg.icon-triangle {
  transform: rotate(180deg) !important;
}

.l-header__mobile-menu__item.is-children .l-header__mobile-menu__link {
  cursor: pointer;
}

.l-header__mobile-menu__item.is-children
  .l-header__mobile-menu__link
  svg.icon-triangle {
  width: 10px;
  height: 5px;
  margin-left: 10px;
  fill: #9b9b9b;
  transform: rotate(0deg);
  transition: all 0.3s ease-out;
}

.l-header__mobile-menu__item.is-children
  .l-header__mobile-menu__link:hover
  svg {
  fill: #2b7cff;
}

.l-header__mobile-menu__item a,
.l-header__mobile-menu__item .l-header__mobile-menu__link {
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  -ms-flex-align: center;
  align-items: center;
}

.l-header__mobile-menu__item a:hover,
.l-header__mobile-menu__item .l-header__mobile-menu__link:hover {
  color: #0f5ad3;
}

.l-header__mobile-menu__item a:hover i:after,
.l-header__mobile-menu__item .l-header__mobile-menu__link:hover i:after {
  opacity: 1;
}

.l-header__mobile-menu__item [class^="l-header__mobile-menu__icon-"] {
  width: 20px;
  height: 20px;
  margin-right: 20px;
  position: relative;
  bottom: 1px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.l-header__mobile-menu__item [class^="l-header__mobile-menu__icon-"]:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: opacity 0.3s ease-out;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: white;
  opacity: 0;
}

.l-header__mobile-menu__item .l-header__mobile-menu__icon-tv {
  background-image: url(/themes/kivi/assets/blue/images/header/menu/tv.svg);
}

.l-header__mobile-menu__item .l-header__mobile-menu__icon-tv:after {
  background-image: url(/themes/kivi/assets/blue/images/header/menu/tv-hover.svg);
}

.l-header__mobile-menu__item .l-header__mobile-menu__icon-company {
  background-image: url(/themes/kivi/assets/blue/images/header/menu/company.svg);
}

.l-header__mobile-menu__item .l-header__mobile-menu__icon-company:after {
  background-image: url(/themes/kivi/assets/blue/images/header/menu/company-hover.svg);
}

.l-header__mobile-menu__item .l-header__mobile-menu__icon-kivi-tv {
  background-image: url(/themes/kivi/assets/blue/images/header/menu/kivi-tv.svg);
}

.l-header__mobile-menu__item .l-header__mobile-menu__icon-kivi-tv:after {
  background-image: url(/themes/kivi/assets/blue/images/header/menu/kivi-tv-hover.svg);
}

.l-header__mobile-menu__item .l-header__mobile-menu__icon-support-center {
  background-image: url(/themes/kivi/assets/blue/images/header/menu/support-center.svg);
}

.l-header__mobile-menu__item .l-header__mobile-menu__icon-support-center:after {
  background-image: url(/themes/kivi/assets/blue/images/header/menu/support-center-hover.svg);
}

.l-header__mobile-menu__item .l-header__mobile-menu__icon-3-years-warranty {
  background-image: url(/themes/kivi/assets/blue/images/header/menu/3-years-warranty.svg);
}

.l-header__mobile-menu__item
  .l-header__mobile-menu__icon-3-years-warranty:after {
  background-image: url(/themes/kivi/assets/blue/images/header/menu/3-years-warranty-hover.svg);
}

.l-header__mobile-menu__item .l-header__mobile-menu__icon-account {
  background-image: url(/themes/kivi/assets/blue/images/header/menu/account.svg);
}

.l-header__mobile-menu__item .l-header__mobile-menu__icon-account:after {
  background-image: url(/themes/kivi/assets/blue/images/header/menu/account-hover.svg);
}

.l-header__mobile-menu__item .l-header__mobile-menu__icon-language {
  background-image: url(/themes/kivi/assets/blue/images/header/menu/language.svg);
}

.l-header__mobile-menu__item .l-header__mobile-menu__icon-language:after {
  background-image: url(/themes/kivi/assets/blue/images/header/menu/language-hover.svg);
}

.l-header__mobile-menu__item:last-child .l-header__mobile-menu__submenu {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.l-header__mobile-menu__submenu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  padding-left: 40px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(151, 151, 151, 0.1);
}

.l-header__mobile-menu__submenu > li:first-child > a {
  padding-top: 5px;
}

.l-header__mobile-menu__submenu a {
  padding: 10px 0;
  font-size: 14px;
  color: #9b9b9b;
}

.l-header__mobile-menu__submenu a i {
  margin-right: 15px;
}

.l-header__mobile-menu__label {
  display: block;
  font-size: 14px;
  color: #9b9b9b;
  margin: 20px 0 -5px 41px;
}

.l-header__mobile-menu__link {
  padding: 15px 0;
  font-size: 16px;
  color: #000;
}

.l-header__mobile-menu__separator {
  height: 1px;
  background-color: rgba(151, 151, 151, 0.1);
  margin: 20px 0;
}

@media (max-width: 965px) and (min-width: 640px), (max-width: 639px) {
  .l-header__mobile-menu {
    display: block;
  }
}

.l-header__cart {
  position: relative;
  height: inherit;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 20px;
}

.l-header__cart__inner {
  display: block;
  height: inherit;
  background-image: url(/themes/kivi/assets/blue/images/header/bag.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: relative;
  /*width: 22px; */
}

.politika {
  text-align: center;
  padding-bottom: 10px;
}

.l-header__cart__inner.is-visible a {
  visibility: visible;
}

.l-header__cart__inner a {
  visibility: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.l-header__cart__inner.is-visible .total-number-products {
  opacity: 1;
}

.l-header__cart:hover .total-number-products {
  background-color: black;
  border-color: #0f5ad3;
}

.l-header__cart .total-number-products {
  right: -6px;
  top: 50%;
  margin-top: -15px;
  position: absolute;
  text-align: center;
  min-width: 8px;
  height: 14px;
  color: white;
  padding: 0 3px;
  background-color: #0f5ad3;
  border-radius: 9px;
  border: 1px solid #0f5ad3;
  font: 10px/14px GraphikLCG;
  opacity: 0;
  transition: opacity 0.3s ease-out, background-color 0.3s ease-out;
}

.l-header__account {
  margin-right: 20px;
  height: inherit;
}

.l-header__account a {
  display: -ms-flexbox;
  display: flex;
  height: inherit;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 1385px) and (min-width: 966px) {
  .l-header__account a {
    font-size: 11px;
  }
}

.l-header__account a:hover {
  color: white;
}

@media (max-width: 965px) and (min-width: 640px), (max-width: 639px) {
  .l-header__account {
    display: none;
  }
}

.l-footer {
  background-color: #000;
}

.l-footer__content {
  box-sizing: border-box;
  margin: 0 auto;
}

@media (min-width: 1386px) {
  .l-footer__content {
    width: 1360px;
  }
}

@media (max-width: 1385px) and (min-width: 966px) {
  .l-footer__content {
    width: 940px;
  }
}

@media (max-width: 965px) and (min-width: 640px) {
  .l-footer__content {
    width: 614px;
  }
}

@media (max-width: 639px) {
  .l-footer__content {
    width: 360px;
  }
}

.l-footer__logo a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: inherit;
}

.l-footer__logo .icon-kivi {
  width: 60px;
  height: 20px;
  fill: #999999;
}

.l-footer__social-networks a {
  height: inherit;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.l-footer__social-networks__youtube img {
  width: 60px;
}

.l-footer__menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.l-footer__menu > li {
  padding: 5px 0;
}

.l-footer__menu > li a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  transition: color 0.3s ease-out;
}

.l-footer__menu > li a:hover {
  color: white;
}

@media (min-width: 1386px), (max-width: 1385px) and (min-width: 966px) {
  .l-footer__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .l-footer__content > * {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    height: 60px;
  }

  .l-footer__menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .l-footer__menu > li {
    margin: 0 10px;
  }
}

@media (max-width: 965px) and (min-width: 640px), (max-width: 639px) {
  .l-footer {
    padding-bottom: 20px;
    position: relative;
  }

  .l-footer__content {
    -ms-grid-columns: calc(100% - 100px) 100px;
    grid-template-columns: calc(100% - 100px) 100px;
  }

  .l-footer__logo {
    -ms-grid-column: 1;
    grid-column-start: 1;
    grid-column-end: 3;
    height: 70px;
  }

  .l-footer__social-networks {
    position: absolute;
    right: 20px;
    bottom: 20px;
  }
}

@media (max-width: 639px) {
  .l-footer__content {
    padding-left: 20px;
  }

  .l-footer__social-networks {
    display: none;
  }
}

.l-copyrighted {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  font-size: 12px;
  background-color: #424242;
  color: rgba(255, 255, 255, 0.5);
}

.l-copyrighted a {
  color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 965px) and (min-width: 640px), (max-width: 639px) {
  .l-copyrighted {
    height: 30px;
    font-size: 10px;
  }
}

.cookie-offer {
  left: 0;
  right: 0;
  position: fixed;
  bottom: 0;
  /*background-image: linear-gradient(92deg, #0063e1, #264bb4);*/
  /*border-top: 1px solid #e9e9e9;*/
  z-index: 9999;
  transition: all 1s;
  visibility: visible;
  opacity: 1;
  background: #ffffff;
  box-shadow: 0 0 20px rgb(0 0 0 / 15%);
  border-top: 1px solid #e0e0e0;
  border-radius: 30px 30px 0px 0px;
}

.cookie-offer.is-hide {
  visibility: hidden;
  opacity: 0;
  bottom: -100px;
}

.cookie-offer__inner {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 25px 0;
  box-sizing: border-box;
  min-height: 80px;
}

@media (min-width: 1386px) {
  .cookie-offer__inner {
    width: 90%;
  }
}

@media (max-width: 1385px) and (min-width: 966px) {
  .cookie-offer__inner {
    width: 90%;
  }
}

@media (max-width: 965px) and (min-width: 640px) {
  .cookie-offer__inner {
    width: 90%;
  }
}

@media (max-width: 639px) {
  .cookie-offer__inner {
    width: 90%;
  }
}

.cookie-offer__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #202020;
  border-left: 1px solid #e0e0e0;
  padding-left: 20px;
}

.cookie-offer__text a {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #202020;
  text-decoration: underline;
  border-bottom: 1px solid #fff;
}

.cookie-offer__text a:hover {
  color: #f9423a;
  border-bottom: 1px solid #f9423a;
}

.cookie-offer__input a {
  width: 220px;
  display: block;
  margin: 0 0 10px 0;
  border-radius: 50px;
  padding: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 170%;
  color: #202020;
  background-color: #fff;
  text-align: center;
  border: 1px solid #202020;
}

.cookie-offer__input a:hover {
  background-color: #202020;
  color: #fff;
  border: 1px solid #fff;
}

@media (min-width: 1386px),
  (max-width: 1385px) and (min-width: 966px),
  (max-width: 965px) and (min-width: 640px) {
  .cookie-offer__input {
    padding-right: 20px;
  }

  .cookie-offer__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (max-width: 639px) {
  .cookie-offer__text {
    margin-bottom: 20px;
    font-size: 14px;
    border: none;
    padding-left: 0;
  }

  .cookie-offer__input a {
    margin: 0 auto 10px;
    font-size: 14px;
  }
}

@media (max-width: 375px) {
  .l-header__content {
    width: 100%;
  }
}

#warranty-description {
  font: 300 16px/1.25 GraphikLCG;
  letter-spacing: 0.4px;
  color: #000;
}

@media (max-width: 965px) {
  .b-footer__top__content__menu > ul > li {
    padding-top: 0;
  }
}

.pay-step {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 672px) {
  .pay-step {
    flex-wrap: wrap;
  }

  .pay-step img {
    margin-bottom: 10px;
  }
}

.warranty-table__wrapper {
  border: 1px solid #ddd;
  border-radius: 20px;
}

.warranty-table-head {
  padding: 20px 30px;
  border-bottom: 1px solid #ddd;
  background: blue;
  background-image: linear-gradient(to bottom, #0063ff, #264bb4);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.warranty-table-body {
}

.warranty-table-head .warranty-table-item {
  color: #fff;
}

.warranty-table-head,
.warranty-table-body__row {
  display: flex;
  align-items: center;
}

.warranty-table-body__row {
  padding: 20px 30px;
  border-bottom: 1px solid #ddd;
}

.warranty-table-body__row:last-child {
  border-bottom: none;
}

.warranty-table-item {
  width: 20%;
  text-align: center;
  font-size: 16px;
}

.warranty-table-body__row .warranty-table-item:first-child {
  text-align: left;
}

.warranty-table-item:first-child {
  width: 41%;
  display: flex;
  columns: 4;
  -webkit-column-gap: 1vw;
  -moz-column-gap: 1vw;
  column-gap: 1vw;
  flex-wrap: wrap;
}

.warranty-table-item:first-child span {
  width: 22%;
}

@media (max-width: 1123px) {
  .warranty-table-item:first-child span {
    width: 47%;
  }
}

@media (max-width: 672px) {
  .warranty-table .container {
    padding: 0;
  }

  .warranty-table-body__row,
  .warranty-table-head {
    padding: 10px 15px;
  }

  .warranty-table {
    padding-bottom: 350px;
  }

  .warranty-table__wrapper {
    width: 90vw;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
  }

  .warranty-table-item {
    font-size: 8px;
  }

  .warranty-table-body__row .warranty-table-item:first-child {
    word-spacing: 10px;
  }

  .warranty-table-item {
    width: 25%;
  }

  .warranty-table-item:first-child {
    width: 33%;
  }
}

.r-side-header {
  display: flex;
  align-items: center;
}
.form-group .ipt-wrap {
  position: relative;
}
.form-group .ipt-wrap .symbols_counter {
  position: absolute;
  right: 0;
  bottom: 0;
  color: rgba(153, 153, 153, 0.53);
  font-size: 12px;
}
.user-link a {
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  display: flex;
  align-items: center;
  margin-right: 26px;
}

.user-link a img {
  margin-right: 10px;
}

.user-link a:hover {
  color: #0f5ad3;
}

.cart-block a {
  display: flex;
  width: 46px;
  height: 46px;
  background: #0f5ad3;
  border-radius: 50px;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-left: 20px;
  display: none;
}

.cart-block a:hover {
  background: #202020;
}

.cart-block a span.label {
  position: absolute;
  right: -3px;
  top: -3px;
  background: #202020;
  border: 1px solid #ffffff;
  border-radius: 25px;
  width: 20px;
  height: 20px;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 410px) {
  .copyright {
    width: 100%;
    margin-bottom: 10px;
  }

  .b-footer__bottom .flex a.link-lang {
    justify-content: center;
    width: 100%;
  }
}

@media (max-width: 480px) {
  section.section-cont-8 .position img,
  #product-details section.section-cont-2 img {
    min-height: 260px;
  }
}

.product-details {
  position: relative;
}

.content.support .title-section {
  word-break: break-word;
}

@media screen and (max-width: 668px) {
  .to__catalog-wrapper {
    margin-top: 15px;
    display: flex;
    justify-content: center;
  }
}

@media (hover: hover) {
  .default__transparent-btn:hover {
    background-color: #202020;
    color: white;
  }
}

/*PROMOTION MODAL*/
.promotion__modal.modal.show .modal-dialog {
  max-width: 650px;
  width: 100%;
  padding: 0 15px;
}
.promotion__modal.modal .modal-dialog .close__modal {
  position: absolute;
  right: 18px;
  top: 18px;
  cursor: pointer;
  z-index: 2;
  background-color: transparent;
  outline: none !important;
  border: none !important;
}
.promotion__modal.modal .modal-dialog .modal__content {
  width: 100%;
  background-color: white;
  height: fit-content;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.promotion__modal.modal .modal-dialog .promotion__first-screen {
  position: relative;
}
.promotion__modal.modal
  .modal-dialog
  .promotion__first-screen
  .img__wrapper
  img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.promotion__modal.modal
  .modal-dialog
  .promotion__first-screen
  .promo__content-wrapper {
  padding: 15px 47px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-content: center;
  text-align: center;
}
.promotion__modal.modal
  .modal-dialog
  .promotion__first-screen
  .promo__content-wrapper
  span {
  color: #e83d3e;
  font-weight: 700;
}
.promotion__modal.modal
  .modal-dialog
  .promotion__first-screen
  .promo__content-wrapper
  .promo__modal-header {
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 34px;
  text-align: center;
}
.promotion__modal.modal
  .modal-dialog
  .promotion__first-screen
  .promo__content-wrapper
  .promo__modal-title {
  font-family: Montserrat, sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
}
.promotion__modal.modal
.modal-dialog
.promotion__first-screen
.promo__content-wrapper
.promo__modal-subtitle {
    font-family: Montserrat, sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 32px;
    text-align: center;
}
.promotion__modal.modal
.modal-dialog
.promotion__first-screen
.promo__content-wrapper .rule__link{
  color: #0f5ad3;
  &:hover{
    text-decoration: underline;
  }
}
.promotion__modal.modal
  .modal-dialog
  .promotion__first-screen
  .promo__content-wrapper
  .promo__btn-wrapper {
  display: flex;
  justify-content: center;
}
.promotion__modal.modal
  .modal-dialog
  .promotion__first-screen
  .promo__content-wrapper
  .promo__btn-wrapper
  .to__promo-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 420px;
  width: 100%;
  border-radius: 20px;
  min-height: 60px;
  height: fit-content;
  padding: 5px 10px;
  box-shadow: 0px 4px 20px 0px #05d33b;
  background: #05d33b;
  font-family: Montserrat, sans-serif;
  color: white;
  font-size: 24px;
  font-weight: 800;
  line-height: 20px;
  text-align: center;
}
.promotion__modal.modal .modal-dialog .promotion__form-screen {
  padding: 32px 17px;
  position: relative;
}
.promotion__modal.modal .modal-dialog .promotion__form-screen .form__header {
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
  color: #1d1d1f;
  margin-bottom: 30px;
  padding: 0 20px;
}
.promotion__modal.modal .modal-dialog .promotion__form-screen .promotion__form {
  margin: 0 auto;
  max-width: 415px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.promotion__modal.modal
  .modal-dialog
  .promotion__form-screen
  .promotion__form
  .input__wrapper
  .input {
  border: 1px solid #e3e3e3;
  backdrop-filter: blur(2px);
  border-radius: 50px;
  padding: 16px 20px;
  height: 53px;
  line-height: 1;
  font-weight: 400;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  max-width: 414px;
  color: #1d1d1f;
}
.promotion__modal.modal
  .modal-dialog
  .promotion__form-screen
  .promotion__form
  .input__wrapper
  .input::placeholder {
  color: #787878;
}
.promotion__modal.modal
  .modal-dialog
  .promotion__form-screen
  .promotion__form
  .input__wrapper
  .input.error {
  border-color: red !important;
}
.promotion__modal.modal
  .modal-dialog
  .promotion__form-screen
  .promotion__form
  .input__wrapper
  label.error {
  grid-column-start: 1;
  grid-column-end: 3;
  color: red;
  font-size: 12px;
}
.promotion__modal.modal
  .modal-dialog
  .promotion__form-screen
  .promotion__form
  .input__wrapper
  #prefixInput {
  text-align: center;
}
.promotion__modal.modal
  .modal-dialog
  .promotion__form-screen
  .promotion__form
  .input__wrapper.tel__wrapper {
  display: grid;
  grid-template-columns: 65px 1fr;
  grid-gap: 12px;
}
.promotion__modal.modal
  .modal-dialog
  .promotion__form-screen
  .promotion__form
  .input__wrapper
  .input__info {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  padding-left: 36px;
  text-align: left;
  padding-top: 10px;
  color: #787878;
}
.promotion__modal.modal
  .modal-dialog
  .promotion__form-screen
  .promotion__form
  .input__wrapper.checkbox__wrapper {
  padding: 10px 0;
}
.promotion__modal.modal
  .modal-dialog
  .promotion__form-screen
  .promotion__form
  .input__wrapper.checkbox__wrapper
  label.error {
  grid-row-start: 2;
  grid-row-end: 3;
}
.promotion__modal.modal
  .modal-dialog
  .promotion__form-screen
  .promotion__form
  .input__wrapper.checkbox__wrapper
  .policy__label {
  display: grid;
  grid-template-columns: 20px 1fr;
  grid-gap: 16px;
  align-items: center;
}
.promotion__modal.modal
  .modal-dialog
  .promotion__form-screen
  .promotion__form
  .input__wrapper.checkbox__wrapper
  .policy__input {
  width: 20px;
  height: 20px;
  border: 1px solid #626262;
  border-radius: 5px;
  cursor: pointer;
}
.promotion__modal.modal
  .modal-dialog
  .promotion__form-screen
  .promotion__form
  .input__wrapper.checkbox__wrapper
  .policy__input:checked {
  background-image: url("data:image/svg+xml,%0A%3Csvg fill='none' height='20' viewBox='0 0 24 24' width='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m0 0h24v24h-24z' fill='%23fff'/%3E%3Cpath clip-rule='evenodd' d='m7.25007 2.38782c1.29871-.28862 2.87423-.38782 4.74993-.38782s3.4512.0992 4.7499.38782c1.3101.29115 2.3989.78818 3.2365 1.62576s1.3346 1.92644 1.6258 3.23649c.2886 1.29871.3878 2.87423.3878 4.74993s-.0992 3.4512-.3878 4.7499c-.2912 1.3101-.7882 2.3989-1.6258 3.2365s-1.9264 1.3346-3.2365 1.6258c-1.2987.2886-2.8742.3878-4.7499.3878s-3.45122-.0992-4.74993-.3878c-1.31005-.2912-2.39891-.7882-3.23649-1.6258s-1.33461-1.9264-1.62576-3.2365c-.28862-1.2987-.38782-2.8742-.38782-4.7499s.0992-3.45122.38782-4.74993c.29115-1.31005.78818-2.39891 1.62576-3.23649s1.92644-1.33461 3.23649-1.62576zm8.45703 6.90507c.3905.39053.3905 1.02371 0 1.41421l-3.6828 3.6828c-.5657.5657-1.4829.5657-2.04862 0l1.02432-1.0243-1.02432 1.0243-1.68279-1.6828c-.39052-.3905-.39052-1.0237 0-1.4142.39053-.3905 1.02369-.3905 1.41422 0l1.29289 1.2929 3.2929-3.29291c.3905-.39052 1.0237-.39052 1.4142 0z' fill='%23323232' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-size: 25px 25px;
  background-position: center center;
  background-repeat: no-repeat;
}
.promotion__modal.modal
  .modal-dialog
  .promotion__form-screen
  .promotion__form
  .input__wrapper.checkbox__wrapper
  .policy__title {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  text-align: left;
  color: #787878;
}
.promotion__modal.modal
  .modal-dialog
  .promotion__form-screen
  .promotion__form
  .input__wrapper.checkbox__wrapper
  .policy__title
  a {
  color: black;
  font-weight: 600;
}
.promotion__modal.modal
  .modal-dialog
  .promotion__form-screen
  .submit__btn-wrapper {
  width: 100%;
}
.promotion__modal.modal
  .modal-dialog
  .promotion__form-screen
  .submit__btn-wrapper
  .submit__btn {
  background: #202020;
  border-radius: 30px;
  padding: 18px 80px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  width: 100%;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s;
  font-family: "Montserrat", sans-serif;
  box-shadow: none;
}
.promotion__modal.modal
  .modal-dialog
  .promotion__form-screen
  .submit__btn-wrapper
  .submit__btn:hover {
  background: #0f5ad3;
  color: #fff;
}
.promotion__modal.modal
  .modal-dialog
  .promotion__form-screen
  .success__wrapper {
  max-width: 450px;
  margin: 0 auto;
}
.promotion__modal.modal
  .modal-dialog
  .promotion__form-screen
  .success__wrapper
  .form__subheader {
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-align: center;
  color: #1d1d1f;
  margin-bottom: 40px;
  padding: 0 20px;
}
.promotion__modal.modal
  .modal-dialog
  .promotion__form-screen
  .success__wrapper
  .close.submit__btn {
  width: 100%;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 600px) {
  .promotion__modal.modal .modal-dialog .promotion__form-screen .form__header {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 20px;
  }
  .promotion__modal.modal
    .modal-dialog
    .promotion__form-screen
    .promotion__form
    .input__wrapper
    .input__info {
    font-size: 14px;
    line-height: 16px;
  }
  .promotion__modal.modal
    .modal-dialog
    .promotion__form-screen
    .success__wrapper
    .form__subheader {
    font-size: 18px;
    line-height: 22px;
  }
}
.feedback-form .form-row {
  margin-bottom: 15px;
}
.feedback-form .form-row input.input {
  margin: 0 auto !important;
}
.feedback-form a.info-button {
  margin-top: 10px;
}
footer .footer-item .info__text{
  font-size: 13px;
  line-height: 110%;
  color: #959595;
  text-align: left;
}