

/* Start:/local/templates/remont_gold/style/about.css?175395345213412*/
/*-------------ABOUT PAGE--------------*/
	/*
.row>* {
	padding: 0;
	margin: 0;
}
	*/

.about-banner img {
	width: 100%;
}
.about-banner {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.about-banner-left {
    width: 37.5%;
}
.about-banner-left-img {}
.about-banner-left-img img {}

.about-banner-right {
    width: 61%;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.about-banner-right-top {
    width: 100%;
}
.about-banner-right-top img {}
.about-banner-right-bottom {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.about-banner-right-bottom-img {
    width: 32%;
}
.about-banner-right-bottom-img img {}
.about-banner-right-bottom-img.mobile-img {
	display: none;
}
@media (max-width: 576px) {
	.about-banner-left {
		display: none;
	}
	.about-banner-right {
		width: 100%;
	}
	.about-banner-right-bottom-img.mobile-img {
		display: block;
	}
	.about-banner-right-bottom-img {
		width: 48%;
		margin-bottom: 10px;
	}
	.about-banner-right-top {
		margin-bottom: 10px;
	}
	.page-content {
		overflow: hidden;
	}
}

/*-----------ABOUT CONTENT ------------*/
.about-content {
    margin-bottom: 30px;
}
.about-content-block {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.about-content-block-title {
    color: #000;
    font-size: 32px;
    font-weight: 600;
    width: max-content;
    position: relative;
    transition: all .2s ease-out; 
}
.about-content-block-title::after {
    content: "";
    background-color: var(--violet-color);
    height: 3px;
    width: 200%;
    min-width: 500px;
    display: block;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 10;
}
.about-content-block-title-litle {
	color: #000;
    font-size: 20px;
    font-weight: 600;
    margin-top: 10px;
}
.about-content-block-img img {
	width: 100%;
}
@media (max-width: 768px) {
    .about-content-block-title {
        font-size: 20px;
        margin-bottom: 10px;
		width: auto;
    }
    .about-content-block {
        padding-right: 0;
    }
}
/*-----------ABOUT CONTENT end ------------*/
/*-----------HISTORY CONTENT ------------*/
.about-content-history {
	padding-bottom: 40px;
    border-bottom: solid 1px #ccc;
    border-radius: 0;
}
.about-content-history img {
	border-radius: 0;
}
.about-content-history-top {
	display: flex;
	margin-bottom: 20px;
	flex-wrap: wrap;
}
.about-content-history-top-year {
	width: 35%;
    font-size: 15rem;
	line-height: 18rem;
    font-weight: 800;
}
@media (max-width: 768px) {
	.about-content-history-center-list-item {
		margin-bottom: 10px;
	}
}
@media (max-width: 576px) {
	.about-content-history-top-year {
		width: 100%;
		font-size: 15rem;
		line-height: 18rem;
		font-weight: 800;
	}
}
.about-content-history-top-right {
	width: 65%;
}
.about-content-history-top-right.top-2011 {
	display: flex;
    justify-content: end;
}
.about-content-history-top-right-img {
	width: 200px;
}
.about-content-history-top-right-img img {
	width: 100%;
}
.about-content-history-top-right-img.top-img-2011 {
	width: 300px;
}
.grayscale {
    filter: grayscale(1);
    transition: 1s;
}
.grayscale:hover {
    filter: grayscale(0);
}

.about-content-history-center {

}
.about-content-history-center-descr {
    font-size: 16px;
}
.about-content-history-center-list {
	display: flex;
	flex-wrap: wrap;
    margin: 10px 0;
}
.about-content-history-center-list-item {
    font-size: 14px;
    background-color: #e6e6e6;
    padding: 5px 10px;
    margin-right: 10px;
    border-radius: 20px;
}
.about-content-history-bottom {
	display: flex;
	justify-content: space-between;
}
.about-content-history-bottom-left {}
.about-content-history-bottom-left-img {
	width: 350px;
}
.about-content-history-bottom-left-img img {
	width: 100%;
}
.about-content-history-bottom-right {}
.about-content-history-bottom-right-img {
	width: 220px;
}


.about-content-history-bottom-left.mod-2010 {
	width: 50%;
}
.about-content-history-bottom-right.mod-2010 {
	width: 50%;
	display: flex;
    justify-content: end;
}
.about-content-history-bottom-left-img.mod-img-2010 {
	width: 100%;
}
.about-content-history-bottom-right-img.mod-img-2010 {
	width: 70%;
}

.about-content-history-bottom-right-img img {
	width: 100%;
}
.about-content-history-bottom.mod-2011 {
	justify-content: end;
    align-items: center;
}
.about-content-history-bottom-left.mod-2011 {
	width: 60%;
	display: flex;
    justify-content: end;
}
.about-content-history-bottom-right.mod-2011 {
	width: 40%;
	display: flex;
    justify-content: end;
}
.about-content-history-bottom-left-img.mod-img-2011 {
	width: 60%;
}
.about-content-history-bottom-right-img.mod-img-2011 {
	width: 60%;
}


.about-content-history-bottom.mod-2012 {
	justify-content: start;
}
.about-content-history-bottom-left.mod-2012 {
	width: 40%;
}
.about-content-history-bottom-right.mod-2012 {
	width: 60%;
	display: flex;
    justify-content: center;
}
.about-content-history-bottom-left-img.mod-img-2012 {
	width: 100%;
}
.about-content-history-bottom-right-img.mod-img-2012 {
	width: 40%;
}


.about-content-history-top-right.top-2013 {
	display: flex;
    justify-content: center;
}
.about-content-history-bottom-left-img.mod-img-2013 {
	width: 95%;
}
.about-content-history-bottom-right-img.mod-img-2013 {
	width: 95%;
}

.about-content-history-bottom-left.mod-2014 {
	width: 60%;
}
.about-content-history-bottom-right.mod-2014 {
	width: 40%;
	display: flex;
    justify-content: end;
}
.about-content-history-bottom-left-img.mod-img-2014 {
	width: 100%;
}
.about-content-history-bottom-right-img.mod-img-2014 {
	width: 50%;
}


.about-content-history-top-right.top-2015 {
	display: flex;
    align-items: end;
}
.about-content-history-bottom.mod-2015 {

}
.about-content-history-bottom-left.mod-2015 {
	width: 50%;
}
.about-content-history-bottom-right.mod-2015 {
	width: 50%;
	display: flex;
    justify-content: end;
}
.about-content-history-bottom-left-img.mod-img-2015 {
	width: 50%;
}
.about-content-history-bottom-right-img.mod-img-2015 {
	width: 70%;
}

.about-content-history-top-right.top-2016 {

}
.about-content-history-bottom.mod-2016 {

}
.about-content-history-bottom-left.mod-2016 {
	width: 50%;
}
.about-content-history-bottom-right.mod-2016 {
	width: 50%;
}
.about-content-history-bottom-left-img.mod-img-2016 {
	width: 60%;
}
.about-content-history-bottom-right-img.mod-img-2016 {
	width: 100%;
}

.about-content-history-top-right.top-2017 {
	display: flex;
    justify-content: end;
}
.about-content-history-bottom.mod-2017 {

}
.about-content-history-bottom-left.mod-2017 {
	width: 60%;
	display: flex;
    justify-content: center;
}
.about-content-history-bottom-right.mod-2017 {
	width: 40%;
}
.about-content-history-bottom-left-img.mod-img-2017 {
	width: 35%;
}
.about-content-history-bottom-right-img.mod-img-2017 {
	width: 100%;
}

.about-content-history-top-right.top-2018 {
	display: flex;
    justify-content: end;
}
.about-content-history-bottom.mod-2018 {

}
.about-content-history-bottom-left.mod-2018 {
	width: 50%;
}
.about-content-history-bottom-right.mod-2018 {
	width: 50%;
}
.about-content-history-bottom-left-img.mod-img-2018 {
	width: 95%;
}
.about-content-history-bottom-right-img.mod-img-2018 {
	width: 95%;
}

.about-content-history-top-right.top-2019 {
	display: flex;
    justify-content: center;
	align-items: end;
}
.about-content-history-bottom.mod-2019 {

}
.about-content-history-bottom-left.mod-2019 {
	width: 50%;
}
.about-content-history-bottom-right.mod-2019 {
	width: 50%;
	display: flex;
    justify-content: end;
}
.about-content-history-bottom-left-img.mod-img-2019 {
	width: 80%;
}
.about-content-history-bottom-right-img.mod-img-2019 {
	width: 80%;
}

.about-content-history-top-right.top-2020 {
	display: flex;
	align-items: end;
}
.about-content-history-bottom.mod-2020 {

}
.about-content-history-bottom-left.mod-2020 {
	width: 50%;
}
.about-content-history-bottom-right.mod-2020 {
	width: 50%;
	display: flex;
    justify-content: end;
}
.about-content-history-bottom-left-img.mod-img-2020 {
	width: 80%;
}
.about-content-history-bottom-right-img.mod-img-2020 {
	width: 60%;
}

.about-content-history-top-right.top-2021 {
	display: flex;
	align-items: end;
}
.about-content-history-bottom.mod-2021 {

}
.about-content-history-bottom-left.mod-2021 {
	width: 60%;
}
.about-content-history-bottom-right.mod-2021 {
	width: 40%;
	display: flex;
	justify-content: end;
}
.about-content-history-bottom-left-img.mod-img-2021 {
	width: 100%;
}
.about-content-history-bottom-right-img.mod-img-2021 {
	width: 80%;
}


.about-content-history-top-right-img.top-img-2022 {
	width: 300px;
}
.about-content-history-bottom.mod-2022 {

}
.about-content-history-bottom-left.mod-2022 {
	width: 50%;
}
.about-content-history-bottom-right.mod-2022 {
	width: 50%;
}
.about-content-history-bottom-left-img.mod-img-2022 {
	width: 60%;
}
.about-content-history-bottom-right-img.mod-img-2022 {
	width: 100%;
}


.about-content-history-top-right.top-2023 {
	display: flex;
    justify-content: center;
	align-items: end;
}
.about-content-history-top-right-img.top-img-2023 {
	width: 300px;
}
.about-content-history-bottom.mod-2023 {

}
.about-content-history-bottom-left.mod-2023 {
	width: 50%;
}
.about-content-history-bottom-right.mod-2023 {
	width: 50%;
	display: flex;
    justify-content: end;
}
.about-content-history-bottom-left-img.mod-img-2023 {
	width: 80%;
}
.about-content-history-bottom-right-img.mod-img-2023 {
	width: 80%;
}


.about-content-history-top-right.top-2024 {
	display: flex;
	align-items: end;
}
.about-content-history-top-right-img.top-img-2024 {
	width: 300px;
}
.about-content-history-bottom.mod-2024 {

}
.about-content-history-bottom-left.mod-2024 {
	width: 38%;
}
.about-content-history-bottom-right.mod-2024 {
	width: 50%;
	display: flex;
    justify-content: end;
}
.about-content-history-bottom-left-img.mod-img-2024 {
	width: 80%;
}
.about-content-history-bottom-right-img.mod-img-2024 {
	width: 80%;
}

.about-content-links {
	display: flex;
	flex-direction: column;
}
.about-content-links-item {
	display: block;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    background-color: #f5f5f5;
    color: #000;
    width: max-content;
    padding: 4px 15px;
    border-radius: 20px;
    margin-bottom: 10px;
}
.about-content-links-item:hover {
    background-color: var(--violet-color);
    color: #fff;
}


.about-content-slider {

}
.about-content-slider-item {
	padding: 5px;
}
.about-content-slider-item img {
	height: 300px;
}

.mobile-yers {
	display: none;
}
.slick-slider.mobile-yers {
	display: none;
}
@media (max-width: 824px) {
	.about-content-links {
		display: flex;
		flex-direction: row;
	}
	.desctop-yers {
		display: none;
	}
	.mobile-yers {
		display: block;
	}
	.slick-slider.mobile-yers {
		display: block;
	}
	.about-content-links-item {
		padding: 4px 10px;
		margin: 0 10px;
	}
}
@media (max-width: 576px) {
	.about-content-slider-item img {
		height: 200px;
	}
}
.page-header-left h1 {
    display: none;
}

/*-----------sotrudnichestvo CONTENT ------------*/
.roznica-content {
    margin-bottom: 30px;
}
.roznica-content-block {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.roznica-content-block-title, .roznica-content-block-title h1 {
    color: #000;
    font-size: 32px;
    font-weight: 600;
    width: max-content;
    position: relative;
    transition: all .2s ease-out; 
}
.roznica-content-block-title::after {
    content: "";
    background-color: var(--violet-color);
    height: 3px;
    width: 250%;
    min-width: 500px;
    display: block;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 10;
}
.roznica-content-block-descr-title {
    color: #000;
    font-size: 22px;
    font-weight: 600;
	margin-top: 10px;
}
.roznica-content-block-descr-title span {
    color: #7e00c3;
}

.roznica-content-block-descr {
    font-size: 20px;
    font-weight: 600;
    margin-top: 10px;
}
.roznica-content-block-descr span {
    color: #7e00c3;
    font-weight: 600;
}
.roznica-content-block-title-litle {
    font-size: 14px;
}
.roznica-content-block-img img {
    width: 100%;
}
@media (max-width: 768px) {
    .roznica-content-block-title, .roznica-content-block-title h1 {
        font-size: 20px;
        margin-bottom: 10px;
        width: auto;
    }
    .roznica-content-block {
        padding-right: 0;
    }
}
@media (max-width: 576px) {

}
/*-----------sotrudnichestvo CONTENT end ------------*/
.roznica-content-info {

}
.roznica-content-info-list {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.roznica-content-info-list-item {
	width: 30%;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: solid 1px #ccc;
    border-radius: 0;
}
.roznica-content-info-list-item-title {
	font-size: 18px;
    font-weight: 500;
    background-color: var(--violet-color);
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
	width: max-content;
	margin: 0 auto;
}
.roznica-content-info-list-item-text {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    text-align: center;
}
@media (max-width: 576px) {
	.roznica-content-info-list-item {
		width: 98%;
	}
	.roznica-content-info-list-item-title {
		font-size: 16px;
	}
	.roznica-content-info-list-item-text {
		font-size: 16px;
	}
}
/*-----------HISTORY CONTENT end ------------*/
/* End */
/* /local/templates/remont_gold/style/about.css?175395345213412 */
