@charset "UTF-8";


/* Переменные */
:root {
	--color-orange: #e3831c;
}

/* Заголовки  */

h1,
h2,
h3,
h4,
h5,
h6
{
	font-family: Formular;
}

b, strong {
	font-weight: 600 !important;
}

/* максимальный размер страницы 900 */
@media (min-width: 1400px) {

	.container-xxl,
	.container-xl,
	.container-lg,
	.container-md,
	.container-sm,
	.container {
		max-width: 1200px;
	}
}


@media (min-width: 1200px) {}

.container-xl,
.container-lg,
.container-md,
.container-sm,
.container {
	max-width: 1200px;
}

@media (min-width: 992px) {}

.container-lg,
.container-md,
.container-sm,
.container {
	max-width: 1200px;
}

/*
*  Gallery items
*/
.gallery-item-classic {
	position: relative;
}

.gallery-item-classic img {
	max-width: inherit;
	width: 100%;
}

.gallery-item-classic-caption {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-70%, -50%);
	transition: all .3s;
	will-change: transform;
	opacity: 0;
}

.gallery-item-classic-caption a {
	display: inline-block;
	font-size: 20px;
	line-height: 35px;
	text-align: center;
	padding: 25px 5px;
	color: #151515;
	font-weight: 500;
	width: 85px;
	height: 85px;
	border-radius: 50%;
	background: #ffffff;
	box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.4);
	cursor: pointer;
}

.gallery-item-classic-caption a:hover {
	color: #151515;
	box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.4);
}


.gallery-item-classic-caption a i {
	color: #1d792d !important;
}


.gallery-item-classic:hover .gallery-item-classic-caption {
	opacity: 1;
	transform: translate(-50%, -50%);
}

@media (min-width: 992px) {
	.custom-parallax {
		padding: 135px 0 !important;
	}
}

@media (max-width: 992px) {
	.custom-parallax {
		padding: 115px 0 !important;
	}
}

.spiker_portrait {
	margin-right:1em;
}

@media (max-width: 992px) {
	.spiker_portrait {
		margin-bottom:1em;
	}
}

.spiker_portrait img {
	max-width: 150px;
}

.contact_portrait img {
	max-width: 250px;
}

.btn-blue {
	background: #2757bf ;
	border-color:  #2757bf ;
}

.btn-purple {
	background: #600586 ;
	border-color:  #600586 ;
}
.modal-header {
	border-bottom: 0px solid;
}

.modal-footer {
	border-top: 0px solid;
}

.custom-checkbox-multi {
	padding:0.5em;
	border:1px solid #b1b1b1;
	border-radius: 15px;
	cursor:pointer;
}

.custom-checkbox-multi.active {
	border:2px solid #2d6bff;
}


.border-round {
	border: 3px solid;
	border-color: var(--color-orange);
	border-radius: 2em;
	padding: 2em;
}

/* верхнее меню (header) */
.rd-navbar-nav {
	font-family: Formular;
}

.rd-navbar-static .rd-nav-item {
	padding-top: 30px;
	padding-bottom: 30px;
}

.rd-navbar-static .rd-nav-item a {
	font-size: 1.1em !important;
	text-decoration: none;
}

.rd-navbar-fixed .rd-nav-item {
	font-size: 1.3em !important;
	text-decoration: none;
	font-weight: 500;
}

.rd-navbar-fixed .rd-nav-link {
	padding: 0.6em 2em;
}

.rd-navbar-fixed .rd-navbar-nav-wrap {
	display: flex;
	flex-direction: column;
	justify-content:space-between;
}

.rd-navbar-static .no-display-on-static {
	display: none;
}

.rd-navbar-fixed .no-display-on-fixed {
	display: none;
}

.rd-navbar-fixed .rd-nav-item a{
	text-align:left !important;
}

.rd-navbar-info {
	color: #262626;
	line-height: 1.6em;
	padding: 0.5em 2em;
}




.rd-nav-item.active a {
	color: #278541;
}


@media (max-width: 992px) {

	.cart {
		height: 400px;
	}
}


/* слайдер на главной странице */
.slide-caption-description .main-slide.first-caption {
	display: block;
	font-family: Formular;
	font-size: 5em;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0.4em;
}

