.container {
  max-width: 1290px;
  margin: 0 auto;
  padding: 0 15px;
}

.hero {
  background-size: cover;
}

@media (min-width: 320px) {
  .container {
    max-width: 315px;
  }
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 769px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1290px;
  }
}
.row-n {
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
  flex-wrap: wrap;
}
.row-n--m {
  margin-left: 0;
  margin-right: 0;
}
.row-n--min {
  margin-left: -6px;
  margin-right: -6px;
}
.row-n--align-c {
  align-items: center;
}
.row-n--align-e {
  align-items: flex-end;
}
.row-n--stretch {
  align-items: stretch;
}
.row-n--space-b {
  justify-content: space-between;
}
.row-n--space-a {
  justify-content: space-around;
}
.row-n--center {
  justify-content: center;
}
.row-n--no-wrap {
  flex-wrap: nowrap;
}
.row-n--right {
  justify-content: flex-end;
}

.cols {
  padding: 0 10px;
}
.cols--min {
  padding: 0 6px;
}

.cols-1 {
  width: 8.3333333333%;
}

.cols-2 {
  width: 16.6666666667%;
}

.cols-3 {
  width: 25%;
}

.cols-4 {
  width: 33.3333333333%;
}

.cols-5 {
  width: 41.6666666667%;
}

.cols-6 {
  width: 50%;
}

.cols-7 {
  width: 58.3333333333%;
}

.cols-8 {
  width: 66.6666666667%;
}

.cols-9 {
  width: 75%;
}

.cols-10 {
  width: 83.3333333333%;
}

.cols-11 {
  width: 91.6666666667%;
}

