@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html, body {
  width: 100%;
  min-width: 320px;
  color: #000;
  background: #fff;
  font: 16px/120% "Roboto", sans-serif;
  cursor: default;
}

html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  height: auto !important;
  min-height: 100%;
  height: 100%;
  position: relative;
}

html, body, div, applet, object, iframe, blockquote, pre, abbr, acronym, address, big, select, input, textarea,
cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dd, dl, dt, fieldset, form, label, legend, caption, h1, h2, h3, h4, h5 {
  font: 16px/120% "Roboto", sans-serif;
  margin: 0;
  padding: 0;
  border: 0;
}

a img, :link img, :visited img {
  border: 0;
}

p {
  padding: 0px;
  margin: 0px;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  vertical-align: top;
}

a {
  cursor: pointer;
  outline: none;
  color: #000;
  text-decoration: none;
  font: 16px/120% "Roboto", sans-serif;
}

a:hover {
  text-decoration: none;
}

.cl:after {
  content: "";
  display: block;
  clear: both;
}

.hand {
  cursor: pointer;
}

.display_none {
  display: none;
}

input, select, textarea, button {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: unset;
  border: unset;
}

textarea {
  outline: none;
  resize: none;
  overflow: auto;
}

ul {
  list-style: none;
}

/* site styles */
.p_content, .z_top_block_2, .z_footer, .z_content, .z_top_block, .z_header_content {
  max-width: 1400px;
  padding: 0 15px;
  margin: 0 auto;
}

.z_h2 {
  font-size: 44px;
}
.z_h2.hidden {
  display: none;
}

.z_h4 {
  font-size: 20px;
  margin-top: 27px;
}

.z_h3 {
  font-size: 25px;
  font-weight: 700;
}

.z_h6 {
  font-size: 14px;
  color: #1D52DE;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.z_no_classes h2 {
  font-size: 44px;
}
.z_no_classes h2.hidden {
  display: none;
}
.z_no_classes h3 {
  font-size: 28px;
}
.z_no_classes h6 {
  font-size: 14px;
  color: #1D52DE;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.z_no_classes p {
  font-size: 16px;
  line-height: 150%;
  color: #757575;
  margin-top: 15px;
}
.z_no_classes ul, .z_no_classes ol {
  display: flex;
  flex-direction: column;
  padding-left: 8px;
  margin-top: 20px;
}
.z_no_classes ul > li, .z_no_classes ol > li {
  padding-left: 10px;
  font-size: 16px;
  line-height: 150%;
  color: #757575;
  position: relative;
}
.z_no_classes ul > li:before, .z_no_classes ol > li:before {
  display: block;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #000;
  position: absolute;
  left: 0;
  top: 10px;
}
.z_no_classes ol {
  padding-left: 18px;
}
.z_no_classes ol > li {
  padding-left: 0;
}
.z_no_classes ol > li:before {
  display: none;
}

.z_top_wrapper {
  width: 100%;
  height: 100vh;
  background: url(../images/z_top_bg.jpg) center/cover no-repeat;
  position: relative;
}
.z_top_wrapper:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  top: 0;
}

.z_header {
  width: 100%;
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  color: #fff;
  border-bottom: 1px solid #757575;
}
.z_header a {
  color: #fff;
}
.z_header.fixed {
  background: #fff;
  color: #000;
}
.z_header.fixed a {
  color: #000;
}
.z_header.fixed .z_logo {
  filter: brightness(0);
}
.z_header.fixed .zhs_btn {
  background-color: rgba(35, 92, 242, 0.1);
}
.z_header.fixed .zhs_btn:before {
  filter: brightness(0.4) sepia(1) hue-rotate(200deg) saturate(4);
}
.z_header.fixed .zhs_btn.opened {
  background-color: rgba(35, 92, 242, 0.5);
}
.z_header.fixed .burger > span {
  background: #1D52DE;
}
.z_header.fixed .burger > span:before, .z_header.fixed .burger > span:after {
  background: #1D52DE;
}

.z_header_content {
  height: 60px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  position: relative;
}

.burger {
  display: none;
  position: absolute;
  width: 22px;
  height: 18px;
  left: 15px;
  top: 20px;
  cursor: pointer;
}
.burger.opened span {
  height: 0;
}
.burger.opened span:before {
  top: 50%;
  transform: rotate(-45deg);
}
.burger.opened span:after {
  top: 50%;
  transform: rotate(45deg);
}
.burger:hover {
  opacity: 0.7;
}
.burger span {
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 8px;
}
.burger span:before {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  top: -8px;
  transition: 0.3s;
}
.burger span:after {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 8px;
  transition: 0.3s;
}

.z_logo {
  max-width: 180px;
  transition: 0.3s;
}

.zh_block {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  flex: 1;
}

.z_nav {
  flex: 1;
}
.z_nav > ul {
  height: 60px;
  display: flex;
}
.z_nav > ul > li {
  position: relative;
}
.z_nav > ul > li > a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  line-height: 60px;
  text-transform: uppercase;
  padding: 0 20px;
  letter-spacing: 2px;
  white-space: nowrap;
  transition: 0.3s;
}
.z_nav > ul > li > a:active {
  color: #1D52DE;
}
.z_nav > ul > li > a.zh_cat_btn {
  gap: 10px;
  background: #1D52DE;
  font-weight: 700;
  color: #fff;
}
.z_nav > ul > li > a.zh_cat_btn > i {
  width: 16px;
  height: 16px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: relative;
  transition: 0.3s;
}
.z_nav > ul > li > a.zh_cat_btn > i:before {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 5px;
  transition: 0.3s;
}
.z_nav > ul > li ul {
  display: none;
  width: 300px;
  max-height: calc(100dvh - 60px);
  overflow: auto;
  flex-direction: column;
  padding: 15px 0;
  background: #fff;
  position: absolute;
  top: 59px;
  left: 0;
  /* scrollbar-width: none;
  -ms-overflow-style: none;        
  &::-webkit-scrollbar {
    display: none;
  } */
}
.z_nav > ul > li ul li {
  position: relative;
}
.z_nav > ul > li ul li > ul {
  height: unset;
  overflow: unset;
  position: static;
  padding: unset;
  padding-left: 10px;
}
.z_nav > ul > li ul li a {
  display: block;
  color: #000;
  padding: 10px 0 10px 15px;
  font-size: 14px;
  line-height: 120%;
  transition: 0.3s;
  padding-left: 40px;
  position: relative;
}
.z_nav > ul > li ul li a:active {
  color: #1D52DE;
}
.z_nav > ul > li ul li a > i {
  width: 36px;
  text-align: center;
  font-style: normal;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.3s;
}
.z_nav > ul > li ul li a > i.opened {
  transform: rotate(45deg);
}
.z_nav > ul > li ul li a > i:before {
  display: block;
  content: "+";
  font-size: 26px;
  line-height: 36px;
  font-weight: 300;
  font-style: normal;
  color: #818181;
  transition: 0.3s;
}

.zh_search_block {
  display: flex;
  align-items: center;
  justify-content: center;
}

.zhs_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 46px;
  height: 46px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transition: 0.3s;
  cursor: pointer;
}
.zhs_btn:hover {
  background: #1D52DE;
}
.zhs_btn.opened {
  background: rgba(255, 255, 255, 0.3);
}
.zhs_btn.opened:before {
  display: none;
}
.zhs_btn.opened:after {
  display: block;
}
.zhs_btn:before {
  display: block;
  content: "";
  width: 15px;
  height: 15px;
  background: url(../images/amp.svg) center/cover no-repeat;
}
.zhs_btn:after {
  display: none;
  content: "";
  width: 40px;
  height: 40px;
  background: url(../images/close_w.svg) center/cover no-repeat;
}

.zhs_popup {
  display: none;
  height: 40px;
  width: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 60px;
}
.zhs_popup > input {
  display: block;
  height: 40px;
  width: calc(100% - 40px);
  padding: 0 15px;
  font-size: 14px;
}

