html {
  font-size: 62.5%;
  line-height: 120%;
  -webkit-text-size-adjust: 100%;
}

body {
  font: 16px 'Roboto', sans-serif;
  font: 1.6rem 'Roboto', sans-serif;
  margin: 0;
  /*background: #FFFFFF;*/
  background: #FBFBFB;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

main {
  display: block; }

h1 {
  font-size: 2em;
  margin: 0; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

b,
strong {
  font-weight: bolder; }

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%; }

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none; }

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible; }

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none; }

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline; }

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto; }

ul {
  padding: 0;
  margin: 0; }

li {
  list-style: none; }

a {
  color: inherit;
  text-decoration: none; }

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block; }

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item; }

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none; }

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none !important; }
  
  .simplesearch-results-list .item {
      display: block;
      padding: 2rem;
      -webkit-box-shadow: 2px 4px 15px #999999;
              box-shadow: 2px 4px 15px #999999;
      margin-bottom: 2rem;
  }

.br {
  display: block; }
  @media (max-width: 537px) {
    .br {
      display: block; } }

.container {
  display: block;
  max-width: 1110px;
  max-width: 111rem;
  margin: 0 auto;
  padding: 0 17px;
  padding: 0 1.7rem; }

.section__inner {
 padding: 8rem 0; }
  @media (max-width: 537px) {
    .section__inner {
      padding: 4rem 0 } }
  .section__inner_black {
    background: #000000; }

.section__heading {
    font-weight: 600;
    font-size: 3.6rem;
    line-height: 120%;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #333333;
    margin-bottom: 3.2rem; }
  @media (max-width: 537px) {
    .section__heading {
      margin-bottom: 2rem; } }
  .section__heading_white {
    color: #ffffff; }
  @media (max-width: 537px) {
    .section__heading {
        line-height: 25px;
      font-size: 2rem; } }
  .section__heading span {
    display: block; }

.section__text {
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
  line-height: 3rem;
  letter-spacing: 0.15px;
  color: #000000; }
  @media (max-width: 537px) {
    .section__text {
      font-size: 1.7rem; } }

.app__notice {
  font-size: 20px;
  font-size: 2rem;
  line-height: 170%;
  letter-spacing: 0.15px;
  color: #333333;
  padding: 35px 133px 35px 35px;
  padding: 3.5rem 13.3rem 3.5rem 3.5rem;
  margin-bottom: 20px;
  margin-bottom: 2rem; }
  @media (max-width: 537px) {
    .app__notice {
      padding: 2.5rem; } }

.app__notice.green {
  background-color: #E9FCEE;
  border-left: 5px solid #2BB151; }

.app__notice.yellow {
  background-color: #FBFCE9;
  border-left: 5px solid #F5D83E; }

.date_img:after {
  content: '';
  top: 0px;
  top: 0rem;
  right: 85px;
  right: 8.5rem;
  position: absolute;
  display: block;
  width: 2px;
  width: .2rem;
  height: 64px;
  height: 6.4rem;
  background: #EBEBEB;
  z-index: 0; }

@media (max-width: 537px) {
  input {
    font-size: 1.5rem; } }

input[type="date"]::-webkit-calendar-picker-indicator {
  cursor: pointer; }



div.input_error {
  font-size: 12px;
  font-size: 1.2rem;
  color: #DF2A25;
  margin-top: 5px;
  margin-top: .5rem; }



.slider {
  margin: 0 auto;
  position: relative;
  max-width: 1170px;
  max-height: 700px;
  margin-top: 30px;
  overflow: hidden; }

.slider > img {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 850px;
  max-width: 85rem;
  width: 100%;
  height: 635px;
  height: 63.5rem;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  -o-transition: transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  -webkit-transform: translate(-50%, -50%) scale(1);
          -ms-transform: translate(-50%, -50%) scale(1);
      transform: translate(-50%, -50%) scale(1);
  z-index: 0; }

.slider > img.left, .slider > img.center, .slider > img.right {
  display: inline-block;
  opacity: 1; }

.slider > img.left {
  -webkit-transform: translate(-335%, -50%);
          -ms-transform: translate(-335%, -50%);
      transform: translate(-335%, -50%);
  z-index: 1;
  width: 170px;
  height: 340px;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer; }

.slider > img.center {
  max-width: 850px;
  max-width: 85rem;
  width: 100%;
  height: 635px;
  height: 63.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          -ms-transform: translate(-50%, -50%) scale(1.1);
      transform: translate(-50%, -50%) scale(1.1); }

.slider > img.right {
  -webkit-transform: translate(225%, -50%);
          -ms-transform: translate(225%, -50%);
      transform: translate(225%, -50%);
  z-index: 1;
  width: 170px;
  height: 340px;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer; }

.slider > .navContainer {
  width: 49%;
  height: 100%;
  position: relative;
  display: inline-block;
  z-index: 500; }

.slider > .navContainer > .leftClass {
  height: 100%;
  width: 28px;
  background: url(/assets/images/icons/arrow.svg) no-repeat center;
  background-position-x: 0;
  position: absolute;
  opcity: 0.6; }

.slider > .navContainer > .rightClass {
  height: 100%;
  width: 28px;
  background: url(/assets/images/icons/arrow.svg) no-repeat center;
  background-position-x: 0;
  position: absolute;
  opcity: 0.6;
  -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
      transform: rotate(180deg); }

.slider > .navContainer > .rightClass {
  right: 0; }

.slider > .navContainer > .leftClass {
  left: 0; }

.round_slider {
  margin-bottom: 80px;
  margin-bottom: 8rem; }

.select {
  position: relative;
  display: block;
  width: 100%;
  line-height: 18px;
  color: #333333;
  border: solid 1px #dddddd;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 23px;
  margin-bottom: 2.3rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.select__head {
  width: 100%;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  color: #ffffff;
  padding: 10px 28px 7px 28px;
  padding: 10px 28px 7px 28px;
  padding: 1rem 2.8rem .7rem 2.8rem;
  background: transparent;
  border: 3px solid #ffffff;
  border: 3px solid #ffffff;
  border: 0.3rem solid #ffffff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none; }

.select__head.disabled {
  opacity: .3; }

.select__head.disabled.open::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg); }

.select__head::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(-2rem, -50%) rotate(180deg);
  -ms-transform: translate(-2rem, -50%) rotate(180deg);
      transform: translate(-2rem, -50%) rotate(180deg);
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 8px solid #ffffff;
  z-index: 9; }

.select__head.open::after {
  -webkit-transform: translate(-2rem, -50%) rotate(0deg);
          -ms-transform: translate(-2rem, -50%) rotate(0deg);
      transform: translate(-2rem, -50%) rotate(0deg); }

.select__list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #ffffff;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .2);
  box-shadow: 0 0 4px rgba(0, 0, 0, .2);
  border: 1px solid #A3ACC2;
  margin-top: 5px;
  max-height: 205px;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 100;
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #424348;
  scrollbar-color: dark;
  scrollbar-width: thin;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain; }

.select__list::-webkit-scrollbar {
  width: 7px;
  background-color: #F8F9FA;
  padding: 5px; }

.select__list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #D9D9D9; }

.select__list .select__item {
  position: relative;
  font-size: 16px;
  color: #A3ACC2;
  border-top: 1px solid #A3ACC2;
  padding: 10px 15px;
  cursor: pointer;
  list-style-type: none; }

.select__list .select__item:hover {
  background-color: rgba(224, 229, 231, .5);
  color: #000000; }
h1,
h2,
h3,
h4 {
  margin: 0;
  padding: 0; }


/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d; }

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none; }

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
   *  Owl Carousel - Animate Plugin
   */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
   * 	Owl Carousel - Auto Height Plugin
   */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

/*
   * 	Owl Carousel - Lazy Load Plugin
   */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

/*
   * 	Owl Carousel - Video Plugin
   */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 100ms ease;
  -webkit-transition: -webkit-transform 100ms ease;
  -o-transition: transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }
  
  
  .modal {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .7);
  z-index: 999999; }