.cols-12 {
  width: 100%;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

@media (max-width: 1200px) {
  .cols-lg-1 {
    width: 8.3333333333%;
  }
  .cols-lg-2 {
    width: 16.6666666667%;
  }
  .cols-lg-3 {
    width: 25%;
  }
  .cols-lg-4 {
    width: 33.3333333333%;
  }
  .cols-lg-5 {
    width: 41.6666666667%;
  }
  .cols-lg-6 {
    width: 50%;
  }
  .cols-lg-7 {
    width: 58.3333333333%;
  }
  .cols-lg-8 {
    width: 66.6666666667%;
  }
  .cols-lg-9 {
    width: 75%;
  }
  .cols-lg-10 {
    width: 83.3333333333%;
  }
  .cols-lg-11 {
    width: 91.6666666667%;
  }
  .cols-lg-12 {
    width: 100%;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .hide-lg {
    display: none !important;
  }
  .show-lg {
    display: block !important;
  }
}
@media (max-width: 991px) {
  .cols-md-1 {
    width: 8.3333333333%;
  }
  .cols-md-2 {
    width: 16.6666666667%;
  }
  .cols-md-3 {
    width: 25%;
  }
  .cols-md-4 {
    width: 33.3333333333%;
  }
  .cols-md-5 {
    width: 41.6666666667%;
  }
  .cols-md-6 {
    width: 50%;
  }
  .cols-md-7 {
    width: 58.3333333333%;
  }
  .cols-md-8 {
    width: 66.6666666667%;
  }
  .cols-md-9 {
    width: 75%;
  }
  .cols-md-10 {
    width: 83.3333333333%;
  }
  .cols-md-11 {
    width: 91.6666666667%;
  }
  .cols-md-12 {
    width: 100%;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .row--md-reverse {
    flex-direction: column-reverse;
  }
  .hide-md {
    display: none !important;
  }
  .show-md {
    display: block !important;
  }
}
@media (max-width: 768px) {
  .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .cols {
    padding: 0 10px;
  }
  .cols-sm-1 {
    width: 8.3333333333%;
  }
  .cols-sm-2 {
    width: 16.6666666667%;
  }
  .cols-sm-3 {
    width: 25%;
  }
  .cols-sm-4 {
    width: 33.3333333333%;
  }
  .cols-sm-5 {
    width: 41.6666666667%;
  }
  .cols-sm-6 {
    width: 50%;
  }
  .cols-sm-7 {
    width: 58.3333333333%;
  }
  .cols-sm-8 {
    width: 66.6666666667%;
  }
  .cols-sm-9 {
    width: 75%;
  }
  .cols-sm-10 {
    width: 83.3333333333%;
  }
  .cols-sm-11 {
    width: 91.6666666667%;
  }
  .cols-sm-12 {
    width: 100%;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .hide-sm {
    display: none !important;
  }
  .show-sm {
    display: block !important;
  }
}
@media (max-width: 576px) {
  .cols-xs-1 {
    width: 8.3333333333%;
  }
  .cols-xs-2 {
    width: 16.6666666667%;
  }
  .cols-xs-3 {
    width: 25%;
  }
  .cols-xs-4 {
    width: 33.3333333333%;
  }
  .cols-xs-5 {
    width: 41.6666666667%;
  }
  .cols-xs-6 {
    width: 50%;
  }
  .cols-xs-7 {
    width: 58.3333333333%;
  }
  .cols-xs-8 {
    width: 66.6666666667%;
  }
  .cols-xs-9 {
    width: 75%;
  }
  .cols-xs-10 {
    width: 83.3333333333%;
  }
  .cols-xs-11 {
    width: 91.6666666667%;
  }
  .cols-xs-12 {
    width: 100%;
  }
  .order-xs-1 {
    order: 1;
  }
  .order-xs-2 {
    order: 2;
  }
  .order-xs-3 {
    order: 3;
  }
  .order-xs-4 {
    order: 4;
  }
  .order-xs-5 {
    order: 5;
  }
  .order-xs-6 {
    order: 6;
  }
  .order-xs-7 {
    order: 7;
  }
  .order-xs-8 {
    order: 8;
  }
  .order-xs-9 {
    order: 9;
  }
  .order-xs-10 {
    order: 10;
  }
  .order-xs-11 {
    order: 11;
  }
  .order-xs-12 {
    order: 12;
  }
  .hide-xs {
    display: none !important;
  }
  .show-xs {
    display: block !important;
  }
}
html {
  box-sizing: border-box;
  min-height: 100%;
}

*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

body {
  min-height: 100vh;
  font-family: "Inter", sans-serif;
  position: relative;
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  background: #fff;
}

a[href^="tel:"] {
  white-space: nowrap;
}

input,
button,
textarea {
  font-family: "Inter", sans-serif;
  border: none;
  outline: none;
  -webkit-appearance: none;
}

button {
  background: none;
  cursor: pointer;
}

textarea {
  resize: none;
}

input[type="submit"] {
  cursor: pointer;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

ul {
  margin: 14px 0;
  padding: 0;
  list-style: none;
}

img {
  max-width: 100%;
  max-height: 100%;
}

h1 {
  margin-bottom: 10px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 58px;
  text-transform: none;
  color: #000;
}

h2 {
  margin: 0 0 12px;
  font-weight: 700;
  font-size: 36px;
  line-height: 120%;
  font-family: "Inter", sans-serif;
}

h3 {
  font-weight: 700;
  font-size: 26px;
  line-height: 36px;
  font-family: "Inter", sans-serif;
}

a {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
a:hover {
  text-decoration: none;
  cursor: pointer;
}

body.overflow {
  height: 100vh;
  overflow: hidden;
}

body {
  display: flex;
  flex-direction: column;
}

.main-content {
  flex: auto;
}

.subtitle {
  margin-bottom: 24px;
  font-size: 24px;
  line-height: 28px;
}

.section {
  padding: 30px 0 40px;
}
.section--min {
  padding: 10px 0 40px;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.fix {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  animation: fadeInUp 0.5s ease;
}

#top {
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: none;
  position: fixed;
  right: 60px;
  bottom: 60px;
  z-index: 50;
}
#top svg {
  max-width: 100%;
  max-height: 100%;
}

.m-0 {
  margin: 0;
}

.test {
  border: 1px solid red;
}

.map-wrap {
  position: relative;
  height: 100%;
}
.map-wrap iframe {
  border: none;
  height: 100%;
  min-height: 500px;
  width: 100%;
}

.color-white {
  color: #fff;
}

.columns-2 {
  columns: 2;
  column-gap: 20px;
}
.columns-2 p {
  margin-top: 0;
}

.video-wrap {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  overflow: hidden;
}
.video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  outline-width: 0;
}

fieldset {
  padding: 0;
  margin: 0;
  border: none;
}

@keyframes fadeInUp {
  0% {
    display: none;
    opacity: 0;
    transform: translateY(-100%);
  }
  1% {
    display: block;
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    display: block;
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.wswg ul {
  margin: 0;
}
.wswg ul li::before {
  content: "— ";
}
.wswg p {
  margin: 0;
}

/* Magnific Popup CSS */
.mfp-bg {
  background: #1d1e39;
}

.mfp-container {
  padding: 15px;
}

.mfp-close {
  width: 24px;
  height: 24px;
  font-size: 0;
  opacity: 1;
}
.mfp-close::before,
.mfp-close::after {
  content: "";
  width: 20px;
  height: 2px;
  border-radius: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
}
.mfp-close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.mfp-close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.modal {
  position: relative;
  max-width: 930px;
  padding: 60px;
  background-color: #fff;
  margin: 32px auto 0;
}

.modal__title {
  font-family: Inter;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  color: #434343;
  text-align: center;
}

.modal__subtitle {
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #434343;
  margin-top: 14px;
  text-align: center;
  margin-bottom: 40px;
}

.modal--wide {
  max-width: 1180px;
  background: #f3f5fa;
}

.modal .mfp-close {
  top: -32px;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0 !important;
  left: 0;
  width: 100%;
  height: 100% !important;
  z-index: 1043;
  position: fixed !important;
  outline: none !important;
  -webkit-backface-visibility: hidden;
  overflow: hidden auto;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader,
.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 30px;
  top: 30px !important;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: rgba(0, 0, 0, 0);
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
  screen and (max-height: 300px) {
  /**
  * *   * Remove all paddings around the image on small screen */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
.mfp-close::before,
.mfp-close::after {
  content: "";
  width: 32px;
  border-radius: 1px;
  background: #aaaaaa !important;
  position: absolute;
  top: 50%;
  left: 50%;
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media (max-width: 700px) {
  .modal {
    padding: 28px 15px 20px;
  }
  .modal__title {
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-align: start;
  }
  .modal__subtitle {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-align: start;
  }
  .mfp-close {
    top: 17px !important;
    right: 15px;
  }
  .mfp-close::before,
  .mfp-close::after {
    width: 20px;
  }
}
.mobile-header {
  display: none;
  justify-content: space-between;
  min-height: 80px;
  align-items: center;
}

.header__col-mob {
  display: flex;
}

.header__col-menu-arrow {
  position: absolute;
  transform: translateX(-1000%);
  z-index: -1;
  transition: all 0.3s ease-in-out;
}

.icon-menu__search-mob,
.icon-menu__email-mob,
.icon-menu__phone-mob,
.icon-menu__cart-mob {
  height: 40px;
  width: 40px;
  margin-left: 20px;
}

.mobile-search {
  display: none;
}

.menu-btn {
  height: 60px;
  width: 60px;
  position: relative;
  margin-right: 13px;
}

.menu-btn__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 18px;
  height: 2px;
  background: #ffffff;
  border-radius: 25%;
  transition: all 0.3s ease-in-out;
}

.menu-btn__icon::before,
.menu-btn__icon::after {
  content: "";
  width: 24px;
  height: 2px;
  background: #ffffff;
  position: absolute;
  left: 0;
  transition: all 0.3s ease-in-out;
}

.menu-btn__icon::after {
  bottom: -8px;
}

.menu-btn__icon::before {
  top: -8px;
}

header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
  z-index: 11;
}

.info-row-wrapper,
.info-row {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}
.info-row-wrapper span,
.info-row span {
  display: block;
  margin-left: 7px;
}

.info-row-wrapper {
  color: #ffffff;
  justify-content: space-between;
  border-bottom: 1px solid rgb(255, 255, 255);
}
.info-row-wrapper a {
  color: #ffffff;
}
.info-row-wrapper .text-small-gray {
  color: #fff;
}

.info-row-adress {
  margin-right: 20px;
}
.info-row-adress .info__svg {
  width: 14px;
  height: 17px;
}

.info-row-mail span {
  transition: all 0.3s ease-in-out;
}
.info-row-mail span:hover {
  color: #ffffff;
}
.info-row-mail .info__svg {
  width: 14px;
  height: 17px;
}

.info-row-wrapper {
  height: 40px;
}

.info-link {
  margin-left: 20px;
}

.main-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 100px;
}

.search-form,
.header__col-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-main {
  position: relative;
  height: 60px;
  width: 150px;
  display: block;
}

.header__col-mob {
  align-items: center;
}

.main-header-searchbar {
  padding: 13px 25px;
  gap: 10px;
  width: 350px;
  height: 50px;
  background: rgba(0, 0, 0, 0.2);
  border: 2px solid #f9d613;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  color: rgb(255, 255, 255);
}
.main-header-searchbar::placeholder {
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.7);
}

.search-form__triangle {
  width: 16px;
  height: 0px;
  border-top: 50px solid #f9d613;
  border-left: 0 solid transparent;
  border-right: 16px solid transparent;
}

.search-form__btn {
  padding: 0px 25px 0px 30px;
  width: 106px;
  height: 50px;
  background: #f9d613;
  font-weight: 700;
  font-size: 14px;
  line-height: 28px;
  text-transform: uppercase;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.search-form__btn:hover {
  box-shadow: 0px 5px 15px rgba(235, 194, 47, 0.2);
}

.phone-number {
  font-size: 27px;
  line-height: 100%;
  letter-spacing: -0.03em;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.phone-number:hover {
  color: #f9d613;
}

.text-small-gray {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: rgba(255, 255, 255, 0.4392156863);
}

.header_btn {
  height: 43px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 15px;
}
.header_btn:hover {
  cursor: pointer;
}
.header_btn:hover span {
  color: #ffffff;
}
.header_btn span {
  transition: all 0.3s ease-in-out;
  margin-top: 7px;
}

.header__col-buttons-svg {
  height: 24px;
  width: 24px;
}

nav {
  height: 50px;
  display: flex;
}
nav #bx_incl_area_3 {
  height: 100%;
}
nav .nav-links,
nav #horizontal-multilevel-menu {
  height: 50px;
  width: 100%;
  background: #fff;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 50px;
}
nav .nav-links a,
nav #horizontal-multilevel-menu li a.root-item {
  font-weight: 600;
  font-size: 17px;
  line-height: 100%;
  text-transform: uppercase;
  color: #083966;
}
nav::after {
  content: "";
  display: block;
  width: 16px;
  height: 0px;
  border-top: 50px solid #ffffff;
  border-left: 0 solid transparent;
  border-right: 16px solid transparent;
}
nav .nav-links .arrow-down {
  background: url(/local/templates/irzirk_new/img/sprite.svg#arrow-down-thick)
    center no-repeat;
  width: 25px;
  height: 10px;
  display: inline-block;
  background-size: 12px;
  filter: invert(19%) sepia(14%) saturate(5527%) hue-rotate(183deg)
    brightness(92%) contrast(100%);
  background-position-y: -2px;
}
nav .nav-links .arrow-down svg {
  height: 10px;
}
nav .nav-link {
  display: flex;
  align-items: center;
}
nav .nav-link:hover a,
nav #horizontal-multilevel-menu:hover li a.root-item {
  color: #000;
}
nav .nav-link:hover .icon-menu__cart-mob.close {
  display: block;
}
nav .nav-link:hover .arrow-down {
  background: none;
  filter: none;
}
nav .nav-link .sub-menu {
  position: absolute;
  display: none;
  width: 100%;
  background: #fff;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 1000;
  padding: 50px 0;
  transition: all 0.3s ease-in-out;
}
nav .nav-link .sub-menu::after {
  width: 100%;
  height: 100vh;
  background: rgb(0, 0, 0);
  opacity: 0.5;
  z-index: 99;
  content: "";
  position: absolute;
  top: 100%;
}
nav .nav-link .sub-menu::before {
  width: 100%;
  height: 24px;
  background: rgba(255, 255, 255, 0);
  z-index: -10;
  content: "";
  position: absolute;
  top: -20px;
}
nav .nav-link .sub-menu h2 {
  margin-bottom: 20px;
}
nav .nav-link .sub-menu h2::before {
  display: none;
}
nav .nav-link .sub-menu h2 a {
  font-weight: 700;
  font-size: 26px;
  line-height: 36px;
  text-transform: uppercase;
  color: #000000;
}
nav .nav-link .sub-menu h2 a:hover {
  color: #083966;
}
nav .nav-link .sub-menu .submenu-links {
  display: flex;
  flex-direction: column;
}
nav .nav-link .sub-menu .submenu-links a {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #434343;
  margin-bottom: 5px;
  display: inline-block;
  text-transform: none;
}
nav .nav-link .sub-menu .submenu-links a:hover {
  color: #083966;
}
nav .nav-triangle {
  z-index: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 0px;
  border-top: 50px solid white;
  border-left: 0 solid transparent;
  border-right: 16px solid transparent;
}

.icon-menu__cart-mob.close {
  display: none;
  width: 10px;
  margin-left: 9px;
}

nav .nav-link .submenu-goods .goods-sections li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #434343;
  margin-bottom: 10px;
  text-transform: none;
}
nav .nav-link .submenu-goods .cols-9 {
  padding-left: 50px;
  max-width: 870px;
}
nav .nav-link .submenu-goods .cols-9 h2 a {
  font-weight: 700;
  font-size: 26px;
  line-height: 36px;
  color: #000000;
  margin-bottom: 28px;
}
nav .nav-link .submenu-goods .cols-9 h2 a:hover {
  color: #083966;
}
nav .nav-link .submenu-goods .cols-9 .section-title {
  margin-bottom: 10px;
  display: block;
  font-weight: 700;
  font-size: 26px;
  line-height: 110%;
  text-transform: none;
}
nav .nav-link .submenu-goods .cols-9 .section-title:hover a {
  color: #083966;
  cursor: pointer;
}
nav .nav-link .submenu-goods .cols-9 .arrow-down-submenu {
  background: url(/local/templates/irzirk_new/img/sprite.svg#arrow-down-thick)
    center no-repeat;
  width: 25px;
  height: 10px;
  display: inline-block;
  background-size: 12px;
  background-position-y: -2px;
  transition: all 0.3s ease-in-out;
}
nav .nav-link .submenu-goods .cols-9 .arrow-down-submenu:hover {
  cursor: pointer;
}
nav .nav-link .submenu-goods .cols-9 .arrow-down-submenu.active {
  transform: rotate(180deg);
}
nav .nav-link .submenu-goods .cols-9 svg {
  height: 10px;
}
nav .nav-link .submenu-goods .cols-9 .subsections {
  display: none;
  margin-bottom: 28px;
}
nav .nav-link .submenu-goods .cols-9 .subsections a {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #546371;
  text-transform: none;
  display: block;
}
nav .nav-link .submenu-goods .cols-9 .subsections a:hover {
  color: #083966;
}
nav .nav-link .submenu-goods .cols-3 {
  border-right: 1px solid #dbe0e6;
  width: 300px;
}
nav .nav-link .submenu-goods .cols-3 ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #434343;
  margin-bottom: 10px;
}
nav .nav-link .submenu-goods .cols-3 ul li:hover {
  color: #083966;
  cursor: pointer;
}

.menu-mobile-list {
  position: absolute;
  top: 80px;
  right: 0;
  left: 0;
  bottom: 0;
  height: calc(100vh - 80px);
  background: #fff;
  z-index: 1000;
  display: none;
  overflow: auto;
}
.menu-mobile-list ul li {
  padding: 15px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #dbe0e6;
}
.menu-mobile-list ul li a {
  color: #fff;
}
.menu-mobile-list ul li span {
  display: block;
}
.menu-mobile-list ul li .arrow-right svg {
  height: 10px;
  width: 10px;
  margin-right: 10px;
}
.menu-mobile-list .search-form__btn {
  width: 100%;
  height: 40px;
}
.menu-mobile-list .search-form_triangle {
  border-top: 40px solid #f9d613;
}
.menu-mobile-list .header-contacts {
  margin-top: 20px;
}
.menu-mobile-list .header-contacts .phone-number {
  color: #083966;
  font-weight: 700;
  font-size: 21px;
  line-height: 100%;
}
.menu-mobile-list .header-contacts .text-small-gray {
  color: #434343;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
}
.menu-mobile-list .info-row {
  margin-top: 15px;
  flex-direction: column;
  align-items: flex-start;
}
.menu-mobile-list .info-row a,
.menu-mobile-list .info-row .info-row-adress {
  flex-direction: row;
  align-items: center;
}
.menu-mobile-list .info-row a svg,
.menu-mobile-list .info-row .info-row-adress svg {
  width: 25px;
  height: 25px;
  filter: invert(1);
}
.menu-mobile-list .info-row a span,
.menu-mobile-list .info-row a .text-small-gray,
.menu-mobile-list .info-row .info-row-adress span,
.menu-mobile-list .info-row .info-row-adress .text-small-gray {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #434343;
}

.middle-links {
  padding-bottom: 45px;
}

.bottom-links {
  background: #083966;
  height: 56%;
  padding: 45px 0;
}
.bottom-links h3 {
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  color: #ffffff;
}
.bottom-links li {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #ffffff;
}
.bottom-links .btn-transparent {
  width: 80%;
}
.bottom-links .btn-transparent::after {
  height: 57px;
  right: -42px;
}

.noscroll {
  overflow: hidden;
}

.menu-btn.menu-btn__burg.active .menu-btn__icon {
  background: none;
}
.menu-btn.menu-btn__burg.active .menu-btn__icon::after {
  transform: rotate(45deg);
  bottom: 0;
}
.menu-btn.menu-btn__burg.active .menu-btn__icon::before {
  transform: rotate(-45deg);
  top: 0;
}

header.inner {
  background: #fff;
}
header.inner .info-row-wrapper,
header.inner .text-small-gray,
header.inner .info-row-wrapper a {
  color: #000;
}
header.inner .text-small-gray:hover,
header.inner .info-row-wrapper a:hover {
  color: #083966;
}
header.inner .icon-link__svg.info__svg {
  filter: invert(100%);
}
header.inner .info-row-wrapper {
  border-bottom: 1px solid #434343;
}
header.inner .phone-number {
  color: #083966;
}
header.inner .icon-link__svg.header__col-buttons-svg {
  filter: invert(76%) sepia(28%) saturate(2351%) hue-rotate(174deg)
    brightness(88%) contrast(100%);
}
header.inner .main-header .text-small-gray {
  color: #546371;
}
header .main-header .header__col .header-contacts p.text-small-gray {
  margin-top: 4px;
}
header.inner .header_btn:hover .text-small-gray {
  color: #083966;
}
header.inner nav::after {
  border-top: 50px solid #083966;
}
header.inner nav .nav-links,
header.inner nav #horizontal-multilevel-menu {
  background: #083966;
}
header.inner nav .nav-links .arrow-down {
  filter: invert(97%) sepia(97%) saturate(0%) hue-rotate(348deg)
    brightness(102%) contrast(103%);
}
header.inner nav .nav-links a,
header.inner nav #horizontal-multilevel-menu li a {
  color: #fff;
}
header.inner .sub-menu .section-title a,
header.inner .sub-menu h2 a {
  color: #000;
}
header.inner .main-header-searchbar {
  background: none;
  color: #434343;
}
header.inner .main-header-searchbar::placeholder {
  color: #546371;
}
header.inner .logo-main {
  position: relative;
  display: block;
}
header.inner .header__col-logo {
  height: 60px;
  width: 130px;
}

.menu-mobile-list .mobile-links li span a {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  color: #434343;
}

footer {
  min-height: 766px;
  background-color: #083966;
}
footer .main-footer {
  padding: 90px 0 50px;
  display: flex;
  justify-content: space-between;
  margin: 0 -15px;
}
footer .main-footer .footer__col {
  padding: 0 50px;
}
footer .main-footer a {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #ffffff;
  margin-top: 20px;
}
footer .main-footer a:hover {
  text-decoration: underline;
}
footer .main-footer a.menu-link {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
}

.footer-contact {
  display: flex;
  margin-top: 20px;
}
.footer-contact .contact-icon {
  width: 20px;
  height: 20px;
  margin-right: 20px;
}
.footer-contact .contact-icon svg {
  height: 100%;
  width: 100%;
  filter: invert(100%);
}
.footer-contact .contact-text {
  color: #91acc6;
}
.footer-contact .contact-text .contact-top {
  font-size: 12px;
  line-height: 20px;
  display: block;
}
.footer-contact .contact-text .contact-text {
  font-size: 14px;
  line-height: 22px;
  display: block;
}
.footer-contact .contact-text .contact-button {
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
  margin-top: 6px;
}
.footer-contact .contact-text .contact-button:hover {
  text-decoration: underline;
  cursor: pointer;
}
.footer-contact .contact-text a {
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 6px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
  border-top: 1px solid #abb0b7;
  font-size: 14px;
  line-height: 22px;
  color: #91acc6;
}
.footer-bottom .footer-bottom__links a {
  color: #91acc6;
  margin-left: 20px;
}
.footer-bottom .footer-bottom__links a:hover {
  color: white;
}

.mobile-footer {
  padding: 45px 0;
  display: none;
}
.mobile-footer .footer__col {
  padding: 0 50px;
}
.mobile-footer a {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #91acc6;
  margin-bottom: 10px;
}
.mobile-footer a:hover {
  text-decoration: underline;
}
.mobile-footer a.menu-link {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
}
.mobile-footer .menu-link-title {
  display: flex;
  justify-content: space-between;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.mobile-footer .menu-link-title a {
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  color: #ffffff;
  margin-bottom: 0;
}
.mobile-footer .menu-link-title svg {
  height: 10px;
  width: 10px;
  margin-right: 20px;
  transform: rotate(180deg);
  transition: all 0.3s ease-in-out;
}
.mobile-footer .menu-link-title:hover {
  cursor: pointer;
}
.mobile-footer .footer-content {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding: 20px 0;
}

.menu-link-contact {
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  color: #ffffff;
}

.mobile-footer .footer-contacts {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.mobile-footer .footer-contacts .footer-contact {
  width: 270px;
}

.footer__col:not(.footer-show) .footer-content {
  display: none;
}
.footer__col:not(.footer-show) svg {
  transform: rotate(0deg);
}

.hero {
  padding-top: 190px;
  background: url(/local/templates/irzirk_new/img/hero-bg.png) center top
    no-repeat;
  min-height: 800px;
  background-size: cover;
}

.hero-slide {
  display: flex;
  padding-top: 114px;
}

.hero-slide__left {
  max-width: 60%;
}

.hero-slide__right {
  height: 330px;
  position: relative;
  width: 420px;
  align-self: center;
}

.hero-title {
  font-weight: 700;
  font-size: 65px;
  line-height: 110%;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 20px;
}
.hero-title::before {
  display: none;
}

.hero-subtitle {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #ffffff;
}

.btn-transparent {
  font-weight: 700;
  width: 170px;
  font-size: 16px;
  line-height: 28px;
  text-transform: uppercase;
  color: #ffffff;
  display: block;
  padding: 14px 43px 14px 48px;
  border: 2px solid #fff;
  border-right: none;
  margin-top: 50px;
  position: relative;
  text-align: center;
  transition: all 0s;
}
.btn-transparent::after {
  content: "";
  display: block;
  background: url(/local/templates/irzirk_new/img/sprite.svg#angle) center
    no-repeat;
  height: 62px;
  width: 64px;
  background-size: contain;
  position: absolute;
  right: -43px;
  top: -2px;
}
.btn-transparent:hover {
  background: #fff;
  color: #083966;
}
.btn-transparent:hover::after {
  background: none;
  width: 16px;
  height: 0px;
  border-top: 60px solid #fff;
  border-left: 0 solid transparent;
  border-right: 23px solid transparent;
  right: -24px;
  top: -2px;
}

.btn-transparent-blue {
  font-weight: 700;
  width: 170px;
  font-size: 16px;
  line-height: 28px;
  text-transform: uppercase;
  color: #083966;
  display: block;
  padding: 14px 43px 14px 48px;
  border: 2px solid #083966;
  border-right: none;
  margin-top: 50px;
  position: relative;
  text-align: center;
  transition: all 0s;
}
.btn-transparent-blue::after {
  content: "";
  display: block;
  background: url(/local/templates/irzirk_new/img/sprite.svg#ugol) center
    no-repeat;
  height: 62px;
  width: 64px;
  background-size: contain;
  position: absolute;
  right: -43px;
  top: -2px;
}
.btn-transparent-blue:hover {
  background: #083966;
  color: #083966;
}
.btn-transparent-blue:hover::after {
  background: none;
  width: 16px;
  height: 0px;
  border-top: 60px solid #083966;
  border-left: 0 solid transparent;
  border-right: 23px solid transparent;
  right: -24px;
  top: -2px;
}

.container--relative {
  position: relative;
}

.swiper-button-next-hero svg,
.swiper-button-prev-hero svg {
  width: 60px;
  height: 60px;
  cursor: pointer;
  position: absolute;
}

.swiper-button-next-hero .button-hover,
.swiper-button-prev-hero .button-hover {
  display: none;
}

.swiper-button-next-hero svg:hover > .button-hover,
.swiper-button-prev-hero svg:hover > .button-hover {
  display: block;
}

.swiper-button-next-hero {
  position: absolute;
  right: -25px;
  bottom: 260px;
}

.swiper-button-prev-hero {
  position: absolute;
  left: -100px;
  bottom: 260px;
}

.container--relative .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -70px;
}

.container--relative .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}

.container--relative .swiper-pagination-bullet {
  background: #ffffff;
}

.pt-140 {
  padding-top: 140px;
}

.areas-sect {
  min-height: 670px;
}

h2 {
  margin-bottom: 50px;
}
h2::before {
  content: "";
  background: #f9d613;
  width: 8px;
  height: 29px;
  display: inline-block;
  margin-right: 10px;
}

.swiper-areas {
  overflow: hidden;
}

.areas-slide {
  max-width: 217px;
  text-align: center;
  display: flex;
    flex-direction: column;
    align-items: center;
}
.areas-slide:hover .areas-text {
  color: #083966;
}

.areas-text {
  margin-top: 15px;
  max-width: 100%;
  transition: all 0.3s ease-in-out;
}

.areas-tabs {
  display: flex;
  margin-bottom: 40px;
}

.areas-tab {
  width: 300px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #083966;
  cursor: pointer;
  margin-right: 40px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dbe0e6;
}

.areas-tab.active {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #000;
  border-bottom: 2px solid #f9d613;
}

.areas-next,
.areas-prev {
  filter: invert(50%);
  bottom: 230px;
}
.areas-next:hover,
.areas-prev:hover {
  filter: invert(0%);
}

.swiper-button-next-hero.areas-next svg:hover,
.swiper-button-prev-hero.areas-prev svg:hover {
  border: 2px solid #dbe0e5;
}

.areas-row:not(.active) {
  display: none;
}

.center-sect {
  margin-top: 80px;
  min-height: 635px;
}

.center-sect__wrapper {
  display: flex;
}

.areas-img {
  position: relative;
  width: 250px;
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.areas-img .img-wrapper {
  position: relative;
}

.center-img {
  width: 100%;
  height: 480px;
  position: relative;
  margin-right: 80px;
}

.img-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.img-wrapper img {
  object-fit: contain;
}

.center-text {
  max-width: 700px;
}

.center-text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #434343;
  margin-bottom: 30px;
}

.bullets-row {
  display: flex;
}

.bullets-row .bullet {
  max-width: 190px;
  height: 120px;
}

.bullet .bullet-top {
  font-weight: 700;
  font-size: 48px;
  line-height: 46px;
  color: #000000;
  margin-bottom: 9px;
}
.bullet .bullet-bottom {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #434343;
  margin-bottom: 0;
}
.bullet::after {
  content: "";
  background: #f9d613;
  height: 2px;
  width: 60px;
  margin-top: 19px;
  display: block;
}

.adv-sect {
  padding-top: 120px;
  min-height: 858px;
  background: url(/local/templates/irzirk_new/img/second-bg.png) top center
    no-repeat;
}

.adv-sect h2 {
  color: #fff;
}

.adv-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.adv-list .advantage {
  max-width: 410px;
  display: flex;
  margin-bottom: 50px;
}
.adv-list .advantage .num svg {
  width: 82px;
  height: 80px;
  margin-right: 42px;
}
.adv-list .advantage .advantage-top {
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  color: #ffffff;
  margin-bottom: 10px;
}
.adv-list .advantage .advantage-bottom {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
}

.adv-slide svg {
  max-width: 160px;
  max-height: 50px;
}

.adv-sect .adv-button {
  bottom: 53px;
}

.swiper-adv {
  height: 50px;
  overflow: hidden;
}

.map {
  padding: 75px;
}

.map-container {
  display: flex;
}

.map-left {
  max-width: 400px;
  margin-right: 47px;
  padding-top: 90px;
}

.map-right {
  position: relative;
  height: 470px;
  width: 842px;
}

.map-svg {
  height: 470px;
  width: 842px;
}

.map-point {
  position: relative;
  width: 12px;
  height: 12px;
  border: 2px solid #083966;
  border-radius: 50%;
  background: #fff;
}

.map-name {
  background: #ffffff;
  border: 2px solid #dbe0e6;
  padding: 4px;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  color: #546371;
  height: 22px;
  margin-left: 5px;
  z-index: 200;
  display: none;
}

.map-point-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  height: 22px;
}

.map-point:hover {
  border: 2px solid #f9d613;
  cursor: pointer;
}

.map-point:hover + .map-name {
  display: block !important;
}

.map-saratov {
  left: 116px;
  top: 268px;
}

.map-msk {
  left: 108px;
  top: 199px;
}

.map-spb {
  left: 121px;
  top: 133px;
}

.map-stavr {
  left: 42px;
  top: 314px;
}

.map-ryaz {
  left: 111px;
  top: 221px;
}

.map-arzam {
  left: 131px;
  top: 236px;
}

.map-nn {
  left: 139px;
  top: 224px;
}

.map-kazan {
  top: 251px;
  left: 162px;
}

.map-izhevs {
  top: 251px;
  left: 289px;
}

.map-ekat {
  top: 281px;
  left: 233px;
}

.map-kurgan {
  top: 305px;
  left: 233px;
}

.map-omsk {
  top: 332px;
  left: 294px;
}

.map-nsk {
  top: 354px;
  left: 353px;
}

.map-tomsk {
  top: 337px;
  left: 371px;
}

.map-kras {
  top: 347px;
  left: 414px;
}

.map-vlad {
  top: 448px;
  left: 734px;
}

.map-irk {
  top: 388px;
  left: 487px;
}
.map-irk .map-point {
  background: url(/local/templates/irzirk_new/img/sprite.svg#zavod) center
    no-repeat;
  background-size: contain;
  height: 24px;
  width: 24px;
  border: none;
  border-radius: 0;
}

.text-16 {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #434343;
}

.text-14 {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #434343;
}

.map-left .text-16 {
  margin-bottom: 18px;
}

.news {
  padding-top: 100px;
}

.news-img {
  position: relative;
  height: 225px;
  width: 299px;
}

.news-wrapper {
  display: flex;
  justify-content: space-between;
}

.news h2 {
  display: inline-block;
}

.news-link {
  font-size: 14px;
  line-height: 22px;
  color: #919191;
  margin-left: 35px;
  transition: all 0.3s ease-in-out;
}
.news-link:hover {
  color: #000000;
}

.news-card {
  max-width: 299px;
  display: block;
}
.news-card:hover .news-title {
  color: #083966;
}

.news-img {
  margin-bottom: 24px;
}

.news-date {
  font-size: 14px;
  line-height: 22px;
  color: #546371;
  margin-bottom: 5px;
}

.news-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}

.btn-transparent.btn-news {
  display: none;
}

.callback-form {
  padding-top: 140px;
  margin-bottom: 140px;
}

.container-form {
  display: flex;
}

.form-left {
  max-width: 460px;
  background: url(/local/templates/irzirk_new/img/sprite.svg#logo-bg) bottom
    no-repeat;
  background-size: cover;
}

.form-left h2 {
  margin-bottom: 15px;
}

.text-18 {
  font-size: 18px;
  line-height: 26px;
  color: #434343;
}

.callback-field {
  position: relative;
}

.form-right {
  width: 100%;
}

.callback-field input {
  padding: 13px 25px;
  width: 100%;
  height: 50px;
  background: #ffffff;
  border: 1px solid #dbe0e6;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  color: #434343;
  margin-bottom: 20px;
}

.callback-field label {
  position: absolute;
  top: 13px;
  left: 25px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  color: #546371;
  transition: all 0.3s ease-in-out;
}
.callback-field label span {
  color: #d2ab21;
}

#telephone:hover:placeholder-shown + label {
  display: none;
}

.callback-field input:focus + label,
.callback-field input:not(:placeholder-shown) + label,
.callback-field textarea:focus + label,
.callback-field textarea:not(:placeholder-shown) + label {
  font-size: 12px;
  top: -11px;
  background: #fff;
}

.callback-field textarea {
  width: 100%;
  height: 190px;
  border: 1px solid #dbe0e6;
  padding: 13px 25px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #434343;
  margin-bottom: 20px;
}

.form-required {
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  color: #546371;
  margin-bottom: 20px;
}
.form-required span {
  color: #d2ab21;
}

.check-field {
  background: rgba(238, 241, 244, 0.4);
  border: 1px solid #dbe0e6;
  min-height: 76px;
  max-width: 460px;
  margin-bottom: 20px;
}
.check-field .check {
  font-size: 14px;
}
.check-field .check span {
  color: #434343;
}
.check-field .check a {
  color: #083966;
  font-size: 14px;
}

.check {
  position: relative;
}

.check-field-order {
  min-height: 55px;
}
.check-field-order .check {
  font-size: 14px;
  left: 0;
}
.check-field-order .check span {
  color: #434343;
}
.check-field-order .check a {
  color: #083966;
  font-size: 14px;
}

.check-field-popup {
  min-height: 20px;
}
.check-field-popup .check {
  font-size: 14px;
  left: 0;
  top: 0;
}
.check-field-popup .check span {
  color: #434343;
}
.check-field-popup .check a {
  color: #083966;
  font-size: 14px;
}

.check__label {
  padding: 0 0 18px 32px;
}

.check__label.check-field label,
.check__label a {
  cursor: pointer;
  position: relative;
  font-weight: 400;
  font-size: 16px;
  line-height: 110%;
  color: #083966;
}

.check__label a:hover {
  text-decoration: underline;
}

.check__label:before {
  width: 24px;
  height: 24px;
  background: none;
  border: 2px solid #f9d613;
  border-radius: 2px;
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
}

.check__input {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  z-index: -9999;
  opacity: 0;
}

.check__label:after {
  display: none;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 12px;
  content: "";
  background: url(/local/templates/irzirk_new/img/sprite.svg#checkmark) #f9d613
    center no-repeat;
  background-size: 15px;
}

.check__input:checked + .check__label::after {
  display: block;
}

.check__label-order:after {
  display: none;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 0px;
  content: "";
  background: url(/local/templates/irzirk_new/img/sprite.svg#checkmark) #f9d613
    center no-repeat;
  background-size: 15px;
}

.check__label-order:before {
  width: 24px;
  height: 24px;
  background: none;
  border: 2px solid #f9d613;
  border-radius: 2px;
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
}

.check__label-order-radio:after {
  display: none;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 0px;
  content: "";
  background: url(/local/templates/irzirk_new/img/sprite.svg#icon-check) #dbe0e5
    center no-repeat;
  background-size: 15px;
  border-radius: 50%;
}

.check__label-order-radio:before {
  width: 24px;
  height: 24px;
  background: none;
  border: 1px solid #dbe0e5;
  border-radius: 2px;
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  border-radius: 50%;
}

.check__label-title {
  margin: 0 0 0 40px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.form-right .search-form__btn {
  width: 334px;
  height: 60px;
  transition: all 0.3s ease-in-out;
}
.form-right .search-form__btn:hover {
  box-shadow: 0px 5px 30px rgba(249, 214, 19, 0.7);
}

.button-form {
  display: flex;
}

.search-form_triangle {
  width: 16px;
  height: 0px;
  border-top: 60px solid #f9d613;
  border-left: 0 solid transparent;
  border-right: 16px solid transparent;
}

@media (max-width: 700px) {
  .check-field-popup {
    min-height: 15px;
  }
}
.prod-main {
  padding-top: 190px;
}
.prod-main .container {
  display: flex;
}
.prod-main .column-left {
  max-width: 280px;
  width: 100%;
  border-right: 1px solid #dbe0e6;
  padding-right: 30px;
}
.prod-main .column-left .accord-title {
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.prod-main .column-left .accord-title:hover {
  cursor: pointer;
}
.prod-main .column-left .accord-inside {
  padding-left: 30px;
}
.prod-main .column-left .accord-inside li a {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #000000;
  margin-bottom: 10px;
  display: block;
}
.prod-main .column-left .accord-inside li a.left-menu-active {
  font-weight: 700;
}
.prod-main .column-left .accord-inside li a:hover {
  color: #083966;
}

.download-price {
  display: flex;
  margin-bottom: 10px;
}
.download-price svg {
  width: 20px;
  height: 20px;
  margin-right: 15px;
}
.download-price a {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #083966;
}
.download-price a span {
  color: #919191;
}

.accord-wrapper:not(.sub-show) .accord-inside {
  display: none;
}

.accord-wrapper.sub-show .arrow-down-submenu {
  transform: rotate(180deg);
}

.breadcrumbs-list {
  display: flex;
  margin: 20px 0 40px;
}
.breadcrumbs-list a {
  font-weight: 400;
  display: flex;
  font-size: 14px;
  line-height: 22px;
  color: #919191;
}
.breadcrumbs-list a:hover {
  text-decoration: underline;
}
.breadcrumbs-list a::after {
  content: "";
  background: url(/local/templates/irzirk_new/img/sprite.svg#arr-right) center
    no-repeat;
  height: 22px;
  width: 12px;
  background-size: contain;
  margin: 0 15px;
}
.breadcrumbs-list li span {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #546371;
}

.arrow-down-submenu {
  background: url(/local/templates/irzirk_new/img/sprite.svg#arrow-down-thick)
    center no-repeat;
  width: 25px;
  height: 10px;
  display: inline-block;
  background-size: 12px;
  background-position-y: -2px;
}
.arrow-down-submenu:hover {
  cursor: pointer;
}
.arrow-down-submenu:hover.active {
  transform: rotate(180deg);
}

.column-right {
  padding-left: 50px;
  max-width: 980px;
}
.column-right .text-16 {
  margin-top: 25px;
  margin-bottom: 60px;
}
.column-right .category-text {
  max-width: 740px;
}

.column-right .category-title {
  margin-bottom: 20px;
}
.column-right .category-title a {
  color: #000;
}
.column-right .category-title a:hover {
  color: #083966;
}
.column-right .img-category {
  width: 140px;
  height: 140px;
  margin-right: 40px;
  position: relative;
}
.column-right .category-wrapper {
  display: flex;
  margin-bottom: 44px;
}
.column-right .category-wrapper .text-16 {
  margin-bottom: 0;
}
.column-right.category-right .text-16 {
  margin-bottom: 20px;
}
.column-right.category-right .text-16-subtitle {
  margin-bottom: 55px;
}

.menu-btn__icon,
.menu-btn__icon::before,
.menu-btn__icon::after {
  background: #546371;
}

.header__col-mob svg {
  filter: invert(38%) sepia(9%) saturate(936%) hue-rotate(168deg)
    brightness(95%) contrast(89%);
}

h2.no-before {
  margin-bottom: 25px;
}
h2.no-before::before {
  display: none;
}

.about-links {
  padding-right: 29px;
  border-right: 1px solid #dbe0e6;
}
.about-links a {
  display: block;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase;
  color: #000000;
  padding: 17px 0;
  width: 100%;
  border-top: 1px solid #dbe0e6;
}

.about-text {
  padding-left: 50px;
}

.about h1 {
  margin-bottom: 25px;
}
.about .text-16 {
  margin-bottom: 30px;
}
.about h2 {
  margin-bottom: 20px;
}
.about h2::before {
  display: none;
}
.about .advantage-text .advantage-bottom {
  color: #434343;
}

.img-about {
  position: relative;
  width: 686px;
  height: 497px;
  margin-bottom: 50px;
}

.about-quote {
  border: 2px solid #f9d613;
  padding: 30px 30px 30px 110px;
  background: url(/local/templates/irzirk_new/img/sprite.svg#quote) center
    no-repeat;
  background-position-x: 30px;
  background-position-y: 30px;
  background-size: 55px;
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #434343;
  margin-bottom: 30px;
}
.about-quote:not(.active) {
  display: none;
}

.year-tabs {
  display: flex;
  margin-bottom: 50px;
  gap: 15px;
  flex-wrap: wrap;
}
.year-tabs .year-tab {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #083966;
  padding-bottom: 10px;
  border-bottom: 1px solid #dbe0e6;
}
.year-tabs .year-tab:hover {
  cursor: pointer;
}
.year-tabs .year-tab.active {
  color: #000000;
  font-weight: 700;
  border-bottom: 2px solid #f9d613;
}

.category-text {
  max-width: 740px;
}
.category-text .text-16 {
  margin-top: 20px;
}
.category-text .category-title a {
  color: #000;
}
.category-text .category-title a:hover {
  color: #083966;
}

.img-category {
  width: 140px;
  height: 140px;
  margin-right: 40px;
  position: relative;
}

.category-wrapper {
  display: flex;
  margin-bottom: 44px;
}
.category-wrapper:last-child {
  margin-bottom: 90px;
}
.category-wrapper .text-16 {
  margin-bottom: 20px;
}

.prod-more-btn {
  display: flex;
}
.prod-more-btn .search-form__btn {
  width: 145px;
}

.about .swiper-adv {
  margin-bottom: 90px;
}
.about .adv-slide svg {
  width: 110px;
  height: 50px;
  filter: invert(50%);
}
.about .adv-slide svg.no-invert {
  filter: invert(0%);
}

.to-catalog {
  border: 2px solid #f9d613;
  padding: 30px;
  margin-bottom: 122px;
}
.to-catalog .catalog-more-btn {
  display: flex;
}
.to-catalog .catalog-more-btn button {
  width: 190px;
  font-size: 12px;
  line-height: 100%;
}

.full-hist-link {
  display: inline-block;
  margin-bottom: 50px;
  color: #000;
}
.full-hist-link:hover {
  color: #083966;
  text-decoration: underline;
}

.partner-logo {
  position: relative;
  height: 50px;
  width: 100%;
}

.partners h1 {
  margin-bottom: 25px;
}
.partners .text-16 {
  margin-bottom: 45px;
}
.partners h2 {
  margin-bottom: 30px;
}
.partners h2::before {
  display: none;
}
.partners .advantage {
  margin-bottom: 0;
}
.partners .advantage .advantage-text {
  max-width: 150px;
}
.partners .advantage .advantage-text p {
  color: #434343;
}
.partners .cols-4 {
  background: url(/local/templates/irzirk_new/img/sprite.svg#logo-bg) top
    no-repeat;
  background-size: 530px;
}

.adv-list.horizontal-adv {
  margin-bottom: 45px;
  justify-content: space-between;
}
.adv-list.horizontal-adv .advantage {
  flex-direction: column;
  margin-bottom: 0;
  max-width: 31%;
}
.adv-list.horizontal-adv .advantage .advantage-text {
  max-width: 100%;
}
.adv-list.horizontal-adv .advantage .advantage-text p {
  color: #434343;
}
.adv-list.horizontal-adv .advantage .num svg {
  margin-right: 0;
  margin-bottom: 20px;
  width: 86px;
  height: 98px;
}

.steps {
  margin-bottom: 45px;
}
.steps .step {
  display: flex;
  margin-bottom: 20px;
}
.steps .step .step-num {
  width: 26px;
  min-width: 26px;
  height: 26px;
  margin-right: 15px;
  background: #f9d613;
  border-radius: 50%;
  padding-top: 6px;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #000000;
}
.steps .step .step-text {
  max-width: 780px;
  font-size: 16px;
}
.steps .step .step-text a {
  color: #000000;
  text-decoration: underline;
}

.partners-logos {
  display: flex;
  justify-content: space-between;
}

.partners .steps .step .step-text a:hover {
  color: #083966;
}

.guarantee {
  padding-bottom: 140px;
}
.guarantee .cols-4 {
  background: url(/local/templates/irzirk_new/img/sprite.svg#logo-bg) top
    no-repeat;
  background-size: 530px;
}
.guarantee h1 {
  margin-bottom: 25px;
}
.guarantee ul {
  margin-top: 20px;
}
.guarantee ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #434343;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.guarantee ul li::before {
  content: "";
  background: url(/local/templates/irzirk_new/img/sprite.svg#ullimark) center
    no-repeat;
  width: 18px;
  min-width: 18px;
  height: 18px;
  background-size: contain;
  margin-right: 23px;
}
.guarantee h2 {
  margin-top: 25px;
  margin-bottom: 10px;
}
.guarantee h2::before {
  display: none;
}

.text-16 a {
  color: #000000;
  text-decoration: underline;
}
.text-16 a:hover {
  color: #083966;
}

.delivery {
  padding-bottom: 106px;
}
.delivery h2 {
  margin-bottom: 10px;
}
.delivery h2::before {
  display: none;
}
.delivery .text-16 {
  margin-bottom: 25px;
}
.delivery .cols-4 {
  background: url(/local/templates/irzirk_new/img/sprite.svg#logo-bg) top
    no-repeat;
  background-size: 530px;
}

.doc-wrapper {
  padding: 41px 30px 41px 130px;
  background: url(/local/templates/irzirk_new/img/sprite.svg#delivery) left
    center no-repeat;
  border: 2px solid #083966;
  background-size: 70px;
  background-position-x: 30px;
}

.contacts-table {
  border: 1px solid #dbe0e6;
  width: 100%;
  background: #eef1f4;
  margin-bottom: 90px;
  margin-top: 45px;
}
.contacts-table .contacts-row {
  display: flex;
  padding: 14px 30px;
}
.contacts-table .contacts-row:nth-child(2n) {
  background: #fff;
}
.contacts-table .col-name {
  width: 40%;
  padding-right: 30px;
}
.contacts-table .col-specialty {
  width: 20%;
  padding-right: 80px;
}
.contacts-table .col-phone {
  width: 22%;
}
.contacts-table .col-mail {
  width: 18%;
}
.contacts-table .first-row.contacts-row {
  padding: 16px 30px;
}
.contacts-table .first-row.contacts-row .contacts-col {
  font-size: 14px;
  line-height: 18px;
  color: #000000;
}
.contacts-table .contacts-col {
  font-size: 14px;
  line-height: 22px;
  color: #434343;
}
.contacts-table .contact-subtitle {
  font-size: 12px;
  line-height: 100%;
  color: #434343;
  margin-top: 5px;
}

.contact-map {
  position: relative;
  width: 100%;
  height: 474px;
  margin-bottom: 100px;
}
.contact-map:hover {
  cursor: pointer;
}
.contact-map .img-wrapper img {
  object-fit: cover;
  width: 100%;
  height: 474px;
}

.row-contact h4 {
  font-size: 18px;
  line-height: 26px;
}

.text-16.show-sm {
  display: none;
}

.zamena-pic {
  width: 217px;
  height: 217px;
  position: relative;
  border: 1px solid var(--unnamed, #dbe0e5);
}

.first-row-img.zamena-pic {
  height: 100%;
  width: 18%;
  border: none;
}

.zamena-table-wrapper {
  border: 1px solid #dbe0e6;
  width: 100%;
  background: #eef1f4;
  margin-bottom: 90px;
  margin-top: 45px;
}

.zamena-table-wrapper .zamena-row.first-row {
  padding: 16px 30px;
}

.first-row .zamena-name,
.first-row .zamena-analog,
.first-row .zamena-pic {
  color: #000;
}

.zamena-row {
  display: flex;
  padding: 14px 30px;
}

.zamena-name {
  width: 21%;
  padding-right: 40px;
}

.zamena-analog {
  width: 61%;
}

.zamena-row:nth-child(2n) {
  background: #fff;
}

.zamena-name,
.zamena-analog,
.zamena-pic {
  color: #434343;
  font-size: 14px;
  font-family: Inter;
  line-height: 22px;
}

.zamena-mobile {
  display: none;
  color: var(--unnamed, #434343);
  font-size: 16px;
  font-family: Inter;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 10px;
}

h2.no-line::before {
  display: none;
}

.contract-inside-pics__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.contract-inside-pics {
  position: relative;
  width: 290px;
  height: 290px;
}

.form-left p.text-18 {
  padding-right: 20px;
}

.filter {
  display: flex;
  margin-bottom: 25px;
  align-items: center;
}
.filter img {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  margin-top: 4px;
  transition: all 0.3s ease-in-out;
}
.filter img:hover {
  filter: invert(30%) sepia(8%) saturate(235%) hue-rotate(176deg)
    brightness(95%) contrast(80%);
  cursor: pointer;
}
.filter label {
  display: flex;
  width: 181px;
  margin-right: 20px;
  font-size: 16px;
  line-height: 24px;
  color: var(--unnamed, #434343);
}
.filter select {
  border: 1px solid var(--unnamed, #dbe0e5);
  background: url(/local/templates/irzirk_new/img/sprite.svg#arrow-down-thin)
    var(--unnamed, #fff) no-repeat;
  background-position: 210px 51%;
  background-size: 14px;
  width: 250px;
  padding: 13px 25px;
  font-size: 16px;
  line-height: 24px;
  color: var(--unnamed, #434343);
  -moz-appearance: none;
  -webkit-appearance: none;
  font-family: Inter;
  appearance: none;
}
.filter .prod-more-btn .search-form__btn {
  font-size: 12px;
  line-height: 28px;
}

.filters-wrapper {
  display: flex;
  justify-content: space-between;
  column-gap: 40px;
}

.btn-blue {
  margin-top: 0;
  margin-right: 100px;
  border: 2px solid #083966;
  color: #083966;
  border-right: none;
  padding: 9px 20px 9px 25px;
  width: 134px;
  font-size: 12px;
  line-height: 28px;
}
.btn-blue::after {
  filter: invert(82%) sepia(71%) saturate(803%) hue-rotate(168deg)
    brightness(95%) contrast(101%);
  height: 50px;
  width: 59px;
  right: -38px;
}
.btn-blue:hover {
  background: #083966;
  color: #fff;
}
.btn-blue:hover::after {
  border-top: 50px solid #fff;
  border-right: 19px solid transparent;
  right: -19px;
}

.catalog-item {
  display: flex;
  gap: 37px;
  height: 307px;
  padding: 40px 0;
  border-top: 1px solid #dbe0e6;
}

.catalog-item__pic {
  position: relative;
  width: 145px;
  height: 145px;
}

.catalog-item__title {
  display: block;
  color: var(--unnamed, #083966);
  font-size: 18px;
  font-family: Inter;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 20px;
}

.catalog-item__info {
  width: 59%;
}

.catalog-item__desc {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-height: 200px;
  column-gap: 30px;
  padding-right: 37px;
  border-right: 1px solid #dbe0e6;
}
.catalog-item__desc .desc-point {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  color: var(--unnamed, #434343);
  font-size: 12px;
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  border-top: 1px solid #dbe0e6;
  height: 44px;
  align-items: center;
}
.catalog-item__desc .desc-point .desc-point__right {
  max-width: 154px;
}
.catalog-item__desc .desc-point .desc-point__left {
  width: 87px;
}
.catalog-item__desc .desc-point:nth-child(4n) {
  border-bottom: 1px solid #dbe0e6;
}

.catalog-item__price {
  padding-top: 30px;
}
.catalog-item__price .price-num {
  color: var(--unnamed, #000);
  font-size: 20px;
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 57px;
}

.catalog-item__price .prod-more-btn .search-form__btn {
  width: 164px;
}

.number-input {
  user-select: none;
  position: relative;
  text-align: left;
  padding: 0;
  width: 180px;
  border: 1px solid #ddd;
  display: inline-block;
  margin-bottom: 16px;
}

.number-minus,
.number-plus {
  position: absolute;
  top: 0;
  width: 48px;
  height: 50px;
  line-height: 47px;
  display: block;
  font-size: 36px;
  font-weight: 100;
  text-align: center;
  font-family: Inter;
  color: #f9d613;
  text-decoration: none;
}

.number-minus {
  left: 0;
}

.number-plus {
  right: 0;
}

.number-minus:hover,
.number-plus:hover {
  background: #dbe0e6;
  cursor: pointer;
}

.number-minus:active,
.number-plus:active {
  background: #dbe0e6;
}

.number-text {
  display: inline-block;
  color: var(--unnamed, #434343);
  font-size: 16px;
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  height: 50px;
  padding: 0;
  margin: 0 0 0 50px;
  background: #fff;
  outline: none;
  border: none;
  width: 82px;
  text-align: center;
}

.catalog-nav {
  display: flex;
  align-items: center;
  gap: 15px;
}
.catalog-nav .catalog-nav__prev,
.catalog-nav .catalog-nav__next {
  width: 50px;
  height: 50px;
}
.catalog-nav .catalog-nav__prev img.button-nohover,
.catalog-nav .catalog-nav__next img.button-nohover {
  filter: invert(50%);
}
.catalog-nav .catalog-nav__prev img.button-hover,
.catalog-nav .catalog-nav__next img.button-hover {
  display: none;
}
.catalog-nav .catalog-nav__prev:hover .button-nohover,
.catalog-nav .catalog-nav__next:hover .button-nohover {
  display: none;
}
.catalog-nav .catalog-nav__prev:hover .button-hover,
.catalog-nav .catalog-nav__next:hover .button-hover {
  display: block;
  border: 2px solid #083966;
  cursor: pointer;
}
.catalog-nav .catalog-nav__num {
  width: 40px;
  height: 40px;
  text-align: center;
  color: var(--unnamed, #083966);
  font-size: 18px;
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  padding-top: 7px;
}
.catalog-nav .catalog-nav__num.catalog-nav__active {
  background: var(--unnamed, #083966);
  color: #fff;
}
.catalog-nav .catalog-nav__num:hover {
  cursor: pointer;
  background: var(--unnamed, #083966);
  color: #fff;
}

.mobile-catalog__title {
  display: none;
}
.mobile-catalog__title .price-num {
  color: var(--unnamed, #000);
  font-size: 20px;
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}

.mobile-catalog__filters {
  display: none;
}

.product-head {
  display: flex;
  margin-bottom: 54px;
}
.product-head .product-image {
  position: relative;
  width: 300px;
  height: 300px;
  margin-right: 50px;
}
.product-head .product-image img {
  object-fit: cover;
}
.product-head .product-desc {
  max-width: 574px;
}
.product-head .btn-blue {
  width: 224px;
  margin-right: 0;
}
.product-head .prod-more-btn {
  margin-right: 30px;
}
.product-head .prod-more-btn .search-form__btn {
  width: 275px;
  padding: 0px 16px 0px 16px;
}

.product-table-tabs {
  display: flex;
  width: 100%;
  border: 1px solid var(--unnamed, #dbe0e5);
  margin-bottom: 30px;
}
.product-table-tabs .product-table-tab__title {
  cursor: pointer;
  width: 25%;
  padding: 10px;
  color: var(--unnamed, #083966);
  text-align: center;
  font-size: 16px;
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  background: var(--unnamed, #eef1f4);
  border-bottom: 2px solid #dbe0e5;
}
.product-table-tabs .product-table-tab__title.tab-active,
.product-table-tabs .product-table-tab__title:hover {
  background: #fff;
  color: var(--unnamed, #000);
  font-weight: 700;
  border-bottom: 2px solid #f9d613;
}

.product-table__tab table.table-1 {
  margin-bottom: 30px;
  border-spacing: 0;
  background: #eef1f4;
  border-collapse: collapse;
  color: var(--unnamed, #434343);
  font-size: 14px;
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.product-table__tab table.table-1 .table-title {
  color: #000;
  font-weight: 500;
}
.product-table__tab table.table-1 tr:nth-child(2n) {
  background: #fff;
}
.product-table__tab table.table-1 tr td {
  padding: 16px 0;
  width: 50%;
}
.product-table__tab table.table-1 tr td:first-child {
  padding-left: 30px;
  padding-right: 72px;
}
.product-table__tab table.table-2 {
  margin-bottom: 30px;
  border-spacing: 0;
  background: #fff;
  border-collapse: collapse;
  color: var(--unnamed, #434343);
  font-size: 14px;
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.product-table__tab table.table-2 .table-title {
  color: #000;
  font-weight: 500;
}
.product-table__tab table.table-2 tr:nth-child(2) {
  background: #eef1f4;
}
.product-table__tab table.table-2 tr td {
  border: 1px solid var(--unnamed, #dbe0e5);
  padding: 15px 15px;
  width: 16%;
}

.product-table__tab.tab-shown {
  display: block;
}

.product-table__tab {
  display: none;
}

.product-table__tab {
  margin-bottom: 90px;
}
.product-table__tab ul li.text-16 {
  display: flex;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 15px;
}
.product-table__tab ul li.text-16::before {
  min-width: 7px;
  content: "";
  margin-right: 10px;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  background: #434343;
}

.catalog-page__type {
  margin-bottom: 90px;
}

.column-right .accord-title-type,
.product-table__tab table.table-2__mobile {
  display: none;
}
.column-right .accord-title-type tr td,
.product-table__tab table.table-2__mobile tr td {
  border: none;
}
.column-right .accord-title-type tr:nth-child(2n),
.product-table__tab table.table-2__mobile tr:nth-child(2n) {
  background: #eef1f4;
}

.column-right .accord-title-type .arrow-down-submenu {
  transition: all 0.3s ease-in-out;
}

.column-right .accord-title-type .arrow-down-submenu.active {
  transform: rotate(180deg);
}

.card-head-swiper {
  border: 1px solid var(--unnamed, #dbe0e5);
  height: 390px;
  width: 900px;
  overflow: hidden;
  position: relative;
  margin-top: 15px;
}
.card-head-swiper .swiper-button-next-hero {
  right: 90px;
  z-index: 10;
}
.card-head-swiper .swiper-button-prev-hero {
  left: 30px;
  z-index: 10;
}

.head-card-img {
  position: relative;
  height: 390px;
  width: 900px;
}
.head-card-img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.card-head {
  margin-top: 30px;
  display: flex;
}

.card-head-left .download-price {
  justify-content: center;
  margin-top: 7px;
}
.card-head-left .download-price a {
  font-size: 16px;
  line-height: 24px;
}

.card-head-right {
  margin-left: 30px;
}
.card-head-right .catalog-item__price {
  padding-top: 0;
}
.card-head-right .catalog-item__price .price-num {
  font-family: Inter;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 25px;
}
.card-head-right .catalog-item__price .prod-more-btn .search-form__btn {
  width: 98%;
  margin-bottom: 15px;
}
.card-head-right .btn-blue {
  width: 95%;
  margin-bottom: 15px;
}
.card-head-right .mb-56 {
  margin-bottom: 56px;
}

.card-info .product-table-tabs {
  margin-top: 120px;
}
.card-info .product-table-tabs .product-table-tab__title {
  justify-content: center;
}
.card-info .catalog-item__desc {
  border: none;
  max-height: 750px;
}
.card-info .catalog-item__desc .desc-point:nth-child(4n) {
  border-bottom: none;
}
.card-info .desc-point-wrap {
  border-bottom: 1px solid #dbe0e6;
  margin-bottom: 50px;
}
.card-info .desc-point-title {
  color: #000;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 20px;
}
.card-info .catalog-item__desc .desc-point .desc-point__right {
  max-width: 320px;
}

.card-head-left {
  position: relative;
}

.card-head-left .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -20px;
}
.card-head-left .swiper-pagination-bullet {
  height: 6px;
  width: 6px;
}
.card-head-left .swiper-pagination-bullet-active {
  background: #083966;
}

.arrow-down-submenu.active {
  transform: rotate(180deg);
}

.card-head-left .swiper-pagination-bullets.swiper-pagination-horizontal {
  display: none;
}

.accord-title-type {
  display: none;
}

.card-tab .catalog-item__desc .desc-point {
  font-size: 14px;
}
.card-tab .catalog-item__desc .desc-point .desc-point__left {
  width: 111px;
}

.prod-card h1 {
  font-size: 44px;
}

.news-page h1 {
  margin-bottom: 50px;
}
.news-page .product-table-tabs {
  margin-bottom: 0;
}
.news-page .product-table-tab__title {
  justify-content: center;
}
.news-page .news-tab {
  padding-bottom: 150px;
}
.news-page .news-card {
  padding: 40px 0;
  border-bottom: 1px solid #dbe0e6;
  max-width: 100%;
  display: flex;
}
.news-page .news-card .news-img {
  width: 253px;
  height: 190px;
  margin-right: 30px;
  margin-bottom: 0;
}
.news-page .news-card .news-text {
  max-width: 77%;
}
.news-page .news-card .news-text .news-title {
  font-size: 26px;
  margin-bottom: 15px;
  margin-top: 5px;
  line-height: 138%;
}
.news-page .news-card .news-text .text-16 {
  margin-bottom: 15px;
}
.news-page .news-card .news-text .news-tags {
  display: flex;
}
.news-page .news-card .news-text .news-tags a {
  margin-right: 10px;
  color: #083966;
}
.news-page .catalog-nav {
  margin-top: 45px;
}

.gray-text {
  color: var(--unnamed, #546371);
}

.news-date__inner {
  margin-top: 25px;
}

.news-page__inner h1 {
  margin-bottom: 25px;
}

.row-news .cols-4 {
  background: url(/local/templates/irzirk_new/img/sprite.svg#logo-bg) top
    no-repeat;
  background-size: contain;
}
.row-news .cols-8 {
  padding-bottom: 180px;
}

.news-date--mobile {
  display: none;
}
.news-date--mobile .news-tags {
  display: flex;
}
.news-date--mobile .news-tags a {
  margin-right: 10px;
  color: #083966;
}

@media screen and (max-width: 1200px) {
  .card-head-swiper,
  .head-card-img {
    width: 675px;
  }
  .product-head {
    flex-direction: column;
  }
  .product-head .btn-blue::after {
    height: 47px;
  }
  .filters-wrapper,
  .catalog-item {
    flex-direction: column;
  }
  .catalog-item {
    height: 100%;
  }
  .catalog-item__desc {
    border-right: none;
  }
  .catalog-item__price {
    padding: 0;
  }
  .catalog-item__price .price-num {
    margin-bottom: 20px;
  }
  .info-link {
    margin-left: 9px;
  }
  .info-row-wrapper,
  .info-row,
  .text-small-gray {
    font-size: 12px;
    line-height: 12px;
  }
  .main-header-searchbar {
    width: 155px;
  }
  .search-form__btn {
    padding: 0px 20px 0px 20px;
    width: 90px;
  }
  .phone-number {
    font-size: 23px;
  }
  nav .nav-links a {
    font-size: 13px;
  }
  nav .nav-links {
    padding: 0px 20px;
  }
  .hero-title {
    font-size: 50px;
  }
  .hero-subtitle {
    font-size: 16px;
  }
  .hero-slide__left {
    max-width: 50%;
  }
  .btn-transparent {
    width: 140px;
    line-height: 25px;
  }
  .center-img {
    display: none;
  }
  .center-text {
    max-width: 100%;
  }
  .center-sect {
    min-height: 500px;
  }
  .adv-sect {
    background-size: cover;
    min-height: 1020px;
  }
  .map-container {
    flex-direction: column;
  }
  .map-right {
    align-self: center;
  }
  .map-left {
    min-width: 600px;
    padding-top: 0;
    margin-right: 0;
  }
  .news-wrapper {
    flex-wrap: wrap;
    justify-content: space-around;
    max-width: 850px;
    align-items: center;
  }
  .form-left {
    margin-right: 20px;
  }
  .development-img {
    max-width: 440px;
  }
  .prod-main .column-right {
    max-width: 700px;
  }
  .prod-main .column-right .category-text {
    max-width: 440px;
  }
  nav .nav-link .submenu-goods .cols-9 {
    max-width: 810px;
  }
  nav .nav-link .submenu-goods .cols-3 {
    max-width: 230px;
  }
  .about .year-tabs {
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-evenly;
  }
  .about .category-text {
    max-width: 500px;
  }
  .about .advantage {
    max-width: 330px;
  }
  .about .advantage .num svg {
    margin-right: 10px;
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 991px) {
  .breadcrumbs-list li span,
  .breadcrumbs-list a {
    width: max-content;
  }
  .breadcrumbs-list li span {
    display: block;
  }
  .breadcrumbs-list {
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .breadcrumbs-list::-webkit-scrollbar {
    display: none;
  }
  .card-head {
    flex-direction: column;
  }
  .card-head .card-head-right {
    margin-left: 0;
  }
  .card-head .card-head-right .mb-56 {
    margin-bottom: 30px;
  }
  .card-head .card-head-right .btn-blue,
  .card-head
    .card-head-right
    .catalog-item__price
    .prod-more-btn
    .search-form__btn,
  .card-head .number-input {
    margin-bottom: 10px;
  }
  .card-info .catalog-item__desc .desc-point .desc-point__right {
    max-width: 154px;
  }
  .card-info .product-table-tabs {
    margin-top: 45px;
  }
  .card-head-left .swiper-pagination-bullets.swiper-pagination-horizontal {
    display: block;
  }
  .model-link {
    display: none;
  }
  .card-head-left {
    margin-bottom: 45px;
  }
  .row-news .cols-8 {
    padding-bottom: 45px;
  }
  .news-date--mobile {
    display: flex;
  }
  .news-date--mobile .news-tags {
    margin-top: 15px;
  }
  .news-date--desktop {
    display: none;
  }
  .news-page .news-card {
    flex-direction: column;
  }
  .news-page .news-card .news-text {
    max-width: 100%;
  }
  .news-page .news-card .news-text h3.news-title {
    font-size: 20px;
    line-height: 120%;
  }
  .news-page .news-card .news-img {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .product-head .product-image {
    margin-right: 0;
    align-self: center;
  }
  .zamena-row.first-row {
    display: none;
  }
  .zamena-row {
    flex-direction: column;
  }
  .zamena-name,
  .zamena-analog {
    width: 100%;
    padding-right: 0;
    margin-bottom: 10px;
  }
  .zamena-mobile {
    display: block;
  }
  .about .about-text {
    padding-left: 0;
  }
  .swiper-button-next-hero,
  .swiper-button-prev-hero {
    display: none;
  }
  .hero-slide {
    flex-direction: column-reverse;
  }
  .hero-slide__right {
    height: 330px;
    position: relative;
    width: 420px;
    align-self: center;
  }
  .hero-slide__left {
    max-width: 100%;
  }
  .hero-slide__left .btn-transparent {
    margin-top: 0;
  }
  .hero-slide__left .hero-title {
    margin-bottom: 20px;
  }
  .hero-slide__left p {
    display: none;
  }
  .hero-slide__left .btn-transparent {
    width: 70%;
    padding: 14px;
    text-align: center;
  }
  .adv-sect {
    min-height: 1120px;
  }
  .adv-list .advantage {
    max-width: 335px;
  }
  .adv-list .advantage .num svg {
    width: 60px;
    height: 60px;
    margin-right: 20px;
  }
  .adv-sect,
  .areas-sect,
  .news,
  .center-sect,
  .callback-form {
    padding: 45px 0;
  }
  .center-sect {
    margin-top: 0;
  }
  .check-field {
    min-height: 100px;
  }
  .main-header,
  .info-row-wrapper,
  nav {
    display: none;
  }
  .mobile-header {
    display: flex;
  }
  header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
  .hero-slide {
    padding-top: 0;
  }
  .hero {
    padding-top: 110px;
    min-height: 790px;
  }
  .container--relative .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -64px;
  }
  footer .main-footer {
    display: none;
  }
  .mobile-footer {
    display: block;
  }
  .footer-bottom {
    flex-direction: column-reverse;
    padding-top: 0;
    border-top: none;
  }
  .footer-bottom span {
    padding: 20px;
  }
  .footer-bottom__links {
    display: flex;
    flex-direction: column;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
  .footer-bottom__links a {
    margin-bottom: 5px;
  }
  .mobile-footer .footer__col {
    padding: 0px 15px;
  }
  .prod-main {
    padding-top: 80px;
  }
  .prod-main .column-left {
    display: none;
  }
  .prod-main .column-right {
    padding: 0 15px;
  }
  .breadcrumbs-list {
    margin-top: 10px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 769px) {
  .card-info {
    padding-bottom: 45px;
  }
  .accord-title-type {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .prod-card .card-info .accord-title-type {
    margin-bottom: 0;
  }
  .catalog-item__desc .desc-point .desc-point__left {
    width: 67px;
  }
  .card-info .catalog-item__desc {
    max-height: 100%;
  }
  .desc-point-wrap {
    margin-bottom: 30px;
  }
  .card-info .desc-point-title {
    color: #000;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
  }
  .product-table__tab.tab-shown {
    padding-top: 30px;
  }
  .card-head-swiper,
  .head-card-img {
    width: 490px;
    height: 325px;
  }
  .number-input {
    width: 100%;
  }
  .number-input .number-text {
    width: calc(100% - 100px);
  }
  .news-page .news-img {
    align-self: center;
  }
  .news-page .product-table-tabs {
    display: flex;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .news-page .product-table-tabs::-webkit-scrollbar {
    display: none;
  }
  .news-page .news-tags a {
    font-size: 14px;
  }
  .text-18 {
    font-size: 16px;
    line-height: 120%;
  }
  .contract-inside-pics {
    width: 220px;
    height: 220px;
  }
  .product-head {
    margin-bottom: 20px;
  }
  .product-table__tab {
    margin-bottom: 20px;
  }
  .table-1,
  .table-2 {
    border: 1px solid var(--unnamed, #dbe0e5);
  }
  .table-2__desktop {
    display: none;
  }
  .product-table__tab table.table-2__mobile {
    display: block;
  }
  .card-info .accord-title-type,
  .column-right .accord-title-type {
    padding: 10px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--unnamed, #dbe0e5);
    cursor: pointer;
  }
  .card-info .accord-title-type span,
  .column-right .accord-title-type span {
    color: var(--unnamed, #000);
    font-size: 16px;
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
  }
  .product-head .filter.filter-buttons {
    align-items: flex-start;
    flex-direction: column;
  }
  .column-right.category-right
    .product-head
    .filter.filter-buttons
    .prod-more-btn {
    width: 100%;
    margin-bottom: 10px;
  }
  .column-right.category-right
    .product-head
    .filter.filter-buttons
    .search-form__btn {
    width: 100%;
  }
  .column-right.category-right .product-head .filter.filter-buttons .btn-blue {
    width: 98%;
  }
  .product-table-tabs {
    display: none;
  }
  .mobile-catalog__title {
    display: block;
    margin-left: 155px;
    width: 200%;
  }
  .catalog-item__price .price-num {
    display: none;
  }
  .column-right.category-right .catalog-item__price .prod-more-btn,
  .column-right.category-right .filter.filter-buttons .prod-more-btn {
    display: flex;
  }
  .catalog-item__info .catalog-item__title {
    display: none;
  }
  .column-right.category-right h2 {
    margin-top: 45px;
    margin-bottom: 10px;
  }
  .column-right.category-right h2::before {
    display: none;
  }
  .column-right.category-right .prod-more-btn {
    display: none;
  }
  .column-right.category-right .category-text .category-title a,
  .column-right.category-right .category-text .category-title {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 10px;
  }
  .column-right.category-right .category-text .text-16 {
    font-size: 14px;
    line-height: 120%;
    margin-top: 0;
    margin-bottom: 0;
  }
  .column-right.category-right .category-wrapper {
    margin-bottom: 20px;
  }
  .adv-list.horizontal-adv {
    flex-direction: column;
  }
  .adv-list.horizontal-adv .advantage {
    max-width: 100%;
    flex-direction: row;
    margin-bottom: 20px;
  }
  .adv-list.horizontal-adv .advantage .num {
    margin-right: 10px;
  }
  .adv-list.horizontal-adv .advantage .num svg {
    width: 60px;
    height: 62px;
  }
  .contacts-row {
    flex-direction: column;
  }
  .contacts-row .contacts-col.col-name,
  .contacts-row .contacts-col.col-specialty,
  .contacts-row .contacts-col.col-phone,
  .contacts-row .contacts-col.col-mail {
    width: 100%;
    margin-bottom: 5px;
  }
  .first-row.contacts-row {
    display: none;
  }
  .row-contact {
    flex-direction: column;
  }
  .row-contact .text-16.show-sm {
    line-height: 180%;
  }
  .row-contact .cols-5 {
    margin-bottom: 20px;
  }
  .contact-map {
    margin-bottom: 40px;
  }
  .contacts-table {
    margin-bottom: 45px;
    margin-top: 10px;
  }
  .about .adv-list {
    justify-content: center;
  }
  .about .advantage {
    max-width: 510px;
  }
  .about .prod-more-btn {
    display: none;
  }
  .about .timeline-wrapper {
    display: flex;
    flex-direction: column-reverse;
  }
  .about .timeline-wrapper .year-tabs {
    margin-bottom: 30px;
  }
  .about .timeline-wrapper .quotes {
    margin-bottom: 35px;
  }
  .img-about {
    width: 470px;
    height: 340px;
  }
  .bullets-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  .center-img {
    display: block;
    margin-right: 0;
  }
  .center-sect__wrapper {
    flex-direction: column;
  }
  .center-sect {
    min-height: 1250px;
  }
  .map-left {
    padding-top: 0;
  }
  .map {
    padding: 45px 0;
  }
  .map-left {
    min-width: 320px;
    width: 100%;
    margin-right: 0;
  }
  .map-right {
    display: none;
  }
  .news-card:nth-child(3),
  .news-card:nth-child(4) {
    display: none;
  }
  .news-link {
    display: none;
  }
  .btn-transparent.btn-news {
    display: block;
    color: #083966;
    border: 2px solid #083966;
    width: 100%;
    border-right: none;
    text-align: center;
  }
  .btn-transparent.btn-news::after {
    filter: invert(85%) sepia(28%) saturate(3897%) hue-rotate(188deg)
      brightness(97%) contrast(95%);
    height: 57px;
  }
  .callback-form {
    padding: 45px 0;
  }
  .container-form {
    flex-direction: column;
  }
  .container-form .form-left {
    background: none;
    margin-bottom: 20px;
  }
  .callback-form {
    margin-bottom: 0;
  }
  .category-wrapper {
    flex-direction: column;
    align-items: center;
  }
  .category-wrapper .img-category {
    width: 160px;
    height: 140px;
  }
}
@media screen and (max-width: 576px) {
  .card-head-right .btn-blue {
    width: 89%;
  }
  .card-head-right .catalog-item__price .prod-more-btn .search-form__btn {
    width: 91%;
  }
  .card-info .accord-title-type {
    margin-bottom: 0;
  }
  .card-head-swiper,
  .head-card-img {
    width: 280px;
    height: 160px;
  }
  .btn-blue::after {
    height: 47px;
  }
  .card-head-left {
    margin-bottom: 45px;
  }
  .news-page__inner h1 {
    margin-bottom: 15px;
    margin-top: 15px;
  }
  .news-date--mobile .news-tags a {
    font-size: 14px;
  }
  .news-page .news-card .news-img {
    width: 100%;
  }
  .contract-inside-pics {
    width: 120px;
    height: 120px;
  }
  .contract-inside-pics__wrapper {
    gap: 15px;
  }
  .product-head .product-desc {
    max-width: 290px;
  }
  .column-right.category-right
    .product-head
    .filter.filter-buttons
    .search-form__btn
    span {
    display: none;
  }
  .column-right.category-right .product-head .filter.filter-buttons .btn-blue {
    width: 91%;
  }
  .product-table__tab table.table-1 tr td:first-child {
    padding-right: 15px;
  }
  .product-head .product-image {
    width: 180px;
    height: 180px;
  }
  .prod-main .subcat-container .column-right {
    padding: 0 0;
  }
  .catalog-item__desc .desc-point:nth-child(4n) {
    border-bottom: none;
  }
  .filters-wrapper {
    display: none;
  }
  .mobile-catalog__filters {
    display: flex;
    justify-content: space-between;
  }
  .mobile-catalog__filters .filter-sorting {
    color: var(--unnamed, #546371);
    font-size: 16px;
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding: 11px 70px 11px 25px;
    background: url(/local/templates/irzirk_new/img/sprite.svg#arrow-down-thin)
      no-repeat;
    background-position: 200px 13px;
    background-size: 20px;
    border: 1px solid var(--unnamed, #dbe0e5);
  }
  .mobile-catalog__filters .filter-button {
    width: 50px;
    height: 50px;
    padding: 13px;
    border: 1px solid #dbe0e6;
  }
  .catalog-nav__num:nth-child(5),
  .catalog-nav__num:nth-child(4) {
    display: none;
  }
  .catalog-nav .catalog-nav__num {
    width: 10%;
  }
  .catalog-item {
    gap: 20px;
  }
  .number-input {
    width: 100%;
  }
  .number-text {
    width: calc(100% - 100px);
  }
  .catalog-item__price .prod-more-btn .search-form__btn {
    width: 100%;
  }
  .catalog-item {
    border: none;
    padding: 40px 0 0 0;
  }
  .catalog-page {
    padding-bottom: 40px;
  }
  .mobile-catalog__title {
    margin-left: 160px;
    width: 160%;
  }
  .catalog-item__desc {
    flex-wrap: nowrap;
    padding-right: 0;
    max-height: none;
  }
  .catalog-item__info {
    width: 100%;
  }
  .catalog-item__pic {
    width: 100px;
    height: 100px;
  }
  .catalog-item__pic .mobile-catalog__title {
    margin-left: 110px;
  }
  .catalog-item__pic .mobile-catalog__title .catalog-item__title {
    font-size: 14px;
    line-height: 100%;
    margin-bottom: 10px;
  }
  .catalog-item__pic .mobile-catalog__title .price-num {
    font-size: 16px;
    line-height: 100%;
  }
  .column-right .text-16 {
    margin-bottom: 20px;
  }
  .adv-list.horizontal-adv .advantage .num svg {
    width: 47.674px;
    height: 46.802px;
  }
  .bottom-links .btn-transparent::after {
    height: 80px;
    right: -55px;
    width: 82px;
  }
  .hero-slide__right {
    height: 250px;
    width: 310px;
  }
  .hero {
    min-height: 665px;
  }
  .doc-wrapper {
    padding: 130px 30px 30px 30px;
    background-position-x: 20px;
    background-position-y: 35px;
  }
  .partners-logos {
    flex-direction: column;
    gap: 15px;
  }
  .partners-logos .img-wrapper {
    display: flex;
    justify-content: center;
    padding: 10px;
    border: 1px solid #dbe0e6;
  }
  .center-img {
    height: 280px;
  }
  .areas-tabs {
    flex-direction: column;
  }
  .logo-main,
  header.inner .header__col-logo {
    width: 110px;
    height: 40px;
  }
  .guarantee {
    padding-bottom: 45px;
  }
  .hero-slide h2,
  .guarantee h2,
  .delivery h2 {
    font-size: 21px;
    margin-top: 45px;
  }
  h2 {
    font-size: 21px;
  }
  h2::before {
    height: 18px;
  }
  .text-16 {
    font-size: 14px;
    line-height: 16px;
  }
  ul.marked-list {
    margin-top: 10px;
    margin-bottom: 0;
  }
  ul.marked-list li {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 10px;
  }
  ul.marked-list li::before {
    margin-right: 10px;
  }
  .about .adv-list {
    justify-content: center;
  }
  .about .advantage {
    max-width: 510px;
  }
  .about h2 {
    font-size: 21px;
  }
  .about .about-quote {
    padding: 85px 15px 15px 15px;
    background-position-x: 15px;
    background-position-y: 15px;
  }
  .img-about {
    width: 290px;
    height: 210px;
  }
  .hero-title {
    font-size: 37px;
  }
  .icon-menu__search-mob,
  .icon-menu__email-mob,
  .icon-menu__phone-mob,
  .icon-menu__cart-mob {
    height: 30px;
    width: 30px;
    margin-left: 10px;
  }
  .btn-transparent.btn-news {
    width: 90%;
  }
  .mobile-header {
    min-height: 60px;
  }
  .menu-mobile-list {
    top: 60px;
    height: calc(100vh - 60px);
  }
  .inner h1 {
    font-size: 21px;
    line-height: 100%;
  }
}
@media screen and (max-width: 450px) {
  .hero-title {
    font-size: 26px;
  }
  .hero-slide__right {
    height: 250px;
    width: 290px;
  }
  .hero {
    padding-top: 120px;
    min-height: 620px;
  }
  .container--relative .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -55px;
  }
  .areas-img {
    position: relative;
    width: 260px;
    height: 260px;
  }
  .areas-slide {
    max-width: 100%;
  }
  .bullets-row .bullet {
    max-width: 123px;
    height: 140px;
  }
  .bullets-row .bullet::after {
    margin-top: 5px;
  }
  .bullet .bullet-top {
    font-size: 36px;
    margin-bottom: 0;
  }
  .adv-slide,
  .adv-slide svg {
    position: relative;
    width: 100px;
    height: 60px;
  }
  h1 {
    font-size: 43px;
    line-height: 45px;
  }
  .adv-list .advantage .num svg {
    margin-right: 10px;
    width: 45px;
    height: 45px;
  }
  .center-img {
    height: 340px;
  }
  .btn-transparent.btn-news {
    width: 90%;
  }
  .news-card {
    max-width: 240px;
    margin-bottom: 10px;
  }
  .news-img {
    height: 182px;
    width: 240px;
    margin-bottom: 15px;
  }
  .check-field {
    min-height: 100px;
  }
  .icon-menu__search-mob,
  .icon-menu__email-mob,
  .icon-menu__phone-mob,
  .icon-menu__cart-mob {
    height: 22px;
    width: 22px;
    margin-left: 8px;
  }
  .column-right .text-16 {
    font-size: 14px;
    margin-top: 10px;
  }
  .prod-main .column-right {
    padding: 0;
  }
}
.order-form {
  margin-bottom: 100px;
  margin-top: 40px;
}

.order-link {
  display: inline-block;
  margin-bottom: 10px;
}

.order-detail {
  padding: 30px;
  border: 1px solid #cccccc;
  border-radius: 10px;
}

.order-detail-group {
  margin-bottom: 30px;
}
.order-detail-group:last-child {
  margin-bottom: 0;
}
.order-detail-group__title {
  margin-bottom: 8px;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
}

.order-list {
  margin-bottom: 30px;
}
.order-list__title {
  margin-bottom: 5px;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #000;
}

.order-item {
  position: relative;
  display: grid;
  align-items: center;
  grid-template-columns: 35% 1fr;
  gap: 10px;
  padding: 20px 48px 20px 100px;
  background: #fff;
  border-bottom: 1px solid #dbe0e5;
  transition: transform 0.5s ease;
}
.order-item.is-removed {
  transform: scale(0);
}
.order-item__image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  flex: 0 0 70px;
  border: 1px solid #dbe0e5;
  background: lightgray 50% / cover no-repeat;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.order-item__title {
  max-width: 276px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #083966;
  text-decoration: none;
  flex: auto;
}
.order-item__title:hover {
  text-decoration: underline;
}
.order-item__delete {
  position: absolute;
  left: 50px;
  border: none;
  font-size: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.order-item__delete::before,
.order-item__delete::after {
  content: "";
  width: 20px;
  height: 2px;
  border-radius: 1px;
  background: #7b7b7b;
  position: absolute;
  top: 50%;
  left: 50%;
}
.order-item__delete::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.order-item__delete::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.order-item__delete:hover::before,
.order-item__delete:hover::after {
  background: #dc0000;
}

.order-item-price {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
}

.order-item__top {
  display: grid;
  grid-template-columns: 90px 276px;
  gap: 20px;
}

.order-item-price__total {
  font-weight: 700;
}

.order-info-title {
  background: #eef1f4;
}

.order-result {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
.order-result span {
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  font-size: 20px;
}

.order-result-weight {
  font-weight: 700 !important;
}
.order-result-weight span {
  font-weight: 700 !important;
}

.order-results-info {
  background: #eef1f4;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  padding: 0 36px 0 30px;
}

.order-results {
  display: flex;
  gap: 25px;
}

.order-form-left {
  width: 50%;
  padding: 0 15px 0 0;
}

.order-form-right {
  width: 50%;
  padding: 0 0 0 15px;
}

.counter {
  display: flex;
  border: 1px solid #dbe0e5;
  height: 50px;
  width: 160px;
  justify-content: space-between;
  align-items: center;
}

.counter__btn {
  position: relative;
  display: block;
  width: 26px;
  height: 26px;
  background-color: #ffffff;
  border: none;
  outline: none;
  cursor: pointer;
  margin: 14px;
}
.counter__btn::before,
.counter__btn::after {
  content: "";
  width: 14px;
  height: 2px;
  background-color: #f9d613;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.counter__btn.plus::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.counter__btn:last-child {
  border-radius: 0 3px 3px 0;
}

.counter__input {
  display: block;
  width: 50px;
  height: 26px;
  border: none;
  outline: none;
  text-align: center;
}

.price-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  justify-items: center;
  align-items: center;
  gap: 10px;
}

.disabled {
  display: none;
}

.delete-all-order {
  color: #083966;
}
.delete-all-order:hover {
  text-decoration: underline;
}

.input-file {
  position: relative;
  display: flex;
  align-content: center;
  align-items: center;
}

.input-file svg {
  width: 16px;
  height: 16px;
  margin-left: 10px;
}

.input-file span {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.input-file input[type="file"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  display: block;
  width: 0;
  height: 0;
}

.input-file input[type="file"]:disabled + span {
  background-color: #eee;
}

.table-order {
  max-width: 300px;
  border: none;
  gap: 25px;
}

.order-table-tab__title {
  width: 124px !important;
  justify-content: center;
}

.submit-order-form {
  margin-top: 58px;
}

.submit-order-btn {
  width: 300px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.check-grid {
  display: grid;
  gap: 10px;
  margin-bottom: 10px;
}
.check-grid--4 {
  grid-template-columns: repeat(4, 1fr);
}

.order-tab-info {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 30px;
}

.pickup_description {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 23px;
}

.order-tab .container h3 {
  margin-bottom: 23px;
}

.callback-form__order {
  padding-top: 0 !important;
}

.empty-order-content {
  display: flex;
  align-items: center;
  margin: 50px 0 90px 0;
}

.empty-order-btn {
  margin-top: 20px;
}

.mobile-price {
  display: none;
}

.complete-text {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-top: 10px;
  color: #434343;
}

.complete-text a {
  color: #083966;
}

.order-input-file span {
  color: #083966;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

@media (max-width: 1200px) {
  .order-item__top {
    grid-template-columns: 90px 170px;
  }
}
@media (max-width: 992px) {
  .order-item__top {
    grid-template-columns: 90px 190px;
  }
  .order-info-title {
    display: none !important;
  }
  .order-item {
    display: flex;
    flex-direction: column;
    border-bottom: 0px;
    padding: 0;
    margin-top: 55px;
  }
  .order-item__info {
    display: flex;
    flex-direction: column;
  }
  .order-item__image {
    position: inherit;
    top: 20px;
    left: -5px;
  }
  .order-item__delete {
    left: inherit;
    right: 50px !important;
    top: -40px;
  }
  .price-row {
    justify-items: normal;
    align-items: normal;
    position: relative;
    left: 55px;
    width: 190px;
  }
  .mobile-price {
    display: block;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
  }
  .order-item-price span {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
  }
  .order-item-price {
    display: flex;
    justify-content: space-between;
  }
  .counter {
    width: 100%;
  }
  .order-results-info {
    background: rgba(0, 0, 0, 0);
    flex-direction: row-reverse;
    padding: 10px 0 0 0;
    border-top: 1px solid #dbe0e5;
    margin-top: 20px;
    align-items: flex-start;
  }
  .order-results {
    flex-direction: column;
  }
  .order-result {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
  }
  .order-result span {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
  }
  .table-order {
    margin: 0 auto;
    display: flex !important;
  }
  .order-tab-info {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
  }
  .order-form-left {
    width: 100%;
    padding: 0;
  }
  .order-form-right {
    width: 100%;
    padding: 0;
  }
  .input-file {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 10px 0;
  }
  .check-field-order {
    margin-bottom: 50px;
  }
  .empty-order-content {
    flex-direction: column;
  }
}
@media (max-width: 575px) {
  .order-item {
    display: block;
    flex-wrap: wrap;
    gap: 0;
  }
  .order-item__info {
    margin-top: 10px;
    max-width: 190px;
    position: relative;
    left: 110px;
  }
  .order-item__delete {
    right: -25px !important;
  }
  .order-item-price {
    margin-bottom: 5px;
  }
  .empty-order__info h3 {
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin-top: 30px;
  }
  .complete-text {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
  }
}
.container-popup {
  display: flex;
  flex-direction: column;
}

.popup-form-top {
  display: flex;
  gap: 30px;
}

.popup-form-left {
  width: 100%;
}

.popup-form-right {
  width: 100%;
}

.popup-input-file {
  color: #083966;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  left: 25px;
  bottom: 60px;
}

.popup-check-info {
  display: flex;
  gap: 70px;
  position: relative;
  bottom: 20px;
}

.popup-check-info-left {
  width: 50%;
}

.popup-check-info-right {
  width: 50%;
}

@media (max-width: 992px) {
  .popup-input-file {
    position: relative;
    bottom: 70px;
  }
  .popup-form-top {
    flex-direction: column;
    gap: 0px;
  }
}
@media (max-width: 700px) {
  .popup-check-info {
    flex-direction: column-reverse;
    gap: 0px;
  }
  .popup-check-info-left {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .popup-title-info {
    width: 80%;
  }
}
.developments-name::before {
  content: "";
  background: url(/local/templates/irzirk_new/img/sprite.svg#developments)
    center no-repeat;
  width: 28px;
  height: 43px;
  position: relative;
  top: 10px;
}

.development-card-bottom {
  display: flex;
  gap: 20px;
  align-items: center;
}

.development-card-info {
  padding-left: 20px;
}

.development-card-title {
  color: #434343;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
}

.development-card-subtitle {
  color: #546371;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.development-card-subtitle.active {
  color: #083966;
}

.delimiter {
  border-left: 1px solid #dbe0e5;
}

.devel-card-title {
  font-family: Inter;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 31px;
}

.devel-desc .text-16 {
  margin-top: 0px !important;
  margin-bottom: 87px !important;
}

.devel-desc-info {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #dbe0e5;
}

.devel-desc-section {
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
}

.devel-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 14px 0;
  border-bottom: 1px solid #dbe0e5;
}
.devel-item p {
  color: #434343;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  max-width: 50%;
}

.devel-desc-title {
  color: #000;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid #dbe0e5;
}

@media (max-width: 1200px) {
  .devel-head .devel-desc {
    margin-top: 35px !important;
  }
  .devel-desc .text-16 {
    margin-bottom: 50px !important;
  }
}
@media (max-width: 769px) {
  .development-card-bottom {
    flex-direction: column;
    gap: 0;
    align-items: inherit;
    margin-top: 20px;
  }
  .development-card-info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 10px 0;
    border-top: 1px solid #dbe0e5;
    justify-content: space-between;
  }
  .delimiter {
    border-left: none;
  }
  .development-card-title {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    color: #000;
  }
  .development-card-title.normal {
    text-transform: capitalize;
  }
  .development-card-subtitle {
    color: #546371;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
  }
  .development-img {
    border-top: 1px solid #dbe0e5;
    border-bottom: 1px solid #dbe0e5;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
  }
  .developments-name {
    margin-bottom: 20px !important;
  }
  .develompent-item {
    margin-bottom: 40px !important;
  }
  .develompent-item:last-of-type {
    margin-bottom: 0px !important;
  }
  .devel-desc-title {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
  }
  .devel-item p {
    font-weight: 400;
    line-height: 100%;
    max-width: 50%;
  }
  .devel-desc-section {
    margin-bottom: 30px;
  }
  .devel-card-title {
    font-family: Inter;
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
  }
  .devel-head .devel-desc {
    margin: 0 !important;
  }
  .devel-head .devel-desc .text-16 {
    margin-bottom: 20px !important;
  }
  .devel-head .product-image {
    margin: 0 auto 45px;
  }
}
.account-left-tab .active-main {
  font-weight: 700;
}
.account-left-tab .active {
  font-weight: 700;
}

.account-profile-form {
  max-width: 510px;
  margin-top: 90px;
}
.account-profile-form:first-of-type {
  margin-top: 0;
}
.account-profile-form .text-16 {
  margin-bottom: 20px;
}
.account-profile-form .form-upload {
  margin-bottom: 15px;
}

.account-profile-btn {
  display: grid;
  grid-template-columns: 236px 218px;
  gap: 54px;
}
.account-profile-btn .btn-blue {
  width: 100%;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
  margin-right: 0;
  padding: 9px 20px 9px 22px;
}
.account-profile-btn .prod-more-btn {
  display: flex;
}
.account-profile-btn .prod-more-btn .search-form__btn {
  width: 100%;
  padding: 0 20px 0 25px;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
}

.arrow-right-account {
  display: none;
}

.account-active-tab {
  display: none;
}

.account-status-item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 272px;
  margin-bottom: 35px;
}
.account-status-item p {
  color: #434343;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.account-status-btn .btn-blue {
  width: 160px;
  padding: 9px 20px 9px 22px;
}

.account-table {
  border: 1px solid #dbe0e6;
  width: 100%;
  background: #eef1f4;
  margin-bottom: 90px;
  margin-top: 45px;
}
.account-table .account-row {
  display: flex;
  padding: 14px 30px;
}
.account-table .account-row:nth-child(2n) {
  background: #fff;
}
.account-table .acc-number {
  width: 18%;
  padding-right: 15px;
  color: #083966 !important;
}
.account-table .acc-client {
  width: 28%;
  padding-right: 15px;
}
.account-table .acc-date {
  width: 18%;
}
.account-table .acc-total {
  width: 18%;
}
.account-table .acc-status {
  width: 18%;
}
.account-table .acc-file {
  width: 18%;
  color: #083966 !important;
}
.account-table .acc-status.close {
  color: #e33b3b;
}
.account-table .first-row.account-row {
  padding: 16px 30px;
}
.account-table .first-row.account-row .account-col {
  font-size: 14px;
  line-height: 18px;
  color: #000000;
}
.account-table .account-col {
  font-size: 14px;
  line-height: 22px;
  color: #434343;
}
.account-table .first-row .acc-number {
  color: #000 !important;
}
.account-table .first-row .acc-file {
  color: #000 !important;
}

.account-item-title {
  font-family: Inter;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
.account-item-title a {
  text-decoration: none;
  color: #000;
  transition: all 0.3s ease-in-out;
}
.account-item-title a:hover {
  color: #083966;
}

.acc-status-wait {
  color: #d2ab21 !important;
}

.acc-status-done {
  color: #083966 !important;
}

.acc-status-btn {
  width: 183px !important;
}

@media (max-width: 992px) {
  .account-left-tab {
    display: block !important;
    width: 100% !important;
    border-right: none;
    padding: 0;
  }
  .account-left-tab a {
    display: flex;
    justify-content: space-between;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
  }
  .account-left-tab .active-main {
    display: none;
  }
  .account-inside-title {
    display: none;
  }
  .account-inside-tab {
    display: none !important;
  }
  .account-inside-subtitle {
    display: none;
  }
  .account-active-tab {
    display: block !important;
    width: 100%;
    border-bottom: 1px solid #dbe0e5;
    border-right: none;
    margin-bottom: 20px;
  }
  .account-active-tab a {
    border-top: none;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    color: #000;
    display: flex;
    justify-content: center;
    text-transform: inherit;
  }
  .account-profile-btn {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .account-profile-btn .btn-blue {
    width: 96%;
  }
  .account-profile-form {
    max-width: 510px;
    margin-top: 45px;
  }
  .account-profile-form:first-of-type {
    margin-top: 0;
  }
  .arrow-right-account {
    display: block;
    background: url(/local/templates/irzirk_new/img/sprite.svg#arrow-right)
      center no-repeat;
    width: 25px;
    height: 16px;
    display: inline-block;
    background-size: 24px;
    background-position-y: -2px;
  }
  .arrow-right-account:hover {
    cursor: pointer;
  }
  .arrow-right-account:hover.active {
    transform: rotate(180deg);
  }
  .arrow-left-account {
    display: block;
    background: url(/local/templates/irzirk_new/img/sprite.svg#arrow-left)
      center no-repeat;
    width: 30px;
    height: 16px;
    display: inline-block;
    background-size: 24px;
    background-position-y: -4px;
  }
  .arrow-left-account:hover {
    cursor: pointer;
  }
  .arrow-left-account:hover.active {
    transform: rotate(180deg);
  }
}
@media (max-width: 1200px) {
  .account-status-btn .btn-blue::after {
    height: 47px;
  }
}
@media (max-width: 768px) {
  .account-table .first-row {
    display: none;
  }
  .account-table .account-row {
    flex-direction: column;
    gap: 5px;
  }
  .account-table .acc-number {
    width: 100%;
    padding-right: 15px;
    color: #083966;
  }
  .account-table .acc-client {
    width: 100%;
    padding-right: 15px;
  }
  .account-table .acc-date {
    width: 100%;
  }
  .account-table .acc-total {
    width: 100%;
  }
  .account-table .acc-status {
    width: 100%;
  }
  .account-table .acc-file {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .account-profile-btn .btn-blue {
    width: 94%;
  }
  .account-content {
    padding-left: 10px !important;
  }
  .account-status-btn .btn-blue {
    width: 100%;
  }
  .acc-status-btn {
    width: 100% !important;
  }
  .account-status-item {
    gap: 10px;
  }
  .account-status-item h2 {
    margin-bottom: 0px !important;
  }
  .account-item-title {
    margin-bottom: 0px !important;
  }
}
.registration {
  margin-bottom: 157px;
}
.registration .container .row-n {
  gap: 40px;
}

.registration-right {
  width: 378px;
}

.registration-right-title {
  color: #000;
  font-family: Inter;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 30px;
}

.registration-right-items {
  width: 378px;
  display: flex;
  gap: 30px;
  flex-direction: column;
}

.registration-right-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 40px;
}

.reg-item-img {
  max-width: 86px;
}
.reg-item-img svg {
  width: 100%;
  max-height: 98px;
}

.reg-item-description {
  color: #434343;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.registration-card {
  padding: 30px;
  background-color: #eef1f4;
  width: 411px;
}

.registration-title {
  color: #000;
  font-family: Inter;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 58px;
  margin-bottom: 30px;
  text-align: center;
}

.registration-subtitle {
  color: #434343;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 30px;
}

.registration-form .check-field {
  border: none;
}
.registration-form .check-field .check {
  left: 0;
}
.registration-form .check-field .check .check__label {
  padding: 0 0 18px 40px;
}
.registration-form .button-form .btn {
  width: 100%;
  height: 60px;
}
.registration-form .form-required {
  display: none;
}

.registration-form-fieldset {
  margin-bottom: 30px;
}
.registration-form-fieldset:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.registration-form-fieldset .callback-field input:focus + label,
.registration-form-fieldset
  .callback-field
  input:not(:placeholder-shown)
  + label,
.registration-form-fieldset .callback-field textarea:focus + label,
.registration-form-fieldset
  .callback-field
  textarea:not(:placeholder-shown)
  + label {
  background: rgba(0, 0, 0, 0);
}

.registration-form-btn {
  display: flex;
  flex-direction: column;
}

.registration-login-btn .btn-blue {
  width: 96%;
  border: none;
  margin-top: 30px;
}
.registration-login-btn .btn-blue::after {
  content: none;
}

.check__label-login:before {
  top: 0px;
}

.check__label-login:after {
  top: 0px;
}

.check-field-login {
  min-height: 50px;
}

.registration-login-links {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 33px;
}
.registration-login-links a {
  color: #083966;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}
.registration-login-links a:hover {
  text-decoration: underline;
}

@media (max-width: 992px) {
  .registration {
    margin-bottom: 100px;
  }
  .registration .container .row-n {
    flex-direction: column;
  }
  .registration .container .row-n .cols {
    width: 100%;
  }
  .registration-card {
    width: 100%;
    background-color: #fff;
    padding: 0 10px 0;
    margin-bottom: 45px;
  }
  .registration-right {
    width: 100%;
  }
  .registration-subtitle {
    display: none;
  }
  .login-subtitle {
    display: block !important;
    color: #434343;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-align: start;
  }
  .registration-form-fieldset {
    margin-bottom: 0;
  }
  .registration-form .check-field {
    background-color: rgba(0, 0, 0, 0);
    min-height: 65px;
  }
  .registration-form .check-field .check .check__label {
    padding: 0 0 18px 45px;
  }
  .registration-form .form-required {
    display: block;
  }
  .registration-form-btn .button-form .btn {
    height: 50px;
    font-size: 12px;
  }
  .registration-form-btn .button-form .search-form_triangle {
    border-top: 50px solid #f9d613;
  }
  .registration-right-title,
  .registration-title {
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 20px;
  }
  .registration-right-items {
    width: 100%;
    gap: 10px;
  }
  .registration-right-item {
    gap: 10px;
  }
}
@media (max-width: 768px) {
  .registration {
    margin-bottom: 45px;
  }
  .registration-form .check-field {
    min-height: 80px;
  }
  .registration-login-btn .btn-blue {
    width: 94%;
    border: 2px solid #083966;
    border-right: none;
    margin-top: 10px;
  }
  .registration-login-btn .btn-blue::after {
    content: "";
    height: 47px;
  }
  .registration-right {
    padding: 0 10px 0;
  }
  .reg-item-img {
    max-width: 50px;
  }
  .reg-item-img svg {
    width: 100%;
    max-height: 57px;
  }
  .reg-item-description {
    color: #434343;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
  }
  .check-field-login {
    min-height: 60px !important;
  }
  .registration-login-links {
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
  }
}

a,
.areas-text {
  color: black;
}
/*# sourceMappingURL=style.css.map */
.compare-count {
display: block;
    position: absolute;
    right: 15px;
    left: auto;
    top: -3px;
    bottom: auto;
    padding: 2px 4px;
    border-radius: 50px;
    background: #F9D613;
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin-top: 0 !important;
}
.header__col-search-mob {
	display: flex;
	align-items: center;
	gap: 10px;
}
.mobile-search.active {
	display: flex;
	align-items: center;
}
.mobile-search .search-form__clear {
	display: none;
}
.h__social{
  margin-top: 6px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  align-items: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
  list-style: none;
  -ms-flex-pack: start;
  justify-content: flex-start;

}
.h__social li{
  margin: 0 3px;

}
.h__social a{
  display: block;
  height: 25px;
  width: 25px;
  line-height: 1;
}
.vk {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E%3Cg transform='translate(590 8910)'%3E%3Crect width='30' height='30' rx='4' transform='translate(-590 -8910)' fill='none'/%3E%3Cpath d='M24.762,7.717c.165-.557,0-.967-.793-.967H21.344a1.127,1.127,0,0,0-1.141.744,21.989,21.989,0,0,1-3.226,5.369c-.61.61-.891.806-1.225.806-.165,0-.419-.2-.419-.753v-5.2c0-.668-.187-.967-.74-.967H10.468a.633.633,0,0,0-.668.6c0,.633.945.78,1.043,2.562v3.867c0,.847-.151,1-.486,1-.891,0-3.057-3.27-4.34-7.013C5.759,7.044,5.5,6.75,4.832,6.75H2.208c-.749,0-.9.352-.9.744,0,.7.891,4.148,4.148,8.711,2.17,3.114,5.226,4.8,8.007,4.8,1.671,0,1.876-.374,1.876-1.02,0-2.976-.151-3.257.686-3.257.388,0,1.056.2,2.615,1.7,1.782,1.782,2.076,2.58,3.074,2.58h2.624c.749,0,1.127-.374.909-1.114-.5-1.555-3.872-4.754-4.023-4.968-.388-.5-.276-.722,0-1.167,0,0,3.208-4.513,3.538-6.042Z' transform='translate(-588.308 -8908.879)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all .1s ease-in-out; }
.vk:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E%3Cg transform='translate(590 8910)'%3E%3Crect width='30' height='30' rx='4' transform='translate(-590 -8910)' fill='%232b587a'/%3E%3Cpath d='M24.762,7.717c.165-.557,0-.967-.793-.967H21.344a1.127,1.127,0,0,0-1.141.744,21.989,21.989,0,0,1-3.226,5.369c-.61.61-.891.806-1.225.806-.165,0-.419-.2-.419-.753v-5.2c0-.668-.187-.967-.74-.967H10.468a.633.633,0,0,0-.668.6c0,.633.945.78,1.043,2.562v3.867c0,.847-.151,1-.486,1-.891,0-3.057-3.27-4.34-7.013C5.759,7.044,5.5,6.75,4.832,6.75H2.208c-.749,0-.9.352-.9.744,0,.7.891,4.148,4.148,8.711,2.17,3.114,5.226,4.8,8.007,4.8,1.671,0,1.876-.374,1.876-1.02,0-2.976-.151-3.257.686-3.257.388,0,1.056.2,2.615,1.7,1.782,1.782,2.076,2.58,3.074,2.58h2.624c.749,0,1.127-.374.909-1.114-.5-1.555-3.872-4.754-4.023-4.968-.388-.5-.276-.722,0-1.167,0,0,3.208-4.513,3.538-6.042Z' transform='translate(-588.308 -8908.879)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E"); }
	