@charset "UTF-8";
body .g-button, body .localaboutus_form .gr-button {
  background-image: none;
  background-color: #2c564f;
}
body .g-button:hover, body .localaboutus_form .gr-button:hover {
  background-color: #2c564f;
}
body .g-submenu__item .g-button.g-button--invert, body .g-button.g-button--invert {
  color: #2c564f !important;
  border-color: #2c564f;
}
body .g-submenu__item .g-button.g-button--invert:hover, body .g-button.g-button--invert:hover {
  background: #2c564f;
  border-color: #2c564f;
  color: #fff !important;
}
body .g-auth__fogot-password {
  color: #2c564f !important;
}
body .g-auth__personal-note a {
  border-bottom-color: #2c564f;
  color: #2c564f !important;
}
body .g-user_text_color, body a.g-user_text_color {
  color: #2c564f !important;
}
body .g-sitemap__link, body .g-article__name {
  color: #2c564f;
}
body .g-categories__button {
  color: #2c564f;
  border-color: #2c564f;
}
@media (max-width: 480px) {
  .top-blocks__pic-wrap {
    background-size: contain;
  }
}
.site-footer__address {
  justify-content: left;
}
.card-page .form-additional {
  padding: 29px 50px 27px !important;
}
.card-page .form-additional .product-price {
  margin-bottom: 0px !important;
}
.discount {
  display: flex;
  font-weight: 700;
  margin-bottom: 5px;
}
.price-discount {
  padding-left: 10px;
  font-weight: 300;
}
.rating_ym {
  padding-bottom: 15px;
}
.link_adress {
  text-decoration: none;
}
.site-brands__items__new {
  padding-top: 0px;
  padding-bottom: 0px;
}
.g-comment__date {
  display: none;
}
[data-media-source="desktop"] .lpc-col-4-lg {
  margin-left: 40px;
}
.bot_form .tpl-field.type-phone {
  order: -2;
  width: calc(100% - 163px);
}
.popular-category__inner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 0;
}
body .popular-category__items {
  z-index: 100;
}
.popular-category__title {
  z-index: 100;
}
.head_stick {
  font-family: Montserrat, sans-serif;
  color: #18435a;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 700;
  text-transform: none;
}
.table_city {
  padding: 0 20px;
}
.table-wrapper {
  text-align: -webkit-center;
}
.site_header_align .company-info {
  align-items: center;
  display: flex;
}
.shop2-vendors .shop2-vendor {
  width: 200px;
}
.shop2-vendors .shop2-vendor .vendor-name {
  font-size: 20px;
}
.company-info__name_desc {
  display: block;
  /* vertical-align: top; */
}
.mobile_menu_next.active {
  height: 100%;
}
.top_mobile_menu > .has-child {
  display: none;
}
.product-list.thumbs .product-item__note {
  display: none;
}
.product-anonce {
  display: none;
}
.product-list.simple .product-item__note {
  display: none;
}
.product-list.list .product-item__note {
  display: none;
}
@media (max-width: 640px) {
  .site_header_align .company-info {
    flex-direction: column;
  }
  .site-footer__contacts-wrap {
    margin-top: 20px;
  }
}
.shop2-product-article {
  display: none;
}
.no-events {
  pointer-events: none;
}
body .product-flags__item.custom_item span {
  border-color: #ffba00;
  color: #ffba00;
}
.my_modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1050;
  display: none;
  margin: 0;
  padding: 0;
}
.my_modal:target {
  display: block;
  overflow-y: auto;
}
.my_modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
  top: 30%;
}
@media (min-width: 576px) {
  .my_modal-dialog {
    max-width: 460px;
    margin: 30px auto;
  }
}
.my_modal-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
}
@media (min-width: 768px) {
  .my_modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}
