* {
  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: #262626;
  background: #fff;
  font: 16px/120% "Roboto", 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, h3, h4, h5 {
  font: 16px/120% "Roboto", 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: #262626;
  text-decoration: none;
  font: 16px/120% "Roboto", 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 */
.breadcrumb > ul, .footer, .search, .header, .content {
  max-width: 1255px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

h1 {
  font-size: 60px;
  line-height: 115%;
  color: #fff;
  font-weight: 700;
}

h2 {
  font-size: 40px;
  font-weight: 700;
}
h2:after {
  display: block;
  content: "";
  width: 100px;
  height: 6px;
  background: #005274;
  border-radius: 2px;
  margin-top: 24px;
}
h2.hidden {
  display: none;
}

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

.header {
  height: 147px;
  display: flex;
  gap: 25px;
  justify-content: space-between;
  align-items: center;
}

.logo {
  display: flex;
  align-items: center;
  gap: 15px;
}
.logo > img {
  display: block;
  width: 87px;
  aspect-ratio: 1/1;
}
.logo > span {
  flex-shrink: 0;
  font-weight: 300;
  font-size: 19px;
  line-height: 140%;
  color: rgba(38, 38, 38, 0.65);
}
.logo > span > span {
  display: block;
  color: #262626;
  font-size: 25px;
  line-height: 120%;
  font-weight: 700;
}

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

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

.h_menu {
  width: 100%;
}
.h_menu > ul {
  display: flex;
  width: 100%;
  flex: 1;
  justify-content: center;
  gap: 35px;
}
.h_menu > ul > li {
  position: relative;
}
.h_menu > ul > li > a {
  display: block;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  transition: 0.3s;
  display: flex;
  padding: 20px 0;
  align-items: center;
  gap: 7px;
  position: relative;
}
.h_menu > ul > li > a:hover {
  opacity: 0.7;
  color: #005274;
}
.h_menu > ul > li.hm_pop > a:after {
  display: block;
  content: "";
  width: 7px;
  height: 11px;
  background: url(../images/chev_r_b_8x11.svg) center/cover no-repeat;
  transform: rotate(90deg);
  transition: 0.3s;
}
.h_menu > ul > li.hm_pop > ul {
  display: none;
  width: 330px;
  background: #FFFFFF;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.27);
  border-radius: 13px;
  position: absolute;
  left: 0;
  top: 55px;
}
.h_menu > ul > li.hm_pop > ul li {
  display: block;
  padding: 0 15px;
  position: relative;
}
.h_menu > ul > li.hm_pop > ul li:last-child > a {
  border-bottom: unset;
}
.h_menu > ul > li.hm_pop > ul li > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
  min-height: 56px;
  padding: 5px 0;
  border-bottom: 1px solid rgba(38, 38, 38, 0.65);
  font-size: 16px;
  line-height: 120%;
  font-weight: 700;
  text-transform: uppercase;
  transition: 0.3s;
}
.h_menu > ul > li.hm_pop > ul li > a:hover {
  color: #005274;
}
.h_menu > ul > li.hm_pop > ul li > a.opened:after {
  width: 7px;
  transform: rotate(90deg);
}
.h_menu > ul > li.hm_pop > ul li > a:after {
  display: block;
  content: "";
  width: 8px;
  height: 11px;
  background: url(../images/chev_r_b_8x11.svg) center/cover no-repeat;
  transition: 0.3s;
}
.h_menu > ul > li.hm_pop > ul li > ul {
  display: none;
  width: 360px;
  background: #FFFFFF;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.27);
  border-radius: 13px;
  position: absolute;
  left: 330px;
  top: 0;
}
.h_menu > ul > li.hm_pop > ul li > ul > li > a {
  font-weight: 400;
  color: #262626;
  text-transform: none;
}
.h_menu > ul > li.hm_pop > ul li > ul > li > a:after {
  display: none;
}

.h_contacts, .f_contacts {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  gap: 7px;
}
.h_contacts > a, .f_contacts > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 9px;
  font-size: 18px;
  font-weight: 700;
}
.h_contacts > a:before, .f_contacts > a:before {
  display: block;
  content: "";
  width: 22px;
  height: 22px;
}
.h_contacts > a.hc_tel:before, .f_contacts > a.hc_tel:before {
  background: url(../images/phone.svg) center/cover no-repeat;
}
.h_contacts > a.hc_mail:before, .f_contacts > a.hc_mail:before {
  background: url(../images/mail.svg) center/cover no-repeat;
}

.search_wrap {
  background: #005274;
  padding: 14px 0;
}

.search_block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
  max-width: 500px;
  width: 100%;
  height: 47px;
  background: #FFFFFF;
  border-radius: 5px;
  padding: 0 20px 0 25px;
}

