@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url("/fonts/Montserrat-Light.woff2") format("woff2"), url("/fonts/Montserrat-Light.woff2") format("woff2");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url("/fonts/Montserrat-Regular.woff2") format("woff2"), url("/fonts/Montserrat-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url("/fonts/Montserrat-Medium.woff2") format("woff2"), url("/fonts/Montserrat-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url("/fonts/Montserrat-SemiBold.woff2") format("woff2"), url("/fonts/Montserrat-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  font-display: swap;
  src: url("/fonts/Montserrat-Bold.woff2") format("woff2"), url("/fonts/Montserrat-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url("/fonts/Montserrat-ExtraBold.woff2") format("woff2"), url("/fonts/Montserrat-ExtraBold.woff2") format("woff2");
}
.center {
  text-align: center;
}

.fw700 {
  font-weight: 700;
}

.fw600 {
  font-weight: 600;
}

.fw500 {
  font-weight: 500;
}

.mt30 {
  margin-top: 30px;
}

.white {
  color: #fff;
}
.white b {
  color: #fff;
}

.uppercase {
  text-transform: uppercase;
}

.fancybox__caption {
  color: #fff !important;
}

.chars_block_product {
  border-bottom: 1px solid #CFCFCF;
  padding-bottom: 1.25vw;
  margin-bottom: 1.5vw;
}
.chars_block_product ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-row-gap: 1vw;
  grid-column-gap: 1vw;
}
.chars_block_product ul li .sm {
  margin-top: 0.25vw;
  font-size: 0.875vw;
  color: #7C7C7C;
}

.hide {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: 0.3s all ease;
}

.hover_line {
  position: relative;
}
.hover_line:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #fff;
  transition: 0.5s all ease;
}
.hover_line:hover:before {
  width: 100%;
}

.d_flex {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-flow: wrap;
}

.back_btn {
  margin: 3vw 0 0;
}
.back_btn .btn {
  margin: 0 auto;
  width: -moz-max-content;
  width: max-content;
}
.back_btn .btn svg {
  width: 1.1vw;
  height: 1.1vw;
  margin: 0 1vw 0 0;
}

.bg_img {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.has_dot {
  position: relative;
  margin-left: 0.8vw;
}
.has_dot:before {
  content: "";
  position: absolute;
  top: 0.5vw;
  transform: translateY(-50%);
  left: -0.8vw;
  background-color: #1DD65C;
  width: 0.4vw;
  height: 0.4vw;
  border-radius: 50%;
  animation: 3s blinkDot linear infinite;
}

.btn {
  color: #fff;
  background: linear-gradient(180deg, #F8666B 0%, #ED1C24 100%);
  box-shadow: 0 4px 4px 0 rgba(19, 19, 19, 0.25) inset;
  height: 2.813vw;
  padding: 0 1.7vw;
  transition: 0.3s all ease;
}
.btn:hover {
  background: linear-gradient(180deg, #ED1C24 0%, #ED1C24 100%);
  box-shadow: 0 4px 4px 0 rgba(237, 28, 36, 0.25);
}

.before {
  position: relative;
}
.before:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section_heading {
  margin: 3.5vw 0 2.5vw;
}
.section_heading .title_block {
  align-items: flex-end;
}
.section_heading .title_block a {
  font-size: 1.1vw;
  margin-left: 1.563vw;
  border-bottom: 1px dashed #000;
  position: relative;
}
.section_heading .title_block a svg {
  width: 1vw;
  height: 1vw;
  position: absolute;
  right: -1.4vw;
  top: 50%;
  transform: translateY(-50%);
}
.section_heading .title_block a:hover {
  color: #ED1C24;
  border-bottom: 1px dashed #ED1C24;
}
.section_heading .title_block a:hover svg {
  right: -1.6vw;
  transform: rotate(-45deg) translateY(-50%);
}
.section_heading .title_block a:hover svg path {
  fill: #ED1C24;
}
.section_heading .title {
  line-height: 90%;
  font-size: 2.5vw;
}
.section_heading .title b {
  font-weight: 700;
  color: #ED1C24;
}
.section_heading .subtitle {
  margin-top: 0.7vw;
  font-size: 1.1vw;
}

.slider-arr {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
}
.slider-arr svg {
  width: 1.25vw;
  height: 2.5vw;
}
.slider-arr:hover svg path {
  stroke: #ED1C24;
}
.slider-arr.prev {
  left: 5.938vw;
}
.slider-arr.next {
  right: 5.938vw;
}

a.download_link {
  padding-left: 2.5vw;
  display: block;
}
a.download_link:hover {
  text-decoration: underline;
  color: #ED1C24;
}
a.download_link:before {
  top: -0.4vw;
  width: 2vw;
  height: 2vw;
  background-image: url("/img/pdf_icon.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.breadcrumbs {
  margin: 1.25vw 0 2.5vw;
}
.breadcrumbs.thank_you ol li a, .breadcrumbs.thank_you ol li span {
  color: #fff;
}
.breadcrumbs.category_page .container {
  max-width: 100%;
}
.breadcrumbs ol {
  display: flex;
  flex-flow: wrap;
}
.breadcrumbs ol li {
  font-size: 1vw;
  margin-right: 0.5vw;
}
.breadcrumbs ol li a {
  padding-right: 1vw;
  position: relative;
}
.breadcrumbs ol li a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 0.5vw;
  height: 1vw;
  background-image: url("/img/breadcrumb.svg");
}
.breadcrumbs ol li a span {
  font-weight: 400;
  transition: 0.3s all ease;
}
.breadcrumbs ol li a:hover span {
  color: #ED1C24;
  text-decoration: underline;
}
.breadcrumbs ol li span {
  font-weight: 600;
}

@media only screen and (max-width: 720px) {
  .chars_block_product {
    padding-bottom: 3.5vw;
    margin-bottom: 3.5vw;
  }
  .chars_block_product ul {
    grid-row-gap: 2vw;
  }
  .chars_block_product ul li .sm {
    font-size: 3vw;
  }

  .hover_line:before {
    display: none;
  }

  .has_dot {
    margin-left: 3vw;
  }
  .has_dot:before {
    top: 1.75vw;
    left: -2vw;
    width: 1vw;
    height: 1vw;
  }

  .btn {
    height: 10vw;
    padding: 0 6vw;
  }

  .section_heading {
    margin: 12vw 0 4vw;
  }
  .section_heading .title {
    font-size: 5vw;
    line-height: 120%;
  }
  .section_heading .subtitle {
    margin-top: 1.5vw;
    font-size: 3.5vw;
  }
  .section_heading .title_block a {
    font-size: 3vw;
    margin-left: 4vw;
  }
  .section_heading .title_block a:hover svg {
    right: -3.5vw;
    transform: translateY(-50%);
  }
  .section_heading .title_block a svg {
    right: -3.5vw;
    width: 2vw;
    height: 2vw;
  }

  .breadcrumbs {
    margin: 5vw 0 10vw;
  }
  .breadcrumbs ol {
    display: inline-block;
  }
  .breadcrumbs ol li {
    margin-right: 1.5vw;
    display: inline;
  }
  .breadcrumbs ol li a {
    font-size: 3vw;
    padding-right: 2vw;
  }
  .breadcrumbs ol li a:before {
    width: 1vw;
    height: 2vw;
  }
  .breadcrumbs ol li span {
    font-size: 3vw;
  }

  .slick-dots li {
    width: 1.5vw;
    height: 1.5vw;
    margin: 0 0.75vw;
  }
  .slick-dots li.slick-active {
    margin: 0 1vw;
  }
  .slick-dots li.slick-active button:before {
    width: 2.5vw;
  }
  .slick-dots li button:before {
    height: 1.5vw;
  }

  a.download_link {
    padding-left: 6vw;
  }
  a.download_link:before {
    width: 5vw;
    height: 5vw;
  }

  .back_btn {
    margin: 7vw 0 0;
  }
  .back_btn .btn svg {
    width: 3vw;
    height: 3vw;
    margin-right: 2vw;
  }
}
@keyframes blinkDot {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
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: inherit;
  vertical-align: baseline;
  outline: none;
  font-family: "Montserrat", sans-serif;
  box-sizing: border-box;
  color: #2E2E2E;
}

html {
  height: 100%;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  padding-top: 7.5vw;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  background-color: #F8F8F9;
}

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

p {
  font-weight: 400;
  font-size: 1vw;
  color: #2E2E2E;
}

a {
  text-decoration: none;
  font-size: 1vw;
  font-weight: 400;
  transition: 0.3s all ease;
  color: #2E2E2E;
}

.container {
  margin: 0 auto;
  width: 88.125vw;
}

select {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

form button {
  cursor: pointer;
}

b {
  font-weight: 600;
}

ol, ul {
  list-style: none;
}

svg {
  transition: 0.3s all ease;
}

svg path {
  transition: 0.3s all ease;
}

blockquote, q {
  quotes: none;
}

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

strong {
  font-weight: bold;
}

input {
  outline: none;
}

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

img {
  border: 0;
  max-width: 100%;
}

.inner-padding {
  padding: 0 80px;
}

/* Chrome, Opera, Safari */
details summary::-webkit-details-marker {
  display: none;
}

details :focus {
  outline: 0;
}

/* Firefox */
details, summary {
  display: block;
}

details summary:before {
  content: none;
}

details[open] summary:before {
  content: none;
}

::-webkit-scrollbar-track {
  background-color: #fff;
}

::-webkit-scrollbar-thumb {
  background-color: #000;
  background-position: center;
  background-repeat: no-repeat;
}

::-webkit-scrollbar {
  width: 12px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

@media only screen and (max-width: 720px) {
  body {
    padding-top: 12vw;
    overflow-x: hidden;
  }

  a, p {
    font-size: 3.5vw;
  }

  .container {
    width: 93vw;
  }
}
.fz36 {
  font-size: 2.25vw;
}

.fz24 {
  font-size: 1.5vw;
}

.fz22 {
  font-size: 1.375vw;
}

.fz12 {
  font-size: 0.8vw;
}

@media only screen and (max-width: 720px) {
  .fz36 {
    font-size: 5vw;
  }

  .fz24 {
    font-size: 4.5vw;
  }

  .fz22 {
    font-size: 3.5vw;
  }
}
form textarea,
form select,
form input {
  height: 2.813vw;
  box-sizing: border-box;
  border-radius: 0;
  font-size: 1.1vw;
  padding: 0 1vw;
  border: 1px solid #E2E2E2;
  transition: 0.3s all ease;
  font-family: "Montserrat", sans-serif;
}
form textarea::-moz-placeholder, form select::-moz-placeholder, form input::-moz-placeholder {
  color: #505050;
}
form textarea:-ms-input-placeholder, form select:-ms-input-placeholder, form input:-ms-input-placeholder {
  color: #505050;
}
form textarea::placeholder,
form select::placeholder,
form input::placeholder {
  color: #505050;
}
form textarea:focus, form textarea:active,
form select:focus,
form select:active,
form input:focus,
form input:active {
  border: 1px solid #ED1C24;
}
form textarea:focus::-moz-placeholder, form textarea:active::-moz-placeholder, form select:focus::-moz-placeholder, form select:active::-moz-placeholder, form input:focus::-moz-placeholder, form input:active::-moz-placeholder {
  color: transparent;
}
form textarea:focus:-ms-input-placeholder, form textarea:active:-ms-input-placeholder, form select:focus:-ms-input-placeholder, form select:active:-ms-input-placeholder, form input:focus:-ms-input-placeholder, form input:active:-ms-input-placeholder {
  color: transparent;
}
form textarea:focus::placeholder, form textarea:active::placeholder,
form select:focus::placeholder,
form select:active::placeholder,
form input:focus::placeholder,
form input:active::placeholder {
  color: transparent;
}
form select {
  font-weight: 400;
}
form textarea {
  resize: none;
  width: 100%;
  height: 8.125vw;
  padding: 0.75vw 1vw;
  outline: none;
  font-family: "Montserrat", sans-serif;
}
form .input_group {
  margin-bottom: 0.8vw;
}
form .input_group label {
  display: block;
  font-size: 0.875vw;
}
form .input_group textarea,
form .input_group input {
  margin-top: 0.3vw;
  width: 100%;
}
form button.btn {
  font-size: 1.1vw;
  border: none;
  padding: 0 2.5vw;
}
form .agree_block {
  margin-top: 0.5vw;
}
form .agree_block input {
  width: 0.9vw !important;
  height: 0.9vw !important;
}
form .agree_block label {
  cursor: pointer;
  font-size: 0.8vw;
}
form .agree_block label a {
  font-size: 0.8vw;
  text-decoration: underline;
}
form .agree_block label a:hover {
  color: #ED1C24 !important;
}

@media only screen and (max-width: 720px) {
  form .input_group {
    margin-bottom: 4vw;
  }
  form .input_group label {
    font-size: 2.5vw;
  }
  form .input_group input {
    margin-top: 1vw;
  }
  form input {
    padding: 0 3vw;
  }
  form button.btn, form input {
    font-size: 3.5vw;
    height: 10vw;
  }
  form .agree_block {
    margin-top: 2.5vw;
  }
  form .agree_block input {
    width: 2.5vw !important;
    height: 2.5vw !important;
  }
  form .agree_block label,
form .agree_block label a {
    font-size: 2.5vw;
  }
}
.content_desc_page h1 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 2.5vw;
  margin: 0 0 1.5vw;
}
.content_desc_page h2, .content_desc_page h3, .content_desc_page h4, .content_desc_page h5, .content_desc_page h6 {
  font-weight: 600;
  font-size: 2.2vw;
  margin: 1vw 0;
}
.content_desc_page h3 {
  font-size: 2vw;
}
.content_desc_page h4 {
  font-size: 1.8vw;
}
.content_desc_page h5 {
  font-size: 1.6vw;
}
.content_desc_page h6 {
  font-size: 1.4vw;
}
.content_desc_page em {
  font-style: italic;
}
.content_desc_page p {
  margin: 0.75vw 0;
}
.content_desc_page strong a {
  font-weight: bold;
}
.content_desc_page a {
  border-bottom: 1px dashed #ED1C24;
  color: #ED1C24;
}
.content_desc_page a.btn {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  align-items: center;
  text-decoration: none;
  color: #fff;
  border-bottom: none !important;
}
.content_desc_page a.btn:hover {
  color: #fff;
}
.content_desc_page a:hover {
  color: #ED1C24;
  border-bottom-style: solid;
}
.content_desc_page blockquote {
  position: relative;
  padding: 0.05vw 0 0.05vw 4vw;
}
.content_desc_page blockquote:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 2vw;
  width: 6px;
  height: 100%;
  background-color: #ED1C24;
}
.content_desc_page ul li {
  position: relative;
  padding-left: 1.2vw;
  font-size: 1vw;
  margin-bottom: 0.3vw;
}
.content_desc_page ul li:before {
  content: "";
  position: absolute;
  top: 0.5vw;
  left: 0;
  width: 0.6vw;
  height: 0.6vw;
  background-color: #ED1C24;
}
.content_desc_page .btgrid {
  margin: 1vw 0;
}
.content_desc_page .btgrid .row {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
}
.content_desc_page .btgrid .row .col-md-6 {
  width: 49%;
}
.content_desc_page table {
  width: 100% !important;
  margin: 2vw 0;
}
.content_desc_page table caption b {
  color: #fff;
}
.content_desc_page table caption,
.content_desc_page table thead {
  background-color: #ED1C24;
  padding: 1vw 0;
  font-size: 1.1vw;
  color: #fff;
}
.content_desc_page table caption tr,
.content_desc_page table thead tr {
  color: #fff;
}
.content_desc_page table caption tr th,
.content_desc_page table thead tr th {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1vw 1.5vw;
}
.content_desc_page table caption tr th em,
.content_desc_page table caption tr th,
.content_desc_page table thead tr th em,
.content_desc_page table thead tr th {
  font-style: normal;
  color: #fff;
  font-weight: 600;
  font-size: 1.3vw;
}
.content_desc_page table td {
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 1.1vw;
  padding: 1vw 1.5vw;
  vertical-align: center;
}

@media only screen and (max-width: 720px) {
  .content_desc_page h1 {
    font-size: 4.5vw;
    margin: 0 0 4vw;
  }
  .content_desc_page h2, .content_desc_page h3, .content_desc_page h4, .content_desc_page h5, .content_desc_page h6 {
    font-size: 4.3vw;
    margin: 5vw 0 3.5vw;
  }
  .content_desc_page h3 {
    font-size: 4.1vw;
  }
  .content_desc_page h4 {
    font-size: 3.9vw;
  }
  .content_desc_page h5 {
    font-size: 3.7vw;
  }
  .content_desc_page h6 {
    font-size: 3.5vw;
  }
  .content_desc_page blockquote {
    padding: 1vw 0 1vw 9vw;
  }
  .content_desc_page blockquote:before {
    left: 4vw;
  }
  .content_desc_page a.btn {
    width: 100%;
    justify-content: center;
  }
  .content_desc_page ul li {
    font-size: 3.5vw;
    padding-left: 2.5vw;
    margin-bottom: 1.5vw;
  }
  .content_desc_page ul li:before {
    width: 1.25vw;
    height: 1.25vw;
    top: 1.6vw;
  }
  .content_desc_page p {
    margin: 3vw 0;
  }
  .content_desc_page p iframe {
    width: 100% !important;
    height: 52vw !important;
  }
  .content_desc_page .btgrid {
    margin: 2vw 0;
  }
  .content_desc_page .btgrid .row .col-md-6 {
    width: 100%;
  }
  .content_desc_page table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    margin: 4vw 0;
  }
  .content_desc_page table caption,
.content_desc_page table thead {
    padding: 2vw 0;
    font-size: 3vw;
  }
  .content_desc_page table caption tr th,
.content_desc_page table thead tr th {
    padding: 2vw 2.5vw;
  }
  .content_desc_page table caption tr th, .content_desc_page table caption tr th em,
.content_desc_page table thead tr th,
.content_desc_page table thead tr th em {
    font-size: 3vw;
  }
  .content_desc_page table td {
    font-size: 3vw;
    padding: 2vw 2.5vw;
  }
}
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
}

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
}

