:root {
  --theme: #3fade6;
  --theme-dark: #2e90c2;
  --theme-light: #5bc8ff;
}

#header .top-block.top-block-v1 .social-icons li a {
  border-radius: 100%;
}

.text-lead {
  font-size: 14px;
  line-height: 32px;
  color: var(--theme-dark);
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: bold;
  margin: 0;
  margin-left: 1px;
  text-transform: uppercase;
}
.opt-page__lead {
  margin-bottom: 6px;
  margin-left: 3px;
}
.opt-page__header {
  background: #f9f9f9;
  padding: 33px 15px;
}
.main-title {
  font-size: 26px;
  line-height: 40px;
  color: #343434;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: bold;
  margin: 0;
  text-transform: uppercase;
  text-align: left;
}
.opt-page__main-title {
  margin-bottom: 13px;
}
.text {
  font-size: 16px;
  line-height: 24px;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 300;
  margin: 0;
}
.opt-page__text {
  margin-bottom: 26px;
  max-width: 500px;
  text-align: left;
}
.btn-blue {
  width: 100%;
  border: none;
  font-size: 16px;
  line-height: 24px;
  font-family: "Open Sans", Arial, sans-serif;
  color: #fefefe;
  padding: 10px 15px;
  padding-bottom: 11px;
  background: var(--theme);
  border-radius: 5px;
  transition: background-color 150ms ease-in;
  text-align: center;
}
.btn-blue:hover,
.btn-blue:focus {
  background: var(--theme-light);
  transition: background-color 150ms ease-in;
  color: #fefefe;
}
.n-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: -30px;
  margin-bottom: -30px;
}
.col {
  display: flex;
  margin-bottom: 30px;
  margin-top: 30px;
}
.img-wrapper {
  margin: 0;
  align-self: center;
}
.opt-page__block-text {
  flex-wrap: wrap;
  align-self: center;
  flex-direction: column;
}
.subtitle.red {
  color: var(--theme);
}
.subtitle.red a {
  color: #2fb644;
  font-size: inherit;
}
.subtitle {
  margin: 0;
  text-align: left;
  font-size: 20px;
  line-height: 30px;
  color: #343434;
  text-transform: uppercase;
  font-weight: bold;
}
.subtitle-v2 {
  margin: 0;
  font-size: 20px;
  line-height: 30px;
  color: #343434;
  text-transform: uppercase;
  font-weight: bold;
}
.subtitle span {
  font-size: 18px;
}
.opt-page__subtitle {
  margin-bottom: 17px;
  text-align: left;
}
.opt-page__section {
  margin-bottom: 77px;
}
ul.new-list {
  padding-left: 33px;
  margin: 0;
  padding: 0;
}
.new-list__item {
  position: relative;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 24px;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 300;
}
.new-list__item:before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  top: 0;
  width: 14px;
  height: 14px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: var(--theme);
}
.form__tagline {
  margin-bottom: 6px;
}
.form__main-title {
  margin-bottom: 13px;
}
.opt-page__btn {
  width: 100%;
}
.opt-page .form {
  padding-top: 0 !important;
}
.opt-page ul li::before {
  content: "\25CF";
  color: var(--theme);
}

