@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: #1C2649;
  background: #fff;
  font: 16px/120% "Montserrat", Verdana;
  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, .contacts h1, .good h1, .cat h1, .similar h1, h3, h4, h5 {
  font: 16px/120% "Montserrat", Verdana;
  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: #1C2649;
  text-decoration: none;
  font: 16px/120% "Montserrat", Verdana;
}

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 */
.breadcrumbs, .footer, .header, .content {
  max-width: 1310px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

h1 {
  font-size: clamp(27px, 3.5vw, 40px);
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  font-family: "PT Sans";
}

h2, .contacts h1, .good h1, .cat h1, .similar h1 {
  font-size: clamp(22px, 3.5vw, 32px);
  font-weight: 700;
  color: #051B3A;
  text-transform: uppercase;
}
h2.mt, .contacts h1.mt, .good h1.mt, .cat h1.mt, .similar h1.mt {
  margin-top: 30px;
}
h2.hidden, .contacts h1.hidden, .good h1.hidden, .cat h1.hidden, .similar h1.hidden {
  display: none;
}

h3 {
  font-size: clamp(19px, 3.5vw, 28px);
  font-weight: 700;
  color: #051B3A;
  text-transform: uppercase;
}
h3.mt {
  margin-top: 25px;
}

p {
  font-size: 14px;
  line-height: 140%;
  color: #474C5D;
  margin-top: 15px;
}

.btn {
  display: flex;
  align-items: center;
  gap: 15px;
  width: 100%;
  height: 58px;
  align-items: center;
  justify-content: center;
  background: #F1F162;
  border-radius: 44px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  color: #252E4C;
  cursor: pointer;
  transition: 0.3s;
}
.btn:hover {
  opacity: 0.7;
}
.btn:before {
  display: block;
  content: "";
  width: 14px;
  height: 14px;
  background: url(../images/btn_arrow.svg) center/cover no-repeat;
}

header {
  position: relative;
  z-index: 5;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 45px;
  padding: 20px 15px;
}
.header.side {
  border-bottom: 1px solid #F2F2F2;
}

.logo {
  display: flex;
  align-items: center;
  gap: 17px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #3F4B73;
}
.logo > img {
  max-width: 50px;
}

.h_cat {
  position: relative;
}
.h_cat:hover .h_cat_btn {
  background: linear-gradient(212.79deg, #1C2649 -40.75%, #535F8B 150.3%);
}

.h_cat_btn {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 145px;
  height: 45px;
  background: linear-gradient(32.79deg, #1C2649 -40.75%, #535F8B 150.3%);
  border-radius: 10px;
  padding-left: 20px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
}
.h_cat_btn:hover, .h_cat_btn.opened {
  background: linear-gradient(212.79deg, #1C2649 -40.75%, #535F8B 150.3%);
}
.h_cat_btn:before {
  display: block;
  content: "";
  width: 14px;
  height: 15px;
  background: url(../images/cb_burger.svg) center/cover no-repeat;
}

.h_cat_list, .h_cat_list li > ul {
  display: none;
  width: 250px;
  position: absolute;
  left: 0;
  top: 45px;
  padding-top: 5px;
}
.h_cat_list li, .h_cat_list li > ul li {
  position: relative;
}
.h_cat_list li:first-child > a {
  border-radius: 12px 12px 0 0;
}
.h_cat_list li:last-child > a {
  border-radius: 0 0 12px 12px;
  border-bottom: none;
}
.h_cat_list li a {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  min-height: 45px;
  background: #39446C;
  border-bottom: 1px solid #3E4970;
  padding: 10px 20px;
  font-size: 15px;
  line-height: 120%;
  color: #fff;
  transition: 0.3s;
}
.h_cat_list li a:before {
  display: block;
  content: "";
  width: 8px;
  height: 7px;
  background: url(../images/hm_arrow.svg) center/cover no-repeat;
}
.h_cat_list li a:hover, .h_cat_list li a.opened {
  background: #F1F162;
  color: #1C2649;
}
.h_cat_list li a:hover:before, .h_cat_list li a.opened:before {
  filter: brightness(0.3);
}
.h_cat_list li > ul, .h_cat_list li > ul li > ul {
  flex-direction: column;
  display: none;
  left: 250px;
  top: 0;
  padding-top: 0;
}

.burger {
  display: none;
  width: 22px;
  height: 18px;
  flex-shrink: 0;
  position: relative;
  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: #141C39;
  position: absolute;
  left: 0;
  top: 8px;
}
.burger span:before {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background: #141C39;
  position: absolute;
  left: 0;
  top: -8px;
  transition: 0.3s;
}
.burger span:after {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background: #141C39;
  position: absolute;
  left: 0;
  top: 8px;
  transition: 0.3s;
}

.h_menu {
  display: flex;
  flex: 1;
  align-items: center;
  gap: 40px;
}
.h_menu > li > a {
  font-size: 16px;
  font-weight: 500;
  color: #3F4B73;
  text-wrap: nowrap;
  transition: 0.3s;
}
.h_menu > li > a:hover {
  color: #000;
}

.h_tel {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  font-weight: 700;
  color: #3F4B73;
  text-wrap: nowrap;
}
.h_tel:before {
  display: block;
  content: "";
  width: 15px;
  height: 21px;
  background: url(../images/h_tel.svg) center/cover no-repeat;
}

/*стили модальных окон*/
.mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9000;
  background: #1F222C;
  opacity: 0.98;
  backdrop-filter: blur(6px);
  display: none;
}

.boxes .window {
  display: none;
  max-width: 530px;
  width: calc(100% - 10px);
  max-height: 90dvh;
  overflow: auto;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}

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

.modal_content {
  padding: 45px;
  background: #20232D;
  border: 1px solid #F1F162;
  border-radius: 22px;
}

.f_head {
  font-size: 23px;
  line-height: 130%;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}

.f_text {
  font-size: 15px;
  line-height: 130%;
  color: #fff;
  margin: 10px 0 20px;
}

::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}

::-moz-placeholder {
  color: #fff;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

.f_input, .f_area {
  display: block;
  width: 100%;
  height: 60px;
  border: 1px solid rgba(248, 236, 236, 0.44);
  border-radius: 12px;
  color: #fff;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 300;
  margin-top: 12px;
}

.f_area {
  height: 110px;
  padding: 12px 20px;
}

.f_bot {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 20px;
}

.f_submit {
  max-width: 197px;
  height: 56px;
  font-size: 16px;
  color: #000;
}

.niceCheck {
  display: block;
  min-width: 185px;
  cursor: pointer;
}
.niceCheck > input {
  display: none;
}
.niceCheck > input:checked + span:before {
  background: url(../images/mark.png) center/20px no-repeat;
}
.niceCheck > span {
  display: flex;
  align-items: center;
  width: fit-content;
  gap: 13px;
  font-size: 13px;
  line-height: 130%;
  font-weight: 300;
  color: #fff;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}
.niceCheck > span:before {
  display: block;
  flex-shrink: 0;
  content: "";
  height: 24px;
  width: 24px;
  border: 1px solid #F8ECEC;
  border-radius: 8px;
}

.main_top {
  background: url(../images/mt_bg.jpg) center/cover no-repeat;
}
.main_top .content {
  display: flex;
  min-height: 540px;
  padding: 30px 15px;
  flex-direction: column;
  justify-content: center;
}

.mt_list {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-top: 40px;
}
.mt_list > li {
  display: flex;
  gap: 12px;
  font-size: 18px;
  color: #fff;
}
.mt_list > li:before {
  display: block;
  content: "";
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  background: url(../images/mark_y.svg) center/cover no-repeat;
}

.main_consult, .form_consult {
  background: #1F222C;
  padding: 25px 0;
  position: relative;
}
.main_consult .content, .form_consult .content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  position: relative;
  z-index: 1;
}
.main_consult .content h2, .main_consult .content .contacts h1, .contacts .main_consult .content h1, .main_consult .content .good h1, .good .main_consult .content h1, .form_consult .content h2, .form_consult .content .contacts h1, .contacts .form_consult .content h1, .form_consult .content .good h1, .good .form_consult .content h1, .main_consult .content .cat h1, .main_consult .content .similar h1, .form_consult .content .cat h1, .form_consult .content .similar h1, .cat .main_consult .content h1, .similar .main_consult .content h1, .cat .form_consult .content h1, .similar .form_consult .content h1 {
  color: #F1F162;
  font-family: "PT Sans";
}

.mc_text {
  font-size: 15px;
  color: #FFFFFF;
  max-width: 270px;
}

.mc_btn {
  max-width: 240px;
  margin-left: auto;
}

.mc_img {
  display: block;
  width: 364px;
  height: 265px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-120px);
}

.points_6 {
  padding: 45px 0;
}

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

.p6i_left {
  max-width: 400px;
  width: 100%;
}

.p6i_right {
  flex: 1;
}

.p6_item {
  min-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 25px 25px 40px;
  border-radius: 22px;
  overflow: hidden;
  position: relative;
}
.p6_item > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}

.p6i_block {
  position: relative;
  z-index: 1;
}

.p6i_head {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #F1F162;
}

.p6i_text {
  font-size: 13px;
  line-height: 130%;
  max-width: 270px;
  font-family: "Roboto";
  color: #fff;
  margin-top: 12px;
}

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

.p6i_2x {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}
.p6i_2x .p6_item {
  max-width: 274px;
}
.p6i_2x .p6_item.long {
  max-width: unset;
  flex: 1;
}

.main_advantages {
  background: url(../images/ma_bg.jpg) center/cover no-repeat;
  padding: 110px 0 65px;
}

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

.ma_item {
  min-height: 500px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 22px;
  border: 1px solid #565860;
  padding: 20px;
}

.mai_img {
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding: 10px;
}

.mai_head {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  margin-top: 15px;
}

.mai_text {
  max-width: 275px;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  color: #fff;
  margin-top: 10px;
}

.cat, .similar {
  padding: 50px 0 30px;
}
.cat.side, .side.similar {
  padding-top: 0;
}

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

.cat_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #F9FAFB;
  border-radius: 22px;
  padding: 25px 20px 15px;
}