.noUi-connect {
  height: 150%;
  width: 100%;
}

.noUi-origin {
  height: 10%;
  width: 10%;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}

.noUi-vertical .noUi-origin {
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}

.noUi-touch-area {
  cursor: pointer;
  height: 100%;
  width: 100%;
  border: 1px solid #ED1C24;
  background-color: #ED1C24;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  transition: transform 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

.noUi-horizontal {
  height: 2px;
}

.noUi-horizontal .noUi-handle {
  width: 10px;
  height: 16px;
  right: 0;
  top: -7px;
  background-color: #F6F8F9;
  border: 1px solid #B0BABF;
  box-shadow: none;
}

.noUi-vertical {
  width: 2px;
}

.noUi-vertical .noUi-handle {
  border: none;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}

.noUi-target {
  background: #FAFAFA;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}

.noUi-connects {
  border-radius: 3px;
  background-color: #e0e0e0;
  overflow: visible;
}

.noUi-connect {
  background: rgba(0, 0, 0, 0.7);
  height: 3px;
  position: relative;
  top: -1px;
}

.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  border: 1px solid #D9D9D9;
  background: #F6F8F9;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}

.noUi-handle.noUi-handle-lower {
  border: 1px solid #ED1C24;
}
.noUi-handle.noUi-handle-upper {
  border: 1px solid #ED1C24;
}

.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}

[disabled] .noUi-connect {
  background: #333;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

.noUi-pips,
.noUi-pips * {
  box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

.noUi-marker {
  position: absolute;
  background: #CCC;
}

.noUi-marker-sub {
  background: #AAA;
}

.noUi-marker-large {
  background: #AAA;
}

.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  transform: translate(0, -50%);
  padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
  transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

.noUi-horizontal .noUi-origin > .noUi-tooltip {
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}

.noUi-vertical .noUi-origin > .noUi-tooltip {
  transform: translate(0, -18px);
  top: auto;
  right: 28px;
}

.messengers p {
  color: #fff;
  margin-bottom: 0.2vw;
}
.messengers a {
  width: 2.5vw;
  height: 2.5vw;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-right: 0.8vw;
  background-color: rgba(255, 255, 255, 0.9);
}
.messengers a img, .messengers a svg {
  width: 55%;
  height: 55%;
  transition: 0.3s all ease;
}
.messengers a.va svg path {
  fill: #ED1C24;
}
.messengers a.tg svg path {
  fill: #ED1C24;
}
.messengers a.wa svg path {
  fill: #ED1C24;
}
.messengers a.fb svg path {
  fill: #4267B2;
}
.messengers a:hover.va {
  background-color: #7360F2;
}
.messengers a:hover.va svg path {
  fill: #fff;
}
.messengers a:hover.tg {
  background-color: #229ED9;
}
.messengers a:hover.tg svg path {
  fill: #fff;
}
.messengers a:hover.wa {
  background-color: #25D366;
}
.messengers a:hover.wa svg path {
  fill: #fff;
}
.messengers a:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 720px) {
  .messengers a {
    width: 6vw;
    height: 6vw;
    margin-right: 1.5vw;
  }
}
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
header.fixed .top_row {
  display: none;
}
header .top_row {
  background-color: #ED1C24;
  height: 4.875vw;
}
header .top_row .container {
  justify-content: space-between;
}
header .top_row .container .logo_block .logo_link {
  position: relative;
  width: -moz-max-content;
  width: max-content;
}
header .top_row .container .logo_block .logo_link:hover img.logo_sign {
  transform: rotate(180deg);
}
header .top_row .container .logo_block .logo_link img {
  transition: 1s all ease;
}
header .top_row .container .logo_block .logo_link img.logo_letters {
  width: 10.625vw;
}
header .top_row .container .logo_block .logo_link img.logo_sign {
  position: absolute;
  top: 0.2vw;
  left: 0.2vw;
  width: 2.2vw;
  transform: rotate(0);
}
header .top_row .container .logo_block img.secondary {
  margin-left: 8.75vw;
  width: 14.813vw;
}
header .top_row .container .logo_block p {
  font-size: 0.75vw;
  margin-left: 1.688vw;
}
header .top_row .container .messengers_block {
  margin-right: -6vw;
}
header .top_row .container .messengers_block img {
  width: 0.8vw;
}
header .top_row .container .messengers_block p {
  font-size: 0.9vw;
  margin: 0 0.9vw 0 0.7vw;
}
header .top_row .container .header_phones {
  flex-direction: column;
}
header .top_row .container .header_phones .tel {
  font-size: 1.375vw;
}
header .top_row .container .header_phones .get_callback {
  border-bottom: 1px dashed #fff;
  cursor: pointer;
}
header .top_row .container .header_phones .get_callback:hover {
  border-bottom: 1px solid #fff;
}
header .top_row .container .burger_btn {
  margin-left: -12vw;
  display: none;
  width: 6.5vw;
  height: 4.5vw;
  position: relative;
}
header .top_row .container .burger_btn.active p:first-child {
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
}
header .top_row .container .burger_btn.active p:last-child {
  top: 50%;
  transform: rotate(-45deg) translateY(-50%);
}
header .top_row .container .burger_btn.active p:nth-child(2) {
  left: 50%;
  opacity: 0;
}
header .top_row .container .burger_btn p {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #fff;
  left: 0;
  transition: 0.3s all ease;
}
header .top_row .container .burger_btn p:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
header .top_row .container .burger_btn p:last-child {
  top: calc(100% - 2px);
}
header .second_row {
  height: 2.625vw;
  border-bottom: 1px solid #D8D8D8;
  background-color: #F8F8F9;
}
header .second_row .container {
  justify-content: space-between;
  height: 100%;
}
header .second_row .container nav {
  height: 100%;
}
header .second_row .container nav > ul {
  height: 100%;
}
header .second_row .container nav > ul > li {
  margin-right: 3.125vw;
  height: 100%;
  position: relative;
}
header .second_row .container nav > ul > li.mobile_links {
  display: none;
}
header .second_row .container nav > ul > li a.main_link {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.95vw;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
header .second_row .container nav > ul > li a.main_link.current {
  color: #ED1C24;
}
header .second_row .container nav > ul > li a.main_link svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
header .second_row .container nav > ul > li a.main_link svg#mark {
  left: 0;
}
header .second_row .container nav > ul > li a.main_link svg#arrow {
  width: 0.65vw;
  height: 0.5vw;
  right: -1vw;
}
header .second_row .container nav > ul > li a.main_link.catalog_link {
  padding-left: 2.2vw;
}
header .second_row .container nav > ul > li a.main_link.catalog_link svg#mark {
  margin-right: 0.45vw;
  width: 1.9vw;
  height: 1.9vw;
}
header .second_row .container nav > ul > li a.main_link.parts_link {
  padding-left: 1.5vw;
}
header .second_row .container nav > ul > li a.main_link.parts_link svg {
  margin-right: 0.35vw;
  width: 1.2vw;
  height: 1.2vw;
}
header .second_row .container nav > ul > li:hover > a {
  color: #ED1C24;
}
header .second_row .container nav > ul > li:hover > a svg#mark path {
  fill: #ED1C24;
}
header .second_row .container nav > ul > li:hover > a svg#arrow {
  transform: translateY(-50%) rotate(180deg);
}
header .second_row .container nav > ul > li:hover > a svg#arrow path {
  stroke: #ED1C24;
}
header .second_row .container nav > ul > li .catalog_products {
  position: absolute;
  top: 100%;
  padding: 1vw 1.1vw 2vw;
  border-top: 1px solid #D8D8D8;
  width: 88.125vw;
  background-color: #F8F8F9;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-column-gap: 1.063vw;
  grid-row-gap: 1.5vw;
}
header .second_row .container nav > ul > li .catalog_products .item .product_img {
  height: 10vw;
  position: relative;
  overflow: hidden;
}
header .second_row .container nav > ul > li .catalog_products .item .product_img p.main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s all ease;
}
header .second_row .container nav > ul > li .catalog_products .item p.title {
  padding: 0.65vw 0 0.4vw;
  font-size: 1.1vw;
  transition: 0.3s all ease;
  border-bottom: 2px solid #FFC42F;
}
header .second_row .container nav > ul > li .catalog_products .item ul {
  margin: 0.7vw 0 0;
}
header .second_row .container nav > ul > li .catalog_products .item ul li {
  margin-bottom: 0.3vw;
}
header .second_row .container nav > ul > li .catalog_products .item ul li:last-child {
  margin: 0;
}
header .second_row .container nav > ul > li .catalog_products .item ul li a {
  font-size: 0.95vw;
}
header .second_row .container nav > ul > li .catalog_products .item ul li a:hover {
  color: #ED1C24;
  text-decoration: underline;
}
header .second_row .container nav > ul > li .catalog_products .item:hover .product_img .main {
  transform: scale(1.1);
}
header .second_row .container nav > ul > li .catalog_products .item:hover p.title {
  border-bottom: 2px solid #ED1C24;
}
header .second_row .container nav > ul > li ul.sub_menu {
  position: absolute;
  left: 0;
  top: 100%;
  width: -moz-max-content;
  width: max-content;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  padding: 0.65vw 1vw;
  background-color: #F8F8F9;
  border-top: 1px solid #D8D8D8;
}
header .second_row .container nav > ul > li ul.sub_menu li {
  margin-bottom: 0.3vw;
}
header .second_row .container nav > ul > li ul.sub_menu li a:hover {
  color: #ED1C24;
  text-decoration: underline;
}
header .second_row .container nav > ul > li ul.sub_menu li a:before {
  background-color: #ED1C24;
  height: 1px;
}
header .second_row .container nav > ul > li ul.sub_menu li:last-child {
  margin: 0;
}
header .second_row .container nav > ul > li:hover .catalog_products,
header .second_row .container nav > ul > li:hover ul.sub_menu {
  opacity: 1;
  visibility: visible;
  z-index: 99;
}
header .second_row .container nav > ul > li:last-child {
  margin-right: 0;
}
header .second_row .container .right_part {
  height: 100%;
}
header .second_row .container .right_part .sign_block {
  cursor: pointer;
  margin-right: 1.2vw;
}
header .second_row .container .right_part .sign_block p {
  transition: 0.3s all ease;
  font-size: 0.9vw;
}
header .second_row .container .right_part .sign_block svg {
  width: 1.28vw;
  height: 1.25vw;
  margin-right: 0.4vw;
}
header .second_row .container .right_part .sign_block.basket {
  position: relative;
}
header .second_row .container .right_part .sign_block.basket .basket_count {
  position: absolute;
  font-size: 0.8vw;
  top: -0.45vw;
  right: -0.45vw;
  background-color: #ED1C24;
  border-radius: 50%;
  width: 1.1vw;
  height: 1.1vw;
  color: #fff;
  justify-content: center;
}
header .second_row .container .right_part .sign_block.basket.active svg path {
  stroke: #ED1C24;
}
header .second_row .container .right_part .sign_block.basket svg {
  margin: 0;
  width: 1.5vw;
}
header .second_row .container .right_part .sign_block:hover.enter svg path {
  fill: #ED1C24;
}
header .second_row .container .right_part .sign_block:hover.basket svg path {
  stroke: #ED1C24;
}
header .second_row .container .right_part .sign_block:hover p {
  color: #ED1C24;
}
header .second_row .container .right_part .lang_block {
  position: relative;
  height: 100%;
}
header .second_row .container .right_part .lang_block:hover ul.langs_menu {
  opacity: 1;
  visibility: visible;
  z-index: 99;
}
header .second_row .container .right_part .lang_block .current_lang {
  cursor: pointer;
  font-size: 0.9vw;
}
header .second_row .container .right_part .lang_block .current_lang img {
  width: 1.15vw;
  margin: 0 0.4vw 0 0.5vw;
}
header .second_row .container .right_part .lang_block .current_lang svg {
  width: 0.8vw;
  height: 0.4vw;
}
header .second_row .container .right_part .lang_block ul.langs_menu {
  position: absolute;
  right: 0;
  top: 100%;
  background-color: #F8F8F9;
  padding: 0.5vw;
  width: -moz-max-content;
  width: max-content;
  border-top: 1px solid #D8D8D8;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
header .second_row .container .right_part .lang_block ul.langs_menu li {
  margin-top: 0.5vw;
}
header .second_row .container .right_part .lang_block ul.langs_menu li a p {
  font-size: 0.9vw;
}
header .second_row .container .right_part .lang_block ul.langs_menu li a img {
  margin-left: 0.5vw;
  width: 1.15vw;
}
header .second_row .container .right_part .lang_block ul.langs_menu li a:hover p {
  color: #ED1C24;
}
header .second_row .container .right_part .lang_block ul.langs_menu li:first-child {
  margin: 0;
}

@media only screen and (max-width: 720px) {
  header.open_mobile {
    position: fixed;
    z-index: 9999;
    height: 100vh;
    background-color: #fff;
  }
  header.open_mobile .top_row .container .messengers_block {
    display: flex;
  }
  header.open_mobile .second_row {
    display: block;
    height: 100vh;
    border-bottom: none;
    background-color: #fff;
  }
  header.fixed .top_row {
    display: flex;
  }
  header .top_row {
    height: 12vw;
  }
  header .top_row .container .logo_block .logo_link:hover img.logo_sign {
    transform: translateY(-50%) rotate(180deg);
  }
  header .top_row .container .logo_block .logo_link img.logo_sign {
    left: 0.75vw;
    width: 5vw;
    top: 50%;
    transform: translateY(-50%);
  }
  header .top_row .container .logo_block .logo_link img.logo_letters {
    width: 25vw;
  }
  header .top_row .container .logo_block p, header .top_row .container .logo_block .secondary {
    display: none;
  }
  header .top_row .container .messengers_block {
    display: none;
    position: fixed;
    top: 20vw;
    left: 50%;
    transform: translateX(-50%);
  }
  header .top_row .container .messengers_block .messengers a {
    width: 9vw;
    height: 9vw;
    margin-right: 3vw;
  }
  header .top_row .container .messengers_block .messengers a svg path {
    fill: #fff;
  }
  header .top_row .container .messengers_block .messengers a.tg {
    background-color: #229ED9;
  }
  header .top_row .container .messengers_block .messengers a.va {
    background-color: #7360F2;
  }
  header .top_row .container .messengers_block .messengers a.wa {
    background-color: #25D366;
  }
  header .top_row .container .messengers_block .messengers a:last-child {
    margin-right: 0;
  }
  header .top_row .container .messengers_block p, header .top_row .container .messengers_block img {
    display: none;
  }
  header .top_row .container .header_phones .tel {
    font-size: 3.75vw;
  }
  header .top_row .container .header_phones .get_callback {
    display: none;
  }
  header .top_row .container .burger_btn {
    display: block;
  }
  header .second_row {
    display: none;
  }
  header .second_row .container nav {
    height: -moz-max-content;
    height: max-content;
    width: 100%;
    margin-top: 20vw;
  }
  header .second_row .container nav > ul {
    width: 100%;
    flex-direction: column;
  }
  header .second_row .container nav > ul > li {
    margin-bottom: 4vw;
    margin-right: 0;
  }
  header .second_row .container nav > ul > li.mobile_hide {
    display: none !important;
  }
  header .second_row .container nav > ul > li.mobile_links {
    display: flex;
  }
  header .second_row .container nav > ul > li a.main_link {
    font-size: 4.5vw;
  }
  header .second_row .container nav > ul > li a.main_link.catalog_link, header .second_row .container nav > ul > li a.main_link.parts_link {
    padding-left: 0;
  }
  header .second_row .container nav > ul > li a.main_link svg {
    display: none;
  }
  header .second_row .container nav > ul > li .catalog_products {
    display: none !important;
  }
  header .second_row .container .right_part {
    width: 100%;
    height: -moz-max-content;
    height: max-content;
    justify-content: center;
    display: flex;
  }
  header .second_row .container .right_part .basket {
    display: none;
  }
  header .second_row .container .right_part .lang_block {
    padding-bottom: 30vw;
  }
  header .second_row .container .right_part .lang_block svg, header .second_row .container .right_part .lang_block img {
    display: none;
  }
  header .second_row .container .right_part .lang_block .current_lang {
    font-size: 4vw;
  }
  header .second_row .container .right_part .lang_block ul.langs_menu {
    position: relative;
    top: 0;
    opacity: 1;
    visibility: visible;
    z-index: 2;
    background-color: #fff;
    box-shadow: none;
    border-top: none;
    display: flex;
    padding: 0;
    margin-left: 4vw;
  }
  header .second_row .container .right_part .lang_block ul.langs_menu li {
    margin-top: 0;
    margin-left: 4vw;
  }
  header .second_row .container .right_part .lang_block ul.langs_menu li a p {
    font-size: 4vw;
  }
}
.big_slider {
  display: none;
}
.big_slider.slick-initialized {
  display: block;
}
.big_slider .slider-arr.prev {
  left: 3vw;
}
.big_slider .slider-arr.next {
  right: 3vw;
}
.big_slider .item {
  overflow: hidden;
}
.big_slider .item .img {
  display: block;
  height: 35vw;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.sm_slider {
  margin-top: 0.3vw;
  display: none;
}
.sm_slider.slick-initialized {
  display: block;
}
.sm_slider .slick-list {
  margin: 0 -0.4vw;
}
.sm_slider .slick-list .slick-slide {
  margin: 0 0.4vw;
  cursor: pointer;
}
.sm_slider .slick-list .slick-slide.slick-current .item {
  border: 2px solid #ED1C24;
}
.sm_slider .item {
  overflow: hidden;
  border: 2px solid transparent;
}
.sm_slider .item .img {
  height: 8vw;
  transition: 0.3s all ease;
}
.sm_slider .item:hover .img {
  transform: scale(1.1);
}

@media only screen and (max-width: 720px) {
  .big_slider .item .img {
    height: 60vw;
  }

  .sm_slider .slick-list {
    margin: 0 -1vw;
  }
  .sm_slider .slick-list .slick-slide {
    margin: 0 1vw;
  }
  .sm_slider .item .img {
    height: 17vw;
  }
}
section.hero_section .hero_slider {
  height: 40.8vw;
  overflow: hidden;
}
section.hero_section .hero_slider .slide_item .inner {
  height: 40.8vw;
  position: relative;
}
section.hero_section .hero_slider .slide_item .inner .video_block video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
section.hero_section .hero_slider .slide_item .inner .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
section.hero_section .hero_slider .slide_item .inner .has_before.red:before {
  width: 60%;
  background: linear-gradient(90deg, rgba(237, 28, 36, 0.45) 0.4%, rgba(0, 0, 0, 0) 96.85%);
}
section.hero_section .hero_slider .slide_item .inner .has_before:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0) 58.78%);
}
section.hero_section .hero_slider .slide_item .inner .container {
  padding: 0 0 2vw 4.5vw;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  position: relative;
  z-index: 2;
}
section.hero_section .hero_slider .slide_item .inner .container .content_desc_page {
  max-width: 28vw;
}
section.hero_section .hero_slider .slide_item .inner .container .content_desc_page h1, section.hero_section .hero_slider .slide_item .inner .container .content_desc_page h2, section.hero_section .hero_slider .slide_item .inner .container .content_desc_page h3, section.hero_section .hero_slider .slide_item .inner .container .content_desc_page h4, section.hero_section .hero_slider .slide_item .inner .container .content_desc_page h5, section.hero_section .hero_slider .slide_item .inner .container .content_desc_page h6 {
  font-size: 4.25vw;
  margin-bottom: 1.438vw;
  color: #fff;
  font-weight: 600;
}
section.hero_section .hero_slider .slide_item .inner .container .content_desc_page p {
  font-size: 2.75vw;
  color: #fff;
  font-weight: 600;
}
section.hero_section .hero_slider .slide_item .inner .container a.btn {
  margin-top: 2.5vw;
}

