

/* Start:/local/templates/remontshop_main/components/bitrix/news.list/od_index_plitki/style.css?1722265507614*/
.skidka_akcii {
    background: url(/local/templates/remontshop_main/components/bitrix/news.list/od_index_plitki/img/proc.png);
    width: 100px;
    height: 100px;
    text-align: center;
    color: white;
    display: inline-block;
    margin: -8px;
    text-align: center;
    padding-top: 27px;
    font-size: 17px;
    position: absolute;
/*    top: 30px;
    right: 30px;*/
}

.skidka_akcii div {
    /* color: red; */
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    font-weight: bold;
    margin-left: 0px;
    margin-top: 7px;
    font-size: 20px;
}



/* End */


/* Start:/local/templates/remontshop_main/components/bitrix/catalog.section/main/style.css?17527463814069*/


.item-catalog a:hover {
	opacity: 1;
}
.item-catalog img{
	max-height: 350px;
}
.item-catalog .catalog_small img{
	max-height: 250px;
}
.carousel-item {
	display:flex !important;
	align-items:center !important;
	justify-content: center !important;
	height: 450px;
	/*padding: 20px;*/
}

.catalog_small {
	display:flex !important;
	align-items:center !important;
	justify-content: center !important;
	height: 250px;	
	/*padding: 15px;*/
}

.item-catalog {
	background: white;
	padding-bottom: 20px;
	min-height: 400px;
	/*max-height: 450px;*/
}

.item-catalog:hover img{
	transform: scale(1.07);
	transition: transform .3s ease;
}


.item-catalog.list {
	min-height: auto;
	background: none;

}

.item-catalog .brend {

	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 11px;
	opacity: .8;
	z-index: 10;

}

.item-catalog img.color{
	height: 20px;
	width: 20px;
	border: 1px rgba(0,0,0, .15) solid;

}

.item-catalog.list:hover{
	box-shadow:none;
}

.item-catalog .h4{
	font-size: 1.2em;
	font-weight: bold;
	min-height: 40px;
}

.item-catalog.list .h4{
	min-height: auto;
}

.item-catalog.list img{
	border-radius: 10px;
}
.item-catalog .btn.modal_w {
	position: absolute;
	bottom: 0;
	border-radius: 0 0 20px 20px !important;
	width: calc(100% - 30px);
	margin-right: 30px;
	border-top: #dee2e6 1px solid;
	padding-top: 8px;
	padding-bottom: 10px;
}

.item-catalog .adress {
	min-height: 70px;
}

.item-catalog .h3 {
	font-weight: bold;
	font-size: 22px;
}

.bi-diamond-fill {
	opacity: .5;
	font-size: 11px;
}

[class^="bi bi-chevron"].item_catalog {
	font-size: 15px;
	width: 20px;
	text-align: center;
	background: rgba(0,0,0, .2);
}


[id^="carusel_catalog_item"] .carousel-control-next,
[id^="carusel_catalog_item"] .carousel-control-prev {
	opacity: .5;
}
.item-catalog img {
	/*cursor: zoom-in;*/
}


.catalog_fav {
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: 18px;
	z-index: 10;
}

.catalog_fav .btn {
	font-size: 22px;
}

.catalog_fav .bi {
	color: white;
	text-shadow: black 0 0 1px;
}


.sticky-top.map {
	top: 30px;
	padding: 3px;
}

.new_scroll { 
	overflow-x: auto;
	/*height: auto;*/
	padding-bottom: 50px;
}
.new_scroll::-webkit-scrollbar, .new_scroll_index::-webkit-scrollbar {
	width: 5px;
	height: 16px;
	background: #eeeeee90;
}

.new_scroll::-webkit-scrollbar-thumb,.new_scroll_index::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, .1);
}

.new_scroll::-webkit-scrollbar-track, .new_scroll_index::-webkit-scrollbar-track {
	background: rgba(255, 255, 255, .1);
}

