

/* Start:/bitrix/templates/.default/components/bitrix/main.include/ngok-main-inc-v4/style.css?178066684419871*/
@media screen and (min-width: 901px) {
	.container {
		margin-bottom: 40px !important;
	}

	.grid-x2 {
	        padding-bottom: min(2.5rem, 40px);
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 40px;
		grid-row-gap: 40px;
		box-sizing: border-box;
	}

	.grid-x3 {
	        padding-bottom: min(2.5rem, 40px);
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		grid-column-gap: 20px;
		grid-row-gap: 20px;
		box-sizing: border-box;
	}

}

@media screen and (max-width: 900px) {
	.grid-x2 {
		padding-top: 14px;
		padding-bottom: 20px;
		display: grid;
		grid-template-columns: 1fr;
		grid-column-gap: 20px;
		grid-row-gap: 20px;
		box-sizing: border-box;
	}

	.grid-x3 {
		padding-bottom: 20px;
		display: grid;
		grid-template-columns: 1fr;
		grid-column-gap: 0px;
		grid-row-gap: 20px;
		box-sizing: border-box;
	}
}

u {
	text-decoration: none;
	color: #E1110D;
}

.h2-arrow {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}





@media screen and (min-width: 901px) {
	.section.title-banner {
		display: block;
	}
	
	.title-banner__desktop {
		display: block;
		margin-bottom: 3.75rem;
	}
	
	.title-banner__desktop a {
		width: 100%;
		text-decoration: none;
	}
	
	.title-banner__desktop a img {
		width: 100%;
		height: auto;
		border-radius: 32px;
		overflow: hidden;
	}
	
	.title-banner__mobile {
		display: none;
	}
}

@media screen and (max-width: 900px) {
	.section.title-banner {
		display: block;
	}

	.title-banner__mobile {
		display: block;
		margin-bottom: 60px;
	}

	.title-banner__mobile a {
		width: 100%;
		text-decoration: none;
	}

	.title-banner__mobile a img {
		width: 100%;
		height: auto;
		border-radius: 16px;
		overflow: hidden;
	}

	.title-banner__desktop {
		display: none;
	}
}




/* 1. Title */

