@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", 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% "Montserrat", 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: #1C2649;
  text-decoration: none;
  font: 16px/120% "Montserrat", 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 */
.breadcrumbs, .footer, .mt_content, .h_menu > ul, .hcp_items, .header, .content {
  max-width: 1310px;
  padding: 0 15px;
  margin: 0 auto;
}

section {
  margin-top: 40px;
}
section.gray {
  background: #F8F8F8;
  padding: 40px 0;
}

.hidden {
  display: none;
}

.block {
  padding-bottom: 30px;
}
.block h2 {
  margin-bottom: 20px;
}
.block h3 {
  margin: 30px 0 15px;
}
.block p {
  font-size: 13px;
  line-height: 150%;
  color: #858895;
  margin-bottom: 15px;
}
.block p:last-child {
  margin-bottom: 0;
}
.block ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.block ul > li {
  font-size: 13px;
  line-height: 150%;
  color: #858895;
  padding-left: 25px;
  position: relative;
}
.block ul > li:before {
  display: block;
  content: "";
  width: 15px;
  height: 15px;
  background: url(../images/b_mark.svg) center/cover no-repeat;
  position: absolute;
  left: 0;
  top: 2px;
}

body {
  padding-top: 100px;
}
body.no_scroll {
  overflow: hidden;
}

