@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=El+Messiri:wght@400;500;600;700&family=Mulish:wght@200;300;400;500;600;700;900&display=swap");
:root {
  --color-font: #232323;
  --color-h: #5b2d87;
  --color-a: #5b2d87;
  --color-ah: #76b837;
  --color-c: #eaebed;
  --color-wc: #f6f6f6;
  --color-blue: #028dcf;
  --color-green: #67b022;
  --color-greenw: #76b837;
  --color-bkg:#642b8c;
}

[data-animation] {
  opacity: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

.pulse,
.flash,
.flipInY,
.flipInX,
.flipOutX,
.flipOutY,
.fadeInDownBig,
.fadeOutDownBig,
.lightSpeedIn,
.zoomInDown,
.bounceInUp,
.bounceInDown,
.bounceInLeft,
.bounceInRight,
.rollIn,
.rotateIn,
.rotateInDownLeft,
.rubberBand,
.shake,
.slideInDown,
.slideInLeft,
.headShake,
.hinge,
.swing,
.tada,
.wobble,
.jello,
.zoomIn,
.zoomInLeft,
.zoomInRight,
.jackInTheBox {
  opacity: 1;
}

.mt10 {
  margin-top: 10px;
}

.mt60 {
  margin-top: 60px;
}

.mb24 {
  margin-bottom: 24px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb100 {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .mb100 {
    margin-bottom: 66.6666666667px;
  }
}
@media (max-width: 768px) {
  .mb100 {
    margin-bottom: 40px;
  }
}

.mb80 {
  margin-bottom: 80px;
}

* {
  outline: none;
}

.white {
  color: #fff;
}
.text-center{
  text-align:center;
}

h1,
.h1 {
  font-family: "El Messiri", sans-serif;
  font-weight: 700;
  color: var(--color-a);
}
@media (max-width: 1600px) {
  h1,
  .h1 {
    font-size: calc(24px + 31 * (100vw - 320px) / 1600);
  }
}
@media (min-width: 1600px) {
  h1,
  .h1 {
    font-size: 55px;
  }
}

h2,
.h2 {
  font-family: "El Messiri", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--color-a);
  margin: 20px 0;
}
@media (max-width: 1600px) {
  h2,
  .h2 {
    font-size: calc(24px + 9 * (100vw - 320px) / 1600);
  }
}
@media (min-width: 1600px) {
  h2,
  .h2 {
    font-size: 33px;
  }
}

h3,
.h3 {
  font-weight: 600px;
}
@media (max-width: 1600px) {
  h3,
  .h3 {
    font-size: calc(18px + 2 * (100vw - 320px) / 1600);
  }
}
@media (min-width: 1600px) {
  h3,
  .h3 {
    font-size: 20px;
  }
}

h4,
.h4 {
  font-size: 16px;
  font-weight: 600;
}

body {
  color: var(--color-font);
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
}

a {
  display: inline-block;
  color: #1b1b1b;
  text-decoration: none;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
a:hover {
  color: #aec90a;
}

.a-hov-06 {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.a-hov-06 img {
  width: 32px;
}
.a-hov-06:hover {
  opacity: 0.6;
}

button {
  border: none;
  background: none;
}

.no-ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.container-max {
  max-width: 1950px;
  padding: 1rem;
  margin: 0 auto;
  width: 100%;
}

.container {
  max-width: 1152px;
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0 auto;
  width: 100%;
}

.container1 {
  max-width: 1400px;
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0 auto;
  width: 100%;
}

@media (max-width: 768px) {
  .container,.container1 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 576px) {
  .container, .container1 {
    //padding-left: 40px;
    //padding-right: 40px;
  }
}
.btn-main-icon {
  border: 1px solid #fff;
  background: var(--color-a);
  color: #fff;
  font-weight: 700;
  padding: 8px 50px 9px 28px;
  position: relative;
  display: inline-block;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1600px) {
  .btn-main-icon {
    font-size: calc(14px + 6 * (100vw - 320px) / 1600);
  }
}
@media (min-width: 1600px) {
  .btn-main-icon {
    font-size: 20px;
  }
}
.btn-main-icon:hover {
  opacity: 0.6;
}
.btn-main-icon::after {
  content: "";
  background: url(../img/icon/str-r.svg) center no-repeat;
  width: 21px;
  height: 17px;
  z-index: 1;
  position: absolute;
  top: 50%;
  margin-left: 10px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.btn-main-icon.white {
  color: #333;
  width: auto;
  background: #fff;
}
.btn-main-icon.white::after {
  content: "";
  background: url(../img/icon/str-r.svg) center no-repeat;
  -webkit-filter: grayscale(0) brightness(10%);
          filter: grayscale(0) brightness(10%);
}

.btn-main-icon.transp {
  color: #fff;
  width: auto;
  background: transparent;
  margin-right: 25px;
  padding: 8px 44px 9px 20px;
}

.breadcrumb {
  margin: 45px 0 43px;
}
.breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px 16px;
}
.breadcrumb ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadcrumb ul li span {
  padding: 10px 0 0;
  font-size: 13.5px;
  color: var(--color-a);
}
.breadcrumb ul li a {
  color: #939292;
  font-size: 13.5px;
  padding: 10px 0 0;
}
.breadcrumb ul li a:hover {
  color: #000;
}
.breadcrumb ul li::after {
  position: absolute;
  content: "/";
  right: -10px;
  top: 11px;
  color: #888;
}
.breadcrumb ul li:last-child::after {
  content: "";
}

/*********************/
body.lock {
  overflow: hidden;
}

.popup {
  position: fixed;
  background: rgba(27, 27, 27, 0.2);
  -webkit-backdrop-filter: blur(2.5px);
          backdrop-filter: blur(2.5px);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.popup.open {
  opacity: 1;
  visibility: visible;
}
.popup.open .popup__content {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.popup__body {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 15px;
}
.popup__content {
  -webkit-transform: translate(0px, -100%);
      -ms-transform: translate(0px, -100%);
          transform: translate(0px, -100%);
  -webkit-transition: 0.7s all;
  transition: 0.7s all;
  opacity: 0;
}

/***check **/
.chk_ii {
  margin: 5px 0 30px;
}

.chk_ii input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.chk_ii input[type=checkbox] + label {
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.chk_ii input[type=checkbox]:checked + label::before {
  background: url(../img/ico/chk-bl.svg) 4px no-repeat;
  content: "";
  width: 24px;
  height: 24px;
  position: relative;
  left: 0px;
  top: 0px;
  background-size: 74%;
  background-color: #fff;
}

.chk_ii input[type=checkbox] + label::before {
  content: "";
  border-radius: 2px;
  display: inline-block;
  margin: -2px 12px 0 0;
  width: 24px;
  height: 24px;
  border: 1px solid #fff;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: transparent;
}

.white .chk_ii input[type=checkbox]:checked + label::before {
  background: url(../img/icon/geo-k.svg) 4px no-repeat;
  background-color: var(--color-blue);
}
.white .chk_ii input[type=checkbox] + label::before {
  border: 1px solid #dcdcdc;
}

.chk_ii input[type=checkbox] + label::after {
  font-style: normal;
}

.chk_ii label i {
  font-style: normal;
  color: #ff0068;
  font-weight: 600;
}

.chk_ii p {
  margin: 0;
  line-height: 20px;
}
@media (max-width: 1600px) {
  .chk_ii p {
    font-size: calc(13px + 3 * (100vw - 320px) / 1600);
  }
}
@media (min-width: 1600px) {
  .chk_ii p {
    font-size: 16px;
  }
}

/*****end-check*******/
/**dots**/
.owl-first {
  border-radius: 38px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .owl-first {
    border-radius: 25.3333333333px;
  }
}
@media (max-width: 768px) {
  .owl-first {
    border-radius: 20px;
  }
}
.owl-first .owl-dots {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
  bottom: 42px;
  right: 36px;
}
.owl-first .owl-dot span {
  width: 20px;
  height: 3px;
  display: block;
  background: #555;
  border-radius: 2px;
  overflow: hidden;
}
.owl-first .owl-dot.active span {
  background: var(--color-blue);
}

@media (max-width: 992px) {
  .owl-first .owl-dots {
    right: initial;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .slg-block__text {
    margin-bottom: 20px;
  }
}
.parallax-container {
  /*  здесь происходит магия: */
  background-image: url(../img/b1.jpg);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  /* размеры важны, убедитесь, что он достаточно высок для прокрутки */
  min-height: 100vh;
}

.missin-production {
  margin-top: 44px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 46px;
  margin-bottom: 56px;
}
.missin-production p {
  line-height: 139%;
}
.bkg-advant {
  background: url(../img/blg-lenta.jpg) center no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 237px;
  position: relative;
  margin-bottom: 41px;
}

.advant-img {
  display: none;
  position: absolute;
  bottom: 0;
  width: 333px;
  right: 0;
  bottom: 171px;

}

.advant-all {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  color: #fff;
}
.advant-all .advant-item {
  text-align: center;
  padding: 37px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.advant-all .advant-item__title {
  font-weight: 900;
  line-height: 140%;
}
@media (max-width: 1600px) {
  .advant-all .advant-item__title {
    font-size: calc(35px + 45 * (100vw - 320px) / 1600);
  }
}
@media (min-width: 1600px) {
  .advant-all .advant-item__title {
    font-size: 80px;
  }
}
.advant-all .advant-item__text {
  font-weight: 700;
  line-height: 125%;
}
@media (max-width: 1600px) {
  .advant-all .advant-item__text {
    font-size: calc(16px + 4 * (100vw - 320px) / 1600);
  }
}
@media (min-width: 1600px) {
  .advant-all .advant-item__text {
    font-size: 20px;
  }
}

.sw-img {
  width: 100%;
  height: 186px;
  overflow: hidden;
}
.sw-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.sw-img:hover img {
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
}

.sw-block {
  background: var(--color-a);
  width: 100%;
  padding: 20px;
}

.sw-text {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  color: #fff;
  height: 60px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.conection {
  display: grid;
  /*grid-template-columns: 1fr calc(50% - 16px);*/
  grid-template-columns: 1fr;
  color: #fff;
  margin-bottom: 41px;
}
.conection__item_r {
    background: var(--color-a) no-repeat;
    padding: 37px 32px 45px;
    text-align: right;
    background-image: url(../img/img7.png);
    background-size: 766px;
    background-position: left -12px;
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 30px;
}
.conection__item_r .h2 {
  margin-bottom: 15px;
  margin-bottom: 20px;
  color: #fff;
}

.form-block {
  font-size: 16px;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.form-block input {
  background: #fff;
  padding: 10px 15px;
  max-width: 160px;
  border: none;
  outline: none;
}

.form1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 27px;
  width: auto;
}
.form-block-1{
    display: flex;
    flex-direction: column;
    gap: 27px;
}
.form1-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px 32px;
}

.form1-1 {
  width: 100%;
}
.form1-1 textarea {
  width: 100%;
  padding: 11.5px;
}

.karta-mini {
  width: 100%;
  height: 20px;
}
.karta-mini img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/****/
.block-4conect {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 12px;
}
.block-4conect .h3 {
  font-weight: 900;
  color: var(--color-a);
}
@media (max-width: 1600px) {
  .block-4conect .h3 {
    font-size: calc(14px + 6 * (100vw - 320px) / 1600);
  }
}
@media (min-width: 1600px) {
  .block-4conect .h3 {
    font-size: 20px;
  }
}
.block-4conect img {
  display: block;
  margin-bottom: 10px;
}
.block-4conect__element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.block-4conect__element__img {
  height: 62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.block-4conect p {
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  max-width: 220px;
}

.menu-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 8px 8px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
         /* justify-content: space-between;*/
             gap: 22px;
}

.logo img {
  width: 63px;
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 11px;
  margin-right: 15px;
}
.menu a {
  padding: 26 0px;
  color: var(--color-a);
  font-size: 14.5px;
  font-weight: 500;
  text-transform: capitalize;
}
.menu a:hover, .menu a:active {
  color: var(--color-ah);
}

.menu-block-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top:-25px;
}

@media(max-width:1200px){
  .menu-block-menu {
    top:0;
  }
}

.header-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.header-contact .pfn img {
  height: 15px;
}
.header-contact li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  color: var(--color-a);
}
.header-contact li a:hover, .header-contact li a:active {
  color: var(--color-ah);
}
.header-contact img {
  height: 11px;
  display: block;
  padding: 0 3px;
}

.prod-slider {
  margin-bottom: 84px;
}
@media (max-width: 992px) {
  .prod-slider {
    margin-bottom: 56px;
  }
}
@media (max-width: 768px) {
  .prod-slider {
    margin-bottom: 40px;
  }
}
.prod-slider .swiper-button-prev,
.prod-slider .swiper-button-next {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 22.3%;
  z-index: 100;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}
.prod-slider .swiper-button-prev {
  left: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.prod-slider .swiper-button-prev img {
  width: 75px;
  margin-right: -65%;
}
.prod-slider .swiper-button-next {
  right: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.prod-slider .swiper-button-next img {
  width: 75px;
  margin-left: -65%;
}

.tehno-sl {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.tehno-sl__img {
  width: 100%;
  height: 372px;
}
.tehno-sl__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
}
.tehno-sl__itle {
  color: #5b2d87;
  font-family: El Messiri;
  font-weight: 700;
  line-height: 121%;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (max-width: 1600px) {
  .tehno-sl__itle {
    font-size: calc(18px + 15 * (100vw - 320px) / 1600);
  }
}
@media (min-width: 1600px) {
  .tehno-sl__itle {
    font-size: 33px;
  }
}
.tehno-sl__text {
  line-height: 134%;
}
@media (max-width: 1600px) {
  .tehno-sl__text {
    font-size: calc(13px + 3 * (100vw - 320px) / 1600);
  }
}
@media (min-width: 1600px) {
  .tehno-sl__text {
    font-size: 16px;
  }
}

.tehno-sl-block1 {
  padding: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
/*          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;*/
     max-height: 372px;
    overflow: auto;     
  background: var(--color-c);
}

.teho-p {
  margin-bottom: 76px;
}
@media (max-width: 992px) {
  .teho-p {
    margin-bottom: 50.6666666667px;
  }
}
@media (max-width: 768px) {
  .teho-p {
    margin-bottom: 40px;
  }
}

/**/
.trail-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 61px;
  gap: 0 27px;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .trail-block {
    margin-top: 40.6666666667px;
  }
}
@media (max-width: 768px) {
  .trail-block {
    margin-top: 20px;
  }
}
@media (max-width: 992px) {
  .trail-block {
    margin-bottom: 33.3333333333px;
  }
}
@media (max-width: 768px) {
  .trail-block {
    margin-bottom: 20px;
  }
}
.trail-block__el {
  margin-bottom: 27px;
}
.trail-block__el .h3 {
  color: #5b2d87;
  font-weight: 900;
  margin-bottom: 9px;
}
@media (max-width: 1600px) {
  .trail-block__el .h3 {
    font-size: calc(16px + 4 * (100vw - 320px) / 1600);
  }
}
@media (min-width: 1600px) {
  .trail-block__el .h3 {
    font-size: 20px;
  }
}
.trail-block__el p {
  margin: 0;
  padding: 0;
}

.list-asort {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-bottom: 76px;
}

.asort-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.asort-item__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 185px;
  overflow: hidden;
  background-size: cover;
}
.asort-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.asort-item__img:hover img {
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
}
.asort-item__text a{
  background: var(--color-a);
  color: #fff;
  padding: 11px 19px;
  font-weight: 700;
  text-align: center;
  min-height: 76px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.partner-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.partner-item__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 132px;
  overflow: hidden;
     background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.partner-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.partner-item__img:hover img {
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
}

.back-str {
  position: relative; 
  //background: url(../img/bkg10.jpg) center right no-repeat;
  background-color: var(--color-bkg);
  width: 100%;
  height: 287px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.back-str::after{
    content: "";
    background: url(../images/bkg111.png) no-repeat;
    position: absolute;
    z-index: 1;
    width: 341px;
    height: 100%;
    right: 0;
    top: 0;
    opacity: 0.5;
}
.back-str h1 {
  color: #fff;
}

/***/
.container-right {
  max-width: 100%;
  padding: 0 0 0 15px;
  margin-right: 0;
  margin-left: auto;
}

.item-asort {
  display: grid;
  grid-template-columns: 352px 1fr;
  gap: 0 34px;
}

.item-asort-block {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .item-asort-block {
    margin-bottom: 46.6666666667px;
  }
}
@media (max-width: 768px) {
  .item-asort-block {
    margin-bottom: 30px;
  }
}

.menu-asort li {
  margin-bottom: 16px;
}
.menu-asort li a {
  font-weight: 700;
  line-height: 134%;
}

.item-asort-item li {
  position: relative;
  background: var(--color-c);
  padding: 20px 34px;
  margin-bottom: 12px;
}
.item-asort-item li .iai-block p {
  margin: 0 0 14px;
}

.iai__title {
  color: #5b2d87;
  font-size: 20px;
  font-weight: 900;
}
.iai__line2 {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 14px;
}
.iai__subtitle {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}

@media (max-width: 1200px) {
  .container-right {
    max-width: 1156px;
    padding: 0 ;
    margin-right: auto;
    margin-left: auto;
  }
}
.menu-block.white {
  position: relative;
  padding-top: 46px;
}
.menu-block.white .logo-gl img {
  position: absolute;
  width: 414px;
  top: 0;
  left: -156px;
}
.menu-block.white .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 42px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  margin-bottom: 86px;
}
.menu-block.white a {
  color: #fff;
}
.menu-block.white a:hover {
  color: var(--color-green);
}
.menu-block.white .header-contact img {
  -webkit-filter: grayscale(1) brightness(1000%);
          filter: grayscale(1) brightness(1000%);
}

.logo-gl {
  /*width: 231px;*/
  width:280px;
}
.logo-gl img {
  width: 100%;
}

.bkg-gl {
  background: url(../img/img0.jpg) top center no-repeat;
  color: #fff;
}

.top-block-pos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
/*  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;*/
  padding-bottom: 220px;
  margin-bottom: 54px;
      margin: 75px 0 0 325px;
}

@media (max-width: 1200px) {
  .top-block-pos {
    margin: 0 0 0 157px;
  }
}

.top-block {
  max-width: 440px;
}
.top-block .pre-h1 {
  font-family: "El Messiri", sans-serif;
  line-height: 1;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 1600px) {
  .top-block .pre-h1 {
    font-size: calc(24px + 36 * (100vw - 320px) / 1600);
  }
}
@media (min-width: 1600px) {
  .top-block .pre-h1 {
    font-size: 60px;
  }
}
.top-block h1 {
  margin: 0 0 36px;
  line-height: 106%;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0px;
  color: #fff;
}
@media (max-width: 1600px) {
  .top-block h1 {
    font-size: calc(28px + 60 * (100vw - 320px) / 1600);
  }
}
@media (min-width: 1600px) {
  .top-block h1 {
    font-size: 88px;
  }
}

.gl-block1 {
  background: var(--color-c);
}
.gl-block1__item {
  padding: 27px 0 43px;
}
.gl-block1__item p {
  max-width: 525px;
  margin-bottom: 28px;
}

.gl-block1-all {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  padding: 0px 0;
}

.gl-block1gb1__img {
  position: absolute;
  top: 0px;
  z-index: 0;
  overflow: hidden;
  width: 100%;
  left: 0px;
}
.gl-block1gb1__img img {
  width: 820px;
}

.a-str-r {
  color: #5b2d87;
  font-size: 20px;
  font-weight: 700;
  position: relative;
}
.a-str-r::after {
  content: "";
  background: url(../img/icon/str-r-grey.svg) center no-repeat;
  width: 21px;
  height: 17px;
  z-index: 1;
  position: absolute;
  top: 5px;
  right: -31px;
}

/***/
.gl-block2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: var(--color-a);
  padding: 48px 0;
  color: #fff;
  gap: 22px 46px;
}
.gl-block2 .gl-block2-bl1 {
  text-align: right;
}
.gl-block2 .gl-block2-bl2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.gl-block2 .h2 {
  color: #fff;
  margin: 5px 0 0;
}

.ob-sv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 16px;
}
.ob-sv input {
  padding: 11px;
  width: 279px;
}

/***/
.gl-block3 {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 55px 0 42px;
}

.gl-block3-1 {
  text-align: right;
}
.gl-block3-2 {
  margin-left: 15px;
}

.gl-bl-ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 30px 0;
}
.gl-bl-ul__img {
  margin-right: 15px;
}
.gl-bl-ul__title {
  color: #5b2d87;
  font-weight: 900;
  margin-bottom: 6px;
}
@media (max-width: 1600px) {
  .gl-bl-ul__title {
    font-size: calc(16px + 4 * (100vw - 320px) / 1600);
  }
}
@media (min-width: 1600px) {
  .gl-bl-ul__title {
    font-size: 20px;
  }
}
.gl-bl-ul__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 135%;
  max-width: 435px;
}

.goroh {
  position: absolute;
  top: -153px;
  left: 23px;
  z-index: 0;
}

.gorohl {
  position: absolute;
  top: -176px;
  left: 0px;
  z-index: -1;
}

.pomid {
  position: absolute;
  z-index: 0;
  right: 0;
  top: 10px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
/***/
.menu-block-mobi {
  padding: 0.5rem 1rem;
}
.menu-block-mobi .nav {
  height: 0;
  max-height: 750px;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.menu-block-mobi .nav.active {
  height: auto;
  padding-top: 16px;
}
.menu-block-mobi .header-contact img {
  height: 14px;
}
.menu-block-mobi #searchx {
  position: relative;
  padding: 0 0 0 22px;
}
.menu-block-mobi #searchx img {
  position: absolute;
  left: 0;
}

.menu-block-mobi-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.t-img img {
  width: 47px;
}

.burger {
  width: 26px;
  height: 19px;
  background: transparent;
  border-top: 3px solid #5b2d87;
  border-bottom: 3px solid #5b2d87;
  outline: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.burger span {
  display: block;
  border-top: 3px solid #5b2d87;
  width: 100%;
}

.search-top-block {
  top: -100%;
  max-height: 300px;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: 0;
  padding: 16px;
  background: #fff;
  width: 100%;
  -webkit-box-shadow: 1px 1px 15px #ccc;
          box-shadow: 1px 1px 15px #ccc;
  z-index: 1000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.search-top-block.active {
  top: 0;
  height: auto;
}

.popup-inp-bb {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #ccc;
  padding: 5px 4px;
}
.popup-inp-bb input {
  padding: 5px 10px;
  border: none;
}

.modal-close {
  position: absolute;
  right: 20px;
  font-size: 2rem;
  color: #777;
}

.menu-block-mobi {
  display: none;
}



@media (max-width: 1700px) {
  .gl-block1gb1__img,
  .pomid {
    opacity: 0.2;
  }
  .goroh,
  .gorohl {
    opacity: 0.5;
  }
  .wrap-top-img .top-img img {
    height: inherit;
  }
}
@media (max-width: 1600px) {
  .ob-sv .btn-main-icon {
    font-size: 20px;
  }
}
@media (max-width: 1200px) {
  .pomid {
    display: none;
  }
  .wrap-top-img .top-img img {
    height: 380px;
  }
.conection__item_r{
    flex-direction: column;
    align-items: center;
    background-image:none;
}
.form1{
  flex-direction:column;
}
  .goroh,
  .gorohl {
    display: none;
  }

  .pomid {
    opacity: 0.2;
  }
  .menu-block.white .logo-gl img {
    width: 170px;
    left: -16px;
  }
  .logo-gl {
    width: 110px;
  }
  .back-str{
    height:114px;
  }
  .back-str::after{
      background-size: cover;
  }
  .menu-block.white .nav {
    position: relative;
  }
}
@media (max-width: 992px) {
  .mobi992hi {
    display: none;
  }
    .conection {
    grid-template-columns: 1fr;
  }
  .menu-block-mobi {
    display: block;
  }
  .top-block-pos {
    padding: 0px 0;
  }
  .bkg-gl {
    background-size: cover;
  }
  .menu-block.white .nav {
    border: 0;
  }
  .logo-gl-992 {
    display: block;
    position: absolute;
    top: -63px;
  }
  .logo-gl {
    display: none;
  }
  .menu-block.white {
    display: none;
  }
  .pfn {
    display: none;
  }
  .menu,
  .header-contact {
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 15px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .header-contact li {
    margin-bottom: 15px;
  }
}
@media (max-width: 900px) {
  .gl-block2 {
    grid-template-columns: 1fr;
  }
  .gl-block2 .gl-block2-bl1 {
    text-align: center;
  }
  .gl-block2 .gl-block2-bl2 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 768px) {
  .top-block-pos {
    margin: 0;
  }
  .gl-block1gb1__img,
  .gl-block1gb1__img {
    display: none;
  }
  .gl-block1__item {
    padding: 1px 0 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .block-4conect {
    grid-template-columns: repeat(2, 1fr);
  }
  .gl-block3 {
    grid-template-columns: 1fr;
  }
  .gl-block3-1 {
    text-align: center;
  }
  .gl-block3-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .conection__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .karta-open{
    order:1;
  }

}
@media (max-width: 650px) {
  .form1 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .form1-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  .form-block input {
    max-width: 100%;
    width: 100%;
  }
  .form-block__item {
    width: 100%;
  }
  .ob-sv {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .conection__item_r {
    padding: 37px 16px 45px;
  }
}
@media (max-width: 576px) {
  .top-block-pos {
    padding: 36px 0 30px;
  }
  .top-block {
    padding: 0 16px;
  }
}
@media (max-width: 500px) {
  .top-block a {
    display: block;
    margin-bottom: 20px;
    width: 187px !important;
  }
  .top-block .btn-main-icon::after {
    right: 15px;
  }
}
p {
  line-height: 134%;
}

.pos-rel {
  position: relative;
}

.wrap-top-img {
  position: relative;
}
.wrap-top-img .top-img__title {
  color: #fff;
  font-family: El Messiri;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 0 329px;
}

@media (max-width: 992px) {
    .wrap-top-img .top-img__title{
      text-align:center;
      margin:0;
    }
}

.wrap-top-img .top-img__title h1 {
  color: #fff;
}
@media (max-width: 1600px) {
  .wrap-top-img .top-img__title {
    font-size: calc(30px + 25 * (100vw - 320px) / 1600);
  }
}
@media (max-width: 768px) {
  .wrap-top-img .top-img__title {
   line-height: 1.2;
  }
}

@media (min-width: 1600px) {
  .wrap-top-img .top-img__title {
    font-size: 55px;
  }
}
.wrap-top-img .posr {
  position: absolute;
  bottom:auto;
  top:227px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.wrap-top-bb .posr{
    position: absolute;
    bottom: auto;
    top: 123px;
    left: 50%;
    transform: translateX(-50%);
}
.wrap-top-bb .posr h1{
    color: #fff;
    margin: 0 0 0 331px;
    width: calc(100% - 331px);
    line-height: 1;
}

@media (max-width: 1200px) {
  .wrap-top-bb .posr{
  position: static;
  bottom:auto;
  top:200px;
  left: 0%;
  -webkit-transform: translate(-0%, -0%);
      -ms-transform: translate(-0%, -0%);
          transform: translate(-0%, -0%);
          margin:0 0 0 0px;
}
  .wrap-top-bb .posr h1{
    color:var(--color-a);
        margin: 0 0 20px 0 ;
    width: calc(100% );

  }
}

@media (max-width: 992px) {
.wrap-top-img .posr {
  position: absolute;
  bottom:auto;
  top:156px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
}

.top-img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
}
.top-img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% - 3px);
  /*background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.56)), to(rgba(0, 0, 0, 0.26)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.56) 0%, rgba(0, 0, 0, 0.26) 100%);*/
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.1)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.1) 100%);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.top-img img {
  width: 100%;
  height: 682px;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-img video {
  width: 100%;
  min-height: 265px;
  max-height: 682px;
  height:auto;
  -o-object-fit: cover;
     object-fit: cover;
}



footer {
  background: #eaebed;
  width: 100%;
  padding: 16px 0;
  background: url(../img/foot.jpg);
  background-size: cover;
}

.foot-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}

.copuring {
  font-size: 12px;
  font-weight: 400;
  line-height: 180%;
  color: var(--color-a);
  max-width: 350px;
}

/****************************************************/
/****АККОРДИОН* */
.block-h2 {
  margin-bottom: 42px;
}

.accordion {
  width: 100%;
  margin: 0 auto 70px;
}
.accordion .info__title {
  color: var(--color-a);
  font-size: 20px;
  font-weight: 900;
}

.accordion .accordion_item {
  position: relative;
  margin-bottom: 15px;
  padding: 20px 34px;
  background: var(--color-c);
}

.accordion .title_block {
  position: relative;
  line-height: 120%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--color-a);
  border-radius: 10px;
  font-weight: 900;
  padding: 0px 70px 0px 0px;
}
@media (max-width: 1600px) {
  .accordion .title_block {
    font-size: calc(16px + 4 * (100vw - 320px) / 1600);
  }
}
@media (min-width: 1600px) {
  .accordion .title_block {
    font-size: 20px;
  }
}

.accordion .title_block:after {
  content: "";
  background: url(../img/icon/plus.svg);
  position: absolute;
  right: -14px;
  top: 50%;
  width: 30px;
  height: 29px;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.accordion .active_line .title_block::after {
  background: url(../img/icon/minus2.svg) center no-repeat;
  width: 30px;
  height: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.accordion .info {
  display: none;
  padding: 0px 24px;
  margin: 0px -23px;
  overflow: hidden;
}
.accordion .info p {
  margin: 10px 0;
}

/**  развернуть все */
.open-ac-all {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 53px;
  width: 190px;
}

.open-ac-all:after {
  content: "+";
  background: url(../img/ico/plus.svg);
  position: absolute;
  right: 22px;
  top: 7px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.open-ac-all::before {
  content: "Развернуть всё";
  position: absolute;
  right: 82px;
  top: 1px;
  font-size: 12px;
  color: #e11e23;
  line-height: 54px;
  font-weight: bold;
}

.open-ac-all.active::after {
  background: url(../img/ico/minus.svg);
}

.open-ac-all.active::before {
  content: "Свернуть всё";
}

.block-burger {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin: 0 0 20px;
}
.block-burger__title {
  color: #5b2d87;
  font-size: 20px;
  font-weight: 900;
}

.mobi-menu-left {
  display: none;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.mobi-menu-left img {
  width: 40px;
}

/******/
/*********************/
body.lock {
  overflow: hidden;
}

.popup {
  position: fixed;
  background: rgba(27, 27, 27, 0.4);
  -webkit-backdrop-filter: blur(2.5px);
  backdrop-filter: blur(2.5px);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

.body-lock {
  position: fixed;
  background: rgba(27, 27, 27, 0.2);
  -webkit-backdrop-filter: blur(2.5px);
  backdrop-filter: blur(2.5px);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 1;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

.popup.open {
  opacity: 1;
  visibility: visible;
}

.popup.open .popup__content {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.popup__body {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 15px;
}

.popup__content {
  -webkit-transform: translate(0px, -100%);
  -ms-transform: translate(0px, -100%);
  transform: translate(0px, -100%);
  -webkit-transition: 0.7s all;
  transition: 0.7s all;
  opacity: 0;
}

/***/
.kontact {
  color: #232323;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  padding: 7% 16px 7% 57px;
}
.kontact__title {
  color: #5b2d87;
  font-weight: 900;
  margin-bottom: 7px;
}
@media (max-width: 1600px) {
  .kontact__title {
    font-size: calc(16px + 4 * (100vw - 320px) / 1600);
  }
}
@media (min-width: 1600px) {
  .kontact__title {
    font-size: 20px;
  }
}
.kontact__p {
  max-width: 312px;
}
@media (max-width: 1600px) {
  .kontact__p {
    font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  }
}
@media (min-width: 1600px) {
  .kontact__p {
    font-size: 16px;
  }
}

.kontact-blg {
  background: var(--color-c);
}

.kontact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
}

.karta-full iframe {
  min-height: 725px;
}

.nomb {
  margin-bottom: 0;
}

/**test**/
header {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 100;
  background: #fff;
  -webkit-box-shadow: 1px 1px 4px #ccc;
          box-shadow: 1px 1px 4px #ccc;
}

.wrap-top-img {
  position: relative;
  top: 72px;
  width: 100%;
}

.mt650 {
  background: #fff;
  position: relative;
  /*padding-top: 30px;*/
}
.header-gl {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.header-gl a {
  color: #fff;
}
.header-gl .header-contact li a {
  color: #fff;
}
.header-gl .header-contact li a:hover {
  color: var(--color-green);
}
.header-gl .menu-block-menu.mt-86 {
  margin-top: -65px;
}

.gl-top-block-pos {
  padding-bottom: 0;
  margin-bottom: 0;
}

.gl-hi {
  top: 0;
}

.l-gl-hi {
  width: 0;
  height: 0;
  overflow: hidden;
}

.vetki {
  position: absolute;
  right: 0;
  margin-top: -124px;
  z-index: 0;
  opacity: 0.9;
}

.gl-hi .header-contact .pfn img,
.gl-hi .header-contact img {
  -webkit-filter: invert(1);
          filter: invert(1);
  /* or to blue */
  -webkit-filter: invert(12) sepia(30) saturate(2) hue-rotate(17deg);
          filter: invert(12) sepia(30) saturate(2) hue-rotate(17deg);
}

@media (min-width: 1920px) {
  .top-img img {
    height: 100%;
  }
}
@media (max-width: 1700px) {
  .pomid {
    opacity: 0.3;
  }
  .vetki {
    opacity: 0.3;
  }
  .gl-block1-all {
    grid-template-columns: 1.5fr 1fr;
  }
  .gl-block1gb1__img img {
    opacity: 0.8;
  }
}
@media (max-width: 1300px) {
  .advant-img {
    display: none;
  }
  .gl-block1gb1__img {
    max-width: 70%;
    top: -25px;
  }
  .gl-block1gb1__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    opacity: 0.6;
  }
  .gl-block1-all {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 1280px) {
  .prod-slider .swiper-button-prev,
  .prod-slider .swiper-button-next {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 14.3%;
    z-index: 100;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
  }
  .prod-slider .swiper-button-prev {
    left: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .prod-slider .swiper-button-prev img {
    width: 60px;
    margin-right: -14%;
  }
  .prod-slider .swiper-button-next {
    right: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .prod-slider .swiper-button-next img {
    width: 60px;
    margin-left: -14%;
  }
  .tehno-sl__img {
    width: 100%;
    height: 321px;
  }
  .tehno-sl-block1{
    height: 321px;
  }

  .tehno-sl-block1 {
    padding: 20px;
  }
}
@media (max-width: 1200px) {
  .kontact {
    gap: 15px;
  }
  .karta-mini iframe {
   /* min-height: 403px;*/
  }
  .header-gl .menu-block-menu.mt-86 {
    margin-top: -25px;
  }
}
@media (max-width: 992px) {
  .wrap-top-img .posr {
    -webkit-transform: translate(-50%, -63%);
        -ms-transform: translate(-50%, -63%);
            transform: translate(-50%, -63%);
  }
  .header-gl {
    background: #fff;
  }
  .header-gl a {
    color: var(--color-a);
  }
  .header-gl .header-contact li a {
    color: var(--color-a);
  }
  .bkg-advant {
    padding: 20px 0;
  }
  .advant-all {
    grid-template-columns: repeat(2, 1fr);
    gap: 37px;
  }
  .advant-all .advant-item {
    padding: 0;
  }
  .tehno-sl__img {
    width: 100%;
    height: 290px;
  }
  .tehno-sl-block1{
    height: 290px;
  }
  .advant-img {
    display: none;
  }
  .bkg-advant {
    background-size: cover;
  }
  .breadcrumb {
    margin: 6px 0 20px;
  }
  .missin-production {
    margin: 0 0 30px 0;
  }
  .item-asort {
    grid-template-columns: 230px 1fr;
    gap: 20px;
  }
  .menu-asort li a {
    line-height: 100%;
    letter-spacing: -0.5px;
  }
  .back-str {
    height: 58px;
  }
  .list-asort {
    grid-template-columns: repeat(2, 1fr);
  }
  .karta-full iframe {
    min-height: 500px;
  }
  .wrap-top-img {
    top: 59px;
  }
}
@media (max-width: 900px) {
  .gl-block1gb1__img {
    max-width: 75%;
    top: 0;
  }
}
@media (max-width: 768px) {
  .gl-block1__item {
    padding: 0 16px 40px;
  }
  .vetki {
    display: none;
  }
  .kontact {
    padding: 30px 16px;
  }
  .prod-slider .swiper-button-prev,
  .prod-slider .swiper-button-next {
    width: 0;
    background: rgba(255, 255, 255, 0.1);
  }
  .prod-slider .swiper-button-next img {
    width: 30px;
    margin-left: 10%;
    display: none;
  }
  .prod-slider .swiper-button-prev img {
    width: 30px;
    margin-right: 10%;
    display: none;
  }
  .block-burger,
  .mobi-menu-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .item-asort {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .asort-menu {
    position: fixed;
    z-index: 10;
    background: #fff;
    height: 100vh;
    -webkit-box-shadow: 1px 0 10px #ccc;
    box-shadow: 1px 0 10px #ccc;
    padding: 20px;
    left: -240%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    top: 0;
    height: 100vh;
    overflow: scroll;
  }
  .asort-menu.active {
    left: 0;
    top: 60px;
  }
  .list-asort {
    gap: 20px;
  }
  .gl-block1-all {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
@media (max-width: 576px) {
  .gl-hi .top-img {
    height: 322px;
  }
  .wrap-top-img .top-img img {
    height: 276px;
  }
  .karta-full iframe {
    min-height: 400px;
  }
  .kontact-item {
    gap: 20px;
  }
  .accordion .accordion_item {
    margin-bottom: 15px;
    padding: 15px 29px 15px 20px;
    background: var(--color-c);
  }
  .tehno-sl {
    grid-template-columns: 1fr;
  }
  .trail-block {
    grid-template-columns: 1fr;
  }
  .tehno-sl__img {
    width: 100%;
    height: 197px;
  }
  .missin-production {
    grid-template-columns: 1fr;
  }
  .list-asort {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .asort-item__text {
    font-size: 13px;
    letter-spacing: -0.5px;
    /*padding: 10px;*/
  }
}
@media (max-width: 383px) {
  .list-asort {
    grid-template-columns: repeat(1, 1fr);
  }
}
/********test**********/
.grid5 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 5rem;
  gap: 1rem;
  border-left: 1px solid red;
  overflow: hidden;
}
.grid5__text {
  -webkit-transform: skewX(-30deg);
      -ms-transform: skewX(-30deg);
          transform: skewX(-30deg);
}

.grid5-it {
  position: relative;
  margin-left: -5px;
}

.grid5-it2 {
  border: 1px solid #777;
  -webkit-transform: skewX(30deg);
      -ms-transform: skewX(30deg);
          transform: skewX(30deg);
  padding: 2rem 1rem 2rem 5rem;
  z-index: 10;
  width: 100%;
  height: 150px;
}

.modern-page-navigation_.p-num{
  display: flex;
  flex-wrap: wrap;
  gap:7px;
}
.pagination{
   a{
      width: 32px;
      height: 32px;
      display: flex;
      justify-content: center;
      align-items: center;    
      padding: 7px;
      color:#6813b3;
      border: 1px solid #eee;

   }
   a:hover{
     background: #eee;
   }
   span{
      width: 32px;
      height: 32px;
      display: flex;
      justify-content: center;
      align-items: center; 
     padding: 7px;
     color:#000;
     background: #eee;
      border: 1px solid #eee;
   }
}

.asort-item__text .ass-a{
   min-height: 125px;
}

.x100vhx{
  height: 55vh;
}
.error{
  text-align: left;
  color:red;
  display: none;
}
.ob-sv .error{
  position: absolute;
}

/*********/

.history {
  position: relative;
  margin:40px 0 76px;
  margin-left: 20%;
  display:flex;
  width:calc(100% - 20%);
  overflow:hidden;
  
}
.history-line {
    height: 3px;
    width: 100%;
    background: #76B838;
    position: absolute;
    top: 50%;
    left: 58px;
    transform: translateY(-80%);
    opacity:0;
    transition: opacity 0.5s ease;
}
.h-block-v {
  display: flex;  
  align-items: center;
  gap:30px;
  width:237px;
  opacity:0;
}
.h-block-v.active{opacity:1;transition: opacity 0.9s ease;}
.history-line.active{opacity:1;transition: opacity 0.9s ease;}

.hbv .circ {
  padding:54px 0 0 0;
  position: relative;
}
.hbn .circ {
  padding:0 0 54px 0 ;
  position: relative;
  margin-left: calc(237px / 2);
}
.circ-block {
  display: flex;
  align-items:center;
  justify-content:center;
  width: 60px;
  height: 60px;
  border-radius:50%;
  background:#76B838;
  position: absolute; 
  
}
.hbv .circ-block{top: 0;left: 0;}
.hbn .circ-block{bottom: 0; left: 0;}
.ci {
  /*height: 128px;  
  width: 32px;*/  
}
.hbv .vr{
  position: relative;
  left:30px;
  top:4px;      
}
.hbn .vr{
  position: relative;
  left:30px;
  bottom:2px;     
}

.h-block-t {
}
.h-title {
  font-weight: 900;
  font-size: 26px;
  text-transform: lowercase;
  color: #5b2d87;
}
.h-text {
  font-weight: 400;
  font-size: 19px;
  line-height: 1.21053;
  color: #5b2d87;
}

@media(max-width:1460px) {
  .history{
    margin-left: 16px;
    width:calc(100% - 16px);
  }
}

@media(max-width:1228px) {
  .hbn .circ{margin-left: calc(237px / 4);}
  .h-title{font-size: 18px;}
  .hbv .h-text{font-size: 13px; overflow-wrap: anywhere; }
  .h-text{font-size: 13px; overflow-wrap: anywhere;}
  .h-block-v{width: 100%;}
  .history-sc{max-width:calc(100% / 5)}
  .h-block-v.hbn{
    width: 116%;
  }
}
/*@media(max-width:768px) {

  .h-text{
    display: none;
  }
}*/
@media(max-width:950px) {
  .vr,
  .history-line{display: none;}
  .history-sc{
    max-width: 100%;
  }
    .history{
      display: block;
      height:initial;
      position: relative;
    }
  .h-text{
    display: block;
  }
  .circ-block{position: relative;}
  .hbv .circ,
  .hbn .circ{padding: 0;}
  .hbn .circ {
        margin-left: 0;
    }
    .h-block-v{
      margin-bottom: 16px;
    }
    .hbv .h-text,
    .hbn .h-text{
      font-size: 16px;
    }
    .h-title {
        font-size: 20px;
    }
}

/**********/
  .new-two-news{
       background: var(--color-c);
       padding: 20px 34px;
  }
  .new-two-news h1{
    color: #5b2d87;
      font-size: 20px;
      font-weight: 900;
      font-family: "Mulish", sans-serif;
      padding-bottom: 0;
      margin-bottom: 5px;

  }
  .new-two-news .news-date-time{
    font-weight: 700;
    font-size: 18px;
    color: #232323;
    margin-bottom: 16px;
    display: block;
  }
  .data-ns{
      padding: 5px 0;
      font-size: 0.9rem;
      opacity: 0.6;
      font-weight: 600;
  }
  .new-two-news .new-img{
    margin-bottom: 2rem;
  }

/***/

.news-block-2{
    display: grid;
    grid-template-columns:1fr 1fr;
    gap:50px;
}
@media(max-width:768px){
.news-block-2{
    grid-template-columns:1fr ;
}
}
.col-new-2{
    width:100%;
}
.news-item{
     width:100%;
}
.news-item__img img{
   width:100%;
   margin-bottom: 2rem;
}
.news-item__titl{
  min-height: 40px;
  a{font-weight: 700;color:var(--color-a);}
}
.news-item__dt{
    margin-bottom: 1rem;
} 

.news-item__dalee{
    padding: 1rem 0;
    color:var(--color-a);
    font-weight: 700;
}
.bkrd{
    width:100%;
    height:249px;
    a{
        width: 100%;
        height: 100%;
        display: block;
     }   
     img{
        height: 100%;
        width:100%;
        object-fit:cover;
     } 
}

@media (min-width: 2130px) {
  .bkg-karta {
    background: #fff center no-repeat;
    background-image: url(/local/templates/zmz/img/map0.png);
    background-size: 2679px;
    height: 1131px;
  }
  .bl-k {transform: translate(-402%, -185%);}
  .kz-k {transform: translate(-226%, -140%);}
  .rs-k {transform: translate(-111%, -225%);}
  .ar-k {transform: translate(-446%, -78%);text-align: right;}
  .ir-k {transform: translate(-578%, -11%);text-align: right;}
  .uz-k {transform: translate(-168%, -45%);text-align: left;}
  .tg-k {transform: translate(-104%, -66%);text-align: left;}
}