.zhsp_search {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.zhsp_search:hover:before {
  filter: brightness(50%);
}
.zhsp_search:before {
  display: block;
  content: "";
  width: 15px;
  height: 15px;
  background: url(../images/amp.svg) center/cover no-repeat;
  filter: brightness(0);
  transition: 0.3s;
}

.zh_email, .zh_tel {
  /* display: flex; */
  display: none;
  height: 60px;
  align-items: center;
  transition: 0.3s;
}
.zh_email:hover > span > span:before, .zh_tel:hover > span > span:before {
  width: 100%;
}
.zh_email > span, .zh_tel > span {
  font-size: 14px;
}
.zh_email > span > span, .zh_tel > span > span {
  display: inline-block;
  font-size: 16px;
  position: relative;
}
.zh_email > span > span:before, .zh_tel > span > span:before {
  display: block;
  content: "";
  width: 0;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: -4px;
  left: 0;
  transition: 0.3s;
}

.zh_tel_icon, .zh_wu_icon, .zh_tg_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 46px;
  height: 46px;
  background: #1D52DE;
  border-radius: 50%;
  transition: 0.3s;
  /* &:hover{
    background: #fff;
    &:before{
      filter: brightness(0);
    }
  } */
}
.zh_tel_icon:hover, .zh_wu_icon:hover, .zh_tg_icon:hover {
  opacity: 0.7;
}
.zh_tel_icon:before, .zh_wu_icon:before, .zh_tg_icon:before {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  background: url(../images/tel.svg) center/cover no-repeat;
  transition: 0.3s;
}

.zh_icons {
  display: flex;
  align-items: center;
  gap: 10px;
}

.zh_tg_icon {
  background: #2496D1;
}
.zh_tg_icon:before {
  background: url(../images/tg.svg) center/cover no-repeat;
}

.zh_wu_icon {
  background: #42C553;
}
.zh_wu_icon:before {
  background: url(../images/wu.svg) center/cover no-repeat;
}

.z_top_block {
  height: calc(100vh - 60px);
  padding-top: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
  position: relative;
  z-index: 1;
}

.z_h1 {
  font-size: 58px;
  font-weight: 400;
  color: #fff;
}

.ztb_text {
  font-size: 16px;
  color: #fff;
}

.ztb_btn, .b6_cat_btn {
  max-width: 280px;
  width: 100%;
  height: 66px;
  border: 1px solid #fff;
  border-radius: 30px;
  font-size: 14px;
  line-height: 64px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  transition: 0.3s;
  cursor: pointer;
}
.ztb_btn:hover, .b6_cat_btn:hover {
  background: #fff;
  color: #1D52DE;
}

/*стили модальных окон*/
.mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9000;
  background: rgba(0, 0, 0, 0.4);
  display: none;
}

.boxes .window {
  display: none;
  max-width: 580px;
  width: 100%;
  max-height: 90dvh;
  overflow: auto;
  background: #ffffff;
  border-radius: 10px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}

.close, .tp_close {
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  z-index: 3;
  right: 20px;
  top: 20px;
  cursor: pointer;
  opacity: 0.5;
  transition: 0.3s;
}
.close:hover, .tp_close:hover {
  opacity: 1;
}
.close:before, .tp_close:before {
  display: block;
  content: "";
  width: 25px;
  height: 2px;
  background: #000;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}
.close:after, .tp_close:after {
  display: block;
  content: "";
  width: 25px;
  height: 2px;
  background: #000;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
}

.m_content {
  padding: 40px 20px 20px;
}

.mc_head {
  font-size: 40px;
  text-align: center;
}

.mc_text {
  font-size: 14px;
  text-align: center;
  margin-top: 30px;
}

.mc_form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 15px;
}

.mcf_input, .mcf_area {
  height: 64px;
  background: #F6F6F6;
  border: 1px solid #F6F6F6;
  border-radius: 10px;
  padding: 0 10px;
  font-size: 16px;
}
.mcf_input:focus, .mcf_area:focus {
  background: #fff;
}

.mcf_area {
  height: 110px;
  padding: 10px;
}

.mc_data {
  text-align: center;
  color: #757575;
  font-size: 12px;
  margin-top: 20px;
}
.mc_data > a {
  font-size: 12px;
  color: #757575;
  text-decoration: underline;
}
.mc_data > a:hover {
  text-decoration: none;
}

.mcf_submit {
  display: block;
  width: 100%;
  height: 44px;
  background: #1D52DE;
  border-radius: 20px;
  margin-top: 20px;
  text-align: center;
  font-size: 12px;
  line-height: 44px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}
.mcf_submit:hover {
  background: #001736;
}

.z_section {
  padding: 100px 0;
}

.b_1 {
  background: #001736;
  padding: 0;
}

.zb1_items {
  display: flex;
  min-height: 380px;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 30px 0;
}

.zb1_item:nth-child(1) {
  flex-shrink: 0;
}

.zb1i_head {
  font-size: 72px;
  color: #fff;
  font-weight: 600;
}
.zb1i_head > span {
  font-size: 44px;
  font-weight: 400;
  color: #1D52DE;
}

.zb1i_text {
  font-size: 20px;
  color: #fff;
}

.b_2 {
  padding: 100px 0;
  background: #F2F2F2;
}
.b_2 .z_content {
  position: relative;
}

.zb2_all, .zrb_btn, .b9_submit, .b6_apl {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 200px;
  height: 54px;
  background: #1D52DE;
  border-radius: 76px;
  font-size: 12px;
  letter-spacing: 1.5px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  transition: 0.3s;
  position: absolute;
  right: 15px;
  top: 90px;
  cursor: pointer;
}
.zb2_all:after, .zrb_btn:after, .b9_submit:after, .b6_apl:after {
  display: block;
  content: "";
  width: 32px;
  height: 22px;
  background: url(../images/arrow_r_w.svg) center/cover no-repeat;
}
.zb2_all:hover, .zrb_btn:hover, .b9_submit:hover, .b6_apl:hover {
  background: #000;
}

.goods_slider {
  margin: 40px auto 0;
}
.goods_slider .owl-dots {
  display: none;
}

.services_slider {
  margin: 40px auto 0;
}
.services_slider .owl-dots, .services_slider .owl-nav {
  display: none;
}
.services_slider .gs_content:hover > img {
  transform: unset;
  filter: brightness(110%);
}
.services_slider .gs_content:hover .gsc_name {
  background: unset;
  color: #1D52DE;
}
.services_slider .gsc_name {
  width: unset;
  position: static;
  color: #000;
  background: none;
  padding: 0;
  margin-top: 15px;
}

.owl-prev, .owl-next {
  display: block;
  width: 50px;
  height: 50px;
  background: #001736 url(../images/arrow_r_w.svg) center/32px no-repeat !important;
  border-radius: 50%;
  border: none;
  position: absolute;
  top: calc(50% - 25px);
  transition: 0.3s;
}
.owl-prev:active, .owl-next:active {
  background-color: #fff !important;
}
.owl-prev > span, .owl-next > span {
  display: none !important;
}

.owl-prev {
  left: 5px;
  transform: rotate(180deg);
}

.owl-next {
  right: 5px;
}

.gs_content {
  display: block;
  overflow: hidden;
  transition: 0.3s;
}
.gs_content:hover > img {
  transform: scale(1.2);
}
.gs_content:hover .gsc_name {
  background: #1D52DE;
}
.gs_content > img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  transition: 0.5s;
}

.gsc_name {
  display: block;
  width: calc(100% - 20px);
  padding: 20px;
  background: #001736;
  font-size: 25px;
  line-height: 120%;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.3s;
}

.b_4 {
  padding: 0;
  position: relative;
  overflow: hidden;
}
.b_4 .z_content {
  min-height: 700px;
  display: flex;
  align-items: flex-end;
  position: relative;
  z-index: 1;
}

.b4_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.b4_block {
  background: #fff;
  max-width: 930px;
  padding: 70px;
}
.b4_block p {
  font-size: 16px;
  line-height: 150%;
  color: #757575;
  margin-top: 15px;
}

.b_5 {
  background: #F2F2F2;
  padding-bottom: 190px;
}
.b_5 .z_h6, .b_5 .z_h2 {
  text-align: center;
}

.b5_items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
  margin-top: 20px;
}

.b5_item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  background: #fff;
  padding: 30px 20px;
  transition: 0.3s;
}
.b5_item:nth-child(3), .b5_item:nth-child(7) {
  transform: translateY(30px);
}
.b5_item:nth-child(2), .b5_item:nth-child(6) {
  transform: translateY(60px);
}
.b5_item:nth-child(1), .b5_item:nth-child(5) {
  transform: translateY(90px);
}
.b5_item:hover {
  background: #001736;
}
.b5_item:hover .b5i_head, .b5_item:hover .b5i_text {
  color: #fff;
}

.b5i_icon {
  display: block;
  width: 32px;
  height: 32px;
}

.b5i_head {
  font-size: 16px;
  transition: 0.3s;
}