.btn, .burger, .h_cat_btn {
  display: block;
  width: 100%;
  max-width: 178px;
  height: 55px;
  background: linear-gradient(32.79deg, #1C2649 -40.75%, #535F8B 150.3%);
  border-radius: 10px;
  font-size: 15px;
  line-height: 55px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.3s;
}
.btn:hover, .burger:hover, .h_cat_btn:hover {
  background: linear-gradient(192.79deg, #1C2649 -40.75%, #535F8B 150.3%);
}

h1 {
  font-size: 40px;
  line-height: 110%;
  color: #EFEF51;
  font-family: "PT Sans";
  text-transform: uppercase;
  font-weight: 700;
}

h2 {
  font-size: 28px;
  font-weight: 700;
  font-family: "PT Sans";
}

h3 {
  font-size: 22px;
  font-weight: 700;
  font-family: "PT Sans";
}

p {
  font-size: 13px;
  line-height: 140%;
  color: #858895;
  margin-bottom: 15px;
}
p:last-child {
  margin-bottom: 0;
}

header {
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  background: #fff;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 5;
  transition: 0.3s;
}
header.fixed {
  height: 66px;
}

.header {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  gap: 9px;
}

.logo {
  transform: translateY(-5px);
}
.logo > img {
  display: block;
  max-width: 329px;
  width: 100%;
}

.h_cat_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 11px;
  margin-left: 10px;
}
.h_cat_btn > span {
  width: 18px;
  height: 16px;
  background: url(../images/h_cat_btn.svg) center/cover no-repeat;
}
.h_cat_btn.opened {
  background: #EFEF51;
  color: #1C2649;
}
.h_cat_btn.opened > span {
  width: 16px;
  margin-right: 2px;
  background: url(../images/cross.svg) center/cover no-repeat;
}

.h_cat_popup, .h_menu {
  display: none;
  width: 100%;
  height: calc(100dvh - 100px);
  overflow: auto;
  position: absolute;
  z-index: 4;
  left: 0;
  top: 100px;
  background: linear-gradient(32.79deg, rgba(28, 38, 73, 0.99) -40.75%, rgba(19, 24, 42, 0.99) 150.3%);
  backdrop-filter: blur(6px);
  padding-top: 20px;
}
.h_cat_popup.short, .short.h_menu {
  height: calc(100dvh - 66px);
  top: 66px;
}

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

.hcp_item {
  display: flex;
  align-items: center;
  gap: 10px;
  border-top: 1px solid #232A44;
  padding: 10px 10px 10px 0;
  transition: 0.3s;
}
.hcp_item:hover .hcp_text {
  color: #EFEF51;
}
.hcp_item:nth-child(1), .hcp_item:nth-child(2) {
  border-top: none;
}
.hcp_item:nth-child(odd) {
  border-right: 1px solid #232A44;
}
.hcp_item:nth-child(even) {
  padding-left: 40px;
}

.hcp_img {
  height: 70px;
  width: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.hcp_text {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  transition: 0.3s;
}

.burger {
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  cursor: pointer;
  margin-left: 7px;
}
.burger.opened {
  background: #EFEF51;
  color: #1C2649;
}
.burger.opened > span {
  width: 16px;
  margin-right: 2px;
  background: url(../images/cross.svg) center/cover no-repeat;
}
.burger:hover {
  opacity: 0.7;
}
.burger span {
  display: block;
  width: 20px;
  height: 16px;
  background: url(../images/burger.svg) center/cover no-repeat;
}

.h_menu {
  padding: 0;
}
.h_menu.short {
  height: calc(100dvh - 66px);
  top: 66px;
}
.h_menu > ul {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 55px;
  padding: 30px 0;
}
.h_menu > ul > li > a {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  transition: 0.3s;
}
.h_menu > ul > li > a:hover {
  color: #EFEF51;
}

.h_search_block {
  flex: 1;
  position: relative;
}

.h_search {
  border: 1px solid #EAEBF0;
  border-radius: 10px;
  display: flex;
  gap: 4px;
  width: 100%;
  height: 50px;
}

.hs_input {
  width: 100%;
  height: 48px;
  font-size: 13px;
  font-weight: 300;
  padding-right: 5px;
}

.hs_btn {
  height: 48px;
  width: 40px;
  flex-shrink: 0;
  background: url(../images/amp.svg) center/15px no-repeat;
  cursor: pointer;
  transition: 0.3s;
}
.hs_btn:hover {
  opacity: 0.7;
}

.hs_popup {
  display: none;
  width: 100%;
  background: #FAFBFC;
  border-radius: 10px;
  padding: 13px;
  position: absolute;
  left: 0;
  top: 50px;
}
.hs_popup.opened {
  display: block;
}

.hsp_items {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.hsp_item {
  display: flex;
  align-items: center;
  gap: 11px;
  cursor: pointer;
  transition: 0.3s;
}
.hsp_item:hover {
  opacity: 0.7;
}

.hsp_img {
  display: flex;
  width: 64px;
  height: 28px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.hsp_text {
  flex: 1;
  font-size: 14px;
  font-weight: 600;
}

.h_socials {
  display: flex;
  align-items: center;
  gap: 10px;
}
.h_socials > a {
  width: 50px;
  height: 50px;
  border: 1px solid #EAEBF0;
  border-radius: 10px;
  transition: 0.3s;
}
.h_socials > a:hover {
  opacity: 0.7;
}
.h_socials > a.s_vk {
  background: url(../images/vk.svg) center/23px no-repeat;
}
.h_socials > a.s_tg {
  background: url(../images/tg.svg) center/19px no-repeat;
}
.h_socials > a.s_wu {
  background: url(../images/wu.svg) center/18px no-repeat;
}

.h_contatcs {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.h_tel, .h_email {
  flex-shrink: 0;
  font-size: 16px;
  font-weight: 700;
}

.h_email {
  text-align: center;
}

.main_top {
  width: 100%;
  height: calc(100dvh - 100px);
  min-height: 560px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding: 97px 0 38px;
  margin-top: 0;
}

.mt_video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.mt_video:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #0B132F 26.3%, rgba(11, 19, 47, 0.55) 100%);
  opacity: 0.66;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
}
.mt_video video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  outline: none;
}

.mt_content {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 32px;
  position: relative;
  z-index: 1;
}

.mtc_top_wrap {
  padding: 30px 35px;
  background: linear-gradient(90deg, rgba(26, 34, 63, 0.8) 0%, rgba(26, 34, 63, 0) 100%);
  opacity: 0.9;
  border-radius: 22px;
}

.mtc_list {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 25px;
  position: relative;
  margin-top: 30px;
}
.mtc_list > li {
  min-height: 25px;
  font-size: 18px;
  color: #fff;
  padding-left: 35px;
  position: relative;
}
.mtc_list > li:before {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/yl_mark.svg) center/cover no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}

.mt_items {
  display: flex;
  gap: 20px;
}

.mt_item {
  width: 194px;
  min-height: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  padding: 25px 10px 5px;
  border-radius: 20px;
}
.mt_item:nth-child(1) {
  background: rgba(26, 34, 63, 0.8);
  backdrop-filter: blur(4.5px);
}
.mt_item:nth-child(2) {
  background: #FFFFFF;
  opacity: 0.9;
  backdrop-filter: blur(4.5px);
}
.mt_item:nth-child(2) .mti_digit, .mt_item:nth-child(2) .mti_text {
  color: #1C2649;
}
.mt_item:nth-child(3) {
  background: #1C2649;
  opacity: 0.9;
  backdrop-filter: blur(4.5px);
}
.mt_item:nth-child(4) {
  border: 1px solid #fff;
}
.mt_item:nth-child(4) .mti_digit {
  color: #fff;
}

.mti_digit {
  font-size: 36px;
  line-height: 110%;
  color: #EFEF51;
  font-weight: 700;
  text-align: center;
}

.mti_text {
  font-size: 13px;
  color: #fff;
  text-align: center;
}

.m_consult {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  position: absolute;
  top: 80px;
  right: 60px;
}

.mc_icon, .gsi_discount {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #EFEF51 url(../images/chat.svg) center/20px no-repeat;
  position: relative;
  cursor: pointer;
}
.mc_icon:before, .gsi_discount:before, .mc_icon:after, .gsi_discount:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 10px solid #EFEF51;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  opacity: 0;
  animation: pulse 3s infinite linear;
}
.mc_icon:after, .gsi_discount:after {
  animation-delay: 1.5s; /* Задержка второй волны */
}

@keyframes pulse {
  0% {
    transform: scale(0.8);
    opacity: 0.7;
  }
  70% {
    transform: scale(1.2);
    opacity: 0;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
.mc_text {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}

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

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

.close {
  display: block;
  width: 20px;
  height: 20px;
  background: url(../images/close_w.svg) center/cover no-repeat;
  position: absolute;
  z-index: 3;
  right: 30px;
  top: 26px;
  cursor: pointer;
  transition: 0.3s;
}
.close:hover {
  opacity: 0.7;
}

.m_content {
  padding: 30px 50px;
}

.mf_head {
  font-size: 25px;
  font-weight: 700;
  font-family: "PT Sans";
  color: #fff;
}

.mf_text {
  font-size: 16px;
  line-height: 140%;
  color: #fff;
  margin: 10px 0 25px;
}

.mf_input {
  height: 65px;
  border: 1px solid #72788E;
  border-radius: 14px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 0 17px;
}
.mf_input.mfi_tel:before {
  width: 15px;
  height: 15px;
  background: url(../images/m_tel.svg) center/cover no-repeat;
  margin-right: 0;
}
.mf_input:before {
  display: block;
  content: "";
  flex-shrink: 0;
  width: 13px;
  height: 16px;
  margin-right: 2px;
  background: url(../images/m_person.svg) center/cover no-repeat;
}
.mf_input > input {
  font-size: 16px;
  color: #fff;
  flex: 1;
}

.mf_submit {
  height: 60px;
  width: 100%;
  max-width: 268px;
  background: #EFEF51;
  border-radius: 14px;
  font-size: 16px;
  font-weight: 800;
  color: #363636;
  cursor: pointer;
  transition: 0.3s;
}
.mf_submit:hover {
  opacity: 0.7;
}

.c_head {
  display: flex;
  gap: 56px;
}
.c_head > span {
  flex: 1;
  position: relative;
  font-size: 13px;
  color: #858895;
}
.c_head > span:before {
  display: block;
  content: "";
  width: 1px;
  height: 100%;
  background: #DDDDDD;
  position: absolute;
  left: -25px;
  top: 0;
}

.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: linear-gradient(327.65deg, #FFFFFF 0.1%, #EBECF1 183.76%);
  border: 1px solid #F6F6F7;
  border-radius: 20px;
  padding: 35px 15px;
  position: relative;
  transition: 0.3s;
}
.cm_item:hover .cmi_img > img, .cm_item:hover .gsi_img > img {
  transform: scale(1.1);
}
.cm_item.show_all {
  border: unset;
  background: linear-gradient(157.66deg, #1C2649 10.85%, #535F8B 305.79%);
  transition: 0.3s;
}
.cm_item.show_all:before {
  display: none;
}
.cm_item.show_all:hover {
  background: linear-gradient(0deg, #1C2649 10.85%, #535F8B 305.79%);
}
.cm_item.show_all .cmi_name {
  color: #fff;
  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, .gsi_img {
  display: flex;
  width: 100%;
  height: 150px;
  justify-content: center;
  align-items: center;
  padding: 5px 0;
}
.cmi_img > img, .gsi_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;
}

.advantages.wide {
  background: linear-gradient(157.66deg, #1C2649 10.85%, #535F8B 305.79%);
}
.advantages.wide .adv_item:first-child {
  border-left: 1px solid #303e69;
}
.advantages.wide .adv_item:last-child {
  border-right: 1px solid #303e69;
}
.advantages.yl {
  margin-top: 0;
}
.advantages.yl .content {
  background: #EFEF51;
}
.advantages.yl .content .ai_name {
  color: #1C2649;
}
.advantages.yl .content .ai_img > img {
  filter: brightness(2%) invert(11%) sepia(16%) saturate(3758%) hue-rotate(198deg) contrast(93%);
}
.advantages .content {
  background: linear-gradient(157.66deg, #1C2649 10.85%, #535F8B 305.79%);
  border-radius: 22px;
}

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

.adv_item {
  min-height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 22px;
  border-right: 1px solid #303e69;
  padding: 10px;
}
.adv_item:last-child {
  border-right: none;
}

.ai_img {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 46px;
  flex-shrink: 0;
}

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

.great_deals {
  margin-top: 0;
}

.great_slider {
  max-width: 100%;
  margin-top: 30px;
}

.custom-nav-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 35px;
  gap: 25px;
}

.owl-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 25px;
}

.owl-prev, .owl-next {
  display: block;
  width: 45px;
  height: 45px;
  border: 1px solid #DCE1ED;
  border-radius: 18px;
  background: url(../images/dir.svg) center/12px no-repeat !important;
  position: static !important;
  margin: 0 !important;
  cursor: pointer;
  transition: 0.3s;
}
.owl-prev:hover, .owl-next:hover {
  opacity: 0.7;
}
.owl-prev > span, .owl-next > span {
  display: none !important;
}

.owl-next {
  transform: rotate(180deg);
}

.owl-dots {
  display: flex;
  justify-content: center;
  gap: 9px;
  text-align: center;
}

.owl-dot {
  width: 15px;
  height: 15px;
  border: 1px solid #DCE1ED !important;
  border-radius: 50%;
  border: none;
}
.owl-dot.active {
  background: #21242F !important;
  border: 1px solid #21242F !important;
}

.gs_content {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  gap: 20px;
}

.gs_item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 25px 20px 20px;
  gap: 10px;
  background: #fff;
  border-radius: 20px;
  transition: 0.3s;
}
.gs_item:hover .gsi_img > img {
  transform: scale(1.1);
}

.gsi_name {
  font-size: 16px;
  line-height: 130%;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.gsi_name > span {
  display: block;
  font-weight: 900;
}

.gsi_img {
  position: relative;
}

.gsi_discount {
  background: #EFEF51;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  position: absolute;
  z-index: 1;
  bottom: 30px;
  right: 30px;
}
.gsi_discount > span {
  font-size: 11px;
  line-height: 16px;
  font-weight: 700;
  text-align: center;
}
.gsi_discount > span > span {
  display: block;
  font-size: 16px;
  line-height: 16px;
}

.gsi_price {
  text-align: center;
  font-size: 18px;
  line-height: 150%;
  font-weight: 700;
  text-transform: uppercase;
}
.gsi_price > del {
  display: block;
  font-weight: 500;
  color: #B3B8C6;
}

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

.ma_items {
  height: fit-content;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}

.ma_item {
  aspect-ratio: 1/1;
  background: linear-gradient(157.66deg, #1C2649 10.85%, #535F8B 305.79%);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 35px;
  position: relative;
}
.ma_item:nth-child(even) {
  transform: translateY(40px);
}

.mai_count {
  display: inline-block;
  font-size: 14px;
  color: #EFEF51;
  position: absolute;
  top: 15px;
  right: 20px;
}

.mai_img {
  display: flex;
  height: 55px;
  justify-content: center;
  align-items: center;
}
.mai_img > img {
  filter: brightness(1000%);
}

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

.ma_right h3 {
  margin-top: 25px;
}
.ma_right p {
  font-size: 13px;
  line-height: 140%;
  color: #858895;
  margin-top: 10px;
}

.mar_certs {
  display: grid;
  max-width: 650px;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 35px;
  margin-top: 20px;
}
.mar_certs > a {
  display: block;
  transition: 0.3s;
}
.mar_certs > a:hover {
  opacity: 0.7;
}

.reviews {
  margin-top: 100px;
}
.reviews h2 {
  text-align: center;
}

.rev_slider {
  max-width: 100%;
  margin-top: 30px;
}

.rs_content {
  height: 320px;
  overflow: auto;
  background: #fff;
  border-radius: 20px;
  padding: 20px;
}

.rs_top, .ms_top {
  min-height: 40px;
  display: flex;
  justify-content: space-between;
  gap: 9px;
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #EBEFEB;
}

.rst_ava {
  width: 40px;
  height: 40px;
  border-radius: 16px;
  overflow: hidden;
  background: #EFEF51 url(../images/profile.svg) center/18px no-repeat;
}
.rst_ava > img {
  display: block;
  object-fit: cover;
}

.rst_name, .mst_name {
  flex: 1;
  font-size: 16px;
  font-weight: 700;
  padding-top: 2px;
}
.rst_name > span, .mst_name > span {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: #A8A8A8;
}

.rst_arrow, .mst_arrow {
  display: flex;
  display: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 16px;
  background: #39446C;
  overflow: hidden;
}
.rst_arrow:before, .mst_arrow:before {
  display: block;
  content: "";
  width: 12px;
  height: 11px;
  background: url(../images/dir.svg) center/cover no-repeat;
  transform: rotate(180deg);
  filter: brightness(1000%);
}

.rs_text > p, .ms_text > p, .rs_text > span, .ms_text > span {
  font-size: 14px;
  line-height: 150%;
  color: #858895;
  margin-bottom: 10px;
}
.rs_text > p:last-child, .ms_text > p:last-child, .rs_text > span:last-child, .ms_text > span:last-child {
  margin-bottom: 0;
}

.rs_video {
  width: 100%;
  height: 180px;
  border-radius: 20px;
  overflow: hidden;
  background: #F8F8F8;
}
.rs_video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.materials {
  margin-top: 0;
  padding-top: 0 !important;
}
.materials .content {
  border-top: 1px solid #F1DCDC;
  padding-top: 30px;
}
.materials h2 {
  text-align: center;
}

.materials_slider {
  max-width: 100%;
  margin-top: 30px;
}

.ms_content {
  display: block;
  overflow: unset;
  height: unset;
  background: #fff;
  border-radius: 20px;
  padding: 20px;
}
.ms_content:hover .ms_img > img {
  transform: scale(1.1);
}

.ms_img {
  display: block;
  height: 208px;
  border-radius: 20px;
  overflow: hidden;
}
.ms_img > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}

.ms_top {
  margin-top: 13px;
  border-bottom: unset;
  padding-bottom: 0;
}

.mst_arrow {
  display: flex;
}

footer {
  margin-top: 40px;
  background: linear-gradient(32.79deg, #1C2649 -40.75%, #13182A 150.3%);
}
footer.no_mt {
  margin-top: 0;
}

.f_top {
  height: 120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  position: relative;
}

.f_logo {
  transform: translateY(-5px);
}
.f_logo > img {
  display: block;
  max-width: 329px;
  width: 100%;
  filter: brightness(1000%);
}

.f_tel {
  display: flex;
  align-items: center;
  gap: 7px;
  flex-shrink: 0;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
}
.f_tel:before {
  display: block;
  content: "";
  width: 21px;
  height: 26px;
  background: url(../images/tel_yl_21x26.svg) center/cover no-repeat;
}

.f_email {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
.f_email:before {
  display: block;
  content: "";
  width: 21px;
  height: 16px;
  background: url(../images/email_yel_21x16.svg) center/cover no-repeat;
}

.f_socials {
  display: flex;
  gap: 8px;
}
.f_socials > a {
  width: 45px;
  height: 45px;
  border: 1px solid #4B5167;
  border-radius: 10px;
  background: url(../images/fs_t.svg) center/9px no-repeat;
  transition: 0.3s;
}
.f_socials > a.fs_vk {
  background: url(../images/fs_vk.svg) center/16px no-repeat;
}
.f_socials > a.fs_tg {
  background: url(../images/fs_tg.svg) center/16px no-repeat;
}
.f_socials > a.fs_wu {
  background: url(../images/fs_wu.svg) center/16px no-repeat;
}
.f_socials > a:hover {
  opacity: 0.7;
}

.f_middle {
  padding: 35px 0;
  border-top: 1px solid #272E48;
  border-bottom: 1px solid #272E48;
}

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

.fc_head {
  min-height: 1.2em;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}

.fc_list {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.fc_list > li > a {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 14px;
  color: #C1C5D5;
  transition: 0.3s;
}
.fc_list > li > a:hover {
  color: #EFEF51;
}
.fc_list > li > a:before {
  display: block;
  content: "";
  width: 7px;
  height: 7px;
  background: url(../images/fc_arrow.svg) center/cover no-repeat;
}

.f_bot {
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.f_pol {
  font-size: 13px;
  line-height: 150%;
  color: #fff;
  text-align: center;
}
.f_pol > a {
  font-size: 13px;
  color: #fff;
}
.f_pol > a:hover {
  text-decoration: underline;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  gap: 10px 20px;
}
.breadcrumbs > li {
  position: relative;
  font-size: 11px;
  line-height: 120%;
  color: #CFD1DB;
}
.breadcrumbs > li:first-child:before {
  display: none;
}
.breadcrumbs > li:before {
  display: block;
  content: "";
  width: 3px;
  height: 5px;
  background: url(../images/bc_arrow.svg) center/cover no-repeat;
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
}
.breadcrumbs > li > a {
  font-size: 11px;
  line-height: 120%;
  color: #858895;
}
.breadcrumbs > li > a:hover {
  text-decoration: underline;
}

.cat, .good, .cat_inner {
  margin-top: 30px;
}

.cat_inner {
  padding: 30px 0 0 !important;
}

.filter_block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin: 15px 0;
  background: #fff;
  border-radius: 12px;
  padding: 10px;
}

.fb_name {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  flex-shrink: 0;
}

/*	styles for select*/
.selectbox {
  width: 100%;
  max-width: 200px;
  vertical-align: middle;
  cursor: pointer;
}
.selectbox .select {
  width: 100%;
  height: 35px;
  padding: 0 15px 0 10px;
  background: #fff;
  border: 1px solid #E4E5E7;
  border-radius: 8px;
  position: relative;
}
.selectbox .select:after {
  display: block;
  content: "";
  width: 8px;
  height: 5px;
  background: url(../images/select_chev.svg) center/cover no-repeat;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.selectbox .select .text {
  display: block;
  font-size: 12px;
  line-height: 33px;
  white-space: nowrap;
  user-select: none;
  text-overflow: ellipsis;
  overflow: hidden;
}
.selectbox ul.dropdown {
  top: 34px;
  width: 100%;
  margin: 0;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #E4E5E7;
}
.selectbox ul.dropdown li {
  color: #383636;
  font-size: 12px;
  padding: 2px 10px 3px;
  /*&:first-child{
  	display: none;
  }*/
}
.selectbox ul.dropdown li:hover, .selectbox ul.dropdown li.selected {
  background: #E6E6E6;
  color: #000000;
}
.selectbox ul.dropdown li.disabled {
  color: #AAA;
}

.f_search {
  display: flex;
  max-width: 115px;
  height: 35px;
  font-size: 11px;
  line-height: 35px;
  justify-content: center;
  align-items: center;
  gap: 9px;
}
.f_search:before {
  display: block;
  content: "";
  width: 13px;
  height: 13px;
  background: url(../images/amp.svg) center/cover no-repeat;
  filter: invert(99%) sepia(85%) saturate(1637%) hue-rotate(329deg) brightness(119%) contrast(87%);
}

.good {
  border-top: 1px solid #F7F7F8;
  background: #F8F8FA;
}

.good_top {
  display: flex;
  gap: 30px;
  padding: 30px 0;
}

/*good_slider*/
.good_slider {
  max-width: 600px;
  width: 100%;
  display: flex;
  gap: 15px;
}

#sync1 {
  max-width: 440px;
  width: 100%;
  height: 100%;
  border: 1px solid #E1E1E1;
  background: #FBFBFC;
  border-radius: 12px;
}
#sync1 .owl-nav, #sync1 .owl-dots {
  display: none;
}
#sync1 .item {
  width: 100%;
  height: 400px;
  overflow: hidden;
}
#sync1 .item > span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
#sync1 .item > span > img {
  display: block;
}

#sync2 {
  transform: rotate(90deg) translate3d(0, -130px, 0);
  transform-origin: left top;
  width: 400px;
  height: 130px;
  overflow: hidden;
  flex-shrink: 0;
}
#sync2 .owl-nav, #sync2 .owl-dots {
  display: none;
}
#sync2 .item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 130px;
  border: 1px solid #E1E1E1;
  background: #FBFBFC;
  border-radius: 12px;
  cursor: pointer;
  padding: 15px;
  overflow: hidden;
  transform: rotate(-90deg);
}
#sync2 .item.video {
  background: linear-gradient(32.79deg, #1C2649 -40.75%, #535F8B 150.3%);
}
#sync2 .item.video:before {
  display: block;
  content: "";
  width: 46px;
  height: 46px;
  background: url(../images/play.svg) center/cover no-repeat;
}
#sync2 .item > span > img {
  display: block;
}
#sync2 .current .item {
  border: 1px solid #EFEF51;
}