@media (max-width: 991px) {
  .block-img-transform {
    order: -1;
  }
}
@media (min-width: 768px) {
  .subtitle-v3 {
    font-size: 30px;
    line-height: 38px;
  }
  .page-heading {
    font-size: 44px;
    line-height: 60px;
  }
  .main-title {
    font-size: 36px;
    line-height: 42px;
  }
  .base-page__section {
    margin-bottom: 80px;
  }
  .text-lead {
    font-size: 16px;
    line-height: 36px;
  }
  .subtitle-v2 {
    font-size: 24px;
    line-height: 36px;
  }
  .subtitle {
    font-size: 24px;
    line-height: 36px;
  }
}
@media (min-width: 992px) {
  .opt-page__btn {
    max-width: 220px;
    margin: auto;
  }
}
@media (min-width: 1200px) {
  .opt-page__btn {
    max-width: 220px;
    margin-left: 0;
    margin-right: auto;
  }
}
@media (min-width: 1440px) {
  .opt-page__header {
    padding-left: 47px;
    padding-right: 0;
  }
  .main-title {
    font-size: 46px;
    line-height: 55px;
  }
  .text-lead {
    font-size: 16px;
    line-height: 36px;
  }
  .subtitle-v2 {
    font-size: 36px;
    line-height: 48px;
  }
  .subtitle {
    font-size: 24px;
    line-height: 36px;
  }
  .opt-page__new-list {
    max-width: 516px;
  }
  .block-img-transform {
    transform: translateX(-120px);
  }
  .startup-block {
    padding-left: 69px;
  }
}
/**/
.product-container .like_icons.list > div span.btn:not(:hover):not(.added) {
  background: #fff;
}
.product-container .like_icons.list > div span {
  position: relative;
  z-index: 10;
}

.product-container__breadcrumb {
  display: flex;
}
.product-container__breadcrumb .breadcrumbs {
  margin-bottom: 8px;
}
.product-container__breadcrumb .share {
  min-width: 26px;
  margin-left: auto;
  order: 2;
}
.product-container__title {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 2.133em;
  font-weight: 400;
  line-height: calc(42 / 36);
  margin: 0 0 24px 0;
  color: #333333;
}
.product-container--v2.catalog_detail .prices_block {
  margin: 0;
  display: flex;
  flex-direction: column;
}
.product-container--v2.catalog_detail .prices .price_group {
  margin: 0;
}
.product-container--v2.catalog_detail .prices .price_group.min {
  order: 2;
}
.product-container--v2.catalog_detail .prices .price_group .price_name {
  display: none;
}
.product-container--v2.catalog_detail .prices .strike_block .price,
.product-container--v2.catalog_detail .prices .strike_block.offers_price {
  text-decoration: none;
}
.product-container--v2.catalog_detail .buy_services_wrap {
  margin-bottom: 20px;
}
.product-container--v2.catalog_detail .quantity_block_wrapper {
  line-height: 15px;
  padding: 0;
  margin-bottom: 15px;
}
.product-container--v2.catalog_detail .quantity_block_wrapper > div {
  line-height: 15px;
}
.services_in_product__title {
  margin-bottom: 8px;
  color: #888888;
}
.services_in_product--v2.services_compact .services-item__inner {
  background-position: 0 16px;
}
.services_in_product--v2.services_compact .services-items {
  margin: 0;
}
.services_in_product--v2.services_compact .services-item--unlimited {
  margin-top: 4px;
  order: 10;
}
.services_in_product--v2.services_compact .services-item .services-item__check {
  position: relative;
  padding-right: 8px;
  background: #fff;
  z-index: 1;
}
.services_in_product--v2.services_compact
  .services-item
  .services-item__check
  label {
  line-height: 16px;
  top: 4px;
  width: 16px;
  height: 16px;
  padding: 0;
}
.services_in_product--v2.services_compact
  .services-item
  .services-item__check
  label:before {
  content: none;
  display: none;
}
.services_in_product--v2.services_compact
  .services-item
  .services-item__check
  label:after {
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  margin: 0;
  border: 1px solid #eaeaea;
  border-radius: 50%;
  background: #fbfbfb;
  box-shadow: none;
}
.services_in_product--v2.services_compact
  .services-item--unlimited
  .services-item__check
  label:after {
  border-radius: 0;
}
.services_in_product--v2.services_compact
  .services-item
  .services-item__check
  input:checked
  ~ label:after {
  margin: 0;
  border: 4px solid #3fade6;
  background: #fff;
}
.services_in_product--v2.services_compact
  .services-item__info
  .services-item__title {
  font-size: inherit;
  padding-bottom: 0;
}
.services_in_product--v2.services_compact
  .cost.prices
  > div:not(.js-info-block)
  .price:not(.discount) {
  font-size: inherit;
  font-weight: inherit;
  opacity: 1;
}

