

/* Start:/local/templates/eurochemical_main/styles/about.css?17803076004840*/
.about-page {
    min-height: calc(100vh - 300px);
    padding-top: 145px;
}

.about-page__banners {
    margin-bottom: 80px;
}

.banners__swiper {

}

.banners__slide {
    padding: 24px 16px;
    display: flex;
    justify-content: space-between;
    border-radius: 20px;
    background: var(--bg-color-card);
}

.banners__content {
    margin-top: 57px;
    margin-bottom: 40px;
    margin-left: 20px;
}

.slide__title {
    max-width: 534px;
    margin-bottom: 16px;
    
    font-size: 40px;
    font-weight: 500;
    line-height: 114.99999999999999%;
    letter-spacing: 0%;
    font-style: Medium;
}

.slide__title span {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    font-style: inherit;
}

.slide__title span:nth-of-type(2) {
    color: var(--color-primary)
}

.slide__desc {
    max-width: 350px;

    font-size: 18px;
    font-weight: 500;
    line-height: 114.99999999999999%;
    letter-spacing: 0%;
    font-style: Medium;
}

.slide__btn-action {
    margin-top: 48px;
}

.slide__image-wrapper {
    height: fit-content;
    margin: auto 0;
}

.slide__image {
    width: 578px;
    height: 418px;
    border-radius: 16px;
}

@media (max-width: 1150px) {
    .slide__image {
        width: 480px;
        height: auto;
    }
}

@media (max-width: 900px) {
	.about-page {
		padding-top: 100px;
	}
	.about-page__banners {
		margin-bottom: 64px;
	}
    .banners__slide { 
        padding: 24px 12px;
        flex-direction: column;
    }
	.banners__content {
	    margin-top: 0;
  		margin-bottom: 40px;
  		margin-left: 0;
	}
    .slide__title {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
		font-size: 24px;
    }
    .slide__desc {
        text-align: center;
        margin: 0 auto;
		font-size: 18px;
    }
    .slide__btn-action {
        width: 100%;
        max-width: 500px;
        margin-top: 24px;
        margin-left: auto;
        margin-right: auto;
    }
    .slide__image-wrapper {
        width: fit-content;
        margin: 0 auto 20px;
    }
}

@media (max-width: 600px) {
    .slide__image {
        width: 300px;
        height: auto;
    }
}

.banners__btn {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--color-font-second-light);
    border-radius: 4px;
    text-align: center;

    position: absolute;
    bottom: 24px;
    left: 44px;
    z-index: 1;
}

.swiper-button-disabled {
    opacity: 0.5;
    background: var(--color-border);
}

.banners__btn_prev {

}

.banners__btn_next {
    left: 92px;
    transform: rotate(180deg);
}

.banners__btn path {
    fill: var(--color-font-second-light);
}

.swiper-button-disabled path {
    fill: var(--color-font-second-dark);
}

.banners__pagination {
    margin-bottom: 10px;
	display: none;
    position: absolute;
    z-index: 1;
    text-align: center;
}

.swiper-pagination-bullet {
	width: 10px;
	height: 10px;
    background: var(--color-border-card);
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: var(--bg-color-btn-primary);
}

@media (max-width: 900px) {
    .banners__btn {
		display: none;
	}
	.banners__pagination {
		display: block;
	}
}

.text-block h2 {
    margin-bottom: 32px;

    font-size: 32px;
    font-weight: 500;
    line-height: 114.99999999999999%;
    letter-spacing: 0%;
    font-style: Medium;
}

.text-block h4 {
    margin-bottom: 16px;

    font-size: 16px;
    font-weight: 500;
    line-height: 114.99999999999999%;
    letter-spacing: 0%;
    font-style: Medium;
}

.text-block p.accent {
    font-size: 16px;
    font-weight: 500;
    line-height: 114.99999999999999%;
    letter-spacing: 0%;
    font-style: Medium;
}

.text-block p {
    margin-bottom: 16px;

    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0%;
    font-style: Regular;

text-align: justify;
}

.text-block ul {
    margin-top: 24px;
    list-style: square;
}

.text-block li {
    margin-left: 24px;

    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0%;
    font-style: Regular;
text-align: justify;
}

.text-block li::marker {
    font-size: 24px;
    transform: translateY(-50%);
    color: var(--color-font-action-link);
}

.advantages {
    margin-top: 0;
    margin-bottom: 80px;
    border-radius: 0;
    background-color: transparent;
}

.about-page .advantages__title {
	display: none;
}

.advantages__list {
    margin-top: 32px;
}

.advantage-card__statics {
    font-size: 40px;
    font-weight: 500;
    line-height: 114.99999999999999%;
    letter-spacing: 0%;
    font-style: Medium;
    text-align: center;
    color: var(--color-primary);
}

@media (max-width: 900px) {
	.advantages {
		margin-bottom: 64px;
	}
}

.contacts {
    padding: 0;
}
/* End */


/* Start:/local/templates/eurochemical_main/components/bitrix/news.list/about-banner/style.css?1779453620150*/
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 */


/* Start:/local/templates/eurochemical_main/components/bitrix/news.list/advantages/style.css?1779453617150*/
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 */
/* /local/templates/eurochemical_main/styles/about.css?17803076004840 */
/* /local/templates/eurochemical_main/components/bitrix/news.list/about-banner/style.css?1779453620150 */
/* /local/templates/eurochemical_main/components/bitrix/news.list/advantages/style.css?1779453617150 */