.slide-caption-description .main-slide.second-caption {
	display: block;
	font-family: Formular;
	font-size: 2em;
	text-align: center;
	margin-bottom: 0.4em;
	margin-top: 1.5em;
}

.slide-caption-button {
	margin-top: 4em;
}

@media (max-width: 992px) {

	.slide-caption-description .main-slide.first-caption {
		font-size: 3.4em;
		margin-top: 1em;
	}

	.slide-caption-description .main-slide.second-caption {
		font-size: 1.4em;
	}
}

@media (max-width: 768px) {

	.slide-caption-description .main-slide.first-caption {
		font-size: 2.4em;
		margin-top: 1em;
	}

	.slide-caption-description .main-slide.second-caption {
		font-size: 1.4em;
		margin-top: 1em;
	}

	.slide-caption-button {
		margin-top: 2em;
	}
}

@media (max-width: 576px) {

	.slide-caption-description .main-slide.first-caption {
		font-size: 2em;
		margin-top: 1em;
	}

	.slide-caption-description .main-slide.second-caption {
		font-size: 1em;
		margin-top: 1em;
	}

	.c-btn-main-slide {
		margin-top: 0;
		font-size: 1em !important;
	}

	.slide-caption-button {
		margin-top: 1em;
	}
}



/* контакты */
#contacts {
	padding: 40px 0px;
}


.bg-section {
	/* background: #f7f8ff; */
	background: white;
}

/* слайдер */
.back-slider {
	width: 100%;
	height: 100%;
	position: absolute;
	margin-top: -130px;
	background: url('../images/main-page-slider/back-slider.png');
	background-size: 14%;
}

.slider_gradient {
	width: 100%;
	height: 100%;
	position: absolute;
	margin-top: -130px;
	background: linear-gradient(#160e4c8f 44%, transparent);
}


.button-slider,
.button-slider:focus {
	color: #02a355;
	background-color: #ffffff;
	border-color: #ffffff;
}

.button-slider:hover,
.button-slider:active,
.button-slider.active {
	color: #ffffff;
	background-color: #516ca9;
	border-color: #516ca9;
}

.slide-caption-description {
	font-weight: 400;
	line-height: 26px;
	font-size: 18px;
}


@media (min-width: 998px) {
	.slider_gradient {
		margin-top: -100px;
	}
}


@media (max-width: 998px) {
	.back-slider {
		margin-top: -100px;
	}
}

/* ключевые термины */

.box-terms-round {
	position: absolute;
	width: 350px;
	height: 350px;
	right: -172px;
	top: -144px;
	border: 46px solid #374f86;
	border-radius: 100%;
}

.box-terms-square {
	position: absolute;
	width: 350px;
	height: 350px;
	left: -172px;
	bottom: -144px;
	border: 46px solid #374f86;
}




/* новости, главная страница */


#news a:hover {
	color: var(--color-purple);
}

#news h6 {
	font-size: 18px;
	font-weight: 550;
}


ul.news {
	list-style: none;
}

ul.news li {
	display: flex;
	line-height: 1.4;
	margin-bottom: 20px;
}

ul.news li:before {
	content: "\2014";
	position: relative;
	left: -5px;
}


@media (min-width: 1200px) {

	.big_mp {
		font-size: 18px;
		line-height: 1.5;
		color: #636a7d;
	}

}


.news-image {
	height: 100px;
	border-radius: 4px;
}

@media (min-width: 552px) {
	.news-image {
		height: 255px;
	}
}

@media (min-width: 768px) {
	.news-image {
		height: 200px;
	}
}

@media (min-width: 992px) {
	.news-image {
		height: 180px;
	}
}



@media (min-width: 1200px) {
	.news-image {
		height: 220px;
	}
}



@media (min-width: 992px) {

	.excursion-image {
		height: 250px;
	}

	.big_mp {
		font-size: 16px;
		line-height: 1.5;
		color: #636a7d;
	}

	.big_ip {
		font-size: 16px;
		line-height: 1.5;
		color: #636a7d;
	}

}