.b5i_text {
  color: #757575;
  font-size: 13px;
  line-height: 130%;
  transition: 0.3s;
}

.b_6 {
  background: #1D52DE;
  padding: 0;
  position: relative;
}

.b6_img {
  display: block;
  width: 670px;
  height: 491px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.b6_block {
  max-width: 610px;
  width: calc(100% - 600px);
  min-height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 25px;
  color: #fff;
  position: relative;
  z-index: 1;
}

.b6_text {
  font-size: 20px;
  line-height: 150%;
}

.b6_btns {
  display: flex;
  gap: 30px;
  margin-top: 30px;
}

.b6_apl {
  position: static;
  background: #001736;
  max-width: 240px;
  width: 100%;
  height: 66px;
  line-height: 66px;
}

.b6_cat_btn {
  max-width: 225px;
}

.certs_slider {
  margin: 40px auto 0;
}
.certs_slider .owl-dots {
  display: none;
}

.cs_content {
  display: block;
}
.cs_content:hover .cs_img > img {
  transform: scale(1.1);
}

.cs_logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  background: #F2F2F2;
  margin-bottom: 20px;
}
.cs_logo > img {
  display: block;
  max-height: 80%;
  max-width: 90%;
}

.cs_img {
  display: block;
  border: 1px solid #e0e0e0;
  overflow: hidden;
}
.cs_img > img {
  display: block;
  transition: 0.5s;
}

.b_8 .z_h2 {
  font-size: 20px;
  font-weight: 700;
}
.b_8 p {
  font-size: 16px;
  line-height: 150%;
  color: #757575;
  margin-top: 20px;
}

.b8_list {
  display: flex;
  flex-direction: column;
  padding-left: 8px;
  margin-top: 20px;
}
.b8_list > li {
  padding-left: 25px;
  font-size: 16px;
  line-height: 150%;
  color: #757575;
  position: relative;
}
.b8_list > li:before {
  display: block;
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #1D52DE;
  position: absolute;
  left: 0;
  top: 7px;
}

.b_9 {
  background: #F2F2F2;
  padding-bottom: 0 !important;
  position: relative;
}
.b_9:before {
  display: block;
  content: "";
  width: 50%;
  height: calc(100% - 100px);
  background: #001736;
  position: absolute;
  left: 0;
  bottom: 0;
}
.b_9 .z_content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.b_9 .z_content > div {
  width: calc(50% - 10px);
  padding: 50px;
}
.b_9 .z_content > div.b9_right {
  padding-top: 0;
}

.b9_form {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 20px;
}

.b9_input, .b9_area {
  display: block;
  width: calc(50% - 10px);
  height: 60px;
  background: none;
  border-bottom: 1px solid #fff;
  font-size: 18px;
  color: #fff;
  padding: 0 15px;
}
.b9_input:nth-child(1), .b9_area:nth-child(1) {
  width: 100%;
}

.b9_area {
  width: 100%;
  height: 160px !important;
  padding: 10px 15px;
}

.b9_bot {
  display: flex;
  width: 100%;
  margin-top: 30px;
  gap: 20px;
}
.b9_bot > div, .b9_bot > input {
  width: calc(50% - 10px);
}

.b9_data {
  font-size: 14px;
  line-height: 130%;
  color: #fff;
}
.b9_data > a {
  font-size: 14px;
  line-height: 130%;
  color: #fff;
  text-decoration: underline;
}
.b9_data > a:hover {
  text-decoration: none;
}

.b9_submit {
  width: unset;
  position: static;
  cursor: pointer;
}

.b9_text {
  font-size: 18px;
  margin-top: 30px;
}

.b9_items {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #757575;
}

