

/* Start:/local/components/bit24/sections.tmpl/templates/mainpage_test/style.css?17527604842409*/
.main-grid-container {
    display: grid;
    grid-template-columns:2fr 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 20px;
    margin-bottom: 30px;
}

.grid-slider-left {
    grid-column: 1;
    grid-row: 1 / span 2;
    background: #fff;
    border-radius: 8px;
    padding: 15px;
}

.grid-brands-center {
    grid-column: 2;
    grid-row: 1;
    background: #fff;
    border-radius: 8px;
    padding: 15px;
}

.grid-news-right {
    grid-column: 3;
    grid-row: 1;
    background: #fff;
    border-radius: 8px;
    padding: 15px;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
}

.grid-bottom-slider {
    grid-column: 2 / span 2;
    grid-row: 2;
    background: #fff;
    border-radius: 8px;
    padding: 15px;
    overflow: hidden;
}

.slider-wrapper {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 20px;
    padding-bottom: 10px;
}

.slider-wrapper .item {
    scroll-snap-align: start;
    flex: 0 0 80%;
    min-width: 0;
    padding: 10px;
    background: #f5f5f5;
    border-radius: 5px;
}

/* Стили для новостного блока */
.grid-news-right .title {
    grid-column: 1;
    margin: 0;
    font-size: 16px;
}

.grid-news-right .toall {
    grid-column: 1;
    display: inline-block;
    margin-top: 10px;
    color: #0066cc;
    text-decoration: none;
}

.grid-news-right .img {
    grid-column: 2;
    grid-row: 1 / span 2;
    margin-left: 15px;
    max-width: 100px;
    height: auto;
}

.content-section,
.reviews-section {
    margin-top: 30px;
    padding: 20px;
    background: #fff;
    border-radius: 8px;
}

@media (max-width: 1024px) {
    .main-grid-container {
        grid-template-columns: 1fr 1fr;
    }

    .grid-slider-left {
        grid-row: 1;
    }

    .grid-bottom-slider {
        grid-column: 1 / span 2;
        grid-row: 3;
    }
}

@media (max-width: 768px) {
    .main-grid-container {
        grid-template-columns: 1fr;
    }

    .grid-slider-left,
    .grid-brands-center,
    .grid-news-right,
    .grid-bottom-slider {
        grid-column: 1;
    }

    .grid-slider-left {
        grid-row: 1;
    }

    .grid-brands-center {
        grid-row: 2;
    }

    .grid-news-right {
        grid-row: 3;
    }

    .grid-bottom-slider {
        grid-row: 4;
    }

    .slider-wrapper .item {
        flex: 0 0 90%;
    }
}
/* End */


/* Start:/local/components/bit24/sections.item.type4/templates/test/style.css?1752679330900*/
.bs-article {
    position: relative;
    width: 386px;
    height: 420px;
    min-width: 300px;
    background-size: cover;
}

.bs-article .bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(/local/components/bit24/sections.item.type4/templates/test/images/bg-article.png) repeat-x left top;
}

.bs-article .toall {
    position: absolute;
    z-index: 2;
    top: 30px;
    left: 30px;
    display: inline-block;
    padding: 5px 10px;
    font-size: 10px;
    text-transform: uppercase;
    color: #ffffff;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.3);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.bs-article .title {
    position: absolute;
    z-index: 2;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 30px;
    color: white;
}

.bs-article .title span {
    line-height: 30px;
    color: white;
    font-size: 28px;
}
/* End */


/* Start:/local/components/bit24/sections.item.type1/templates/default-copy/style.css?1753086976273*/
.bs-banner{
    position: relative;
    width: 100%;
    height: 205px;
    margin: 0 5px 10px 5px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.bs-banner a{
    position: absolute;
    width: 195px;
    height: 100%;
}

/* End */


/* Start:/local/components/bit24/sections.item.type1/templates/discount_test/style.css?1752752109284*/
.bs-banner{
    position: relative;
    width: 195px !important;
    height: 205px;
    margin: 0 5px 10px 5px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.bs-banner a{
    position: absolute;
    width: 100%;
    height: 100%;
}

/* End */


/* Start:/bitrix/templates/main_copy/components/bitrix/news.line/slider-news-copy/style.css?1753082688940*/
#advantages{
	display: table;
	width: 100%;
	margin: 10px 0;
}
#advantages > .row{
	display: table-row;
}
#advantages > .row > .sep{
	width: 10px;
}
#advantages > .row > .item{
	position: relative;
	display: table-cell;
	height: 250px;
	text-align: center;
	background-color: #ffffff;
	cursor: pointer;
}
#advantages > .row > .item .tourl{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
#advantages > .row > .item .img{
	width: 100px;
	height: 100px;
	margin: auto;
	margin-top: 30px;
	background-position: center;
	background-repeat: no-repeat;
}
#advantages > .row > .item .title{
	font-family: "RotondaReg";
	font-size: 20px;
	line-height: 35px;
	color: #313131;
}
#advantages > .row > .item:hover{
	background-color: #00a1e6;
}
#advantages > .row > .item:hover .title{
	color: #ffffff;
}
#advantages > .row > .item .desc{
	color: #313131;
	font-size: 15px;
}
#advantages > .row > .item:hover .desc{
	color: #ffffff;
}

