*, *:before, *:after {
  box-sizing: border-box;
}

html, body, div, span, object, iframe, figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, img, small, strike, sub, sup, tt, b, u, i, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, main, canvas, embed, footer, header, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  text-size-adjust: none;
}

html {
  scroll-behavior: smooth;
}

button {
  cursor: pointer;
  border: none;
  background: 0 0;
}

body {
  background: #fff;
  font-family: "Montserrat", sans-serif;
  color: #383c44;
}

.wrapper {
  max-width: 1400px;
  margin: 0 auto;
}

header {
  padding: 40px 0;
}
header .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header.header_in {
  overflow: hidden;
  padding: 0;
}
header.header_in .wrapper {
  padding: 20px;
  position: relative;
}
header.header_in .wrapper::before {
  content: "";
  width: 100vw;
  height: 100%;
  left: 15%;
  position: absolute;
  background: #F6F6F6;
  z-index: -1;
}

.logo {
  width: 102px;
  height: 134px;
  background: url(../img/svg/logo.svg) center no-repeat;
  background-size: contain;
}

nav {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 120px;
}
nav ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
}
nav ul li a {
  color: rgb(0, 0, 0);
  font-size: 1.56rem;
  font-weight: 400;
  line-height: 1.88rem;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
nav ul li:hover a {
  text-decoration: underline;
}

.top_background_shield {
  position: absolute;
  left: 20%;
  height: 100vh;
  width: 80%;
  background: rgb(246, 246, 246);
  z-index: -1;
}

.desc_section {
  padding-top: 15px;
}
.desc_section .wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.desc_first {
  color: rgb(0, 0, 0);
  font-size: 1.56rem;
  font-weight: 700;
  line-height: 1.88rem;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}

.desc_last {
  padding: 10px 0;
  padding-left: 28px;
  border-left: 2px solid #434343;
  color: rgb(0, 0, 0);
  font-size: 1.56rem;
  font-weight: 400;
  line-height: 1.88rem;
}

.desc_line {
  height: 2px;
  width: 109px;
  background: #434343;
}

.section_title {
  color: rgb(0, 0, 0);
  font-size: 4.38rem;
  font-weight: 400;
  line-height: 5.31rem;
  text-transform: uppercase;
}

.main_section {
  overflow: hidden;
  margin-bottom: 108px;
}
.main_section .section_title {
  position: relative;
  z-index: 2;
}

.main_grid {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  margin-top: -85px;
}
.main_grid .grid_item {
  width: 60%;
  padding: 120px 0;
  padding-left: 113px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
}
.main_grid .grid_item:last-child {
  width: 40%;
  position: relative;
}
.main_grid .grid_item:last-child .grid_item_img {
  top: 0;
  right: -400px;
  bottom: auto;
  width: auto;
  max-width: none;
}
.main_grid .grid_item:last-child::after {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  bottom: 0;
  left: 0;
  background: #E3F988;
  z-index: -1;
}

.grid_item_title {
  color: rgb(67, 67, 67);
  font-size: 3.13rem;
  font-weight: 700;
  line-height: 3.81rem;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
}
.grid_item_title .desc_line {
  height: 4px;
}

.grid_item_txt {
  color: rgb(0, 0, 0);
  font-size: 1.56rem;
  font-weight: 400;
  line-height: 1.88rem;
  margin-top: 62px;
  position: relative;
  z-index: 2;
}

.more {
  color: rgb(0, 0, 0);
  font-size: 1.56rem;
  font-weight: 400;
  line-height: 1.88rem;
  text-decoration-line: underline;
  margin-top: 46px;
  position: relative;
  z-index: 2;
}

.grid_item_img {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 45%;
}

.key_grid {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 124px;
  row-gap: 93px;
  margin-top: 73px;
  flex-wrap: wrap;
}

.key_item {
  width: calc(50% - 62px);
  height: 412px;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}
.key_item:hover .key_item_hover_container {
  visibility: visible;
  opacity: 1;
}

.key_item_hover_container {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 50px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  transition: all 0.2s ease-in-out;
}

.key_hover_title {
  color: rgb(67, 67, 67);
  font-size: 3.13rem;
  font-weight: 700;
  line-height: 3.81rem;
}

.key_more {
  color: rgb(255, 255, 255);
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 2.13rem;
  text-decoration-line: underline;
  margin-top: 58px;
}

.key_item_title {
  color: rgb(67, 67, 67);
  font-size: 3.13rem;
  font-weight: 700;
  line-height: 3.81rem;
  height: 161px;
  padding-bottom: 39px;
  position: relative;
}
.key_item_title .desc_line {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
}

.key_item_top {
  width: 100%;
}

.key_item_txt {
  color: rgb(0, 0, 0);
  font-size: 1.56rem;
  font-weight: 400;
  line-height: 1.88rem;
  margin-top: 15px;
}

.key_arrow {
  width: 303px;
  height: 20px;
  background: url(../img/svg/arrow.svg) center left no-repeat;
  background-size: contain;
}

.key_section {
  padding-bottom: 180px;
}

.produce_section {
  overflow: hidden;
}

.produce_grid {
  width: 100%;
  padding-bottom: 495px;
  padding-right: 124px;
  background: #F6F6F6;
  position: relative;
  margin-top: 62px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 80px;
  flex-wrap: wrap;
}
.produce_grid .produce_item {
  width: calc(50% - 40px);
  height: 290px;
  position: relative;
  margin: 74px 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  z-index: 3;
}
.produce_grid .produce_item:nth-child(8n+4) {
  z-index: 2;
}
.produce_grid .produce_item:nth-child(8n+8) {
  z-index: 2;
}
.produce_grid .produce_item:nth-child(8n+4)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 100vw;
  height: calc(100% + 148px);
  transform: translateY(-50%);
  background: #9ACD32;
  z-index: -1;
}
.produce_grid .produce_item:nth-child(8n+8)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 100vw;
  height: calc(100% + 148px);
  transform: translateY(-50%);
  background: #E3F988;
  z-index: -1;
}
.produce_grid::after {
  content: "";
  width: 100vw;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #F6F6F6;
}
.produce_grid .desc_line {
  margin-bottom: 30px;
}
.produce_grid .more {
  margin: 0;
}

