

/* Start:/bitrix/templates/mkws2024_en/components/bitrix/news.detail/company1/style.css?17457576402122*/
.about1 {
	padding: 110px 0 80px;
	position: relative;
}
.about1 > div {
	position: relative;
	z-index: 2;
}
.about1-preview {
	width: 50%;
	color: #4A4A4A;
	font-size: 14px;
	line-height: 20px;
}

body {
	background: #FCF8F1 url(/bitrix/templates/mkws2024/images/Lines.svg) center no-repeat!important;
}

.about1-col > img {

	margin: 125px auto 160px;
}

.about1-col {
	max-width: 684px;
	width: 100%;
	margin: auto;
}

.about1-text {
	color: #4A4A4A;
	font-size: 14px;
	line-height: 20px;
}

.about1-text span {
	display: block;
	margin-bottom: 32px;
	font-weight: 700;
}

.about1:after {
	content: '';
	position: absolute;
	left: -40px;
	right: -40px;
	padding-top: calc(100% + 80px);
	top: 0;
	transform: translateY(45%);
	background: url(/bitrix/templates/mkws2024/images/circle1.svg) center no-repeat;
}

.about1:before {
	content: '';
	position: absolute;
	left: -40px;
	right: -40px;
	padding-top: calc(100% + 80px);
	top: 0;
	transform: translateY(-40%);
	background: url(/bitrix/templates/mkws2024/images/circle1.svg) center no-repeat;
}
@media (max-width: 1441px) {
	.about1:after {
		background-size: 100%;
	}
	.about1:before {
		background-size: 100%;
	}
	.about1:after {
		background-size: 100%;
		left: 0;
		right: 0;
		padding-top: 100%;
	}
	.about1:before {
		background-size: 100%;
		left: 0;
		right: 0;
		padding-top: 100%;
	}
}
@media (max-width: 1100px){
	.about1 > .flex img {
		max-width: 30%;
		margin: auto;
	}
	.about1-preview {
		width: 60%;
	}
}
@media (max-width: 992px){
	.about1 {
		padding: 0 0 50px;
	}
	.about1 img {
		max-width: 68%;
		margin: auto;
	}
	.about1-preview {
		width: 100%;
		color: #4A4A4A;
		font-size: 14px;
		line-height: 20px;
		text-align: center;
		margin-top: 32px;
	}
	.about1-col > img {
		margin: 32px auto 80px;
		max-width: 100%;
	}

}

@media (max-width: 768px){
	.about1 {
		padding: 0 0 32px;
	}
	.about1 img {
		max-width: 68%;
		margin: auto;
	}
	.about1-preview {
		width: 100%;
		color: #4A4A4A;
		font-size: 12px;
		line-height: 18px;
		text-align: center;
		margin-top: 32px;
	}
	.about1-col > img {
		margin: 32px auto 80px;
		max-width: 100%;
	}

}
/* End */


/* Start:/bitrix/templates/mkws2024_en/components/bitrix/news.detail/company2/style.css?1745757721718*/
.about2 {
	padding: 80px 0 80px;
	position: relative;
	z-index: 2;
}

.about2-col {
	max-width: 684px;
	width: 100%;
	margin: auto;
}

.about2-text {
	color: #4A4A4A;
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	margin: 160px auto;
	text-align: center;
}


.about2-big-banner {
	height: 580px;
	background-size: cover;
	background-position: center;
}

@media (max-width: 992px) {
	.about2 {
		padding: 0 0 80px;

	}
	.about2-big-banner {
		height: 100vw;
	}
	.about2-text {
		color: #4A4A4A;
		font-size: 18px;
		line-height: 28px;
		font-weight: 700;
		margin: 80px 0 32px;
	}
	.about2-col {
		width: calc(100% - 40px);
		max-width: none;
		margin: auto 20px;
	}
	.about2-col {
		text-align: center;
	}
}
/* End */


/* Start:/bitrix/templates/mkws2024_en/components/bitrix/news.list/about1/style.css?17458672622854*/
.about-block {
	padding: 80px 0;
	display: flex;
	justify-content: space-between;
}

.about-block-left {
	width: 35%;
}

.about-list-block {
	width: 56%;
	display: flex;
	flex-flow: row wrap;
}
.about-list {

	display: flex;
	flex-flow: row wrap;
}
.about-block-name {
	color: #4A4A4A;
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	margin-bottom: 41px;
}