/*end of good_slider*/
.gs_video {
  display: block;
  width: 100%;
  height: 100%;
}
.gs_video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gt_name {
  font-size: 26px;
  font-weight: 700;
}

.gt_table {
  margin-top: 25px;
}

.gt_line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13px 15px;
  border-radius: 6px;
}
.gt_line:nth-child(even) {
  background: #fff;
}
.gt_line.top {
  padding: 12px 0;
  margin-bottom: 10px;
}
.gt_line.top > div {
  font-size: 14px;
  font-weight: 600;
  color: #1C2649;
}
.gt_line.top > div:nth-child(1) {
  font-weight: 700;
  text-transform: uppercase;
}
.gt_line > div {
  font-size: 13px;
  color: #858895;
}
.gt_line > div:nth-child(2) {
  font-weight: 700;
}

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

.gti_price {
  font-size: 26px;
  font-weight: 700;
  line-height: 110%;
}
.gti_price > del {
  display: block;
  font-size: 18px;
  line-height: 110%;
  font-weight: 500;
  color: #B3B8C6;
}

.gti_btn {
  max-width: 290px;
}

.good_content {
  margin-top: 0;
}
.good_content .content {
  display: flex;
  gap: 30px;
}

.gc_left {
  width: 100%;
  flex: 1;
}