section.catalog_section.catalog_page .section_heading {
  margin: 0 0 2.5vw;
}
section.catalog_section .catalog_items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
}
section.catalog_section .catalog_items .item {
  height: 25vw;
  padding: 3vw 2.25vw;
  position: relative;
  overflow: hidden;
}
section.catalog_section .catalog_items .item.parts ul li {
  padding: 0;
}
section.catalog_section .catalog_items .item.parts ul li a:hover {
  color: #fff;
  border-bottom: 1px solid #fff;
}
section.catalog_section .catalog_items .item:hover {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
}
section.catalog_section .catalog_items .item:hover:before {
  background: rgba(0, 0, 0, 0.6);
}
section.catalog_section .catalog_items .item:hover .img {
  transform: scale(1.1);
}
section.catalog_section .catalog_items .item:before {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.45) 70.4%, rgba(0, 0, 0, 0) 96.85%);
}
section.catalog_section .catalog_items .item .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: 0.3s all ease;
}
section.catalog_section .catalog_items .item p.title {
  font-size: 2.25vw;
  margin-bottom: 1vw;
  position: relative;
  z-index: 1;
  text-shadow: 1px 1px #000;
}
section.catalog_section .catalog_items .item ul {
  position: relative;
  z-index: 1;
}
section.catalog_section .catalog_items .item ul li {
  margin-bottom: 0.75vw;
  padding-left: 1vw;
  width: -moz-max-content;
  width: max-content;
}
section.catalog_section .catalog_items .item ul li:before {
  background-color: #ED1C24;
  width: 0.5vw;
  height: 0.5vw;
  top: 0.5vw;
}
section.catalog_section .catalog_items .item ul li:hover:before {
  background-color: #F8F8F9;
}
section.catalog_section .catalog_items .item ul li a {
  font-weight: 500;
  font-size: 1.2vw;
  border-bottom: 1px dashed #fff;
  text-shadow: 1px 1px #000;
}
section.catalog_section .catalog_items .item ul li a:hover {
  color: #ED1C24;
  border-bottom: 1px solid #ED1C24;
}

