/*
Theme Name: SNK Motors
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: "Onest";
  src: url("assets/fonts/Onest-Regular/Onest-Regular.eot");
  src: url("assets/fonts/Onest-Regular/Onest-Regular.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Onest-Regular/Onest-Regular.woff2") format("woff2"), url("assets/fonts/Onest-Regular/Onest-Regular.woff") format("woff"), url("assets/fonts/Onest-Regular/Onest-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Onest";
  src: url("assets/fonts/Onest-Medium/Onest-Medium.eot");
  src: url("assets/fonts/Onest-Medium/Onest-Medium.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Onest-Medium/Onest-Medium.woff2") format("woff2"), url("assets/fonts/Onest-Medium/Onest-Medium.woff") format("woff"), url("assets/fonts/Onest-Medium/Onest-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Onest";
  src: url("assets/fonts/Onest-Bold/Onest-Bold.eot");
  src: url("assets/fonts/Onest-Bold/Onest-Bold.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Onest-Bold/Onest-Bold.woff2") format("woff2"), url("assets/fonts/Onest-Bold/Onest-Bold.woff") format("woff"), url("assets/fonts/Onest-Bold/Onest-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-iframe,
.fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

.fancybox-caption {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes a {
  to {
    transform: rotate(1turn);
  }
}

.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1);
}

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}

/* Dots */

.slick-dotted .slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 14px;
  width: 14px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  background: rgba(40, 139, 97, 0.1);
  border-radius: 50%;
  transition: 0.5s;
}

