@import "https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;400;500;600;700;800;900&display=swap");
html, body {
  font-family: "Montserrat", sans-serif, sans-serif; }

html {
  font-size: 15px;
  letter-spacing: normal;
  line-height: 1.3;
  color: #000; }

* {
  box-sizing: border-box; }

.workspace {
  position: relative;
  overflow: hidden; }

@media all and (max-width: 1084px) {
  html {
    font-size: 18px; } }

.content-area {
  font-size: 1rem; }
.content-area p, .content-area div {
  margin-top: 0;
  margin-bottom: 1.4rem; }
.content-area p:last-child, .content-area div:last-child {
  margin-bottom: 0; }
.content-area blockquote {
  font-style: italic; }
.content-area a, .content-area a:hover, .content-area a:active, .content-area a:visited, .content-area a:focus {
  font-family: inherit;
  text-decoration: underline; }
.content-area a:hover, .content-area a:active, .content-area a:focus {
  text-decoration: none; }
.content-area b,
.content-area strong {
  font-family: inherit; }
.content-area i,
.content-area em {
  font-style: italic; }
.content-area img {
  float: none !important;
  display: block;
  margin: 7px 0;
  max-width: 100%;
  width: 100%;
  height: auto !important; }

.header {
  position: relative;
  width: 100%;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15);
  padding-bottom: 10px; }
.header__top {
  padding: 19px 15px 0;
  display: block;
  margin: 0 auto;
  max-width: 1260px;
  min-width: 320px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; }
.header__link-tel {
  font-style: normal;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.46667rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #191919;
  text-decoration: none;
  transition: .5s; }
.header__link-tel:hover {
  color: #1F62A8; }
.header__logotype {
  display: block;
  width: 90.25px;
  height: 60px;
  margin-left: -190px;
  transition: .5s; }
.header__logotype:hover {
  transform: scale(1.2); }
.header__search {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  align-items: center; }
.header__form-search {
  width: 300px;
  margin-bottom: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  display: none; }
.header__form-search input {
  border: none;
  padding-bottom: 10px;
  padding-left: 15px;
  border-bottom: 1px solid #191919;
  outline: none;
  font-size: 1rem;
  line-height: 1.06667rem;
  color: #191919;
  transition: .5s;
  width: 0;
  opacity: 0; }
.header__form-search .header__form-search--open {
  width: 300px;
  opacity: 1; }
.header__form-search button {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  margin: 0;
  border: none;
  font-family: inherit;
  font-size: inherit;
  background: transparent;
  cursor: pointer;
  margin-left: 10px;
  transition: .5s;
  opacity: 0; }
.header__form-search button:focus {
  outline: none; }
.header__form-search .icon-search--click {
  transition: .5s;
  z-index: 9999999;
  position: relative; }
.header__form-search .icon-search--click:hover {
  transform: scale(1.1); }
.header__bottom {
  padding: 13px 15px 0;
  display: block;
  margin: 0 auto;
  max-width: 1260px;
  min-width: 320px;
  position: relative; }
.header__menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
  margin-left: 0;
  padding-left: 0; }
.header__menu li {
  margin-left: 0;
  padding-left: 0; }
