<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

/* Start:/local/templates/rodmon/css/style.css?174764622425452*/
@font-face {
  font-family: Montserrat;
  src: url("/local/templates/rodmon/css/../fonts/Montserrat-VariableFont_wght.ttf");
}

/* COOKIES START */

.cookies-notification {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  color: white;
  padding: 15px 20px;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  display: none;
}

.cookies-content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
}

.cookies-content p {
  margin: 0;
  flex: 1;
  min-width: 250px;
  font-size: 14px;
  line-height: 1.4;
}

.cookies-btn {
  background: #fee74d;
  color: #000;
  border: none;
  padding: 8px 20px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  transition: background 0.3s;
}

.cookies-btn:hover {
  background: #ffd12d;
}

.cookies-link {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s;
}

.cookies-link:hover {
  text-decoration: underline;
}

@media (max-width: 600px) {
  .cookies-content {
    flex-direction: column;
    text-align: center;
  }

  .cookies-btn {
    width: 100%;
  }
}

/* COOKIES END*/

h1 {
  margin-top: 30px;
  margin-bottom: 15px;
}

.contacts h1 {
  margin-top: 0;
}

h1,
h2 {
  font-size: 36px;
}

.title-underline {
  border-bottom: solid 1px #fee74d;
  padding-bottom: 20px;
}

p {
  margin-bottom: 0.5rem;
}

.text-big {
  font-size: 24px;
}

.text-bigger {
  font-size: 18px;
}

img {
  max-width: 100%;
}