.slick-dots li.slick-active {
  background: rgba(40, 139, 97, 0.7);
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Arrows */

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 30px;
  width: 30px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev {
  left: -25px;
  width: 50px;
  height: 50px;
}

.slick-next {
  right: -25px;
  width: 50px;
  height: 50px;
}

* {
  box-sizing: border-box;
  text-decoration: none;
}

*:hover,
*:focus {
  outline: 0;
}

body {
  font: 400 18px/1.4 "Onest", sans-serif;
  color: rgba(16, 16, 16, 0.9);
}

body.hidden {
  overflow: hidden;
}

body.fixed-body {
  padding-top: 183px;
}

.wrapper {
  width: 100%;
  max-width: 1210px;
  padding: 0 15px;
  margin: 0 auto;
}

.section {
  padding: 96px 0;
}

.section.section--overflow {
  overflow: hidden;
}

a {
  color: rgba(16, 16, 16, 0.9);
  transition: 0.5s;
}

a:hover {
  color: #3D5CFF;
}

svg {
  transition: 0.5s;
}

strong {
  font-weight: 500;
}

h1 {
  font: 700 64px/1.1 "Onest", sans-serif;
  letter-spacing: -0.02em;
  margin-bottom: 32px;
}

h1:last-child {
  margin-bottom: 0;
}

h2 {
  font: 700 48px/1.2 "Onest", sans-serif;
  margin-bottom: 40px;
}

h2:last-child {
  margin-bottom: 0;
}

h3 {
  font: 500 24px/1.5 "Onest", sans-serif;
  margin-bottom: 40px;
}

h3:last-child {
  margin-bottom: 0;
}

h4 {
  font: 500 18px/1.6 "Onest", sans-serif;
  margin-bottom: 12px;
}

h4:last-child {
  margin-bottom: 0;
}

.buttonWrap {
  display: flex;
}

.buttonWrap.center {
  justify-content: center;
}

.buttonWrap.right {
  justify-content: flex-end;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: 100%;
  min-height: 51px;
  background: #FC0003;
  border-radius: 8px;
  border: 1px solid #FC0003;
  padding: 12px 24px;
  font: 500 16px/1.2 "Onest", sans-serif;
  color: #fff;
  cursor: pointer;
  transition: 0.5s;
}

.button:hover {
  background: #c90002;
  border-color: #c90002;
  color: #fff;
}

.button--transparent {
  background: transparent;
  color: #FC0003;
}

.button--transparent:hover {
  background: #FC0003;
  color: #fff;
}

.button--white {
  background: #fff;
  border-color: #fff;
  color: rgba(16, 16, 16, 0.9);
}

.button--white:hover {
  background: #FC0003;
  border-color: #FC0003;
  color: #fff;
}

.arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(16, 16, 16, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  transition: 0.5s;
}

.arrow svg {
  stroke: rgba(16, 16, 16, 0.5);
}

.arrow:hover {
  background: #3D5CFF;
  border-color: #3D5CFF;
}

.arrow:hover svg {
  stroke: #fff;
}

.overlay {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.modal {
  display: none;
  position: fixed;
  z-index: 100;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: calc(100% - 30px);
  max-height: calc(100% - 30px);
  overflow: auto;
  -ms-overflow-style: none;
  overflow-y: scroll;
  scrollbar-width: none;
  width: 600px;
  background: #FFFFFF;
  border-radius: 16px;
  padding: 40px;
}

.modal::-webkit-scrollbar {
  width: 0;
}

.modal__close {
  position: absolute;
  top: 18px;
  right: 18px;
}

.modal__title {
  text-align: center;
  margin-bottom: 24px;
}

.modal__subtitle {
  text-align: center;
  color: rgba(16, 16, 16, 0.5);
  margin-bottom: 24px;
}

.modal__subtitle:last-child {
  margin-bottom: 0;
}

.modal__submit {
  width: 100%;
  margin-bottom: 24px;
}

.modal__submit:last-child {
  margin-bottom: 0;
}

.closeIcon {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid rgba(16, 16, 16, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: 0.5s;
  cursor: pointer;
}

.closeIcon svg {
  stroke: rgba(16, 16, 16, 0.5);
}

.closeIcon:hover {
  background: #3D5CFF;
  border-color: #3D5CFF;
}

.closeIcon:hover svg {
  stroke: #fff;
}

.input {
  margin-bottom: 24px;
}

input {
  width: 100%;
  height: 55px;
  background: #fff;
  border: none;
  border-radius: 8px;
  box-shadow: inset 0px 0px 8px rgba(0, 0, 0, 0.09);
  padding: 0 15px;
  font: 500 16px/1.2 "Onest", sans-serif;
  color: rgba(16, 16, 16, 0.9);
  transition: 0.5s;
}

input::placeholder {
  font: 500 16px/1.2 "Onest", sans-serif;
  color: rgba(16, 16, 16, 0.5);
}

input:focus {
  box-shadow: inset 0px 0px 8px rgba(0, 0, 0, 0.3);
}

.agreement {
  margin-bottom: 24px;
}

.agreement:last-child {
  margin-bottom: 0;
}

.agreement input {
  display: none;
}

.agreement input:checked + label::before {
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}

.agreement input:checked + label::after {
  display: block;
}

.agreement label {
  display: block;
  position: relative;
  padding-left: 28px;
  font-size: 12px;
  line-height: 1.6;
  color: rgba(16, 16, 16, 0.5);
  cursor: pointer;
}

.agreement label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 20px;
  height: 20px;
  background: #FFFFFF;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.16);
  border-radius: 2px;
}

.agreement label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translate(0, -50%);
  width: 11px;
  height: 8px;
  background: url("assets/img/checked.svg") no-repeat;
  background-size: cover;
  background-position: center;
  display: none;
}

.mobMenu {
  display: none;
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 30px 15px;
  padding-top: 40px;
  overflow: auto;
  -ms-overflow-style: none;
  overflow-y: scroll;
  scrollbar-width: none;
}

.mobMenu::-webkit-scrollbar {
  width: 0;
}

.mobMenu__close {
  position: absolute;
  top: 20px;
  right: 15px;
}

.mobMenu__button {
  width: 100%;
  margin-top: 20px;
}

.mobileMenu {
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 50px;
}

.mobileMenu__item {
  margin-bottom: 20px;
}

.mobileMenu__item:last-child {
  margin-bottom: 0;
}

.mobileSubmenu {
  font-size: 18px;
  padding-left: 20px;
  margin-top: 10px;
}

.mobileSubmenu__item {
  margin-bottom: 10px;
  position: relative;
}

.mobMenuPhone {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 20px;
}

.mobMenuPhone__icon {
  margin-right: 8px;
  display: flex;
  align-items: center;
}

.mobMenuPhone:hover {
  color: #3D5CFF;
}

.header {
  margin-bottom: 12px;
}

.header__top {
  padding: 12px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  max-width: 200px;
}

.header__logo img {
  width: auto;
  height: auto;
  max-width: 100%;
}

.header__topText {
  width: 760px;
  max-width: calc(100% - 200px);
  text-align: right;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.5;
}

.header__burger {
  display: none;
}

.header__wrap {
  background: #3D5CFF;
  border-radius: 16px;
  padding: 12px 40px;
  padding-left: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.3s;
}

.header__wrapLogo {
  display: none;
  min-width: 160px;
  max-width: 200px;
}

.header__wrapLogo img {
  width: auto;
  height: auto;
  max-width: 100%;
}

.header__right {
  display: flex;
  align-items: center;
}

.header.header--fixed {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
}

.header.header--fixed .header__top {
  display: none;
}

.header.header--fixed .header__wrap {
  background: #fff;
  border-radius: 0;
  padding: 8px 0;
}

.header.header--fixed .header__wrapLogo {
  display: flex;
  align-items: center;
}

.header.header--fixed .headerMenu__item:hover .headerMenu__link {
  color: #3D5CFF;
}

.header.header--fixed .headerMenu__item:hover .headerMenu__link + .headerMenu__arrow {
  fill: #3D5CFF;
}

.header.header--fixed .headerMenu__link {
  color: rgba(16, 16, 16, 0.9);
}

.header.header--fixed .headerMenu__arrow {
  fill: rgba(16, 16, 16, 0.9);
}

.header.header--fixed .headerPhone {
  color: rgba(16, 16, 16, 0.9);
}

.header.header--fixed .headerPhone:hover {
  color: #3D5CFF;
}

.header.header--fixed .headerPhone:hover .headerPhone__icon svg {
  stroke: #3D5CFF;
}

.header.header--fixed .headerPhone__icon svg {
  stroke: #3D5CFF;
}

.header.header--fixed .header__button {
  border-color: #FC0003;
  color: #FC0003;
}

.header.header--fixed .header__button:hover {
  color: #fff;
}

.headerMenu {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
}

.headerMenu__item {
  display: flex;
  align-items: center;
  position: relative;
  margin-right: 32px;
}

.headerMenu__item:last-child {
  margin-right: 0;
}

.headerMenu__item:hover .headerSubmenu {
  display: block;
}

.headerMenu__item:hover .headerMenu__link {
  color: #FC0003;
}

.headerMenu__item:hover .headerMenu__link + .headerMenu__arrow {
  fill: #FC0003;
}

.headerMenu__arrow {
  margin-left: 8px;
  fill: #fff;
}

.headerMenu__link {
  color: #fff;
}

.headerSubmenu {
  display: none;
  position: absolute;
  z-index: 15;
  top: calc(100% + 10px);
  left: 0;
  width: 280px;
  padding: 8px 16px;
  background: #fff;
  box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  font-weight: 500;
  font-size: 16px;
}

.headerSubmenu::before {
  content: "";
  position: absolute;
  top: -12px;
  left: 0;
  width: 100%;
  height: 12px;
  background: transparent;
}

.headerSubmenu__link {
  display: block;
  padding: 8px 0;
}

.headerPhone {
  display: flex;
  align-items: center;
  margin-right: 32px;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
}

.headerPhone:last-child {
  margin-right: 0;
}

.headerPhone__icon {
  margin-right: 8px;
  display: flex;
  align-items: center;
}

.headerPhone__icon svg {
  stroke: #fff;
  fill: transparent;
}

.headerPhone:hover {
  color: #FC0003;
}

.headerPhone:hover .headerPhone__icon svg {
  stroke: #FC0003;
}

.footer {
  position: relative;
  margin-top: 96px;
  padding-bottom: 96px;
}

.footer__map {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 340px;
  border-radius: 16px 0 0 16px;
  overflow: hidden;
}

.footer__text {
  max-width: calc(50% - 30px);
}

.footer__policy {
  margin-top: 40px;
  font-weight: 500;
  font-size: 16px;
}

.footer__policy a {
  color: rgba(16, 16, 16, 0.5);
}

.footer__policy a:hover {
  color: #FC0003;
}

#map {
  width: 100%;
  height: 100%;
}