section.news_section.news_page .section_heading {
  margin: 0 0 2.5vw;
}
section.news_section .blog_items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 1.5vw;
  grid-row-gap: 3vw;
}
section.news_section .post_item .img {
  height: 20vw;
}
section.news_section .post_item.big {
  width: 50%;
}
section.news_section .post_item.big .desc {
  max-width: 70%;
  padding-left: 5.5vw;
}
section.news_section .post_item.big .desc p.title {
  font-size: 1.4vw;
}
section.news_section .post_item .desc {
  max-width: 95%;
  margin-top: 1vw;
}
section.news_section .post_item .desc p.title {
  font-size: 1.2vw;
  margin: 0.625vw 0 0.3vw;
}
section.news_section .post_item .desc p.date {
  font-size: 0.875vw;
}
section.news_section .post_item .desc p.more {
  font-size: 0.875vw;
  justify-content: flex-start;
  color: #ED1C24;
  margin-top: 0.75vw;
}
section.news_section .post_item .desc p.more svg {
  margin-left: 0.5vw;
  width: 0.7vw;
  height: 0.7vw;
}
section.news_section .post_item .desc p.more svg path {
  fill: #ED1C24;
}
section.news_section .post_item:hover p.title {
  text-decoration: underline;
}

section.seo_desc_main {
  margin-top: 5vw;
}
section.seo_desc_main .content_desc_page {
  padding: 0 5vw;
}
section.seo_desc_main .section_heading {
  margin: 0 0 0.5vw;
}
section.seo_desc_main p.read_all {
  color: #ED1C24;
  font-size: 1.2vw;
  cursor: pointer;
  border-bottom: 1px dashed #ED1C24;
  margin: 1vw auto 0;
  width: -moz-max-content;
  width: max-content;
  display: none;
}
section.seo_desc_main p.read_all:hover {
  border-bottom: 1px solid #ED1C24;
}
section.seo_desc_main.active p.read_all {
  display: block;
}
section.seo_desc_main.active .content_desc_page {
  overflow: hidden;
  position: relative;
  height: 46vw;
}
section.seo_desc_main.active .content_desc_page:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10vw;
  background: linear-gradient(0deg, #F8F8F9 18.23%, rgba(248, 248, 249, 0) 100%);
  z-index: 1;
}
section.seo_desc_main .btns_block {
  margin-top: 4vw;
}
section.seo_desc_main .btns_block .section_heading a {
  margin-right: 2vw;
}