.a-normal a,
.a-normal {
  font-weight: normal;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

input[type="text"],
input[type="email"],
textarea,
input[type="password"] {
  border: 1px solid #9b9b9b;
  padding: 10px 20px;
  border-radius: 20px;
  width: 100%;
}

.form-disabled input[type="text"],
.form-disabled input[type="email"],
.form-disabled textarea,
.form-disabled input[type="password"] {
  pointer-events: none;
  cursor: not-allowed;
  border-color: #dddddd;
}

.form-width {
  max-width: 500px;
}

.form-width-small {
  max-width: 400px;
}

.container-fluid {
  max-width: 1280px;
  color: #5a5a5a;
  font-size: 14px;
  font-family: Montserrat;
}

a {
  text-decoration: none;
  color: #5a5a5a;
  font-weight: bold;
}

a:hover {
  text-decoration: underline;
}

strong {
  font-weight: 600;
}

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

.top-margin {
  margin-top: 50px;
}

.right-margin {
  margin-right: 24px;
}

.vue-default-hidden {
  display: none;
}

.yellow-bg {
  background-color: #fee74d;
}

/*-------------------------------UL LI------------------------------*/

.rodmon-ul {
  margin: 0;
  padding: 0;
}

.rodmon-ul li {
  list-style: none;
  position: relative;
  padding-left: 23px;
}

.rodmon-ul li:before {
  display: inline-block;
  content: "";
  width: 12px;
  height: 12px;
  background: #fee74d;
  border-radius: 20px;
  position: absolute;
  left: 0;
  top: 5px;
  /*bottom: 0;*/
  /*margin: auto;*/
}

.info-text ul li {
  list-style-type: none;
}

.info-text ul li::before {
  content: " ";
  display: inline-block;
  font-size: 24px;
  color: #fee74d;
  width: 8px;
  height: 8px;
  background-color: #fee74d;
  border-radius: 50%;
  margin-right: 15px;
}

.info-text ol li::marker {
  display: inline-block;
  font-size: 18px;
  color: black;
  /*bottom: 0;*/
  /*margin: auto;*/
}

/*-----------------------------HEADER----------------------------*/

header {
  padding: 36px 0;
  box-shadow: 0px 0px 11px -5px rgba(0, 0, 0, 0.38);
}

header .logo {
  width: 76px;
  height: 84px;
}

.header-search {
  max-width: 732px;
  position: relative;
}

.header-search input {
  width: 100%;
  border-radius: 15px;
  padding: 0 40px 0 15px;
  border: none;
  height: 36px;
  box-shadow: 0px 0px 11px -5px rgba(0, 0, 0, 0.38);
}

.header-search .btn {
  position: absolute;
  right: 0;
  top: 5px;
}

.header-search .btn:focus {
  outline: none;
  box-shadow: none;
}

.header-search .items-block {
  width: 100%;
  border-radius: 16px;
  box-shadow: 0px 0px 11px -5px rgba(0, 0, 0, 0.38);
  position: absolute;
  left: 0;
  top: 51px;
  overflow: hidden;
  background-color: white;
  z-index: 5000;
  /*display: none;*/
}

.header-search .items-block ul {
  padding: 5px 0;
  margin: 0;
}

.header-search .items-block li {
  list-style: none;
}

/*
.header-search .items-block li:hover,
.header-search .items-block li.active {
  background-color: #ffd12d;
}

*/

.header-search .items-block li a {
  display: flex;
  padding: 5px 10px;
  align-items: center;
}

.header-search .items-block img {
  width: 52px;
  height: auto;
  margin-right: 15px;
}

.header-search .items-block li {
  border: 1px solid transparent;
  padding: 5px 0;
}

.header-search .items-block li a:hover {
  text-decoration: none;
}

.autocomplete-cat-title,
.autocomplete-product-title,
.autocomplete-first-title {
  font-size: 16px;
  font-weight: bold;
  padding-top: 15px;
  padding-bottom: 5px;
}

.autocomplete-cat a {
  font-weight: normal;
  padding-left: 10px !important;
  display: inline-block !important;
  vertical-align: middle;
}

.autocomplete-product a {
  font-weight: normal;
}

.autocomplete-cat::before {
  content: url("/local/templates/rodmon/css/../images/search_cat_icon.png");
  display: inline-block;
  vertical-align: middle;
  padding-left: 15px;
  padding-top: 5px;
}

.autocomplete-product:hover,
.autocomplete-cat:hover,
.autocomplete-sts:hover,
.autocomplete-correction:hover,
.autocomplete-taps:hover {
  border: 1px solid #ffd12d !important;
  border-radius: 5px;
}

.autocomplete-product:hover a,
.autocomplete-cat:hover a,
.autocomplete-sts:hover a,
.autocomplete-correction:hover a,
.autocomplete-taps:hover a {
  color: #000;
}

.autocomplete-correction a,
.autocomplete-taps a,
.autocomplete-sts a {
  font-weight: normal;
}

header .actions {
  text-align: right;
}

header .actions .item {
  width: 60px;
  height: 60px;
  border-radius: 12px;
  background-color: #fee74d;
  /*display: inline-block;*/
  margin-left: 15px;
  text-decoration: none;
}

header .actions .item:hover {
  background: #ffd12d;
}

header .actions .basket-ico-block {
  position: relative;
}

header .actions .basket-ico-block img {
  margin-right: 4px;
}

header .actions .basket-ico-block .count {
  position: absolute;
  margin: 0 auto;
  display: inline-block;
  padding: 0 2px;
  border-radius: 15px;
  top: 6px;
  background-color: #fee74d;
}

.button {
  background: #fee74d;
  border-radius: 12px;
  box-shadow: 0px 0px 11px -5px rgba(0, 0, 0, 0.38);
  padding: 12px 30px;
  font-size: 14px;
  display: inline-block;
  border-width: 0;
  text-align: center;
  /*font-weight: bold;*/
}

.button-round {
  border-radius: 100px !important;
  width: 51px;
  height: 51px;
}

.bg-white {
  background-color: white;
}

.button:hover {
  background: #ffd12d;
  text-decoration: none;
}

.button-disabled,
.form-disabled .button {
  pointer-events: none;
  cursor: not-allowed;
  background-color: #e4e4e4 !important;
}

.box-shadow {
  box-shadow: 0px 0px 11px -5px rgba(0, 0, 0, 0.38);
}

.box-radius {
  border-radius: 15px;
}

.box-title {
  font-size: 24px;
}

/*----------------------------MENU----------------------------------*/
nav {
}

nav .item {
  display: inline-block;
  /*height: 48px;*/
  box-shadow: 0px 0px 11px -5px rgba(0, 0, 0, 0.38);
  border-radius: 12px;
  /*border: 1px Solid #f0f0f0; */
  text-align: center;
  max-width: 192px;
  width: 100%;
  background: #fff;
}

nav .item:hover {
  background: #ffd12d;
}

nav .item a {
  padding: 15px;
  display: block;
  /*height: 100%;*/
  font-weight: 700;
  text-decoration: none;
}

nav .catalog-dropdown .open-button,
.left-col {
  width: 300px;
}

nav .catalog-dropdown .open-button {
  /*height: 48px;*/
  background: #fee74d;
  /* shadow down */
  box-shadow: 0 4px 30px rgba(176, 173, 173, 0.1);
  border-radius: 12px;
  display: inline-block;
  font-weight: 700;
  padding: 16px 14px 14px 24px;
  position: relative;
}

nav .catalog-dropdown .open-button:hover {
  background: #ffd12d;
  text-decoration: none;
}

nav .catalog-dropdown .open-button::after {
  background: no-repeat url("/local/templates/rodmon/css/../images/catalog-dropdown.svg");
  width: 10px;
  height: 6px;
  position: absolute;
  right: 22px;
  content: "";
  top: 45%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  rotate: -90deg;
  transition-property: rotate;
  transition-duration: 0.2s;
}

.products-menu-open .open-button::after {
  rotate: 0deg !important;
  top: 50% !important;
  transition-property: rotate;
  transition-duration: 0.2s;
}

nav.nav-margin {
  margin-bottom: 48px;
}

/*-----------------------------FOOTER-----------------------------*/
footer {
  padding: 48px 0 36px 0;
  box-shadow: 0 -4px 30px rgba(176, 173, 173, 0.25);
  margin-top: 50px;
}

footer .links li {
  margin-bottom: 3px;
}

footer a {
  font-weight: normal;
}

footer .links .general {
  margin-bottom: 15px;
}

footer .links .general a {
  font-weight: 600;
}

footer .contact,
header .contact {
  color: #777777;
  margin-bottom: 15px;
}

.pc_header .contact a {
  font-weight: normal;
}

footer .contact .icon,
.header .contact .icon {
  display: inline-block;
  width: 18px;
  text-align: center;
  margin-right: 10px;
}

footer .last-part {
  margin-top: 30px;
  font-size: 10px;
}

footer .last-part .rodmon {
  font-weight: 500;
}

footer .ya-footer-frame {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  top: -20px;
}

.on_top {
  background-image: url("/local/templates/rodmon/css/../images/arrow.svg");
  background-repeat: no-repeat;
  background-position-x: 50%;
  background-position-y: 50%;
  background-size: 33%;
  cursor: pointer;
  position: fixed;
  bottom: 200px;
  right: 65px;
  width: 50px;
  height: 50px;
  background-color: #000;
  opacity: 0.4;
  border-radius: 100%;
  z-index: 10000;
}

.on_top:hover {
  background: #000;
  opacity: 1;
  background-image: url("/local/templates/rodmon/css/../images/arrow.svg");
  background-repeat: no-repeat;
  background-position-x: 50%;
  background-position-y: 50%;
  background-size: 33%;
}

/*------------------------------------Р”РµР»Р°РµРј РїР»Р°РІР°СЋС‰СѓСЋ РІС‹СЃРѕС‚Сѓ-----------------------------*/
.image-auto-height {
  width: 100%;
}

.image-auto-height .image-auto-height-inner {
  position: relative;
  height: 0;
  border: none;
}

.image-auto-height .image-auto-height-inner .image-auto-height-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/*--------------------------------РЎРµР»РµРєС‚ СЃС‚РёР»РёР·РѕРІР°РЅРЅС‹Р№--------------------------*/
.custom-select {
  position: relative;
  width: 300px;
  padding: 5px 20px;
  border-radius: 100px;
  border: 1px solid #a5a5a5;
  display: inline-block;
  cursor: pointer;
  text-align: left;
}

.custom-select::after {
  background: no-repeat url("/local/templates/rodmon/css/../images/catalog-dropdown.svg");
  width: 10px;
  height: 6px;
  position: absolute;
  right: 18px;
  content: "";
  top: 45%;
}

.custom-select .items-block {
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 5px 20px 0 #0000001a;
  position: absolute;
  left: 0;
  top: 33px;
  overflow: hidden;
  background-color: white;
  z-index: 10;
  /*display: none;*/
}

.custom-select .items-block ul {
  padding: 5px 0;
  margin: 0;
}

.custom-select .items-block li {
  list-style: none;
}

.custom-select .items-block li:hover,
.custom-select .items-block li.active {
  background-color: lightgrey;
}

.custom-select .items-block li a {
  display: block;
  padding: 3px 20px;
}

.custom-select .items-block li a:hover {
  text-decoration: none;
}

/*---------------------------Custom range-----------------------------*/
input[type="range"] {
  -webkit-appearance: none;
  pointer-events: none;
  padding: 0;
  width: 100%;
  height: 1px;
  background-color: #dddddd;
}

input[type="range"]:focus,
input[type="range"]:active {
  outline: none;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  box-sizing: content-box;
  width: 24px;
  height: 24px;
  border: none;
  pointer-events: auto;
  border-radius: 14px;
  background-color: #fee74d;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

input[type="range"]::-moz-range-thumb {
  width: 24px;
  height: 24px;
  border: none;
  pointer-events: auto;
  border-radius: 14px;
  background-color: #fee74d;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

input[type="range"]::-ms-thumb {
  width: 24px;
  height: 24px;
  border: none;
  pointer-events: auto;
  border-radius: 14px;
  background-color: #fee74d;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

input[type="range"]::-webkit-slider-runnable-track {
  /* your track styles */
}

input[type="range"]::-moz-range-track {
  -moz-appearance: none;
  background: none;
}

input[type="range"]::-ms-track {
  /* should come after -webkit- */
  border-color: transparent;
  color: transparent;
  background: transparent;
  /* again your track styles */
}

input[type="range"]::-ms-fill-upper {
  background: transparent;
}

input[type="range"]::-ms-fill-lower {
  background: transparent;
}

input[type="range"]::-ms-tooltip {
  display: none;
}

/*---------------------------Checkbox-----------------------*/
/*input[type="checkbox"]:checked,*/
/*input[type="checkbox"]:not(:checked),*/
/*{*/
/*    position: absolute;*/
/*    left: -9999px;*/
/*}*/

/*input[type="checkbox"]:checked + label,*/
/*input[type="checkbox"]:not(:checked) + label,*/
/*    display: inline-block;*/
/*    position: relative;*/
/*    padding-left: 28px;*/
/*    line-height: 20px;*/
/*    cursor: pointer;*/
/*}*/

input[type="checkbox"] + label {
  position: relative;
  padding: 2px 15px;
}

input[type="checkbox"] {
  opacity: 0;
}

input[type="checkbox"] + label:before {
  content: "";
  position: absolute;
  left: -14px;
  top: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #dddddd;
  border-radius: 3px;
  background-color: #ffffff;
  cursor: pointer;
}

input[type="checkbox"]:checked + label:after {
  content: "";
  position: absolute;
  left: -11px;
  top: 3px;
  width: 18px;
  height: 18px;
  background-color: #fee74d;
  border-radius: 3px;
  cursor: pointer;
}

/*input[type="checkbox"]:checked:before,*/
/*input[type="checkbox"]:not(:checked):before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0;*/
/*    width: 24px;*/
/*    height: 24px;*/
/*    border: 1px solid #DDDDDD;*/
/*    background-color: #ffffff;*/
/*}*/

/*input[type="checkbox"]:checked + label:before,*/
/*input[type="checkbox"]:not(:checked) + label:before {*/
/*    border-radius: 4px;*/
/*}*/

/*input[type="radio"]:checked + label:before,*/
/*input[type="radio"]:not(:checked) + label:before {*/
/*    border-radius: 100%;*/
/*}*/

/*input[type="checkbox"]:checked + label:after,*/
/*input[type="checkbox"]:not(:checked) + label:after,*/
/*input[type="radio"]:checked + label:after,*/
/*input[type="radio"]:not(:checked) + label:after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    -webkit-transition: all 0.2s ease;*/
/*    -moz-transition: all 0.2s ease;*/
/*    -o-transition: all 0.2s ease;*/
/*    transition: all 0.2s ease;*/
/*}*/

/*input[type="checkbox"]:checked + label:after,*/
/*input[type="checkbox"]:not(:checked) + label:after {*/
/*    left: 3px;*/
/*    top: 4px;*/
/*    width: 10px;*/
/*    height: 5px;*/
/*    border-radius: 1px;*/
/*    border-left: 4px solid #e145a3;*/
/*    border-bottom: 4px solid #e145a3;*/
/*    -webkit-transform: rotate(-45deg);*/
/*    -moz-transform: rotate(-45deg);*/
/*    -o-transform: rotate(-45deg);*/
/*    -ms-transform: rotate(-45deg);*/
/*    transform: rotate(-45deg);*/
/*}*/

/*input[type="radio"]:checked + label:after,*/
/*input[type="radio"]:not(:checked) + label:after {*/
/*    left: 5px;*/
/*    top: 5px;*/
/*    width: 10px;*/
/*    height: 10px;*/
/*    border-radius: 100%;*/
/*    background-color: #e145a3;*/
/*}*/

/*---------------------------Callback-----------------------*/
.callback-block {
  display: none;
}

.callback-block-active {
  display: block;
}

/*---------------------------Calc-----------------------*/
.calc-zatir-block {
  display: none;
}

.calc-zatir-block-active {
  display: block;
}

/*--------------------------Show image----------------------*/

#show-image-block {
  display: none;
}

#show-image-bg {
  background-color: black;
  opacity: 0.3;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10000;
}

#show-image {
  /*width: 50%;*/
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100001;
}

#show-image img {
  max-height: 100vh;
}