.footerItem {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.5;
}

.footerItem:last-child {
  margin-bottom: 0;
}

.footerItem__icon {
  width: 32px;
  display: flex;
  align-items: center;
}

.footerItem__text {
  width: calc(100% - 32px);
  padding-left: 12px;
}

.banner {
  background: #3D5CFF;
  border-radius: 16px;
  padding: 64px;
  padding-bottom: 57px;
  position: relative;
  overflow: hidden;
  color: #fff;
}

.banner__content {
  position: relative;
  z-index: 2;
  max-width: 610px;
}

.banner__mobImg {
  display: none;
}

.banner__text {
  margin-bottom: 24px;
}

.banner__text:last-child {
  margin-bottom: 0;
}

.banner__text p {
  margin-bottom: 10px;
}

.banner__text p:last-child {
  margin-bottom: 0;
}

.banner__img {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  display: flex;
  align-items: center;
  max-width: 100%;
}

.banner__img img {
  width: auto;
  height: auto;
  max-width: 100%;
}

.bannerList {
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 24px;
}

.bannerList:last-child {
  margin-bottom: 0;
}

.bannerList__item {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.bannerList__item:last-child {
  margin-bottom: 0;
}

.bannerList__itemIcon {
  width: 32px;
  display: flex;
  align-items: center;
}

.bannerList__itemText {
  width: calc(100% - 32px);
  padding-left: 16px;
}

.assortmentWrap {
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}

.assortment {
  width: calc(25% - 20px);
  margin: 0 10px;
  margin-bottom: 20px;
  background: #F5F5F5;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.06);
  border-radius: 16px;
  padding-bottom: 32px;
  cursor: pointer;
  transition: 0.5s;
}

.assortment__img {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 0 10px;
  margin-bottom: 16px;
}

.assortment__padding {
  display: block;
  padding-top: 85%;
}

.assortment__image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.assortment__title {
  display: block;
  padding: 0 16px;
  text-align: center;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.5;
  transition: 0.5s;
}

.assortment:hover {
  background: #3D5CFF;
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.5);
}

