@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: 700;
  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");
}
.fw700 {
  font-weight: 700;
}

.fw600 {
  font-weight: 600;
}

.fw500 {
  font-weight: 500;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt90 {
  margin-top: 90px;
}

.uppercase {
  text-transform: uppercase;
}

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

.blue {
  color: #1F315A;
}

.center {
  text-align: center;
}

.bg_blue {
  background-color: #1F315A;
}

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

.transition {
  transition: 0.3s all ease;
}

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

.justify_start {
  justify-content: flex-start;
}

.align_start {
  align-items: flex-start;
}

.nowrap {
  flex-wrap: nowrap;
}

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

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

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

.label {
  font-size: 13px;
  font-weight: 500;
  padding: 3px 5px;
  border-radius: 5px;
  margin-right: 5px;
}
.label:last-child {
  margin-right: 0;
}
.label.top {
  background-color: rgba(216, 132, 32, 0.1);
  color: #D88420;
}
.label.sale {
  background-color: rgba(16, 111, 255, 0.1);
  color: #106FFF;
}
.label.new {
  background-color: rgba(3, 166, 0, 0.1);
  color: #03A600;
}

.section_heading {
  margin-top: 70px;
  position: relative;
}
.section_heading p {
  font-size: 42px;
  text-transform: uppercase;
}
.section_heading p.big {
  font-size: 100px;
  line-height: 80%;
  text-align: right;
  color: #83b7ff;
  text-shadow: -1px 0 rgba(0, 0, 0, 0.3), 0 1px rgba(0, 0, 0, 0.3), 1px 0 rgba(0, 0, 0, 0.3), 0 -1px rgba(0, 0, 0, 0.3);
}

.breadcrumbs li {
  padding-right: 10px;
  margin-right: 10px;
}
.breadcrumbs li:last-child:before {
  display: none;
}
.breadcrumbs li:after {
  display: none;
}
.breadcrumbs li:before {
  content: "-";
  width: 10px;
  height: 100%;
  left: calc(100% - 2.5px);
  top: 50%;
  color: #222;
  transform: translateY(-50%);
}
.breadcrumbs a, .breadcrumbs span {
  font-size: 14px;
  text-transform: uppercase;
}

.fancybox__caption {
  color: #fff !important;
}

.btn {
  background-color: #1F315A;
  color: #fff;
  height: 50px;
  padding: 0 20px;
  text-transform: uppercase;
  border: 1px solid #1F315A;
  font-weight: 500;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-align: center;
  justify-content: center;
}
.btn:hover {
  background-color: transparent;
  text-decoration: none;
  color: #1F315A;
}
.btn:hover:before {
  display: none;
}
.btn:before {
  content: "";
  position: absolute;
  top: -20%;
  left: -20%;
  width: 10px;
  background-color: #fff;
  height: 140%;
  display: inline-block;
  z-index: 1;
  transform: rotate(30deg);
  animation: 5s moveLine linear infinite;
}

.slick-dots {
  bottom: -40px;
}
.slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 10px;
  opacity: 0.4;
}
.slick-dots li.slick-active {
  opacity: 1;
}
.slick-dots li.slick-active button:before {
  background: #1F315A;
}
.slick-dots li button:before {
  width: 10px;
  background: #1F315A;
  height: 10px;
}

@media only screen and (max-width: 1920px) {
  .mt10 {
    margin-top: 0.5vw;
  }

  .mt15 {
    margin-top: 0.75vw;
  }

  .mt20 {
    margin-top: 1vw;
  }

  .mt30 {
    margin-top: 1.6vw;
  }

  .mt40 {
    margin-top: 2.1vw;
  }

  .mt50 {
    margin-top: 2.5vw;
  }

  .mt60 {
    margin-top: 3.125vw;
  }

  .mt90 {
    margin-top: 5vw;
  }

  .section_heading {
    margin-top: 3.646vw;
  }
  .section_heading p {
    font-size: 2.4vw;
  }
  .section_heading p.big {
    font-size: 5.208vw;
  }

  .btn {
    height: 2.604vw;
    font-size: 0.825vw;
    padding: 0 1vw;
  }

  .label {
    font-size: 0.8vw;
    padding: 2px 5px;
    border-radius: 4px;
  }

  .breadcrumbs a, .breadcrumbs span {
    font-size: 0.9vw;
  }

  .slick-dots {
    bottom: -2.083vw;
  }
  .slick-dots li {
    width: 0.521vw;
    height: 0.521vw;
    margin: 0 0.521vw;
  }
  .slick-dots li button:before {
    width: 0.521vw;
    height: 0.521vw;
  }
}
@media only screen and (max-width: 800px) {
  .mt15 {
    margin-top: 10px;
  }

  .mt20 {
    margin-top: 10px;
  }

  .mt30 {
    margin-top: 15px;
  }

  .mt40 {
    margin-top: 20px;
  }

  .mt50 {
    margin-top: 20px;
  }

  .mt90 {
    margin-top: 50px;
  }

  .section_heading {
    margin-top: 60px;
    margin-bottom: 20px;
  }
  .section_heading p {
    font-size: 24px;
  }
  .section_heading p.big {
    display: none !important;
  }

  .breadcrumbs {
    display: inline-block;
  }
  .breadcrumbs li {
    display: inline;
    margin-right: 7px;
    padding-right: 3px;
  }
  .breadcrumbs a, .breadcrumbs span {
    font-size: 10px;
  }

  .btn {
    height: 50px;
    width: 100%;
    font-size: 14px;
    padding: 0 15px;
  }
  .btn:hover {
    background-color: #1F315A;
    color: #fff;
  }

  .label {
    font-size: 10px;
    margin-bottom: 5px;
  }

  .slick-dots {
    bottom: -35px;
  }
  .slick-dots li {
    width: 7px;
    height: 7px;
    margin: 0 7px;
  }
  .slick-dots li button:before {
    width: 7px;
    height: 7px;
  }
}
@keyframes moveLine {
  0% {
    left: -20%;
  }
  10% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}
@keyframes blinkDot {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes scaleImageHero {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
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: #000;
}

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

body {
  padding-top: 128px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  background-color: #FAFBFE;
}

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

p {
  font-weight: 400;
  font-size: 14px;
  color: #000;
}

a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  transition: 0.3s all ease;
  color: #000;
}
a:hover {
  text-decoration: underline;
}

.container {
  margin: 0 auto;
  padding: 0 20px;
}

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

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%;
}