.see.new_scroll::-webkit-scrollbar, .new_scroll_index::-webkit-scrollbar {
	width: 2px !important;
}


.new_scroll_index::-webkit-scrollbar-button:end:horizontal:increment,
.new_scroll::-webkit-scrollbar-button:end:horizontal:increment
{
	background: url(/local/templates/remontshop_main/components/bitrix/catalog.section/main/img/scroll_arrow_right.png) center;
	width:25px;
	cursor: pointer;
}

.new_scroll_index::-webkit-scrollbar-button:start:horizontal:decrement,
.new_scroll::-webkit-scrollbar-button:start:horizontal:decrement
{
	background: url(/local/templates/remontshop_main/components/bitrix/catalog.section/main/img/scroll_arrow_left.png)  center;
	cursor: pointer;
	width:25px;
}



.col_my {
	min-width: 200px;
	display: inline-block;
}

.col_my.see {
	width: 175px;
	display: inline-block;
}
.new_scroll .item-catalog{
	padding-bottom: 0 !important;
	min-height: auto !important;
}
.new_scroll  .catalog_fav {
	position: absolute;
	top: 10px;
	right: 5px;
	font-size: 18px;
	z-index: 10;
}

.item-catalog  .carousel-control-prev, .item-catalog .carousel-control-next {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: end;
	-ms-flex-pack: center;
	justify-content: center;
	width: auto; 
	color: #fff;
	text-align: center;
	opacity: 0.5;
	transition: opacity 0.15s ease;
}

.carousel-item,
.new_scroll_index, .new_scroll {
    height: auto !important;
    -webkit-box-align: initial !important;
        -ms-flex-align: initial !important;
            align-items: initial !important;
}
.new_scroll_index, .new_scroll {
	margin-top: 10px;
	padding-bottom: 20px!important;
    height: auto !important;
}
/* End */


/* Start:/local/templates/remontshop_main/components/bitrix/news.list/od_index_plitki_priem/style.css?1722265507104*/
.index_priem {
	color: white;
}

.index_priem  img{
	opacity: .5;
}

.index_priem .text{
	opacity: .9;
}
/* End */


/* Start:/local/templates/remontshop_main/components/bitrix/catalog.section.list/content_section_list/style.css?1722265507480*/

.uslugi_catalog_one { margin-bottom: 30px; }