.gc_similar {
  width: 290px;
  flex-shrink: 0;
}

.gss_items {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}

.delivery_items {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.delivery_items {
  margin-top: 20px;
}

.delivery_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  background: #fff;
  border-radius: 12px;
  padding: 15px;
}
.delivery_item h3 {
  margin-top: 0;
}

.di_img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
}
.di_img > img {
  display: block;
  max-width: 61px;
}

.about, .delivery {
  padding-top: 15px !important;
}
.about h1, .delivery h1 {
  font-size: 34px;
  color: #1C2649;
  text-transform: none;
  margin-bottom: 25px;
}
.about h2, .delivery h2 {
  margin-bottom: 13px;
}

.c_about {
  position: relative;
  overflow: hidden;
}
.c_about p {
  color: #181717;
}
.c_about:after {
  display: block;
  content: "";
  width: 648px;
  height: 457px;
  background: url(../images/about_img.png) right top no-repeat;
  position: absolute;
  left: 630px;
  top: 0;
}

.w_600 {
  max-width: 600px;
}

.w_960 {
  max-width: 960px;
}

.comp_values, .del_terms {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 15px;
  margin-top: 30px;
}
.comp_values > div, .del_terms > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
  background: #fff;
  border-radius: 20px;
  padding: 25px 25px 15px;
}

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

.cv_name {
  font-size: 16px;
  font-weight: 700;
  font-family: "PT Sans";
}

.cv_text {
  font-size: 13px;
  line-height: 130%;
  color: #181717;
}

.a_advantages h2 {
  margin-bottom: 15px;
}

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

.aa_item {
  background: linear-gradient(327.65deg, #FFFFFF 0.1%, #EBECF1 183.76%);
  border-radius: 12px;
  position: relative;
  padding: 30px;
}

.aai_count {
  font-size: 11px;
  display: inline-block;
  position: absolute;
  top: 16px;
  right: 18px;
}

.aai_name {
  font-size: 18px;
  font-weight: 700;
  padding-right: 25px;
}

.aai_text {
  font-size: 13px;
  line-height: 130%;
  color: #858895;
  margin-top: 10px;
}

.a_certs {
  border-top: 1px solid #F6F7F8;
}

.a_certs_block {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 20px;
  margin-top: 20px;
}
.a_certs_block > a {
  display: block;
  transition: 0.3s;
}
.a_certs_block > a:hover {
  opacity: 0.7;
}

.our_team {
  margin-top: 0;
}

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

.oti_img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background: url(../images/oti_bg.png) center bottom/100% no-repeat;
  padding: 0 15px;
}