@media (max-width: 1200px) {
	.big_ip {
		font-size: 14px;
		line-height: 1.5;
		color: #636a7d;
	}
}



@media (max-width: 992px) {

	.excursion-image {
		height: 270px;
	}

	.big_mp {
		font-size: 16px;
		line-height: 1.5;
		color: #636a7d;
	}

	.big_ip {
		font-size: 14px;
		line-height: 1.5;
		color: #636a7d;
	}
}

@media (max-width: 768px) {


	.excursion-image {
		height: 270px;
	}

	.big_mp {
		font-size: 14px;
		line-height: 1.5;
		color: #636a7d;
	}

	.big_ip {
		font-size: 14px;
		line-height: 1.5;
		color: #636a7d;
	}
}




.footer-block {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
}


.footer-rights {
	margin-bottom: 10px;
}

@media (min-width: 768px) {
	.footer-block {
		flex-direction: row;
	}

	.footer-rights {
		margin-bottom: 0px;
	}
}

.footer-social button {
	position: relative;
	color: #e0e0e0;
	background: #516ca9;
	max-width: 100%;
	padding: 7px 13px !important;
	margin-right: 5px;
	overflow: hidden;
	display: inline-block;
	font-size: 17px;
	border: 0px;
	line-height: 1.25;
	font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-weight: 400;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
	border-radius: 4px;
	cursor: pointer;
	vertical-align: middle;
	user-select: none;
	transition: 250ms all ease-in-out;
}

.footer-social button:hover {
	background: #6987cc;
}

.footer-social button:last-child {
	margin-right: 0px;
}

/* блок экскурсий */
.block-excursion {
	position: relative;
	cursor: pointer;
}

.background-excursion {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #1a306185;
	transition: 0.3s;
}


.background-excursion:hover {
	background: #1a3061c7;
}


.title-image-excursion {
	position: absolute;
	top: 20px;
	left: 40px;
	color: white;
	font-weight: 500;
}


.partner-slider-img {
	width: 200px;
	margin: 0px 20px;
}



.about-block-text {
	color: #929191;
}

.partners {
	background: linear-gradient(white, #516ca930);
	padding-bottom: 30px;
}

/*slick*/
.prom-slider .slick-prev,
.prom-slider .slick-next {
	background: #516ca9 !important;
	height: 100% !important;
	width: 25px !important;
	opacity: 0.7;
}





.prom-slider .slick-prev {
	left: 0px !important;
	z-index: 999;
}

.prom-slider .slick-next {
	right: 0px !important;
}

.slick-center {
	transition: 0.5s;
}

.slick-center .prom-slider-img {
	transform: scale(1.3);
	transition: 0.5s;
}


@media (min-width: 992px) {

	.prom-slider .slick-prev,
	.prom-slider .slick-next {
		width: 40px !important;
		height: calc(100% - 80px) !important;
	}

	.prom-slider-img {
		height: 300px !important;
		padding: 40px 0px;
	}
}

@media (max-width: 992px) {

	.prom-slider .slick-prev,
	.prom-slider .slick-next {
		width: 35px !important;
		height: calc(100% - 60px) !important;
	}

	.prom-slider-img {
		height: 200px !important;
		padding: 30px 0px;
	}

	.slick-center .prom-slider-img {
		transform: scale(1.25);
		transition: 0.5s;
	}

	.slide-info-factory-video {
		display: none;
	}
}


@media (max-width: 768px) {
	.prom-slider-img {
		height: 150px !important;
	}

}




.slide-info-factory {
	width: 100vw;
	height: 450px
}

.slide-info-factory .container {
	height: 100%;
	padding: 20px 90px;
}

.slide-info-factory .row {
	height: 100%;
	box-shadow: 0 6px 18px rgb(14 21 47 / 10%), 0 -2px 6px rgb(14 21 47 / 2%);
	border-radius: 6px;
}

.slide-info-factory-information {
	padding: 40px;
}




.info-factory-slider .slick-prev,
.info-factory-slider .slick-next {
	background: #516ca9 !important;
	width: 38px !important;
	height: 38px;
	border-radius: 9%;
	opacity: 0.9;
}

.info-factory-slider .slick-prev {
	z-index: 999;
}


@media (max-width: 992px) {
	.slide-info-factory {
		width: 100vw;
		height: 350px
	}
}

@media (max-width: 768px) {
	.slide-info-factory {
		width: 100vw;
		height: 400px
	}
}


.box-image-link-slide-video {
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 375px;
	background-size: cover;
	background-position: 50% 50%;
}





.box-image-link-slide-video .icon {
	position: absolute;
	width: 112px;
	height: 112px;
	font-size: 55px;
	line-height: 112px;
	top: 50%;
	left: 50%;
	background: #ffffffa8;
	border-radius: 100%;
	text-align: center;
	transform: translate(-50%, -50%);
	color: var(--color-purple);
}

/* Футер */

@media (max-width: 768px) {
	.footer-about-project {
		text-align: center;
	}

	.footer-about-project .contact-list {
		text-align: left;
	}

	.footer-about-project .contact-list .unit {
		justify-content: center;
	}
}




/* Слайдер partner */

.custom-dots .slick-dots {
	bottom: -50px;
}

.custom-dots .slick-dots li button {
	background: #b3bbd070;
	border-radius: 50%;
	width: 13px !important;
	height: 13px !important;

}

.custom-dots .slick-dots li button:before {
	content: '';
}

.custom-dots .slick-dots li.slick-active button {
	background: rgba(114, 129, 165, 0.42);
}

.custom-dots .slick-prev,
.custom-dots .slick-next {
	display: none !important;
}

#factory_image {
	display: block;
	margin: auto;
	width: 100%;
}