.header__menu li > a {
  text-decoration: none;
  font-style: normal;
  font-weight: bold;
  font-size: 0.66667rem;
  line-height: 0.8rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #191919;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  transition: .5s; }
.header__menu li > a:hover {
  color: #1F62A8; }
.header__menu li > a > i {
  margin-left: 5px; }

.main-li {
  position: relative; }
.main-li a i {
  transition: .5s; }
.main-li .main-li--open i {
  transform: rotate(180deg); }
.main-li__children {
  display: none;
  position: absolute;
  left: -25%;
  padding: 20px;
  top: calc(100% + 20px);
  list-style: none;
  width: 130px;
  z-index: 99;
  margin-left: 0;
  background: #ffffff;
  border: 1px solid #f1f1f1; }
.main-li__children > li a {
  margin-bottom: 10px; }

.icon-logo {
  width: 90.25px;
  height: 60px;
  background: transparent url("../i/logo.svg") center center no-repeat;
  background-size: 100% auto;
  display: block; }

.icon-search {
  width: 16px;
  height: 16px;
  background: transparent url("../i/search.svg") center center no-repeat;
  background-size: 100% auto;
  display: block; }

.icon-down-menu {
  width: 9px;
  height: 5px;
  background: transparent url("../i/nav-down.svg") center center no-repeat;
  background-size: 100% auto;
  display: block; }

@media all and (max-width: 1084px) {
  .header__nav {
    display: none;
    position: fixed;
    background: #fff;
    z-index: 99999;
    width: 90%;
    top: 0;
    overflow: auto;
    height: 100vh;
    right: 0;
    box-shadow: -10px 0px 5px -4px rgba(0, 0, 0, 0.34); }
  .header__menu {
    display: block; }
  .header__menu > li {
    border-bottom: 1px solid #f1f1f1; }
  .header__menu > li > a {
    padding: 20px 0 20px 40px;
    max-width: 80%;
  }
  .header__menu .main-li > a i {
    transform: rotate(-90deg);
    width: 15px;
    height: 15px;
    margin-left: 30px;
    position: absolute;
    right: 30px;
  }
  .header__menu .main-li .main-li--open i {
    transform: rotate(0); }
  .header__menu .main-li__children {
    display: none;
    position: relative;
    background: none;
    border: none;
    left: auto;
    top: auto;
    width: auto;
    margin-left: 50px; }
  .header__burger {
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 5px;
    margin: auto;
    width: 30px;
    height: 30px;
    z-index: 9999;
  }
  .header__burger > i {
    display: block;
    width: 25px;
    border-radius: 25px;
    height: 3px;
    background: #191919;
    margin-bottom: 4px;
    transition: .5s; }
  .header__burger > i:last-child {
    margin-bottom: 0; }
  .header .header__burger--open {
    position: fixed;
    bottom: auto;
	z-index: 99999;}
  .header .header__burger--open > i {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto; }
  .header .header__burger--open > i:nth-child(1) {
    transform: rotate(45deg); }
  .header .header__burger--open > i:nth-child(2) {
    width: 0;
    opacity: 0; }
  .header .header__burger--open > i:nth-child(3) {
    transform: rotate(-45deg); } }

@media all and (max-width: 918px) {
  .header__link-tel {
    text-align: center;
    order: 2; }
  .header__logotype {
    flex-basis: 100%;
    margin-left: 0;
    order: 1;
    margin-bottom: 10px; }
  .header__logotype > i {
    margin: 0 auto;
    display: block; }
  .header__search {
    order: 3;
    position: absolute;
    top: 20px;
    left: 20px; }
  .header__search .icon-search--click {
    z-index: 99999999;
    position: relative; }
  .header__form-search input {
    padding-left: 50px;
    height: 69px !important; }
  .header__form-search {
    display: none; }
  .header__burger {
    position: fixed;
    bottom: auto; }
  .header__form-search .header__form-search--open {
    width: 80%; } }

@media all and (max-width: 918px) {
  .header__link-tel {
    flex-basis: 100%; }
  .header__form-search {
    position: absolute;
    top: 20px;
    left: 20px; }
  .header__form-search input {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    bottom: auto;
    height: 100px;
    top: 0;
    z-index: 9999999;
    width: 100%; }
  .header__form-search .header__form-search--open {
    width: 100%; } }

.first-slider {
  position: relative;
  overflow: hidden;
  margin-top: 28px;
  padding-bottom: 67px;
  height: calc(100vh - 164px); }
.first-slider::before {
  content: '';
  background: #191919;
  width: 100%;
  height: 430px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  object-fit: cover; }
.first-slider__slider-body {
  display: block;
  margin: 0 auto;
  max-width: 87.625%;
  min-width: 320px;
  padding: 0 5px;
  position: relative; }
.first-slider__swiper-slide {
  position: relative;
  height: 700px;
  width: calc(100% - 50px);
  margin-right: 0;
  margin-left: auto;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-direction: column; }
.first-slider__swiper-slide::before {
  content: '';
  width: 100%;
  margin: 0 auto;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2; }
.first-slider__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden; }
.first-slider__bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center; }
.first-slider__number-slider {
  width: 100px;
  height: 100px;
  overflow: hidden;
  position: absolute;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  z-index: 999;
  color: #2C2C2C;
  top: 50px;
  font-size: 4.13333rem;
  font-weight: 700;
  left: -50px;
  margin: 0; }
.first-slider__solid {
  background: #ffffff;
  width: 100px;
  height: 3px;
  z-index: 999;
  display: block;
  position: absolute;
  top: 200px;
  left: 50px; }
.first-slider__title-h1 {
  position: relative;
  z-index: 999;
  margin: 0 0 0 140px; }
.first-slider__solid-big {
  width: 200px;
  height: 3px;
  background: #ffffff;
  display: block;
  margin: 32px 0 45px 140px;
  z-index: 999; }
.first-slider__text {
  position: relative;
  z-index: 9999;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.53333rem;
  font-style: normal;
  font-weight: normal;
  width: 600px;
  margin: 0 0 160px 140px; }
.first-slider .swiper-container {
  width: calc(100% + 50px);
  margin-left: -50px; }
.first-slider .swiper-container .swiper-button-next, .first-slider .swiper-container .swiper-button-prev {
  width: 53px;
  height: 33.65px;
  position: absolute;
  top: 108.3px;
  left: 241px;
  outline: none;
  transition: .5s; }
.first-slider .swiper-container .swiper-button-next:hover > i, .first-slider .swiper-container .swiper-button-prev:hover > i {
  transform: scale(1.1); }
.first-slider .swiper-container .swiper-button-next::before, .first-slider .swiper-container .swiper-button-prev::before {
  content: '';
  background: #1F62A8;
  width: 75px;
  height: 27px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  left: -10.3px;
  toP: -10.3px; }
.first-slider .swiper-container .swiper-button-next > i, .first-slider .swiper-container .swiper-button-prev > i {
  display: block;
  z-index: 999;
  position: relative;
  transition: .5s;
  opacity: 1; }
.first-slider .swiper-container .swiper-button-next::after, .first-slider .swiper-container .swiper-button-prev::after {
  display: none; }
.first-slider .swiper-container .swiper-button-prev {
  left: 155px; }
.first-slider__order {
  transform: rotate(180deg);
  position: absolute;
  z-index: 5;
  bottom: 100px;
  right: 28px;
}
.first-slider__order span {
  transform: rotate(-90deg); }
.first-slider__oval {
  position: absolute;
  right: 28px;
  bottom: 457px;
  z-index: 999;
  transition: .5s; }
.first-slider__oval:hover {
  transform: scale(1.1); }

.link-order {
  background: #1F62A8;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 115px;
  height: 305px;
  text-decoration: none;
  transition: .5s; }
.link-order:hover {
  background: #133c67; }
.link-order span {
  font-style: normal;
  font-weight: bold;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffffff; }

.title-h1 {
  font-style: normal;
  font-weight: bold;
  font-size: 4.46667rem;
  line-height: 4.66667rem;
  color: #ffffff;
  transition: .5s; }

.icon-slider-right {
  width: 53px;
  height: 33.65px;
  background: transparent url("../i/arrow-right.svg") center center no-repeat;
  background-size: 100% auto;
  display: block; }

.icon-slider-left {
  width: 53px;
  height: 33.65px;
  background: transparent url("../i/arrow-left.svg") center center no-repeat;
  background-size: 100% auto;
  display: block; }

.icon-oval {
  width: 45px;
  height: 45px;
  background: transparent url("../i/oval.svg") center center no-repeat;
  background-size: 100% auto;
  display: block; }

@media all and (max-width: 1180px) {
  .first-slider__oval {
    display: none; }
  .first-slider__slider-body {
    max-width: 100%;
    padding: 0; } }

@media all and (max-width: 1084px) {
  .first-slider {
    padding: 0;
    height: calc(100vh - 112px); }
  .first-slider .first-slider__order {
    right: 0;
    bottom: 0; }
  __swiper-slide {
    height: 100%; }
  .first-slider {
    margin-top: 20px; }
  .first-slider__number-slider {
    top: 0;
    left: 0; }
  .first-slider .swiper-container .swiper-button-next, .first-slider .swiper-container .swiper-button-prev {
    top: 50px;
    left: 280px; }
  .first-slider .swiper-container .swiper-button-prev {
    left: 180px; }
  .first-slider__solid {
    display: none; }
  .title-h1 {
    font-size: 2.8rem;
    margin-left: 0;
    text-align: center;
    line-height: 3.33333rem; }
  .first-slider__solid-big {
    margin: 50px auto; }
  .first-slider__text {
    margin: 0 auto 160px;
    text-align: center; } }

@media all and (max-width: 918px) {
  .first-slider {
    margin-top: 0;
    height: calc(100vh - 125px); }
  .first-slider__order {
    top: 0;
    right: 0;
    transform: rotate(0);
    width: 205px;
    height: 55px; }
  .first-slider__order span {
    transform: rotate(0); } }

@media all and (max-width: 600px) {
  .first-slider__text {
    width: 100%; }
  .first-slider .swiper-container .swiper-button-next, .first-slider .swiper-container .swiper-button-prev {
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    left: auto; }
  .first-slider .swiper-container .swiper-button-prev {
    left: 60px;
    right: auto; } }

@media all and (max-width: 446px) {
  .title-h1 {
    font-size: 2.13333rem;
    line-height: 2.66667rem; }
  .first-slider__solid-big {
    margin: 20px auto; }
  .first-slider__text {
    font-size: 0.8rem;
    line-height: 1.06667rem; }
  .first-slider .swiper-container .swiper-button-next, .first-slider .swiper-container .swiper-button-prev {
    bottom: auto;
    top: 102px; } }

@media all and (max-width: 328px) {
  .title-h1 {
    font-size: 1.6rem;
    line-height: 2rem; }
  .first-slider__swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; }
  .first-slider__text {
    margin: 0 auto 50px !important;
    height: auto; }
  .first-slider__swiper-slide {
    width: 100%; }
  .first-slider .swiper-container {
    width: 100%;
    margin-left: 0; }
  .first-slider .swiper-container .swiper-button-prev {
    left: 10px; } }

.down-btn {
  position: relative;
  overflow: hidden;
  padding-top: 100px;
  margin-top: -120px; }
.down-btn__btn-body {
  display: block;
  margin: 0 auto;
  max-width: 200px;
  min-width: 320px;
  position: relative; }
.down-btn__text {
  background: #ffffff;
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.136209);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100px;
  z-index: 99;
  height: calc(100px - 10px);
  padding-top: 15px;
  bottom: auto;
  font-size: 1.33333rem;
  font-weight: bold;
  top: -59px;
  text-align: center; }
.down-btn__down {
  width: 168px;
  height: 65px;
  padding-bottom: 20px;
  border: 11px solid #191919;
  display: block;
  margin: 15px auto 0;
  position: relative; }
.down-btn__down:hover > i {
  transform: scale(1.2); }
.down-btn__down > i {
  margin: -20px auto 0;
  z-index: 999;
  display: block;
  position: relative;
  transition: .5s; }
.down-btn__down::before {
  content: '';
  width: 158px;
  height: 3px;
  background: #191919;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  left: calc(-100% - 20px);
  margin: auto;
  right: auto; }
.down-btn__down::after {
  content: '';
  width: 158px;
  height: 3px;
  background: #191919;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  right: calc(-100% - 20px);
  margin: auto;
  left: auto; }
.down-btn__before-after {
  position: relative;
  display: block;
  width: 168px;
  height: 113px;
  margin: 0 auto;
  border-right: 3px solid #191919;
  border-bottom: 3px solid #191919; }
.down-btn__before-after::before {
  content: '';
  width: 500px;
  height: 3px;
  background: #191919;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  top: auto;
  bottom: -3px;
  right: auto;
  left: calc(-100% - 300px); }

.icon-down {
  width: 36px;
  height: 55px;
  background: transparent url("../i/arrow-down.svg") center center no-repeat;
  background-size: 100% auto;
  display: block; }

@media all and (max-width: 600px) {
  .down-btn {
    margin-top: -70px; } }

@media all and (max-width: 414px) and (max-height: 598px) {
  .down-btn {
    margin-top: -50px; } }

.production {
  position: relative;
  margin-top: 150px;
}
.production__body {
  display: block;
  margin: 0 auto;
  max-width: 1150px;
  min-width: 320px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  align-items: stretch; }
.production__images {
  flex-basis: 300px;
  height: 300px;
  position: relative;
  margin-left: 50px; }
.production__images::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border: 20px solid #1F62A8;
  box-sizing: border-box;
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.20972);
  margin: auto;
  width: 100%;
  height: 100%; }
