@charset "UTF-8";
*, *:before, *:after {
  box-sizing: border-box;
}

*, *: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, sub, sup, 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;
}

.in_txt {
    padding: 0 0 44px 0;
}
.in_txt ul, .in_txt ol {
    margin: 0 0 0 44px;
}
.sso_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sso_wrapper .product_item {
    margin-bottom: 44px;
}
.popular_section.x {
    margin-bottom: 0;
}




html {
  scroll-behavior: smooth;
}

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

body, input {
  font-family: "Gotham Office";
}

/* Цвета */
/* Цвета */
/* Шрифты */
/* Шрифты */
/* Кнопка */
/* Кнопка */
a {
  color: #0C67BB;
  text-decoration: none;
}

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

.logo {
  width: 184px;
  height: 52px;
  background: url(/extore/frontend/themes/grom/img/svg/logo.svg) center no-repeat;
  background-size: contain;
}

header {
  padding: 22px 0;
  background: white;
  position: relative;
}
header .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

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

.contact {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-style: normal;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 26px;
  text-transform: lowercase;
  color: #3F3F3F;
}
.contact + .contact {
  margin-left: 100px;
}
.contact.tel::before {
  content: "";
  background: url(/extore/frontend/themes/grom/img/svg/tel.svg) center no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  margin-right: 15px;
}
.contact.mail::before {
  content: "";
  background: url(/extore/frontend/themes/grom/img/svg/mail.svg) center no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  margin-right: 15px;
}

.header_socials {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  margin-right: -63px;
}

.social {
  width: 50px;
  height: 50px;
  border: 1px solid #A6A6A6;
  display: flex;
  align-items: center;
  justify-content: center;
}
.social img {
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
}
.social:hover {
  border-color: #0C67BB;
}
.social:hover img {
  filter: brightness(0) saturate(100%) invert(27%) sepia(98%) saturate(1195%) hue-rotate(188deg) brightness(94%) contrast(97%);
}

.call_btn {
  height: 50px;
  padding: 0 20px;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 21px;
  text-transform: lowercase;
  color: #FFFFFF;
  transition: all 0.2s ease-in-out;
  background: #0C67BB;
  border: none;
  cursor: pointer;
  width: 184px;
}
.call_btn:hover {
  background: #0B1E62;
}

