

/* Start:/local/templates/webdoka/styles/pages/catalog.css?17504351918918*/
.catalog.catalog-list .catalog-list__wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--black-main);
  margin-bottom: 24px;
}

.catalog.catalog-list .catalog-list__wrap:not(:has(.video-review-card)) .product-card__wrap {
  border-top: none;
  border-left: none;
}

.catalog.catalog-list .catalog-list__wrap:not(:has(.video-review-card)) .product-card:nth-child(4n+1) {
  border-left: 1px solid var(--black-main);
}

.catalog.catalog-list .catalog-list__wrap:has(.video-review-card) .product-card__wrap {
  border-left: none;
  border-top: none;
  border-bottom: 1px solid var(--black-main);
  border-right: 1px solid var(--black-main);
}

.catalog.catalog-list .video-review-card {
  grid-column: span 2;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--black-main);
  border-top: none;
}

.catalog.catalog-list .video-review-card__img-wrap {
  height: 437px;
}

.catalog.catalog-list .video-review-card__img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.catalog.catalog-list .video-review-card__descr {
  padding: 18px 24px 20px;
}

.catalog.catalog-list .video-review-card__descr-title {
  margin-bottom: 4px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.catalog.catalog-list .video-review-card__descr-text {
  color: var(--Neutral-ghost);
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.catalog.catalog-list .catalog-category {
  position: relative;
  margin-bottom: 24px;
}

.catalog.catalog-list .catalog-category.open {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.catalog.catalog-list .catalog-category.open .catalog-category__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.catalog.catalog-list .catalog-category.open .catalog-category__btn-icon {
  transform: rotate(-90deg);
}

.catalog.catalog-list .catalog-category.open .catalog-category__btn-wrap {
  position: static;
  width: max-content;
  background: none;
}

.catalog.catalog-list .catalog-category__list {
  list-style: none;
}

.catalog.catalog-list .catalog-category__list-item {
  display: flex;
  align-items: center;
}

.catalog.catalog-list .catalog-category__btn-wrap {
  position: absolute;
  right: 0;
  top: 0;
  flex-shrink: 0;
  display: flex;
  justify-content: flex-end;
  width: 126px;
  height: max-content;
  background: linear-gradient(270deg, #fff 49.38%, rgba(255, 255, 255, 0) 85.19%);
}

.catalog.catalog-list .catalog-category__btn-icon {
  transition: var(--transition-primary);
}

.catalog.catalog-list .catalog-list__wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--black-main);
  margin-bottom: 24px;
}

.catalog.catalog-list .catalog-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.catalog.catalog-list .catalog-nav__load-more {
  width: 770px;
  padding: 11px;
  border: 1px solid var(--black-main);
  text-transform: uppercase;
}

.catalog.catalog-list .catalog-category {
  position: relative;
  margin-bottom: 24px;
}

.catalog.catalog-list .catalog-category.open {
  display: flex;
  align-items: flex-end;
}

.catalog.catalog-list .catalog-category.open .catalog-category__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.catalog.catalog-list .catalog-category.open .catalog-category__btn-icon {
  transform: rotate(-90deg);
}

.catalog.catalog-list .catalog-category.open .catalog-category__btn-wrap {
  position: static;
  width: max-content;
  background: none;
}

.catalog.catalog-list .catalog-category__list {
  list-style: none;
}

.catalog.catalog-list .catalog-category__list-item {
  display: flex;
  align-items: center;
  height: 30px;
}

.catalog.catalog-list .catalog-category__btn-wrap {
  position: absolute;
  right: 0;
  top: 0;
  flex-shrink: 0;
  display: flex;
  justify-content: flex-end;
  width: 126px;
  height: max-content;
  background: linear-gradient(270deg, #fff 49.38%, rgba(255, 255, 255, 0) 85.19%);
}

.catalog.catalog-list .catalog-category__btn-wrap.hidden {
  display: none;
}

.catalog.catalog-list .catalog-category__btn-icon {
  transition: var(--transition-primary);
}

.catalog.catalog-list .catalog-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}

.catalog.catalog-list .catalog-header .title {
  margin-bottom: 0;
}

.catalog.catalog-list .catalog-header .sort-block {
  display: flex;
  border: 1px solid var(--black-main);
}

.catalog.catalog-list .catalog-header .sort-block .select.active .select__btn-icon {
  transform: rotateX(180deg);
}

.catalog.catalog-list .catalog-header .sort-block__item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 290px;
  padding: 12px;
  border-right: 1px solid var(--black-main);
  cursor: pointer;
}

.catalog.catalog-list .catalog-header .sort-block__item:last-child {
  border-right: none;
}

.catalog.catalog-list .catalog-header .sort-block__item .select__btn-icon {
  transition: var(--transition-primary);
}

.catalog.catalog-list .catalog-header .sort-block__filters-amount {
  display: none;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  height: 20px;
  padding: 0 4px;
  border: 1px solid var(--black-main);
  border-radius: 30px;
  font-size: 12px;
}

.catalog.catalog-list .catalog-header .sort-block__filters-amount.active {
  display: flex;
}

.catalog.catalog-list .catalog-header .sort-block .select__options {
  bottom: -1px;
}

.catalog.catalog-list .catalog-header .sort-block .select__options-item {
  padding: 10px 16px;
  transition: var(--transition-primary);
}

.catalog.catalog-list .catalog-header .sort-block .select__options-item:hover {
  background-color: var(--grey-bg);
}

.catalog.catalog-list .catalog-header .sort-block .select__options-value {
  display: flex;
  align-items: center;
  gap: 8px;
}

.catalog.catalog-list .catalog-header .sort-block .select__options-icon {
  width: 16px;
  height: 16px;
}

.catalog.catalog-about .catalog-about__wrap {
  padding: 80px 0;
  border-top: 1px solid var(--grey-dark-stroke);
}

.catalog.catalog-about .catalog-about__descr {
  display: flex;
  gap: 40px;
}

.catalog.catalog-about .catalog-about__descr-title {
  margin-bottom: 16px;
  font-size: 24px;
}

.catalog.catalog-about .catalog-about__card-link {
  text-decoration: underline;
}

@media screen and (min-width: 1200px) {
  .catalog.catalog-list .catalog-list__wrap:has(.video-review-card) .product-card:nth-child(4n+4) .product-card__wrap {
    border-left: 1px solid var(--black-main);
  }
}

@media screen and (max-width: 1539px) {
  .catalog.catalog-list .video-review-card__img-wrap {
    height: 367px;
  }

  .catalog.catalog-list .catalog-nav__load-more {
    width: 570px;
  }

  .catalog.catalog-list .catalog-header .sort-block__item {
    width: 285px;
    padding: 10px;
  }

  .catalog.catalog-about .catalog-about__descr {
    flex-direction: column;
    gap: 10px;
  }
}

@media screen and (max-width: 1199px) {
  .catalog.catalog-list .catalog-list__wrap:has(.video-review-card) .product-card:nth-child(3n+2) .product-card__wrap {
    border-left: 1px solid var(--black-main);
  }

  .catalog.catalog-list .catalog-list__wrap {
    grid-template-columns: repeat(3, 1fr);
  }

  .catalog.catalog-list .video-review-card {
    grid-column: span 3;
  }

  .catalog.catalog-list .catalog-nav {
    flex-direction: column-reverse;
    gap: 12px;
  }

  .catalog.catalog-list .catalog-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .catalog.catalog-list .catalog-header .sort-block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
  }

  .catalog.catalog-list .catalog-header .sort-block__item {
    width: auto;
  }

  .catalog.catalog-list .catalog-header .sort-block .select__options-value {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .catalog.catalog-list .catalog-list__wrap:has(.video-review-card) .product-card .product-card__wrap {
    border-left: 1px solid var(--black-main);
  }

  .catalog.catalog-list .catalog-list__wrap {
    grid-template-columns: 1fr;
  }

  .catalog.catalog-list .video-review-card {
    grid-column: span 1;
  }

  .catalog.catalog-list .video-review-card__img-wrap {
    height: auto;
    aspect-ratio: 16/9;
  }

  .catalog.catalog-list .video-review-card__descr {
    padding: 16px 20px 20px 20px;
  }

  .catalog.catalog-list .catalog-nav__load-more {
    width: 100%;
  }

  .catalog.catalog-list .catalog-category__btn-wrap {
    width: 88px;
  }

  .catalog.catalog-list .catalog-header .sort-block__item {
    padding: 6px;
    height: 36px;
  }

  .catalog.catalog-list .catalog-header .sort-block .select__options-value {
    font-size: 12px;
  }
}
/* End */


/* Start:/local/templates/webdoka/components/gv/catalog.section.list/shop.xc/style.css?15662048151335*/
.section_item{    
    background: #fff;
    padding: 10px;
    border: 4px solid #fff;
    margin-bottom: 15px;
    position: relative;
}

.section_item:hover,
.section_item .inner_sections_wrapper.hovered {
    border: 4px solid #ff9600;
}

.section_item a.tovar_title{
    font-size: 18px;
    font-size: 1.285714285714286em;
    color: #40404b;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
    text-align: left;
    overflow: hidden;
}
.section_item .image_list{
    position: relative;
	height: 144px;
}
.section_item .image_list a{
    max-width:100%;
}
.section_item .image_list a img{
	max-width:100%;
}
.section_item .tovar_prop{
    text-align: left;
    color: #929292;
    overflow: hidden;
    height: 155px;
}
.sect_inner_wrapper {
    position: relative;
}
.inner_sections_wrapper {
    display: none;
    position: absolute;
    border: 4px solid #fff;
    top: -4px;
    left: 0;
    right: 0;
    margin: 0 -14px;
    z-index: 100;
}
.section_item .inner_sections {
    background: #fff;
    padding: 8px 10px 10px 10px;
    margin-top: -8px;
    min-height: 183px;
}
.inner_link {
    display: block;
    float: left;
    text-decoration: underline;
    padding-right: 10px;
}
.inner_link:hover {
    color: #ff9600 !important; 
}

@media screen and (min-width:1600px){
	.rv_box{width:25%;}
}

/* End */


/* Start:/local/templates/webdoka/components/gv/catalog.section.ajax/shop.top5/style.css?156620481512794*/
.mainpage_leaders_slider {
    margin-left: -15px;
    margin-right: -15px;
}
.mainpage_leaders_slider .item {
    padding: 0 15px;
}

/*.mainpage_leaders_slider .slick-list{overflow-x: hidden; overflow-y:visible;}*/

.tovar_prop{
    text-align: center;
    color: #40404b;
    margin-bottom: 10px;
    overflow: hidden;
    height: 3em;
}
.tovar_prop .title{
    color: #929292;
}
.tovar_prop .val{
    color: #40404b;
}
.tovar_price{
    text-align: center;
    margin-bottom: 15px;
}
.top_old_price{
    font-size:15px;
    font-size:1.0714285714285714285714285714286em;
    color:#666676;
    text-decoration: line-through;
    display: inline-block;
}
.top_old_price.poss {
    text-decoration: none;
}
.top_old_price .fa-rub{
    font-size: 14px;
    font-size: 0.9333333333333333em;
}
.top_old_price_discount{
    color: #84bc30;
    font-size:15px;
    font-size:1.0714285714285714285714285714286em;
    padding: 0 10px;
    font-weight: bold;
    height: 20px;
}
.ski .top_old_price_discount{
    color: #4cbbda;
}
.mount .top_old_price_discount{
    color: #505199;
}
.top_new_price{
    color: #40404b;
    font-size: 36px;
    font-size: 2.5714285714285714285714285714286em;
    margin-bottom: 10px;
    font-weight: bold;
}
.top_new_price .fa{
    font-size: 24px;
    font-size: 0.66666666666666666666666666666667em;
}
.tovar_bottom_btns{
    height: 2em;
}
.tovar_bottom_btns,
.tovar_bottom_btns a{
    color: #9f9fa5;
    text-decoration: none;
}
.tovar_bottom_btns .fa{
    padding-right: 5px;
    font-size: 18px;
    font-size: 1.285714285714286em;
}
.prop_row .tovar_exist{
    margin-top: 20px;
}
.tovar_exist .fa{
    padding-left: 5px;
}
.tovar_exist .yes{
    color: #84bc30;    
    font-size: 15px;
    font-size: 1.0714285714285714285714285714286em;
}
.ski .tovar_exist .yes{
    color: #4cbbda;
}
.mount .tovar_exist .yes{
    color: #505199;
}
.tovar_exist .no{
    color: red;
}
.tovar_modal{
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10000;
}
.tovar_modal.open{
    display: block;
}
.propose_buy_list {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: -17px;
    height: 100%;
    z-index: 10000;
    overflow-y: scroll;
    padding: 100px 0;
}
.propose_buy_list .modal_mask{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ccc;
    background: rgba(0,0,0,.8);
    z-index: -1;
}
.propose_buy_list_inner{
    background: #fff;
    position: relative;
    margin: auto;
    min-height: 145px;
    z-index: 1;
    margin-top: 50px;
    margin-bottom: 100px;
    overflow: hidden;
}
.propose_buy_list header{
    background: #40404b;
    padding: 5px 15px;
    font-size: 30px;
    font-size: 2.142857142857143em;
    color: #fff;
}
.propose_buy_list .buy_close {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    color: #fff;
    padding: 15px 20px;
}
.tovar_modal_filter{
    margin-bottom: 10px;
    border-bottom: 2px solid #9f9fa5;
    padding: 10px 15px;
    overflow: hidden;
}
.tovar_modal_filter .tmf_name{
    color: #40404b;
    padding-right: 5px;
}
.tovar_modal_filter .tmf_item_inp{
    border: 1px solid #40404b;
    border-radius: 5px;
    -webkit-box-shadow: inset 0px 4px 7px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow:    inset 0px 4px 7px 0px rgba(0, 0, 0, 0.25);
    box-shadow:         inset 0px 4px 7px 0px rgba(0, 0, 0, 0.25);
    display: inline-block;
    max-width: 70px;
}
.tmf_size .tmf_item_inp{
    max-width: 35px;
}
.tovar_modal_filter .tmf_item_inp input{
    border: none;
    background: none;
    outline: none;
    width: 100%;
    text-align: center;
}
.tovar_modal_filter .choose_color{
    width: 27px;
    height: 27px;
    border: 1px solid #40404b;
    border-radius: 3px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    -webkit-box-shadow: inset 0px 4px 7px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow:    inset 0px 4px 7px 0px rgba(0, 0, 0, 0.25);
    box-shadow:         inset 0px 4px 7px 0px rgba(0, 0, 0, 0.25);
}
.tovar_modal_filter .choose_color div{
    width: 21px;
    height: 21px;
    border-radius: 3px;
    margin: auto;
    margin-top: 2px;
}
body.open_modal{
    overflow: hidden;
}
.propose_prop_item{
    margin-bottom: 5px;
}
.propose_prop_item .offer_name{
    color: #929292;    
}
.propose_prop_item .offer_value{
    color: #40404b;
}
.prop_row{
    overflow: hidden;
    border-bottom: 2px solid #9f9fa5;
    padding: 10px 0;
}
.prop_row:last-child{
    margin-bottom: 0;
    border: none;
}
.avalible_title{
    color: #929292;
    margin-bottom: 10px;
}
.store_name {
    position: relative;
    float: left;
    width: 50%;
    color: #40404b;
    padding-right: 5px;
    text-decoration: none;
    cursor: pointer;
    font-size: 12px;
}
.quantity_squear {
    position: relative;
    margin-top: 6px;
    float: left;
}
.full, .empty_store {
    float: left;
    width: 11px;
    height: 11px;
    margin-right: 2px; 
    background: #84bc30;
    border: 1px solid #40404b;
}
.ski .full{
    background: #4cbbda;
}
.mount .full{
    background: #505199;
}
.empty_store {
    background: #fff;
}
.propose_price{
}
.offer_old_price {
    color: #666676;
    text-decoration: line-through;
    font-size: 15px;
    font-size: 1.0714285714285714285714285714286em;
}
.offer_old_price.poss {
    text-decoration: none;
}
.offer_old_price .fa-rub{
    font-size: 14px;
    font-size: 0.9333333333333333em;
}
.offer_new_price {
    font-size: 36px;
    font-size: 2.571428571428571em;
    color: #40404b;
    font-weight: bold;
    margin-top: -7px;
}
.offer_new_price .fa-rub{
    font-size: 24px;
    font-size: 0.6666666666666666em;
}
.free_del, .free_del a{
    color: #84bc30;
    font-weight: bold;	
    display: block;
    margin-bottom: 10px;
    margin-top: -8px;
    text-decoration: none;
}
.free_del a:hover{
    color: #84bc30;
    text-decoration: underline;
}
.ski .free_del, .ski .free_del a{
    color: #4cbbda;
}
.ski .free_del a:hover {
    color: #4cbbda;
    text-decoration: underline;
}
.mount .free_del, .mount .free_del a{
    color: #505199;
}
.mount .free_del a:hover{
    color: #505199;
    text-decoration: underline;
}
@media screen and (min-width:992px){
    .top10_slider .owl-prev{
	left: -1em;
    }
    .top10_slider .owl-next{
	right: -1em;
    }
}


.leader_wrapper {
    position: relative;
    margin: 0;
    padding: 15px 0;
}

a.leader_name:link, a.leader_name:visited{
    color: #ffffff;
    font-size: 16px;
    margin: 15px 0px 0px 0px;
	padding:4px 10px;
	background: #468618 url('/bitrix/templates/main/images/search_bg.gif') repeat-x;
	display:block;
}
a.leader_name:hover{
	background: #468618;
}

.leaders_bike {
    margin: 0;
    padding: 0 0 0 10px;
}
.prev_leader_disc {
    position: absolute;
    height: 20px;
    width: 10px;
    background: url('/local/templates/webdoka/components/gv/catalog.section.ajax/shop.top5/images/slider_left.png') no-repeat;
    border: none;
    top: 90px;
    left: -3px;
    z-index: 100;
}
.next_leader_disc {
    position: absolute;
    height: 20px;
    width: 10px;
    background: url('/local/templates/webdoka/components/gv/catalog.section.ajax/shop.top5/images/slider_right.png') no-repeat;
    border: none;
    top: 90px;
    right: -7px;
    z-index: 100;
}
.properties {
    height: 40px;
    overflow: hidden;
}
.action_left{
	position: absolute;
	left:0px;
	bottom:0px;
	height: 34px;
	width: 8px;
}
.price-link td {
	height: 41px;
	text-align: left;
	vertical-align: bottom;
	padding-top: 0px;
	padding-bottom: 0px;
}
.price-link td.td_price_align-right {
	text-align: right;
}
.price-link td.td_price_align-right div {
	padding-bottom: 2px;
}
.price-link td a.catalog-item-compare, .price-link td a.catalog-item-compared {
	float: none !important;
	display: inline !important;
	height: auto !important;
	padding-top: 0px !important;
	margin-right: 0px !important;
}
#dialog-confirm {
    display: none;
    height: 50px;
    overflow: hidden;
}
.ui-dialog {
    background: #FFF;
    width: 500px;
}