.assortment:hover .assortment__title {
  color: #fff;
}

.optWrap {
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}

.opt {
  width: calc(33.33% - 20px);
  margin: 0 10px;
  margin-bottom: 20px;
  background: #F5F5F5;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.06);
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  padding: 24px;
  display: flex;
  align-items: center;
  font-weight: 500;
  line-height: 1.6;
}

.opt.opt--colored {
  background: #3D5CFF;
  color: #fff;
}

.opt__text {
  max-width: calc(100% - 65px);
}

.opt__img {
  position: absolute;
  display: flex;
  align-items: center;
}

.opt__img img {
  max-width: 100%;
}

.opt:first-child .opt__img {
  top: -5px;
  right: -5px;
}

.opt:nth-child(2) .opt__img {
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}

.opt:nth-child(3) .opt__img {
  top: 50%;
  right: 8px;
  transform: translate(0, -50%);
}

.opt:nth-child(4) {
  width: calc(60% - 20px);
}

.opt:nth-child(4) .opt__text {
  max-width: calc(100% - 195px);
}

.opt:nth-child(4) .opt__img {
  top: 50%;
  right: 60px;
  transform: translate(0, -50%);
}

.opt:nth-child(5) {
  width: calc(40% - 20px);
}

.opt:nth-child(5) .opt__text {
  max-width: calc(100% - 145px);
}

.opt:nth-child(5) .opt__img {
  bottom: -5px;
  right: -5px;
}

