

/* Start:/bitrix/templates/mobiprof/components/bitrix/catalog/catalog/style.css?17740150094792*/
.obertka_wrap .obertka {
  display: block;
}

.section_description {
  padding: 96px 0;
}
.section_description.has-video .container .section_caption {
  flex: 0 0 calc(100% - 350px);
  max-width: calc(100% - 350px);
}
.section_description.has-video .container .section_caption h2 {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: bold;
}
.section_description.has-video .container .text_wrap {
  flex: 0 0 calc(100% - 350px);
  max-width: calc(100% - 350px);
}
.section_description .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section_description .container .section_caption {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #111111;
}
.section_description .container .section_caption h2 {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: bold;
}
.section_description .container .section_caption .yellow {
  margin: 12px 0 16px;
}
.section_description .container .video_caption {
  flex: 0 0 320px;
  max-width: 320px;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #111111;
}
.section_description .container .text_wrap.open .text:after {
  display: none;
}
.section_description .container .text_wrap.open .text_toggle_button:before {
  background-position: 0 -33px;
}
.section_description .container .text_wrap.open .text_toggle_button:hover:before {
  background-position: -33px -33px;
}
.section_description .container .text_wrap .text {
  max-height: 180px;
  overflow: hidden;
  font-size: 16px;
  line-height: 24px;
  position: relative;
}
.section_description .container .text_wrap .text:after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #ffffff 100%);
  opacity: 1;
  transition: all 0.3s;
}
.section_description .container .text_wrap .text_toggle_button {
  font-size: 16px;
  line-height: 32px;
  margin-top: 40px;
  cursor: pointer;
}
.section_description .container .text_wrap .text_toggle_button:before {
  content: "";
  display: inline-block;
  width: 33px;
  height: 33px;
  background-image: url(/images/catalog_4_0--6.png);
  background-repeat: no-repeat;
  margin-right: 30px;
  vertical-align: middle;
}
.section_description .container .text_wrap .text_toggle_button:hover:before {
  background-position: -33px 0;
}
.section_description .container .videos {
  flex: 0 0 320px;
  max-width: 320px;
}
.section_description .container .videos .video {
  cursor: pointer;
  margin-bottom: 20px;
}
.section_description .container .videos .video .img {
  max-width: 320px;
  position: relative;
}
.section_description .container .videos .video .img:before {
  content: "";
  background: url('/local/templates/mobi/components/bitrix/catalog/catalog/images/rutube_play.png') no-repeat center;
  background-size: contain;
  height: 36px;
  width: 36px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
/*.section_description .container .videos .video .img:hover:before {
  background: url("/bitrix/templates/mobiprof/components/bitrix/catalog/catalog/images/youtube_play_red.png") no-repeat center;
}*/
.section_description .container .videos .video .img img {
  max-width: 100%;
  margin: 0 auto 10px;
}
.section_description .container .videos .video .caption {
  font-size: 21px;
}
.section_description .container .arrows {
  display: flex;
  justify-content: flex-end;
}
.section_description .container .arrows .arrow_left {
  cursor: pointer;
  margin-right: 32px;
  background: url("/bitrix/templates/mobiprof/components/bitrix/catalog/catalog/images/youtube_slider_arrow.png") no-repeat center;
  width: 21px;
  height: 34px;
  transform: scaleX(-1);
}
.section_description .container .arrows .arrow_right {
  cursor: pointer;
  background: url("/bitrix/templates/mobiprof/components/bitrix/catalog/catalog/images/youtube_slider_arrow.png") no-repeat center;
  width: 21px;
  height: 34px;
}

@media (max-width: 768px) {
  #cboxWrapper #cboxLoadedContent {
    padding: 0;
  }
  #cboxWrapper #cboxLoadedContent iframe {
    max-width: 100%;
    width: 100%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .section_description.has-video .container .section_caption {
    flex: 0 0 100%;
    max-width: 100%;
    order: 1;
  }
  .section_description.has-video .container .video_caption {
    display: none;
  }
  .section_description.has-video .container .text_wrap {
    flex: 0 0 100%;
    max-width: 100%;
    order: 3;
  }
  .section_description.has-video .container .videos {
    margin: 10px auto 20px;
    order: 2;
  }
}
@media (max-width: 350px) {
  .section_description.has-video .container .videos {
    max-width: 100%;
  }
}