@media only screen and (max-width: 720px) {
  section.hero_section .hero_slider {
    height: 80vw;
  }
  section.hero_section .hero_slider .slider-arr {
    background-color: #ED1C24;
    width: 5vw;
    height: 8vw;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.7;
  }
  section.hero_section .hero_slider .slider-arr:hover svg path {
    stroke: #fff;
  }
  section.hero_section .hero_slider .slider-arr.prev {
    left: 0;
  }
  section.hero_section .hero_slider .slider-arr.next {
    right: 0;
  }
  section.hero_section .hero_slider .slide_item .inner {
    height: 80vw;
  }
  section.hero_section .hero_slider .slide_item .inner .has_before:before {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 80%);
  }
  section.hero_section .hero_slider .slide_item .inner .container .content_desc_page {
    max-width: 100%;
  }
  section.hero_section .hero_slider .slide_item .inner .container .content_desc_page h1, section.hero_section .hero_slider .slide_item .inner .container .content_desc_page h2, section.hero_section .hero_slider .slide_item .inner .container .content_desc_page h3, section.hero_section .hero_slider .slide_item .inner .container .content_desc_page h4, section.hero_section .hero_slider .slide_item .inner .container .content_desc_page h5, section.hero_section .hero_slider .slide_item .inner .container .content_desc_page h6 {
    text-align: center;
    text-shadow: 1px 1px #000;
    font-size: 5vw;
    margin-bottom: 2.5vw;
  }
  section.hero_section .hero_slider .slide_item .inner .container .content_desc_page p {
    text-shadow: 1px 1px #000;
    font-size: 4vw;
    text-align: center;
  }
  section.hero_section .hero_slider .slide_item .inner .container a.btn {
    margin-top: 5vw;
  }

  section.catalog_section .catalog_items {
    grid-template-columns: 1fr;
    grid-row-gap: 4vw;
  }
  section.catalog_section .catalog_items .item {
    height: -moz-max-content;
    height: max-content;
    min-height: 50vw;
    padding: 5vw 4.5vw;
  }
  section.catalog_section .catalog_items .item:hover {
    box-shadow: none;
  }
  section.catalog_section .catalog_items .item:hover:before {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.45) 70.4%, rgba(0, 0, 0, 0) 96.85%);
  }
  section.catalog_section .catalog_items .item:hover .img {
    transform: scale(1);
  }
  section.catalog_section .catalog_items .item p.title {
    font-size: 3.5vw;
    margin-bottom: 2vw;
  }
  section.catalog_section .catalog_items .item ul li {
    margin-bottom: 1.5vw;
    padding-left: 2.5vw;
  }
  section.catalog_section .catalog_items .item ul li:before {
    width: 1.25vw;
    height: 1.25vw;
    top: 2vw;
  }
  section.catalog_section .catalog_items .item ul li a {
    font-size: 3.5vw;
  }

  section.news_section.news_page .blog_items {
    margin-top: 4vw;
    grid-template-columns: 1fr;
    grid-row-gap: 7vw;
  }
  section.news_section.news_page .blog_items .post_item {
    width: 100%;
  }
  section.news_section .blog_items {
    grid-column-gap: 3.5vw;
    overflow-x: scroll;
    margin-right: -4vw;
    margin-left: -4vw;
    padding-right: 4vw;
    padding-left: 4vw;
  }
  section.news_section .blog_items::-webkit-scrollbar {
    display: none;
  }
  section.news_section .post_item {
    width: 80vw;
  }
  section.news_section .post_item .img {
    height: 50vw;
  }
  section.news_section .post_item .desc {
    margin-top: 2vw;
    max-width: 100%;
  }
  section.news_section .post_item .desc p.more {
    font-size: 3vw;
    margin-top: 1.25vw;
  }
  section.news_section .post_item .desc p.more svg {
    width: 2.5vw;
    height: 2.5vw;
    margin-left: 1vw;
  }
  section.news_section .post_item .desc p.date {
    font-size: 2.5vw;
  }
  section.news_section .post_item .desc p.title {
    margin-top: 1.5vw;
    font-size: 3.5vw;
  }

  section.seo_desc_main {
    margin-top: 10vw;
  }
  section.seo_desc_main.active .content_desc_page {
    height: 120vw;
  }
  section.seo_desc_main p.read_all {
    font-size: 3.5vw;
    margin: 2vw auto 0;
  }
  section.seo_desc_main .btns_block {
    margin-top: 10vw;
  }
  section.seo_desc_main .btns_block .section_heading a {
    margin-left: 0;
    margin-right: 8vw;
    margin-bottom: 2vw;
  }
  section.seo_desc_main .btns_block .title_block .title {
    width: 100%;
    margin-bottom: 2.5vw;
  }
  section.seo_desc_main .content_desc_page {
    padding: 0;
  }
}
section.category_products .filters_block {
  justify-content: space-between;
  align-items: flex-start;
}
section.category_products .filters_block .left {
  width: 70%;
}
section.category_products .filters_block .left .content_desc_page {
  margin-top: 1.2vw;
  width: 90%;
}
section.category_products .filters_block .right {
  width: 24.625vw;
  background-color: rgba(0, 0, 0, 0.04);
  padding: 1.5vw 1.5vw 3vw;
}
section.category_products .filters_block .right .category_image {
  margin-bottom: 1vw;
}
section.category_products .filters_block .right ul {
  margin-top: 1.5vw;
}
section.category_products .filters_block .right ul li {
  margin-top: 0.75vw;
}
section.category_products .filters_block .filter_items {
  width: 100%;
  margin-top: 2.5vw;
}
section.category_products .filters_block .filter_items .filter_item {
  align-items: flex-start;
  margin-bottom: 1vw;
}
section.category_products .filters_block .filter_items .filter_item:last-child {
  margin-bottom: 0;
}
section.category_products .filters_block .filter_items .filter_item .name {
  width: 15vw;
  font-size: 1.25vw;
  margin-right: 1.563vw;
  display: none;
}
section.category_products .filters_block .filter_items .filter_item .name:first-child {
  display: inline-block;
}
section.category_products .filters_block .filter_items .filter_item ul {
  width: 70%;
}
section.category_products .filters_block .filter_items .filter_item ul li {
  position: relative;
  margin: 0 1.063vw 1vw 0;
}
section.category_products .filters_block .filter_items .filter_item ul li.active label, section.category_products .filters_block .filter_items .filter_item ul li:hover label {
  background-color: #ED1C24;
  color: #fff;
  border: 1px solid #ED1C24;
}
section.category_products .filters_block .filter_items .filter_item ul li p.reset_filter {
  width: 1.125vw;
  height: 1.125vw;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url("/img/reset_btn.svg");
  transition: 0.3s all ease;
}
section.category_products .filters_block .filter_items .filter_item ul li p.reset_filter:hover {
  transform: rotate(90deg);
}
section.category_products .filters_block .filter_items .filter_item ul li input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}
section.category_products .filters_block .filter_items .filter_item ul li label {
  display: flex;
  padding: 0 0.688vw;
  min-width: 3vw;
  height: 2vw;
  cursor: pointer;
  font-weight: 500;
  font-size: 1.125vw;
  color: #5A5A5A;
  border: 1px solid #A5A5A5;
  align-items: center;
  justify-content: center;
  transition: 0.3s all ease;
  line-height: 80%;
}
section.category_products .filters_block .filter_items .filter_item .power_block input {
  padding: 0;
  text-align: center;
  height: 2vw;
  width: 3vw;
  border: 1px solid #A5A5A5;
  background-color: transparent;
  font-weight: 500;
  font-size: 1.125vw;
  color: #5A5A5A;
}
section.category_products .filters_block .filter_items .filter_item .power_block .nouislider {
  margin: 0 2vw;
  width: 11.25vw;
}
section.category_products .filters_block .filter_items .filter_item .power_block .set__price {
  margin-left: 1vw;
  height: 2vw;
  display: flex;
  align-items: center;
  padding: 0 0.75vw;
  border: 1px solid #A5A5A5;
  cursor: pointer;
}
section.category_products .filters_block .filter_items .filter_item .power_block .set__price:hover {
  color: #fff;
  border: 1px solid #ED1C24;
  background-color: #ED1C24;
}
section.category_products .total_row {
  margin-top: 1vw;
  align-items: center;
  justify-content: space-between;
}
section.category_products .total_row select {
  font-size: 1vw;
  border: none;
  background-color: transparent;
  outline: none;
}
section.category_products .products_block {
  margin: 1.5vw 0 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-row-gap: 2.5vw;
  grid-column-gap: 2.5vw;
}
section.category_products .products_block .item {
  background-color: #fff;
  border: 1px solid #CFCFCF;
}
section.category_products .products_block .item .img_block {
  height: 20.625vw;
  position: relative;
  overflow: hidden;
}
section.category_products .products_block .item .img_block p {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: 0.3s all ease;
}
section.category_products .products_block .item .desc_inner {
  padding: 1vw 1.5vw 1.5vw;
}
section.category_products .products_block .item .desc_inner .title_block {
  border-bottom: 1px solid #CFCFCF;
  padding-bottom: 1vw;
  margin-bottom: 1vw;
}
section.category_products .products_block .item .desc_inner .title_block .subtitle {
  margin: 0.4vw 0 0;
  color: #7C7C7C;
}
section.category_products .products_block .item .desc_inner .btn {
  margin-top: 1.4vw;
  justify-content: center;
}
section.category_products .products_block .item:hover {
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.28);
}
section.category_products .products_block .item:hover .img_block p {
  transform: scale(1.1);
}
section.category_products .products_block .item:hover .desc_inner .title {
  text-decoration: underline;
}
section.category_products .products_block .item:hover .desc_inner .btn {
  background: linear-gradient(#ed1c24 0%, #ed1c24 100%);
}

@media only screen and (max-width: 720px) {
  section.category_products {
    margin-bottom: 15vw;
  }
  section.category_products .filters_block {
    margin-bottom: 5vw;
  }
  section.category_products .filters_block .left {
    width: 100%;
  }
  section.category_products .filters_block .left .content_desc_page {
    width: 100%;
  }
  section.category_products .filters_block .right {
    width: 100%;
    padding: 0;
    margin-top: 5vw;
    background-color: transparent;
  }
  section.category_products .filters_block .filter_items {
    margin-top: 7vw;
  }
  section.category_products .filters_block .filter_items .filter_item .name {
    font-size: 3.5vw;
    width: 100%;
    margin-right: 0;
    margin-bottom: 2vw;
  }
  section.category_products .filters_block .filter_items .filter_item ul li {
    margin: 0 3.5vw 2.5vw 0;
  }
  section.category_products .filters_block .filter_items .filter_item ul li p.reset_filter {
    width: 7vw;
    height: 7vw;
  }
  section.category_products .filters_block .filter_items .filter_item ul li label {
    font-size: 3.5vw;
    height: 7vw;
    padding: 0 2.5vw;
  }
  section.category_products .total_row select {
    font-size: 3vw;
  }
  section.category_products .products_block {
    display: flex;
    grid-template-columns: none;
    grid-column-gap: 4vw;
    margin-top: 3vw;
    padding-left: 3.5vw;
    padding-right: 3.5vw;
    overflow-x: scroll;
    margin-right: -3.5vw;
    margin-left: -3.5vw;
  }
  section.category_products .products_block .item {
    display: block;
    min-width: 80vw;
  }
  section.category_products .products_block .item .img_block {
    height: 60vw;
  }
  section.category_products .products_block .item .desc_inner {
    padding: 3vw 4vw;
  }
  section.category_products .products_block .item .desc_inner .title_block {
    margin-bottom: 3.5vw;
    padding-bottom: 3.5vw;
  }
  section.category_products .products_block .item .desc_inner .btn {
    margin-top: 3.5vw;
  }
}
section.product_first_desc .inner {
  justify-content: space-between;
  align-items: self-start;
  margin-top: 1.875vw;
}
section.product_first_desc .inner .left {
  width: 64%;
}
section.product_first_desc .inner .right {
  width: 34%;
}
section.product_first_desc .inner .right .title {
  border-bottom: 1px solid #8D8D8D;
  padding-bottom: 0.75vw;
  margin-bottom: 0.75vw;
}
section.product_first_desc .inner .right .chars_block_product {
  margin-top: 1vw;
}
section.product_first_desc .inner .right ul.total_block li {
  justify-content: space-between;
  margin-bottom: 0.5vw;
}
section.product_first_desc .inner .right ul.total_block li.base p {
  font-size: 1.25vw;
}
section.product_first_desc .inner .right ul.total_block li.total {
  margin-top: 1.5vw;
  padding-top: 1vw;
  border-top: 1px solid #8D8D8D;
}
section.product_first_desc .inner .right ul.total_block li .char_title {
  width: 65%;
}
section.product_first_desc .inner .right ul.total_block li .price {
  width: 34%;
  text-align: right;
  color: #ED1C24;
}
section.product_first_desc .inner .right .btns_block {
  margin-top: 1.5vw;
}
section.product_first_desc .inner .right .btns_block .add_to_basket_form {
  width: 100%;
}
section.product_first_desc .inner .right .btns_block .add_to_basket_form button {
  width: 100%;
}
section.product_first_desc .inner .right .btns_block .btn {
  cursor: pointer;
  justify-content: center;
  margin-top: 0.75vw;
}
section.product_first_desc .inner .right .btns_block .btn.dark {
  background: #323232;
}
section.product_first_desc .inner .right .btns_block .btn.dark:hover {
  background-color: #ED1C24;
}
section.product_first_desc .additional_options {
  margin-top: 2vw;
}
section.product_first_desc .additional_options .items {
  margin-top: 1.2vw;
}

.additional_options.active .items {
  position: relative;
  height: 28vw;
  overflow: hidden;
}
.additional_options.active .items:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10vw;
  background: linear-gradient(0deg, #F8F8F9 18.23%, rgba(248, 248, 249, 0) 100%);
  z-index: 1;
}
.additional_options.active .show_all_btn p {
  display: flex;
}
.additional_options .items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
}
.additional_options .items .option_item:hover .img p {
  transform: scale(1.1);
}
.additional_options .items .option_item .img {
  overflow: hidden;
  height: 15vw;
}
.additional_options .items .option_item .img p {
  height: 100%;
  transition: 0.3s all ease;
}
.additional_options .items .option_item .title {
  margin-top: 0.8vw;
  font-size: 1vw;
}
.additional_options .items .option_item .price_block {
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #CFCFCF;
  border-bottom: 1px solid #CFCFCF;
  margin-top: 1vw;
  padding: 0.4vw 0;
}
.additional_options .items .option_item .price_block .price {
  color: #ED1C24;
  font-size: 1.2vw;
}
.additional_options .items .option_item .price_block .price span {
  color: #ED1C24;
  font-size: 0.9vw;
}
.additional_options .items .option_item .price_block .check {
  align-items: center;
}
.additional_options .items .option_item .price_block .check label {
  cursor: pointer;
  text-transform: uppercase;
  padding-right: 1vw;
  font-weight: 500;
  position: relative;
  z-index: 2;
}
.additional_options .items .option_item .price_block .check input {
  width: 1vw;
  height: 1vw;
  position: relative;
  cursor: pointer;
}
.additional_options .items .option_item .price_block .check input:before, .additional_options .items .option_item .price_block .check input:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translate(-50%, -50%);
  width: 1.563vw;
  height: 1.563vw;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.additional_options .items .option_item .price_block .check input:before {
  background-image: url("/img/product/check.svg");
  z-index: 1;
}
.additional_options .items .option_item .price_block .check input:checked:after {
  background-image: url("/img/product/checked.svg");
  z-index: 2;
}
.additional_options .show_all_btn {
  justify-content: center;
  margin-top: 1vw;
}
.additional_options .show_all_btn p {
  display: none;
  font-size: 1.2vw;
  color: #ED1C24;
  border-bottom: 1px dashed #ED1C24;
  cursor: pointer;
}
.additional_options .show_all_btn p:hover {
  border-bottom: 1px solid #ED1C24;
}

section.tab_content_product {
  margin: 3.75vw 0 0;
}
section.tab_content_product .container {
  background-color: rgba(239, 239, 239, 0.49);
  padding: 3vw 2.813vw;
}
section.tab_content_product .container ul.tab_nav {
  border-bottom: 1px solid #8D8D8D;
}
section.tab_content_product .container ul.tab_nav li {
  padding: 0 1.5vw 0.75vw;
  position: relative;
  bottom: -1px;
  border-bottom: 4px solid transparent;
}
section.tab_content_product .container ul.tab_nav li p {
  font-size: 1.125vw;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.6);
}
section.tab_content_product .container ul.tab_nav li.current {
  border-bottom: 4px solid #ED1C24;
}
section.tab_content_product .container ul.tab_nav li.current svg path {
  fill: #ED1C24;
}
section.tab_content_product .container ul.tab_nav li.current p {
  font-weight: 600;
  color: #000;
}
section.tab_content_product .container ul.tab_nav li:hover p {
  color: #000;
}
section.tab_content_product .container .inner_block {
  margin: 2.5vw 0 0;
  position: relative;
  overflow: hidden;
}
section.tab_content_product .container .inner_block .item {
  position: absolute;
  opacity: 0;
  visibility: visible;
  z-index: -1;
  height: 0;
}
section.tab_content_product .container .inner_block .item ul.download_materials li {
  align-items: flex-start;
}
section.tab_content_product .container .inner_block .item ul.download_materials li a {
  width: 48%;
  font-size: 1.2vw;
  color: #ED1C24;
  text-decoration: underline;
}
section.tab_content_product .container .inner_block .item ul.download_materials li a img {
  margin-right: 0.5vw;
}
section.tab_content_product .container .inner_block .item ul.download_materials li a img:hover {
  transition: 0.3s all ease;
  transform: scale(1.05);
}
section.tab_content_product .container .inner_block .item.chars_table table {
  margin: 0;
}
section.tab_content_product .container .inner_block .item.active {
  position: relative;
  opacity: 1;
  visibility: visible;
  z-index: 1;
  height: -moz-max-content;
  height: max-content;
}

