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

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

html {
  scroll-behavior: smooth;
}

footer, header, nav, section, main {
  display: block;
}

button {
  cursor: pointer;
  border: none;
}

button:focus {
  outline: none;
}

a:focus {
  outline: none;
}

a {
  color: inherit;
  text-decoration: none;
}

body {
  font-family: "RF Dewi Extended";
  font-weight: normal;
  font-style: normal;
  color: #13141A;
}

button {
  font-family: "RF Dewi Extended";
}

/* colors */
/* colors */
/* txt */
/* txt */
/* main_btn */
/* main_btn */
body {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 148%;
  letter-spacing: 0.16px;
  background: #E4E4E4;
}

input {
  background: none;
  font-family: "RF Dewi Extended";
}
input::-moz-placeholder {
  color: #fff;
}
input::placeholder {
  color: #fff;
}

.wrapper {
  width: 1290px;
  margin: 0 auto;
}

.headline {
  color: white;
  background: #6D7484;
  padding: 5px 0;
}
.headline .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.headline .headline_contacts {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 17px;
}

.headline_callback {
  text-decoration: underline;
  cursor: pointer;
}

header {
  padding: 23px 0;
  position: sticky;
  top: 0;
  background: #E4E4E4;
  z-index: 20;
}
header .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}


.logo {
  width: 224px;
  height: 36px;
  background: url(../img/svg/logo.svg) center no-repeat;
}

.header_nav_and_icons {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 33px;
}
.header_nav_and_icons nav {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
}
.header_nav_and_icons nav a {
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 108%;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
}
.header_nav_and_icons nav a:hover {
  text-shadow: 0px 0px #13141A;
  text-decoration: underline;
}

.header_icons {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 25px;
}
.header_icons > div {
  display: flex;
  cursor: pointer;
  flex-shrink: 0;
}
.header_icons > a {
  flex-shrink: 0;
  display: flex;
  cursor: pointer;
}
.header_icons img {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  cursor: pointer;
}

.main_section .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
}

.big_block {
  background: url(../img/big.jpg) center no-repeat;
  background-size: cover;
  border-radius: 10px;
  padding: 43px 50px;
  width: 859px;
  height: 415px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  flex-shrink: 0;
}

.big_block_items {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
}
.big_block_items div {
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 108%;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
}
.big_block_items div::before {
  content: "";
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  background: url(../img/svg/b1.svg) center no-repeat;
  background-size: contain;
}
.big_block_items div:nth-child(2)::before {
  background: url(../img/svg/b2.svg) center no-repeat;
  background-size: contain;
}
.big_block_items div:nth-child(3)::before {
  background: url(../img/svg/b3.svg) center no-repeat;
  background-size: contain;
}
.big_block_items div:nth-child(4)::before {
  background: url(../img/svg/b4.svg) center no-repeat;
  background-size: contain;
}

.big_txt {
  font-size: calc(1.39375rem + 1.725vw);
  font-style: normal;
  font-weight: 600;
  line-height: 108%;
  color: #46BCE9;
}
@media (min-width: 1200px) {
  .big_txt {
    font-size: 2.6875rem;
  }
}

.mini_blocks {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
  flex-wrap: wrap;
}

.block {
  width: 210px;
  height: 205px;
  border-radius: 10px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 5px;
  background: #2F303F;
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 800;
  line-height: 117%;
  color: #fff;
}
.block:nth-child(2) {
  background: #1D1D2B;
}
.block:nth-child(3) {
  background: #1D1D2B;
}
.block span {
  height: 60px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}
.block img {
  width: 70px;
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
}

.akcii_section {
  overflow: hidden;
  margin-top: 5px;
}
.akcii_section .swiper-slide {
  width: 100%;
  height: 286px;
  background: url(../img/akcii_banner.jpg) center no-repeat;
  background-size: cover;
  border-radius: 10px;
  overflow: hidden;
}
.akcii_section .akcii_item {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding: 22px 50px;
  color: #fff;
  position: relative;
}
.akcii_section .hit {
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 800;
  line-height: 117%;
  position: relative;
  z-index: 2;
}
.akcii_section .akcii_content_title {
  font-size: calc(1.3125rem + 0.75vw);
  font-style: normal;
  font-weight: 700;
  line-height: 118%;
  letter-spacing: 0.6px;
  margin-bottom: 1px;
}
@media (min-width: 1200px) {
  .akcii_section .akcii_content_title {
    font-size: 1.875rem;
  }
}
.akcii_section .akcii_content {
  max-width: 50%;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 148%;
  letter-spacing: 0.16px;
  position: relative;
  z-index: 2;
}
.akcii_section .akcii_img {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.akcii_section .akcii_txt {
  margin-bottom: 18px;
}

.akcii_btn {
  border-radius: 10px;
  background: #13141A;
  height: 45px;
  padding: 0px 40px;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 108%;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  color: #fff;
  transition: all 0.2s ease-in-out;
}
.akcii_btn:hover {
  filter: brightness(1.3);
}

.akcii_slider {
  overflow: hidden;
}

.about_section {
  overflow: hidden;
  margin-bottom: 38px;
}
.about_section .wrapper {
    overflow: hidden;
  padding-top: 122px;
  background: url(../img/about_bg.png) right -260px bottom no-repeat;
  padding-bottom: 100px;
}
.about_section .cyber {
  margin-bottom: 17px;
}

.about_t {
  font-size: calc(1.39375rem + 1.725vw);
  font-style: normal;
  font-weight: 600;
  line-height: 108%;
  padding-left: 110px;
}
@media (min-width: 1200px) {
  .about_t {
    font-size: 2.6875rem;
  }
}

.about_txt {
  margin-top: 58px;
  width: 649px;
}
.about_txt p + p {
  margin-top: 23px;
}

.about_btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 34px;
}
.about_btns button {
  border-radius: 10px;
  background: #13141A;
  height: 45px;
  padding: 0px 40px;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 108%;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  color: #fff;
  transition: all 0.2s ease-in-out;
}
.about_btns button:hover {
  filter: brightness(1.3);
}
.about_btns div {
  border-radius: 10px;
  background: #13141A;
  height: 45px;
  padding: 0px 40px;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 108%;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  color: #fff;
  transition: all 0.2s ease-in-out;
  background: #fff;
  color: #004A99;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.about_btns div:hover {
  filter: brightness(1.3);
}
.about_btns div::after {
  content: "";
  width: 100vw;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 10px;
}

.catalog_section {
  margin-bottom: 67px;
}

.section_title {
  font-size: calc(1.3125rem + 0.75vw);
  font-style: normal;
  font-weight: 700;
  line-height: 118%;
  letter-spacing: 0.6px;
  margin-bottom: 18px;
}
@media (min-width: 1200px) {
  .section_title {
    font-size: 1.875rem;
  }
}

.catalog_grid {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
  flex-wrap: wrap;
}

.catalog_item {
  padding: 18px 30px;
  width: calc(25% - 3.8px);
  height: 210px;
  background: #fff;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  box-shadow: 4px 4px 14px 0px rgba(0, 0, 0, 0.07);
}
.catalog_item .catalog_item_title {
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 800;
  line-height: 117%;
  position: relative;
  z-index: 1;
  width: 70%;
  word-wrap: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
}
.catalog_item:nth-child(9n+5), .catalog_item:nth-child(9n+7), .catalog_item:nth-child(9n+9) {
  width: calc(16.6% - 3.3px);
}
.catalog_item:nth-child(9n+5) .catalog_item_title, .catalog_item:nth-child(9n+7) .catalog_item_title, .catalog_item:nth-child(9n+9) .catalog_item_title {
  width: 100%;
}
.catalog_item .catalog_item_img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: right bottom;
     object-position: right bottom;
  left: 0;
  bottom: 0;
}

.product_item {
  box-shadow: 4px 4px 14px 0px rgba(0, 0, 0, 0.07);
  width: 319px;
  height: 542px;
  border-radius: 10px;
  background: #fff;
  padding: 15px 18px 26px 18px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

.product_item_image_wrapper {
  width: 100%;
  height: 270px;
  position: relative;
}
.product_item_image_wrapper .product_item_img {
  width: 100%;
  height: 100%;
  display: flex;
}
.product_item_image_wrapper .product_item_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.product_item_top {
  width: 100%;
}

.product_item_to_favorites {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  border: 2px solid #BD170D;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.product_item_to_favorites svg.active {
  fill: #BD170D;
}

.product_item_more {
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 108%;
  letter-spacing: 0.32px;
  text-decoration-line: underline;
  text-transform: uppercase;
  color: #147AC3;
  display: inline-block;
  margin-top: 10px;
}

.product_item_title {
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 800;
  line-height: 117%;
}

.product_item_price_and_btns {
  width: 100%;
}

.product_item_price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

.actual_price {
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 800;
  line-height: 117%;
  color: #004A99;
}

.old_price {
  font-family: RF Dewi Extended;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 148%;
  letter-spacing: 0.16px;
  color: #6D7484;
  text-decoration: line-through;
}

.product_item_btn {
  border-radius: 10px;
  background: #13141A;
  height: 45px;
  padding: 0px 40px;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 108%;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  color: #fff;
  transition: all 0.2s ease-in-out;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.product_item_btn:hover {
  filter: brightness(1.3);
}
.product_item_btn::after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/img/svg/cart_icon.svg) center no-repeat;
}

