

/* Start:/style.css?17620057312145*/
.mp-slider {
    position: relative;
    padding-bottom: 3rem;
}
.mp-slider-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 1rem;
}

.mp-slide-text h1{
    font-size: 2.25rem;
    font-weight: 600;
}
.mp-slide {
    display: flex;
    height: 28.125rem;
    width: 100%;
    flex: 0 0 100%;
    box-sizing: border-box;
    background: linear-gradient(90deg, rgba(71,59,123,1), rgba(53,132,167,1) 51%, rgba(48,210,190,1) 100%);
    color: var(--cl-smoky-white);
    padding: 1rem 10rem;
    justify-content: space-between;
    align-items: center;
}
.mp-slide-text{
    max-width: 50%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.mp-slide-text h2{
    margin: 2rem 0 2rem 0;
    font-size: 2rem;
    font-weight: 500;
}
.mp-slide-text a{
    font-size: 1.56rem;
    font-weight: 400;
}
.mp-slides {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
.nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #eee;
    border: none;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 5;
}
.nav svg {
    display: block;
}

.prev { left: 2rem; }
.next { right: 2rem; }

.mp-dots {
    position: static;
    margin-top: 1rem;
    display: flex;
    justify-content: center;
    gap: 0.6rem;
    height: 1rem;
}

.mp-dots button {
    width: 0.7rem;
    height: 0.7rem;
    border-radius: 50%;
    border: none;
    background: #d3d3d3;
    cursor: pointer;
    transition: all 0.3s ease;
}

.mp-dots button.active {
    background: #c8db48; /* как на твоём скрине — салатовый */
    transform: scale(1.2);
}
.mp-slide-img{
    height: 100%;
    overflow: hidden;
}
.mp-slide-img img{
    width: auto;
    height: 100%;
    object-fit: contain;         /* или contain, если не хочешь обрезания */
    object-position: center;   /* центрируем */
    display: block;
    max-width: 100%;
}

/* End */


/* Start:/bitrix/templates/empty/components/bitrix/news.list/mp-slider/style.css?17620937692145*/
.mp-slider {
    position: relative;
    padding-bottom: 3rem;
}
.mp-slider-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 1rem;
}

.mp-slide-text h1{
    font-size: 2.25rem;
    font-weight: 600;
}
.mp-slide {
    display: flex;
    height: 28.125rem;
    width: 100%;
    flex: 0 0 100%;
    box-sizing: border-box;
    background: linear-gradient(90deg, rgba(71,59,123,1), rgba(53,132,167,1) 51%, rgba(48,210,190,1) 100%);
    color: var(--cl-smoky-white);
    padding: 1rem 10rem;
    justify-content: space-between;
    align-items: center;
}
.mp-slide-text{
    max-width: 50%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.mp-slide-text h2{
    margin: 2rem 0 2rem 0;
    font-size: 2rem;
    font-weight: 500;
}
.mp-slide-text a{
    font-size: 1.56rem;
    font-weight: 400;
}
.mp-slides {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
.nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #eee;
    border: none;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 5;
}
.nav svg {
    display: block;
}

.prev { left: 2rem; }
.next { right: 2rem; }

.mp-dots {
    position: static;
    margin-top: 1rem;
    display: flex;
    justify-content: center;
    gap: 0.6rem;
    height: 1rem;
}

.mp-dots button {
    width: 0.7rem;
    height: 0.7rem;
    border-radius: 50%;
    border: none;
    background: #d3d3d3;
    cursor: pointer;
    transition: all 0.3s ease;
}

.mp-dots button.active {
    background: #c8db48; /* как на твоём скрине — салатовый */
    transform: scale(1.2);
}
.mp-slide-img{
    height: 100%;
    overflow: hidden;
}
.mp-slide-img img{
    width: auto;
    height: 100%;
    object-fit: contain;         /* или contain, если не хочешь обрезания */
    object-position: center;   /* центрируем */
    display: block;
    max-width: 100%;
}

/* End */


/* Start:/local/components/custom/product.block/templates/.default/style.css?17634621611317*/
.product-block {
    background-color: rgba(83, 188, 248, 1);

}
.product-block .container-page {
    display: flex;
    flex-wrap: nowrap;
    gap: 6rem;
}

.product-block__info {
    max-width: 33%;
    position: relative;
    z-index: 1;

    color: white;
}
.product-block__info h2 {
    font-size: var(--s36);
    font-weight: 800;
    letter-spacing: .1rem;

    margin-bottom: 4.5rem;
    margin-top: 3.5rem;
}
.product-block__info p {
    font-size: var(--s18);
    letter-spacing: 3%;

    margin-bottom: 6.75rem;
}
.product-block__info a {
    display: block;
    padding: .8rem;
    min-width: 15rem;
    width: min-content;

    border: 2px solid rgba(255, 255, 255, 1);
    border-radius: .5rem;

    text-align: center;
    font-size: var(--s18);
    font-weight: 700;
    letter-spacing: .1rem;
}

.product-block__info h2,
.product-block__info p,
.product-block__info a {
    position: relative;
    z-index: 2;
}

.product-block__info svg {
    position: absolute;
    z-index: 1;

    top: 0;
    left: -23%;

    opacity: .3;
}

.product-slider {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.1rem;
}
.product-block .product-slider-card {
    background: white;
    border-radius: 1.2rem;
    height: 100%;
}
.product-slider-card .img__container {
    aspect-ratio: 1/1;
}
/* End */


/* Start:/bitrix/templates/empty/components/bitrix/news.list/submitted-brands/style.css?17613880812058*/
.brands-slider {
    width: 100%;
    position: relative;
}

.brands-slider__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}