.show-image-els {
  /*display: none;*/
}

#show-image-close-button {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 100002;
  width: 35px;
  height: 35px;
  border-radius: 100px;
  text-align: center;
  padding: 6px 0;
  cursor: pointer;
}

#show-image-prev,
#show-image-next {
  position: fixed;
  z-index: 100002;
  cursor: pointer;
  top: 50%;
}

#show-image-next {
  background-image: url(/local/templates/rodmon/css/../images/arrow.svg);
  background-repeat: no-repeat;
  background-position-x: 50%;
  background-position-y: 50%;
  background-size: 33%;
  cursor: pointer;
  position: fixed;
  right: 150px;
  width: 50px;
  height: 50px;
  background-color: #000;
  border-radius: 100%;
  z-index: 10000;
  transform: rotate(90deg);
}

#show-image-prev {
  background-image: url(/local/templates/rodmon/css/../images/arrow.svg);
  background-repeat: no-repeat;
  background-position-x: 50%;
  background-position-y: 50%;
  background-size: 33%;
  cursor: pointer;
  position: fixed;
  left: 150px;
  width: 50px;
  height: 50px;
  background-color: #000;
  border-radius: 100%;
  z-index: 10000;
  transform: rotate(-90deg);
}

#show-image-next:hover {
  background-color: #fee74d;
}