.b9_item {
  padding-left: 72px;
  position: relative;
}
.b9_item:before {
  display: block;
  content: "";
  width: 56px;
  height: 56px;
  background: #001736 url(../images/email_yel_21x16.svg) center/21px no-repeat;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}
.b9_item > i {
  display: flex;
  font-style: normal;
  font-size: 14px;
  color: #757575;
  margin-bottom: 13px;
}
.b9_item > span {
  display: block;
  font-size: 16px;
}
.b9_item.b9i_tel:before {
  background: #001736 url(../images/tel.svg) center/18px no-repeat;
}

.z_footer_wrap {
  background: #000;
  padding: 15px 0;
}

.z_copy {
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.z_top_wrapper_2 {
  min-height: 60px;
  background: #001736;
}

.z_top_block_2 {
  padding-top: 130px;
  padding-bottom: 80px;
}

.z_crumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 25px;
  margin-bottom: 15px;
}
.z_crumbs > li {
  font-size: 16px;
  text-transform: uppercase;
  color: #757575;
  position: relative;
}
.z_crumbs > li:last-child:after {
  display: none;
}
.z_crumbs > li:after {
  display: block;
  content: "/";
  font-size: 16px;
  color: #757575;
  position: absolute;
  right: -16px;
  top: 0;
}
.z_crumbs > li > a {
  font-size: 16px;
  color: #1D52DE;
  padding-left: 17px;
  position: relative;
}
.z_crumbs > li > a:before {
  display: block;
  content: "";
  width: 9px;
  height: 16px;
  background: url(../images/chev_l.svg) center/5px no-repeat;
  filter: invert(24%) sepia(72%) saturate(3391%) hue-rotate(221deg) brightness(88%) contrast(99%);
  color: #1D52DE;
  position: absolute;
  left: 0;
  top: 0;
}

.zg_name {
  font-size: 40px;
}

.z_cat {
  margin-top: 20px;
}
.z_cat .z_h2 {
  font-size: 28px;
}

.zc_top {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 20px;
}
.zc_top > a {
  background: #E6EAF4;
  border-radius: 24px;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 120%;
  color: #001736;
  transition: 0.3s;
}
.zc_top > a:hover {
  background: #1D52DE;
  color: #fff;
}

.zc_top_show_all {
  display: none;
  text-align: center;
  margin-top: 20px;
}
.zc_top_show_all > span {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #1D52DE;
  text-decoration: underline;
  cursor: pointer;
}
.zc_top_show_all > span:hover {
  text-decoration: none;
}

.zc_center {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 40px;
}

.zc_left {
  width: calc(100% - 320px);
  padding-bottom: 20px;
}

.zc_right {
  width: 290px;
}

.zc_filter_btn {
  display: none;
  width: 250px;
  height: 35px;
  background: #1D52DE;
  border-radius: 8px;
  text-align: center;
  margin-top: 20px;
  cursor: pointer;
  transition: 0.3s;
}
.zc_filter_btn:hover {
  opacity: 0.7;
}
.zc_filter_btn.opened:before {
  content: "Скрыть фильтр";
}
.zc_filter_btn:before {
  display: block;
  content: "Показать фильтр";
  font-size: 18px;
  line-height: 35px;
  color: #fff;
}

.zc_filter {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  overflow: hidden;
  margin-top: 20px;
}
.zc_filter select {
  display: block;
  width: 194px;
  height: 35px;
  background: #fff;
  border: 1px solid #E4E5E7;
  padding: 0 30px 0 10px;
  font-size: 12px;
  color: #858895;
  appearance: none;
  background: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23858895' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e") right 10px center/12px no-repeat;
}

.zc_table {
  margin-top: 20px;
}

.zct_line {
  display: flex;
  width: 100%;
  height: 50px;
  justify-content: space-between;
  align-items: center;
}
.zct_line.z_head {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  /* margin-bottom: 20px; */
}
.zct_line.z_head > div {
  color: #1D52DE;
}
.zct_line > div {
  width: 15%;
  font-size: 16px;
  cursor: pointer;
}
.zct_line > div > span {
  color: #757575;
}
.zct_line > div:first-child {
  width: 20%;
}
.zct_line > div:last-child {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}

.zct_name {
  display: inline-block;
  max-width: 90%;
  cursor: pointer;
  border: 1px solid #e0e0e0;
  padding: 5px;
  border-radius: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  transition: 0.3s;
  position: relative;
  z-index: 1;
}
.zct_name.opened {
  padding-bottom: 15px;
  border-radius: 8px 8px 0 0;
  border-bottom: 1px solid #fff;
  transform: translateY(7px);
}
.zct_name:hover {
  border: 1px solid #1D52DE;
  background: #1D52DE;
  color: #fff;
}

.zct_appl {
  display: inline-block;
  width: 100%;
  max-width: 150px;
  height: 40px;
  background: #E6EAF4;
  border-radius: 20px;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
}
.zct_appl:hover {
  background: #1D52DE;
  color: #fff;
}

.zct_popup {
  display: none;
  padding: 30px;
  border: 1px solid #e0e0e0;
  position: relative;
  margin-top: -1px;
}

.tp_close {
  right: 15px;
  top: 15px;
}

.tp_name {
  font-size: 22px;
  color: #1D52DE;
}

.tp_center {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.tp_table {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 15px;
}

.tp_img {
  max-width: 320px;
  width: 100%;
  padding-top: 10px;
}
.tp_img > img {
  display: block;
  width: 100%;
}

.tp_line {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.tp_line > div {
  background: #fff;
  padding: 0 7px;
  font-size: 16px;
  position: relative;
  z-index: 1;
}
.tp_line > div:nth-child(2) {
  color: #1D52DE;
}
.tp_line:before {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  border-bottom: 2px dotted #e0e0e0;
  position: absolute;
  left: 0;
  bottom: 3px;
}

.tp_bot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #F2F2F2;
  padding: 20px;
  margin-top: 25px;
}

.tpb_head {
  font-size: 12px;
  color: #757575;
}
.tpb_head > span {
  display: block;
  color: #000;
  font-size: 25px;
  line-height: 120%;
  font-weight: 600;
  margin-top: 4px;
}

.tpb_btns {
  display: flex;
  align-items: center;
  gap: 20px;
}
.tpb_btns > a, .tpb_btns > div {
  height: 44px;
  padding: 0 32px;
  border: 1px solid #1D52DE;
  border-radius: 20px;
  font-size: 12px;
  line-height: 42px;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  transition: 0.3s;
  cursor: pointer;
}
.tpb_btns > a:hover {
  background: #1D52DE;
  color: #fff;
}
.tpb_btns > div {
  background: #1D52DE;
  color: #fff;
}
.tpb_btns > div:hover {
  background: #000;
  border: 1px solid #000;
}

.z_listing {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin-top: 30px;
}
.z_listing a {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  font-size: 16px;
  line-height: 48px;
  text-align: center;
  transition: 0.3s;
}
.z_listing a.current, .z_listing a:hover {
  background: #1D52DE;
  color: #fff;
}

.zr_cat {
  border: 1px solid #e0e0e0;
  border-top: 3px solid #1D52DE;
}
.zr_cat li {
  display: block;
  position: relative;
}
.zr_cat li.zrc_head {
  display: block;
  width: 100%;
  min-height: 46px;
  font-size: 18px;
  line-height: 46px;
  font-weight: 500;
  padding-left: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: row-resize;
  transition: 0.3s;
}
.zr_cat li.zrc_head:hover {
  color: #1D52DE;
}
.zr_cat li.opened:before {
  transform: rotate(90deg);
}
.zr_cat li:before {
  display: block;
  content: "";
  width: 40px;
  height: 46px;
  background: url(../images/chev_l.svg) center/5px no-repeat;
  transform: rotate(-90deg);
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.3s;
  cursor: row-resize;
}
.zr_cat li ul {
  display: none;
}
.zr_cat li ul li {
  border-top: 1px solid #e0e0e0;
}
.zr_cat li ul li > ul > li:before {
  display: none;
}
.zr_cat li ul li > ul > li > a {
  width: 100%;
  font-size: 14px;
  padding-left: 30px;
}
.zr_cat li ul li a {
  font-size: 16px;
  font-weight: 400;
  color: #757575;
}
.zr_cat li a {
  display: block;
  width: calc(100% - 40px);
  height: 46px;
  font-size: 18px;
  line-height: 46px;
  font-weight: 500;
  padding-left: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.3s;
}
.zr_cat li a:hover {
  color: #1D52DE;
}

.zr_banner {
  background: #1D52DE;
  margin-top: 20px;
}

.zrb_content {
  padding: 30px;
}

.zrb_head {
  font-size: 22px;
  color: #fff;
}

.zrb_text {
  font-size: 14px;
  color: #fff;
  margin-top: 15px;
}

.zrb_btn {
  position: static;
  background: #fff;
  color: #000;
  margin-top: 20px;
  cursor: pointer;
}
.zrb_btn:after {
  filter: brightness(0);
  transition: 0.3s;
}
.zrb_btn:hover {
  background: #001736;
  color: #fff;
}
.zrb_btn:hover:after {
  filter: unset;
}

.zrb_img {
  display: block;
  width: 100%;
  margin-top: 20px;
}

.zct_good {
  padding: 30px;
  border: 1px solid #e0e0e0;
  position: relative;
}

.zcg_items {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.zcg_item {
  display: flex;
  min-height: 100px;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 10px;
  border-left: 1px solid #F3F3EF;
}

.z_tovar_bot {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 30px;
}

.ztb_item {
  display: flex;
  min-height: 100px;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 10px;
  border-left: 1px solid #F3F3EF;
}
.ztb_item:first-child {
  border-left: none;
}
.ztb_item > img {
  max-width: 46px;
}

.ztbi_text {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  color: #1C2649;
}

.z_contacts {
  background: #001736;
  padding-bottom: 40px;
}
.z_contacts .z_content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}
.z_contacts .z_h2, .z_contacts .z_h3 {
  font-size: 28px;
  color: #fff;
}

.z_cont_list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 30px;
}
.z_cont_list li {
  display: flex;
  gap: 10px;
}
.z_cont_list li a {
  display: flex;
  gap: 10px;
}
.z_cont_list li i {
  width: 46px;
  height: 46px;
  flex-shrink: 0;
  font-style: normal;
  background: #fff;
  border-radius: 50%;
}
.z_cont_list li span {
  font-size: 16px;
  color: #fff;
}
.z_cont_list li span span {
  display: block;
  margin-top: 5px;
  font-size: 18px;
}

.z_cont_right {
  background: #1D52DE;
  padding: 30px;
}

.z_details_table {
  margin-top: 20px;
}

.zdt_line {
  display: flex;
}
.zdt_line > div {
  color: #fff;
  font-size: 13px;
  padding: 15px 10px;
  border: 1px solid #fff;
  margin: -1px 0 0 -1px;
}
.zdt_line > div:nth-child(1) {
  width: 140px;
}
.zdt_line > div:nth-child(2) {
  flex: 1;
  font-weight: 700;
}

.z_det_download {
  max-width: 255px;
  width: 100%;
  height: 66px;
  background: #fff;
  border-radius: 30px;
  font-size: 14px;
  line-height: 66px;
  font-weight: 500;
  color: #1D52DE;
  text-transform: uppercase;
  text-align: center;
  transition: 0.3s;
  cursor: pointer;
  margin-top: 10px;
}
.z_det_download:hover {
  background: #001736;
  color: #fff;
}

.z_map {
  height: 500px;
  margin: 0;
}

.zt_text {
  font-size: 20px;
  color: #fff;
  margin-top: 20px;
}

.z_producion_line {
  padding: 50px 0;
}
.z_producion_line .z_h2 {
  font-size: 26px;
  font-weight: 600;
  text-align: center;
}

.tabs_block {
  display: flex;
  gap: 30px;
  margin-top: 30px;
}

.tabs {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.tabs .tab {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 330px;
  font-size: 18px;
  color: #757575;
  cursor: pointer;
}
.tabs .tab:before {
  display: block;
  content: "+";
  font-size: 22px;
  font-weight: 400;
  transition: 0.3s;
}
.tabs .tab.active {
  color: #1D52DE;
}
.tabs .tab.active:before {
  color: #1D52DE;
  transform: rotate(45deg);
}

.tab_content {
  flex: 1;
}

.zp_items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}

.zp_item {
  aspect-ratio: 1/1;
}
.zp_item > a {
  display: block;
  width: 100%;
  height: 100%;
}
.zp_item > a > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.z_project {
  background: #001736 url(../images/zp_bg.png) center top no-repeat;
  padding-top: 250px;
}

.zp_block {
  background: #fff;
  max-width: 800px;
  padding: 50px;
}
.zp_block h2 {
  font-size: 20px;
  font-weight: 700;
}

.zp_img_mob {
  display: none;
}

body.page {
  background: #F2F2F2;
}

.z_p1_1 {
  background: url(../images/p1_1_bg.jpg) center/cover no-repeat;
}

.zp1_1_block {
  min-height: 460px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 25px;
  max-width: 700px;
  background: #1D52DE;
}
.zp1_1_block h1 {
  color: #fff;
}
.zp1_1_block h2 {
  font-size: 35px;
  color: #fff;
  max-width: 570px;
}
.zp1_1_block p {
  max-width: 470px;
  color: #fff;
  line-height: 150%;
}

.z_btn, .z_btn_2 {
  display: block;
  width: 100%;
  max-width: 200px;
  height: 56px;
  background: #001736;
  border-radius: 44px;
  font-size: 13px;
  line-height: 56px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
}
.z_btn:hover, .z_btn_2:hover {
  opacity: 0.7;
}

.z_btn_2 {
  max-width: 100%;
  border-radius: 0;
  background: #1D52DB;
  height: unset;
  padding: 42px 0;
  font-size: 18px;
  line-height: 120%;
}

.z_p1_2 {
  padding: 70px 10px;
}
.z_p1_2 .z_content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}