.brands-slider__header h2 {
    font-size: var(--s24);
    font-weight: 600;

}

.brands-slider__controls {
    display: flex;
    gap: .5rem;
}

.brands-slider__controls button {
    background: none;
    border-radius: 50%;
    width: 2.25rem;
    height: 2.25rem;
    font-size: 1.5rem;
    cursor: pointer;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
}

.brands-slider__wrapper {
    overflow: hidden;
    position: relative;
}

.brands-slider__track {
    display: flex;
    gap: 2rem;
    padding: .5rem;
    transition: transform 0.4s ease;
    will-change: transform;

    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;

    -ms-overflow-style: none;
    scrollbar-width: none;
}
.brands-slider__track::-webkit-scrollbar {
    display: none;
}

.brand-slide {
    flex: 0 0 auto;
    width: 18rem;
    height: 8.625rem;

    scroll-snap-align: start;

    text-align: center;
    border: 1px solid rgba(226, 226, 226, 1);
    border-radius: 1.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .5rem 1.5rem;

    background: white;
}

.brand-slide img {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: .5rem;
}

.brand-slide__placeholder {
    display: block;
    width: 100%;
    height: 100px;
    line-height: 100px;
    background: #eee;
    border-radius: .5rem;
    color: #777;
}

.brands-all__container {
    width: 100%;
    display: flex;
    justify-content: center;

    margin-top: 2rem;
}
.brands-all__container a {
    display: block;

    min-width: 16rem;
    padding: .8rem;

    text-align: center;
    color: rgba(84, 84, 84, 1);
    font-size: var(--s17);
    font-weight: 600;

    border-radius: .5rem;
    background: rgba(242, 242, 242, 1);
}
/* End */


/* Start:/local/components/custom/top.sales/templates/.default/style.css?1761994734202*/
.top-sales__list {
    display: grid;
    gap: 1.875rem;
    grid-template-columns: repeat(5, 1fr);
}

.read-also__title {
    font-size: var(--s28);
    font-weight: 600;
    margin-bottom: 1.56rem;
}

/* End */


/* Start:/bitrix/components/bitrix/news.list/templates/main-page-promo/style.css?17612949081816*/
.cardlist-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
}

.promo-card {
    position: relative;
    display: flex;
    flex-direction: row; /* ✅ изображение сверху, текст под ним */
    justify-content: space-between;
    align-items: center;
    background: #E0F9FF;
    padding: 1.25rem;
    border-radius: .625rem;
    box-sizing: border-box;
    overflow: hidden;
    text-align: center;
}

