:root {
  --text: #000000;
  --text-gray: #555555;
  --white: #FFFFFF;
  --color2: #F71616;
  --blue: #F3F7FF;
  --blue2: #393776;
}
body {
  background-color: transparent;
}
body.wait {
  cursor: wait;
}
p {
  margin: 0;
}
.header-bottom {
  background-color: unset;
}
.header-top {
  padding: 0;
}
.hidden-text {
  display: none;
}
.toggle-text {
  display: inline-block;
}
.toggle-text .btn {
  padding: 0 25px;
}
.catalog-bottom .pagination .pagination-list li a.active {
  background: #F71616 !important;
  border-color: #F71616 !important;
  color: #FFFFFF !important;
  text-decoration: none !important;
}
.img_hidden {
  display: none;
}
.list_img_slider {
  position: relative;
}
main .slider-header h1, main .slider-header .h1 {
  font-size: clamp(20px, 4vw, 46px);
  line-height: 1.3260869565;
  font-weight: 700;
  color: var(--white);
}
main .slider-header h3, main .slider-header .h3 {
  line-height: 1.2916666667;
  font-weight: 400;
  color: var(--white);
  font-size: clamp(12px, 2vw, 24px);
}
main .slider-header.slider_no_back {
  margin: 0;
}
main .slider-header.slider_no_back .header-slider .swiper-wrapper .slide {
  height: auto !important;
}
main .slider-header.slider_no_back .header-slider .swiper-wrapper .slide:before {
  content: none;
}
main .slider-header.slider_no_back .header-slider .swiper-wrapper .slide img {
  height: auto;
}
main .slider-header .slide .link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.content-text > *:first-child {
  margin-top: 0;
}
.content-text > *:last-child {
  margin-bottom: 0;
}
.content-text * {
  font-weight: 500;
}
.content-text span {
  font-weight: inherit;
}
.content-text p {
  margin: 0 0 1.5em;
  line-height: 1.5;
}
.content-text b, .content-text strong {
  font-weight: bold;
}
.content-text h2 {
  margin: 1em 0 0.3em;
}
.content-text h3 {
  margin: 1em 0 0.7em;
}
.content-text ul {
  margin-left: 18px;
}
.content-text ul li {
  margin: 0 0 0.4em;
}
.content-text ul li p {
  margin-bottom: 0;
}
.content-main-top {
  margin: 0 auto;
  max-width: 1200px;
  text-align: center;
}
.content-main-top p {
  font-size: 1.15em;
}
.content-main-bottom {
  color: var(--text-gray);
}
.content-main-bottom * {
  color: var(--text-gray);
}
.content-main-bottom h2 {
  font-size: clamp(18px, 4vw, 28px);
}
.content-main-bottom h3 {
  font-size: clamp(16px, 4vw, 24px);
}
.img_brands_new {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.img_brands_new img {
  max-width: 120px;
}
.slider_blocks {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  display: flex;
}
.slider_blocks div {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  flex: 1 1 auto;
  height: 100%;
}
.slider_blocks_dots {
  position: absolute;
  display: flex;
  width: 210px;
  margin-left: -105px;
  left: 50%;
  bottom: -10px;
}
.slider_blocks_dots div {
  height: 2px;
  border-radius: 6px;
  background-color: #dadcde;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  flex: 1 1 auto;
}
.slider_blocks_dots div.active {
  background-color: #767d83;
}
.review_items {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.review_items .review_item {
  min-width: 24%;
  max-width: 24%;
  border-bottom: 0px;
}
.review_items .review_item .product-block {
  display: flex;
}
.review_items .review_item .product-block .review_name {
  margin-left: 20px;
  display: block;
}
.review_items .review_item .product_img {
  max-width: 85px;
}
.review_items .review_item .review_grade img {
  max-width: 23px;
  margin-left: 15px;
}
.review_items .review_item .review_author {
  margin-top: 10px;
  font-weight: bold;
}
.review_items .review_item .review_text {
  font-style: italic;
  font-size: 14px;
}
.review_items .review_item .review_date {
  margin-top: 10px;
  font-weight: bold;
}
.review_sidebar {
  margin-top: 40px;
}
.review_sidebar .comment_title {
  font-size: 24px;
  margin-bottom: 20px;
}
.review_sidebar .review_item {
  margin-bottom: 20px;
}
.review_sidebar .review_item .product-block {
  display: flex;
}
.review_sidebar .review_item .product-block .review_name {
  margin-left: 20px;
  display: block;
}
.review_sidebar .review_item .review_grade img {
  max-width: 35px;
  margin-left: 15px;
}
.review_sidebar .review_item .review_author {
  margin-top: 10px;
  font-weight: bold;
}
.review_sidebar .review_item .review_text {
  font-style: italic;
  font-size: 14px;
}
.review_sidebar .review_item .review_date {
  margin-top: 10px;
  font-weight: bold;
}
.review_sidebar .review_item .product_img {
  max-width: 100%;
}
.search-top-suggestions .autocomplete-suggestions {
  padding: 5px 10px;
  width: 500px !important;
}
.autocomplete-suggestion .search-list-item {
  display: flex;
  align-items: center;
  padding: 5px;
  text-decoration: none;
}
.search-top-suggestions {
  min-width: 100%;
  position: absolute;
  left: 0;
  top: -10px;
}
.search-top-suggestions .autocomplete-suggestions {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #eceeef;
  overflow: auto;
  top: 70px;
  width: 100% !important;
  border-radius: 5px;
}
.autocomplete-suggestion .img-wrapper {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}
.autocomplete-suggestion .img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.autocomplete-suggestion .search-list-name {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 5px;
  line-height: 1;
}
.popular-slider .full_link {
  position: absolute;
  width: 100%;
  height: 100%;
}
.product-card .info .get_price {
  height: 30px;
  font-size: 13px;
}
.product-card .info .no_rest, .price-wrap .no_rest {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 27.5px;
  color: #fff;
  height: 30px;
  font-size: 16px;
  line-height: 24px;
  padding: 22px 0 22px;
  position: relative;
  background: linear-gradient(99deg, #393776 0%, #2c5ba6 100%);
  border: 1px solid transparent;
  cursor: default;
}
main.catalog .wrap-catalog .filter form {
  overflow: hidden;
}
main.catalog .wrap-catalog .content .sorting .sorting-row .sorting-row-wrap span {
  cursor: pointer;
}
main.catalog .wrap-catalog .content-ajax {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
main.producers {
  align-items: flex-start;
  gap: 20px;
}
main.producers .subcategories_main {
  width: 100%;
  padding-bottom: 20px;
}
main.producers .subcategories_main .subcategories {
  align-items: flex-start;
  width: 100%;
}
.shop_producer_logo img {
  max-width: 100%;
}
.sorting-desk .active {
  color: var(--color2) !important;
}
.add_to_cart_wrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  background: #0000005e;
  display: none;
}
.add_to_cart_wrapper .add_to_cart {
  position: fixed;
  width: 300px;
  height: 250px;
  left: 50%;
  top: 50%;
  margin-left: -150px;
  margin-top: -125px;
  padding: 20px;
  background: white;
}
.add_to_cart_wrapper .add_to_cart .title {
  text-align: center;
}
.add_to_cart_wrapper .add_to_cart .html {
  margin-top: 50px;
  text-align: center;
  font-weight: normal;
}
.add_to_cart_wrapper .add_to_cart .close {
  position: absolute;
  right: 10px;
  font-size: 20px;
  top: 5px;
  color: #F71616;
  cursor: pointer;
}
.add_to_cart_wrapper .add_to_cart .html b {
  font-weight: bold;
  font-size: 16px;
}
.added-cart .cart_info b {
  font-weight: bold;
  font-size: 16px;
}
.added-cart .cart_info {
  text-align: right;
  font-weight: normal;
}
label.error {
  color: #F71616;
  position: absolute;
}
.modal.fast-order .modal__content .form-fast-order .form-items label.error {
  color: #F71616;
}
.individual .individual_item {
  position: relative;
  width: 100%;
  flex-basis: 48%;
  flex-grow: 1;
}
#phone-error {
  bottom: -20px;
  left: 0px;
}
.individual .individual_item input {
  width: 100%;
}
.summ_block p {
  max-width: 275px;
  text-align: left;
  margin-left: auto;
}
.text_other_city {
  position: absolute;
  color: #f71616;
  top: 58px;
  left: 150px;
}
.text_other_city_card {
  color: #f71616;
  text-align: center;
}
.slider_button {
  display: flex;
  flex-wrap: wrap;
}
.slider_button .slide_item {
  background-color: #F3F7FF;
  cursor: pointer;
  padding: 10px 25px;
  border-radius: 5px;
  margin-right: 10px;
}
.same_items {
  margin-top: 40px;
}
.same_items h3 {
  margin-bottom: 30px;
}
.hits_slider .product-card.remove {
  display: none !important;
}
.assoc_group .assoc_group_name {
  display: block;
  text-align: center;
}
.assoc_group .assoc_group_img {
  text-align: center;
  width: 100%;
  display: block;
}
.assoc_group .assoc_group_img img {
  max-height: 70px;
}
.document_items {
  display: flex;
  flex-wrap: wrap;
}
.document_items .document_item {
  margin-right: 20px;
  margin-bottom: 20px;
}
.document_items .document_item img {
  max-width: 50px;
  display: block;
  margin: 0 auto;
}
.document_items .document_item .document_name {
  display: block;
  max-width: 150px;
  text-align: center;
}
.colors-slider .swiper-button-next, .colors-slider .swiper-button-prev {
  opacity: 0.5 !important;
}
.main_filter_form button[type="submit"] .count_items {
  margin-left: 10px;
}
main.catalog .wrap-catalog .filter details .content .inputs._wrap .wrap-input.many_characters {
  max-width: none;
}
header.header-scrolled {
  position: fixed;
  top: -68px !important;
  transform: translateY(50%);
  transition: 0.3s all;
  z-index: 99;
  margin-top: 0px !important;
  background: white;
  padding-bottom: 20px;
  padding-top: 20px;
  box-shadow: 0 0 10px rgba(50, 50, 50, 0.3);
}
.same-slider-button-next:after, .same-slider-button-prev:after, .hits-slider-button-prev:after, .hits-slider-button-next:after, .groups-slider-button-prev:after, .groups-slider-button-next:after, .viewed-slider-button-next:after, .viewed-slider-button-prev:after, .all-products-button-next:after, .all-products-button-prev:after, .hits-slider-main-button-prev:after, .hits-slider-main-button-next:after, .swiper-new-button-next:after, .swiper-new-button-prev:after {
  font-family: swiper-icons;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  font-size: 21px;
  content: "prev";
}
.same-slider-button-next, .same-slider-button-prev, .hits-slider-button-prev, .hits-slider-button-next, .groups-slider-button-prev, .groups-slider-button-next, .viewed-slider-button-prev, .viewed-slider-button-next, .all-products-button-prev, .all-products-button-next, .hits-slider-main-button-prev, .hits-slider-main-button-next, .swiper-new-button-next, .swiper-new-button-prev {
  width: 40px;
  height: 40px;
  background-color: #F3F7FF;
  border-radius: 50%;
  display: flex !important;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 99;
  cursor: pointer;
  opacity: 0.5 !important;
}
.same-slider-button-next:after, .hits-slider-button-next:after, .groups-slider-button-next:after, .viewed-slider-button-next:after, .all-products-button-next:after, .hits-slider-main-button-next:after, .swiper-new-button-next:after {
  transform: rotate(180deg);
}
.same-slider-button-next, .hits-slider-button-next, .groups-slider-button-next, .viewed-slider-button-next, .all-products-button-next, .hits-slider-main-button-next, .swiper-new-button-next {
  top: 50%;
  right: 0px;
}
.same-slider-button-prev, .hits-slider-button-prev, .groups-slider-button-prev, .viewed-slider-button-prev, .all-products-button-prev, .hits-slider-main-button-prev, .swiper-new-button-prev {
  top: 50%;
  left: 0px;
}
.swiper-button-prev, .swiper-button-next {
  opacity: 0.5;
}
.hits-slider-new {
  max-width: 100%;
}
@media (max-width: 768px) {
  main .hits .hits-slider, .same-slider, .groups-slider, .viewed-slider, .categories-slider, .all-card-slider, .hits-slider-main, .hits-slider-new {
    overflow: auto !important;
    padding-bottom: 10px !important;
  }
  main .hits .hits-slider .swiper-slide, .same-slider .swiper-slide, .groups-slider .swiper-slide, .viewed-slider .swiper-slide {
    max-width: 70%;
  }
  .all-products-button-next, .all-products-button-prev {
    display: none !important;
  }
  .categories-slider .swiper-slide {
    margin-right: 10px;
  }
  .same-slider-button-next, .same-slider-button-prev, .hits-slider-button-prev, .hits-slider-button-next, .groups-slider-button-prev, .groups-slider-button-next, .viewed-slider-button-prev, .viewed-slider-button-next, .swiper-new-button-next, .swiper-new-button-prev, .hits-slider-main-button-prev, .hits-slider-main-button-next {
    display: none !important;
  }
  .product-card .info .no_rest, .price-wrap .no_rest {
    text-align: center;
    font-size: 11px;
  }
  header.header-scrolled {
    top: -80px !important;
  }
  .slider_button .slide_item {
    padding: 10px 5px;
    font-size: 12px;
    margin-bottom: 10px;
  }
  main.single-product-page .wrap-cart .price .price-wrap .price-product-wrap .price-product span {
    font-size: 30px;
  }
  main.single-product-page .wrap-cart .price .price-wrap .price-product-wrap .price-product .old-price {
    font-size: 25px;
  }
  .document_items .document_item img {
    max-width: 50px;
  }
  main.single-product-page .tabs .tabs__content .tabs__pane .wrap-reviews .product-reviews .wrap-info .wrap-rating .btn {
    min-width: unset;
    width: 275px;
  }
  main.single-product-page .tabs .tabs__content .tabs__pane .wrap-reviews .product-reviews {
    max-width: 100%;
  }
  .document_items .document_item .document_name {
    display: block;
    max-width: 100px;
  }
  .text_other_city {
    left: 0px;
    width: 100%;
    font-size: 10px;
  }
  main.producers {
    padding: 20px 10px 50px 10px;
  }
  main.producers main.catalog .wrap-catalog .content .products .product-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  main .slider-header .header-slider .swiper-button-next::after, main .slider-header .header-slider .swiper-button-prev::after {
    font-size: 15px;
    padding: 8px 12px;
  }
  .slider_no_back {
    display: none;
  }
  .review_items .review_item {
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .review_items {
    flex-wrap: wrap;
    padding-left: 20px;
  }
  .slider_blocks_dots {
    width: 100%;
    margin-left: 0px;
    left: 0;
  }
  .review_items .review_item .review_grade img {
    margin: 0 !important;
    margin-left: 15px !important;
  }
  .review_sidebar {
    display: none;
  }
}
.menu-btns-filters {
  width: 100%;
}
.menu-btns-filters > div {
  display: flex;
  width: 100%;
  text-align: left;
  flex-wrap: wrap;
  gap: 15px;
}
.menu-btns-filters > div > span, .menu-btns-filters > div > a {
  padding: 10px 15px;
  border-radius: 2px;
  text-wrap: nowrap;
  background: var(--blue);
  cursor: pointer;
  transition: all 0.3s;
}
.menu-btns-filters > div > span:hover, .menu-btns-filters > div > span.active, .menu-btns-filters > div > a:hover, .menu-btns-filters > div > a.active {
  background: var(--blue2);
  color: var(--white);
}
@media (max-width: 768px) {
  .menu-btns-filters {
    overflow-x: scroll;
  }
  .menu-btns-filters > div {
    flex-wrap: nowrap;
    gap: 10px;
  }
  .menu-btns-filters > div > span, .menu-btns-filters > div > a {
    padding: 8px 10px;
    font-size: 13px;
  }
}
main.catalog .wrap-catalog .content .products .product-cards .product-card {
  max-height: initial;
}
main.catalog .wrap-catalog .filter.active {
  z-index: 240;
}
@media (max-width: 768px) {
  main.catalog .wrap-catalog .filter form {
    overflow: auto;
  }
}
main.single-product-page .wrap-cart .price .price-wrap .price-product-wrap .price-product {
  flex-direction: column;
  gap: 3px;
  align-items: flex-start;
}
main.single-product-page .wrap-cart .price .price-wrap .price-product-wrap .price-product span {
  white-space: nowrap;
}
main.single-product-page .wrap-cart .price .price-wrap .price-product-wrap .price-product .price-one {
  display: inline-block;
  margin: 0 0 0 15px;
  color: var(--text-gray);
  font-size: 1.3em;
  font-weight: 500;
}
main.single-product-page .wrap-cart .price .price-wrap .price-product-wrap .price-product .price-one.hidden {
  display: none;
}
.product-card .info {
  gap: 15px;
}
.product-card .props {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 13px;
  color: var(--text-gray);
  text-align: left;
}
.product-card .props span {
  font-weight: 700;
}
.product-card .props .old {
  display: inline-block;
  margin-left: 5px;
  text-decoration: line-through;
  opacity: 0.5;
}
.product-card .price {
  text-align: left;
}
@media (max-width: 768px) {
  .product-card .price {
    font-size: 15px;
  }
  .product-card .price .btn.red {
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
  }
  .product-card .price .btn.red .ri-shopping-cart-line:before {
    font-size: 16px;
  }
}
.price-product-row .old {
  display: inline-block;
  margin-left: 5px;
  text-decoration: line-through;
  opacity: 0.5;
}
.overlay {
  z-index: 190;
}
.modal {
  z-index: 0;
}
.modal.active {
  z-index: 200;
}
header {
  /*z-index: 200;
    &.header-scrolled {z-index: 200;}*/
}
header .header-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.categories-slider .group_item .swiper-slide {
  margin-bottom: 10px;
}
.footer_form {
  background: #9e9e9e30;
  width: 100%;
  display: flex;
  justify-content: center;
  padding-bottom: 10px;
  padding-top: 10px;
}
.footer_form .footer_form_link {
  height: 50px;
  background: url(/images/fotter_form_ico.png) no-repeat;
  display: flex;
  padding-left: 55px;
  align-items: center;
  font-size: 20px;
  text-transform: uppercase;
  background-size: 50px;
}
.footer_form .footer_form_link:hover {
  text-decoration: underline;
}
.reviews .review .wrap-slider img {
  max-width: 100px;
}
.media_items {
  display: flex;
  flex-wrap: wrap;
}
.media_items .media-item {
  width: 50px;
  height: 50px;
  overflow: hidden;
  margin: 5px;
}
.media_items .media-item img {
  min-height: 50px;
  width: auto;
}
header .header-bottom .info {
  margin-left: 20px;
}
.hits-slider-main {
  max-width: 100%;
}
.install_body {
  max-width: 100%;
}
.homepage-catalog_install_items {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.wrapper-all-content-pages .homepage-catalog .homepage-catalog__inner.install {
  display: block;
}
.wrapper-all-content-pages .homepage-catalog .homepage-catalog__inner.install .homepage-catalog__item {
  width: auto;
  height: auto;
  margin-bottom: 30px;
  margin-right: 20px;
  text-align: center;
  max-width: 290px;
}
* {
  scrollbar-width: thin;
  scrollbar-color: #2c5ba6 #F3F7FF;
}
*::-webkit-scrollbar {
  height: 12px;
  width: 12px;
}
*::-webkit-scrollbar-track {
  background: #F3F7FF;
}
*::-webkit-scrollbar-thumb {
  background-color: #2c5ba6;
  border-radius: 5px;
  border: 3px solid #F3F7FF;
}
* {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (max-width: 1024px) {
  .full-width.contacts.wrapper-all-content-pages {
    margin-top: 10px;
  }
}
@media (min-width: 1200px) {
  .menu-btns-filters .group_menu_btns span, .menu-btns-filters .group_menu_btns a {
    padding: 10px 15px;
    border-radius: 2px;
    text-wrap: nowrap;
    background: var(--blue);
    cursor: pointer;
    transition: all 0.3s;
    margin-right: 20px;
    margin-bottom: 10px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: inherit;
    font-size: inherit;
    color: var(--text);
  }
  .menu-btns-filters .group_menu_btns span:hover, .menu-btns-filters .group_menu_btns a:hover, .menu-btns-filters .group_menu_btns span.active {
    background: #393776;
    color: #fff;
  }
  .menu-btns-filters .group_menu_btns {
    display: flex;
    flex-direction: column;
  }
  .menu-btns-filters {
    overflow-x: auto;
  }
  .menu-btns-filters > div {
    flex-wrap: nowrap;
  }
}
@media (max-width: 830px) {
  .groups-slider.groups_slider .swiper-slide {
    max-width: 40%;
  }
  header .header-top .mobile-handset {
    margin-left: 5px;
  }
  .header-scrolled .header-top .logo, .header-scrolled .header-top .change_city {
    display: none;
  }
  header.header-scrolled .header-top {
    height: 70px;
  }
  body header.header-scrolled .header-top {
    grid-template-columns: repeat(1, 1fr) repeat(1, 0);
    grid-template-rows: repeat(1, 1fr);
  }
  .footer_form .footer_form_link {
    font-size: 14px;
  }
  .modal._catalog {
    width: 95%;
    padding: 15px 10px;
  }
  .modal._catalog .modal__content {
    height: calc(100% - 60px);
  }
  .modal._cities {
    width: 95%;
    padding: 15px 10px;
  }
}
@media (max-width: 700px) {
  main.catalog .wrap-catalog .filter form {
    padding-bottom: 20px;
  }
  main.catalog .wrap-catalog .filter .btns {
    bottom: 0px;
  }
  .wrapper-all-content-pages .homepage-catalog .homepage-catalog__inner.install .homepage-catalog__item {
    width: 44%;
    height: auto;
    margin: 10px;
    text-align: center;
    margin-right: 0px;
  }
  .wrapper-all-content-pages .homepage-catalog .homepage-catalog__inner.install .homepage-catalog__item img {
    max-width: 100%;
  }
}