.header_bottom_content {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
}
.header_bottom_content nav {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 32px;
}
.header_bottom_content nav a {
  font-style: normal;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 26px;
  text-transform: lowercase;
  color: #A6A6A6;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.header_bottom_content nav a::before {
  content: "";
  position: absolute;
  background: url(/extore/frontend/themes/grom/img/svg/plus.svg) center no-repeat;
  background-size: contain;
  width: 10px;
  height: 10px;
  left: -10px;
  top: 5px;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.header_bottom_content nav a:hover {
  color: #0C67BB;
}
.header_bottom_content nav a:hover::before {
  opacity: 1;
}

.search_form_wrapper {
  position: relative;
}
.search_form_wrapper input {
  border: none;
  border-bottom: 1px solid #0C67BB;
  padding: 7px 17px;
  box-sizing: border-box;
  width: 184px;
}
.search_form_wrapper .search_btn {
  border: none;
  background: url(/extore/frontend/themes/grom/img/svg/search_ico.svg) center no-repeat;
  background-size: contain;
  width: 17px;
  height: 17px;
  position: absolute;
  left: 0;
  bottom: 7px;
  cursor: pointer;
}

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

.section_title {
  font-style: normal;
  font-weight: 700;
  font-size: calc(1.28125rem + 0.375vw);
  line-height: 32px;
  text-transform: uppercase;
  color: #3F3F3F;
}
@media (min-width: 1200px) {
  .section_title {
    font-size: 1.5625rem;
  }
}

.section_subtitle {
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 21px;
  color: #A6A6A6;
}

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

.catalog_item {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  height: 500px;
}

.catalog_item_img_wrapper {
  width: 520px;
  height: 100%;
  position: relative;
}
.catalog_item_img_wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(360deg, #0C67BB 0%, rgba(12, 103, 187, 0) 100%);
}
.catalog_item_img_wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.catalog_item_content {
  width: 100%;
}

.catalog_item_title {
  font-style: normal;
  font-style: normal;
  font-weight: 400;
  font-size: 1.1875rem;
  line-height: 25px;
  color: #3F3F3F;
  padding: 25px 0;
  border-top: 1px solid #3F3F3F;
  border-bottom: 1px solid #3F3F3F;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}
.catalog_item_title::after {
  content: "";
  width: 10px;
  height: 10px;
  background: url(/extore/frontend/themes/grom/img/svg/plus.svg) center no-repeat;
  background-size: contain;
}

.catalog_item_links {
  width: 100%;
  -moz-columns: 4;
       columns: 4;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.catalog_item_links a {
  display: block;
  font-style: normal;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 26px;
  color: #3F3F3F;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.catalog_item_links a::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: url(/extore/frontend/themes/grom/img/svg/plus.svg) center no-repeat;
  background-size: contain;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.catalog_item_links a:hover {
  color: #0C67BB;
}
.catalog_item_links a:hover::after {
  opacity: 1;
}
.catalog_item_links a + a {
  margin-top: 15px;
}

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

.next {
  position: static;
  width: 10px;
  height: 20px;
  background: url(/extore/frontend/themes/grom/img/svg/arrow.svg) center no-repeat;
  background-size: contain;
  margin: 0;
}
.next::after {
  display: none;
}

.prev {
  position: static;
  width: 10px;
  height: 20px;
  background: url(/extore/frontend/themes/grom/img/svg/arrow.svg) center no-repeat;
  background-size: contain;
  transform: rotate(180deg);
  margin: 0;
}
.prev::after {
  display: none;
}

.catalog_slider_wrapper {
  overflow: hidden;
}

.preim_item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.preim_item + .preim_item {
  margin-top: 50px;
}
.preim_item img {
  width: 72px;
  height: 72px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 40px;
}
.preim_item > div {
  display: flex;
  flex-direction: column;
}
.preim_item > div span:first-child {
  font-style: normal;
  font-weight: 700;
  font-size: calc(1.28125rem + 0.375vw);
  line-height: 32px;
  text-transform: uppercase;
  color: #0C67BB;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .preim_item > div span:first-child {
    font-size: 1.5625rem;
  }
}
.preim_item > div span:nth-child(2) {
  font-style: normal;
  font-weight: 400;
  font-size: calc(1.28125rem + 0.375vw);
  line-height: 32px;
  text-transform: uppercase;
  color: #3F3F3F;
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .preim_item > div span:nth-child(2) {
    font-size: 1.5625rem;
  }
}
.preim_item > div div {
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 21px;
  text-align: justify;
  color: #0B1E62;
}

.preim_grid {
  margin-left: 20%;
}

.preim_section {
  margin-bottom: 100px;
}

.swiper-slide {
  width: auto;
  max-width: 100%;
}

.product_item {
  width: 296px;
  height: 537px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}
.product_item .product_item_img_wrapper {
  width: 100%;
  height: 296px;
  position: relative;
}
.product_item .product_item_img_wrapper .border {
  padding: 1rem;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(315deg, #0C67BB 0%, #FFFFFF 100%);
  padding: 3px;
}
.product_item .product_item_img_wrapper .product_item_img {
  width: 99%;
  height: 99%;
  -o-object-fit: contain;
     object-fit: contain;
  background: white;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.product_item .product_item_img_wrapper .product_call {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #0C67BB;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
}
.product_item .product_item_img_wrapper .product_call img {
  width: 15px;
  height: 15px;
  -o-object-fit: contain;
     object-fit: contain;
}
.product_item .product_item_content {
  width: 100%;
}
.product_item .product_item_content .product_item_filters {
  width: 100%;
  height: 73px;
}
.product_item .product_item_content .product_item_filters .product_item_filter {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 21px;
  color: #3F3F3F;
  text-align: end;
}
.product_item .product_item_content .product_item_filters .product_item_filter span:first-child {
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 21px;
  color: #0C67BB;
  text-align: start;
}
.product_item .product_item_content .product_item_filters .product_item_filter + .product_item_filter {
  margin-top: 10px;
}
.product_item .product_item_title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 78px;
  font-style: normal;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 26px;
  text-transform: lowercase;
  color: #3F3F3F;
  margin-bottom: 10px;
}
.product_item .product_item_bottom {
  margin-top: 10px;
  background: #0C67BB;
  padding: 14px 19px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product_item .product_item_count {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.product_item .product_item_count .products_counter {
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 21px;
  color: white;
}
.product_item .product_item_count .plus_minus {
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.product_item .product_item_count .plus_minus .plus {
  width: 10px;
  height: 10px;
  background: url(/extore/frontend/themes/grom/img/svg/triangle.svg) center no-repeat;
  background-size: contain;
  cursor: pointer;
}
.product_item .product_item_count .plus_minus .minus {
  width: 10px;
  height: 10px;
  background: url(/extore/frontend/themes/grom/img/svg/triangle.svg) center no-repeat;
  background-size: contain;
  position: relative;
  transform: rotate(180deg);
  cursor: pointer;
}
.product_item .product_price {
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 21px;
  color: white;
}

.title_section {
  padding-top: 24px;
  padding-bottom: 36px;
}

.main_title {
  font-style: normal;
  font-weight: 700;
  font-size: calc(1.3625rem + 1.35vw);
  line-height: 49px;
  text-transform: uppercase;
  color: #3F3F3F;
  margin-bottom: 6px;
}
@media (min-width: 1200px) {
  .main_title {
    font-size: 2.375rem;
  }
}

.main_subtitle {
  font-style: normal;
  font-style: normal;
  font-weight: 400;
  font-size: 1.1875rem;
  line-height: 25px;
  color: #3F3F3F;
  text-transform: uppercase;
}

.search_section {
  background: #0C67BB;
}
.search_section .wrapper {
  padding: 30px 0;
  position: relative;
}
.search_section .wrapper .maz {
  position: absolute;
  right: 0px;
  top: 0;
}

.search_section {
  margin-bottom: 67px;
}

.search_title {
  font-style: normal;
  font-weight: 700;
  font-size: calc(1.28125rem + 0.375vw);
  line-height: 32px;
  text-transform: uppercase;
  color: white;
  margin-bottom: 22px;
}
@media (min-width: 1200px) {
  .search_title {
    font-size: 1.5625rem;
  }
}

.search_section_wrapper {
  margin-bottom: 40px;
}
.search_section_wrapper form {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
.search_section_wrapper form input {
  border: none;
  height: 50px;
  width: 726px;
  background: white;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 21px;
  color: #3F3F3F;
  padding-left: 112px;
}
.search_section_wrapper form .search_ico_btn {
  border: none;
  width: 13px;
  height: 13px;
  background: url(/extore/frontend/themes/grom/img/svg/search_ico.svg) center no-repeat;
  background-size: contain;
  position: absolute;
  left: 32px;
}
.search_section_wrapper form .search_btn {
  height: 50px;
  padding: 0 20px;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 21px;
  text-transform: lowercase;
  color: #FFFFFF;
  transition: all 0.2s ease-in-out;
  background: #0C67BB;
  border: none;
  cursor: pointer;
  background: #0B1E62;
  padding: 0 42px;
}
.search_section_wrapper form .search_btn:hover {
  background: #0B1E62;
}

.input_wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 40px;
}
.input_wrapper input {
  background: white;
  border: none;
  height: 50px;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 21px;
  color: #3F3F3F;
  padding-left: 29px;
}
.input_wrapper input[name=art] {
  width: 520px;
}
.input_wrapper input[name=colvo] {
  width: 184px;
}
.input_wrapper input[name=phone] {
  width: 296px;
}
.input_wrapper input[name=phone]::-moz-placeholder {
  color: #0C67BB;
}
.input_wrapper input[name=phone]:-ms-input-placeholder {
  color: #0C67BB;
}
.input_wrapper input[name=phone]::placeholder {
  color: #0C67BB;
}

.btn_txt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 22px;
}
.btn_txt button {
  font-style: normal;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 26px;
  text-transform: lowercase;
  color: white;
  background: none;
  border: none;
  cursor: pointer;
}

.frm_txt {
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 21px;
  color: white;
}

.callback_form {
  display: block;
  width: 1080px;
}

.sch {
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.sch + .sch {
  margin-top: 34px;
}

.sch_txt {
  font-style: normal;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 26px;
  text-transform: lowercase;
  color: #3F3F3F;
  margin-top: 85px;
}

.schema_section {
  margin-bottom: 100px;
}

.logo_maz_wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}

.popular_wrapper .swiper-slide {
  width: auto !important;
  max-width: none;
}

.popular_section {
  overflow: hidden;
  margin-bottom: 142px;
}

.about_section {
  padding: 100px 0;
  background: #0B1E62;
}

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

.about_img {
  width: 408px;
  height: 408px;
  -o-object-fit: cover;
     object-fit: cover;
}

.about_tabs {
  width: 744px;
}
.about_tabs .about_header {
  padding: 25px 0;
  font-style: normal;
  font-style: normal;
  font-weight: 400;
  font-size: 1.1875rem;
  line-height: 25px;
  color: white;
  border-top: 1px solid #FFFFFF;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.about_tabs .about_header::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(/extore/frontend/themes/grom/img/svg/p.svg) center no-repeat;
  background-size: contain;
}
.about_tabs .about_header.ui-state-active::after {
  background: url(/extore/frontend/themes/grom/img/svg/m.svg) center no-repeat;
  background-size: contain;
}
.about_tabs .about_content {
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 21px;
  color: #A6A6A6;
  max-width: 632px;
  padding: 10px 0;
  padding-bottom: 25px;
}
.about_tabs .photo_grid {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
}
.about_tabs .sert_img_wrap {
  width: 296px;
  height: 423px;
}
.about_tabs .sert_img_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.business_section {
  padding: 100px 0;
  background: url(/extore/frontend/themes/grom/img/bsns.jpg) center no-repeat;
  background-size: cover;
  margin-bottom: 100px;
}

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

.business_txt p {
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 21px;
  color: white;
}
.business_txt p + a {
  margin-top: 20px;
}
.business_txt a {
  color: white;
  font-style: normal;
  font-style: normal;
  font-weight: 400;
  font-size: 1.1875rem;
  line-height: 25px;
  display: block;
}
.business_txt a + p {
  margin-top: 28px;
}

.business_form {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
}
.business_form input + input {
  margin-top: 20px;
}
.business_form input {
  background: white;
  border: none;
  height: 50px;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 21px;
  color: #3F3F3F;
  padding-left: 29px;
  width: 408px;
}
.business_form input[name=phone]::-moz-placeholder {
  color: #0C67BB;
}
.business_form input[name=phone]:-ms-input-placeholder {
  color: #0C67BB;
}
.business_form input[name=phone]::placeholder {
  color: #0C67BB;
}
.business_form button {
  font-style: normal;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 26px;
  text-transform: lowercase;
  color: white;
  background: none;
  border: none;
  cursor: pointer;
  margin-top: 12px;
}

.reviews_slider_wrapper {
  overflow: hidden;
}

.review_item {
  width: 632px;
  min-height: 350px;
  background: #F7F7F7;
  padding: 37px 72px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.review_item .review_title {
  font-style: normal;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 26px;
  text-transform: lowercase;
  color: #3F3F3F;
  margin-bottom: 20px;
}
.review_item .review_txt {
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 21px;
  color: #3F3F3F;
}
.review_item .review_date {
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 21px;
  color: #A6A6A6;
  margin-top: 10px;
}
.review_item .show-more-btn {
  display: block;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 21px;
  color: #0C67BB;
  margin: 0;
  padding-left: 0;
  margin-top: 10px;
}
.review_item .show-more-btn:hover {
  color: #0B1E62;
}

.reviews-swiper .swiper-wrapper {
  height: auto !important;
}
.reviews-swiper .swiper-slide {
  height: auto !important;
}

.reviews_section {
  margin-bottom: 100px;
}

.news_section {
  margin-bottom: 100px;
  overflow: hidden;
}

.news_item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  width: 632px;
  height: 503px;
}
.news_item .news_img_wrapper {
  position: relative;
  width: 100%;
  height: 400px;
  display: block;
}
.news_item .news_img_wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news_item .news_img_wrapper .news_img_gradient {
  background: linear-gradient(360deg, #0C67BB 0%, rgba(12, 103, 187, 0) 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
}
.news_item .news_item_title {
  font-style: normal;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 26px;
  text-transform: lowercase;
  color: #3F3F3F;
  margin-top: 20px;
  display: block;
}
.news_item .news_more {
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 21px;
  color: #0C67BB;
}

footer {
  background: white;
  padding: 58px 0;
}
footer .wrapper {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
footer .logo_socials {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 26px;
}
footer .footer_menu_item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
footer .footer_menu_item a {
  display: flex;
  font-style: normal;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 26px;
  text-transform: lowercase;
  color: #3F3F3F;
}
footer .footer_menu_item a span {
  color: #0C67BB;
  margin-left: 10px;
}
footer .footer_logo_btn {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
}
footer .footer_logo_btn button {
  height: 50px;
  padding: 0 20px;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 21px;
  text-transform: lowercase;
  color: #FFFFFF;
  transition: all 0.2s ease-in-out;
  background: #0C67BB;
  border: none;
  cursor: pointer;
}
footer .footer_logo_btn button:hover {
  background: #0B1E62;
}

header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 10;
}

.catalog_section {
  margin-bottom: 100px;
}

.burger {
  display: none;
}

.hiddenmenu {
  position: fixed;
  top: 0;
  left: 0%;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  z-index: 9;
  width: 100vw;
}

body.fixed {
  overflow: hidden;
}

.crosh {
  padding-top: 28px;
  padding-bottom: 52px;
}
.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;
  color: #A6A6A6;
}
.crosh ul li a {
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 21px;
  color: #A6A6A6;
}
.crosh ul li::before {
  content: ">";
  margin: 0 4px;
}
.crosh ul li:first-child::before {
  display: none;
}
.crosh ul li:last-child a {
  color: #0C67BB;
}

.main_txt_section {
  margin-bottom: 100px;
}
.main_txt_section .wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.main_txt_img {
  width: 408px;
  height: 408px;
  -o-object-fit: cover;
     object-fit: cover;
}

.main_txt {
  width: 47%;
  color: #3F3F3F;
  margin-right: 100px;
  max-width: 100%;
}
.main_txt h2 {
  font-style: normal;
  font-style: normal;
  font-weight: 400;
  font-size: 1.1875rem;
  line-height: 25px;
}
.main_txt h2 + p {
  margin-top: 33px;
}
.main_txt p {
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 21px;
}
.main_txt p + h2 {
  margin-top: 20px;
}
.main_txt p + p {
  margin-top: 25px;
}

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

.product_page_photo_slider_and_main_photo {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}

.product_page_main_photo {
  overflow: hidden;
  width: 408px;
}
.product_page_main_photo .productimage-slider {
  width: 100%;
  height: 100%;
}
.product_page_main_photo .swiper-slide {
  width: 100% !important;
}
.product_page_main_photo .product_page_main_photo_slider_wrapper {
  width: 100%;
  height: 378px;
  overflow: hidden;
  position: relative;
}
.product_page_main_photo .product_page_main_photo_slider_wrapper .productimage_slider {
  width: 100%;
  height: 100%;
}
.product_page_main_photo .product_page_main_photo_slider_wrapper .productimage {
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  -o-object-fit: contain;
     object-fit: contain;
  background: white;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.product_page_main_photo .product_page_main_photo_slider_wrapper .productimage_gallery {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.product_page_main_photo .product_page_main_photo_slider_wrapper .border {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(315deg, #0C67BB 0%, #FFFFFF 100%);
  padding: 1px;
  z-index: -1;
}
.product_page_main_photo .product_item_bottom {
  background: #0C67BB;
  padding: 14px 19px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product_page_main_photo .product_item_bottom .product_item_count {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.product_page_main_photo .product_item_bottom .product_item_count {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.product_page_main_photo .product_item_bottom .product_item_count .products_counter {
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 21px;
  color: white;
}
.product_page_main_photo .product_item_bottom .product_item_count .plus_minus {
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.product_page_main_photo .product_item_bottom .product_item_count .plus_minus .plus {
  width: 10px;
  height: 10px;
  background: url(/extore/frontend/themes/grom/img/svg/triangle.svg) center no-repeat;
  background-size: contain;
  cursor: pointer;
}
.product_page_main_photo .product_item_bottom .product_item_count .plus_minus .minus {
  width: 10px;
  height: 10px;
  background: url(/extore/frontend/themes/grom/img/svg/triangle.svg) center no-repeat;
  background-size: contain;
  position: relative;
  transform: rotate(180deg);
  cursor: pointer;
}
.product_page_main_photo .product_item_bottom .product_price {
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 21px;
  color: white;
}

.product_page_thumbnail {
  height: 378px;
  width: 72px;
  overflow: hidden;
}
.product_page_thumbnail .product_page_thumbnail_slider_wrapper {
  width: 100%;
  height: 100%;
}
.product_page_thumbnail .product_page_thumbnail_slider_wrapper .thumbnail-slider {
  width: 100%;
  height: 100%;
}
.product_page_thumbnail .product_page_thumbnail_slider_wrapper .swiper-slide {
  height: auto !important;
}
.product_page_thumbnail .thumbnail_item {
  width: 72px;
  height: 72px;
  position: relative;
}
.product_page_thumbnail .thumbnail_item .productimage {
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  -o-object-fit: contain;
     object-fit: contain;
  background: white;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.product_page_thumbnail .border {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(315deg, #0C67BB 0%, #FFFFFF 100%);
  padding: 1px;
  z-index: -1;
}

.product_page_description {
  width: 744px;
}
.product_page_description .product_page_art {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product_page_description .product_page_art span {
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 21px;
  color: #0C67BB;
}
.product_page_description .product_page_category {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 16px;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 21px;
}
.product_page_description .product_page_category span:first-child {
  color: #0C67BB;
}
.product_page_description .product_page_category span:last-child {
  color: #3F3F3F;
}
.product_page_description .product_page_txt {
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 21px;
  color: black;
  margin-top: 19px;
}
.product_page_description .product_page_btns {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 30px;
  margin-top: 30px;
}

.main_product_section {
  margin-bottom: 80px;
}

.default_btn {
  height: 50px;
  padding: 0 20px;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 21px;
  text-transform: lowercase;
  color: #FFFFFF;
  transition: all 0.2s ease-in-out;
  background: #0C67BB;
  border: none;
  cursor: pointer;
  background: #F7F7F7;
  color: #414141;
}
.default_btn:hover {
  background: #0B1E62;
}
.default_btn:hover {
  color: white;
}

.call_btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.call_btn::before {
  content: "";
  width: 15px;
  height: 15px;
  background: url(/extore/frontend/themes/grom/img/svg/product_phone.svg) center no-repeat;
  background-size: contain;
  margin-right: 10px;
}

.goods_wrapper {
  width: 968px;
}
.goods_wrapper .main_grid {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 40px;
  flex-wrap: wrap;
}

.paginator {
  display: flex;
  justify-content: flex-end;
  margin-top: 80px;
}
.paginator ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.paginator ul li {
  width: 43px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.paginator ul li:first-child {
  display: none;
}
.paginator ul li:last-child {
  display: none;
}
.paginator ul li a, .paginator ul li span {
  width: 100%;
  height: 100%;
  font-style: normal;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 26px;
  text-transform: lowercase;
  color: #3F3F3F;
  display: flex;
  align-items: center;
  justify-content: center;
}
.paginator ul li.active {
  background: #0C67BB;
}
.paginator ul li.active a, .paginator ul li.active span {
  color: white;
}

.ui-selectmenu-button.ui-button {
  padding: 0;
  background: none;
  border: none;
  width: 20em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-style: normal;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 26px;
  text-transform: lowercase;
  text-transform: none;
  color: #3F3F3F;
  font-family: "Gotham Office";
}
.ui-selectmenu-button.ui-button .ui-selectmenu-icon {
  display: none;
}
.ui-selectmenu-button.ui-button::after {
  content: "";
  width: 12px;
  height: 6px;
  background: url(/extore/frontend/themes/grom/img/svg/select_arr.svg) center no-repeat;
  background-size: contain;
}
.ui-selectmenu-button.ui-button.ui-selectmenu-button-open::after {
  transform: rotate(180deg);
}

.product_item_shield {
  position: absolute;
  top: 0;
  left: 0;
  background: #0C67BB;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 21px;
  color: white;
  height: 29px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  z-index: 2;
}
.product_item_shield.new {
  background: #0B1E62;
}

.main_catalog_section {
  margin-bottom: 80px;
}
.main_catalog_section .wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.filters_wrapper {
  width: 296px;
  flex-shrink: 0;
  position: static;
}
.filters_wrapper .filters_item_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-style: normal;
  font-style: normal;
  font-weight: 400;
  font-size: 1.1875rem;
  line-height: 25px;
  color: #0B1E62;
  padding-bottom: 30px;
  text-transform: uppercase;
  cursor: pointer;
}
.filters_wrapper .filters_item_title::after {
  content: "";
  width: 12px;
  height: 6px;
  background: url(/extore/frontend/themes/grom/img/svg/select_arr.svg) center no-repeat;
  background-size: contain;
  filter: brightness(0) saturate(100%) invert(12%) sepia(22%) saturate(7182%) hue-rotate(220deg) brightness(90%) contrast(107%);
}
.filters_wrapper .filters_item_title.active::after {
  transform: rotate(180deg);
}
.filters_wrapper .filter_content {
  padding-bottom: 30px;
}
.filters_wrapper .container + .container {
  margin-top: 15px;
}

/* The container */
.container {
  display: block;
  position: relative;
  padding-right: 35px;
  cursor: pointer;
  font-style: normal;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 26px;
  text-transform: lowercase;
  color: #414141;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  box-sizing: border-box;
}

/* 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: 50%;
  right: 0;
  height: 10px;
  width: 10px;
  background-color: none;
  transform: translateY(-50%);
}

/* On mouse-over, add a grey background color */
/*   .container:hover input ~ .checkmark {
    background-color: #ccc;
  } */
/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background: url(/extore/frontend/themes/grom/img/svg/plus.svg) center no-repeat;
  background-size: contain;
}

.container input:checked ~ .filter_name, .container:hover input ~ .filter_name {
  color: #0C67BB;
}

.filter_name {
  position: relative;
  display: inline-block;
}
.filter_name .sup_number {
  vertical-align: super;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  text-transform: lowercase;
  display: inline-block;
  position: absolute;
  top: -8px;
}

/* 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;
}

/* Style the checkmark/indicator */
/*   .container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  } */
.filters_btn {
  width: 100%;
  height: auto;
  background: none;
  border: none;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 21px;
  text-transform: lowercase;
  cursor: pointer;
  color: #0C67BB;
}

.mobile_filter_button {
  display: none;
}

.mobile_filter {
  display: none;
}

.mobile_filter_btn {
  height: 50px;
  padding: 0 20px;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 21px;
  text-transform: lowercase;
  color: #FFFFFF;
  transition: all 0.2s ease-in-out;
  background: #0C67BB;
  border: none;
  cursor: pointer;
  position: fixed;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%);
  z-index: 10;
  width: 100%;
}
.mobile_filter_btn:hover {
  background: #0B1E62;
}

@media screen and (max-width: 1303px) {
  section > * {
    width: 100%;
  }
  html, body {
    min-width: 100%;
  }
  /* body {min-width:640px; width:100%; overflow-x:hidden;} */
  body > * > * * {
    max-width: 100%;
  }
  .wrapper {
    width: 95% !important;
  }
  .header_bottom_content nav a {
    white-space: nowrap;
  }
  header .wrapper {
    gap: 2%;
  }
  .product_page_description {
    width: 50%;
  }
  .product_page_photo_and_description {
    flex-wrap: wrap;
    gap: 1%;
    row-gap: 20px;
  }
  .mobile_filter {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    background: white;
    transition: all 0.3s ease-in-out;
  }
  .mobile_filter .section_title {
    margin-bottom: 25px;
  }
  .mobile_filter.active {
    z-index: 11;
    opacity: 1;
  }
  .mobile_filter .wrapper {
    overflow: auto;
    max-height: 100%;
    padding: 50px;
    padding-bottom: 100px;
    position: relative;
  }
  .mobile_filter .filters_wrapper {
    width: 100%;
  }
  .mobile_filter_button {
    height: 50px;
    padding: 0 20px;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 21px;
    text-transform: lowercase;
    color: #FFFFFF;
    transition: all 0.2s ease-in-out;
    background: #0C67BB;
    border: none;
    cursor: pointer;
    margin-bottom: 20px;
  }
  .mobile_filter_button:hover {
    background: #0B1E62;
  }
  .goods_wrapper {
    width: 60%;
  }
}
@media screen and (max-width: 1108px) {
  .goods_wrapper {
    width: 70%;
  }
}
@media screen and (max-width: 1108px) {
  .mobile_filter_button {
    display: block;
  }
  .goods_wrapper {
    width: 100%;
  }
  .main_catalog_section .filters_wrapper {
    display: none;
  }
  .custom_select_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
  }
  .custom_select_wrapper .mobile_filter_button {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 688px) {
  .catalog_main_section .catalog_title_wrapper {
    flex-wrap: wrap;
    gap: 20px;
  }
  .catalog_main_section .custom_select_wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 542px) {
  .mobile_filter_button {
    width: 100%;
  }
}
@media screen and (max-width: 1117px) {
  .product_page_photo_and_description {
    gap: 3%;
    row-gap: 20px;
  }
  .product_page_description {
    width: 45%;
  }
  .product_page_photo_slider_and_main_photo {
    gap: 4%;
    justify-content: flex-start;
  }
  /*     .product_page_main_photo{
          width: 35%;
      } */
}
@media screen and (max-width: 971px) {
  .product_page_description {
    width: 100%;
  }
}
@media screen and (max-width: 1253px) {
  .header_bottom_content nav {
    display: none;
  }
  .header_socials {
    margin-right: 2%;
  }
  .contact + .contact {
    margin-left: 5%;
  }
  .header_bottom_content {
    justify-content: flex-end;
  }
  .header_content {
    min-width: 70%;
  }
  .contact {
    white-space: nowrap;
  }
  .search_form_wrapper {
    width: 80%;
  }
  .search_form_wrapper input {
    width: 100%;
  }
  .hiddenmenu .social {
    margin-bottom: 0;
  }
  /* бургер */
  .burger {
    display: block;
    z-index: 10;
    position: relative;
    cursor: pointer;
    width: 32px;
    height: 14px;
    transition: all 0.2s ease-in;
    flex-shrink: 0;
  }
  .burger span::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 2px;
    background: #0C67BB;
    border-radius: 50px;
    transition: all 0.2s ease-in;
  }
  .burger span::after {
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    width: 100%;
    height: 2px;
    background: #0C67BB;
    border-radius: 50px;
    transition: all 0.2s ease-in;
  }
  .burger:hover span::after, .burger:hover span::before {
    background: #0C67BB;
  }
  .burger.active span::after {
    background: #0C67BB;
    transform: rotate(-45deg) translate(3px, -6px);
  }
  .burger.active span::before {
    background: #0C67BB;
    transform: rotate(45deg) translate(2px, 6px);
  }
  .hiddenmenu {
    position: fixed;
    top: 0;
    left: 0%;
    transition: all 0.3s ease-in-out;
    visibility: hidden;
    opacity: 0;
    z-index: 9;
  }
  .hiddenmenu.active {
    visibility: visible;
    opacity: 1;
  }
  .burger_menu {
    background: white;
    background-size: cover;
    width: 100%;
    max-height: 100vh;
    height: 100vh;
    position: absolute;
    left: 0;
    top: 180px;
    padding: 132px 0 5% 5%;
    box-sizing: border-box;
  }
  .hidden_items {
    max-height: 75vh;
    overflow: auto;
  }
  .hidden_socials {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 32px;
  }
  .hidden_socials a:not(:last-child) {
    margin-right: 18px;
  }
  .hidden_item {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
  }
  .hidden_item a {
    font-style: normal;
    font-weight: 400;
    font-size: 23px;
    line-height: 28px;
    color: #0C67BB;
    margin-bottom: 20px;
  }
  .hidden_item a:last-child {
    margin-bottom: 0;
  }
  .hidden_item + .hidden_item {
    margin-top: 50px;
  }
  /* бургер */
}
@media screen and (max-width: 1225px) {
  .about_grid {
    flex-wrap: wrap;
  }
  .about_tabs {
    min-width: 50%;
    max-width: 100%;
    margin-top: 20px;
  }
  .about_tabs .about_content {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 1180px) {
  .header_socials {
    margin-right: 0;
  }
}
@media screen and (max-width: 1155px) {
  .header_contacts_wrapper {
    flex-wrap: wrap;
    gap: 10%;
    max-width: none;
    width: auto;
  }
  .main_txt {
    margin-right: 0;
  }
  .contact {
    white-space: wrap;
  }
  .contact + .contact {
    margin-left: 0;
  }
}
@media screen and (max-width: 665px) {
  .goods_wrapper .main_grid {
    gap: 0;
    justify-content: space-between;
    row-gap: 30px;
  }
}
@media screen and (max-width: 630px) {
  .goods_wrapper .main_grid {
    gap: 0;
    justify-content: space-between;
    row-gap: 30px;
  }
  .goods_wrapper .main_grid .product_item {
    width: 49%;
  }
}
@media screen and (max-width: 552px) {
  .goods_wrapper .main_grid {
    gap: 0;
    justify-content: space-between;
    row-gap: 30px;
  }
  .goods_wrapper .main_grid .product_item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  /*     .product_page_photo_and_description{
          justify-content: flex-end;
      } */
  .product_page_main_photo {
    width: 500px;
  }
  header nav {
    display: none !important;
  }
  header .header_socials {
    display: none;
  }
  .header_contacts_wrapper {
    display: none;
  }
  .call_btn {
    padding: 0 2%;
    width: 100%;
  }
  .search_form_wrapper input {
    width: 100%;
  }
  .maz2 {
    width: 15%;
    height: auto;
  }
  .header_content {
    width: 100%;
  }
  header .wrapper {
    flex-direction: column;
    gap: 20px;
  }
  .header_bottom_content {
    width: 100%;
  }
  .search_form {
    width: 100%;
  }
  .search_form_wrapper {
    width: 100%;
  }
  .search_section_wrapper form input {
    width: 100%;
  }
  .input_wrapper {
    flex-direction: column;
  }
  .input_wrapper input {
    width: 100% !important;
  }
  .btn_txt {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
  }
  .frm_txt {
    text-align: center;
  }
  .frm_txt br {
    display: none;
  }
  .section_subtitle {
    display: none;
  }
  .catalog_item_links {
    -moz-columns: 1;
         columns: 1;
  }
  .catalog_item {
    height: auto;
  }
  .preim_grid {
    margin-left: 0;
  }
  .about_grid {
    flex-direction: column;
    gap: 20px;
  }
  .about_img {
    width: 100%;
  }
  .about_section {
    padding: 10% 0;
  }
  .about_section .section_title {
    margin-bottom: 30px !important;
  }
  .business_section {
    padding: 10% 0;
  }
  .business_grid {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
  }
  .review_item {
    padding: 5% 2%;
  }
  footer .wrapper {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
  }
  footer .footer_menu_item {
    width: 100%;
    text-align: center;
    align-items: center;
  }
  footer .footer_logo_btn {
    align-items: center;
    gap: 20px;
    width: 100%;
  }
  footer .footer_logo_btn button {
    width: 100%;
  }
  footer .logo_socials {
    align-items: center;
  }
  footer .logo_socials .header_socials {
    margin-right: 0;
  }
  .main_title {
    line-height: 1.2em;
  }
  .main_txt_section .wrapper {
    flex-direction: column;
    gap: 30px;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .main_txt {
    width: 100%;
  }
}
@media screen and (max-width: 358px) {
  .product_page_description .product_page_category span:last-child {
    text-align: end;
  }
}/*# sourceMappingURL=style.css.map */