.oti_name {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin: 15px 0 10px;
}

.oti_text {
  font-size: 13px;
  line-height: 140%;
  color: #858895;
  text-align: center;
}

.a_gallery_block {
  display: flex;
  gap: 20px;
  margin-top: 25px;
}
.a_gallery_block img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 17px;
}
.a_gallery_block > div:nth-child(1) {
  width: calc(40% - 20px);
}
.a_gallery_block > div:nth-child(2) {
  flex: 1;
}

.ag_right {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.agr_row {
  display: flex;
  width: 100%;
  gap: 20px;
}
.agr_row > div:nth-child(1) {
  flex: 1;
  width: unset;
}
.agr_row > div:nth-child(2) {
  width: 33%;
}
.agr_row:nth-child(even) > div:nth-child(1) {
  width: 33%;
  flex: unset;
}
.agr_row:nth-child(even) > div:nth-child(2) {
  flex: 1;
}

.del_terms {
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 15px;
}

.how_delivery, .guarantee, .delivery_cost {
  margin-top: 0;
}
.how_delivery h2, .guarantee h2, .delivery_cost h2 {
  text-align: center;
}

.hd_items {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.hd_item {
  width: 170px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.hdi_img {
  width: 114px;
  height: 114px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #1C2649;
  border-radius: 50%;
  padding: 10px;
}

.hdi_text {
  font-size: 13px;
  line-height: 140%;
  text-align: center;
  color: #858895;
}

.hdi_separator {
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  gap: 10px;
  height: 16px;
  background: url(../images/arrow_r_b_10x16.svg) center no-repeat;
  margin-top: 50px;
}
.hdi_separator:before, .hdi_separator:after {
  display: block;
  content: "";
  width: 29px;
  height: 1px;
  flex-shrink: 0;
  background: #DFDFE0;
  margin: 0 10px;
}

.delivery_cost h2 > span {
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 120%;
  color: #858895;
  font-weight: 400;
  font-family: "Montserrat";
  margin-top: 2px;
}

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

.dc_item {
  display: flex;
  align-items: center;
  gap: 25px;
  background: #fff;
  border-radius: 12px;
  padding: 25px 30px;
  position: relative;
}

.dci_count, .g_count {
  display: inline-block;
  font-size: 11px;
  position: absolute;
  top: 16px;
  right: 18px;
}

.dci_img {
  height: 40px;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
}

.dci_text {
  flex: 1;
  font-size: 18px;
  font-weight: 700;
}
.dci_text > span {
  font-size: 14px;
}

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

.g_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  background: #fff;
  border-radius: 12px;
  padding: 20px 30px;
  position: relative;
}

.g_img {
  height: 70px;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
}

.g_text {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.df_content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background: #1C2649;
  border-radius: 14px;
  padding: 30px 50px 50px;
}

.df_form {
  padding-right: 50px;
}

.df_info {
  padding-left: 50px;
  border-left: 1px solid #3E4765;
}

.dfi_list {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-top: 30px;
}
.dfi_list > li {
  min-height: 25px;
  font-size: 18px;
  color: #fff;
  padding-left: 35px;
  position: relative;
}
.dfi_list > li:before {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/yl_mark.svg) center/cover no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}

.contacts h1, .news h1 {
  font-size: 34px;
  color: #1C2649;
  text-transform: none;
}

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

.cont_item {
  display: flex;
  gap: 15px;
}

.ci_icon {
  width: 52px;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  background: linear-gradient(32.79deg, #1C2649 -40.75%, #535F8B 150.3%);
  border-radius: 10px;
}

.cii_head {
  font-size: 15px;
  font-weight: 700;
  color: #364168;
  padding-top: 5px;
}

.cii_text {
  font-size: 13px;
  line-height: 130%;
  color: #4E5052;
  margin-top: 10px;
}
.cii_text.tel {
  font-size: 16px;
  white-space: nowrap;
}
.cii_text > span {
  color: #9EA3B7;
}

.map {
  width: 100%;
  height: 316px;
  border-radius: 20px;
  overflow: hidden;
  filter: grayscale(100%);
  margin-top: 30px;
}

.cont_socials {
  margin-top: 15px;
}

.cs_head {
  font-size: 15px;
  color: #364168;
  font-weight: 700;
}

.cs_items {
  display: flex;
  gap: 10px;
  margin-top: 15px;
}

.cs_item {
  height: 44px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 5px 17px;
  background: linear-gradient(327.65deg, #FFFFFF 0.1%, #EBECF1 183.76%);
  border-radius: 8px;
  transition: 0.3s;
}
.cs_item:hover {
  opacity: 0.7;
}
.cs_item:before {
  display: block;
  content: "";
}
.cs_item.vk:before {
  width: 26px;
  height: 15px;
  background: url(../images/csi_1.svg) center/cover no-repeat;
}
.cs_item.tg:before {
  width: 22px;
  height: 18px;
  background: url(../images/csi_2.svg) center/cover no-repeat;
}
.cs_item.wa:before {
  width: 21px;
  height: 21px;
  background: url(../images/csi_3.svg) center/cover no-repeat;
}

.contacts_form h2 {
  font-size: 24px;
  border-top: 1px solid #e6dfdf;
  padding-top: 15px;
}

.ct_form {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 25px;
}

.cf_input, .cf_area {
  height: 45px;
  width: calc(50% - 10px);
  border: 1px solid #e6dfdf;
  border-radius: 9px;
  padding: 0 20px;
  font-size: 12px;
}

.cf_area {
  width: 100%;
  height: 110px;
  padding: 10px 20px;
}

.cf_submit {
  max-width: 154px;
}

.news_top {
  height: 460px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: url(../images/top_bg.jpg) center/cover no-repeat;
  border-radius: 20px;
  margin-top: 20px;
  padding: 20px 50px;
}

.nt_head {
  font-size: 25px;
  font-family: "Montserrat";
  color: #F8F9FA;
}

.nt_time {
  font-size: 18px;
  color: #F8F9FA;
  margin-top: 10px;
}

.nt_text {
  font-size: 20px;
  line-height: 150%;
  color: #F8F9FA;
  margin-top: 30px;
}

.nt_arrow {
  width: 40px;
  height: 40px;
  background: #39446C url(../images/fc_arrow.svg) center/10px no-repeat;
  border-radius: 16px;
  margin-top: 30px;
}

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

.news_item {
  display: block;
  background: #fff;
  border-radius: 20px;
}
.news_item:hover .ms_img > img {
  transform: scale(1.1);
}

.listing {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
  margin-top: 30px;
}
.listing > li > a {
  display: block;
  width: 46px;
  height: 46px;
  border: 1px solid #DCE1ED;
  border-radius: 18px;
  font-size: 18px;
  line-height: 44px;
  text-align: center;
  transition: 0.3s;
}
.listing > li > a.prev {
  background: url(../images/arrow_l_b_12x12.svg) center/12px no-repeat;
}
.listing > li > a.next {
  transform: rotate(180deg);
  background: url(../images/arrow_l_b_12x12.svg) center/12px no-repeat;
}
.listing > li > a:hover {
  border: 1px solid #EFEF51;
}
.listing > li > a.current {
  background: #EFEF51;
  border: 1px solid #EFEF51;
}

.goods_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 35px;
}
.goods_list .gs_item:nth-child(n+17) {
  display: none;
}
.goods_list.show_all .gs_item {
  display: flex !important;
}

.show_more {
  display: block;
  max-width: 172px;
  margin: 20px auto 0;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  transition: 0.3s;
  cursor: pointer;
}
.show_more:hover {
  opacity: 0.7;
}
.show_more:before {
  display: inline-block;
  vertical-align: top;
  content: "";
  width: 19px;
  height: 19px;
  background: url(../images/refresh_icon.svg) center/cover no-repeat;
  margin-right: 7px;
}

.text_page h1 {
  font-size: 44px;
  font-weight: 700;
  color: #1C2649;
  text-transform: none;
  margin-bottom: 20px;
}
.text_page h2 {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 15px;
}
.text_page h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}

.p_btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.p_btn p {
  max-width: 980px;
  flex: 1;
}
.p_btn .btn, .p_btn .h_cat_btn, .p_btn .burger {
  max-width: 217px;
  width: 100%;
  height: 62px;
  line-height: 62px;
}

.t_list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.t_list > li {
  font-size: 13px;
  line-height: 150%;
  color: #858895;
  padding-left: 25px;
  position: relative;
}
.t_list > li:before {
  display: block;
  content: "";
  width: 15px;
  height: 15px;
  background: url(../images/al_mark.svg) center/cover no-repeat;
  position: absolute;
  left: 0;
  top: 2px;
}

.t_gallery {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 25px;
  padding-bottom: 55px;
  border-bottom: 1px solid #E3E3E3;
}
.t_gallery img {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  object-fit: cover;
}

.tg_top {
  display: flex;
  gap: 10px;
}
.tg_top > div {
  height: 344px;
  width: 100%;
  max-width: 258px;
}
.tg_top > div:nth-child(1) {
  max-width: 192px;
}
.tg_top > div:nth-child(2) {
  max-width: 344px;
}
.tg_top > div:nth-child(4) {
  max-width: 170px;
}
.tg_top > div:nth-child(5) {
  max-width: 306px;
}

.tt_x3 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.tt_x3 > div {
  height: 140px;
  width: 100%;
}
.tt_x3 > div:nth-child(1) {
  max-width: 100%;
  height: 194px;
}
.tt_x3 > div:nth-child(2) {
  max-width: 45%;
}
.tt_x3 > div:nth-child(3) {
  max-width: calc(55% - 10px);
}

.tg_bot {
  display: flex;
  gap: 10px;
}
.tg_bot > div {
  height: 155px;
  width: 100%;
  max-width: 258px;
}
.tg_bot > div:nth-child(1) {
  max-width: 379px;
}
.tg_bot > div:nth-child(2) {
  max-width: 344px;
}
.tg_bot > div:nth-child(4) {
  max-width: 306px;
}

.t_we {
  margin-top: 40px;
}

.tw_items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 80px;
  padding-bottom: 55px;
  border-bottom: 1px solid #E3E3E3;
  margin-top: 40px;
}