.about {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.about__text {
  width: 780px;
  max-width: calc(100% - 276px);
  color: rgba(16, 16, 16, 0.5);
}

.about__text h2 {
  color: rgba(16, 16, 16, 0.9);
}

.about__text p {
  margin-bottom: 12px;
}

.about__text p:last-child {
  margin-bottom: 0;
}

.about__text ul {
  margin-bottom: 12px;
}

.about__text ul:last-child {
  margin-bottom: 0;
}

.about__text ul li {
  display: block;
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
}

.about__text ul li:last-child {
  margin-bottom: 0;
}

.about__text ul li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #3D5CFF;
}

.about__img {
  width: 246px;
  display: flex;
  align-items: center;
  cursor: zoom-in;
}

.about__img img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.catalogSection {
  padding-top: 20px;
}

.catalogSection h1 {
  font-size: 48px;
  line-height: 1.2;
  margin-bottom: 32px;
}

.catalogTabs {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.tab {
  min-height: 43px;
  max-width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 5px 24px;
  background: rgba(61, 92, 255, 0.2);
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
  transition: 0.5s;
  margin-right: 24px;
  margin-bottom: 24px;
}

.tab:last-child {
  margin-right: 0;
}

.tab:hover {
  background: rgba(61, 92, 255, 0.5);
}

.tab.tab--active {
  background: #3D5CFF;
  color: #fff;
}

.catalog {
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}

.catalogItem {
  width: calc(25% - 20px);
  margin: 0 10px;
  margin-bottom: 20px;
  background: #F5F5F5;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.06);
  border-radius: 16px;
  padding-bottom: 24px;
  overflow: hidden;
}

.catalogItem__img {
  display: block;
  padding: 0 10px;
  position: relative;
  margin-bottom: 12px;
}

.catalogItem__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.catalogItem__img.catalogItem__img--noImage {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.catalogItem__img.catalogItem__img--noImage img {
  position: static;
  transform: translate(0, 0);
}

.catalogItem__padding {
  display: block;
  padding-top: 77%;
}

.catalogItem__sku {
  display: block;
  padding: 0 16px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.7;
  color: rgba(16, 16, 16, 0.5);
  margin-bottom: 4px;
}

.catalogItem__title {
  display: block;
  padding: 0 16px;
  font-weight: 500;
  font-size: 16px;
  color: rgba(16, 16, 16, 0.9);
}

.catalogItem:hover {
  background: rgba(61, 92, 255, 0.2);
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.5);
}

.productSection {
  padding-top: 12px;
}

.backWrap {
  margin-bottom: 24px;
}

.back {
  min-height: 40px;
  max-width: 100%;
  padding: 5px 24px;
  border: 1px solid rgba(16, 16, 16, 0.5);
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 16px;
  color: rgba(16, 16, 16, 0.5);
  transition: 0.5s;
}

.back__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-right: 8px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid rgba(16, 16, 16, 0.5);
  transition: 0.5s;
}

.back__icon svg {
  stroke: rgba(16, 16, 16, 0.5);
}

.back:hover {
  background: #3D5CFF;
  border-color: #3D5CFF;
  color: #fff;
}

.back:hover .back__icon {
  background: #fff;
  border-color: #fff;
}

.back:hover .back__icon svg {
  stroke: #3D5CFF;
}

.product {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.product__img {
  width: 480px;
  position: relative;
}

.product__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.product__imgPadding {
  padding-top: 83%;
}

.product__content {
  width: 580px;
  max-width: calc(100% - 510px);
}

.product__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 12px;
}

.product__mobImg {
  display: none;
  position: relative;
  margin-bottom: 12px;
}

.product__mobImg img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.product__mobImgPadding {
  padding-top: 70%;
}

.product__sku {
  font-weight: 500;
  font-size: 16px;
  color: rgba(16, 16, 16, 0.5);
  margin-bottom: 12px;
}

.product__text {
  margin-bottom: 24px;
}

.product__text p {
  margin-bottom: 10px;
}

.product__text p:last-child {
  margin-bottom: 0;
}

.characteristics {
  margin-bottom: 24px;
}

.characteristics:last-child {
  margin-bottom: 0;
}