.produce_item_title {
  color: rgb(67, 67, 67);
  font-size: 3.13rem;
  font-weight: 700;
  line-height: 3.81rem;
  height: 122px;
  padding-left: 18%;
}

.produce_txt {
  color: rgb(0, 0, 0);
  font-size: 1.56rem;
  font-weight: 400;
  line-height: 1.88rem;
  margin-top: 9px;
  padding-left: 18%;
}

.callback_section {
  margin-top: -320px;
  margin-bottom: 106px;
  position: relative;
  z-index: 3;
}
.callback_section .wrapper {
  padding-left: 15%;
}

.callback_container {
  background: #9ACD32;
  padding-left: 158px;
  padding-top: 143px;
  padding-bottom: 80px;
  position: relative;
}
.callback_container::after {
  content: "";
  width: 100vw;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #9ACD32;
}

main {
  overflow: hidden;
}

.callback_title {
  color: rgb(67, 67, 67);
  font-size: 3.13rem;
  font-weight: 700;
  line-height: 3.81rem;
  margin-bottom: 35px;
  position: relative;
  z-index: 2;
}

.callback_txt {
  color: rgb(0, 0, 0);
  font-size: 1.56rem;
  font-weight: 400;
  line-height: 1.88rem;
  margin-bottom: 100px;
  max-width: 72%;
  position: relative;
  z-index: 2;
}

.main_btn {
  color: rgb(67, 67, 67);
  font-size: 1.56rem;
  font-weight: 400;
  line-height: 1.88rem;
  background: rgb(255, 255, 255);
  height: 72px;
  min-width: 300px;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}

.callback_img {
  position: absolute;
  top: 60px;
  right: -460px;
  z-index: 2;
  max-height: calc(100% - 60px);
}

.how_row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 40px 0;
  position: relative;
  width: 100%;
}
.how_row.yellow::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100%;
  background: #E3F988;
  z-index: -1;
}

.how_item {
  position: relative;
  z-index: 2;
  padding: 25px 57px;
  border-left: 2px solid #434343;
  color: rgb(67, 67, 67);
  font-size: 1.56rem;
  font-weight: 400;
  line-height: 1.88rem;
  width: 50%;
  height: 110px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.how_grid {
  margin-top: 100px;
}

.why_grid {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  row-gap: 95px;
  margin-top: 77px;
}

.why_item {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 50px;
  color: rgb(0, 0, 0);
  font-size: 1.56rem;
  font-weight: 400;
  line-height: 1.88rem;
  text-transform: uppercase;
}

.why_img {
  width: 134px;
  height: 90px;
  -o-object-fit: contain;
     object-fit: contain;
}

.why_section {
  margin-top: 142px;
}

.footer_top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}

footer {
  overflow: hidden;
}
footer .wrapper {
  padding: 100px 0;
  position: relative;
}

.why_section {
  margin-bottom: 156px;
}

.footer_bg {
  position: absolute;
  left: 30%;
  height: 100%;
  width: 100vw;
  bottom: 0;
  background: #9ACD32;
  z-index: -1;
}