.popular_slider .swiper-slide {
  width: auto;
}

.popular_section {
  overflow: hidden;
  padding-bottom: 100px;
  margin-bottom: 63px;
}

.us_title {
  font-size: calc(1.56564375rem + 3.787725vw);
  font-style: normal;
  font-weight: 300;
  line-height: 108%;
  letter-spacing: 5.64px;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke: 3px #004A99;
}
@media (min-width: 1200px) {
  .us_title {
    font-size: 4.4064375rem;
  }
}

.us_subtitle {
  font-size: calc(1.39375rem + 1.725vw);
  font-style: normal;
  font-weight: 600;
  line-height: 108%;
  padding-left: 110px;
  margin-top: 17px;
}
@media (min-width: 1200px) {
  .us_subtitle {
    font-size: 2.6875rem;
  }
}

.us_video_block {
  width: 100%;
  height: 473px;
  border-radius: 10px;
  position: relative;
  background: url(../img/video_bg.jpg) center no-repeat;
  background-size: cover;
  display: block;
  cursor: pointer;
  margin-top: 44px;
}
.us_video_block .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

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

.us_number_item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 7px;
  margin-top: 45px;
}
.us_number_item span:first-child {
  font-size: calc(1.56564375rem + 3.787725vw);
  font-style: normal;
  font-weight: 300;
  line-height: 108%;
  letter-spacing: 5.64px;
  text-transform: uppercase;
  -webkit-text-stroke: 3px #004A99;
  color: transparent;
}
@media (min-width: 1200px) {
  .us_number_item span:first-child {
    font-size: 4.4064375rem;
  }
}
.us_number_item span:last-child {
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 800;
  line-height: 117%;
}

.us_section {
  margin-bottom: 110px;
}

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

.partners_item {
  width: calc(25% - 5px);
  height: 210px;
  background: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.partners_form_wrapper {
  width: 100%;
  height: 286px;
  margin-top: 5px;
  background: url(../img/form_bg.jpg) center no-repeat;
  background-size: cover;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 53px;
}

.partners_form_left {
  color: #fff;
}
.partners_form_left div:first-child {
  font-size: calc(1.3125rem + 0.75vw);
  font-style: normal;
  font-weight: 700;
  line-height: 118%;
  letter-spacing: 0.6px;
}
@media (min-width: 1200px) {
  .partners_form_left div:first-child {
    font-size: 1.875rem;
  }
}
.partners_form_left div:last-child {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 148%;
  letter-spacing: 0.16px;
  margin-top: 28px;
}

.partners_form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
  width: 572px;
}
.partners_form input {
  width: 279px;
  height: 45px;
  border-radius: 10px;
  border: 2px solid #fff;
  background: none;
  padding: 0 40px;
  color: #fff;
}
.partners_form button {
  border-radius: 10px;
  background: #13141A;
  height: 45px;
  padding: 0px 40px;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 108%;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  color: #fff;
  transition: all 0.2s ease-in-out;
  width: 100%;
  background: #fff;
  color: #13141A;
}
.partners_form button:hover {
  filter: brightness(1.3);
}

.partners_section {
    margin-top: 44px;
  margin-bottom: 110px;
}
.partners_section .wrapper {
    overflow: hidden;
}

.flip-card {
  background-color: transparent;
  width: 428px;
  height: 559px;
  perspective: 1000px;
  border-radius: 10px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  border-radius: 10px;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 10px;
  overflow: hidden;
}

.flip-card-front {
  color: #fff;
  background: url(../img/news.jpg) center no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 0 56px;
}

.hover {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%) center no-repeat;
}

.flip-card-back {
  background-color: #fff;
  transform: rotateY(180deg);
  width: 100%;
  height: 100%;
  padding: 40px 25px;
}
.flip-card-back .date {
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  margin-bottom: 5px;
}
.flip-card-back .news_title {
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 800;
  line-height: 117%;
}

.flip-card-txt-front {
  position: relative;
  z-index: 2;
}

.flip-card-title {
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 800;
  line-height: 117%;
  text-align: start;
  margin-bottom: 25px;
}

.read_more {
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 108%;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 17px;
}
.read_more::after {
  content: "";
  width: 40px;
  height: 40px;
  background: url(../img/svg/arrow.svg) center no-repeat;
  background-size: contain;
}

.news_container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.news_container .read_more {
  color: #004A99;
  justify-content: flex-end;
  margin-left: auto;
}
.news_container .read_more::after {
  filter: brightness(0) saturate(100%) invert(15%) sepia(81%) saturate(2900%) hue-rotate(200deg) brightness(103%) contrast(101%);
}

.news_text {
  height: 325px;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 13;
  -webkit-box-orient: vertical;
}
.news_text p + p {
  margin-top: 20px;
}

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

.news_section {
  margin-bottom: 110px;
}

.contacts_grid {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 5px;
}

.map {
  width: 859px;
  height: 457px;
  border-radius: 10px;
  overflow: hidden;
}

.contacts_left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

.contacts_block {
  background: #1D1D2B;
  width: 428px;
  height: 333px;
  border-radius: 10px;
  padding: 45px 40px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
}

.contact_item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 22px;
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 800;
  line-height: 117%;
  color: #fff;
}
.contact_item::before {
  content: "";
  width: 48px;
  height: 48px;
  background: url(../img/svg/place.svg) center no-repeat;
  background-size: contain;
  flex-shrink: 0;
}
.contact_item.phone_c {
  color: #46BCE9;
}
.contact_item.phone_c::before {
  background: url(../img/svg/phone_c.svg) center no-repeat;
  background-size: contain;
}
.contact_item.mail_c::before {
  background: url(../img/svg/mail_c.svg) center no-repeat;
  background-size: contain;
}
.contact_item.time_c {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 148%;
  letter-spacing: 0.16px;
}
.contact_item.time_c::before {
  background: url(../img/svg/time.svg) center no-repeat;
  background-size: contain;
}

.contacts_socials {
    box-sizing: border-box;
  height: 117px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 24px;
  border-radius: 10px;
  gap: 24px;
  background: #004A99;
}

.c_social {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 108%;
  letter-spacing: 0.32px;
  text-decoration-line: underline;
  text-transform: uppercase;
  color: #fff;
}
.c_social img {
  width: 52px;
  height: 52px;
  -o-object-fit: contain;
     object-fit: contain;
  flex-shrink: 0;
}

.callback_grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 5px;
  gap: 5px;
}

.tcallback_form {
  height: 362px !important;
}

.callback_form {
  width: 644px;
  height: 262px;
  background: #fff;
  padding: 41px 35px;
  border-radius: 10px;
}
.callback_form form {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 28px;
}
.callback_form form input {
  width: 279px;
  height: 45px;
  padding: 0 40px;
  border-radius: 10px;
  border: 2px solid #1D1D2B;
}
.callback_form form input::-moz-placeholder {
  color: #1D1D2B;
}
.callback_form form input::placeholder {
  color: #1D1D2B;
}
.callback_form form button {
  width: 100%;
  border-radius: 10px;
  background: #13141A;
  height: 45px;
  padding: 0px 40px;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 108%;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  color: #fff;
  transition: all 0.2s ease-in-out;
}
.callback_form form button:hover {
  filter: brightness(1.3);
}

.callback_title {
  font-size: calc(1.3125rem + 0.75vw);
  font-style: normal;
  font-weight: 700;
  line-height: 118%;
  letter-spacing: 0.6px;
  color: #004A99;
}
@media (min-width: 1200px) {
  .callback_title {
    font-size: 1.875rem;
  }
}

.callback_form_text {
  width: 100%;
}
.callback_form_text .callback_place {
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 800;
  line-height: 117%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
  margin-top: 35px;
}
.callback_form_text .callback_place::before {
  content: "";
  width: 40px;
  height: 40px;
  background: url(../img/svg/place.svg) center no-repeat;
  background-size: contain;
  flex-shrink: 0;
  filter: brightness(0) saturate(100%) invert(4%) sepia(4%) saturate(6250%) hue-rotate(194deg) brightness(92%) contrast(90%);
}