@media (min-width: 768px) {
  .product-container--v2.catalog_detail .prices_block {
    margin: 0 0 15px 0;
  }
  .product-container--v2.catalog_detail .buy_services_wrap {
    margin-bottom: 48px;
  }
  .product-container--v2.catalog_detail .quantity_block_wrapper {
    margin-bottom: 0;
  }
  .product-container--v2.catalog_detail .quantity_block_wrapper > div {
    margin: 0;
  }
}
@media (min-width: 992px) {
  /*.detail_page .top-block-wrapper {
    margin-bottom: 16px;
  }
  .detail_page .top-block-wrapper .page-top {
    display: none;
  }*/
}
@media (min-width: 1460px) {
  .right_block:not(.catalog_page_detail_with_left)
    .product-container--v2
    .product-view--side-left,
  .right_block:not(.catalog_page_detail_with_left)
    .product-container--v2
    .product-view--side-right {
    width: calc(100% - 617px);
  }
  .product-container--v2 .product-side {
    width: 567px;
  }
  .product-container--v2 .product-side .product-side__wrap {
    max-width: 400px;
  }
}

.product-detail-gallery {
}
.product-detail-gallery__sticker {
  position: absolute;
  top: 0px;
  right: 0;
  width: 65px;
  z-index: 5;
}

.product-stickers {
}
.product-stickers__item {
  margin-bottom: -10px;
}
.product-stickers__item--sber {
  margin-bottom: -16px;
}
.product-stickers__item-image {
  display: block;
}

.item-stock .value {
  color: #5fa800;
}

.item-stock .icon {
  background-color: #5fa800;
}

@media (min-width: 992px) {
  .product-detail-gallery__sticker {
    width: 85px;
    /* right: 50%;
   
    margin-right: -215px;
    transform: translateX(100%);*/
  }
}

@media (min-width: 1200px) {
  .product-detail-gallery__sticker {
    width: 110px;
  }
  .product-stickers__item {
    margin-bottom: -20px;
  }
  .product-stickers__item--sber {
    margin-bottom: -32px;
  }
}
/**/
.catalog_item {
}
.catalog_item__sticker {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 45px;
  z-index: 5;
}

.catalog_item-stickers {
}
.catalog_item-stickers__item {
  margin-bottom: -10px;
}
.catalog_item-stickers__item--sber {
  margin-bottom: -16px;
}
.catalog_item-stickers__item-image {
  display: block;
}
body .catalog_item-stickers .catalog_item-stickers__item-image {
  position: static;
}

@media (min-width: 400px) {
  .catalog_item__sticker {
    top: -10px;
    right: -10px;
    width: 60px;
  }
}
@media (min-width: 600px) {
  .catalog_item__sticker {
    top: 0px;
    right: 0px;
  }
}
@media (min-width: 992px) {
  .catalog_item-stickers__sticker {
    right: 50%;
    margin-right: -215px;
    transform: translateX(100%);
  }
}

/* extra-logos */
.extra-logos {
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .extra-logos {
    justify-content: center;
  }
}

#bx-soa-paysystem {
  display: none !important;
}

#bx-soa-delivery {
  display: none !important;
}
.logo-row .top-description.addr {
  opacity: 1;
  font-weight: 700;
  font-size: 16px;
}

.services_in_product.services_compact
  .services-item.services_on
  .services-item__buy {
  display: none !important;
}

.services_in_product.services_compact
  .services-item.services_on
  .services-item__info {
  padding-bottom: 0;
}

.bx_smart_searche .bx_item_block_item_text {
  display: none;
}

.bx-searchtitle {
  margin: 25px 0 0;
}