.production__images > img {
  object-fit: cover;
  max-width: 100%;
  max-height: 100%;
  object-position: center;
  z-index: 999;
  position: absolute;
  transform: translate(40px, 40px); }
.production__right-text {
  flex-basis: 602px; }
.production__title {
  color: #1F62A8 !important;
  transition: .5s;
  margin: 0 0 115px 28px; }
.production__text {
  margin: 0 0 30px 28px; }
.production__mini-solid {
  width: 35px;
  height: 3px;
  background: #191919;
  margin: 61px 28px 59px;
  transition: .5s; }

.link-absolute-left {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  right: auto;
  margin: auto;
  left: -85px;
  top: -170px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  transform: rotate(-90deg);
  z-index: 9999; }
.link-absolute-left > a {
  text-decoration: none;
  background: #1F62A8;
  width: 116px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-style: normal;
  font-weight: bold;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #FFFFFF;
  display: flex !important;
  transition: .5s; }
.link-absolute-left > a:hover {
  background-color: #133c67; }
.link-absolute-left > a > i {
  margin-left: 5px;
  transition: .5s; }
.link-absolute-left > p {
  font-style: normal;
  font-weight: bold;
  font-size: 1.13333rem;
  line-height: 1.4rem;
  letter-spacing: 12px;
  text-transform: uppercase;
  color: #191919;
  margin-left: 83px;
  position: relative; }
.link-absolute-left > p::before {
  content: '';
  width: 8px;
  height: 8px;
  background: #191919;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  right: auto;
  left: -20.5px;
  margin: auto; }
.link-absolute-left .production__link-parents {
  list-style: none;
  padding-left: 0; }
.link-absolute-left .production__link-parents > li {
  position: relative; }
.link-absolute-left .production__link-parents > li > a {
  text-decoration: none;
  background: #1F62A8;
  width: 116px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-style: normal;
  font-weight: bold;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #FFFFFF;
  display: flex !important;
  transition: .5s; }
.link-absolute-left .production__link-parents > li > a:hover {
  background-color: #133c67; }
.link-absolute-left .production__link-parents > li > a > i {
  margin-left: 5px;
  transition: .5s; }
.link-absolute-left .production__link-parents > li .production__link-parents--open > i {
  transform: rotate(-180deg); }
.link-absolute-left .production__link-parents > li .production__link-absolute-children {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  top: 100%;
  background-color: #1F62A8 !important;
  list-style: none;
  padding: 20px 0;
  text-align: center;
  bottom: auto; }
.link-absolute-left .production__link-parents > li .production__link-absolute-children > li > a {
  text-decoration: none;
  background: #1F62A8;
  width: 116px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-style: normal;
  font-weight: bold;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 1px;
  transition: .5s;
  text-transform: uppercase;
  color: #FFFFFF; }
.link-absolute-left .production__link-parents > li .production__link-absolute-children > li > a:hover {
  transform: scale(1.1);
  color: #191919; }

.icon-down-menu--white {
  width: 5px;
  height: 9px;
  background: transparent url("../i/arrow-down-menu-white.svg") center center no-repeat;
  background-size: 100% auto;
  transform: rotate(90deg); }

.title-h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 2.13333rem;
  line-height: 2.73333rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #191919; }

.text-default {
  font-style: normal;
  font-weight: normal;
  font-size: 1.13333rem;
  line-height: 1.73333rem;
  letter-spacing: 0.05926rem;
  color: #191919; }
.text-default span {
  font-weight: bold; }

.line-svg {
  display: block;
  margin: 0 auto;
  max-width: 750px;
  min-width: 320px;
  padding-top: 40px; }
.line-svg > i {
  margin-left: -2px;
  position: relative; }

.line-svg--refresh {
  margin-top: 50px; }
.line-svg--refresh > i {
  margin-right: 0;
  margin-left: auto;
  transform: rotate(-180deg); }

.icon-line-svg {
  width: 167px;
  height: 28px;
  background: transparent url("../i/line-svg.svg") center center no-repeat;
  background-size: 100% auto;
  display: block;
  position: relative; }
.icon-line-svg::before {
  content: '';
  width: 10px;
  height: 10px;
  background: #1F62A8;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  left: auto;
  margin: auto;
  right: -40px; }

.production__mini-solid--animation {
  animation: animeLine 2s linear 1,animeLine_02 2.5s linear 2s infinite; }

@keyframes animeLine {
  0% {
    margin-left: 0;
    width: 150px; }
  100% {
    margin-left: 110%;
    width: 35px; } }

@keyframes animeLine_02 {
  0% {
    margin-left: -60%;
    width: 150px; }
  100% {
    margin-left: 110%;
    width: 35px; } }

@keyframes animeLineAbsolute {
  0% {
    left: 0;
    width: 150px; }
  100% {
    left: 110%;
    width: 35px; } }

@keyframes animeLine_02Absolute {
  0% {
    left: -60%;
    width: 150px; }
  100% {
    left: 110%;
    width: 35px; } }

@media all and (max-width: 1318px) {
  .link-absolute-left {
    left: -179px; } }

@media all and (max-width: 1158px) {
  .production__images {
    margin-left: 125px; } }

@media all and (max-width: 1080px) {
  .production__images {
    margin-left: 70px; } }

@media all and (max-width: 1000px) {
  .line-svg > i {
    margin: 0 auto !important; }
  .production__images {
    flex-basis: 100%;
    margin-left: 0;
    height: auto;
    padding: 0 0 50% 0; }
  .production__images::before {
    display: none; }
  .production__images img {
    width: 100%;
    max-width: none;
    transform: translate(0, 0); }
  .link-absolute-left {
    transform: rotate(0);
    z-index: 9999;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    bottom: auto; }
  .link-absolute-left > p {
    color: #ffffff; }
  .link-absolute-left > p::before {
    background-color: #ffffff; }
  .production__right-text {
    flex-basis: 100%;
    text-align: center; }
  .production__title {
    margin: 20px 0 !important;
  }
  .production__mini-solid {
    margin: 20px auto; }
  .production__text {
    margin-left: 0; }
  .production__form {
    margin-left: unset !important;
  }
  .production-page-margin .production__body {
    justify-content: center;
  }
  .production {margin-top: 0 !important;}
  .production__form .production__title.title-h2 {
    font-size: 36px;
    text-align: center;
  }
}

@media all and (max-width: 420px) {
  .production__images {
    padding: 0 0 40% 0;
  }
  .link-absolute-left > p {
    font-size: 0.93333rem;
    margin-left: 30px; } }

.slider-production {
  position: relative;
  margin-top: 88px;
  padding-top: 61px;
  overflow: hidden;
  height: 100vh; }
.slider-production__btn-absolute {
  width: 235px;
  height: 57px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  border: 5px solid #191919;
  box-sizing: border-box;
  text-decoration: none;
  font-style: normal;
  font-weight: bold;
  font-size: 0.66667rem;
  line-height: 0.8rem;
  letter-spacing: 0.06667rem;
  text-transform: uppercase;
  color: #191919;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  bottom: auto;
  margin: auto;
  left: -23.5%;
  top: 10px;
  transition: .5s; }
.slider-production__btn-absolute:hover {
  background-color: #1F62A8;
  color: #ffffff;
  border-color: #ffffff; }
.slider-production__btn-absolute::before {
  content: '';
  background: #191919;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0 auto;
  top: auto;
  bottom: calc(-100% - 4px);
  height: 50px;
  width: 3px; }
.slider-production__btn-absolute::after {
  content: '';
  background: #191919;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0 auto;
  top: auto;
  bottom: calc(-100% - 4px);
  height: 3px;
  left: 113px;
  width: 1000px; }
.slider-production__swiper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 85vh;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  padding-bottom: 51px; }
.slider-production__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }
.slider-production__bg > img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-position: center;
  object-fit: cover; }
.slider-production .swiper-slide-active {
  margin-top: 60px; }
.slider-production .swiper-slide-active::before {
  content: '';
  width: 3px;
  height: 250px;
  background: #191919;
  position: absolute;
  left: -86px;
  top: -23px; }
.slider-production .swiper-slide-active::after {
  content: '';
  height: 877px;
  width: 550px;
  position: absolute;
  border-right: 3px solid #191919;
  border-top: 3px solid #191919;
  top: -23px;
  left: -85px; }
.slider-production .swiper-slide-active .slider-production__swiper {
  margin-right: -52px;
  width: 382px; }
.slider-production .swiper-slide-active .slider-production__swiper .slider-production__body-container {
  animation: out-box .5s forwards;
  animation-delay: .5s; }
.slider-production .swiper-slide-active .slider-production__swiper::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  border: 25px solid #1F62A8;
  box-sizing: border-box;
  z-index: 99; }
.slider-production__body-container {
  position: relative;
  z-index: 999;
  width: calc(298px - 10px);
  margin: 0 auto;
  background: #ffffff;
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.20972);
  padding: 13px 13px 27px;
  margin-bottom: -1000px;
  opacity: 0; }
.slider-production__body-header {
  border: 10px solid #191919;
  box-sizing: border-box;
  padding: 11px;
  display: block;
  margin-bottom: 27px; }
.slider-production__body-title {
  font-style: normal;
  font-weight: bold;
  font-size: 1.13333rem;
  line-height: 1.4rem;
  color: #191919;
  margin: 0; }
.slider-production__body-text {
  line-height: 1.53333rem;
  margin: 20px 0 0 0; }
.slider-production .swiper-button-next {
  width: 35px;
  height: 22px;
  outline: none;
  transition: .5s;
  top: 0px;
  right: 400px;
  margin: auto;
  z-index: 999; }
.slider-production .swiper-button-next > i {
  transition: .5s; }
.slider-production .swiper-button-next:hover > i {
  transform: scale(1.2); }
.slider-production .swiper-button-next:after {
  display: none; }
.slider-production .swiper-button-prev {
  width: 35px;
  height: 22px;
  outline: none;
  top: 0px;
  right: 455px;
  margin: auto;
  left: auto;
  z-index: 999; }
.slider-production .swiper-button-prev > i {
  transition: .5s; }
.slider-production .swiper-button-prev:hover > i {
  transform: scale(1.2); }
.slider-production .swiper-button-prev:after {
  display: none; }

.btn-more {
  text-decoration: none;
  text-align: center;
  display: block;
  font-style: normal;
  font-weight: bold;
  font-size: 0.66667rem;
  line-height: 0.8rem;
  letter-spacing: 0.06667rem;
  text-transform: uppercase;
  color: #191919;
  margin-bottom: 10px; }
.btn-more span {
  display: block;
  background: #000000;
  height: 3px;
  box-sizing: border-box;
  margin: 19px auto 0;
  width: 50px; }

.icon-slider-left--blue {
  width: 34.65px;
  height: 22px;
  background: transparent url("../i/arrow-left-blue.svg") center center no-repeat;
  background-size: 100% auto;
  display: block; }

.icon-slider-right--blue {
  width: 34.65px;
  height: 22px;
  background: transparent url("../i/arrow-right-blue.svg") center center no-repeat;
  background-size: 100% auto;
  display: block; }

@keyframes out-box {
  0% {
    margin-bottom: -1000px;
    opacity: 0; }
  100% {
    margin-bottom: 0;
    opacity: 1; } }

.advantages--animation::after {
  animation: animeLineAbsolute 2s linear 1,animeLine_02Absolute 2.5s linear 2s infinite; }

.swiper-slide {
  transition: .5s; }

@media (min-width: 1623px) {
  .slider-production .swiper-button-next {
    right: 550px; }
  .slider-production .swiper-button-prev {
    right: 600px; } }

@media all and (max-width: 1196px) {
  .slider-production .swiper-slide-active .slider-production__swiper {
    margin: 0 auto; }
  .slider-production .swiper-slide-active::after, .slider-production .swiper-slide-active::before {
    display: none; } }

@media all and (max-width: 974px) {
  .slider-production .swiper-slide-active {
    width: 100%; }
  .slider-production .swiper-slide-active .slider-production__swiper {
    width: 100%; }
  .slider-production .swiper-button-next {
    left: auto;
    right: 20px;
    top: 10px; }
  .slider-production .swiper-button-prev {
    right: auto;
    left: 20px;
    top: 10px; }
  .slider-production__btn-absolute {
    left: 0;
    right: 0;
    margin: auto; } }

@media all and (max-width: 414px) {
  .slider-production__body-container {
    width: calc(100% - 20px); }
  .slider-production .swiper-slide-active .slider-production__swiper::before {
    border-width: 10px; } }

.advantages {
  position: relative;
  display: block;
  margin: 0 auto;
  max-width: 1280px;
  min-width: 320px;
  padding: 0 15px 30px;
  margin-top: 66px; }
.advantages .advantages__before {
  display: block;
  position: absolute;
  bottom: 15px;
  width: 1450px;
  height: 310px;
  border-bottom: 3px solid #191919;
  border-left: 3px solid #191919;
  left: -32px; }
.advantages .advantages__before::before {
  content: '';
  width: 300px;
  height: 3px;
  background: #191919;
  position: absolute;
  right: 100%;
  top: 0; }
.advantages::before {
  content: '';
  width: 100%;
  height: 3px;
  background: #191919;
  position: absolute;
  bottom: 0;
  right: -403px; }
.advantages__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; }
.advantages__more {
  margin-top: 20px;
  width: 236px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  text-decoration: none;
  transition: .5s;
  font-style: normal;
  font-weight: bold;
  font-size: 0.66667rem;
  line-height: 0.8rem;
  letter-spacing: 0.06667rem;
  text-transform: uppercase;
  color: #191919; }
.advantages__more::after {
  position: absolute;
  content: '';
  width: 100px;
  height: 3px;
  background: #191919;
  top: -20px;
  right: 20px;
  animation: animeLineAbsolute 2s linear 1,animeLine_02Absolute 2.5s linear 2s infinite; }
.advantages__more::before {
  content: '';
  width: 100%;
  height: 100%;
  border: 5px solid #191919;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transition: .5s; }
.advantages__more:hover {
  color: #ffffff;
  background: #1F62A8; }
.advantages__more:hover::before {
  border-color: #1F62A8; }
.advantages__more .before {
  display: block;
  width: 155px;
  height: 733px;
  position: absolute;
  top: 27px;
  left: 100%;
  border-top: 3px solid #191919;
  border-right: 3px solid #191919; }
.advantages__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  align-items: stretch;
  margin-top: 50px; }

.box-advantages {
  width: 315px;
  margin-bottom: 30px; }
.box-advantages__icon {
  width: 100%;
  height: 197px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  border: 20px solid #1F62A8;
  box-sizing: border-box;
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.20972); }
.box-advantages__description {
  text-align: center;
  margin-top: 30px;
  display: block;
  font-style: normal;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.2rem;
  letter-spacing: 0.06667rem;
  color: #1F62A8; }

.icon-items1 {
  width: 60px;
  height: 60px;
  background: transparent url("../i/a1.svg") center center no-repeat;
  background-size: 100% auto;
  display: block; }

.icon-items2 {
  width: 55px;
  height: 55px;
  background: transparent url("../i/a2.svg") center center no-repeat;
  background-size: 100% auto;
  display: block; }

.icon-items3 {
  width: 55px;
  height: 55px;
  background: transparent url("../i/a3.svg") center center no-repeat;
  background-size: 100% auto;
  display: block; }

.icon-items4 {
  width: 50px;
  height: 50px;
  background: transparent url("../i/a4.svg") center center no-repeat;
  background-size: 100% auto;
  display: block; }

.icon-items5 {
  width: 55px;
  height: 55px;
  background: transparent url("../i/a5.svg") center center no-repeat;
  background-size: 100% auto;
  display: block; }

.icon-items6 {
  width: 55px;
  height: 55px;
  background: transparent url("../i/a6.svg") center center no-repeat;
  background-size: 100% auto;
  display: block; }

@media all and (max-width: 1148px) {
  .advantages__more .before {
    display: none; }
  .advantages::before {
    display: none; }
  .advantages__container {
    margin-top: 0; } }

@media all and (max-width: 977px) {
  .box-advantages {
    flex-basis: 45%; } }

@media all and (max-width: 644px) {
  .box-advantages {
    flex-basis: 100%; } }

@media all and (max-width: 507px) {
  .title-h2--advantages {
    flex-basis: 100%;
    margin: 0;
    text-align: center; }
  .advantages__more {
    margin: 30px auto 0;
    order: 2; }
  .advantages__more::after {
    left: 0;
    right: 0;
    margin: auto; } }

.big-slider {
  position: relative;
  margin-top: 90px;
  overflow: hidden;
  height: 100vh; }
.big-slider__header {
  position: relative;
  width: 88%; }
.big-slider__title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  height: 143px;
  padding-left: 98px; }
.big-slider__title::before {
  content: '';
  width: 673px;
  height: 100%;
  background: #1F62A8;
  position: absolute;
  left: 0;
  top: 0;
  margin-bottom: 0; }
.big-slider__title-h3 {
  margin-left: -100px;
  opacity: 0; }
.big-slider__more {
  width: 145px;
  height: 40px;
  z-index: 999;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-style: normal;
  font-weight: bold;
  font-size: 0.66667rem;
  line-height: 0.8rem;
  letter-spacing: 0.06667rem;
  margin-left: 255px;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
  background: #191919;
  transition: .5s;
  opacity: 0;
  margin-right: -100px; }
.big-slider__more::before {
  content: '';
  width: 267px;
  height: 48px;
  border: 3px solid #191919;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  left: -110px;
  transform: translate(12px, 3px);
  transition: .5s; }
.big-slider__more .line-prev {
  width: 110px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: absolute;
  right: 100%;
  background: #ffffff;
  transition: .5s; }
.big-slider__more .line-prev::before {
  width: 63px;
  height: 3px;
  background: #191919;
  content: '';
  transition: .5s;
  z-index: 99; }
.big-slider__more .line-prev::after {
  content: '';
  width: 0;
  height: 100%;
  background: #1F62A8;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto; }
.big-slider__more:hover {
  background: #1F62A8; }
.big-slider__more:hover::before {
  transform: translate(0, 0); }
.big-slider__more:hover .line-prev::before {
  background-color: #ffffff; }
.big-slider__more:hover .line-prev::after {
  animation: fadeIn-left-after .5s forwards; }
.big-slider__big-img {
  width: 100%;
  height: 60vh;
  padding-top: 22px;
  position: relative; }
.big-slider__big-img img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%; }
.big-slider__description {
  margin: 0;
  padding: 30px 30px;
  width: calc(625px);
  position: relative;
  z-index: 9;
  background: #ffffff;
  margin: 0 0 0 95px;
  opacity: 0;
  margin-left: -50px;
  font-size: 0.93333rem;
  line-height: 1.06667rem; }
.big-slider .swiper-button-next {
  outline: none;
  right: auto;
  bottom: auto;
  top: 70px;
  left: 40%; }
.big-slider .swiper-button-next::after {
  display: none; }
.big-slider .swiper-button-prev {
  display: none; }
.big-slider .swiper-button-prev::after {
  display: none; }
.big-slider__bottom {
  width: 100%;
  margin-top: 10px; }
.big-slider__pagination {
  opacity: 1;
  display: block;
  height: 20vh;
  width: 100%;
  position: relative; }
.big-slider__pagination > img {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  object-fit: cover;
  object-position: center; }
.big-slider .swiper-slide-active .big-slider__title-h3 {
  animation: fadeIn-left-title .7s forwards;
  animation-delay: 1.2s; }
.big-slider .swiper-slide-active .big-slider__more {
  animation: fadeIn-left-more .7s forwards;
  animation-delay: 1.4s; }
.big-slider .swiper-slide-active .big-slider__description {
  animation: fadeIn-left-text .7s forwards;
  animation-delay: 1.6s; }

@keyframes fadeIn-left-after {
  0% {
    width: 0; }
  100% {
    width: 100%; } }

@keyframes fadeIn-left-title {
  0% {
    margin-left: -100px;
    opacity: 0; }
  100% {
    margin-left: 0;
    opacity: 1; } }

@keyframes fadeIn-left-more {
  0% {
    margin-right: -100px;
    opacity: 0; }
  100% {
    margin-right: 0;
    opacity: 1; } }

@keyframes fadeIn-left-text {
  0% {
    margin-left: -100px;
    opacity: 0; }
  100% {
    margin-left: 95px;
    opacity: 1; } }

.link-absolute--right {
  left: auto;
  right: -130px;
  top: 40%;
  bottom: auto;
  z-index: 9; }

.title-h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 1.66667rem;
  line-height: 2rem;
  color: #ffffff;
  z-index: 999;
  position: relative;
  margin: 0; }

.line-svg--after-line {
  margin: 80px auto;
  position: relative; }
.line-svg--after-line > .icon-line-svg::after {
  content: '';
  width: 1000px;
  height: 3px;
  background: #191919;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  left: calc(100% + 80px);
  right: auto;
  top: 2px; }

@media all and (max-width: 1042px) {
  .link-absolute--right {
    display: none; }
  .big-slider__header {
    width: 100%; }
  .big-slider .swiper-button-next {
    left: 50%; } }

@media all and (max-width: 991px) {
  .big-slider__title::before {
    width: 100%; }
  .big-slider .swiper-button-next {
    left: 20px; } }

@media all and (max-width: 909px) {
  .big-slider__title-h3 {
    flex-basis: 100%;
    text-align: center;
    margin-left: 0; }
  .big-slider__more {
    margin: 0 auto; }
  @keyframes fadeIn-left-more {
    0% {
      margin-bottom: -100px;
      opacity: 0; }
    100% {
      margin: 0 auto;
      opacity: 1; } }
  .big-slider__description {
    width: 100%;
    margin-left: 0; }
  @keyframes fadeIn-left-text {
    0% {
      margin-left: -100px;
      opacity: 0; }
    100% {
      margin-left: 0;
      opacity: 1; } }
  .big-slider__big-img {
    max-height: 100%;
    padding: 0 0 50% 0; } }

@media all and (max-width: 545px) {
  .big-slider__big-img {
    height: auto; }
  .big-slider {
    height: auto; }
  .big-slider__title-h3 {
    display: block;
    width: 100%;
    animation: none !important;
    margin: 0 auto;
    opacity: 1; }
  .big-slider__title {
    padding-left: 0; }
  .big-slider__pagination {
    height: 100px; }
  .big-slider__more {
    animation: none !important;
    opacity: 1; } }

@media all and (max-width: 375px) {
  .big-slider__more::before {
    display: none; }
  .big-slider__more .line-prev {
    display: none; }
  .big-slider .swiper-button-next {
    top: 20px;
    bottom: auto; } }

.footer {
  background: #191919; }
.footer__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  align-items: stretch; }
.footer__logo-menu-contact {
  flex-basis: calc(100% - 24.5%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 52px 0 20px; }
.footer__logo {
  padding-left: 6.6%; }
.footer__menu {
  list-style: none;
  padding-left: 0; }
.footer__menu li {
  margin-bottom: 21px; }
.footer__menu li:last-child {
  margin-bottom: 0; }
.footer__menu li a {
  text-decoration: none;
  transition: .5s;
  font-style: normal;
  font-weight: bold;
  font-size: 0.53333rem;
  line-height: 0.66667rem;
  letter-spacing: 0.06667rem;
  text-transform: uppercase;
  color: #ffffff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap; }
.footer__menu li a:hover {
  transform: scale(1.1);
  color: #1F62A8; }
.footer__contact {
  padding-right: 3.6%; }
.footer__contact > a, .footer__contact p {
  display: block;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  font-size: 0.8rem;
  line-height: 1rem;
  letter-spacing: 0.06667rem;
  text-transform: uppercase;
  color: #ffffff; }
.footer__map {
  flex-basis: 24.5%;
  position: relative; }
.footer__map::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7); }
.footer__copy {
  flex-basis: 100%;
  padding-top: 20px;
  padding-left: 40px;
  margin: 20px 0 0;
  font-size: 0.93333rem;
  line-height: 1.33333rem;
  color: #ffffff;
  border-top: 1px solid #ffffff;
  text-decoration: none;
  transition: .5s; }
.footer__copy:hover {
  color: #1F62A8; }

.icon-logo-footer {
  width: 200px;
  height: 133px;
  background: transparent url("../i/footer-logo.svg") center center no-repeat;
  background-size: 100% auto;
  display: block; }

.icon-right-menu {
  width: 5px;
  height: 9px;
  background: transparent url("../i/right-nav-footer.svg") center center no-repeat;
  background-size: 100% auto;
  display: block;
  margin-left: 5px; }

@media all and (max-width: 990px) {
  .footer__logo-menu-contact {
    flex-basis: 100%; }
  .footer__map {
    flex-basis: 100%;
    position: relative;
    padding: 0 0 50% 0; }
  .footer__map iframe {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    object-position: center; } }

@media all and (max-width: 749px) {
  .footer__copy {
    text-align: center;
    padding-left: 0; }
  .footer__logo {
    flex-basis: 100%;
    padding-left: 0; }
  .footer__logo > a {
    margin: 0 auto 30px;
    display: block; }
  .footer__logo > a > i {
    margin: 0 auto; }
  .footer__menu {
    flex-basis: 100%;
    text-align: center; }
  .footer__menu > li > a {
    padding-left: 0;
    justify-content: center;
    text-align: center; }
  .footer__logo-menu-contact {
    padding-left: 0; }
  .footer__contact {
    margin-top: 10px;
    padding-right: 0;
    flex-basis: 100%;
    justify-content: center;
    text-align: center; } }

.product-first {
  margin-top: 25px;
  position: relative;
  overflow: hidden;
  padding-bottom: 70px; }
.product-first::before {
  content: '';
  width: 53px;
  height: 3px;
  background: #191919;
  position: absolute;
  left: 0;
  top: 0; }
.product-first::after {
  content: '';
  width: calc(100% - 53px);
  height: 99%;
  position: absolute;
  top: 0;
  right: 0;
  border-bottom: 3px solid #191919;
  border-left: 3px solid #191919; }
.product-first__body {
  display: block;
  margin: 0 auto;
  max-width: 1260px;
  min-width: 320px;
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 20px; }

.product-item {
  position: relative;
  flex-basis: 285px;
  text-decoration: none;
  transition: .5s;
  z-index: 2; }
.product-item:hover {
  cursor: pointer; }
.product-item:hover .product-item__bg > img {
  transform: scale(1.1); }
.product-item:hover .product-item__number-big {
  background: #1F62A8;
  color: #ffffff; }
.product-item:hover .product-item__description {
  color: #191919 !important; }
.product-item__bg {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 187px; }
.product-item__bg > img {
  transition: .5s;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%; }
.product-item__number-big {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background: #ffffff;
  font-style: normal;
  transition: .5s;
  font-weight: bold;
  font-size: 3rem;
  line-height: 3.66667rem;
  letter-spacing: 0.06667rem;
  color: #1F62A8;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.166582); }
.product-item__description {
  color: #1F62A8 !important;
  margin: 20px 0 !important; }

.description {
  font-style: normal;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.2rem;
  letter-spacing: 0.06667rem;
  margin: 0;
  color: #191919; }

.down-btn--product {
  margin-top: -90px; }
.down-btn--product .title-h2--product {
  position: absolute;
  top: 40%;
  left: -100%; }
.down-btn--product::before {
  content: '';
  width: calc(50% - 10px);
  position: absolute;
  bottom: 0;
  left: 7px;
  background: #191919;
  height: 3px; }

.down-btn--product .down-btn__before-after::before {
  display: none; }

@media all and (max-width: 1340px) {
  .product-first::before {
    width: 10px; }
  .product-first::after {
    width: calc(100% - 10px); } }

@media all and (max-width: 1006px) {
  .down-btn--product .title-h2--product {
    left: 21px; } }

@media all and (max-width: 900px) {
  .product-item {
    flex-basis: 48%; } }

@media all and (max-width: 514px) {
  .product-item {
    flex-basis: 100%; } }

.product {
  position: relative;
  overflow: hidden;
  padding-top: 69px;
  margin-top: -2px;
  margin-bottom: 70px;
  padding-bottom: 30px; }
.product::before {
  width: calc(80% - 10px);
  content: '';
  height: 99%;
  position: absolute;
  right: 20%;
  top: 0;
  border-bottom: 3px solid #191919;
  border-left: 3px solid #191919; }
.product__header {
  display: block;
  margin: 0 auto;
  max-width: 1260px;
  min-width: 320px;
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 75px; }
.product__filter {
  flex-basis: 170px;
  position: relative; }
.product__filter-head {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  background: #1F62A8;
  padding: 0 24px 0 20px;
  height: 55px;
  cursor: pointer; }
.product__filter-head > p {
  margin: 0;
  font-style: normal;
  font-weight: bold;
  font-size: 0.66667rem;
  line-height: 0.8rem;
  text-align: center;
  letter-spacing: 0.06667rem;
  text-transform: uppercase;
  color: #ffffff; }
.product__filter-head > i {
  transition: .5s; }
.product .product__filter-head--open > i {
  transform: rotate(-90deg); }
.product__filter-body {
  z-index: 999;
  display: none;
  position: absolute;
  top: calc(100% + 1px);
  left: 0;
  width: 100%;
  background: #1F62A8;
  padding-left: 20px; }
.product__filter-body > p {
  cursor: pointer;
  margin: 0;
  font-style: normal;
  font-weight: bold;
  font-size: 0.66667rem;
  line-height: 0.8rem;
  letter-spacing: 0.06667rem;
  text-transform: uppercase;
  color: #ffffff;
  margin: 10px 0 20px;
  transition: .5s; }
.product__filter-body > p:hover {
  transform: scale(1.1); }
.product__body {
  display: block;
  margin: 0 auto;
  max-width: 1260px;
  min-width: 320px;
  padding: 0 15px; }
.product__body-items {
  flex-basis: 295px;
  margin-bottom: 50px;
  z-index: 999; }

.product--before-line::before {
  height: 53%; }

.product--before-line::after {
  content: '';
  width: 3px;
  height: 300px;
  position: absolute;
  right: 20%;
  top: 53%;
  background: #191919; }

.product-row-default {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  align-items: stretch; }

.product-items-default {
  position: relative; }
.product-items-default__bg {
  position: relative;
  overflow: hidden;
  width: 295px;
  height: 295px;
  margin: 0 auto; }
.product-items-default__bg > img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%; }
.product-items-default__btn-more {
  padding-top: 13px;
  width: 269px;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  transition: .5s;
  display: block;
  padding-bottom: 30px; }
.product-items-default__btn-more span {
  display: block;
  transition: .5s;
  transition: .5s; }
.product-items-default__btn-more .border {
  margin: 0 auto;
  width: calc(100% - 30px);
  padding: 20px 15px;
  border: 10px solid #191919;
  box-sizing: border-box;
  font-style: normal;
  font-weight: bold;
  font-size: 1.13333rem;
  line-height: 1.4rem;
  text-align: center;
  color: #191919;
  margin-bottom: 26px;
  transition: .5s; }
.product-items-default__btn-more .more-bottom {
  font-style: normal;
  font-weight: bold;
  font-size: 0.66667rem;
  line-height: 0.8rem;
  text-align: center;
  letter-spacing: 0.06667rem;
  text-transform: uppercase;
  color: #191919;
  margin-bottom: 15px;
  position: relative;
  transition: .5s; }
.product-items-default__btn-more .more-bottom::before {
  content: '';
  width: 50px;
  height: 3px;
  background: #191919;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  top: auto;
  bottom: -11px; }
.product-items-default__btn-more:hover {
  background: #ffffff;
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.20972); }
.product-items-default__btn-more:hover .border {
  border-color: #1F62A8;
  color: #1F62A8; }

@media all and (max-width: 1209px) {
  .product--before-line::before {
    height: 99%; }
  .product--before-line::after {
    display: none; } }

@media all and (max-width: 929px) {
  .product__body-items {
    flex-basis: 50%; } }

@media all and (max-width: 626px) {
  .product__body-items {
    flex-basis: 100%; }
  .product__body-items .product-items-default__bg {
    margin: 0 auto; } }

.product-first-slider {
  height: calc(100vh - 144px); }
.product-first-slider .title-h2--white {
  color: #1F62A8 !important;
  position: relative;
  z-index: 999999;
  text-align: center; }
.product-first-slider .swiper-container {
  width: 100%;
  height: 100%; }
.product-first-slider__swiper {
  height: 100%;
  width: 100%; }
.product-first-slider__bg {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 30px; }
.product-first-slider__bg > img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }
.product-first-slider__bg .big-slider__description {
  padding: 30px 30px;
  width: calc(625px);
  position: relative;
  background: #ffffff;
  margin: 0 auto 0;
  opacity: 1;
  font-size: 0.93333rem;
  line-height: 1.06667rem;
  z-index: 999; }
.product-first-slider .swiper-button-next::after, .product-first-slider .swiper-button-prev::after {
  display: none; }

@media all and (max-width: 890px) {
  .product-first-slider {
    height: auto; }
  .product-first-slider__bg {
    padding: 100px 0;
    height: auto; }
  .product-first-slider__bg .big-slider__description {
    width: 100%;
    margin-left: 0; }
  .product-first-slider .swiper-button-next, .product-first-slider .swiper-button-prev {
    top: 20px; } }

.production--refresh {
  position: relative;
  margin: 40px 0; }
.production--refresh::before {
  content: '';
  width: 53px;
  height: 3px;
  background: #191919;
  position: absolute;
  left: 0;
  top: 0; }
.production--refresh::after {
  content: '';
  width: calc(100% - 53px);
  height: 99%;
  position: absolute;
  top: 0;
  right: 0;
  border-bottom: 3px solid #191919;
  border-left: 3px solid #191919; }
.production--refresh .production__body .production__images {
  order: 2;
  text-decoration: none;
  position: relative;
  transition: .5s; }
.production--refresh .production__body .production__images::after {
  content: '';
  width: 100%;
  height: 100%;
  background: #1F62A8;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transform: translate(40px, 40px);
  z-index: 9999;
  transition: .5s; }
.production--refresh .production__body .production__images .link--center {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  color: #ffffff;
  font-weight: bold;
  transform: translate(40px, 40px);
  z-index: 999999;
  transition: .5s; }
.production--refresh .production__body .production__images:hover::after {
  background: #133c67; }
.production--refresh .production__body .production__images:hover .link--center {
  transform: scale(1.2) translate(30px, 30px); }
.production--refresh .production__body .production__right-text {
  position: relative;
  overflow: hidden; }

@media all and (max-width: 1248px) {
  .production--refresh::before {
    width: 10px; }
  .production--refresh::after {
    width: calc(100% - 10px); } }

@media all and (max-width: 1000px) {
  .production--refresh::before {
    width: 10px;
    display: none; }
  .production--refresh::after {
    width: calc(100% - 10px);
    display: none; }
  .production--refresh {
    margin-top: 0; }
  .production--refresh .production__body .production__images .link--center {
    transform: translate(0, 0); }
  .production--refresh .production__body .production__images::after {
    transform: translate(0, 0); }
  .production__text {
    padding: 0 20px; } }

.form {
  position: relative;
  overflow: hidden;
  padding: 0 25px 50px;
  margin: 20px 0; }
.form::before {
  content: '';
  width: 53px;
  height: 3px;
  background: #191919;
  position: absolute;
  left: 0;
  top: 0; }
.form::after {
  content: '';
  width: calc(100% - 53px);
  height: 99%;
  position: absolute;
  top: 0;
  right: 0;
  border-bottom: 3px solid #191919;
  border-left: 3px solid #191919; }
.form .title-h1--form {
  color: #1F62A8;
  text-align: center;
  display: block;
  z-index: 999;
  font-size: 4.8rem; }
.form .production__body {
  align-items: flex-start; }

.form-body {
  display: block;
  margin: 0 auto;
  max-width: 1260px;
  min-width: 320px;
  padding: 20px 25px;
  z-index: 999;
  position: relative;
}
.form-body::before {
  content: '';
  width: 300px;
  transform: translate(-40px, 10px);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  border: 10px solid #1F62A8; }
.form-body input {
  z-index: 999;
  position: relative;
  max-width: calc(80% - 15px);
  min-width: calc(300px - 15px);
  margin: 20px auto;
  display: block;
  height: 55px;
  padding-left: 15px;
  color: #191919;
  font-style: normal;
  font-weight: bold;
  border: 1px solid #191919;
  font-size: 1rem;
  line-height: 1.2rem;
  letter-spacing: 0.06667rem;
  color: #191919;
  transition: .5s;
  outline: none;
}
.form-body input:focus {
  border: 1px solid #1F62A8; }
.form-body button {
  z-index: 999;
  position: relative;
  max-width: calc(80% - 15px);
  min-width: calc(300px - 15px);
  display: inline-block;
  vertical-align: top;
  padding: 0;
  margin: 0;
  border: none;
  font-family: inherit;
  font-size: inherit;
  background: transparent;
  cursor: pointer;
  height: 55px;
  background: #1F62A8;
  color: #ffffff;
  margin: 0 auto;
  display: block;
  transition: .5s; }
.form-body button:focus {
  outline: none; }
.form-body button:hover {
  background: #133c67; }

@media all and (max-width: 1000px) {
  .form .production {
    padding: 0 15px; }
  .form .production {
    margin-top: 0; }
  .form::before {
    width: 10px; }
  .form::after {
    width: calc(100% - 10px); }
  .form-body {
    padding: 20px !important;
    max-width: 320px;
  }
  .form-body::before {
    transform: translate(0, 0); } }

@media all and (max-width: 414px) {
  .form {
    margin: 20px 0;
    padding: 20px 0; }
  .form .title-h1--form {
    margin: 0; }
  .form .form-body {
    margin-top: 10px; } }

@media all and (max-width: 992px) {
  .form {
    margin: 20px 0; } }

.form-refresh .production {
  margin-top: 30px; }
.form-refresh .production .production__body {
  z-index: 999;
  position: relative; }
.form-refresh .production .production__body .form-body {
  order: 2; }
.form-refresh .production .production__body .production__right-text .production__title {
  margin-bottom: 30px; }
.form-refresh .production .production__body .production__right-text a {
  text-decoration: none;
  display: block;
  margin-bottom: 10px;
  padding-left: 10px;
  transition: .5s; }
.form-refresh .production .production__body .production__right-text a:hover {
  color: #1F62A8; }
.form-refresh .production .production__body .production__right-text .production__mini-solid {
  margin: 20px 30px; }
.form-refresh .production .production__body .production__right-text p {
  margin-bottom: 10px;
  padding-left: 10px; }
.form-refresh .production .production__body .production__right-text p span {
  display: block; }

@media all and (max-width: 1217px) {
  .form-refresh::before {
    width: 10px; }
  .form-refresh::after {
    width: calc(100% - 10px); } }

@media all and (max-width: 1000px) {
  .form-refresh .production .production__body .production__right-text .production__mini-solid {
    margin: 20px auto; } }

.big-maps {
  width: 100%;
  padding: 0 0 40% 0;
  position: relative;
  overflow: hidden; }
/*.big-maps::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999; }*/
.big-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center; }
.big-maps__open {
  width: 230px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: absolute;
  bottom: 20px;
  right: 20px;
  border: 10px solid #1F62A8;
  z-index: 9999999;
  color: #ffffff;
  text-decoration: none;
  transition: .5s; }
.big-maps__open:hover {
  background-color: #1F62A8; }

@media all and (max-width: 414px) {
  .big-maps {
    padding: 0 0 80% 0; } }

.gallery {
  position: relative;
  overflow: hidden;
  margin: 20px 0;
  padding-bottom: 20px; }
.gallery::before {
  content: '';
  width: 53px;
  height: 3px;
  background: #191919;
  position: absolute;
  left: 0;
  top: 0; }
.gallery::after {
  content: '';
  width: calc(100% - 53px);
  height: 99%;
  position: absolute;
  top: 0;
  right: 0;
  border-bottom: 3px solid #191919;
  border-left: 3px solid #191919; }
.gallery__row {
  display: block;
  margin: 0 auto;
  max-width: 1260px;
  min-width: 320px;
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; }
.gallery__filter {
  flex-basis: 100%;
  margin: 20px 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  align-items: stretch; }
.gallery__filter > a {
  display: block;
  border: 2px solid #1F62A8;
  margin: 10px;
  font-size: 0.66667rem;
  line-height: 0.8rem;
  list-style: 0.06667rem;
  font-weight: bold;
  color: #191919;
  text-decoration: none;
  position: relative;
  transition: .5s; }
.gallery__filter > a span {
  position: relative;
  z-index: 9;
  height: 40px;
  padding: 0 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap; }
.gallery__filter > a::after {
  content: '';
  width: 0;
  height: 100%;
  background: #1F62A8;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto; }
.gallery__filter > a:hover {
  color: #ffffff; }
.gallery__filter > a:hover::after {
  animation: fadeIn-left-after .5s forwards; }
.gallery__filter .gallery__filter--active {
  background: #1F62A8;
  color: #ffffff; }
.gallery__item {
  position: relative;
  z-index: 999;
  flex-basis: 295px;
  height: 295px;
  margin-bottom: 20px; }
.gallery__item a > img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%; }

@media all and (max-width: 1346px) {
  .gallery::before {
    width: 10px; }
  .gallery::after {
    width: calc(100% - 10px); } }

@media all and (max-width: 918px) {
  .gallery__item {
    flex-basis: 48%; }
  .form .production__body {
    justify-content: center;
  }}

@media all and (max-width: 541px) {
  .gallery__item {
    flex-basis: 100%;
    height: auto;
    padding: 0 0 70% 0; }
  .gallery__item a > img {
    height: auto;
    max-height: 100%; } }

.completed-title-h2 {
  text-align: center;
  display: block; }

.name-product {
  font-style: normal;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.2rem;
  letter-spacing: 0.06667rem;
  text-align: center;
  margin: 20px 0;
  color: #1F62A8; }

.item-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 15px;
  width: calc(100% - 30px);
  font-style: normal;
  font-weight: normal;
  font-size: 1.06667rem;
  line-height: 1.73333rem;
  letter-spacing: 0.05926rem;
  color: #191919; }
.item-list span {
  font-weight: bold; }

.product-items--hover {
  transition: .5s; }
.product-items--hover .item-list {
  opacity: 0;
  margin-top: -40px;
  transition: .5s; }
.product-items--hover .product-items-default__btn-more {
  box-shadow: none !important;
  background: none !important; }
.product-items--hover .product-items-default__btn-more span:hover {
  color: #1F62A8;
  transform: scale(1.1);
  box-shadow: none !important;
  background: none !important; }
.product-items--hover:hover {
  background: #ffffff;
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.20972); }
.product-items--hover:hover .item-list {
  opacity: 1;
  margin-top: 0; }

.popUp-form {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 999999999;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  display: none; }
.popUp-form .popUp-form__form-body {
  position: relative;
  padding: 50px;
  background: #ffffff;
}
.popUp-form .popUp-form__form-body::before {
  display: none; }
.popUp-form__close {
  position: absolute;
  top: 20px;
  right: 10px;
  width: 30px;
  transition: .5s;
  cursor: pointer; }
.popUp-form__close:hover {
  transform: scale(1.1); }
.popUp-form__close:hover > i {
  background: #1F62A8; }
.popUp-form__close > i {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  display: block;
  height: 3px;
  border-radius: 25px;
  width: 100%;
  background: #191919;
  transform: rotate(45deg);
  transition: .5s; }
.popUp-form__close > i:last-child {
  transform: rotate(-45deg); }

@media all and (max-width: 376px) {
  .popUp-form .popUp-form__form-body {
    padding: 30px 0;
    width: 100%; } }