.callback_txt {
  margin-top: 9px;
}

.contacts_section {
  margin-bottom: 110px;
}

footer {
  padding-top: 58px;
  padding-bottom: 35px;
  background: #1D1D2B;
  color: #fff;
}
footer .footer_top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.footer_left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  color: #fff;
}
.footer_left .f_logo {
  width: 274px;
  height: 44px;
  background: url(../img/svg/f_logo.svg) center no-repeat;
  margin-bottom: 17px;
}
.footer_left .f_phone {
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 800;
  line-height: 117%;
  color: #46BCE9;
}
.footer_left .f_contacts {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 6px;
  flex-direction: column;
  margin-bottom: 40px;
}
.footer_left .contacts_socials {
  background: none;
  padding: 0;
  height: auto;
  margin-top: 23px;
}

.f_button {
  border-radius: 10px;
  background: #13141A;
  height: 45px;
  padding: 0px 40px;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 108%;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  color: #fff;
  transition: all 0.2s ease-in-out;
  background: #fff;
  color: #13141A;
}
.f_button:hover {
  filter: brightness(1.3);
}

.f_menu_title {
  font-family: RF Dewi Extended;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 108%;
  letter-spacing: 0.32px;
  text-decoration-line: underline;
  text-transform: uppercase;
}

.f_menu {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px;
}
.f_menu a {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 118%;
  letter-spacing: 0.16px;
  max-width: 365px;
}
.f_menu a.f_menu_title {
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 108%;
  letter-spacing: 0.32px;
  text-decoration-line: underline;
  text-transform: uppercase;
}

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

.copy {
  color: #6D7484;
}

.multzavod {
  display: flex;
  width: 113px;
  height: 17px;
  background: url(../img/svg/multzavod.svg) center no-repeat;
}

.catalog_main_grid {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
  flex-wrap: wrap;
  margin-top: 5px;
}

.catalog_main_grid_s {
  width: 100%;
}

.catalog_m_title {
  width: 100%;
  padding: 28px;
  font-size: calc(1.3125rem + 0.75vw);
  font-style: normal;
  font-weight: 700;
  line-height: 118%;
  letter-spacing: 0.6px;
  color: #46BCE9;
  border-radius: 10px;
  background: #13141A;
  display: block;
  text-align: center;
}
@media (min-width: 1200px) {
  .catalog_m_title {
    font-size: 1.875rem;
  }
}

.catalogm_item {
  width: calc(33.3333333333% - 5px);
  height: 221px;
  border-radius: 10px;
  background: #1D1D2B;
  padding: 29px 34px;
  color: #fff;
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 800;
  line-height: 117%;
  position: relative;
  overflow: hidden;
}
.catalogm_item img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  bottom: 0;
}
.catalogm_item:nth-child(5n+4) {
  background: #004A99;
  display: flex;
  align-items: center;
  justify-content: center;
}
.catalogm_item:nth-child(5n+4) .catalogm_item_title {
  font-size: calc(1.3125rem + 0.75vw);
  font-style: normal;
  font-weight: 700;
  line-height: 118%;
  letter-spacing: 0.6px;
  text-align: center;
}
@media (min-width: 1200px) {
  .catalogm_item:nth-child(5n+4) .catalogm_item_title {
    font-size: 1.875rem;
  }
}
.catalogm_item:nth-child(5n+4) img {
  display: none;
}

.product_sliders_wrapper {
  width: 535px;
  overflow: hidden;
  flex-shrink: 0;
}

.product_main_slider_wrapper {
  width: 100%;
  height: 536px;
  border-radius: 10px;
  box-shadow: 4px 4px 14px 0px rgba(0, 0, 0, 0.07);
  background: #fff;
  padding: 50px;
}

.img_prod {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  display: flex !important;
}
.img_prod img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  display: block !important;
}

.mySwiper2 {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.mySwiper2 .swiper-slide {
  width: auto;
}

.product_thumbs_slider_wrapper {
  width: 100%;
  margin-top: 7px;
}

.mySwiper .swiper-slide {
  width: auto;
}
.mySwiper .img_prod {
  width: 129px;
  height: 110px;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
}

.product_grid {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 5px;
}

.product_grid_content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 5px;
}

.product_content_top_block {
  height: 243px;
  width: 100%;
  border-radius: 10px;
  background: #F8F8F8;
  padding: 39px 50px;
}

.product_title {
  font-size: calc(1.3125rem + 0.75vw);
  font-style: normal;
  font-weight: 700;
  line-height: 118%;
  letter-spacing: 0.6px;
}
@media (min-width: 1200px) {
  .product_title {
    font-size: 1.875rem;
  }
}

.product_in_stock {
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 800;
  line-height: 117%;
  color: #11A43A;
  margin-top: 10px;
}

.product_content_hrk {
  padding: 33px 50px;
  padding-right: 24px;
  width: 100%;
  height: 288px;
  background: #fff;
  border-radius: 10px;
}

.hrk_title {
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 800;
  line-height: 117%;
  margin-bottom: 22px;
}

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

.hrk_left {
  width: 400px;
  height: 100%;
}
.hrk_left ul li {
  display: flex;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 148%;
  letter-spacing: 0.16px;
  align-items: center;
  justify-content: space-between;
  padding: 6px;
  border-bottom: 2px solid #E4E4E4;
}
.hrk_left ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.hrk_left ul li:first-child {
  padding-top: 0;
}
.hrk_left .more_hark {
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 800;
  line-height: 117%;
  color: #004A99;
  margin-top: 11px;
  display: inline-block;
}

.hrk_right {
  width: 239px;
}
.hrk_right .brand_img {
  width: 100%;
  height: 99px;
  border-radius: 10px;
  box-shadow: 4px 4px 14px 0px rgba(0, 0, 0, 0.07);
  background: #fff;
  padding: 30px 35px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin-bottom: 12px;
}
.hrk_right .brand_btn {
  border-radius: 10px;
  background: #13141A;
  height: 45px;
  padding: 0px 40px;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 108%;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  color: #fff;
  transition: all 0.2s ease-in-out;
  background: none;
  color: #004A99;
  border: 2px solid #004A99;
  padding: 0 20px;
  width: 100%;
}
.hrk_right .brand_btn:hover {
  filter: brightness(1.3);
}