.footer_nav_item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.footer_nav_item a {
  text-decoration: none;
  color: rgb(67, 67, 67);
  font-size: 1.13rem;
  font-weight: 400;
  line-height: 1.38rem;
}
.footer_nav_item a + a {
  margin-top: 3px;
}
.footer_nav_item .footer_nav_title {
  color: rgb(0, 0, 0);
  font-size: 1.56rem;
  font-weight: 500;
  line-height: 1.88rem;
  margin-bottom: 16px;
}

.footer_nav {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 50px;
}

.footer_bottom {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 53px;
}

.copy {
  color: rgb(67, 67, 67);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25rem;
}

.multzavod {
  display: flex;
}

.crosh {
  padding: 50px 0;
}
.crosh ul {
  list-style: none;
}
.crosh ul li {
  display: inline-block;
}
.crosh ul li a {
  text-decoration: none;
  color: rgb(0, 0, 0);
  font-size: 1.56rem;
  font-weight: 400;
  line-height: 1.88rem;
}
.crosh ul li a::after {
  content: " - ";
}
.crosh ul li:last-child a {
  text-decoration: underline;
  color: #EDF126;
}
.crosh ul li:last-child a::after {
  display: none;
}

.service_main_section {
  overflow: hidden;
  margin-bottom: 117px;
}

.samples_title {
  color: rgb(67, 67, 67);
  font-size: 3.13rem;
  font-weight: 700;
  line-height: 3.81rem;
  margin-bottom: 30px;
}

.swiper-slide {
  width: auto;
}

.sample_img {
  width: 368px;
  height: 439px;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
}

.samples_container {
  margin-top: 87px;
}

.service_content_section {
  overflow: hidden;
  margin-bottom: 98px;
}
.service_content_section .wrapper {
  padding-left: 149px;
  padding-top: 62px;
  padding-bottom: 127px;
  position: relative;
}
.service_content_section .wrapper::after {
  content: "";
  width: 100vw;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 149px;
  background: #F6F6F6;
  z-index: -1;
}

.service_content_container {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  gap: 50px;
  padding-left: 94px;
}

.service_line {
  width: 100px;
  height: 4px;
  background: #434343;
  flex-shrink: 0;
}

.service_content {
  color: rgb(0, 0, 0);
  font-size: 1.56rem;
  font-weight: 400;
  line-height: 1.88rem;
}
.service_content h2 {
  color: rgb(67, 67, 67);
  font-size: 3.13rem;
  font-weight: 700;
  line-height: 3.81rem;
  margin-bottom: 30px;
}
.service_content p + p {
  margin-top: 20px;
}
.service_content ul {
  margin: 25px 0;
  margin-left: 25px;
}

.scan_grid {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
  width: 100%;
  margin-top: 61px;
}

.scan_section {
  margin-bottom: 130px;
}

.gabarites {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 95px;
}

.gabarit {
  width: 50%;
  color: rgb(0, 0, 0);
  font-size: 1.56rem;
  font-weight: 400;
  line-height: 1.88rem;
}