@media screen and (min-width: 901px) {
	.main-title {
		padding-top: clamp(40px, 5rem, 80px);
	}

	.main-title .decor-star {
		display: none;
	}
	
	h1 {
		font-size: min(4rem, 64px) !important;
		margin-bottom: clamp(20px, 2.5rem, 40px);
	}
	
	ul.arrow {
		list-style-type: none;
		margin: 0;
		padding: 0;
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: stretch;
		flex-wrap: wrap;
	}
	
	ul.arrow li {
		margin: 0 20px 20px 0;
		padding: min(1rem, 16px) min(2rem, 32px);
		background: #F5F5F5;
		border-radius: 100px;
	}
	
	.header-video {
		width: 100%;
		height: 100%;
		position: relative;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	
	.video-block {
		width: 80%;
		height: min(25rem, 400px);
		overflow: hidden;
		border-radius: 32px;
	}
	
	.video-block img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	
	.video-block video {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}

@media screen and (max-width: 900px) {
	.main-title {
		padding-top: clamp(40px, 5rem, 80px);
		position: relative;
	}
	
	.main-title h1 {
		position: relative;
		width: 90%;
		font-size: 32px !important;
		margin-bottom: 20px;
		z-index: 2;
	}

	h1 span {
		color: #E1110D;
		padding-right: 2px;
	}

	.main-title .decor-star {
		position: absolute;
		top: 100px;
		right: 0;
		z-index: 1;
	}

	.main-title .decor-star img {
		width: 100px;
		height: auto; 
	}
	
	ul.arrow {
		list-style-type: none;
		position: relative;
		left: -20px;
		margin: 0;
		padding: 0;
	}
	
	ul.arrow li {
		position: relative;
		margin: 0 20px 20px 0;
		padding-left: 32px;
		border-radius: 100px;
		font-size: 24px;
	}

	ul.arrow li span {
		display: block;
	}

	/* базовый маркер */
	ul.arrow li::before {
		content: "";
		position: absolute;
		left: 0;
		top: 0.3em;
		width: 60px;
		height: 60px;
		background-size: contain;
		background-repeat: no-repeat;
	}
	
	ul.arrow li:nth-child(odd)::before {
		background-image: url("/design/img/pg-top/list-left-black.png");
	}
	
	ul.arrow li:nth-child(even)::before {
		background-image: url("/design/img/pg-top/list-left-red.png");
	}

	.header-video {
		width: 100%;
		height: 100%;
		position: relative;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	
	.video-block {
		width: 100%;
		height: 70rem;
		overflow: hidden;
		border-radius: 16px;
	}
	
	.video-block img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	
	.video-block video {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}


/* 2. About */

@media screen and (min-width: 901px) {
	.about {
		margin-bottom: 40px;
	}

	h2.oversize {
		width: 100%;
		text-transform: uppercase;
		color: #E1110D;
	}

	h3 {
		padding-top: min(1.75rem, 28px);
        	padding-bottom: min(2.5rem, 40px);
		font-size: min(1.5rem, 24px) !important;
	}

	.about hr {
		margin: 5px !important;
		padding: 0;
	}

	.about-image {
		width: 100%;
		height: 100%;
		position: relative;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.image-block {
		width: 80%;
		height: min(25rem, 400px);
		overflow: hidden;
		border-radius: 32px;
	}

	.image-block img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.form {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
}

@media screen and (max-width: 900px) {
	.about {
		margin-bottom: 0px;
		display: flex !important;
		flex-direction: column-reverse !important;
	}

	h2.oversize {
		width: 100%;
		text-transform: uppercase;
		text-align: center;
		font-size: 32px;
		color: #E1110D;
	}

	h3 {
		padding-top: 20px;
		font-size: 18px !important;
	}

	.about hr {
		margin: 5px !important;
		padding: 0;
	}

	.about-image {
		width: 100%;
		height: 100%;
		position: relative;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.image-block {
		width: calc(100% + 40px);
		position: relative;
		margin-left: 0px;
//		height: 75rem;
		overflow: hidden;

	}

	.image-block img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.about-list {
		padding-bottom: 0px !important;
	}

	.about-list p {
		padding: 20px;
		font-size: 18px;
		font-weight: bold;
		box-sizing: border-box;
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-position: center;
		border-radius: 16px;
	}

	.about-list span {
		font-size: 22px;
		color: #E1110D;
	}

	.about-list p:nth-child(1) {
		background-image: url('/design/img/pg-top/fact-border-1.png');
	}

	.about-list p:nth-child(2) {
		background-image: url('/design/img/pg-top/fact-border-2.png');
	}

	.about-list p:nth-child(3) {
		background-image: url('/design/img/pg-top/fact-border-3.png');
	}
}



/* 3. Specialization link */

@media screen and (min-width: 901px) {
	.spec {
		margin-bottom: 40px;
	}

	.spec p {
		font-weight: bold;
		text-align: center;
	}

	.spec h2 {
		text-align: center;
	}

	.spec .image-block {
		height: auto !important;
	}

	.spec-button {
		text-align: center;
	}

	.spec-button a {
		margin-top: clamp(20px, 2.5rem, 40px);
		display: inline-block;
		cursor: pointer;
		text-decoration: none;
		text-transform: uppercase;
		color: #FFFFFF !important;
		background: #E1110D !important;
		padding: min(1rem, 16px) min(2rem, 32px);
		font-size: clamp(12px, 1rem, 16px);
		border: 1px solid #fff;
		border-radius: 100px;
		transition: all .2s ease-in-out;
	}

	.spec-button a:hover {
		color: #202020 !important;
		border: 1px solid #E1110D;
		background: #FFFFFF !important;
	}

}

@media screen and (max-width: 900px) {
	.spec {
		margin-bottom: 0px;
	}

	.spec p {
		font-weight: bold;
		text-align: center;
	}

	.spec-button {
		text-align: center;
	}

	.spec-button a {
		margin-top: 20px;
		display: inline-block;
		cursor: pointer;
		text-decoration: none;
		text-transform: uppercase;
		color: #FFFFFF !important;
		background-image: url('/design/img/pg-top/btn-type-1.png') !important;
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-position: center;
		padding: 15px 25px 20px 20px;
		font-size: 18px;
		transition: all .2s ease-in-out;
	}

	.spec .image-block {
		width: 100%;
		height: auto !important;
		border-radius: 16px;
		overflow: hidden;
	}
}



/* 3.1. Professional test */

@media screen and (min-width: 901px) {
	.prof-test-img {
		position: relative;
		width: 100%;
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.prof-test-link {
		margin-bottom: 20px;
	}

	.prof-test-link a {
		margin-top: 20px;
		display: inline-block;
		cursor: pointer;
		text-decoration: none;
		text-transform: uppercase;
		color: #FFFFFF !important;
		background-image: url('/design/img/pg-top/btn-type-2.png') !important;
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-position: center;
		padding: 15px 20px 20px 25px;
		font-size: 18px;
		transition: all .2s ease-in-out;
	}

	.sep-image {
		display: none;
	}
}

@media screen and (max-width: 900px) {
	.prof-test-img {
		position: relative;
		width: 100%;
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.prof-test-link {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		margin-bottom: 20px;
	}

	.prof-test-link a {
		margin-top: 20px;
		display: inline-block;
		cursor: pointer;
		text-decoration: none;
		text-transform: uppercase;
		color: #FFFFFF !important;
		background-image: url('/design/img/pg-top/btn-type-2.png') !important;
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-position: center;
		padding: 15px 20px 20px 25px;
		font-size: 18px;
		transition: all .2s ease-in-out;
	}

	.prof-test p {
		text-align: center;
		font-size: 18px;
		font-weight: bold;
	}

	.sep-image {
		position: relative;
		width: 100%;
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
}


/* 4. Facts */

@media screen and (min-width: 901px) {
	.facts {
		margin-bottom: 60px;
	}

	.h2-arrow .decor-star {
		display: none;
	}

	.facts__item {
		box-sizing: border-box;
		padding: clamp(20px, 2.5rem, 40px);
		border: 1px solid #cfcfcf;
		border-radius: 32px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.facts__item_flex {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}

	.facts__desc {
		width: 65%;
		font-size: clamp(20px, 2rem, 32px);
	}

	.facts__value {
		width: 35%;
		font-size: clamp(32px, 4rem, 64px);
		font-weight: bold;
		color: #E1110D;
	}

	.facts__center {
		text-align: center;
		font-size: clamp(20px, 2rem, 32px);
	}

}

@media screen and (max-width: 900px) {
	.facts {
		margin-bottom: 0px;
	}

	.h2-arrow {
		position: relative;
	}

	.h2-arrow .decor-star {
		position: absolute;
		top: 10px;
		right: 10px;
		z-index: 1;
	}

	.h2-arrow .decor-star img {
		width: 70px;
		height: auto; 
	}

	.facts__item {
		box-sizing: border-box;
		padding: 20px;
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-position: center;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.facts__item:nth-child(1) {
		background-image: url('/design/img/pg-top/fact-border-1.png');
	}

	.facts__item:nth-child(2) {
		background-image: url('/design/img/pg-top/fact-border-2.png');
	}

	.facts__item:nth-child(3) {
		background-image: url('/design/img/pg-top/fact-border-3.png');
	}

	.facts__item:nth-child(4) {
		background-image: url('/design/img/pg-top/fact-border-4.png');
	}

	.facts__item:nth-child(5) {
		background-image: url('/design/img/pg-top/fact-border-5.png');
	}

	.facts__item:nth-child(6) {
		background-image: url('/design/img/pg-top/fact-border-6.png');
	}

	.facts__item_flex {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}

	.facts__desc {
		width: calc(60% - 10px);
		font-size: 20px;
		font-weight: bold;
	}

	.facts__value {
		width: calc(40% - 10px);
		font-size: 54px;
		font-weight: bold;
		color: #E1110D;
	}

	.facts__center {
		text-align: center;
		font-size: 20px;
		font-weight: bold;
	}
}



/* 5. Personal */

@media screen and (min-width: 901px) {
	.personal {
		margin-bottom: 60px;
	}

	.personal-button {
		text-align: center;
		margin-bottom: 20px;
	}

	.personal-button a {
		margin-top: 20px;
		display: inline-block;
		cursor: pointer;
		text-decoration: none;
		text-transform: uppercase;
		color: #FFFFFF !important;
		background: #E1110D !important;
		padding: 15px 24px;
		font-size: 18px;
		border: 1px solid #fff;
		border-radius: 100px;
		transition: all .2s ease-in-out;
	}
	
	.personal-button a:hover {
		color: #202020 !important;
		border: 1px solid #E1110D;
		background: #FFFFFF !important;
	}

	.personal .image-block {
		width: 80%;
		height: auto !important;
		border-radius: 32px;
		overflow: hidden;
	}


	.personal p {
		text-align: center;
		font-weight: bold;
	}
}

@media screen and (max-width: 900px) {
	.personal {
		margin-bottom: 40px;
	}

	.personal h2 {
		font-size: 32px !important;
	}

	.personal-button {
		text-align: center;
		margin-bottom: 20px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.personal-button a {
		min-width: 360px;
		margin-top: 20px;
		display: inline-block;
		cursor: pointer;
		text-decoration: none;
		text-transform: uppercase;
		color: #FFFFFF !important;
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-position: center;
		font-size: 18px;
		transition: all .2s ease-in-out;
	}

	.personal-button a:nth-child(1) {
		background-image: url('/design/img/pg-top/btn-type-3.png') !important;
		padding: 15px 25px 20px 20px;
	}

	.personal-button a:nth-child(2) {
		background-image: url('/design/img/pg-top/btn-type-4.png') !important;
		padding: 15px 25px 20px 20px;
	}

	.personal-button a:nth-child(3) {
		background-image: url('/design/img/pg-top/btn-type-5.png') !important;
		padding: 25px 30px 20px 15px;
	}

	.personal .image-block {
		width: 100%;
		height: auto !important;
		border-radius: 16px;
		overflow: hidden;
	}

	.personal p {
		text-align: center;
		font-weight: bold;
		font-size: 24px;
		color: #E1110D;
	}
}

@media screen and (max-width: 500px) {
	.personal-button {
		text-align: center;
		margin-bottom: 20px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.personal-button a {
		width: 100%;
		box-sizing: border-box;
		margin-top: 20px;
		display: block;
		cursor: pointer;
		text-decoration: none;
		text-transform: uppercase;
		color: #FFFFFF !important;
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-position: center;
		font-size: 16px;
		transition: all .2s ease-in-out;
	}

	.personal-button a:nth-child(1) {
		background-image: url('/design/img/pg-top/btn-type-3.png') !important;
		padding: 15px 25px 20px 20px;
	}

	.personal-button a:nth-child(2) {
		background-image: url('/design/img/pg-top/btn-type-4.png') !important;
		padding: 15px 25px 20px 20px;
	}

	.personal-button a:nth-child(3) {
		background-image: url('/design/img/pg-top/btn-type-5.png') !important;
		padding: 20px 30px 15px 15px;
	}

	.personal p {
		text-align: center;
		font-weight: bold;
		font-size: 24px;
		color: #E1110D;
	}
}



/* 6. News */

@media screen and (min-width: 901px) {
	.news {
		margin-bottom: 60px;
	}

	.decor-card {
		display: none;
	}

	.news-carousel__photo {
		width: 100%;
		margin-bottom: 20px;
		overflow: hidden;
		border-radius: 32px;
	}

	.news-carousel__photo a {
		display: block;
		width: 100%;
		height: min(35rem, 560px);
	}

	.news-carousel__photo a img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.news-carousel__date {
		width: 100%;
		margin-bottom: 20px;
		font-size: min(calc(9px + 0.563rem), 18px);
	}

	.news-carousel__text a {
		text-decoration: none !important;
		color: #202020 !important;
		font-size: min(calc(12px + 0.75rem), 24px) !important;
	}
}

@media screen and (max-width: 900px) {
	.news {
		margin-bottom: 40px;
	}

	.decor-card {
		position: absolute;
		top: 10px;
		right: 10px;
		z-index: 1;
	}

	.decor-card img {
		width: 40px;
		height: auto;
	}

	.news-carousel__photo {
		width: 100%;
		margin-bottom: 20px;
		overflow: hidden;
		border-radius: 16px;
	}

	.news-carousel__photo a {
		display: block;
		width: 100%;
		height: 50rem;
	}

	.news-carousel__photo a img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.news-carousel__date {
		width: 100%;
		margin-bottom: 10px;
		font-size: 14px;
	}

	.news-carousel__text a {
		text-decoration: none !important;
		color: #202020 !important;
		font-size: 16px !important;
	}
}

@media screen and (max-width: 500px) {
	.news-carousel__photo a {
		display: block;
		width: 100%;
		height: 100rem;
	}
}




/* 7. Docs-carousel */

@media screen and (min-width: 901px) {
	.docs {
		margin-bottom: 60px;
	}

	.docs-carousel__item a {
		display: block;
		width: 100%;
		overflow: hidden;
		border-radius: 32px;
	}

	.docs-carousel__item a img {
		width: 100%;
		height: auto;
	}
}

@media screen and (max-width: 900px) {
	.docs {
		margin-bottom: 40px;
	}

	.docs-carousel__item a {
		display: block;
		width: 100%;
		overflow: hidden;
		border-radius: 16px;
	}

	.docs-carousel__item a img {
		width: 100%;
		height: auto;
	}
}



/* 8. Reviews-carousel */

@media screen and (min-width: 901px) {
	.reviews {
		margin-bottom: 60px;
	}

	.reviews-carousel__item a {
		display: block;
		width: 100%;
		overflow: hidden;
		border-radius: 32px;
	}

	.reviews-carousel__item a img {
		width: 100%;
		height: auto;
	}
}

@media screen and (max-width: 900px) {
	.reviews {
		margin-bottom: 40px;
	}

	.reviews-carousel__item a {
		display: block;
		width: 100%;
		overflow: hidden;
		border-radius: 16px;
	}

	.reviews-carousel__item a img {
		width: 100%;
		height: auto;
	}
}



/* 8. Photos */

@media screen and (min-width: 901px) {
	.photos {
		margin-bottom: 60px;
	}

	.photos-carousel__item a {
		display: block;
		margin-bottom: 20px;
		width: 100%;
		height: min(25rem, 400px);
		overflow: hidden;
		border-radius: 32px;
	}

	.photos-carousel__item a:last-child {
		margin-bottom: 0px;
	}

	.photos-carousel__item a img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}

@media screen and (max-width: 900px) {
	.photos {
		margin-bottom: 40px;
	}

	.photos-carousel__item a {
		display: block;
		margin-bottom: 10px;
		width: 100%;
		height: min(25rem, 400px);
		overflow: hidden;
		border-radius: 16px;
	}

	.photos-carousel__item a:last-child {
		margin-bottom: 0px;
	}

	.photos-carousel__item a img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}


/* 9. achievements*/

@media screen and (min-width: 901px) {
	.achievements__item {
		box-sizing: border-box;
	        padding: clamp(20px, 2.5rem, 40px);
	        background: #f3f3f3;
	        border-radius: 32px;
		font-size: clamp(20px, 2rem, 32px);
		font-weight: bold;
	}

	.achievements__item span {
		font-size: clamp(28px, 2rem, 40px);
		color: #E1110D;
	}

}

@media screen and (max-width: 900px) {
	.achievements__item {
		box-sizing: border-box;
	        padding: 20px;
	        background: #f3f3f3;
	        border-radius: 16px;
		font-size: 16px;
		font-weight: bold;
	}

	.achievements__item span {
		font-size: 24px;
		color: #E1110D;
	}
}


/* 10. faq */

@media screen and (min-width: 901px) {
	.faq p {
		margin-bottom: calc(16px + 1rem);
		line-height: 160%;
        	color: #202020;
        	font-size: calc(9px + 0.563rem);
	}

	.faq .image-block {
		height: auto !important;
	}
}

@media screen and (max-width: 900px) {
	.faq p {
		margin-bottom: 16px;
		line-height: 160%;
	        color: #202020;
	        font-size: 16px;
	}

	.faq .image-block {
		width: 100%;
		height: auto !important;
		border-radius: 16px;
		overflow: hidden;
	}
}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/news.list/ngok-events-list/style.css?17720037156072*/
@media screen and (min-width: 901px) {
	ul.events-list {
	  width: 100%;
	  margin: 0;
	  padding: 0;
	  padding-bottom: min(5rem, 80px);
	}
	
	ul.events-list li.events-list__element {
	  width: 100%;
	  list-style-type: none;
	  margin: 0;
	  margin-bottom: min(2.5rem, 40px);
	  padding: 0;
	  display: flex;
	  flex-direction: row;
	  justify-content: flex-start;
	  align-items: flex-start;
	}
	
	ul.events-list li.events-list__element .date {
	  width: 100%;
	  max-width: calc(145px + 9.063rem);
	  padding-right: 20px;
	  box-sizing: border-box;
	}
	
	ul.events-list li.events-list__element .date .day {
	  width: 100%;
	  max-width: 70px;
	  font-size: clamp(24px, 4rem, 64px);
	  line-height: 110%;
	  color: #E1110D;
	  text-align: center;
	}
	
	ul.events-list li.events-list__element .date .month {
	  width: 100%;
	  max-width: 70px;
	  font-size: calc(9px + 0.563rem);
	  line-height: 145%;
	  color: #666666;
	  text-align: center;
	}
	
	ul.events-list li.events-list__element .info {
	  width: calc(100% - calc(145px + 9.063rem));
	  display: flex;
	  flex-direction: row;
	  justify-content: flex-start;
	  align-items: flex-start;
	}
	
	ul.events-list li.events-list__element .info .image {
	width: 100%;
	max-width: 30rem;
	margin-right: 6.25rem;
	}

	ul.events-list li.events-list__element .info .image a {	
	  display: block;
	  width: 100%;
	  height: min(16rem, 256px);
	}
	
	ul.events-list li.events-list__element .info .image img {
	  width: 100%;
	  height: 100%;
	  object-fit: cover;
	}
	
	ul.events-list li.events-list__element .info .description {
	  width: 100%;
	  max-width: 720px;
	}
	
	ul.events-list li.events-list__element .info .description .name {
	  width: 100%;
	  margin-bottom: min(2rem, 32px);
	}
	
	ul.events-list li.events-list__element .info .description .name a {
	  text-decoration: none;
	  font-size: min(1.75rem, 28px);
	  line-height: 130%;
	  color: #202020;
	}
	
	ul.events-list li.events-list__element .info .description span {
	  display: inline-block;
	  margin-left: 20px;
	}
	
	ul.events-list li.events-list__element .info .link {
	  width: 100%;
	  max-width: 32px;
	  padding-left: 5.625rem;
	}
	
	ul.events-list li.events-list__element .info .link a {
	  display: block;
	  text-decoration: none;
	}
}

@media screen and (min-width: 601px) and (max-width: 900px) {
	ul.events-list {
	  width: 100%;
	  margin: 0;
	  padding: 0;
	  padding-bottom: min(5rem, 80px);
	}
	
	ul.events-list li.events-list__element {
	  width: 100%;
	  list-style-type: none;
	  margin: 0;
	  margin-bottom: min(2.5rem, 40px);
	  padding: 0;
	  display: flex;
	  flex-direction: row;
	  justify-content: flex-start;
	  align-items: flex-start;
	}
	
	ul.events-list li.events-list__element .date {
	  width: 50px;
	  padding-right: 20px;
	  box-sizing: border-box;
	}
	
	ul.events-list li.events-list__element .date .day {
	  width: 100%;
	  font-size: 28px;
	  line-height: 110%;
	  color: #E1110D;
	  text-align: center;
	}
	
	ul.events-list li.events-list__element .date .month {
	  width: 100%;
	  font-size: 12px;
	  line-height: 145%;
	  color: #666666;
	  text-align: center;
	}
	
	ul.events-list li.events-list__element .info {
	  width: calc(100% - 70px);
	  display: flex;
	  flex-direction: row;
	  justify-content: flex-start;
	  align-items: flex-start;
	}
	
	ul.events-list li.events-list__element .info .image {
	  width: 30%;
	  margin-right: 20px;
	  box-sizing: border-box;
	}
	
	ul.events-list li.events-list__element .info .image a {	
	  display: block;
	  width: 100%;
	  height: min(16rem, 256px);
	}
	
	ul.events-list li.events-list__element .info .image img {
	  width: 100%;
	  height: 100%;
	  object-fit: cover;
	}

	ul.events-list li.events-list__element .info .description {
	  width: 70%;
	}
	
	ul.events-list li.events-list__element .info .description .name {
	  width: 100%;
	  margin-bottom: min(2rem, 32px);
	}
	
	ul.events-list li.events-list__element .info .description .name a {
	  text-decoration: none;
	  font-size: clamp(12px, 1.5rem, 24px);
	  line-height: 130%;
	  color: #202020;
	}
	
	ul.events-list li.events-list__element .info .description span {
	  display: inline-block;
	  margin-left: 20px;
	}
	
	ul.events-list li.events-list__element .info .link {
	  display: none;
	}
}

@media screen and (max-width: 600px) {
	ul.events-list {
	  width: 100%;
	  margin: 0;
	  padding: 0;
	  padding-bottom: 40px;
	}
	
	ul.events-list li.events-list__element {
	  width: 100%;
	  list-style-type: none;
	  margin: 0;
	  margin-bottom: 40px;
	  padding: 0;
	  display: flex;
	  flex-direction: row;
	  justify-content: flex-start;
	  align-items: flex-start;
	}
	
	ul.events-list li.events-list__element .date {
	  width: 50px;
	  padding-right: 20px;
	  box-sizing: border-box;
	}
	
	ul.events-list li.events-list__element .date .day {
	  width: 100%;
	  font-size: 28px;
	  line-height: 110%;
	  color: #E1110D;
	  text-align: center;
	}
	
	ul.events-list li.events-list__element .date .month {
	  width: 100%;
	  font-size: 12px;
	  line-height: 145%;
	  color: #666666;
	  text-align: center;
	}
	
	ul.events-list li.events-list__element .info {
	  width: calc(100% - 50px);
	  display: block;
	}
	
	ul.events-list li.events-list__element .info .image {
	  width: 100%;
	  margin-bottom: 20px;
	  box-sizing: border-box;
	}
	
	ul.events-list li.events-list__element .info .image a {	
	  display: block;
	  width: 100%;
	}
	
	ul.events-list li.events-list__element .info .image img {
	  width: 100%;
	  height: auto;
	}
	
	ul.events-list li.events-list__element .info .description {
	  width: 100%;
	}
	
	ul.events-list li.events-list__element .info .description .name {
	  width: 100%;
	  margin-bottom: 20px;
	}
	
	ul.events-list li.events-list__element .info .description .name a {
	  text-decoration: none;
	  font-size: clamp(12px, 1.5rem, 24px);
	  line-height: 130%;
	  color: #202020;
	}
	
	ul.events-list li.events-list__element .info .description span {
	  display: inline-block;
	  margin-left: 20px;
	}
	
	ul.events-list li.events-list__element .info .link {
	  display: none;
	}
}
/* End */
/* /bitrix/templates/.default/components/bitrix/main.include/ngok-main-inc-v4/style.css?178066684419871 */
/* /bitrix/templates/.default/components/bitrix/news.list/ngok-events-list/style.css?17720037156072 */