.custom-dots .slick-track {
	display: flex;
	align-items: center;
}


.color-orange {
	color: var(--color-orange);
}

.color-purple {
	color: var(--color-purple);
}


.btn-main {
	border: 2px solid var(--color-purple);
	color: var(--color-orange);
	border-radius: 8px;
	font-weight: 500;
}


button:focus {
	box-shadow: none !important;
}


.btn-main:hover {
	color: white;
	background-color: var(--color-purple);
}

.btn-date-form.current {
	/* border: 2px solid #D4404B; */
	border: 2px solid #198754;
	background-color: #198754;
	color: white;

	border-radius: 8px;
	font-weight: 500;
	padding: 10px 5px;
}

.btn-date-form {
	border: 2px solid #bbbbbb;
	color: #a5a5a5;
	border-radius: 8px;
	font-weight: 500;
	padding: 10px 5px;
}

.btn-date-form:hover {
	color: white;
	border: 2px solid #198754;
	color: #198754;
	/* background-color: #da414b; */
}

.btn-date-form.current:hover {
	border: 2px solid #198754;
	color: #198754;
	background-color: white;
	border-radius: 8px;
	font-weight: 500;
	padding: 10px 5px;
}


.btn-form {
	border: 2px solid var(--color-orange);
	color: var(--color-orange);
	background-color: var(--color-orange);
	/* border-radius: 100px; */
	font-weight: 500;
	color: white;
}

.btn-form:hover {
	border: 2px solid var(--color-orange);
	background-color: #f99931;
	color: white;
	/* border-radius: 100px; */
	font-weight: 500;
}

.white-transparent {
	background-color: #ffffffd1;
}

img.icon {
	height: 46px;
}

.card-course {
	line-height: 1.2;
}

.card-course>div {
	border: 1px solid;
	border-radius: 9px;
	padding: 15px;
	height: 100%;
}

/* .card-course:nth-child(2)>div,
.card-course:nth-child(3)>div,
.card-course:nth-child(6)>div{
	border-color: var(--color-purple);
}

.card-course:nth-child(1)>div,
.card-course:nth-child(4)>div,
.card-course:nth-child(5)>div{
	border-color: var(--color-orange);
} */


.card-course>div {
	border-color: var(--color-purple);
}


@media (min-width:992px) {

	.card-course:nth-child(4n+1)>div,
	.card-course:nth-child(4n)>div {
		border-color: var(--color-orange);
	}
}



@media (max-width:992px) {
	.card-course:nth-child(odd)>div {
		border-color: var(--color-orange);
	}

	/* .card-course:nth-child(even)>div{
		border-color: var(--color-purple);
	} */
}