.clear {
    clear: both;
}

.props-table-detail thead {
    font-size: 10px;
    font-weight: bold;
    text-align: center;
}
.quantity_number, 
.store_descript {
    display: none;
    position: absolute;
    padding: 7px;
    background: #FFF;
    border: 1px solid #ababab;
    border-radius: 5px;
    z-index: 100;
}
.quantity_number {
    top: -35px;
    left: -5px;
}

.store_descript {
    padding: 10px;
    top: 0;
    right: -120px;
}
.store_close {
    position: absolute;
    top: 2px;
    right: 2px;
    width: 14px;
    height: 14px;
    background: url('/local/templates/webdoka/components/gv/catalog.section.ajax/shop.top5/images/help_close.png') center center no-repeat;
    cursor: pointer;
    z-index: 200;
}
.ui-dialog {
    background: #FFF;
    width: 500px;
}
.ui-dialog-title {
    color: #312e25;
}
.ui-dialog-buttonset button:last-child{
    border: 2px solid #327e04; 
    background: #67b021 url(/local/templates/webdoka/components/gv/catalog.section.ajax/shop.top5/images/ui-bg_highlight-soft_25_67b021_1x100.png) 50% 50% repeat-x !important; 
    font-weight: normal; 
    color: #ffffff !important; 
    
}
#err_form {
    color: #FF0000;
}
.propose_buy_filter_wrapper{
    border-bottom: 2px solid #9f9fa5;
    padding: 10px 0;
}
.gv_modal{
    display: none;
    left: 0;
    top: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    z-index: 500;
}
.gv_modal.open{
    display: block;
}
.gv_modal .mask{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ccc;
    background: rgba(0,0,0,.8);
    z-index: -1;
}
.gv_modal_confirm_wrapper{
    position: absolute;
    z-index: 1;
    background: #fff; 
    top: 50%;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    left: 15px;
    right: 15px;
}
.gv_modal_close{
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    padding: 15px 20px;
    color: #fff;
}
.gv_modal_close .fa{
    margin-left: 5px;
}
.gv_modal header{
    background: #40404b;
    padding: 5px 15px;
    font-size: 30px;
    font-size: 2.142857142857143em;
    color: #fff;
}
.gv_modal_inner{
    padding: 15px;
    text-align: center;
}
.gv_modal_confirm .btn-default{
    background: #848484;
}
.gv_modal_confirm .btn{
    padding: 15px 20px;
    margin-right: 10px;
}
.gv_modal_inner p{
    margin: 25px 0;
}
.gv_modal_col{
    height: 100vh;
}