.phone_custom {
  position: relative;
  text-align: center;
  color: #222;
  color: var(--white_text_black2);
  font-size: 16px;
  background-color: #ffffff;
}
.phone_custom a {
  color: #222;
  color: var(--white_text_black2);
  font-weight: 700;
  margin-left: 9px;
}
.wrapper1 > div#mobileheader {
  border-bottom: 1px solid #f5f5f5;
  border-color: var(--darkerblack_bg_black);
  height: 85px;
}
#mobileheader .mobileheader-v1,
#mobileheader .mobileheader-v3,
#mobileheader .mobileheader-v4 {
  border-bottom: none;
}
#mobileheader *[class^="mobileheader-"] {
  height: 70%;
  width: 100%;
  color: #222;
  position: relative;
}
@media (max-width: 1368px) {
  .popup .popup-intro .pop-up-title {
    padding: 20px 60px 0px 60px;
  }
  .popup .form-control {
    margin: 0px 0px 5px;
  }
  .popup .form-wr {
    padding: 10px 60px 10px;
  }
  .filter.licence_block,
  .filter.offer_block {
    padding: 0px 0px 0px;
  }
  .popup .form .form_footer {
    padding: 0 60px 0px;
  }
  .popup .form .form_head {
    padding: 10px 75px 10px 60px;
  }
  .popup .form .form_body {
    padding: 0px 60px 8px;
  }
  .form .form_footer {
    margin: 0px 0 15px 0;
  }
}
@media (min-width: 992px) {
  body .banners .top_big_banners.short_block .items .item:not(.wide100) {
    width: 100%;
  }
}

.item_favorit {
  display: flex;
}
.favorit_image {
  max-width: 150px;
  margin-right: 55px;
}
.hot-wrapper-items .item .footer-action .counter_wrapp > div:only-child {
  width: 100%;
}

.favorit_image .fast_view_block {
  display: none !important;
}
.hot-wrapper-items .item_info_wrapper {
  padding-left: 0;
}

@media (min-width: 992px) {
  .banners .top_big_banners.short_block .top_slider_wrapp .main-slider,
  .banners .top_big_banners.short_block .top_slider_wrapp .main-slider__item,
  .banners
    .top_big_banners.short_block
    .top_slider_wrapp
    .main-slider__item
    td {
    height: 300px;
  }
}

.hot-wrapper-items .item .footer-action {
  padding: 6px 0px 10px;
  max-width: 337px;
}

.hot-wrapper-items .top_block {
  margin-bottom: 33px;
  padding-top: 15px;
}

.hot-wrapper-items .items .flexslider {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 60px;
  bottom: 0px;
}

@media (min-width: 1100px) {
  .top_big_banners:not(.nop) .child {
    margin-left: 35px;
  }
}

.banners .top_big_banners.short_block .top_slider_wrapp .main-slider__item {
  border-radius: 0.8rem;
}