.characteristics .tr {
  background: #F5F5F5;
  border-radius: 8px;
  padding: 8px 12px;
  display: flex;
}

.characteristics .tr:nth-child(2n) {
  background: rgba(61, 92, 255, 0.2);
}

.characteristics .td:first-child {
  width: 196px;
  padding-right: 16px;
  color: rgba(16, 16, 16, 0.5);
}

.characteristics .td:last-child {
  width: calc(100% - 196px);
}

.similar {
  position: relative;
  margin-top: -10px;
}

.similar__prev {
  position: absolute;
  top: 50%;
  left: -60px;
  transform: translate(0, -50%);
}

.similar__next {
  position: absolute;
  top: 50%;
  right: -60px;
  transform: translate(0, -50%);
}

.similar__wrap {
  margin: 0 -10px;
  display: flex;
}

.similar .slick-list {
  padding: 10px 0;
  display: flex;
}

.similar .slick-track {
  display: flex;
}

.similar .catalogItem {
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.06);
}

.similar .catalogItem:hover {
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}

.policySection {
  padding-top: 12px;
}

.policySection h1 {
  font-size: 48px;
  line-height: 1.2;
  margin-bottom: 40px;
  word-break: break-word;
}

.policySection h3 {
  margin-top: 40px;
}

.policySection h3:first-child {
  margin-top: 0;
}

.policySection p {
  margin-bottom: 12px;
}

.policySection p:last-child {
  margin-bottom: 0;
}

.policySection ul {
  margin-bottom: 12px;
}

.policySection ul:last-child {
  margin-bottom: 0;
}

.policySection ul li {
  display: block;
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
}

.policySection ul li:last-child {
  margin-bottom: 0;
}

.policySection ul li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #3D5CFF;
}

.errorSection {
  text-align: center;
}

.errorSection {
  padding-top: 60px;
}

.errorSection__btn {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 1350px) {
  .similar__prev {
    top: -65px;
    left: auto;
    right: 60px;
    transform: translate(0, 0);
  }

  .similar__next {
    top: -65px;
    right: 0;
    transform: translate(0, 0);
  }
}

@media screen and (max-width: 1100px) {
  .header__wrap {
    padding: 12px 15px;
  }

  .headerMenu__item {
    margin-right: 24px;
  }
}