.product_content_prs {
  width: 100%;
  height: 110px;
  background: #fff;
  border-radius: 10px;
  padding: 50px 26px 38px 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product_content_prs .actual_price {
  font-size: calc(1.3125rem + 0.75vw);
  font-style: normal;
  font-weight: 700;
  line-height: 118%;
  letter-spacing: 0.6px;
}
@media (min-width: 1200px) {
  .product_content_prs .actual_price {
    font-size: 1.875rem;
  }
}
.product_content_prs .old_price {
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 108%;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  margin-top: 5px;
}
.product_content_prs .product_item_btn {
  width: auto;
}

.pzkz_btn {
  border-radius: 10px;
  background: #13141A;
  height: 45px;
  padding: 0px 40px;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 108%;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  color: #fff;
  transition: all 0.2s ease-in-out;
  background: #004A99;
}
.pzkz_btn:hover {
  filter: brightness(1.3);
}

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

.prodcut_bottom_blocks {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 5px;
  margin-top: 5px;
}

.product_bottom_block {
  width: 100%;
  min-height: 714px;
  border-radius: 10px;
  background: #fff;
  padding: 29px 40px 42px 40px;
}





.product_bottom_block h2 {
  margin-bottom: 15px;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 108%;
  letter-spacing: 0.32px;
  text-transform: uppercase;
}
.product_bottom_block ul {
  margin-bottom: 15px;
}
.product_bottom_block ul li {
  margin-left: 20px;
}
.product_bottom_block .hrk_left {
  height: auto;
  width: 100%;
}
.product_bottom_block .hrk_left ul {
  margin-left: 0;
}
.product_bottom_block .hrk_left ul li {
  margin-left: 0;
}
.product_bottom_block .hrk_left ul li span:first-child {
  color: #6D7484;
}

.product_bottom_block_title {
  font-size: calc(1.3125rem + 0.75vw);
  font-style: normal;
  font-weight: 700;
  line-height: 118%;
  letter-spacing: 0.6px;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .product_bottom_block_title {
    font-size: 1.875rem;
  }
}

.product_section {
  margin-bottom: 70px;
}

.product_content_top_block_btns {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  margin-top: 20px;
}
.product_content_top_block_btns .product_item_to_favorites {
  position: relative;
  width: 45px;
  height: 45px;
}

.offer_btn {
  border-radius: 10px;
  background: #13141A;
  height: 45px;
  padding: 0px 40px;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 108%;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  color: #fff;
  transition: all 0.2s ease-in-out;
  background: #004A99;
}
.offer_btn:hover {
  filter: brightness(1.3);
}

.compare_btn {
  border-radius: 10px;
  background: #13141A;
  height: 45px;
  padding: 0px 40px;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 108%;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  color: #fff;
  transition: all 0.2s ease-in-out;
  background: none;
  color: #004A99;
  border: 2px solid #004A99;
}
.compare_btn:hover {
  filter: brightness(1.3);
}

/* crosh */
.crosh {
  padding: 10px 0;
  padding-top: 0;
  margin-bottom: 13px;
}

.crosh ul {
  list-style-image: none;
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: block;
}

.crosh ul li {
  margin: 0;
  padding: 0;
  display: inline-block;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 148%;
  letter-spacing: 0.16px;
}

.crosh ul li:last-child {
  color: #147AC3;
}

.crosh ul li::before {
  content: ">";
  padding: 0 8px;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 148%;
  letter-spacing: 0.16px;
}

.crosh ul li:first-child::before {
  display: none;
}

/* crosh */
/* section */
/* The container */
.container {
  display: block;
  position: relative;
  padding-left: 37px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 148%;
  letter-spacing: 0.16px;
  color: #13141A;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 4px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 2px solid transparent;
  background: #E4E4E4;
  border-radius: 3px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

.container input:checked ~ .filter_name {
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 148%;
  letter-spacing: 0.16px;
  text-decoration-line: underline;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 7px;
  top: -6px;
  width: 6px;
  height: 20px;
  border: solid #13141A;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/*  */
.filter_and_goods {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  gap: 4px;
}

.filters_item {
  min-width: 319px;
  max-width: 319px;
  border-radius: 10px;
  background: #fff;
  padding: 26px 30px;
}

.filters_item_title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 7px;
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 800;
  line-height: 117%;
  color: #13141A;
  cursor: pointer;
}
.filters_item_title::after {
  content: "";
  background: url(/img/svg/s_arrow.svg) center no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  opacity: 1;
  transition: filter 0.2s ease-in-out;
  flex-shrink: 0;
}
.filters_item_title.active::after {
  content: "";
  background: url(/img/svg/s_arrow.svg) center no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  transform: rotate(180deg);
  opacity: 0.5;
  filter: grayscale(1);
}
.filters_item_title.active {
  padding-bottom: 0px;
  color: #13141A;
}

.filter_content {
  display: none;
  padding-top: 19px;
}

.filters_item {
  margin-bottom: 5px;
}

.goods_wrapper {
  /*     width: 780px; */
  /* .main_grid{
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 30px;
  } */
}

/*  */
.more_filters_btn {
  color: #3198D2;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
  display: none;
  cursor: pointer;
}
.more_filters_btn::after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../img/svg/arrow_down.svg) center no-repeat;
  background-size: contain;
}
.more_filters_btn.viz {
  display: flex;
}

.main_grid {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 5px;
  flex-wrap: wrap;
}

.main_section_section {
  margin-bottom: 76px;
}

.btn_load_more_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 36px;
}
.btn_load_more_wrapper .loadmore {
  border-radius: 10px;
  background: #13141A;
  height: 45px;
  padding: 0px 40px;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 108%;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  color: #fff;
  transition: all 0.2s ease-in-out;
}
.btn_load_more_wrapper .loadmore:hover {
  filter: brightness(1.3);
}

/* section */
.filter_btn {
  display: none;
}

.mobile_filters_btn {
  display: none;
}