.twi_img, .tbi_img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  padding: 10px;
  background: linear-gradient(157.66deg, #1C2649 10.85%, #535F8B 305.79%);
  border-radius: 22px;
}

.twi_name {
  margin-top: 18px;
  font-size: 22px;
  font-weight: 700;
  color: #1C2649;
}

.twi_text {
  margin-top: 10px;
  font-size: 13px;
  line-height: 140%;
  color: #858895;
}

.t_production .content {
  padding-bottom: 55px;
  border-bottom: 1px solid #E3E3E3;
  margin-top: 40px;
}
.t_production .content h2 {
  font-size: 28px;
  text-transform: uppercase;
}

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

.tp_item {
  min-height: 278px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 27px;
  padding: 15px;
  background: linear-gradient(157.66deg, #1C2649 10.85%, #535F8B 305.79%);
  border-radius: 22px;
}

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

.tpi_name {
  max-width: 230px;
  width: 100%;
  font-size: 15px;
  line-height: 130%;
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.tp_btn {
  margin: 20px auto 0;
}

.t_offer {
  margin-top: 30px;
}
.t_offer .content h2 {
  font-size: 28px;
  text-transform: uppercase;
}

.to_block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  margin-top: 30px;
}

.tb_items {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}

.tb_item {
  display: flex;
  align-items: center;
  gap: 25px;
}

.tbi_img {
  flex-shrink: 0;
}

.tbi_text {
  flex: 1;
  font-size: 14px;
  line-height: 150%;
  font-weight: 700;
  color: #1C2649;
  text-transform: uppercase;
}

.tb_contacts {
  max-width: 365px;
  width: 100%;
  flex-shrink: 0;
}
.tb_contacts > div {
  font-size: 13px;
  line-height: 130%;
  color: #858895;
}
.tb_contacts h4 {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  color: #1C2649;
  margin: 20px 0 5px;
}
.tb_contacts > a {
  display: inline-block;
  font-size: 40px;
  font-weight: 700;
  color: #1C2649;
}

@media only screen and (max-width: 1300px) {
  .adv_item:first-child {
    border-left: unset;
  }
  .adv_item:last-child {
    border-right: unset;
  }
  .advantages .content {
    border-radius: 0;
  }
} /*1300*/
@media only screen and (max-width: 1200px) {
  .h_tel, .h_email {
    display: none;
  }
  .gs_content {
    gap: 15px;
  }
  .gs_item {
    padding: 15px;
  }
  .gsi_discount {
    width: 44px;
    height: 44px;
    bottom: 5px;
    right: 5px;
  }
  .gsi_discount > span {
    font-size: 10px;
    line-height: 110%;
  }
  .gsi_discount > span > span {
    font-size: 12px;
  }
  .ma_blocks {
    gap: 30px;
  }
  .ma_items {
    gap: 15px;
  }
  .ma_item {
    gap: 25px;
  }
  .ma_item:nth-child(even) {
    transform: translateY(0);
  }
  .mar_certs {
    gap: 10px;
  }
  .reviews {
    margin-top: 40px;
  }
  .gti_bot {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .comp_values, .del_terms {
    grid-gap: 10px;
  }
  .comp_values > div, .del_terms > div {
    padding: 20px 15px 15px;
  }
  .dc_items {
    gap: 10px;
  }
  .dc_item {
    padding: 25px 15px;
  }
  .dci_text {
    font-size: 16px;
  }
  .g_items {
    gap: 10px;
  }
  .g_item {
    padding: 25px 15px;
  }
  .df_content {
    padding: 25px 15px;
  }
  .df_form {
    padding-right: 20px;
  }
  .df_info {
    padding-left: 20px;
  }
  .goods_list {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px;
  }
} /*1200*/
@media only screen and (max-width: 1024px) {
  h1 {
    font-size: 28px !important;
  }
  .main_top h1 {
    font-size: 26px;
    padding-right: 150px;
  }
  .main_top h1 br {
    display: none;
  }
  h2 {
    font-size: 24px;
  }
  .text_page h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .text_page h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .t_production .content h2, .t_offer .content h2 {
    font-size: 20px;
  }
  .btn, .h_cat_btn, .burger, .p_btn .btn {
    height: 40px;
    line-height: 40px;
    font-size: 13px;
  }
  header {
    align-items: flex-start;
    padding-top: 5px;
  }
  .logo > img {
    max-height: 40px;
  }
  .h_cat_btn {
    max-width: 125px;
    position: absolute;
    top: 50px;
    left: 0;
    height: 40px;
  }
  .h_search_block {
    width: calc(100% - 160px);
    position: absolute;
    right: 15px;
    top: 50px;
  }
  .h_search {
    height: 40px;
  }
  .hs_input {
    height: 38px;
  }
  .hs_btn {
    height: 38px;
    width: 30px;
  }
  .h_socials {
    flex: 1;
    justify-content: flex-end;
  }
  .h_socials > a {
    width: 40px;
    height: 40px;
  }
  .burger {
    width: 40px;
    height: 40px;
    top: 10px;
    margin-left: 0;
  }
  .main_top {
    padding: 30px 0;
    min-height: 400px;
  }
  .m_consult {
    gap: 15px;
    right: 15px;
    top: 0;
  }
  .mc_text {
    font-size: 12px;
  }
  .mt_content {
    gap: 25px;
  }
  .mtc_list {
    margin-top: 20px;
    gap: 15px;
  }
  .mtc_list > li {
    font-size: 15px;
  }
  .mf_head {
    font-size: 22px;
  }
  .mf_text {
    font-size: 13px;
  }
  .dfi_list {
    margin-top: 20px;
    gap: 15px;
  }
  .dfi_list > li {
    font-size: 15px;
  }
  .mt_items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
  }
  .mt_item {
    width: unset;
    min-height: unset;
    padding: 15px 10px;
    border-radius: 10px;
    gap: 10px;
  }
  .mti_digit {
    font-size: 28px;
  }
  .mti_text {
    font-size: 12px;
  }
  .h_menu > ul {
    gap: 30px;
  }
  .hcp_img {
    height: 50px;
    width: 100px;
  }
  .hcp_text {
    font-size: 12px;
  }
  .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, .gsi_img {
    height: 120px;
    padding: 10px;
  }
  .cmi_name {
    font-size: 12px;
  }
  .adv_item {
    min-height: 100px;
    gap: 15px;
  }
  .ai_img {
    max-width: 36px;
  }
  .ai_name {
    font-size: 12px;
  }
  .gsi_name {
    font-size: 14px;
  }
  .gsi_price {
    font-size: 15px;
    line-height: 140%;
  }
  .custom-nav-container {
    margin-top: 20px;
  }
  .f_top {
    height: unset;
    padding: 15px 0;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
  }
  .f_logo {
    position: absolute;
    top: 50%;
    transform: translateY(-60%);
    left: 0;
  }
  .f_tel {
    font-size: 18px;
  }
  .f_middle {
    padding: 15px 0;
  }
  .f_socials {
    gap: 10px;
  }
  .f_colls {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 20px;
  }
  .fc_list {
    margin-top: 15px;
    gap: 15px;
  }
  .f_bot {
    height: unset;
    padding: 15px 0;
  }
  footer {
    margin-top: 30px;
  }
  .good_top {
    flex-direction: column;
    padding-top: 20px;
  }
  .good_content .content {
    flex-direction: column;
  }
  .gc_similar {
    width: 100%;
  }
  .gss_items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
  }
  .breadcrumbs {
    margin-top: 15px;
  }
  .c_about:after {
    display: none;
  }
  .c_about .w_600, .c_about .w_960 {
    max-width: unset;
  }
  .comp_values, .del_terms {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 20px;
  }
  .ot_items {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 25px 10px;
    margin-top: 15px;
  }
  .oti_name {
    font-size: 16px;
    margin: 10px 0 5px;
  }
  .a_certs_block {
    grid-gap: 10px;
  }
  .a_gallery_block {
    gap: 10px;
  }
  .a_gallery_block img {
    border-radius: 8px;
  }
  .ag_right {
    gap: 10px;
  }
  .agr_row {
    gap: 10px;
  }
  .aa_items {
    gap: 10px;
  }
  .aa_item {
    padding: 15px;
  }
  .aai_name {
    font-size: 16px;
  }
  .hd_items {
    gap: 10px;
  }
  .hdi_separator {
    width: 10px;
  }
  .hdi_separator:before, .hdi_separator:after {
    display: none;
  }
  .cont_items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
  .news_items {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px 15px;
    margin-top: 20px;
  }
  .tw_items {
    gap: 30px;
  }
  .twi_img, .tbi_img {
    width: 70px;
    height: 70px;
  }
  .twi_name {
    font-size: 18px;
    margin-top: 10px;
  }
  .twi_text {
    margin-top: 5px;
  }
  .tp_items {
    margin-top: 20px;
    gap: 15px;
  }
  .tp_item {
    min-height: 200px;
    gap: 10px;
  }
  .tpi_name {
    font-size: 13px;
  }
  .to_block {
    flex-direction: column;
    gap: 30px;
    align-items: flex-start;
  }
  .tb_contacts {
    max-width: 100%;
  }
  .tb_contacts h4 {
    font-size: 14px;
    margin: 15px 0 5px;
  }
  .tb_contacts > a {
    font-size: 30px;
  }
} /*1024*/
@media only screen and (max-width: 768px) {
  section {
    margin-top: 25px;
  }
  section.gray {
    padding: 25px 0;
  }
  .content.block {
    padding-bottom: 20px;
  }
  .content.block h2 {
    margin-bottom: 15px;
  }
  .content.block h3 {
    margin: 20px 0 10px;
  }
  .content.block p {
    margin-bottom: 10px;
  }
  .content.block ul {
    gap: 10px;
  }
  .content.block ul > li {
    line-height: 130%;
  }
  .main_top h1 {
    font-size: 20px;
    padding-right: 0;
  }
  .main_top h1 br {
    display: none;
  }
  h1 {
    font-size: 26px !important;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 20px;
  }
  p {
    line-height: 130%;
    margin-bottom: 10px;
  }
  .m_consult {
    display: none;
  }
  .cm_items {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .c_head {
    display: block;
  }
  .c_head > span {
    display: block;
    margin-top: 10px;
    font-size: 12px;
  }
  .adv_items {
    width: calc(100% + 30px);
    transform: translateX(-15px);
    grid-template-columns: repeat(2, 1fr);
  }
  .adv_item {
    min-height: 80px;
    justify-content: flex-start;
  }
  .adv_item:first-child {
    border-bottom: 1px solid #303e69;
  }
  .adv_item:nth-child(2) {
    border-right: unset;
    border-bottom: 1px solid #303e69;
  }
  .ma_blocks {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
  }
  .ma_items {
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    order: 2;
  }
  .ma_item {
    aspect-ratio: unset;
    padding: 15px 10px 10px;
    border-radius: 10px;
  }
  .mai_count {
    top: 10px;
    right: 10px;
  }
  .ma_right {
    order: 1;
  }
  .ma_right h3 {
    margin-top: 15px;
  }
  .ma_right p {
    font-size: 12px;
    line-height: 130%;
    margin-top: 5px;
  }
  .mai_text {
    text-transform: none;
  }
  .reviews {
    margin-top: 25px;
  }
  .rs_content {
    height: 280px;
    border-radius: 10px;
    padding: 10px;
  }
  .rs_top, .ms_top {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .rst_name, .mst_name {
    font-size: 14px;
    padding-top: 5px;
  }
  .rst_name > span, .mst_name > span {
    font-size: 11px;
  }
  .rs_text > p, .ms_text > p, .rs_text > span, .ms_text > span {
    font-size: 12px;
    line-height: 130%;
  }
  .rev_slider, .materials_slider {
    margin-top: 20px;
  }
  .materials .content {
    padding-top: 20px;
  }
  .f_logo {
    max-width: 200px;
  }
  .good_slider {
    flex-direction: column;
    max-width: 400px;
  }
  #sync1 {
    max-width: 100%;
  }
  #sync1 .item {
    width: unset;
    height: unset;
    aspect-ratio: 1/1;
  }
  #sync2 {
    transform: rotate(0) translate3d(0, 0, 0);
    width: 100%;
    height: 130px;
  }
  #sync2 .item {
    transform: rotate(0);
  }
  .gss_items {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
  }
  .comp_values, .del_terms {
    grid-template-columns: repeat(2, 1fr);
  }
  .comp_values > div, .del_terms > div {
    gap: 5px;
  }
  .a_certs_block {
    grid-template-columns: repeat(3, 1fr);
  }
  .aa_items {
    grid-template-columns: repeat(2, 1fr);
  }
  .a_gallery_block {
    margin-top: 15px;
    flex-direction: column;
  }
  .a_gallery_block > div:nth-child(1) {
    width: 100%;
    height: 43dvw;
  }
  .hd_items {
    flex-wrap: wrap;
    margin-top: 20px;
    gap: 25px 10px;
  }
  .hd_item {
    width: calc(50% - 15px);
    gap: 10px;
  }
  .hdi_separator {
    margin-top: 33px;
  }
  .hdi_separator:nth-child(4) {
    display: none;
  }
  .hdi_img {
    width: 80px;
    height: 80px;
  }
  .hdi_text {
    font-size: 12px;
    line-height: 120%;
  }
  .dc_items {
    grid-template-columns: repeat(1, 1fr);
  }
  .g_items {
    grid-template-columns: repeat(2, 1fr);
  }
  .g_text {
    font-size: 13px;
  }
  .delivery_form_block {
    margin-top: 0;
  }
  .df_content {
    width: calc(100% + 30px);
    transform: translateX(-15px);
    grid-template-columns: repeat(1, 1fr);
    border-radius: 8px;
    gap: 20px;
  }
  .df_form {
    padding-right: 0;
  }
  .df_info {
    padding-left: 0;
    border-left: none;
  }
  .news_top {
    height: unset;
    padding: 20px 15px;
    border-radius: 10px;
  }
  .nt_head {
    font-size: 22px;
  }
  .nt_time {
    font-size: 15px;
    margin-top: 5px;
  }
  .nt_text {
    font-size: 16px;
    margin-top: 20px;
  }
  .nt_text br {
    display: none;
  }
  .nt_arrow {
    margin-top: 20px;
  }
  .goods_list {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
  }
  .goods_list .gs_item:nth-child(n+9) {
    display: none;
  }
  .mtc_top_wrap {
    width: calc(100% + 30px);
    transform: translateX(-15px);
    border-radius: 0;
    padding: 20px 15px;
  }
  .t_gallery {
    padding-bottom: 25px;
  }
  .tg_top {
    flex-wrap: wrap;
  }
  .tg_top > div {
    height: 200px;
  }
  .tg_top > div:nth-child(1) {
    max-width: calc(50% - 5px);
  }
  .tg_top > div:nth-child(2) {
    max-width: calc(50% - 5px);
  }
  .tg_top > div:nth-child(3) {
    max-width: calc(40% - 10px);
  }
  .tg_top > div:nth-child(4) {
    max-width: 20%;
  }
  .tg_top > div:nth-child(5) {
    max-width: calc(40% - 10px);
  }
  .tt_x3 > div {
    height: 95px !important;
  }
  .t_we {
    margin-top: 30px;
  }
  .tw_items {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    padding-bottom: 25px;
    margin-top: 25px;
  }
  .t_production .content {
    padding-bottom: 25px;
    margin-top: 25px;
  }
  .to_block {
    margin-top: 20px;
  }
  .tb_items {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
  }
} /*768*/
@media only screen and (max-width: 650px) {
  .h_cat_popup, .h_menu {
    padding-top: 0;
  }
  .hcp_items {
    grid-template-columns: repeat(1, 1fr);
  }
  .hcp_item:nth-child(2) {
    border-top: 1px solid #232A44;
  }
  .hcp_item:nth-child(even) {
    padding-left: 0;
  }
  .hcp_item:nth-child(odd) {
    border-right: none;
  }
  .hs_popup {
    width: 100dvw;
    border-radius: 0;
    left: unset;
    right: -15px;
  }
  .p_btn {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
  .tp_items {
    grid-template-columns: repeat(2, 1fr);
  }
  .tp_item {
    min-height: unset;
  }
  .tpi_img {
    height: 60px;
  }
  .tpi_img > img {
    max-height: 54px;
  }
} /*650*/
@media only screen and (max-width: 520px) {
  .mt_items {
    grid-template-columns: repeat(2, 1fr);
  }
  .main_top {
    padding: 20px 0;
    min-height: 520px;
  }
  .ma_items {
    grid-template-columns: repeat(2, 1fr);
  }
  .filter_block {
    flex-direction: column;
  }
  .filter_block .selectbox {
    max-width: 100%;
  }
  .di_img {
    display: none;
  }
  .aa_items {
    grid-template-columns: repeat(1, 1fr);
  }
  .cont_items {
    grid-template-columns: repeat(1, 1fr);
  }
  .cs_items {
    flex-direction: column;
  }
  .cs_item {
    max-width: 140px;
  }
  .ct_form {
    gap: 15px;
    margin-top: 15px;
  }
  .cf_input, .cf_area {
    width: 100%;
  }
  .listing {
    gap: 5px;
    margin-top: 20px;
  }
  .listing > li > a {
    width: 30px;
    height: 30px;
    border-radius: 8px;
    font-size: 14px;
    line-height: 28px;
  }
} /*520*/
@media only screen and (max-width: 480px) {
  h1 {
    font-size: 23px !important;
  }
  h2 {
    font-size: 21px;
  }
  h3 {
    font-size: 18px;
  }
  .hsp_text {
    font-size: 12px;
  }
  .cmi_name br {
    display: none;
  }
  .owl-dots {
    display: none;
  }
  .gsi_img > img {
    max-width: 200px;
  }
  .f_top {
    align-items: center;
    gap: 18px;
  }
  .f_logo {
    position: static;
    max-width: unset;
    transform: translateY(0);
  }
  .f_colls {
    grid-template-columns: repeat(1, 1fr);
    gap: 25px;
  }
  .f_coll:nth-child(1) {
    margin-bottom: -25px;
  }
  .fc_head {
    min-height: unset;
  }
  .good_slider {
    max-width: 100%;
  }
  #sync2 {
    height: unset;
  }
  #sync2 .item {
    width: unset;
    height: unset;
    aspect-ratio: 1/1;
    transform: rotate(0);
  }
  .gss_items {
    grid-template-columns: repeat(1, 1fr);
  }
  .ot_items {
    grid-template-columns: repeat(2, 1fr);
  }
  .g_text {
    font-size: 12px;
  }
  .news_items {
    grid-template-columns: repeat(1, 1fr);
  }
  .goods_list {
    grid-template-columns: repeat(1, 1fr);
  }
  .tp_items {
    grid-template-columns: repeat(1, 1fr);
  }
} /*480*/
@media only screen and (max-width: 400px) {
  .ai_name {
    text-transform: none;
  }
  .comp_values, .del_terms {
    grid-template-columns: repeat(1, 1fr);
  }
} /*400*/

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