.card-course p,
.card-course a {

	color: #4A4A4A;
}

.card-course a:hover {
	color: var(--color-orange);
}

.card-course .name {
	font-size: 20px;
	font-weight: 500;

}

/* .card-course .name a{
color:#4A4A4A; 
	
} */

.card-course .img {
	width: 110px;
	height: 110px;
	border-radius: 8px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

@media screen and (max-width: 768px) {
	.card-course .img {
		width: 90px;
		height: 90px;

	}
}



.privilege .card {
	border: 0px !important;
}

/* .map_2gis iframe{
	
	
        -ms-zoom: 0.75;
        -moz-transform: scale(0.75);
        -moz-transform-origin: 0 0;
        -o-transform: scale(0.75);
        -o-transform-origin: 0 0;
        -webkit-transform: scale(0.75);
        -webkit-transform-origin: 0 0;
    
} */


.map_2gis iframe {
	width: 100% !important;
}






.ui-to-top {
	background: #278541;
	opacity: 0.7;
}

.ui-to-top:after {
	background: #31404a;
}

#feedback-bottom {
	background: white;
}

.footer-bottom {
	padding: 20px 0;
	color: #82929c;
	background: white;
	/* box-shadow: 0 0 22px -9px rgb(0 0 0 / 17%); */
	/* background: #2e3844; */
	border-top: 1px solid #dadada;
}

.icon-orange {
	color: var(--color-orange);
}

.icon-purple {
	color: var(--color-purple);
}


.modal {
	z-index: 2000;
}

#contacts .unit-left {
	width: 80px;
}

#contacts .unit-body {
	width: 220px;
}

#contacts .unit-body .unit-body-content,
#contacts .unit-body .unit-body-content a {
	font-family: Formular;
	color: #000000 !important;
	font-size: 1.1em;
}

/* Форма футера */

#feedback-bottom-form textarea.form-control {
	height: 80px;
}

.form-control:focus {
	color: #212529;
	background-color: #fff;
	border-color: #ced4da;
	outline: 0;
	box-shadow: none;
}

@media(min-width:768px) {

	#feedback-bottom-form textarea.form-control {
		height: 120px;
	}

}

#feedback-bottom-form label {
	text-transform: uppercase;
	font-weight: 500;
	font-size: 12px;
	color: var(--color-orange);

}


.calend {
	/* width:150px;  */
	/* height:123px;  */
	/* background:url(/abiturient2021/images/data_priem/kalend_icon.png); */
	/* background-position-x: center; */
	/* background-size: cover; */
	text-align: right;
	padding: 0px 20px 0 0;
	color: #c43d4b;
	font-size: 1.3em;
	font-weight: 900;
	line-height: 1;


}

.calend span {

	font-size: 2em;
}

.about-page {
	/* border:1px solid #198754; */
	border-bottom: 4px solid #198754;

}

.hide {
	display: none;
}

table.vstup_isp .badge {
	font-size: 14px;
	font-weight: 600;
}

table td:first-child,
table th:first-child {
	text-align: left;
	padding-left: 15px;
}

.direction img {
	transition: 0.3s;

}

.direction img:hover {
	transform: scale(1.08);
	transition: 0.3s;
	/* box-shadow: 0 1px 15px -3px #33758e; */
	box-shadow: 0 0px 15px 1px #dbdbdb;
	;
}

.zoom {
	transition: 0.3s;

}

.zoom:hover {
	transform: scale(1.3);
	transition: 0.3s;

}

.parallax-container img {
	width: 100%;

}

.parallax-container h2 {
	text-shadow: 1px 1px 5px #000000;

}


/* кастомная кнопка */