.sb_input {
  display: block;
  width: 100%;
  height: 20px;
  flex: 1;
  font-size: 16px;
  font-weight: 300;
}

.sb_btn {
  display: block;
  width: 40px;
  height: 40px;
  background: url(../images/search.svg) center/23px no-repeat;
  cursor: pointer;
  transition: 0.3s;
}
.sb_btn:hover {
  opacity: 0.7;
}

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

.mt_text {
  max-width: 735px;
  font-size: 18px;
  line-height: 200%;
  color: #fff;
  margin-top: 36px;
}
.mt_text:before {
  display: block;
  content: "";
  width: 200px;
  height: 6px;
  background: #fff;
  margin-bottom: 36px;
}

.advantages {
  padding: 140px 0 64px;
  background: #F3F6F8;
}

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

.a_item {
  position: relative;
}
.a_item:before {
  display: block;
  content: "";
  width: 126px;
  height: 126px;
  border-radius: 50%;
  background: #D2E0E7;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -85px;
}

.ai_block {
  min-height: 234px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #FFFFFF;
  border-radius: 13px;
  position: relative;
  z-index: 1;
  padding: 50px 20px 15px;
}
.ai_block:after {
  display: block;
  content: "";
  width: 127px;
  height: 6px;
  background: #005274;
  border-radius: 2px 2px 0px 0px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.ai_img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  aspect-ratio: 1/1;
  border: 7px solid #D2E0E7;
  border-radius: 50%;
  background: #005274;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -72px;
}
.ai_img > img {
  width: 50px;
  aspect-ratio: 1/1;
}

.ai_head {
  min-height: 55px;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}

.ai_text {
  font-size: 16px;
  line-height: 160%;
  text-align: center;
}
.ai_text > a {
  font-size: 16px;
  line-height: 160%;
  color: #005274;
  text-decoration: underline;
}
.ai_text > a:hover {
  text-decoration: none;
}

.main_cat {
  padding: 50px 0 64px;
}

.mc_items {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 35px;
}

.mc_item {
  background: #FFFFFF;
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
  border-radius: 17px;
  overflow: hidden;
}
.mc_item:hover .mci_text {
  color: #005274;
}
.mc_item > img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
}

.mci_text {
  display: flex;
  min-height: 134px;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 28px;
  line-height: 120%;
  font-weight: 700;
  text-transform: uppercase;
  transition: 0.3s;
}

.certs {
  background: rgba(0, 82, 116, 0.04);
  box-shadow: inset 0px 10px 30px rgba(0, 0, 0, 0.08);
  padding: 50px 0;
}

.h2_text {
  font-size: 16px;
  line-height: 130%;
  margin-top: 30px;
}

.certs_slider {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 110px;
  margin-top: 30px;
}
.certs_slider .swiper-slide {
  width: 280px;
}
.certs_slider .swiper-button-prev, .certs_slider .swiper-button-next {
  width: 52px;
  height: 52px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #005274 url(../images/arrow_r_w_25x16.svg) center/25px no-repeat !important;
  position: absolute;
  top: unset;
  bottom: 10px;
  left: 50%;
  cursor: pointer;
}
.certs_slider .swiper-button-prev.swiper-button-disabled, .certs_slider .swiper-button-next.swiper-button-disabled {
  opacity: 1;
  background: #D2E0E7 url(../images/arrow_r_b_25x16.svg) center/25px no-repeat !important;
}
.certs_slider .swiper-button-prev:after, .certs_slider .swiper-button-next:after {
  display: none;
}
.certs_slider .swiper-button-prev {
  transform: translateX(-70px) rotate(180deg);
}
.certs_slider .swiper-button-next {
  right: 0;
  transform: translateX(20px);
}

.cs_link:hover .cs_text {
  text-decoration: none;
}

.cs_img {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
}
.cs_img > img {
  display: block;
  max-width: 200px;
  aspect-ratio: 1/1;
  border-radius: 10px;
  filter: drop-shadow(0px 3px 4px rgba(0, 0, 0, 0.1));
}

.cs_text {
  display: block;
  font-size: 16px;
  line-height: 130%;
  text-align: center;
  color: #005274;
  text-decoration: underline;
  user-select: none;
  -webkit-user-select: none;
}