@media only screen and (max-width: 720px) {
  section.product_first_desc .inner {
    margin-top: 4vw;
  }
  section.product_first_desc .inner .left {
    width: 100%;
    margin-bottom: 2vw;
  }
  section.product_first_desc .inner .right {
    width: 100%;
  }
  section.product_first_desc .inner .right .title {
    display: none;
  }
  section.product_first_desc .inner .right ul.total_block li.base p {
    font-size: 3.5vw;
  }
  section.product_first_desc .inner .right ul.total_block li.total {
    margin-top: 3vw;
    padding-top: 3vw;
  }
  section.product_first_desc .inner .right .btns_block {
    margin-top: 3.5vw;
  }
  section.product_first_desc .inner .right .btns_block .btn {
    margin-top: 2vw;
  }

  section.tab_content_product {
    margin: 10vw 0 0;
  }
  section.tab_content_product .container {
    padding: 4vw;
  }
  section.tab_content_product .container .inner_block {
    margin: 5vw 0 0;
  }
  section.tab_content_product .container .inner_block .item ul.download_materials li a {
    font-size: 3.5vw;
    width: 100%;
  }
  section.tab_content_product .container .inner_block .item ul.download_materials li a img {
    margin-right: 1vw;
  }
  section.tab_content_product .container .tab_nav_row {
    overflow-x: scroll;
  }
  section.tab_content_product .container ul.tab_nav {
    padding-bottom: 2vw;
    width: -moz-max-content;
    width: max-content;
  }
  section.tab_content_product .container ul.tab_nav li {
    margin-bottom: 1vw;
    padding: 0 0 1vw;
    margin-right: 4vw;
    border-bottom: none;
  }
  section.tab_content_product .container ul.tab_nav li p {
    font-size: 3.5vw;
  }
}
section.post_page_content h1 {
  font-size: 2.25vw;
}
section.post_page_content p.date {
  margin: 1vw 0 2.5vw;
  color: #3E3E3E;
}
section.post_page_content p.date span {
  color: #989494;
}
section.post_page_content .content_desc_page {
  padding: 0 5vw;
}

.pagination {
  justify-content: center;
  margin-top: 60px;
}
.pagination .nav-link a.back, .pagination .nav-link a.ahead {
  display: none !important;
}
.pagination nav div:first-child {
  display: none;
}
.pagination nav span.relative {
  display: flex;
  align-items: center;
  flex-flow: wrap;
  justify-content: center;
}
.pagination nav span.relative > span {
  width: 30px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  margin-right: 10px;
  color: #000;
  font-size: 16px;
}
.pagination nav span.relative > span > span span {
  color: #fff;
  font-size: 16px;
  position: relative;
}
.pagination nav span.relative > span > span span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  background-color: #ED1C24;
  border: none !important;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.pagination nav span.relative > span:first-child span span:before, .pagination nav span.relative > span:last-child span span:before {
  display: none;
}
.pagination nav span.relative > span:first-child:before, .pagination nav span.relative > span:last-child:before {
  display: none;
}
.pagination nav span.relative > span:last-child {
  margin-right: 0;
}
.pagination nav span.relative > span svg {
  width: 30px !important;
  height: 30px !important;
  fill: #000;
  opacity: 0.6;
}
.pagination nav span.relative > span:hover svg {
  opacity: 1;
}
.pagination nav span.relative > span button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  color: #000;
  font-size: 16px;
}

@media only screen and (max-width: 720px) {
  section.post_page_content h1 {
    font-size: 4.5vw;
  }
  section.post_page_content p.date {
    margin: 3vw 0 5vw;
    font-size: 3vw;
  }
  section.post_page_content .content_desc_page {
    padding: 0;
  }
}
section.about_section_first .container {
  justify-content: space-between;
  align-items: flex-start;
}
section.about_section_first .container .section_heading {
  width: 100%;
  margin: 0 0 1.5vw;
}
section.about_section_first .container .left {
  width: 50vw;
}
section.about_section_first .container .right {
  width: 26.125vw;
  height: 27vw;
  position: relative;
}
section.about_section_first .container .right .years_block {
  position: absolute;
  top: 50%;
  left: -5.5vw;
  background-color: #ED1C24;
  width: 11vw;
  padding: 1vw 0 2vw;
  transform: translateY(-50%);
}
section.about_section_first .container .right .years_block p {
  color: #fff;
  text-align: center;
}
section.about_section_first .container .right .years_block p b {
  font-size: 5vw;
  color: #fff;
  display: block;
}

section.about_years {
  background: rgba(217, 217, 217, 0.19);
  margin: 4.375vw 0;
  padding: 1.875vw 0;
}
section.about_years .container {
  justify-content: space-between;
}
section.about_years .container p.left_title {
  width: 7.5vw;
  font-size: 1.5vw;
}
section.about_years .container .right_years {
  width: 87%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 2.5vw;
}
section.about_years .container .right_years .item p {
  text-align: center;
}
section.about_years .container .right_years .item p.year {
  color: #ED1C24;
  font-size: 3.75vw;
}

section.about_production .container {
  justify-content: space-between;
  align-items: flex-start;
}
section.about_production .container .left {
  margin-top: 1vw;
  width: 55%;
}
section.about_production .container .right {
  width: 37.25vw;
}

section.seo_desc_main.production_page {
  margin: 0;
}
section.seo_desc_main.production_page .section_heading {
  margin: 0 0 2.5vw;
}

@media only screen and (max-width: 720px) {
  section.about_section_first .container .left {
    width: 100%;
  }
  section.about_section_first .container .right {
    width: 100%;
    height: 100vw;
  }
  section.about_section_first .container .right .years_block {
    top: 94%;
    left: 0;
    width: 100%;
  }

  section.about_years {
    margin: 15vw 0;
    padding: 10vw 0;
  }
  section.about_years .container p.left_title {
    font-size: 4.5vw;
    width: 100%;
  }
  section.about_years .container .right_years {
    margin-top: 5vw;
    width: 100%;
    grid-template-columns: 1fr;
    grid-row-gap: 5vw;
  }
  section.about_years .container .right_years .item p {
    text-align: left;
  }
  section.about_years .container .right_years .item p.year {
    margin-bottom: 2vw;
  }

  section.about_production .container .left {
    width: 100%;
  }
  section.about_production .container .right {
    width: 100%;
  }
}
section.service_page .container {
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}
section.service_page .container .section_heading {
  margin: 0 0 1.5vw;
  width: 100%;
}
section.service_page .container .left {
  width: 60.5vw;
}
section.service_page .container .right {
  margin: 1.5vw 0 0;
  width: 25vw;
}
section.service_page .container .right .block_contacts {
  padding: 1.5vw;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 1.5vw;
}
section.service_page .container .right p.title {
  font-size: 1.5vw;
  margin: 0 0 1vw;
}
section.service_page .container .right p.has_dot {
  font-size: 0.9vw;
  margin: 0 0 0.75vw 1vw;
}
section.service_page .container .right a {
  font-size: 1.15vw;
}
section.service_page .container .right a.doc {
  margin-bottom: 0.75vw;
}
section.service_page .container .right a img {
  width: 2vw;
  display: inline-block;
  margin-right: 0.5vw;
}
section.service_page .container .right a svg {
  margin-right: 0.5vw;
  width: 1.5vw;
  height: 1.2vw;
}
section.service_page .container .right a.tel {
  margin-bottom: 0.5vw;
}
section.service_page .container .right a:hover {
  color: #ED1C24;
  text-decoration: underline;
}

@media only screen and (max-width: 720px) {
  section.service_page .container .left {
    width: 100%;
  }
  section.service_page .container .right {
    width: 100%;
  }
  section.service_page .container .right .block_contacts {
    padding: 4.5vw;
    margin-bottom: 5vw;
  }
  section.service_page .container .right p.has_dot {
    font-size: 2.5vw;
  }
  section.service_page .container .right p.title {
    font-size: 4.5vw;
    margin-bottom: 3.5vw;
  }
  section.service_page .container .right a {
    font-size: 3.5vw;
  }
  section.service_page .container .right a.tel {
    margin-bottom: 2vw;
    font-size: 4vw;
  }
  section.service_page .container .right a.doc {
    margin-bottom: 2.5vw;
  }
  section.service_page .container .right a svg {
    width: 3vw;
    height: 3vw;
    margin-right: 2vw;
  }
  section.service_page .container .right a img {
    width: 5vw;
    margin-right: 2vw;
  }
}
section.dealer_page .section_heading {
  margin: 0 0 2vw;
}