#show-image-prev:hover {
  background-color: #fee74d;
}

.karta {
  height: 593px;
}

.bx-green .btn.btn-default {
  background: #fee74d;
  border: none;
  box-shadow: 0px 0px 11px -5px rgba(0, 0, 0, 0.38);
  color: #000;
}

.bx-green .btn.btn-default:hover {
  background: #ffd12d;
  color: #000;
}

.bx-soa-section.bx-step-completed {
  border: 1px solid #fee74d !important;
}

.alert-success {
  background: #fee74d !important;
  border-color: #ffd12d !important;
  color: #000 !important;
}

.bx-soa-section.bx-step-completed .bx-soa-section-title-count {
  background: #ffd12d !important;
  border-color: #ffd12d !important;
}

.bx-soa-section.bx-step-completed .bx-soa-section-title-count:after {
  color: #000 !important;
}

.cart_oplata_alert {
  margin: 50px 0 50px 0;
  font-size: 18px;
  padding: 20px;
  background: #fee74d;
  border-radius: 12px;
}

.contacts .checkbox_field {
  margin-left: 15px;
}

.register .checkbox_field {
  margin-left: 15px;
}

.reload_cap_icon {
  margin-left: 20px;
  width: 24px;
  height: auto;
  transition: all 0.4s;
}

