

/* Start:/bitrix/components/kraytsantehnika/krayt.slider/templates/.default/style.css?17479224263192*/
.main_banner .swiper-slide {
    pointer-events: none;
    border-radius: 8px;
    overflow: hidden;
}
.main_banner .swiper-slide-active {
    pointer-events: auto;
}
.main_banner {
    margin-top: 40px;
    display: block;
    position: relative;
    height: 500px;
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
}

.main_banner .banner__link {
    overflow: hidden;
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 8px;
}
.main_banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s ease, opacity 0.2s ease;
}

.main_banner img.mobile {
    display: none;
}
.main_banner:hover img {
    transform: scale(1.01)
}

.main_banner_slider .swiper-pagination-bullets {
    z-index: 10;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
    display: flex;
}
.main_banner_slider .swiper-pagination-bullet {
    background: var(--main_text_black);
    width: 20px;
    height: 4px;
    border-radius: 10px;
    margin-right: 6px;
    display: block;
    cursor: pointer;
    opacity: 0.1;
    transition: 0.3s all linear;
}
.main_banner_slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    transition: 0.3s all linear;
}

.main_banner_slider {
    overflow: hidden;
}
/*Управление слайдами*/
.swiper-arrows{
    position: absolute;
    top: 50%;
    margin-top: -23px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.swiper-arrow{
    width: 46px;
    height: 46px;
    background: #fff;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.2s transform linear, 0.3s scale linear;
    z-index: 1;
}
.main_banner .swiper-arrow.swiper-button-disabled{
    display: none;
}
.swiper-arrow svg{
    fill: currentColor;
    will-change: transform;
}

.main_banner_slider .swiper-prev-slide{
    margin-left: 32px;
    margin-right: auto;
}
.main_banner_slider .swiper-next-slide{
    margin-right: 32px;
    margin-left: auto;
}
@media (max-width: 1350px) {
    .main_banner{
        height: 400px;
    }
}
@media (max-width: 1140px) {
    .main_banner{
        height: 340px;
    }
}
@media (max-width: 992px) {
    .main_banner{
        height: 280px;
    }
}
@media (max-width: 860px) {
    .main_banner{
        height: 230px;
    }
}
@media (max-width: 768px) {
    .main_banner_slider .swiper-arrow{
        width: 40px;
        height: 40px;
    }
    .main_banner_slider .swiper-prev-slide{
        margin-left: 6px;
    }
    .main_banner_slider .swiper-next-slide{
        margin-right: 6px;
    }
}
@media (max-width: 576px) {
    .main_banner{
        height: auto;
        margin-top: 16px;
    }
    .main_banner .banner__link{
        padding-bottom: 62.5%;
    }
    .main_banner img,
    .main_banner_slider .swiper-arrow,
    .main_banner_slider .swiper-pagination-bullets{
        display: none;
    }
    .main_banner img.mobile {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
    }
}
/* End */


/* Start:/bitrix/components/kraytsantehnika/krayt.section.main/templates/.default/style.css?17479224264028*/
.section_in_glav{
    padding: 30px 0 0 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.category-block .category-item{
    height: 220px;
    min-width: 220px;
    background: var(--bg-gray);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    transition: 0.3s all linear;
    padding: 24px;
    overflow: hidden;
    margin-right: 30px;
    flex: 1;
    position: relative;
}

.category-block .category-item:last-child{
    margin-right: 0;
}

.category-block .category-item:hover{
    transition: 0.2s all linear;
    background-color: #EBECED;
}
.category-block .category-item:active{
    transition: 0.2s all linear;
    background-color: #E0E2E4;
}

.category-block .category-item > .icon{
    opacity: 0;
    position: absolute;
    bottom: 24px;
    right: 24px;
    transition: 0.3s ease;
}

.category-block .category-item:hover > .icon{
    opacity: 1;
}

.category-block .category-item-img {
    height: 64px;
    width: 64px;
}

.category-block .category-item-img .img-box {
    border-radius: 0;
    position: relative;
    width: 100%;
    height: 100%;
    transition: .25s;
    overflow: hidden;
}

.category-block .category-item-img .img-box .img {
    border-radius: 0%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.category-block .category-item .title{
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.category-block .category-item .title div{
    color: var(--main_text_black);
}

/*for slider*/
.category-block{
    position: relative;
}

.category-block .swiper{
    width: 100%;
    overflow: hidden;
}

.section_in_glav .category-block .swiper-main-categories-prev.swiper-button-disabled,
.section_in_glav .category-block .swiper-main-categories-next.swiper-button-disabled{
    opacity: 0;
    transition: 0.2s all;
}

.section_in_glav .category-block .swiper-main-categories-prev,
.section_in_glav .category-block .swiper-main-categories-next{
    position: absolute;
    top: 50%;
    margin-top: -23px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 40;
}


.section_in_glav .category-block .swiper-main-categories-next{
    right: -23px;
}

.section_in_glav .category-block .swiper-main-categories-prev{
    left: -23px;
}

@media (max-width: 992px){
    .category-block .category-item .title{
        font-size: 14px;
    }
    .section_in_glav{
        padding: 16px 0 40px 0;
    }
    .category-block .category-item{
        min-width: 180px;
        height: 180px;
        margin-right: 16px;
    }
}
@media (max-width: 768px){
    .section_in_glav .category-block .swiper-main-categories-prev,
    .section_in_glav .category-block .swiper-main-categories-next {
        position: absolute;
        top: 50%;
        margin-top: -20px;
        width: 40px;
        height: 40px;
    }
    .section_in_glav .category-block .swiper-main-categories-next{
        right: -15px;
    }
    .section_in_glav .category-block .swiper-main-categories-prev{
        left: -15px;
    }
}
@media (max-width: 576px){
    .category-block .category-item {
        min-width: 184px;
        height: 144px;
        margin-right: 12px;
        padding: 20px;
    }
    .category-block .category-item-img{
        width: 50px;
        height: 50px;
    }
    .category-block .category-item .title{
        line-height: 120%;
    }
    .category-block{
        margin: 0 -16px;
    }

    .category-block .swiper{
        padding: 0 16px;
    }
    .section_in_glav .category-block .swiper-arrow{
        display: none;
    }
    .section_in_glav{
        padding: 16px 0 25px 0;
    }
}
/* End */


/* Start:/bitrix/components/kraytsantehnika/krayt.popular.brands/templates/brand_slider/style.css?17479224262395*/
.brands_wrapper a .brand_item_image{
	display: flex;
	justify-content: center;
	align-items: center;
}

.brands_wrapper .brand_item{
	display: flex;
	justify-content: center;
	align-items: center;
	/*height: 120px;*/
	background: #fff;
}
.block_section_link{
	display: flex;
	justify-content: center;
	align-items: center;
}
.more-brands-link{
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--main-txt);
	font-size: 12px;
	line-height: 12px;
	font-weight: 500;
	text-transform: uppercase;
}
.more-brands-link i{
	line-height: 17px;
	font-weight: 600;
	margin-left: 10px;
	font-size: 14px;
	position: relative;
	top: 0px;
	transition: translate .3s;
}
.more-brands-link:hover svg{
	animation: arrow_move 1s infinite;
}
.more-brands-link:hover path{
	stroke: var(--main_color)
}
.more-brands-link svg {
	margin-left: 5px;
	margin-bottom: 1px;
}
.more-brands-link:hover{
	color: var(--main_color);
}
@keyframes arrow_move {
	0%{
		transform: translate(0px, 0);
	}
	50%{
		transform: translate(5px, 0);
	}
	100%{
		transform: translate(0px, 0);
	}
}

.brand_item .brand_item_image {
	height: 100%;
	width: 100%;
}

.brand_item .brand_item_image img{
	height: 100%;
	width: 100%;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	/*transition: filter 0.5s linear;*/
	object-fit: contain;
}
.brand_item .brand_item_image:hover {
	opacity: 1;
}
.brand_item .brand_item_image:hover img{
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
	/*transition: filter 0.5s linear;*/
}
.brand_item .brand_item_image:active img{
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
	/*transition: filter 0.5s linear;*/
}
.wrapper_slider_brends{
	padding: 120px 0 0 0 !important;
}
.brands_wrapper {
	display: grid;
	grid-template-columns: repeat(6 , 1fr);
	grid-column-gap: 30px;
	grid-row-gap:20px;
}
.brand_item {
	border: 1px solid var(--border-bottom-gray);
	border-radius: 8px;
	max-width: 220px;
	/*max-height: 108px;*/
	transition: 0.2s ;
	overflow: hidden;
}
.brand_item a {
	height: 100%;
	width: 100%;
}
@media (max-width: 1480px){
	.brands_wrapper {
		grid-template-columns: repeat(4 , 1fr);
	}
}
@media (max-width: 992px){
	.wrapper_slider_brends{
		padding: 40px 0!important;
	}
	.brands_wrapper .brand_item{
		height: 72px;
		width: 142px;
		padding: 8px 26px;
	}
}
@media (max-width: 576px){
	.wrapper_slider_brends{
		padding: 25px 0!important;
	}
}
/* End */


/* Start:/bitrix/components/kraytsantehnika/krayt.smart_tabs/templates/.default/style.css?17479224263987*/
.smart-tabs-wrap{
    padding: 120px 0 0 0;
}
.recommend-title + .smart-tabs-wrap{
    padding-top: 0;
}
.smart-tabs {
    position:relative;
}
.smart-tabs-title h2,
.smart-tabs h2{
    font-weight: 500;
    font-size: 36px;
    line-height: 100%;
}
.tabs-list {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 2px;
    overflow: hidden;
}

.tabs-list__item {
    margin-right: 8px;
}
.tabs-content { position:relative; }
.tabs-content .k_loader {
    position: absolute;
    background-color: transparent;
}
.tabs-content .k_loader-wrap{
    color: var(--main-txt);
    top: 188px;
}
.tabs-content.wait .product__list, .tabs-content.wait .product__slider {
    opacity: .4;
}
.smart-tabs .swiper-slide{
    width: auto;
}
.smart-tabs .line {
    display: none;
}
.smart-tabs .tabs-list{
    margin-bottom: 40px;
    padding-bottom: 0;
}
.smart-tabs .swiper-button-next svg,
.smart-tabs .swiper-button-prev svg{
    fill: var(--main_text_black);
    transition: 0.2s all linear;
    will-change: transform;
}
.smart-tabs .swiper-button-prev{
    left: -23px;
}
.smart-tabs .swiper-button-next{
    right: -23px;
}
.smart-tabs .swiper-button-prev,
.smart-tabs .swiper-button-next{
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background-color: #fff;
    /*box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);*/
}
.smart-tabs .swiper-button-next.swiper-button-disabled,
.smart-tabs .swiper-button-prev.swiper-button-disabled{
    display: none;
}

.smart-tabs .tabs-list::before {
    display: none;
}

.smart-tabs .k_loader::before {
    top: calc(50% - 100px);
}
.right-shadow {
    background: linear-gradient(270deg, #FFF 32.39%, rgba(252, 252, 252, 0) 106.25%);
    position: absolute;
    height: 100%;
    width: 60px;
    top: 0;
    right: -1px;
    pointer-events: none;
    z-index: 1;
}
.smart-tabs.recommends {
    margin-top: 0;
    padding-top: 0;
}
.smart-tabs.recommends:hover{
    position: relative;
    z-index: 2;
}
.smart-tabs .product__slider-wrp{
    margin-top: 0!important;
}
.smart-tabs .product__slider .product_item__price{
    padding-top: 0;
    margin-bottom: 0;
}
.recommend-title {
    padding-top: 60px;
}
.recommend-title h2 {
    font-weight: 500;
    font-size: 36px;
    line-height: 100%;
    display: inline-block;
}
.item-not-data-filter p {
    text-align: center;
    font-size: 25px;
}
.smart-tabs .big-text{
    margin: 60px 0;
}
.smart-tabs .small-text{
    display: none;
}
.item-not-data-filter + .k_loader{
    display: none;
}
.smart-tabs .product__list.tiles .border-top-tiles{
    display: none;
}
@media screen and (max-width: 992px) {
    .smart-tabs-wrap{
        padding: 40px 0;
    }
    .recommend-title{
        padding-top: 40px;
    }
    .smart-tabs-title h2, .smart-tabs h2,
    .recommend-title h2{
        font-size: 26px;
        margin-bottom: 24px;
    }
}
@media screen and (max-width: 576px) {
    .recommend-title{
        padding-top: 25px;
    }
    .smart-tabs-title h2, .smart-tabs h2, .recommend-title h2 {
        font-weight: 700;
        font-size: 20px;
        line-height: 20px;
    }
    .smart-tabs .tabs-list{
        margin: 0 -16px 24px;
        padding-left: 16px;
    }
    .mini_tiles .product_card-flags{
        top: 0;
        left: 0;
    }
    .mini_tiles .product-item-image-wrapper{
        padding-top: 150px;
        margin-bottom: 32px;
    }
    .mini_tiles .product_item__price .price{
        font-size: 16px;
    }
    .mini_tiles .product_item__price .old_price{
        font-weight: 400;
        font-size: 12px;
        line-height: 100%;
    }
    .mini_tiles .product_item_title .name{
        margin-bottom: 8px;
    }
    .smart-tabs-wrap{
        padding: 25px 0;
    }
    .right-shadow{
        display: none;
    }

}
/* End */


/* Start:/bitrix/components/kraytsantehnika/krayt.about/templates/about/style.css?17479224263050*/
.blocks_about_info{
  padding: 120px 0 0 0;
}

.block_about_info{
  display: flex;
  flex-direction: row;
  width: 100%;
  background-color: var(--main_bg_gray);
  color:var(--main_text_black);
  border-radius: 8px;
  margin-bottom: 120px;
  min-height: 450px;
  padding: 40px;
}

.block_about_info:last-child{
  margin-bottom: 0;
}

.block_about_info:nth-child(2n){
  flex-direction: row-reverse;
}
.block_about_info .block_about_info_img{
  width: 49%;
  font-size: 0;
}
.block_about_info .block_about_info_img img{
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
}

.block_about_info_img.block_about_info_img--mobile{
  display: none;
}

.block_about_info_content{
  padding: 20px 20px 20px 95px;
  width: 51%;
  margin-bottom: 0!important;
}

.block_about_info_title{
  font-weight: 500;
  font-size: 36px;
  line-height: 100%;
  margin-bottom: 40px;
}

.block_about_info_text{
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--border-gray);
}

.block_about_info_dop_info{
  padding-top: 40px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 24px;
}
.block_about_info_dop_info .dop_info{
  margin-right: 90px;
}
.block_about_info_dop_info .dop_info:last-child{
  margin-right: 0;
}

.block_about_info_dop_info .value{
  font-size: 64px;
  font-weight: 300;
  line-height: 100%;
  margin-bottom: 16px;
}

.block_about_info_dop_info .description{
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
}

@media (max-width: 1380px){
  .block_about_info_dop_info .dop_info{
    margin-right: 80px;
  }
}
@media (max-width: 1024px){
  .block_about_info_dop_info .value{
    font-size: 26px;
    margin-bottom: 6px;
  }
}
@media (max-width: 992px){
  .block_about_info_title{
    font-size: 26px;
    margin-bottom: 24px;
  }
  .blocks_about_info{
    padding: 40px 0;
  }
  .block_about_info,
  .block_about_info:nth-child(2n){
    flex-direction: column-reverse;
  }
  .block_about_info .block_about_info_img img{
    max-height: 550px;
  }
  .block_about_info .block_about_info_img,
  .block_about_info_content{
    width: 100%;
  }
}
@media (max-width: 576px){
  .blocks_about_info{
    padding: 25px 0;
  }
  .block_about_info{
    padding: 20px;
  }
  .block_about_info_title{
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 20px;
  }
  .block_about_info_dop_info .value{
    font-size: 32px;
    margin-bottom: 4px;
    line-height: 100%;
    font-weight: 500;
  }
  .block_about_info_dop_info .dop_info{
    margin-right: 65px;
  }
  .block_about_info_content{
    padding: 0;
  }
  .block_about_info_img{
    display: none;
  }
  .block_about_info_img.block_about_info_img--mobile{
    margin-top: 24px;
    display: block;
  }
  .block_about_info_dop_info{
    padding-top: 24px;
    row-gap: 28px;
  }
  .block_about_info_text{
    padding-bottom: 24px;
  }
}
/* End */


/* Start:/bitrix/components/kraytsantehnika/krayt.store.list/templates/map/style.css?174792242611371*/
.map{
    padding: 120px 0 0 0;
}

.block_chose_city_map{
    display: flex;
    color: var(--main_text_black);
    border-radius: 8px;
}
.block_chose_city_map-l{
    width: 34%;
    padding: 60px;
    background-color: var(--bg-gray);
    border-radius: 8px 0 0 8px;
}
.block_chose_city_map-l .jq-selectbox{
    z-index: 99!important;
}
.block_chose_city_map-l .schedule{
    margin-top: 16px;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
}
.block_chose_city_map-r{
    width: 66%;
    border-radius: 0 8px 8px 0;
    overflow: hidden;
}

.block_chose_city_map-item{
    padding-bottom: 24px;
    padding-top: 24px;
    border-bottom: 1px solid var(--border-gray);
}
.block_chose_city_map-item:last-child{
    border: none;
}

.block_chose_city_map-title,
.block_chose_city_map-item .block_chose_city_map-subtitle,
.block_chose_city_map-item .block_chose_city_map-text{
    max-width: 340px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.block_chose_city_map-title{
    font-size: 36px;
    font-weight: 500;
    line-height: 100%;
    margin-bottom: 16px;
}

.block_chose_city_map-subtitle{
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    margin-bottom: 16px;
}

.block_chose_city_map-text{
    font-weight: 300;
    font-size: 16px;
    line-height: 120%;
}

.block_chose_city_map-text a{
    transition: 0.2s color;
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
}

.store_list .jq-selectbox__trigger {
    width: 20px;
    height: 20px;
    border: none;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    color: var(--top-menu-nav-txt);
    top: calc(50% - 16px);
}

.block_chose_city_map .store_list .jq-selectbox__trigger{
    right: -28px;
}

.block_chose_city_map .store_list .jq-selectbox__trigger-arrow {
    position: relative;
    display: flex;
    justify-content: center;
    text-align: center;
    top: -1px;
    right: 0px;
    border: none;
    width: 100%;
    height: 100%;
    background: url('/bitrix/components/kraytsantehnika/krayt.store.list/templates/map/images/tabArrow-black.svg') no-repeat center;
    transition: transform 0.2s linear;
}

.block_chose_city_map .store_list .jq-selectbox__select-text {
    /*width: 310px !important;*/
    max-width: 400px !important;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    height: auto;
    max-height: 39px;
    -webkit-line-clamp: initial;
    padding: 0;
}
.store_list.jq-selectbox li {
    display: flex;
    align-items: center;
    white-space: normal;
    font-size: 14px;
    min-height: 50px;
    line-height: 18px;
}

.store_list.jq-selectbox li:first-child {
    position: relative;

}
.block_chose_city_map .store_list .jq-selectbox__dropdown {
    width: 340px !important;
    border: none;
    top: 40px!important;
    bottom: auto!important;
    left: -12px;
    animation: fadeIn .2s ease;
}
.store_list .jq-selectbox__dropdown ul {
    max-height: 250px !important;
}
.store_list .jq-selectbox__dropdown ul {
    overflow: auto;
    scrollbar-color: var(--scroll-bar-dark) var(--scroll-bar-light);
    scrollbar-width: thin;
}
.store_list .jq-selectbox__dropdown ul::-webkit-scrollbar {
    width: 2px;
    height: 3px;
    border-radius: 5px;
    background-color: var(--scroll-bar-light);
}
.store_list .jq-selectbox__dropdown ul::-webkit-scrollbar-thumb {
    background-color: var(--scroll-bar-dark);
}

.store_list .jq-selectbox__select {
    padding-right: 23px;
    background: none;
    border: none;
    box-shadow: none;
    padding: 0;
    height: 100%;
}
.store_list .jq-selectbox__select:hover {
    background: none;
}
.store_list.focused .jq-selectbox__select {
    border: 0px;
}
.jq-selectbox li {
    padding: 5px 25px 6px 10px !important;
}
.burger-menu .jq-selectbox__dropdown {
    top: 0 !important;
    box-shadow: none;
}
.burger-menu .jq-selectbox__dropdown ul {
    background: #efefef;
}
.burger-menu .store_list .jq-selectbox__dropdown {
    width: 234px !important;
}
.burger-menu .store_list .jq-selectbox__select-text {
    color: var(--main-txt);
    width: 180px !important;
}
.burger-menu .block_chose_city_map {
    margin: 0 0 10px 0;
    width: unset;
    padding-right: 25px;
    position: relative;
    z-index: 1;
}

.store-social__list{
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
}
.store-social-wrap{
    line-height: 0;
    margin-right: 24px;
}
.store-social-wrap:last-child{
    margin-right: 0;
}
.store-social-item{
    display: flex;
    column-gap: 4px;
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    color: var(--main-txt);
    transition: 0.3s ease;
}

.store-social-item .icon{
    transition: unset;
}

.block_chose_city_map-r .ymaps-b-zoom__scale{
    display: none;
}

.block_chose_city_map-r .ymaps-b-zoom__button_type_minus,
.block_chose_city_map-r .ymaps-b-zoom__button_type_plus{
    background: none;
    transition: 0.2s transform linear;
}

.block_chose_city_map-r .ymaps-b-zoom__button_type_plus{
    margin-bottom: 4px;
}

.block_chose_city_map-r .ymaps-b-zoom__button{
    width: 52px;
    height: 52px;
    overflow: visible;
    position: relative;
}

.ymaps-b-zoom__button .ymaps-b-form-button{
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.10);
}

.ymaps-b-zoom__button .ymaps-b-form-button:active{
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.10);
}

.block_chose_city_map-r .ymaps-b-form-button_theme_grey-sm,
.block_chose_city_map-r .ymaps-b-form-button_theme_grey-sm .ymaps-b-form-button__left,
.block_chose_city_map-r .ymaps-b-form-button_theme_grey-sm .ymaps-b-form-button__content{
    background: #fff;
}

.block_chose_city_map-r .ymaps-b-form-button_size_sm{
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 1px solid var(--border-gray);
}

.block_chose_city_map-r .ymaps-b-zoom{
    width: 52px;
    display: flex;
    flex-direction: column-reverse;
}

.block_chose_city_map-r .ymaps-b-zoom__sprite,
.block_chose_city_map-r .ymaps-b-form-button__left,
.block_chose_city_map-r .ymaps-b-form-button__content{
    display: none;
}
.bx-yandex-view-layout .ymaps-controls-lefttop > ymaps{
    top: 249px!important;
    left: unset!important;
    right: 16px!important;
}
.block_chose_city_map-r .ymaps-b-zoom_hints-pos_left{
    top: 205px!important;
    left: unset!important;
    right: 20px!important;
}

.block_chose_city_map-r .ymaps-b-zoom__button_type_minus:after{
    content: "";
    width: 14px;
    height: 2px;
    background-color: var(--main_text_black);
    z-index: 220;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    cursor: pointer;
}

.block_chose_city_map-r .ymaps-b-zoom__button_type_plus:before{
    content: "";
    width: 14px;
    height: 2px;
    background-color: var(--main_text_black);
    z-index: 200;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    cursor: pointer;
}

.block_chose_city_map-r .ymaps-b-zoom__button_type_plus:after{
    content: "";
    height: 14px;
    width: 2px;
    background-color: var(--main_text_black);
    z-index: 200;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    cursor: pointer;
    transition: 0.2s transform linear;
}

.block_chose_city_map-r .ymaps-b-zoom__button_type_minus:hover:after,
.block_chose_city_map-r .ymaps-b-zoom__button_type_plus:hover:after,
.block_chose_city_map-r .ymaps-b-zoom__button_type_plus:hover:before{
    background-color: var(--main_color);
}

@media (max-width: 1320px){
    .block_chose_city_map-l{
        width: 40%;
    }
    .block_chose_city_map-r{
        width: 60%;
    }
}
@media (max-width: 1024px){
    .block_chose_city_map-l{
        width: 47%;
    }
    .block_chose_city_map-r{
        width: 53%;
    }
    .store-social{
        flex-direction: row;
        flex-wrap: wrap;
    }
}
@media (max-width: 992px){
    .bx-yandex-view-layout{
        height: 480px;
        max-height: 480px;
    }
    .bx-yandex-view-layout .ymaps-controls-lefttop > ymaps,
    .block_chose_city_map-r .ymaps-b-zoom_hints-pos_left{
        top: 190px!important;
    }
    .block_chose_city_map-title{
        font-size: 26px;
        margin-bottom: 24px;
    }
    .block_chose_city_map-l{
        padding: 30px 20px 40px 20px;
    }
    .map{
        padding: 40px 0;
    }
    .block_chose_city_map .store_list .jq-selectbox__select-text{
        width: 250px!important;
    }
    .block_chose_city_map .store_list .jq-selectbox__dropdown{
        width: 290px!important;
    }
    .block_chose_city_map .store_list .jq-selectbox__select-text,
    .block_chose_city_map-text,
    .store-social-item{
        font-size: 16px;
    }
}
@media (max-width: 768px){
    .block_chose_city_map{
        flex-direction: column;
    }
    .block_chose_city_map-l{
        margin-bottom: 32px;
        width: 100%;
    }
    .block_chose_city_map-r{
        width: calc(100% + 32px);
        border-radius: 0;
        margin: 0 -16px;
    }
    .block_chose_city_map-r .bx-yandex-view-layout{
        height: 340px !important;
        max-height: 340px;
    }
    .bx-yandex-view-layout .ymaps-controls-lefttop > ymaps,
    .block_chose_city_map-r .ymaps-b-zoom_hints-pos_left{
        top: 125px!important;
    }
    .block_chose_city_map .store_list .jq-selectbox__select-text{
        width: 310px!important;
    }
    .block_chose_city_map .store_list .jq-selectbox__dropdown{
        width: 340px!important;
    }
}
@media(max-width: 576px){
    .map{
        padding: 35px 0 25px;
    }
    .block_chose_city_map-item{
        padding: 0;
        margin-bottom: 32px;
        border-bottom: none;
    }
    .block_chose_city_map-item:last-child{
        margin-bottom: 0;
    }
    .block_chose_city_map{
        border-radius: 0;
        background-color: transparent;
    }
    .block_chose_city_map-title{
        font-size: 20px;
        line-height: 1;
        font-weight: 700;
    }
    .block_chose_city_map-subtitle{
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 16px;
    }
    .block_chose_city_map .store_list .jq-selectbox__select-text, .block_chose_city_map-text, .store-social-item{
        font-weight: 400;
        font-size: 14px;
        line-height: 100%;
    }
    .bx-yandex-view-layout{
        height: 270px;
        max-height: 270px;
    }
    .bx-yandex-view-layout .ymaps-controls-lefttop > ymaps,
    .block_chose_city_map-r .ymaps-b-zoom_hints-pos_left{
        top: 85px!important;
        right: 12px!important;
    }
    .store-social{
        flex-direction: column;
    }
    .block_chose_city_map .store_list .jq-selectbox__select-text{
        width: unset !important;
        line-height: 140%;
        padding-right: 18px;
    }
    .block_chose_city_map .store_list .jq-selectbox__trigger{
        transform: translateX(-20px);
    }
    .block_chose_city_map .store_list .jq-selectbox__dropdown{
        width: 100%!important;
        left: -1px!important;
    }
    .block_chose_city_map-l .schedule{
        font-size: 14px;
        font-weight: 400;
    }
    .block_chose_city_map-l{
        padding: 0;
        background-color: transparent;
    }
    .store-social__list{
        flex-direction: column;
        row-gap: 16px;
        align-items: flex-start;
    }
}
@media (max-width: 460px){

}


/* End */


/* Start:/local/templates/specialpro/components/bitrix/map.yandex.view/map/style.css?177978568361*/
.bx-yandex-view-layout{
    width: 100%;
    height: 510px;
}
/* End */
/* /bitrix/components/kraytsantehnika/krayt.slider/templates/.default/style.css?17479224263192 */
/* /bitrix/components/kraytsantehnika/krayt.section.main/templates/.default/style.css?17479224264028 */
/* /bitrix/components/kraytsantehnika/krayt.popular.brands/templates/brand_slider/style.css?17479224262395 */
/* /bitrix/components/kraytsantehnika/krayt.smart_tabs/templates/.default/style.css?17479224263987 */
/* /bitrix/components/kraytsantehnika/krayt.about/templates/about/style.css?17479224263050 */
/* /bitrix/components/kraytsantehnika/krayt.store.list/templates/map/style.css?174792242611371 */
/* /local/templates/specialpro/components/bitrix/map.yandex.view/map/style.css?177978568361 */