.other_grid {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.other_section {
  margin-bottom: 130px;
}

.hidden_menu, .burger {
  display: none;
}

@media screen and (max-width: 1399px) {
  .wrapper {
    max-width: 1200px;
    margin: 0 auto;
  }
  .section_title {
    font-size: 3em;
    line-height: normal;
  }
  .main_grid .grid_item {
    padding: 120px 0;
    padding-left: 60px;
  }
  .main_grid {
    margin-top: -56px;
  }
  .grid_item_title, .key_item_title, .key_hover_title, .produce_item_title, .callback_title {
    font-size: 2.2em;
    line-height: normal;
  }
  .key_item_title {
    padding-bottom: 30px;
    height: 120px;
  }
  .produce_item_title {
    height: 102px;
  }
  nav {
    gap: 30px;
  }
  nav .desc_first {
    font-size: 1em;
  }
  .service_content h2 {
    font-size: 2em;
    line-height: normal;
  }
}
@media screen and (max-width: 1200px) {
  section > * {
    width: 100%;
  }
  html, body {
    min-width: 100%;
  }
  body > * > * * {
    max-width: 100%;
  }
  .wrapper {
    width: 95% !important;
  }
  header {
    position: relative;
    top: 0;
    z-index: 10;
  }
  header nav {
    display: none;
  }
  .desc_section .wrapper {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .desc_last {
    padding-left: 13px;
    margin-top: 20px;
  }
  .logo {
    height: 100px;
    width: 100px;
  }
  .section_title {
    font-size: 2em;
  }
  .main_section {
    margin-top: 20px;
  }
  .main_grid {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 20px;
  }
  .main_grid .grid_item {
    width: 100%;
    padding: 20px;
  }
  .main_grid .grid_item:last-child {
    width: 100%;
  }
  .main_grid .grid_item:last-child::after {
    display: none;
  }
  .grid_item_title {
    font-size: 1.8em;
  }
  .main_grid .grid_item:last-child .grid_item_img {
    top: 0;
    right: 0;
    max-width: 70%;
  }
  .key_grid {
    gap: 20px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .key_item {
    width: 100%;
    padding: 20px;
    height: auto;
    border: 1px solid #383c44;
  }
  .key_item_hover_container {
    padding: 20px;
  }
  .key_item_title {
    height: 84px;
    font-size: 1.5em;
  }
  .key_arrow {
    margin-top: 20px;
  }
  .key_section {
    margin-bottom: 50px;
    padding-bottom: 0;
  }
  .produce_grid {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 40px;
    padding: 20px 10px;
    margin-top: 20px;
  }
  .key_grid {
    margin-top: 20px;
  }
  .produce_grid .produce_item {
    width: 100%;
  }
  .produce_grid::after {
    display: none;
  }
  .produce_grid .produce_item {
    margin: 0;
    height: auto;
    padding: 20px 0;
  }
  .produce_grid .produce_item:nth-child(8n+4)::after {
    height: 100%;
  }
  .produce_item_title {
    padding: 0;
  }
  .produce_txt {
    padding: 0;
  }
  .produce_grid .produce_item:nth-child(8n+8)::after {
    height: 100%;
  }
  .callback_section {
    margin-top: 0;
  }
  .callback_container {
    padding: 20px;
  }
  .callback_section .wrapper {
    padding: 0;
  }
  .callback_txt {
    max-width: 100%;
    margin-bottom: 50px;
  }
  .how_row {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
  }
  .how_item {
    width: 100%;
    height: auto;
    padding: 10px;
  }
  .why_grid {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
    margin-top: 20px;
  }
  .why_item {
    justify-content: space-between;
    width: 100%;
    font-size: 1.2em;
  }
  .why_item img {
    width: 90px;
  }
  .why_section {
    margin-top: 50px;
  }
  .how_grid {
    margin-top: 20px;
  }
  .why_section {
    margin-bottom: 50px;
  }
  .footer_top {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
  }
  .footer_nav {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
  }
  .footer_bg {
    left: 0;
  }
  .footer_nav_item {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
  footer {
    background: #9ACD32;
  }
  footer .wrapper {
    padding: 50px 0;
  }
  .footer_bottom {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
  .samples_container {
    margin-top: 20px;
  }
  .service_content_section .wrapper {
    padding-left: 0;
    padding: 20px;
  }
  .service_content_container {
    padding-left: 0;
  }
  .service_line {
    display: none;
  }
  .service_content h2 {
    font-size: 1.4em;
  }
  .service_content_section {
    background: #F6F6F6;
  }
  .service_content_section {
    margin-bottom: 50px;
  }
  .gabarites {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 15px;
    margin: 0;
    margin-top: 10px;
  }
  .gabarit {
    width: 100%;
  }
  .scan_section {
    margin-bottom: 50px;
  }
  .other_section {
    margin-bottom: 50px;
  }
  .samples_title {
    font-size: 1.4em;
    line-height: normal;
  }
  .burger {
    display: block;
    width: 60px;
    height: 30px;
    position: relative;
  }
  .burger span {
    position: absolute;
    width: 100%;
    height: 3px;
    background: #9ACD32;
  }
  .burger span:nth-child(2) {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .burger span:nth-child(3) {
    bottom: 0;
    left: 0;
  }
  .burger.active span {
    background: #9ACD32;
  }
  header.active .burger span {
    background: #9ACD32;
  }
  .burger {
    cursor: pointer;
    transition: all 0.2s ease-in-out;
  }
  .burger span {
    transition: all 0.2s ease-in-out;
  }
  .burger.active span:nth-child(1) {
    top: 50%;
    right: auto;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .burger.active span:nth-child(2) {
    opacity: 0;
  }
  .burger.active span:nth-child(3) {
    top: auto;
    top: 50%;
    right: auto;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 100%;
  }
  .hidden_menu {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
    background: #fff;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s ease-in-out;
  }
  .hidden_menu.active {
    opacity: 1;
    visibility: visible;
  }
  .hidden_menu .wrapper {
    height: 100%;
    overflow: auto;
    padding-top: 170px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
  }
  nav ul {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
  }
  body.fixed {
    overflow: hidden;
  }
  .radiator_txt {
    max-width: 100%;
    width: 100%;
  }
  .nobr br {
    display: none;
  }
  .submenu_toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }
  .submenu_mobile {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 5px;
  }
  .submenu_mobile_container {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 5px;
    padding-left: 10px;
    display: none;
  }
  .submenu_mobile_container.active {
    display: flex;
  }
}/*# sourceMappingURL=styles.css.map */