.reload_cap_icon:active {
  transform: rotate(360deg);
}

.bx-step-completed .bx-soa-item-img-block {
  width: 80px !important;
}

#pickUpMap {
  display: none;
}

.cat_article h1 {
  font-size: 26px;
}

.cat_article h2 {
  font-size: 22px;
}

.cat_article h3 {
  font-size: 18px;
}

.cat_article h4,
h5,
h6 {
  font-size: 16px;
}

.news-detail h1 {
  font-size: 26px;
}

.news-detail h2 {
  font-size: 22px;
}

.news-detail h3 {
  font-size: 18px;
}

.news-detail h4,
h5,
h6 {
  font-size: 16px;
}

.clients_replies_text {
  font-size: 18px;
}

@media (min-width: 1281px) {
  .mobile_header {
    display: none;
  }

  .nav_mobile {
    display: none;
  }

  .mobile_menu_block {
    display: none;
  }

  .lb-widget-panel {
    bottom: 100px !important;
  }
}

@media (min-width: 1025px) {
  .footer_mobile_socials img {
    width: 32px;
    height: 32px;
    transition: 0.3s;
  }

  .footer_mobile_socials img:hover {
    width: 36px;
    height: 36px;
  }

  .footer_socials_link_style {
    display: block;
    width: 36px;
    height: 36px;
  }
}