.cil_head {
  display: block;
  font-size: 26px;
  line-height: 110%;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
.cil_head > span {
  display: block;
  font-size: 20px;
  line-height: 110%;
  text-align: center;
}

.cil_img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 150px;
  margin-top: 3px;
  overflow: hidden;
  padding: 10px;
}
.cil_img > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

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

.cit_line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  background: #FFFFFF;
  border-radius: 22px;
  padding: 9px 18px;
}
.cit_line > div {
  font-size: 18px;
  font-weight: 500;
}
.cit_line > div:nth-child(2) {
  font-weight: 700;
}

.ci_price {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  margin-top: 9px;
}

.ci_btn {
  margin-top: 12px;
}

.cat_link {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.cat_link > a {
  max-width: 270px;
}

.steps_5 {
  min-height: 785px;
  display: flex;
  align-items: flex-end;
  background: url(../images/s5_bg.jpg) center/cover no-repeat;
  padding: 30px 0;
}
.steps_5 h2, .steps_5 .contacts h1, .contacts .steps_5 h1, .steps_5 .good h1, .good .steps_5 h1, .steps_5 .cat h1, .steps_5 .similar h1, .cat .steps_5 h1, .similar .steps_5 h1 {
  text-align: center;
  color: #fff;
}

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

.s5_item {
  min-height: 325px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #4E5058;
  border-radius: 22px;
  padding: 20px;
  position: relative;
}

.s5i_digit {
  width: 100%;
  text-align: right;
  font-size: 14px;
  color: #F1F162;
}

.s5i_img {
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5px;
}

.s5i_name {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-top: 10px;
}

.s5i_text {
  font-size: 13px;
  line-height: 140%;
  font-weight: 500;
  color: #C9D1EC;
  text-align: center;
  margin-top: 10px;
}

.x4 {
  background: #0A0F1E;
}

.x4_items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.x4_item {
  min-height: 116px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  border-right: 1px solid #161A29;
  padding: 20px 10px;
}
.x4_item:nth-child(1) {
  border-left: 1px solid #161A29;
}

.x4i_text {
  font-size: 13px;
  line-height: 140%;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}

.production {
  padding: 65px 0;
  background: url(../images/p_bg.jpg) center/cover no-repeat;
}

.prod_block {
  max-width: 540px;
}
.prod_block h2, .prod_block .contacts h1, .contacts .prod_block h1, .prod_block .good h1, .good .prod_block h1, .prod_block .cat h1, .prod_block .similar h1, .cat .prod_block h1, .similar .prod_block h1 {
  color: #fff;
}
.prod_block p {
  max-width: 510px;
  color: #fff;
}

.main_about {
  padding: 35px 0 45px;
}
.main_about h3 {
  margin-top: 40px;
  text-transform: none;
}

.main_bot {
  background: url(../images/main_bot_bg.jpg) center/cover no-repeat;
  padding: 100px 0;
}

.mb_block {
  max-width: 450px;
}

footer {
  background: #090D1B;
  padding: 40px 0;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.footer a, .footer div {
  color: #fff;
}

.f_logo {
  display: flex;
  align-items: center;
  gap: 17px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #3F4B73;
}
.f_logo > img {
  max-width: 50px;
}

.f_coll {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.f_coll.docs > a {
  text-decoration: underline;
  font-size: 13px;
}
.f_coll.docs > a:hover {
  text-decoration: none;
}

.f_tel {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 17px;
  font-weight: 700;
  white-space: nowrap;
}
.f_tel:before {
  display: block;
  content: "";
  width: 21px;
  height: 21px;
  flex-shrink: 0;
  background: url(../images/f_tel.svg) center/cover no-repeat;
}

.f_time {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 13px;
}
.f_time:before {
  display: block;
  content: "";
  width: 19px;
  height: 19px;
  flex-shrink: 0;
  background: url(../images/f_time.svg) center/cover no-repeat;
}

.f_address {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 13px;
}
.f_address:before {
  display: block;
  content: "";
  width: 16px;
  height: 22px;
  flex-shrink: 0;
  background: url(../images/f_address.svg) center/cover no-repeat;
}

.f_email {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 13px;
}
.f_email:before {
  display: block;
  content: "";
  width: 19px;
  height: 15px;
  flex-shrink: 0;
  background: url(../images/f_email.svg) center/cover no-repeat;
}

.f_dev {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.f_dev > img {
  max-width: 159px;
}
.f_dev > span {
  font-size: 13px;
  color: #fff;
}

.breadcrumbs {
  display: flex;
  gap: 22px;
  margin: 20px auto;
}
.breadcrumbs > li {
  font-size: 12px;
  color: #474C5D;
  position: relative;
}
.breadcrumbs > li:after {
  display: block;
  content: "";
  width: 6px;
  height: 5px;
  background: url(../images/bc_arrow.svg) center/cover no-repeat;
  position: absolute;
  top: 8px;
  right: -14px;
}
.breadcrumbs > li:last-child:after {
  display: none;
}
.breadcrumbs > li > a {
  font-size: 12px;
  line-height: 120%;
  color: #8F939F;
}
.breadcrumbs > li > a:hover {
  text-decoration: underline;
}

.form_consult {
  background: url(../images/fc_bg.jpg) center/cover no-repeat;
  padding: 13px 0;
}
.form_consult .content {
  justify-content: space-between;
}

.fc_form {
  display: flex;
  flex: 1;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
}
.fc_form .f_input, .fc_form .f_area {
  max-width: 260px;
  border-radius: 44px;
  margin-top: 0;
}

.fc_btn {
  max-width: 240px;
  font-size: 14px;
  padding: 0 5px;
}

.similar {
  padding: 30px 0;
}
.similar h2, .similar h1 {
  text-transform: none;
}

.good {
  padding-bottom: 50px;
}
.good_block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
  margin-top: 35px;
}

.gb_table {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-top: 18px;
}

.gb_line {
  display: flex;
  min-height: 55px;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  padding: 5px 20px;
  background: #EAEBF0;
  border-radius: 12px;
}
.gb_line:nth-child(even) {
  background: #F7F8FA;
}
.gb_line > div {
  font-size: 18px;
  font-weight: 500;
  color: #080D11;
}
.gb_line > div:nth-child(2) {
  font-weight: 700;
}

.gb_price_block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-top: 24px;
}

.g_price {
  font-size: 38px;
  font-weight: 800;
  text-wrap: nowrap;
  color: #080D11;
}

.g_btn {
  max-width: 290px;
  font-weight: 800;
  font-size: 18px;
}
.g_btn:before {
  display: none;
}

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

.g_advantage {
  display: flex;
  align-items: center;
  gap: 13px;
}

.ga_img {
  width: 54px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F1F162;
  border-radius: 12px;
  padding: 5px;
}

.ga_text {
  font-size: 13px;
  line-height: 130%;
  text-transform: uppercase;
  color: #354066;
  font-weight: 800;
}

.good_slider {
  position: relative;
  max-width: 630px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: space-between;
  overflow: hidden;
}

.swiper {
  width: 100%;
}
.swiper .swiper-button-next, .swiper .swiper-button-prev {
  color: #111C12;
}

.swiper-slide {
  display: flex;
  width: 100% !important;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  padding: 20px;
}

.mySwiper {
  width: 100%;
  padding: 1px;
}
.mySwiper .swiper-slide {
  width: calc(33% - 5px) !important;
  aspect-ratio: 204/116;
  border: 1px solid #EAEAEA;
  border-radius: 22px;
  overflow: hidden;
  cursor: pointer;
  opacity: 0.4;
}
.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.mySwiper2 {
  width: 100%;
  border-radius: 22px;
  border: 1px solid #EAEAEA;
  overflow: hidden;
  padding: 20px;
}

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

.ct_item {
  min-height: 188px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  background: linear-gradient(32.79deg, #1C2649 -40.75%, #535F8B 150.3%);
  border-radius: 33px;
  padding: 15px 10px;
}

.cti_img {
  display: flex;
  height: 60px;
  justify-content: center;
  align-items: center;
}

.cti_text {
  min-height: 60px;
  display: flex;
  justify-content: center;
  text-align: center;
  font-size: 20px;
  line-height: 120%;
  font-family: "Roboto";
  color: #FFFFFF;
}
.cti_text.tel {
  font-size: 25px;
  font-weight: 600;
}
.cti_text.email {
  font-size: 25px;
}

.map {
  padding: 30px 0 30px;
}

.map_block {
  height: 560px;
  border: 5px solid #CED2E3;
  border-radius: 22px;
  overflow: hidden;
}

.why_we {
  padding: 20px 0 50px;
}

@media only screen and (max-width: 1200px) {
  .header {
    gap: 20px;
  }
  .h_menu {
    gap: 15px;
  }
  .h_menu > li > a {
    font-size: 14px;
  }
  .h_tel {
    font-size: 16px;
  }
  .cat_items {
    grid-gap: 10px;
  }
  .cat_item {
    padding: 20px 15px 15px;
  }
  .cil_head {
    font-size: 22px;
  }
  .cit_line {
    padding: 6px 10px;
    border-radius: 14px;
  }
  .cit_line > div {
    font-size: 16px;
  }
  .ci_price {
    font-size: 20px;
  }
  .fc_btn:before {
    display: none;
  }
  .g_price {
    font-size: 30px;
  }
  .g_btn {
    font-size: 16px;
  }
} /*1200*/
@media only screen and (min-width: 1024px) {
  .h_cat:hover > ul {
    display: block;
  }
  .h_cat_list li:hover > ul {
    display: flex;
  }
} /*+1024*/
@media only screen and (max-width: 1024px) {
  .header {
    gap: 25px;
    padding: 10px 15px;
  }
  .burger {
    display: block;
    order: 4;
  }
  .h_cat {
    order: 2;
  }
  .logo {
    order: 1;
  }
  .h_tel {
    order: 3;
    margin-left: auto;
  }
  .h_menu {
    display: none;
    flex-direction: column;
    background: #141C39;
    border-radius: 20px;
    padding: 20px;
    position: absolute;
    z-index: 3;
    top: 80px;
    right: 15px;
  }
  .h_menu > li > a {
    color: #fff;
  }
  .h_menu > li > a:hover {
    color: #8f8e8e;
  }
  .main_top .content {
    min-height: unset;
  }
  .main_consult .content, .form_consult .content {
    flex-wrap: wrap;
  }
  .main_consult .content h2, .form_consult .content h2, .main_consult .content .cat h1, .cat .main_consult .content h1, .form_consult .content .cat h1, .cat .form_consult .content h1, .main_consult .content .similar h1, .similar .main_consult .content h1, .form_consult .content .similar h1, .similar .form_consult .content h1, .main_consult .content .good h1, .good .main_consult .content h1, .form_consult .content .good h1, .good .form_consult .content h1, .main_consult .content .contacts h1, .contacts .main_consult .content h1, .form_consult .content .contacts h1, .contacts .form_consult .content h1 {
    width: 100%;
    text-align: center;
  }
  .main_consult .content h2 br, .form_consult .content h2 br, .main_consult .content .cat h1 br, .cat .main_consult .content h1 br, .form_consult .content .cat h1 br, .cat .form_consult .content h1 br, .main_consult .content .similar h1 br, .similar .main_consult .content h1 br, .form_consult .content .similar h1 br, .similar .form_consult .content h1 br, .main_consult .content .good h1 br, .good .main_consult .content h1 br, .form_consult .content .good h1 br, .good .form_consult .content h1 br, .main_consult .content .contacts h1 br, .contacts .main_consult .content h1 br, .form_consult .content .contacts h1 br, .contacts .form_consult .content h1 br {
    display: none;
  }
  .mc_text {
    width: 100%;
    max-width: unset;
    text-align: center;
  }
  .mc_btn {
    margin-left: unset;
  }
  .mc_img {
    display: none;
  }
  .points_6 {
    padding: 25px 0;
  }
  .p6_items {
    gap: 10px;
    margin-top: 20px;
  }
  .p6_item {
    min-height: unset;
    padding: 20px 15px;
  }
  .p6i_3x {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
  }
  .p6i_3x .p6_item:last-child {
    grid-column: 1/-1;
  }
  .p6i_2x {
    margin-top: 10px;
    gap: 10px;
  }
  .p6i_2x .p6_item {
    max-width: unset;
  }
  .p6i_2x .p6_item.long {
    flex: unset;
  }
  .main_advantages {
    padding: 30px 0;
  }
  .ma_items {
    grid-gap: 10px;
  }
  .ma_item {
    min-height: unset;
  }
  .mai_img {
    height: 80px;
  }
  .mai_img > img {
    max-width: 60px;
  }
  .mai_head {
    font-size: 16px;
  }
  .cat, .similar {
    padding: 30px 0 20px;
  }
  .cat_items {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 20px;
  }
  .steps_5 {
    min-height: unset;
    padding: 30px 0;
  }
  .s5_items {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 20px;
    grid-gap: 10px;
  }
  .s5_item {
    min-height: unset;
    padding: 15px;
    border-radius: 14px;
  }
  .s5i_name {
    font-size: 16px;
    margin-top: 5px;
  }
  .production {
    padding: 30px 0;
  }
  .x4 .content {
    padding: 0;
  }
  .x4_items {
    grid-template-columns: repeat(2, 1fr);
  }
  .x4_item {
    min-height: unset;
    border: none;
  }
  .x4_item:nth-child(1) {
    border-right: 1px solid #161A29;
    border-left: none;
  }
  .x4_item:nth-child(3) {
    border-right: 1px solid #161A29;
  }
  .x4i_text {
    font-size: 12px;
  }
  .main_about {
    padding: 15px 0 25px;
  }
  .main_about h2, .main_about .cat h1, .cat .main_about h1, .main_about .similar h1, .similar .main_about h1, .main_about .good h1, .good .main_about h1, .main_about .contacts h1, .contacts .main_about h1 {
    margin-top: 25px;
  }
  .main_bot {
    padding: 30px 0;
    background: #262A34;
  }
  .mb_block {
    margin: 0 auto;
  }
  footer {
    padding: 20px 0;
  }
  .footer {
    flex-wrap: wrap;
    gap: 30px;
  }
  .f_coll.docs, .f_coll.dev {
    width: 100%;
    flex-direction: row;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
  }
  .form_consult {
    background: #1F222C;
    padding: 20px 0;
  }
  .good {
    padding-bottom: 30px;
  }
  .good_block {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
    margin-top: 25px;
  }
  .gb_left {
    order: 2;
  }
  .gb_right {
    order: 1;
  }
  .good_slider {
    max-width: unset;
  }
  .mySwiper2 {
    max-height: 420px;
  }
  .ct_items {
    grid-gap: 10px;
  }
  .ct_item {
    min-height: unset;
    gap: 5px;
  }
  .cti_img {
    height: 40px;
  }
  .cti_img > img {
    transform: scale(0.6);
  }
  .cti_text {
    font-size: 16px;
    min-height: unset;
  }
  .cti_text.tel {
    font-size: 20px;
  }
  .cti_text.email {
    font-size: 20px;
  }
  .map {
    padding: 20px 0 15px;
  }
  .map_block {
    height: 460px;
    border: 3px solid #CED2E3;
    border-radius: 16px;
  }
  .why_we {
    padding: 15px 0 30px;
  }
} /*1024*/
@media only screen and (max-width: 768px) {
  p {
    line-height: 130%;
    margin-top: 10px;
  }
  .header {
    gap: 15px;
    padding-bottom: 50px;
  }
  .h_menu {
    top: 65px;
  }
  .h_cat_list, .h_cat_list li > ul {
    left: unset;
    right: 0;
  }
  .h_cat_list li > ul, .h_cat_list li > ul li > ul {
    left: unset;
    right: 250px;
  }
  .h_tel {
    position: absolute;
    top: 80px;
    right: 15px;
  }
  .h_cat {
    margin-left: auto;
  }
  .modal_content {
    padding: 25px;
  }
  .mt_list {
    gap: 15px;
    margin-top: 30px;
  }
  .mt_list > li {
    gap: 8px;
    font-size: 16px;
  }
  .mt_list > li:before {
    width: 20px;
    height: 20px;
  }
  .p6_items {
    flex-direction: column;
  }
  .p6i_left {
    max-width: unset;
  }
  .ma_items {
    grid-template-columns: repeat(1, 1fr);
  }
  .mai_head br {
    display: none;
  }
  .main_advantages {
    background: #88A3C1;
  }
  .mai_text {
    max-width: unset;
    line-height: 130%;
  }
  .f_head {
    font-size: 20px;
    padding-right: 35px;
  }
  .steps_5 {
    background: #21242B;
  }
  .cat_items {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer {
    flex-direction: column;
  }
  .f_coll {
    align-items: center;
  }
  .fc_form {
    flex-direction: column;
    max-width: 500px;
    margin: 0 auto;
  }
  .fc_form .f_input, .fc_form .f_area, .fc_form .fc_btn {
    max-width: unset;
  }
  .niceCheck > span br {
    display: none;
  }
  .gb_line {
    min-height: 40px;
    padding: 5px 10px;
  }
  .gb_line > div {
    font-size: 16px;
  }
  .contacts h1 {
    text-align: center;
  }
  .ct_items {
    max-width: 350px;
    margin: 20px auto 0;
    grid-template-columns: repeat(1, 1fr);
  }
} /*768*/
@media only screen and (max-width: 600px) {
  .s5_items {
    grid-template-columns: repeat(2, 1fr);
  }
  .h_cat_list li > a, .h_cat_list li > ul li > a {
    padding: 10px;
  }
  .h_cat_list li > ul, .h_cat_list li > ul li > ul {
    position: static;
    padding-top: 0;
  }
  .h_cat_list li > ul > li > a, .h_cat_list li > ul li > ul > li > a {
    border-radius: 0 !important;
    padding-left: 20px;
  }
  .gb_price_block {
    flex-direction: column;
  }
} /*600*/
@media only screen and (max-width: 500px) {
  .logo {
    font-size: 12px;
    text-transform: none;
    gap: 5px;
  }
  .logo > img {
    max-width: 36px;
  }
  .h_tel {
    top: 70px;
  }
} /*500*/
@media only screen and (max-width: 480px) {
  h1 br {
    display: none;
  }
  .p6i_head {
    text-transform: none;
    font-size: 14px;
  }
  .p6i_text {
    font-size: 12px;
    line-height: 120%;
  }
  .modal_content {
    padding: 20px 15px;
  }
  .f_bot {
    flex-direction: column;
  }
  .cat_items {
    grid-template-columns: repeat(1, 1fr);
  }
  .s5_items {
    grid-template-columns: repeat(1, 1fr);
  }
  .s5i_img {
    height: unset;
  }
  .s5i_name {
    min-height: unset;
    margin-top: 15px;
  }
  .x4_items {
    grid-template-columns: repeat(1, 1fr);
  }
  .g_advantages {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px;
    margin-top: 20px;
  }
  .ga_text br {
    display: none;
  }
  .good_slider {
    width: calc(100dvw - 30px);
  }
} /*480*/
@media only screen and (max-width: 400px) {
  .logo > span {
    display: none;
  }
} /*400*/
/*360*/

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