/* 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: 1920px) {
  body {
    padding-top: 7.6vw;
  }
}
@media only screen and (max-width: 800px) {
  html {
    width: 100vw;
    max-width: 100vw;
    overflow-x: hidden;
  }

  body {
    padding-top: 70px;
    width: 100vw;
    max-width: 100vw;
    overflow-x: hidden;
  }

  .container {
    max-width: 100%;
    width: 100%;
    padding: 0 18px;
  }
}
.fz12 {
  font-size: 12px;
}

.fz13 {
  font-size: 13px;
}

.fz16 {
  font-size: 16px;
}

.fz18 {
  font-size: 18px;
}

.fz20 {
  font-size: 20px;
}

.fz22 {
  font-size: 22px;
}

.fz26 {
  font-size: 26px;
}

.fz40 {
  font-size: 40px;
}

.fz50 {
  font-size: 50px;
}

@media only screen and (max-width: 1920px) {
  .fz12 {
    font-size: 0.8vw;
  }

  .fz13 {
    font-size: 0.9vw;
  }

  .fz16 {
    font-size: 1vw;
  }

  .fz18 {
    font-size: 1vw;
  }

  .fz20 {
    font-size: 1.042vw;
  }

  .fz22 {
    font-size: 1.15vw;
  }

  .fz26 {
    font-size: 1.354vw;
  }

  .fz40 {
    font-size: 2.4vw;
  }

  .fz50 {
    font-size: 2.604vw;
  }
}
@media only screen and (max-width: 800px) {
  .fz12 {
    font-size: 12px;
  }

  .fz13 {
    font-size: 12px;
  }

  .fz16 {
    font-size: 14px;
  }

  .fz18 {
    font-size: 14px;
  }

  .fz20 {
    font-size: 16px;
  }

  .fz22 {
    font-size: 20px;
  }

  .fz26 {
    font-size: 22px;
  }

  .fz40 {
    font-size: 26px;
  }

  .fz50 {
    font-size: 24px;
  }
}
form input, form select, form button {
  height: 50px;
  font-size: 16px;
  box-sizing: border-box;
  padding-left: 18px;
  outline: none;
  border: none;
  border-radius: 0;
  color: #000;
}
form input:focus::-moz-placeholder, form select:focus::-moz-placeholder, form button:focus::-moz-placeholder {
  color: transparent;
}
form input:focus:-ms-input-placeholder, form select:focus:-ms-input-placeholder, form button:focus:-ms-input-placeholder {
  color: transparent;
}
form input:focus::placeholder, form select:focus::placeholder, form button:focus::placeholder {
  color: transparent;
}
form input::-moz-placeholder, form select::-moz-placeholder, form button::-moz-placeholder {
  color: #000;
}
form input:-ms-input-placeholder, form select:-ms-input-placeholder, form button:-ms-input-placeholder {
  color: #000;
}
form input::placeholder, form select::placeholder, form button::placeholder {
  color: #000;
}
form button {
  padding: 0 20px;
}

@media only screen and (max-width: 1920px) {
  form input, form select, form button {
    height: 2.7vw;
    font-size: 1vw;
    padding-left: 0.9vw;
  }
  form button {
    padding: 0 1vw;
  }
}
@media only screen and (max-width: 800px) {
  form input, form select, form button {
    font-size: 14px;
    height: 45px;
    padding: 0 10px;
  }
  form button {
    margin-top: 10px;
  }
}
.content_seo h1, .content_seo h2, .content_seo h3, .content_seo h4, .content_seo h5, .content_seo h6 {
  font-size: 26px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 10px;
}
.content_seo.white li, .content_seo.white p, .content_seo.white b {
  color: #fff;
}
.content_seo ul li {
  padding-left: 20px;
  position: relative;
}
.content_seo ul li:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 10px;
  height: 10px;
  background-image: url("/img/list_mark_alter.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
}
.content_seo ul li, .content_seo a, .content_seo p {
  font-size: 16px;
  line-height: 140%;
}
.content_seo ul li, .content_seo p {
  margin-bottom: 15px;
}
.content_seo .row {
  display: flex;
  align-items: flex-start;
}
.content_seo .row h1, .content_seo .row h2, .content_seo .row h3, .content_seo .row h4, .content_seo .row h5, .content_seo .row h6 {
  margin-top: 0;
}
.content_seo .row img {
  margin-top: 10px;
}
.content_seo .row .col-md-6:nth-child(2) {
  position: sticky;
  top: 50px;
}
.content_seo .row .col-md-6 {
  width: -moz-fit-content;
  width: fit-content;
}
.content_seo .row .col-md-6:first-child {
  margin-right: 20px;
}
.content_seo .btn {
  display: flex;
  align-items: center;
}
.content_seo table {
  width: 100% !important;
  margin: 10px 0;
}
.content_seo table caption b {
  color: #fff;
}
.content_seo table tr:first-child, .content_seo table tr:nth-child(3), .content_seo table tr:nth-child(5), .content_seo table tr:nth-child(7), .content_seo table tr:nth-child(9), .content_seo table tr:nth-child(11), .content_seo table tr:nth-child(13), .content_seo table tr:nth-child(15),
.content_seo table tr:nth-child(17), .content_seo table tr:nth-child(19), .content_seo table tr:nth-child(21), .content_seo table tr:nth-child(23), .content_seo table tr:nth-child(25), .content_seo table tr:nth-child(27), .content_seo table tr:nth-child(29) {
  background-color: #F7F7F7;
}
.content_seo table caption,
.content_seo table thead {
  background-color: #1F315A;
  padding: 15px 20px;
  color: #fff;
}
.content_seo table caption tr,
.content_seo table thead tr {
  color: #fff;
}
.content_seo table caption tr th,
.content_seo table thead tr th {
  color: #fff;
  font-weight: 600;
  padding: 15px 20px;
}
.content_seo table td {
  padding: 15px 20px;
  vertical-align: center;
  color: #555555;
}
.content_seo table td:first-child {
  width: 40%;
}

.welcome_text h1, .welcome_text h2 {
  font-size: 56px;
}
.welcome_text .row .col-md-6:first-child {
  width: 50%;
}

@media only screen and (max-width: 1920px) {
  .content_seo h1, .content_seo h2, .content_seo h3, .content_seo h4, .content_seo h5, .content_seo h6 {
    font-size: 1.5vw;
    margin-top: 1.3vw;
    margin-bottom: 0.75vw;
  }
  .content_seo table td, .content_seo ul li, .content_seo a, .content_seo p {
    font-size: 0.95vw;
  }
  .content_seo p {
    margin-bottom: 0.8vw;
  }
  .content_seo ul li {
    padding-left: 1vw;
  }
  .content_seo ul li:before {
    top: 0.3vw;
    width: 0.6vw;
    height: 0.6vw;
  }
  .content_seo table caption,
.content_seo table thead {
    padding: 0.8vw 1.05vw;
  }
  .content_seo table caption tr th,
.content_seo table thead tr th {
    padding: 0.8vw 1.05vw;
  }
  .content_seo table td {
    padding: 0.8vw 1.05vw;
  }

  .welcome_text h1, .welcome_text h2 {
    font-size: 2.917vw;
  }
}
@media only screen and (max-width: 800px) {
  .content_seo h1, .content_seo h2, .content_seo h3, .content_seo h4, .content_seo h5, .content_seo h6 {
    font-size: 18px;
    margin-top: 25px;
    margin-bottom: 10px;
  }
  .content_seo p, .content_seo ul li {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .content_seo ul li {
    padding-left: 15px;
  }
  .content_seo ul li:before {
    width: 8px;
    height: 8px;
    top: 5px;
  }
  .content_seo .row {
    flex-flow: wrap;
  }
  .content_seo .row .col-md-6:nth-child(2) {
    position: relative;
    top: 0;
  }
  .content_seo .row .col-md-6 {
    width: 100%;
  }
  .content_seo .row .col-md-6:first-child {
    margin-right: 0;
  }
  .content_seo table td {
    font-size: 14px;
    padding: 10px;
  }
  .content_seo table td:first-child {
    width: 50%;
  }
}
header {
  position: fixed;
  width: 100%;
  z-index: 999;
  background-color: #FAFBFE;
  top: 0;
  transition: 0.3s all ease;
}
header.fixed {
  top: 0;
}
header.fixed .top_row {
  display: none;
}
header.fixed .menu_row {
  border-top: 0;
}
header.fixed nav ul li .child_menu.catalog_submenu {
  top: 40px;
}
header .show_form_btn {
  display: none;
  margin-left: 12px;
}
header p, header a.email {
  font-size: 13px;
}
header .phone_block {
  flex-direction: column;
  align-items: flex-end;
}
header .phone_block .get_callback {
  border-bottom: 1px dashed #3E69A8;
  color: #3E69A8;
  cursor: pointer;
}
header .phone_block .get_callback:hover {
  color: #1F315A;
  border-bottom-style: solid;
}
header .phone_block .phone {
  font-size: 19px;
  display: inline-block;
  margin: 2px 0;
}
header .header_search_form {
  margin-right: 70px;
  position: relative;
}
header .header_search_form input {
  width: 300px;
  height: 45px;
  background: #ececec;
}
header .header_search_form input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
header .header_search_form input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
header .header_search_form input::placeholder {
  color: rgba(0, 0, 0, 0.4);
}
header .header_search_form .reset_form {
  padding: 0;
  cursor: pointer;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
header .header_search_form .reset_form:after, header .header_search_form .reset_form:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 2px;
  background: #757575;
  display: inline-block;
  z-index: 2;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s all ease;
}
header .header_search_form .reset_form:after {
  transform: translateY(-50%) rotate(-45deg);
}
header .header_search_form .reset_form:hover:before, header .header_search_form .reset_form:hover:after {
  background: #3D3D3D;
}
header .messengers_block {
  padding: 25px 45px;
  margin-right: 70px;
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}
header .messengers.show_at_mobile {
  display: none;
}
header .logo_block img {
  position: relative;
  top: 2px;
}
header .menu_row {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  transition: 0.3s all ease;
}
header .menu_row.border_bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
header .lang_block {
  position: relative;
  cursor: pointer;
}
header .lang_block .current_lang {
  padding: 10px 0;
}
header .lang_block .img {
  position: relative;
  top: -1px;
  margin-left: 7px;
  width: 25px;
  height: 20px;
  border-radius: 2px;
  display: inline-block;
}
header .lang_block p, header .lang_block a {
  font-size: 18px;
}
header .lang_block ul.langs {
  position: absolute;
  top: 100%;
  width: -moz-max-content;
  width: max-content;
  background-color: #FAFBFE;
  padding: 5px;
  left: -5px;
  z-index: 2;
  box-shadow: 0 4px 4px rgba(31, 49, 90, 0.3);
}
header .lang_block ul.langs li {
  margin: 3px 0;
}
header .lang_block:hover ul.langs {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}
header .image_category {
  background-color: #fff;
  background-size: contain;
  width: 90px;
  height: 80px;
}
header .catalog_submenu {
  padding-top: 20px;
}
header .catalog_submenu > ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
header .catalog_submenu .catalog_block {
  justify-content: flex-start;
  align-items: flex-start;
  flex-flow: nowrap;
}
header .catalog_submenu .catalog_block .right {
  margin-left: 20px;
}
header .catalog_submenu .catalog_block .right > a {
  color: #1F315A;
  font-weight: 600;
}
header .catalog_submenu .catalog_block .right ul {
  margin-top: 7.5px;
}
header .catalog_submenu .catalog_block .right ul a:hover {
  color: #1F315A;
}
header .catalog_submenu ul li a {
  color: rgba(34, 34, 34, 0.7);
  font-weight: 500;
}
header nav > ul > li {
  padding: 10px 0;
}
header nav li.current {
  text-decoration: underline;
}
header nav ul li {
  margin-right: 75px;
  position: relative;
}
header nav ul li a.has_child {
  position: relative;
}
header nav ul li a.has_child svg {
  width: 10px;
  height: 5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(100% + 5px);
  transition: 0.3s all ease;
}
header nav ul li .child_menu {
  position: absolute;
  top: 100%;
  left: -10px;
  width: -moz-max-content;
  width: max-content;
  background-color: #FAFBFE;
  box-shadow: 0 4px 4px rgba(31, 49, 90, 0.3);
}
header nav ul li .child_menu.has_padding {
  padding: 5px 10px 10px;
}
header nav ul li .child_menu.catalog_submenu {
  position: fixed;
  top: 129px;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px 0;
  width: 1640px;
  max-width: 1640px;
}
header nav ul li .child_menu li {
  margin: 2px 0;
}
header nav ul li .child_menu li a {
  font-size: 15px;
}
header nav ul li:hover a.has_child svg {
  transform: translateY(-50%) rotate(180deg);
}
header nav ul li:hover .child_menu {
  z-index: 2;
  opacity: 1;
  visibility: visible;
}
header nav ul li:last-child {
  margin-right: 0;
}
header nav ul li a, header nav ul li p {
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
}
header .burger_btn {
  width: 24px;
  height: 24px;
  position: relative;
  transition: 0.3s all ease;
  margin-left: 12px;
  display: none;
}
header .burger_btn span {
  position: absolute;
  width: 24px;
  height: 3px;
  display: block;
  background-color: #1F315A;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s all ease;
}
header .burger_btn span:first-child {
  top: calc(50% - 9px);
}
header .burger_btn span:last-child {
  top: calc(50% + 9px);
}

@media only screen and (max-width: 1920px) {
  header.fixed nav ul li .child_menu.catalog_submenu {
    top: 2.2vw;
  }
  header .header_search_form {
    margin-right: 3.646vw;
  }
  header .header_search_form input {
    width: 15.625vw;
    height: 2.344vw;
  }
  header .header_search_form .reset_form {
    width: 1.042vw;
    height: 1.042vw;
    right: 0.781vw;
  }
  header .header_search_form .reset_form:after, header .header_search_form .reset_form:before {
    width: 1.042vw;
    height: 0.104vw;
  }
  header .lang_block .img {
    top: 0;
    width: 1.5vw;
    height: 1.2vw;
  }
  header .lang_block p, header .lang_block a {
    font-size: 1.1vw;
  }
  header .image_category {
    width: 4.69vw;
    height: 4.17vw;
  }
  header .catalog_submenu > ul {
    padding-top: 20px;
  }
  header nav > ul > li {
    padding: 0.781vw 0;
  }
  header nav ul li {
    margin-right: 3.9vw;
  }
  header nav ul li .child_menu.catalog_submenu {
    top: 7.2vw;
    width: 96vw;
    max-width: 96vw;
    padding-left: 40px;
    padding-right: 40px;
    box-shadow: none;
    background-color: transparent;
  }
  header nav ul li .child_menu.catalog_submenu > ul {
    background-color: #FAFBFE;
    padding: 20px 0;
    box-shadow: 0 4px 4px rgba(31, 49, 90, 0.3);
  }
  header nav ul li .child_menu li a {
    font-size: 0.8vw;
  }
  header nav ul li a, header nav ul li p {
    font-size: 0.94vw;
  }
  header p, header a.email {
    font-size: 0.825vw;
  }
  header .messengers_block {
    padding: 1.3vw 2.34vw;
    margin-right: 3.646vw;
  }
  header .phone_block .phone {
    font-size: 1.1vw;
  }
  header .logo_block img {
    width: 8.073vw;
  }
  header .logo_block .fz16 {
    font-size: 0.86vw;
  }
}
@media only screen and (max-width: 800px) {
  header {
    padding: 15px 0;
  }
  header.fixed {
    top: 0;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  }
  header.fixed .top_row {
    display: flex;
  }
  header .show_form_btn {
    display: flex;
  }
  header .btn, header .messengers_block {
    display: none;
  }
  header .header_search_form {
    position: absolute;
    top: 50%;
    right: 70px;
    transform: translateY(-50%);
    z-index: 99;
    display: none;
  }
  header .header_search_form.show {
    display: block;
  }
  header .header_search_form .reset_form {
    right: 20px;
  }
  header .header_search_form .reset_form:before, header .header_search_form .reset_form:after {
    height: 2px;
    width: 15px;
  }
  header .header_search_form input {
    height: 35px;
    width: 190px;
  }
  header .image_category {
    width: 60px;
    min-width: 60px;
    height: 60px;
  }
  header .catalog_submenu .catalog_block .right {
    margin-top: 5px;
    width: 100%;
  }
  header .catalog_submenu .catalog_block .right ul {
    margin-top: 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
  }
  header .catalog_submenu .catalog_block .right a {
    padding-left: 0;
  }
  header .menu_row {
    display: none;
    background-color: transparent !important;
    margin-top: 15px;
    padding-top: 20px;
  }
  header .menu_row.border_bottom {
    border: none;
  }
  header .menu_row .container {
    flex-direction: column;
  }
  header .menu_row nav {
    width: 100%;
  }
  header .menu_row nav ul {
    flex-direction: column;
  }
  header .menu_row nav ul li {
    margin-right: 0;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    width: 100%;
  }
  header .menu_row nav ul li.open_mobile .child_menu {
    display: block;
    position: relative;
    opacity: 1;
    z-index: 2;
    visibility: visible;
  }
  header .menu_row nav ul li.open_mobile a.has_child svg {
    transform: translateY(-50%) rotate(180deg) !important;
  }
  header .menu_row nav ul li:hover a.has_child svg {
    transform: translateY(-50%);
  }
  header .menu_row nav ul li .child_menu {
    display: none;
    top: 0;
    left: 0;
    padding: 0;
    box-shadow: none;
    width: 100%;
    margin-top: 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
  }
  header .menu_row nav ul li .child_menu.catalog_submenu {
    max-width: 100%;
    top: 0 !important;
    transform: translateX(0);
  }
  header .menu_row nav ul li .child_menu.catalog_submenu ul {
    box-shadow: none;
    padding: 0;
    display: block;
  }
  header .menu_row nav ul li .child_menu li {
    margin: 0;
  }
  header .menu_row nav ul li .child_menu li:last-child {
    border: none;
    padding-bottom: 0;
  }
  header .menu_row nav ul li .child_menu a {
    font-size: 16px;
    padding-left: 20px;
  }
  header .menu_row nav ul li a.has_child {
    position: initial;
  }
  header .menu_row nav ul li a.has_child svg {
    width: 15px;
    height: 15px;
    top: 22.5px;
    left: calc(100% - 15px);
    pointer-events: none;
  }
  header .menu_row nav ul li a.has_child svg path {
    stroke: #1F315A;
  }
  header .menu_row p, header .menu_row a {
    color: #1F315A !important;
    font-size: 20px;
  }
  header .logo_block img {
    width: 80px;
  }
  header .phone_block {
    flex-direction: column-reverse;
  }
  header .phone_block p {
    font-size: 12px;
    margin-top: -3px;
  }
  header .phone_block .phone {
    font-size: 16px;
    margin: 0;
  }
  header .phone_block a.email {
    display: none;
  }
  header .burger_btn {
    display: block;
  }
  header .messengers.show_at_mobile {
    display: flex;
    width: 100%;
    margin: 25px 0 0;
    justify-content: flex-start;
  }
  header .messengers.show_at_mobile a {
    margin-right: 15px;
  }
  header .lang_block {
    display: flex;
    width: 100%;
    margin-top: 30px;
  }
  header .lang_block .img {
    display: none !important;
  }
  header .lang_block .current_lang {
    padding: 0;
  }
  header .lang_block ul.langs {
    position: relative;
    top: 0;
    left: 0;
    opacity: 1;
    visibility: visible;
    z-index: 2;
    box-shadow: none;
    padding: 0;
    display: flex;
  }
  header .lang_block ul.langs li {
    margin: 0 0 0 20px;
  }
  header.open {
    position: fixed;
    height: 100vh;
  }
  header.open .menu_row {
    display: block;
    overflow-y: scroll;
    height: calc(100vh - 50px);
    padding-bottom: 150px;
  }
  header.open .menu_row::-webkit-scrollbar {
    display: none;
  }
  header.open .burger_btn span {
    width: 30px;
  }
  header.open .burger_btn span:first-child {
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  header.open .burger_btn span:last-child {
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  header.open .burger_btn span:nth-child(2) {
    opacity: 0;
  }
}
.messengers a {
  margin-right: 5px;
  width: 35px;
  height: 35px;
  background-color: #E4E4E4;
  border-radius: 50%;
  justify-content: center;
}
.messengers a svg {
  width: 50%;
  height: 50%;
}
.messengers a:hover {
  background-color: #1F315A;
}
.messengers a:hover svg path {
  fill: #fff;
}
.messengers a:last-child {
  margin: 0;
}

@media only screen and (max-width: 1920px) {
  .messengers a {
    width: 2.083vw;
    height: 2.083vw;
  }
}
@media only screen and (max-width: 800px) {
  .messengers a {
    width: 35px;
    height: 35px;
  }
}
.hero_section {
  overflow-y: hidden;
}
.hero_section .slide_item {
  cursor: pointer;
}
.hero_section .slide_item .content_seo {
  margin: 0 auto;
  padding: 0 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hero_section .slide_item .content_seo.bg_dark h3, .hero_section .slide_item .content_seo.bg_dark p {
  color: #fff;
}
.hero_section .slide_item .content_seo.bg_dark .btn p {
  color: #fff;
}
.hero_section .slide_item .content_seo.bg_dark .btn:hover {
  border-color: #fff;
  color: #fff;
}
.hero_section .slide_item .content_seo.bg_dark .btn:hover p {
  color: #fff;
}
.hero_section .slide_item .content_seo h3,
.hero_section .slide_item .content_seo p {
  text-align: center;
}
.hero_section .slide_item .content_seo h3 {
  font-size: 50px;
}
.hero_section .slide_item .content_seo p {
  font-size: 22px;
}
.hero_section .slide_item .content_seo .btn {
  margin-top: 10px;
  display: flex;
  align-items: center;
  transition: 0.3s all ease;
}
.hero_section .slide_item .content_seo .btn p {
  color: #fff;
  margin-bottom: 0 !important;
}
.hero_section .slide_item .content_seo .btn:hover p {
  color: #1F315A;
}
.hero_section .slick-slide.slick-current .image_slide .image_bg {
  animation: 12s scaleImageHero infinite;
}
.hero_section .image_slide {
  position: relative;
  overflow: hidden;
}
.hero_section .image_slide .image_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.hero_section .image_slide:before {
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.hero_section .image_slide:hover {
  text-decoration: none;
}
.hero_section .image_slide video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.hero_section .right_slider .inner_slider .slide_item:after {
  display: none;
}
.hero_section .slider-arr {
  position: absolute;
  cursor: pointer;
  z-index: 2;
  top: 50%;
  width: 100px;
  height: 100px;
  justify-content: center;
  background: transparent;
  transform: translateY(-50%);
}
.hero_section .slider-arr.prev {
  left: 0;
}
.hero_section .slider-arr.next {
  right: 0;
}
.hero_section .slider-arr svg {
  width: 50px;
  height: 40px;
}
.hero_section .slider-arr:hover svg path {
  stroke-opacity: 1;
}
.hero_section .text_slider {
  display: none;
}
.hero_section .text_slider.slick-initialized {
  display: block;
}

.hero_section, .hero_section .image_slide, .right_slider .inner_slider {
  height: 750px;
}

.about_section {
  margin-top: 95px;
}
.about_section .container {
  flex-wrap: nowrap;
  position: relative;
}
.about_section .map_block {
  position: absolute;
  top: -30px;
  right: 0;
}
.about_section .map_block .location {
  position: absolute;
  flex-direction: column;
  cursor: pointer;
}
.about_section .map_block .location:hover p {
  opacity: 1;
}
.about_section .map_block .location p {
  margin-top: 5px;
  opacity: 0;
  background-color: #fff;
  padding: 3px 5px;
  font-size: 12px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
.about_section .map_block .location.lviv {
  top: 19%;
  left: 8%;
}
.about_section .map_block .location.kyiv {
  top: 18%;
  left: 44%;
}
.about_section .about_adv {
  margin-top: 80px;
}
.about_section .about_adv .item {
  margin-right: 85px;
}
.about_section .about_adv .item:before {
  top: -15px;
  width: 12px;
  height: 12px;
  background-color: #1F315A;
}
.about_section .about_adv .item p b {
  font-size: 30px;
}
.about_section .about_adv .item p span, .about_section .about_adv .item p b {
  color: #3E69A8;
}
.about_section .about_adv .item:last-child {
  margin-right: 0;
}
.about_section .right {
  margin-left: 90px;
}
.about_section .left_image {
  width: 490px;
  height: 590px;
}

.projects_welcome_section .projects_welcome_slider {
  display: none;
}
.projects_welcome_section .projects_welcome_slider.slick-initialized {
  display: block;
}
.projects_welcome_section .slider-arr {
  position: absolute;
  top: 0;
  z-index: 2;
  width: 40px;
  justify-content: center;
  height: 100%;
  cursor: pointer;
}
.projects_welcome_section .slider-arr.prev {
  left: 0;
}
.projects_welcome_section .slider-arr.next {
  right: 0;
}
.projects_welcome_section .slick-list {
  margin: 0 -1px;
}
.projects_welcome_section .slick-slide {
  margin: 0 1px;
}
.projects_welcome_section .project_item {
  display: flex !important;
}

@media only screen and (max-width: 1920px) {
  .about_section {
    margin-top: 5vw;
  }
  .about_section .map_block {
    top: -3vw;
  }
  .about_section .map_block .map {
    width: 35vw;
  }
  .about_section .desc_block .logo {
    width: 8vw;
  }
  .about_section .about_adv {
    margin-top: 4.2vw;
  }
  .about_section .about_adv .item {
    margin-right: 4.4vw;
  }
  .about_section .about_adv .item:before {
    top: -0.8vw;
    width: 0.625vw;
    height: 0.625vw;
  }
  .about_section .about_adv .item p {
    font-size: 0.9vw;
  }
  .about_section .about_adv .item p b {
    font-size: 1.5vw;
  }
  .about_section .right {
    margin-left: 5.7vw;
  }
  .about_section .left_image {
    width: 25.5vw;
    height: 31vw;
  }

  .hero_section .slider-arr {
    width: 5vw;
    height: 5vw;
  }
  .hero_section .slider-arr.prev {
    bottom: 5vw;
  }
  .hero_section .slider-arr svg {
    width: 2.604vw;
    height: 2.083vw;
  }
  .hero_section .slide_item .content_seo {
    padding: 0 10.417vw;
  }
  .hero_section .slide_item .content_seo h3 {
    font-size: 2.604vw;
  }
  .hero_section .slide_item .content_seo p {
    font-size: 1.146vw;
  }
  .hero_section .slide_item .content_seo .btn {
    margin-top: 0.521vw;
  }

  .hero_section, .hero_section .image_slide, .right_slider .inner_slider {
    height: 39.063vw;
  }

  .projects_welcome_section .slider-arr {
    width: 2.083vw;
  }
}
@media only screen and (max-width: 800px) {
  .hero_section {
    height: 47vw;
    margin: 10px 0 -8vw;
  }
  .hero_section .image_slide {
    height: 40vw;
  }
  .hero_section .right_slider .inner_slider {
    height: 40vw;
    width: 100%;
  }
  .hero_section .slide_item .content_seo {
    display: none;
  }
  .hero_section .slide_item:before {
    display: none;
  }
  .hero_section .slider-arr {
    display: none !important;
  }

  .about_section {
    margin-top: 50px;
  }
  .about_section p br {
    display: none;
  }
  .about_section .left_image {
    width: 100%;
    height: 400px;
  }
  .about_section .map_block {
    display: none !important;
  }
  .about_section .container {
    flex-flow: wrap;
  }
  .about_section .right {
    width: 100%;
    margin-left: 0;
  }
  .about_section .desc_block {
    margin-top: 30px;
  }
  .about_section .desc_block .logo {
    display: none !important;
  }
  .about_section .about_adv {
    margin-top: 40px;
    padding-right: 18px;
    width: -moz-max-content;
    width: max-content;
  }
  .about_section .about_adv .item {
    width: 250px;
    margin-right: 20px;
    padding-top: 15px;
  }
  .about_section .about_adv .item:before {
    width: 8px;
    height: 8px;
    top: 0;
  }
  .about_section .about_adv .item p {
    font-size: 14px;
  }
  .about_section .about_adv .item p br {
    display: none !important;
  }
  .about_section .about_adv .item p b {
    font-size: 20px;
  }
  .about_section .about_adv_wrapper {
    overflow-x: scroll;
    margin: 0 -18px;
    padding-left: 18px;
  }
  .about_section .about_adv_wrapper::-webkit-scrollbar {
    display: none;
  }

  .projects_welcome_section {
    margin-bottom: 70px;
  }
  .projects_welcome_section .projects_welcome_slider {
    padding-left: 0;
    padding-right: 0;
  }
  .projects_welcome_section .slider-arr {
    display: none !important;
  }
}
.page_heading {
  height: 350px;
  padding-top: 20px;
}
.page_heading h1 {
  text-shadow: #000 1px 0 5px;
  text-transform: uppercase;
}
.page_heading .breadcrumbs li:before, .page_heading .breadcrumbs a, .page_heading .breadcrumbs span {
  color: #fff;
}
.page_heading .container {
  position: relative;
  z-index: 1;
}
.page_heading:before {
  width: 50%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(157, 157, 157, 0) 100%, rgba(255, 255, 255, 0) 100%);
}

.category_page .catalog_item {
  height: 16.7vw;
}
.category_page .catalog_item p {
  font-size: 30px;
}
.category_page .search_field {
  position: relative;
}
.category_page .search_field button {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: -moz-max-content;
  width: max-content;
  padding: 0;
  background-color: transparent;
}
.category_page .search_field button:hover img {
  opacity: 1;
}
.category_page .search_field button img {
  opacity: 0.6;
}
.category_page .search_field input {
  width: 100%;
  background-color: #fff;
  border: 1px solid #f5f5f5;
  height: 50px;
  transition: 0.3s all ease;
}
.category_page .search_field input:focus {
  border: 1px solid #1F315A;
}
.category_page .catalog ul.child_menu {
  padding-left: 105px;
  margin-top: -20px;
  margin-bottom: 15px;
  display: none;
}
.category_page .catalog ul.child_menu li {
  margin-bottom: 2.5px;
}
.category_page .catalog ul.child_menu a {
  color: #000;
  opacity: 0.9;
}
.category_page .catalog ul.child_menu a:hover {
  opacity: 1;
  font-weight: 500;
}
.category_page .catalog > li {
  position: relative;
  padding-bottom: 2.5px;
  margin-bottom: 2.5px;
}
.category_page .catalog > li:hover, .category_page .catalog > li.open {
  background-color: #fff;
}
.category_page .catalog > li:hover ul.child_menu, .category_page .catalog > li.open ul.child_menu {
  display: block;
}
.category_page .catalog > li:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(100% - 100px);
  height: 1px;
  background-color: #F0F1F3;
}
.category_page .catalog .heading {
  display: flex;
  align-items: center;
}
.category_page .catalog .image {
  width: 90px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  margin-right: 15px;
}
.category_page .catalog .image img {
  max-height: 100%;
  width: auto;
}
.category_page .catalog .name_category {
  font-size: 16px;
  font-weight: 600;
}
.category_page .filters_col {
  min-width: 340px;
}
.category_page .filters_col .filters_btn {
  display: none;
  height: 40px;
}
.category_page .filters_col .filters_btn svg {
  margin-right: 10px;
}
.category_page .products_col {
  width: 100%;
  margin-left: 30px;
}
.category_page .close_row {
  display: none;
  margin-bottom: 20px;
}
.category_page .close_row p {
  font-size: 20px;
  font-weight: 600;
}
.category_page .products_block {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}
.category_page .sort_row .ml15 {
  margin-left: 15px;
}
.category_page .sort_row .active label {
  font-weight: 600;
}
.category_page .sort_row label {
  cursor: pointer;
}
.category_page .sort_row p, .category_page .sort_row label {
  font-size: 14px;
}
.category_page .sort_row .sort_by input {
  display: none;
}
.category_page .promo_category {
  width: 100%;
  background-color: #1F315A;
  margin-bottom: 20px;
  border-radius: 10px;
  min-height: 275px;
  padding: 30px;
  position: relative;
}
.category_page .promo_category .btn {
  margin-top: 20px;
  border: 1px solid #fff;
  text-transform: none;
}
.category_page .promo_category .btn:hover {
  background-color: #fff;
  color: #1F315A !important;
}
.category_page .promo_category .image {
  position: absolute;
  right: 0;
  top: 0;
  width: 55%;
  height: 100%;
  border-radius: 0 10px 10px 0;
  overflow: hidden;
}
.category_page .promo_category .image:after, .category_page .promo_category .image:before {
  width: 50%;
  height: 100%;
  background-position: right center;
}
.category_page .promo_category .image:after {
  left: -30px;
  background-image: url("/img/category/thunder.svg");
  z-index: 2;
}
.category_page .promo_category .image:before {
  background-image: url("/img/category/thunder_bright.svg");
  z-index: 1;
}
.category_page .promo_category:hover {
  text-decoration: none;
}
.category_page .content_seo.excerpt {
  margin-bottom: 50px;
}
.category_page .content_seo.white {
  max-width: 60%;
  margin-top: -20px;
}
.category_page .content_seo.white * {
  color: #fff !important;
}

.filter_block {
  background-color: #fff;
  padding-bottom: 5px;
}
.filter_block.open .filter_name:before {
  transform: translateY(-50%) rotate(180deg);
}
.filter_block.open .filter_values {
  display: block;
}
.filter_block .filter_values {
  padding: 0 15px;
  display: none;
}
.filter_block .filter_values .reset {
  position: absolute;
  top: 40%;
  right: 0;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  cursor: pointer;
}
.filter_block .filter_values .reset:hover:before, .filter_block .filter_values .reset:hover:after {
  background-color: #1F315A;
}
.filter_block .filter_values .reset:before, .filter_block .filter_values .reset:after {
  position: absolute;
  padding: 0;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background-color: #000;
  transition: 0.3s all ease;
}
.filter_block .filter_values .reset:before {
  transform: rotate(45deg);
}
.filter_block .filter_values .reset:after {
  transform: rotate(-45deg);
}
.filter_block .filter_values input {
  margin: 0 10px 0 0;
  min-width: 16px;
  width: 16px;
  height: 16px;
  position: relative;
  cursor: pointer;
}
.filter_block .filter_values input:checked:after {
  transform: translate(-50%, -50%) scale(1);
}
.filter_block .filter_values input:after, .filter_block .filter_values input:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid #084AAF;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 5px;
}
.filter_block .filter_values input:before {
  background-color: #fff;
  transform: translate(-50%, -50%);
}
.filter_block .filter_values input:after {
  background-color: #084AAF;
  background-image: url("/img/filter_checked.png");
  background-repeat: no-repeat;
  background-position: center center;
  transform: translate(-50%, -50%) scale(0);
}
.filter_block .filter_values label {
  cursor: pointer;
}
.filter_block .filter_values label span {
  color: #ababab;
}
.filter_block .filter_values li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  position: relative;
}
.filter_block .filter_name {
  padding: 15px;
  cursor: pointer;
}
.filter_block .filter_name:before {
  top: 50%;
  transform: translateY(-50%);
  left: calc(100% - 20px);
  width: 10px;
  height: 5px;
  transition: 0.3s all ease;
  background-image: url("/img/arr_filter.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.filter_block .filter_name:after {
  display: none;
}

.pagination {
  justify-content: center;
  margin-top: 80px;
}
.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: 2vw;
  height: 2vw;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  margin-right: 0.5vw;
  color: #000;
  font-size: 1vw;
}
.pagination nav span.relative > span > span span {
  color: #fff;
  font-size: 1vw;
  position: relative;
}
.pagination nav span.relative > span > span span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2vw;
  height: 2vw;
  background-color: #1F315A;
  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: 1920px) {
  .filter_block .filter_name {
    padding: 0.9vw;
  }
  .filter_block .filter_values input {
    margin: 0 0.65vw 0 0;
    min-width: 1vw;
    width: 1vw;
    height: 1vw;
  }
  .filter_block .filter_values input:before, .filter_block .filter_values input:after {
    border-radius: 0.35vw;
  }
  .filter_block .filter_values label {
    font-size: 1vw;
  }

  .category_page .catalog_item p {
    font-size: 1.563vw;
  }
  .category_page .search_field input {
    height: 3.2vw;
  }
  .category_page .search_field img {
    max-width: 17px;
    width: 1vw;
  }
  .category_page .catalog ul.child_menu {
    padding-left: 5.7vw;
    margin-top: -15px;
  }
  .category_page .catalog ul.child_menu li {
    margin-bottom: 0;
  }
  .category_page .catalog ul.child_menu a {
    font-size: 0.9vw;
  }
  .category_page .catalog > li:before {
    width: calc(100% - 5.7vw);
  }
  .category_page .catalog .image {
    width: 5vw;
    height: 4.5vw;
    margin-right: 0.7vw;
  }
  .category_page .catalog .name_category {
    font-size: 0.9vw;
  }
  .category_page .filters_col {
    min-width: 19vw;
  }
  .category_page .sort_row p, .category_page .sort_row label {
    font-size: 1vw;
  }
  .category_page .promo_category {
    min-height: 16vw;
  }
  .category_page .promo_category .image:after {
    left: -1.563vw;
  }

  .page_heading {
    height: 18.229vw;
  }
}
@media only screen and (max-width: 800px) {
  .category_page .close_row {
    display: flex;
  }
  .category_page .filter_wrapper {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 99999;
  }
  .category_page .filter_wrapper .filter_wrapper_inner {
    background-color: #fff;
    width: 70%;
    height: 100%;
    padding: 18px 18px 60px;
    overflow-y: scroll;
  }
  .category_page .filter_wrapper .filter_wrapper_inner::-webkit-scrollbar {
    display: none;
  }
  .category_page .filter_wrapper.open_mobile_filters {
    display: block;
  }
  .category_page .filter_block {
    margin: 0 0 15px 0;
    padding: 15px 0 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .category_page .filter_block:last-child {
    margin: 0;
  }
  .category_page .filter_block .filter_name {
    font-size: 16px;
    padding: 0 25px 0 0;
  }
  .category_page .filter_block .filter_values {
    padding: 0;
    margin-top: 15px;
  }
  .category_page .filter_block .filter_values li:last-child {
    margin-bottom: 0;
  }
  .category_page .filter_block .filter_values label {
    font-size: 14px;
  }
  .category_page .filter_block .filter_values input {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
  .category_page .nowrap {
    flex-flow: wrap;
  }
  .category_page .catalog {
    display: none;
  }
  .category_page .catalog .image {
    margin-right: 15px;
    width: 60px;
    height: 60px;
  }
  .category_page .catalog .name_category {
    font-size: 15px;
    text-transform: uppercase;
    width: 100%;
  }
  .category_page .catalog > li {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .category_page .catalog > li:before {
    width: 100%;
  }
  .category_page .sort_row p, .category_page .sort_row label {
    font-size: 14px;
  }
  .category_page .sort_row .sort_by {
    display: none;
  }
  .category_page .filters_col {
    min-width: 100%;
    width: 100%;
    margin-top: 15px;
  }
  .category_page .filters_col .filters_btn {
    display: flex;
  }
  .category_page .products_col {
    margin: 20px 0 0;
    width: 100%;
  }
  .category_page .products_block {
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 10px;
    grid-column-gap: 10px;
  }

  .page_heading {
    height: -moz-max-content;
    height: max-content;
    padding: 10px 0 20px;
  }
  .page_heading:before {
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
  }

  .pagination {
    margin-top: 50px;
  }
  .pagination nav span.relative > span {
    width: 25px;
    height: 25px;
    margin: 0 5px;
  }
  .pagination nav span.relative > span > span span {
    font-size: 16px;
  }
  .pagination nav span.relative > span > span span:before {
    width: 25px;
    height: 25px;
  }
}
.product_card {
  background-color: #fff;
  padding: 15px;
  transition: 0.3s all ease;
  margin-bottom: 20px;
  position: relative;
}
.product_card .labels {
  position: absolute;
  top: 15px;
  left: 15px;
}
.product_card .image {
  margin-bottom: 10px;
  height: 200px;
  justify-content: center;
}
.product_card .image img {
  width: auto;
  max-height: 100%;
}
.product_card .rate a {
  color: #ababab;
}
.product_card .rate a svg {
  margin-right: 7.5px;
  position: relative;
  top: 1px;
}
.product_card .rate p {
  margin-left: 10px;
  color: #ababab;
}
.product_card .rate p svg {
  margin-right: 7.5px;
}
.product_card .old_price {
  text-decoration: line-through;
  color: #ababab;
}
.product_card .not_available {
  background-color: #e4e4e4;
  border: none;
  text-transform: none;
  color: #aaa;
  cursor: auto;
}
.product_card .not_available:before {
  display: none;
}
.product_card .not_available:hover {
  color: #aaa;
}
.product_card form button {
  text-transform: none;
}
.product_card form button:before {
  display: none;
}
.product_card:hover {
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}

.product_page_first_inner.fixed {
  position: fixed;
  top: 43px;
  left: 0;
  width: 100%;
  z-index: 99;
}
.product_page_first_inner.fixed .product_page_first {
  margin-top: 0;
  padding: 10px 20px;
}
.product_page_first_inner.fixed .product_nav {
  margin-top: 0;
}
.product_page_first_inner.fixed h1 {
  display: none;
}

.product_page_first {
  background-color: #1F315A;
  padding: 10px 20px 15px;
}
.product_page_first ul .mr10 {
  margin-right: 10px;
}
.product_page_first ul li {
  margin-right: 15px;
}
.product_page_first ul li.current a {
  background-color: #F4BB70;
  color: #343434;
}
.product_page_first ul li.current a img {
  opacity: 1;
}
.product_page_first ul a {
  height: 45px;
  padding: 0 15px;
  background-color: #FAFBFE;
  color: rgba(52, 52, 52, 0.5);
  font-weight: 600;
  transition: 0.3s all ease;
}
.product_page_first ul a img {
  opacity: 0.5;
  transition: 0.3s all ease;
  max-height: 20px;
}
.product_page_first ul a:hover {
  text-decoration: none;
}
.product_page_first ul a:hover img {
  opacity: 1;
}

.review_row {
  width: 720px;
}
.review_row a {
  color: #ababab;
}
.review_row a:hover {
  color: #111;
}
.review_row a:hover svg path {
  fill: #111;
}
.review_row a svg {
  position: relative;
  top: 1px;
  margin-right: 7.5px;
}
.review_row .rating p {
  margin-left: 10px;
}

.image_slider_block {
  width: 720px;
  padding: 20px;
  background-color: #fff;
}

.big_image_slider {
  height: 450px;
  overflow: hidden;
}
.big_image_slider .image_num {
  color: #1F315A;
  position: absolute;
  bottom: 0;
  right: 0;
}
.big_image_slider .image_num b {
  font-size: 26px;
}
.big_image_slider .image_big {
  justify-content: center;
  height: 450px;
  padding: 10px;
}
.big_image_slider .image_big:hover {
  text-decoration: none;
}
.big_image_slider .image_big:hover:before {
  opacity: 1;
}
.big_image_slider .image_big img {
  width: auto;
  max-height: 100%;
}
.big_image_slider .image_big:after {
  display: none;
}
.big_image_slider .image_big:before {
  width: 25px;
  height: 25px;
  background-image: url("/img/product/zoom.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  top: calc(100% - 25px);
  opacity: 0.5;
  transition: 0.3s all ease;
}

.sm_image_slider {
  padding: 0 45px;
  display: none;
}
.sm_image_slider.slick-initialized {
  display: block;
}
.sm_image_slider .slider-arr {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  justify-content: center;
  z-index: 2;
  cursor: pointer;
}
.sm_image_slider .slider-arr:hover svg path {
  stroke-opacity: 1;
}
.sm_image_slider .slider-arr.prev {
  left: 0;
}
.sm_image_slider .slider-arr.next {
  right: 0;
}
.sm_image_slider .slick-list {
  margin: 0 -5px;
}
.sm_image_slider .slick-slide {
  margin: 0 5px;
  border: 1px solid rgba(31, 49, 90, 0.25);
  transition: 0.3s all ease;
  cursor: pointer;
}
.sm_image_slider .slick-slide.slick-current {
  border-color: #1F315A;
}
.sm_image_slider .image_sm {
  height: 80px;
  justify-content: center;
  box-sizing: border-box;
}
.sm_image_slider .image_sm img {
  width: -moz-max-content;
  width: max-content;
  max-height: 90%;
}

.product_page_info .chars_block {
  width: 360px;
}
.product_page_info .chars_block .brand_row .item {
  flex-direction: column;
  justify-content: center;
  width: 48%;
  background-color: #fff;
  height: 100px;
}
.product_page_info .chars_block .brand_row .item img {
  height: 27px;
}
.product_page_info .chars_block p {
  font-size: 16px;
}
.product_page_info .chars_block .all_chars_btn {
  cursor: pointer;
}
.product_page_info .chars_block .all_chars_btn:hover {
  text-decoration: underline;
}
.product_page_info .chars_block .all_chars_btn img {
  margin-left: 10px;
}
.product_page_info .chars_block li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  position: relative;
}
.product_page_info .chars_block li:before {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.product_page_info .chars_block li p {
  background-color: #FAFBFE;
}
.product_page_info .chars_block li p:first-child {
  color: rgba(0, 0, 0, 0.5);
  padding-right: 3px;
}
.product_page_info .chars_block li p:last-child {
  font-weight: 500;
  padding-left: 3px;
  text-align: right;
}

.right_product_info {
  width: 490px;
}
.right_product_info .block {
  background-color: #fff;
  padding: 20px 25px;
}
.right_product_info .block .row p {
  margin-left: 20px;
}
.right_product_info .form_one_click.say_when_available input {
  margin-right: 0;
}
.right_product_info .form_one_click.say_when_available button, .right_product_info .form_one_click.say_when_available input {
  width: 100%;
}
.right_product_info .form_one_click input {
  border: 1px solid rgba(34, 34, 34, 0.2);
  border-radius: 5px;
  margin-right: 20px;
}
.right_product_info .form_one_click button {
  transition: 0.3s all ease;
}
.right_product_info .form_one_click button:hover {
  color: #fff;
  background-color: #1F315A;
}
.right_product_info .order_montazh {
  color: rgba(34, 34, 34, 0.7);
  cursor: pointer;
}
.right_product_info .order_montazh input {
  margin-right: 10px;
}
.right_product_info .add_to_basket p {
  font-size: 16px;
  color: rgba(34, 34, 34, 0.7);
}
.right_product_info .add_to_basket .btn {
  width: 100%;
  font-weight: 500;
  letter-spacing: 1px;
}
.right_product_info .available {
  margin-left: 15px;
}
.right_product_info .available.not_available {
  margin-left: 0;
  color: #aaa;
}
.right_product_info .available.not_available:before {
  display: none;
}
.right_product_info .discount {
  color: rgba(34, 34, 34, 0.5);
  text-decoration: line-through;
}
.right_product_info .available {
  color: #1DD65C;
}

.product_content_seo .left {
  width: 1110px;
}
.product_content_seo .left .product_content_title {
  padding-top: 80px;
  margin-top: -30px;
}
.product_content_seo .left .content_seo {
  padding: 25px 30px 20px;
  background-color: #fff;
}
.product_content_seo .left .content_seo a.fz18 {
  font-size: 18px;
  border-bottom: 1px solid #1F315A;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.product_content_seo .left .content_seo a.fz18:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.product_content_seo .left .review_item {
  border: 1px solid #e9e9e9;
  padding: 25px;
  margin-bottom: 20px;
}
.product_content_seo .left .review_item .review_text {
  margin: 10px 0 0;
}
.product_content_seo .left .review_item .rate p {
  margin-bottom: 5px;
}
.product_content_seo .left .review_item .date {
  color: #a6a5a5;
}
.product_content_seo .right {
  position: sticky;
  top: 40px;
  width: 490px;
  padding: 50px;
}
.product_content_seo .right p a {
  color: #3E69A8;
  border-bottom: 1px dashed #3E69A8;
}
.product_content_seo .right p a:hover {
  text-decoration: none;
  border-bottom-style: solid;
}
.product_content_seo .right form button, .product_content_seo .right form input, .product_content_seo .right form select {
  width: 100%;
}
.product_content_seo .right form button {
  background-color: #3E69A8;
}

.related_products .slider-arr {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 40px;
  height: 40px;
  justify-content: center;
  cursor: pointer;
}
.related_products .slider-arr:hover svg path {
  stroke-opacity: 1;
}
.related_products .slider-arr.prev {
  left: -40px;
}
.related_products .slider-arr.next {
  right: -40px;
}
.related_products .slick-list {
  margin: 0 -10px;
}
.related_products .slick-list .slick-slide {
  margin: 0 10px;
}

@media only screen and (max-width: 1920px) {
  .related_products .slider-arr {
    width: 2.1vw;
    height: 2.1vw;
  }
  .related_products .slider-arr.prev {
    left: -2.1vw;
  }
  .related_products .slider-arr.next {
    right: -2.1vw;
  }
  .related_products .slick-list {
    margin: 0 -0.5vw;
  }
  .related_products .slick-list .slick-slide {
    margin: 0 0.5vw;
  }

  .product_page_first_inner.fixed {
    top: 2.813vw;
  }
  .product_page_first_inner.fixed .product_page_first {
    padding: 0.521vw 1.042vw;
  }

  .product_content_seo .left {
    width: 62vw;
  }
  .product_content_seo .left .product_content_title {
    padding-top: 4.5vw;
    margin-top: -1.563vw;
  }
  .product_content_seo .left .content_seo {
    padding: 1.25vw 1.75vw;
  }
  .product_content_seo .left .content_seo a.fz18 {
    font-size: 1.1vw;
    padding-bottom: 0.7vw;
    margin-bottom: 0.7vw;
  }
  .product_content_seo .left .content_seo a.fz18 img {
    width: 1.3vw;
  }
  .product_content_seo .left .review_item {
    padding: 1.3vw;
    margin-bottom: 1vw;
  }
  .product_content_seo .right {
    width: 25.521vw;
    padding: 2.6vw;
  }

  .right_product_info {
    width: 26vw;
  }
  .right_product_info .block {
    padding: 1.042vw 1.3vw;
  }
  .right_product_info .block .row p {
    margin-left: 1.042vw;
  }
  .right_product_info .block .row img {
    width: 1.667vw;
  }
  .right_product_info .form_one_click input {
    width: 12vw;
    margin-right: 1vw;
  }
  .right_product_info .add_to_basket p {
    font-size: 1vw;
  }

  .product_page_info .chars_block {
    width: 22vw;
  }
  .product_page_info .chars_block .brand_row .item {
    height: 5.5vw;
  }
  .product_page_info .chars_block .brand_row .item img {
    height: 1.6vw;
  }
  .product_page_info .chars_block p {
    font-size: 0.95vw;
  }
  .product_page_info .chars_block li {
    margin-bottom: 0.5vw;
  }

  .big_image_slider {
    height: 26vw;
  }
  .big_image_slider .image_num b {
    font-size: 1.5vw;
  }
  .big_image_slider .image_big {
    height: 26vw;
  }
  .big_image_slider .image_big:before {
    width: 1.5vw;
    height: 1.5vw;
    top: calc(100% - 1.5vw);
  }

  .sm_image_slider {
    padding: 0 2.5vw;
  }
  .sm_image_slider .image_sm {
    height: 5vw;
  }
  .sm_image_slider .slider-arr {
    width: 1.8vw;
    height: 1.8vw;
  }
  .sm_image_slider .slider-arr svg {
    width: 45%;
    height: 45%;
  }

  .review_row {
    width: 38vw;
  }
  .review_row p {
    font-size: 1vw;
  }

  .image_slider_block {
    width: 38vw;
    padding: 1.1vw;
  }

  .product_page_first {
    padding: 0.75vw 1.5vw 1.25vw;
  }
  .product_page_first ul .mr10 {
    margin-right: 0.5vw;
  }
  .product_page_first ul a {
    height: 2.6vw;
    padding: 0 1vw;
  }
  .product_page_first ul a img {
    height: 1.2vw;
  }

  .product_card {
    margin-bottom: 15px;
  }
  .product_card .rate > svg {
    width: 3.906vw;
    height: 0.677vw;
  }
  .product_card .image {
    height: 9vw;
  }
  .product_card .btn {
    height: 3vw;
  }
  .product_card .fz14 {
    font-size: 0.9vw;
  }
  .product_card .fz16 {
    font-size: 1vw;
  }
  .product_card .fz18 {
    font-size: 1.1vw;
  }
}
@media only screen and (max-width: 1320px) {
  .product_page_first_inner.fixed {
    top: 3.2vw;
  }
}
@media only screen and (max-width: 800px) {
  .product_card {
    padding: 10px;
    margin-bottom: 0;
    border: 1px solid rgba(0, 0, 0, 0.05);
  }
  .product_card .labels {
    justify-content: flex-start;
    left: 10px;
    top: 10px;
  }
  .product_card .image {
    height: 130px;
  }
  .product_card .fz18 {
    font-size: 18px;
    margin: -2px 0;
  }
  .product_card .fz16 {
    font-size: 15px;
  }
  .product_card .fz14 {
    font-size: 12px;
  }
  .product_card .fz13 {
    font-size: 11px;
  }
  .product_card .rate > svg {
    width: 55px;
    height: 10px;
  }
  .product_card .price_row {
    align-items: center;
  }
  .product_card .btn {
    height: 35px;
    margin-top: 0;
    font-size: 13px;
    padding: 0 10px;
  }
  .product_card .btn.not_available {
    margin-top: 10px;
  }

  .product_page_first_inner.fixed {
    top: 62px;
  }
  .product_page_first_inner.fixed .product_page_first {
    padding: 10px 18px;
  }

  .product_page_breadcrumbs {
    background-color: #1F315A;
    margin: 0 -18px;
    padding: 5px 18px 7px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .product_page_breadcrumbs.mt20 {
    margin-top: 0;
  }
  .product_page_breadcrumbs li:before,
.product_page_breadcrumbs a, .product_page_breadcrumbs span {
    color: #fff;
  }

  .product_page_first {
    padding: 15px 18px 20px;
    margin: 0 -18px;
  }
  .product_page_first .product_nav_wrapper {
    overflow-x: scroll;
    margin: 0 -18px;
    padding-left: 18px;
  }
  .product_page_first .product_nav_wrapper::-webkit-scrollbar {
    display: none;
  }
  .product_page_first ul {
    width: -moz-max-content;
    width: max-content;
    margin-top: 15px;
    padding-right: 18px;
  }
  .product_page_first ul .mr10 {
    margin-right: 5px;
  }
  .product_page_first ul li {
    margin-right: 10px;
  }
  .product_page_first ul li:last-child {
    margin-right: 0;
  }
  .product_page_first ul li a {
    height: 35px;
    padding: 0 10px;
  }
  .product_page_first ul li a img {
    height: 15px;
  }

  .review_row {
    width: 100%;
  }
  .review_row p {
    font-size: 14px;
  }

  .image_slider_block {
    padding: 0;
    width: 100%;
  }
  .image_slider_block .image_big {
    height: 350px;
  }

  .big_image_slider {
    height: 350px;
  }
  .big_image_slider .image_big:before {
    width: 20px;
    height: 20px;
    top: calc(100% - 20px);
  }
  .big_image_slider .image_num b {
    font-size: 18px;
  }

  .sm_image_slider {
    padding: 0;
    margin-top: 20px;
  }
  .sm_image_slider .slider-arr {
    width: 25px;
    height: 25px;
    top: -190px;
  }
  .sm_image_slider .image_sm {
    height: 75px;
  }

  .product_page_info .chars_block {
    display: none;
  }

  .right_product_info {
    width: 100%;
    margin-top: 20px;
  }
  .right_product_info .form_one_click {
    width: 100%;
    flex-flow: nowrap;
  }
  .right_product_info .form_one_click input {
    width: 100%;
    max-width: 300px;
    margin-right: 10px;
  }
  .right_product_info form {
    width: 100%;
  }
  .right_product_info form button {
    margin-top: 0;
    min-width: 130px;
  }
  .right_product_info .available {
    width: 100%;
    margin-bottom: 10px;
  }
  .right_product_info .discount {
    margin-right: 15px;
    margin-top: 0;
  }
  .right_product_info .block {
    display: flex;
    align-items: center;
    flex-flow: wrap;
    padding: 0;
    background-color: transparent;
  }
  .right_product_info .block.mt20 {
    margin-top: 20px;
  }
  .right_product_info .block .row {
    width: 100%;
  }
  .right_product_info .block .row img {
    width: 20px;
  }
  .right_product_info .block .row p {
    margin-left: 10px;
  }
  .right_product_info .add_to_basket p {
    font-size: 14px;
    margin-bottom: 15px;
  }

  .product_content_seo .right {
    width: calc(100% + 36px);
    margin: 30px -18px 0;
    padding: 30px 18px;
  }
  .product_content_seo .right .mt15 {
    margin-top: 15px;
  }
  .product_content_seo .right p.fz12 {
    font-size: 12px;
  }
  .product_content_seo .right p.fz12 a {
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    border-color: #fff;
  }
  .product_content_seo .right p.fz12 br {
    display: none;
  }
  .product_content_seo .left {
    width: 100%;
  }
  .product_content_seo .left .product_content_title {
    margin-top: -40px;
    padding-top: 80px;
  }
  .product_content_seo .left .content_seo {
    margin: 15px -18px;
    padding: 18px;
  }
  .product_content_seo .left .content_seo a.fz18 {
    font-size: 14px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .product_content_seo .left .content_seo a.fz18 img {
    width: 15px;
  }

  .related_products .slick-list {
    margin: 0 -5px;
  }
  .related_products .slick-list .slick-slide {
    margin: 0 5px;
  }
  .related_products .slider-arr {
    width: 25px;
    height: 25px;
    top: -47px;
    transform: translateY(0);
  }
  .related_products .slider-arr.prev {
    left: calc(100% - 60px);
  }
  .related_products .slider-arr.next {
    right: 0;
  }
}
.project_items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 1px;
  grid-row-gap: 1px;
}

.project_item {
  height: 25vw;
  overflow: hidden;
  align-items: flex-end;
  padding: 30px;
  color: #fff;
}
.project_item:hover {
  text-decoration: none !important;
}
.project_item:hover:before {
  opacity: 0;
}
.project_item:hover .title {
  text-decoration: underline !important;
}
.project_item .inner {
  position: relative;
  z-index: 2;
  width: 70%;
}
.project_item .inner .title {
  color: #fff;
}
.project_item .inner .more {
  color: rgba(255, 255, 255, 0.8);
  width: -moz-max-content;
  width: max-content;
  transition: 0.3s all ease;
  border-bottom: 2px solid #3E69A8;
}
.project_item .inner .more:hover {
  color: #3E69A8;
}
.project_item .inner .more:hover svg path {
  fill: #3E69A8;
}
.project_item .inner .more svg {
  margin-left: 10px;
}
.project_item:before {
  background-color: rgba(0, 0, 0, 0.3);
  transition: 0.3s all ease;
}
.project_item:after {
  display: none;
}

.projects_filters .filter_item {
  position: relative;
  margin-right: 30px;
}
.projects_filters .filter_item.active label {
  background-color: #1F315A;
  color: #fff;
}
.projects_filters .filter_item input {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}
.projects_filters .filter_item label {
  display: flex;
  align-items: center;
  height: 45px;
  padding: 0 20px;
  background-color: #EFEFEF;
  cursor: pointer;
}

.project_page .big_image_slider {
  height: 500px;
}
.project_page .big_image_slider .image_big {
  height: 500px;
}
.project_page .big_image_slider .slider-arr {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 80px;
  z-index: 2;
  cursor: pointer;
  justify-content: center;
}
.project_page .big_image_slider .slider-arr:hover svg path {
  stroke-opacity: 1;
}
.project_page .big_image_slider .slider-arr.next {
  border-left: 1px solid #fff;
  left: 80px;
}
.project_page .big_image_slider .image_num {
  bottom: 20px;
  right: 25px;
  color: #d7d7d7;
  text-shadow: #000 1px 0 2px;
}
.project_page .big_image_slider .image_num b {
  color: #fff;
}
.project_page .image_slider_block {
  padding: 0;
  width: 48.5%;
}
.project_page .sm_image_slider {
  padding: 0;
}
.project_page .sm_image_slider .image_sm {
  height: 120px;
}
.project_page .sm_image_slider .slide_item {
  display: block !important;
}
.project_page .image_big:before {
  display: none;
}
.project_page .image_big img {
  width: 100%;
  position: relative;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}
.project_page .product_page_info {
  align-items: flex-start;
}
.project_page .product_page_info .project_page_right_info {
  width: 48.5%;
  background-color: rgba(31, 49, 90, 0.03);
}

.project_page_right_info {
  padding: 40px 50px;
}
.project_page_right_info .project_products_slider {
  position: relative;
  display: none;
}
.project_page_right_info .project_products_slider.slick-initialized {
  display: block;
}
.project_page_right_info .project_products_slider .slider-arr {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
  background-color: transparent;
}
.project_page_right_info .project_products_slider .slider-arr:hover svg path {
  stroke-opacity: 1;
}
.project_page_right_info .project_products_slider .slider-arr.prev {
  left: -30px;
}
.project_page_right_info .project_products_slider .slider-arr.next {
  right: -30px;
}
.project_page_right_info .slick-list {
  margin: 0 -10px;
}
.project_page_right_info .slick-slide {
  margin: 0 10px;
}
.project_page_right_info .info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-row-gap: 20px;
  grid-column-gap: 30px;
}
.project_page_right_info .title {
  margin-bottom: 5px;
  color: rgba(31, 49, 90, 0.75);
}
.project_page_right_info .calc_own_project {
  width: 100%;
}

.project_page_content .back_btn svg {
  margin-right: 15px;
}

@media only screen and (max-width: 1920px) {
  .project_item {
    padding: 1.563vw;
  }

  .projects_filters .filter_item {
    margin-right: 1.563vw;
  }
  .projects_filters .filter_item label {
    height: 2.344vw;
    padding: 0 1.042vw;
  }

  .project_page .big_image_slider {
    height: 26.042vw;
  }
  .project_page .big_image_slider .image_big {
    height: 26.042vw;
  }
  .project_page .big_image_slider .slider-arr {
    width: 4.167vw;
    height: 4.167vw;
  }
  .project_page .big_image_slider .slider-arr svg {
    width: 30%;
    height: 30%;
  }
  .project_page .big_image_slider .slider-arr.next {
    left: 4.167vw;
  }
  .project_page .big_image_slider .image_num {
    bottom: 1.042vw;
    right: 1.302vw;
  }
  .project_page .sm_image_slider .image_sm {
    height: 6.25vw;
  }

  .project_page_right_info {
    padding: 2.083vw 2.604vw;
  }
  .project_page_right_info .project_products_slider .slider-arr svg {
    width: 1.3vw;
    height: 1.3vw;
  }
  .project_page_right_info .project_products_slider .slider-arr.prev {
    left: -1.7vw;
  }
  .project_page_right_info .project_products_slider .slider-arr.next {
    right: -1.7vw;
  }
  .project_page_right_info .info {
    grid-row-gap: 1.042vw;
    grid-column-gap: 1.563vw;
  }

  .project_page_content .back_btn svg {
    width: 1.2vw;
    height: 1vw;
    margin-right: 0.781vw;
  }
}
@media only screen and (max-width: 800px) {
  .project_items {
    grid-template-columns: 1fr;
    grid-row-gap: 15px;
  }

  .project_item {
    height: 250px;
    padding: 20px;
  }

  .projects_filters {
    gap: 10px;
  }
  .projects_filters .filter_item {
    margin-right: 0;
  }
  .projects_filters .filter_item label {
    padding: 0 15px;
    height: 35px;
  }

  .project_page .image_slider_block {
    width: 100%;
  }
  .project_page .big_image_slider {
    height: 350px;
  }
  .project_page .big_image_slider .slider-arr {
    width: 35px;
    height: 35px;
  }
  .project_page .big_image_slider .slider-arr.next {
    left: 35px;
  }
  .project_page .big_image_slider .image_num {
    bottom: 10px;
    right: 15px;
  }
  .project_page .big_image_slider .image_big {
    height: 350px;
  }
  .project_page .sm_image_slider {
    margin-top: 10px;
  }
  .project_page .sm_image_slider .image_sm {
    height: 70px;
  }
  .project_page .product_page_info .project_page_right_info {
    width: calc(100% + 36px);
  }

  .project_page_right_info {
    margin: 30px -18px;
    padding: 25px 18px;
  }
  .project_page_right_info .calc_own_project {
    margin-top: 15px;
  }
  .project_page_right_info .slick-list {
    margin: 0 -5px;
  }
  .project_page_right_info .slick-slide {
    margin: 0 5px;
  }
  .project_page_right_info .title.mt40 {
    margin: 30px 0 15px;
  }
  .project_page_right_info .info {
    grid-column-gap: 15px;
    grid-row-gap: 20px;
  }

  .project_page_content .mt50 {
    margin-top: 40px;
  }
  .project_page_content .back_btn svg {
    width: 15px;
    height: 15px;
    margin-right: 15px;
  }
}
.blog_page .project_items {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 1px;
  grid-row-gap: 1px;
}
.blog_page .project_item {
  height: 25vw;
  padding: 25px 35px;
  position: relative;
}
.blog_page .project_item .inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.blog_page .project_item .inner .date {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #1F315A;
  color: #fff;
  padding: 5px 10px;
}

.post_page_heading {
  height: -moz-max-content;
  height: max-content;
  padding-bottom: 50px;
}
.post_page_heading .post_date {
  margin-top: 120px;
  padding: 5px 10px;
  background-color: #1F315A;
  color: #fff;
  width: -moz-max-content;
  width: max-content;
}
.post_page_heading .post_date svg {
  margin-right: 10px;
}

.post_page_content .content_seo {
  width: 85%;
  margin: 0 auto;
}

@media only screen and (max-width: 1920px) {
  .blog_page .project_item {
    padding: 1.302vw 1.823vw;
  }

  .post_page_heading {
    padding-bottom: 2.604vw;
  }
  .post_page_heading .post_date {
    margin-top: 6.25vw;
    padding: 0.4vw 0.521vw;
  }
  .post_page_heading .post_date svg {
    width: 1.2vw;
    height: 1.2vw;
    margin-right: 0.521vw;
  }
}
@media only screen and (max-width: 800px) {
  .blog_page .project_items {
    grid-template-columns: 1fr;
    grid-row-gap: 15px;
  }
  .blog_page .project_item {
    height: 250px;
    padding: 20px;
  }

  .post_page_content .content_seo {
    width: 100%;
  }

  .post_page_heading {
    padding-bottom: 20px;
  }
  .post_page_heading .post_date {
    margin-top: 60px;
    padding: 7px 10px;
  }
  .post_page_heading .post_date svg {
    width: 15px;
    height: 15px;
    margin-right: 10px;
  }
}
.advantage_items {
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  display: none;
}
.advantage_items.show {
  display: grid;
}

.advantage_items_block {
  position: relative;
}

.adv_nav {
  justify-content: flex-start;
}
.adv_nav li {
  margin-right: 60px;
}
.adv_nav li.active p, .adv_nav li:hover p {
  color: #1F315A;
  text-decoration: underline;
}
.adv_nav li.active p svg {
  transform: translateY(-20%) rotate(180deg);
}
.adv_nav li.active p svg path {
  stroke: #1F315A;
  stroke-opacity: 1;
}
.adv_nav li p {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}
.adv_nav li p svg {
  margin-left: 10px;
}

.advantage_item {
  background-color: rgba(31, 49, 90, 0.7);
  padding: 40px 35px 125px;
  position: relative;
}
.advantage_item:hover {
  background-color: #1f315a;
}
.advantage_item .image_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.advantage_item .num {
  position: absolute;
  bottom: 25px;
  left: 0;
  width: 100%;
  padding: 0 25px 0 35px;
}
.advantage_item .num p {
  font-size: 18px;
}
.advantage_item .arr {
  width: 50px;
  height: 50px;
  background-color: #3E69A8;
  justify-content: center;
}
.advantage_item .title {
  font-size: 22px;
  padding-right: 50px;
  min-height: 55px;
}

@media only screen and (max-width: 1920px) {
  .adv_nav li {
    margin-right: 3.2vw;
  }
  .adv_nav li p {
    font-size: 1.1vw;
  }
  .adv_nav li p svg {
    width: 0.75vw;
    height: 0.5vw;
    margin-left: 0.5vw;
  }

  .advantage_item {
    padding: 2vw 1.8vw 6.5vw;
  }
  .advantage_item .title {
    font-size: 1.2vw;
    padding-right: 2.6vw;
    min-height: 3vw;
  }
  .advantage_item .num {
    bottom: 1.5vw;
    padding: 0 1.5vw 0 1.8vw;
  }
  .advantage_item .num p {
    font-size: 1.1vw;
  }
  .advantage_item .arr {
    width: 2.604vw;
    height: 2.604vw;
  }
  .advantage_item .arr img {
    width: 30%;
  }
}
@media only screen and (max-width: 800px) {
  .adv_nav_wrapper {
    overflow-x: scroll;
    padding-left: 18px;
    margin: 0 -18px;
  }
  .adv_nav_wrapper::-webkit-scrollbar {
    display: none;
  }

  .adv_nav {
    margin-top: 0;
    width: -moz-max-content;
    width: max-content;
    padding-right: 18px;
  }
  .adv_nav li {
    margin-right: 25px;
  }
  .adv_nav li p {
    font-size: 16px;
  }
  .adv_nav li p svg {
    width: 8px;
    height: 8px;
    margin-left: 6px;
  }

  .advantage_items {
    margin-top: 0;
    display: none;
    flex-flow: nowrap;
    width: -moz-max-content;
    width: max-content;
    padding-right: 18px;
  }
  .advantage_items.show {
    display: grid;
  }

  .advantage_items_wrapper {
    overflow-x: scroll;
    margin: 30px -18px 0;
    padding-left: 18px;
  }
  .advantage_items_wrapper::-webkit-scrollbar {
    display: none;
  }

  .advantage_item {
    width: 350px;
    padding: 30px 30px 60px;
  }
  .advantage_item .title {
    font-size: 18px;
    padding-right: 0;
  }
  .advantage_item .content_seo {
    padding-right: 0;
  }
  .advantage_item .num {
    bottom: 20px;
    padding: 0 30px;
  }
  .advantage_item .num p {
    font-size: 18px;
  }
  .advantage_item .arr {
    width: 30px;
    height: 30px;
  }
}
.catalog_items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 1px;
}

.catalog_item {
  height: 25vw;
  background-color: #F0F1F3;
  position: relative;
  overflow: hidden;
}
.catalog_item:before {
  background: rgba(0, 0, 0, 0.1);
  transition: 0.3s all ease;
}
.catalog_item img {
  max-height: 60%;
  max-width: 60%;
  transition: 0.3s all ease;
}
.catalog_item p {
  position: absolute;
  bottom: 20px;
  left: 30px;
  text-transform: uppercase;
  color: #000;
  font-size: 40px;
  z-index: 2;
  transition: 0.3s all ease;
}
.catalog_item:hover img {
  transform: scale(1.1);
}
.catalog_item:hover:before {
  opacity: 0;
}
.catalog_item:hover p {
  bottom: -50px;
}

@media only screen and (max-width: 1920px) {
  .catalog_item p {
    bottom: 1.042vw;
    left: 1.563vw;
    font-size: 2.083vw;
  }
}
@media only screen and (max-width: 800px) {
  .catalog_items .sm_block {
    gap: 10px;
  }

  .catalog_item {
    padding: 25px 10px 80px;
  }
  .catalog_item .name {
    font-size: 15px;
    margin-bottom: 15px;
    text-align: center;
    width: 100%;
  }
  .catalog_item .inner {
    max-width: 100%;
  }
  .catalog_item .inner .content_seo {
    display: none;
  }
  .catalog_item .btn,
.catalog_item .link {
    position: absolute !important;
    bottom: 15px;
    left: 10px;
    background-color: #1F315A;
    height: 45px;
    display: flex;
    width: calc(100% - 20px);
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    text-transform: uppercase;
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-weight: 500;
  }
  .catalog_item .btn:before,
.catalog_item .link:before {
    display: none;
  }
  .catalog_item .btn span,
.catalog_item .link span {
    position: relative;
    left: 0;
    visibility: visible;
    opacity: 1;
    z-index: 1;
    font-size: 14px;
  }
  .catalog_item .btn img,
.catalog_item .link img {
    display: none !important;
  }
  .catalog_item .category_image {
    position: relative;
    bottom: 0;
    right: 0;
    width: 80%;
  }
  .catalog_item .category_image.colored {
    display: none !important;
  }
  .catalog_item:hover .category_image.white {
    display: none !important;
  }
  .catalog_item:hover .category_image.colored {
    display: block !important;
  }
}
.error_page .content_seo {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.error_page .num {
  color: #1F315A;
  font-size: 300px;
}

@media only screen and (max-width: 1920px) {
  .error_page .num {
    font-size: 15.625vw;
  }
}
@media only screen and (max-width: 800px) {
  .error_page {
    margin-bottom: 150px;
  }
  .error_page .num {
    margin-top: 100px;
    font-size: 150px;
  }
  .error_page .btn {
    font-size: 16px;
  }
}
footer {
  margin-top: 120px;
  background-color: #1F315A;
  padding: 50px 0 18px;
}
footer .container {
  align-items: flex-start;
}
footer p, footer a, footer b {
  color: rgba(255, 255, 255, 0.81);
}
footer .logo_block p {
  margin-left: 50px;
}
footer .contacts_col .schedule {
  margin: 3px 0;
}
footer .contacts_col .cover_work {
  font-size: 14px;
}
footer .contacts_col .tel {
  font-size: 18px;
}
footer .contacts_col .email {
  margin: 20px 0;
}
footer .contacts_col .address {
  max-width: 160px;
}
footer .contacts_col .tg_block {
  margin-top: 30px;
  justify-content: flex-start;
}
footer .contacts_col .tg_block p {
  margin-left: 15px;
}
footer .contacts_col a {
  display: block;
}
footer .socials {
  margin-top: 100px;
  justify-content: flex-start;
}
footer .socials .col_title {
  margin-bottom: 0;
}
footer .socials p {
  margin-right: 25px;
}
footer .col_title {
  margin-bottom: 15px;
  color: #fff;
  font-size: 18px;
}
footer .menu_links li {
  margin-bottom: 10px;
}
footer .menu_links p, footer .menu_links a {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.71);
}
footer .menu_links p:hover, footer .menu_links a:hover {
  color: #fff;
}
footer .rights_row {
  margin-top: 65px;
  width: 100%;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.29);
  position: relative;
}
footer .rights_row .mid {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
footer .rights_row p, footer .rights_row a {
  font-size: 14px;
}

@media only screen and (max-width: 1920px) {
  footer {
    margin-top: 7vw;
  }
  footer .logo_block img {
    width: 9.271vw;
  }
  footer .col_title {
    margin-bottom: 1vw;
    font-size: 1.1vw;
  }
  footer .socials {
    margin-top: 5.2vw;
  }
  footer .socials p {
    margin-right: 1.3vw;
  }
  footer .logo_block p {
    font-size: 0.9vw;
    margin-left: 2.6vw;
  }
  footer .menu_links li {
    margin-bottom: 0.5vw;
  }
  footer .menu_links p, footer .menu_links a {
    font-size: 1vw;
  }
  footer .rights_row {
    margin-top: 3.385vw;
    padding-top: 0.833vw;
  }
  footer .rights_row p, footer .rights_row a {
    font-size: 12px;
  }
}
@media only screen and (max-width: 800px) {
  footer {
    margin-top: 70px;
  }
  footer .container {
    flex-direction: column;
  }
  footer .logo_block img {
    width: 140px;
    margin-right: 15px;
  }
  footer .logo_block p {
    font-size: 14px;
    margin-left: 0;
  }
  footer .socials {
    margin-top: 30px;
  }
  footer .socials p {
    margin-right: 15px;
  }
  footer .col_title {
    font-size: 20px;
    margin-bottom: 15px;
  }
  footer .logo_col {
    margin-bottom: 30px;
  }
  footer .menu_col {
    margin-bottom: 30px;
  }
  footer .menu_links li {
    margin-bottom: 15px;
  }
  footer .menu_links a, footer .menu_links p {
    font-size: 16px;
  }
  footer .contacts_col {
    width: 100%;
  }
  footer .contacts_col .schedule {
    left: 14px;
    margin: 10px 0 5px;
  }
  footer .contacts_col .address {
    max-width: 100%;
  }
  footer .rights_row {
    flex-direction: column;
    margin-top: 30px;
    padding-top: 10px;
  }
  footer .rights_row .mid {
    position: relative;
    left: 0;
    transform: translateX(0);
  }
}