@media (max-width: 1024px) {
  .pc_header {
    display: none;
  }

  .on_top {
    bottom: 30px;
    left: 30px;
  }

  .nav_mobile {
    margin-bottom: 50px;
  }

  header .actions .item {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    background-color: #fee74d;
    /*display: inline-block;*/
    margin-left: 0;
    margin-right: 15px;
    text-decoration: none;
  }

  header .actions .item:hover {
    background: #ffd12d;
  }

  .footer_mobile_logo_hide {
    display: none;
  }

  footer .ya-footer-frame {
    top: 20px;
  }

  .footer_mobile_socials {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .footer_mobile_socials img {
    width: 32px;
    height: 32px;
  }

  .mobile_menu_icon {
    box-shadow: 0px 0px 11px -5px rgba(0, 0, 0, 0.38);
    border-radius: 12px;
    cursor: pointer;
    position: relative;
    border: none;
    background: transparent;
    width: 50px;
    height: 50px;
    padding: 10px;
    margin-right: 15px;
  }

  .burger {
    cursor: pointer;
    display: block;
    position: relative;
    border: none;
    background: transparent;
    width: 30px;
    height: 26px;
  }

  .burger::before,
  .burger::after {
    content: "";
    left: 0;
    position: absolute;
    display: block;
    width: 100%;
    height: 3px;
    border-radius: 10px;
    background: #000;
  }

  .burger::before {
    top: 0;
    box-shadow: 0 11px 0 #000;
  }

  .burger::after {
    bottom: 0;
  }

  .closeModal {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 24px;
    height: 24px;

    cursor: pointer;
  }

  .closeModal::before,
  .closeModal::after {
    content: "";
    position: absolute;
    top: 10px;
    display: block;
    width: 24px;
    height: 3px;
    background: #000;
  }

  .closeModal::before {
    transform: rotate(45deg);
  }

  .closeModal::after {
    transform: rotate(-45deg);
  }

  nav .catalog-dropdown .open-button,
  .left-col {
    width: 280px;
  }

  .products-menu-dropdown {
    width: 280px !important;
  }

  .nav_pc {
    display: none;
  }

  .main_nav_pc {
    display: none;
  }

  footer {
    padding: 48px 0 100px 0;
  }

  footer a {
    font-size: 16px;
  }

  footer .links .general a {
    font-size: 22px;
  }

  .footer_mobile_contacts {
    margin-top: 30px;
  }

  footer .last-part {
    font-size: 14px;
  }

  .mobile_menu_block {
    position: fixed;
    width: 80%;
    height: 100%;
    left: -80%;
    top: 0;
    padding: 10%;
    background: #fff;
    z-index: 10000;
    box-shadow: 0px 0px 11px -5px rgba(0, 0, 0, 0.38);
    transition: all 0.7s;
  }

  .mobile-menu-open {
    left: 0;
  }

  .mobile_menu_box {
    width: 100%;
    height: auto;
  }

  .mobile_menu_box ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }

  .mobile_menu_box ul li {
    padding: 5px 0;
  }

  .mobile_menu_box ul a {
    font-size: 18px;
  }

  .price-block {
    margin-top: 30px;
  }

  .form-disabled {
    margin-top: 30px;
  }

  .personal-inc {
    margin-top: 50px;
  }

  .product-page {
    margin-top: 50px;
  }

  .mobile_menu_socials {
    margin-top: 30px;
    font-size: 18px;
  }

  .mobile_menu_socials_link {
    display: block;
  }

  .social_logo {
    width: 32px !important;
    height: 32px !important;
  }

  .youtube .social_logo {
    width: auto !important;
    height: 32px !important;
  }

  .mobile_menu_contacts_title {
    font-size: 18px;
    margin: 30px 0 15px 0;
  }

  .mobile_menu_contacts .contact {
    margin-bottom: 10px;
  }

  .mobile_menu_contacts .icon {
    margin-right: 15px;
  }

  #show-image {
    width: 88%;
    position: fixed;
    top: 52%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100001;
  }

  .catalog-submenu {
    margin-top: 50px;
  }

  .image_seo_content {
    width: 100%;
    height: auto;
  }
}
/*-----------------------------Pagination---------------------------*/
.pagination-control .page-num {
  display: inline-block;
  margin: 0 4px;
}