.bot_block {
  padding: 40px 0;
  background: url(../images/bot_bg.jpg) center/cover no-repeat;
}
.bot_block h2 {
  color: #fff;
}
.bot_block h2:after {
  background: #fff;
}

.bb_content {
  display: flex;
  justify-content: space-between;
  gap: 70px;
  margin-top: 50px;
}

.bb_col_1 {
  display: flex;
  flex-direction: column;
}

.bb_tel {
  display: flex;
  gap: 19px;
  align-items: center;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 40px;
}
.bb_tel:before {
  display: block;
  content: "";
  width: 66px;
  aspect-ratio: 1/1;
  background: url(../images/bb_tel.svg) center/cover no-repeat;
}

.bb_mail {
  display: flex;
  gap: 19px;
  align-items: center;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}
.bb_mail:before {
  display: block;
  content: "";
  width: 66px;
  aspect-ratio: 1/1;
  background: url(../images/bb_mail.svg) center/cover no-repeat;
}

.bb_mail_2 {
  font-size: 24px;
  line-height: 110%;
  font-weight: 700;
  color: #fff;
  padding-left: 85px;
}

.bb_col_2 {
  display: flex;
  flex-direction: column;
  gap: 37px;
}

.bbc_head {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 17px;
}

.bc2_text {
  font-size: 19px;
  color: #fff;
}

.bb_map_link {
  display: block;
  max-width: 385px;
  border-radius: 17px;
  overflow: hidden;
}
.bb_map_link > img {
  display: block;
  width: 100%;
}

footer {
  background: #262626;
  padding: 30px 0;
}

.footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}

.copy {
  font-size: 16px;
  line-height: 140%;
  color: #fff;
}
.copy > a {
  font-size: 16px;
  line-height: 140%;
  text-decoration: underline;
  color: #005274;
}
.copy > a:hover {
  text-decoration: none;
}

.f_contacts {
  flex-shrink: 0;
}
.f_contacts > a {
  color: #fff;
}

.breadcrumb {
  background: #F5F8FA;
  padding: 14px 0;
}
.breadcrumb > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.breadcrumb > ul > li {
  display: flex;
  gap: 4px;
  font-size: 16px;
  line-height: 120%;
  color: rgba(38, 38, 38, 0.65);
}
.breadcrumb > ul > li:last-child:after {
  display: none;
}
.breadcrumb > ul > li:after {
  display: block;
  content: "/";
  font-size: 16px;
  line-height: 120%;
}
.breadcrumb > ul > li > a {
  font-size: 16px;
  line-height: 120%;
  color: #005274;
  text-decoration: underline;
}
.breadcrumb > ul > li > a:hover {
  text-decoration: none;
}

.cat {
  padding: 50px 0;
}
.cat .content {
  display: flex;
  gap: 35px;
}

.content_left {
  width: 315px;
  height: fit-content;
  background: #FFFFFF;
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
  border-radius: 13px;
  padding: 0 16px 16px;
}

.cl_items {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.cli_head {
  display: flex;
  height: 56px;
  align-items: center;
  border-bottom: 1px solid #D4D4D4;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  transition: 0.3s;
}
.cli_head:hover {
  opacity: 0.7;
}
.cli_head.current {
  color: #005274;
}

.cli_list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 15px;
}
.cli_list > li {
  padding-left: 18px;
  position: relative;
}
.cli_list > li:before {
  display: block;
  content: "";
  width: 8px;
  height: 11px;
  background: url(../images/chev_r_b_8x11.svg) center/cover no-repeat;
  position: absolute;
  left: 0;
  top: 5px;
}
.cli_list > li > a {
  font-size: 16px;
  line-height: 130%;
  color: rgba(38, 38, 38, 0.65);
  transition: 0.3s;
}
.cli_list > li > a:hover {
  color: #005274;
}

.content_right {
  flex: 1;
}
.content_right h1 {
  font-size: 32px;
  color: #000;
}
.content_right h1:after {
  display: none;
}

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

