

/* Start:/bitrix/templates/vosksalon/components/bitrix/news.list/main_banners_new/style.css?17798774141859*/
.index-sales .item .offer_info
{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    display: table;
    height: 100%;
}
.index-sales .item .offer_container
{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0 40px;
}
.index-sales .item .offer_container .offer_name
{
    color: #fff;
    font-family: 'ProximaNovaBold';
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 10px;
}
.index-sales .item  a:hover 
{
	text-decoration:none!important;
}
.index-sales .item .offer_container .offer_desc,
.index-sales .item .offer_container .offer_desc *
{	
	color:#fff;
    text-shadow: 1px 1px 5px #a8a6a6;
	font-size:14px;
	line-height:18px;
}
.index-sales .item .offer_container .offer_desc
{
    margin-bottom: 10px;
}
.index-sales .item .offer_container .index-header-button.link_offer
{
	letter-spacing:1.2px;
    font-size: 12px;
    margin-top: 20px;
    padding: 10px 20px;
}
.index-sales .item .item_offer_container
{
	height: 100%;
    position: relative;
    background-size: cover!important;
}
.item_offer_container picture{
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.item_offer_container picture img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (max-width: 767px) and (min-width: 370px)
{
	.index-sales .item {
		width: 350px!important;
		margin: 0 auto 10px auto;
		position: relative;
		left: -8px;
	}
}
@media (max-width: 1023px) and (min-width: 320px)
{
	.index-sales .item {
		height: 240px!important;
	}
	.index-sales .item .top40
	{
		height:40px;
	}
	.index-sales .item{padding-top:0px!important;}
}
@media (max-width: 370px)
{

	.index-sales .item {
		width: 300px!important;
		margin: 0 auto 30px auto;
		position: relative;
		left: -8px;
	}
	.index-sales .item .offer_container
	{
		padding:0 10px;
	}
}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/catalog.section.list/redis_section_list/style.css?17798774143013*/
.sections_list .sections_list_container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}
.sections_list_element {
    background: var(--stroke, #CCC);
    position: relative;
    transition: 500ms;
    border-radius: 20px;
}
.section_element_name {
    position: absolute;
    z-index: 1;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.70);
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    bottom: 20px;
    left: 20px;
    transition: 500ms;
}
.section_element_name span {
    color: var(--text, #333);
    text-align: left;
    leading-trim: both;
    text-edge: cap;
    font-family: "Proxima Nova";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.sections_list_element .section_element_image {
    border-radius: 20px;
    overflow: hidden;
    transition: 500ms;
}
/*.sections_list_element:hover .section_element_image {
    transform: scale(1.1);
}
.sections_list_element:hover .section_element_name {
    background: var(--link, #27D3C8);
}*/

.section_element_image img {
    width: 100%;
    height: 100%;
}
.services_list_mainpage {
    background: #E9FFFE;
    padding: 40px 0;
}
.services_list_mainpage_title {
    color: var(--text, #333);
    text-align: center;
    font-family: "Proxima Nova";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 30px;
}
@media(max-width: 991px) {
    .sections_list .sections_list_container {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .header_part h1 {
        color: var(--text, #333);
        text-align: center;
        font-family: "Proxima Nova";
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase;
    }
    .services_list_mainpage_title {
        color: var(--text, #333);
        text-align: center;
        font-family: "Proxima Nova";
        font-size: 30px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase;
        margin-bottom: 20px;
    }

} 
@media(max-width: 767px) {
    .sections_list .sections_list_container {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }
    .header_part h1 {
        color: var(--text, #333);
        text-align: center;
        font-family: "Proxima Nova";
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase;
        margin-top: 20px;
    }
    .services_list_mainpage_title {
        color: var(--text, #333);
        text-align: center;
        font-family: "Proxima Nova";
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase;
    }

} 
/* End */


/* Start:/bitrix/components/pixelplus/video/templates/.default/style.css?17798774091462*/
.block-video{
    margin-bottom: 33px;
}
.container > .block-video{
    margin-left: -15px;
    margin-right: -15px;
}
.block-video__row{
    background: #000;
}
.block-video__cont{
    position: relative;
}
.block-video__cont img{
    max-width: 100%;
}
.block-video__cont:after{
    content: "";
    display: block;
    position: absolute;
    height: 4px;
    left: 22px;
    right: 22px;
    bottom: 33px;
    background: #fff;
}
.block-video__name{
    position: absolute;
    padding: 22px;
    left: 0;
    top: 0;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    color: #FFFFFF;
}
.block-video__play{
    background: none;
    border: none;
    outline: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.block-video video{
    max-width: 100%;
    display: none;
}
@media (min-width: 992px) {
    .block-video__row {
        margin-left: -15px;
        margin-right: -15px;
    }
    .container > .block-video .block-video__row{
        margin: 0;
    }
}

/*Переопределяем верстку соседних блоков*/
.brands .brands-carousel {
    margin-top: 0 !important;
    padding-top: 15px;
}
.triangle-top.triangle-top-brands{
    top: 0 !important;
}
@media (max-width: 768px) {
    .brands {
        margin-top: 40px !important;
    }
}

@media (max-width: 420px) {
    .block-video__play {
        scale: 0.8;
        top: 42%;
        left: 48%;
    }
}

/* End */


/* Start:/bitrix/templates/vosksalon/components/bitrix/news.list/slider_masters/style.css?1779877414150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */
/* /bitrix/templates/vosksalon/components/bitrix/news.list/main_banners_new/style.css?17798774141859 */
/* /bitrix/templates/.default/components/bitrix/catalog.section.list/redis_section_list/style.css?17798774143013 */
/* /bitrix/components/pixelplus/video/templates/.default/style.css?17798774091462 */
/* /bitrix/templates/vosksalon/components/bitrix/news.list/slider_masters/style.css?1779877414150 */