.zp1_2_left {
  position: relative;
}
.zp1_2_left > img {
  display: block;
}
.zp1_2_left > div {
  display: inline-block;
  padding: 15px;
  background: rgba(32, 83, 220, 0.9);
  border-radius: 12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.zp1_2_left > div > span {
  font-size: 55px;
  line-height: 100%;
}

.zp1_2_right h2 {
  font-size: 28px;
  margin-bottom: 20px;
}
.zp1_2_right p {
  font-size: 14px;
  line-height: 140%;
  color: #757575;
  margin-top: 15px;
}
.zp1_2_right .z_btn, .zp1_2_right .z_btn_2 {
  margin-top: 25px;
}

.b4_items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
  margin-top: 45px;
}

.b4_item {
  display: flex;
  gap: 40px;
  align-items: center;
  padding: 25px 45px;
  background: #F9FBFF;
}

.b4i_img {
  max-width: 100px;
  flex-shrink: 0;
}

.b4i_content {
  flex: 1;
}

.b4i_head {
  font-size: 20px;
  font-weight: 700;
}

.b4i_text {
  font-size: 14px;
  line-height: 140%;
  color: #757575;
  margin-top: 20px;
}

.z_p1_4 {
  padding: 20px 0;
}

.zp1_4_items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}

.zp1_4_item {
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: center;
  background: #1D52DE;
  padding: 30px 15px;
}
.zp1_4_item > img {
  max-width: 75px;
}
.zp1_4_item > div {
  font-size: 18px;
  line-height: 110%;
  text-align: center;
  color: #fff;
}

.zp1_4_btn {
  max-width: 100%;
  border-radius: 0;
  margin-top: 15px;
}

.b10_wrap {
  background: url(../images/b10_bg.jpg) center/cover no-repeat;
  overflow: hidden;
}

.b10_form {
  background: #1D52DE;
  width: 560px;
  padding: 110px 55px;
}

.f_head {
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}

.f_text {
  font-size: 16px;
  color: #fff;
  margin: 20px 0 28px;
}

.f_input, .f_area {
  display: block;
  width: 100%;
  height: 65px;
  border: 1px solid #F8ECEC;
  font-size: 14px;
  color: #fff;
  padding: 0 25px;
  margin-bottom: 15px;
}
.f_input::-webkit-input-placeholder, .f_area::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}
.f_input::-moz-placeholder, .f_area::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.f_input:-ms-input-placeholder, .f_area:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

.f_area {
  height: 120px;
  padding: 15px 25px;
}

.z_p1_5 {
  padding: 30px 0;
}

.z_p2_1 {
  background: #1D52DE;
  padding: 60px 0;
  color: #fff;
  text-align: center;
}
.z_p2_1 h1 {
  font-size: 26px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.z_p2_1 p {
  font-size: 16px;
  font-weight: 500;
  color: #C0D9F9;
}
.z_p2_1 p > span {
  display: block;
  margin-top: 15px;
  color: #fff;
}

.zp2_1_block {
  max-width: 900px;
  margin: 0 auto;
}

.z_p2_2 {
  padding: 40px 0;
}
.z_p2_2 .z_content {
  display: flex;
  gap: 30px;
  justify-content: space-between;
}

.zp2_2_left {
  max-width: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.zp2_2_left h2 {
  font-size: 28px;
}
.zp2_2_left p {
  font-size: 14px;
  margin-top: 15px;
  color: #757575;
}

.zp2_2_btn {
  border-radius: 0;
  background: #1D52DE;
  margin-top: 40px;
}

.zp2_2_right {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 15px;
}
.zp2_2_right > a {
  display: block;
  aspect-ratio: 1/1;
}
.zp2_2_right > a > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.z_p2_3 {
  background: #1D52DE;
  padding: 40px 0;
}
.z_p2_3 .z_content {
  display: flex;
  gap: 30px;
  justify-content: space-between;
}

.zp2_3_left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 400px;
  color: #fff;
}
.zp2_3_left h2 {
  font-size: 28px;
}
.zp2_3_left p {
  font-size: 14px;
  margin-top: 15px;
}

.zp2_3_btn {
  border-radius: 0;
  background: #fff;
  color: #000;
  margin-top: 40px;
}

.zp2_3_right {
  flex: 1;
}

.b3_items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}

.b3_item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  gap: 30px;
  border: 1px solid #426EDD;
}

.b3i_img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
}

.b3i_text {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  padding: 0 15px;
  text-align: center;
}

.z_p2_4 {
  padding: 40px 0;
}

.z_p2_4_items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  margin-top: 40px;
}

.z_p2_4_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 25px;
  background: #F9FBFF;
}

.z_p2_4_img {
  display: flex;
  align-items: flex-end;
}

.z_p2_4_head {
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  font-weight: 700;
}

.z_p2_4_text {
  font-size: 14px;
  color: #757575;
  text-align: center;
}

.z_p2_5 {
  padding: 40px 0;
}

.z_p2_5_items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 25px;
  margin-top: 30px;
}

.z_p2_5_item {
  min-height: 150px;
  display: flex;
  align-items: center;
  padding: 15px;
  background: #fff;
}

.z_p2_5i_img {
  width: 160px;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
}

.z_p2_5i_text {
  font-size: 16px;
  line-height: 140%;
  font-weight: 700;
}

.z_p2_5_bot {
  margin: 25px auto 0;
  max-width: 700px;
}
.z_p2_5_bot > p {
  font-size: 14px;
  color: #757575;
  text-align: center;
}
.z_p2_5_bot > div {
  margin-top: 25px;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
.z_p2_5_bot > div > span {
  display: block;
  font-size: 38px;
  line-height: 120%;
  margin-top: 2px;
}

.z_p2_6 {
  padding: 40px 0;
  border-top: 1px solid #D7D7D7;
}

.cm_items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px 20px;
  margin-top: 30px;
}
.cm_items.blue {
  margin-top: 0;
}
.cm_items.blue .cm_item {
  background: linear-gradient(157.66deg, #1C2649 10.85%, #535F8B 305.79%);
}
.cm_items.blue .cm_item:before {
  filter: brightness(1000%);
}
.cm_items.blue .cm_item .cmi_name {
  color: #fff;
}

.cm_item {
  min-height: 286px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  background: #F9FBFF;
  border-radius: 20px;
  padding: 35px 15px;
  position: relative;
  transition: 0.3s;
}
.cm_item:hover .cmi_img > img {
  transform: scale(1.1);
}
.cm_item:hover .cmi_name {
  color: #1D52DE;
}
.cm_item.show_all {
  transition: 0.3s;
}
.cm_item.show_all:before {
  display: none;
}
.cm_item.show_all .cmi_name {
  margin-top: 15px;
}
.cm_item:before {
  display: block;
  content: "";
  width: 9px;
  height: 9px;
  background: url(../images/arrow_SE_9x9.svg) center/cover no-repeat;
  position: absolute;
  right: 16px;
  bottom: 16px;
}

.cmi_count {
  display: inline-block;
  font-size: 14px;
  color: #D2D6E0;
  position: absolute;
  left: 24px;
  top: 14px;
}

.cmi_img {
  display: flex;
  width: 100%;
  height: 150px;
  justify-content: center;
  align-items: center;
  padding: 5px 0;
}
.cmi_img > img {
  transition: 0.5s;
}

.cmi_name {
  font-size: 14px;
  line-height: 150%;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  transition: 0.3s;
}

.cmi_arrow {
  width: 28px;
  height: 28px;
  background: url(../images/cmi_arrow.svg) center/cover no-repeat;
}

.z_p2_7 {
  background: #1D52DE;
  padding: 40px 0;
  color: #fff;
  text-align: center;
}
.z_p2_7 h2 {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 700;
}
.z_p2_7 p {
  font-size: 16px;
  color: #C0D9F9;
  margin-top: 10px;
}

.b6_items {
  display: grid;
  grid-gap: 30px;
  margin-top: 35px;
}
.b6_items.x3 {
  grid-template-columns: repeat(3, 1fr);
}
.b6_items.x4 {
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 50px;
}

.b6_item {
  height: 280px;
  display: flex;
  gap: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #426EDD;
  padding: 20px;
}

.b6i_img {
  display: flex;
  height: 100px;
  align-items: center;
}

.b6i_text {
  font-size: 16px;
  line-height: 150%;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}

.brands_slider {
  width: 100%;
  padding: 0 95px;
  margin-top: 35px;
}
.brands_slider .owl-prev, .brands_slider .owl-next {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 0;
  background: #1A47BC url(../images/chev_l_w.svg) center/9px no-repeat !important;
  border: none;
  position: absolute;
  top: 80px;
  transition: 0.3s;
}
.brands_slider .owl-prev:hover, .brands_slider .owl-next:hover {
  opacity: 0.7;
}
.brands_slider .owl-prev > span, .brands_slider .owl-next > span {
  display: none !important;
}
.brands_slider .owl-prev {
  left: 0px;
  transform: unset;
}
.brands_slider .owl-next {
  transform: rotate(180deg);
  right: 0px;
}
.brands_slider .owl-dots {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 40px;
}
.brands_slider .owl-dot {
  width: 21px;
  height: 21px;
  background: #fff;
  border: 1px solid #E7E6E6;
  border: none;
}
.brands_slider .owl-dot.active {
  background: #1A47BC !important;
  border: 1px solid #1A47BC;
}

.bs_content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 220px;
  padding: 20px;
  background: #fff;
  border: 1px solid #E8E8E8;
  border-radius: 22px;
}
.bs_content > img {
  max-width: 100%;
  max-height: 100%;
}