/*.catalog-text { border-left: 1px #E8E8E8 solid; border-right: 1px #E8E8E8 solid; }*/
.catalog-text>div { padding: 0 20px 15px; }
.uslugi_catalog_one .link {  border: 1px #E8E8E8 solid; border-top: none; }
.kol_all, .kol_all_2 {
	
	position: absolute;
	top: -63px;
	right: 51px;
	font-size: 16px;
	color: #999;
	display: inline-block;
}

.kol_all_2 {
	display: none;
}



@media (max-width: 740px) {
	.h5 {
		font-size: 16px;
	}
}  
/* End */


/* Start:/local/templates/remontshop_main/components/bitrix/news.list/brands.slider.list/style.css?17264931513587*/
.partners {
    padding: 20px 0 70px;
}
.partners h2 {
    padding-bottom: 1.5rem;
    text-align: center;
}
.partners__slider {
    position: relative;
    padding: 0 46px;
}
.partners .swiper {
    overflow: hidden;
}
.partners .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.partners .swiper-slide {
    padding: 32px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.partners .swiper-slide a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.partners .swiper-slide img {
    width: 100%;
    height: 96px;
    -o-object-fit: contain;
    object-fit: contain;
}
.partners .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 12px;
}
.partners .swiper-pagination-bullet {
    display: block;
    border-radius: 100%;
    background: rgba(105, 166, 216, 0.5);
    width: 8px;
    height: 8px;
}
.partners .swiper-pagination-bullet-active {
    background: #69a6d8;
}
.partners .swiper-button-prev,
.partners .swiper-button-next {
    background-image: url("data:image/svg+xml,%3Csvg width='44' height='44' viewBox='0 0 44 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='22' cy='22' r='22' fill='%2369A6D8'/%3E%3Cpath d='M25.5572 22.0708L20.6621 17.1757C20.5488 17.0624 20.3977 17 20.2366 17C20.0754 17 19.9243 17.0624 19.811 17.1757L19.4506 17.5361C19.216 17.771 19.216 18.1527 19.4506 18.3872L23.5611 22.4977L19.446 26.6128C19.3328 26.7262 19.2703 26.8772 19.2703 27.0383C19.2703 27.1995 19.3328 27.3506 19.446 27.464L19.8065 27.8243C19.9198 27.9376 20.0708 28 20.232 28C20.3931 28 20.5443 27.9376 20.6575 27.8243L25.5572 22.9247C25.6707 22.8111 25.733 22.6593 25.7327 22.498C25.733 22.336 25.6707 22.1844 25.5572 22.0708Z' fill='white'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    width: 44px;
    height: 44px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.partners .swiper-button-prev::before,
.partners .swiper-button-next::before {
    display: none;
}
.partners .swiper-button-prev {
    left: 0;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}
.partners .swiper-button-next {
    right: 0;
}

@media (min-width: 1200px) {
    .partners {
        padding: 0 3rem;
    }
}
@media (max-width: 1025px) {
    .partners .swiper-button-prev,
    .partners .swiper-button-next {
        display: none;
    }
    .partners__slider {
        padding: 0;
    }
    .partners .swiper-pagination {
        margin-top: 20px;
    }
}
@media (max-width: 769px) {
    .partners .swiper-slide {
        padding: 17px 13px;
    }
}
.swiper-pagination-lock {
    display: none !important;
}
.swiper-button-lock {
    display: none !important;
}
.swiper-horizontal {
    touch-action: pan-y;
}
/* End */


/* Start:/bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1722265520666*/
div.bx-yandex-map {color: black; font-size: 11px;}
div.bx-yandex-map div.YMaps-b-balloon-content {color: black; font-size: 11px;}
div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td {
	padding: 0px !important;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td textarea{
	font-size: 11px;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td.YMaps-b-balloon-b {
	background-image: none !important;
}

/* End */


/* Start:/local/templates/remontshop_main/components/bitrix/news.list/od_shops_index/style.css?1722265507376*/
.index_contacts {
	margin-bottom: 40px;
	font-size: 34px;
	text-align: center;
}

.index_contacts a {
	display: inline-block;
	padding: 20px;
	width: 80px;
	max-height: 80px;
	border: 1px solid #ddd;
	border-radius: 60px;
	text-align: center;
}

table.contacts i{
display: inline-block;
float: left;
width: 25px;
}

table.contacts th, table.contacts td{
padding-bottom: 5px;
}
/* End */


/* Start:/local/templates/remontshop_main/components/bitrix/news.list/otzivi.custom/style.css?172226550739*/
.uslugi_list img{
border-radius: 15px
}
/* End */
/* /local/templates/remontshop_main/components/bitrix/news.list/od_index_plitki/style.css?1722265507614 */
/* /local/templates/remontshop_main/components/bitrix/catalog.section/main/style.css?17527463814069 */
/* /local/templates/remontshop_main/components/bitrix/news.list/od_index_plitki_priem/style.css?1722265507104 */
/* /local/templates/remontshop_main/components/bitrix/catalog.section.list/content_section_list/style.css?1722265507480 */
/* /local/templates/remontshop_main/components/bitrix/news.list/brands.slider.list/style.css?17264931513587 */
/* /bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1722265520666 */
/* /local/templates/remontshop_main/components/bitrix/news.list/od_shops_index/style.css?1722265507376 */
/* /local/templates/remontshop_main/components/bitrix/news.list/otzivi.custom/style.css?172226550739 */