/* End */


/* Start:/bitrix/templates/main_copy/components/bitrix/news.line/advantages/style.css?1571324160940*/
#advantages{
	display: table;
	width: 100%;
	margin: 10px 0;
}
#advantages > .row{
	display: table-row;
}
#advantages > .row > .sep{
	width: 10px;
}
#advantages > .row > .item{
	position: relative;
	display: table-cell;
	height: 250px;
	text-align: center;
	background-color: #ffffff;
	cursor: pointer;
}
#advantages > .row > .item .tourl{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
#advantages > .row > .item .img{
	width: 100px;
	height: 100px;
	margin: auto;
	margin-top: 30px;
	background-position: center;
	background-repeat: no-repeat;
}
#advantages > .row > .item .title{
	font-family: "RotondaReg";
	font-size: 20px;
	line-height: 35px;
	color: #313131;
}
#advantages > .row > .item:hover{
	background-color: #00a1e6;
}
#advantages > .row > .item:hover .title{
	color: #ffffff;
}
#advantages > .row > .item .desc{
	color: #313131;
	font-size: 15px;
}
#advantages > .row > .item:hover .desc{
	color: #ffffff;
}

/* End */


/* Start:/bitrix/templates/main_copy/components/bitrix/news.list/reviews/style.css?15713241621186*/
.reviews-block {
    
}
.reviews-items {
    margin: 0 -30px 30px -30px;
}
.reviews-item {
    margin: 30px 30px 45px;
    padding: 25px;
    border: 1px solid #f3f3f3;
    border-radius: 5px;
    position: relative;
}
.reviews-title {
    font-size: 16px;
    font-weight: bold;
    color: #313131;
    line-height: 18px;
    margin-bottom: 10px;
    margin-top: -35px;
}
.reviews-title span {
    background-color: #fff;
    padding: 0 5px;
    margin-left: -5px;
}
.reviews-description {
    color: #595959;
    font-size: 15px;
    line-height: 25px;
}
.reviews-answer {
    margin: 30px 10px 10px 10px;
    padding: 15px;
    border: 1px solid #f3f3f3;
    border-radius: 5px;
    position: relative;
}
.reviews-answer_title {
    font-size: 16px;
    font-weight: bold;
    color: #313131;
    line-height: 18px;
    margin-bottom: 10px;
    margin-top: -25px;
}
.reviews-answer_title span {
    display: inline-block;
    background-color: #fff;
    padding: 0 5px;
    margin-left: -5px;
}
.reviews-answer_description {
    color: #595959;
    font-size: 15px;
    line-height: 25px;
    margin: 0 0 10px;
}
.reviews-pagination {
    font-size: 15px;
    padding-bottom: 30px;
}
/* End */


/* Start:/bitrix/components/promstok/iblock.element.add.form/templates/reviews-main/style.css?1604913629457*/
#my_capcha {
	margin-top:10px;
}
.review-notetext {
	margin-bottom: 25px;
}
.review-notetext .notetext {
	font-size: 15px;
    color: #00A1E6;
    font-style: italic;
    line-height: 28px;
}
.review-form {
    margin-bottom: 65px;
}
.review-form fieldset {
    border: none;
}
.review-form .input_wrapper {
    margin-bottom: 20px;
}
.review-form .i_txt {
    padding: 10px 20px;
}

#col-2-sideright .wrapper .middle .container .content {
    padding: 0;
}
/* End */
/* /local/components/bit24/sections.tmpl/templates/mainpage_test/style.css?17527604842409 */
/* /local/components/bit24/sections.item.type4/templates/test/style.css?1752679330900 */
/* /local/components/bit24/sections.item.type1/templates/default-copy/style.css?1753086976273 */
/* /local/components/bit24/sections.item.type1/templates/discount_test/style.css?1752752109284 */
/* /bitrix/templates/main_copy/components/bitrix/news.line/slider-news-copy/style.css?1753082688940 */
/* /bitrix/templates/main_copy/components/bitrix/news.line/advantages/style.css?1571324160940 */
/* /bitrix/templates/main_copy/components/bitrix/news.list/reviews/style.css?15713241621186 */
/* /bitrix/components/promstok/iblock.element.add.form/templates/reviews-main/style.css?1604913629457 */