.subcat_item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #FFFFFF;
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
  border-radius: 13px;
  position: relative;
  padding: 15px 15px 25px;
}
.subcat_item:after {
  display: block;
  content: "";
  width: 127px;
  height: 6px;
  background: #005274;
  border-radius: 2px 2px 0px 0px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

.si_img {
  width: 100%;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

.si_text {
  flex: 1;
  display: inline-block;
  font-size: 19px;
  line-height: 120%;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  transition: 0.3s;
}
.si_text:hover {
  color: #005274;
}

.si_price_block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 20px 0;
  border-top: 1px solid #D4D4D4;
  margin-top: 10px;
}

.si_available {
  max-width: 103px;
  width: 100%;
  background: rgba(0, 82, 116, 0.14);
  border-radius: 3px;
  padding: 2px 4px;
  font-size: 16px;
  text-align: center;
  white-space: nowrap;
  color: #005274;
}

.si_price {
  font-size: 18px;
}
.si_price > span {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  color: #000;
}

.good_top {
  display: flex;
  justify-content: space-between;
  gap: 35px;
  margin-top: 25px;
}

.gt_img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(55% - 17px);
  aspect-ratio: 455/316;
  background: #fff;
  border: 1px solid rgba(38, 38, 38, 0.2);
  border-radius: 13px;
  overflow: hidden;
}

.gt_info {
  width: calc(45% - 17px);
  padding: 40px;
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
  border-radius: 13px;
}

.gt_available {
  max-width: 157px;
  width: 100%;
  background: rgba(0, 82, 116, 0.14);
  border-radius: 5px;
  padding: 5px;
  font-size: 24px;
  text-align: center;
  white-space: nowrap;
  color: #005274;
}

.gt_price {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 30px;
  padding-bottom: 40px;
  border-bottom: 1px solid #D4D4D4;
}
.gt_price > div {
  font-size: 24px;
}
.gt_price > div:nth-child(2) {
  font-weight: 700;
  font-size: 30px;
  color: #000;
}

.gt_order {
  display: block;
  height: 56px;
  background: #005274;
  border-radius: 100px;
  font-size: 18px;
  line-height: 56px;
  text-align: center;
  font-weight: 700;
  color: #fff;
  margin-top: 35px;
  cursor: pointer;
  transition: 0.3s;
}
.gt_order:hover {
  opacity: 0.7;
}

.g_description {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 60px;
}

.gd_item h2 {
  font-size: 22px;
  padding-bottom: 15px;
  border-bottom: 1px solid #D4D4D4;
  margin-bottom: 25px;
}
.gd_item h2:after {
  display: none;
}
.gd_item p {
  font-size: 15px;
  line-height: 150%;
  margin-top: 15px;
}

.gdi_list, .gdi_list_2 {
  display: flex;
  flex-direction: column;
  margin-top: 25px;
  padding-left: 10px;
}
.gdi_list > li, .gdi_list_2 > li {
  font-size: 15px;
  line-height: 150%;
  position: relative;
  padding-left: 15px;
}
.gdi_list > li:before, .gdi_list_2 > li:before {
  display: block;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #262626;
  position: absolute;
  left: 0;
  top: 9px;
}