/* End */


/* Start:/bitrix/templates/mobiprof/components/bitrix/catalog/catalog/bitrix/catalog.section/catalog2/style.css?177874746219854*/
.badge1 .col-sm-3 {
  line-height: 60px;
  float: left;
}

.badge2 .col-sm-3 {
  line-height: 60px;
  float: left;
}

.badge1 .col-sm-9 {
  float: right;
}

.badge2 .col-sm-9 {
  float: right;
}

.badge1 {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  right: 0;
  width: 250px;
  height: 60px;
  top: 30%;
  position: absolute;
  background: white;
  transition: 1s;
  display: none;
  opacity: 0;
}

.badge2 {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  right: 0;
  width: 250px;
  height: 60px;
  top: 40%;
  position: absolute;
  background: white;
  transition: 1s;
  display: none;
  opacity: 0;
}

.modal-parent {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 998;
  background-color: rgba(53, 54, 58, 0.8);
  display: none;
}

.modal-overflow {
  position: absolute;
  background-color: white;
  z-index: 999;
  left: 0;
  right: 0;
  top: 15%;
}

.fullpage .main_big_slider [aria-live="polite"]:hover::before {
  content: " ";
  background-image: url(/imgs/zoom.png);
  transition: 0.5s;
  width: 95px;
  height: 95px;
  position: absolute;
  margin: auto;
  background-repeat: no-repeat;
  top: calc(50% - 42px);
  left: calc(50% - 42px);
  cursor: pointer;
}

.main_big_slider {
  cursor: pointer;
}

[aria-live="polite"] {
  transition: 0.5s;
}

.main_little_slider img {
  max-height: 80px;
  padding: 10px;
}

.out_container img {
  margin: auto;
  max-height: 410px;
}

.main_little_slider img {
  margin: auto;
}

.lout_container.slick-current {
  border-bottom: 4px solid #ffe804;
  background-color: white;
  transition: 0.2s;
}

.lout_container {
  transition: 0.2s;
}

.out_container {
  text-align: center;
}