.z_p2_8 {
  padding: 40px 0;
}
.z_p2_8 h2 {
  text-align: center;
}

.p1 {
  margin-top: 50px;
}
.p1 .p_content {
  display: flex;
  gap: 30px;
}

/* .p_h2{
  @extend .z_h2;
  font-size: 28px !important;
} */
.p1_left {
  max-width: 580px;
  width: 100%;
}

/*production slider*/
.p_slider {
  width: 100%;
}
.p_slider .sync1 .owl-nav,
.p_slider .sync1 .owl-dots {
  display: none;
}
.p_slider .sync1 .item {
  display: table;
  width: 100%;
}
.p_slider .sync1 .item > span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.p_slider .sync1 .item > span > img {
  display: inline-block;
  vertical-align: middle;
}
.p_slider .sync2 {
  margin-top: 10px;
}
.p_slider .sync2 .owl-nav,
.p_slider .sync2 .owl-dots {
  display: none;
}
.p_slider .sync2 .item {
  display: table;
  float: left;
  width: 100%;
  cursor: pointer;
}
.p_slider .sync2 .item > span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.p_slider .sync2 .item > span > img {
  display: block;
  width: 100%;
}
.p_slider .sync2 .current .item {
  filter: brightness(120%);
}

/*end of production slider*/
.p1_right {
  flex: 1;
}

.p_content h2 {
  font-size: 28px;
}
.p_content p {
  font-size: 14px;
  line-height: 140%;
  color: #757575;
  margin-top: 20px;
}

.p1r_items {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin: 20px 0 40px;
}

.p1r_item {
  min-height: 67px;
  padding: 13px 30px;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
  background: #EDEDED;
}
.p1r_item > div {
  font-size: 16px;
  color: #5B5B5B;
}
.p1r_item > div:nth-child(2) {
  text-align: right;
}

.p2 {
  margin-top: 30px;
}

.p_delivery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}

.pd_block {
  min-height: 140px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
  padding: 15px 30px;
  background: #F9FBFF;
}
.pd_block > img {
  max-width: 40px;
}
.pd_block:nth-child(2) > img {
  max-width: 64px;
}

.pdb_text {
  flex: 1;
}
.pdb_text > span {
  display: block;
  font-size: 20px;
  color: #5E5E5E;
}
.pdb_text > div {
  font-size: 28px;
  margin-top: 8px;
}

.p3 {
  margin-top: 30px;
}

.p4 {
  margin-top: 30px;
}

.p4_items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 30px;
}

.p4_item {
  max-width: 430px;
  width: 100%;
  padding: 15px;
  background: #fff;
}
.p4_item .p_slider {
  max-width: 410px;
  width: 100%;
}

.p4i_text {
  margin-top: 15px;
}
.p4i_text p {
  font-size: 14px;
  line-height: 140%;
  color: #757575;
  margin-top: 10px;
}

.p4i_head {
  font-size: 24px;
}