.modal__inner {
  position: relative; }

.modal__content {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
  max-width: 92rem;
  width: 100%;
  background: #fff;
  margin-top: 70px;
  margin-top: 7rem;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.modal__info {
    position: relative;
    padding: 8rem 4rem 4rem 4rem;
}

.modal__heading {
    font-weight: 500;
    font-size: 26px;
    line-height: 30px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    margin-bottom: 4rem;
}

.modal__wrap {
    padding: 4.8rem;
    background: -webkit-gradient(linear, left top, right top, from(#212121), color-stop(102.03%, #3D3D3D));
    background: -o-linear-gradient(left, #212121 0%, #3D3D3D 102.03%);
    background: linear-gradient(90deg, #212121 0%, #3D3D3D 102.03%);
}

.modal__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.modal__close {
    position: absolute;
    top: 2rem;
    right: .7rem;
    padding: .4rem;
    background: #F7F7F7;
    border-radius: 2px;
    cursor: pointer;
}

.modal_infor {
    width: 50%;
    padding-top: 1.5rem;
    padding-left: 1.5rem;
}

.modal__image {
    max-width: 43.8rem;
   width: 100%;
}

.modal__image img {
    width: 100%;
    height: 24rem;
    -o-object-fit: contain;
       object-fit: contain;
}

.modal__inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.modal__input {
  position: relative;
  margin-bottom: 23px;
  margin-bottom: 2.3rem;
  width: 48.5%; }
  @media (max-width: 537px) {
    .modal__input {
      width: 100%; } }

.modal__input_text {
  width: 100%;
  margin-bottom: 20px;
  margin-bottom: 2rem; }

.modal__input input {
  width: 100%;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  color: #ffffff;
  padding: 10px 28px 7px 28px;
  padding: 1rem 2.8rem .7rem 2.8rem;
  background: transparent;
  border: 3px solid #ffffff;
  border: 0.3rem solid #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none; }
  .modal__input input::-webkit-input-placeholder {
    color: #ffffff; }
  .modal__input input::-moz-placeholder {
    color: #ffffff; }
  .modal__input input::-ms-input-placeholder {
    color: #ffffff; }
  .modal__input input:-ms-input-placeholder {
    color: #ffffff; }
  .modal__input input::placeholder {
    color: #ffffff; }

.modal__notice {
  display: block;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 30px;
  margin-bottom: 3rem; }

.modal__input textarea {
  width: 100%;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  color: #ffffff;
  padding: 10px 28px;
  padding: 1rem 2.8rem;
  background: transparent;
  border: 3px solid #ffffff;
  border: 0.3rem solid #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  resize: none; }
  .modal__input textarea::-webkit-input-placeholder {
    color: #ffffff; }
  .modal__input textarea::-moz-placeholder {
    color: #ffffff; }
  .modal__input textarea::-ms-input-placeholder {
    color: #ffffff; }
  .modal__input textarea:-ms-input-placeholder {
    color: #ffffff; }
  .modal__input textarea::placeholder {
    color: #ffffff; }

.modal__wrap {
  position: relative; }

.form-message {
    opacity: 0;
  display: block;
  font-size: 15px;
  font-size: 1.5rem;
  color: #ffffff;
  margin-top: 20px;
  margin-top: 2rem;
  text-align: center; }

.modal__button {
  display: block;
  margin: 0 auto; }

div.input_error {
  font-size: 12px;
  font-size: 1.2rem;
  color: #DF2A25;
  margin-top: 5px;
  margin-top: .5rem; }

.button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 300;
  font-size: 1.1rem;
  line-height: 13px;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  outline: none;
  border: none;
  cursor: pointer;
  padding: 1.6rem 1.7rem;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  -o-transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out; }
  @media (max-width: 537px) {
    .button {
      display: block;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      text-align: center;
      width: 100%; } }
  
  .button__blue {
    color: #ffffff !important;
    background: #1C4192; 
    -webkit-transition: all .3s; 
    -o-transition: all .3s; 
    transition: all .3s;
   }
   
   .button__blue:hover {
     background: #072361; 
   }
   
   .button__white {
    color: #ffffff !important;
    background: #ffffff; 
   }
   
   .button__white_ghost {
    color: #ffffff !important;
    background: transparent;
    padding: 1.7rem 3.5rem;
    border: 1px solid #ffffff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
   }
   
   .button__white_ghost:hover {
    background: #000000;
   }
  
  .button_call {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      border-radius: 4px;
  }
  
  .button_call:before {
      content: '';
      display: block;
      background: url('/assets/images/icons/phone.svg') no-repeat;
      width: 1.5rem;
      height: 1.5rem;
      background-size: contain;
      margin-right: 1rem;
      padding-right: 1rem;
      border-right: .1rem solid #ffffff;
  }
  
  .button_send {
       display: -webkit-box;
       display: -ms-flexbox;
       display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 0;
      font-weight: normal;
        font-size: 1.4rem;
        line-height: 1.6rem;
        letter-spacing: 0.02em;
        padding-left: 3.6rem;
        color: #232323;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
  }
  
  .button_send:after {
      content: '';
        display: block;
        background: url(/assets/images/icons/arrow-right.svg), #1C4192;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 1.6rem;
        width: 4.4rem;
        height: 4.4rem;
        margin-left: 3.6rem;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
  }
  
  .page__wrap {
      background: url('/assets/images/backgrounds/hero.jpg') no-repeat;
      background-size: cover;
  }
  
  .header {}
  
  .header__inner {
      transition: all .3s;
  }
  
  .header__content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap:wrap;
          flex-wrap:wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      border-bottom: .1rem solid #ffffff;
  }
  
  
  .header__top .container {
      display: flex;
      gap: 40px;
      justify-content: space-between;
  }
  .header__contacts {
      display: flex;
      gap: 24px;
  }
  .header__contacts a {
    display: block;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
  }
  /*.header__contacts a {
      display:block;
      font-weight: 500;
      font-size: 1.4rem;
      line-height: 1.6rem;
      text-align: right;
      letter-spacing: 0.02em;
      margin-bottom: .7rem;
      color: #FFFFFF;
  }*/
  
  .header__contacts a:last-child {
      margin-bottom: 0rem;
  }
  
  .logo {
      
  }
  
  .logo__source {
      
  }
  
  .nav {
      
  }
  
  .nav__link {
      display: block;
      margin-right: 3rem;
      padding: 3rem 0;
      border-bottom: .3rem solid transparent;
  }
  
  .active.nav__link {
      border-bottom: .3rem solid #ffffff;
  }
  
  .nav__link:last-child {
      display: block;
      margin-right: 0;
  }
  
  .nav__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap:wrap;
          flex-wrap:wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
  }
  
  .nav__item {
      display: block;
      font-weight: 500;
      font-size: 1.2rem;
      line-height: 1.4rem;
      letter-spacing: 0.02em;
      color: #FFFFFF;
  }
  
  .hero__inner {
      padding: 9.5rem 0 12rem 0;
  }
  
  .hero__content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap:wrap;
          flex-wrap:wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
  }
  
  .hero__heading {
      font-weight: normal;
    font-size: 4.4rem;
    line-height: 5.2rem;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0;
    margin-bottom: 2rem;
  }
  
  .hero__description {
      font-weight: normal;
    font-size: 1.4rem;
    line-height: 150%;
    letter-spacing: 0.02em;
    
    color: #FFFFFF;
      margin: 0;
      margin-bottom: 3.7rem;
  }
  
  .hero__side {}
  
  .hero__side_left {
      max-width: 35rem;
      width: 100%;
  }
  
  .hero__side_right {
      max-width: 27.7rem;
      width: 100%;
  }
  
  .hero-block {
      width: 100%;
      padding: 1.6rem 3.2rem;
      background: rgba(255, 255, 255, 0.1);
      -webkit-backdrop-filter: blur(20px);
              backdrop-filter: blur(20px);
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      margin-bottom: 1.6rem;
  }
  
  .hero-block__heading {
      font-weight: 500;
      font-size: 1.4rem;
      line-height: 1.6rem;
      letter-spacing: 0.02em;
      color: #FFFFFF;
      text-transform: uppercase;
      margin-bottom: .8rem;
  }
  
  .hero-block__description {
      display: block;
      font-weight: 300;
      font-size: 1.4rem;
      line-height: 1.6rem;
      letter-spacing: 0.02em;
      color: #FFFFFF;
      margin: 0;
      margin-bottom: .3rem; 
      margin-left: 2.4rem;
  }
  
  .hero-block__heading {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
  }
  
  .address.hero-block__heading:before {
      content: '';
      display: block;
      background: url('/assets/images/icons/mail.svg') no-repeat;
      width: 1.6rem;
      height: 1.6rem;
      background-size: cover;
      margin-right: .8rem;
  }
  
  .phone.hero-block__heading:before {
      content: '';
      display: block;
      background: url('/assets/images/icons/phone.svg') no-repeat;
      width: 1.6rem;
      height: 1.6rem;
      background-size: cover;
      margin-right: .8rem;
  }
  
  .models__items {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap:wrap;
          flex-wrap:wrap;
      margin-right: -3rem;
  }
  
  .model {
      display: inline-table;
      width: calc(100% / 3 - 3rem);
      background: #FFFFFF;
      -webkit-box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.1);
              box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.1);
      border-radius: 2px;
      margin-right: 3rem;
      margin-bottom: 3rem;
      cursor: pointer;
  }
  
  .model__shortdesc {
      font-weight: 500;
      font-size: 1.2rem;
      line-height: 1.4rem;
      letter-spacing: 0.02em;
      color: #333333;
      padding: 1.6rem;
      margin: 0;
      margin-bottom: 3.5rem;
  }
  
  .model__image {
      max-width: 32rem;
      display: block;
      margin: 0 auto;
      margin-bottom: 2.6rem;
  }
  
  .model__image img{
      width: 100%;
      height: 17.4rem;
      -o-object-fit: contain;
         object-fit: contain;
  }
  
  .model__name {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      font-style: normal;
      font-weight: 500;
      font-size: 1.6rem;
      line-height: 1.9rem;
      letter-spacing: 0.02em;
      padding-left: 1.6rem;
      color: #333333;
      background: #F8F8F8;
  }
  
  .model__name:after {
      content: '';
      display: block;
      background: url('/assets/images/icons/arrow-right.svg'), #1C4192;
      background-repeat: no-repeat;
      background-position: center;
      width: 7rem;
      height: 6rem;
      margin-left: 1rem;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s;
  }
  
  .model__name:hover:after {
       content: '';
      display: block;
      background: url('/assets/images/icons/arrow-right.svg'), #072361;
       background-repeat: no-repeat;
      background-position: center;
      width: 7rem;
      height: 6rem;
      margin-left: 1rem;
  }
  
  .button_send:hover:after {
      content: '';
        display: block;
        background: url('/assets/images/icons/arrow-right.svg'), #072361;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 1.6rem;
        width: 4.4rem;
        height: 4.4rem;
        margin-left: 3.6rem;
  }
  
  
  .full.model {
      width: calc(66.6% - 3rem);
      background: #FFFFFF;
      -webkit-box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.1);
              box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.1);
      border-radius: 2px;
      padding: 1.6rem 3.2rem;
      margin-right: 3rem;
      margin-bottom: 3rem;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
              order: -1;
  }
  
  .model__wrap {
      
      display: none;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 1.6rem 0;
  }
  
  .model__info {
      max-width: 27rem;
  }
  
  .model__img {
      max-width: 29rem;
  }
  
  .model__img img {
      width: 100%;
      height: 30rem;
      -o-object-fit: contain;
         object-fit: contain;
  }
  
  .model__title {
      font-style: 300;
    font-weight: 500;
    font-size: 2.6rem;
    line-height: 3.0rem;
    letter-spacing: 0.02em;
    
    color: #333333;
    margin-bottom: 2.4rem;
  }
  
  .model__list {
      margin-bottom: 3.2rem;
  }
  
  .model__list p {
      font-weight: 300;
      font-size: 1.6rem;
      line-height: 1.9rem;
      letter-spacing: 0.02em;
      color: #333333;
  }
  
  .model__list li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-weight: 300;
      font-size: 1.6rem;
      line-height: 1.9rem;
      letter-spacing: 0.02em;
      color: #333333;
      margin-bottom: .8rem;
  }
  
  .model__list li:before {
      content: '';
      display: block;
      width: .5rem;
      height: .5rem;
      background: #1C4192;
      border-radius: 1px;
      margin-right: .7rem;
  }
  
  .model__more {
    width: 100%;
    display: block;
    text-align: center;

  }
  
  .active.model__wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
  }
  
  .active.model__short {
      display: none;
  }
  
  .help {
      overflow: hidden;
  }
  
  .help__inner {
      position: relative;
      padding: 4.8rem 0 6.8rem 0;
      background: -webkit-gradient(linear, left top, right top, from(#212121), color-stop(102.03%, #3D3D3D));
      background: -o-linear-gradient(left, #212121 0%, #3D3D3D 102.03%);
      background: linear-gradient(90deg, #212121 0%, #3D3D3D 102.03%);
  }
  
  .help__heading {
      font-weight: bold;
    font-size: 2.8rem;
    line-height: 120%;
    /* or 34px */
    
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    
    color: #FFFFFF;
    margin-bottom: 1.6rem;
  }
  
  .help__description {
      display: block;
      max-width: 56.6rem;
      font-weight: 500;
    font-size: 1.4rem;
    line-height: 150%;
    /* or 21px */
    
    text-align: center;
    letter-spacing: 0.02em;
    
    color: #FFFFFF;
    margin: 0 auto;
    margin-bottom: 4rem;
  }
  
  .help__form {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      z-index: 9;
  }
  
  .form {
      
  }
  
  .form__input {
      max-width: 35rem;
      width: 100%;
      display: block;
      margin-right: 3rem;
      
  }
  
  .form__input input {
      width: 100%;
      border: none;
      background: none;
      padding: 1.1rem 0;
      outline: none;
      color: #ffffff;
      border-bottom: 1px solid #ACB3BA;
  }
  
  .benefits__content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
  }
  
  .benefits__inner {
      background: #FBFBFB;
  }
  
  .benefits__item {
      width: 32%;
      background: #FFFFFF;
      -webkit-box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.1);
              box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.1);
      border-radius: 2px;
      padding: 4.5rem 4rem;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border-bottom: .4rem solid #1C4192;
  }
  
  .benefits__image {
      max-width: 5.5rem;
      display: block;
      margin: 0 auto;
      margin-bottom: 2.4rem;
  }
  
  .benefits__image img {
      width: 100%;
  }
  
  
  .benefits__title {
      font-weight: 600;
      font-size: 1.8rem;
      line-height: 120%;
      letter-spacing: 0.02em;
      color: #333333;
      text-align: center;
      text-transform: uppercase;
      margin-bottom: 2.4rem;
  }
  
  
  .benefits__description {
      font-weight: normal;
        font-size: 1.4rem;
        line-height: 120%;
        text-align: center;
        letter-spacing: 0.02em;
        color: #333333;
        margin: 0;
  }
  
  .partner__content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
  }
  
  .partner__item {
      max-width: 16rem;
      display: block;
      margin-right: 6rem;
  }
  
  .partner__item img{
      width: 100%;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s;
      -webkit-filter: grayscale(90%);
              filter: grayscale(90%);
  }
  
  .partner__item img:hover {
      -webkit-filter: grayscale(0%);
              filter: grayscale(0%);
  }
  
  .consult__inner {
      background: -webkit-gradient(linear, left top, right top, from(#212121), color-stop(102.03%, #3D3D3D));
      background: -o-linear-gradient(left, #212121 0%, #3D3D3D 102.03%);
      background: linear-gradient(90deg, #212121 0%, #3D3D3D 102.03%);
  }
  
  .consult__form {
      max-width: 38.6rem;
      display: block;
      width: 100%;
  }
  
  .consult__heading {
      font-weight: 600;
      font-size: 2.8rem;
      line-height: 120%;
      letter-spacing: 0.02em;
      text-transform: uppercase;
      color: #FFFFFF;
      margin-bottom: 2.4rem;
  }
  
  .consult__content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
  }
  
  .consult__description {
      font-weight: 600;
      font-size: 1.4rem;
      line-height: 120%;
      letter-spacing: 0.02em;
      color: #FFFFFF;
      margin-bottom: 2.4rem;
  }
  
  .consult__input {
      margin-bottom: 5.5rem;
  }
  
  .consult__slider {
      max-width: 57rem;
      width: 100%;
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content;
  }
  
  .consult__slider img {
      width: 100%;
      height: 24.6rem;
      object-fit: cover;
  }
  
  .footer__inner {
      padding: 3.2rem 0;
      border-bottom: .1rem solid #ACB3BA;
  }
  
  .footer__content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
  }
  
  .footer__item {
      max-width: 20rem; 
      width: 100%;
  }
  
  .footer__item:last-child {
      max-width: -webkit-max-content;
      max-width: -moz-max-content;
      max-width: max-content;
  }
  
  .footer__logo {
      display: block;
      margin-bottom: .8rem;
  }
  
  .footer__logo img {}
  
  .footer__title {
      font-weight: 500;
      font-size: 1.4rem;
      line-height: 1.6rem;
      letter-spacing: 0.02em;
      color: #1C4192;
      margin-top: 1.2rem;
      margin-bottom: .8rem;
  }
  
  .footer__description {
      font-weight: normal;
      font-size: 12px !important;
      line-height: 120% !important;
      color: #333333;
      margin: 0;
  }
  
  .footer__item a, .footer__item p {
      display: block;
      font-weight: 500;
      font-size: 1.6rem;
      line-height: 120%;
      letter-spacing: 0.02em;
      color: #333333;
      margin: 0;
  }
  
  .copyright {
      padding: 1.5rem 0;
  }
  
  .copyright__items {
      
  }
  
  .copyright__item {
      
  }
  
  .copyright__items {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
  }
  
  .copyright__info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  }
  
  .copyright__info_item {
      font-weight: normal;
    font-size: 1.2rem;
    line-height: 14px;
    color: #333333;

      margin-right: 3rem;
  }
  
  .copyright__dev {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
  }
  
  .copyright__dev:after {
      content: '';
      display: block;
      background: url('/assets/images/icons/nbd.svg') no-repeat;
      width: 7.7rem;
      height: 1.7rem;
      background-size: contain;
      margin-left: 1rem;
  }
  
  .header_control {
      display: none;
  }
  
  .nav__mobile {
      display: none;
  }
  
  .hero__mobile_contacts {
      display: none;
  }
  
  
  .sticky.header__inner {
        position: fixed;
        width: 100%;
        z-index: 99;
        background: rgba(0, 0, 0, .8);
    }
    
    .sticky.header__inner .nav__link {
        padding: 2.4rem 0;
    }
  
  @media(max-width: 537px) {
      
      .partner__content {
       -webkit-box-pack: justify;
           -ms-flex-pack: justify;
               justify-content: space-between;   
      }
      
      .partner__item {
          max-width: 100%;
          width: 47%;
          display: block;
          margin-right: 0;
      }
      
      .model, .full.model {
          width: 100%;
      }
      
      .form__input {
          width: 100%;
          display: block;
          margin-right: 0;
      }
      
      .benefits__item {
          width: 100%;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          margin-bottom: 1.6rem;
      }
      
      .nav {
          display: none;
      }
      
      .header__button {
          display: none;
      }
      
      .header__contacts, .hero__side_right {
          display: none;
      }
      
      .hero__heading {
          font-size: 3.6rem;
          line-height: 4.2rem;
          letter-spacing: 0.02em;
      }
      
      .hero__description {
          margin-bottom: 16.4rem;
      }
      
      .hero__inner {
          padding-bottom: 1.5rem;
      }
      
      .model {
          margin-right: 0;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
      }
      
      .models__items {
          margin-right: 0;
      }
      
      .model__name {
          font-size: 14px;
      }
      
      .model__name:after {
          content: '';
              width: 6rem;
            height: 6rem;
      }
      
      .model__shortdesc {
         margin-bottom: 1.5rem; 
      }
      
      .model__title {
          font-size: 2.2rem;
        line-height: 26px;
        letter-spacing: 0.02em;
      }
      
      .active.model__wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
      }
      
      .model__list li {
          font-size: 1.6rem;
      }
      
      .model__info {
          max-width: 100%;
      }
      
      .model, .full.model {
        width: 100%;
        margin-right: 0;
    }
    
    .full.model {
        order: 0;
    }
    
    .full.model {
        padding: 1.6rem;
    }
    
    .modal__info {
        position: relative;
        padding: 4rem 2rem 2rem 2rem;
    }
    
    .modal__content {
        height: 80vh;
        overflow-y: scroll;
    }
    
    .modal__image img {
        width: 100%;
        height: 15rem;
        -o-object-fit: contain;
           object-fit: contain;
    }
    
    .modal__wrap {
        padding: 2rem 1.5rem;
    }
    
    .modal__heading {
        font-weight: 500;
        font-size: 22px;
        line-height: 26px;
        letter-spacing: 0.02em;
    }
  
        .modal__box {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        }
        
        .form__input {
            max-width: 100%;
            margin-bottom: 2rem;
        }
        .button_send {
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between;
            padding-left: 35% !important;
        }
        
        .help__heading {
            max-width: 65%;
            font-size: 24px;
            text-align: left;
        }
        
        .help__inner {
            padding: 6rem 0 0 0;
        }
        
        .help__description {
            max-width: 65%;
            font-size: 14px;
            margin: 0;
            margin-bottom: 3.2rem;
            text-align: left;
        }
        
        .help_imgbg {
            -webkit-transform: translate(-5%, 0) !important;
                -ms-transform: translate(-5%, 0) !important;
                    transform: translate(-5%, 0) !important;
            
        }
        .footer__content {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
        }
        .copyright__info {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            gap: 6px;
            width: 100%;
        }
        .copyright__info_item {
            margin-right: 0;
            text-align: center;
        }
        .consult__content {
            -webkit-box-orient: vertical;
            -webkit-box-direction: reverse;
                -ms-flex-direction: column-reverse;
                    flex-direction: column-reverse;
        }
        
        .consult__inner {
            padding-top: 0;
        }
        .consult__slider {
            max-width: 57rem;
            width: 100%;
            height: -webkit-fit-content;
            height: -moz-fit-content;
            height: fit-content;
            margin-bottom: 3.2rem;
        }
        
        .header_control {
          display: block;
      }
      
      .header__inner {
          position: relative;
      }
      
    .nav__mobile {
      display: none;
      width: 100%;
      position: absolute;
      top: 6.5rem;
      left: 0;
      background: #191B20;
      padding: 8rem 1.5rem;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
      z-index: 9;
    }
      
    .nav_mobile-menu-item {
      display:block;
      font-size: 1.6rem;
      line-height: 120%;
      letter-spacing: 0.02em;
      text-transform: uppercase;
      color: #FFFFFF;
      margin-bottom: 1.6rem;
    }
      
    #nav__mobile_list {
      padding-bottom: 4rem;
      margin-bottom: 4rem;
      border-bottom: .1rem solid #6D6D6D;
    }
      
    .hero__side_left {
      max-width: 100%;
      width: 100%;
    }
      
    .page__wrap {
      background: url(/assets/images/backgrounds/hero_mobile.jpg) no-repeat;
      background-size: cover;
    }
      
    .modal_infor {
      width: 100%;
      padding-top: 0;
      padding-left: 0;
    }
    
    .form__input input {
      border: .5px solid #ACB3BA;
      padding: 1.1rem;
      box-sizing: border-box;
    }
    
    .form__input input::placeholder {
      color: #ACB3BA;
    }
    
    .nav__mobile_contacts {
        
    }
    
    .nav__mobile_contact {
        margin-bottom: 4rem;
    }
    
    .nav__mobile_contact a,
    .nav__mobile_contact p {
        display: block;
        font-weight: normal;
        font-size: 1.4rem;
        line-height: 2rem;
        letter-spacing: 0.02em;
        color: #FFFFFF;
        margin: 0;
    }
    
    .nav__mobile_title {
        display: flex;
        align-items: center;
        font-weight: 600;
        font-size: 1.4rem;
        line-height: 1.6rem;
        letter-spacing: 0.02em;
        color: #FFFFFF;
        margin-bottom: .8rem;
        text-transform: uppercase;
    }
    
    .address.nav__mobile_title:before {
        content: '';
        display: block;
        background: url('/assets/images/icons/mail.svg') no-repeat;
        -webkit-background-size: contain;
        background-size: contain;
        width: 1.6rem;
        height: 1.6rem;
        margin-right: .8rem;
    }
    
    .phone.nav__mobile_title:before {
        content: '';
        display: block;
        background: url('/assets/images/icons/phone.svg') no-repeat;
        -webkit-background-size: contain;
        background-size: contain;
        width: 1.6rem;
        height: 1.6rem;
        margin-right: .8rem;
        
    }
    
    .post.nav__mobile_title:before {
        content: '';
        display: block;
        background: url('/assets/images/icons/mail.svg') no-repeat;
        -webkit-background-size: contain;
        background-size: contain;
        width: 1.6rem;
        height: 1.6rem;
        margin-right: .8rem;
    }
    
    .hero__inner {
        position: relative;
        padding-top: 15.5rem;
    }
    
    .hero__mobile_contacts {
        position: absolute;
        top: 2rem;
        right: 1.5rem;
        display: block;
        text-align: right;
    }
    
    .hero__mobile_contacts a {
        display: block;
        font-weight: 500;
        font-size: 1.4rem;
        line-height: 1.6rem;
        letter-spacing: 0.02em;
        color: #FFFFFF;
        margin-bottom: .7rem;
    }
    
    
    
  }
  

.not-main * {
    letter-spacing: 0.02px;
    box-sizing: border-box;
}
p {
    margin-bottom: 24px;
    font-weight: 400;
    font-size: 16px;
    line-height: 180%;
    letter-spacing: 0;
    color: #333333CC;
}
.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: fit-content;
    min-width: 118px;
    min-height: 65px;
    padding: 21px 32px;
    border-radius: 2px;
    border: none;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #FFFFFF;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
    box-sizing: border-box;
}
.btn-with-arrow:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: url(/assets/images/icons/btn-arrow-left.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.btn-blue {
    background: #3055A6;
}
.btn-blue:hover {
    background: #072361;
}
.btn-orange {
    background: #F3A03F;
}
.btn-orange:hover {
    background: #FF9A23;
}
.not-main header {
    border-bottom: 1px solid #0000000F;
    background: #FFFFFF;
}
.not-main h1 {
    margin-bottom: 14px;
    font-weight: 500;
    font-size: 28px;
    line-height: 100%;
    color: #333333;
}
.breadcrumbs {
    margin: 5px 0 20px;
}
.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding: 22px 0;
    font-weight: 400;
    font-size: 13px;
    line-height: 100%;
    vertical-align: middle;
    color: #191F5999;
}
.breadcrumb-item a {
    font-weight: 500;
    color: #4469BA;
}
.breadcrumb-item a:hover {
    color: #3055A6;
}
.article__date {
    margin-bottom: 24px;
    font-weight: 600;
    font-size: 15px;
    line-height: 100%;
    color: #33333366;
}
.article__preview {
    height: 500px;
    margin-bottom: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.article__content {
    margin-bottom: 32px;
}
.article__content :last-child {
    margin-bottom: 0;
}
.article__wrapper {
    display: flex;
    gap: 32px;
    margin-bottom: 160px;
}
.other-questions {
    min-height: 550px;
    position: relative;
    background: #3055A6;
    overflow: hidden;
}
.other-questions.orange-bg {
    background: #FFD964;
}
.other-questions__bg {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}
.orange-bg .other-questions__bg {
    right: unset;
    left: 0;
}
.orange-bg .other-questions__title,
.orange-bg .form-check-label {
    color: #333333;
}
.orange-bg .other-questions__description {
    color: #333333CC;
}
.other-questions__wrapper {
    display: flex;
    gap: 32px;
    position: relative;
}
.orange-bg .other-questions__wrapper {
    justify-content: end;
}
.other-questions__form-block {
    min-width: 609px;
    padding: 56px 0 90px;
}
.other-questions__form-block > * {
    width: 484px;
}
.other-questions__title {
    margin-bottom: 12px;
    font-weight: 700;
    font-size: 36px;
    line-height: 100%;
    color: #FFFFFF;
}
.other-questions__description {
    margin-bottom: 24px;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0;
    color: #FFFFFFCC;
}
.other-questions__form-block form {
    display: flex;
    flex-direction: column;
}
.form-control {
    height: 55px;
    padding: 17px 24px 19px;
    border-radius: 2px;
    border: none;
    background: #FFFFFF;
    box-sizing: border-box;
}
.form-control:placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    color: #929FAC;
}
.form-control:focus-visible {
    outline: none;
}
.other-questions__form-block .form-group {
    margin-bottom: 16px;
}
.other-questions__wrapper form .btn {
    margin-top: 20px;
}
.form-group .form-control,
.form-group .iti {
    width: 100%;
}
.form-check {
    display: block;
    min-height: 21px;
    margin: 8px 0 0;
}
.form-check-input {
    width: 16px;
    height: 16px;
    border-radius: 2px;
    border: 1px solid #80808066;
    margin-top: 2px;
    vertical-align: top;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.form-check-input:checked {
    background-image: url(/assets/images/icons/check.svg);
}
.form-check-label {
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    letter-spacing: 0;
    color: #FFFFFF;
}
.form-check-label a {
    text-decoration: underline;
}
.form-check-label a:hover {
    color: #FF9A23;
}
.orange-bg .form-check-label a:hover {
    color: #072361;
}
.other-questions__wrapper .btn {
    min-width: 100%;
    padding-top: 23px;
    padding-bottom: 23px;
    font-size: 16px;
    line-height: 100%;
}
.other-questions__image {
    padding: 50px 0;
}
.orange-bg .other-questions__image {
    padding: 25px 0 52px;
    order: -1;
}
.other-questions__image img {
    height: 450px;
}
.orange-bg .other-questions__image img {
    height: 469px;
}
.article-list {
    display: flex;
    flex-wrap: wrap;
    gap: 24px 30px;
    padding-top: 10px;
    margin-bottom: 22px;
}
.article-card {
    display: block;
    width: calc((100% - 60px) / 3);
    position: relative;
    border-radius: 2px;
    border: 1px solid #0000000F;
    background: #FFFFFF;
    text-decoration: none !important;
    overflow: hidden;
}
.article-card__preview {
    min-height: 190px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.article-card__wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
    padding: 8px 16px 18px;
}
.article-card__title {
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    color: #333333;
}
.article-card__intro {
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #33333399;
}
.article-card__date {
    padding-top: 8px;
    border-top: 1px solid #0000001A;
    font-weight: 500;
    font-size: 13px;
    line-height: 100%;
    color: #33333399;
}
.pagination-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 32px;
    margin-bottom: 130px;
}
.pagination-left {
    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0;
    color: #33333399;
}
.pagination {
    display: flex;
    gap: 8px;
}
.pagination li a,
.pagination li span {
    display: block;
    min-width: 36px;
    height: 36px;
    padding: 10px 5px;
    border-radius: 2px;
    background: #F0F0F4;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    color: #32323280;
    transition: all .3s;
}
.pagination li a:hover {
    background: #072361;
    color: #FFFFFF;
}
.pagination li.active a {
    background: #4469BA;
    color: #FFFFFF;
}
.pagination li.disabled span {
    font-weight: 600;
    background: none;
}
.article__last {
    min-width: 395px;
}
.article__last .btn {
    width: 100%;
}
.article-last__title {
    margin-bottom: 24px;
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    color: #333333;
}
.article-last__list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 16px;
}
.article-last__list .article-card {
    width: 100%;
}
.article-last__list .article-card__preview {
    width: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
}
.article-last__list .article-card__preview:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    min-height: 190px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30.14%, rgba(0, 0, 0, 0.4) 74.65%), #00000033;
}
.article-last__list .article-card__wrapper {
    justify-content: end;
    min-height: 190px;
    padding: 16px;
    position: relative;
    z-index: 1;
}
.article-last__list .article-card__intro {
    display: none;
}
.article-last__list .article-card__title {
    margin-bottom: 2px;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    vertical-align: middle;
    color: #FFFFFF;
}
.article-last__list .article-card__date {
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    color: #FFFFFF;
}
.catalog {
    display: flex;
    flex-wrap: wrap;
    gap: 24px 32px;
    padding: 10px 0 120px;
}
.product-card {
    display: block;
    width: calc((100% - 64px) / 3);
    border-radius: 2px;
    border: 1px solid #0000000F;
    box-shadow: 4px 4px 16px 0px #0000001A;
    background: #FFFFFF;
    overflow: hidden;
}
.product-card * {
    color: #333333;
}
.product-card__header {
    padding: 13px 16px 12px;
    border-bottom: 1px solid #0000000F;
    font-weight: 400;
    font-size: 13px;
    line-height: 100%;
}
.product-card__body {
    display: flex;
    align-items: center;
    min-height: 230px;
    padding: 20px 24px;
}
.product-card__body img {
    display: block;
    max-width: 100%;
    max-height: 190px;
    margin: 0 auto;
}
.product-card__footer {
    display: flex;
    align-items: center;
    min-height: 65px;
    border-top: 1px solid #FFFFFF;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.product-card__arrow {
    display: none;
    content: "";
    min-width: 64px;
    height: 64px;
    background: url(/assets/images/icons/arrow-right.svg), #3055A6;
    background-repeat: no-repeat;
    background-position: center;
}
.product-card__title {
    flex: 1;
    max-width: calc(100% - 64px);
    padding: 10px 26px 10px 24px;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
}
.product-card:hover .product-card__footer {
    background: #F8F8F8;
    border-color: #00000008;
}
.product-card:hover .product-card__arrow {
    display: block;
}
.product-page__catalog-title {
    margin-bottom: 16px;
    font-weight: 500;
    font-size: 28px;
    line-height: 100%;
    color: #333333;
}
.product-page__wrapper {
    display: flex;
    gap: 40px;
    margin-bottom: 120px;
}
.product-page__sidebar {
    min-width: 320px;
    flex: 0;
}
.product-sidebar__current {
    display: none;
}
.product-sidebar__links {
    display: flex;
    flex-direction: column;
    border: 1px solid #0000000F;
    background: #FFFFFF;
}
.product-sidebar__link {
    display: block;
    min-height: 55px;
    padding: 18.5px 16px;
    border-bottom: 1px solid #0000000F;
    font-weight: 400;
    font-size: 15px;
    line-height: 125%;
    vertical-align: middle;
    color: #333333;
}
.product-sidebar__link:hover {
    background: #FAFAFA;
}
.product-sidebar__link.active {
    background: #3055A6;
    color: #FFFFFF;
}
.product-sidebar__links .product-sidebar__link:not(:last-of-type) {
    border-bottom: 1px solid #0000000F;
}
.product-page__content {
    flex: 1;
}
.product-content__series {
    margin-bottom: 8px;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    color: #33333399;
}
.product-page__content h1 {
    margin-bottom: 24px;
    font-weight: 500;
    font-size: 28px;
    line-height: 100%;
}
.product-content__wrapper {
    padding: 20px 20px 40px;
    border: 1px solid #0000000F;
    background: #FFFFFF;
}
.product-content__top {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 24px;
}
.product-top__preview {
    /*min-width: 527px;*/
    min-width: 420px;
    padding: 32px;
    border-radius: 2px;
    border: 1px solid #00000008;
    background: #FAFAFA;
}
.product-top__preview img {
    display: block;
    max-height: 220px;
    margin: 0 auto;
}
.product-top__price {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.product-top__price * {
    min-width: 210px;
    min-height: 60px;
    padding: 20px 40px;
    font-weight: 500;
    line-height: 100%;
    text-align: center;
}
.product-content__tabs {
    display: flex;
    gap: 12px;
    width: fit-content;
    margin-bottom: 24px;
    background: #FAFAFA;
}
.product-tabs__tab-button {
    display: block;
    min-height: 50px;
    padding: 16px;
    border: 1px solid #00000008;
    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0;
    color: #333333;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.product-tabs__tab-button.active {
    border-color: #F3A03F;
    background: #F3A03F;
    color: #FFFFFF;
}
.product-tabs__tab-button:hover {
    color: #FFFFFF;
    border-color: #FF9A23;
    background: #FF9A23;
}
.product-tabs__tab-content {
    display: none;
    gap: 24px 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 180%;
    letter-spacing: 0;
    color: #33333399;
}
.product-tabs__tab-content.active {
    display: block;
}
.product-specification {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}
.product-specification:last-of-type {
    margin-bottom: 0;
}
.ps__title {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0;
    color: #32323266;
}
.ps__value {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0;
    text-align: right;
    color: #4469BA;
}
.ps__space {
    flex: 1;
    margin-bottom: 5px;
    border-bottom: 1px dashed #3232324D;
}
#product-drawings.active {
    display: flex;
    flex-wrap: wrap;
}
#product-drawings > img {
    width: calc((100% - 20px) / 2);
}
#product-drawings > img:last-of-type {
    width: 100%;
}
.other-questions__wrapper .form-message {
    opacity: 1;
    display: none;
}
.iti input {
    width: 100%;
}
.header__top {

}
.not-main .header * {
    color: #333333;
}
.header .sticky * {
    color: #FFFFFF!important;
}
.not-main .header .header__top {
    border-bottom: 1px solid #0000000F;
}
.not-main .header .sticky .header__top {
    border-bottom: none;
}
.header__top .header__content {
    width: 100%;
    padding-top: 8px;
    padding-bottom: 9px;
}
.header__contacts {
    display: flex;
    gap: 24px;
}
.header__contacts a {
    display: flex;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
}
.header__contact:hover {
    color: #FF9A23;
}
.nav__link.active {
    border-bottom: .3rem solid #FF9A23;
}
.nav__link.active .nav__item {
    color: #FF9A23;
}
.nav__link:hover {
    border-bottom: .3rem solid #FF9A23;
}
.nav__link:hover .nav__item {
    color: #FF9A23;
}
.header__contact:before {
    display: block;
    margin: 1px 8px 1px 0;
    width: 16px;
    height: 16px;
}
.header__contact.mail:before {
    content: url("/assets/images/icons/mail-blue.svg");
}
.header__contact.phone:before {
    content: url("/assets/images/icons/phone-blue.svg");
}
.logo__source.black {
    display: none;
}
.not-main .logo__source.white {
    display: none;
}
.not-main .logo__source.black {
    display: block;
}
.not-main .sticky .logo__source.white {
    display: block;
}
.not-main .sticky .logo__source.black {
    display: none;
}
.content {
    margin-top: 48px;
}
@media (max-width: 1099px) {
    .article-card {
        width: calc((100% - 30px) / 2);
    }
    .product-page__wrapper {
        gap: 20px;
    }
    .product-page__sidebar {
        min-width: 260px;
    }
    .product-content__top {
        gap: 20px;
    }
    /*.product-top__preview {
        min-width: 300px;
    }*/
    .product-top__preview img {
        max-height: 180px;
    }
}
@media (max-width: 991px) {
    .product-card {
        width: calc((100% - 32px) / 2);
    }
    .product-page__wrapper {
        flex-direction: column;
        gap: 32px;
        margin-bottom: 64px;
    }
    .product-page__sidebar {
        border-radius: 2px;
        padding: 10px 16px;
        background: #FFFFFF;
        border: 1px solid #0000000F;
    }
    .product-page__sidebar.active {
        padding-bottom: 32px;
    }
    .product-sidebar__current {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        padding: 7.5px 0;
        min-height: 35px;
        font-weight: 500;
        font-size: 15px;
        line-height: 130%;
        vertical-align: middle;
        color: #333333;
    }
    .product-page__sidebar.active .product-sidebar__current {
        margin-bottom: 24px;
    }
    .product-sidebar__current:after {
        display: block;
        width: 20px;
        height: 20px;
        content: url("/assets/images/icons/arrow-up.svg");
        transform: rotate(180deg);
    }
    .product-page__sidebar.active .product-sidebar__current:after {
        transform: rotate(360deg);
    }
    .product-sidebar__links {
        display: none;
        border: none;
        gap: 20px;
    }
    .product-page__sidebar.active .product-sidebar__links {
        display: flex;
    }
    .product-sidebar__link {
        display: block;
        min-height: unset;
        padding: 0;
        border-bottom: none;
        font-size: 13px;
    }
    .product-sidebar__link.active {
        background: none;
        color: #3055A6;
    }
    .product-top__price * {
        min-width: 160px;
        padding: 20px;
    }
    .other-questions__form-block > * {
        width: 100%;
    }
    .other-questions__form-block {
        min-width: 100%;
        padding: 40px 0 0;
    }
    .other-questions__wrapper {
        flex-direction: column;
        gap: 34px;
    }
    .other-questions__image {
        padding: 0 25px 60px;
    }
    .other-questions__image img {
        width: 100%;
        height: unset!important;
    }
    .other-questions__bg {
        width: calc(100% - 30px);
        height: unset;
        top: unset;
        right: calc(-100% + 430px);
        bottom: 0;
    }
    .orange-bg .other-questions__image {
        padding: inherit;
        order: unset;
    }
    .orange-bg .other-questions__bg {
        display: none;
    }
    .article__wrapper {
        flex-direction: column;
        gap: 48px;
        margin-bottom: 64px;
    }
}
@media (max-width: 767px) {
    .breadcrumbs {
        margin: 0;
    }
    .breadcrumb {
        gap: 12px;
        padding: 16px 0 24px;
        font-size: 12px;
    }
    .not-main h1 {
        margin-bottom: 12px;
        font-size: 24px;
    }
    .catalog {
        gap: 10px;
        padding: 4px 0 80px;
    }
    .product-card {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
    .product-card__header {
        width: 100%;
        padding: 8px 12px;
        font-size: 12px;
    }
    .product-card__body {
        width: 112px;
        min-height: 80px;
        padding: 8px 16px 12px;
    }
    .product-card__body img {
        max-height: 60px;
    }
    .product-card__footer {
        width: calc(100% - 112px);
        border-top: none;
    }
    .product-card__title {
        max-width: 100%;
        padding: 8px 16px 12px 0;
        font-size: 14px;
        line-height: 130%;
    }
    .product-page__catalog-title {
        font-size: 24px;
    }
    .product-content__series {
        font-size: 12px;
    }
    .product-content__wrapper {
        padding: 10px 16px 32px;
    }
    .product-content__top {
        flex-direction: column;
        gap: 12px;
    }
    .product-top__preview {
        min-width: 100%;
        padding: 18px;
    }
    .product-top__preview img {
        max-height: 160px;
    }
    .product-top__price * {
        min-width: 100%;
        font-size: 14px;
    }
    .product-content__tabs {
        flex-wrap: wrap;
        gap: 6px 8px;
        width: 100%;
        background: none;
    }
    .product-tabs__tab-button {
        display: block;
        min-height: 45px;
        padding: 15px 16px;
        font-size: 13px;
    }
    .product-tabs__tab-content {
        gap: 16px;
    }
    .product-tabs__tab-content * {
        font-size: 14px!important;
    }
    #product-drawings > img {
        width: 100%;
    }
    .other-questions__title {
        margin-bottom: 8px;
        font-size: 24px;
    }
    .other-questions__description {
        font-size: 14px;
    }
    .form-control {
        height: 50px;
        padding: 16px 16px 18px;
    }
    .form-control:placeholder {
        font-size: 14px;
    }
    .other-questions__form-block .form-group {
        margin-bottom: 12px;
    }
    .form-check-label {
        font-size: 14px;
    }
    .other-questions__wrapper .btn {
        min-height: 55px;
        padding-top: 19.5px;
        padding-bottom: 19.5px;
        font-size: 14px;
    }
    .article-card {
        width: 100%;
    }
    .article-card__preview {
        width: 100%;
        min-height: 100%;
        position: absolute;
        top: 0;
    }
    .article-card__preview:before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        min-height: 190px;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30.14%, rgba(0, 0, 0, 0.4) 74.65%), #00000033;
    }
    .article-card__wrapper {
        gap: 8px;
        justify-content: end;
        min-height: 190px;
        padding: 16px;
        position: relative;
        z-index: 1;
    }
    .article-card__title {
        margin-bottom: 0px;
        font-weight: 600;
        font-size: 16px;
        line-height: 130%;
        vertical-align: middle;
        color: #FFFFFF;
    }
    .article-card__date {
        padding-top: unset;
        border-top: none;
        font-weight: 500;
        font-size: 12px;
        line-height: 100%;
        color: #FFFFFF;
    }
    .article-card__intro {
        display: none;
    }
    .pagination-wrapper {
        flex-direction: column;
        gap: 16px;
        margin-bottom: 80px;
    }
    .article__date {
        margin-bottom: 16px;
        font-weight: 500;
        font-size: 14px;
    }
    .article__preview {
        height: 240px;
        margin-bottom: 16px;
    }
    .article__content {
        margin-bottom: 24px;
    }
    p {
        margin-bottom: 12px;
        font-size: 14px;
    }
    .header__contact:before {
        margin-right: 6px;
    }
}
@media (max-width: 575px) {
    .header__top .header__contacts:first-of-type {
        display: none;
    }
    .header__top .header__contacts {
        justify-content: space-between;
        gap: 20px;
        width: 100%;
    }
    .header__top .header__contacts a {
        font-size: 14px;
    }
}