/* ✅ фиксированный размер блока с изображением */
.promo-media {
    width: 100%;
    height: 12rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
}

.promo-media img {
    width: 100%;
    height: 100%;
    object-fit: contain; /* ✅ не обрезает изображение */
    display: block;
}

/* ✅ текст под изображением */
.promo-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    word-wrap: break-word;
}

.promo-content h1 {
    font-size: 1.25rem;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.4;
    margin-bottom: 0.5rem;
}

.promo-content p {
    margin-bottom: 0.5rem;
    font-size: 1rem;
    line-height: 1.3;
}

.promo-cta {
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 0.5rem;
}

/* ✅ метка даты */
.promo-label {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: linear-gradient(90deg, #d6007f, #6a1b9a);
    color: #fff;
    font-size: 0.7rem;
    font-weight: 700;
    padding: 0.25rem 0.625rem;
    border-radius: 0.375rem;
}

/* ✅ убираем влияние вложенных сеток */
.news-list {
    display: contents;
}
/* End */


/* Start:/bitrix/components/bitrix/news.list/templates/main-page-news/style.css?17620084561700*/
.news-list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	align-items: stretch;
	gap: 1.875rem;
    align-items: center;
}

.news-item {
	border-radius: .625rem;
	box-shadow: 0px 0px .625rem 0px rgba(0, 0, 0, 0.25);
	background: #F6F4F4;

	display: flex;
	flex-direction: column;
}
.news-item .img__container {
	aspect-ratio: 340/300;
	flex-shrink: 0;
	background-color: white;
}
.news-item__text-block {
	padding: 1.43rem 1.2rem 1.2rem 1.2rem;
	flex:1;
	display: flex;
	flex-direction: column;
}
.news-item__text-block h3 {
	font-size: var(--s18);
	font-weight: 700;

	margin-bottom: 1.5rem;
}
.news-item__text-block .news-item__preview-text {
	font-size: var(--s15);
	color: var(--cl-greenish-wet-asphalt);

	margin-bottom: 1.5rem;
}
.news-item__bottom-info p{
	font-size: var(--s16);
	font-weight: 800;
}
.news-item__bottom-info{
	display: flex;
	justify-content: space-between;

	margin-top:auto;
}
.news-item__views {
	font-size: var(--s15);
	color: var(--cl-greenish-wet-asphalt);
	display: flex;
	align-items: center;
}
.news-item__views svg {
	margin-right: .7rem;
	width: 1.25rem;
	height: auto;
}

.btn-all {
    display: inline-block;
    padding: 0.8rem 2rem;
    background: #f3f3f3;
    border-radius: 0.5rem;
    color: #333;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
}


.btn-all-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
}
.btn-all-wrapper a {
    display: block;

    min-width: 16rem;
    padding: .8rem;

    text-align: center;
    color: rgba(84, 84, 84, 1);
    font-size: var(--s17);
    font-weight: 600;

    border-radius: .5rem;
    background: rgba(242, 242, 242, 1);
}
/* End */


/* Start:/bitrix/templates/empty/components/bitrix/form.result.new/call_me/style.css?1762083355666*/
table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	border:1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	background-image:url(/bitrix/templates/empty/components/bitrix/form.result.new/call_me/images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}


table.form-table td
{
	padding: 15px 5px;
}

.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/bitrix/templates/empty/components/bitrix/form.result.new/call_me/images/icon_warn.gif);
}
/* End */
/* /style.css?17620057312145 */
/* /bitrix/templates/empty/components/bitrix/news.list/mp-slider/style.css?17620937692145 */
/* /local/components/custom/product.block/templates/.default/style.css?17634621611317 */
/* /bitrix/templates/empty/components/bitrix/news.list/submitted-brands/style.css?17613880812058 */
/* /local/components/custom/top.sales/templates/.default/style.css?1761994734202 */
/* /bitrix/components/bitrix/news.list/templates/main-page-promo/style.css?17612949081816 */
/* /bitrix/components/bitrix/news.list/templates/main-page-news/style.css?17620084561700 */
/* /bitrix/templates/empty/components/bitrix/form.result.new/call_me/style.css?1762083355666 */