.about-block-text {
	color: #4A4A4A;
	font-size: 18px;
	line-height: 28px;
	width: 75%;
}

.about-item {
	border: 1px solid #4A4A4A;
	height: 290px;
	box-sizing: border-box;
	padding: 18px 15px;
	color: #4A4A4A;
	font-size: 14px;
	line-height: 20px;
	position: relative;
	width: calc(28% - 14px);
	margin-right: 14px;
	margin-bottom: 14px;
	display: flex;
	align-items: flex-start;
	padding-top: 18%;
}

.about-item:before {
	content: '';
	position: absolute;
	left: 15px;
	top: 18px;
	width: 16px;
	height: 16px;
	background: #C9474D;
}
@media (max-width: 1441px) {
	.about-item {
		width: 237px;
		padding-top: 23%;
	}

	.about-list-block::-webkit-scrollbar{
		display: none;
	}
}
@media (max-width: 1100px) {
	.about-item {
		width: 237px;
		padding-top: 35%;
	}
}
@media (max-width: 992px) {
	.about-block {
		padding: 0px 0 80px;
		flex-flow: row wrap;
		overflow: hidden;
		width: calc(100% + 20px);
		margin-right: -20px;
	}
	.about-block-left {
		width: 100%;
	}
	.about-block-text {
		color: #4A4A4A;
		font-size: 12px;
		line-height: 18px;
		width: 100%;
		padding-right: 20px;
		margin-bottom: 32px;
	}
	.about-block-name {
		margin-bottom: 24px;
	}
	.about-list {
		width: calc(4*(237px + 14px));
		display: flex
	;
		flex-flow: row wrap;
		flex-wrap: nowrap;
	}
	.about-item {
		border: 1px solid #4A4A4A;
		height: 290px;
		box-sizing: border-box;
		padding: 18px 15px;
		color: #4A4A4A;
		font-size: 14px;
		line-height: 20px;
		position: relative;
		width: 237px;
		margin-right: 14px;
		margin-bottom: 14px;
		display: flex
	;
		padding-top: 19%;
	}
	.about-list-block {
		overflow: auto;
		width: 100%;
	}


}

@media (max-width: 500px) {
	.about-block {
		padding: 0px 0 80px;
		flex-flow: row wrap;
		overflow: hidden;
		width: calc(100% + 20px);
		margin-right: -20px;
	}
	.about-block-left {
		width: 100%;
	}
	.about-block-text {
		color: #4A4A4A;
		font-size: 12px;
		line-height: 18px;
		width: 100%;
		padding-right: 20px;
		margin-bottom: 32px;
	}
	.about-block-name {
		margin-bottom: 24px;
	}
	.about-list {
		width: calc(4*(237px + 14px));
		display: flex
	;
		flex-flow: row wrap;
		flex-wrap: nowrap;
	}
	.about-item {
		border: 1px solid #4A4A4A;
		height: 290px;
		box-sizing: border-box;
		padding: 18px 15px;
		color: #4A4A4A;
		font-size: 14px;
		line-height: 20px;
		position: relative;
		width: 237px;
		margin-right: 14px;
		margin-bottom: 14px;
		display: flex
	;
		padding-top: 19%;
	}
	.about-list-block {
		overflow: auto;
		width: 100%;
	}
}
/* End */


/* Start:/bitrix/templates/mkws2024_en/components/bitrix/news.list/princ/style.css?17457516121194*/
.princ-list {
	display: flex;
	max-width: 1440px;
	margin: auto;
	position: relative;
	z-index: 2;
	padding: 0 40px;
}
.princ-block {
	padding: 80px 0;
	position: relative;
	z-index: 2;
}
.princ-item {
	width: 25%;
	padding-right: 40px;
	color: #4A4A4A;
	font-size: 14px;
	line-height: 20px;
}

.princ-block-banner {
	height: 820px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-position: center;
	background-size: cover;
	margin-bottom: 90px;
}

.princ-block-banner-text {
	color: #FCF8F1;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
}
.princ-block-banner-text img {
	display: block;
	margin-bottom: 25px;
}

@media (max-width: 992px) {
	.princ-block {
		padding: 0 0 80px;
	}
	.princ-block-banner {
		height: 100vw;
		margin-bottom: 32px;
	}
	.princ-block-banner-text {

	}
	.princ-block-banner-text img {
		display: block;
		max-width: 85%;
		margin: 0 auto 25px;
	}
	.princ-list {
		padding: 0 20px;
		flex-flow: row wrap;
	}
	.princ-item {
		width: 100%;
		padding-right: 0;
		color: #4A4A4A;
		font-size: 14px;
		line-height: 20px;
		padding: 16px 0;
		border-bottom: 1px solid #C7C7C7;
	}
	.princ-item:last-child {
		border-bottom: none;
	}
}
/* End */