.pagination-control a {
  font-weight: 400;
}
/*-----------------------------Smart Filter---------------------------*/

.smart-filter .filter-title {
  font-size: 18px;
  margin-bottom: 15px;
}

.smart-filter .filter-block {
  margin-bottom: 40px;
}

.smart-filter .filter-block.price-block {
  max-width: 400px;
}

.smart-filter .double-range {
  position: relative;
  height: 24px;
  margin-bottom: 15px;
}

.smart-filter .double-range input[type="range"] {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: transparent;
  z-index: 1;
}

.smart-filter .double-range .line {
  position: absolute;
  height: 1px;
  background-color: #a5a5a5;
  width: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  z-index: 0;
}

.smart-filter .price-filter-value {
  border-radius: 20px;
  border: solid 1px #a5a5a5;
}

.smart-filter .price-filter-value .min-price,
.smart-filter .price-filter-value .max-price {
  display: inline-block;
  width: 50%;
  color: #a5a5a5;
  padding: 3px 10px;
}

.smart-filter .price-filter-value .min-price {
  border-right: solid 1px #a5a5a5;
}

.smart-filter .input-number {
  width: 50px;
  border: none;
  padding: 0;
  color: #a5a5a5;
  margin-left: 5px;
}
.smart-filter-col .smart-filter-sticky-block {
  position: sticky;
  top: 0;
}

.smart-filter .float-button {
  padding: 3px 20px;
  border-radius: 10px;
  /*position: absolute;*/
  /*left: 100%; !* РЎРґРІРёРіР°РµРј РєРЅРѕРїРєСѓ РІРїСЂР°РІРѕ РѕС‚ С‚РµРєСЃС‚Р° *!*/
  /*margin-left: 10px; !* РћС‚СЃС‚СѓРї РјРµР¶РґСѓ С‚РµРєСЃС‚РѕРј Рё РєРЅРѕРїРєРѕР№ *!*/
  /*top: 0;*/
}

/* End */


/* Start:/local/templates/rodmon/css/slick.css?17382967292855*/
/* Slider */
.slick-slider {
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;

    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    /*display: block;*/
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}


.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}


.slick-prev,
.slick-next {
    height: 48px;
    width: 48px;
    border-radius: 100px;
    border: 1px solid #ebebeb;
    box-shadow: 0px 0px 11px -5px rgba(0, 0, 0, 0.38);
    background-color: #FFFFFF;
    /*right: -25px;*/
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}
.slick-prev.slick-disabled, .slick-next.slick-disabled {
    display: none !important;
}

.slick-prev {
    background-image: url('/local/templates/rodmon/css/../images/slider-arrow-left.svg');
    left: 25px;
}