.gdi_list_2 > li:before {
  background: #005274;
}
.gdi_list_2 > li > a {
  font-size: 15px;
  line-height: 150%;
  color: #005274;
  text-decoration: underline;
}
.gdi_list_2 > li > a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 1200px) {
  .header {
    height: 90px;
  }
  .logo {
    gap: 5px;
  }
  .logo > img {
    width: 50px;
  }
  .logo > span {
    font-size: 15px;
    line-height: 120%;
  }
  .logo > span > span {
    font-size: 23px;
  }
  .h_menu > ul {
    gap: 30px;
  }
  .h_menu > ul > li > a {
    font-size: 14px;
  }
  .h_menu > ul > li.hm_pop > ul {
    width: 280px;
    top: 50px;
  }
  .h_menu > ul > li.hm_pop > ul li > a {
    min-height: 44px;
    font-size: 14px;
  }
  .h_menu > ul > li.hm_pop > ul li > ul {
    left: 280px;
    width: 280px;
  }
  .subcat_items {
    grid-gap: 15px;
  }
  .good_top {
    gap: 16px;
  }
  .gt_img {
    width: calc(55% - 8px);
  }
  .gt_info {
    width: calc(45% - 8px);
    padding: 30px 20px;
  }
} /*1200*/
@media only screen and (min-width: 1024px) {
  .h_menu > ul > li.hm_pop:hover > ul {
    display: block;
  }
  .h_menu > ul > li.hm_pop:hover > ul li:hover > ul {
    display: block;
  }
} /*+1024*/
@media only screen and (max-width: 1024px) {
  h1 {
    font-size: 45px;
  }
  h2 {
    font-size: 34px;
  }
  h2:after {
    margin-top: 18px;
  }
  .header {
    justify-content: flex-start;
    height: unset;
    padding: 15px;
    gap: 0 20px;
  }
  .burger {
    display: block;
  }
  .h_block {
    display: none;
    width: 280px;
    position: absolute;
    left: 0;
    top: 80px;
    background: #fff;
    box-shadow: 0 0 4px #969696;
    padding: 30px 20px;
  }
  .h_contacts, .f_contacts {
    max-width: 180px;
    margin: 30px auto 0;
  }
  .h_menu > ul {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
  .h_menu > ul > li {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .h_menu > ul > li > a {
    padding: 15px 0;
  }
  .h_menu > ul > li.hm_pop.opened > a:after {
    width: 7px;
    transform: rotate(90deg);
  }
  .h_menu > ul > li.hm_pop > a:after {
    width: 8px;
    transform: rotate(0);
  }
  .h_menu > ul > li.hm_pop ul {
    width: 250px;
    position: static !important;
    background: unset !important;
    box-shadow: unset !important;
  }
  .h_menu > ul > li.hm_pop ul > li {
    padding: 0;
  }
  .h_menu > ul > li.hm_pop ul > li > ul {
    width: 250px;
  }
  .main_top {
    min-height: unset;
  }
  .advantages {
    padding: 120px 0 35px;
  }
  .a_items {
    gap: 15px;
  }
  .ai_block {
    min-height: 200px;
    padding: 40px 15px 15px;
  }
  .ai_head {
    min-height: 48px;
    font-size: 18px;
    margin-bottom: 5px;
  }
  .ai_text {
    line-height: 140%;
  }
  .ai_text br {
    display: none;
  }
  .main_cat {
    padding: 30px 0;
  }
  .mc_items {
    gap: 15px;
  }
  .mci_text {
    min-height: 100px;
    font-size: 20px;
  }
  .certs {
    padding: 30px 0;
  }
  .bot_block {
    padding: 30px 0;
  }
  .bb_content {
    gap: 30px;
    margin-top: 30px;
  }
  .bb_content {
    flex-wrap: wrap;
  }
  .bb_col_3 {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  footer {
    padding: 20px 0;
  }
  .cat {
    padding: 30px 0;
  }
  .content_left {
    display: none;
  }
  .subcat_items {
    margin-top: 20px;
  }
  .si_text {
    font-size: 16px;
  }
  .g_description {
    margin-top: 30px;
    gap: 25px;
  }
} /*1024*/
@media only screen and (max-width: 768px) {
  h1 {
    font-size: 30px !important;
  }
  h2 {
    font-size: 24px !important;
  }
  h2:after {
    height: 4px;
    margin-top: 12px;
  }
  .mt_text {
    font-size: 16px;
    line-height: 160%;
    margin-top: 25px;
  }
  .mt_text:before {
    height: 4px;
    margin-bottom: 25px;
  }
  .a_items {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 105px;
  }
  .mc_items {
    gap: 5px;
  }
  .mci_text {
    min-height: 70px;
    font-size: 14px;
    padding: 5px 10px;
  }
  .bb_tel, .bb_mail, .bb_mail_2 {
    font-size: 18px;
    gap: 10px;
  }
  .bb_tel:before, .bb_mail:before, .bb_mail_2:before {
    width: 40px;
  }
  .bb_mail_2 {
    padding-left: 50px;
  }
  .bbc_head {
    font-size: 18px;
  }
  .bc2_text {
    font-size: 16px;
  }
  .footer {
    flex-direction: column-reverse;
  }
  .copy {
    text-align: center;
  }
  .copy br {
    display: none;
  }
  .copy > a {
    display: inline-block;
  }
  .subcat_items {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
} /*768*/
@media only screen and (max-width: 600px) {
  .bot_block h2 {
    text-align: center;
  }
  .bot_block h2:after {
    margin-left: auto;
    margin-right: auto;
  }
  .bb_content {
    flex-direction: column;
    align-items: center;
  }
  .bb_col_1, .bb_col_2 {
    max-width: 385px;
    width: 100%;
  }
  .si_price_block {
    flex-direction: column;
    align-items: center;
  }
  .good_top {
    flex-direction: column;
    align-items: center;
  }
  .gt_img, .gt_info {
    width: 100%;
  }
} /*600*/
@media only screen and (max-width: 500px) {
  .search_block {
    padding: 0 10px 0 15px;
  }
  .main_cat h2 {
    text-align: center;
  }
  .main_cat h2:after {
    margin: 12px auto 0;
  }
  .mc_items {
    max-width: 240px;
    margin: 25px auto 0;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
} /*500*/
@media only screen and (max-width: 380px) {
  .subcat_items {
    grid-template-columns: repeat(1, 1fr);
  }
} /*380*/

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