/* Start:/bitrix/templates/mkws2024_en/components/bitrix/news.detail/about3/style.css?17457579331579*/
.about3 {
	padding: 80px 0 80px;
	position: relative;
}
.about3 > div {
	position: relative;
	z-index: 2;
}
.about3-col {
	max-width: 684px;
	width: 100%;
	margin: auto;
}

.about3-text {
	color: #4A4A4A;
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	margin: 60px auto 32px;
	text-align: center;
}

.about3-preview {
	color: #4A4A4A;
	font-size: 18px;
	line-height: 28px;
	text-align: center;
}

.about3:after {
	content: '';
	position: absolute;
	left: -40px;
	right: -40px;
	padding-top: calc(100% + 80px);
	top: 0;
	transform: translateY(-17%);
	background: url(/bitrix/templates/mkws2024/images/circle1.svg) center no-repeat;
}

.about3:before {
	content: '';
	position: absolute;
	left: -40px;
	right: -40px;
	padding-top: calc(100% + 80px);
	top: 0;
	transform: translateY(-72%);
	background: url(/bitrix/templates/mkws2024/images/circle1.svg) center no-repeat;
}

@media (max-width: 1441px) {
	.about3:after {
		background-size: 100%;
	}
	.about3:before {
		background-size: 100%;
	}
	.about3:after {
		background-size: 100%;
		left: 0;
		right: 0;
		padding-top: 100%;
	}
	.about3:before {
		background-size: 100%;
		left: 0;
		right: 0;
		padding-top: 100%;
	}
}
@media (max-width: 992px) {
	.about3 {
		padding: 0 0 80px;
	}
	.about3-text {
		margin: 32px auto 22px;
	}
	.about3-preview {
		color: #4A4A4A;
		font-size: 12px;
		line-height: 18px;
		text-align: center;
	}
	.about3:after {
		background-size: 150%;
		left: -20px;
		right: -20px;
		padding-top: 100%;
		width: calc(100% + 40px);
		transform: translateY(301%);
		background-position-y: 0;
	}
}
/* End */


/* Start:/bitrix/templates/mkws2024_en/components/bitrix/news.detail/about4/style.css?17457519051116*/
.about-vacancy {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	padding: 80px 0 120px;
	position: relative;
	z-index: 2;
}

.about-vacancy-back {
	width: 45%;
	height: 620px;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;

}

.about-vacancy-text {
	width: 50%;
	color: #141414;
	font-size: 14px;
	line-height: 20px;
	padding-right: 40px;
}

.about-vacancy-text a {
	margin-top: 30px;
	display: block;
	width: 250px;
}

.about-vacancy-text img {
	display: block;
}

@media (max-width: 992px) {
	.about-vacancy {
		display: flex
	;
		flex-flow: row wrap;
		justify-content: space-between;
		align-items: center;
		padding: 0 0 0;
	}
	.about-vacancy-back {
		width: 100%;
		height: 0;
		padding-top: 100%;
	}
	.about-vacancy-text {
		width: 100%;
		color: #141414;
		font-size: 14px;
		line-height: 20px;
		padding-right: 20px;
		padding-left: 20px;
		margin-top: 32px;
	}
	.about-vacancy-text img {
		display: block;
		margin-bottom: 22px;
	}
	.about-vacancy-text a {
		margin-top: 30px;
		width: 100%;
		padding: 2px 32px;
	}
}
/* End */
/* /bitrix/templates/mkws2024_en/components/bitrix/news.detail/company1/style.css?17457576402122 */
/* /bitrix/templates/mkws2024_en/components/bitrix/news.detail/company2/style.css?1745757721718 */
/* /bitrix/templates/mkws2024_en/components/bitrix/news.list/about1/style.css?17458672622854 */
/* /bitrix/templates/mkws2024_en/components/bitrix/news.list/princ/style.css?17457516121194 */
/* /bitrix/templates/mkws2024_en/components/bitrix/news.detail/about3/style.css?17457579331579 */
/* /bitrix/templates/mkws2024_en/components/bitrix/news.detail/about4/style.css?17457519051116 */