@media only screen and (max-width: 1400px) {
  .zhs_btn, .zh_tel_icon, .zh_tg_icon, .zh_wu_icon {
    width: 30px;
    height: 30px;
  }
  .zhs_btn:before, .zh_tel_icon:before, .zh_tg_icon:before, .zh_wu_icon:before {
    width: 14px;
    height: 14px;
  }
} /*1400*/
@media only screen and (max-width: 1200px) {
  .z_logo {
    max-width: 120px;
  }
  .z_nav > ul > li > a {
    letter-spacing: normal;
    padding: 0 15px;
  }
  .zh_email > span, .zh_tel > span {
    font-size: 12px;
  }
  .zh_email > span > span, .zh_tel > span > span {
    font-size: 12px;
  }
  .z_h2 {
    font-size: 36px;
  }
  .b9_bot {
    flex-direction: column;
  }
  .b9_bot > div, .b9_bot > input {
    width: 100%;
  }
  .b3_items {
    grid-gap: 10px;
  }
  .b3i_img {
    width: 60px;
    height: 60px;
  }
  .b3i_text {
    font-size: 11px;
  }
  .b6_items {
    gap: 10px;
  }
  .brands_slider {
    padding: 0 60px;
  }
  .brands_slider .bs_content {
    height: 150px;
  }
  .brands_slider .owl-prev, .brands_slider .owl-next {
    width: 40px;
    height: 40px;
    top: 55px;
  }
  .brands_slider .owl-dots {
    margin-top: 20px;
  }
} /*1200*/
@media only screen and (min-width: 1024px) {
  .z_nav > ul > li:hover > ul {
    display: flex;
  }
  .z_nav > ul > li > a:hover {
    background: #fff;
    color: #1D52DE;
  }
  .z_nav > ul > li > a.zh_cat_btn:hover {
    background: #fff;
    color: #1D52DE;
  }
  .z_nav > ul > li > a.zh_cat_btn:hover > i {
    border-top: 2px solid #1D52DE;
    border-bottom: 2px solid #1D52DE;
  }
  .z_nav > ul > li > a.zh_cat_btn:hover > i:before {
    background: #1D52DE;
  }
  .z_nav > ul > li ul li a:hover {
    color: #1D52DE;
  }
  .z_nav > ul > li ul li a:hover > i:before {
    color: #1D52DE;
  }
  .goods_slider .owl-prev:hover, .goods_slider .owl-next:hover {
    background-color: #1D52DE !important;
  }
  .zct_line:hover .zct_name {
    border: 1px solid #1D52DE;
    background: #1D52DE;
    color: #fff;
  }
} /*+1024*/
@media only screen and (max-width: 1024px) {
  .z_no_classes h2 {
    font-size: 26px;
  }
  .z_no_classes h3 {
    font-size: 22px;
  }
  .z_h2 {
    font-size: 20px !important;
  }
  .z_cat .z_h2 {
    font-size: 22px;
  }
  .zc_center {
    margin-top: 15px;
  }
  .z_h3 {
    /* font-size: 18px; */
  }
  .z_h4 {
    font-size: 16px;
    margin-top: 15px;
  }
  .burger {
    display: block;
  }
  .z_header_content {
    padding-left: 60px;
  }
  .zh_block {
    display: none;
    width: 100%;
    height: calc(100dvh - 59px);
    background: #fff;
    padding: 0 0 40px;
    position: absolute;
    top: 59px;
    left: 0;
  }
  /* .zh_tel_icon{
    width: 36px;
    height: 36px;
  } */
  .zh_block {
    flex-direction: column;
  }
  .z_nav > ul {
    height: unset;
    flex-direction: column;
  }
  .z_nav > ul > li > a {
    justify-content: flex-start;
    padding: 0 15px;
    color: #000;
    line-height: 40px;
  }
  .z_nav > ul > li > a.zh_cat_btn > i.opened {
    transform: rotate(90deg);
  }
  .z_nav > ul > li ul {
    width: 100%;
    position: static;
  }
  .z_nav > ul > li ul > li > ul {
    padding: 0 0 0 30px;
  }
  .z_nav > ul > li ul > li > a > i.opened:before {
    /* transform: rotate(45deg); */
  }
  .z_nav > ul > li ul > li > a > i:hover:active {
    color: #000;
  }
  .zhs_btn {
    display: none;
  }
  .zh_search_block {
    border-top: 1px solid #dbdada;
    padding-top: 15px;
    margin-bottom: 15px;
  }
  .zhs_popup {
    display: block;
    background: #F6F9FF;
    position: relative;
    left: unset;
    top: unset;
  }
  .zhs_popup > input {
    width: calc(100% - 60px);
  }
  .zhsp_search {
    width: 60px;
  }
  .zh_email, .zh_tel {
    display: flex;
    padding: 0 15px;
    margin-top: 30px;
  }
  .zh_email > span, .zh_tel > span {
    color: #9c9c9c;
    font-size: 14px;
  }
  .zh_email > span > span, .zh_tel > span > span {
    font-size: 16px;
    color: #000;
  }
  .zb1_items {
    min-height: 260px;
  }
  .zb1i_head {
    font-size: 50px;
  }
  .zb1i_head > span {
    font-size: 30px;
  }
  .zb1i_text {
    font-size: 16px;
  }
  .z_section {
    padding: 50px 0;
  }
  .gsc_name {
    padding: 10px 15px;
    font-size: 16px;
  }
  .zb2_all, .b6_apl, .b9_submit, .zrb_btn {
    position: static;
    margin-top: 20px;
  }
  .b_4 {
    padding: 10px 0 0;
  }
  .b_4 .z_content {
    background: #fff;
    min-height: unset;
  }
  .b4_img {
    position: static;
    height: unset;
    margin-top: 20px;
  }
  .b4_block {
    padding: 0;
  }
  .b5_items {
    gap: 15px;
  }
  .b5_item {
    transform: unset !important;
  }
  .b5_item {
    padding: 20px 15px;
    gap: 15px;
  }
  .b_6 {
    padding-bottom: 0;
  }
  .b6_block {
    max-width: 100%;
    width: 100%;
    align-items: center;
    min-height: unset;
    gap: 15px;
  }
  .b6_img {
    width: 100%;
    width: 100%;
    max-width: 350px;
    margin: 30px auto 0;
    height: unset;
    position: static;
    transform: unset;
  }
  .b6_text {
    font-size: 14px;
    text-align: center;
  }
  .b6_btns {
    flex-direction: column;
    width: 100%;
    gap: 10px;
    align-items: center;
    margin-top: 0;
  }
  .b6_apl {
    margin-top: 0;
    max-width: 290px;
    height: 46px;
    line-height: 46px;
  }
  .b6_cat_btn {
    max-width: 290px;
    height: 46px;
    line-height: 46px;
  }
  .b_9:before {
    height: calc(100% - 50px);
  }
  .b_9 .z_content > div {
    padding: 25px 15px;
  }
  .b9_bot {
    margin-top: 0;
  }
  .b9_input, .b9_area {
    width: 100%;
    height: 46px;
    padding: 0;
    font-size: 16px;
  }
  .b9_submit {
    margin-top: 10px;
  }
  .b9_text {
    font-size: 16px;
    margin-top: 20px;
  }
  .b9_items {
    margin-top: 20px;
    padding-top: 20px;
    gap: 20px;
  }
  .z_top_block_2 {
    padding-top: 80px;
    padding-bottom: 20px;
  }
  .zc_left {
    width: 100%;
  }
  .zc_right {
    display: none;
  }
  .z_contacts {
    padding: 20px 0 0;
  }
  .z_contacts .z_content {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px;
  }
  .z_contacts .z_h2, .z_contacts .z_h3 {
    font-size: 18px;
  }
  .z_cont_list li i {
    width: 40px;
    height: 40px;
  }
  .z_cont_list li span {
    font-size: 14px;
  }
  .z_cont_list li span span {
    font-size: 15px;
    margin-top: 2px;
  }
  .z_cont_right {
    width: calc(100% + 30px);
    transform: translateX(-15px);
    padding: 20px 15px;
  }
  .z_producion_line {
    padding: 30px 0;
  }
  .tb_scroll {
    width: 100%;
    overflow: auto;
    padding-bottom: 10px;
  }
  .tabs_block {
    flex-direction: column;
    gap: 15px;
    margin-top: 30px;
  }
  .tabs {
    flex-direction: row;
    gap: 5px;
  }
  .tabs .tab {
    display: block;
    width: unset;
    flex-shrink: 0;
    border: 1px solid #1D52DE;
    font-size: 12px;
    border-radius: 8px;
    padding: 3px 5px;
  }
  .tabs .tab:before {
    display: none;
  }
  .tabs .tab.active {
    background: #1D52DE;
    color: #fff;
  }
  .zp_items {
    grid-gap: 10px;
  }
  .z_project {
    padding-top: 30px;
    background: #001736;
  }
  .zp_block {
    width: calc(100% + 30px);
    transform: translateX(-15px);
    max-width: unset;
    padding: 30px 15px;
  }
  .zp_block h2 {
    font-size: 18px;
  }
  .zp_img_mob {
    display: block;
  }
  .z_p1_1 {
    background: #1D52DE;
    padding: 30px 0;
  }
  .zp1_1_block {
    min-height: unset;
    gap: 20px;
  }
  .zp1_1_block h2 {
    font-size: 24px;
  }
  .zp1_1_block p {
    font-size: 14px;
  }
  .z_p1_2 .z_content {
    grid-template-columns: repeat(1, 1fr);
  }
  .b4_items {
    margin-top: 25px;
    grid-gap: 10px;
  }
  .b4_item {
    gap: 15px;
    padding: 20px;
  }
  .b4i_head {
    font-size: 16px;
    line-height: 130%;
  }
  .b4i_text {
    font-size: 14px;
  }
  .zp1_4_items {
    grid-gap: 10px;
  }
  .zp1_4_item {
    padding: 15px;
    gap: 10px;
  }
  .zp1_4_item > img {
    max-width: 50px;
  }
  .zp1_4_item > div {
    font-size: 15px;
  }
  .z_p2_2 {
    padding: 30px 0;
  }
  .z_p2_2 .z_content {
    flex-direction: column;
    gap: 20px;
  }
  .zp2_2_btn {
    margin: 20px auto 0;
  }
  .zp2_2_left {
    max-width: 100%;
    text-align: center;
  }
  .zp2_2_left h2 {
    font-size: 20px;
  }
  .z_p2_3 {
    padding: 30px 0;
  }
  .z_p2_3 .z_content {
    flex-direction: column;
  }
  .zp2_3_left {
    max-width: 100%;
    text-align: center;
  }
  .zp2_3_btn {
    margin: 20px auto 0;
  }
  .b3i_text {
    font-size: 14px;
  }
  .z_p2_4_items {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    margin-top: 30px;
  }
  .z_p2_5 {
    padding: 30px 0;
  }
  .z_p2_5_items {
    grid-gap: 15px;
    margin-top: 20px;
  }
  .z_p2_5i_img {
    width: 100px;
  }
  .z_p2_5i_text {
    font-size: 14px;
  }
  .cm_items {
    grid-gap: 10px;
    margin-top: 20px;
  }
  .cm_item {
    min-height: 200px;
    padding: 25px 10px;
  }
  .cm_item:before {
    right: 10px;
    bottom: 10px;
  }
  .cmi_count {
    top: 10px;
    left: 10px;
  }
  .cmi_img {
    height: 120px;
    padding: 10px;
  }
  .cmi_name {
    font-size: 12px;
  }
  .b6_items {
    margin-top: 20px;
  }
  .b6_items.x4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .b6_middle {
    margin: 30px 0 20px;
  }
  .b6_item {
    height: unset;
    gap: 20px;
  }
  .b6i_img {
    height: 80px;
  }
  .b6i_img > img {
    height: 100%;
  }
  .brands_slider {
    margin-top: 20px;
  }
  .bs_content {
    padding: 10px;
  }
  .p1 {
    margin-top: 30px;
  }
  .p1 .p_content {
    flex-direction: column;
  }
  .p1_left {
    margin: 0 auto;
  }
  .p_content p {
    margin-top: 10px;
  }
  .p1r_items {
    margin: 15px 0 20px;
  }
  .p1r_item {
    min-height: 40px;
    padding: 10px 15px;
    gap: 15px;
  }
  .p1r_item > div {
    font-size: 14px;
  }
  .z_btn_2 {
    font-size: 16px;
    padding: 15px 10px;
  }
  .pd_block {
    min-height: 100px;
    gap: 20px;
    padding: 15px;
  }
  .pdb_text {
    flex: 1;
  }
  .pdb_text > span {
    font-size: 16px;
  }
  .pdb_text > div {
    font-size: 18px;
    margin-top: 5px;
  }
} /*1024*/
@media only screen and (max-width: 768px) {
  .z_h1 {
    font-size: 34px;
  }
  .z_no_classes h3 {
    font-size: 18px;
  }
  .z_no_classes p {
    font-size: 14px;
  }
  .z_no_classes ul > li, .z_no_classes ol > li {
    font-size: 14px;
    line-height: 130%;
    padding-left: 10px;
  }
  .z_no_classes ol > li {
    padding-left: 0;
  }
  .z_top_wrapper {
    background: url(../images/z_top_bg_mob.jpg) center/cover no-repeat;
  }
  .ztb_text {
    font-size: 14px;
  }
  .ztb_btn, .b6_cat_btn {
    height: 46px;
    font-size: 12px;
    line-height: 44px;
  }
  .m_content {
    padding: 20px 15px 15px;
  }
  .mc_head {
    font-size: 20px;
  }
  .mc_text {
    margin-top: 15px;
  }
  .zb1_items {
    max-width: 300px;
    margin: 0 auto;
    flex-direction: column;
    align-items: flex-start;
  }
  .b4_block p {
    font-size: 14px;
    line-height: 130%;
  }
  .b5_items {
    grid-template-columns: repeat(2, 1fr);
  }
  .b_8 p {
    font-size: 14px;
    line-height: 130%;
  }
  .b8_list > li {
    font-size: 14px;
    line-height: 130%;
    padding-left: 10px;
  }
  .b_9:before {
    display: none;
  }
  .b_9 .z_content {
    flex-direction: column;
  }
  .b_9 .z_content > div {
    width: 100%;
  }
  .b_9 .z_content > div.b9_left {
    width: calc(100% + 30px);
    transform: translateX(-15px);
    background: #001736;
    order: 2;
  }
  .b_9 .z_content > div.b9_right {
    order: 1;
  }
  .zct_line.z_head {
    border: none;
  }
  .zct_line.z_head > div:nth-child(1) {
    width: 100%;
  }
  .zct_line > div:nth-child(1) {
    flex: 1;
  }
  .zct_line > div:nth-child(2), .zct_line > div:nth-child(3), .zct_line > div:nth-child(4), .zct_line > div:nth-child(5) {
    display: none;
  }
  .zct_popup {
    padding: 15px;
  }
  .tp_name {
    font-size: 20px;
    padding-right: 35px;
  }
  .tp_center {
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin-top: 10px;
  }
  .tp_img {
    order: 1;
  }
  .tp_table {
    width: 100%;
    order: 2;
    margin-top: 0;
  }
  .tp_line > div {
    font-size: 14px;
  }
  .tp_bot {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding: 15px;
  }
  .tpb_head > span {
    font-size: 20px;
  }
  .tpb_btns {
    width: 100%;
  }
  .tpb_btns > a, .tpb_btns > div {
    flex: 1;
    padding: 0;
  }
  .z_listing {
    margin-top: 20px;
  }
  .z_listing a {
    display: block;
    width: 30px;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
  }
  .z_crumbs {
    gap: 10px 20px;
  }
  .z_crumbs > li {
    font-size: 14px;
  }
  .z_crumbs > li:after {
    right: -13px;
  }
  .z_crumbs > li > a {
    font-size: 14px;
  }
  .zg_name {
    font-size: 24px;
  }
  .zc_top_show_all {
    display: block;
  }
  .zc_top {
    display: flex;
  }
  .zc_top.show_all > a:nth-child(n+11) {
    display: block;
  }
  .zc_top > a:nth-child(n+11) {
    display: none;
  }
  .zc_filter {
    display: none;
  }
  .zc_filter_btn {
    display: block;
  }
  .z_tovar_bot {
    margin-top: 20px;
    grid-template-columns: repeat(1, 1fr);
    gap: 25px;
  }
  .ztb_item {
    min-height: unset;
    padding: 0;
    gap: 15px;
    border-left: none;
  }
  .ztbi_text > br {
    display: none;
  }
  .services_slider .owl-nav {
    display: block;
  }
  .zt_text {
    font-size: 16px;
    margin-top: 15px;
  }
  .z_p1_2 {
    padding: 30px 0;
  }
  .zp1_2_left > div {
    padding: 10px;
  }
  .zp1_2_left > div > span {
    font-size: 36px;
  }
  .zp1_2_right h2 {
    font-size: 22px;
  }
  .b4_items {
    grid-template-columns: repeat(1, 1fr);
  }
  .b4i_img {
    max-width: 50px;
  }
  .zp1_4_items {
    grid-template-columns: repeat(1, 1fr);
  }
  .zp1_4_item br {
    display: none;
  }
  .b10_wrap {
    background: unset;
  }
  .b10_form {
    width: 100%;
    padding: 30px 15px;
  }
  .f_head {
    font-size: 20px;
  }
  .f_text {
    font-size: 14px;
    margin: 15px 0 20px;
  }
  .z_p2_1 {
    padding: 30px 0;
  }
  .z_p2_1 h1 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .z_p2_1 p {
    font-size: 14px;
  }
  .zp2_2_right {
    grid-gap: 5px;
  }
  .b3_items {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 5px;
  }
  .b3_item {
    gap: 15px;
  }
  .b3i_text {
    font-size: 10px;
    padding: 0;
  }
  .z_p2_4_items {
    margin-top: 20px;
  }
  .z_p2_4_item {
    padding: 15px;
    gap: 0;
  }
  .z_p2_4_img {
    transform: scale(0.7);
  }
  .z_p2_4_head {
    font-size: 13px;
    line-height: 130%;
  }
  .z_p2_4_text {
    font-size: 12px;
    margin-top: 15px;
  }
  .z_p2_5_items {
    grid-gap: 5px;
  }
  .z_p2_5_item {
    min-height: unset;
    padding: 20px 5px;
  }
  .z_p2_5i_img {
    width: 70px;
  }
  .z_p2_5i_text {
    font-size: 12px;
  }
  .z_p2_5_bot {
    margin-top: 20px;
  }
  .z_p2_5_bot > div {
    margin-top: 20px;
    font-size: 14px;
  }
  .z_p2_5_bot > div > span {
    font-size: 24px;
  }
  .cm_items {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .z_p2_7 {
    padding: 30px 0;
  }
  .z_p2_7 h2 {
    font-size: 20px;
  }
  .z_p2_7 p {
    font-size: 14px;
    margin-top: 8px;
  }
  .b6i_img {
    height: 50px;
  }
  .b6_item {
    padding: 15px 10px;
  }
  .b6i_text {
    font-size: 12px;
    line-height: 130%;
  }
  .z_p2_6 {
    padding: 30px 0;
  }
  .z_p2_7 {
    padding: 30px 0;
  }
  .p_delivery {
    grid-template-columns: repeat(1, 1fr);
    gap: 5px;
  }
  .z_btn_2 {
    text-transform: none;
  }
} /*768*/
@media only screen and (max-width: 480px) {
  .z_h2 br {
    display: none !important;
  }
  .b5i_head {
    font-size: 14px;
  }
  .b5i_text {
    font-size: 12px;
  }
  .tpb_btns {
    flex-direction: column;
  }
  .tpb_btns > a, .tpb_btns > div {
    width: 100%;
  }
  .z_producion_line .z_h2 {
    font-size: 20px;
  }
  .zp_items {
    grid-template-columns: repeat(2, 1fr);
  }
  .b4_item {
    flex-direction: column;
  }
  .zp2_2_right {
    grid-template-columns: repeat(2, 1fr);
  }
  .z_p2_4_items {
    grid-template-columns: repeat(1, 1fr);
  }
  .z_p2_5_items {
    grid-template-columns: repeat(1, 1fr);
  }
  .b6_items {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .b6i_text {
    font-size: 14px;
  }
  .brands_slider {
    padding: 0;
  }
  .brands_slider .owl-prev, .brands_slider .owl-next {
    display: none;
  }
} /*480*/

/*# sourceMappingURL=style.css.map */
