@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap");
@font-face {
  font-family: "Montserrat";
  src: local("Montserrat"), local("Montserrat-Light"), url("../fonts/Montserrat-Light.woff2") format("woff2"), url("../fonts/Montserrat-Light.woff") format("woff"), url("../fonts/Montserrat-Light.ttf") format("truetype"), url("../fonts/Montserrat-Light.eot?#iefix") format("embedded-opentype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: "Montserrat";
  src: local("Montserrat"), local("Montserrat-Regular"), url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular.ttf") format("truetype"), url("../fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "Montserrat";
  src: local("Montserrat"), local("Montserrat-Medium"), url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff"), url("../fonts/Montserrat-Medium.ttf") format("truetype"), url("../fonts/Montserrat-Medium.eot?#iefix") format("embedded-opentype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: "Montserrat";
  src: local("Montserrat"), local("Montserrat-SemiBold"), url("/local/templates/main/fonts/Montserrat-SemiBold.woff2") format("woff2"), url("/local/templates/main/fonts/Montserrat-SemiBold.woff") format("woff"), url("/local/templates/main/fonts/Montserrat-SemiBold.ttf") format("truetype"), url("/local/templates/main/fonts/Montserrat-SemiBold.eot?#iefix") format("embedded-opentype");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: "Montserrat";
  src: local("Montserrat-Bold"), local("Montserrat-Bold"), url("/local/templates/main/fonts/Montserrat-Bold.woff2") format("woff2"), url("/local/templates/main/fonts/Montserrat-Bold.woff") format("woff"), url("/local/templates/main/fonts/Montserrat-Bold.ttf") format("truetype"), url("/local/templates/main/fonts/Montserrat-Bold.eot?#iefix") format("embedded-opentype");
  font-weight: 700;
  font-style: normal; }

* {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  height: 100%; }

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
  background-color: #255994; }
body.hidden .content_projects,
body.hide .content_projects{
  z-index: 1;
}

header {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.logo_breadcrumb{
    display: none;
}
.content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  width: 100%;
  height: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }

footer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.section .fp-tableCell {
  display: block !important; }

.bx-retina .Macintosh.yandex.chrome .catalog-modal{
  background-color: #405878;
}
.bx-retina .Macintosh.chrome .catalog-modal,
.bx-retina .Macintosh.opera .catalog-modal {
  background-color: #466385 !important; }

.Windows.yandex .catalog-modal{
  background-color: #445b7b !important;
}
.Windows.chrome .catalog-modal{
    background-color: #44587b;
}
body.hide {
  overflow: hidden; }

.header {
  display: block;
  padding: 30px 33px 0 12.3%;
  z-index: 2; }

.header__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.fp-enabled .header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1; }

.header::before {
  content: "";
  background-image: -webkit-gradient(linear, left top, left bottom, from(#113865), to(rgba(17, 57, 103, 0)));
  background-image: -o-linear-gradient(top, #113865, rgba(17, 57, 103, 0));
  background-image: linear-gradient(to bottom, #113865, rgba(17, 57, 103, 0));
  height: 156px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }

.header.bg_height::before {
  height: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }

.header__logo {
  position: absolute;
  left: 33px;
  width: 95px;
  height: 39px; }

.header__logo img {
  width: 100%; }

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 65%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content; }

.nav__item {
  display: block;
  font-size: 17px;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  color: #fff;
  text-decoration: none;
  padding: 8px 0;
  margin-right: 46px;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.nav__item:hover,
.header-phone__link:hover {
  opacity: 0.7;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.header-btn {
  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;
  width: 142px;
  height: 33px;
  border: solid 1px #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.29;
  text-align: center;
  color: #fff;
  margin-top: 4px;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  cursor: pointer; }

.header-btn:hover {
  background-color: #205897;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s; }

.header-phone {
  display: block;
  margin-left: auto; }

.header-phone__link {
  display: block;
  font-size: 24px;
  font-weight: normal;
  line-height: normal;
  color: #fff;
  text-decoration: none;
  padding-top: 6px;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.btn__phone-modal {
  text-align: right;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  color: #fff;
  border-bottom: 1px dashed #fff;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer; }

.dropdown-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  position: relative; }

.dropdown-btn:hover {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.dropdown-btn:hover span,
.dropdown-btn:hover svg {
  opacity: 0.7;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.dropdown-btn svg {
  margin-left: 5px;
  margin-top: 5px; }

.btn__phone-modal:hover {
  border: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-box-shadow: 0 25px 23px 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 25px 23px 10px rgba(0, 0, 0, 0.4);
  padding: 9px 7px;
  background-color: #205897;
  border-radius: 5px; }

.dropdown-btn:hover .dropdown {
  display: block; }

.dropdown__item {
  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;
  width: 200px;
  height: 55px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
  font-size: 17px;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  color: #fff;
  text-decoration: none; }

.dropdown__item:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #134c8b; }

.btn-catalog {
  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: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: fixed;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-right: 33px;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 1; }

.btn-catalog:hover {
  opacity: 0.7;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.btn-catalog span {
  display: block;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  color: #fff;
  margin-bottom: 20px; }

.header-phone img {
  display: none; }

.title__block {
  display: block;
  margin-top: 66px; }

.slash.none {
  display: none; }

.breadcrumb__link.none {
  display: none; }

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 21px;
  flex-flow: row wrap;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.breadcrumb::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}
.title-main {
  display: block;
  font-size: 42px;
  font-weight: 500;
  line-height: normal;
  color: #fff;
  margin-top: 21px;
  margin-bottom: 0;
  max-width: 645px; }

.breadcrumb__link {
  display: block;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.64;
  color: #fff;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  white-space: nowrap;
}

.breadcrumb__link:hover {
  opacity: 0.7;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s; }

span.breadcrumb__link:hover {
  opacity: 1; }

.slash {
  display: block;
  font-size: 14px;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.64;
  color: #fff; }

.btn-border {
  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;
  height: 45px;
  padding: 10px 28px 10px 28px;
  border: solid 1px #fff;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.29;
  border-radius: 3px;
  color: #fff;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  text-decoration: none; }

.btn-border:hover {
  background-color: #1c497c;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s; }

.title-home__block .btn-border {
  margin-top: 40px; }

.title-home {
  display: block;
  font-size: 42px;
  font-weight: 500;
  line-height: normal;
  color: #fff;
  width: 340px;
  margin: 0; }

.customers {
  display: block;
  margin-top: auto;
  z-index: 2; }

.customers__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  max-width: 1322px; }

.customers__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 70px;
  padding-top: 15px;
  text-decoration: none;
}

.customers__item:first-child {
  padding-top: 0; }

.title-sm {
  display: block;
  font-size: 22px;
  font-weight: 500;
  line-height: normal;
  color: #fff; }

.main-screen {
  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: 146px 0 60px;
  position: relative; }

.main-screen__img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 83.7vw;
  height: 85.7vh;
  max-width: 1450px; }

.main-screen__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

.moveDown {
  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;
  position: absolute;
  right: 25px;
  bottom: 50px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.moveDown.none {
  -webkit-transform: translate(100px, -100px);
  -ms-transform: translate(100px, -100px);
  transform: translate(100px, -100px);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.section-slider {
  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: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 100%;
  width: 100%;
  position: relative; }

.slider__header {
  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;
  margin-bottom: 33px; }

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

.title-md {
  display: block;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.17;
  color: #fff; }

.slider-arrow {
  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;
  width: 50px;
  height: 50px;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.slider-arrow:hover {
  opacity: 0.7;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.slider-counter {
  font-size: 18px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 8px;
  color: #fff;
  margin-left: 15px;
  margin-right: 8px; }

.projects__card {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -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;
  height: 357px;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  outline: none;
  position: relative; }
.projects__card:before{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(32, 88, 151, 0.7);
  z-index: 1;
}
.slider-projects__bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  overflow: hidden; }

.slider-projects__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.projects__card:hover .slider-projects__bg img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.projects__card-text {
  display: block;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.32;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  z-index: 2;
}

.projects__card .projects__card-text {
  width: 220px; }

.projects__card-logo {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 2;
}

.projects__card-logo img {
  height: 0; }

.projects__card:hover .projects__card-logo {
  margin-bottom: 50px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.projects__card:hover .projects__card-logo img {
  height: auto;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.customers__row.down {
  -webkit-transform: translate(0, 250px);
  -ms-transform: translate(0, 250px);
  transform: translate(0, 250px);
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s; }

.map-section {
  display: block;
  height: 100%;
  width: 100%;
  position: relative; }

.text {
  font-size: 15px;
  font-weight: normal;
  line-height: 1.67;
  letter-spacing: normal;
  color: #fff; }

.map-section .text {
  position: absolute;
  left: 0;
  bottom: 0;
  padding-right: 21%;
  padding-bottom: 70px; }

.desc-home .block-img .cis1 {
  width: 76vw;
  margin-top: -14%;
}

.desc-home {
  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;
  padding-top: 148px;
  padding-bottom: 50px;
  width: 100%;
  height: 100%; }

.desc-home .block-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1700px; }

.text-xl {
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.56;
  letter-spacing: normal;
  color: #fff; }

.desc-home .text-xl {
  margin-right: 34px;
  width: 325px;
  min-width: 325px;
  position: relative; }

.desc-home .text {
  max-width: 575px; }

.desc-home .block-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: -1; }

.map-home {
  position: relative;
  overflow: hidden; }

.cloud-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(100%, -50%);
  -ms-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
  width: 100%;
  height: 324px;
  -webkit-animation: animCloud 250s infinite alternate;
  animation: animCloud 250s infinite alternate; }

@-webkit-keyframes animCloud {
  0% {
    -webkit-transform: translate(100%, -50%);
    transform: translate(100%, -50%); }
  100% {
    -webkit-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%); } }

@keyframes animCloud {
  0% {
    -webkit-transform: translate(100%, -50%);
    transform: translate(100%, -50%); }
  100% {
    -webkit-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%); } }

.desc-home .pointer {
  position: absolute;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  left: 13%;
  height: 76px;
  top: 32px; }

.desc-home .text-xl::before {
  content: url(/local/templates/main/img/icon-desc-home.svg);
  position: absolute;
  top: 0;
  left: -60px; }

.desc-home2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  padding: 110px 12.3% 50px 9%;
  -webkit-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s; }

.desc-home2.animation {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s; }

.desc-home2 .pointer {
  position: absolute;
  top: 16%;
  right: -12%; }

.desc-home2 .block-img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 35vw;
  height: 80vh; }

.desc-home2 .block-img .cis1 {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

.desc-home2 .block-text {
  width: 420px;
  padding-top: 39px; }

.desc-home2 .block-text .text-xl {
  display: block;
  margin-bottom: 32px;
  position: relative; }

.desc-home2 .block-text .text-xl::before {
  content: url(/local/templates/main/img/icon-desc-home2.svg);
  position: absolute;
  left: -70px;
  top: 0; }

.desc-home__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 50px;
  padding-right: 9%; }

.desc-home3 {
  display: block;
  height: 100%;
  padding-top: 138px;
  padding-bottom: 30px;
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s; }

.desc-home3.animation {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s; }

.desc-home3 .block-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.desc-home3 .title-md {
  margin-right: 50px;
  position: relative; }

.desc-home3 .text {
  max-width: 755px; }

.desc-home3 a.text {
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.desc-home3 a.text:hover {
  opacity: 0.7;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.desc-home__box {
  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; }

.desc-home__box:nth-child(1) .text {
  padding-left: 34.5%;
  width: 420px; }

.desc-home__box:nth-child(1) img {
  width: 35vw;
  max-width: 470px; }

.desc-home__box:nth-child(2) img {
  width: 30vw;
  max-width: 425px; }

.desc-home__box:nth-child(2) .text {
  padding-left: 35px;
  width: 300px; }

.desc-home__box:nth-child(3) img {
  width: 21vw;
  margin-top: -14px;
  max-width: 330px; }

.desc-home__box:nth-child(3) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap; }

.desc-home__box:nth-child(3) .text {
  width: 125px;
  margin-right: -34px;
  z-index: 1;
  text-align: right; }

.section__advantage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding-left: 12.3%;
  -webkit-transform: translate(50%, 0);
  -ms-transform: translate(50%, 0);
  transform: translate(50%, 0);
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s; }

.section__advantage.animation {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s; }

.advantage__slider {
  width: 53.5vw !important;
  height: 100vh !important; }

.advantage__slider .slick-list,
.advantage__slider .slick-track {
  height: 100vh !important; }

.advantage__slider-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.advantage__text {
  display: block;
  padding-top: 148px;
  padding-right: 75px; }

.advantage__text .text-xl {
  margin-bottom: 35px;
  max-width: 365px;
  position: relative; }

.advantage__text .text-xl::before {
  content: url(/local/templates/main/img/icon-desc-home3.svg);
  position: absolute;
  left: -70px;
  top: 0; }

.advantage__text .slider-controls {
  margin-top: 33px; }

.advantage__text .text {
  display: block;
  max-width: 415px; }

.section-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  background: #1c4f89; }

#fullpage .section-form {
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background: none; }

#fullpage .section-form.animation {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s; }

.form-bg {
  height: 100vh;
  width: 46.5vw;
  min-width: 46.5vw; }

.form-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.form {
  display: block;
  width: 400px; }

.label {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 20px; }

.input,
.textarea {
  display: block;
  width: 100%;
  height: 35px;
  border: none;
  background: #ffffff00;
  outline: none;
  border-bottom: 2px solid rgba(255, 255, 255, 0.4);
  font-size: 18px;
  font-weight: normal;
  line-height: 1.22;
  color: #fff;
  padding-right: 50px; }

.textarea::-webkit-scrollbar {
  width: 0px;
  background: transparent; }

.textarea {
  -ms-overflow-style: none; }

.label-textarea {
  display: block;
  position: relative; }

.placeholder-input {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 18px;
  font-weight: normal;
  line-height: 1.22;
  color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.clear-input {
  display: none;
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.clear-input:hover {
  opacity: 0.7;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.form .btn-border {
  background: none;
  padding-left: 33px;
  padding-right: 33px; }

.is-active ~ .clear-input {
  display: block; }

.textarea {
  resize: vertical;
  min-height: 35px;
  padding-top: 5px; }

.is-active ~ .placeholder-input {
  top: -15%;
  font-size: 12px;
  line-height: 1.83;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.label-textarea .placeholder-input {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  top: 7px; }

.label-textarea .is-active ~ .placeholder-input {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  top: -18px; }

.label-textarea .clear-input {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  top: 10px; }

.btn-form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-top: 26px; }

.check-data {
  display: none; }

.checkbox-data {
  display: block;
  width: 16px;
  height: 16px;
  min-width: 16px;
  border-radius: 2px;
  border: solid 1px rgba(255, 255, 255, 0.5);
  position: relative;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  margin-right: 10px;
  cursor: pointer;
}

.check-data:checked ~ .checkbox-data::before {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.checkbox-data::before {
  content: '';
  background: url("/local/templates/main/img/check.svg") no-repeat;
  width: 12px;
  height: 9px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.data-span {
  display: block; }

.chek__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 45px;
  position: relative; }

.parsley-error .checkbox-data {
  border: solid 1px #ea1414;
  background-color: #f4c2c2;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.form-wrapper {
  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;
  padding-top: 50px;
  padding-left: 93px; }

.form-wrapper .text-xl {
  width: 436px;
  margin-bottom: 26px; }

.link-payment {
  font-size: 15px;
  font-weight: normal;
  line-height: 1.67;
  letter-spacing: normal;
  color: #fff; }

.link-payment:hover {
  text-decoration: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.form-wrapper .text {
  display: block;
  margin-bottom: 32px; }

.data-span,
.data-span__link {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.data-span__link {
  text-decoration: underline;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.data-span__link:hover {
  text-decoration: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.parsley-errors-list {
  position: absolute;
  list-style: none;
  font-size: 12px;
  line-height: 1.83;
  color: red;
  right: 0;
  top: -18px; }

.chek__label-wrapper {
  position: relative; }

.chek__label.parsley-error ~ .parsley-errors-list {
  top: -25px; }

.modal-block .chek__label-wrapper .parsley-errors-list {
  top: -20px;
  right: inherit;
  left: 0; }

.modal-block .input.parsley-error,
.input.parsley-error {
  border-bottom: solid 1px red; }

.map-markers {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  min-width: 1280px; }

.map-home__img {
  width: 93vw;
  min-width: 1190px;
  margin-top: -150px; }

.map-marker {
  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;
  position: absolute;
  height: 40px;
  width: 40px;
  cursor: pointer; }

.map-info {
  display: none;
  position: absolute;
  height: 26px;
  padding: 1px 9px 1px 9px;
  border-radius: 5px;
  -webkit-box-shadow: 0 7px 14px 0 rgba(22, 74, 133, 0.3);
  box-shadow: 0 7px 14px 0 rgba(22, 74, 133, 0.3);
  background-color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.71;
  color: #606060;
  left: 88%;
  top: 44%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 1;
  white-space: nowrap; }

.map-marker:hover .map-info {
  display: block; }

.map-marker_1 {
  top: 65%;
  left: 46.5%; }

.map-marker_2 {
  top: 77%;
  left: 78%; }

.map-marker_3 {
  top: 45%;
  left: 64%; }

.map-marker_4 {
  top: 55%;
  left: 80%; }

.map-marker_5 {
  top: 74%;
  left: 53%; }

.map-marker_6 {
  top: 77%;
  left: 55.5%; }

.map-marker_7 {
  top: 28%;
  left: 73%; }

.map-marker_8 {
  top: 67%;
  left: 70%; }

.map-marker_9 {
  top: 30%;
  left: 83%; }

.map-marker_10 {
  top: 30%;
  left: 45%; }

.map-marker_11 {
  top: 27%;
  left: 46%; }

.map-marker_12 {
  top: 53%;
  left: 31%; }

.map-marker_13 {
  top: 34%;
  left: 35.5%; }

.map-marker_14 {
  top: 70%;
  left: 45%; }

.map-marker_15 {
  top: 64%;
  left: 42%; }

.map-marker_16 {
  top: 73%;
  left: 40%; }

.map-marker_17 {
  top: 59.5%;
  left: 41.5%; }

.map-marker_18 {
  top: 60%;
  left: 34%; }

.map-marker_19 {
  top: 26%;
  left: 38%; }

.map-marker_20 {
  top: 11%;
  left: 25%; }

.map-marker_21 {
  top: 21%;
  left: 24%; }

.map-marker_22 {
  top: 49%;
  left: 29%; }

.map-marker_23 {
  top: 29%;
  left: 75.5%; }

.chek__label .parsley-errors-list {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  top: -23px; }

.wrapper {
  padding-left: 12.3%;
  padding-right: 12.3%; }

.footer {
  padding-bottom: 76px; }

.footer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.footer__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.footer__contacts-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  font-weight: normal;
  line-height: normal;
  color: #fff;
  text-decoration: none;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  margin-bottom: 12px;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.footer__contacts-link:link {
  color: #fff; }

.footer__contacts-link img {
  margin-right: 12px; }

.footer__contacts-col {
  margin-right: 60px; }

.fp-enabled .footer {
  position: absolute;
  bottom: -100%;
  left: 0;
  right: 0;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s; }

.fp-viewing-footer .footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s; }

.footer__contacts-link.footer__contacts_address {
  width: 230px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.networks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 110px; }

.networks__link {
  display: block;
  margin-right: 14px; }

.footer__link_sol img {
  margin-left: 5px; }

.footer__row:nth-child(2) {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px; }

.footer__link,
.copyright {
  display: block;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  color: #fff;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.footer__link_sol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 50px; }

.footer__row:nth-child(3) {
  margin-top: 22px; }

.footer__row:nth-child(3) .footer__link:nth-child(1) {
  margin-right: 50px; }

.footer__contacts-link:hover,
.footer__link:hover {
  opacity: 0.7;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.footer__contacts_address:hover {
  opacity: 1; }

.modal,
.consent-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  z-index: 700; }
.consent-modal{
  z-index: 750;
}
.overlay,
.overlay-consent {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.83);
  z-index: 1;
  -webkit-animation-name: overlay-hidden;
  animation-name: overlay-hidden;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

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

@keyframes overlay-hidden {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.modal.open .overlay,
.consent-modal.open .overlay-consent {
  -webkit-animation-name: overlay-open;
  animation-name: overlay-open;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

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

@keyframes overlay-open {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.modal-block {
  display: block;
  border: solid 1px #cacaca;
  background-color: #fff;
  z-index: 10;
  position: absolute;
  right: -100%;
  top: 0;
  bottom: 0;
  height: 100vh;
  width: 640px;
  padding: 50px 135px 0 107px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-animation-name: modal-hidden;
  animation-name: modal-hidden;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

@-webkit-keyframes modal-hidden {
  0% {
    right: 0; }
  100% {
    right: -100%; } }

@keyframes modal-hidden {
  0% {
    right: 0; }
  100% {
    right: -100%; } }

.modal.open .modal-block,
.consent-modal.open .modal-block {
  -webkit-animation-name: modal-open;
  animation-name: modal-open;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  right: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }

@-webkit-keyframes modal-open {
  0% {
    right: -100%; }
  100% {
    right: 0; } }

@keyframes modal-open {
  0% {
    right: -100%; }
  100% {
    right: 0; } }

.title-modal {
  display: block;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.35;
  color: #000000;
  margin-bottom: 28px; }

.modal-text {
  display: block;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.56;
  color: #7a7a7a; }

.close-modal,
.close-modal-consent {
  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;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.close-modal:hover,
.close-modal-consent:hover {
  opacity: 0.5;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.modal-block .input {
  height: 48px;
  border-bottom: solid 1px #cacaca;
  font-size: 18px;
  line-height: 1.22;
  color: #000000; }

.modal-block .label {
  margin-bottom: 32px; }

.modal-block .form {
  padding-top: 60px; }

.modal-block .placeholder-input {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: normal;
  color: rgba(0, 0, 0, 0.61); }

.modal-block .is-active ~ .placeholder-input {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.83;
  color: #000000; }

.modal-block .btn-border {
  width: 100%;
  border: solid 1px #000000;
  color: #000000; }
.add-production{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 50px;
  font-weight: normal;
  line-height: 1.29;
  margin-left: 85px;
}
/*.add-production:hover{*/
/*  background: #000;*/
/*  color: #fff;*/
/*  transition: 0.3s;*/
/*}*/
.modal-block .chek__label {
  margin-left: 0;
  margin-top: 20px; }

.modal-block .checkbox-data {
  border: solid 1px rgba(0, 0, 0, 0.5); }

.modal-block .checkbox-data::before {
  background: url(/local/templates/main/img/check-modal.svg) no-repeat; }

.modal-block .check-data:checked ~ .checkbox-data::before {
  opacity: 0.5; }

.modal-block .data-span {
  color: #000000;
  opacity: 0.5; }

.modal-block .data-span__link {
  color: #000000; }

.modal-block .btn-border:hover {
  background: #000;
  color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.modal-block .chek__label .parsley-errors-list {
  right: inherit;
  left: 0;
  top: -19px; }
.modal.modal-thank{
  z-index: 750;
}
.catalog-modal {
  display: none;
  -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;
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  background-color: #41597a;
  z-index: 500;
  -webkit-animation-name: catalogModalHidden;
  animation-name: catalogModalHidden;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  padding: 0 !important; }

.catalog-modal__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  padding-right: 50px; }

@-webkit-keyframes catalogModalHidden {
  0% {
    right: 0; }
  100% {
    right: -100%; } }

@keyframes catalogModalHidden {
  0% {
    right: 0; }
  100% {
    right: -100%; } }

.catalog-modal.open {
  -webkit-animation-name: catalogModalOpen;
  animation-name: catalogModalOpen;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

@-webkit-keyframes catalogModalOpen {
  0% {
    right: -100%; }
  100% {
    right: 0; } }

@keyframes catalogModalOpen {
  0% {
    right: -100%; }
  100% {
    right: 0; } }

.catalog-modal .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.header.index .header__logo,
.header.index .nav,
.header.index .header-btn,
.header.index .header-phone {
  z-index: 600; }

.catalog-img__col:nth-child(1) .catalog-img:nth-child(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -45px; }

.catalog__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 56%;
  margin-left: 17px;
  overflow: auto; }

.catalog-img__col:nth-child(3) .catalog-img:nth-child(1) {
  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;
  height: 250px;
  overflow: hidden;
  width: 200px; }

.catalog-img__col:nth-child(3) {
  padding-top: 50px; }

.catalog__list {
  display: block;
  margin-bottom: 34px; }

.catalog__name {
  display: block;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.27;
  color: #fff;
  margin-bottom: 24px;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.catalog__name:hover {
  opacity: 0.7;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.catalog__item {
  display: block;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.31;
  color: #fff;
  margin-bottom: 17px;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.catalog__item:hover {
  opacity: 0.7;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.catalog__col {
  display: block; }

.catalog-close {
  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;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 10; }

.catalog-close:hover {
  opacity: 0.7;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.catalog-modal .header {
  position: static;
  width: 100%; }

.catalog-modal .header::before {
  display: none; }

.catalog-modal .dropdown {
  background-color: #41597a; }

.catalog-modal .dropdown .dropdown__item:hover {
  background-color: #43556e; }

.catalog__overlay {
  width: 260px;
  height: 260px;
  min-width: 260px; }

.catalog__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.catalog__overlay-item {
  display: none; }

.catalog__overlay-item.active {
  display: block; }

.catalog__col:first-child {
  padding-left: 14px;
  margin-right: 50px; }

.catalog__col:first-child .catalog__overlay {
  margin-right: 20px;
  margin-top: -50px; }

.catalog__col:last-child .catalog__overlay {
  margin-left: -40px;
  z-index: -1;
  margin-top: 50px; }

.catalog__col:last-child {
  width: 48%; }

body.hidden {
  overflow: hidden; }

.modal-services .textarea {
  border-bottom: solid 1px #cacaca;
  margin-bottom: 27px;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.22;
  color: #000000; }

.thank-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: calc(100% - 105px);
  padding-bottom: 80px; }

.consent-modal .modal-text {
  height: calc(100% - 220px);
  padding-right: 10px; }

.btn-consent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px; }

.btn-consent .btn {
  width: 48%; }

.consent-modal .modal-block {
  padding: 50px 70px 0 50px; }

.modal .nicescroll-cursors {
  border-radius: 5px; }

.modal .link {
  color: #7a7a7a;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.modal .link:hover {
  text-decoration: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.consent-text {
  margin-bottom: 15px; }

.consent-list li {
  margin-bottom: 15px;
  margin-left: 25px; }

.politics-modal .modal-block {
  padding-left: 30px;
  padding-right: 30px; }

.title-politics {
  display: block;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.35;
  color: #000000;
  margin-bottom: 10px; }

.politics-modal .modal-text {
  height: calc(100% - 60px);
  padding-bottom: 50px;
  padding-right: 10px; }

.input-hidden {
  display: none; }

.content_modals {
  padding-top: 100px; }

.content_modals button {
  height: 100px;
  margin-bottom: 50px; }

.btn-politics,
.btn-agree {
  cursor: pointer; }

.sort-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.sort__select {
  border-radius: 20px;
  border: solid 1px #fff;
  background-color: #255994;
  width: 440px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  position: absolute;
  left: 0;
  top: 0;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden; }

.sort__select:focus {
  border: solid 1px #fff; }

.sort {
  position: relative;
  margin-right: 27px;
  height: 40px;
  width: 440px;
}

.sort__select.v-select .options {
  position: relative;
  background: #255994; }

.sort__select.v-select .title {
  height: 40px;
  cursor: pointer;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #fff; }

.sort__select.v-select .options span {
  cursor: pointer;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #fff;
  height: auto;
  padding-top: 5px;
  padding-bottom: 5px; }
.sort:nth-child(1) .sort__select.v-select{
  z-index: 4;
}
.sort:nth-child(2) .sort__select.v-select{
  z-index: 3;
}
.sort__select.v-select .options span:first-child {
  border-radius: 0; }

.sort__select.v-select .options span:hover {
  background-color: #00000025; }

.sort__select.v-select .title::after {
  content: url(/local/templates/main/img/arrow-select-white.svg);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.sort__select.v-select .title.active::after {
  -webkit-transform: translate(0, -50%) rotate(180deg);
  -ms-transform: translate(0, -50%) rotate(180deg);
  transform: translate(0, -50%) rotate(180deg);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.sort__select.open {
  height: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
  border: solid 1px #fff;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  z-index: 2; }

.sort__select .list {
  position: static;
  background-color: #255994;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0); }

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #204b7c;
  font-weight: normal; }

.sort__select .option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  color: #fff;
  padding-left: 20px;
  padding-right: 20px; }

.current {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  color: #fff;
  padding-left: 20px;
  padding-right: 20px; }

.nice-select:after {
  border-bottom: 2px solid rgba(255, 255, 255, 0.49);
  border-right: 2px solid rgba(255, 255, 255, 0.49); }

.content_projects {
  margin-top: 32px; }

.nice-select:after {
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  top: 20px; }

.projects-conatiner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-top: 60px;
  margin-bottom: 112px; }

.projects-conatiner .projects__card {
  width: calc(100% / 3); }

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 60px;
  width: 100%; }

.pagination__arrow {
  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;
  width: 11.5%;
  height: 40px;
  border: solid 1px #cacaca;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.pagination__link {
  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;
  width: 11.5%;
  height: 40px;
  border: solid 1px #cacaca;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.22;
  text-align: center;
  color: #cacaca;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.pagination__link:hover,
.pagination__arrow:hover {
  background: #3679c4;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.pagination span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 43px;
  height: 24px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
  color: #fff; }

.pagination__arrow-prev {
  margin-right: 24px; }

.pagination__arrow-next {
  margin-left: 24px; }

.content_projects .section-form {
  margin-bottom: 92px; }

.input-file {
  display: none; }

.label-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 17px; }

.file-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  color: #fff;
  width: 100%;
  padding-right: 30px;
  position: relative;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  cursor: pointer;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.file-name::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}
.attach {
  margin-right: 8px; }

.file-name:hover {
  opacity: 0.7;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.label-file__clear {
  position: absolute;
  right: 0;
  font-size: 40px;
  background: #255994;
  top: -17px; }

.news-conatiner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-top: 50px;
  margin-bottom: 150px; }

.news-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: solid 1px #81a1c4;
  background-color: #1c4f89;
  text-decoration: none;
  min-height: 200px;
  height: 300px;
  width: 100%; }

.news-card__img {
  width: 379px;
  min-width: 379px;
  max-height: 420px;
  height: 100%;
  position: relative;
}

.news-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.news-card__img::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 41px;
  background-color: rgba(32, 88, 151, 0.7); }

.news-card__img::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 21px;
  background-color: rgba(32, 88, 151, 0.7); }

.news-card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding: 18px 80px 35px 40px; }

.news-card__date {
  display: block;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #fff;
  margin-bottom: 12px; }

.news-card__name {
  display: block;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
  min-height: 56px;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.news-card__name:hover {
  opacity: 0.7;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.news-card__content .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-height: 150px;
  margin-top: auto; }

.news-detail__img {
  display: block;
  width: 59vw;
  min-width: 650px;
  position: relative;
  margin-bottom: 70px;
  height: 683px;
}
.news-detail__video img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }
.news-detail__img img{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.bg-left {
  position: absolute;
  top: 0;
  left: -20.9%;
  height: 100%;
  width: 20.9%;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(30%, #113865), to(rgba(17, 57, 103, 0)));
  background-image: -o-linear-gradient(right, #113865 30%, rgba(17, 57, 103, 0) 100%);
  background-image: linear-gradient(to left, #113865 30%, rgba(17, 57, 103, 0) 100%); }

.news-detail__conatiner {
  padding-top: 47px; }
.news-detail__conatiner .text{
  margin-bottom: 40px;
}
.news-detail__img::before,
.news-detail__video::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(32, 88, 151, 0.7);
  width: 81px;
  height: 100%; }

.news-detail__img::after,
.news-detail__video::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(32, 88, 151, 0.7);
  width: 41px;
  height: 100%; }

.news-detail__video {
  display: block;
  width: 59vw;
  min-width: 650px;
  position: relative;
  margin-top: 70px;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.play:hover {
  opacity: 0.8;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.social-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 75px; }

.social-share__text {
  display: block;
  font-size: 17px;
  font-weight: 500;
  line-height: normal;
  color: #fff;
  margin-right: 25px; }

.uscl-vi,
.uscl-telegram,
.uscl-wa,
.uscl-sms {
  display: none !important; }

.content_news-detail {
  padding-bottom: 87px; }

.uscl-item .ico_uscl_soc {
  display: block;
  margin: 6px !important; }

.news-detail__video:hover .play {
  opacity: 0.8;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.news-detail__conatiner .text {
  max-width: 820px; }

.news-other {
  margin-top: 87px; }

.news-other .title-md {
  margin-bottom: 54px; }

.header_news .title-main {
  max-width: 100%; }

.reviews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 40px;
  margin-bottom: 113px; }

.review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 49px 67px 49px 59px;
  border: solid 1px #81a1c4;
  background-color: #1c4f89; }

.review__img {
  display: block;
  width: 97px;
  min-width: 97px;
  height: 134px;
  -webkit-box-shadow: 10px 20px 21px -12px rgba(0, 0, 0, 0.29);
  box-shadow: 10px 20px 21px -12px rgba(0, 0, 0, 0.29);
  margin-right: 58px; }

.review__img img {
  width: 100%;
  height: 100%; }

.review__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.title-ms {
  display: block;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  color: #fff; }

.review .title-ms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }

.review .title-ms .link-company {
  display: inline;
  text-decoration: underline;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  color: #fff; }

.review .title-ms .link-company:hover {
  text-decoration: none; }

.text-md {
  display: block;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.56;
  color: #fff; }

.review .text-md {
  min-height: 100px;
  margin-top: 39px; }

.review .text-md:empty {
  display: none; }

.review .text-md.text-md_italic {
  min-height: 0;
  margin-bottom: 0;
  margin-top: 18px; }

.review .text-md.text-md_italic:empty {
  display: none; }

.text-md_italic {
  font-style: italic; }

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

.services {
  margin-top: 50px;
  margin-bottom: 103px; }

.content_services {
  padding-bottom: 90px; }

.service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: solid 1px #81a1c4;
  background-color: #1c4f89;
  padding: 51px 40px 33px 68px; }

.service__img {
  margin-right: 67px;
  width: 81px;
  min-width: 81px; }

.service__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

.service__name {
  margin-bottom: 13px;
  min-height: 56px;
  max-width: 469px; }

.service__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative; }

.btn__modal-services {
  position: absolute;
  top: -3px;
  right: 0; }

.content_services .form-wrapper,
.content_projects .form-wrapper,
.content_production .form-wrapper,
.content_contacts .form-wrapper,
.content_product .form-wrapper {
  padding-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: auto 0; }

.content_services .form-bg,
.content_projects .form-bg,
.content_production .form-bg,
.content_contacts .form-bg,
.content_product .form-bg {
  max-height: 818px; }

.service .text {
  padding-right: 18%; }

.btn__modal-services {
  white-space: nowrap;
  width: auto; }

.production-desc {
  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: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  background: url("/local/templates/main/img/production-bg.jpg") no-repeat;
  background-size: cover;
  height: 685px;
  padding-bottom: 70px; }

.content_production {
  margin-top: -248px;
  padding-bottom: 67px; }

.production-desc .text {
  max-width: 736px;
  margin-top: 30px; }

.production-stage {
  display: none}
.production-stage:last-child .number__line{
    display: none;
}
.production-stages {
  padding-top: 76px;
  padding-bottom: 80px; }

.production-stages__title {
  display: block;
  font-size: 34px;
  font-weight: 500;
  line-height: 0.82;
  color: #fff;
  margin-bottom: 53px; }

.number {
  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;
  width: 46px;
  min-width: 46px;
  height: 46px;
  min-height: 46px;
  border: solid 4px #88a3b9;
  background-color: #184264;
  border-radius: 50%;
  font-size: 26px;
  font-weight: bold;
  line-height: normal;
  color: #88a3b9; }

.number__line {
  width: 4px;
  height: 100%;
  background-color: #88a3b9; }

.number__block {
  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; }

.production-stage__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  padding: 19px 110px 25px 43px;
  margin-left: 40px;
  width: 740px;
  position: relative;
  margin-bottom: 45px;
  margin-top: 14px; }

.production-stage__text {
  display: block;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.45;
  color: #000000; }

.triangle {
  position: absolute;
  top: 0;
  left: -22.5px;
  background: #fff;
  width: 23px;
  height: 26px;
  -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
  clip-path: polygon(100% 0, 0 0, 100% 100%); }

.production-stage__block::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  background-color: rgba(32, 88, 151, 0.7);
  width: 81px;
  height: 100%; }

.production-stage__block::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  background-color: rgba(32, 88, 151, 0.7);
  width: 41px;
  height: 100%; }

.production-stage__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 28px; }

.production-stage:nth-child(-n+4){
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.production-stage__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 174px;
  min-width: 174px;
  height: 124px; }

.production-stage__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

.production-stage__content {
  display: block;
  padding-left: 25px; }

.production-stage__subtitle {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #000000;
  margin-top: 2px;
  margin-bottom: 8px; }

.text-sm {
  display: block;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.71;
  color: #000000; }

.download-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 66px 90px 75px 73px;
  border: solid 1px #81a1c4;
  background-color: #1c4f89;
  margin-left: 12.3%;
  margin-right: 12.3%;
  margin-bottom: 105px; }

.download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  padding-left: 86px;
  position: relative;
  min-height: 69px;
  color: #fff;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.download:hover {
  opacity: 0.7;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.download:first-child {
  margin-right: 12%; }

.dowmload__name {
  display: block;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  color: #fff;
  border-bottom: solid 1px #fff;
  padding-bottom: 10px;
  margin-bottom: 3px;
  margin-top: 3px; }

.download__icon {
  position: absolute;
  left: 0;
  top: 0; }

.download__size {
  display: block;
  font-size: 16px;
  font-weight: normal;
  line-height: 2.13;
  color: rgba(255, 255, 255, 0.48); }

.content_production .form .btn-border {
  padding-left: 6px;
  padding-right: 6px; }

.content_production .form .chek__label {
  margin-left: 13px; }

.content_production .form .chek__label {
  max-width: 186px; }

.company-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 686px;
  width: 100%;
  position: relative;
  margin-top: -248px;
  padding-bottom: 83px;
  background-size: cover !important; }

.company-desc__text {
  display: block;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.89;
  color: #fff;
  width: 652px; }

.content_company {
  padding-bottom: 104px; }

.content_company .customers {
  margin-top: 95px;
  margin-bottom: 40px; }

.content_company .customers__row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-top: 50px; }

.content_company .customers__item {
  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;
  margin-bottom: 60px;
  margin-right: 10%;
  width: 132px; }

.content_company .download-block {
  margin-bottom: 0; }

.documents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  background-color: #1c4f89;
  margin-top: 50px; }

.document__link {
  display: block;
  width: 97px;
  min-width: 97px;
  height: 134px;
  -webkit-box-shadow: 0 33px 43px -19px rgba(0, 0, 0, 0.31);
  box-shadow: 0 33px 43px -19px rgba(0, 0, 0, 0.31);
  margin-right: 35px; }

.document__link img {
  width: 100%;
  height: 100%; }

.document {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  border: solid 1px #81a1c4;
  padding: 49px 63px 74px 42px;
  margin-right: -1px;
  margin-bottom: -1px; }

.document__name {
  display: block;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  color: #fff; }

.documents-block {
  margin-top: 80px; }

.content_contacts {
  padding-bottom: 82px; }

.contacts-conatiner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 47px 11.7% 75px 12.3%; }

.contacts {
  margin-right: 9%; }

.contact {
  margin-bottom: 40px; }

.contact__name,
.requisite__name {
  display: block;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.63;
  color: #fff; }

.contact__name {
  margin-bottom: 11px; }

.contact__link,
.contact__link:link {
  display: block;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s; }

a.contact__link:hover {
  opacity: 0.7;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.contact__link_phone {
  margin-bottom: 7px;
  position: relative; }

.requisite {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px; }

.requisite__name {
  width: 166px;
  min-width: 166px;
  line-height: 1.13; }

.requisite__text_width {
  width: 100%;
  min-width: 100%; }

.requisite__text {
  display: block;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.13;
  letter-spacing: normal;
  color: #fff;
  width: 298px; }

a.requisite__text {
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s; }

a.requisite__text:hover {
  opacity: 0.7;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.contact__link span {
  display: block; }

.download-link {
  text-decoration: none;
  padding-left: 32px;
  position: relative;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.download-link:hover {
  opacity: 0.7;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.download-link::before {
  content: url(/local/templates/main/img/file.svg);
  position: absolute;
  left: 0;
  top: 0; }

.download-link__name {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  color: #fff;
  padding-right: 14px; }

.download-link__size {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.49); }

.contacts-map {
  height: 525px;
  width: 100%; }
.contacts-map iframe{
  width: 100%;
  height: 100%;
}
.content_contacts .section-form {
  background: none;
  padding-bottom: 0; }

.contact__link_phone::before {
  content: url(/local/templates/main/img/phne.svg);
  position: absolute;
  top: 3px;
  left: -40px; }

.contact__link_mail {
  position: relative; }

.contact__link_mail::before {
  content: url(/local/templates/main/img/email.svg);
  position: absolute;
  top: 2px;
  left: -40px; }

.product-first-screen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 100px; }

.product-first-screen__text {
  width: 389px;
  z-index: 1; }

.product-first-screen__text .text {
  margin-bottom: 35px; }

.product-model img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

.product-characteristic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding-left: 12.3%;
  padding-right: 16.7%;
  position: relative; }

.product-characteristic::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 12.3%;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(30%, #113865), to(rgba(17, 57, 103, 0)));
  background-image: -o-linear-gradient(right, #113865 30%, rgba(17, 57, 103, 0) 100%);
  background-image: linear-gradient(to left, #113865 30%, rgba(17, 57, 103, 0) 100%); }

.product-characteristic::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 16.7%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #113865), to(rgba(17, 57, 103, 0)));
  background-image: -o-linear-gradient(left, #113865 30%, rgba(17, 57, 103, 0) 100%);
  background-image: linear-gradient(to right, #113865 30%, rgba(17, 57, 103, 0) 100%); }

.product-characteristic__box {
  border: solid 1px #81a1c4;
  background-color: #1c4f89;
  min-height: 162px;
  width: calc(100% / 3);
  padding: 21px 21px 21px 24px; }

.product-text__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 12.3%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 33px;
}

.product-text {
  padding-top: 46px;
  margin-right: 16px;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.67;
  letter-spacing: normal;
  color: #fff;
}
.product-text p{
  margin-bottom: 18px;
}
.product-text .text {
  margin-bottom: 18px; }

.gallery-slider {
  position: relative; }

.gallery-slider__btn {
  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;
  position: absolute;
  height: 100%;
  background-color: rgba(32, 88, 151, 0.7);
  width: 66px;
  top: 0;
  cursor: pointer; }

.gallery-slider__btn img {
  z-index: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.gallery-slider__btn::before {
  content: '';
  position: absolute;
  width: 34px;
  height: 100%;
  top: 0;
  background-color: rgba(32, 88, 151, 0.7);
  z-index: 0; }

.gallery-slider__btn-next {
  right: 0; }

.gallery-slider__btn-next::before {
  right: 0; }

.gallery-slider__btn_prev {
  left: 0; }

.gallery-slider__btn_prev::before {
  left: 0; }

.gallery-slider__btn_prev:hover img {
  margin-right: 10px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.gallery-slider__btn-next:hover img {
  margin-left: 10px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.content_product .documents-block {
  margin-top: 100px; }

.content_product .documents {
  margin-top: 0; }

.content_product .social-share {
  margin-left: auto;
  margin-right: 12.3%;
  margin-top: 54px;
  margin-bottom: 50px; }

.product-card__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 12.3%;
  padding-right: 10.7%;
  z-index: 1;
  position: relative;
}

.product-card__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }

.content_product .product-card__row {
  margin-top: 55px; }

.product-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50.5%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: solid 1px #81a1c4;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  position: relative;
  height: 20vh}

.product-card::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-image: -webkit-gradient(linear, right top, left top, from(#113865), to(rgba(17, 57, 103, 0)));
  background-image: -o-linear-gradient(right, #113865, rgba(17, 57, 103, 0));
  background-image: linear-gradient(to left, #113865, rgba(17, 57, 103, 0));
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.product-card:nth-child(2n) {
  width: 49.5%; }

.content_product .product-card__container {
  padding-top: 106px;
  padding-bottom: 106px; }

.product-card__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.31;
  letter-spacing: normal;
  color: #fff;
  width: 182px;
  margin-left: auto; }

.product-card__arrow {
  width: 22px;
  height: 10px;
  margin-right: 11px;
  margin-left: 20px;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.product-card:hover .product-card__arrow {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.product-card:hover::after {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.content_product {
  padding-bottom: 88px; }

.product-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  overflow: hidden;
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 0;
  width: 50vw;
  min-width: 50vw; }

.product-img img{
  display: block;
  width: 100%;
}
.gallery-slider__track {
  height: 314px; }

.gallery-slider__item {
  height: 314px;
  outline: none; }

.gallery-slider__item img {
  height: 100%; }

.uscl-item {
  padding: 0 !important; }

.product-model {
  height: 100vh;
  width: 66%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0; }

.title-hidden .title__block {
  margin-top: -100%;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s; }

.fp-viewing-catalog-first-screen .title__block {
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s; }

.catalog-first-screen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding: 380px 0% 50px 12.3%; }

.catalog-first-screen__text {
  width: 389px;
  margin-right: 29px;
  z-index: 2; }

.catalog-model {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
  width: 64%;
  height: 100vh;
  z-index: 1; }

.model {
  opacity: 0; }

.catalog-model img {
  width: 100%; }

.content_catalog .product-card__container {
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 80px; }

.industries {
  padding-left: 12.3%;
  padding-right: 12.3%;
  padding-top: 25vh; }

.industries__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 55px; }

.industries__item:nth-child(odd) {
  margin-right: 210px; }

.industries__item span {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.31;
  color: #fff; }

.industries__item img {
  width: 60px;
  margin-right: 44px; }

.industries__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-top: 70px; }

.industries__item {
  width: 35%; }

#fullpage .section-form.anim-none {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

.sketchfab-embed-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  width: 100%;
  height: 100%; }

.sketchfab-embed-wrapper iframe {
  width: 100%;
  height: 121%; }

#fullpage.content_projects-detail .section-form {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }
/*.content_projects-detail .section:nth-child(1){*/
/*  overflow: hidden;*/
/*}*/
.header.right .title__block .title-main {
  max-width: 380px;
  font-size: 32px;
  line-height: normal; }

.header.right .title__block {
  margin-left: calc(50vw - 12.3% - 25px);
  margin-top: 52px;
  padding-left: 58px;
  -webkit-transition: margin-top 1s;
  -o-transition: margin-top 1s;
  transition: margin-top 1s; }

.header.right .breadcrumb {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.logo {
  width: 59px;
  min-width: 59px;
  height: 40px;
  margin-left: 28px;
}

.logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.projects-first-screen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 152px;
  height: 100%; }

.projects-first-screen__img {
  position: relative;
  width: 50vw;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content; }

.projects-first-screen__img img {
  width: 100%; }

.projects-first-screen__img::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 59px;
  height: 100%;
  background-color: rgba(32, 88, 151, 0.7); }

.projects-first-screen__img::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 100%;
  background-color: rgba(32, 88, 151, 0.7); }

.projects-first-screen__text {
  padding-top: 200px;
  padding-left: 58px; }

.projects-first-screen__text .text-md {
  width: 418px; }

.row-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px; }

.text-xl.text-xl_normal {
  font-weight: normal; }

.row-desc .text-xl.text-xl_normal {
  margin-right: 35px; }

.header.right.title-hidden .title__block {
  margin-top: -100%; }

.characteristics {
  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;
  padding-top: 170px;
  height: 100%; }

.characteristics__block {
  padding-left: 160px; }

.characteristics__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 370px;
  margin-bottom: 30px; }

.characteristics__row:nth-child(odd) {
  margin-right: 170px; }

.border {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  border-bottom: 1px dashed #a3a3a3;
  margin-left: 5px;
  margin-right: 11px; }

.characteristics__row .text-md {
  line-height: 1.13; }

.characteristics__row .text-md.text-md_medium {
  font-weight: 500;
  min-width: 53px; }

.characteristics__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  max-width: 1280px; }

.projects-rewiews .social-share {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 43px; }

.projects-rewiews .review .text-md.text-md_italic {
  margin-top: 69px; }

.projects-rewiews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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;
  padding-top: 70px; }

.projects-rewiews .review .review__img {
  position: relative; }

.projects-rewiews .review .review__img::before {
  content: url(/local/templates/main/img/enlarge.svg);
  position: absolute;
  bottom: -70px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }

.content_projects-detail .form-wrapper .text-xl {
  margin-bottom: 13px; }

.header .logo {
  display: none; }

.header.right .logo {
  display: block; }

.content_projects-detail .gallery-slider__item {
  margin-right: 3px; }

.content_projects-detail .section-slider {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 100px; }

.step {
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  color: #fff; }

.name-step {
  display: block;
  font-size: 32px;
  font-weight: 500;
  line-height: normal;
  color: #fff;
  margin-top: 9px;
  max-width: 430px; }

.content_calculator {
  padding-top: 56px;
  padding-right: 100px;
  padding-bottom: 98px;
  position: relative; }

.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 31px;
  margin-left: -31px; }

.tabs-btn {
  border-radius: 10px;
  border: solid 1px #fff;
  width: 496px;
  padding: 8px;
  height: 100%;
  z-index: 1; }

.tab-btn {
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  color: #fff;
  padding: 15px 22px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer; }

.tab-btn.active {
  background: rgba(255, 255, 255, 0.29);
  cursor: default; }

.tab-btn:hover {
  background: rgba(255, 255, 255, 0.15);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.tab-btn.active:hover {
  background: rgba(255, 255, 255, 0.29); }

.tab-content {
  display: none;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  top: 100px;
  width: 100%;
  height: 500px; }

.tab-content.active {
  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; }

.tab-content img {
  width: 100%; }

.tabs-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: -100px;
  right: 0;
  width: 50vw;
  min-height: 100%;
  height: 100%; }

.next-step {
  margin-top: 40px; }

.calculator-block {
  display: none;
  margin-top: 100px; }

.calculator-block:first-child {
  display: block; }

.select {
  width: 117px;
  height: 45px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  background-color: #fff;
  position: relative; }

.select .list {
  width: 100%; }

.select .current {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.22;
  color: #000000;
  padding: 0; }

.select .option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.22;
  color: #000000; }

.select .option.focus {
  background-color: rgba(0, 0, 0, 0.1) !important; }

.select .option:hover {
  background-color: rgba(0, 0, 0, 0.15) !important; }

.select.nice-select:after {
  border-bottom: 2px solid #1d4779 !important;
  border-right: 2px solid #1d4779 !important; }

.select-wrapper {
  margin-top: 13px; }

.calculator-characteristics {
  margin-top: 35px; }

.radio {
  display: none; }

.label-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 10px; }

.radio-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 24px;
  width: 24px;
  height: 24px;
  border-radius: 15px;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  background-color: #fff;
  position: relative;
  cursor: pointer; }

.radio-btn::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
  border-radius: 15px;
  background-color: #fa6400;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.text-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.38;
  color: #fff;
  margin-left: 8px;
  min-width: 30px; }

.radio-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 21px;
  min-height: 35px; }

.radio:checked ~ .radio-btn::before {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.text-xl_bold {
  font-weight: bold; }

.calculator-characteristics__box {
  padding: 14px 36px 13px 21px;
  background-color: rgba(0, 0, 0, 0.15);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-top: 47px; }

.calculator-characteristics__box-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.calculator-characteristics__box-row:first-child {
  margin-bottom: 12px; }

.calculator-characteristics__box-row .text-xl:first-child {
  margin-right: 36px; }

.calculator-characteristics__box-row .text-xl.text-xl_bold {
  min-width: 60px; }

.execution-btn__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 8px 9px 8px 9px;
  border-radius: 10px;
  border: solid 1px #fff;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-top: 12px; }

.radio-overlay {
  padding: 15px 27px 13px 22px;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer; }

.radio-overlay:hover {
  background-color: rgba(255, 255, 255, 0.1); }

.radio:checked ~ .radio-overlay {
  background-color: rgba(255, 255, 255, 0.29);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.execution-btn:first-child .radio-overlay {
  margin-right: 10px; }

.input-number {
  border-radius: 5px;
  height: 35px;
  border: none;
  border-bottom: 2px solid #fff;
  background-color: #255994;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.22;
  color: #fff;
  border-radius: 0; }

.input-number::-webkit-input-placeholder {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.22;
  color: #fff; }

.input-number::-moz-placeholder {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.22;
  color: #fff; }

.input-number:-ms-input-placeholder {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.22;
  color: #fff; }

.input-number::-ms-input-placeholder {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.22;
  color: #fff; }

.input-number::placeholder {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.22;
  color: #fff; }

.label-number {
  margin-left: 39px; }

.coating {
  margin-top: 45px;
  position: relative; }

.coating .calculator-characteristics__box {
  margin-top: 10px; }

.text-step {
  display: block;
  max-width: 515px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.45;
  color: #fff;
  margin-top: 37px; }

.step4 .text-step {
  position: relative; }

.form-calculator {
  padding-left: 0;
  padding-top: 31px; }

.form-calculator .btn-form__row {
  display: block; }

.form-calculator .chek__label {
  margin-left: 0;
  margin-top: 26px; }

.form-calculator .btn.btn-border {
  width: 100%; }

.form-calculator .label {
  margin-bottom: 37px; }

.calculator-block:first-child {
  margin-top: 0; }

.text-xl.text-xl_bold {
  font-weight: 700; }

.calculator-modal {
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  opacity: 0;
  -webkit-animation-name: hidden-calc-modal;
  animation-name: hidden-calc-modal;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

@-webkit-keyframes hidden-calc-modal {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes hidden-calc-modal {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.calculator-modal.open {
  -webkit-animation-name: open-calc-modal;
  animation-name: open-calc-modal;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

@-webkit-keyframes open-calc-modal {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes open-calc-modal {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.overlay-calc {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #11335a;
  opacity: 0.8;
  z-index: -1; }

.calculator-modal__block {
  width: 722px;
  height: 483px;
  padding: 60px 0 0 77px;
  background-color: #255894;
  position: relative;
  overflow: hidden; }

.calculator-modal__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 364px;
  height: 447px;
  overflow: hidden; }

.calculator-modal__img img {
  height: 100%; }

.total-price {
  font-size: 52px;
  font-weight: bold;
  line-height: normal;
  color: #fff;
  z-index: 10;
  position: relative; }

.calculator-modal__text-md {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.64;
  color: #fff;
  z-index: 10;
  position: relative;
  width: 215px;
  margin-top: 15px; }

.calculator-modal__text {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.56;
  color: #fff;
  z-index: 10;
  position: relative;
  max-width: 368px;
  margin-right: 20px;
  margin-top: 37px; }

.calculator-modal__block .close-modal {
  z-index: 10; }

.calculator-characteristics__box_hatch .calculator-characteristics__box-row {
  margin-bottom: 0; }

.calculator-characteristics__box_hatch {
  margin-top: 35px; }

.select-wrapper .theme--light.v-application {
  background: none;
  height: auto;
  min-height: auto !important; }

.select-wrapper .v-application--wrap {
  min-height: auto !important;
  height: auto !important; }

.v-select .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: normal;
  color: #000000;
  padding-left: 19px;
  padding-right: 32px;
  padding-top: 0px;
  height: 100%;
  position: relative; }

.v-select .title::after {
  content: url(/local/templates/main/img/arrow-select.svg);
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%); }

.v-select .options {
  display: block;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  background-color: #fff;
  z-index: 3;
  position: absolute;
  top: 106%;
  left: 0;
  width: 100%; }

.v-select .options span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 30px;
  padding-left: 19px;
  padding-right: 19px;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s; }

.v-select .options span:hover {
  background-color: #d1d1d1;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s; }

.v-select .options span:first-child {
  border-radius: 5px 5px 0 0; }

.v-select .options span:last-child {
  border-radius: 0 0 5px 5px; }

.input-number {
  -moz-appearance: textfield; }

.input-number::-webkit-inner-spin-button {
  display: none; }

.select {
  display: block;
  max-width: 215px;
  width: 100%;
  position: relative; }

.new-select {
  position: relative;
  border: 1px solid #ced4da;
  padding: 10px 15px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.new-select__list {
  position: absolute;
  top: 45px;
  left: 0;
  border: 1px solid #ced4da;
  cursor: pointer;
  width: 100%;
  z-index: 2;
  background: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.new-select__list.on {
  display: block; }

.new-select__item span {
  display: block;
  padding: 10px 15px; }

.new-select__item span:hover {
  color: #12b223; }

.new-select:after {
  content: '';
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  right: 9px;
  top: 9px;
  background: url("path-to-image") no-repeat right center/cover;
  opacity: 0.6;
  -webkit-transition: all .27s ease-in-out;
  -o-transition: all .27s ease-in-out;
  transition: all .27s ease-in-out;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

.new-select.on:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.tab-content .sketchfab-embed-wrapper iframe {
  height: 118%; }

.btn-thank-calc {
  margin-top: 50px;
  height: 50px; }

.inputPlaceholder {
  display: block;
  margin-top: -30px;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.22;
  color: #fff; }

.name-step_z {
  position: relative;
  z-index: 1; }
.product-card__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product-card__img-inner{
  height: 100%;
  width: 50%;
  padding: 1px 0;
}
.content_product .product-card__container{
  z-index: 0;
}
.section[data-anchor=catalog-table] .fp-tableCell{
  display: table-cell !important;
}
.content_product .product-card {
  height: 280px;
}
.content_404{
  margin-top: 50px;
margin-bottom: 100px;
}
.characteristics_lodgments .radio-wrapper{
    margin-top: 40px;
}
.gallery-slider_news{
  margin-bottom: 70px;
  width: calc(100vw - 17px);
  transform: translate(-50%, 0);
  position: relative;
  left: 50%;
}

.ymaps-2-1-79-controls__toolbar_left,
.ymaps-2-1-79-controls__toolbar_right,
.ymaps-2-1-79-map-copyrights-promo{
  display: none !important;
}

@media (min-width: 1400px) {
  .tabs-content {
    width: 60vw;
    top: -160px; }
  .tab-content {
    height: 80vh; } }


@media (min-width: 1700px) {
  .catalog-img__col:nth-child(3) {
    margin-left: 3%;
    padding-top: 108px; }
  .contacts-map {
    height: 620px; }
  .requisite__name {
    width: 200px; }
  .calculator-characteristics {
    margin-top: 47px; }
}

@media (min-width: 1600px) {
  .wrapper,
  .contacts-conatiner {
    padding-left: 16.7%;
    padding-right: 16.7%; }
  .download-block {
    margin-left: 16.7%;
    margin-right: 14%; }
  .title-home__block {
    margin-top: 12vh; }
  .header {
    padding-left: 16.7%;
    padding-right: 5.7%; }
  .header__logo {
    left: 5.7%; }
  .header-btn {
    margin-left: auto; }
  .main-screen {
    padding-bottom: 9.5vh; }
  /*.main-screen__img {*/
  /*  right: 9.7vw; }*/
  .btn-catalog {
    right: 5.7%;
    padding-right: 0; }
  .moveDown {
    right: 5.7%;
    bottom: 9vh; }
  .customers__row.down {
    -webkit-transform: translate(0, 36vh);
    -ms-transform: translate(0, 36vh);
    transform: translate(0, 36vh); }
  .moveDown.none {
    -webkit-transform: translate(200px, -200px);
    -ms-transform: translate(200px, -200px);
    transform: translate(200px, -200px); }
  .section-slider {
    padding-right: 14%; }
  .map-home__container .text {
    max-width: 1580px;
    padding-bottom: 12vh; }
  .desc-home {
    padding-top: 20vh; }
  .desc-home2 {
    padding: 17vh 20.3% 50px 13%; }
  .desc-home2 .pointer {
    right: -17%; }
  .desc-home3 {
    padding-top: 20vh; }
  .desc-home3 .title-md {
    margin-right: 95px; }
  .desc-home__row {
    padding-left: 8%;
    padding-right: 13%; }
  .desc-home__row {
    padding-top: 15vh; }
  .cloud-block {
    height: 60%; }
  .section__advantage {
    padding-left: 16.7%; }
  .advantage__text {
    padding-top: 22vh;
    position: relative;
    height: 100vh; }
  .advantage__text .slider-controls {
    position: absolute;
    bottom: 111px; }
  .form-wrapper {
    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;
    padding-top: 50px;
    padding-left: 12vw; }
  .label {
    margin-bottom: 35px; }
  .btn-form__row {
    margin-top: 50px; }
  .footer {
    padding-left: 165px;
    padding-bottom: 120px; }
  .desc-home .pointer {
    top: 0;
    left: 18%; }
  .catalog__list {
    margin-bottom: 72px; }
  .catalog-img img {
    width: 332px; }
  .catalog-img__col:nth-child(3) .catalog-img:nth-child(1) {
    width: auto;
    height: 315px; }
  .catalog__block {
    width: 45%;
    margin-left: 5.5%;
    padding-top: 75px; }
  .catalog__col {
    width: 45%; }
  .catalog-img__col:nth-child(3) {
    margin-left: 0%; }
  .catalog-modal__container {
    padding-left: 5.7%;
    width: 100%; }
  .catalog-close {
    right: 5.7%; }
  .pagination__arrow-prev {
    margin-right: 32px; }
  .pagination__arrow-next {
    margin-left: 32px; }
  .pagination span {
    width: 59px;
    min-width: 59px; }
  .projects__card:hover .projects__card-logo {
    margin-bottom: 9vh; }
  .projects-conatiner,
  .news-conatiner,
  .reviews,
  .news-other {
    padding-right: 14%; }
  .news-card__content {
    padding-right: 12%; }
  .review {
    padding-right: 12%; }
  .catalog__col:first-child .catalog__overlay {
    margin-right: 13%; }
  .catalog__col:first-child {
    margin-right: 7%; }
  .catalog__col:last-child .catalog__overlay {
    margin-left: 7%; }
  .catalog__col:last-child .catalog__list {
    width: 315px; }
  .news-detail__img,
  .news-detail__video {
    width: 50vw; }
  .news-detail__conatiner .text {
    max-width: 820px; }
  .bg-left {
    width: 33.4%;
    left: -33.4%; }
  .content_company .customers__item {
    margin-right: 10%; }
  .documents-block {
    margin-top: 100px;
    padding-right: 14%; }
  .content_company .customers {
    margin-bottom: 60px; }
  .document {
    padding: 68px 60px 106px 72px; }
  .contacts {
    margin-right: 16%; }
  .product-first-screen__text .text {
    font-size: 18px;
    line-height: 1.67; }
  .product-first-screen {
    padding-bottom: 120px; }
  .product-characteristic {
    padding-right: 14.6%;
    padding-left: 16.7%; }
  .product-characteristic::before {
    width: 16.7%; }
  .product-characteristic::after {
    width: 14.6%; }
  .product-text__block {
    padding-left: 16.7%; }
  .product-text .text {
    font-size: 18px;
    line-height: 1.67; }
  .product-text {
    max-width: 575px;
    font-size: 18px;
    line-height: 1.67;
  }
  .product-text__block {
    padding-top: 90px;
    padding-bottom: 134px; }
  .gallery-slider__track {
    height: 431px; }
  .gallery-slider__item {
    height: 431px; }
  .content_product .documents-block {
    margin-top: 127px; }
  .gallery-slider__btn {
    width: 91px; }
  .gallery-slider__btn::before {
    width: 47px; }
  .content_product .social-share {
    margin-bottom: 60px; }
  .product-card__container {
    padding-left: 16.7%;
    padding-right: 14%; }
  .product-card__name {
    width: 237px; }
  .product-card__arrow {
    margin-right: 25px;
    margin-left: 60px; }
  .product-card {
    padding: 40px 0; }
  .content_product .product-card__container {
    padding-bottom: 127px;
    padding-top: 127px; }
  .content_product .social-share {
    margin-right: 14%; }
  .catalog-first-screen {
    padding-left: 16.7%;
    padding-top: 390px; }
  .catalog-first-screen__text {
    font-size: 18px;
    line-height: 1.67;
    margin-right: 126px; }
  .content_catalog .product-card {
    padding: 19px 0; }
  .industries__item img {
    width: 80px;
    margin-right: 59px; }
  .industries {
    padding-left: 16.7%; }
  .industries__item span {
    font-size: 18px;
    line-height: 1.67; }
  .industries__item {
    margin-bottom: 73px; }
  .header.right .title__block {
    margin-left: calc(50vw - 16.4% - 5%);
    padding-left: 10%; }
  .projects-first-screen__text {
    padding-left: 8%;
    padding-top: 240px; }
  .header.right .title__block .title-main {
    font-size: 42px;
    max-width: 550px; }
  .projects-first-screen__text .text-md {
    font-size: 18px;
    line-height: 1.67;
    width: 480px; }
  .characteristics {
    padding-top: 24vh; }
  .characteristics__row .text-md {
    font-size: 20px;
    line-height: 0.9; }
  .characteristics__row {
    width: 475px; }
  .review__img {
    width: 134px;
    height: 186px;
    min-width: 134px; }
  .projects-rewiews .review {
    padding: 68px 210px 117px 106px; }
  .projects-rewiews .review__img {
    margin-right: 75px; }
  .projects-rewiews .review .review__img::before {
    bottom: -100px; }
  .review .text-md {
    font-size: 18px;
    line-height: 1.67; }
  .review .text-md.text-md_italic {
    font-size: 16px;
    line-height: 1.56; }
  .projects-rewiews {
    padding-right: 14%; }
  .projects-rewiews .social-share {
    margin-top: 69px; }
  .form-wrapper.form-calculator {
    padding-left: 0; }
  .content_calculator {
    padding-bottom: 163px; }
  .product-model {
    height: 88vh; }
  .tab-content .sketchfab-embed-wrapper iframe {
    height: 117%; }
  .product-first-screen__text {
    width: 100%;
    max-width: 570px;
    z-index: 1; }
}
  @media (min-width: 1800px) {
    .product-img {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
    .tabs-content {
      margin-left: 8%; }
    .product-model {
      height: 72vh;
      max-height: 777px;
    }
    .product-model .sketchfab-embed-wrapper iframe {
      height: 113%; }
    .desc-home .block-img .cis1{
      margin-top: -11%;
    }
    .desc-home .pointer{
      top: 52px;
      left: 21%;
    }
  }
@media (min-width: 1500px) {
  .projects__card {
    height: 53vh; }
  .slider__header {
    margin-bottom: 43px; }
  .desc-home__box:nth-child(1) .text {
    width: 450px; }
  .desc-home .pointer {
    left: 18%; }
  .map-home__img {
    margin-top: -12%; }
  .news-card__content .text {
    font-size: 18px; }
  .service {
    padding-right: 10%; }
  .service__name {
    max-width: 70%; } }

@media (max-width: 1275px) {
  .map-home {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .map-home__img {
    margin-right: 50px; }
  .map-markers {
    right: -40px; } }

@media (max-width: 1250px) and (min-width: 950px) {
  .news-other.wrapper,
  .news-conatiner.wrapper,
  .production-stages.wrapper,
  .projects-conatiner.wrapper,
  .reviews.wrapper,
  .services.wrapper,
  .documents-block.wrapper {
    padding-right: 16.7%; }
  .production-stage__block {
    width: 100%; }
  .form-wrapper .text-xl {
    width: 380px; }
  .download-block {
    padding: 66px 50px 75px 50px; }
  .service {
    padding-left: 30px; }
  .service__img {
    margin-right: 30px; } }

@media (max-width: 1250px) {
  .nav {
    width: 370px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .nav__item {
    margin-bottom: 2px; }
  .header-btn {
    margin-left: auto; }
  .nav__item:nth-child(3) {
    margin-right: 0; }
  .header-phone {
    margin-left: 32px; }
  .wrapper,
  .contacts-conatiner {
    padding-left: 8.3%;
    padding-right: 8.3%; }
  .catalog-modal .header {
    padding-left: 156px; }
  .header__block {
    padding-left: 156px; }
  .header {
    padding-left: 0; }
  .customers__item {
    margin-right: 0; }
  .main-screen {
    padding-bottom: 70px; }
  .section-slider {
    padding-right: 167px; }
  .customers__row.down {
    -webkit-transform: translate(0, 265px);
    -ms-transform: translate(0, 265px);
    transform: translate(0, 265px); }
  .map-section .text {
    padding-right: 84px; }
  .desc-home .block-text {
    padding-left: 156px;
    padding-right: 127px; }
  .desc-home .text {
    width: auto;
    max-width: 100%; }
  .text-xl {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.67; }
  .desc-home .text-xl {
    min-width: 285px;
    width: 285px; }
  .desc-home2 {
    padding-left: 0; }
  .desc-home2 .block-img {
    width: 46vw;
    min-width: 46vw; }
  .desc-home2 .block-text .text-xl {
    margin-bottom: 27px; }
  .desc-home2 .block-text {
    width: auto;
    padding-left: 146px; }
  .desc-home3 .block-text {
    padding-left: 12.3%;
    padding-right: 12.3%; }
  .advantage__text .text-xl {
    margin-bottom: 33px; }
  .section__advantage {
    padding-left: 95px; }
  .advantage__text {
    padding-right: 40px; }
  .advantage__slider .slick-list,
  .advantage__slider .slick-track {
    height: 100%; }
  .form-bg {
    width: 46vw;
    min-width: 46vw; }
  .form-wrapper {
    padding-left: 42px; }
  .form-wrapper .text-xl {
    margin-bottom: 40px; }
  .form-wrapper .text {
    width: 500px; }
  .catalog__col {
    width: 48%; }
  .catalog__col:first-child {
    padding-left: 0;
    margin-right: 30px; }
  .title__block {
    padding-left: 8.3%;
    padding-right: 8.3%; }
  .news-card__content {
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 20px; }
  .news-conatiner {
    margin-bottom: 110px; }
  .download-block {
    margin-left: 8.3%;
    margin-right: 16.7%; }
  .bg-left {
    width: 12.8%;
    left: -12.8%; }
  .content_company .customers__item {
    margin-right: 9%; }
  .document {
    padding: 49px 27px 77px 30px; }
  .document__link {
    margin-right: 30px; }
  .product-characteristic {
    padding-left: 8.3%;
    padding-right: 8.3%; }
  .product-characteristic::before,
  .product-characteristic::after {
    width: 8.3%; }
  .product-img {
    width: 43vw;
    min-width: 43vw; }
  .product-text__block {
    padding-left: 8.3%; }
  .content_product .social-share {
    margin-right: 163px; }
  .product-card__container {
    padding-left: 8.3%;
    padding-right: 163px; }
  .catalog-first-screen {
    padding-left: 8.3%;
    padding-right: 8.3%; }
  .catalog-first-screen__text {
    margin-right: 10px; }
  .industries__item {
    width: 41%; }
  .industries__item:nth-child(odd) {
    margin-right: 10%; }
  .projects-first-screen__img {
    width: 46vw; }
  .projects-first-screen__text {
    padding-left: 43px; }
  .projects-first-screen__text .text-md {
    width: 381px; }
  .row-desc {
    margin-top: 29px; }
  .header.right .title__block {
    padding-left: 43px;
    margin-left: 46vw;
    margin-top: 33px; }
  .characteristics__block {
    padding-left: 8.3%; }
  .characteristics__row:nth-child(odd) {
    margin-right: 7%; }
  .projects-rewiews {
    padding-right: 16.7%; }
  .projects-rewiews .review {
    padding-right: 25px; }
  .form-wrapper.form-calculator {
    padding-left: 0; }
  .form-wrapper .text-xl {
    font-size: 18px; } }

@media (max-width: 1200px) {
  .desc-home3 .title-md::before {
    display: none; }
  .desc-home3 .block-text {
    padding-left: 82px;
    padding-right: 166px; }
  .desc-home__box:nth-child(1) .text {
    padding-left: 82px;
    width: 325px;
    margin-bottom: 25px;
    margin-top: 24px; }
  .desc-home__box:nth-child(3) {
    display: block; }
  .desc-home__box:nth-child(3) img {
    margin-top: 0;
    max-width: 210px; }
  .desc-home__box:nth-child(3) .text {
    display: block;
    max-width: 200px; }
  .desc-home__box:nth-child(2) .text {
    margin-top: 24px; }
  .desc-home__box:nth-child(1) img {
    max-width: 350px; }
  .desc-home__box:nth-child(2) img {
    max-width: 300px; }
  .form-wrapper .text {
    width: 330px;
    margin-bottom: 47px; }
  .catalog-img__col {
    display: none; }
  .catalog__block {
    width: 100%;
    margin-left: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .catalog-modal__container {
    padding-left: 83px;
    padding-right: 83px; }
  .catalog__col {
    width: 41%;
    margin-right: 50px; }
  .catalog__overlay {
    display: none; }
  .contacts-conatiner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .contact__link span {
    display: inline; }
  .contacts {
    margin-right: 0;
    margin-bottom: 28px; }
  .contact {
    max-width: 789px; }
  .requisite__text {
    width: 100%;
    max-width: 584px; }
  .content_contacts {
    padding-bottom: 103px; }
  .product-model {
    height: 77vh; } }

@media (max-width: 1150px) {
  .desc-home .pointer {
    left: 15%;
    top: -7%; }
  .section-form .form {
    width: 361px; }
  .section-form .chek__label {
    margin-left: 29px; }
  .footer {
    padding-right: 40px; }
  .footer__link_sol {
    margin-right: 0; }
  .sort-block {
    display: block; }
  .sort {
    margin-right: 0;
    margin-bottom: 20px; }
  .projects-conatiner .projects__card {
    width: calc(100% / 2); }
  .title__block {
    margin-top: 46px; }
  .projects-conatiner {
    margin-top: 50px; }
  .projects-conatiner {
    margin-bottom: 90px; }
  .service__name {
    max-width: 350px; }
  .service .text {
    padding-right: 3%; }
  .catalog__col:first-child {
    margin-right: 50px; }
  .content_services .form-bg,
  .content_projects .form-bg,
  .content_production .form-bg,
  .content_contacts .form-bg,
  .content_product .form-bg {
    height: 600px; }
  .product-card__arrow {
    display: none; }
  .product-card__name {
    margin-right: 20px; }
  .product-model {
    height: 450px;
    top: 15%; }
  .tab-content {
    height: 400px; }
  .main-screen__img{
    right: -50px;
    max-width: 837px;
  }
  .gallery-slider_news{
    width: 100vw;
  }
  .news-detail__img{
    height: 500px;
  }
}

@media (max-width: 1100px) and (min-width: 950px) and (min-height: 1000px) {
  .title-home__block {
    margin-top: 21vh; }
  .customers {
    margin-bottom: 19vh; }
  .moveDown {
    bottom: 24vh; }
  .customers__row.down {
    -webkit-transform: translate(0, 45vh);
    -ms-transform: translate(0, 45vh);
    transform: translate(0, 45vh); }
  .section-slider {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 5vh; }
  .map-section {
    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; }
  .map-home {
    overflow: inherit; }
  .map-section .text {
    bottom: 14vh; }
  .desc-home {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .desc-home .block-img {
    margin-top: 70px; }
  .desc-home2 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .desc-home2 .pointer {
    top: 29%; }
  .desc-home2 .block-text {
    margin-bottom: 150px; }
  .desc-home3 {
    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; }
  .advantage__text {
    padding-top: 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-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .projects-first-screen {
    padding-top: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .header.right .title__block {
    margin-top: 24vh; }
  .characteristics {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .characteristics__block {
    margin-bottom: 100px; }
  .industries {
    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;
    height: 100%;
    padding-top: 0; }
  .catalog-first-screen {
    padding-top: 50vh; }
  .fp-viewing-catalog-first-screen .title__block {
    margin-top: 24vh; }
  .catalog-model {
    height: 50vh; }
  .product-model {
    height: 450px;
    top: 11%; }
  .main-screen__img {
    right: 0px;
    max-width: 722px;
  }
}

@media (max-width: 999.98px) {
  .production-stage__block {
    width: 100%; }
  .contacts-conatiner {
    padding-right: 16%; }
.breadcrumb{
    flex-flow: row nowrap;
  }
}

@media (max-width: 950px) {

  .nav,
  .header-btn,
  .btn__phone-modal,
  .header-phone__link_mail{
    display: none; }
  .header__logo {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .header-phone {
    margin-left: 0; }
  .header-phone img {
    display: block; }
  .header-phone span {
    display: none; }
  .btn-catalog {
    position: static;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    padding-right: 0;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .btn-catalog span {
    display: none; }
  .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 21px;
    z-index: 1;
    position: relative;
    padding-right: 0; }
  .catalog-modal .header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    padding-left: 26px;
    padding-right: 26px; }
  .header__block {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding-left: 26px;
    padding-right: 26px; }
  .title__block {
    padding-left: 40px;
    padding-right: 40px; }
  .main-screen {
    padding-top: 44px;
    padding-bottom: 60px;
    overflow: hidden; }
  .wrapper {
    padding-left: 40px;
    padding-right: 40px; }
  .title-home {
    font-size: 36px; }
  .moveDown {
    display: none; }
  .main-screen__img {
    top: -134px;
    width: 70.7vw;
    height: auto;
    right: 0%;
  }
  .customers {
    margin-top: 70px; }
  .pointer {
    display: none; }
  .desc-home .block-text {
    display: block; }
  .text-xl {
    width: 100%; }
  .desc-home {
    padding-top: 50px;
    padding-bottom: 0px; }
  .desc-home .text-xl,
  .desc-home2 .block-text .text-xl {
    width: 100%;
    min-width: 100%;
    margin-bottom: 52px;
    padding-left: 62px;
    padding-right: 57px; }
  .desc-home .block-text,
  .desc-home2 .block-text {
    display: block;
    padding-left: 40px;
    padding-right: 37px; }
  .desc-home .text-xl::before,
  .desc-home2 .block-text .text-xl::before {
    left: 0; }
  .desc-home .block-img {
    margin-top: 0; }
  .desc-home .block-img .cis1 {
    width: 100%;
    height: 100%;
    margin-top: 0;
  }
  .desc-home2 {
    display: block;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0; }
  .desc-home2 .block-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin-top: 30px; }
  .desc-home3 {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    padding-top: 40px; }
  .desc-home3 .block-text {
    display: block;
    padding-left: 40px;
    padding-right: 90px; }
  .desc-home3 .title-md {
    margin-bottom: 22px; }
  .desc-home__box:nth-child(1) .text {
    padding-left: 30px;
    width: 200px;
    margin-top: 0; }
  .desc-home__box:nth-child(2) .text {
    width: 200px;
    margin-top: 0; }
  .desc-home__box:nth-child(1) img {
    width: 37vw; }
  .desc-home__box:nth-child(2) img {
    width: 32vw; }
  .desc-home__box:nth-child(3) img {
    width: 23vw; }
  .desc-home__row {
    padding-right: 20px;
    padding-left: 10px; }
  .section__advantage {
    display: block;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    padding-left: 0; }
  .advantage__slider {
    width: 100% !important; }
  .advantage__text {
    padding-top: 16px;
    padding-left: 40px;
    padding-right: 37px; }
  .advantage__text .text-xl {
    width: 100%;
    max-width: 100%;
    padding-left: 62px;
    padding-right: 57px;
    margin-bottom: 30px; }
  .advantage__text .text {
    width: 100%;
    max-width: 100%; }
  .advantage__text .text-xl::before {
    left: 0; }
  .advantage__text .slider-controls {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 15px;
    margin-bottom: 15px; }
  .advantage__slider {
    height: 685px; }
  .section-form {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
  .form-bg {
    display: none; }
  .form-wrapper {
    padding-top: 46px;
    padding-left: 40px;
    padding-right: 40px;
    width: 100%; }
  .form-wrapper .text-xl {
    width: 100%;
    margin-bottom: 26px;
    max-width: 535px; }
  .form-wrapper .text {
    width: 100%; }
  .section-form .form {
    width: 100%;
    max-width: 650px; }
  .footer {
    margin-top: 70px;
    padding-bottom: 92px;
    position: relative; }
  .footer__row {
    display: block; }
  .footer__contacts {
    display: block; }
  .footer__contacts-link {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 17px; }
  .footer__contacts-col {
    margin-right: 0; }
  .footer__contacts_address {
    margin: 0 auto; }
  .footer__contacts-link.footer__contacts_address {
    width: 210px; }
  .networks {
    margin-left: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px; }
  .copyright {
    text-align: center;
    margin-bottom: 30px; }
  .footer__link {
    text-align: center;
    margin-bottom: 23px; }
  .footer__link_sol {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    margin-bottom: 68px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  .footer__row:nth-child(2) {
    margin-top: 0; }
  .footer__row:nth-child(3) .footer__link:nth-child(1) {
    margin-right: 0; }
  .map-section .text {
    padding-left: 40px;
    padding-right: 40px;
    position: static;
    padding-bottom: 0; }
  .map-home__img {
    margin-right: 0;
    width: 100%;
    min-width: 100%;
    margin-top: 0;
    height: 100%; }
  .map-markers {
    right: 0;
    min-width: 100%; }
  .map-marker img {
    width: 13px;
    height: 13px; }
  .map-marker {
    width: 20px;
    height: 20px; }
  .map-marker_20 {
    top: 32%;
    left: 28%; }
  .map-marker_21 {
    top: 39%;
    left: 26.5%; }
  .map-marker_19 {
    top: 43%;
    left: 41.5%; }
  .map-marker_10 {
    top: 47%;
    left: 48.5%; }
  .map-marker_11 {
    top: 44.5%;
    left: 49.5%; }
  .map-marker_13 {
    top: 49%;
    left: 39%; }
  .map-marker_22 {
    top: 62%;
    left: 31.5%; }
  .map-marker_12 {
    top: 65%;
    left: 33%; }
  .map-marker_18 {
    top: 68%;
    left: 36%; }
  .map-marker_9 {
    top: 45%;
    left: 90%; }
  .map-marker_23 {
    top: 37%;
    left: 82.5%; }
  .map-marker_7 {
    top: 36%;
    left: 80%; }
  .map-marker_4 {
    top: 66%;
    left: 87%; }
  .map-marker_3 {
    top: 57%;
    left: 70%; }
  .map-marker_2 {
    top: 84%;
    left: 84%; }
  .map-marker_8 {
    top: 75.5%;
    left: 76%; }
  .map-marker_16 {
    top: 80%;
    left: 43%; }
  .map-marker_6 {
    top: 83%;
    left: 60%; }
  .map-marker_5 {
    top: 82%;
    left: 57.5%; }
  .map-marker_1 {
    top: 74%;
    left: 51.5%; }
  .map-marker_14 {
    top: 76%;
    left: 49%; }
  .map-marker_17 {
    top: 69.5%;
    left: 45.5%; }
  .map-marker_15 {
    top: 73%;
    left: 46%; }
  .desc-home2 .block-img .cis1 {
    width: 50vw; }
  .desc-home2 .block-img {
    height: auto; }
  .cloud-block {
    height: 65%; }
  .header::before {
    display: none; }
  .catalog-modal .header {
    position: relative;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 50px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .catalog-modal .nav,
  .catalog-modal .header-btn,
  .catalog-modal .btn__phone-modal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .catalog-modal .header__logo {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    padding-top: 10px; }
  .catalog-modal .nav {
    margin-left: 20px; }
  .catalog-modal .header-btn {
    position: absolute;
    right: 25px;
    bottom: -35px; }
  .catalog-modal .header-phone {
    margin-left: auto;
    padding-top: 0; }
  .catalog-modal__container {
    padding-left: 20px; }
  .catalog__block {
    height: calc(100vh - 150px); }
  .catalog-modal .header {
    padding-left: 26px; }
  .content_projects .section-form {
    margin-bottom: 0; }
  .section-form {
    padding-bottom: 46px; }
  #fullpage .section-form {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    padding-bottom: 0; }
  .news-card__name {
    margin-bottom: 15px; }
  .news-card__img {
    width: 300px;
    min-width: 300px; }
  .reviews {
    margin-bottom: 0; }
  .review {
    padding: 40px 30px 40px 30px; }
  .review__img {
    margin-right: 30px; }
  .services {
    margin-bottom: 60px; }
  .service {
    padding: 51px 20px 33px 30px; }
  .service__img {
    margin-right: 30px; }
  .service__name {
    max-width: 324px; }
  .content_services .form-wrapper,
  .content_projects .form-wrapper,
  .content_production .form-wrapper,
  .content_contacts .form-wrapper,
  .content_product .form-wrapper {
    padding-top: 40px; }
  .content_services {
    padding-bottom: 0; }
  .download-block {
    margin-left: 40px;
    margin-right: 40px;
    padding: 50px 40px 60px 40px; }
  .production-desc {
    height: auto;
    padding-top: 250px;
    padding-bottom: 40px; }
  .production-stages {
    padding-top: 40px; }
  .production-stages {
    padding-bottom: 60px; }
  .download-block {
    margin-bottom: 100px; }
  .content_production {
    padding-bottom: 0; }
  .content_news-detail {
    padding-bottom: 0; }
  .bg-left {
    display: none; }
  .content_company {
    padding-bottom: 0; }
  .content_company .customers__item {
    margin-right: 5%; }
  .contacts-conatiner {
    padding-right: 40px;
    padding-left: 40px; }
  .content_contacts {
    padding-bottom: 0; }
  .product-characteristic {
    padding-left: 40px;
    padding-right: 40px; }
  .product-characteristic::before, .product-characteristic::after {
    width: 40px; }
  .product-first-screen {
    padding-bottom: 80px; }
  .product-img {
    display: none; }
  .product-text__block {
    padding-bottom: 60px; }
  .content_product .social-share {
    margin-right: 40px; }
  .product-card__container {
    padding-right: 40px;
    padding-left: 40px; }
  .product-card__name {
    margin-right: 0;
    margin-left: -12px; }
  .content_product {
    padding-bottom: 0; }
  .catalog-first-screen {
    padding: 40px 40px 0 40px; }
  .industries {
    padding: 60px 40px 0 40px; }
  .industries__list {
    margin-top: 40px; }
  .header.right .title__block {
    margin-left: 0; }
  .header.right .title__block .title-main {
    max-width: 100%; }
  .projects-first-screen {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding-top: 20px; }
  .projects-first-screen__text .text-md {
    width: 100%; }
  .projects-first-screen__text {
    padding-top: 0;
    padding-right: 40px; }
  .projects-first-screen__img {
    width: 100%;
    margin-top: 44px; }
  .projects-first-screen__img::before {
    display: none; }
  .projects-first-screen__img::after {
    display: none; }
  .characteristics__block {
    padding-left: 40px;
    padding-right: 40px;
    margin-bottom: 50px; }
  .characteristics {
    padding-top: 44px; }
  .content_projects-detail .section-slider {
    padding-top: 66px;
    margin-bottom: 12px; }
  .content_calculator {
    padding-bottom: 0; }
  .form-wrapper.form-calculator .text-xl {
    max-width: 370px; }
  .tab-content {
    width: 43vw; }
  .tabs-content {
    margin-top: -90px; }
  .calculator-characteristics__box-row .text-xl.text-xl_bold {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content; }
  .calculator-characteristics__box-row .text-xl {
    width: auto; }
  .contact__link_phone::before,
  .contact__link_mail::before {
    display: none; }
  .advantage__slider, .advantage__slider .slick-list, .advantage__slider .slick-track {
    height: 100vw !important; }
  .map-marker:hover .map-info {
    display: none; }
  .consent-modal .modal-text {
    padding-bottom: 100px; }
  .content {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    transition:none !important;
  }
  .catalog-model {
    height: 500px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    top: 100px; }
  .catalog-model {
    z-index: 0; }
  .product-model {
    height: 484px;
    top: 15%; }
  .product-first-screen{
    z-index: 0;
  }
  .news-detail__conatiner .text{
    margin-bottom: 35px;
  }
  .product-card__container {
    position: static;
    z-index: 0;
  }
  .content_calculator,
  .content_projects,
  .content_catalog,
  .content_home{
    z-index: 0 !important;
  }
  .catalog-first-screen{
    height: auto;
  }
  .product-card{
    height: 200px;
  }
  .content_product .product-card {
    height: 200px;
  }
  .content_404{
    margin-bottom: 50px;
  }
  .catalog-modal .header-phone__link_mail,
  .catalog-modal .header-phone__link_mail span{
    display: block;
  }
  .catalog-modal .btn__phone-modal{
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

@media (max-width: 900px) {
  .main-screen__img {
    top: -16%;}
  .catalog__col {
    width: 45%; }
  .production-stages__title {
    line-height: normal; }
  .tabs-content {
    margin-top: -43px; }
  .tab-content {
    width: 100%; } }

@media (max-width: 800px) {
  .customers__item img {
    width: 89px; }
  .content_company .customers__item img {
    width: auto; }
  .catalog__col:nth-child(2) {
    margin-right: 0; }
  .tabs-content {
    margin-top: 0px; }
  .product-model {
    height: 500px;
    top: 13%;
    position: static;
    margin: 0 auto;
    margin-top: 10px;
    width: 100%;
  }
  .tab-content {
    height: 328px; }
  .sketchfab-embed-wrapper iframe {
    height: 128%; }
  .tabs-content {
    display: none; }
  .product-first-screen{
    flex-direction: column;
  }
  .catalog-model{
    position: static;
    margin: 0 auto;
    width: 100%;
    height: 515px;
  }
  .catalog-first-screen{
    flex-direction: column;
  }

}

@media (max-width: 759.98px) {
  .social-share__text {
    display: none; }
  .social-share {
    margin-top: 0; }
  .uscl-vi, .uscl-telegram, .uscl-wa {
    display: inline-block !important; }
  .content_projects-detail {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important; }
  .product-text__block {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-top: 0; }
  .product-card__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .product-card {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .product-card:nth-child(2n) {
    width: 100%; }
  .product-card__name {
    width: 60%; }
  .product-model {
    position: static;
    margin: 0; }
  .product-first-screen {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .product-model {
    width: 100%;
    height: 485px; }
  .product-model .sketchfab-embed-wrapper .model {
    height: 130%; }
  .product-characteristic__box {
    width: 50%; }
  .catalog-first-screen {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .catalog-model {
    margin-top: 0;
    width: 100%; }
  .content_catalog .product-card__container {
    padding-top: 40px; }
  .industries__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .industries__item {
    width: 100%; }
  .industries__item:nth-child(odd) {
    margin-right: 0; }
  .industries__item {
    margin-bottom: 40px; }
  .content_catalog .form-wrapper {
    padding-top: 10px; }
  .tabs-content {
    display: none; }
  .catalog-model {
    position: static;
    height: 370px; }
  .sketchfab-embed-wrapper iframe {
    height: 223%; } }

@media (max-width: 750px) {
  .title-home {
    font-size: 32px;
    line-height: normal; }
  .main-screen__img {
    right: -5%; }
  .catalog-modal .header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px; }
  .catalog-modal .header-btn {
    position: static;
    margin-left: 0;
    margin-bottom: 31px; }
  .catalog-modal .header-phone {
    margin-left: 0; }
  .catalog-modal .nav {
    margin-left: 0;
    margin-top: 39px;
    margin-bottom: 18px; }
  .catalog-modal .btn__phone-modal {
    margin-left: 0; }
  .catalog__block {
    height: 100%;
    overflow: inherit; }
  .catalog-modal {
    overflow: auto; }
  .catalog-close {
    position: absolute;
    right: 16px;
    top: 40px; }
  .catalog-modal .header__logo {
    padding-top: 0; }
  .catalog-modal__container {
    padding-right: 20px; }
  .catalog__col {
    width: 50%;
    margin-right: 30px; }
  .modal-block {
    width: 100%;
    overflow: auto;
    padding-bottom: 30px; }
  .modal-block {
    padding-left: 50px;
    padding-right: 50px; }
  .projects-conatiner .projects__card {
    width: 100%; }
  .service__img {
    display: none; }
  .btn__modal-services {
    position: static; }
  .service .text {
    padding-right: 0; }
  .services {
    margin-top: 20px; }
  .service {
    padding-top: 40px;
    padding-right: 30px; }
  .service__name {
    max-width: 100%;
    min-height: 40px; }
  .btn__modal-services {
    margin-top: 30px; }
  .production-desc .text {
    margin-top: 20px; }
  .production-stage__block::before {
    display: none; }
  .production-stage__block::after {
    display: none; }
  .production-stage__block {
    padding-right: 20px;
    padding-left: 20px; }
  .download-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding: 24px 20px;
    margin-bottom: 60px; }
  .download:first-child {
    margin-right: 0;
    margin-bottom: 29px; }
  .download {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .production-stages {
    padding-bottom: 20px; }
  .news-detail__img,
  .news-detail__video {
    width: 100%;
    min-width: 100%; }
  .news-detail__img {
    margin-bottom: 30px; }
  .news-detail__video {
    margin-top: 30px; }
  .news-detail__img::before, .news-detail__video::before {
    display: none; }
  .news-detail__img::after, .news-detail__video::after {
    display: none; }
  .news-detail__conatiner {
    padding-left: 0;
    padding-right: 0; }
  .news-detail__conatiner .text {
    padding-left: 40px;
    padding-right: 40px; }
  .news-other {
    margin-top: 40px; }
  .news-other .title-md {
    margin-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px; }
  .content_company .customers__item {
    margin-right: 5px;
    margin-bottom: 40px; }
  .content_company .customers {
    margin-top: 50px;
    margin-bottom: 20px; }
  .content_company .customers__row {
    margin-top: 40px; }
  .documents-block {
    margin-top: 40px;
    padding-left: 0;
    padding-right: 0; }
  .documents {
    margin-top: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .documents-block .title-md {
    padding-left: 40px;
    padding-right: 40px; }
  .document {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px; }
  .calculator-modal__block {
    padding-left: 40px;
    width: 100%; }
  .news-detail__conatiner .wrapper{
    padding: 0;
  }
}

@media (max-width: 699.98px) {
  .news-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 10px;
    height: auto;
    max-height: 100%;
  }
  .news-card__content .text{
    max-height: 100%;
  }
  .news-card:first-child {
    padding-top: 0; }
  .news-card__img {
    width: 100%;
    min-width: 100%; }
  .news-conatiner {
    padding-left: 0;
    padding-right: 0;
    margin-top: 20px;
    margin-bottom: 0; }
  .news-card__img::before {
    display: none; }
  .news-card__img::after {
    display: none; }
  .news-card__date {
    margin-bottom: 9px; }
  .news-other .news-card {
    padding-top: 0; }
  .news-card__content {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 34px; }
  .news-other {
    padding-left: 0;
    padding-right: 0; }
  .calculator-modal__block {
    padding-left: 20px; }
  .calculator-modal__block {
    height: 100%; }
  .calculator-modal__block {
    padding-top: 75px; }
  .calculator-modal__img {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: calc(100% - 20px);
    height: 44vh;
    bottom: 35px; }
  .news-detail__img{
    height: 85vw;
  }
  .gallery-slider_news{
    margin-bottom: 30px;
  }
}

@media (max-width: 599.98px) {
  .header__block {
    padding-left: 28px;
    padding-right: 25px; }
  .title__block {
    padding-left: 20px;
    padding-right: 20px; }
  .sort__select {
    width: 100%; }
  .main-screen__img {
    position: static;
    height: auto;
  }
  .customers__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }
  .wrapper {
    padding-left: 20px;
    padding-right: 20px; }
  .title-home__block .btn-border {
    margin-top: 23px; }
  .main-screen__img {
    width: 100%;
    overflow: hidden; }
  /*.main-screen__img img {*/
  /*  width: 150%;*/
  /*  margin-left: -39%; }*/
  .main-screen {
    padding-left: 0;
    padding-right: 0; }
  .main-screen .title-home__block {
    padding-left: 20px;
    padding-right: 20px; }
  .customers {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 15px; }
  .customers__row {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 20px; }
  .customers__item {
    margin-right: 36px;
    padding-top: 10px;
    margin-bottom: 10px; }
  .slider-projects .slider__header {
    -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;
    margin-bottom: 20px; }
  .slider-projects .slider__header .title-md {
    margin-bottom: 20px; }
  .map-section .text {
    padding-left: 20px;
    padding-right: 24px; }
  .desc-home .block-text, .desc-home2 .block-text {
    padding-left: 20px;
    padding-right: 24px; }
  .desc-home {
    padding-top: 46px; }
  .desc-home .text-xl, .desc-home2 .block-text .text-xl {
    margin-bottom: 42px;
    padding-right: 0; }
  .desc-home2 .block-img .cis1 {
    width: 70vw;
    margin-left: -10%; }
  .desc-home3 .block-text {
    padding-left: 20px;
    padding-right: 24px; }
  .desc-home__row {
    display: block;
    padding-top: 33px;
    padding-left: 0;
    padding-right: 0; }
  .desc-home__box:nth-child(1) img {
    width: 90vw;
    max-width: 100%;
    margin: 0 auto; }
  .desc-home__box:nth-child(1) .text {
    padding-left: 20px;
    margin-bottom: 0; }
  .desc-home__box:nth-child(2) img {
    width: 90vw;
    max-width: 100%;
    margin: 0 auto; }
  .desc-home__box:nth-child(2) {
    padding-right: 20px;
    margin-top: 33px; }
  .desc-home__box:nth-child(2) .text {
    width: 275px;
    padding-left: 20px; }
  .desc-home__box:nth-child(3) .text {
    width: 225px;
    max-width: 225px;
    text-align: left;
    padding-left: 20px; }
  .desc-home__box:nth-child(3) {
    margin-top: 18px; }
  .desc-home__box:nth-child(3) img {
    display: block;
    max-width: 100%;
    width: 65vw;
    margin: 0 auto; }
  .advantage__text {
    padding-left: 20px;
    padding-right: 24px; }
  .form-wrapper {
    padding-top: 28px;
    padding-left: 20px;
    padding-right: 20px; }
  .form-wrapper .text-xl {
    margin-bottom: 18px; }
  .footer {
    margin-top: 48px; }
  .map-home {
    overflow: hidden; }
  .map-home__img {
    width: 599px;
    min-width: 599px; }
  .map-markers {
    width: 599px;
    min-width: 599px; }
  .catalog__block {
    display: block;
    padding-bottom: 70px; }
  .catalog__col {
    width: 100%;
    margin-right: 0; }
  .catalog__list:last-child {
    padding-bottom: 0; }
  .projects-conatiner {
    margin-top: 20px; }
  .pagination__arrow-prev {
    margin-right: 10px; }
  .pagination__arrow-next {
    margin-left: 10px; }
  .pagination span {
    width: 17px; }
  .pagination__arrow {
    height: 56px;
    width: 12%; }
  .pagination__link {
    height: 56px;
    width: 12%; }
  .projects-conatiner {
    margin-bottom: 50px;
    overflow: hidden; }
  .pagination {
    margin-top: 50px;
    margin-left: -20px;
    min-width: 100vw; }
  .section-form {
    padding-bottom: 32px; }
  .sort {
    width: 100%; }
  .reviews {
    margin-top: 20px; }
  .service {
    padding: 20px; }
  .services {
    margin-bottom: 40px; }
  .content_services .form-wrapper,
  .content_projects .form-wrapper,
  .content_production .form-wrapper,
  .content_contacts .form-wrapper {
    padding-top: 32px; }
  .number__block {
    display: none; }
  .production-stages__title {
    font-size: 28px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px; }
  .production-stage__block {
    margin-left: 0;
    margin-top: 0; }
  .triangle {
    display: none; }
  .production-stages {
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0; }
  .production-desc .text {
    margin-top: 12px; }
  .production-stage__block {
    margin-bottom: 20px; }
  .production-stage__text {
    font-size: 18px; }
  .catalog-modal__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 50px; }
  .catalog__col:last-child {
    width: 100%; }
  .catalog__list {
    margin-bottom: 50px; }
  .news-detail__conatiner {
    padding-top: 20px; }
  .news-card__content {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 34px; }
  .news-detail__conatiner,
  .news-other {
    padding-left: 0;
    padding-right: 0; }
  .news-detail__conatiner .text,
  .news-other .title-md {
    padding-left: 20px;
    padding-right: 20px; }
  .company-desc {
    margin-top: 0;
    height: 202px;
    position: relative;
    padding-bottom: 0;
    margin-top: 160px; }
  .company-desc__text {
    position: absolute;
    top: -140px;
    left: 0;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.67; }
  .company-desc .play {
    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;
    width: 100%;
    height: 100%; }
  .documents-block {
    padding-left: 0;
    padding-right: 0; }
  .document {
    padding: 25px 20px 30px 20px; }
  .document__link {
    width: 80px;
    height: 111px;
    min-width: 80px;
    margin-right: 43px; }
  .document__name {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.67; }
  .content_company .customers__item {
    margin-right: 8%; }
  .contacts-conatiner {
    padding: 20px 20px 40px 20px; }
  .contact {
    margin-bottom: 20px; }
  .contact__name {
    margin-bottom: 5px; }
  .contacts {
    margin-bottom: 20px; }
  .requisite {
    margin-bottom: 20px; }
  .contacts-map {
    height: 400px; }
  .product-first-screen {
    padding-bottom: 20px;
    padding-top: 20px; }
  .product-characteristic::before, .product-characteristic::after {
    display: none; }
  .product-characteristic {
    padding-left: 20px;
    padding-right: 20px; }
  .product-text__block {
    padding-left: 20px;
    padding-right: 20px; }
  .product-text {
    padding-top: 13px; }
  .product-text .text {
    margin-bottom: 15px; }
  .gallery-slider__track,
  .gallery-slider__item {
    height: 210px; }
  .content_product .documents-block {
    margin-top: 50px; }
  .content_product .product-card__container {
    padding-top: 60px;
    padding-bottom: 13px; }
  .content_product .product-card__row {
    margin-top: 38px; }
  .product-card__img {
    width: 126px; }
  .product-card__container {
    padding-left: 0;
    padding-right: 0; }
  .product-card__name {
    width: 100%;
    margin-left: 34px; }
  .product-card__container .title-md {
    margin-left: 20px; }
  .content_product .section-form {
    background: none; }
  .product-first-screen__text {
    width: 100%; }
  .catalog-first-screen {
    padding: 20px 20px 0 20px; }
  .catalog-model {
    margin-top: 20px; }
  .industries {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 25px; }
  .industries__list {
    margin-top: 25px; }
  .industries__item {
    margin-bottom: 35px; }
  .header.right .title__block,
  .projects-first-screen__text,
  .characteristics__block {
    padding-left: 20px;
    padding-right: 20px; }
  .tabs {
    margin-left: -20px;
    width: calc(100% + 40px); }
  .tabs-btn {
    border-radius: 0;
    width: 100%;
    padding-left: 0;
    padding-right: 0; }
  .content_calculator {
    padding-top: 43px; }
  .calculator-block {
    margin-top: 60px; }
  .next-step {
    margin-top: 30px; }
  .name-step {
    font-size: 24px;
    line-height: 1.17; }
  .radio-wrapper {
    margin-top: 13px; }
  .calculator-characteristics__box {
    width: calc(100% + 40px);
    margin-left: -20px; }
  .text-step {
    font-size: 15px;
    line-height: 1.67;
    margin-top: 28px;
    max-width: 100%; }
  .catalog-model {
    height: 280px; }
  .product-model {
    height: 400px;
    margin-top: 5px; }
  .product-model .sketchfab-embed-wrapper .model {
    height: 125%; }
  .catalog-model .sketchfab-embed-wrapper iframe {
    height: 151%; }
  .production-stage{
    flex-direction: column;
  }
  .add-production{
    margin-left: 20px;
    margin-top: 0;
    margin-bottom: 20px;

  }
}

@media (max-width: 499.98px) {
  .map-home__img {
    margin-right: -40px; }
  .map-markers {
    margin-right: -36px; }
  .modal-block .form {
    padding-top: 30px;
    width: 100%; }
  .modal.open .modal-block,
  .consent-modal.open .modal-block {
    padding-left: 20px;
    padding-right: 20px; }
  .current {
    font-size: 14px; }
  .sort__select .option {
    font-size: 14px; }
  .reviews .pagination {
    margin-left: 0; }
  .review {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px;
    padding-bottom: 34px;
    padding-top: 10px;
    background: none; }
  .review:first-child {
    border-top: 0; }
  .reviews {
    padding-left: 0;
    padding-right: 0; }
  .review__img {
    margin-right: 0;
    margin: 0 auto;
    width: 163px;
    height: auto;
    margin-bottom: 53px; }
  .projects-rewiews .review .review__img::before {
    display: none; }
  .review .text-md {
    margin-top: 20px; }
  .content_company .customers__item {
    margin-right: 57px; }
  .product-characteristic__box {
    width: 100%; }
  .product-characteristic {
    padding-left: 0;
    padding-right: 0; }
  .product-characteristic__box {
    min-height: 1px; }
  .product-model {
    margin-top: 11px; }
  .projects-rewiews .review:first-child {
    border-top: solid 1px #81a1c4; }
  .projects-rewiews {
    padding-left: 0;
    padding-right: 0; }
  .projects-rewiews .review {
    padding-top: 42px;
    background-color: #1c4f89; }
  .projects-rewiews .review .text-md.text-md_italic {
    margin-top: 9px; }
  .characteristics__row {
    width: 100%; }
  .characteristics__row:nth-child(odd) {
    margin-right: 0; }
  .header.right .title__block .title-main {
    width: 328px; }
  .row-desc .text-xl {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content; }
  .sort__select.v-select .title {
    height: auto;
    padding-top: 13px;
    padding-bottom: 13px; }
  .sort {
    margin-bottom: 50px; } }

@media (max-width: 449.98px) {
  .production-stage__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .production-stage__img {
    width: 100%;
    height: 300px; }
  .production-stage__img img {
    -o-object-fit: cover;
    object-fit: cover; }
  .production-stage__content {
    padding-left: 0; }
  .production-stage__img {
    display: none; }
  .footer__link_sol {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content; }
  .content_company .customers__row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .content_company .customers__item {
    margin-right: 0; }
  .requisite {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .requisite__name {
    width: 100%;
    margin-bottom: 10px; }
  .contact__link,
  .contact__link:link {
    font-size: 18px; }
  .contact__link_phone {
    margin-bottom: 4px; }
  .contacts-map {
    height: 300px; }
  .contact__link span {
    display: block; }
  .catalog-first-screen__text {
    width: 100%; }
  .radio-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }
  .label-number {
    margin-left: 0;
    margin-top: 27px;
    margin-right: 40px; }
  .form-calculator .form {
    width: 100%; }
  .form-wrapper.form-calculator {
    padding-right: 0; }
  .product-model {
    height: 270px; }
  .product-model .sketchfab-embed-wrapper .model {
    height: 135%; }
  .inputPlaceholder{
    margin-top: 0;
  }
}

@media (max-width: 415px) {
  .customers__item:nth-child(3) {
    margin-right: 0; }
  .customers__item {
    margin-right: 30px; }
  .map-home__img {
    width: 510px;
    min-width: 510px;
    margin-right: -20px; }
  .map-markers {
    width: 510px;
    min-width: 510px;
    margin-right: -16px; }
  .data-span, .data-span__link {
    font-size: 10px; }
  .catalog-modal .nav {
    width: 100%; }
  .nav__item:nth-child(3) {
    margin-right: 46px; }
  .current {
    font-size: 12px;
    padding-left: 10px; }
  .sort__select .option {
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px; }
  .title-main {
    font-size: 32px;
    line-height: normal; }
  .coating_box .calculator-characteristics__box-row {
    display: block; }
  .coating_box .calculator-characteristics__box-row .text-xl.text-xl_bold {
    margin-top: 6px; }
  .coating_box .calculator-characteristics__box-row:first-child {
    margin-bottom: 19px; }
  .form-wrapper.form-calculator .text-xl {
    max-width: 100%; }
  .chek__label .parsley-errors-list {
    font-size: 11px; }
  .catalog-model {
    height: 279px; } }

@media (max-width: 366.98px) {
  .customers__item:nth-child(3) {
    margin-right: 30px; }
  .customers__item {
    margin-right: 30px; }
  .map-home__img {
    width: 460px;
    min-width: 460px;
    margin-right: -25px; }
  .map-markers {
    width: 460px;
    min-width: 460px;
    margin-right: -21px; }
  .nav__item:nth-child(2) {
    margin-right: 0; }
  .current {
    font-size: 10px; }
  .sort__select .option {
    font-size: 10px; }
  .content_company .customers__item {
    width: 120px; }
  .company-desc {
    margin-top: 180px; }
  .company-desc__text {
    top: -160px; }
  .radio-overlay {
    padding: 15px 10px 13px 10px; }
  .total-price {
    font-size: 38px; }
  .calculator-modal__block {
    padding-top: 50px; }
  .calculator-modal__img {
    bottom: 0; }
  .chek__label .parsley-errors-list {
    font-size: 9px; }
  .slash {
    margin-left: 10px;
    margin-right: 10px; }
  .content_production .form .chek__label {
    max-width: 144px; }
  .catalog-model {
    height: 227px; }
  .product-model {
    height: 200px; }
  .product-model .sketchfab-embed-wrapper .model {
    height: 155%; }
  .sort__select.v-select .title {
    font-size: 14px; }
  .sort__select.v-select .options span:first-child {
    font-size: 14px; }
  .product-card__img {
    width: 89px;
  }
  .product-card__name{
    margin-left: 22px;
  }
}


/******* SMI *******/
.smi-container {
  margin-top: 50px;
  margin-bottom: 150px; }

.smi-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: solid 1px #81a1c4;
  background-color: #1c4f89;
  margin-bottom: -1px; }

.smi-card__img {
  width: 267px;
  min-width: 267px;
  position: relative; }

.smi-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.smi-card__img::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 21px;
  background-color: rgba(32, 88, 151, 0.7); }

.smi-card__img::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 41px;
  background-color: rgba(32, 88, 151, 0.7); }

.smi-card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 18px 22% 25px 42px;
  position: relative;
  width: 100%; }

.smi-card__date {
  display: block;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #fff; }

.smi-card__name {
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #fff;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  margin-bottom: 12px; }

.smi-card__name:hover {
  opacity: 0.7;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.smi-card__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  color: #fff; }

.smi-card__logo {
  height: 55px;
  position: absolute;
  top: 20px;
  right: 20px; }

.smi-card__logo img {
  height: 100%; }

.smi-container .pagination {
  margin-top: 77px; }

@media (max-width: 1250px) and (min-width: 950px) {
  .smi-container.wrapper {
    padding-right: 16.7%; } }

@media (max-width: 950px) {
  .smi-container {
    margin-bottom: 110px; }
  .smi-card__img {
    width: 220px;
    min-width: 220px; }
  .smi-card__content {
    padding-left: 20px;
    padding-right: 26%; } }

@media (max-width: 699.98px) {
  .smi-container.wrapper {
    padding-left: 0;
    padding-right: 0;
    margin-top: 20px;
    margin-bottom: 0; }
  .smi-container .pagination {
    margin-top: 60px; }
  .smi-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 10px; }
  .smi-card:first-child {
    padding-top: 0; }
  .smi-card__img::before,
  .smi-card__img::after {
    display: none; }
  .smi-card__img {
    width: 100%;
    min-width: 100%; }
  .smi-card__content {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 34px; }
  .smi-card__logo {
    position: static; }
  .smi-card__date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .smi-card__name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 20px; }
  .smi-card__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    margin-top: 20px; }
  .smi-card__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; } }

@media (max-width: 599.98px) {
  .smi-card__content {
    padding-left: 20px;
    padding-right: 20px; }
  .smi-container .pagination {
    margin-left: 0; } }