.gv_modal_wrap{
    background: #fff;
    max-width: 500px;
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.gv_modal_wrap input{
    display: block;
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
}
.gv_modal_wrap .btn{
    padding: 15px 25px;
    margin-left: 10px;
}
.propose_table_prop_footer{
    padding: 10px;
    text-align: center;
    
}
.propose_table_prop_footer span{
    display: inline-block;
    text-transform: uppercase;
    cursor: pointer;
    padding: 10px 40px;
    border: 3px solid #666676;
}
.propose_table_prop_footer span .fa{
    font-size: 18px;
    font-size: 1.285714285714286em;
    padding-left: 10px;
}
.tovar_modal_price .btn{
    padding: 15px;
}
.filter_title{
    padding-top: 3px;
}
.propose_table_prop{
    border-left: 2px solid #9F9FA5;
}
.propose_buy_filter .col-sm-9{
    border-left: 2px solid #9F9FA5;
}
.propose_buy_filter_wrapper .gv_dropdown{
    margin-bottom: 10px;
}
.order_mask {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ccc;
    background: rgba(0,0,0,.8);
    z-index: -1;
}
.make_order {
    display: none;
    left: 0;
    top: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    z-index: 500;
    padding: 100px 0;
}
.wait_text {
    position: relative;
    margin-top: 100px;
    z-index: 1;
    text-align: center;
    color: #FFF;
}
.gv_modal_inner input:focus,.gv_modal_inner textarea:focus,.gv_modal_inner input[data-valid="focus"],.gv_modal_inner textarea[data-valid="focus"]{-webkit-box-shadow: inset 0px 0px 0px 3px #ff9600;-moz-box-shadow: inset 0px 0px 0px 3px #ff9600;box-shadow: inset 0px 0px 0px 3px #ff9600; border: 1px solid #ff9600;}
.gv_modal_inner input[data-valid="error"],.gv_modal_inner textarea[data-valid="error"]{-webkit-box-shadow: inset 0px 0px 0px 3px #ba3c3c;-moz-box-shadow: inset 0px 0px 0px 3px #ba3c3c;box-shadow: inset 0px 0px 0px 3px #ba3c3c; border: 1px solid #ba3c3c;  padding: 10px 40px 10px 10px; background: url(/bitrix/templates/main/images/input-error.png) no-repeat 100% 50% #fff;}
.gv_modal_inner input[data-valid="ok"],.gv_modal_inner textarea[data-valid="ok"]{-webkit-box-shadow: inset 0px 0px 0px 3px #d8d8d8;-moz-box-shadow: inset 0px 0px 0px 3px #d8d8d8;box-shadow: inset 0px 0px 0px 3px #d8d8d8; border: 1px solid #d8d8d8; padding: 10px 40px 10px 10px; background: url(/bitrix/templates/main/images/input-ok.png) no-repeat 100% 50% #fff;}
/* End */


/* Start:/local/templates/webdoka/components/bitrix/form.result.new/main.consult/style.css?1738230494224*/
.consultation-form__input-wrap input{
    width: 100%;
    color: var(--text-black);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.consultation-form__captcha {
    padding-bottom: 1rem;
}
/* End */


/* Start:/local/templates/webdoka/components/gv/footer.block/footer.discount/style.css?17418723977298*/
.clr{clear:both;}
#footer_block .gv_modal_close.confirm_close:hover{color:#fff; text-decoration:none;}
.line_left{
-webkit-box-shadow: 2px 0px 0px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 2px 0px 0px 0px rgba(0,0,0,0.5);
box-shadow: 2px 0px 0px 0px rgba(0,0,0,0.5);
}

#footer_block_close_modal_colored {text-transform:uppercase; text-decoration:none;}
.footer_sale .item {position:relative;}
.loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#footer_block .gv_modal_confirm_wrapper form input{display:block; width:100%; height:40px; margin: 0 auto 15px auto; line-height:40px; padding: 0 10px;}
#footer_block .gv_modal_confirm_wrapper form label{font-weight:400; font-size:12px;}
#footer_block .gv_modal_confirm_wrapper form button.btn{width:100%; height:40px; margin: 0 auto 15px auto; line-height:40px; padding:0;}
#footer_block .gv_modal_inner {text-align:left;}

.gv_modal.flex{
   display: -webkit-flex;
   display: flex;
   -webkit-flex-direction: column; /* works with row or column */
   flex-direction: column;
   -webkit-align-items: center;
   align-items: center;
   -webkit-justify-content: center;
   justify-content: center;
}

.gv_modal{
    display: none;
    left: 0;
    top: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    z-index: 500;
}
.gv_modal.open{
    display: block;
}
.gv_modal .mask{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ccc;
    background: rgba(0,0,0,.8);
    z-index: -1;
}
.gv_modal_confirm_wrapper{
    position: absolute;
    z-index: 1;
    background: #fff; 
    top: 50%;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    left: 15px;
    right: 15px;
}
.gv_modal_close{
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    padding: 15px 20px;
    color: #fff;
}
.gv_modal_close .fa{
    margin-left: 5px;
}
.gv_modal header{
    background: #40404b;
    padding: 5px 115px 5px 15px;
    font-size: 30px;
    font-size: 2.142857142857143em;
    color: #fff;
}
.gv_modal_inner{
    padding: 15px;
}
.gv_modal_confirm .btn-default{
    background: #848484;
}
.gv_modal_confirm .btn{
    padding: 15px 20px;
    margin-right: 10px;
}
.gv_modal_inner p{
    margin: 25px 0;
}
.gv_modal_col{
    height: 100vh;
}

.gv_modal_wrap{
    background: #fff;
    max-width: 500px;
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.gv_modal_wrap input{
    display: block;
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
}
.gv_modal_wrap .btn{
    padding: 15px 25px;
    margin-left: 10px;
}




.footer_sale{
    background: #666676;
    color: #fff;
    padding: 15px 0;
}
.footer_sale input{
    color: #40404b;
}
.footer_sale header{
    text-align: center;
}
.footer_sale header span{
    font-size: 30px;
    font-size: 1.25em;
    display: block;
    padding: 8px 0;
}
.footer_sale img{
    margin: 15px auto;
}
.footer_sale input{
    width: 100%;
    padding: 10px 10px;
    font-size: 14px;
    background: #fff;
    border: 1px solid #d7d7d7;
    margin-bottom: 15px;
}
.footer_sale button{
    margin-top: 10px;
}
.footer_sale_form_footer{
    text-align: center;
}
.footer_sale a{
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    display: block;
    padding: 15px 0;
}
.footer_sale_img{
    position: relative;
}
.fs_num{
    position: absolute;
    top: 0;
    width: 100%;
    color: #666676;
    text-align: center;
}
.fs_val{
    font-size: 54px;
    padding-top: 30px;
    font-weight: bold;
    font-weight: bold;    
}
.fs_dis{
    font-size: 24px;
    font-size: 1.714285714285714em;
    margin-top: -20px;
}

.soc a{display:inline-block; padding:5px 5px 5px 40px; background:#fff; color:#666676; margin: 0 10px 10px 0;}
.soc a:hover{color:#666676;}
.soc a.fb{background:url(/local/templates/webdoka/components/gv/footer.block/footer.discount/img/f.png) no-repeat scroll 0% 50% #fff;}
.soc a.vk{background:url(/local/templates/webdoka/components/gv/footer.block/footer.discount/img/vk.png) no-repeat scroll 0% 50% #fff;}
@media screen and (min-width:992px){
    .fs_val{
	padding-top: 40px;
    }
    .footer_sale .container{
        position: relative;
    }
    .footer_sale_img{
        position: absolute;
        left: 45px;
        top: 15px;
    }
    .footer_sale header{
        text-align: left;
        position: static;
    }
    .footer_sale_form{
        margin-top: 30px;
    }
    .footer_sale_form_footer{
        text-align: right;
    }
    .footer_sale button{
        margin-top: 0;
    }
}

@media (min-width: 992px) {
    .col-md-4 {
        width: 33.33333333%;
    }
}
@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }
}
.col-xs-12 {
    width: 100%;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 992px) {
    .col-md-6 {
        width: 50%;
    }
}
.btn-main {
    border: none;
    background: var(--brand-color);
    color: #fff;
    padding: 15px;
}
.btn {
    transition: all .2s;
}
.btn {
    border-radius: 0;
    display: inline-block;
    white-space: normal;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    text-decoration: none;
}
/* End */
/* /local/templates/webdoka/styles/pages/catalog.css?17504351918918 */
/* /local/templates/webdoka/components/gv/catalog.section.list/shop.xc/style.css?15662048151335 */
/* /local/templates/webdoka/components/gv/catalog.section.ajax/shop.top5/style.css?156620481512794 */
/* /local/templates/webdoka/components/bitrix/form.result.new/main.consult/style.css?1738230494224 */
/* /local/templates/webdoka/components/gv/footer.block/footer.discount/style.css?17418723977298 */