.downcatalog,
.downprice {
  margin-left: 40px !important;
  line-height: 16px;
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.bloack span {
  font-weight: bold;
  cursor: pointer;
}

.downcatalog::before {
  display: flex;
  content: " ";
  background-image: url(/imgs/book-1.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 35px;
  width: 35px;
  background-size: 100%;
  position: absolute;
  margin-top: -2px;
  transition: 0.2s;
  margin-left: -40px;
}

.downprice::before {
  display: flex;
  content: " ";
  background-image: url(/imgs/price-1.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 35px;
  width: 35px;
  background-size: 100%;
  position: absolute;
  margin-top: -2px;
  transition: 0.2s;
  margin-left: -40px;
}

.downcatalog:hover::before {
  display: flex;
  content: " ";
  background-image: url(/imgs/book-1-active.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 35px;
  width: 35px;
  background-size: 100%;
  position: absolute;
  margin-top: -2px;
  transition: 0.2s;
  margin-left: -40px;
}

.downprice:hover::before {
  display: flex;
  content: " ";
  background-image: url(/imgs/price-1-active.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 35px;
  width: 35px;
  background-size: 100%;
  position: absolute;
  margin-top: -2px;
  transition: 0.2s;
  margin-left: -40px;
}

.cheaper {
  color: #282828;
  text-decoration: underline;
}

.bloack p {
  margin: 0;
  padding: 0;
}

.bloack {
  padding: 0 20px;
}

.oneclickbuy {
  text-align: right;
  text-decoration: underline;
}

.insctock-yes {
  color: #838485;
}

.oneclickbuy {
  color: #838485;
  cursor: pointer;
}

.snooze {
  text-align: right;
}

html .pb-30 {
  padding-bottom: 0;
}

.butsec .col-sm-12 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.btn-buy-card {
  border: 0 solid;
  width: 100%;
  border-radius: 5px;
  color: black;
  background-color: #ffe804;
  height: 42px;
  font-weight: bold;
  cursor: pointer;
}

.btn-cb-card {
  border: 1px solid black;
  width: 100%;
  border-radius: 5px;
  color: black;
  background-color: white;
  height: 30px;
  font-weight: bold;
  cursor: pointer;
}

.white_selection {
  background: white;
  padding: 10px;
  border-radius: 5px;
}

.economy {
  color: red;
  font-weight: 600;
  font-size: 13px;
}

hr {
  margin-top: 30px;
  margin-bottom: 10px;
}

.slick-slide.slick-current.slick-center::after {
  width: 100%;
  height: 5px;
  background: yellow;
}

.right_block .headprice:nth-child(1) {
  font-size: 24px;
  font-weight: bold;
  white-space: nowrap;
}

.right_block .headprice:nth-child(1) span:nth-child(1) {
  font-size: 24px;
  font-weight: 400;
}

.right_block .headprice:nth-child(1) span:nth-child(2) {
  font-size: 24px;
  font-weight: 400;
  color: black;
}

.right_block .headprice:nth-child(2) {
  font-size: 14px;
  font-weight: 400;
  color: #838485;
}

.right_block .headprice:nth-child(2) span {
  text-decoration: line-through;
}

.right_block .headprice:nth-child(2) {
  text-align: right;
}

.headprice {
  float: left;
}

.first_right_row {
  margin-top: 25px;
}

.second_right_row {
  margin-top: 25px;
  margin-bottom: 25px;
}

.oneclickbuy:hover div {
  background-image: url(/imgs/buylater_active.png);
}

.snoozelink {
  color: #838485;
  text-decoration: underline;
}

.snoozelink:hover {
  color: #838485;
  text-decoration: underline;
}

.modal-parent {
  position: fixed !important;
}

.suptable,
.text_block {
  color: #838485 !important;
}

.suptable tr {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f1f1f1;
}

.suptable td {
  padding-top: 15px;
  padding-bottom: 15px;
}

.suptable td:nth-child(2) {
  text-align: right;
}

@media (min-width: 1000px) {
  .bx_catalog_item_images .quick_view {
    position: absolute;
    background-color: black;
    font-size: 13px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto auto 0 auto;
    height: 42px;
    line-height: 40px;
    opacity: 0;
    color: white;
    border-radius: 5px;
    padding-left: 40px;
    padding-right: 40px;
    display: none;
    transition: 1s;
    width: 190px;
    white-space: nowrap;
  }

  .bx_catalog_item_images:hover .quick_view {
    display: block;
    transition: 1s;
    opacity: 0.7;
    z-index: 10;
  }
}
@media (max-width: 1000px) {
  .bx_catalog_item_images .quick_view {
    display: none;
  }
}
.cphoto {
  width: 100%;
}

.modal-parent {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 998;
  background-color: rgba(53, 54, 58, 0.8);
  display: none;
}

.text-head-form {
  font-size: 24px;
  font-weight: bold;
}

.blink {
  color: black;
  text-decoration: none;
  font-weight: bold;
}

.blink:hover {
  color: black;
}

.dout_container,
.dout_container::before {
  border-radius: 5px;
  position: relative;
  transition: 1s;
}

.dout_container.slick-active::before {
  content: " ";
  background-color: black;
  opacity: 0.5;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  border-radius: 5px;
  transition: 1s;
}

.dout_container.slick-current::before {
  content: " ";
  background-color: black;
  opacity: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  border-radius: 5px;
  transition: 1s;
}

.added {
  margin-left: 10px;
  margin-right: 10px;
  padding-left: unset !important;
  padding-right: unset !important;
  background-color: #ffe804;
  border-radius: 50%;
}

.product .product__img {
    margin-bottom: 23px;
}

.product .product__img:has(.slider-container),
.product .product__img:has(.slider-mobile) {
  width: 100%;
  height: auto;
  margin-bottom: 0;
}

.product .product__img:has(.slider-container) .video,
.product .product__img:has(.slider-mobile) .video,
.product .product__img:has(.slider-container) .quick_view,
.product .product__img:has(.slider-mobile) .quick_view  {
  bottom: 28px;
}

.product .product__img .bx_catalog_item_images {
  width: auto;
}

.product .product__img .video {
  display: block;
  position: absolute;
  background: url("/bitrix/templates/mobiprof/components/bitrix/catalog/catalog/bitrix/catalog.section/catalog2/images/youtube.png") no-repeat 0 0;
  width: 30px;
  height: 20px;
  right: 10px;
  bottom: 0;
  z-index: 10;
}

.product .product__name {
  height: auto;
}

.product .product__price div span {
  font-weight: normal;
  padding-right: 10px;
}

.product .product__hidden {
  top: -5%;
  padding: 30px 30px 40px;
}

.product .product__hidden .dbg:hover {
  color: #ffe804;
}

.product .product__hidden .product__characteristics {
  margin-top: 292px;
}

.product .product__hidden .product__characteristics .product_list_icons {
  display: flex;
  justify-content: center;
}

.product
  .product__hidden
  .product__characteristics
  .product_list_icons
  .oneclickbuy-card {
  height: 34px;
  width: 34px;
  background-image: url(/imgs/buylater.png);
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 10px;
  cursor: pointer;
  transition: 0.2s;
  display: block;
}

.product
  .product__hidden
  .product__characteristics
  .product_list_icons
  .oneclickbuy-card:hover {
  background-image: url(/imgs/buylater_active.png);
}

.product .product__hidden .product__characteristics .product_list_icons .heart {
  height: 34px;
  width: 34px;
  background-image: url(/imgs/heart.png);
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 10px;
  cursor: pointer;
  transition: 0.2s;
}

.product
  .product__hidden
  .product__characteristics
  .product_list_icons
  .heart:hover {
  background-image: url(/imgs/heart_active.png);
}

.product
  .product__hidden
  .product__characteristics
  .product_list_icons
  .compare {
  height: 34px;
  width: 34px;
  background-image: url(/imgs/stat.png);
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 10px;
  cursor: pointer;
  transition: 0.2s;
}

.product
  .product__hidden
  .product__characteristics
  .product_list_icons
  .compare:hover {
  border-radius: 100%;
  background-image: url(/imgs/stat_active.png);
}

.product .product__hidden .product_detail {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  background: #ffe804;
  text-transform: uppercase;
  padding-top: 5px;
  font-weight: bold;
}

.product_subprice {
  display: none;
}

.product__price.product_subprice span {
  display: inline-block;
}

.product__name.product_subname {
  display: none;
}

@media (max-width: 575px) {
  .product .product__hidden .product_detail {
    padding: 5px;
  }
}
.catalog_caption_level3 {
  color: black;
  text-decoration: none;
}

.catalog_caption_level3:hover {
  color: black;
  text-decoration: underline;
}

@media (max-width: 600px) {
  .catalog_wrapper_caption_level2 {
    margin: 0 0 15px !important;
  }
}
.catalog_caption_level2 {
  color: black;
  text-decoration: none;
}

.catalog_caption_level2:hover {
  color: black;
  text-decoration: underline;
}

.product_rows .row.form_elem label.agreement {
  padding: 5px 15px;
  display: flex;
  align-items: center;
  margin-left: 15px;
}

.product_rows .row.form_elem label.agreement input {
  width: auto;
  position: absolute;
  opacity: 0;
}

.product_rows .row.form_elem label.agreement input:checked + i {
  background: url("/bitrix/templates/mobiprof/components/bitrix/catalog/catalog/bitrix/catalog.section/catalog2/images/checkbox_active.png?") no-repeat center;
}

.product_rows .row.form_elem label.agreement i {
  cursor: pointer;
  display: block;
  width: 30px;
  height: 30px;
  border: black solid 1px;
  border-radius: 7px;
  flex: 0 0 30px;
  margin-right: 10px;
}

.product_rows .row.form_elem label.agreement i.error {
  background: #ffa6a6;
}

.product_rows .row.form_elem label.agreement span {
  white-space: normal;
  font-size: 12px;
  line-height: normal;
  font-weight: normal;
  color: #777;
}

.product_rows .row.form_elem label.agreement.error {
  border: 1px solid #f13939;
  background-color: #ffefef;
}

.product__characteristics .product__price {
  display: none;
}

@media (max-width: 900px) {
  .catalogSection .product .product__img,
  .catalogSection .product .product__name,
  .catalogSection .product .product__price {
    display: none;
  }
  .catalogSection .product .product__hidden {
    display: block;
    position: static;
    box-shadow: none;
  }
  .catalogSection .product .product__hidden .product__characteristics {
    margin-top: 0;
  }
  .catalogSection
    .product
    .product__hidden
    .product__characteristics
    .product_subimage,
  .catalogSection
    .product
    .product__hidden
    .product__characteristics
    .product_subname,
  .catalogSection
    .product
    .product__hidden
    .product__characteristics
    .product_subprice {
    display: block !important;
  }
}
@media (max-width: 900px) {
  .catalogSection .bx_catalog_item {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (max-width: 600px) {
  .product__characteristics .product__price {
    display: block;
  }

  .product__img.product_subimage,
  .product__name.product_subname,
  .product__price.product_subprice {
    display: block;
  }
}
@media (min-width: 600px) {
  .product .product__hidden {
    box-shadow: 0 3px 15px -5px #000;
  }
}
.product .product__name {
  padding: 0 10px;
}

.views {
  display: flex;
  justify-content: flex-end;
  gap: 14px;
  padding: 30px 0;
}
@media (max-width: 768px) {
  .views {
    display: none;
  }
}
.views a {
  background: no-repeat 0 0;
  height: 27px;
  flex: 0 0 27px;
}
.views a.active {
  background-position: 0 100%;
}
.views a.tiles {
  background-image: url("/bitrix/templates/mobiprof/components/bitrix/catalog/catalog/bitrix/catalog.section/catalog2/images/view_tiles.png");
}
.views a.lines {
  background-image: url("/bitrix/templates/mobiprof/components/bitrix/catalog/catalog/bitrix/catalog.section/catalog2/images/view_lines.png");
}

.product .product__hidden .product_detail {
  cursor: pointer;
}

.product .product__hidden .product_detail.added {
  margin: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  background-color: #ffe804;
  border-radius: 0 !important;
}

.subsections {
  display: flex;
  flex-wrap: wrap;
  column-gap: 30px;
  row-gap: 30px;
  margin-top: 50px;
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
}

.subsections__item {
  max-width: 180px;
  border: 1px solid #888888;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease-in-out;
}

.subsections__item:hover {
  border-color: #f7e337;
  text-decoration: none;
}

.subsections__item:hover .subsections__bottom {
  background-color: #f7e337;
}

.subsections__top {
  padding: 10px 15px;
  height: 135px;
}

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

.subsections__bottom {
  background-color: #f2f4f5;
  flex: 1 0;
  border-radius: 0 0 5px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 15px 25px;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 768px) {
  .subsections.container {
    padding: 0 30px;
  }
}

@media (max-width: 559px) {
  .subsections {
    font-size: 14px;
    line-height: 16px;
  }
}

@media (max-width: 449px) {
  .subsections.container {
    margin-top: 0;
  }

  .subsections__item {
    width: 100%;
    max-width: none;
  }

  .subsections__top {
    height: auto;
  }

  .subsections__img {
    height: 80px;
    width: auto;
    margin: 0 auto;
    display: block;
  }
}

.to-basket-link {
  display: block;
}

.subscribe-product-modal {
  flex: 0 0 100%;
  border: 1px solid #ffe804;
  background: #ffe804;
  border-radius: 5px;
  height: 34px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal_popup .message.product_subscribe {
  width: 612px;
}

.modal_popup .message.product_subscribe .product_subscribe_form {
  font-size: 14px;
}

.modal_popup .message.product_subscribe .product_subscribe_form .fields .field {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.modal_popup
  .message.product_subscribe
  .product_subscribe_form
  .fields
  .field
  .field_caption {
  flex: 0 0 24.8%;
  max-width: 24.8%;
  line-height: 26px;
}

.modal_popup
  .message.product_subscribe
  .product_subscribe_form
  .fields
  .field
  .input {
  flex: 0 0 74.8%;
  max-width: 74.8%;
  padding-right: 25px;
}

.modal_popup
  .message.product_subscribe
  .product_subscribe_form
  .fields
  .field
  .input
  input[type="email"] {
  border: 1px solid #d9dbdc;
  border-radius: 4px;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  padding: 5px 18px 5px 20px;
  line-height: 26px;
}

.modal_popup
  .message.product_subscribe
  .product_subscribe_form
  .fields
  .field
  .input
  input[type="email"].error {
  border: 1px solid #f13939;
  background-color: #ffefef;
  box-shadow: 0 0 2px 0 red;
  outline: none;
}

.modal_popup .message.product_subscribe .product_subscribe_form div.agreement {
  padding: 10px 0;
}

.modal_popup
  .message.product_subscribe
  .product_subscribe_form
  div.agreement
  label {
  padding: 3px 15px;
  display: flex;
  align-items: center;
  border-radius: 4px;
}

.modal_popup
  .message.product_subscribe
  .product_subscribe_form
  div.agreement
  label.error {
  background: #ffe1e1;
  box-shadow: 0 0 2px 0 red;
  outline: none;
}

.modal_popup
  .message.product_subscribe
  .product_subscribe_form
  div.agreement
  label
  input {
  width: auto;
  position: absolute;
  opacity: 0;
}

.modal_popup
  .message.product_subscribe
  .product_subscribe_form
  div.agreement
  label
  i {
  cursor: pointer;
  display: block;
  width: 30px;
  height: 30px;
  border: black solid 1px;
  border-radius: 7px;
  flex: 0 0 30px;
  margin-right: 10px;
}

.modal_popup
  .message.product_subscribe
  .product_subscribe_form
  div.agreement
  label
  input:checked
  + i {
  background: url("/local/templates/mobi/components/bitrix/catalog/catalog/bitrix/catalog.element/.default/images/checkbox_active.png")
    no-repeat center;
}

.modal_popup
  .message.product_subscribe
  .product_subscribe_form
  div.agreement
  label
  span {
  white-space: normal;
  font-size: 12px;
  line-height: normal;
  font-weight: normal;
  color: #777;
}

.modal_popup .message.product_subscribe .product_subscribe_form .submit {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.modal_popup
  .message.product_subscribe
  .product_subscribe_form
  .submit
  .product_subscribe_submit {
  width: 276px;
  border: none;
  border-radius: 5px;
  color: black;
  background-color: #ffe804;
  height: 42px;
  font-weight: bold;
  cursor: pointer;
}

@media (max-width: 650px) {
  .modal_popup .message.product_subscribe {
    width: 450px;
  }
}

@media (max-height: 620px) {
  .modal_popup .message {
    max-height: 75vh;
    overflow-y: auto;
  }
}

@media (max-width: 470px) {
  .modal_popup .message.product_subscribe {
    width: 100vw;
  }
}

/*слайдер на превью карточки*/

.bx_catalog_item {
  position: relative;
}

.slider-container {
  position: relative;
  overflow: hidden;
}

.slider {
  display: flex;
  transition: transform 0.3s ease;
  height: 165px;
}

.slide {
  flex: 0 0 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.slide.active {
  opacity: 1;
  position: relative;
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.hover-areas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.hover-area {
  position: absolute;
  top: 0;
  bottom: 0;
  cursor: pointer;
  opacity: 0;
}

.pagination-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 15px;
}

.dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid #111;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
}

.dot.active {
  background: #111;
}

.slider-mobile {
  overflow: hidden;
}

.swiper-pagination.slider-mobile__pagination {
  position: static;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 15px;
}

.swiper-pagination.slider-mobile__pagination .swiper-pagination-bullet {
  border: 1px solid #111;
  background: transparent;
}

.swiper-pagination.slider-mobile__pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #111;
}

/* End */


/* Start:/bitrix/templates/mobiprof/css/quick-view.css?17111135741421*/
.quick-view .sliderblock .main_little_slider {
  align-items: center;
  display: flex;
  max-width: calc(100% - 80px); }
.quick-view .sliderblock .slick-list {
  box-sizing: border-box; }
  .quick-view .sliderblock .slick-list .slick-track {
    display: flex;
    align-items: center; }
    .quick-view .sliderblock .slick-list .slick-track .dout_container {
      display: flex;
      float: none;
      padding: 0 !important;
      border-radius: 5px;
      overflow: hidden; }
      .quick-view .sliderblock .slick-list .slick-track .dout_container img {
        padding: 0; }
.quick-view .charblock {
  padding-right: 20px;
  border-right: 1px solid #e7e7e7;
  margin-right: 15px;
  max-width: 310px; }
  .quick-view .charblock .property__table .blink {
    border: 1px solid;
    padding: 7px;
    text-align: center;
    text-decoration: none;
    font-weight: normal;
    border-radius: 5px; }
    .quick-view .charblock .property__table .blink:hover {
      border-color: #ffe804;
      background-color: #ffea04; }
.quick-view .right_block .white_selection .snooze > div {
  margin-left: -10px; }
.quick-view .right_block .white_selection .second_right_row .oneclickbuy > div {
  margin-left: -10px; }
.quick-view .right_block .bloack .cheaper {
  font-weight: normal;
  text-decoration: none;
  border-bottom: dashed 1px; }

/*# sourceMappingURL=quick-view.css.map */

/* End */


/* Start:/bitrix/templates/mobiprof/components/bitrix/news.list/product_map/style.css?1711113574341*/
.pi__8 .caption_wrap {
  padding-top: 74px; }

@media (max-width: 850px) {
  .pi__8 {
    max-height: 360px; }
    .pi__8 .caption_wrap {
      padding-top: 28px; } }
@media (max-height: 510px) {
  .pi__8 {
    max-height: 97vh; }
    .pi__8 .caption_wrap {
      padding-top: 28px; } }

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/bitrix/components/uw/main.feedback/templates/equipment-request/style.css?17736584152121*/
.equipment-request {
	background: url('/images/background-form.jpg') center no-repeat;
	background-size: cover;
	display: flex;
}

/*.equipment-request__wrapper {
	display: flex;
	margin: 0 auto;
	width: 1270px;
}*/

.equipment-request__right-wrapper {
	width: 635px;
}

.equipment-request__left,
.equipment-request__right {
	width: 50%;
}

.equipment-request__right {
	padding: 70px 0 70px 30px;
	color: #fff;
	background: rgba(0, 0, 0, .6);
}

.equipment-request__title p {
	font-size: 24px;
	line-height: 26px;
	margin: 0;
}

.equipment-request__description {
	margin: 40px 0 0;
	font-size: 18px;
	line-height: 20px;
}

.equipment-form {
	margin-top: 20px;
	display: flex;
	flex-direction: column;
}

.equipment-request__field {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 20px;
	align-items: center;
	column-gap: 10px;
}

.equipment-request__field input {
	width: 445px;
	color: #fff;
	padding: 15px;
	font-size: 18px;
	line-height: 20px;
	background-color: transparent;
    border: 1px solid #cbcbcb;
    border-radius: 5px;
}

.equipment-request__field input::placeholder {
	color: #fff;
}

.equipment-request__label {
	font-size: 16px;
	line-height: 18px;
}

.equipment-request__button {
	background-color: transparent;
    border: 1px solid #cbcbcb;
    border-radius: 5px;
    color: #fff;
    margin-top: 40px;
    margin-left: auto;
    cursor: pointer;
    width: fit-content;
    font-size: 19px;
    line-height: 21px;
    padding: 15px 97px;
}

.equipment-request__agreement {
	margin: 40px 0 0;
	font-size: 13px;
	line-height: 20px;
}

.equipment-request__agreement a {
	color: #fff;
	text-decoration: underline;
}

@media(max-width: 1280px) {

	.equipment-request__right {
		padding: 70px 30px;
		margin-left: auto;
		width: 640px;
	}

	.equipment-request__left {
		width: fit-content;
	}

	.equipment-request__right-wrapper {
		width: auto;
	}
}

@media(max-width: 768px) {
	.equipment-request__right {
		width: 100%;
	}

	.equipment-request__right-wrapper {
		max-width: 600px;
	}
}

@media(max-width: 590px) {
	.equipment-request__field input {
		width: 340px;
	}
}
/* End */
/* /bitrix/templates/mobiprof/components/bitrix/catalog/catalog/style.css?17740150094792 */
/* /bitrix/templates/mobiprof/components/bitrix/catalog/catalog/bitrix/catalog.section/catalog2/style.css?177874746219854 */
/* /bitrix/templates/mobiprof/css/quick-view.css?17111135741421 */
/* /bitrix/templates/mobiprof/components/bitrix/news.list/product_map/style.css?1711113574341 */
/* /bitrix/components/uw/main.feedback/templates/equipment-request/style.css?17736584152121 */