.с-btn {
	display: inline-block;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.с-btn-sm {
	font-size: 0.7em;
}

.с-btn-md {
	font-size: 1em;
}

.с-btn-lg {
	font-size: 1.2em;
}

.c-btn-main-slide {
	background: #fa5300;
	color: white;
	font-family: Formular;
	padding: 0.575rem 1.7rem;
	border-radius: 0.4em;
}

.с-btn-main {
	background: #fa5300;
	color: white;
	font-family: Formular;
	padding: 0.575rem 1.7rem;
	border-radius: 0.4em;

}


.с-btn-second {
	background: white;
	color: #959595;
	font-family: Formular;
	padding: 0.575rem 1.7rem;
	border-radius: 1.7em;
	border: 1px solid #959595;
	transition: 0.3s;
	text-decoration: none !important;
}

.с-btn-second.green .fa {
	color: #12b03e;
	transition: 0.3s;
}

.с-btn-second.yellow .fa {
	color: #f2ba01;
	transition: 0.3s;
}

.с-btn-second.red .fa {
	color: #b01212;
	transition: 0.3s;
}


.с-btn-second:hover .fa {
	color: white;
	transition: 0.3s;
}

a.с-btn-second.green:hover {
	border: 1px solid #049e2a;
	background: #049e2a;
	color: white;
}

a.с-btn-second.yellow:hover {
	border: 1px solid #f2ba01;
	background: #f2ba01;
	color: white;
}

a.с-btn-second.red:hover {
	border: 1px solid #b01212;
	background: #b01212;
	color: white;
}


a.с-btn-main {
	color: white;
}

a.с-btn-main:hover {
	color: white;
}



.c-btn-blick {
	position: relative;
	overflow: hidden;
	padding: 0.8rem 1.5 rem !important;
}

.c-btn-blick:after {
	content: "";
	/* display: block; */
	width: 42px;
	height: 136px;
	margin-left: 50px;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.4));
	left: 10px;
	top: -42px;
	z-index: 1;
	transform: skewX(-45deg);
	position: absolute;
	animation: movingFlare 3s infinite linear;
}

@keyframes movingFlare {
	0% {
		left: -30px;
		margin-left: 0px;
	}

	30% {
		left: 110%;
		margin-left: 80px;
	}

	100% {
		left: 110%;
		margin-left: 80px;
	}
}

.card-title {
	font-family: Formular;
}

@media (max-width: 576px) {

	.swiper-slider-1 {
		height: 450px;
	}
}

section {
	/*margin-left: 2em;*/
	/*margin-right:2em; */
}


.moving-background {
	animation: movingBack 25s infinite linear;
	animation-iteration-count: 1;
}


@keyframes movingBack {
	0% {
		background-position: 50% 0%;
	}

	50% {
		background-position: 50% 100%;
	}

	75% {
		background-position: 50% 0%;
	}

	100% {
		background-position: 50% 50%;
	}
}

.main-page-about-banner {
	width: 45%;
}

@media (max-width: 769px) {
	.main-page-about-banner {
		width: 90%;
		margin-bottom: 2em;
	}

	.main-page-about-banner:last-child {
		margin-bottom: -20%;
	}
}

.preloader-logo {
	width: 400px;
	max-width: 400px;
}

@media (max-width: 769px) {
	.preloader-logo {
		width: 80%;
	}
}


@media screen and (max-width: 600px) {
	.no-mobile {
		visibility: hidden;
		display: none;
	}
}

.breadcrums {
	padding-top: 15px;
	padding-bottom:15px;
	background: #e9edf6;
}

.section-second-content {
	margin-top:3em;
}

.img-full-fill {
	width:100%;
	height: 100%;
	object-fit: cover;
}

.blk-rounded {
	border-radius: 20px;
	border: 0px solid;
	overflow: hidden;
}

.blk-full-size {
	width:100%;
	height: 100%;

}
 
 
.offset-text-left-2 {
	padding-left:2em !important; 
} 

.offset-text-1 {
	padding:1em
}
.offset-text-2 {
	padding:2em
}

.m-offset-top-1 {
	margin-top:1em
}

.m-offset-top-2 {
	margin-top:2em
}



.fix-h-200 {   
	width:100%;
	max-height: 200px;

}

ul.dotted {
list-style-type: none;
}

ul.dotted li{
	display: list-item !important;
	margin-bottom: 0.2em;
}

ul.dotted li::before{
	color: var(--bs-green);
	content: '•';
	padding-right: 10px;
}

h4+ul.dotted {
	margin-top:1em;
}

.highlight-orange{
	background: #f3e6d1;
	padding-left:2em;
}