@media screen and (max-width: 1303px) {
  section > * {
    width: 100%;
  }
  html, body {
    min-width: 100%;
  }
  body > * > * * {
    max-width: 100%;
  }
  .wrapper {
    width: 95% !important;
  }
  .header_nav_and_icons nav {
    display: none;
  }
  .main_section .wrapper {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .big_block {
    width: 100%;
  }
  .mini_blocks {
    width: 100%;
    justify-content: space-between;
  }
  .headline_adress {
    display: none;
  }
  .headline_callback {
    display: none;
  }
  .headline .headline_contacts {
    width: 100%;
    justify-content: space-between;
    gap: 5px;
  }
  .header_icons {
    gap: 10px;
  }
  .logo {
    width: 200px;
    background-size: contain;
  }
  .block {
    width: calc(50% - 2.5px);
  }
  .akcii_section .akcii_item {
    padding: 5%;
  }
  .akcii_section .akcii_content {
    width: auto;
    max-width: none;
  }
  .akcii_section .swiper-slide {
    height: auto;
  }
  .akcii_section .akcii_img {
    display: none;
  }
  .akcii_section .hit {
    margin-bottom: 5px;
  }
  .akcii_section .akcii_content_title {
    margin-bottom: 10px;
  }
  .about_t {
    padding-left: 0;
  }
  .about_section .wrapper {
    padding: 50px 0;
  }
  .about_btns {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 5px;
  }
  .about_btns > button {
    width: 100%;
  }
  .about_btns > div {
    width: 100%;
    text-align: center;
  }
  .about_btns > div::after {
    display: none;
  }
  .catalog_item {
    width: calc(50% - 2.5px) !important;
  }
  .catalog_item .catalog_item_title {
    width: 100%;
  }
  .us_subtitle {
    padding-left: 0;
  }
  .about_section {
    background: url(../img/about_bg.png) bottom right no-repeat;
  }
  .popular_section {
    margin-bottom: 0;
  }
  .us_numbers {
    flex-wrap: wrap;
    gap: 5px;
  }
  .us_number_item {
    width: calc(50% - 2.5px);
  }
  .partners_grid {
    flex-wrap: wrap;
  }
  .partners_item {
    width: calc(50% - 2.5px);
    padding: 5%;
  }
  .partners_form_wrapper {
    height: auto;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 15px;
    padding: 20px 10px;
  }
  .partners_form {
    width: 100%;
  }
  .partners_form input {
    width: 100%;
  }
  .partners_section {
    margin-bottom: 50px;
  }
  .news_grid {
    overflow: auto;
  }
  .flip-card {
    max-width: 95%;
    flex-shrink: 0;
  }
  .contacts_grid {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .callback_grid {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .callback_form {
    height: auto;
    padding: 15px;
  }
  .callback_form form input {
    width: 100%;
  }
  .contacts_block {
    padding: 20px 15px;
    width: 100%;
  }
  .contacts_left {
    gap: 5px;
  }
  .contacts_socials {
    padding-left: 10px;
  }
  .callback_form_text .callback_place {
    margin-top: 15px;
  }
  .callback_form form {
    margin-top: 15px;
  }
  footer .footer_top {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 15px;
  }
  .footer_left {
    width: 100%;
    align-items: center;
    text-align: center;
  }
  .footer_left .f_contacts {
    align-items: center;
  }
  .footer_left .contacts_socials {
    align-items: center;
    justify-content: center;
  }
  .f_menu_item {
    text-align: center;
  }
  .f_menu {
    align-items: center;
    width: 100%;
  }
  .f_menu_item {
    width: 100%;
  }
  .footer_bottom {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
  }
  .big_block {
    padding: 20px 15px;
  }
  .product_grid {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 5px;
  }
  .product_content_top_block {
    height: auto;
    padding: 15px;
  }
  .product_content_top_block_btns {
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
  }
  .offer_btn {
    width: 100%;
  }
  .product_content_hrk {
    padding: 15px;
    height: auto;
  }
  .hrk_flex {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 15px;
  }
  .hrk_right {
    width: 100%;
  }
  .hrk_left {
    order: 1;
  }
  .product_content_prs {
    padding: 15px;
    height: auto;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 15px;
  }
  .product_content_prs_btns {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
  }
  .product_content_prs_btns button {
    width: 100%;
  }
  .product_content_prs .product_item_btn {
    width: 100%;
  }
  .prodcut_bottom_blocks {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .product_bottom_block {
    padding: 15px;
    min-height: auto;
  }
  .filters_wrapper {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
    overflow: auto;
    background: #E4E4E4;
    padding-bottom: 50px;
  }
  .filters_item {
    width: 100%;
    max-width: 100%;
  }
  .filters_item_title {
    justify-content: space-between;
  }
  .mobile_filters_btn {
    border-radius: 10px;
    background: #13141A;
    height: 45px;
    padding: 0px 40px;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 108%;
    letter-spacing: 0.32px;
    text-transform: uppercase;
    color: #fff;
    transition: all 0.2s ease-in-out;
    width: 100%;
    position: fixed;
    bottom: 0px;
    left: 0;
  }
  .mobile_filters_btn:hover {
    filter: brightness(1.3);
  }
  .filter_btn {
    border-radius: 10px;
    background: #13141A;
    height: 45px;
    padding: 0px 40px;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 108%;
    letter-spacing: 0.32px;
    text-transform: uppercase;
    color: #fff;
    transition: all 0.2s ease-in-out;
    width: 100%;
    margin-bottom: 25px;
  }
  .filter_btn:hover {
    filter: brightness(1.3);
  }
  .product_item {
    max-width: calc(50% - 2.5px);
    padding: 10px;
    height: 450px;
  }
  .product_item_title {
    font-size: 0.8625rem;
  }
  .product_item_image_wrapper {
    height: 180px;
  }
  .product_item_price {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .product_item_btn {
    padding: 0 10px;
  }
  .filter_btn, .mobile_filters_btn {
    display: block;
  }
  .logo {
    width: 40px;
    height: 40px;
    background: url(../img/svg/m_logo.svg) center no-repeat;
    background-size: contain;
  }
  .burger {
    width: 40px;
    height: 40px;
    border: 2px solid #13141A;
    border-radius: 10px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 8px;
  }
  .burger::after {
    content: "";
    height: 1px;
    width: 100%;
    background: #13141A;
  }
  .burger::before {
    content: "";
    height: 1px;
    width: 100%;
    background: #13141A;
  }
  .burger.active {
    border-color: #004A99;
  }
  .burger.active::after {
    background: #004A99;
  }
  .burger.active::before {
    background: #004A99;
  }
  .mobile_menu {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #E4E4E4;
    top: 0;
    left: 0;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
  }
  .mobile_menu.active {
    opacity: 1;
    visibility: visible;
  }
  .mobile_menu .wrapper {
    padding-top: 100px;
  }
  .mobile_menu .wrapper nav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
  }
  .mobile_menu .wrapper nav a {
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 108%;
    letter-spacing: 0.32px;
    text-transform: uppercase;
  }
  body.fixed {
    overflow: hidden;
  }
  .popular_slider .swiper-slide {
    width: calc(70% - 2.5px);
  }
  .popular_slider .swiper-slide .product_item {
    width: 100%;
    max-width: 100%;
  }
}/*# sourceMappingURL=styles.css.map */
.mobile_menu{
    opacity: 0;
    visibility: hidden;
    display: none;
}
.mobile_menu.active{
    display: block;
}
.search_icon > img{
    filter: brightness(0) saturate(100%) invert(5%) sepia(10%) saturate(1507%) hue-rotate(194deg) brightness(101%) contrast(94%);
}
.search_icon:hover > img{
    filter: none;
}
.search_icon.active > img{
    filter: none;
}
.search_form{
  position: absolute;
  right: 0;
  bottom: -50px;
  display: none;
}
.search_form input{
  height: 47px;
  background: #FFFFFF;
  border: 3px solid #D2D5DA;
  border-radius: 9px;
  padding: 0 20px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 158%;
  letter-spacing: 0.02em;
  color: #333333;
}

.product_item {

    padding: 15px 18px 5px 18px;

}

.search_form input::placeholder{
    color: #333333;
}
header .wrapper{
  position: relative;
}
.burger{
    display: none!important;
}
.callback_ico{
    filter: brightness(0) saturate(100%) invert(5%) sepia(10%) saturate(1507%) hue-rotate(194deg) brightness(101%) contrast(94%);
}
.callback_ico:hover{
    filter: none;
}
.filters_item_title::after{
    background: url(../img/svg/s_arrow.svg)center no-repeat;
}
.filters_item_title.active::after{
    background: url(../img/svg/s_arrow.svg)center no-repeat;
}
.product_item{
    position: relative;
    overflow: hidden;
    width: 318px;
}
.evroplan {
    position: absolute;
    width: 139px;
    height: 54px;
    top: 0;
    left: 0;
    z-index: 1;
}

.hidefilters{
  display: none;
}
.product_item_shield{
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0px 0px 10px 0px;
    box-shadow: 4px 4px 14px 0px rgba(0, 0, 0, 0.07);
    padding: 10px 40px;
    background: #004A99;
    color: white;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 108%;
    letter-spacing: 0.32px;
    text-transform: uppercase;
    z-index: 2;
}



.tactual_price {
    font-size: 1.0625rem;
    font-style: normal;
    font-weight: 800;
    line-height: 117%;
    color: #BD170D;
    margin-bottom: 5px;
}


.hrk_left .tmore_hark {
    font-size: 1.0625rem;
    font-style: normal;
    font-weight: 800;
    line-height: 117%;
    color: #4A4A4A;
    margin-top: 11px;
    display: inline-block;
}


  .rteam-grid {
    overflow: hidden;
  }
  .rteam-members-container {
    gap: 20px;
    display: flex;
  }
  .rmember-column {
    display: flex;
    flex-direction: column;
    line-height: normal;
    width: 25%;
  }
  .rmember-card {
    border-radius: 10px;
    background: linear-gradient(140deg, #014a99 25.43%, #48c0ec 85.94%);
    box-shadow: 4px 4px 14px 0px rgba(0, 0, 0, 0.07);
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    overflow: hidden;
    align-items: start;
    font-family: RF Dewi, sans-serif;
    color: rgba(255, 255, 255, 1);
    width: 100%;
    padding: 10px 19px 80px;
  }
  .rmember-image {
    aspect-ratio: 0.96;
    object-fit: contain;
    object-position: center;
    width: 100%;
    align-self: stretch;
  }
  .rmember-name {
    font-size: 22px;
    font-weight: 700;
    margin: 35px 0 0 10px;
  }
  .rmember-title {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    margin: 5px 0 0 10px;
  }
  @media (max-width: 991px) {
    .rteam-members-container {
      flex-direction: column;
      align-items: stretch;
      gap: 0;
    }
    .rmember-column {
      width: 100%;
    }
    .rmember-card {
      margin-top: 6px;
    }
  }




/* поиск */

.search_item>div:nth-child(2) {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #414141;
  margin-right: 133px;
  width: 500px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.search_item>div:nth-child(3) {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #004A99;
  margin-right: 40px;
  width: 120px;
  text-align: end;
}
.search_item+.search_item {
  margin-top: 20px;
}
p +.search_item {
margin-top: 20px;
}
.search_item {
width: 100%;
display: flex;
align-items: center;
justify-content: flex-start;
}
.insearch_img{
width: 100px;
height: 100px;
object-fit: contain;
margin-right: 20px;
}
.search_main_section{
  margin-bottom: 100px;
}
.search_prises{
  color: #004A99;
}
.search_img_container{
  flex-shrink: 0;
}
/* поиск */
.cart_icon{
  position: relative;
  filter: brightness(0) saturate(100%) invert(5%) sepia(10%) saturate(1507%) hue-rotate(194deg) brightness(101%) contrast(94%);
}
.cart_icon.active{
  filter: none;
}
.cart_count{
  display: none;
  position: absolute;
  top: -10px;
  right: -10px;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background: #004A99;
  color: white;
  font-size: 13px;
  align-items: center;
  justify-content: center;
}
.cart_icon.active .cart_count{
  display: flex;
}

/* корзина */

.cart_grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cart_left_container {
  width: 770px;
  background: white;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.goods_list {
  background: #ffffff;
  width: 100%;
  border: 1px solid #E6E6E6;
  box-shadow: 4px 6px 23px rgba(0, 0, 0, 0.06);
  border-radius: 20px;
  padding: 35px 36px;
  margin-bottom: 72px;
  border: 3px solid #004A99;
}

.goods_list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.goods_list_item + .goods_list_item {
  margin-top: 10px;
}

.goods_list_item .goods_list_item_img {
  width: 93px;
  height: 84px;
}

.goods_list_item .goods_list_item_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.goods_list_item .goods_list_item_title {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #414141;
  width: 284px;
  line-height: 108%;
}

.goods_list_item .goods_list_item_count {
  position: relative;
}

.goods_list_item .goods_list_item_count::after {
  content: 'Кол-во';
  position: absolute;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 108%;
  color: #004A99;
  position: absolute;
  top: -27px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.goods_list_item .goods_list_item_count input {
  background: #E6E6E6;
  border-radius: 500px;
  border: none;
  height: 30px;
  width: 114px;
  text-align: center;
  padding: 0 20px;
}

.goods_list_item .goods_list_item_count span {
  position: absolute;
  background: #004A99;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  cursor: pointer;
}

.goods_list_item .goods_list_item_count .plus_input {
  right: 0;
}

.goods_list_item .goods_list_item_count .minus_input {
  left: 0;
}

.goods_list_item .goods_list_item_count .minus_input::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 1px;
  background: #ffffff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 5px;
}

.goods_list_item .goods_list_item_count .plus_input::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 1px;
  background: #ffffff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 5px;
}

.goods_list_item .goods_list_item_count .plus_input::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 10px;
  background: #ffffff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 5px;
}

.goods_list_item .goods_list_item_price {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 158%;
  letter-spacing: 0.02em;
  color: #004A99;
  position: relative;
  width: 150px;
  text-align: center;
}

.goods_list_item .goods_list_item_price::after {
  content: 'Цена';
  position: absolute;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 108%;
  color: #004A99;
  left: 50%;
  top: -28px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.goods_list_item .goods_list_item_delete {
  cursor: pointer;
}

.cart_form {
  width: 100%;
  padding: 37px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 40px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.inputs_container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 20px;
  -webkit-column-gap: 28px;
          column-gap: 28px;
}

.cart_right_container {
  background: #ffffff;
  box-shadow: 4px 6px 23px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  padding: 35px 41px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 370px;
  min-height: 270px;
  position: -webkit-sticky;
  position: sticky;
  top: 160px;
}

.cart_right_container .cart_title_right {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 178%;
  margin-bottom: 9px;
  text-align: center;
}

.cart_right_container .cart_right_count {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 168%;
  text-align: center;
}
.inputs_container input{
  width: 100%;
  height: 47px;
  background: #FFFFFF;
  border: 3px solid #D2D5DA;
  border-radius: 9px;
  padding: 0 20px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 158%;
  letter-spacing: 0.02em;
}
.cart_sec{
  margin-bottom: 50px;
}
/* .cart_btn{
  font-family: "RF Dewi Extended";
  font-style: normal;
  font-weight: 600;
  font-size: 1rem;
  line-height: 108%;
  letter-spacing: 0.02em;
  height: 37px;
  padding: 0 24px;
  border-radius: 40px;
  background: #004A99;
  color: #FFFFFF;
  width: 300px;
} */
.default_section{
  margin-bottom: 100px;
}
.inputs_container input::placeholder{
  color: #333333;
}
/* корзина */


/* модалка */

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 20;
}

.modal__container {
  max-width: auto;
  max-height: 100vh;
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box;
  position: relative;
}
.close_modal{
  position: absolute;
  width: 25px;
  height: 25px;
  right: 15px;
  top: 15px;
  cursor: pointer;
  filter: brightness(0) saturate(100%) invert(5%) sepia(10%) saturate(1507%) hue-rotate(194deg) brightness(101%) contrast(94%);
}
.callback_form.tnx{
  height: auto;
  text-align: center;
}

.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #00449e;
  box-sizing: border-box;
}

.modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: rgba(0,0,0,.8);
}

.modal__btn {
  font-size: .875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  background-color: #e6e6e6;
  color: rgba(0,0,0,.8);
  border-radius: .25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform .25s ease-out;
  transition: transform .25s ease-out;
  transition: transform .25s ease-out,-webkit-transform .25s ease-out;
}

.modal__btn:focus, .modal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}



/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}

@keyframes mmfadeOut {
    from { opacity: 1; }
      to { opacity: 0; }
}

@keyframes mmslideIn {
  from { transform: translateY(15%); }
    to { transform: translateY(0); }
}

@keyframes mmslideOut {
    from { transform: translateY(0); }
    to { transform: translateY(-10%); }
}

.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden="false"] .modal__overlay {
  animation: mmfadeIn .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal__container {
  animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__overlay {
  animation: mmfadeOut .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__container {
  animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

/* модалка */
.main_grid.brand_goods .product_item{
  width: 318px;
}
.flip-card{
  width: 426px;
}
.full_news_grid{
  flex-wrap: wrap;
}


.default_txt h2, .main_desc h2 {
  margin-bottom: 15px;
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 108%;
  letter-spacing: 0.32px;
  text-transform: uppercase;
}

.default_txt ul, .default_txt ol{
  margin: 20px 0 40px 0;
  margin-left: 40px;
}
.default_txt ul li + li, .default_txt ol li + li{
  margin-top: 10px;
}
.default_img{
  width: 520px;
  height: 364px;
  float: left;
  object-fit: cover;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 30px;
  margin-bottom: 25px;
}
.default_txt p {
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 148%;
  letter-spacing: 0.01em;
}
.default_txt p + h3, .default_txt p + h3, .default_txt p + h2, .default_txt p + h2 {
  margin-top: 26px;
}
.default_txt p + p {
  margin-top: 26px;
}
.default_txt h3 {
  font-style: normal;
  font-weight: 400;
  font-size: calc(1.26875rem + 0.225vw);
  line-height: 107%;
  letter-spacing: 0.02em;
}
.null{
  clear: both;
}
.catalog_item{
  width: calc(25% - 3.8px)!important;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  height: 343px;
}
.catalog_item .catalog_item_img{
  position: relative;
  width: 100%;
  height: 152px;
  object-fit: contain;
  object-position: center;
}
.more_catalog_item{
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 108%;
  color: #147AC3;
  text-align: center;
  display: block;
  letter-spacing: 0.32px;
  text-decoration-line: underline;
  text-transform: uppercase;
  width: 100%;
}
.catalog_item .catalog_item_title{
  width: 100%;
  height: 60px;
}
.catalog_form{
  width: calc(100% - (100% / 4) - 1.2px);
  height: 343px;
  background: url(../img/catalog_form.jpg)center no-repeat;
  background-size: cover;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 28px;
  padding: 46px;
  color: white;
}
.catalog_form_title{
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 118%;
  letter-spacing: 0.6px;
}
.catalog_form_txt{
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 148%;
  letter-spacing: 0.16px;
}
.catalog_form form{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}
.catalog_form form input{
  border-radius: 10px;
  background: none;
  border: 2px solid white;
  height: 45px;
  padding: 0 40px;
  color: white;
  width: calc(100% / 3 - 10px / 3);
}
.catalog_form form input::placeholder{
  color: white;
}
.catalog_form form button{
  width: calc(100% / 3 - 10px / 3);
  background: white;
  color: #13141A;
}
.partners_grid{
  flex-wrap: wrap;
}
.product_item_btn::after {
  content: "";
  width: 24px;
  flex-shrink: 0;
  height: 24px;
  background: url(../img/svg/cart_icon.svg) center no-repeat;
}
.product_item_to_favorites.active > svg{
  fill: #BD170D;
}
.partners_item img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.partners_item{
  padding: 3%;
}
.partners_grid{
  justify-content: flex-start;
}
.sevices_grid{
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 5px;
}
.service_item{
  width: calc(100% / 4 - 15px /4);
  height: 393px;
  background: #2F303F;
  border-radius: 10px;
  padding: 28px 23px;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.service_item:nth-child(even){
  background: #1D1D2B;
}
.service_item_img{
  width: 70px;
  height: 70px;
  object-fit: contain;
}
.service_item_title{
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 117%;
  min-height: 40px;
}
.service_item_txt{
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 117%;
  min-height: 112px;
}
.service_item_more{
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 108%;
  letter-spacing: 0.32px;
  text-decoration: underline;
  text-transform: uppercase;
  color: #147AC4;
}
.service_form .catalog_form{
  width: 100%;
}
.services_section{
  margin-bottom: 80px;
}
.service_form{
  margin-bottom: 80px;
}
.service_grid{
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 5px;
}
.service_full_img{
  box-shadow: 4px 4px 14px 0px rgba(0, 0, 0, 0.07);
  width: 535px;
  height: 536px;
  border-radius: 10px;
  object-fit: cover;
  flex-shrink: 0;
}
.service_full_txt{
  width: 100%;
  background: white;
  border-radius: 10px;
  padding: 39px;
  color: #13141A;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.service_full_txt p + p{
  margin-top: 19px;
}
.srvctxt{
  width: 100%;
}
.service_full_title{
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 118%;
  letter-spacing: 0.6px;
  margin-bottom: 15px;
}
.service_section{
  margin-bottom: 80px;
}
.tabs_switch{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
  margin-bottom: 20px;
}
.tab{
  width: calc(100% / 4 - 15px / 4);
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 4px 4px 14px 0px rgba(0, 0, 0, 0.07);  
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 118%;
  letter-spacing: 0.34px;
  padding: 0 20px;
  cursor: pointer;
}
.tab.active{
  background: #004784;
  color: white;
}
.tabs_content_container{
  display: none;
  width: 100%;
}
.tabs_content_container.active{
  display: flex;
}
.projects_section{
  margin-bottom: 100px;
}
.map2{
  width: 100%;
  height: 248px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}
.flip-card-back{
  z-index: 5;
}
.prodcut_bottom_blocks{
  align-items: stretch;
}
p{
  font-family: 'Montserrat', sans-serif!important;
}
.product_bottom_block{
  max-height: 700px;
  overflow: auto;
}
.product_bottom_block img{
  max-width: 100%;
}
.news_grid{
  justify-content: flex-start;
}
.catalog_form{
  width: 100%;
}
.product_title{
  font-size: 1.440rem;
}
.li_param span:last-child{
  max-width: 60%;
  text-align: end;
}
.filter_content{
  display: block;
}
.more_filters_btn.active{
  display: flex;
}
.more_filters_btn.viz{
  display: none;
}
.main_grid .pagination{
  order: 1;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-top: 25px;
  flex-wrap: wrap;
}
.pagim{
  cursor: pointer;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #13141A;
  border-radius: 5px;
}
.pagim.active{
  background: #004784;
  color: white;
  border-color: #004784;
}
.filters_wrapper{
  position: sticky;
  top: 100px;
  max-height: 70vh;
  overflow: auto;
  flex-shrink: 0;
  width: 319px;
}
.filters_item{
  max-width: 100%;
  box-sizing: border-box;
}
.partners_slider .swiper-slide{
  width: auto;
}
.partners_section{
  overflow: hidden;
}
.partners_slider .swiper-slide .partners_item{
  width: 318px;
}
.bg_catalog_img{
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  height: 100%;
  object-fit: cover;
  object-position: top;
  z-index: -1;
}
header{
  background: none;
  transition:  all 0.3s ease-in-out;
}
header.active{
  background: #E4E4E4;
}
.in_stock_item{
  padding: 25px;
  width: 100%;
  height: 296px;
  border-radius: 10px;
  background: #fff;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 5px;
}
.in_stock_item .product_item_top{
  width: 277px;
  flex-shrink: 0;
}
.in_stock_item .product_item_image_wrapper{
  height: 100%;
}
.in_stock_item_title{
  color: #000;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 118%;
  letter-spacing: 0.6px;
  height: 70px;
  display: inline-block;
}
.in_stock_item_content{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.in_stock_item_bottom{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
}
.in_stock_item_hark{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
}
.in_stock_item_hark_it{
  color: #000;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 118%;
  letter-spacing: 0.34px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
}
.in_stock_item_hark_it::before{
  content: '';
  width: 28px;
  height: 28px;
  background: url(../img/svg/hark1.svg)center no-repeat;
  background-size: contain;
}
.in_stock_item_hark_it.ico1::before{
  background: url(../img/svg/hark1.svg)center no-repeat;
  background-size: contain;
}
.in_stock_item_hark_it.ico2::before{
  background: url(../img/svg/hark2.svg)center no-repeat;
  background-size: contain;
}
.in_stock_item_hark_it.ico3::before{
  background: url(../img/svg/hark3.svg)center no-repeat;
  background-size: contain;
}
.in_stock_item_hark_it.ico4::before{
  background: url(../img/svg/hark4.svg)center no-repeat;
  background-size: contain;
}
.stock{
  color: #62B22F;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 118%;
  letter-spacing: 0.34px;
}
.stock_date{
  color: #000;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 118%;
  letter-spacing: 0.34px;
}
.in_stock_item_bottom_left{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
}
.stock_more{
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 108%;
  letter-spacing: 0.32px;
  text-decoration-line: underline;
  text-transform: uppercase;
  color: #147AC3;
}
.stock_old_price{
  color: #6D7484;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 148%;
  letter-spacing: 0.16px;
  text-decoration: line-through;
  text-align: end;
  margin-bottom: 3px;
}
.stock_price{
  color: #004A99;
  font-size: 23px;
  font-style: normal;
  font-weight: 800;
  line-height: 117%;
  text-align: end;
}
.stock_prices{
  margin-bottom: 20px;
}
.in_stock_item + .in_stock_item{
  margin-top: 17px;
}
.in_stock_section{
  margin-bottom: 100px;
}
.header_nav_and_icons nav a{
  font-size: 0.9rem;
}

.table_wrapper table {
 	width: 100%;
 	margin-bottom: 20px;
 	border: 1px solid #dddddd;
 	border-collapse: collapse; 
 }
.table_wrapper table th {
 	font-weight: bold;
 	padding: 5px;
 	background: #efefef;
 	border: 1px solid #dddddd;
 }
.table_wrapper table td {
	border: 1px solid #dddddd;
	padding: 5px;
}

.nalichie{
  background: #62B22F;
  padding: 0 15px;
  min-height: 45px;
  border-radius: 10px;
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
/* new_product_styles */
.product_content_top_block_btns .brand_img{
  width: 83px;
  height: auto;
}
.product_content_top_block_btns{
  gap: 18px;
}
.product_content_top_block{
  position: relative;
}
.product_content_top_block .product_item_to_favorites{
  position: absolute;
  top: 29px;
  right: 49px;
}
.product_title{
  max-width: 82%;
}
.product_grid_content{
  border-radius: 10px;
  background: #f8f8f8;
  box-shadow: 4px 4px 14px 0px rgba(0, 0, 0, 0.07);
}
.product_content_top_block{
  background: none;
}
.product_content_hrk{
  background: none;
}
.product_content_prs{
  background: none;
}
.product_content_top_block{
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
}
.product_content_prs{
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 0;
}
.hrk_right{
  display: none;
}
.hrk_left{
  width: 100%;
}
.product_content_hrk{
  padding: 3px 50px;
}
.prodcut_bottom_blocks{
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 23px;
  margin-top: 23px;
}
.prodcut_bottom_blocks .product_bottom_block:first-child{
  height: auto!important;
  max-height: none!important;
  min-height: auto;
}
.product_title{
  color: #000;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 118%;
  letter-spacing: 0.6px;
}
.product_content_top_block_btns{
  justify-content: space-between;
  width: 100%;
  margin-top: 57px;
}
.product_content_top_block{
  height: auto;
  padding-bottom: 0;
}
.product_content_prs{
  height: auto;
  margin-top: 4px;
}
#more_hark{
  height: auto;
  min-height: auto;
}
/* new_product_styles */

.big_block{
  background: url(../img/kiberbggg.jpg)center no-repeat;
  background-size: cover;
}

.new_product_tabs{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  margin-top: 56px;
}
.new_product_tab{
  padding: 14px 30px;
  cursor: pointer;
  color: #004784;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 108%;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  border-radius: 10px;
  background: #FFF;
}
.new_product_tab.active{
  background: #004784;
  color: #fff;
}
.new_tabs_container{
  margin-top: 15px;
}
.new_tab_title{
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 118%;
  letter-spacing: 0.6px;
  color: #13141A;
  margin-bottom: 32px;
  padding: 0 40px;
}
.new_tab_content h2{
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 118%;
  letter-spacing: 0.4px;
  color: #13141A;
}
.new_tab_content table{
  width: 100%;
  border-collapse: collapse;
  color: #6D7484;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 148%;
  letter-spacing: 0.16px;
  table-layout: fixed;
}
.new_tab_content{
  display: none;
  width: 100%;
  border-radius: 10px;
  box-shadow: 4px 4px 14px 0px rgba(0, 0, 0, 0.07);
  padding: 21px 0;
  background: #fff;
}
.new_tab_content.active{
  display: block;
}
.new_tab_txt{
  padding: 0 40px;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 108%;
  letter-spacing: 0.32px;
}
.new_tab_txt p + p{
  margin-top: 20px;
}
.new_tab_txt h2{
  margin: 20px;
}
.new_tab_txt ul{
  margin: 20px 0;
  margin-left: 20px;
}
.new_tab_txt ul li + li{
  margin-top: 10px;
}
.new_tab_content table tr:nth-child(odd){
  background: #D7D7D7;
}
.new_tab_content table tr{
  border: none;
}
.new_tab_content table tr td{
  border: none;
  padding: 7px 40px;
}
.new_tab_content table tr td:last-child{
  text-align: end;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 148%;
  letter-spacing: 0.16px;
}

.new_product_grid{
  background: #fff;
  box-shadow: 4px 4px 14px 0px rgba(0, 0, 0, 0.07);
  border-radius: 10px;  
  padding-bottom: 16px;
}
.new_product_grid .product_thumbs_slider_wrapper{
  padding-left: 40px;
}
.new_product_grid  .mySwiper .img_prod {
  width: 115px;
}
.new_product_grid .product_main_slider_wrapper{
  padding-bottom: 0px;
}
.new_product_grid .product_grid_content{
  background: none;
  box-shadow: none;
}
.new_product_grid .product_main_slider_wrapper{
  box-shadow: none;
}
.new_product_title_flex{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.new_product_title_flex img{
  width: 83px;
  flex-shrink: 0;
}
.new_product_grid .product_content_top_block_btns{
  margin-top: 20px;
}
.new_product_announcement{
  margin-top: 30px;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.32px;
  font-family: RF Dewi Expanded;
}
.new_product_announcement p {
  font-family: RF Dewi Expanded!important;
}
.new_product_announcement p + p{
  margin-top: 20px;
}
.new_product_grid .pzkz_btn{
  font-family: RF Dewi Expanded;
  background-color:#FF0000;
  border-radius: 10px;
  border: 1px solid #000;
  color: #ffffff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 108%;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  padding: 10px 30px;
  height: auto;
  width: auto;
  height: 45px;
}
.new_product_grid .product_content_prs{
  align-items: flex-end;
  padding-bottom: 20px;
}
.product_content_prs_prices{
  padding-bottom: 8px;
}
.product_content_prs_btns{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}
.lizing_btn{
  border-radius: 10px;
  background: #004A99;
  font-family: RF Dewi Expanded;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 108%;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  color: white;
  padding: 10px 30px;
  height: 45px;
}
.new_tab_content table {
  font-size: 14px;
}
.new_tab_content{
  overflow-x:auto
}
.new_tab_content table tr td:last-child{
  font-size: 14px;
}
.new_tab_content table h2{
  padding: 10px 0;
}
.table_content h2{
  padding: 10px 0;
  padding-left: 40px;
}
.product_item_to_favorites {
  display: none;
}
.partners_form button{
  width: 279px;
}
.callback_form form button{
  width: 279px;
}
.product_more_btn{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 45px;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 108%;
  color: #fff;
  border-radius: 10px;
  background: #13141A;
}
.product_item_title{
  margin-top: 17px;
}
.hark{
  width: 100%;
  margin-bottom: 13px;
}
.hark ul{
  list-style: none;
  width: 100%;
}
.hark ul li{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hark ul li + li{
  margin-top: 7px;
}
.hark ul li span.h{
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 117%;
  color: #004A99;
}
.hark .harki_sp{
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 148%; /* 20.72px */
  letter-spacing: 0.14px;
  color: #6D7484;
}
@media screen and (max-width: 1303px){
  .default_img {
    width: 100%;
    margin-right: 0;
  }
  .partners_form button{
    width: 100%;
  }
  .callback_form form button{
    width: 100%;
  }
  .callback_form{
    width: 100%;
  }
  .filters_wrapper{
    position: fixed;
    top: 0;
    max-height: initial;
    overflow: none;
    flex-shrink: 0;
    width: 100%;
  }
  .service_grid{
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .service_full_img{
    width: 100%;
    height: 320px;
  }
  .service_full_txt{
    padding: 15px;
    height: auto;
  }
  .more_service{
    margin-top: 20px;
  }
  .catalog_item {
    width: calc(50% - 2.5px) !important;
  }
  .catalog_form{
    width: 100%;
    padding: 15px;
    height: auto;
  }
  .catalog_form form{
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .catalog_form form input{
    width: 100%;
  }
  .catalog_form form button{
    width: 100%;
  }
    .burger{
        display: flex!important;
    }
    .goods_wrapper{
        width: 100%;
    }
    .search_item>div:nth-child(2){
      margin-right: 0;
      flex-direction: column;
      align-items: center;
      justify-content: flex-start;
    }
    .search_item>div:nth-child(3){
      margin: 0;
    }
    .search_item>div:nth-child(3){
      text-align: center;
    }
    .search_item_title{
      text-align: center;
    }
    .insearch_img{
      margin: 0;
    }
    .search_item{
      flex-direction: column;
      align-items: center;
      justify-content: flex-start;
      gap: 5px;
      padding: 15px;
      border-radius: 10px;
      border: 2px solid #333333;
    }
  /* корзина */
  .cart_sec {
    overflow: hidden;
  }
  .goods_list {
    padding: 10px;
  }
  .goods_list_item{
    flex-direction: column;
    position: relative;
  }
  .goods_list_item:not(:last-child) {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 15px;
}
  .goods_list_item .goods_list_item_img {
    width: 58px;
  }
  .goods_list_item_count {
    width: 114px;
    -ms-flex-negative: 0;
  }
  .goods_list_item .goods_list_item_img {
    width: 80%;
    height: 200px;
    object-fit: cover;
    margin-bottom: 20px;
}
.goods_list_item .goods_list_item_title {
  text-align: center;
}
.goods_list_item .goods_list_item_count input {
  height: 50px;
}
.goods_list_item .goods_list_item_count input {
  width: 100%;
  box-sizing: border-box;
  padding: 0;
  position: absolute;
  left: 0;
  font-size: 20px;
}
.goods_list_item_count {
  width: 70%;
  height: 50px;
}
.goods_list_item .goods_list_item_count span {
  height: 50px;
  width: 50px;
}
.goods_list_item .goods_list_item_count span {
  height: 50px;
  width: 50px;
}
.goods_list_item .goods_list_item_count span {
  display: block;
  z-index: 1;
}
.goods_list_item .goods_list_item_price {
  margin-top: 50px;
  font-size: 26px;
  height: auto;
}
.goods_list_item .goods_list_item_title{
  margin-bottom: 50px;
  font-size: 30px;
}
.goods_list_item_delete {
  position: absolute;
  right: 2%;
  top: 2%;
  width: 10px;
  height: 10px;
}
.cart_grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cart_left_container {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .cart_right_container {
    position: static;
    width: 100%;
    order: 1;
    margin-top: 25px;
  }
  .cart_left_container{
    width: 100%;
  }
  .cart_btn.main_button{
    width: 100%;
  }
  .btn_and_input{
    width: 100%;
  }  
  /* корзина */  

  .service_item{
    width: 100%;
    height: 400px;
  }
  .sevices_grid{
    flex-wrap: wrap;
  }
  .full_news_grid .flip-card{
    max-width: 100%;
    width: 100%;
  }
  .tabs_switch{
    flex-wrap: wrap;
  }
  .tab{
    width: 100%;
  }
  .contacts_left{
    width: 100%;
  }
  .form_one input, .form_two input{
    font-size: 18px;
  }
  .about_section{
    background: none;
  }
  .crosh{
    display: none;
  }
  .in_stock_item{
    height: auto;
    flex-direction: column;
  }
  .in_stock_item_title{
    height: 70px;
    font-size: 20px;
    margin-bottom: 15px;
  }
  .in_stock_item .product_item_top{
    order: -1;
    width: 100%;
  }
  .in_stock_item_hark{
    flex-wrap: wrap;
    gap: 10px;
    height: 104px;
  }
  .in_stock_item_hark_it::before{
    flex-shrink: 0;
  }
  .in_stock_item_bottom_left{
    justify-content: space-between;
  }
  .in_stock_item_bottom{
    align-items: stretch;
    margin-top: 20px;
  }
  .in_stock_item_bottom_right{
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
  }
  .product_content_prs{
    padding: 15px;
  }
  .product_content_hrk{
    padding: 15px;
  }
  .product_bottom_block{
    height: auto;
    max-height: none;
  }
  .product_content_top_block .product_item_to_favorites{
    top: 15px;
    right: 15px;
  }
  .product_title{
    font-size: 25px;
  }
  .nalichie{
    order: 1;
  }
  .prodcut_bottom_blocks .product_bottom_block:first-child{
    max-height: 750px;
    height: auto;
    min-height: auto;
  }
  .new_product_tabs{
    flex-wrap: wrap;
  }
  .new_product_tab{
    width: 100%;
    text-align: center;
  }
  .new_tab_content table{
    table-layout: auto;
  }
  .new_tab_content table tr td{
    padding: 7px 10px;
  }
  .new_tab_title{
    padding: 0 10px;
  }
  .new_tab_txt{
    padding: 0 10px;
  }
  .new_product_grid .product_main_slider_wrapper{
    padding: 20px;
  }
  .new_product_grid .product_main_slider_wrapper{
    height: 300px;
  }
  .new_product_grid .product_thumbs_slider_wrapper{
    padding: 0 20px;
  }
  .new_product_title_flex .product_title{
    font-size: 1.3em;
  }
  .new_product_grid .pzkz_btn{
    height: auto;
    min-height: 45px;
  }
  .hark ul li span{
    font-size: 12px!important;
  }
}


.main_desc {background: #FFF; opacity: 0.8; padding: 24px; margin: 40px 0 0 0; border-radius: 9px;}
.main_desc p {margin: 0 0 24px 0;}
.main_desc ul, .main_desc ol {margin: 0 0 24px 44px;}
.main_desc ul li, .main_desc ol li {margin: 0 0 6px 0;}


.popular_slider_wrapper {
    width: 100%;
    overflow: hidden;
}
.menyu_stanki_v_nalichii {
    color: #FF0000 !important; font-weight: bold !important;
}





.n1707807901, .n1737724557, .n1747393716, .n1697093685 {
    display: none;
}