section.dealer_contacts h3 {
  font-size: 1.75vw;
}
section.dealer_contacts .dealer_items {
  margin-top: 1.25vw;
}
section.dealer_contacts .dealer_items .item {
  border-top: 1px solid #BABABA;
  padding: 0.9vw 0;
}
section.dealer_contacts .dealer_items .item.open .dealer_title {
  color: #ED1C24;
}
section.dealer_contacts .dealer_items .item.open .dealer_title:before {
  transform: translateY(-50%) rotate(180deg);
}
section.dealer_contacts .dealer_items .item.open .dealer_cards {
  display: grid;
}
section.dealer_contacts .dealer_items .item .dealer_title {
  font-size: 1.375vw;
  cursor: pointer;
  padding-left: 2.3vw;
  transition: 0.3s all ease;
}
section.dealer_contacts .dealer_items .item .dealer_title:before {
  top: 50%;
  left: 0.5vw;
  width: 0.9vw;
  height: 0.6vw;
  background-image: url("/img/about/arrow_down.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  transition: 0.3s all ease;
}
section.dealer_contacts .dealer_items .item .dealer_title:hover {
  color: #ED1C24;
}
section.dealer_contacts .dealer_items .item .dealer_cards {
  margin: 1.375vw 0;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 1.875vw;
  grid-row-gap: 1.875vw;
  display: none;
}
section.dealer_contacts .dealer_items .item .dealer_cards .card {
  background-color: #FAFAFA;
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 1.75vw 2vw;
  transition: 0.3s all ease;
  display: grid;
  flex-direction: column;
  justify-content: space-between;
}
section.dealer_contacts .dealer_items .item .dealer_cards .card .links {
  flex-direction: column;
  justify-content: flex-end;
}
section.dealer_contacts .dealer_items .item .dealer_cards .card .name {
  font-size: 1.1vw;
}
section.dealer_contacts .dealer_items .item .dealer_cards .card .address {
  margin: 1vw 0;
}
section.dealer_contacts .dealer_items .item .dealer_cards .card .address p {
  margin: 0;
}
section.dealer_contacts .dealer_items .item .dealer_cards .card a {
  display: flex;
}
section.dealer_contacts .dealer_items .item .dealer_cards .card a.tel {
  margin-bottom: 0.5vw;
}
section.dealer_contacts .dealer_items .item .dealer_cards .card a.tel:hover {
  color: #ED1C24;
}
section.dealer_contacts .dealer_items .item .dealer_cards .card a.email img {
  width: 2vw;
  margin-right: 0.5vw;
}
section.dealer_contacts .dealer_items .item .dealer_cards .card a.email:hover {
  color: #ED1C24;
}
section.dealer_contacts .dealer_items .item .dealer_cards .card .btn {
  margin-top: 1vw;
}
section.dealer_contacts .dealer_items .item .dealer_cards .card:hover {
  box-shadow: 0 5px 18px -2px rgba(0, 0, 0, 0.25);
}

@media only screen and (max-width: 720px) {
  section.dealer_contacts .dealer_items .item {
    padding: 3vw 0;
  }
  section.dealer_contacts .dealer_items .item .dealer_title {
    font-size: 4.5vw;
    padding-left: 5.5vw;
  }
  section.dealer_contacts .dealer_items .item .dealer_title:hover {
    color: #2E2E2E;
  }
  section.dealer_contacts .dealer_items .item .dealer_title:before {
    width: 2.5vw;
    height: 2vw;
  }
  section.dealer_contacts .dealer_items .item .dealer_cards {
    grid-template-columns: 1fr;
    grid-row-gap: 5vw;
    margin: 5vw 0;
  }
  section.dealer_contacts .dealer_items .item .dealer_cards .card {
    padding: 4vw;
  }
  section.dealer_contacts .dealer_items .item .dealer_cards .card .links {
    margin-top: 2vw;
    width: 100%;
    align-items: flex-start;
  }
  section.dealer_contacts .dealer_items .item .dealer_cards .card .address {
    margin: 2vw 0;
  }
  section.dealer_contacts .dealer_items .item .dealer_cards .card .address p {
    font-size: 3vw;
  }
  section.dealer_contacts .dealer_items .item .dealer_cards .card .name {
    font-size: 4vw;
  }
  section.dealer_contacts .dealer_items .item .dealer_cards .card a.tel {
    margin-bottom: 2vw;
  }
  section.dealer_contacts .dealer_items .item .dealer_cards .card a.email img {
    width: 5vw;
    margin-right: 2vw;
  }
  section.dealer_contacts .dealer_items .item .dealer_cards .card .btn {
    margin-top: 3vw;
  }
}
section.contact_page {
  margin-bottom: -6.5vw;
}
section.contact_page .section_heading {
  margin: 0 0 2vw;
}
section.contact_page .contacts_nav {
  margin: 2vw 0;
}
section.contact_page .contacts_nav li {
  margin-right: 2.5vw;
  cursor: pointer;
}
section.contact_page .contacts_nav li.active p {
  font-weight: 700;
  color: #ED1C24;
}
section.contact_page .contacts_nav li.active svg {
  transform: rotate(180deg);
}
section.contact_page .contacts_nav li.active svg path {
  stroke: #ED1C24;
}
section.contact_page .contacts_nav li:last-child {
  margin: 0;
}
section.contact_page .contacts_nav li svg {
  margin-right: 0.875vw;
}
section.contact_page .contacts_nav li p {
  font-size: 1.125vw;
}
section.contact_page .contacts_block {
  background-color: rgba(0, 0, 0, 0.05);
  justify-content: space-between;
  align-items: flex-start;
  display: none;
}
section.contact_page .contacts_block.show {
  display: flex;
}
section.contact_page .contacts_block .left_part {
  padding: 1.75vw 0 1.75vw 5.6vw;
  align-items: flex-start;
}
section.contact_page .contacts_block .left_part .title_block {
  font-size: 1.375vw;
  min-height: 3.375vw;
  margin-bottom: 1.5vw;
}
section.contact_page .contacts_block .left_part .title_block span {
  color: #ED1C24;
  font-weight: 600;
}
section.contact_page .contacts_block .left_part .contacts_info {
  width: 18vw;
}
section.contact_page .contacts_block .left_part .contacts_info:before {
  height: 100%;
  left: 100%;
  background-color: #BEBEBE;
  width: 1px;
}
section.contact_page .contacts_block .left_part .contacts_info .department {
  margin-top: 1.15vw;
}
section.contact_page .contacts_block .left_part .contacts_info .department p {
  font-size: 1.1vw;
}
section.contact_page .contacts_block .left_part .contacts_info .department p.tel_row {
  margin-top: 0.2vw;
}
section.contact_page .contacts_block .left_part .contacts_info .department p.tel_row img {
  width: 2vw;
  margin-right: 0.65vw;
}
section.contact_page .contacts_block .left_part .contacts_info .department p.name {
  margin-bottom: 0.4vw;
  font-size: 1.25vw;
}
section.contact_page .contacts_block .left_part .contacts_info .department a {
  font-size: 1.1vw;
}
section.contact_page .contacts_block .left_part .contacts_info .department a:hover {
  color: #ED1C24;
  text-decoration: underline;
}
section.contact_page .contacts_block .left_part .contacts_info .messengers_block {
  margin-top: 1.35vw;
}
section.contact_page .contacts_block .left_part .contacts_info .messengers_block p.has_dot {
  font-size: 0.8vw;
  margin-bottom: 0.5vw;
}
section.contact_page .contacts_block .left_part .form_block {
  margin-left: 3.125vw;
  width: 28.125vw;
}
section.contact_page .contacts_block .left_part .form_block form button.btn {
  width: 100%;
}
section.contact_page .contacts_block iframe {
  width: 41.25vw !important;
  height: 36.875vw !important;
}

.basket_modal {
  width: 62.5vw;
  position: fixed;
  top: 7.5vw;
  left: 50%;
  transform: translateX(-50%);
  background-color: #FAFAFA;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  transition: 0.3s all ease;
}
.basket_modal.show {
  z-index: 22;
  opacity: 1;
  visibility: visible;
}
.basket_modal.fixed {
  top: 2.5vw;
}
.basket_modal .inner {
  position: relative;
  z-index: 2;
  padding: 1.5vw 2vw 2.188vw;
}
.basket_modal .inner .top_row {
  justify-content: space-between;
}
.basket_modal .inner .top_row p {
  font-size: 1.5vw;
}
.basket_modal .inner .top_row p.close {
  cursor: pointer;
}
.basket_modal .inner .top_row p.close:hover svg path {
  fill: #ED1C24;
}
.basket_modal .inner .top_row p.close svg {
  width: 1.25vw;
  height: 1.25vw;
}
.basket_modal .inner .products {
  margin-top: 1.438vw;
  border-bottom: 1px solid #DEDEDE;
  max-height: 50vh;
  overflow-y: scroll;
}
.basket_modal .inner .products .item {
  justify-content: space-between;
  flex-flow: nowrap;
  margin-bottom: 1.25vw;
}
.basket_modal .inner .products .item .img {
  width: 11.125vw;
  height: 8.375vw;
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin-right: 1vw;
}
.basket_modal .inner .products .item .img:hover p {
  transform: scale(1.05);
}
.basket_modal .inner .products .item .img p {
  height: 100%;
  transition: 0.3s all ease;
}
.basket_modal .inner .products .item .name {
  font-size: 1.15vw;
  width: 20vw;
}
.basket_modal .inner .products .item .name:hover {
  color: #ED1C24;
  text-decoration: underline;
}
.basket_modal .inner .products .item .quantity_block {
  height: 2.25vw;
  border-radius: 5vw;
}
.basket_modal .inner .products .item .quantity_block span {
  width: 2.5vw;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  justify-content: center;
  cursor: pointer;
  font-size: 1.25vw;
  transition: 0.3s all ease;
}
.basket_modal .inner .products .item .quantity_block span:hover {
  background-color: #ED1C24;
  color: #fff;
}
.basket_modal .inner .products .item .quantity_block span.minus {
  border-bottom-left-radius: 1vw;
  border-top-left-radius: 1vw;
}
.basket_modal .inner .products .item .quantity_block span.plus {
  border-bottom-right-radius: 1vw;
  border-top-right-radius: 1vw;
}
.basket_modal .inner .products .item .quantity_block input {
  text-align: center;
  width: 2.8vw;
  font-weight: 500;
  height: 100%;
  font-size: 1.15vw;
  background-color: transparent;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-left: none;
  border-right: none;
}
.basket_modal .inner .products .item .price {
  font-size: 1.375vw;
  width: 10vw;
  margin: 0 0 0 2vw;
}
.basket_modal .inner .products .item form.remove_from_basket button {
  background-color: transparent;
  border: none;
}
.basket_modal .inner .products .item form.remove_from_basket button img {
  width: 1.563vw;
}
.basket_modal .inner .total {
  margin-top: 1.25vw;
  justify-content: space-between;
}
.basket_modal .inner .total .btn {
  width: -moz-max-content;
  width: max-content;
}
.basket_modal .inner .total p {
  font-size: 1.25vw;
}
.basket_modal .inner .total p span {
  font-size: 1.875vw;
}
.basket_modal .inner .empty_basket {
  margin-top: 2vw;
}
.basket_modal .inner .empty_basket img {
  margin-bottom: 1vw;
}

section.checkout_page .container {
  justify-content: space-between;
  align-items: flex-start;
}
section.checkout_page .container .section_heading {
  width: 100%;
  margin: 0 0 2.5vw;
}
section.checkout_page .container .empty_basket {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
section.checkout_page .container .empty_basket img {
  margin: 2vw 0;
}
section.checkout_page .container .left_contacts {
  width: 50vw;
}
section.checkout_page .container .left_contacts .details_block {
  align-items: flex-start;
  justify-content: space-between;
}
section.checkout_page .container .left_contacts .details_block .big_title {
  font-size: 1.25vw;
  width: 100%;
  margin-bottom: 1vw;
}
section.checkout_page .container .left_contacts .details_block label span.required {
  color: #ED1C24;
}
section.checkout_page .container .left_contacts .details_block .input_group {
  width: 48%;
  margin-bottom: 1.2vw;
}
section.checkout_page .container .left_contacts .details_block .input_group.w100 {
  width: 100%;
}
section.checkout_page .container .right_total {
  margin-top: 0.5vw;
  width: 35.625vw;
  border: 1px solid rgba(0, 0, 0, 0.05);
  background-color: #FAFAFA;
  padding: 2.125vw 1.8vw;
}
section.checkout_page .container .right_total .products {
  max-height: 25vw;
  overflow-y: scroll;
}
section.checkout_page .container .right_total .products .item {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1.563vw;
}
section.checkout_page .container .right_total .products .item .img {
  width: 11.25vw;
  height: 9.063vw;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
section.checkout_page .container .right_total .products .item .desc {
  width: 60%;
}
section.checkout_page .container .right_total .products .item .desc .name {
  margin: 0.5vw 0;
  font-size: 1.15vw;
}
section.checkout_page .container .right_total .total_row {
  padding: 1.25vw 0 1.5vw;
  border-top: 1px solid #BEBEBE;
  justify-content: space-between;
}
section.checkout_page .container .right_total .btn {
  width: 100%;
  letter-spacing: 0.1vw;
}

.download_items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-row-gap: 30px;
  grid-column-gap: 30px;
  margin-top: 3vw;
}
.download_items .item {
  align-items: flex-start;
  justify-content: space-between;
}
.download_items .item .img_block {
  width: 16.563vw;
  height: 20vw;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.download_items .item .links_block {
  width: 25vw;
}
.download_items .item .links_block .title {
  font-size: 1.5vw;
  margin-top: 0.5vw;
}
.download_items .item .links_block ul.links {
  margin-top: 1.5vw;
}
.download_items .item .links_block ul.links li {
  margin-top: 1.25vw;
}

@media only screen and (max-width: 720px) {
  .download_items {
    grid-template-columns: 1fr;
    grid-row-gap: 7vw;
    margin-top: 5vw;
  }
  .download_items .item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding-bottom: 7vw;
  }
  .download_items .item:last-child {
    border-bottom: none;
  }
  .download_items .item .img_block {
    width: 50%;
    height: 60vw;
  }
  .download_items .item .links_block {
    margin-top: 3vw;
    width: 100%;
  }
  .download_items .item .links_block .title {
    font-size: 4.5vw;
  }
  .download_items .item .links_block ul.links {
    margin-top: 3vw;
  }
  .download_items .item .links_block ul.links li {
    margin-top: 2vw;
  }
  .download_items .item .links_block ul.links li a {
    width: -moz-max-content;
    width: max-content;
  }
}
.modal_popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
}
.modal_popup.show {
  opacity: 1;
  visibility: visible;
  z-index: 9999;
}
.modal_popup .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  width: 30vw;
  padding: 2vw;
}
.modal_popup .inner .close {
  position: absolute;
  top: 1.5vw;
  right: 1.5vw;
  cursor: pointer;
}
.modal_popup .inner .close img {
  width: 1vw;
}
.modal_popup .inner .title {
  font-size: 1.75vw;
}
.modal_popup .inner form {
  margin-top: 1.5vw;
}
.modal_popup .inner form button {
  margin-top: 0.5vw;
  width: 100%;
}