@media (max-width: 600px) {
  .top_big_banners > .row > div.col-md-3.child {
    width: 100%;
    float: none;
    margin-left: 0;
  }
}
@media (max-width: 1099px) {
  .top_big_banners:not(.nop) .child {
    width: 29%;
  }
}
@media (max-width: 600px) {
  body .big-banners-mobile-slider .top_big_banners .items .item {
    flex-shrink: 0;
    width: 100%;
  }
  .hot-wrapper-items .items.mobile-overflow .item .main_item_wrapper {
    border: none;
  }
  .hot-wrapper-items
    .items.mobile-overflow
    .item
    .item_info
    .item_info_wrapper {
    padding: 0px;
  }
}
@media (max-width: 900px) {
  .top_big_banners:not(.nop) .child {
    width: 100%;
  }
}
@media (max-width: 991px) and (min-width: 501px) {
  .banners .top_big_banners > .row > div.col-md-3 .item {
    width: 100%;
    float: none;
    text-align: center;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px),
  projection and (max-width: 768px),
  tv and (max-width: 768px),
  handheld and (max-width: 768px) {
  .banners .flex-direction-nav {
    display: block !important;
  }
}

@media (min-width: 992px) {
  .banners .top_big_banners:not(.nop) .child {
    margin-left: 35px;
    width: 36%;
  }
  .banners .top_big_banners.with_childs .slide {
    width: 60%;
  }
}
.banners .hot-wrapper-items .flex-control-nav {
  display: none !important;
}
.hot-wrapper-items .sa_block {
  display: none;
}

.favorit_image .img-responsive {
  max-width: 125%;
}

.banners .hot-wrapper-items .top_block h3 {
  font-weight: bold;
}

.banners .child .maxwidth-theme {
  box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
}

.banners .banner_title {
  display: none;
}

.banners {
  margin-top: 60px;
  margin-bottom: 60px;
}
.wrapper1:not(.with_left_block)
  .wrapper_inner.front
  .drag-block.container
  .content_wrapper_block
  > .maxwidth-theme {
  padding-top: 0;
}
@media (min-width: 992px) {
  .favorit_image {
    margin-right: 100px;
  }
}

@media (max-width: 600px) {
  .favorit_image {
    margin-right: 100px;
    max-width: 100%;
    height: 100%;
  }
  .favorit_image {
    max-width: 100%;
    margin-right: 0;
    max-height: 240px;
  }
  .item_favorit {
    display: flex;
    flex-direction: column;
  }
  .favorit_info {
    text-align: center;
  }
  .banners .hot-wrapper-items .items.mobile-overflow .item .footer-action {
    display: block;
    max-width: initial;
  }
  .hot-wrapper-items .item .footer-action .counter_wrapp > div:only-child {
    width: 100%;
  }
  .favorit_image .img-responsive {
    max-width: 125%;
    height: 100%;
  }
  .hot-wrapper-items .item .footer-action .counter_wrapp > div:only-child .btn {
    display: block;
  }

  .hot-wrapper-items .items.mobile-overflow .item .item_info .item_info_wrapper .title a {

	font-size:16px !important;
}

}

@media (max-width: 767px) {
  .top_slider_wrapp.view_3 .main-slider__item tr {
    height: 100% !important;
    padding-top: 25% !important;
  }
  .banners {
    margin-top: 20px;
    margin-bottom: 0;
  }
  body#main .wrapper1 .wrapper_inner.front .drag-block.container .banners .hot-wrapper-items {
    padding-bottom: 0px;
  }
  .banners .hot-wrapper-items .items.mobile-overflow .item .footer-action {
    padding: 22px 0px 0px;

  }
  .banners .hot-wrapper-items .items.mobile-overflow .item .item_info .item_info_wrapper .cost.prices {
    justify-content: space-between;
  }
  .banners .top_slider_wrapp.view_3 .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: -6px;
  }
}
.banners  .cost.prices:not(.detail) .price_matrix_wrapper.strike_block {
margin-left: 7px;
}
@media (max-width:1368px) {
.banners .hot-wrapper-items .cost.prices {
flex-direction: column;
}
.banners .cost.prices:not(.detail) .price_matrix_wrapper.strike_block {
margin-left: 0px;
}
}
.item-views.tizers.top {

padding-top: 40px !important;
}

.banners .cost.prices .price_name {
  display: none;
}
body .banners   .prices .price_group {
  margin-top: -1px;
  margin-bottom: 0px;
}

.banners .hot-wrapper-items .cost.prices{
  display: flex;
}

body .cost.prices > .price_group:first-of-type .price_name
{

display:none !important;
}

.swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 0px;
}


body#main .wrapper1 .wrapper_inner.front .drag-block.container .banners .hot-wrapper-items {
  padding-bottom: 0px;
}

#headerfixed #title-search_fixed.bx-searchtitle {
  margin: 0 !important;
}
.top-block.top-block-v1 .addr-block .address {
  font-weight: 700;
}