@media screen and (max-width: 960px) {
  body {
    font-size: 16px;
    padding-top: 100px;
  }

  .section {
    padding: 60px 0;
  }

  h1 {
    font-size: 36px;
    margin-bottom: 20px;
  }

  h2 {
    font-size: 32px;
    margin-bottom: 30px;
  }

  h3 {
    font-size: 20px;
    margin-bottom: 30px;
  }

  h4 {
    margin-bottom: 15px;
  }

  .modal {
    padding: 30px 15px;
    padding-top: 45px;
  }

  .modal br {
    display: none;
  }

  .modal__title {
    margin-bottom: 15px;
  }

  .modal__subtitle {
    margin-bottom: 20px;
  }

  .input {
    margin-bottom: 20px;
  }

  .header {
    position: fixed;
    z-index: 20;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    background: #fff;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
  }

  .header__wrap {
    display: none;
  }

  .header__topText {
    display: none;
  }

  .header__burger {
    display: flex;
    align-items: center;
  }

  .header__logo {
    min-width: auto;
    max-width: 85px;
  }

  .footer {
    margin-top: 60px;
    padding-bottom: 0;
  }

  .footer__map {
    position: static;
    width: 100%;
    border-radius: 0;
  }

  .footer__text {
    max-width: 100%;
    margin-bottom: 30px;
  }

  .footer__policy {
    display: none;
  }

  .footerItem {
    font-size: 20px;
  }

  .banner {
    border-radius: 10px;
    padding: 30px 15px;
  }

  .banner__content {
    max-width: 100%;
  }

  .banner__content br {
    display: none;
  }

  .banner__img {
    position: static;
    transform: translate(0, 0);
    justify-content: center;
    margin-top: 30px;
  }

  .banner__text {
    margin-bottom: 20px;
  }

  .bannerList {
    margin-bottom: 20px;
  }

  .bannerList__itemText {
    padding-left: 10px;
  }

  .assortment {
    width: calc(50% - 6px);
    margin: 0 3px;
    margin-bottom: 6px;
    border-radius: 10px;
    padding-bottom: 20px;
  }

  .assortment__title {
    font-size: 18px;
  }

  .optWrap {
    display: block;
    margin: 0;
  }

  .opt {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
    border-radius: 10px;
    padding: 20px 15px;
  }

  .opt:last-child {
    margin-bottom: 0;
  }

  .opt.opt--colored {
    background: #F5F5F5;
    color: rgba(16, 16, 16, 0.9);
  }

  .opt:first-child .opt__img {
    right: -15px;
  }

  .opt:nth-child(2) .opt__img {
    right: -5px;
  }

  .opt:nth-child(3) .opt__img {
    right: -8px;
  }

  .opt:nth-child(4) {
    width: 100%;
  }

  .opt:nth-child(4) .opt__text {
    max-width: calc(100% - 80px);
  }

  .opt:nth-child(4) .opt__img {
    right: 0;
  }

  .opt:nth-child(5) {
    width: 100%;
  }

  .opt:nth-child(5) .opt__text {
    max-width: calc(100% - 80px);
  }

  .opt:nth-child(5) .opt__img {
    width: 100px;
  }

  .catalogSection {
    padding: 0;
  }

  .catalogSection h1 {
    font-size: 36px;
  }

  .tab {
    min-height: 40px;
    margin-right: 15px;
    margin-bottom: 15px;
    padding: 5px 15px;
  }

  .catalogItem {
    width: calc(33.33% - 20px);
  }

  .productSection {
    padding-bottom: 60px;
  }

  .product {
    display: block;
  }

  .product__img {
    display: none;
  }

  .product__content {
    width: 100%;
    max-width: 100%;
  }

  .product__mobImg {
    display: block;
  }

  .product__button .button {
    width: 100%;
  }

  .characteristics {
    font-size: 14px;
  }

  .characteristics .td:first-child {
    width: 175px;
    padding-right: 10px;
  }

  .characteristics .td:last-child {
    width: calc(100% - 175px);
  }

  .similar {
    margin: 0;
  }

  .similar__prev,
  .similar__next {
    display: none;
  }

  .similar__wrap {
    margin: 0;
    transform: translate(-15px, 0);
    width: calc(100% + 30px);
    padding: 0 15px;
    overflow: auto;
  }

  .similar__wrap::-webkit-scrollbar {
    width: 0;
    height: 0;
  }

  .similar__wrap .catalogItem {
    flex: 0 0 auto;
    width: 220px;
    margin: 0;
    margin-right: 15px;
  }

  .similar__wrap .catalogItem:last-child {
    margin-right: 0;
  }

  .policySection {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .policySection h1 {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .policySection h3 {
    margin-bottom: 20px;
  }

  .policySection ul li {
    padding-left: 15px;
  }

  .policySection ul li::before {
    width: 6px;
    height: 6px;
    top: 8px;
  }
}

@media screen and (max-width: 750px) {
  .catalogItem {
    width: calc(50% - 20px);
  }
}

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

@media screen and (max-width: 560px) {
  .assortmentWrap {
    margin: 0 -3px;
  }

  .about {
    display: block;
  }

  .about__text {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }

  .about__text ul li {
    padding-left: 15px;
  }

  .about__text ul li::before {
    width: 6px;
    height: 6px;
    top: 8px;
  }
}

@media screen and (max-width: 440px) {
  .catalog {
    margin: 0 -3px;
  }

  .catalogItem {
    width: calc(50% - 6px);
    margin: 0 3px;
    margin-bottom: 15px;
    border-radius: 10px;
    padding-bottom: 20px;
  }

  .catalogItem__sku {
    font-size: 14px;
    padding: 0 10px;
  }

  .catalogItem__title {
    font-size: 14px;
    padding: 0 10px;
  }
}

@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }

@supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
}
}