@media only screen and (max-width: 720px) {
  .modal_popup .inner {
    width: 94vw;
    padding: 5vw;
  }
  .modal_popup .inner .close {
    top: 4vw;
    right: 5vw;
  }
  .modal_popup .inner .close img {
    width: 4vw;
  }
  .modal_popup .inner .title {
    font-size: 4.5vw;
  }
  .modal_popup .inner form {
    margin-top: 4vw;
  }
}
.dealer_section_title {
  text-align: center;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 500;
}

.dealer_form_block {
  margin: 100px auto;
  padding: 70px 50px;
  max-width: 1000px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}

.dealer_select_btns {
  gap: 50px;
}
.dealer_select_btns a {
  text-align: center;
  height: 150px;
  width: 225px;
  background: #ED1C24;
  justify-content: center;
}

.dealer_logout_btn {
  margin-right: 1.2vw;
}
.dealer_logout_btn svg {
  transform: rotate(180deg);
}
.dealer_logout_btn button {
  font-size: 0.9vw;
  padding: 0;
  margin: 0;
}

.gap30 {
  display: grid;
  gap: 30px;
}

.dealer_form {
  display: grid;
  gap: 10px;
}
.dealer_form .input_group label {
  color: rgba(35, 35, 35, 0.8);
  margin-bottom: 5px;
}
.dealer_form input, .dealer_form button {
  width: 100%;
}
.dealer_form .next_btn {
  width: 100px;
  justify-content: center;
  display: flex;
  align-items: center;
}
.dealer_form input:-webkit-autofill,
.dealer_form input:-webkit-autofill:hover,
.dealer_form input:-webkit-autofill:focus {
  border: 1px solid #E2E2E2;
  -webkit-text-fill-color: #2E2E2E;
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.act_dealer_title {
  text-align: center;
  color: #ED1C24;
  font-size: 2vw;
  margin-top: 5vw;
  padding-bottom: 0.4vw;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
}

.dealer_section_subtitle {
  margin-top: 30px;
  font-weight: 500;
  font-size: 1.1vw;
  color: #626262;
}

.act_dealer_form .next_btn {
  width: -moz-max-content;
  width: max-content;
  cursor: pointer;
}

.act_step_block {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.act_step_block .form_result_text {
  font-weight: 600;
  margin-top: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.act_step_block .checkbox_group {
  display: flex;
  gap: 10px;
}
.act_step_block .checkbox_group input {
  margin: 0;
  cursor: pointer;
}
.act_step_block .checkbox_group label {
  margin-bottom: 0;
  font-weight: 600;
  cursor: pointer;
}
.act_step_block .input_group {
  margin-bottom: 1vw;
}
.act_step_block .input_group input[type=checkbox] {
  width: 20px;
  height: 20px;
}
.act_step_block .step {
  font-size: 0.9vw;
  font-weight: 500;
  text-align: right;
  margin-bottom: 1vw;
}
.act_step_block .required {
  border: 1px solid red;
}
.act_step_block input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.act_step_block input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.act_step_block input::placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.act_step_block input[type=file] {
  position: relative;
  height: 150px;
}
.act_step_block input[type=file]:after {
  color: rgba(0, 0, 0, 0.6);
  font-size: 1vw;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.act_step_block .preview,
.act_step_block .image_preview {
  position: absolute;
  bottom: 10px;
  left: 15px;
}
.act_step_block input[type=date],
.act_step_block select {
  width: 50%;
}
.act_step_block .btn {
  width: -moz-max-content;
  width: max-content;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.act_step_block .back_btn {
  margin: 0;
}
.act_step_block .btns_row {
  justify-content: space-between;
  margin-top: 30px;
}
.act_step_block.show {
  position: relative;
  z-index: 2;
  opacity: 1;
  visibility: visible;
}

footer {
  background-color: #35343D;
  margin-top: 6.5vw;
  padding: 3.75vw 0 0;
}
footer .subscribe_form {
  padding: 0 0 2.813vw;
  border-bottom: 1px solid #686868;
  justify-content: space-between;
}
footer .subscribe_form .section_heading {
  margin: 0;
}
footer .subscribe_form .section_heading p {
  color: #F8F8F9;
}
footer .subscribe_form .section_heading p.title {
  font-size: 1.875vw;
}
footer .subscribe_form .section_heading p.subtitle {
  color: #B4B4B4;
}
footer .subscribe_form .section_heading p b {
  color: #F8F8F9;
}
footer .subscribe_form form input {
  width: 16.25vw;
  margin-right: 1vw;
}
footer .subscribe_form form .agree_block label {
  color: #9C9C9C;
}
footer .subscribe_form form .agree_block label a {
  color: #9C9C9C;
}
footer .contact_cols {
  margin-top: 3.438vw;
  justify-content: space-between;
  align-items: flex-start;
}
footer .contact_cols p.col_title {
  color: #fff;
  font-size: 1.1vw;
  margin-bottom: 1vw;
  width: -moz-max-content;
  width: max-content;
  padding-bottom: 0.3vw;
  border-bottom: 2px solid #ED1C24;
}
footer .contact_cols ul.footer_links li {
  margin-bottom: 0.4vw;
}
footer .contact_cols ul.footer_links li a {
  font-size: 0.95vw;
  color: rgba(255, 255, 255, 0.7);
}
footer .contact_cols ul.footer_links li a:hover {
  color: #ED1C24;
}
footer .contact_cols .logo_col img {
  width: 10.625vw;
}
footer .contact_cols .logo_col p {
  margin-top: 1vw;
}
footer .contact_cols .logo_col .footer_socials {
  margin-top: 3.125vw;
}
footer .contact_cols .logo_col .footer_socials p {
  color: #F8F8F9;
  font-size: 1.1vw;
}
footer .contact_cols .logo_col .footer_socials ul {
  margin-top: 0.938vw;
}
footer .contact_cols .logo_col .footer_socials ul li {
  margin-right: 1vw;
}
footer .contact_cols .logo_col .footer_socials ul li svg {
  width: 1.4vw;
  height: 1.4vw;
}
footer .contact_cols .logo_col .footer_socials ul li a:hover svg path {
  fill: #ED1C24 !important;
}
footer .contact_cols .logo_col ul.footer_links {
  margin-top: 2.5vw;
}
footer .contact_cols .contacts_col .messengers {
  margin-bottom: 1.5vw;
}
footer .contact_cols .contacts_col .messengers a {
  background-color: transparent;
}
footer .contact_cols .contacts_col .messengers a:hover.tg {
  background-color: #229ED9;
}
footer .contact_cols .contacts_col .messengers a:hover.va {
  background-color: #7360F2;
}
footer .contact_cols .contacts_col .messengers a:hover.wa {
  background-color: #25D366;
}
footer .contact_cols .contacts_col .messengers a svg path {
  fill: #F8F8F9;
}
footer .contact_cols .contacts_col p, footer .contact_cols .contacts_col a {
  display: flex;
  color: #F8F8F9;
}
footer .contact_cols .contacts_col p.sm, footer .contact_cols .contacts_col a.sm {
  color: #BEBEBE;
  font-size: 0.9vw;
  margin-bottom: 0.4vw;
}
footer .contact_cols .contacts_col p.sm:before, footer .contact_cols .contacts_col a.sm:before {
  background-color: #fff;
}
footer .contact_cols .contacts_col a {
  margin-bottom: 0.4vw;
}
footer .contact_cols .contacts_col a.address_link {
  width: 15vw;
  color: rgba(255, 255, 255, 0.8);
}
footer .contact_cols .contacts_col a:hover {
  color: #ED1C24;
}
footer .contact_cols .contacts_col a.tel {
  font-size: 1.2vw;
}
footer .contact_cols .contacts_col a.email {
  font-size: 1.2vw;
  margin-bottom: 1.3vw;
}
footer .rights_block {
  margin-top: 3vw;
  justify-content: space-between;
  padding: 1.5vw 0;
  border-top: 1px solid #686868;
  position: relative;
}
footer .rights_block p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.813vw;
}
footer .rights_block p.mid {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
footer .rights_block p a {
  font-size: 0.813vw;
  color: #ED1C24;
}
footer .rights_block p a:hover {
  color: #FFC42F;
}

@media only screen and (max-width: 720px) {
  footer {
    margin-top: 12vw;
    padding: 7vw 0 0;
  }
  footer .subscribe_form {
    padding-bottom: 7vw;
  }
  footer .subscribe_form form {
    margin-top: 4vw;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  footer .subscribe_form form input {
    width: 57%;
  }
  footer .subscribe_form form button {
    width: 40%;
  }
  footer .subscribe_form form .agree_block {
    width: 100%;
  }
  footer .subscribe_form form .agree_block input {
    margin-right: 1.5vw;
  }
  footer .subscribe_form .section_heading p.title {
    font-size: 4.5vw;
  }
  footer .contact_cols {
    margin-top: 7vw;
  }
  footer .contact_cols .contacts_col {
    width: 48%;
  }
  footer .contact_cols .contacts_col p.sm {
    margin-top: 3vw;
    font-size: 2.5vw;
  }
  footer .contact_cols .contacts_col a.tel, footer .contact_cols .contacts_col a.email {
    font-size: 3.5vw;
    margin-bottom: 1.5vw;
  }
  footer .contact_cols .contacts_col .messengers {
    margin-bottom: 4vw;
  }
  footer .contact_cols .contacts_col a.address_link {
    width: 100%;
  }
  footer .contact_cols .menu_col {
    width: 48%;
    margin-bottom: 7vw;
  }
  footer .contact_cols .logo_col {
    width: 100%;
    margin-bottom: 7vw;
  }
  footer .contact_cols .logo_col p {
    margin-top: 2vw;
    font-size: 2.5vw;
  }
  footer .contact_cols .logo_col p br {
    display: none;
  }
  footer .contact_cols .logo_col img {
    width: 35vw;
  }
  footer .contact_cols .logo_col ul.footer_links {
    margin-top: 4.5vw;
  }
  footer .contact_cols .logo_col .footer_socials {
    margin-top: 7vw;
  }
  footer .contact_cols .logo_col .footer_socials ul {
    margin-top: 3vw;
  }
  footer .contact_cols .logo_col .footer_socials ul li {
    margin-right: 4vw;
  }
  footer .contact_cols .logo_col .footer_socials ul li svg {
    width: 5vw;
    height: 5vw;
  }
  footer .contact_cols .logo_col .footer_socials p {
    font-size: 3.5vw;
  }
  footer .contact_cols p.col_title {
    font-size: 4vw;
    margin-bottom: 3vw;
  }
  footer .contact_cols ul.footer_links li {
    margin-bottom: 1vw;
  }
  footer .contact_cols ul.footer_links li a {
    font-size: 3.5vw;
  }
  footer .rights_block {
    margin-top: 10vw;
    justify-content: center;
    padding: 4vw;
  }
  footer .rights_block p, footer .rights_block p a {
    font-size: 2.5vw;
  }
  footer .rights_block p {
    text-align: center;
    margin-bottom: 1vw;
  }
  footer .rights_block p.mid {
    position: relative;
    left: 0;
    top: 0;
    transform: translate(0);
  }
}