.slick-next {
    background-image: url('/local/templates/rodmon/css/../images/slider-arrow-right.svg');
    right: 25px;
}

.slider .slick-track {
    display: flex;
}

.slider .slide img {
    /*max-width: 70vw;*/
}


/* End */


/* Start:/local/templates/rodmon/components/rodmon/catalog.section.list/.default/style.css?17383221331976*/
.products-menu ul {
  margin: 0;
  padding: 0;
}

.products-menu li {
  list-style: none;
  position: relative;
  padding: 3px 0;
}

.products-menu a {
  display: inline-block;
  font-size: 14px;
}

.products-menu .first-items &gt; li &gt; a {
  font-weight: 700;
  padding: 4px 0;
}

.products-menu .next-item a {
  padding: 2px 0;
}

.products-menu .second-item {
  position: relative;
  padding: 5px 0 5px 25px;
}

.products-menu .second-item:before {
  display: inline-block;
  content: "";
  width: 12px;
  height: 12px;
  background: #fee74d;
  border-radius: 20px;
  margin: 0 10px 0 5px;
  position: absolute;
  left: 0px;
  top: 10px;
}

.products-menu .next-item {
  height: 0;
  opacity: 0;
}

.products-menu .next-item-open {
  transition-property: opacity;
  transition-duration: 0.5s;
  opacity: 1;
  height: auto;
}

.products-menu .has-children a {
  display: inline;
}

.products-menu .arrow {
  background: no-repeat
    url("/bitrix/templates/rodmon/css/../images/catalog-dropdown.svg");
  width: 10px;
  height: 6px;
  transform: translateY(-50%);
  rotate: -90deg;
  display: inline-block;
  cursor: pointer;
  transition-property: rotate;
  transition-duration: 0.3s;
  position: absolute;
  top: 7px;
  right: -15px;
}

.products-menu .arrow-open {
  transition-property: rotate;
  transition-duration: 0.3s;
  rotate: 0deg;
  top: 11px;
  right: -12px;
}

.catalog-dropdown-block {
  position: relative;
}

nav .catalog-dropdown {
  z-index: 1001;
  position: relative;
  width: 100%;
}

.products-menu-dropdown {
  position: absolute;
  z-index: 1000;
  opacity: 0;
  padding: 30px 24px 15px;
  gap: 10px;
  top: 40px;
  background: #ffffff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 16px 16px;
  transition-property: opacity;
  transition-duration: 0.5s;
  display: none;
  width: 300px;
}

.products-menu-open .products-menu-dropdown {
  transition-property: opacity;
  transition-duration: 0.5s;
  opacity: 1;
  display: block;
}

/* End */


/* Start:/local/templates/rodmon/components/bitrix/breadcrumb/.default/style.css?1682937775418*/
.breadcrumbs {
	margin: 0 24px;
}

.breadcrumbs li {
	display: inline-block;
	position: relative;
	padding-right: 54px;
}

.breadcrumbs li::after {
	background: no-repeat url("/local/templates/rodmon/components/bitrix/breadcrumb/.default/./images/breadcrumbs-arrow.svg");
	width: 6px;
	height: 10px;
	position: absolute;
	right: 23px;
	content: "";
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.breadcrumbs li:last-child::after {
	display: none;
}
/* End */


/* Start:/local/templates/rodmon/components/rodmon/main.feedback/callback/style.css?1718637634178*/
.mfeedback span.mf-req {color:red;}
.mfeedback div.mf-ok-text {color:green; font-weight:bold; padding-bottom: 1em;}
.mfeedback input, .mfeedback textarea{
    max-width: 600px;
}
/* End */
/* /local/templates/rodmon/css/style.css?174764622425452 */
/* /local/templates/rodmon/css/slick.css?17382967292855 */
/* /local/templates/rodmon/components/rodmon/catalog.section.list/.default/style.css?17383221331976 */
/* /local/templates/rodmon/components/bitrix/breadcrumb/.default/style.css?1682937775418 */
/* /local/templates/rodmon/components/rodmon/main.feedback/callback/style.css?1718637634178 */
</pre></body></html>