.my_modal-header {
  display: block;
  padding: 14px 14px 4px;
}
.my_modal-title {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 1.25rem;
  font-weight: 500;
  border-bottom: 1px solid #d4d4d4;
}
.my_modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 15px;
  overflow: auto;
  text-align: left;
}
/* Базовые стили слоя, затемнения и модального окна */
.overlay {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: none;
  /* фон затемнения */
  background-color: rgba(0, 0, 0, 0.65);
  position: fixed;
  /* фиксированное позиционирование */
  cursor: default;
  /* тип курсора */
}
/* активируем слой затемнения */
.overlay:target {
  display: block;
}
/* стили модального окна */
.popup {
  top: -100%;
  right: 0;
  left: 50%;
  font-size: 14px;
  z-index: 20;
  margin: 0;
  width: 85%;
  min-width: 320px;
  max-width: 600px;
  /* фиксированное позиционирование, окно стабильно при прокрутке */
  position: fixed;
  padding: 15px;
  border: 1px solid #383838;
  background: #fefefe;
  /* скругление углов */
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  font: 14px/18px "Tahoma", Arial, sans-serif;
  /* внешняя тень */
  -webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.22), 0 19px 60px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.22), 0 19px 60px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.22), 0 19px 60px rgba(0, 0, 0, 0.3);
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.22), 0 19px 60px rgba(0, 0, 0, 0.3);
  -webkit-transform: translate(-50%, -500%);
  -ms-transform: translate(-50%, -500%);
  -o-transform: translate(-50%, -500%);
  transform: translate(-50%, -500%);
  -webkit-transition: -webkit-transform 0.6s ease-out;
  -moz-transition: -moz-transform 0.6s ease-out;
  -o-transition: -o-transform 0.6s ease-out;
  transition: transform 0.6s ease-out;
}
/* активируем модальный блок */
.overlay:target + .popup {
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: 20%;
}
/* формируем кнопку закрытия */
.close {
  top: -10px;
  right: -10px;
  width: 20px;
  height: 20px;
  position: absolute;
  padding: 0;
  border: 2px solid #ccc;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  background-color: rgba(61, 61, 61, 0.8);
  -webkit-box-shadow: 0px 0px 10px #000;
  -moz-box-shadow: 0px 0px 10px #000;
  box-shadow: 0px 0px 10px #000;
  text-align: center;
  text-decoration: none;
  font: 13px/16px "Tahoma", Arial, sans-serif;
  font-weight: bold;
  -webkit-transition: all ease 0.8s;
  -moz-transition: all ease 0.8s;
  -ms-transition: all ease 0.8s;
  -o-transition: all ease 0.8s;
  transition: all ease 0.8s;
}
.close:hover {
  background-color: rgba(24, 67, 90, 0.8);
}
.modal_win {
  text-align: center;
  width: 190px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 10px;
}
.modal_button_deshevle {
  display: flex;
  border: none;
  background: #daf4ea;
  text-align: center;
  background-clip: border-box;
  cursor: pointer;
  text-decoration: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  font: 600 15px/1 Montserrat, sans-serif;
  align-items: center;
  padding: 20px 50px 20px 20px;
  justify-content: center;
}
.modal_win_deshevle {
  text-align: center;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 10px;
}
.title_btn {
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 5px;
  color: #0cb97a;
  font-size: 16px;
  white-space: nowrap;
}
.suptitle_btn {
  font-weight: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #343c4b;
}
.less-price__icon {
  display: block;
  max-width: 100%;
  height: auto;
}
.less-price__icon-wrap {
  color: #0cb97a;
  flex: 0 0 35px;
  max-width: 35px;
  margin-right: 15px;
}
/* Форма обратной связи  */
.modal_button {
  display: block;
  color: #fff;
  border: none;
  background: #ffb902;
  transition: all 0.2s;
  text-align: center;
  background-clip: border-box;
  cursor: pointer;
  text-decoration: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  height: 56px;
  font: 600 15px/1 Montserrat, sans-serif;
  padding-top: 12px;
}
.modal_button_second {
  display: block;
  color: #fff;
  border: none;
  background: #06445d;
  transition: all 0.2s;
  text-align: center;
  background-clip: border-box;
  cursor: pointer;
  text-decoration: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  height: 56px;
  font: 600 15px/1 Montserrat, sans-serif;
  padding-top: 18px;
  border: 1px solid transparent;
}
.modal_button:hover {
  background: #21c3d9;
  transition: all 0.3s;
}
.modal_button_second:hover {
  background: #fff;
  border: 2px solid #06445d;
  transition: all 0.3s;
  box-sizing: border-box;
}
.modal_win > a.modal_button_second:hover {
  color: #333;
  box-sizing: border-box;
}
.modal_win > a {
  text-decoration: none;
}
.modal_win > a:hover {
  color: #fff;
}
.form_bl_title_modal {
  color: #333;
  font: 30px rb, Arial, Helvetica, sans-serif;
}
.contacts_popup_wrap .title {
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  padding-bottom: 20px;
}
.g-button {
  background-color: #ffb902;
  background-image: none;
}
.g-button:hover {
  background-color: #3fdad3;
}
.g-form-field__title {
  font-size: 16px;
  padding-left: 20px;
}
.g-form-field__value {
  padding-left: 20px;
  width: 90%;
}
.g-form-row--submit, .g-form-row--captcha {
  text-align: center;
  padding-right: 20px;
}
.g-form-field__value > ul {
  padding-left: 2px;
  vertical-align: top;
  line-height: 15px;
  letter-spacing: -0.2px;
  font-weight: normal;
}
.g-anketa-wrapper {
  text-align: left;
}
.g-form-control-checkbox--single .g-form-control-checkbox__input {
  position: absolute;
}
.card-page .shop2-product-options .option-item:nth-child(n+4) {
  display: block !important;
}
.card-page .options-more {
  display: none !important;
}
.folders_menu > li > a:before {
  display: none;
}
.shared_mob_title:after {
  display: none;
}
.mobile_shared > li.sublevel > a:before {
  display: none;
}
#upbutton {
  background: url("/d/up_button.webp") no-repeat top left;
  height: 54px;
  width: 54px;
  bottom: 30px;
  right: 30px;
  cursor: pointer;
  display: none;
  position: fixed;
  z-index: 9999;
}
.card-page .card_page_compare.comp_right {
  right: unset;
  position: absolute;
  top: unset;
  left: unset;
  bottom: -52px;
}
.product-list.thumbs .product-item__name a {
  font-weight: 700;
  font-size: 16px;
}
@media (max-width: 1535px) and (min-width: 1441px) {
  .modal_win {
    width: 180px;
  }
}
@media (max-width: 1439px) {
  .modal_win {
    width: 180px;
    padding-bottom: 12px;
  }
}
@media (max-width: 1360px) and (min-width: 1261px) {
  .modal_win {
    width: 100%;
  }
}
@media (max-width: 1260px) {
  .card-page .pluso-share {
    padding-top: 60px;
  }
}
@media (max-width: 1023px) {
  .modal_win {
    width: 290px;
  }
  .sublevel:after {
    top: 94%;
  }
}
@media (max-width: 767px) {
  .modal_win {
    width: calc(50% - 5px);
  }
  .rating_ym {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .site-footer__address {
    justify-content: center;
  }
}
@media (max-width: 380px) {
  .modal_button {
    width: none;
  }
  .modal_button_second {
    width: none;
  }
  .modal_win {
    width: 100%;
  }
}
@media (max-width: 1260px) {
  .wrapp_tnt {
    display: flex;
  }
  .wrapp_tnt .btn_next_menu {
    order: 1;
    width: 100%;
  }
}
body .product-compare.product-compare-added .compare_checkbox {
  background-color: transparent;
  height: 30px;
}
body .product-compare .compare_plus {
  font-size: 15px;
  align-items: center;
  display: flex;
  width: 100%;
  padding-left: 26px;
  background-position: 4px 0 !important;
  height: auto;
}
body .product-compare {
  box-shadow: inset 0 0 0 2px #18435a;
  padding: 11px;
  margin-bottom: 8px;
}
body .product-compare .compare_plus {
  background: url(../sr_icon.svg) no-repeat;
}
body .product-compare .compare_plus:hover {
  color: #18435a;
}
.product-compare:hover {
  background: #18435a;
  transition: all 0.2s;
}
.product-compare:hover .compare_plus {
  color: #fff;
}
@media (max-width: 1023px) {
  .card-page .card_page_compare.comp_right {
    right: 15px;
    bottom: -68px;
  }
}
@media (max-width: 767px) {
  .card-page .card_page_compare.comp_right {
    bottom: -60px;
  }
}
.product-list.thumbs .product-item .product-compare {
  position: relative;
  opacity: 1;
  box-shadow: none;
  padding: 0;
}
.product-list.thumbs .product-item .product-compare:hover {
  background: transparent;
}
.product-list.thumbs .product-item .product-compare:hover .compare_plus {
  color: #18435a;
}
.product-list.thumbs .product-item .shop2-product-options {
  margin: 0;
}
.product-list.thumbs .product-item .product-compare {
  margin-bottom: 12px;
}
body .product-compare.product-compare-added .link-reset {
  display: flex;
  top: 0;
  left: 49px;
  right: -156px;
}
body .product-compare.product-compare-added .link-reset span {
  display: block !important;
}
.main-blocks .main-products .product-list.thumbs .main-lots-items {
  outline: none;
}
.card-page .card_page_compare {
  right: unset;
  position: absolute;
  top: unset;
  left: unset;
  bottom: -52px;
}
body .product-compare.product-compare-added .link-reset {
  left: 70px;
  top: 5px;
  right: -129px;
  padding: 6px 10px;
}
body .product-compare:hover .compare_checkbox {
  background-color: #fff;
}
.product-item__bottom .product-item__heading .link-reset {
  left: 38px !important;
  right: -105px !important;
  padding: 6px 10px;
  height: auto;
  top: 3px !important;
}
@media (max-width: 1023px) {
  .card-page .card_page_compare {
    right: 0;
    position: absolute;
    top: unset;
    left: unset;
    bottom: -72px;
    margin-right: 12px;
  }
  body .product-compare.product-compare-added .link-reset {
    right: 75px;
    padding: 6px 10px;
    left: -133px;
  }
}
@media (max-width: 767px) {
  .product-list.thumbs .product-item .product-compare .link-reset {
    padding: 6px 10px;
    left: 16px !important;
    right: 0 !important;
    top: 0px !important;
    position: absolute;
    display: flex;
  }
  .product-list.thumbs .product-item .product-compare .compare_plus {
    height: auto;
    padding: 4px 0 0px 26px;
  }
}
.card-page .card_page_compare .product-compare.product-compare-added {
  padding: 5px;
}
.product-list.simple .product-item .product-compare {
  position: static;
  opacity: 1;
  box-shadow: none;
  margin-bottom: 10px;
}
.product-list.list .product-item .product-compare:hover {
  background: transparent;
}
.product-list.list .product-item .compare_plus {
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
}
.product-list.simple .product-item .product-compare {
  padding: 0;
}
.product-list.simple .product-item .product-compare:hover {
  background: transparent;
  padding: 0;
}
.product-list.thumbs .product-item .product-compare.product-compare-added {
  display: flex;
  align-items: center;
}
.product-list.list .product-item .product-compare .compare_plus {
  width: auto;
  height: auto;
}
.product-list.list .product-item .product-compare {
  display: flex;
  align-items: center;
  box-shadow: none;
}
.product-list.simple .product-item .product-compare.product-compare-added {
  padding: 0;
  display: flex;
  align-items: center;
}
body .product-compare.product-compare-added .link-reset {
  position: static;
}
@media (max-width: 991ex) {
  .product-list.list .product-item .product-compare {
    margin-bottom: 10px;
  }
}
.top-blocks__item-price .text-block-8 {
  font-size: 22px;
}
body .comments-chekbox input {
  position: static;
  opacity: 1;
}
@media (min-width: 961px) {
  .site-footer {
    position: static;
  }
}
@media (max-width: 480px) {
  .site-brands__item {
    width: 120px;
  }
  .brands_flat .site-brands__item {
    margin: 0 auto;
  }
  .site-brands__items .slick-prev, .site-brands__items .slick-next {
    top: 20%;
  }
  .shop2-vendors .shop2-vendor {
    width: 160px;
  }
  .header-edit-block {
    margin: 80px 0 0 0 !important;
  }
  .mobile_panel_wrap .mobile_menu_prev {
    padding-bottom: 50px;
  }
  .card-page .form-additional .shop-product-btn {
    padding: 20px 25px 20px 0px;
  }
  .card-page .form-additional .shop-product-btn.buy:before {
    right: 10px !important;
  }
  .card-page .form-additional .shop-product-btn span {
    white-space: nowrap;
  }
  .modal_button {
    padding-top: 6px;
  }
  .product-amount {
    display: none;
  }
  .card-page .form-additional .buy-one-click {
    padding: 18px 0px 18px 0px;
  }
}
.site__wrapper .product-list.thumbs .shop-product-btn.notavailable, .site__wrapper .product-list.price .shop-product-btn.notavailable {
  padding: 0;
}
.site__wrapper .product-list .product-item .shop-product-btn.notavailable:before {
  background-position: center !important;
}
.main-slider .main-slider__item_slid:not(.slick-slide) + .main-slider__item_slid, .main-blocks .main-products .product-list.thumbs .main-lots-items:not(.slick-slide) + .main-lots-items, .site-brands__items .site-brands__item-wrap:not(.slick-slide) + .site-brands__item-wrap, body .popular-category__items .popular-category__item:not(.slick-slide) + .popular-category__item, .brands_flat .site-brands__item-wrap:not(.slick-slide) + .site-brands__item-wrap {
  display: none !important;
}
@media (max-width: 480px) {
  .site-footer__address-wrap {
    width: 100%;
    max-width: 201px;
  }
  .top-blocks__item {
    height: 175px;
  }
}
@media (max-width: 448px) {
  .newprice .bod .price-current strong, .newprice .bod .price-old span strong, .newprice .tit {
    font-size: 13px;
  }
}
.site-brands__items .slick-prev, .site-brands__items .slick-next {
  z-index: 9;
}
@media (max-width: 375px) {
  .top-blocks__item {
    height: 130px;
  }
  .shop2-vendors .shop2-vendor {
    width: 150px;
  }
}
.popular-category__inner:after {
  background: transparent;
}
.popular-category__title, .popular-category__item-title {
  color: #fff;
}
