@import url(https://fonts.googleapis.com/css?family=Roboto:400,700&subset=cyrillic);@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700&subset=cyrillic);@import url(https://cdn.materialdesignicons.com/2.0.46/css/materialdesignicons.min.css);@import url(https://fonts.googleapis.com/css?family=Montserrat);body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;

  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;

  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(/images/vendor/lightbox2/dist/loading.gif?2299ad0b3f63413f026dfec20c205b8f) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(/images/vendor/lightbox2/dist/prev.png?84b76dee6b27b795e89e3649078a11c2) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(/images/vendor/lightbox2/dist/next.png?31f15875975aab69085470aabbfec802) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(/images/vendor/lightbox2/dist/close.png?d9d2d0b1308cb694aa8116915592e2a9) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.xdsoft_datetimepicker {
	-webkit-box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.506);
	        box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.506);
	background: #fff;
	border-bottom: 1px solid #bbb;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	color: #333;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 8px;
	padding-left: 0;
	padding-top: 2px;
	position: absolute;
	z-index: 9999;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	display: none;
}
.xdsoft_datetimepicker.xdsoft_rtl {
	padding: 8px 0 8px 8px;
}

.xdsoft_datetimepicker iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 75px;
	height: 210px;
	background: transparent;
	border: none;
}

/*For IE8 or lower*/
.xdsoft_datetimepicker button {
	border: none !important;
}

.xdsoft_noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.xdsoft_noselect::-moz-selection { background: transparent }

.xdsoft_noselect::selection { background: transparent }
.xdsoft_noselect::-moz-selection { background: transparent }

.xdsoft_datetimepicker.xdsoft_inline {
	display: inline-block;
	position: static;
	-webkit-box-shadow: none;
	        box-shadow: none;
}

.xdsoft_datetimepicker * {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 0;
	margin: 0;
}

.xdsoft_datetimepicker .xdsoft_datepicker, .xdsoft_datetimepicker .xdsoft_timepicker {
	display: none;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active, .xdsoft_datetimepicker .xdsoft_timepicker.active {
	display: block;
}

.xdsoft_datetimepicker .xdsoft_datepicker {
	width: 224px;
	float: left;
	margin-left: 8px;
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_datepicker {
	float: right;
	margin-right: 8px;
	margin-left: 0;
}

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
	width: 256px;
}

.xdsoft_datetimepicker .xdsoft_timepicker {
	width: 58px;
	float: left;
	text-align: center;
	margin-left: 8px;
	margin-top: 0;
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker {
	float: right;
	margin-right: 8px;
	margin-left: 0;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active+.xdsoft_timepicker {
	margin-top: 8px;
	margin-bottom: 3px
}

.xdsoft_datetimepicker .xdsoft_monthpicker {
	position: relative;
	text-align: center;
}

.xdsoft_datetimepicker .xdsoft_label i,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_today_button {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC);
}

.xdsoft_datetimepicker .xdsoft_label i {
	opacity: 0.5;
	background-position: -92px -19px;
	display: inline-block;
	width: 9px;
	height: 20px;
	vertical-align: middle;
}

.xdsoft_datetimepicker .xdsoft_prev {
	float: left;
	background-position: -20px 0;
}
.xdsoft_datetimepicker .xdsoft_today_button {
	float: left;
	background-position: -70px 0;
	margin-left: 5px;
}

.xdsoft_datetimepicker .xdsoft_next {
	float: right;
	background-position: 0 0;
}

.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev ,
.xdsoft_datetimepicker .xdsoft_today_button {
	background-color: transparent;
	background-repeat: no-repeat;
	border: 0 none;
	cursor: pointer;
	display: block;
	height: 30px;
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	outline: medium none;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-indent: 100%;
	white-space: nowrap;
	width: 20px;
	min-width: 0;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
	float: none;
	background-position: -40px -15px;
	height: 15px;
	width: 30px;
	display: block;
	margin-left: 14px;
	margin-top: 7px;
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_next {
	float: none;
	margin-left: 0;
	margin-right: 14px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
	background-position: -40px 0;
	margin-bottom: 7px;
	margin-top: 0;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
	height: 151px;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div {
	background: #f5f5f5;
	border-top: 1px solid #ddd;
	color: #666;
	font-size: 12px;
	text-align: center;
	border-collapse: collapse;
	cursor: pointer;
	border-bottom-width: 0;
	height: 25px;
	line-height: 25px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div > div:first-child {
	border-top-width: 0;
}

.xdsoft_datetimepicker .xdsoft_today_button:hover,
.xdsoft_datetimepicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_prev:hover {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.xdsoft_datetimepicker .xdsoft_label {
	display: inline;
	position: relative;
	z-index: 9999;
	margin: 0;
	padding: 5px 3px;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	background-color: #fff;
	float: left;
	width: 182px;
	text-align: center;
	cursor: pointer;
}

.xdsoft_datetimepicker .xdsoft_label:hover>span {
	text-decoration: underline;
}

.xdsoft_datetimepicker .xdsoft_label:hover i {
	opacity: 1.0;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
	border: 1px solid #ccc;
	position: absolute;
	right: 0;
	top: 30px;
	z-index: 101;
	display: none;
	background: #fff;
	max-height: 160px;
	overflow-y: hidden;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect{ right: -7px }
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect{ right: 2px }
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
	color: #fff;
	background: #ff8000;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
	padding: 2px 10px 2px 5px;
	text-decoration: none !important;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
	background: #33aaff;
	-webkit-box-shadow: #178fe5 0 1px 3px 0 inset;
	        box-shadow: #178fe5 0 1px 3px 0 inset;
	color: #fff;
	font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_month {
	width: 100px;
	text-align: right;
}

.xdsoft_datetimepicker .xdsoft_calendar {
	clear: both;
}

.xdsoft_datetimepicker .xdsoft_year{
	width: 48px;
	margin-left: 5px;
}

.xdsoft_datetimepicker .xdsoft_calendar table {
	border-collapse: collapse;
	width: 100%;

}

.xdsoft_datetimepicker .xdsoft_calendar td > div {
	padding-right: 5px;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
	height: 25px;
}

.xdsoft_datetimepicker .xdsoft_calendar td,.xdsoft_datetimepicker .xdsoft_calendar th {
	width: 14.2857142%;
	background: #f5f5f5;
	border: 1px solid #ddd;
	color: #666;
	font-size: 12px;
	text-align: right;
	vertical-align: middle;
	padding: 0;
	border-collapse: collapse;
	cursor: pointer;
	height: 25px;
}
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td,.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
	width: 12.5%;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
	background: #f1f1f1;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
	color: #33aaff;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default {
	background: #ffe9d2;
	-webkit-box-shadow: #ffb871 0 1px 4px 0 inset;
	        box-shadow: #ffb871 0 1px 4px 0 inset;
	color: #000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint {
	background: #c1ffc9;
	-webkit-box-shadow: #00dd1c 0 1px 4px 0 inset;
	        box-shadow: #00dd1c 0 1px 4px 0 inset;
	color: #000;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_current {
	background: #33aaff;
	-webkit-box-shadow: #178fe5 0 1px 3px 0 inset;
	        box-shadow: #178fe5 0 1px 3px 0 inset;
	color: #fff;
	font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_time_box >div >div.xdsoft_disabled {
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	cursor: default;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
	opacity: 0.2;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div:hover {
	color: #fff !important;
	background: #ff8000 !important;
	-webkit-box-shadow: none !important;
	        box-shadow: none !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current.xdsoft_disabled:hover {
	background: #33aaff !important;
	-webkit-box-shadow: #178fe5 0 1px 3px 0 inset !important;
	        box-shadow: #178fe5 0 1px 3px 0 inset !important;
	color: #fff !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_disabled:hover {
	color: inherit	!important;
	background: inherit !important;
	-webkit-box-shadow: inherit !important;
	        box-shadow: inherit !important;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
	font-weight: 700;
	text-align: center;
	color: #999;
	cursor: default;
}

.xdsoft_datetimepicker .xdsoft_copyright {
	color: #ccc !important;
	font-size: 10px;
	clear: both;
	float: none;
	margin-left: 8px;
}

.xdsoft_datetimepicker .xdsoft_copyright a { color: #eee !important }
.xdsoft_datetimepicker .xdsoft_copyright a:hover { color: #aaa !important }

.xdsoft_time_box {
	position: relative;
	border: 1px solid #ccc;
}
.xdsoft_scrollbar >.xdsoft_scroller {
	background: #ccc !important;
	height: 20px;
	border-radius: 3px;
}
.xdsoft_scrollbar {
	position: absolute;
	width: 7px;
	right: 0;
	top: 0;
	bottom: 0;
	cursor: pointer;
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_scrollbar {
	left: 0;
	right: auto;
}
.xdsoft_scroller_box {
	position: relative;
}

.xdsoft_datetimepicker.xdsoft_dark {
	-webkit-box-shadow: 0 5px 15px -5px rgba(255, 255, 255, 0.506);
	        box-shadow: 0 5px 15px -5px rgba(255, 255, 255, 0.506);
	background: #000;
	border-bottom: 1px solid #444;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	border-top: 1px solid #333;
	color: #ccc;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box {
	border-bottom: 1px solid #222;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box >div >div {
	background: #0a0a0a;
	border-top: 1px solid #222;
	color: #999;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {
	background-color: #000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select {
	border: 1px solid #333;
	background: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
	color: #000;
	background: #007fff;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
	background: #cc5500;
	-webkit-box-shadow: #b03e00 0 1px 3px 0 inset;
	        box-shadow: #b03e00 0 1px 3px 0 inset;
	color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_next,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==);
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
	background: #0a0a0a;
	border: 1px solid #222;
	color: #999;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
	background: #0e0e0e;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {
	color: #cc5500;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_default {
	background: #ffe9d2;
	-webkit-box-shadow: #ffb871 0 1px 4px 0 inset;
	        box-shadow: #ffb871 0 1px 4px 0 inset;
	color:#000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint {
	background: #c1ffc9;
	-webkit-box-shadow: #00dd1c 0 1px 4px 0 inset;
	        box-shadow: #00dd1c 0 1px 4px 0 inset;
	color:#000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_current {
	background: #cc5500;
	-webkit-box-shadow: #b03e00 0 1px 3px 0 inset;
	        box-shadow: #b03e00 0 1px 3px 0 inset;
	color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box >div >div:hover {
	color: #000 !important;
	background: #007fff !important;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
	color: #666;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright { color: #333 !important }
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a { color: #111 !important }
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover { color: #555 !important }

.xdsoft_dark .xdsoft_time_box {
	border: 1px solid #333;
}

.xdsoft_dark .xdsoft_scrollbar >.xdsoft_scroller {
	background: #333 !important;
}
.xdsoft_datetimepicker .xdsoft_save_selected {
    display: block;
    border: 1px solid #dddddd !important;
    margin-top: 5px;
    width: 100%;
    color: #454551;
    font-size: 13px;
}
.xdsoft_datetimepicker .blue-gradient-button {
	font-family: "museo-sans", "Book Antiqua", sans-serif;
	font-size: 12px;
	font-weight: 300;
	color: #82878c;
	height: 28px;
	position: relative;
	padding: 4px 17px 4px 33px;
	border: 1px solid #d7d8da;
	/* FF3.6+ */
	/* Chrome,Safari4+ */
	/* Chrome10+,Safari5.1+ */
	/* Opera 11.10+ */
	/* IE10+ */
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(73%, #f4f8fa));
	background: linear-gradient(to bottom, #fff 0%, #f4f8fa 73%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#f4f8fa',GradientType=0 );
/* IE6-9 */
}
.xdsoft_datetimepicker .blue-gradient-button:hover, .xdsoft_datetimepicker .blue-gradient-button:focus, .xdsoft_datetimepicker .blue-gradient-button:hover span, .xdsoft_datetimepicker .blue-gradient-button:focus span {
  color: #454551;
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(#f4f8fa), color-stop(73%, #FFF));
  background: linear-gradient(to bottom, #f4f8fa 0%, #FFF 73%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f8fa', endColorstr='#FFF',GradientType=0 );
  /* IE6-9 */
}
[data-simplebar] {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  -webkit-box-sizing: inherit !important;
          box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%; /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  visibility: visible;
  overflow: auto; /* Scroll on this element otherwise element can't have a padding applied properly */
  max-width: 100%; /* Not required for horizontal scroll to trigger */
  max-height: 100%; /* Needed for vertical scroll to trigger */
  scrollbar-width: none;
}

.simplebar-content-wrapper::-webkit-scrollbar {
  display: none;
}

.simplebar-content:before,
.simplebar-content:after {
  content: ' ';
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  -webkit-box-sizing: inherit !important;
          box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  -webkit-box-flex: inherit;
      -ms-flex-positive: inherit;
          flex-grow: inherit;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
}

.simplebar-height-auto-observer {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  right: 2px;
  width: 7px;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: '';
  background: black;
  border-radius: 7px;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
  /* When hovered, remove all transitions from drag handle */
  opacity: 0.5;
  -webkit-transition: opacity 0s linear;
  transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

/* Rtl support */
[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
}

.simplebar-hide-scrollbar::-webkit-scrollbar {
  display: none;
}
@charset "UTF-8";
table.dataTable td.dt-control {
  text-align: center;
  cursor: pointer;
}
table.dataTable td.dt-control:before {
  height: 1em;
  width: 1em;
  margin-top: -9px;
  display: inline-block;
  color: white;
  border: 0.15em solid white;
  border-radius: 1em;
  -webkit-box-shadow: 0 0 0.2em #444;
          box-shadow: 0 0 0.2em #444;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: "Courier New", Courier, monospace;
  line-height: 1em;
  content: "+";
  background-color: #31b131;
}
table.dataTable tr.dt-hasChild td.dt-control:before {
  content: "-";
  background-color: #d33333;
}

table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting_asc_disabled, table.dataTable thead > tr > th.sorting_desc_disabled,
table.dataTable thead > tr > td.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting_asc_disabled,
table.dataTable thead > tr > td.sorting_desc_disabled {
  cursor: pointer;
  position: relative;
  padding-right: 26px;
}
table.dataTable thead > tr > th.sorting:before, table.dataTable thead > tr > th.sorting:after, table.dataTable thead > tr > th.sorting_asc:before, table.dataTable thead > tr > th.sorting_asc:after, table.dataTable thead > tr > th.sorting_desc:before, table.dataTable thead > tr > th.sorting_desc:after, table.dataTable thead > tr > th.sorting_asc_disabled:before, table.dataTable thead > tr > th.sorting_asc_disabled:after, table.dataTable thead > tr > th.sorting_desc_disabled:before, table.dataTable thead > tr > th.sorting_desc_disabled:after,
table.dataTable thead > tr > td.sorting:before,
table.dataTable thead > tr > td.sorting:after,
table.dataTable thead > tr > td.sorting_asc:before,
table.dataTable thead > tr > td.sorting_asc:after,
table.dataTable thead > tr > td.sorting_desc:before,
table.dataTable thead > tr > td.sorting_desc:after,
table.dataTable thead > tr > td.sorting_asc_disabled:before,
table.dataTable thead > tr > td.sorting_asc_disabled:after,
table.dataTable thead > tr > td.sorting_desc_disabled:before,
table.dataTable thead > tr > td.sorting_desc_disabled:after {
  position: absolute;
  display: block;
  opacity: 0.125;
  right: 10px;
  line-height: 9px;
  font-size: 0.9em;
}
table.dataTable thead > tr > th.sorting:before, table.dataTable thead > tr > th.sorting_asc:before, table.dataTable thead > tr > th.sorting_desc:before, table.dataTable thead > tr > th.sorting_asc_disabled:before, table.dataTable thead > tr > th.sorting_desc_disabled:before,
table.dataTable thead > tr > td.sorting:before,
table.dataTable thead > tr > td.sorting_asc:before,
table.dataTable thead > tr > td.sorting_desc:before,
table.dataTable thead > tr > td.sorting_asc_disabled:before,
table.dataTable thead > tr > td.sorting_desc_disabled:before {
  bottom: 50%;
  content: "\25B4";
}
table.dataTable thead > tr > th.sorting:after, table.dataTable thead > tr > th.sorting_asc:after, table.dataTable thead > tr > th.sorting_desc:after, table.dataTable thead > tr > th.sorting_asc_disabled:after, table.dataTable thead > tr > th.sorting_desc_disabled:after,
table.dataTable thead > tr > td.sorting:after,
table.dataTable thead > tr > td.sorting_asc:after,
table.dataTable thead > tr > td.sorting_desc:after,
table.dataTable thead > tr > td.sorting_asc_disabled:after,
table.dataTable thead > tr > td.sorting_desc_disabled:after {
  top: 50%;
  content: "\25BE";
}
table.dataTable thead > tr > th.sorting_asc:before, table.dataTable thead > tr > th.sorting_desc:after,
table.dataTable thead > tr > td.sorting_asc:before,
table.dataTable thead > tr > td.sorting_desc:after {
  opacity: 0.6;
}
table.dataTable thead > tr > th.sorting_desc_disabled:after, table.dataTable thead > tr > th.sorting_asc_disabled:before,
table.dataTable thead > tr > td.sorting_desc_disabled:after,
table.dataTable thead > tr > td.sorting_asc_disabled:before {
  display: none;
}
table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
  outline: none;
}

div.dataTables_scrollBody table.dataTable thead > tr > th:before, div.dataTables_scrollBody table.dataTable thead > tr > th:after,
div.dataTables_scrollBody table.dataTable thead > tr > td:before,
div.dataTables_scrollBody table.dataTable thead > tr > td:after {
  display: none;
}

div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 2px;
}
div.dataTables_processing > div:last-child {
  position: relative;
  width: 80px;
  height: 15px;
  margin: 1em auto;
}
div.dataTables_processing > div:last-child > div {
  position: absolute;
  top: 0;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: rgba(2, 117, 216, 0.9);
  -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
          animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
div.dataTables_processing > div:last-child > div:nth-child(1) {
  left: 8px;
  -webkit-animation: datatables-loader-1 0.6s infinite;
          animation: datatables-loader-1 0.6s infinite;
}
div.dataTables_processing > div:last-child > div:nth-child(2) {
  left: 8px;
  -webkit-animation: datatables-loader-2 0.6s infinite;
          animation: datatables-loader-2 0.6s infinite;
}
div.dataTables_processing > div:last-child > div:nth-child(3) {
  left: 32px;
  -webkit-animation: datatables-loader-2 0.6s infinite;
          animation: datatables-loader-2 0.6s infinite;
}
div.dataTables_processing > div:last-child > div:nth-child(4) {
  left: 56px;
  -webkit-animation: datatables-loader-3 0.6s infinite;
          animation: datatables-loader-3 0.6s infinite;
}

@-webkit-keyframes datatables-loader-1 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes datatables-loader-1 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes datatables-loader-3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@keyframes datatables-loader-3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@-webkit-keyframes datatables-loader-2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(24px, 0);
            transform: translate(24px, 0);
  }
}
@keyframes datatables-loader-2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(24px, 0);
            transform: translate(24px, 0);
  }
}
table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap;
}
table.dataTable th.dt-left,
table.dataTable td.dt-left {
  text-align: left;
}
table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
  text-align: center;
}
table.dataTable th.dt-right,
table.dataTable td.dt-right {
  text-align: right;
}
table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
  text-align: justify;
}
table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
  white-space: nowrap;
}
table.dataTable thead th,
table.dataTable thead td,
table.dataTable tfoot th,
table.dataTable tfoot td {
  text-align: left;
}
table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
  text-align: left;
}
table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
  text-align: center;
}
table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
  text-align: right;
}
table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}
table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}
table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
  text-align: left;
}
table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
  text-align: center;
}
table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
  text-align: right;
}
table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}
table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}

table.dataTable {
  clear: both;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  max-width: none !important;
  border-collapse: separate !important;
  border-spacing: 0;
}
table.dataTable td,
table.dataTable th {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
table.dataTable td.dataTables_empty,
table.dataTable th.dataTables_empty {
  text-align: center;
}
table.dataTable.nowrap th,
table.dataTable.nowrap td {
  white-space: nowrap;
}
table.dataTable.table-striped > tbody > tr:nth-of-type(2n+1) {
  background-color: transparent;
}
table.dataTable > tbody > tr {
  background-color: transparent;
}
table.dataTable > tbody > tr.selected > * {
  -webkit-box-shadow: inset 0 0 0 9999px rgba(2, 117, 216, 0.9);
          box-shadow: inset 0 0 0 9999px rgba(2, 117, 216, 0.9);
  color: white;
}
table.dataTable.table-striped > tbody > tr.odd > * {
  -webkit-box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.05);
}
table.dataTable.table-striped > tbody > tr.odd.selected > * {
  -webkit-box-shadow: inset 0 0 0 9999px rgba(2, 117, 216, 0.95);
          box-shadow: inset 0 0 0 9999px rgba(2, 117, 216, 0.95);
}
table.dataTable.table-hover > tbody > tr:hover > * {
  -webkit-box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.075);
}
table.dataTable.table-hover > tbody > tr.selected:hover > * {
  -webkit-box-shadow: inset 0 0 0 9999px rgba(2, 117, 216, 0.975);
          box-shadow: inset 0 0 0 9999px rgba(2, 117, 216, 0.975);
}

div.dataTables_wrapper div.dataTables_length label {
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_length select {
  width: auto;
  display: inline-block;
}
div.dataTables_wrapper div.dataTables_filter {
  text-align: right;
}
div.dataTables_wrapper div.dataTables_filter label {
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
}
div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0.5em;
  display: inline-block;
  width: auto;
}
div.dataTables_wrapper div.dataTables_info {
  padding-top: 0.85em;
}
div.dataTables_wrapper div.dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  text-align: right;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 2px 0;
  white-space: nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
div.dataTables_wrapper div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 1em 0;
}

div.dataTables_scrollHead table.dataTable {
  margin-bottom: 0 !important;
}

div.dataTables_scrollBody > table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
div.dataTables_scrollBody > table > thead .sorting:before,
div.dataTables_scrollBody > table > thead .sorting_asc:before,
div.dataTables_scrollBody > table > thead .sorting_desc:before,
div.dataTables_scrollBody > table > thead .sorting:after,
div.dataTables_scrollBody > table > thead .sorting_asc:after,
div.dataTables_scrollBody > table > thead .sorting_desc:after {
  display: none;
}
div.dataTables_scrollBody > table > tbody tr:first-child th,
div.dataTables_scrollBody > table > tbody tr:first-child td {
  border-top: none;
}

div.dataTables_scrollFoot > .dataTables_scrollFootInner {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
div.dataTables_scrollFoot > .dataTables_scrollFootInner > table {
  margin-top: 0 !important;
  border-top: none;
}

@media screen and (max-width: 767px) {
  div.dataTables_wrapper div.dataTables_length,
div.dataTables_wrapper div.dataTables_filter,
div.dataTables_wrapper div.dataTables_info,
div.dataTables_wrapper div.dataTables_paginate {
    text-align: center;
  }
  div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}
table.dataTable.table-sm > thead > tr > th:not(.sorting_disabled) {
  padding-right: 20px;
}
table.dataTable.table-sm .sorting:before,
table.dataTable.table-sm .sorting_asc:before,
table.dataTable.table-sm .sorting_desc:before {
  top: 5px;
  right: 0.85em;
}
table.dataTable.table-sm .sorting:after,
table.dataTable.table-sm .sorting_asc:after,
table.dataTable.table-sm .sorting_desc:after {
  top: 5px;
}

table.table-bordered.dataTable {
  border-right-width: 0;
}
table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
  border-left-width: 0;
}
table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable td:last-child,
table.table-bordered.dataTable td:last-child {
  border-right-width: 1px;
}
table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td {
  border-bottom-width: 0;
}

div.dataTables_scrollHead table.table-bordered {
  border-bottom-width: 0;
}

div.table-responsive > div.dataTables_wrapper > div.row {
  margin: 0;
}
div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:first-child {
  padding-left: 0;
}
div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:last-child {
  padding-right: 0;
}
@keyframes dtb-spinner {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes dtb-spinner {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
div.dt-button-info {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 400px;
  margin-top: -100px;
  margin-left: -200px;
  background-color: white;
  border: 2px solid #111;
  -webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
          box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  text-align: center;
  z-index: 21;
}
div.dt-button-info h2 {
  padding: 0.5em;
  margin: 0;
  font-weight: normal;
  border-bottom: 1px solid #ddd;
  background-color: #f3f3f3;
}
div.dt-button-info > div {
  padding: 1em;
}

div.dt-button-collection-title {
  text-align: center;
  padding: 0.3em 0 0.5em;
  font-size: 0.9em;
}

div.dt-button-collection-title:empty {
  display: none;
}

div.dt-button-collection {
  position: absolute;
  z-index: 2001;
}
div.dt-button-collection div.dropdown-menu {
  display: block;
  z-index: 2002;
  min-width: 100%;
}
div.dt-button-collection div.dt-button-collection-title {
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
div.dt-button-collection.fixed {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -75px;
  border-radius: 0;
}
div.dt-button-collection.fixed.two-column {
  margin-left: -200px;
}
div.dt-button-collection.fixed.three-column {
  margin-left: -225px;
}
div.dt-button-collection.fixed.four-column {
  margin-left: -300px;
}
div.dt-button-collection > :last-child {
  display: block !important;
  -webkit-column-gap: 8px;
  -ms-column-gap: 8px;
  -o-column-gap: 8px;
  column-gap: 8px;
}
div.dt-button-collection > :last-child > * {
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
}
div.dt-button-collection.two-column {
  width: 400px;
}
div.dt-button-collection.two-column > :last-child {
  padding-bottom: 1px;
  -webkit-column-count: 2;
  -ms-column-count: 2;
  -o-column-count: 2;
  column-count: 2;
}
div.dt-button-collection.three-column {
  width: 450px;
}
div.dt-button-collection.three-column > :last-child {
  padding-bottom: 1px;
  -webkit-column-count: 3;
  -ms-column-count: 3;
  -o-column-count: 3;
  column-count: 3;
}
div.dt-button-collection.four-column {
  width: 600px;
}
div.dt-button-collection.four-column > :last-child {
  padding-bottom: 1px;
  -webkit-column-count: 4;
  -ms-column-count: 4;
  -o-column-count: 4;
  column-count: 4;
}
div.dt-button-collection .dt-button {
  border-radius: 0;
}
div.dt-button-collection.fixed {
  max-width: none;
}
div.dt-button-collection.fixed:before, div.dt-button-collection.fixed:after {
  display: none;
}

div.dt-button-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}

@media screen and (max-width: 767px) {
  div.dt-buttons {
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 0.5em;
  }
  div.dt-buttons a.btn {
    float: none;
  }
}
div.dt-buttons button.btn.processing,
div.dt-buttons div.btn.processing,
div.dt-buttons a.btn.processing {
  color: rgba(0, 0, 0, 0.2);
}
div.dt-buttons button.btn.processing:after,
div.dt-buttons div.btn.processing:after,
div.dt-buttons a.btn.processing:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  content: " ";
  border: 2px solid #282828;
  border-radius: 50%;
  border-left-color: transparent;
  border-right-color: transparent;
  animation: dtb-spinner 1500ms infinite linear;
  -o-animation: dtb-spinner 1500ms infinite linear;
  -ms-animation: dtb-spinner 1500ms infinite linear;
  -webkit-animation: dtb-spinner 1500ms infinite linear;
  -moz-animation: dtb-spinner 1500ms infinite linear;
}
@font-face {
  font-family: "bootstrap-icons";
  src: url(/fonts/vendor/bootstrap-icons/bootstrap-icons.woff2?b57a58905370284f1499d1a35f5d2c96) format("woff2"),
url(/fonts/vendor/bootstrap-icons/bootstrap-icons.woff?a6a4862c8f0a585c6c1f6d5aa07b761c) format("woff");
}

.bi::before,
[class^="bi-"]::before,
[class*=" bi-"]::before {
  display: inline-block;
  font-display: block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bi-123::before { content: "\F67F"; }
.bi-alarm-fill::before { content: "\F101"; }
.bi-alarm::before { content: "\F102"; }
.bi-align-bottom::before { content: "\F103"; }
.bi-align-center::before { content: "\F104"; }
.bi-align-end::before { content: "\F105"; }
.bi-align-middle::before { content: "\F106"; }
.bi-align-start::before { content: "\F107"; }
.bi-align-top::before { content: "\F108"; }
.bi-alt::before { content: "\F109"; }
.bi-app-indicator::before { content: "\F10A"; }
.bi-app::before { content: "\F10B"; }
.bi-archive-fill::before { content: "\F10C"; }
.bi-archive::before { content: "\F10D"; }
.bi-arrow-90deg-down::before { content: "\F10E"; }
.bi-arrow-90deg-left::before { content: "\F10F"; }
.bi-arrow-90deg-right::before { content: "\F110"; }
.bi-arrow-90deg-up::before { content: "\F111"; }
.bi-arrow-bar-down::before { content: "\F112"; }
.bi-arrow-bar-left::before { content: "\F113"; }
.bi-arrow-bar-right::before { content: "\F114"; }
.bi-arrow-bar-up::before { content: "\F115"; }
.bi-arrow-clockwise::before { content: "\F116"; }
.bi-arrow-counterclockwise::before { content: "\F117"; }
.bi-arrow-down-circle-fill::before { content: "\F118"; }
.bi-arrow-down-circle::before { content: "\F119"; }
.bi-arrow-down-left-circle-fill::before { content: "\F11A"; }
.bi-arrow-down-left-circle::before { content: "\F11B"; }
.bi-arrow-down-left-square-fill::before { content: "\F11C"; }
.bi-arrow-down-left-square::before { content: "\F11D"; }
.bi-arrow-down-left::before { content: "\F11E"; }
.bi-arrow-down-right-circle-fill::before { content: "\F11F"; }
.bi-arrow-down-right-circle::before { content: "\F120"; }
.bi-arrow-down-right-square-fill::before { content: "\F121"; }
.bi-arrow-down-right-square::before { content: "\F122"; }
.bi-arrow-down-right::before { content: "\F123"; }
.bi-arrow-down-short::before { content: "\F124"; }
.bi-arrow-down-square-fill::before { content: "\F125"; }
.bi-arrow-down-square::before { content: "\F126"; }
.bi-arrow-down-up::before { content: "\F127"; }
.bi-arrow-down::before { content: "\F128"; }
.bi-arrow-left-circle-fill::before { content: "\F129"; }
.bi-arrow-left-circle::before { content: "\F12A"; }
.bi-arrow-left-right::before { content: "\F12B"; }
.bi-arrow-left-short::before { content: "\F12C"; }
.bi-arrow-left-square-fill::before { content: "\F12D"; }
.bi-arrow-left-square::before { content: "\F12E"; }
.bi-arrow-left::before { content: "\F12F"; }
.bi-arrow-repeat::before { content: "\F130"; }
.bi-arrow-return-left::before { content: "\F131"; }
.bi-arrow-return-right::before { content: "\F132"; }
.bi-arrow-right-circle-fill::before { content: "\F133"; }
.bi-arrow-right-circle::before { content: "\F134"; }
.bi-arrow-right-short::before { content: "\F135"; }
.bi-arrow-right-square-fill::before { content: "\F136"; }
.bi-arrow-right-square::before { content: "\F137"; }
.bi-arrow-right::before { content: "\F138"; }
.bi-arrow-up-circle-fill::before { content: "\F139"; }
.bi-arrow-up-circle::before { content: "\F13A"; }
.bi-arrow-up-left-circle-fill::before { content: "\F13B"; }
.bi-arrow-up-left-circle::before { content: "\F13C"; }
.bi-arrow-up-left-square-fill::before { content: "\F13D"; }
.bi-arrow-up-left-square::before { content: "\F13E"; }
.bi-arrow-up-left::before { content: "\F13F"; }
.bi-arrow-up-right-circle-fill::before { content: "\F140"; }
.bi-arrow-up-right-circle::before { content: "\F141"; }
.bi-arrow-up-right-square-fill::before { content: "\F142"; }
.bi-arrow-up-right-square::before { content: "\F143"; }
.bi-arrow-up-right::before { content: "\F144"; }
.bi-arrow-up-short::before { content: "\F145"; }
.bi-arrow-up-square-fill::before { content: "\F146"; }
.bi-arrow-up-square::before { content: "\F147"; }
.bi-arrow-up::before { content: "\F148"; }
.bi-arrows-angle-contract::before { content: "\F149"; }
.bi-arrows-angle-expand::before { content: "\F14A"; }
.bi-arrows-collapse::before { content: "\F14B"; }
.bi-arrows-expand::before { content: "\F14C"; }
.bi-arrows-fullscreen::before { content: "\F14D"; }
.bi-arrows-move::before { content: "\F14E"; }
.bi-aspect-ratio-fill::before { content: "\F14F"; }
.bi-aspect-ratio::before { content: "\F150"; }
.bi-asterisk::before { content: "\F151"; }
.bi-at::before { content: "\F152"; }
.bi-award-fill::before { content: "\F153"; }
.bi-award::before { content: "\F154"; }
.bi-back::before { content: "\F155"; }
.bi-backspace-fill::before { content: "\F156"; }
.bi-backspace-reverse-fill::before { content: "\F157"; }
.bi-backspace-reverse::before { content: "\F158"; }
.bi-backspace::before { content: "\F159"; }
.bi-badge-3d-fill::before { content: "\F15A"; }
.bi-badge-3d::before { content: "\F15B"; }
.bi-badge-4k-fill::before { content: "\F15C"; }
.bi-badge-4k::before { content: "\F15D"; }
.bi-badge-8k-fill::before { content: "\F15E"; }
.bi-badge-8k::before { content: "\F15F"; }
.bi-badge-ad-fill::before { content: "\F160"; }
.bi-badge-ad::before { content: "\F161"; }
.bi-badge-ar-fill::before { content: "\F162"; }
.bi-badge-ar::before { content: "\F163"; }
.bi-badge-cc-fill::before { content: "\F164"; }
.bi-badge-cc::before { content: "\F165"; }
.bi-badge-hd-fill::before { content: "\F166"; }
.bi-badge-hd::before { content: "\F167"; }
.bi-badge-tm-fill::before { content: "\F168"; }
.bi-badge-tm::before { content: "\F169"; }
.bi-badge-vo-fill::before { content: "\F16A"; }
.bi-badge-vo::before { content: "\F16B"; }
.bi-badge-vr-fill::before { content: "\F16C"; }
.bi-badge-vr::before { content: "\F16D"; }
.bi-badge-wc-fill::before { content: "\F16E"; }
.bi-badge-wc::before { content: "\F16F"; }
.bi-bag-check-fill::before { content: "\F170"; }
.bi-bag-check::before { content: "\F171"; }
.bi-bag-dash-fill::before { content: "\F172"; }
.bi-bag-dash::before { content: "\F173"; }
.bi-bag-fill::before { content: "\F174"; }
.bi-bag-plus-fill::before { content: "\F175"; }
.bi-bag-plus::before { content: "\F176"; }
.bi-bag-x-fill::before { content: "\F177"; }
.bi-bag-x::before { content: "\F178"; }
.bi-bag::before { content: "\F179"; }
.bi-bar-chart-fill::before { content: "\F17A"; }
.bi-bar-chart-line-fill::before { content: "\F17B"; }
.bi-bar-chart-line::before { content: "\F17C"; }
.bi-bar-chart-steps::before { content: "\F17D"; }
.bi-bar-chart::before { content: "\F17E"; }
.bi-basket-fill::before { content: "\F17F"; }
.bi-basket::before { content: "\F180"; }
.bi-basket2-fill::before { content: "\F181"; }
.bi-basket2::before { content: "\F182"; }
.bi-basket3-fill::before { content: "\F183"; }
.bi-basket3::before { content: "\F184"; }
.bi-battery-charging::before { content: "\F185"; }
.bi-battery-full::before { content: "\F186"; }
.bi-battery-half::before { content: "\F187"; }
.bi-battery::before { content: "\F188"; }
.bi-bell-fill::before { content: "\F189"; }
.bi-bell::before { content: "\F18A"; }
.bi-bezier::before { content: "\F18B"; }
.bi-bezier2::before { content: "\F18C"; }
.bi-bicycle::before { content: "\F18D"; }
.bi-binoculars-fill::before { content: "\F18E"; }
.bi-binoculars::before { content: "\F18F"; }
.bi-blockquote-left::before { content: "\F190"; }
.bi-blockquote-right::before { content: "\F191"; }
.bi-book-fill::before { content: "\F192"; }
.bi-book-half::before { content: "\F193"; }
.bi-book::before { content: "\F194"; }
.bi-bookmark-check-fill::before { content: "\F195"; }
.bi-bookmark-check::before { content: "\F196"; }
.bi-bookmark-dash-fill::before { content: "\F197"; }
.bi-bookmark-dash::before { content: "\F198"; }
.bi-bookmark-fill::before { content: "\F199"; }
.bi-bookmark-heart-fill::before { content: "\F19A"; }
.bi-bookmark-heart::before { content: "\F19B"; }
.bi-bookmark-plus-fill::before { content: "\F19C"; }
.bi-bookmark-plus::before { content: "\F19D"; }
.bi-bookmark-star-fill::before { content: "\F19E"; }
.bi-bookmark-star::before { content: "\F19F"; }
.bi-bookmark-x-fill::before { content: "\F1A0"; }
.bi-bookmark-x::before { content: "\F1A1"; }
.bi-bookmark::before { content: "\F1A2"; }
.bi-bookmarks-fill::before { content: "\F1A3"; }
.bi-bookmarks::before { content: "\F1A4"; }
.bi-bookshelf::before { content: "\F1A5"; }
.bi-bootstrap-fill::before { content: "\F1A6"; }
.bi-bootstrap-reboot::before { content: "\F1A7"; }
.bi-bootstrap::before { content: "\F1A8"; }
.bi-border-all::before { content: "\F1A9"; }
.bi-border-bottom::before { content: "\F1AA"; }
.bi-border-center::before { content: "\F1AB"; }
.bi-border-inner::before { content: "\F1AC"; }
.bi-border-left::before { content: "\F1AD"; }
.bi-border-middle::before { content: "\F1AE"; }
.bi-border-outer::before { content: "\F1AF"; }
.bi-border-right::before { content: "\F1B0"; }
.bi-border-style::before { content: "\F1B1"; }
.bi-border-top::before { content: "\F1B2"; }
.bi-border-width::before { content: "\F1B3"; }
.bi-border::before { content: "\F1B4"; }
.bi-bounding-box-circles::before { content: "\F1B5"; }
.bi-bounding-box::before { content: "\F1B6"; }
.bi-box-arrow-down-left::before { content: "\F1B7"; }
.bi-box-arrow-down-right::before { content: "\F1B8"; }
.bi-box-arrow-down::before { content: "\F1B9"; }
.bi-box-arrow-in-down-left::before { content: "\F1BA"; }
.bi-box-arrow-in-down-right::before { content: "\F1BB"; }
.bi-box-arrow-in-down::before { content: "\F1BC"; }
.bi-box-arrow-in-left::before { content: "\F1BD"; }
.bi-box-arrow-in-right::before { content: "\F1BE"; }
.bi-box-arrow-in-up-left::before { content: "\F1BF"; }
.bi-box-arrow-in-up-right::before { content: "\F1C0"; }
.bi-box-arrow-in-up::before { content: "\F1C1"; }
.bi-box-arrow-left::before { content: "\F1C2"; }
.bi-box-arrow-right::before { content: "\F1C3"; }
.bi-box-arrow-up-left::before { content: "\F1C4"; }
.bi-box-arrow-up-right::before { content: "\F1C5"; }
.bi-box-arrow-up::before { content: "\F1C6"; }
.bi-box-seam::before { content: "\F1C7"; }
.bi-box::before { content: "\F1C8"; }
.bi-braces::before { content: "\F1C9"; }
.bi-bricks::before { content: "\F1CA"; }
.bi-briefcase-fill::before { content: "\F1CB"; }
.bi-briefcase::before { content: "\F1CC"; }
.bi-brightness-alt-high-fill::before { content: "\F1CD"; }
.bi-brightness-alt-high::before { content: "\F1CE"; }
.bi-brightness-alt-low-fill::before { content: "\F1CF"; }
.bi-brightness-alt-low::before { content: "\F1D0"; }
.bi-brightness-high-fill::before { content: "\F1D1"; }
.bi-brightness-high::before { content: "\F1D2"; }
.bi-brightness-low-fill::before { content: "\F1D3"; }
.bi-brightness-low::before { content: "\F1D4"; }
.bi-broadcast-pin::before { content: "\F1D5"; }
.bi-broadcast::before { content: "\F1D6"; }
.bi-brush-fill::before { content: "\F1D7"; }
.bi-brush::before { content: "\F1D8"; }
.bi-bucket-fill::before { content: "\F1D9"; }
.bi-bucket::before { content: "\F1DA"; }
.bi-bug-fill::before { content: "\F1DB"; }
.bi-bug::before { content: "\F1DC"; }
.bi-building::before { content: "\F1DD"; }
.bi-bullseye::before { content: "\F1DE"; }
.bi-calculator-fill::before { content: "\F1DF"; }
.bi-calculator::before { content: "\F1E0"; }
.bi-calendar-check-fill::before { content: "\F1E1"; }
.bi-calendar-check::before { content: "\F1E2"; }
.bi-calendar-date-fill::before { content: "\F1E3"; }
.bi-calendar-date::before { content: "\F1E4"; }
.bi-calendar-day-fill::before { content: "\F1E5"; }
.bi-calendar-day::before { content: "\F1E6"; }
.bi-calendar-event-fill::before { content: "\F1E7"; }
.bi-calendar-event::before { content: "\F1E8"; }
.bi-calendar-fill::before { content: "\F1E9"; }
.bi-calendar-minus-fill::before { content: "\F1EA"; }
.bi-calendar-minus::before { content: "\F1EB"; }
.bi-calendar-month-fill::before { content: "\F1EC"; }
.bi-calendar-month::before { content: "\F1ED"; }
.bi-calendar-plus-fill::before { content: "\F1EE"; }
.bi-calendar-plus::before { content: "\F1EF"; }
.bi-calendar-range-fill::before { content: "\F1F0"; }
.bi-calendar-range::before { content: "\F1F1"; }
.bi-calendar-week-fill::before { content: "\F1F2"; }
.bi-calendar-week::before { content: "\F1F3"; }
.bi-calendar-x-fill::before { content: "\F1F4"; }
.bi-calendar-x::before { content: "\F1F5"; }
.bi-calendar::before { content: "\F1F6"; }
.bi-calendar2-check-fill::before { content: "\F1F7"; }
.bi-calendar2-check::before { content: "\F1F8"; }
.bi-calendar2-date-fill::before { content: "\F1F9"; }
.bi-calendar2-date::before { content: "\F1FA"; }
.bi-calendar2-day-fill::before { content: "\F1FB"; }
.bi-calendar2-day::before { content: "\F1FC"; }
.bi-calendar2-event-fill::before { content: "\F1FD"; }
.bi-calendar2-event::before { content: "\F1FE"; }
.bi-calendar2-fill::before { content: "\F1FF"; }
.bi-calendar2-minus-fill::before { content: "\F200"; }
.bi-calendar2-minus::before { content: "\F201"; }
.bi-calendar2-month-fill::before { content: "\F202"; }
.bi-calendar2-month::before { content: "\F203"; }
.bi-calendar2-plus-fill::before { content: "\F204"; }
.bi-calendar2-plus::before { content: "\F205"; }
.bi-calendar2-range-fill::before { content: "\F206"; }
.bi-calendar2-range::before { content: "\F207"; }
.bi-calendar2-week-fill::before { content: "\F208"; }
.bi-calendar2-week::before { content: "\F209"; }
.bi-calendar2-x-fill::before { content: "\F20A"; }
.bi-calendar2-x::before { content: "\F20B"; }
.bi-calendar2::before { content: "\F20C"; }
.bi-calendar3-event-fill::before { content: "\F20D"; }
.bi-calendar3-event::before { content: "\F20E"; }
.bi-calendar3-fill::before { content: "\F20F"; }
.bi-calendar3-range-fill::before { content: "\F210"; }
.bi-calendar3-range::before { content: "\F211"; }
.bi-calendar3-week-fill::before { content: "\F212"; }
.bi-calendar3-week::before { content: "\F213"; }
.bi-calendar3::before { content: "\F214"; }
.bi-calendar4-event::before { content: "\F215"; }
.bi-calendar4-range::before { content: "\F216"; }
.bi-calendar4-week::before { content: "\F217"; }
.bi-calendar4::before { content: "\F218"; }
.bi-camera-fill::before { content: "\F219"; }
.bi-camera-reels-fill::before { content: "\F21A"; }
.bi-camera-reels::before { content: "\F21B"; }
.bi-camera-video-fill::before { content: "\F21C"; }
.bi-camera-video-off-fill::before { content: "\F21D"; }
.bi-camera-video-off::before { content: "\F21E"; }
.bi-camera-video::before { content: "\F21F"; }
.bi-camera::before { content: "\F220"; }
.bi-camera2::before { content: "\F221"; }
.bi-capslock-fill::before { content: "\F222"; }
.bi-capslock::before { content: "\F223"; }
.bi-card-checklist::before { content: "\F224"; }
.bi-card-heading::before { content: "\F225"; }
.bi-card-image::before { content: "\F226"; }
.bi-card-list::before { content: "\F227"; }
.bi-card-text::before { content: "\F228"; }
.bi-caret-down-fill::before { content: "\F229"; }
.bi-caret-down-square-fill::before { content: "\F22A"; }
.bi-caret-down-square::before { content: "\F22B"; }
.bi-caret-down::before { content: "\F22C"; }
.bi-caret-left-fill::before { content: "\F22D"; }
.bi-caret-left-square-fill::before { content: "\F22E"; }
.bi-caret-left-square::before { content: "\F22F"; }
.bi-caret-left::before { content: "\F230"; }
.bi-caret-right-fill::before { content: "\F231"; }
.bi-caret-right-square-fill::before { content: "\F232"; }
.bi-caret-right-square::before { content: "\F233"; }
.bi-caret-right::before { content: "\F234"; }
.bi-caret-up-fill::before { content: "\F235"; }
.bi-caret-up-square-fill::before { content: "\F236"; }
.bi-caret-up-square::before { content: "\F237"; }
.bi-caret-up::before { content: "\F238"; }
.bi-cart-check-fill::before { content: "\F239"; }
.bi-cart-check::before { content: "\F23A"; }
.bi-cart-dash-fill::before { content: "\F23B"; }
.bi-cart-dash::before { content: "\F23C"; }
.bi-cart-fill::before { content: "\F23D"; }
.bi-cart-plus-fill::before { content: "\F23E"; }
.bi-cart-plus::before { content: "\F23F"; }
.bi-cart-x-fill::before { content: "\F240"; }
.bi-cart-x::before { content: "\F241"; }
.bi-cart::before { content: "\F242"; }
.bi-cart2::before { content: "\F243"; }
.bi-cart3::before { content: "\F244"; }
.bi-cart4::before { content: "\F245"; }
.bi-cash-stack::before { content: "\F246"; }
.bi-cash::before { content: "\F247"; }
.bi-cast::before { content: "\F248"; }
.bi-chat-dots-fill::before { content: "\F249"; }
.bi-chat-dots::before { content: "\F24A"; }
.bi-chat-fill::before { content: "\F24B"; }
.bi-chat-left-dots-fill::before { content: "\F24C"; }
.bi-chat-left-dots::before { content: "\F24D"; }
.bi-chat-left-fill::before { content: "\F24E"; }
.bi-chat-left-quote-fill::before { content: "\F24F"; }
.bi-chat-left-quote::before { content: "\F250"; }
.bi-chat-left-text-fill::before { content: "\F251"; }
.bi-chat-left-text::before { content: "\F252"; }
.bi-chat-left::before { content: "\F253"; }
.bi-chat-quote-fill::before { content: "\F254"; }
.bi-chat-quote::before { content: "\F255"; }
.bi-chat-right-dots-fill::before { content: "\F256"; }
.bi-chat-right-dots::before { content: "\F257"; }
.bi-chat-right-fill::before { content: "\F258"; }
.bi-chat-right-quote-fill::before { content: "\F259"; }
.bi-chat-right-quote::before { content: "\F25A"; }
.bi-chat-right-text-fill::before { content: "\F25B"; }
.bi-chat-right-text::before { content: "\F25C"; }
.bi-chat-right::before { content: "\F25D"; }
.bi-chat-square-dots-fill::before { content: "\F25E"; }
.bi-chat-square-dots::before { content: "\F25F"; }
.bi-chat-square-fill::before { content: "\F260"; }
.bi-chat-square-quote-fill::before { content: "\F261"; }
.bi-chat-square-quote::before { content: "\F262"; }
.bi-chat-square-text-fill::before { content: "\F263"; }
.bi-chat-square-text::before { content: "\F264"; }
.bi-chat-square::before { content: "\F265"; }
.bi-chat-text-fill::before { content: "\F266"; }
.bi-chat-text::before { content: "\F267"; }
.bi-chat::before { content: "\F268"; }
.bi-check-all::before { content: "\F269"; }
.bi-check-circle-fill::before { content: "\F26A"; }
.bi-check-circle::before { content: "\F26B"; }
.bi-check-square-fill::before { content: "\F26C"; }
.bi-check-square::before { content: "\F26D"; }
.bi-check::before { content: "\F26E"; }
.bi-check2-all::before { content: "\F26F"; }
.bi-check2-circle::before { content: "\F270"; }
.bi-check2-square::before { content: "\F271"; }
.bi-check2::before { content: "\F272"; }
.bi-chevron-bar-contract::before { content: "\F273"; }
.bi-chevron-bar-down::before { content: "\F274"; }
.bi-chevron-bar-expand::before { content: "\F275"; }
.bi-chevron-bar-left::before { content: "\F276"; }
.bi-chevron-bar-right::before { content: "\F277"; }
.bi-chevron-bar-up::before { content: "\F278"; }
.bi-chevron-compact-down::before { content: "\F279"; }
.bi-chevron-compact-left::before { content: "\F27A"; }
.bi-chevron-compact-right::before { content: "\F27B"; }
.bi-chevron-compact-up::before { content: "\F27C"; }
.bi-chevron-contract::before { content: "\F27D"; }
.bi-chevron-double-down::before { content: "\F27E"; }
.bi-chevron-double-left::before { content: "\F27F"; }
.bi-chevron-double-right::before { content: "\F280"; }
.bi-chevron-double-up::before { content: "\F281"; }
.bi-chevron-down::before { content: "\F282"; }
.bi-chevron-expand::before { content: "\F283"; }
.bi-chevron-left::before { content: "\F284"; }
.bi-chevron-right::before { content: "\F285"; }
.bi-chevron-up::before { content: "\F286"; }
.bi-circle-fill::before { content: "\F287"; }
.bi-circle-half::before { content: "\F288"; }
.bi-circle-square::before { content: "\F289"; }
.bi-circle::before { content: "\F28A"; }
.bi-clipboard-check::before { content: "\F28B"; }
.bi-clipboard-data::before { content: "\F28C"; }
.bi-clipboard-minus::before { content: "\F28D"; }
.bi-clipboard-plus::before { content: "\F28E"; }
.bi-clipboard-x::before { content: "\F28F"; }
.bi-clipboard::before { content: "\F290"; }
.bi-clock-fill::before { content: "\F291"; }
.bi-clock-history::before { content: "\F292"; }
.bi-clock::before { content: "\F293"; }
.bi-cloud-arrow-down-fill::before { content: "\F294"; }
.bi-cloud-arrow-down::before { content: "\F295"; }
.bi-cloud-arrow-up-fill::before { content: "\F296"; }
.bi-cloud-arrow-up::before { content: "\F297"; }
.bi-cloud-check-fill::before { content: "\F298"; }
.bi-cloud-check::before { content: "\F299"; }
.bi-cloud-download-fill::before { content: "\F29A"; }
.bi-cloud-download::before { content: "\F29B"; }
.bi-cloud-drizzle-fill::before { content: "\F29C"; }
.bi-cloud-drizzle::before { content: "\F29D"; }
.bi-cloud-fill::before { content: "\F29E"; }
.bi-cloud-fog-fill::before { content: "\F29F"; }
.bi-cloud-fog::before { content: "\F2A0"; }
.bi-cloud-fog2-fill::before { content: "\F2A1"; }
.bi-cloud-fog2::before { content: "\F2A2"; }
.bi-cloud-hail-fill::before { content: "\F2A3"; }
.bi-cloud-hail::before { content: "\F2A4"; }
.bi-cloud-haze-1::before { content: "\F2A5"; }
.bi-cloud-haze-fill::before { content: "\F2A6"; }
.bi-cloud-haze::before { content: "\F2A7"; }
.bi-cloud-haze2-fill::before { content: "\F2A8"; }
.bi-cloud-lightning-fill::before { content: "\F2A9"; }
.bi-cloud-lightning-rain-fill::before { content: "\F2AA"; }
.bi-cloud-lightning-rain::before { content: "\F2AB"; }
.bi-cloud-lightning::before { content: "\F2AC"; }
.bi-cloud-minus-fill::before { content: "\F2AD"; }
.bi-cloud-minus::before { content: "\F2AE"; }
.bi-cloud-moon-fill::before { content: "\F2AF"; }
.bi-cloud-moon::before { content: "\F2B0"; }
.bi-cloud-plus-fill::before { content: "\F2B1"; }
.bi-cloud-plus::before { content: "\F2B2"; }
.bi-cloud-rain-fill::before { content: "\F2B3"; }
.bi-cloud-rain-heavy-fill::before { content: "\F2B4"; }
.bi-cloud-rain-heavy::before { content: "\F2B5"; }
.bi-cloud-rain::before { content: "\F2B6"; }
.bi-cloud-slash-fill::before { content: "\F2B7"; }
.bi-cloud-slash::before { content: "\F2B8"; }
.bi-cloud-sleet-fill::before { content: "\F2B9"; }
.bi-cloud-sleet::before { content: "\F2BA"; }
.bi-cloud-snow-fill::before { content: "\F2BB"; }
.bi-cloud-snow::before { content: "\F2BC"; }
.bi-cloud-sun-fill::before { content: "\F2BD"; }
.bi-cloud-sun::before { content: "\F2BE"; }
.bi-cloud-upload-fill::before { content: "\F2BF"; }
.bi-cloud-upload::before { content: "\F2C0"; }
.bi-cloud::before { content: "\F2C1"; }
.bi-clouds-fill::before { content: "\F2C2"; }
.bi-clouds::before { content: "\F2C3"; }
.bi-cloudy-fill::before { content: "\F2C4"; }
.bi-cloudy::before { content: "\F2C5"; }
.bi-code-slash::before { content: "\F2C6"; }
.bi-code-square::before { content: "\F2C7"; }
.bi-code::before { content: "\F2C8"; }
.bi-collection-fill::before { content: "\F2C9"; }
.bi-collection-play-fill::before { content: "\F2CA"; }
.bi-collection-play::before { content: "\F2CB"; }
.bi-collection::before { content: "\F2CC"; }
.bi-columns-gap::before { content: "\F2CD"; }
.bi-columns::before { content: "\F2CE"; }
.bi-command::before { content: "\F2CF"; }
.bi-compass-fill::before { content: "\F2D0"; }
.bi-compass::before { content: "\F2D1"; }
.bi-cone-striped::before { content: "\F2D2"; }
.bi-cone::before { content: "\F2D3"; }
.bi-controller::before { content: "\F2D4"; }
.bi-cpu-fill::before { content: "\F2D5"; }
.bi-cpu::before { content: "\F2D6"; }
.bi-credit-card-2-back-fill::before { content: "\F2D7"; }
.bi-credit-card-2-back::before { content: "\F2D8"; }
.bi-credit-card-2-front-fill::before { content: "\F2D9"; }
.bi-credit-card-2-front::before { content: "\F2DA"; }
.bi-credit-card-fill::before { content: "\F2DB"; }
.bi-credit-card::before { content: "\F2DC"; }
.bi-crop::before { content: "\F2DD"; }
.bi-cup-fill::before { content: "\F2DE"; }
.bi-cup-straw::before { content: "\F2DF"; }
.bi-cup::before { content: "\F2E0"; }
.bi-cursor-fill::before { content: "\F2E1"; }
.bi-cursor-text::before { content: "\F2E2"; }
.bi-cursor::before { content: "\F2E3"; }
.bi-dash-circle-dotted::before { content: "\F2E4"; }
.bi-dash-circle-fill::before { content: "\F2E5"; }
.bi-dash-circle::before { content: "\F2E6"; }
.bi-dash-square-dotted::before { content: "\F2E7"; }
.bi-dash-square-fill::before { content: "\F2E8"; }
.bi-dash-square::before { content: "\F2E9"; }
.bi-dash::before { content: "\F2EA"; }
.bi-diagram-2-fill::before { content: "\F2EB"; }
.bi-diagram-2::before { content: "\F2EC"; }
.bi-diagram-3-fill::before { content: "\F2ED"; }
.bi-diagram-3::before { content: "\F2EE"; }
.bi-diamond-fill::before { content: "\F2EF"; }
.bi-diamond-half::before { content: "\F2F0"; }
.bi-diamond::before { content: "\F2F1"; }
.bi-dice-1-fill::before { content: "\F2F2"; }
.bi-dice-1::before { content: "\F2F3"; }
.bi-dice-2-fill::before { content: "\F2F4"; }
.bi-dice-2::before { content: "\F2F5"; }
.bi-dice-3-fill::before { content: "\F2F6"; }
.bi-dice-3::before { content: "\F2F7"; }
.bi-dice-4-fill::before { content: "\F2F8"; }
.bi-dice-4::before { content: "\F2F9"; }
.bi-dice-5-fill::before { content: "\F2FA"; }
.bi-dice-5::before { content: "\F2FB"; }
.bi-dice-6-fill::before { content: "\F2FC"; }
.bi-dice-6::before { content: "\F2FD"; }
.bi-disc-fill::before { content: "\F2FE"; }
.bi-disc::before { content: "\F2FF"; }
.bi-discord::before { content: "\F300"; }
.bi-display-fill::before { content: "\F301"; }
.bi-display::before { content: "\F302"; }
.bi-distribute-horizontal::before { content: "\F303"; }
.bi-distribute-vertical::before { content: "\F304"; }
.bi-door-closed-fill::before { content: "\F305"; }
.bi-door-closed::before { content: "\F306"; }
.bi-door-open-fill::before { content: "\F307"; }
.bi-door-open::before { content: "\F308"; }
.bi-dot::before { content: "\F309"; }
.bi-download::before { content: "\F30A"; }
.bi-droplet-fill::before { content: "\F30B"; }
.bi-droplet-half::before { content: "\F30C"; }
.bi-droplet::before { content: "\F30D"; }
.bi-earbuds::before { content: "\F30E"; }
.bi-easel-fill::before { content: "\F30F"; }
.bi-easel::before { content: "\F310"; }
.bi-egg-fill::before { content: "\F311"; }
.bi-egg-fried::before { content: "\F312"; }
.bi-egg::before { content: "\F313"; }
.bi-eject-fill::before { content: "\F314"; }
.bi-eject::before { content: "\F315"; }
.bi-emoji-angry-fill::before { content: "\F316"; }
.bi-emoji-angry::before { content: "\F317"; }
.bi-emoji-dizzy-fill::before { content: "\F318"; }
.bi-emoji-dizzy::before { content: "\F319"; }
.bi-emoji-expressionless-fill::before { content: "\F31A"; }
.bi-emoji-expressionless::before { content: "\F31B"; }
.bi-emoji-frown-fill::before { content: "\F31C"; }
.bi-emoji-frown::before { content: "\F31D"; }
.bi-emoji-heart-eyes-fill::before { content: "\F31E"; }
.bi-emoji-heart-eyes::before { content: "\F31F"; }
.bi-emoji-laughing-fill::before { content: "\F320"; }
.bi-emoji-laughing::before { content: "\F321"; }
.bi-emoji-neutral-fill::before { content: "\F322"; }
.bi-emoji-neutral::before { content: "\F323"; }
.bi-emoji-smile-fill::before { content: "\F324"; }
.bi-emoji-smile-upside-down-fill::before { content: "\F325"; }
.bi-emoji-smile-upside-down::before { content: "\F326"; }
.bi-emoji-smile::before { content: "\F327"; }
.bi-emoji-sunglasses-fill::before { content: "\F328"; }
.bi-emoji-sunglasses::before { content: "\F329"; }
.bi-emoji-wink-fill::before { content: "\F32A"; }
.bi-emoji-wink::before { content: "\F32B"; }
.bi-envelope-fill::before { content: "\F32C"; }
.bi-envelope-open-fill::before { content: "\F32D"; }
.bi-envelope-open::before { content: "\F32E"; }
.bi-envelope::before { content: "\F32F"; }
.bi-eraser-fill::before { content: "\F330"; }
.bi-eraser::before { content: "\F331"; }
.bi-exclamation-circle-fill::before { content: "\F332"; }
.bi-exclamation-circle::before { content: "\F333"; }
.bi-exclamation-diamond-fill::before { content: "\F334"; }
.bi-exclamation-diamond::before { content: "\F335"; }
.bi-exclamation-octagon-fill::before { content: "\F336"; }
.bi-exclamation-octagon::before { content: "\F337"; }
.bi-exclamation-square-fill::before { content: "\F338"; }
.bi-exclamation-square::before { content: "\F339"; }
.bi-exclamation-triangle-fill::before { content: "\F33A"; }
.bi-exclamation-triangle::before { content: "\F33B"; }
.bi-exclamation::before { content: "\F33C"; }
.bi-exclude::before { content: "\F33D"; }
.bi-eye-fill::before { content: "\F33E"; }
.bi-eye-slash-fill::before { content: "\F33F"; }
.bi-eye-slash::before { content: "\F340"; }
.bi-eye::before { content: "\F341"; }
.bi-eyedropper::before { content: "\F342"; }
.bi-eyeglasses::before { content: "\F343"; }
.bi-facebook::before { content: "\F344"; }
.bi-file-arrow-down-fill::before { content: "\F345"; }
.bi-file-arrow-down::before { content: "\F346"; }
.bi-file-arrow-up-fill::before { content: "\F347"; }
.bi-file-arrow-up::before { content: "\F348"; }
.bi-file-bar-graph-fill::before { content: "\F349"; }
.bi-file-bar-graph::before { content: "\F34A"; }
.bi-file-binary-fill::before { content: "\F34B"; }
.bi-file-binary::before { content: "\F34C"; }
.bi-file-break-fill::before { content: "\F34D"; }
.bi-file-break::before { content: "\F34E"; }
.bi-file-check-fill::before { content: "\F34F"; }
.bi-file-check::before { content: "\F350"; }
.bi-file-code-fill::before { content: "\F351"; }
.bi-file-code::before { content: "\F352"; }
.bi-file-diff-fill::before { content: "\F353"; }
.bi-file-diff::before { content: "\F354"; }
.bi-file-earmark-arrow-down-fill::before { content: "\F355"; }
.bi-file-earmark-arrow-down::before { content: "\F356"; }
.bi-file-earmark-arrow-up-fill::before { content: "\F357"; }
.bi-file-earmark-arrow-up::before { content: "\F358"; }
.bi-file-earmark-bar-graph-fill::before { content: "\F359"; }
.bi-file-earmark-bar-graph::before { content: "\F35A"; }
.bi-file-earmark-binary-fill::before { content: "\F35B"; }
.bi-file-earmark-binary::before { content: "\F35C"; }
.bi-file-earmark-break-fill::before { content: "\F35D"; }
.bi-file-earmark-break::before { content: "\F35E"; }
.bi-file-earmark-check-fill::before { content: "\F35F"; }
.bi-file-earmark-check::before { content: "\F360"; }
.bi-file-earmark-code-fill::before { content: "\F361"; }
.bi-file-earmark-code::before { content: "\F362"; }
.bi-file-earmark-diff-fill::before { content: "\F363"; }
.bi-file-earmark-diff::before { content: "\F364"; }
.bi-file-earmark-easel-fill::before { content: "\F365"; }
.bi-file-earmark-easel::before { content: "\F366"; }
.bi-file-earmark-excel-fill::before { content: "\F367"; }
.bi-file-earmark-excel::before { content: "\F368"; }
.bi-file-earmark-fill::before { content: "\F369"; }
.bi-file-earmark-font-fill::before { content: "\F36A"; }
.bi-file-earmark-font::before { content: "\F36B"; }
.bi-file-earmark-image-fill::before { content: "\F36C"; }
.bi-file-earmark-image::before { content: "\F36D"; }
.bi-file-earmark-lock-fill::before { content: "\F36E"; }
.bi-file-earmark-lock::before { content: "\F36F"; }
.bi-file-earmark-lock2-fill::before { content: "\F370"; }
.bi-file-earmark-lock2::before { content: "\F371"; }
.bi-file-earmark-medical-fill::before { content: "\F372"; }
.bi-file-earmark-medical::before { content: "\F373"; }
.bi-file-earmark-minus-fill::before { content: "\F374"; }
.bi-file-earmark-minus::before { content: "\F375"; }
.bi-file-earmark-music-fill::before { content: "\F376"; }
.bi-file-earmark-music::before { content: "\F377"; }
.bi-file-earmark-person-fill::before { content: "\F378"; }
.bi-file-earmark-person::before { content: "\F379"; }
.bi-file-earmark-play-fill::before { content: "\F37A"; }
.bi-file-earmark-play::before { content: "\F37B"; }
.bi-file-earmark-plus-fill::before { content: "\F37C"; }
.bi-file-earmark-plus::before { content: "\F37D"; }
.bi-file-earmark-post-fill::before { content: "\F37E"; }
.bi-file-earmark-post::before { content: "\F37F"; }
.bi-file-earmark-ppt-fill::before { content: "\F380"; }
.bi-file-earmark-ppt::before { content: "\F381"; }
.bi-file-earmark-richtext-fill::before { content: "\F382"; }
.bi-file-earmark-richtext::before { content: "\F383"; }
.bi-file-earmark-ruled-fill::before { content: "\F384"; }
.bi-file-earmark-ruled::before { content: "\F385"; }
.bi-file-earmark-slides-fill::before { content: "\F386"; }
.bi-file-earmark-slides::before { content: "\F387"; }
.bi-file-earmark-spreadsheet-fill::before { content: "\F388"; }
.bi-file-earmark-spreadsheet::before { content: "\F389"; }
.bi-file-earmark-text-fill::before { content: "\F38A"; }
.bi-file-earmark-text::before { content: "\F38B"; }
.bi-file-earmark-word-fill::before { content: "\F38C"; }
.bi-file-earmark-word::before { content: "\F38D"; }
.bi-file-earmark-x-fill::before { content: "\F38E"; }
.bi-file-earmark-x::before { content: "\F38F"; }
.bi-file-earmark-zip-fill::before { content: "\F390"; }
.bi-file-earmark-zip::before { content: "\F391"; }
.bi-file-earmark::before { content: "\F392"; }
.bi-file-easel-fill::before { content: "\F393"; }
.bi-file-easel::before { content: "\F394"; }
.bi-file-excel-fill::before { content: "\F395"; }
.bi-file-excel::before { content: "\F396"; }
.bi-file-fill::before { content: "\F397"; }
.bi-file-font-fill::before { content: "\F398"; }
.bi-file-font::before { content: "\F399"; }
.bi-file-image-fill::before { content: "\F39A"; }
.bi-file-image::before { content: "\F39B"; }
.bi-file-lock-fill::before { content: "\F39C"; }
.bi-file-lock::before { content: "\F39D"; }
.bi-file-lock2-fill::before { content: "\F39E"; }
.bi-file-lock2::before { content: "\F39F"; }
.bi-file-medical-fill::before { content: "\F3A0"; }
.bi-file-medical::before { content: "\F3A1"; }
.bi-file-minus-fill::before { content: "\F3A2"; }
.bi-file-minus::before { content: "\F3A3"; }
.bi-file-music-fill::before { content: "\F3A4"; }
.bi-file-music::before { content: "\F3A5"; }
.bi-file-person-fill::before { content: "\F3A6"; }
.bi-file-person::before { content: "\F3A7"; }
.bi-file-play-fill::before { content: "\F3A8"; }
.bi-file-play::before { content: "\F3A9"; }
.bi-file-plus-fill::before { content: "\F3AA"; }
.bi-file-plus::before { content: "\F3AB"; }
.bi-file-post-fill::before { content: "\F3AC"; }
.bi-file-post::before { content: "\F3AD"; }
.bi-file-ppt-fill::before { content: "\F3AE"; }
.bi-file-ppt::before { content: "\F3AF"; }
.bi-file-richtext-fill::before { content: "\F3B0"; }
.bi-file-richtext::before { content: "\F3B1"; }
.bi-file-ruled-fill::before { content: "\F3B2"; }
.bi-file-ruled::before { content: "\F3B3"; }
.bi-file-slides-fill::before { content: "\F3B4"; }
.bi-file-slides::before { content: "\F3B5"; }
.bi-file-spreadsheet-fill::before { content: "\F3B6"; }
.bi-file-spreadsheet::before { content: "\F3B7"; }
.bi-file-text-fill::before { content: "\F3B8"; }
.bi-file-text::before { content: "\F3B9"; }
.bi-file-word-fill::before { content: "\F3BA"; }
.bi-file-word::before { content: "\F3BB"; }
.bi-file-x-fill::before { content: "\F3BC"; }
.bi-file-x::before { content: "\F3BD"; }
.bi-file-zip-fill::before { content: "\F3BE"; }
.bi-file-zip::before { content: "\F3BF"; }
.bi-file::before { content: "\F3C0"; }
.bi-files-alt::before { content: "\F3C1"; }
.bi-files::before { content: "\F3C2"; }
.bi-film::before { content: "\F3C3"; }
.bi-filter-circle-fill::before { content: "\F3C4"; }
.bi-filter-circle::before { content: "\F3C5"; }
.bi-filter-left::before { content: "\F3C6"; }
.bi-filter-right::before { content: "\F3C7"; }
.bi-filter-square-fill::before { content: "\F3C8"; }
.bi-filter-square::before { content: "\F3C9"; }
.bi-filter::before { content: "\F3CA"; }
.bi-flag-fill::before { content: "\F3CB"; }
.bi-flag::before { content: "\F3CC"; }
.bi-flower1::before { content: "\F3CD"; }
.bi-flower2::before { content: "\F3CE"; }
.bi-flower3::before { content: "\F3CF"; }
.bi-folder-check::before { content: "\F3D0"; }
.bi-folder-fill::before { content: "\F3D1"; }
.bi-folder-minus::before { content: "\F3D2"; }
.bi-folder-plus::before { content: "\F3D3"; }
.bi-folder-symlink-fill::before { content: "\F3D4"; }
.bi-folder-symlink::before { content: "\F3D5"; }
.bi-folder-x::before { content: "\F3D6"; }
.bi-folder::before { content: "\F3D7"; }
.bi-folder2-open::before { content: "\F3D8"; }
.bi-folder2::before { content: "\F3D9"; }
.bi-fonts::before { content: "\F3DA"; }
.bi-forward-fill::before { content: "\F3DB"; }
.bi-forward::before { content: "\F3DC"; }
.bi-front::before { content: "\F3DD"; }
.bi-fullscreen-exit::before { content: "\F3DE"; }
.bi-fullscreen::before { content: "\F3DF"; }
.bi-funnel-fill::before { content: "\F3E0"; }
.bi-funnel::before { content: "\F3E1"; }
.bi-gear-fill::before { content: "\F3E2"; }
.bi-gear-wide-connected::before { content: "\F3E3"; }
.bi-gear-wide::before { content: "\F3E4"; }
.bi-gear::before { content: "\F3E5"; }
.bi-gem::before { content: "\F3E6"; }
.bi-geo-alt-fill::before { content: "\F3E7"; }
.bi-geo-alt::before { content: "\F3E8"; }
.bi-geo-fill::before { content: "\F3E9"; }
.bi-geo::before { content: "\F3EA"; }
.bi-gift-fill::before { content: "\F3EB"; }
.bi-gift::before { content: "\F3EC"; }
.bi-github::before { content: "\F3ED"; }
.bi-globe::before { content: "\F3EE"; }
.bi-globe2::before { content: "\F3EF"; }
.bi-google::before { content: "\F3F0"; }
.bi-graph-down::before { content: "\F3F1"; }
.bi-graph-up::before { content: "\F3F2"; }
.bi-grid-1x2-fill::before { content: "\F3F3"; }
.bi-grid-1x2::before { content: "\F3F4"; }
.bi-grid-3x2-gap-fill::before { content: "\F3F5"; }
.bi-grid-3x2-gap::before { content: "\F3F6"; }
.bi-grid-3x2::before { content: "\F3F7"; }
.bi-grid-3x3-gap-fill::before { content: "\F3F8"; }
.bi-grid-3x3-gap::before { content: "\F3F9"; }
.bi-grid-3x3::before { content: "\F3FA"; }
.bi-grid-fill::before { content: "\F3FB"; }
.bi-grid::before { content: "\F3FC"; }
.bi-grip-horizontal::before { content: "\F3FD"; }
.bi-grip-vertical::before { content: "\F3FE"; }
.bi-hammer::before { content: "\F3FF"; }
.bi-hand-index-fill::before { content: "\F400"; }
.bi-hand-index-thumb-fill::before { content: "\F401"; }
.bi-hand-index-thumb::before { content: "\F402"; }
.bi-hand-index::before { content: "\F403"; }
.bi-hand-thumbs-down-fill::before { content: "\F404"; }
.bi-hand-thumbs-down::before { content: "\F405"; }
.bi-hand-thumbs-up-fill::before { content: "\F406"; }
.bi-hand-thumbs-up::before { content: "\F407"; }
.bi-handbag-fill::before { content: "\F408"; }
.bi-handbag::before { content: "\F409"; }
.bi-hash::before { content: "\F40A"; }
.bi-hdd-fill::before { content: "\F40B"; }
.bi-hdd-network-fill::before { content: "\F40C"; }
.bi-hdd-network::before { content: "\F40D"; }
.bi-hdd-rack-fill::before { content: "\F40E"; }
.bi-hdd-rack::before { content: "\F40F"; }
.bi-hdd-stack-fill::before { content: "\F410"; }
.bi-hdd-stack::before { content: "\F411"; }
.bi-hdd::before { content: "\F412"; }
.bi-headphones::before { content: "\F413"; }
.bi-headset::before { content: "\F414"; }
.bi-heart-fill::before { content: "\F415"; }
.bi-heart-half::before { content: "\F416"; }
.bi-heart::before { content: "\F417"; }
.bi-heptagon-fill::before { content: "\F418"; }
.bi-heptagon-half::before { content: "\F419"; }
.bi-heptagon::before { content: "\F41A"; }
.bi-hexagon-fill::before { content: "\F41B"; }
.bi-hexagon-half::before { content: "\F41C"; }
.bi-hexagon::before { content: "\F41D"; }
.bi-hourglass-bottom::before { content: "\F41E"; }
.bi-hourglass-split::before { content: "\F41F"; }
.bi-hourglass-top::before { content: "\F420"; }
.bi-hourglass::before { content: "\F421"; }
.bi-house-door-fill::before { content: "\F422"; }
.bi-house-door::before { content: "\F423"; }
.bi-house-fill::before { content: "\F424"; }
.bi-house::before { content: "\F425"; }
.bi-hr::before { content: "\F426"; }
.bi-hurricane::before { content: "\F427"; }
.bi-image-alt::before { content: "\F428"; }
.bi-image-fill::before { content: "\F429"; }
.bi-image::before { content: "\F42A"; }
.bi-images::before { content: "\F42B"; }
.bi-inbox-fill::before { content: "\F42C"; }
.bi-inbox::before { content: "\F42D"; }
.bi-inboxes-fill::before { content: "\F42E"; }
.bi-inboxes::before { content: "\F42F"; }
.bi-info-circle-fill::before { content: "\F430"; }
.bi-info-circle::before { content: "\F431"; }
.bi-info-square-fill::before { content: "\F432"; }
.bi-info-square::before { content: "\F433"; }
.bi-info::before { content: "\F434"; }
.bi-input-cursor-text::before { content: "\F435"; }
.bi-input-cursor::before { content: "\F436"; }
.bi-instagram::before { content: "\F437"; }
.bi-intersect::before { content: "\F438"; }
.bi-journal-album::before { content: "\F439"; }
.bi-journal-arrow-down::before { content: "\F43A"; }
.bi-journal-arrow-up::before { content: "\F43B"; }
.bi-journal-bookmark-fill::before { content: "\F43C"; }
.bi-journal-bookmark::before { content: "\F43D"; }
.bi-journal-check::before { content: "\F43E"; }
.bi-journal-code::before { content: "\F43F"; }
.bi-journal-medical::before { content: "\F440"; }
.bi-journal-minus::before { content: "\F441"; }
.bi-journal-plus::before { content: "\F442"; }
.bi-journal-richtext::before { content: "\F443"; }
.bi-journal-text::before { content: "\F444"; }
.bi-journal-x::before { content: "\F445"; }
.bi-journal::before { content: "\F446"; }
.bi-journals::before { content: "\F447"; }
.bi-joystick::before { content: "\F448"; }
.bi-justify-left::before { content: "\F449"; }
.bi-justify-right::before { content: "\F44A"; }
.bi-justify::before { content: "\F44B"; }
.bi-kanban-fill::before { content: "\F44C"; }
.bi-kanban::before { content: "\F44D"; }
.bi-key-fill::before { content: "\F44E"; }
.bi-key::before { content: "\F44F"; }
.bi-keyboard-fill::before { content: "\F450"; }
.bi-keyboard::before { content: "\F451"; }
.bi-ladder::before { content: "\F452"; }
.bi-lamp-fill::before { content: "\F453"; }
.bi-lamp::before { content: "\F454"; }
.bi-laptop-fill::before { content: "\F455"; }
.bi-laptop::before { content: "\F456"; }
.bi-layer-backward::before { content: "\F457"; }
.bi-layer-forward::before { content: "\F458"; }
.bi-layers-fill::before { content: "\F459"; }
.bi-layers-half::before { content: "\F45A"; }
.bi-layers::before { content: "\F45B"; }
.bi-layout-sidebar-inset-reverse::before { content: "\F45C"; }
.bi-layout-sidebar-inset::before { content: "\F45D"; }
.bi-layout-sidebar-reverse::before { content: "\F45E"; }
.bi-layout-sidebar::before { content: "\F45F"; }
.bi-layout-split::before { content: "\F460"; }
.bi-layout-text-sidebar-reverse::before { content: "\F461"; }
.bi-layout-text-sidebar::before { content: "\F462"; }
.bi-layout-text-window-reverse::before { content: "\F463"; }
.bi-layout-text-window::before { content: "\F464"; }
.bi-layout-three-columns::before { content: "\F465"; }
.bi-layout-wtf::before { content: "\F466"; }
.bi-life-preserver::before { content: "\F467"; }
.bi-lightbulb-fill::before { content: "\F468"; }
.bi-lightbulb-off-fill::before { content: "\F469"; }
.bi-lightbulb-off::before { content: "\F46A"; }
.bi-lightbulb::before { content: "\F46B"; }
.bi-lightning-charge-fill::before { content: "\F46C"; }
.bi-lightning-charge::before { content: "\F46D"; }
.bi-lightning-fill::before { content: "\F46E"; }
.bi-lightning::before { content: "\F46F"; }
.bi-link-45deg::before { content: "\F470"; }
.bi-link::before { content: "\F471"; }
.bi-linkedin::before { content: "\F472"; }
.bi-list-check::before { content: "\F473"; }
.bi-list-nested::before { content: "\F474"; }
.bi-list-ol::before { content: "\F475"; }
.bi-list-stars::before { content: "\F476"; }
.bi-list-task::before { content: "\F477"; }
.bi-list-ul::before { content: "\F478"; }
.bi-list::before { content: "\F479"; }
.bi-lock-fill::before { content: "\F47A"; }
.bi-lock::before { content: "\F47B"; }
.bi-mailbox::before { content: "\F47C"; }
.bi-mailbox2::before { content: "\F47D"; }
.bi-map-fill::before { content: "\F47E"; }
.bi-map::before { content: "\F47F"; }
.bi-markdown-fill::before { content: "\F480"; }
.bi-markdown::before { content: "\F481"; }
.bi-mask::before { content: "\F482"; }
.bi-megaphone-fill::before { content: "\F483"; }
.bi-megaphone::before { content: "\F484"; }
.bi-menu-app-fill::before { content: "\F485"; }
.bi-menu-app::before { content: "\F486"; }
.bi-menu-button-fill::before { content: "\F487"; }
.bi-menu-button-wide-fill::before { content: "\F488"; }
.bi-menu-button-wide::before { content: "\F489"; }
.bi-menu-button::before { content: "\F48A"; }
.bi-menu-down::before { content: "\F48B"; }
.bi-menu-up::before { content: "\F48C"; }
.bi-mic-fill::before { content: "\F48D"; }
.bi-mic-mute-fill::before { content: "\F48E"; }
.bi-mic-mute::before { content: "\F48F"; }
.bi-mic::before { content: "\F490"; }
.bi-minecart-loaded::before { content: "\F491"; }
.bi-minecart::before { content: "\F492"; }
.bi-moisture::before { content: "\F493"; }
.bi-moon-fill::before { content: "\F494"; }
.bi-moon-stars-fill::before { content: "\F495"; }
.bi-moon-stars::before { content: "\F496"; }
.bi-moon::before { content: "\F497"; }
.bi-mouse-fill::before { content: "\F498"; }
.bi-mouse::before { content: "\F499"; }
.bi-mouse2-fill::before { content: "\F49A"; }
.bi-mouse2::before { content: "\F49B"; }
.bi-mouse3-fill::before { content: "\F49C"; }
.bi-mouse3::before { content: "\F49D"; }
.bi-music-note-beamed::before { content: "\F49E"; }
.bi-music-note-list::before { content: "\F49F"; }
.bi-music-note::before { content: "\F4A0"; }
.bi-music-player-fill::before { content: "\F4A1"; }
.bi-music-player::before { content: "\F4A2"; }
.bi-newspaper::before { content: "\F4A3"; }
.bi-node-minus-fill::before { content: "\F4A4"; }
.bi-node-minus::before { content: "\F4A5"; }
.bi-node-plus-fill::before { content: "\F4A6"; }
.bi-node-plus::before { content: "\F4A7"; }
.bi-nut-fill::before { content: "\F4A8"; }
.bi-nut::before { content: "\F4A9"; }
.bi-octagon-fill::before { content: "\F4AA"; }
.bi-octagon-half::before { content: "\F4AB"; }
.bi-octagon::before { content: "\F4AC"; }
.bi-option::before { content: "\F4AD"; }
.bi-outlet::before { content: "\F4AE"; }
.bi-paint-bucket::before { content: "\F4AF"; }
.bi-palette-fill::before { content: "\F4B0"; }
.bi-palette::before { content: "\F4B1"; }
.bi-palette2::before { content: "\F4B2"; }
.bi-paperclip::before { content: "\F4B3"; }
.bi-paragraph::before { content: "\F4B4"; }
.bi-patch-check-fill::before { content: "\F4B5"; }
.bi-patch-check::before { content: "\F4B6"; }
.bi-patch-exclamation-fill::before { content: "\F4B7"; }
.bi-patch-exclamation::before { content: "\F4B8"; }
.bi-patch-minus-fill::before { content: "\F4B9"; }
.bi-patch-minus::before { content: "\F4BA"; }
.bi-patch-plus-fill::before { content: "\F4BB"; }
.bi-patch-plus::before { content: "\F4BC"; }
.bi-patch-question-fill::before { content: "\F4BD"; }
.bi-patch-question::before { content: "\F4BE"; }
.bi-pause-btn-fill::before { content: "\F4BF"; }
.bi-pause-btn::before { content: "\F4C0"; }
.bi-pause-circle-fill::before { content: "\F4C1"; }
.bi-pause-circle::before { content: "\F4C2"; }
.bi-pause-fill::before { content: "\F4C3"; }
.bi-pause::before { content: "\F4C4"; }
.bi-peace-fill::before { content: "\F4C5"; }
.bi-peace::before { content: "\F4C6"; }
.bi-pen-fill::before { content: "\F4C7"; }
.bi-pen::before { content: "\F4C8"; }
.bi-pencil-fill::before { content: "\F4C9"; }
.bi-pencil-square::before { content: "\F4CA"; }
.bi-pencil::before { content: "\F4CB"; }
.bi-pentagon-fill::before { content: "\F4CC"; }
.bi-pentagon-half::before { content: "\F4CD"; }
.bi-pentagon::before { content: "\F4CE"; }
.bi-people-fill::before { content: "\F4CF"; }
.bi-people::before { content: "\F4D0"; }
.bi-percent::before { content: "\F4D1"; }
.bi-person-badge-fill::before { content: "\F4D2"; }
.bi-person-badge::before { content: "\F4D3"; }
.bi-person-bounding-box::before { content: "\F4D4"; }
.bi-person-check-fill::before { content: "\F4D5"; }
.bi-person-check::before { content: "\F4D6"; }
.bi-person-circle::before { content: "\F4D7"; }
.bi-person-dash-fill::before { content: "\F4D8"; }
.bi-person-dash::before { content: "\F4D9"; }
.bi-person-fill::before { content: "\F4DA"; }
.bi-person-lines-fill::before { content: "\F4DB"; }
.bi-person-plus-fill::before { content: "\F4DC"; }
.bi-person-plus::before { content: "\F4DD"; }
.bi-person-square::before { content: "\F4DE"; }
.bi-person-x-fill::before { content: "\F4DF"; }
.bi-person-x::before { content: "\F4E0"; }
.bi-person::before { content: "\F4E1"; }
.bi-phone-fill::before { content: "\F4E2"; }
.bi-phone-landscape-fill::before { content: "\F4E3"; }
.bi-phone-landscape::before { content: "\F4E4"; }
.bi-phone-vibrate-fill::before { content: "\F4E5"; }
.bi-phone-vibrate::before { content: "\F4E6"; }
.bi-phone::before { content: "\F4E7"; }
.bi-pie-chart-fill::before { content: "\F4E8"; }
.bi-pie-chart::before { content: "\F4E9"; }
.bi-pin-angle-fill::before { content: "\F4EA"; }
.bi-pin-angle::before { content: "\F4EB"; }
.bi-pin-fill::before { content: "\F4EC"; }
.bi-pin::before { content: "\F4ED"; }
.bi-pip-fill::before { content: "\F4EE"; }
.bi-pip::before { content: "\F4EF"; }
.bi-play-btn-fill::before { content: "\F4F0"; }
.bi-play-btn::before { content: "\F4F1"; }
.bi-play-circle-fill::before { content: "\F4F2"; }
.bi-play-circle::before { content: "\F4F3"; }
.bi-play-fill::before { content: "\F4F4"; }
.bi-play::before { content: "\F4F5"; }
.bi-plug-fill::before { content: "\F4F6"; }
.bi-plug::before { content: "\F4F7"; }
.bi-plus-circle-dotted::before { content: "\F4F8"; }
.bi-plus-circle-fill::before { content: "\F4F9"; }
.bi-plus-circle::before { content: "\F4FA"; }
.bi-plus-square-dotted::before { content: "\F4FB"; }
.bi-plus-square-fill::before { content: "\F4FC"; }
.bi-plus-square::before { content: "\F4FD"; }
.bi-plus::before { content: "\F4FE"; }
.bi-power::before { content: "\F4FF"; }
.bi-printer-fill::before { content: "\F500"; }
.bi-printer::before { content: "\F501"; }
.bi-puzzle-fill::before { content: "\F502"; }
.bi-puzzle::before { content: "\F503"; }
.bi-question-circle-fill::before { content: "\F504"; }
.bi-question-circle::before { content: "\F505"; }
.bi-question-diamond-fill::before { content: "\F506"; }
.bi-question-diamond::before { content: "\F507"; }
.bi-question-octagon-fill::before { content: "\F508"; }
.bi-question-octagon::before { content: "\F509"; }
.bi-question-square-fill::before { content: "\F50A"; }
.bi-question-square::before { content: "\F50B"; }
.bi-question::before { content: "\F50C"; }
.bi-rainbow::before { content: "\F50D"; }
.bi-receipt-cutoff::before { content: "\F50E"; }
.bi-receipt::before { content: "\F50F"; }
.bi-reception-0::before { content: "\F510"; }
.bi-reception-1::before { content: "\F511"; }
.bi-reception-2::before { content: "\F512"; }
.bi-reception-3::before { content: "\F513"; }
.bi-reception-4::before { content: "\F514"; }
.bi-record-btn-fill::before { content: "\F515"; }
.bi-record-btn::before { content: "\F516"; }
.bi-record-circle-fill::before { content: "\F517"; }
.bi-record-circle::before { content: "\F518"; }
.bi-record-fill::before { content: "\F519"; }
.bi-record::before { content: "\F51A"; }
.bi-record2-fill::before { content: "\F51B"; }
.bi-record2::before { content: "\F51C"; }
.bi-reply-all-fill::before { content: "\F51D"; }
.bi-reply-all::before { content: "\F51E"; }
.bi-reply-fill::before { content: "\F51F"; }
.bi-reply::before { content: "\F520"; }
.bi-rss-fill::before { content: "\F521"; }
.bi-rss::before { content: "\F522"; }
.bi-rulers::before { content: "\F523"; }
.bi-save-fill::before { content: "\F524"; }
.bi-save::before { content: "\F525"; }
.bi-save2-fill::before { content: "\F526"; }
.bi-save2::before { content: "\F527"; }
.bi-scissors::before { content: "\F528"; }
.bi-screwdriver::before { content: "\F529"; }
.bi-search::before { content: "\F52A"; }
.bi-segmented-nav::before { content: "\F52B"; }
.bi-server::before { content: "\F52C"; }
.bi-share-fill::before { content: "\F52D"; }
.bi-share::before { content: "\F52E"; }
.bi-shield-check::before { content: "\F52F"; }
.bi-shield-exclamation::before { content: "\F530"; }
.bi-shield-fill-check::before { content: "\F531"; }
.bi-shield-fill-exclamation::before { content: "\F532"; }
.bi-shield-fill-minus::before { content: "\F533"; }
.bi-shield-fill-plus::before { content: "\F534"; }
.bi-shield-fill-x::before { content: "\F535"; }
.bi-shield-fill::before { content: "\F536"; }
.bi-shield-lock-fill::before { content: "\F537"; }
.bi-shield-lock::before { content: "\F538"; }
.bi-shield-minus::before { content: "\F539"; }
.bi-shield-plus::before { content: "\F53A"; }
.bi-shield-shaded::before { content: "\F53B"; }
.bi-shield-slash-fill::before { content: "\F53C"; }
.bi-shield-slash::before { content: "\F53D"; }
.bi-shield-x::before { content: "\F53E"; }
.bi-shield::before { content: "\F53F"; }
.bi-shift-fill::before { content: "\F540"; }
.bi-shift::before { content: "\F541"; }
.bi-shop-window::before { content: "\F542"; }
.bi-shop::before { content: "\F543"; }
.bi-shuffle::before { content: "\F544"; }
.bi-signpost-2-fill::before { content: "\F545"; }
.bi-signpost-2::before { content: "\F546"; }
.bi-signpost-fill::before { content: "\F547"; }
.bi-signpost-split-fill::before { content: "\F548"; }
.bi-signpost-split::before { content: "\F549"; }
.bi-signpost::before { content: "\F54A"; }
.bi-sim-fill::before { content: "\F54B"; }
.bi-sim::before { content: "\F54C"; }
.bi-skip-backward-btn-fill::before { content: "\F54D"; }
.bi-skip-backward-btn::before { content: "\F54E"; }
.bi-skip-backward-circle-fill::before { content: "\F54F"; }
.bi-skip-backward-circle::before { content: "\F550"; }
.bi-skip-backward-fill::before { content: "\F551"; }
.bi-skip-backward::before { content: "\F552"; }
.bi-skip-end-btn-fill::before { content: "\F553"; }
.bi-skip-end-btn::before { content: "\F554"; }
.bi-skip-end-circle-fill::before { content: "\F555"; }
.bi-skip-end-circle::before { content: "\F556"; }
.bi-skip-end-fill::before { content: "\F557"; }
.bi-skip-end::before { content: "\F558"; }
.bi-skip-forward-btn-fill::before { content: "\F559"; }
.bi-skip-forward-btn::before { content: "\F55A"; }
.bi-skip-forward-circle-fill::before { content: "\F55B"; }
.bi-skip-forward-circle::before { content: "\F55C"; }
.bi-skip-forward-fill::before { content: "\F55D"; }
.bi-skip-forward::before { content: "\F55E"; }
.bi-skip-start-btn-fill::before { content: "\F55F"; }
.bi-skip-start-btn::before { content: "\F560"; }
.bi-skip-start-circle-fill::before { content: "\F561"; }
.bi-skip-start-circle::before { content: "\F562"; }
.bi-skip-start-fill::before { content: "\F563"; }
.bi-skip-start::before { content: "\F564"; }
.bi-slack::before { content: "\F565"; }
.bi-slash-circle-fill::before { content: "\F566"; }
.bi-slash-circle::before { content: "\F567"; }
.bi-slash-square-fill::before { content: "\F568"; }
.bi-slash-square::before { content: "\F569"; }
.bi-slash::before { content: "\F56A"; }
.bi-sliders::before { content: "\F56B"; }
.bi-smartwatch::before { content: "\F56C"; }
.bi-snow::before { content: "\F56D"; }
.bi-snow2::before { content: "\F56E"; }
.bi-snow3::before { content: "\F56F"; }
.bi-sort-alpha-down-alt::before { content: "\F570"; }
.bi-sort-alpha-down::before { content: "\F571"; }
.bi-sort-alpha-up-alt::before { content: "\F572"; }
.bi-sort-alpha-up::before { content: "\F573"; }
.bi-sort-down-alt::before { content: "\F574"; }
.bi-sort-down::before { content: "\F575"; }
.bi-sort-numeric-down-alt::before { content: "\F576"; }
.bi-sort-numeric-down::before { content: "\F577"; }
.bi-sort-numeric-up-alt::before { content: "\F578"; }
.bi-sort-numeric-up::before { content: "\F579"; }
.bi-sort-up-alt::before { content: "\F57A"; }
.bi-sort-up::before { content: "\F57B"; }
.bi-soundwave::before { content: "\F57C"; }
.bi-speaker-fill::before { content: "\F57D"; }
.bi-speaker::before { content: "\F57E"; }
.bi-speedometer::before { content: "\F57F"; }
.bi-speedometer2::before { content: "\F580"; }
.bi-spellcheck::before { content: "\F581"; }
.bi-square-fill::before { content: "\F582"; }
.bi-square-half::before { content: "\F583"; }
.bi-square::before { content: "\F584"; }
.bi-stack::before { content: "\F585"; }
.bi-star-fill::before { content: "\F586"; }
.bi-star-half::before { content: "\F587"; }
.bi-star::before { content: "\F588"; }
.bi-stars::before { content: "\F589"; }
.bi-stickies-fill::before { content: "\F58A"; }
.bi-stickies::before { content: "\F58B"; }
.bi-sticky-fill::before { content: "\F58C"; }
.bi-sticky::before { content: "\F58D"; }
.bi-stop-btn-fill::before { content: "\F58E"; }
.bi-stop-btn::before { content: "\F58F"; }
.bi-stop-circle-fill::before { content: "\F590"; }
.bi-stop-circle::before { content: "\F591"; }
.bi-stop-fill::before { content: "\F592"; }
.bi-stop::before { content: "\F593"; }
.bi-stoplights-fill::before { content: "\F594"; }
.bi-stoplights::before { content: "\F595"; }
.bi-stopwatch-fill::before { content: "\F596"; }
.bi-stopwatch::before { content: "\F597"; }
.bi-subtract::before { content: "\F598"; }
.bi-suit-club-fill::before { content: "\F599"; }
.bi-suit-club::before { content: "\F59A"; }
.bi-suit-diamond-fill::before { content: "\F59B"; }
.bi-suit-diamond::before { content: "\F59C"; }
.bi-suit-heart-fill::before { content: "\F59D"; }
.bi-suit-heart::before { content: "\F59E"; }
.bi-suit-spade-fill::before { content: "\F59F"; }
.bi-suit-spade::before { content: "\F5A0"; }
.bi-sun-fill::before { content: "\F5A1"; }
.bi-sun::before { content: "\F5A2"; }
.bi-sunglasses::before { content: "\F5A3"; }
.bi-sunrise-fill::before { content: "\F5A4"; }
.bi-sunrise::before { content: "\F5A5"; }
.bi-sunset-fill::before { content: "\F5A6"; }
.bi-sunset::before { content: "\F5A7"; }
.bi-symmetry-horizontal::before { content: "\F5A8"; }
.bi-symmetry-vertical::before { content: "\F5A9"; }
.bi-table::before { content: "\F5AA"; }
.bi-tablet-fill::before { content: "\F5AB"; }
.bi-tablet-landscape-fill::before { content: "\F5AC"; }
.bi-tablet-landscape::before { content: "\F5AD"; }
.bi-tablet::before { content: "\F5AE"; }
.bi-tag-fill::before { content: "\F5AF"; }
.bi-tag::before { content: "\F5B0"; }
.bi-tags-fill::before { content: "\F5B1"; }
.bi-tags::before { content: "\F5B2"; }
.bi-telegram::before { content: "\F5B3"; }
.bi-telephone-fill::before { content: "\F5B4"; }
.bi-telephone-forward-fill::before { content: "\F5B5"; }
.bi-telephone-forward::before { content: "\F5B6"; }
.bi-telephone-inbound-fill::before { content: "\F5B7"; }
.bi-telephone-inbound::before { content: "\F5B8"; }
.bi-telephone-minus-fill::before { content: "\F5B9"; }
.bi-telephone-minus::before { content: "\F5BA"; }
.bi-telephone-outbound-fill::before { content: "\F5BB"; }
.bi-telephone-outbound::before { content: "\F5BC"; }
.bi-telephone-plus-fill::before { content: "\F5BD"; }
.bi-telephone-plus::before { content: "\F5BE"; }
.bi-telephone-x-fill::before { content: "\F5BF"; }
.bi-telephone-x::before { content: "\F5C0"; }
.bi-telephone::before { content: "\F5C1"; }
.bi-terminal-fill::before { content: "\F5C2"; }
.bi-terminal::before { content: "\F5C3"; }
.bi-text-center::before { content: "\F5C4"; }
.bi-text-indent-left::before { content: "\F5C5"; }
.bi-text-indent-right::before { content: "\F5C6"; }
.bi-text-left::before { content: "\F5C7"; }
.bi-text-paragraph::before { content: "\F5C8"; }
.bi-text-right::before { content: "\F5C9"; }
.bi-textarea-resize::before { content: "\F5CA"; }
.bi-textarea-t::before { content: "\F5CB"; }
.bi-textarea::before { content: "\F5CC"; }
.bi-thermometer-half::before { content: "\F5CD"; }
.bi-thermometer-high::before { content: "\F5CE"; }
.bi-thermometer-low::before { content: "\F5CF"; }
.bi-thermometer-snow::before { content: "\F5D0"; }
.bi-thermometer-sun::before { content: "\F5D1"; }
.bi-thermometer::before { content: "\F5D2"; }
.bi-three-dots-vertical::before { content: "\F5D3"; }
.bi-three-dots::before { content: "\F5D4"; }
.bi-toggle-off::before { content: "\F5D5"; }
.bi-toggle-on::before { content: "\F5D6"; }
.bi-toggle2-off::before { content: "\F5D7"; }
.bi-toggle2-on::before { content: "\F5D8"; }
.bi-toggles::before { content: "\F5D9"; }
.bi-toggles2::before { content: "\F5DA"; }
.bi-tools::before { content: "\F5DB"; }
.bi-tornado::before { content: "\F5DC"; }
.bi-trash-fill::before { content: "\F5DD"; }
.bi-trash::before { content: "\F5DE"; }
.bi-trash2-fill::before { content: "\F5DF"; }
.bi-trash2::before { content: "\F5E0"; }
.bi-tree-fill::before { content: "\F5E1"; }
.bi-tree::before { content: "\F5E2"; }
.bi-triangle-fill::before { content: "\F5E3"; }
.bi-triangle-half::before { content: "\F5E4"; }
.bi-triangle::before { content: "\F5E5"; }
.bi-trophy-fill::before { content: "\F5E6"; }
.bi-trophy::before { content: "\F5E7"; }
.bi-tropical-storm::before { content: "\F5E8"; }
.bi-truck-flatbed::before { content: "\F5E9"; }
.bi-truck::before { content: "\F5EA"; }
.bi-tsunami::before { content: "\F5EB"; }
.bi-tv-fill::before { content: "\F5EC"; }
.bi-tv::before { content: "\F5ED"; }
.bi-twitch::before { content: "\F5EE"; }
.bi-twitter::before { content: "\F5EF"; }
.bi-type-bold::before { content: "\F5F0"; }
.bi-type-h1::before { content: "\F5F1"; }
.bi-type-h2::before { content: "\F5F2"; }
.bi-type-h3::before { content: "\F5F3"; }
.bi-type-italic::before { content: "\F5F4"; }
.bi-type-strikethrough::before { content: "\F5F5"; }
.bi-type-underline::before { content: "\F5F6"; }
.bi-type::before { content: "\F5F7"; }
.bi-ui-checks-grid::before { content: "\F5F8"; }
.bi-ui-checks::before { content: "\F5F9"; }
.bi-ui-radios-grid::before { content: "\F5FA"; }
.bi-ui-radios::before { content: "\F5FB"; }
.bi-umbrella-fill::before { content: "\F5FC"; }
.bi-umbrella::before { content: "\F5FD"; }
.bi-union::before { content: "\F5FE"; }
.bi-unlock-fill::before { content: "\F5FF"; }
.bi-unlock::before { content: "\F600"; }
.bi-upc-scan::before { content: "\F601"; }
.bi-upc::before { content: "\F602"; }
.bi-upload::before { content: "\F603"; }
.bi-vector-pen::before { content: "\F604"; }
.bi-view-list::before { content: "\F605"; }
.bi-view-stacked::before { content: "\F606"; }
.bi-vinyl-fill::before { content: "\F607"; }
.bi-vinyl::before { content: "\F608"; }
.bi-voicemail::before { content: "\F609"; }
.bi-volume-down-fill::before { content: "\F60A"; }
.bi-volume-down::before { content: "\F60B"; }
.bi-volume-mute-fill::before { content: "\F60C"; }
.bi-volume-mute::before { content: "\F60D"; }
.bi-volume-off-fill::before { content: "\F60E"; }
.bi-volume-off::before { content: "\F60F"; }
.bi-volume-up-fill::before { content: "\F610"; }
.bi-volume-up::before { content: "\F611"; }
.bi-vr::before { content: "\F612"; }
.bi-wallet-fill::before { content: "\F613"; }
.bi-wallet::before { content: "\F614"; }
.bi-wallet2::before { content: "\F615"; }
.bi-watch::before { content: "\F616"; }
.bi-water::before { content: "\F617"; }
.bi-whatsapp::before { content: "\F618"; }
.bi-wifi-1::before { content: "\F619"; }
.bi-wifi-2::before { content: "\F61A"; }
.bi-wifi-off::before { content: "\F61B"; }
.bi-wifi::before { content: "\F61C"; }
.bi-wind::before { content: "\F61D"; }
.bi-window-dock::before { content: "\F61E"; }
.bi-window-sidebar::before { content: "\F61F"; }
.bi-window::before { content: "\F620"; }
.bi-wrench::before { content: "\F621"; }
.bi-x-circle-fill::before { content: "\F622"; }
.bi-x-circle::before { content: "\F623"; }
.bi-x-diamond-fill::before { content: "\F624"; }
.bi-x-diamond::before { content: "\F625"; }
.bi-x-octagon-fill::before { content: "\F626"; }
.bi-x-octagon::before { content: "\F627"; }
.bi-x-square-fill::before { content: "\F628"; }
.bi-x-square::before { content: "\F629"; }
.bi-x::before { content: "\F62A"; }
.bi-youtube::before { content: "\F62B"; }
.bi-zoom-in::before { content: "\F62C"; }
.bi-zoom-out::before { content: "\F62D"; }
.bi-bank::before { content: "\F62E"; }
.bi-bank2::before { content: "\F62F"; }
.bi-bell-slash-fill::before { content: "\F630"; }
.bi-bell-slash::before { content: "\F631"; }
.bi-cash-coin::before { content: "\F632"; }
.bi-check-lg::before { content: "\F633"; }
.bi-coin::before { content: "\F634"; }
.bi-currency-bitcoin::before { content: "\F635"; }
.bi-currency-dollar::before { content: "\F636"; }
.bi-currency-euro::before { content: "\F637"; }
.bi-currency-exchange::before { content: "\F638"; }
.bi-currency-pound::before { content: "\F639"; }
.bi-currency-yen::before { content: "\F63A"; }
.bi-dash-lg::before { content: "\F63B"; }
.bi-exclamation-lg::before { content: "\F63C"; }
.bi-file-earmark-pdf-fill::before { content: "\F63D"; }
.bi-file-earmark-pdf::before { content: "\F63E"; }
.bi-file-pdf-fill::before { content: "\F63F"; }
.bi-file-pdf::before { content: "\F640"; }
.bi-gender-ambiguous::before { content: "\F641"; }
.bi-gender-female::before { content: "\F642"; }
.bi-gender-male::before { content: "\F643"; }
.bi-gender-trans::before { content: "\F644"; }
.bi-headset-vr::before { content: "\F645"; }
.bi-info-lg::before { content: "\F646"; }
.bi-mastodon::before { content: "\F647"; }
.bi-messenger::before { content: "\F648"; }
.bi-piggy-bank-fill::before { content: "\F649"; }
.bi-piggy-bank::before { content: "\F64A"; }
.bi-pin-map-fill::before { content: "\F64B"; }
.bi-pin-map::before { content: "\F64C"; }
.bi-plus-lg::before { content: "\F64D"; }
.bi-question-lg::before { content: "\F64E"; }
.bi-recycle::before { content: "\F64F"; }
.bi-reddit::before { content: "\F650"; }
.bi-safe-fill::before { content: "\F651"; }
.bi-safe2-fill::before { content: "\F652"; }
.bi-safe2::before { content: "\F653"; }
.bi-sd-card-fill::before { content: "\F654"; }
.bi-sd-card::before { content: "\F655"; }
.bi-skype::before { content: "\F656"; }
.bi-slash-lg::before { content: "\F657"; }
.bi-translate::before { content: "\F658"; }
.bi-x-lg::before { content: "\F659"; }
.bi-safe::before { content: "\F65A"; }
.bi-apple::before { content: "\F65B"; }
.bi-microsoft::before { content: "\F65D"; }
.bi-windows::before { content: "\F65E"; }
.bi-behance::before { content: "\F65C"; }
.bi-dribbble::before { content: "\F65F"; }
.bi-line::before { content: "\F660"; }
.bi-medium::before { content: "\F661"; }
.bi-paypal::before { content: "\F662"; }
.bi-pinterest::before { content: "\F663"; }
.bi-signal::before { content: "\F664"; }
.bi-snapchat::before { content: "\F665"; }
.bi-spotify::before { content: "\F666"; }
.bi-stack-overflow::before { content: "\F667"; }
.bi-strava::before { content: "\F668"; }
.bi-wordpress::before { content: "\F669"; }
.bi-vimeo::before { content: "\F66A"; }
.bi-activity::before { content: "\F66B"; }
.bi-easel2-fill::before { content: "\F66C"; }
.bi-easel2::before { content: "\F66D"; }
.bi-easel3-fill::before { content: "\F66E"; }
.bi-easel3::before { content: "\F66F"; }
.bi-fan::before { content: "\F670"; }
.bi-fingerprint::before { content: "\F671"; }
.bi-graph-down-arrow::before { content: "\F672"; }
.bi-graph-up-arrow::before { content: "\F673"; }
.bi-hypnotize::before { content: "\F674"; }
.bi-magic::before { content: "\F675"; }
.bi-person-rolodex::before { content: "\F676"; }
.bi-person-video::before { content: "\F677"; }
.bi-person-video2::before { content: "\F678"; }
.bi-person-video3::before { content: "\F679"; }
.bi-person-workspace::before { content: "\F67A"; }
.bi-radioactive::before { content: "\F67B"; }
.bi-webcam-fill::before { content: "\F67C"; }
.bi-webcam::before { content: "\F67D"; }
.bi-yin-yang::before { content: "\F67E"; }
.bi-bandaid-fill::before { content: "\F680"; }
.bi-bandaid::before { content: "\F681"; }
.bi-bluetooth::before { content: "\F682"; }
.bi-body-text::before { content: "\F683"; }
.bi-boombox::before { content: "\F684"; }
.bi-boxes::before { content: "\F685"; }
.bi-dpad-fill::before { content: "\F686"; }
.bi-dpad::before { content: "\F687"; }
.bi-ear-fill::before { content: "\F688"; }
.bi-ear::before { content: "\F689"; }
.bi-envelope-check-1::before { content: "\F68A"; }
.bi-envelope-check-fill::before { content: "\F68B"; }
.bi-envelope-check::before { content: "\F68C"; }
.bi-envelope-dash-1::before { content: "\F68D"; }
.bi-envelope-dash-fill::before { content: "\F68E"; }
.bi-envelope-dash::before { content: "\F68F"; }
.bi-envelope-exclamation-1::before { content: "\F690"; }
.bi-envelope-exclamation-fill::before { content: "\F691"; }
.bi-envelope-exclamation::before { content: "\F692"; }
.bi-envelope-plus-fill::before { content: "\F693"; }
.bi-envelope-plus::before { content: "\F694"; }
.bi-envelope-slash-1::before { content: "\F695"; }
.bi-envelope-slash-fill::before { content: "\F696"; }
.bi-envelope-slash::before { content: "\F697"; }
.bi-envelope-x-1::before { content: "\F698"; }
.bi-envelope-x-fill::before { content: "\F699"; }
.bi-envelope-x::before { content: "\F69A"; }
.bi-explicit-fill::before { content: "\F69B"; }
.bi-explicit::before { content: "\F69C"; }
.bi-git::before { content: "\F69D"; }
.bi-infinity::before { content: "\F69E"; }
.bi-list-columns-reverse::before { content: "\F69F"; }
.bi-list-columns::before { content: "\F6A0"; }
.bi-meta::before { content: "\F6A1"; }
.bi-mortorboard-fill::before { content: "\F6A2"; }
.bi-mortorboard::before { content: "\F6A3"; }
.bi-nintendo-switch::before { content: "\F6A4"; }
.bi-pc-display-horizontal::before { content: "\F6A5"; }
.bi-pc-display::before { content: "\F6A6"; }
.bi-pc-horizontal::before { content: "\F6A7"; }
.bi-pc::before { content: "\F6A8"; }
.bi-playstation::before { content: "\F6A9"; }
.bi-plus-slash-minus::before { content: "\F6AA"; }
.bi-projector-fill::before { content: "\F6AB"; }
.bi-projector::before { content: "\F6AC"; }
.bi-qr-code-scan::before { content: "\F6AD"; }
.bi-qr-code::before { content: "\F6AE"; }
.bi-quora::before { content: "\F6AF"; }
.bi-quote::before { content: "\F6B0"; }
.bi-robot::before { content: "\F6B1"; }
.bi-send-check-fill::before { content: "\F6B2"; }
.bi-send-check::before { content: "\F6B3"; }
.bi-send-dash-fill::before { content: "\F6B4"; }
.bi-send-dash::before { content: "\F6B5"; }
.bi-send-exclamation-1::before { content: "\F6B6"; }
.bi-send-exclamation-fill::before { content: "\F6B7"; }
.bi-send-exclamation::before { content: "\F6B8"; }
.bi-send-fill::before { content: "\F6B9"; }
.bi-send-plus-fill::before { content: "\F6BA"; }
.bi-send-plus::before { content: "\F6BB"; }
.bi-send-slash-fill::before { content: "\F6BC"; }
.bi-send-slash::before { content: "\F6BD"; }
.bi-send-x-fill::before { content: "\F6BE"; }
.bi-send-x::before { content: "\F6BF"; }
.bi-send::before { content: "\F6C0"; }
.bi-steam::before { content: "\F6C1"; }
.bi-terminal-dash-1::before { content: "\F6C2"; }
.bi-terminal-dash::before { content: "\F6C3"; }
.bi-terminal-plus::before { content: "\F6C4"; }
.bi-terminal-split::before { content: "\F6C5"; }
.bi-ticket-detailed-fill::before { content: "\F6C6"; }
.bi-ticket-detailed::before { content: "\F6C7"; }
.bi-ticket-fill::before { content: "\F6C8"; }
.bi-ticket-perforated-fill::before { content: "\F6C9"; }
.bi-ticket-perforated::before { content: "\F6CA"; }
.bi-ticket::before { content: "\F6CB"; }
.bi-tiktok::before { content: "\F6CC"; }
.bi-window-dash::before { content: "\F6CD"; }
.bi-window-desktop::before { content: "\F6CE"; }
.bi-window-fullscreen::before { content: "\F6CF"; }
.bi-window-plus::before { content: "\F6D0"; }
.bi-window-split::before { content: "\F6D1"; }
.bi-window-stack::before { content: "\F6D2"; }
.bi-window-x::before { content: "\F6D3"; }
.bi-xbox::before { content: "\F6D4"; }
.bi-ethernet::before { content: "\F6D5"; }
.bi-hdmi-fill::before { content: "\F6D6"; }
.bi-hdmi::before { content: "\F6D7"; }
.bi-usb-c-fill::before { content: "\F6D8"; }
.bi-usb-c::before { content: "\F6D9"; }
.bi-usb-fill::before { content: "\F6DA"; }
.bi-usb-plug-fill::before { content: "\F6DB"; }
.bi-usb-plug::before { content: "\F6DC"; }
.bi-usb-symbol::before { content: "\F6DD"; }
.bi-usb::before { content: "\F6DE"; }
.bi-boombox-fill::before { content: "\F6DF"; }
.bi-displayport-1::before { content: "\F6E0"; }
.bi-displayport::before { content: "\F6E1"; }
.bi-gpu-card::before { content: "\F6E2"; }
.bi-memory::before { content: "\F6E3"; }
.bi-modem-fill::before { content: "\F6E4"; }
.bi-modem::before { content: "\F6E5"; }
.bi-motherboard-fill::before { content: "\F6E6"; }
.bi-motherboard::before { content: "\F6E7"; }
.bi-optical-audio-fill::before { content: "\F6E8"; }
.bi-optical-audio::before { content: "\F6E9"; }
.bi-pci-card::before { content: "\F6EA"; }
.bi-router-fill::before { content: "\F6EB"; }
.bi-router::before { content: "\F6EC"; }
.bi-ssd-fill::before { content: "\F6ED"; }
.bi-ssd::before { content: "\F6EE"; }
.bi-thunderbolt-fill::before { content: "\F6EF"; }
.bi-thunderbolt::before { content: "\F6F0"; }
.bi-usb-drive-fill::before { content: "\F6F1"; }
.bi-usb-drive::before { content: "\F6F2"; }
.bi-usb-micro-fill::before { content: "\F6F3"; }
.bi-usb-micro::before { content: "\F6F4"; }
.bi-usb-mini-fill::before { content: "\F6F5"; }
.bi-usb-mini::before { content: "\F6F6"; }
.bi-cloud-haze2::before { content: "\F6F7"; }
.bi-device-hdd-fill::before { content: "\F6F8"; }
.bi-device-hdd::before { content: "\F6F9"; }
.bi-device-ssd-fill::before { content: "\F6FA"; }
.bi-device-ssd::before { content: "\F6FB"; }
.bi-displayport-fill::before { content: "\F6FC"; }
.bi-mortarboard-fill::before { content: "\F6FD"; }
.bi-mortarboard::before { content: "\F6FE"; }
.bi-terminal-x::before { content: "\F6FF"; }
.bi-arrow-through-heart-fill::before { content: "\F700"; }
.bi-arrow-through-heart::before { content: "\F701"; }
.bi-badge-sd-fill::before { content: "\F702"; }
.bi-badge-sd::before { content: "\F703"; }
.bi-bag-heart-fill::before { content: "\F704"; }
.bi-bag-heart::before { content: "\F705"; }
.bi-balloon-fill::before { content: "\F706"; }
.bi-balloon-heart-fill::before { content: "\F707"; }
.bi-balloon-heart::before { content: "\F708"; }
.bi-balloon::before { content: "\F709"; }
.bi-box2-fill::before { content: "\F70A"; }
.bi-box2-heart-fill::before { content: "\F70B"; }
.bi-box2-heart::before { content: "\F70C"; }
.bi-box2::before { content: "\F70D"; }
.bi-braces-asterisk::before { content: "\F70E"; }
.bi-calendar-heart-fill::before { content: "\F70F"; }
.bi-calendar-heart::before { content: "\F710"; }
.bi-calendar2-heart-fill::before { content: "\F711"; }
.bi-calendar2-heart::before { content: "\F712"; }
.bi-chat-heart-fill::before { content: "\F713"; }
.bi-chat-heart::before { content: "\F714"; }
.bi-chat-left-heart-fill::before { content: "\F715"; }
.bi-chat-left-heart::before { content: "\F716"; }
.bi-chat-right-heart-fill::before { content: "\F717"; }
.bi-chat-right-heart::before { content: "\F718"; }
.bi-chat-square-heart-fill::before { content: "\F719"; }
.bi-chat-square-heart::before { content: "\F71A"; }
.bi-clipboard-check-fill::before { content: "\F71B"; }
.bi-clipboard-data-fill::before { content: "\F71C"; }
.bi-clipboard-fill::before { content: "\F71D"; }
.bi-clipboard-heart-fill::before { content: "\F71E"; }
.bi-clipboard-heart::before { content: "\F71F"; }
.bi-clipboard-minus-fill::before { content: "\F720"; }
.bi-clipboard-plus-fill::before { content: "\F721"; }
.bi-clipboard-pulse::before { content: "\F722"; }
.bi-clipboard-x-fill::before { content: "\F723"; }
.bi-clipboard2-check-fill::before { content: "\F724"; }
.bi-clipboard2-check::before { content: "\F725"; }
.bi-clipboard2-data-fill::before { content: "\F726"; }
.bi-clipboard2-data::before { content: "\F727"; }
.bi-clipboard2-fill::before { content: "\F728"; }
.bi-clipboard2-heart-fill::before { content: "\F729"; }
.bi-clipboard2-heart::before { content: "\F72A"; }
.bi-clipboard2-minus-fill::before { content: "\F72B"; }
.bi-clipboard2-minus::before { content: "\F72C"; }
.bi-clipboard2-plus-fill::before { content: "\F72D"; }
.bi-clipboard2-plus::before { content: "\F72E"; }
.bi-clipboard2-pulse-fill::before { content: "\F72F"; }
.bi-clipboard2-pulse::before { content: "\F730"; }
.bi-clipboard2-x-fill::before { content: "\F731"; }
.bi-clipboard2-x::before { content: "\F732"; }
.bi-clipboard2::before { content: "\F733"; }
.bi-emoji-kiss-fill::before { content: "\F734"; }
.bi-emoji-kiss::before { content: "\F735"; }
.bi-envelope-heart-fill::before { content: "\F736"; }
.bi-envelope-heart::before { content: "\F737"; }
.bi-envelope-open-heart-fill::before { content: "\F738"; }
.bi-envelope-open-heart::before { content: "\F739"; }
.bi-envelope-paper-fill::before { content: "\F73A"; }
.bi-envelope-paper-heart-fill::before { content: "\F73B"; }
.bi-envelope-paper-heart::before { content: "\F73C"; }
.bi-envelope-paper::before { content: "\F73D"; }
.bi-filetype-aac::before { content: "\F73E"; }
.bi-filetype-ai::before { content: "\F73F"; }
.bi-filetype-bmp::before { content: "\F740"; }
.bi-filetype-cs::before { content: "\F741"; }
.bi-filetype-css::before { content: "\F742"; }
.bi-filetype-csv::before { content: "\F743"; }
.bi-filetype-doc::before { content: "\F744"; }
.bi-filetype-docx::before { content: "\F745"; }
.bi-filetype-exe::before { content: "\F746"; }
.bi-filetype-gif::before { content: "\F747"; }
.bi-filetype-heic::before { content: "\F748"; }
.bi-filetype-html::before { content: "\F749"; }
.bi-filetype-java::before { content: "\F74A"; }
.bi-filetype-jpg::before { content: "\F74B"; }
.bi-filetype-js::before { content: "\F74C"; }
.bi-filetype-jsx::before { content: "\F74D"; }
.bi-filetype-key::before { content: "\F74E"; }
.bi-filetype-m4p::before { content: "\F74F"; }
.bi-filetype-md::before { content: "\F750"; }
.bi-filetype-mdx::before { content: "\F751"; }
.bi-filetype-mov::before { content: "\F752"; }
.bi-filetype-mp3::before { content: "\F753"; }
.bi-filetype-mp4::before { content: "\F754"; }
.bi-filetype-otf::before { content: "\F755"; }
.bi-filetype-pdf::before { content: "\F756"; }
.bi-filetype-php::before { content: "\F757"; }
.bi-filetype-png::before { content: "\F758"; }
.bi-filetype-ppt-1::before { content: "\F759"; }
.bi-filetype-ppt::before { content: "\F75A"; }
.bi-filetype-psd::before { content: "\F75B"; }
.bi-filetype-py::before { content: "\F75C"; }
.bi-filetype-raw::before { content: "\F75D"; }
.bi-filetype-rb::before { content: "\F75E"; }
.bi-filetype-sass::before { content: "\F75F"; }
.bi-filetype-scss::before { content: "\F760"; }
.bi-filetype-sh::before { content: "\F761"; }
.bi-filetype-svg::before { content: "\F762"; }
.bi-filetype-tiff::before { content: "\F763"; }
.bi-filetype-tsx::before { content: "\F764"; }
.bi-filetype-ttf::before { content: "\F765"; }
.bi-filetype-txt::before { content: "\F766"; }
.bi-filetype-wav::before { content: "\F767"; }
.bi-filetype-woff::before { content: "\F768"; }
.bi-filetype-xls-1::before { content: "\F769"; }
.bi-filetype-xls::before { content: "\F76A"; }
.bi-filetype-xml::before { content: "\F76B"; }
.bi-filetype-yml::before { content: "\F76C"; }
.bi-heart-arrow::before { content: "\F76D"; }
.bi-heart-pulse-fill::before { content: "\F76E"; }
.bi-heart-pulse::before { content: "\F76F"; }
.bi-heartbreak-fill::before { content: "\F770"; }
.bi-heartbreak::before { content: "\F771"; }
.bi-hearts::before { content: "\F772"; }
.bi-hospital-fill::before { content: "\F773"; }
.bi-hospital::before { content: "\F774"; }
.bi-house-heart-fill::before { content: "\F775"; }
.bi-house-heart::before { content: "\F776"; }
.bi-incognito::before { content: "\F777"; }
.bi-magnet-fill::before { content: "\F778"; }
.bi-magnet::before { content: "\F779"; }
.bi-person-heart::before { content: "\F77A"; }
.bi-person-hearts::before { content: "\F77B"; }
.bi-phone-flip::before { content: "\F77C"; }
.bi-plugin::before { content: "\F77D"; }
.bi-postage-fill::before { content: "\F77E"; }
.bi-postage-heart-fill::before { content: "\F77F"; }
.bi-postage-heart::before { content: "\F780"; }
.bi-postage::before { content: "\F781"; }
.bi-postcard-fill::before { content: "\F782"; }
.bi-postcard-heart-fill::before { content: "\F783"; }
.bi-postcard-heart::before { content: "\F784"; }
.bi-postcard::before { content: "\F785"; }
.bi-search-heart-fill::before { content: "\F786"; }
.bi-search-heart::before { content: "\F787"; }
.bi-sliders2-vertical::before { content: "\F788"; }
.bi-sliders2::before { content: "\F789"; }
.bi-trash3-fill::before { content: "\F78A"; }
.bi-trash3::before { content: "\F78B"; }
.bi-valentine::before { content: "\F78C"; }
.bi-valentine2::before { content: "\F78D"; }
.bi-wrench-adjustable-circle-fill::before { content: "\F78E"; }
.bi-wrench-adjustable-circle::before { content: "\F78F"; }
.bi-wrench-adjustable::before { content: "\F790"; }
.bi-filetype-json::before { content: "\F791"; }
.bi-filetype-pptx::before { content: "\F792"; }
.bi-filetype-xlsx::before { content: "\F793"; }
@charset "UTF-8";

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.clearfix1:after {
  content: "";
  clear: both;
}

.sitenews_img {
  overflow: hidden;
  border-radius: 8px;
}

.staff_toolbar__link--active {
  background-color: rgba(38, 150, 255, 0.1) !important;
  border: 1px solid #74b7f7 !important;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5) !important;
          box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5) !important;
}

.select {
  color: #2780E3;
}

.date {
  color: #999999;
  line-height: 1.3;
  margin-bottom: 8px;
  margin-top: 5px;
}

.title {
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 8px;
}

.intro {
  line-height: 1.3;
  margin-bottom: 8px;
}

.top-border {
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: #2780E3;
  height: 4px;
}

.headmain {
  background-color: #fafafa;
  height: 380px;
  width: 100%;
  min-width: 1000px;
  position: relative;
}

.rasp {
  position: absolute;
  left: 20px;
  top: 13px;
  z-index: 100;
}

.logo {
  position: relative;
  width: 360px;
  height: 200px;
  margin: -40px auto 0;
}

.logo a {
  display: block;
}

.logo img {
  margin: 20px 30px;
}

#m_search {
  position: absolute;
  right: 10px;
  top: 50px;
  width: 220px;
  overflow: hidden;
  z-index: 10;
}

#m_search_priem {
  position: absolute;
  right: 10px;
  top: 4px;
  width: 220px;
  overflow: hidden;
  z-index: 10;
}

#m_search input[type="text"],
#m_search_priem input[type="text"] {
  background-color: #f4f4f5;
  border-radius: 18px;
  height: 36px;
  width: 166px;
  padding: 0 10px;
  border: none;
  outline: none;
}

input[type="image"] {
  height: 23px;
  width: 23px;
  padding: 0;
  border: none;
  top: 6px;
  right: 8px;
  position: absolute;
}

.lang #circle-top,
.lang #circle,
.lang_priem #circle-top {
  width: 30px;
  height: 30px;
  background: #2780E3;
  border-radius: 30px;
  color: #ffffff;
  font-weight: bold;
}

.lang a,
.lang_priem a {
  padding: 8px;
}

.lang #circle:hover,
.lang_priem #circle:hover {
  color: #000;
}

.header-top > .lang {
  position: absolute;
  right: 10px;
  top: 12px;
  width: 200px;
  font-weight: bold;
  text-align: right;
}

.header-top > .lang_priem {
  position: absolute;
  left: 10px;
  top: 12px;
  width: 200px;
  font-weight: bold;
  text-align: left;
}

.menu_m {
  display: none;
}

.bottom-menu {
  width: 100%;
  text-align: center;
}

.top-menu {
  width: 100%;
  text-align: center;
  z-index: 170;
}

.main-menu p {
  padding-bottom: 2px;
}

.main-menu > li {
  display: inline-block;
  font-size: 15px;
  padding-left: 10px;
  padding-top: 10px;
  padding-right: 10px;
}

/*.main-menu > li:hover {
  display:inline-block;
  font-size: 15px;
  padding: 8px 10.1px;
  border: 2px solid #2780E3;
  border-radius: 20px;
}*/

.main-menu > li > a {
  padding: 10px 0;
  color: #000;
  display: block;
  margin-top: -10px;
  margin-bottom: -10px;
  -webkit-transition: 1s ease-out;
  -webkit-transition-delay: 1s;
  -o-transition: 1s ease-out;
  -o-transition-delay: 1s;
  -moz-transition: 1s ease-out;
  -moz-transition-delay: 1s;
  transition: 1s ease-out;
  transition-delay: 1s;
}

.main-menu > li > a:hover {
  /*  padding: 8px 10.1px ;
  border: 2px solid #2780E3;
  border-radius: 20px; */
  color: #000;
  text-decoration: none;
}

.main-menu .sub-menu {
  position: absolute;
  left: 0;
  top: 21px;
  z-index: 999;
  width: 960px;
  margin: 0;
  background-color: transparent;
  border-radius: 8px;
  -webkit-box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  border-top: 20px solid transparent;
  padding-top: 10px;
  border-bottom: 10px solid white;
  border-right: 10px solid white;
}

.main-menu .sub-menu p {
  padding: 0;
  -webkit-margin-before: 3px;
  -webkit-margin-after: 3px;
}

.main-menu .sub-menu li {
  list-style: circle;
  -webkit-margin-before: 3px;
  -webkit-margin-after: 3px;
}

.main-menu .sub-menu a {
  display: block;
  padding: 0px 10px;
  color: #000;
  text-decoration: none;
  text-align: left;
}

.main-menu .sub-menu p a {
  font-weight: bold;
}

.main-menu .sub-menu a:hover {
  color: #2780E3;
}

.sub-menu-left,
.sub-menu-right {
  display: table-cell;
  margin: 0;
  padding: 0;
}

.sub-menu-left {
  border-right: 1px solid rgba(38, 150, 255, 0.32);
  -webkit-padding-start: 10px;
  width: 320px;
  z-index: 10;
  background-color: white;
}

.sub-menu-right {
  -webkit-padding-start: 10px;
  width: 320px;
  z-index: 10;
  background-color: white;
}

.main-menu > li:hover .sub-menu {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.sub-menu ul {
  -webkit-padding-start: 30px;
}

.namesu {
  text-align: center;
  margin-top: 10px;
  font-size: 20px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}

.namesu span {
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
}

.blocknews {
  position: relative;
  width: 215px;
  border: 2px solid #f3f3f3;
  border-radius: 8px;
  background-color: #fff;
  display: inline-block;
  padding-bottom: 55px;
}

.blocknews p {
  display: inline-block;
  font-size: 30px;
  margin: 16px 20px 20px 18px;
}

.blocknews {
  padding: 0 0 55px;
  background-image: url("/img/su/fon_sobytiya.png");
  background-repeat: no-repeat;
  background-position: center, center;
}

.listblocknews article {
  width: 180px !important;
  margin-top: 5px;
  margin-left: 10px;
  border-bottom: 1px solid #f3f3f3;
}

.allblocknews {
  position: absolute;
  background-color: #2780E3;
  height: 55px;
  width: 100%;
  text-align: center;
  bottom: 0;
  border-radius: 0 0 8px 8px;
}

.allblocknews a {
  display: inline-block;
  padding-top: 20px;
}

.allblocknews a {
  color: #fff !important;
}

#flag {
  width: 20px;
  height: 21px;
  padding-top: 15px;
  position: absolute;
  top: -1px;
  right: 17px;
  background: #2780E3;
  color: white;
  letter-spacing: 0.2em;
  text-align: center;
  text-transform: uppercase;
}

#flag:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

.blocknews .count_event {
  position: absolute;
  top: 20px;
  right: 45px;
  width: 30px;
  height: 10px;
  z-index: 10;
  color: #2780E3;
  text-align: left;
}

footer {
  background-image: url("/img/su/fon_footer.png");
  background-repeat: no-repeat;
  background-position: top, center;
  min-height: 200px;
  padding: 65px 0 0 20px;
}

.line_footer {
  position: relative;
  min-height: 42px;
}

.block_eye {
  position: absolute;
  left: 0;
  top: 0;
}

.eye {
  border: 2px solid #2780E3;
  padding: 10px 15px;
  border-radius: 20px;
  font-weight: bold;
}

.social a {
  display: block;
  width: 30px;
  height: 19px;
  margin: 0 7px;
  float: left;
  background-image: url("/img/su/socials1.png");
  background-repeat: no-repeat;
}

.social a:nth-child(1) {
  width: 28px;
}

.social a:nth-child(2) {
  width: 12px;
  background-position: -40px 0;
}

.social a:nth-child(3) {
  width: 23px;
  background-position: -99px 0;
}

.social a:nth-child(4) {
  width: 23px;
  background-position: -133px 0;
}

.social a:nth-child(5) {
  width: 22px;
  background-position: -167px 0;
}

.social a:nth-child(6) {
  width: 19px;
  background-position: -200px 0;
}

.quick_access {
  display: block;
  padding: 0 10px 10px 0;
}

.footer .quick_access article {
  width: 220px;
  display: inline-block;
  float: left;
  margin-right: 15px;
}

.quick_access ul {
  list-style-position: outside;
  margin-left: -20px;
  width: 210px;
}

.quick_access ul li {
  line-height: 1.3;
  margin-bottom: 8px;
}

.bottom-footer {
  position: relative;
  color: #9f9f9f;
  padding-bottom: 10px;
}

.bottom-footer .copy {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: auto;
  font-size: 12px;
  text-align: right;
}

.contact {
  display: block;
}

.footer .contact article {
  width: 312px;
  margin-bottom: 24px;
  line-height: 1.2;
  display: inline-block;
  margin-right: 5px;
  vertical-align: top;
}

.footer .contact span {
  font-weight: bold;
  line-height: 25px;
}

main {
  width: 980px;
  margin: 0 auto;
}

.main-content p {
  margin: 2px 0;
  padding: 5px 0;
  line-height: 1.5;
}

.page div {
  margin: 2px 0;
  padding: 5px 0;
  line-height: 1.5;
}

.main-menu > li:hover {
  border-bottom: 3px solid #2780E3;
  margin-bottom: -5px !important;
}

.page h2 {
  font-size: 20px;
  margin-left: 0;
}

.breadcrumbs {
  margin-top: 15px;
  margin-left: 20px;
  color: #999999;
  line-height: 1.5;
}

.breadcrumbs a {
  color: #1c1c1b;
}

.main {
  position: relative;
  margin-top: 50px;
}

.content {
  position: relative;
  margin-left: 260px;
  margin-right: 20px;
  margin-top: -20px;
  line-height: 1.6;
}

.content .b-yandexbox-text {
  margin: 0;
}

.contentsved a {
  text-decoration: underline;
  color: #2780E3;
}

.contentsved a:hover {
  text-decoration: none;
}

.contentnews div {
  margin: 0 0;
}

.content ul {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
}

.content li {
  margin-top: 5px;
}

.page {
  padding-bottom: 0;
}

.sved .content {
  min-height: 500px;
}

.content img {
  max-width: 700px;
}

.content-bottom {
  min-height: 100px;
  height: 100%;
  width: 100%;
  padding-top: 10px;
}

.share_m {
  display: none;
}

.news-bottom {
  width: 100%;
  height: 100%;
  min-height: 300px;
  position: relative;
  padding-bottom: 10px;
}

.news-bottom .content-bottom {
  min-height: 250px;
  height: 100%;
  width: 100%;
}

.page-bottom {
  width: 100%;
  height: 100px;
  position: relative;
}

.page-bottom .content-bottom {
  height: 100px;
  width: 100%;
  position: relative;
}

.sidebar {
  float: left;
  margin: 0 20px;
  width: 220px;
  display: block;
  padding-bottom: 20px;
}

.sidebar .hr {
  margin: 15px 0 30px 0;
}

.sidebar a {
  color: #000;
}

.sidebar a:hover {
  color: #2780E3;
}

.sidebar ul {
  list-style: none;
  -webkit-padding-start: 0;
}

.sidebar li {
  line-height: 1.5;
  border-bottom: 1px solid #f3f3f3;
  padding: 10px 0;
}

.sidebar li:last-child {
  border: none;
}

.headerspan {
  font-size: 25px;
}

.pagenews {
  position: relative;
  width: 215px;
  display: inline-block;
}

.pagenews h2 {
  display: inline-block;
  font-size: 22px;
  margin: 0;
  font-weight: normal;
}

.pagenews h2:after {
  content: "";
  display: block;
  height: 2px;
  width: 60px;
  background-color: #2780E3;
}

.allpagenews {
  padding: 0px 0 45px;
}

.allpagenews a {
  color: #2780E3;
}

.listpagenews {
  padding: 0;
}

.pagenews .listpagenews article {
  width: 180px !important;
  margin: 20px 0;
  border-bottom: 1px solid #f3f3f3;
}

.pagenews .listpagenews .intro {
  margin-bottom: 15px;
}

.newsdate {
  color: #999999;
}

.newsimg {
  float: left;
  width: 150px;
  padding: 0 10px 10px 0;
}

.printVersion {
  float: right;
  /*    height: 20px;
    padding-right: 20px;*/
  margin-top: 0 !important;
}

.printnews {
  text-align: right;
}

.tag {
  margin: 0;
  color: #2780E3;
  margin-top: 10px;
  margin-bottom: 20px;
}

.tag a {
  color: #2780E3;
}

.tag a:hover {
  color: #2780E3;
}

.orphus-block {
  width: 100%;
  height: 20px;
  text-align: center;
  font-size: 10px;
  color: #aaaaaa;
  padding-bottom: 10px;
  float: left;
}

.content table {
  width: 100%;
  border-collapse: collapse;
}

.content .content-bottom table,
.content .content-bottom th,
.content .content-bottom td {
  border: none;
}

.content th,
.content td {
  padding: 5px;
}

.content th {
  background-color: #F3F3F3;
}

.content td {
  vertical-align: top;
  /*.content tr:nth-child(2n+1){
  background-color:#FAFAFA;*/
}

.tablemb {
  border-collapse: collapse;
  border: 1px;
  padding: 5px;
  width: 100%;
}

.tablemb td {
  vertical-align: top;
  border: 1px;
  padding: 5px;
  border-color: #ADADAD;
  border-style: solid;
}

.tablemb th {
  border: 1px;
  background-color: rgba(245, 245, 245, 0.66);
  padding: 5px;
  border-color: #ADADAD;
  border-style: solid;
}

.tablemb td img {
  margin: 0 auto;
  text-align: center !important;
  width: 250px;
  border: 1px;
  border-color: #ADADAD;
}

.news_block_si {
  margin-bottom: 10px;
  width: 100%;
  min-height: 80px;
  height: auto;
  background: none !important;
}

.n_date_si {
  width: 200px;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  height: 11px;
  color: #666666;
}

.container_img {
  height: 115px;
}

.n_text_si {
  color: #666666;
  font-family: arial;
}

#page_all_news li {
  display: inline-block;
  list-style: none;
  position: relative;
  border: 1px solid #f3f3f3;
  border-radius: 8px;
  margin-bottom: 5px;
  background-color: #fff;
  width: 220px;
  height: 405px;
  vertical-align: top;
  overflow: hidden;
}

.page_gr {
  position: absolute;
  width: 220px;
  height: 30px;
  bottom: 0;
  left: 0;
  background-image: url(/img/su/grad.png);
  background-repeat: repeat-x;
  background-position: left bottom;
  z-index: 100;
}

#page_all_news li:hover {
  background-color: #F8F8F8;
}

#page_all_news > li > div {
  padding: 0 10px;
}

#page_all_news > li > div:nth-child(1) {
  margin-right: 120px;
}

.page_all_news_img {
  padding: 10px !important;
  width: 200px;
  height: 200px;
}

.page_all_news_img img {
  width: 200px;
}

.pagination li {
  display: inline-block;
  list-style: none;
  padding: 5px;
  border: 0.5px solid #f3f3f3;
  margin-left: -1px;
  background: #fff;
  min-width: 18px;
  text-align: center;
}

.pagination li:first-child {
  border-radius: 5px 0 0 5px;
}

.pagination li:last-child {
  border-radius: 0 5px 5px 0;
}

.pagination li:hover {
  background: #f8f8f8;
}

.pagination .active {
  background-color: #2780E3;
}

.pagination .active a {
  color: #fff;
}

.pagination .active a:hover {
  color: #000;
}

.pagination a {
  text-decoration: none;
  display: block;
}

.arch-left,
.arch-right {
  width: 480px;
  display: inline-block;
  vertical-align: top;
}

.sitenews_img {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 100px;
}

.sitenews_img img {
  width: 100px;
}

.strukt_spisok {
  display: table;
  width: 100%;
}

.strukt_element {
  width: 230px;
  padding: 10px;
  border: 1px solid #eee;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  margin-bottom: 15px;
  margin-right: 8px !important;
  min-height: 180px;
  background-color: #F6F8F9;
  display: inline-table;
}

.strukt_element:hover {
  background-color: #Fff;
}

.strukt_images {
  margin: 0 auto;
  text-align: center !important;
}

.strukt_images img {
  height: 120px !important;
  filter: alpha(Opacity=55);
  opacity: 0.55;
}

.strukt_images img:hover {
  filter: alpha(Opacity=100);
  opacity: 1;
}

.strukt_name {
  text-align: center !important;
  vertical-align: top;
  padding: 0 4px !important;
}

.veterans_spisok {
  display: block;
}

.block_veterans {
  width: 200px;
  padding: 10px;
  border: 1px solid #eee;
  border-radius: 7.5px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  margin-bottom: 15px;
  margin-right: 5px;
  float: left;
  min-height: 420px;
  background-color: #F6F8F9;
}

.block_veterans p {
  text-align: center !important;
}

.fio_v {
  padding: 5px;
  text-align: center !important;
  font-weight: bold;
  margin: 14px 0;
}

.ramka_v {
  border: 1px #000 solid;
}

.veterans_images {
  margin: 0 auto;
  text-align: center !important;
}

.veterans_images img {
  height: 271px;
  width: 200px;
}

.newsAll_col1 {
  margin: 0 30px;
  border-right: 1px dashed #dfdfdf;
}

.newsAll_col2 {
  margin: 0 30px;
}

.newsAll_col1,
.newsAll_col2 {
  width: 420px;
  height: auto;
  float: left;
}

.newsArchiveYearBlock {
  width: 845px;
  height: 20px;
  padding: 20px;
  background: #fcfcfc;
  margin: 10px auto;
  font-size: 16px;
}

.hidden_block {
  width: 1px;
  height: 0;
  overflow: hidden;
}

.subcats {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 30px;
  height: 100%;
}

.plate {
  float: left;
}

.catblock {
  margin: 0;
  padding: 0;
}

.plate table td {
  width: 220px;
}

.tdimg {
  height: 175px;
  position: relative;
  top: 50%;
}

.wrapper-img {
  margin: auto;
}

.wrapper-img img {
  padding: 5px;
  border: 1px solid #cecece;
  margin: 0 auto 0 auto;
  display: block;
}

.tddesc {
  height: 40px;
  text-align: center;
}

.patents-list {
  border-collapse: collapse;
  margin: 10px auto;
}

.patents-list td,
.patents-list th {
  border: 1px solid darkgrey;
  padding: 5px;
}

#output {
  width: 960px !important;
  border-collapse: collapse;
  margin-top: 20px;
}

#output tr th {
  font-size: 11px;
  border: 1px solid #999;
  text-align: center;
}

#output tr td {
  font-size: 11px;
  border: 1px solid #999;
}

.mb > li {
  list-style: none;
  padding: 10px;
  border: 1px solid #f3f3f3;
  border-radius: 8px;
  position: relative;
  margin: 5px;
}

.mb > li > div:nth-child(1) {
  float: left;
  width: 250px;
}

.mb > li > div:nth-child(2) {
  margin-left: 260px;
}

.mb p {
  margin: 0;
  line-height: 1.5;
}

.events_m {
  display: none;
}

.prorector {
  float: left;
  display: block;
  text-align: center;
  width: 24%;
  height: 390px;
}

.prorector img {
  margin: 0px auto;
  width: 140px;
}

.prorector p {
  font-weight: bold;
  display: inline-block;
  height: 40px;
  vertical-align: top;
  text-align: center;
  line-height: 1.1;
}

.prorector a {
  color: #000;
  display: inline-block;
  height: 35px;
  text-align: center;
  font-weight: bold;
}

.prorector span {
  font-style: italic;
  font-weight: normal;
  display: block;
  text-align: center;
  margin-top: 5px;
}

.prorector > span > a {
  font-weight: normal;
  height: auto;
  color: #2780E3;
}

.centered-table a {
  color: #000;
}

.centered-table i a {
  color: #2780E3;
}

.page strong a {
  color: #000;
}

.page img {
  max-width: 900px;
}

#staff_toolbar {
  padding: 0;
  margin: 0;
}

#staff_toolbar > li {
  display: inline-block;
  margin: 3px;
  padding: 8px;
  padding-right: 8px;
  padding-left: 8px;
  border-right: 1px solid #adadad;
  background-color: rgba(245, 245, 245, 0.66);
  color: #424242;
  border: 1px solid #adadad;
  margin-right: -5px;
  font-size: 13px;
}

#staff_toolbar a {
  padding-top: 2px;
  color: #000;
}

#staff_toolbar a:hover {
  padding-top: 2px;
}

#staff_toolbar li:last-child a > img {
  height: 16px;
  margin: 0;
  vertical-align: bottom;
}

#signup label.error {
  font-size: 0.8em;
  color: #F00;
  font-weight: bold;
  display: block;
  margin-left: 215px;
}

label {
  display: block;
}

.tagstaff article {
  display: inline-block;
  width: 32%;
  vertical-align: top;
  padding: 5px;
}

.tagstaff .title {
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 8px;
}

.tagstaff .title a {
  color: #000;
  text-decoration: underline;
}

.tagstaff .title a:hover {
  text-decoration: none;
}

.tagstaff .img {
  width: 100px;
  height: 100px;
  float: left;
  margin-right: 10px;
  border-radius: 8px;
  overflow: hidden;
}

.tagstaff .img img {
  width: 100px;
  -webkit-transition: width 0.2s linear, height 0.2s linear, margin 0.2s linear;
}

.psearch {
  padding: 10px 0;
}

.psearch span {
  line-height: 1;
  padding: 5px 0;
}

.priem td:nth-child(1) {
  width: 700px;
}

.priem i,
.reiting i {
  font-weight: bold;
  font-style: normal;
}

.priem {
  border-top: 0.5px dotted #555;
  padding: 10px;
  margin-top: 30px;
  cellpadding: 5px;
  cellspacing: 5px;
}

.entrant,
.mainreiting {
  width: 100%;
  border-collapse: collapse;
  padding: 0;
}

.entrant ul {
  -webkit-margin-before: 0;
  -webkit-padding-start: 5px;
}

.entrant td,
.entrant th {
  border: 0.5px solid #555;
  padding: 2 px;
  text-align: center;
}

.mainreiting tr,
.mainreiting td,
.mainreiting th {
  height: 35px;
  border: 0.5px solid #555;
  padding: 5 px;
}

.entrant td:nth-child(1),
.entrant td:nth-child(2),
.entrant td:last-child {
  text-align: left;
}

.mainreiting tr:nth-child(2n) {
  background-color: #F0F8FF;
}

.reiting h3 {
  text-align: center;
}

.reiting p {
  padding: 12px;
}

.reiting .green {
  background-color: green;
}

.reiting .yellow {
  background-color: yellow;
}

.reiting .grey {
  color: grey;
}

.reiting li {
  list-style-type: none;
}

.textreiting .green {
  background-color: green;
}

.textreiting .yellow {
  background-color: yellow;
}

.b-serp-list yass-li {
  list-style-position: inside;
}

#ya-site-results {
  font-family: 'fonts';
}

.ya-site-form__input-text {
  height: 36px;
  padding-left: 5px;
}

#ya-site-form1 .ya-site-form__submit_type_image {
  background: url(/img/su/lupa.png) no-repeat !important;
  height: 23px !important;
  width: 23px !important;
  outline: none;
  cursor: pointer;
  border: 0;
}

#ya-site-form0 {
  position: absolute;
  right: 10px;
  top: 50px;
  width: 220px;
  z-index: 160;
}

#ya-site-form0 .ya-site-form__form .ya-site-form__input-text {
  background-color: #f4f4f5 !important;
  border: none;
}

#ya-site-form0 .ya-site-form__input-text {
  background-color: #f4f4f5;
  border-radius: 18px;
  height: 36px;
  width: 166px;
  padding: 0 10px;
  border: none;
  outline: none;
}

#ya-site-form0 .ya-site-form__submit_type_image {
  background: url(/img/su/lupa.png) no-repeat;
}

#ya-site-form0 .ya-site-form__submit_type_image {
  height: 23px;
  width: 23px;
  outline: none;
  cursor: pointer;
  border: 0;
}

.wcommunity_name a {
  font-size: 12px;
}

.formblock {
  display: inline-block;
  vertical-align: top;
}

.formblock p {
  margin: 0;
  padding: 0.7px 0;
  font-size: 14px;
}

.radio {
  min-width: 100px;
}

.well {
  width: 1020px;
  margin: 20px auto;
}

.well h1 {
  font-size: 24px;
  text-align: center;
}

.well .well {
  width: 980px;
  margin: 0 auto;
}

.form_error {
  display: block;
  color: red;
}

.lang_form {
  display: block;
  margin: 50px auto;
  width: 400px;
}

.lang_form a {
  display: inline-block;
  width: 150px;
  padding: 10px;
  border-radius: 10px;
  margin-left: 10px;
  text-align: center;
  background-color: #e3e3e3;
  border-radius: 4px;
  color: #000;
}

.lang_form a:hover {
  text-decoration: none;
  background-color: #e8e8e8;
}

#emailTo {
  width: 0;
  height: 0;
  padding: 0;
}

.priempage a {
  display: inline-block;
  padding: 5px;
  margin: 5px;
  border-radius: 8px;
  border: 1px solid #eee;
  background-color: #F6F8F9;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  text-align: center;
}

.priempage a:hover {
  background-color: #fff;
}

.priempage img {
  width: 170px;
  display: block;
  margin: 0 auto;
  padding-bottom: 10px;
}

.priempage img:hover {
  filter: alpha(Opacity=100);
  opacity: 1;
}

.formblock {
  display: inline-block;
  vertical-align: top;
}

.formblock p {
  margin: 0;
  padding: 3.5px 0;
  font-size: 14px;
}

.priemmain {
  height: auto;
}

.priemmain article {
  position: relative;
  float: left;
  padding: 5px;
  margin: 5px 0 5px 5px;
  border-radius: 8px;
  border: 1px solid #eee;
  background-color: #F6F8F9;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  min-height: 445px;
  width: 308px;
}

.priemmain div {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  line-height: 1;
  width: 290px;
}

.priemmain a {
  display: block;
  padding: 5px;
  color: #000;
  text-decoration: none;
}

.priemmain a:hover {
  text-decoration: underline;
  color: #2780E3;
}

.priemmain div:first-child {
  width: 296px;
  height: 150px;
  overflow: hidden;
  margin: 5px;
  padding: 0;
}

.priemmain div:first-child a {
  padding: 0;
}

.priemmain img {
  width: 100%;
  -webkit-transition: width 0.2s linear, height 0.2s linear, margin 0.2s linear;
  transition: width 0.2s linear, height 0.2s linear, margin 0.2s linear;
}

.priemmain img:hover {
  width: 103%;
  margin-top: -1.5%;
  margin-left: -1.5%;
}

.priemmain ul {
  -webkit-margin-after: 0.5em;
}

.hpriem {
  display: block;
  font-size: 18px;
  text-align: center;
}

.priemcontact {
  background-color: #F6F8F9;
  border: 1px solid #eee;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  padding: 5px;
  border-radius: 8px;
  margin: 0 auto;
  width: 958px;
}

.priemcontact > div {
  display: inline-block;
  vertical-align: top;
}

.priemcontact .priem1 {
  width: 310px;
}

.priemcontact .priem2 {
  width: 360px;
}

.priemcontact .priem3,
.priemcontact .priem3 .vk_groups {
  margin: 0 auto;
}

.priemcontact .tr {
  display: table-row;
}

.priemcontact .tr div {
  display: table-cell;
  padding: 5px;
}

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

.prefooter-contacts {
  display: inline-block;
  margin-left: 60px !important;
}

#prefooter-phone {
  width: 40px;
  height: 40px;
  display: block;
  float: left;
  margin-right: 15px;
  margin-top: 3px;
}

.prefooter-phone {
  width: 255px;
  height: 50px;
  color: #ff3c61;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
}

#prefooter-mail {
  width: 34px;
  height: 24px;
  display: block;
  float: left;
  margin-right: 15px;
}

.prefooter-mail {
  width: 175px;
  height: 43px;
  padding-top: 7px;
  color: #ff3c61;
  font-weight: 600;
  font-size: 17px;
  line-height: 20px;
}

.prefooter-email a {
  color: #ff3c61;
}

.priem2 #question {
  background: #21a7e9;
  color: #ffffff;
  border: 0;
  width: 200px;
  border-radius: 50px;
  font-weight: 300;
  font-size: 16px;
  outline: 0;
  margin: 0 auto;
  padding: 10px;
  display: block;
  text-align: center;
}

.footer-contacts {
  width: 770px;
  color: #6f767c;
  position: absolute;
  top: 50px;
  left: 50px;
}

.footer-fullname,
.footer-contacts,
.footer-copyright {
  width: 100%;
}

.footer-contacts-cols {
  width: 770px;
  margin: 0 auto !important;
}

.footer-contacts-cols img {
  -webkit-filter: invert(100%);
}

.footer-contacts-col1 {
  width: 235px;
  margin-right: 20px;
  float: left;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 18px;
  margin-top: 6px;
}

.footer-contacts-col2 {
  width: 230px;
  margin-right: 20px;
  float: left;
  font-size: 18px;
  line-height: 25px;
}

.footer-contacts-col3 {
  width: 250px;
  float: left;
  font-size: 17px;
  margin-top: 10px !important;
}

.footer-phone-icon {
  display: block;
  width: 40px;
  height: 40px;
  float: left;
  margin-right: 20px;
  margin-top: 5px;
}

.footer-mail-icon {
  width: 34px;
  height: 24px;
  float: left;
  margin-right: 20px;
  margin-top: 3px;
}

.footer-contacts a {
  color: #6f767c !important;
}

.paget table {
  border-collapse: collapse;
  width: 100%;
  padding: 5px;
  text-align: center;
}

.paget td,
.paget th {
  vertical-align: top;
  border: 1px;
  padding: 5px;
  border-color: #ADADAD;
  border-style: solid;
}

.tablesite {
  border-collapse: collapse;
  border: 1px;
  padding: 5px;
  width: 100%;
  text-align: center;
}

.tablesite td {
  vertical-align: top;
  border: 1px;
  padding: 5px;
  border-color: #ADADAD;
  border-style: solid;
}

.tablesite th > span {
  text-align: center !important;
  font-size: 16px;
  font-weight: normal;
}

.tablesite th {
  border: 1px;
  background-color: rgba(245, 245, 245, 0.66);
  padding: 5px;
  border-color: #ADADAD;
  border-style: solid;
}

.left-pages,
.right-pages {
  width: 25px;
  height: 50px;
  border-radius: 10px;
  margin: 0 3px -7px !important;
  position: relative;
}

.right-pages {
  background-image: url(/img/su/arrows.png);
  background-repeat: no-repeat;
  background-position: 100% 50%;
  position: absolute;
  right: 0;
  top: 0;
}

.left-pages {
  background-image: url(/img/su/arrows.png);
  background-repeat: no-repeat;
  background-position: 0% 50%;
}

.page_gallery {
  width: 100%;
  min-width: 980px;
  background-color: #fafafa;
  padding-bottom: 10px;
}

.page_gallery div {
  margin: 0;
  padding: 0;
}

.block-strelki {
  display: inline-block;
  margin: 0 15px;
  position: absolute;
  top: 50px;
  left: -50px;
  width: 1010px;
  z-index: -10;
}

.list_gallery {
  font-size: 20px;
  width: 920px;
}

.page_gallery .list_gallery article {
  padding: 10px;
  margin-right: 5px;
  float: left;
  display: block;
  overflow: hidden;
  height: 100px;
}

.page_gallery .list_gallery img {
  width: auto;
}

.newsun {
  width: 940px;
  margin: 0 auto;
  border: none;
}

.newsun div {
  padding: 0;
}

.newsun article,
.newsun .owl-item article {
  width: 210px;
  float: left;
  margin-right: 20px;
}

article .img a {
  display: block;
}

.newsun .img {
  overflow: hidden;
  width: 200px;
  height: 200px;
  border-radius: 8px;
}

.newsun .img:hover {
  overflow: hidden;
}

.newsun .img img {
  width: 200px;
  -webkit-transition: width 0.2s linear, height 0.2s linear, margin 0.2s linear;
  transition: width 0.2s linear, height 0.2s linear, margin 0.2s linear;
}

.newsun .img img:hover {
  width: 103%;
  margin-top: -1.5%;
  margin-left: -1.5%;
}

.newsun .owl-carousel {
  width: 940px;
  float: left;
  margin-right: 0;
  padding: 10px 0;
}

.op section {
  padding: 10px;
}

.op article {
  float: left;
  padding: 20px 38px 20px 0;
}

.op h2 {
  font-size: 15px;
  padding: 0;
  font-weight: normal;
}

.op span {
  display: block;
  font-size: 15px;
}

.oplist span,
.op_searchform span,
.op_searchform b {
  display: inline-block;
  padding: 6px 2px;
  margin-right: 5px;
  border: 1.5px solid #2780E3;
  border-radius: 30px;
  min-width: 20px;
  text-align: center;
  font-weight: bold;
  font-size: 11px;
}

.op_searchform b {
  text-transform: uppercase;
  border: none;
  font-style: normal;
  font-size: 8px;
  color: #2780E3;
}

.op_searchform a {
  display: block;
  text-align: center;
  margin: 20px auto 5px;
}

.oplist span > a {
  color: #000;
}

.oplist span > a:hover {
  text-decoration: none;
  cursor: default;
}

.oplist i {
  color: #555;
  font-size: 10px;
  font-style: normal;
  vertical-align: top;
}

.oplist .select,
.op_searchform .select {
  background-color: #2780E3;
  color: #fff !important;
}

.oplist {
  width: 700px;
  display: inline-block;
}

.oplist table {
  border-collapse: collapse;
  border: 0;
  padding: 5px;
  width: 650px;
  margin-left: 30px;
}

.oplist td:nth-child(2),
.oplist td:nth-child(2) > span {
  color: #D3D3D3;
  border: none;
  font-weight: normal;
}

.oplist td:nth-child(1) {
  width: 420px;
}

.oplist td:nth-child(2),
.oplist td:nth-child(3) {
  width: 115px !important;
}

.oplist td {
  padding-bottom: 5px;
}

.oplist .oph2 {
  display: block;
  padding: 10px 15px;
  width: 650px;
  background-color: #2780E3;
  color: #fff;
  margin-left: 0;
  margin-top: 5px;
  border-radius: 20px;
  text-transform: uppercase;
}

.oplist h3 {
  margin-bottom: 0;
  margin-left: 10px;
}

.oplist h3 a {
  color: #000;
}

.oplist p {
  margin: 0;
  color: #555;
  font-size: 10px;
  margin-left: 10px;
}

.oplist .h2 {
  background-color: #FAFAFA;
  color: #000;
  border: 2px solid #2780E3;
  border-radius: 20px;
  font-weight: bold;
  width: 410px;
}

.oplist .oph2 > div {
  display: inline-block;
  width: 113px;
  font-size: 11px;
  text-align: center;
  padding: 0;
  vertical-align: middle;
}

.oplist .oph2 > div:nth-child(1) {
  display: inline-block;
  width: 415px;
  font-size: 14px;
  text-align: left;
  padding: 0;
}

.op_searchform {
  display: inline-block;
  width: 250px;
  background-color: rgba(245, 245, 245, 0.66);
  vertical-align: top;
  margin-top: 5px;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #adadad;
  font-size: 14px;
}

.op_searchform p {
  font-weight: bold;
  font-size: 14px;
}

.op_searchform input[type="submit"] {
  display: block;
  padding: 10px;
  margin: 0 auto;
  width: 150px;
  text-align: center;
}

.op_searchform .select {
  background-color: #2780E3;
  color: #fff;
}

.op_searchform label {
  display: inline-block;
  padding: 5px;
}

.unactive {
  color: #D3D3D3;
  font-style: normal;
}

.op_searchform .op_label {
  border: 0;
  min-width: 135px;
  text-align: left;
  font-size: 14px;
  font-weight: normal;
}

.op_searchform .op_label > p {
  display: block;
  width: 177px;
  margin-left: -7px;
}

.tableop {
  border-collapse: collapse;
  border: 0;
  padding: 5px;
}

.oph2 table {
  margin-left: 0;
}

table.tableop {
  width: 630px !important;
}

.tableop td,
.oph2 td {
  text-align: center !important;
  vertical-align: middle;
  color: #000 !important;
  padding: 0;
}

.oph2 td {
  text-align: center !important;
  vertical-align: middle;
  color: #fff !important;
}

.tableop td:first-child,
.tableop th:first-child,
.oph2 td:first-child,
.oph2 th:first-child {
  text-align: left !important;
  width: 390px !important;
}

.oph2 td:first-child,
.oph2 th:first-child {
  width: 390px !important;
}

.tableop td:nth-child(3),
.tableop td:nth-child(4),
.oph2 td:nth-child(3),
.oph2 td:nth-child(4) {
  width: 45px !important;
}

.tableop td:nth-child(5),
.oph2 td:nth-child(5) {
  width: 95px !important;
}

.tableop td:nth-child(5) {
  margin-right: 30px;
}

.tableop td:nth-child(2),
.oph2 td:nth-child(2) {
  width: 75px !important;
}

.tableop tr:nth-child(even) {
  background-color: #EFEFEF;
}

#fixblock {
  display: inline-block;
  width: 250px;
  vertical-align: top;
}

.top_op {
  display: table;
  padding: 10px;
  width: 100%;
}

.top_right_op {
  display: table-cell;
  width: 50%;
}

.top_left_op {
  display: table-cell;
  padding-right: 20px;
}

.top_right_op span,
.top_left_op span,
.top_op span {
  display: inline;
  font-size: 13px;
  padding-bottom: 5px;
  color: grey;
}

.op_tool span {
  display: block;
  font-size: 20px;
}

#op_toolbar {
  padding: 10px 0;
  margin: 0;
}

#op_toolbar > li {
  display: inline-block;
  margin: 0;
  padding: 8px;
  padding-right: 21px;
  padding-left: 21px;
  border-right: 1px solid #adadad;
  background-color: rgba(245, 245, 245, 0.66);
  color: #424242;
  border: 1px solid #adadad;
  margin-right: -5px;
  font-size: 13px;
}

#op_toolbar a {
  padding-top: 2px;
  color: #000;
}

#op_toolbar a:hover {
  padding-top: 2px;
}

.passport_op {
  padding: 10px;
  border: 1px solid grey;
  border-radius: 10px;
  background-color: rgba(245, 245, 245, 0.66);
}

.passport_op span {
  display: inline-block;
  width: 50%;
  height: 30px;
}

.passport_op div {
  display: table-row;
  border-bottom: 1px dashed grey;
  padding: 10px;
}

.passport_op div div {
  display: table-cell;
  border-bottom: 1px dashed grey;
  min-width: 460px;
}

.passport_op > div {
  width: 980px;
}

.passport_op .nob {
  border-bottom: 0px dashed grey;
}

.sidebar_op {
  color: #000;
}

.sidebar_op span {
  display: block;
  font-style: normal;
  padding: 3px 0;
  font-size: 12px;
  color: grey;
}

.sidebar_op h2 {
  display: inline-block;
  font-size: 22px;
  margin: 0;
  font-weight: normal;
}

.sidebar_op h2:after {
  content: "";
  display: block;
  height: 2px;
  width: 60px;
  background-color: #2780E3;
}

.listop {
  display: table;
  width: 100%;
}

.listop article {
  width: 100%;
  padding: 10.5px;
  border: 0.5px dotted grey;
  display: table-row;
  border-radius: 10px;
  margin-top: 10px;
}

.listop article:hover {
  background-color: rgba(245, 245, 245, 0.66);
}

.listop article span {
  display: inline;
}

.listop article a {
  color: #000;
  display: block;
}

.listop article div {
  width: 480px;
  display: inline-block;
}

.listop article div span {
  background-color: #99CEFF;
  padding: 3px;
  border-radius: 3px;
  font-size: 13px;
  margin-left: 5px;
  display: inline-block;
}

.listop article div:nth-child(2) {
  width: 300px;
}

.listop article div:nth-child(3) {
  width: 180px;
  text-align: right;
}

.listop article p {
  font-size: 16px;
}

.listop article a:hover {
  text-decoration: none;
}

.listop span {
  font-size: 16px;
}

.progur div {
  display: inline-block;
  padding: 10px 20px;
  border: 0.5px solid grey;
  margin-right: -1px;
  text-align: center;
  background-color: rgba(245, 245, 245, 0.66);
}

.progur .active {
  background-color: #BABBC0;
}

.progur div a {
  color: #000;
}

.progursort {
  width: 700px;
  margin-top: 20px;
}

.progursort div {
  display: inline-block;
  width: 210px;
  text-align: center;
  padding: 5px;
}

.progursort div:first-child {
  font-weight: bold;
  text-align: left;
  width: 100px;
}

.progursort a {
  color: #999999;
}

.progursort .active a {
  color: #000;
  text-decoration: none;
}

.progursort .active a:after {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  background-color: #2780E3;
}

.page .section > div {
  display: inline-block;
  width: 600px;
  padding: 5px;
  vertical-align: top;
}

.page .section > div:first-child {
  width: 350px;
}

.mobile,
.op_f_mob {
  display: none;
}

.header-search {
  width: 100% !important;
  margin-top: 0 !important;
}

.language-link {
  color: #FFF;
  padding: .4rem .4rem !important;
}

.brand-circle-header {
  display: inline-block;
  width: 2em;
  height: 2m;
  border-radius: 50%;
  line-height: 19px;
  background-color: #2780e3;
  color: #fff;
  text-align: center;
}

.brand-circle-footer {
  display: inline-block;
  width: 2.2em;
  height: 2.2em;
  border-radius: 50%;
  line-height: 19px;
  background-color: #2780e3;
  color: #fff !important;
  text-align: center;
}

#news-share {
  width: 100%;
  border: 1px solid #eaeaea;
  margin: 0 auto;
  background: #FFF;
  text-align: center;
  border-radius: 5px;
}

.like {
  font-size: 16px;
  font-weight: 700;
  line-height: 50px;
}

.push {
  display: inline-block;
  width: 17%;
  min-width: 100px;
  line-height: 40px;
  margin: 5px 2px 20px 2px;
  font-size: 15px;
  text-align: center;
  color: #FFF !important;
  cursor: pointer;
}

.facebook {
  background-color: #3b5998;
}

.facebook:hover {
  background-color: #2d4373;
  color: #fff;
}

.google {
  background-color: #dd4b39;
}

.google:hover {
  background-color: #c23321;
  color: #fff;
}

.twitter {
  background-color: #55acee;
}

.twitter:hover {
  background-color: #2795e9;
  color: #fff;
}

.vkontakte {
  background-color: #587ea3;
}

.vkontakte:hover {
  background-color: #466482;
  color: #fff;
}

.ok {
  background-color: #ee8208;
}

.ok:hover {
  background-color: #ee7808;
  color: #fff;
}

.top-nav {
  background: #1c1c1c;
}

.top-nav p,
.top-nav a {
  color: #FFF;
}

.top-nav p:hover,
.top-nav a:hover {
  color: #FFF;
}

@media (max-width: 602px) {
  .top-nav .top-nav__cal {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-right: 0 !important;
    width: 100%;
  }

  .top-nav .top-nav__langs {
    margin: 0 auto;
  }
}

@media screen and (max-width: 1090px) {
  .nav-item {
    margin: 0 auto !important;
  }
}

@media screen and (max-width: 991px) {
  .header-search {
    width: 50% !important;
  }
}

@media screen and (min-width: 1092px) and (max-width: 1319px) {
  .top-logo {
    width: 200px !important;
  }
}

/*!
 * Bootstrap v4.1.0 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

:root {
  --blue: #2780E3;
  --blue500: #2196F3;
  --blue900: #0D47A1;
  --orange500: #FF9800;
  --purple500: #673AB7;
  --green600: #43A047;
  --indigo: #6610f2;
  --purple: #613d7c;
  --pink: #e83e8c;
  --red: #FF0039;
  --orange: #f0ad4e;
  --yellow: #FF7518;
  --green: #3FB618;
  --teal: #20c997;
  --cyan: #9954BB;
  --white: #fff;
  --gray: #868e96;
  --gray-dark: #373a3c;
  --primary: #2780E3;
  --secondary: #373a3c;
  --success: #3FB618;
  --info: #9954BB;
  --warning: #FF7518;
  --danger: #FF0039;
  --light: #f8f9fa;
  --dark: #373a3c;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: Roboto, "Segoe UI", "Source Sans Pro", Calibri, Candara, Arial, sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: Roboto, "Segoe UI", "Source Sans Pro", Calibri, Candara, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #373a3c;
  text-align: left;
  background-color: #F5F7FC;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #2780E3;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #165ba8;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #868e96;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 300;
  line-height: 1.2;
  color: inherit;
}

h1,
.h1 {
  font-size: 2.5rem;
}

h2,
.h2 {
  font-size: 2rem;
}

h3,
.h3 {
  font-size: 1.75rem;
}

h4,
.h4 {
  font-size: 1.5rem;
}

h5,
.h5 {
  font-size: 1.25rem;
}

h6,
.h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #868e96;
}

.blockquote-footer::before {
  content: "\2014   \A0";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #F5F7FC;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #868e96;
}

code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333333%;
          flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66666667%;
          flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333333%;
          flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66666667%;
          flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333333%;
          flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66666667%;
          flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333333%;
          flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66666667%;
          flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333333%;
  }

  .offset-sm-2 {
    margin-left: 16.66666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333333%;
  }

  .offset-sm-5 {
    margin-left: 41.66666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333333%;
  }

  .offset-sm-8 {
    margin-left: 66.66666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333333%;
  }

  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333333%;
  }

  .offset-md-2 {
    margin-left: 16.66666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333333%;
  }

  .offset-md-5 {
    margin-left: 41.66666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333333%;
  }

  .offset-md-8 {
    margin-left: 66.66666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333333%;
  }

  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333333%;
  }

  .offset-lg-2 {
    margin-left: 16.66666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333333%;
  }

  .offset-lg-5 {
    margin-left: 41.66666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333333%;
  }

  .offset-lg-8 {
    margin-left: 66.66666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333333%;
  }

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table .table {
  background-color: #F5F7FC;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #c3dbf7;
}

.table-hover .table-primary:hover {
  background-color: #adcef4;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #adcef4;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #c7c8c8;
}

.table-hover .table-secondary:hover {
  background-color: #babbbb;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #babbbb;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c9ebbe;
}

.table-hover .table-success:hover {
  background-color: #b9e5ab;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b9e5ab;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #e2cfec;
}

.table-hover .table-info:hover {
  background-color: #d7bde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #d7bde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffd8be;
}

.table-hover .table-warning:hover {
  background-color: #ffc9a5;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffc9a5;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #ffb8c8;
}

.table-hover .table-danger:hover {
  background-color: #ff9fb4;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #ff9fb4;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c7c8c8;
}

.table-hover .table-dark:hover {
  background-color: #babbbb;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #babbbb;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #F5F7FC;
  background-color: #212529;
  border-color: #32383e;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #F5F7FC;
  background-color: #212529;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #98c2f2;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(39, 128, 227, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(39, 128, 227, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: #868e96;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #868e96;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #868e96;
  opacity: 1;
}

.form-control::placeholder {
  color: #868e96;
  opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #373a3c;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm,
.input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
.input-group-sm > .input-group-append > .form-control-plaintext.btn,
.form-control-plaintext.form-control-lg,
.input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
.input-group-lg > .input-group-append > .form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

select.form-control-sm:not([size]):not([multiple]),
.input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}

.form-control-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control-lg:not([size]):not([multiple]),
.input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px);
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label {
  color: #868e96;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #3FB618;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(63, 182, 24, 0.8);
  border-radius: .2rem;
}

.was-validated .form-control:valid,
.form-control.is-valid,
.was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #3FB618;
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus,
.was-validated
.custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #3FB618;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(63, 182, 24, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(63, 182, 24, 0.25);
}

.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip,
.form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated
.custom-select:valid ~ .valid-feedback,
.was-validated
.custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: #3FB618;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip,
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
  color: #3FB618;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #84ea63;
}

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip,
.custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #4fe21f;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #F5F7FC, 0 0 0 0.2rem rgba(63, 182, 24, 0.25);
          box-shadow: 0 0 0 1px #F5F7FC, 0 0 0 0.2rem rgba(63, 182, 24, 0.25);
}

.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
  border-color: #3FB618;
}

.was-validated .custom-file-input:valid ~ .custom-file-label::before,
.custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit;
}

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip,
.custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(63, 182, 24, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(63, 182, 24, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #FF0039;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(255, 0, 57, 0.8);
  border-radius: .2rem;
}

.was-validated .form-control:invalid,
.form-control.is-invalid,
.was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #FF0039;
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus,
.was-validated
.custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #FF0039;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 0, 57, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(255, 0, 57, 0.25);
}

.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip,
.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated
.custom-select:invalid ~ .invalid-feedback,
.was-validated
.custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: #FF0039;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip,
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
  color: #FF0039;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #ff809c;
}

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip,
.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #ff3361;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #F5F7FC, 0 0 0 0.2rem rgba(255, 0, 57, 0.25);
          box-shadow: 0 0 0 1px #F5F7FC, 0 0 0 0.2rem rgba(255, 0, 57, 0.25);
}

.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #FF0039;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label::before,
.custom-file-input.is-invalid ~ .custom-file-label::before {
  border-color: inherit;
}

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip,
.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 0, 57, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(255, 0, 57, 0.25);
}

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
  }

  .form-inline .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-plaintext {
    display: inline-block;
  }

  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }

  .form-inline .form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: auto;
    padding-left: 0;
  }

  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }

  .form-inline .custom-control {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  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;
  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, -webkit-box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    transition: none;
  }
}

.btn:hover,
.btn:focus {
  text-decoration: none;
}

.btn:focus,
.btn.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(39, 128, 227, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(39, 128, 227, 0.25);
}

.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn:not(:disabled):not(.disabled):active,
.btn:not(:disabled):not(.disabled).active {
  background-image: none;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #2780E3;
  border-color: #2780E3;
}

.btn-primary:hover {
  color: #fff;
  background-color: #1a6dca;
  border-color: #1967be;
}

.btn-primary:focus,
.btn-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(39, 128, 227, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(39, 128, 227, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #2780E3;
  border-color: #2780E3;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #1967be;
  border-color: #1761b3;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(39, 128, 227, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(39, 128, 227, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #373a3c;
  border-color: #373a3c;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #252728;
  border-color: #1f2021;
}

.btn-secondary:focus,
.btn-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(55, 58, 60, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(55, 58, 60, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #373a3c;
  border-color: #373a3c;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #1f2021;
  border-color: #191a1b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(55, 58, 60, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(55, 58, 60, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #3FB618;
  border-color: #3FB618;
}

.btn-success:hover {
  color: #fff;
  background-color: #339414;
  border-color: #2f8912;
}

.btn-success:focus,
.btn-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(63, 182, 24, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(63, 182, 24, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #3FB618;
  border-color: #3FB618;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #2f8912;
  border-color: #2c7e11;
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(63, 182, 24, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(63, 182, 24, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #9954BB;
  border-color: #9954BB;
}

.btn-info:hover {
  color: #fff;
  background-color: #8542a7;
  border-color: #7e3f9d;
}

.btn-info:focus,
.btn-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(153, 84, 187, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(153, 84, 187, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #9954BB;
  border-color: #9954BB;
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #7e3f9d;
  border-color: #773b94;
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(153, 84, 187, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(153, 84, 187, 0.5);
}

.btn-warning {
  color: #fff;
  background-color: #FF7518;
  border-color: #FF7518;
}

.btn-warning:hover {
  color: #fff;
  background-color: #f16100;
  border-color: #e45c00;
}

.btn-warning:focus,
.btn-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 117, 24, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 117, 24, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
  color: #fff;
  background-color: #FF7518;
  border-color: #FF7518;
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #e45c00;
  border-color: #d75700;
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 117, 24, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 117, 24, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #FF0039;
  border-color: #FF0039;
}

.btn-danger:hover {
  color: #fff;
  background-color: #d90030;
  border-color: #cc002e;
}

.btn-danger:focus,
.btn-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 0, 57, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 0, 57, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #FF0039;
  border-color: #FF0039;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #cc002e;
  border-color: #bf002b;
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 0, 57, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 0, 57, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus,
.btn-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #373a3c;
  border-color: #373a3c;
}

.btn-dark:hover {
  color: #fff;
  background-color: #252728;
  border-color: #1f2021;
}

.btn-dark:focus,
.btn-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(55, 58, 60, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(55, 58, 60, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #373a3c;
  border-color: #373a3c;
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1f2021;
  border-color: #191a1b;
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(55, 58, 60, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(55, 58, 60, 0.5);
}

.btn-outline-primary {
  color: #2780E3;
  background-color: transparent;
  background-image: none;
  border-color: #2780E3;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #2780E3;
  border-color: #2780E3;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(39, 128, 227, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(39, 128, 227, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #2780E3;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #2780E3;
  border-color: #2780E3;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(39, 128, 227, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(39, 128, 227, 0.5);
}

.btn-outline-secondary {
  color: #373a3c;
  background-color: transparent;
  background-image: none;
  border-color: #373a3c;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #373a3c;
  border-color: #373a3c;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(55, 58, 60, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(55, 58, 60, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #373a3c;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #373a3c;
  border-color: #373a3c;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(55, 58, 60, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(55, 58, 60, 0.5);
}

.btn-outline-success {
  color: #3FB618;
  background-color: transparent;
  background-image: none;
  border-color: #3FB618;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #3FB618;
  border-color: #3FB618;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(63, 182, 24, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(63, 182, 24, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #3FB618;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #3FB618;
  border-color: #3FB618;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(63, 182, 24, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(63, 182, 24, 0.5);
}

.btn-outline-info {
  color: #9954BB;
  background-color: transparent;
  background-image: none;
  border-color: #9954BB;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #9954BB;
  border-color: #9954BB;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(153, 84, 187, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(153, 84, 187, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #9954BB;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #9954BB;
  border-color: #9954BB;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(153, 84, 187, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(153, 84, 187, 0.5);
}

.btn-outline-warning {
  color: #FF7518;
  background-color: transparent;
  background-image: none;
  border-color: #FF7518;
}

.btn-outline-warning:hover {
  color: #fff;
  background-color: #FF7518;
  border-color: #FF7518;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 117, 24, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 117, 24, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #FF7518;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #FF7518;
  border-color: #FF7518;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 117, 24, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 117, 24, 0.5);
}

.btn-outline-danger {
  color: #FF0039;
  background-color: transparent;
  background-image: none;
  border-color: #FF0039;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #FF0039;
  border-color: #FF0039;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 0, 57, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 0, 57, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #FF0039;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #FF0039;
  border-color: #FF0039;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 0, 57, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 0, 57, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus,
.btn-outline-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #373a3c;
  background-color: transparent;
  background-image: none;
  border-color: #373a3c;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #373a3c;
  border-color: #373a3c;
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(55, 58, 60, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(55, 58, 60, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #373a3c;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #373a3c;
  border-color: #373a3c;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(55, 58, 60, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(55, 58, 60, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #2780E3;
  background-color: transparent;
}

.btn-link:hover {
  color: #165ba8;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}

.btn-link:focus,
.btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-link:disabled,
.btn-link.disabled {
  color: #868e96;
  pointer-events: none;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm,
.btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #373a3c;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #2780E3;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #868e96;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #868e96;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file:focus {
  z-index: 3;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label,
.input-group > .custom-file:not(:first-child) .custom-file-label::after {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #2780E3;
}

.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #F5F7FC, 0 0 0 0.2rem rgba(39, 128, 227, 0.25);
          box-shadow: 0 0 0 1px #F5F7FC, 0 0 0 0.2rem rgba(39, 128, 227, 0.25);
}

.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #c5ddf7;
}

.custom-control-input:disabled ~ .custom-control-label {
  color: #868e96;
}

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  margin-bottom: 0;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #dee2e6;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #2780E3;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #2780E3;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(39, 128, 227, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(39, 128, 227, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #2780E3;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(39, 128, 227, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23373a3c' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-select:focus {
  border-color: #98c2f2;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(152, 194, 242, 0.5);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(152, 194, 242, 0.5);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #868e96;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #98c2f2;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(39, 128, 227, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(39, 128, 227, 0.25);
}

.custom-file-input:focus ~ .custom-file-label::after {
  border-color: #98c2f2;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(calc(2.25rem + 2px) - 1px * 2);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-range:focus {
  outline: none;
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #2780E3;
  border: 0;
  border-radius: 1rem;
  -webkit-appearance: none;
          appearance: none;
}

.custom-range::-webkit-slider-thumb:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 1px #F5F7FC, 0 0 0 0.2rem rgba(39, 128, 227, 0.25);
          box-shadow: 0 0 0 1px #F5F7FC, 0 0 0 0.2rem rgba(39, 128, 227, 0.25);
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #c5ddf7;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #2780E3;
  border: 0;
  border-radius: 1rem;
  -moz-appearance: none;
       appearance: none;
}

.custom-range::-moz-range-thumb:focus {
  outline: none;
  box-shadow: 0 0 0 1px #F5F7FC, 0 0 0 0.2rem rgba(39, 128, 227, 0.25);
}

.custom-range::-moz-range-thumb:active {
  background-color: #c5ddf7;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #2780E3;
  border: 0;
  border-radius: 1rem;
  appearance: none;
}

.custom-range::-ms-thumb:focus {
  outline: none;
  box-shadow: 0 0 0 1px #F5F7FC, 0 0 0 0.2rem rgba(39, 128, 227, 0.25);
}

.custom-range::-ms-thumb:active {
  background-color: #c5ddf7;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #868e96;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #868e96;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #F5F7FC;
  border-color: #dee2e6 #dee2e6 #F5F7FC;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #2780E3;
}

.nav-fill .nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar > .container,
.navbar > .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }

  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }

  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }

  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: white;
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  .card-deck .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }

  .card-group > .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    margin-bottom: 0;
  }

  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }

  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .card-group > .card:first-child .card-img-top,
  .card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }

  .card-group > .card:first-child .card-img-bottom,
  .card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }

  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .card-group > .card:last-child .card-img-top,
  .card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }

  .card-group > .card:last-child .card-img-bottom,
  .card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }

  .card-group > .card:only-child {
    border-radius: 0.25rem;
  }

  .card-group > .card:only-child .card-img-top,
  .card-group > .card:only-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .card-group > .card:only-child .card-img-bottom,
  .card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }

  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
            column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }

  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #868e96;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #868e96;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #2780E3;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #165ba8;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(39, 128, 227, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(39, 128, 227, 0.25);
}

.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #2780E3;
  border-color: #2780E3;
}

.page-item.disabled .page-link {
  color: #868e96;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #2780E3;
}

.badge-primary[href]:hover,
.badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1967be;
}

.badge-secondary {
  color: #fff;
  background-color: #373a3c;
}

.badge-secondary[href]:hover,
.badge-secondary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1f2021;
}

.badge-success {
  color: #fff;
  background-color: #3FB618;
}

.badge-success[href]:hover,
.badge-success[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #2f8912;
}

.badge-info {
  color: #fff;
  background-color: #9954BB;
}

.badge-info[href]:hover,
.badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #7e3f9d;
}

.badge-warning {
  color: #fff;
  background-color: #FF7518;
}

.badge-warning[href]:hover,
.badge-warning[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #e45c00;
}

.badge-danger {
  color: #fff;
  background-color: #FF0039;
}

.badge-danger[href]:hover,
.badge-danger[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #cc002e;
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

.badge-light[href]:hover,
.badge-light[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
}

.badge-dark {
  color: #fff;
  background-color: #373a3c;
}

.badge-dark[href]:hover,
.badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1f2021;
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 0 solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #144376;
  background-color: #d4e6f9;
  border-color: #c3dbf7;
}

.alert-primary hr {
  border-top-color: #adcef4;
}

.alert-primary .alert-link {
  color: #0d2a4a;
}

.alert-secondary {
  color: #1d1e1f;
  background-color: #d7d8d8;
  border-color: #c7c8c8;
}

.alert-secondary hr {
  border-top-color: #babbbb;
}

.alert-secondary .alert-link {
  color: #040505;
}

.alert-success {
  color: #215f0c;
  background-color: #d9f0d1;
  border-color: #c9ebbe;
}

.alert-success hr {
  border-top-color: #b9e5ab;
}

.alert-success .alert-link {
  color: #113206;
}

.alert-info {
  color: #502c61;
  background-color: #ebddf1;
  border-color: #e2cfec;
}

.alert-info hr {
  border-top-color: #d7bde5;
}

.alert-info .alert-link {
  color: #331c3e;
}

.alert-warning {
  color: #853d0c;
  background-color: #ffe3d1;
  border-color: #ffd8be;
}

.alert-warning hr {
  border-top-color: #ffc9a5;
}

.alert-warning .alert-link {
  color: #562808;
}

.alert-danger {
  color: #85001e;
  background-color: #ffccd7;
  border-color: #ffb8c8;
}

.alert-danger hr {
  border-top-color: #ff9fb4;
}

.alert-danger .alert-link {
  color: #520012;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1d1e1f;
  background-color: #d7d8d8;
  border-color: #c7c8c8;
}

.alert-dark hr {
  border-top-color: #babbbb;
}

.alert-dark .alert-link {
  color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 8px 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 8px 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 8px;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #2780E3;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .progress-bar {
    -webkit-transition: none;
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 8px 8px;
}

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite;
}

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.media-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover,
.list-group-item-action:focus {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #373a3c;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.list-group-item:hover,
.list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}

.list-group-item.disabled,
.list-group-item:disabled {
  color: #868e96;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #2780E3;
  border-color: #2780E3;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

.list-group-item-primary {
  color: #144376;
  background-color: #c3dbf7;
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #144376;
  background-color: #adcef4;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #144376;
  border-color: #144376;
}

.list-group-item-secondary {
  color: #1d1e1f;
  background-color: #c7c8c8;
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #1d1e1f;
  background-color: #babbbb;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #1d1e1f;
  border-color: #1d1e1f;
}

.list-group-item-success {
  color: #215f0c;
  background-color: #c9ebbe;
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #215f0c;
  background-color: #b9e5ab;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #215f0c;
  border-color: #215f0c;
}

.list-group-item-info {
  color: #502c61;
  background-color: #e2cfec;
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: #502c61;
  background-color: #d7bde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #502c61;
  border-color: #502c61;
}

.list-group-item-warning {
  color: #853d0c;
  background-color: #ffd8be;
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #853d0c;
  background-color: #ffc9a5;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #853d0c;
  border-color: #853d0c;
}

.list-group-item-danger {
  color: #85001e;
  background-color: #ffb8c8;
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #85001e;
  background-color: #ff9fb4;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #85001e;
  border-color: #85001e;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1d1e1f;
  background-color: #c7c8c8;
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #1d1e1f;
  background-color: #babbbb;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1d1e1f;
  border-color: #1d1e1f;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  opacity: .75;
}

.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
          transform: translate(0, -25%);
}

@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }

  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: Roboto, "Segoe UI", "Source Sans Pro", Calibri, Candara, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: Roboto, "Segoe UI", "Source Sans Pro", Calibri, Candara, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top,
.bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

.bs-popover-top .arrow,
.bs-popover-auto[x-placement^="top"] .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}

.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}

.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^="top"] .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}

.bs-popover-right,
.bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

.bs-popover-right .arrow,
.bs-popover-auto[x-placement^="right"] .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}

.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^="right"] .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
  left: 1px;
  border-right-color: #fff;
}

.bs-popover-bottom,
.bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

.bs-popover-bottom .arrow,
.bs-popover-auto[x-placement^="bottom"] .arrow {
  top: calc((0.5rem + 1px) * -1);
}

.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}

.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^="bottom"] .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left,
.bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

.bs-popover-left .arrow,
.bs-popover-auto[x-placement^="left"] .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}

.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^="left"] .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
  right: 1px;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #373a3c;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

@media screen and (prefers-reduced-motion: reduce) {
  .carousel-item {
    -webkit-transition: none;
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.carousel-item-next,
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next,
  .active.carousel-item-right {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

.carousel-item-prev,
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-prev,
  .active.carousel-item-left {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-duration: .6s;
          transition-duration: .6s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-fade .carousel-item-next,
  .carousel-fade .carousel-item-prev,
  .carousel-fade .carousel-item.active,
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-prev {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators .active {
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #2780E3 !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #1967be !important;
}

.bg-secondary {
  background-color: #373a3c !important;
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #1f2021 !important;
}

.bg-success {
  background-color: #3FB618 !important;
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #2f8912 !important;
}

.bg-info {
  background-color: #9954BB !important;
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #7e3f9d !important;
}

.bg-warning {
  background-color: #FF7518 !important;
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #e45c00 !important;
}

.bg-danger {
  background-color: #FF0039 !important;
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #cc002e !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #373a3c !important;
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1f2021 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #2780E3 !important;
}

.border-secondary {
  border-color: #373a3c !important;
}

.border-success {
  border-color: #3FB618 !important;
}

.border-info {
  border-color: #9954BB !important;
}

.border-warning {
  border-color: #FF7518 !important;
}

.border-danger {
  border-color: #FF0039 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #373a3c !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #2780E3 !important;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #1967be !important;
}

.text-secondary {
  color: #373a3c !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
  color: #1f2021 !important;
}

.text-success {
  color: #3FB618 !important;
}

a.text-success:hover,
a.text-success:focus {
  color: #2f8912 !important;
}

.text-info {
  color: #9954BB !important;
}

a.text-info:hover,
a.text-info:focus {
  color: #7e3f9d !important;
}

.text-warning {
  color: #FF7518 !important;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #e45c00 !important;
}

.text-danger {
  color: #FF0039 !important;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #cc002e !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover,
a.text-light:focus {
  color: #dae0e5 !important;
}

.text-dark {
  color: #373a3c !important;
}

a.text-dark:hover,
a.text-dark:focus {
  color: #1f2021 !important;
}

.text-body {
  color: #373a3c !important;
}

.text-muted {
  color: #868e96 !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

@page {
    size: a3;
}

  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
}

body {
  -webkit-font-smoothing: antialiased;
}

.progress .progress-bar {
  font-size: 8px;
  line-height: 8px;
}

/* сюда кладем миксины  - тогда их можно подключать в стилевых файлах страниц без ущерба для размера файла. Стилей быть не должно - если надо, выносим их в global.less или в стилевые файлы страниц */

.left-0 {
  top: 0 !important;
}

.right-0 {
  right: 0 !important;
}

.posx-0 {
  top: 0 !important;
  right: 0 !important;
}

.top-auto {
  top: auto !important;
}

.ws-normal {
  white-space: normal !important;
}

#topMenuNavbar .dropdown-menu .dropdown-item,
#bottomMenuNavbar .dropdown-menu .dropdown-item {
  white-space: normal;
}

.link-unstyled:hover {
  text-decoration: none !important;
}

.brand-circle {
  display: inline-block;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  border: 1px solid #2780E3;
  line-height: calc(2em - 2px);
  background-color: #2780E3;
  color: #fff;
  text-align: center;
}

.news-content div {
  margin-bottom: 0.5rem;
}

.br {
  float: left;
  width: 100%;
}

details.tree {
  position: relative;
  margin: 5px 0 5px 16px;
}

details.tree[open] > summary:after {
  content: "-";
}

details.tree[open] > summary:before {
  content: "";
  display: block;
  position: absolute;
  top: 18px;
  bottom: 0;
  left: -11px;
  width: 1px;
  background-color: #ecebeb;
}

details.tree summary::-webkit-details-marker {
  display: none;
}

details.tree summary:after {
  content: "+";
  font-family: 'FontAwesome';
  cursor: pointer;
  background: 0 0;
  border-radius: 5px;
  font-size: 1em;
  font-weight: bold;
  margin: -5px 10px 0 0;
  padding: 0;
  text-align: center;
  width: 20px;
  position: absolute;
  left: -20px;
  top: 5px;
}

.select2-results {
  height: 100%;
  max-height: 200px;
  overflow-y: auto;
}

.page-header {
  position: relative;
  border-bottom: 2px solid #cdcdcd;
  margin-bottom: 32px;
}

.page-header::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #2780E3;
  width: 100px;
  height: 2px;
}

.banner-header {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 59px;
}

.h1-text {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 34px;
  line-height: 41px;
  letter-spacing: 0.25px;
  margin-bottom: 0;
}

.h2-text {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 28px;
}

.h3-text {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
}

.caption-text {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.4px;
}

.body-text {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.15px;
}

.btn-text {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 550;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.05em;
  /* identical to box height */
  text-transform: uppercase;
}

.subtitle-text {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}

.overline-text {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 10px;
  line-height: 16px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.button-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  text-decoration: none;
  padding-right: 18px;
  margin-top: 1.5rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.button-link i {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.button-link:hover i {
  right: -5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.no-scroll {
  overflow-y: hidden;
}

.dropmenu {
  width: 274px;
  max-height: 150px;
  overflow-y: scroll;
}

.btn-breadcrumb {
  margin-left: 0;
  padding-left: 0;
}

.btn-breadcrumb li {
  list-style-type: none;
}

.btn-breadcrumb .breadcrumb-element:before {
  content: none;
}

.btn-breadcrumb .breadcrumb-element:first-child .btn {
  padding: 6px 6px 6px 10px;
}

.btn-breadcrumb .breadcrumb-element:last-child .btn {
  padding: 6px 18px 6px 24px;
}

.btn-breadcrumb .breadcrumb-element:not(:last-child) .btn {
  border-right: none;
}

.btn-breadcrumb .breadcrumb-element:not(:last-child) .btn:after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid white;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: 100%;
  z-index: 3;
}

.btn-breadcrumb .breadcrumb-element:not(:last-child) .btn:before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid #adadad;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  margin-left: 1px;
  left: 100%;
  z-index: 3;
}

.btn-breadcrumb .breadcrumb-element:not(:last-child) .btn-light:after {
  border-left: 10px solid #f8f9fa;
}

.btn-breadcrumb .breadcrumb-element:not(:last-child) .btn-light:before {
  border-left: 10px solid #ccc;
}

.btn-breadcrumb .breadcrumb-element:not(:last-child) .btn-light:hover:after {
  border-left: 10px solid #e2e6ea;
}

.btn-breadcrumb .breadcrumb-element:not(:last-child) .btn-light:hover:before {
  border-left: 10px solid #e2e6ea;
}

.btn-breadcrumb .breadcrumb-element:not(:last-child) .btn-light:active:after {
  border-left: 10px solid #dae0e5;
}

.btn-breadcrumb .breadcrumb-element:not(:last-child) .btn-light:active:before {
  border-left: 10px solid #dae0e5;
}

.btn-breadcrumb .breadcrumb-element .btn {
  padding: 6px 12px 6px 24px;
  -webkit-transition: none;
  transition: none;
  position: relative;
}

.btn-breadcrumb .breadcrumb-element .btn.btn-light {
  border-color: #ccc;
}

.btn-breadcrumb .breadcrumb-element .btn .caption {
  display: block;
  max-width: 30rem;
  white-space: nowrap !important;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* Чекбоксы */

[type=checkbox]:checked,
[type=checkbox]:not(:checked) {
  position: absolute;
  left: -9999px;
  opacity: 0;
}

[type=checkbox] + label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
}

[type=checkbox] + label:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  z-index: 0;
  border: 1px solid #b1b8bb;
  border-radius: 1px;
  margin-top: 2px;
  -webkit-transition: .2s;
  transition: .2s;
}

[type=checkbox]:not(.filled-in) + label:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  z-index: 0;
  border: 1px solid #b1b8bb;
  border-radius: 1px;
  margin-top: 2px;
  -webkit-transition: .2s;
  transition: .2s;
  border: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

[type=checkbox]:not(:checked):disabled + label:before {
  border: none;
  background-color: rgba(0, 0, 0, 0.26);
}

[type=checkbox].tabbed:focus + label:after {
  -webkit-transform: scale(1);
  transform: scale(1);
  border: 0;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.1);
}

[type=checkbox]:checked + label:before {
  top: -4px;
  left: -5px;
  width: 12px;
  height: 22px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #26a69a;
  border-bottom: 2px solid #26a69a;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

[type=checkbox]:checked:disabled + label:before {
  border-right: 2px solid rgba(0, 0, 0, 0.26);
  border-bottom: 2px solid rgba(0, 0, 0, 0.26);
}

[type=checkbox]:indeterminate + label:before {
  top: -11px;
  left: -12px;
  width: 10px;
  height: 22px;
  border-top: none;
  border-left: none;
  border-right: 2px solid #26a69a;
  border-bottom: none;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

[type=checkbox]:indeterminate:disabled + label:before {
  border-right: 2px solid rgba(0, 0, 0, 0.26);
  background-color: transparent;
}

[type=checkbox].filled-in + label:after {
  border-radius: 2px;
  content: '';
  left: 0;
  position: absolute;
  -webkit-transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
  transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
  z-index: 1;
}

[type=checkbox].filled-in + label:before {
  content: '';
  left: 0;
  position: absolute;
  -webkit-transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
  transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
  z-index: 1;
}

[type=checkbox].filled-in:not(:checked) + label:before {
  width: 0;
  height: 0;
  border: 3px solid transparent;
  left: 6px;
  top: 10px;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 20% 40%;
  transform-origin: 100% 100%;
}

[type=checkbox].filled-in:not(:checked) + label:after {
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 1px solid #b1b8bb;
  top: 0px;
  z-index: 0;
}

[type=checkbox].filled-in:checked + label:before {
  top: 0;
  left: 1px;
  width: 8px;
  height: 13px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

[type=checkbox].filled-in:checked + label:after {
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #26a69a;
  background-color: #26a69a;
  z-index: 0;
}

[type=checkbox].filled-in.tabbed:focus + label:after {
  border-radius: 2px;
  border-color: #5a5a5a;
  background-color: rgba(0, 0, 0, 0.1);
}

[type=checkbox].filled-in.tabbed:checked:focus + label:after {
  border-radius: 2px;
  background-color: #26a69a;
  border-color: #26a69a;
}

[type=checkbox].filled-in:disabled:not(:checked) + label:before {
  background-color: transparent;
  border: 2px solid transparent;
}

[type=checkbox].filled-in:disabled:not(:checked) + label:after {
  border-color: transparent;
  background-color: #BDBDBD;
}

[type=checkbox].filled-in:disabled:checked + label:before {
  background-color: transparent;
}

[type=checkbox].filled-in:disabled:checked + label:after {
  background-color: #BDBDBD;
  border-color: #BDBDBD;
}

[type=checkbox] + label {
  padding-left: 26px;
  height: 25px;
  line-height: 21px;
  font-weight: normal;
}

[type=checkbox]:checked + label:before {
  top: -4px;
  left: -2px;
  width: 11px;
  height: 19px;
}

[type=checkbox]:checked.chk-col-red + label:before {
  border-right: 2px solid #FF0039;
  border-bottom: 2px solid #FF0039;
}

[type=checkbox]:checked.chk-col-pink + label:before {
  border-right: 2px solid #E91E63;
  border-bottom: 2px solid #E91E63;
}

[type=checkbox]:checked.chk-col-purple + label:before {
  border-right: 2px solid #613d7c;
  border-bottom: 2px solid #613d7c;
}

[type=checkbox]:checked.chk-col-deep-purple + label:before {
  border-right: 2px solid #673AB7;
  border-bottom: 2px solid #673AB7;
}

[type=checkbox]:checked.chk-col-indigo + label:before {
  border-right: 2px solid #3F51B5;
  border-bottom: 2px solid #3F51B5;
}

[type=checkbox]:checked.chk-col-blue + label:before {
  border-right: 2px solid #2780E3;
  border-bottom: 2px solid #2780E3;
}

[type=checkbox]:checked.chk-col-light-blue + label:before {
  border-right: 2px solid #81b5ef;
  border-bottom: 2px solid #81b5ef;
}

[type=checkbox]:checked.chk-col-cyan + label:before {
  border-right: 2px solid #9954BB;
  border-bottom: 2px solid #9954BB;
}

[type=checkbox]:checked.chk-col-teal + label:before {
  border-right: 2px solid #20c997;
  border-bottom: 2px solid #20c997;
}

[type=checkbox]:checked.chk-col-green + label:before {
  border-right: 2px solid #3FB618;
  border-bottom: 2px solid #3FB618;
}

[type=checkbox]:checked.chk-col-light-green + label:before {
  border-right: 2px solid #8BC34A;
  border-bottom: 2px solid #8BC34A;
}

[type=checkbox]:checked.chk-col-lime + label:before {
  border-right: 2px solid #CDDC39;
  border-bottom: 2px solid #CDDC39;
}

[type=checkbox]:checked.chk-col-yellow + label:before {
  border-right: 2px solid #FF7518;
  border-bottom: 2px solid #FF7518;
}

[type=checkbox]:checked.chk-col-amber + label:before {
  border-right: 2px solid #FFC107;
  border-bottom: 2px solid #FFC107;
}

[type=checkbox]:checked.chk-col-orange + label:before {
  border-right: 2px solid #FF9800;
  border-bottom: 2px solid #FF9800;
}

[type=checkbox]:checked.chk-col-deep-orange + label:before {
  border-right: 2px solid #FF5722;
  border-bottom: 2px solid #FF5722;
}

[type=checkbox]:checked.chk-col-brown + label:before {
  border-right: 2px solid #795548;
  border-bottom: 2px solid #795548;
}

[type=checkbox]:checked.chk-col-grey + label:before {
  border-right: 2px solid #9E9E9E;
  border-bottom: 2px solid #9E9E9E;
}

[type=checkbox]:checked.chk-col-blue-grey + label:before {
  border-right: 2px solid #607D8B;
  border-bottom: 2px solid #607D8B;
}

[type=checkbox]:checked.chk-col-black + label:before {
  border-right: 2px solid #000000;
  border-bottom: 2px solid #000000;
}

[type=checkbox]:checked.chk-col-white + label:before {
  border-right: 2px solid #F5F7FC;
  border-bottom: 2px solid #F5F7FC;
}

[type=checkbox].filled-in:checked + label:after {
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #26a69a;
  background-color: #26a69a;
  z-index: 0;
}

[type=checkbox].filled-in:checked + label:before {
  border-right: 2px solid #fff !important;
  border-bottom: 2px solid #fff !important;
}

[type=checkbox].filled-in:checked.chk-col-red + label:after {
  border: 2px solid #FF0039;
  background-color: #FF0039;
}

[type=checkbox].filled-in:checked.chk-col-pink + label:after {
  border: 2px solid #E91E63;
  background-color: #E91E63;
}

[type=checkbox].filled-in:checked.chk-col-purple + label:after {
  border: 2px solid #613d7c;
  background-color: #613d7c;
}

[type=checkbox].filled-in:checked.chk-col-deep-purple + label:after {
  border: 2px solid #673AB7;
  background-color: #673AB7;
}

[type=checkbox].filled-in:checked.chk-col-indigo + label:after {
  border: 2px solid #3F51B5;
  background-color: #3F51B5;
}

[type=checkbox].filled-in:checked.chk-col-blue + label:after {
  border: 2px solid #2780E3;
  background-color: #2780E3;
}

[type=checkbox].filled-in:checked.chk-col-light-blue + label:after {
  border: 2px solid #81b5ef;
  background-color: #81b5ef;
}

[type=checkbox].filled-in:checked.chk-col-cyan + label:after {
  border: 2px solid #00BCD4;
  background-color: #00BCD4;
}

[type=checkbox].filled-in:checked.chk-col-teal + label:after {
  border: 2px solid #009688;
  background-color: #009688;
}

[type=checkbox].filled-in:checked.chk-col-green + label:after {
  border: 2px solid #26c6da;
  background-color: #26c6da;
}

[type=checkbox].filled-in:checked.chk-col-light-green + label:after {
  border: 2px solid #8BC34A;
  background-color: #8BC34A;
}

[type=checkbox].filled-in:checked.chk-col-lime + label:after {
  border: 2px solid #CDDC39;
  background-color: #CDDC39;
}

[type=checkbox].filled-in:checked.chk-col-yellow + label:after {
  border: 2px solid #ffe821;
  background-color: #ffe821;
}

[type=checkbox].filled-in:checked.chk-col-amber + label:after {
  border: 2px solid #FFC107;
  background-color: #FFC107;
}

[type=checkbox].filled-in:checked.chk-col-orange + label:after {
  border: 2px solid #FF9800;
  background-color: #FF9800;
}

[type=checkbox].filled-in:checked.chk-col-deep-orange + label:after {
  border: 2px solid #FF5722;
  background-color: #FF5722;
}

[type=checkbox].filled-in:checked.chk-col-brown + label:after {
  border: 2px solid #795548;
  background-color: #795548;
}

[type=checkbox].filled-in:checked.chk-col-grey + label:after {
  border: 2px solid #9E9E9E;
  background-color: #9E9E9E;
}

[type=checkbox].filled-in:checked.chk-col-blue-grey + label:after {
  border: 2px solid #607D8B;
  background-color: #607D8B;
}

[type=checkbox].filled-in:checked.chk-col-black + label:after {
  border: 2px solid #000000;
  background-color: #000000;
}

[type=checkbox].filled-in:checked.chk-col-white + label:after {
  border: 2px solid #F5F7FC;
  background-color: #F5F7FC;
}

/* Радиокнопки */

[type=radio]:checked,
[type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
  opacity: 0;
}

[type=radio]:checked + label,
[type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
  -webkit-transition: .28s ease;
  transition: .28s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

[type=radio] + label:after,
[type=radio] + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  margin: 4px;
  width: 16px;
  height: 16px;
  z-index: 0;
  -webkit-transition: .28s ease;
  transition: .28s ease;
}

[type=radio].with-gap:checked + label:after,
[type=radio].with-gap:checked + label:before {
  border-radius: 50%;
}

[type=radio]:checked + label:after,
[type=radio]:checked + label:before {
  border-radius: 50%;
}

[type=radio]:not(:checked) + label:after,
[type=radio]:not(:checked) + label:before {
  border-radius: 50%;
}

[type=radio]:not(:checked) + label:after,
[type=radio]:not(:checked) + label:before {
  border: 1px solid #b1b8bb;
}

[type=radio]:not(:checked) + label:after {
  z-index: -1;
  -webkit-transform: scale(0);
  transform: scale(0);
}

[type=radio]:checked + label:before {
  border: 2px solid transparent;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}

[type=radio].with-gap:checked + label:after,
[type=radio].with-gap:checked + label:before {
  border: 2px solid #26a69a;
}

[type=radio]:checked + label:after {
  border: 2px solid #26a69a;
}

[type=radio].with-gap:checked + label:after {
  background-color: #26a69a;
  z-index: 0;
}

[type=radio]:checked + label:after {
  background-color: #26a69a;
  z-index: 0;
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

[type=radio].with-gap:checked + label:after {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}

[type=radio].tabbed:focus + label:before {
  -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}

[type=radio].with-gap:disabled:checked + label:before {
  border: 2px solid rgba(0, 0, 0, 0.26);
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}

[type=radio].with-gap:disabled:checked + label:after {
  border: none;
  background-color: rgba(0, 0, 0, 0.26);
}

[type=radio]:disabled:checked + label:before {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.26);
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}

[type=radio]:disabled:not(:checked) + label:before {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.26);
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}

[type=radio]:disabled:not(:checked) + label:before {
  border-color: rgba(0, 0, 0, 0.26);
}

[type=radio]:disabled + label {
  color: rgba(0, 0, 0, 0.26);
}

[type=radio]:disabled:checked + label:after {
  background-color: rgba(0, 0, 0, 0.26);
  border-color: #BDBDBD;
}

[type=radio]:not(:checked) + label,
[type=radio]:checked + label {
  padding-left: 26px;
  height: 25px;
  line-height: 25px;
  font-weight: normal;
}

[type=radio].radio-col-red:checked + label:after {
  background-color: #FF0039;
  border-color: #FF0039;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}

[type=radio].radio-col-pink:checked + label:after {
  background-color: #E91E63;
  border-color: #E91E63;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}

[type=radio].radio-col-purple:checked + label:after {
  background-color: #613d7c;
  border-color: #613d7c;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}

[type=radio].radio-col-deep-purple:checked + label:after {
  background-color: #673AB7;
  border-color: #673AB7;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}

[type=radio].radio-col-indigo:checked + label:after {
  background-color: #3F51B5;
  border-color: #3F51B5;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}

[type=radio].radio-col-blue:checked + label:after {
  background-color: #2780E3;
  border-color: #2780E3;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}

[type=radio].radio-col-light-blue:checked + label:after {
  background-color: #81b5ef;
  border-color: #81b5ef;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}

[type=radio].radio-col-cyan:checked + label:after {
  background-color: #00BCD4;
  border-color: #00BCD4;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}

[type=radio].radio-col-teal:checked + label:after {
  background-color: #009688;
  border-color: #009688;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}

[type=radio].radio-col-green:checked + label:after {
  background-color: #26c6da;
  border-color: #26c6da;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}

[type=radio].radio-col-light-green:checked + label:after {
  background-color: #8BC34A;
  border-color: #8BC34A;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}

[type=radio].radio-col-lime:checked + label:after {
  background-color: #CDDC39;
  border-color: #CDDC39;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}

[type=radio].radio-col-yellow:checked + label:after {
  background-color: #ffe821;
  border-color: #ffe821;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}

[type=radio].radio-col-amber:checked + label:after {
  background-color: #FFC107;
  border-color: #FFC107;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}

[type=radio].radio-col-orange:checked + label:after {
  background-color: #FF9800;
  border-color: #FF9800;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}

[type=radio].radio-col-deep-orange:checked + label:after {
  background-color: #FF5722;
  border-color: #FF5722;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}

[type=radio].radio-col-brown:checked + label:after {
  background-color: #795548;
  border-color: #795548;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}

[type=radio].radio-col-grey:checked + label:after {
  background-color: #9E9E9E;
  border-color: #9E9E9E;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}

[type=radio].radio-col-blue-grey:checked + label:after {
  background-color: #607D8B;
  border-color: #607D8B;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}

[type=radio].radio-col-black:checked + label:after {
  background-color: #000000;
  border-color: #000000;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}

[type=radio].radio-col-white:checked + label:after {
  background-color: #F5F7FC;
  border-color: #F5F7FC;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}

[type=radio].with-gap.radio-col-red:checked + label:before {
  border: 2px solid #FF0039;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}

[type=radio].with-gap.radio-col-red:checked + label:after {
  background-color: #FF0039;
  border: 2px solid #FF0039;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}

[type=radio].with-gap.radio-col-pink:checked + label:before {
  border: 2px solid #E91E63;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}

[type=radio].with-gap.radio-col-pink:checked + label:after {
  background-color: #E91E63;
  border: 2px solid #E91E63;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}

[type=radio].with-gap.radio-col-purple:checked + label:before {
  border: 2px solid #613d7c;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}

[type=radio].with-gap.radio-col-purple:checked + label:after {
  background-color: #613d7c;
  border: 2px solid #613d7c;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}

[type=radio].with-gap.radio-col-deep-purple:checked + label:before {
  border: 2px solid #673AB7;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}

[type=radio].with-gap.radio-col-deep-purple:checked + label:after {
  background-color: #673AB7;
  border: 2px solid #673AB7;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}

[type=radio].with-gap.radio-col-indigo:checked + label:before {
  border: 2px solid #3F51B5;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}

[type=radio].with-gap.radio-col-indigo:checked + label:after {
  background-color: #3F51B5;
  border: 2px solid #3F51B5;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}

[type=radio].with-gap.radio-col-blue:checked + label:before {
  border: 2px solid #2780E3;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}

[type=radio].with-gap.radio-col-blue:checked + label:after {
  background-color: #2780E3;
  border: 2px solid #2780E3;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}

[type=radio].with-gap.radio-col-light-blue:checked + label:before {
  border: 2px solid #03A9F4;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}

[type=radio].with-gap.radio-col-light-blue:checked + label:after {
  background-color: #03A9F4;
  border: 2px solid #03A9F4;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}

[type=radio].with-gap.radio-col-cyan:checked + label:before {
  border: 2px solid #00BCD4;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}

[type=radio].with-gap.radio-col-cyan:checked + label:after {
  background-color: #00BCD4;
  border: 2px solid #00BCD4;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}

[type=radio].with-gap.radio-col-teal:checked + label:before {
  border: 2px solid #009688;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}

[type=radio].with-gap.radio-col-teal:checked + label:after {
  background-color: #009688;
  border: 2px solid #009688;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}

[type=radio].with-gap.radio-col-green:checked + label:before {
  border: 2px solid #26c6da;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}

[type=radio].with-gap.radio-col-green:checked + label:after {
  background-color: #26c6da;
  border: 2px solid #26c6da;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}

[type=radio].with-gap.radio-col-light-green:checked + label:before {
  border: 2px solid #8BC34A;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}

[type=radio].with-gap.radio-col-light-green:checked + label:after {
  background-color: #8BC34A;
  border: 2px solid #8BC34A;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}

[type=radio].with-gap.radio-col-lime:checked + label:before {
  border: 2px solid #CDDC39;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}

[type=radio].with-gap.radio-col-lime:checked + label:after {
  background-color: #CDDC39;
  border: 2px solid #CDDC39;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}

[type=radio].with-gap.radio-col-yellow:checked + label:before {
  border: 2px solid #ffe821;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}

[type=radio].with-gap.radio-col-yellow:checked + label:after {
  background-color: #ffe821;
  border: 2px solid #ffe821;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}

[type=radio].with-gap.radio-col-amber:checked + label:before {
  border: 2px solid #FFC107;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}

[type=radio].with-gap.radio-col-amber:checked + label:after {
  background-color: #FFC107;
  border: 2px solid #FFC107;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}

[type=radio].with-gap.radio-col-orange:checked + label:before {
  border: 2px solid #FF9800;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}

[type=radio].with-gap.radio-col-orange:checked + label:after {
  background-color: #FF9800;
  border: 2px solid #FF9800;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}

[type=radio].with-gap.radio-col-deep-orange:checked + label:before {
  border: 2px solid #FF5722;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}

[type=radio].with-gap.radio-col-deep-orange:checked + label:after {
  background-color: #FF5722;
  border: 2px solid #FF5722;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}

[type=radio].with-gap.radio-col-brown:checked + label:before {
  border: 2px solid #795548;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}

[type=radio].with-gap.radio-col-brown:checked + label:after {
  background-color: #795548;
  border: 2px solid #795548;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}

[type=radio].with-gap.radio-col-grey:checked + label:before {
  border: 2px solid #9E9E9E;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}

[type=radio].with-gap.radio-col-grey:checked + label:after {
  background-color: #9E9E9E;
  border: 2px solid #9E9E9E;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}

[type=radio].with-gap.radio-col-blue-grey:checked + label:before {
  border: 2px solid #607D8B;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}

[type=radio].with-gap.radio-col-blue-grey:checked + label:after {
  background-color: #607D8B;
  border: 2px solid #607D8B;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}

[type=radio].with-gap.radio-col-black:checked + label:before {
  border: 2px solid #000000;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}

[type=radio].with-gap.radio-col-black:checked + label:after {
  background-color: #000000;
  border: 2px solid #000000;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}

[type=radio].with-gap.radio-col-white:checked + label:before {
  border: 2px solid #F5F7FC;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}

[type=radio].with-gap.radio-col-white:checked + label:after {
  background-color: #F5F7FC;
  border: 2px solid #F5F7FC;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}

/*
 * This combined file was created by the DataTables downloader builder:
 *   https://datatables.net/download
 *
 * To rebuild or modify this file with the latest versions of the included
 * software please visit:
 *   https://datatables.net/download/#bs4/jszip-2.5.0/dt-1.10.16/af-2.2.2/b-1.5.1/b-colvis-1.5.1/b-flash-1.5.1/b-html5-1.5.1/b-print-1.5.1/cr-1.4.1/fc-3.2.4/fh-3.1.3/kt-2.3.2/r-2.2.1/rg-1.0.2/rr-1.2.3/sc-1.4.4/sl-1.2.5
 *
 * Included libraries:
 *   JSZip 2.5.0, DataTables 1.10.16, AutoFill 2.2.2, Buttons 1.5.1, Column visibility 1.5.1, Flash export 1.5.1, HTML5 export 1.5.1, Print view 1.5.1, ColReorder 1.4.1, FixedColumns 3.2.4, FixedHeader 3.1.3, KeyTable 2.3.2, Responsive 2.2.1, RowGroup 1.0.2, RowReorder 1.2.3, Scroller 1.4.4, Select 1.2.5
 */

table.dataTable {
  clear: both;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  max-width: none !important;
  border-collapse: separate !important;
}

table.dataTable td,
table.dataTable th {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

table.dataTable td.dataTables_empty,
table.dataTable th.dataTables_empty {
  text-align: center;
}

table.dataTable.nowrap th,
table.dataTable.nowrap td {
  white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_length label {
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_length select {
  width: 75px;
  display: inline-block;
}

div.dataTables_wrapper div.dataTables_filter {
  text-align: right;
}

div.dataTables_wrapper div.dataTables_filter label {
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
}

div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0.5em;
  display: inline-block;
  width: auto;
}

div.dataTables_wrapper div.dataTables_info {
  padding-top: 0.85em;
  white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  text-align: right;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 2px 0;
  white-space: nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

div.dataTables_wrapper div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 1em 0;
}

table.dataTable thead > tr > th.sorting_asc,
table.dataTable thead > tr > th.sorting_desc,
table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting {
  padding-right: 30px;
}

table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
  outline: none;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  position: relative;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
  position: absolute;
  bottom: 0.9em;
  display: block;
  opacity: 0.3;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before {
  right: 1em;
  content: "\2191";
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  right: 0.5em;
  content: "\2193";
}

table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:after {
  opacity: 1;
}

table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
  opacity: 0;
}

div.dataTables_scrollHead table.dataTable {
  margin-bottom: 0 !important;
}

div.dataTables_scrollBody table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

div.dataTables_scrollBody table thead .sorting:after,
div.dataTables_scrollBody table thead .sorting_asc:after,
div.dataTables_scrollBody table thead .sorting_desc:after {
  display: none;
}

div.dataTables_scrollBody table tbody tr:first-child th,
div.dataTables_scrollBody table tbody tr:first-child td {
  border-top: none;
}

div.dataTables_scrollFoot > .dataTables_scrollFootInner {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

div.dataTables_scrollFoot > .dataTables_scrollFootInner > table {
  margin-top: 0 !important;
  border-top: none;
}

@media screen and (max-width: 767px) {
  div.dataTables_wrapper div.dataTables_length,
  div.dataTables_wrapper div.dataTables_filter,
  div.dataTables_wrapper div.dataTables_info,
  div.dataTables_wrapper div.dataTables_paginate {
    text-align: center;
  }
}

table.dataTable.table-sm > thead > tr > th {
  padding-right: 20px;
}

table.dataTable.table-sm .sorting:before,
table.dataTable.table-sm .sorting_asc:before,
table.dataTable.table-sm .sorting_desc:before {
  top: 5px;
  right: 0.85em;
}

table.dataTable.table-sm .sorting:after,
table.dataTable.table-sm .sorting_asc:after,
table.dataTable.table-sm .sorting_desc:after {
  top: 5px;
}

table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
  border-left-width: 0;
}

table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable td:last-child,
table.table-bordered.dataTable td:last-child {
  border-right-width: 0;
}

table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td {
  border-bottom-width: 0;
}

div.dataTables_scrollHead table.table-bordered {
  border-bottom-width: 0;
}

div.table-responsive > div.dataTables_wrapper > div.row {
  margin: 0;
}

div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:first-child {
  padding-left: 0;
}

div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:last-child {
  padding-right: 0;
}

div.dt-autofill-handle {
  position: absolute;
  height: 8px;
  width: 8px;
  z-index: 102;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #0275d8;
  background: #0275d8;
}

div.dt-autofill-select {
  position: absolute;
  z-index: 1001;
  background-color: #0275d8;
  background-image: repeating-linear-gradient(45deg, transparent, transparent 5px, rgba(255, 255, 255, 0.5) 5px, rgba(255, 255, 255, 0.5) 10px);
}

div.dt-autofill-select.top,
div.dt-autofill-select.bottom {
  height: 3px;
  margin-top: -1px;
}

div.dt-autofill-select.left,
div.dt-autofill-select.right {
  width: 3px;
  margin-left: -1px;
}

div.dt-autofill-list {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 500px;
  margin-left: -250px;
  background-color: white;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 5px #555;
          box-shadow: 0 0 5px #555;
  border: 2px solid #444;
  z-index: 11;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.5em 2em;
}

div.dt-autofill-list ul {
  display: table;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}

div.dt-autofill-list ul li {
  display: table-row;
}

div.dt-autofill-list ul li:last-child div.dt-autofill-question,
div.dt-autofill-list ul li:last-child div.dt-autofill-button {
  border-bottom: none;
}

div.dt-autofill-list ul li:hover {
  background-color: #f6f6f6;
}

div.dt-autofill-list div.dt-autofill-question {
  display: table-cell;
  padding: 0.5em 0;
  border-bottom: 1px solid #ccc;
}

div.dt-autofill-list div.dt-autofill-question input[type=number] {
  padding: 6px;
  width: 30px;
  margin: -2px 0;
}

div.dt-autofill-list div.dt-autofill-button {
  display: table-cell;
  padding: 0.5em 0;
  border-bottom: 1px solid #ccc;
}

div.dt-autofill-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  background: radial-gradient(ellipse farthest-corner at center, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
  z-index: 10;
}

@keyframes dtb-spinner {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes dtb-spinner {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

div.dt-button-info {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 400px;
  margin-top: -100px;
  margin-left: -200px;
  background-color: white;
  border: 2px solid #111;
  -webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
          box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  text-align: center;
  z-index: 21;
}

div.dt-button-info h2 {
  padding: 0.5em;
  margin: 0;
  font-weight: normal;
  border-bottom: 1px solid #ddd;
  background-color: #f3f3f3;
}

div.dt-button-info > div {
  padding: 1em;
}

ul.dt-button-collection.dropdown-menu {
  display: block;
  z-index: 2002;
  -webkit-column-gap: 8px;
  -ms-column-gap: 8px;
  -o-column-gap: 8px;
  column-gap: 8px;
}

ul.dt-button-collection.dropdown-menu.fixed {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -75px;
  border-radius: 0;
}

ul.dt-button-collection.dropdown-menu.fixed.two-column {
  margin-left: -150px;
}

ul.dt-button-collection.dropdown-menu.fixed.three-column {
  margin-left: -225px;
}

ul.dt-button-collection.dropdown-menu.fixed.four-column {
  margin-left: -300px;
}

ul.dt-button-collection.dropdown-menu > * {
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
}

ul.dt-button-collection.dropdown-menu.two-column {
  width: 300px;
  padding-bottom: 1px;
  -webkit-column-count: 2;
  -ms-column-count: 2;
  -o-column-count: 2;
  column-count: 2;
}

ul.dt-button-collection.dropdown-menu.three-column {
  width: 450px;
  padding-bottom: 1px;
  -webkit-column-count: 3;
  -ms-column-count: 3;
  -o-column-count: 3;
  column-count: 3;
}

ul.dt-button-collection.dropdown-menu.four-column {
  width: 600px;
  padding-bottom: 1px;
  -webkit-column-count: 4;
  -ms-column-count: 4;
  -o-column-count: 4;
  column-count: 4;
}

ul.dt-button-collection.dropdown-menu .dt-button {
  border-radius: 0;
}

ul.dt-button-collection {
  -webkit-column-gap: 8px;
  -ms-column-gap: 8px;
  -o-column-gap: 8px;
  column-gap: 8px;
}

ul.dt-button-collection.fixed {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -75px;
  border-radius: 0;
}

ul.dt-button-collection.fixed.two-column {
  margin-left: -150px;
}

ul.dt-button-collection.fixed.three-column {
  margin-left: -225px;
}

ul.dt-button-collection.fixed.four-column {
  margin-left: -300px;
}

ul.dt-button-collection > * {
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
}

ul.dt-button-collection.two-column {
  width: 300px;
  padding-bottom: 1px;
  -webkit-column-count: 2;
  -ms-column-count: 2;
  -o-column-count: 2;
  column-count: 2;
}

ul.dt-button-collection.three-column {
  width: 450px;
  padding-bottom: 1px;
  -webkit-column-count: 3;
  -ms-column-count: 3;
  -o-column-count: 3;
  column-count: 3;
}

ul.dt-button-collection.four-column {
  width: 600px;
  padding-bottom: 1px;
  -webkit-column-count: 4;
  -ms-column-count: 4;
  -o-column-count: 4;
  column-count: 4;
}

ul.dt-button-collection .dt-button {
  border-radius: 0;
}

ul.dt-button-collection.fixed {
  max-width: none;
}

ul.dt-button-collection.fixed:before,
ul.dt-button-collection.fixed:after {
  display: none;
}

div.dt-button-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}

@media screen and (max-width: 767px) {
  div.dt-buttons {
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 0.5em;
  }

  div.dt-buttons a.btn {
    float: none;
  }
}

div.dt-buttons button.btn.processing,
div.dt-buttons div.btn.processing,
div.dt-buttons a.btn.processing {
  color: rgba(0, 0, 0, 0.2);
}

div.dt-buttons button.btn.processing:after,
div.dt-buttons div.btn.processing:after,
div.dt-buttons a.btn.processing:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  content: ' ';
  border: 2px solid #282828;
  border-radius: 50%;
  border-left-color: transparent;
  border-right-color: transparent;
  animation: dtb-spinner 1500ms infinite linear;
  -o-animation: dtb-spinner 1500ms infinite linear;
  -ms-animation: dtb-spinner 1500ms infinite linear;
  -webkit-animation: dtb-spinner 1500ms infinite linear;
  -moz-animation: dtb-spinner 1500ms infinite linear;
}

table.DTCR_clonedTable.dataTable {
  position: absolute !important;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 202;
}

div.DTCR_pointer {
  width: 1px;
  background-color: #0275d8;
  z-index: 201;
}

table.DTFC_Cloned tr {
  background-color: white;
  margin-bottom: 0;
}

div.DTFC_LeftHeadWrapper table,
div.DTFC_RightHeadWrapper table {
  border-bottom: none !important;
  margin-bottom: 0 !important;
  background-color: white;
}

div.DTFC_LeftBodyWrapper table,
div.DTFC_RightBodyWrapper table {
  border-top: none;
  margin: 0 !important;
}

div.DTFC_LeftBodyWrapper table thead .sorting:after,
div.DTFC_LeftBodyWrapper table thead .sorting_asc:after,
div.DTFC_LeftBodyWrapper table thead .sorting_desc:after,
div.DTFC_LeftBodyWrapper table thead .sorting:after,
div.DTFC_LeftBodyWrapper table thead .sorting_asc:after,
div.DTFC_LeftBodyWrapper table thead .sorting_desc:after,
div.DTFC_RightBodyWrapper table thead .sorting:after,
div.DTFC_RightBodyWrapper table thead .sorting_asc:after,
div.DTFC_RightBodyWrapper table thead .sorting_desc:after,
div.DTFC_RightBodyWrapper table thead .sorting:after,
div.DTFC_RightBodyWrapper table thead .sorting_asc:after,
div.DTFC_RightBodyWrapper table thead .sorting_desc:after {
  display: none;
}

div.DTFC_LeftBodyWrapper table tbody tr:first-child th,
div.DTFC_LeftBodyWrapper table tbody tr:first-child td,
div.DTFC_RightBodyWrapper table tbody tr:first-child th,
div.DTFC_RightBodyWrapper table tbody tr:first-child td {
  border-top: none;
}

div.DTFC_LeftFootWrapper table,
div.DTFC_RightFootWrapper table {
  border-top: none;
  margin-top: 0 !important;
  background-color: white;
}

div.DTFC_Blocker {
  background-color: white;
}

table.dataTable.table-striped.DTFC_Cloned tbody {
  background-color: white;
}

table.dataTable.fixedHeader-floating,
table.dataTable.fixedHeader-locked {
  background-color: white;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

table.dataTable.fixedHeader-floating {
  position: fixed !important;
}

table.dataTable.fixedHeader-locked {
  position: absolute !important;
}

@media print {
  table.fixedHeader-floating {
    display: none;
  }
}

table.dataTable th.focus,
table.dataTable td.focus {
  outline: 3px solid #0275d8;
  outline-offset: -1px;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty {
  cursor: default !important;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty:before {
  display: none !important;
}

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child,
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before {
  top: 12px;
  left: 4px;
  height: 14px;
  width: 14px;
  display: block;
  position: absolute;
  color: white;
  border: 2px solid white;
  border-radius: 14px;
  -webkit-box-shadow: 0 0 3px #444;
          box-shadow: 0 0 3px #444;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: 'Courier New', Courier, monospace;
  line-height: 14px;
  content: '+';
  background-color: #0275d8;
}

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
  content: '-';
  background-color: #d33333;
}

table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child {
  padding-left: 27px;
}

table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child:before,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child:before {
  top: 5px;
  left: 4px;
  height: 14px;
  width: 14px;
  border-radius: 14px;
  line-height: 14px;
  text-indent: 3px;
}

table.dataTable.dtr-column > tbody > tr > td.control,
table.dataTable.dtr-column > tbody > tr > th.control {
  position: relative;
  cursor: pointer;
}

table.dataTable.dtr-column > tbody > tr > td.control:before,
table.dataTable.dtr-column > tbody > tr > th.control:before {
  top: 50%;
  left: 50%;
  height: 16px;
  width: 16px;
  margin-top: -10px;
  margin-left: -10px;
  display: block;
  position: absolute;
  color: white;
  border: 2px solid white;
  border-radius: 14px;
  -webkit-box-shadow: 0 0 3px #444;
          box-shadow: 0 0 3px #444;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: 'Courier New', Courier, monospace;
  line-height: 14px;
  content: '+';
  background-color: #0275d8;
}

table.dataTable.dtr-column > tbody > tr.parent td.control:before,
table.dataTable.dtr-column > tbody > tr.parent th.control:before {
  content: '-';
  background-color: #d33333;
}

table.dataTable > tbody > tr.child {
  padding: 0.5em 1em;
}

table.dataTable > tbody > tr.child:hover {
  background: transparent !important;
}

table.dataTable > tbody > tr.child ul.dtr-details {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

table.dataTable > tbody > tr.child ul.dtr-details > li {
  border-bottom: 1px solid #efefef;
  padding: 0.5em 0;
}

table.dataTable > tbody > tr.child ul.dtr-details > li:first-child {
  padding-top: 0;
}

table.dataTable > tbody > tr.child ul.dtr-details > li:last-child {
  border-bottom: none;
}

table.dataTable > tbody > tr.child span.dtr-title {
  display: inline-block;
  min-width: 75px;
  font-weight: bold;
}

div.dtr-modal {
  position: fixed;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
  padding: 10em 1em;
}

div.dtr-modal div.dtr-modal-display {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 50%;
  overflow: auto;
  margin: auto;
  z-index: 102;
  overflow: auto;
  background-color: #f5f5f7;
  border: 1px solid black;
  border-radius: 0.5em;
  -webkit-box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
          box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
}

div.dtr-modal div.dtr-modal-content {
  position: relative;
  padding: 1em;
}

div.dtr-modal div.dtr-modal-close {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 22px;
  height: 22px;
  border: 1px solid #eaeaea;
  background-color: #f9f9f9;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  z-index: 12;
}

div.dtr-modal div.dtr-modal-close:hover {
  background-color: #eaeaea;
}

div.dtr-modal div.dtr-modal-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 767px) {
  div.dtr-modal div.dtr-modal-display {
    width: 95%;
  }
}

div.dtr-bs-modal table.table tr:first-child td {
  border-top: none;
}

table.dataTable tr.group td {
  font-weight: bold;
  background-color: #e0e0e0;
}

table.dt-rowReorder-float {
  position: absolute !important;
  opacity: 0.8;
  table-layout: fixed;
  outline: 2px solid #0275d8;
  outline-offset: -2px;
  z-index: 2001;
}

tr.dt-rowReorder-moving {
  outline: 2px solid #888;
  outline-offset: -2px;
}

body.dt-rowReorder-noOverflow {
  overflow-x: hidden;
}

table.dataTable td.reorder {
  text-align: center;
  cursor: move;
}

div.DTS {
  display: block !important;
}

div.DTS tbody th,
div.DTS tbody td {
  white-space: nowrap;
}

div.DTS div.DTS_Loading {
  z-index: 1;
}

div.DTS div.dataTables_scrollBody {
  background: repeating-linear-gradient(45deg, #edeeff, #edeeff 10px, white 10px, white 20px);
}

div.DTS div.dataTables_scrollBody table {
  z-index: 2;
}

div.DTS div.dataTables_paginate,
div.DTS div.dataTables_length {
  display: none;
}

div.DTS div.dataTables_scrollBody table {
  background-color: white;
}

table.dataTable tbody > tr.selected,
table.dataTable tbody > tr > .selected {
  background-color: #0275d8;
}

table.dataTable.stripe tbody > tr.odd.selected,
table.dataTable.stripe tbody > tr.odd > .selected,
table.dataTable.display tbody > tr.odd.selected,
table.dataTable.display tbody > tr.odd > .selected {
  background-color: #0272d3;
}

table.dataTable.hover tbody > tr.selected:hover,
table.dataTable.hover tbody > tr > .selected:hover,
table.dataTable.display tbody > tr.selected:hover,
table.dataTable.display tbody > tr > .selected:hover {
  background-color: #0271d0;
}

table.dataTable.order-column tbody > tr.selected > .sorting_1,
table.dataTable.order-column tbody > tr.selected > .sorting_2,
table.dataTable.order-column tbody > tr.selected > .sorting_3,
table.dataTable.order-column tbody > tr > .selected,
table.dataTable.display tbody > tr.selected > .sorting_1,
table.dataTable.display tbody > tr.selected > .sorting_2,
table.dataTable.display tbody > tr.selected > .sorting_3,
table.dataTable.display tbody > tr > .selected {
  background-color: #0273d4;
}

table.dataTable.display tbody > tr.odd.selected > .sorting_1,
table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_1 {
  background-color: #026fcc;
}

table.dataTable.display tbody > tr.odd.selected > .sorting_2,
table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_2 {
  background-color: #0270ce;
}

table.dataTable.display tbody > tr.odd.selected > .sorting_3,
table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_3 {
  background-color: #0270d0;
}

table.dataTable.display tbody > tr.even.selected > .sorting_1,
table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_1 {
  background-color: #0273d4;
}

table.dataTable.display tbody > tr.even.selected > .sorting_2,
table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_2 {
  background-color: #0274d5;
}

table.dataTable.display tbody > tr.even.selected > .sorting_3,
table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_3 {
  background-color: #0275d7;
}

table.dataTable.display tbody > tr.odd > .selected,
table.dataTable.order-column.stripe tbody > tr.odd > .selected {
  background-color: #026fcc;
}

table.dataTable.display tbody > tr.even > .selected,
table.dataTable.order-column.stripe tbody > tr.even > .selected {
  background-color: #0273d4;
}

table.dataTable.display tbody > tr.selected:hover > .sorting_1,
table.dataTable.order-column.hover tbody > tr.selected:hover > .sorting_1 {
  background-color: #026bc6;
}

table.dataTable.display tbody > tr.selected:hover > .sorting_2,
table.dataTable.order-column.hover tbody > tr.selected:hover > .sorting_2 {
  background-color: #026cc8;
}

table.dataTable.display tbody > tr.selected:hover > .sorting_3,
table.dataTable.order-column.hover tbody > tr.selected:hover > .sorting_3 {
  background-color: #026eca;
}

table.dataTable.display tbody > tr:hover > .selected,
table.dataTable.display tbody > tr > .selected:hover,
table.dataTable.order-column.hover tbody > tr:hover > .selected,
table.dataTable.order-column.hover tbody > tr > .selected:hover {
  background-color: #026bc6;
}

table.dataTable tbody td.select-checkbox,
table.dataTable tbody th.select-checkbox {
  position: relative;
}

table.dataTable tbody td.select-checkbox:before,
table.dataTable tbody td.select-checkbox:after,
table.dataTable tbody th.select-checkbox:before,
table.dataTable tbody th.select-checkbox:after {
  display: block;
  position: absolute;
  top: 1.2em;
  left: 50%;
  width: 12px;
  height: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

table.dataTable tbody td.select-checkbox:before,
table.dataTable tbody th.select-checkbox:before {
  content: ' ';
  margin-top: -6px;
  margin-left: -6px;
  border: 1px solid black;
  border-radius: 3px;
}

table.dataTable tr.selected td.select-checkbox:after,
table.dataTable tr.selected th.select-checkbox:after {
  content: '\2714';
  margin-top: -11px;
  margin-left: -4px;
  text-align: center;
  text-shadow: 1px 1px #B0BED9, -1px -1px #B0BED9, 1px -1px #B0BED9, -1px 1px #B0BED9;
}

div.dataTables_wrapper span.select-info,
div.dataTables_wrapper span.select-item {
  margin-left: 0.5em;
}

@media screen and (max-width: 640px) {
  div.dataTables_wrapper span.select-info,
  div.dataTables_wrapper span.select-item {
    margin-left: 0;
    display: block;
  }
}

table.dataTable tbody tr.selected,
table.dataTable tbody th.selected,
table.dataTable tbody td.selected {
  color: white;
}

table.dataTable tbody tr.selected a,
table.dataTable tbody th.selected a,
table.dataTable tbody td.selected a {
  color: #a2d4ed;
}

.cookie-alert {
  max-width: 600px;
  background-color: white !important;
  border-radius: 16px;
  font-size: 12px;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.17), 0px 0px 3px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.17), 0px 0px 3px 0px rgba(0, 0, 0, 0.08);
}

.cookie-alert--none {
  display: none;
}

.cookie-alert-container {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  z-index: 9999999999;
}

.cookie-alert__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px;
}

.cookie-alert__btn {
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 52px;
  padding: 0 8px;
  border: 1px solid #0d47a1;
  border-radius: 8px;
  color: #0d47a1;
  cursor: pointer;
}

body {
  font-family: 'Roboto', sans-serif;
}

.mt-0 {
  margin-top: 0px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

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

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.navbar-two-link {
  color: #333 !important;
  padding-top: 1.5rem !important;
  font-size: 15px;
}

.navbar-three {
  padding-bottom: 20px;
}

.navbar-three-link {
  text-transform: uppercase;
  font-weight: bold;
  color: #333 !important;
}

.navbar-three-link-special {
  text-transform: uppercase !important;
  font-weight: bold;
  color: #333 !important;
  padding: 0.6rem .5rem !important;
}

.page-h2 {
  border-bottom: 2px solid #5cb0ff;
  padding-bottom: 2px;
}

.event-list-p {
  border-left: 2px solid #5cb0ff;
  padding-left: 18px;
  margin-left: 10px;
}

.event-list {
  margin-top: 20px;
}

.insta-image {
  padding: 0px !important;
}

.insta-image img {
  margin: 15px 10px;
  border: 1px solid #f8f9fa;
  max-width: 97%;
}

.social-background {
  background: url("/i/SocialBack.png") no-repeat;
  background-size: 100%;
}

.social-background h2 {
  color: white;
  padding: 30px 0px 2px 0px;
}

.social-background p {
  color: white;
  padding: 0px 30px 10px 3px;
  margin-bottom: -5px !important;
}

.insta-logo-image {
  margin: -15px 10px 0px 40px;
}

.news-header {
  padding-top: 15px;
  font-size: 16px;
  font-weight: bold;
}

.news-data {
  font-size: 14px;
  color: #818182;
  margin-bottom: 5px !important;
}

.news-description {
  font-size: 14px;
}

.event-description {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px !important;
}

.event-tags {
  color: #5cb0ff;
  font-size: 13px;
}

.event-header {
  background: #5cb0ff;
  color: white;
  font-size: 22px;
}

.slider-events-img {
  height: 195px;
}

.event-description-list {
  color: #FFF;
}

.event-place {
  margin-bottom: 0px;
  font-size: 14px;
  color: #FFF;
}

.all-events-link {
  text-transform: uppercase;
  color: #5cb0ff;
}

.all-events-link-2 {
  text-transform: uppercase;
  color: #fff !important;
}

.all-events-link:hover {
  color: #5cb0ff;
}

.event-headers {
  color: #5cb0ff;
  font-size: 18px;
  vertical-align: top;
  font-size: 15px;
  line-height: 22px;
}

.event-place-in-list {
  color: #818182;
  font-size: 14px;
}

.image-container {
  position: relative;
  margin-bottom: 20px;
}

.image-container .after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-shadow: inset 0px -163px 65px -50px #5cb0ff;
  box-shadow: inset 0px -163px 65px -50px #5cb0ff;
}

.image-container .after p {
  padding: 20px 20px 5px 20px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}

.image-container .after p:hover {
  text-shadow: 0.5px 0.5px 0.5px #FFF;
}

.bortjournal {
  background-color: #5cb0ff;
}

.bortjournal h2 {
  font-size: 50px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 3px;
  color: #fff;
  padding: 20px 20px 20px 0px;
}

.bortjournal-item {
  border-radius: 15px;
  background: white;
  padding: 15px;
  margin-bottom: 30px;
  border-right: 5px solid #5cb0ff;
}

.pre-footer h2 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 21px;
  border-bottom: 2px solid #5cb0ff;
}

.past-footer {
  padding: 0px !important;
}

.past-footer p {
  padding: 10px 20px;
  color: white;
  font-size: 13px;
  background-color: #1c1c1c;
}

.pre-footer p {
  margin-bottom: 10px !important;
  font-size: 14px;
}

.pre-footer a {
  color: #000;
}

.rocket-footer {
  position: relative;
}

.rocket-footer img {
  position: absolute;
  bottom: -14px;
  right: 0px;
}

.top-nav {
  background-color: #1c1c1c;
}

.past-footer a {
  color: white !important;
}

@media only screen and (max-width: 1439px) and (min-width: 320px) {
  .social-background {
    background: url("/i/SocialBack.png");
  }

  .form-inline .form-control {
    width: 75%;
    margin-top: 10px !important;
  }
}

.navbar-mobile-link {
  font-size: 16px !important;
  color: #333 !important;
  padding-top: 5px !important;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1.5rem;
  clear: both;
  color: #212529;
  text-align: inherit;
  background-color: transparent;
  border: 0;
  white-space: normal;
  text-transform: none;
}

.navbar-light .navbar-nav .nav-link {
  color: #1c1c1c !important;
}

.dropdown .btn:focus {
  background-color: #dae0e5;
  border-color: #d3d9df;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-radius: 2px !important;
}

.header-eye-button {
  background-color: transparent;
  color: white;
  border: none;
}

.footer-eye-button {
  background-color: transparent;
  color: #333;
  border: none;
}

.btn-top-search {
  background-color: #2780e3 !important;
  border: 1px solid #2780e3 !important;
}

.events-clock-i {
  color: #5cb0ff;
  font-size: 22px;
}

.text-decoration-none {
  text-decoration: none !important;
}

.cursor-pointer {
  cursor: pointer;
}

#myCarousel1 .item .container {
  background: #2780e3;
}

#myCarousel1 .item .container h3 {
  color: #FFF;
}

#myCarousel1 .owl-dot span {
  background: #fdc23e !important;
}

#myCarousel1 .owl-dot.active span {
  background: #f9a11b !important;
}

#myCarousel2 .item {
  background: #5cb0ff;
}

.short-way .row > div {
  border-top: 1px #000 solid;
}

.short-way a {
  text-decoration: none;
  color: #000;
  font-size: .8rem;
}

.short-way a:hover {
  text-decoration: underline;
}

@media (max-width: 633px) {
  .short-way .row > div {
    border-top: none !important;
  }

  .short-way a {
    text-align: left !important;
    font-size: 1.2rem;
  }

  .main-news-img {
    width: 100%;
    height: auto;
  }
}

.header {
  position: relative;
  background-color: #2780E3;
  width: 100%;
  z-index: 5;
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2), 0px 3px 4px rgba(0, 0, 0, 0.12), 0px 2px 4px rgba(0, 0, 0, 0.14);
          box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2), 0px 3px 4px rgba(0, 0, 0, 0.12), 0px 2px 4px rgba(0, 0, 0, 0.14);
}

.header_abridged {
  margin-bottom: 2rem;
}

.header_abridged .header__university-name {
  display: none !important;
}

.header_abridged .header__logo {
  padding: 1rem 0;
}

.header_abridged .header__items {
  padding: 0;
}

.header_abridged .navigation-secondary-ru {
  padding-left: 1rem;
  border-left: 1px solid rgba(255, 255, 255, 0.4);
}

.header__notification {
  padding: 0.5rem 1rem;
  background-color: #EFC689;
  border: 1px solid #f0ad4e;
}

.header__search {
  display: none !important;
}

.header_fixed {
  position: fixed;
  top: 0;
}

.header .top-bar {
  background-color: #0D47A1;
  width: 100%;
  height: 50px;
}

.header .top-bar__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.header .top-bar__text {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  margin-left: 0.5rem;
}

.header .top-bar__text_white {
  color: rgba(255, 255, 255, 0.7);
  margin-left: 50px;
}

.header .top-bar__square-button {
  left: 0;
}

.header .top-bar__square-button span,
.header .top-bar__square-button span::after,
.header .top-bar__square-button span::before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  margin-left: -10px;
  width: 20px;
  height: 2px;
  margin-right: 1.5rem;
  background-color: rgba(255, 255, 255, 0.7);
}

.header .top-bar__square-button:hover span,
.header .top-bar__square-button:hover span::after,
.header .top-bar__square-button:hover span::before {
  background-color: #fff;
}

.header .top-bar__square-button span::before,
.header .top-bar__square-button span::after {
  content: '';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: .5s;
  transition: .5s;
}

.header .top-bar__square-button span::before {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.header .top-bar__square-button span::after {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}

.header .top-bar__square-button_active span {
  height: 0;
}

.header .top-bar__square-button_active span::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.header .top-bar__square-button_active span::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.header .top-bar__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}

.header .top-bar__navigation-item {
  margin-right: 1.5rem;
}

.header .top-bar__navigation-item:last-child {
  margin-right: 0;
}

.header .top-bar__link {
  color: rgba(255, 255, 255, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}

.header .top-bar__link:hover {
  color: white;
}

.header .top-bar__icon {
  font-size: 20px;
}

.header .top-bar__dropdown-menu {
  min-width: 5rem;
}

.header .top-bar__dropdown-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem 1rem;
  width: 100%;
}

.header .top-bar__dropdown-image {
  width: 24px;
  height: 24px;
  margin-right: 0.5rem;
}

.header .side-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.header .side-bar__content {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: calc(100vh - 50px);
  background-color: #fff;
  z-index: 20;
  top: 50px;
  left: -100%;
  overflow-y: auto;
  -webkit-transition: .3s;
  transition: .3s;
}

.header .side-bar__content_show {
  left: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.header .side-bar__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 24px;
  padding-bottom: 24px;
}

.header .side-bar__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 350px;
  margin-bottom: 48px;
}

.header .side-bar__logo img {
  width: auto;
  height: 10vh;
}

.header .side-bar__items {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 100%;
}

.header .side-bar__nav {
  position: relative;
}

.header .side-bar__nav-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 320px;
}

.header .side-bar__nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5rem 0;
}

.header .side-bar__nav-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 700;
  min-height: 20px;
}

.header .side-bar__nav-button span {
  display: block;
  -webkit-transition: .2s;
  transition: .2s;
}

.header .side-bar__nav-button:hover {
  color: #2780E3;
  text-decoration: none;
}

.header .side-bar__nav-button_active span {
  padding-left: 16px;
  border-left: 2px solid #2780E3;
  -webkit-transition: .2s;
  transition: .2s;
}

.header .side-bar .site-map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.header .side-bar .site-map__link-back {
  display: none;
}

.header .side-bar .site-map__field {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.header .side-bar .site-map__field .curtain {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: right;
          transform-origin: right;
  z-index: 12;
}

.header .side-bar .site-map__field_show {
  z-index: 11;
}

.header .side-bar .site-map__field_show .curtain {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
}

.header .side-bar .site-map__title {
  color: rgba(0, 0, 0, 0.85);
  margin-bottom: 0.5rem;
}

.header .side-bar .site-map__title:hover {
  text-decoration: none;
  color: #2780E3;
}

.header .side-bar .site-map__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 1rem;
}

.header .side-bar .site-map__item ul {
  color: rgba(0, 0, 0, 0.85);
  text-decoration: none;
  margin-bottom: 0;
  padding-left: 16px;
}

.header .side-bar .site-map__item ul:hover {
  color: #2780E3;
}

.header .side-bar .site-map__item ul a {
  position: relative;
  color: rgba(0, 0, 0, 0.85);
}

.header .side-bar .site-map__item ul a::before {
  content: '';
  position: absolute;
  left: -12px;
  top: calc(50% - 3px);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.85);
}

.header .side-bar .site-map__item ul a::after {
  content: '';
  position: absolute;
  left: -12px;
  top: calc(50% - 3px);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: 1px solid #2780E3;
  background-color: #2780E3;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header .side-bar .site-map__item ul a:hover {
  color: #2780E3;
  text-decoration: none;
}

.header .side-bar .site-map__item ul a:hover::before {
  display: none;
  -webkit-transition: .3s;
  transition: .3s;
}

.header .side-bar .site-map__item ul a:hover::after {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.header__content_ru {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__content_en {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 2rem;
  padding-bottom: 1.5rem;
  margin-right: 1.5rem;
}

.header__logo img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  height: auto;
}

.header__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 2.5rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
}

.header__university-name_ru {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.header__university-name_en {
  display: none;
}

.header__caption-text {
  color: rgba(255, 255, 255, 0.7);
}

.header__body-text {
  color: rgba(255, 255, 255, 0.7);
}

.header .navigation-secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
}

.header .navigation-secondary__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  color: rgba(255, 255, 255, 0.7);
  margin-right: 1rem;
  margin-left: 1rem;
  text-decoration: none;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 550;
  font-size: 16px;
  line-height: 20px;
}

.header .navigation-secondary__link:first-child {
  margin-left: 0;
}

.header .navigation-secondary__link:last-child {
  margin-right: 0;
}

.header .navigation-secondary__link::after {
  content: '';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #f0ad4e;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: .3s;
  transition: .3s;
}

.header .navigation-secondary__link:hover {
  color: white;
  -webkit-transition: .3s;
  transition: .3s;
}

.header .navigation-secondary__link:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.header .navigation-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 50px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

.header .navigation-main ul {
  margin: 0;
  padding: 0;
}

.header .navigation-main__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 1.5rem;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}

.header .navigation-main__items::after,
.header .navigation-main__items::before {
  content: '';
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 2px;
  background-color: #f0ad4e;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: .3s;
  transition: .3s;
}

.header .navigation-main__items::after {
  left: 0;
  top: 0;
  -webkit-transform-origin: left;
          transform-origin: left;
}

.header .navigation-main__items::before {
  right: 0;
  bottom: 0;
  -webkit-transform-origin: right;
          transform-origin: right;
}

.header .navigation-main__items:hover {
  color: #f0ad4e;
}

.header .navigation-main__items:hover::after,
.header .navigation-main__items:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition: .3s;
  transition: .3s;
}

.header .navigation-main__items:hover::after {
  -webkit-transform-origin: right;
          transform-origin: right;
}

.header .navigation-main__items:hover::before {
  -webkit-transform-origin: left;
          transform-origin: left;
}

.header .navigation-main__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header .navigation-main_en {
  display: none;
}

.header .navigation-main_ru {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header .search {
  display: none;
  margin-left: auto;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  right: 0;
  z-index: -10;
  opacity: 0;
}

.header .search_active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  z-index: 10;
}

.header .search__input {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  overflow: hidden;
  z-index: -1;
  opacity: 0;
  height: 50px;
  background: linear-gradient(124.4deg, #2196F3 0%, #443FA2 86.01%);
  -webkit-transition: .3s;
  transition: .3s;
  margin: 0;
}

.header .search__input_active {
  z-index: 8;
  opacity: 1;
}

.header .search__input i {
  font-size: 24px;
  color: rgba(255, 255, 255, 0.7);
}

.header .search__input i:hover {
  color: white;
}

.header .search__input input {
  background: none;
  border: none;
  outline: none;
  color: white;
  width: calc(100% - 50px);
  padding-left: 50px;
}

.header .search__input input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.header .search__input input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.header .search__input input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.header .search__input input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.header .search__input input::-webkit-search-cancel-button {
  display: none;
}

.header .search__square-button {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
}

.header .search__square-button::after {
  content: '';
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(124.4deg, #2196F3 0%, #443FA2 86.01%);
  -webkit-transition: .3s;
  transition: .3s;
}

.header .search__square-button span::after,
.header .search__square-button span::before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transition: .3s;
  transition: .3s;
  z-index: 10;
}

.header .search__square-button span:before {
  margin: auto;
  top: 14px;
  left: 10px;
  width: 10px;
  height: 2px;
  background: rgba(255, 255, 255, 0.7);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.header .search__square-button span:after {
  margin: auto;
  top: -6px;
  left: -8px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.7);
}

.header .search__square-button:hover::after {
  right: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.header .search__square-button:hover span::before {
  background: white;
}

.header .search__square-button:hover span::after {
  border-color: white;
}

.header .search__square-button:active::after {
  -webkit-box-shadow: inset 0px 1px 5px rgba(0, 0, 0, 0.2), inset 0px 3px 4px rgba(0, 0, 0, 0.12), inset 0px 2px 4px rgba(0, 0, 0, 0.14);
          box-shadow: inset 0px 1px 5px rgba(0, 0, 0, 0.2), inset 0px 3px 4px rgba(0, 0, 0, 0.12), inset 0px 2px 4px rgba(0, 0, 0, 0.14);
}

.header .search__square-button_active {
  -webkit-transition: .3s;
  transition: .3s;
  z-index: 9;
}

.header .search__square-button_active span::before {
  top: 0;
  left: 0;
  width: 18px;
}

.header .search__square-button_active span::after {
  top: 0;
  left: 0;
  width: 18px;
  height: 2px;
  border: none;
  background: white;
  border-radius: 0%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.header .search__bg {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  z-index: -10;
  opacity: 0;
}

.header .search__bg_active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 6;
  opacity: 1;
  -webkit-transition: .3s;
  transition: .3s;
}

.header .square-button {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header .square-button_submit {
  border: 0;
  background: transparent;
}

.header .square-button_submit:hover {
  cursor: pointer;
}

@media (max-width: 767px) {
  .header .side-bar__items {
    width: 100vw;
  }

  .header .side-bar__nav {
    position: absolute !important;
    width: 100vw;
    height: 60vh;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transition: .3s;
    transition: .3s;
  }

  .header .side-bar__nav_hide {
    -webkit-transform: translateX(-100vw);
            transform: translateX(-100vw);
    -webkit-transition: .3s;
    transition: .3s;
  }

  .header .side-bar .site-map {
    position: absolute !important;
    width: 100vw;
    height: 60vh;
    -webkit-transform: translate(100vw, 0);
            transform: translate(100vw, 0);
    -webkit-transition: .3s;
    transition: .3s;
  }

  .header .side-bar .site-map_show {
    -webkit-transform: translateX(0vw);
            transform: translateX(0vw);
    -webkit-transition: .3s;
    transition: .3s;
  }

  .header .side-bar .site-map__link-back {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #2780E3;
  }

  .header .side-bar .site-map__link-back i {
    margin-right: 8px;
  }

  .header .side-bar .site-map__link-back:hover {
    text-decoration: none;
    color: #0D47A1;
  }

  .header .side-bar .site-map__field {
    top: 32px !important;
  }
}

@media (min-width: 1200px) {
  .header .navigation-main .search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 10;
    opacity: 1;
  }

  .header__items_en {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    width: 100%;
    margin-top: 1rem;
  }

  .header__items_en .search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 10;
    opacity: 1;
  }
}

@media (max-width: 1199.9px) {
  .header__content {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .header__university-name {
    display: none !important;
  }

  .header .navigation-main {
    display: none !important;
  }

  .header__items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    width: 100%;
  }

  .header__search {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .header_abridged .navigation-secondary {
    padding-left: 0;
    border-left: none;
  }
}

@media (max-width: 991.9px) {
  .header__items {
    -ms-flex-item-align: start;
        align-self: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .header .top-bar__eye {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1199.9px) {
  .header__items .search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 10;
    opacity: 1;
  }
}

@media (max-width: 767.9px) {
  .header__items {
    display: none !important;
  }

  .header .top-bar__text {
    display: none !important;
  }

  .header .top-bar__navigation .search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 10;
    opacity: 1;
    margin-left: 1rem;
  }

  .header .top-bar__navigation-item:nth-last-child(2) {
    margin-right: 3rem;
  }
}

@media (max-width: 575.9px) {
  .header__logo {
    max-width: 60%;
  }
}

.dropdown {
  position: relative;
  -webkit-perspective: 500px;
          perspective: 500px;
  -webkit-perspective-origin: top;
          perspective-origin: top;
  -webkit-transform-style: flat;
          transform-style: flat;
  z-index: 5;
}

.dropdown__container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dropdown__menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100px;
  max-height: 800px;
  background-color: white;
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2), 0px 3px 4px rgba(0, 0, 0, 0.12), 0px 2px 4px rgba(0, 0, 0, 0.14);
          box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2), 0px 3px 4px rgba(0, 0, 0, 0.12), 0px 2px 4px rgba(0, 0, 0, 0.14);
  display: none;
  z-index: 1;
}

.dropdown__menu_show {
  display: block;
  padding: 16px 24px;
  -webkit-column-count: 3;
          column-count: 3;
  -webkit-column-gap: 24px;
          column-gap: 24px;
  -webkit-column-fill: balance-all;
          column-fill: balance-all;
  -webkit-column-rule: 1px solid #2780E3;
          column-rule: 1px solid #2780E3;
  row-gap: 16px;
  width: 100%;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transform-origin: top;
          transform-origin: top;
}

.dropdown__menu_hide {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: .2s;
  transition: .2s;
}

.dropdown__title {
  color: rgba(0, 0, 0, 0.85);
}

.dropdown__title:hover {
  text-decoration: none;
  color: #2780E3;
}

.dropdown__item {
  display: block;
  width: 100%;
  margin-bottom: 1rem;
  -webkit-column-break-inside: avoid;
          break-inside: avoid;
}

.dropdown__item ul {
  color: rgba(0, 0, 0, 0.85);
  text-decoration: none;
  margin-bottom: 0;
  padding-left: 16px;
}

.dropdown__item ul:hover {
  color: #2780E3;
}

.dropdown__item ul a {
  position: relative;
  color: rgba(0, 0, 0, 0.85);
}

.dropdown__item ul a::before {
  content: '';
  position: absolute;
  left: -12px;
  top: calc(50% - 3px);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.85);
}

.dropdown__item ul a::after {
  content: '';
  position: absolute;
  left: -12px;
  top: calc(50% - 3px);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: 1px solid #2780E3;
  background-color: #2780E3;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.dropdown__item ul a:hover {
  color: #2780E3;
  text-decoration: none;
}

.dropdown__item ul a:hover::before {
  display: none;
  -webkit-transition: .3s;
  transition: .3s;
}

.dropdown__item ul a:hover::after {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.simplebar-scrollbar::before {
  background: #2780E3;
}

.footer {
  margin-top: 3rem;
  background-color: #DEE2EA;
}

.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.footer__top-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 340px;
  margin-right: 1rem;
}

.footer__top-logo img {
  width: 100%;
  height: auto;
}

.footer__top-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.footer__top-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 1.5rem;
  color: rgba(0, 0, 0, 0.85);
}

.footer__top-link:hover {
  color: #2780E3;
  text-decoration: none;
}

.footer__top-link:last-child {
  margin-right: 0;
}

.footer__top-text {
  font-family: Montserrat, serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  margin-left: 0.5rem;
}

.footer__top-icon {
  font-size: 20px;
}

.footer__top-dropdown-menu {
  min-width: 5rem;
}

.footer__top-dropdown-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem 1rem;
  width: 100%;
}

.footer__top-dropdown-image {
  width: 24px;
  height: 24px;
  margin-right: 0.5rem;
}

.footer__quick-links {
  margin-top: 1rem;
  display: block;
  -webkit-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 24px;
          column-gap: 24px;
  -webkit-column-fill: balance;
          column-fill: balance;
  row-gap: 16px;
  width: 100%;
  margin-bottom: 2rem;
}

.footer__quick-link {
  color: rgba(0, 0, 0, 0.7);
}

.footer__quick-link:hover {
  text-decoration: none;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.85);
}

.footer__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer__contacts-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 1rem;
}

.footer__contacts-title {
  color: rgba(0, 0, 0, 0.85);
  font-weight: 600;
  margin-bottom: 1rem;
}

.footer__contacts-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__contacts-icon {
  font-size: 20px;
  margin-right: 0.5rem;
}

.footer__contacts-link {
  color: rgba(0, 0, 0, 0.7);
}

.footer__contacts-link:last-child {
  margin-left: 0.5rem;
}

.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #0D47A1;
  min-height: 50px;
  padding: 0 2rem;
}

.footer__bottom-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__bottom-socials-link {
  color: rgba(255, 255, 255, 0.7);
  margin-right: 1rem;
}

.footer__bottom-socials-link:hover {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
}

.footer__bottom-socials-icon {
  font-size: 20px;
}

.footer__bottom-socials-rutube {
  width: 20px;
  height: 20px;
}

.footer__bottom-text {
  color: rgba(255, 255, 255, 0.85);
}

.footer__bottom-link {
  color: rgba(255, 255, 255, 0.7);
}

.footer__bottom-link:hover {
  color: rgba(255, 255, 255, 0.85);
}

@media (max-width: 767.9px) {
  .footer .footer__quick-links {
    -webkit-column-count: 2;
            column-count: 2;
  }
}

@media (max-width: 575.9px) {
  .footer .footer__contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .footer .footer__contacts-block {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    border-bottom: 1px solid rgba(39, 128, 227, 0.6);
  }

  .footer .footer__contacts-block:last-child {
    border: 0;
  }

  .footer .footer__contacts-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .footer .footer__contacts-icon {
    font-size: 24px;
  }

  .footer .footer__quick-links {
    -webkit-column-count: 1;
            column-count: 1;
  }

  .footer .footer__bottom {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    padding: 1rem 0;
  }
}

.slider__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.slider__swiper-container {
  position: relative;
  width: auto;
  height: auto;
  overflow: hidden;
}

.slider__swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.slider__swiper-slide .slide__img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 50vh;
}

.slider__swiper-slide .slide__img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100vw;
  height: 50vh;
}

.slider__swiper-slide .slide__mobile {
  height: auto;
  width: auto;
}

.slider__swiper-slide .slide__mobile img {
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  width: 100%;
}

.slider__content {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 1.5rem 1rem;
  z-index: 6;
}

.slider__title {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: white;
  background-color: #f0ad4e;
  padding: 1rem 1.5rem;
  margin-bottom: 1rem;
}

.slider__title:hover {
  color: white;
}

.slider__description {
  max-width: 60%;
  font-weight: 700 !important;
  color: #333;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 1rem 1.5rem;
  margin-bottom: 1rem;
}

.slider__description p {
  margin: 0;
}

.slider__append-buttons {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1.5rem 1rem;
}

.slider__append-buttons-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #000;
  text-decoration: none;
  color: #2780E3;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.slider__append-buttons-link:last-child {
  border-bottom: none;
}

@media (min-width: 1139.9px) {
  .slider .slider__swiper-container {
    height: auto;
    width: 100vw;
  }

  .slider .slider__swiper-slide .slide__img {
    height: auto;
    width: 100%;
  }

  .slider .slider__swiper-slide .slide__img img {
    height: auto;
    width: 100vw;
  }
}

@media (max-width: 767.9px) {
  .slider .slider__description {
    max-width: 100%;
  }
}

@media (max-width: 575.9px) {
  .slider .slide__img {
    display: none !important;
  }

  .slider .slide__img picture {
    display: none;
  }

  .slider .slider__content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #FFD699;
  }
}

@media (min-width: 575.9px) {
  .slider .slide__mobile {
    display: none !important;
  }

  .slider .slide__mobile picture {
    display: none;
  }
}

.main-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  height: 50vh;
  background-color: royalblue;
  overflow: hidden;
  z-index: 1;
}

.main-banner__img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}

.main-banner__img::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.1;
  z-index: 2;
}

.main-banner__img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}

.main-banner__content {
  position: absolute;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 1.5rem 1rem;
  z-index: 6;
}

.main-banner__title {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: white;
  background-color: #f0ad4e;
  padding: 1rem 1.5rem;
  margin-bottom: 1rem;
}

.main-banner__title:hover {
  color: white;
}

.main-banner__description {
  max-width: 60%;
  font-weight: 700 !important;
  color: #333;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 1rem 1.5rem;
  margin-bottom: 1rem;
}

.main-banner__description p {
  margin: 0;
}

@media (min-width: 1139.9px) {
  .main-banner {
    height: 70vh;
  }

  .main-banner__img {
    height: 70vh;
  }

  .main-banner__img img {
    height: 70vh;
  }
}

@media (max-width: 767.9px) {
  .main-banner__description {
    max-width: 100%;
  }
}

@media (max-width: 760.9px) {
  .main-banner__img {
    display: none !important;
  }

  .main-banner__content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #FFD699;
  }
}

body {
  min-width: 320px;
}

.first-block {
  margin-top: 2rem;
  margin-bottom: 80px;
}

.first-block__container {
  /** На гридах, если им опять что-то не понравится, поэтому пока не удалять */
  display: grid;
}

.first-block__container-ru {
  grid-template-columns: 2fr 1fr;
  grid-template-rows: repeat(2, auto);
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-areas: "news events" "news mass-media";
}

.first-block__container-en {
  grid-template-columns: 100%;
  grid-template-areas: "news";
}

.first-block__container .news {
  grid-area: news;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.first-block__container .news__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.first-block__container .news__items {
  display: grid;
  grid-column-gap: 16px;
  grid-row-gap: 24px;
}

.first-block__container .news__items-ru {
  grid-template-columns: 1fr 1fr;
}

.first-block__container .news__items-en {
  grid-template-columns: repeat(3, 1fr);
}

.first-block__container .news__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #f1f7fd;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 123, 255, 0.15);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 123, 255, 0.15);
  overflow: hidden;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.first-block__container .news__card::after {
  content: '';
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 5px;
  top: 0;
  left: 0;
  background-color: #2780E3;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

.first-block__container .news__card:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 4px 8px rgba(0, 0, 0, 0.1), 0 4px 8px rgba(0, 123, 255, 0.25);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 4px 8px rgba(0, 0, 0, 0.1), 0 4px 8px rgba(0, 123, 255, 0.25);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.first-block__container .news__card:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition: .2s;
  transition: .2s;
}

.first-block__container .news__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 200px;
  overflow: hidden;
  padding-top: 0.5rem;
}

.first-block__container .news__image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: auto;
  height: 100%;
}

.first-block__container .news__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.first-block__container .news__title {
  color: rgba(0, 0, 0, 0.85);
  text-decoration: none;
}

.first-block__container .news__title:hover {
  color: #2780E3;
}

.first-block__container .news__hashtags {
  color: #2780E3;
  margin-top: auto;
  -ms-flex-line-pack: end;
      align-content: flex-end;
}

.first-block__container .news__hashtags a {
  white-space: nowrap;
}

.first-block__container .news__description {
  color: rgba(0, 0, 0, 0.6);
  margin-top: 1rem;
  margin-bottom: 0.75rem;
}

.first-block__container .news__date {
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 8px;
}

.first-block__container .news__button-link {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-decoration: none;
}

.first-block__container .events {
  grid-area: events;
}

.first-block__container .events__items {
  display: grid;
  grid-row-gap: 24px;
  padding-left: 24px;
  border-left: 2px solid #2780E3;
}

.first-block__container .events__item {
  position: relative;
}

.first-block__container .events__item::after {
  content: '';
  position: absolute;
  left: -32px;
  top: calc(50% - 8px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #2780E3;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: .3s;
  transition: .3s;
}

.first-block__container .events__item::before {
  content: '';
  position: absolute;
  left: -32px;
  top: calc(50% - 8px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #F5F7FC;
  border: 2px solid #2780E3;
}

.first-block__container .events__item:hover::after {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1), 0px 2px 4px rgba(0, 0, 0, 0.1), 0px 2px 4px rgba(0, 123, 255, 0.15);
          box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1), 0px 2px 4px rgba(0, 0, 0, 0.1), 0px 2px 4px rgba(0, 123, 255, 0.15);
}

.first-block__container .events__card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  border-radius: 5px;
  border-top: 5px solid #2780E3;
  padding: 16px;
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1), 0px 2px 4px rgba(0, 0, 0, 0.1), 0px 2px 4px rgba(0, 123, 255, 0.15);
          box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1), 0px 2px 4px rgba(0, 0, 0, 0.1), 0px 2px 4px rgba(0, 123, 255, 0.15);
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: .1s;
  transition: .1s;
}

.first-block__container .events__card:hover {
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1), 0px 4px 8px rgba(0, 0, 0, 0.1), 0px 4px 8px rgba(0, 123, 255, 0.15);
          box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1), 0px 4px 8px rgba(0, 0, 0, 0.1), 0px 4px 8px rgba(0, 123, 255, 0.15);
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
  -webkit-transition: .1s;
  transition: .1s;
}

.first-block__container .events__card_actual {
  background-color: #2780E3;
  color: white;
}

.first-block__container .events__card_actual span {
  position: absolute;
  top: 12px;
  right: -8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 30px;
  width: 120px;
  background-color: #f0ad4e;
}

.first-block__container .events__card_actual span::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: 30px;
  right: 0;
  border-style: solid;
  border-width: 8px 8px 0 0;
  border-color: #E7811D transparent transparent transparent;
}

.first-block__container .events__start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 8px;
}

.first-block__container .events__start-date_actual {
  font-family: Montserrat, serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  text-transform: uppercase;
}

.first-block__container .events__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #333;
  text-decoration: none;
  margin-bottom: 8px;
}

.first-block__container .events__title:hover {
  color: #2780E3;
}

.first-block__container .events__title_actual {
  color: white;
}

.first-block__container .events__title_actual:hover {
  color: #f0ad4e;
}

.first-block__container .events__place {
  opacity: 0.7;
}

.first-block__container .events__button-link {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-decoration: none;
}

.mass-media {
  grid-area: mass-media;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.mass-media__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.mass-media__items {
  display: grid;
  grid-row-gap: 32px;
  padding: 1rem;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #f1f7fd;
  width: 100%;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1), 0px 2px 4px rgba(0, 0, 0, 0.1), 0px 2px 4px rgba(0, 123, 255, 0.15);
          box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1), 0px 2px 4px rgba(0, 0, 0, 0.1), 0px 2px 4px rgba(0, 123, 255, 0.15);
}

.mass-media__item {
  position: relative;
}

.mass-media__item::after {
  content: '';
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  bottom: -16px;
  width: 100%;
  height: 1px;
  background-color: #cacaca;
}

.mass-media__item:last-child::after {
  height: 0;
}

.mass-media__date {
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 8px;
}

.mass-media__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: rgba(0, 0, 0, 0.85);
  text-decoration: none;
  margin-bottom: 8px;
}

.mass-media__title:hover {
  color: #2780E3;
}

.media-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  min-height: 400px;
  background-color: #2780E3;
  overflow: hidden;
  margin-bottom: 80px;
}

.media-block__container {
  padding-top: 24px;
  padding-bottom: 24px;
  height: 40vh;
}

.media-block__title {
  display: block;
  color: rgba(255, 255, 255, 0.85);
  z-index: 4;
  margin-bottom: 0.5rem;
}

.media-block__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: rgba(255, 255, 255, 0.7);
  z-index: 12;
  margin-bottom: 1rem;
}

.media-block__description-link {
  margin-left: 0.5rem;
  color: rgba(255, 255, 255, 0.7);
  z-index: 4;
}

.media-block__description-link:hover {
  color: rgba(255, 255, 255, 0.85);
}

.media-block__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 30vh;
  width: 100%;
  z-index: 4;
  padding: 16px 0;
}

.media-block__youtube_image {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.media-block__youtube_image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}

.media-block__youtube_image .mdi {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: rgba(255, 255, 255, 0.7);
  font-size: 48px;
  z-index: 8;
}

.media-block__youtube_image:hover .mdi {
  color: #fff;
}

.media-block__youtube-title {
  display: block;
  position: relative;
  width: 100%;
  min-height: 48px;
  height: 48px !important;
  color: rgba(255, 255, 255, 0.7);
}

.media-block__youtube-title a {
  color: rgba(255, 255, 255, 0.7);
}

.media-block__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.media-block__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.media-block__image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 365px;
  width: 365px;
}

.media-block__slider-button {
  position: absolute;
  color: rgba(255, 255, 255, 0.6);
  top: calc(50% - 24px);
  font-size: 48px;
  z-index: 4;
}

.media-block__slider-button:hover {
  cursor: pointer;
  color: rgba(255, 255, 255, 0.8);
}

.media-block__slider-button_next {
  right: 8px;
}

.media-block__slider-button_prev {
  left: 8px;
}

.media-block canvas {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  left: 0;
  width: 100%;
}

.second-block {
  margin-bottom: 80px;
}

.second-block .swiper-button-disabled {
  opacity: 0.5;
  cursor: auto;
  pointer-events: none;
}

.second-block__container_en {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.second-block__container_en .log-book {
  display: none;
}

.second-block__container_ru {
  display: grid;
  grid-template-columns: 33% 66%;
  grid-column-gap: 32px;
}

.second-block .ads {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.second-block .ads__page-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.second-block .ads__slider-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: 24px;
  color: #2780E3;
}

.second-block .ads__slider-buttons_prev,
.second-block .ads__slider-buttons_next {
  padding: 0 4px;
}

.second-block .ads__slider-buttons_prev:hover,
.second-block .ads__slider-buttons_next:hover {
  cursor: pointer;
}

.second-block .ads__slider-buttons-disabled {
  color: rgba(39, 128, 227, 0.6);
}

.second-block .ads__items {
  position: relative;
  height: 100%;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1), 0px 2px 4px rgba(0, 0, 0, 0.1), 0px 2px 4px rgba(0, 123, 255, 0.15);
          box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1), 0px 2px 4px rgba(0, 0, 0, 0.1), 0px 2px 4px rgba(0, 123, 255, 0.15);
  padding: 16px;
  padding-bottom: 32px;
}

.second-block .ads__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #A1C6ED;
}

.second-block .ads__item:last-child {
  padding-bottom: 0;
  border: none;
}

.second-block .ads__date {
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 8px;
}

.second-block .ads__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: rgba(0, 0, 0, 0.85);
}

.second-block .ads__title:hover {
  text-decoration: none;
  color: #2780E3;
}

.second-block .ads__description {
  margin-top: 8px;
  color: rgba(0, 0, 0, 0.6);
}

.second-block .ads__button-link {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-decoration: none;
}

.second-block .log-book {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.second-block .log-book__page-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.second-block .log-book__slider-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: 24px;
  color: #2780E3;
}

.second-block .log-book__slider-buttons_prev,
.second-block .log-book__slider-buttons_next {
  padding: 0 4px;
}

.second-block .log-book__slider-buttons_prev:hover,
.second-block .log-book__slider-buttons_next:hover {
  cursor: pointer;
}

.second-block .log-book__swiper-container {
  height: 100%;
}

.second-block .log-book__content {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1), 0px 2px 4px rgba(0, 0, 0, 0.1), 0px 2px 4px rgba(0, 123, 255, 0.15);
          box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1), 0px 2px 4px rgba(0, 0, 0, 0.1), 0px 2px 4px rgba(0, 123, 255, 0.15);
  padding: 1rem;
}

.second-block .log-book__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 24px;
  height: 100%;
}

.second-block .log-book .swiper-slide {
  width: 100%;
}

.second-block .log-book__item {
  display: grid;
  grid-template-rows: 1fr 1fr;
  overflow: hidden;
  grid-gap: 1rem;
}

.second-block .log-book__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  height: auto;
  overflow: hidden;
  -ms-flex-item-align: center;
      align-self: center;
}

.second-block .log-book__image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  max-width: 100%;
  max-height: 220px;
}

.second-block .log-book__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.second-block .log-book__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: rgba(0, 0, 0, 0.85);
  margin-bottom: 8px;
}

.second-block .log-book__title:hover {
  text-decoration: none;
  color: #2780E3;
}

.second-block .log-book__description {
  color: rgba(0, 0, 0, 0.6);
}

.second-block .log-book__date {
  color: rgba(0, 0, 0, 0.5);
  margin-top: 0.5rem;
}

.second-block .log-book__button-link {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-decoration: none;
}

.card_custom {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1), 0px 2px 4px rgba(0, 0, 0, 0.1), 0px 2px 4px rgba(0, 123, 255, 0.15);
          box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1), 0px 2px 4px rgba(0, 0, 0, 0.1), 0px 2px 4px rgba(0, 123, 255, 0.15);
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: .1s;
  transition: .1s;
}

.card_custom:hover {
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1), 0px 4px 8px rgba(0, 0, 0, 0.1), 0px 4px 8px rgba(0, 123, 255, 0.15);
          box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1), 0px 4px 8px rgba(0, 0, 0, 0.1), 0px 4px 8px rgba(0, 123, 255, 0.15);
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
  -webkit-transition: .1s;
  transition: .1s;
}

@media (max-width: 991.9px) {
  .dropdown__menu_show {
    -webkit-column-count: 2;
            column-count: 2;
  }

  .first-block__container-ru {
    /** На гридах, если им опять что-то не понравится, поэтому пока не удалять */
    grid-template-columns: 1fr !important;
    grid-template-rows: auto !important;
    grid-template-areas: "news" "events" "mass-media" !important;
  }

  .news__items-en {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .second-block__container {
    grid-template-columns: 100%;
    grid-gap: 32px;
  }
}

@media (max-width: 768px) {
  .dropdown__menu_show {
    display: none;
  }

  .slider__buttons {
    display: none;
  }

  .slider__swiper-pagination {
    display: none;
  }

  .news__items {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 575px) {
  .media-block__slider-button_next,
  .media-block__slider-button_prev {
    display: none;
  }
}

@-webkit-keyframes flipFromTop {
  0% {
    -webkit-transform: rotateX(-90deg);
            transform: rotateX(-90deg);
  }

  55% {
    -webkit-transform: rotateX(30deg);
            transform: rotateX(30deg);
  }

  75% {
    -webkit-transform: rotateX(-10deg);
            transform: rotateX(-10deg);
  }

  90% {
    -webkit-transform: rotateX(5deg);
            transform: rotateX(5deg);
  }

  100% {
    -webkit-transform: rotateX(0);
            transform: rotateX(0);
  }
}

@keyframes flipFromTop {
  0% {
    -webkit-transform: rotateX(-90deg);
            transform: rotateX(-90deg);
  }

  55% {
    -webkit-transform: rotateX(30deg);
            transform: rotateX(30deg);
  }

  75% {
    -webkit-transform: rotateX(-10deg);
            transform: rotateX(-10deg);
  }

  90% {
    -webkit-transform: rotateX(5deg);
            transform: rotateX(5deg);
  }

  100% {
    -webkit-transform: rotateX(0);
            transform: rotateX(0);
  }
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }

  to {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }

  to {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@media (min-width: 768px) {
  /* show 3 items */

  .carousel-inner .active,
  .carousel-inner .active + .carousel-item,
  .carousel-inner .active + .carousel-item + .carousel-item {
    display: block;
  }

  .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
  .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item,
  .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item {
    -webkit-transition: none;
    transition: none;
  }

  .carousel-inner .carousel-item-next,
  .carousel-inner .carousel-item-prev {
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  .carousel-inner .active.carousel-item + .carousel-item + .carousel-item + .carousel-item {
    position: absolute;
    top: 0;
    right: -33.3333%;
    z-index: -1;
    display: block;
    visibility: visible;
  }

  /* left or forward direction */

  .active.carousel-item-left + .carousel-item-next.carousel-item-left,
  .carousel-item-next.carousel-item-left + .carousel-item,
  .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item,
  .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item {
    position: relative;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  /* farthest right hidden item must be abso position for animations */

  .carousel-inner .carousel-item-prev.carousel-item-right {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    visibility: visible;
  }

  /* right or prev direction */

  .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
  .carousel-item-prev.carousel-item-right + .carousel-item,
  .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,
  .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item {
    position: relative;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    visibility: visible;
    display: block;
    visibility: visible;
  }
}

#hpvgd,
.h-mdiv,
.h-mdiv2,
.h-ldiv,
.h-rdiv {
  background: #EAEAEA;
  color: #6D6D6D;
}

#hpvgd {
  width: 100%;
  z-index: 100;
  border-bottom: 2px solid #e6e6e6;
}

.h-mdiv {
  display: none;
  position: relative;
  margin: auto;
  text-align: center;
}

.h-mdiv2 {
  display: none;
  position: fixed;
  margin: auto;
  text-align: center;
  width: 400px;
  height: 200px;
}

.h-ldiv {
  float: left;
  padding: 7px 10px 7px 0px;
}

.h-rdiv {
  position: absolute;
  top: 7px;
  right: 0px;
  text-align: right;
}

.h-ni {
  display: none !important;
}

a.hcmaf {
  color: red;
  margin-left: 5px;
  font-size: 20px;
  font-weight: bold;
}

a.h-anl {
  color: #2a72cc;
}

a.h-al {
  color: #ED664B;
}

.h-fi {
  font-weight: bold;
  border-radius: 50%;
  padding: 0px 8px;
  margin-right: 5px;
  font-size: 19px;
}

.h-background-1 {
  color: #fff !important;
  background: #000 !important;
}

.h-background-2 {
  color: #000 !important;
  background: #fff !important;
}

#maf {
  text-decoration: none;
}

button.bug {
  background: #fff;
  color: #488BFA;
  border: 2px solid #488BFA;
  font-size: 15pt;
  line-height: 30px;
  transition: all 0.2s cubic-bezier(0.42, 0, 1, 1) 0s;
  -webkit-transition: all 0.2s cubic-bezier(0.42, 0, 1, 1) 0s;
  -moz-transition: all 0.2s cubic-bezier(0.42, 0, 1, 1) 0s;
  -ms-transition: all 0.2s cubic-bezier(0.42, 0, 1, 1) 0s;
  -o-transition: all 0.2s cubic-bezier(0.42, 0, 1, 1) 0s;
  width: 100%;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 5px;
  cursor: pointer;
}

button.bug:hover {
  color: #fff;
  background: #488BFA;
}

.select2-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  outline: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), to(#eeeeee));
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #dee2e6;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(#cccccc));
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #dee2e6;
  border-radius: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, #eeeeee));
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(white));
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #dee2e6;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

.select2-container--bootstrap4 .select2-selection--single {
  height: calc(2.25rem + 2px) !important;
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__placeholder {
  color: #757575;
  line-height: 2.25rem;
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow {
  position: absolute;
  top: 50%;
  right: 3px;
  width: 20px;
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow b {
  top: 60%;
  border-color: #373a3c transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  width: 0;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
  line-height: 2.25rem;
}

.select2-search--dropdown .select2-search__field {
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.select2-results__message {
  color: #373a3c;
}

.select2-container--bootstrap4 .select2-selection--multiple {
  min-height: calc(2.25rem + 2px) !important;
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 8px;
  width: 100%;
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__rendered .select2-search__field {
  width: 100% !important;
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice {
  color: #373a3c;
  border: 1px solid #bdc6d0;
  border-radius: 0.2rem;
  padding: 0;
  padding-right: 5px;
  cursor: pointer;
  float: left;
  margin-top: 0.3em;
  margin-right: 5px;
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice__remove {
  color: #bdc6d0;
  font-weight: bold;
  margin-left: 3px;
  margin-right: 1px;
  padding-right: 3px;
  padding-left: 3px;
  float: left;
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #373a3c;
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__clear {
  float: none;
  margin-right: 0;
  position: absolute !important;
  top: 0;
  right: 0.7em;
}

.select2-container {
  display: block;
}

.select2-container *:focus {
  outline: 0;
}

.input-group .select2-container--bootstrap4 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.input-group-prepend ~ .select2-container--bootstrap4 .select2-selection {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .select2-container--bootstrap4:not(:last-child) .select2-selection {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--bootstrap4 .select2-selection {
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  width: 100%;
}

@media screen and (prefers-reduced-motion: reduce) {
  .select2-container--bootstrap4 .select2-selection {
    -webkit-transition: none;
    transition: none;
  }
}

.select2-container--bootstrap4.select2-container--focus .select2-selection {
  border-color: #98c2f2;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(39, 128, 227, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(39, 128, 227, 0.25);
}

.select2-container--bootstrap4.select2-container--focus.select2-container--open .select2-selection {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--bootstrap4.select2-container--disabled .select2-selection,
.select2-container--bootstrap4.select2-container--disabled.select2-container--focus .select2-selection {
  background-color: #e9ecef;
  cursor: not-allowed;
  border-color: #ced4da;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.select2-container--bootstrap4.select2-container--disabled .select2-search__field,
.select2-container--bootstrap4.select2-container--disabled.select2-container--focus .select2-search__field {
  background-color: transparent;
}

select.is-invalid ~ .select2-container--bootstrap4 .select2-selection,
form.was-validated select:invalid ~ .select2-container--bootstrap4 .select2-selection {
  border-color: #FF0039;
}

select.is-valid ~ .select2-container--bootstrap4 .select2-selection,
form.was-validated select:valid ~ .select2-container--bootstrap4 .select2-selection {
  border-color: #3FB618;
}

.select2-container--bootstrap4 .select2-dropdown {
  border-color: #ced4da;
  border-radius: 0;
}

.select2-container--bootstrap4 .select2-dropdown.select2-dropdown--below {
  border-top: none;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.select2-container--bootstrap4 .select2-dropdown.select2-dropdown--above {
  border-top: 1px solid #ced4da;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.select2-container--bootstrap4 .select2-dropdown .select2-results__option[aria-selected=true] {
  background-color: #e9ecef;
}

.select2-container--bootstrap4 .select2-results__option--highlighted,
.select2-container--bootstrap4 .select2-results__option--highlighted.select2-results__option[aria-selected=true] {
  background-color: #2780E3;
  color: #f8f9fa;
}

.select2-container--bootstrap4 .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--bootstrap4 .select2-results__option[role=group] .select2-results__options--nested .select2-results__option {
  padding-left: 1em;
}

.select2-container--bootstrap4 .select2-results > .select2-results__options {
  max-height: 15em;
  overflow-y: auto;
}

.select2-container--bootstrap4 .select2-results__group {
  padding: 6px;
  display: list-item;
  color: #373a3c;
}

.select2-container--bootstrap4 .select2-selection__clear {
  width: 0.9em;
  height: 0.9em;
  line-height: 0.75em;
  padding-left: 0.15em;
  margin-top: 0.7em;
  border-radius: 100%;
  background-color: #c8c8c8;
  color: #f8f9fa;
  float: right;
  margin-right: 0.3em;
}

.select2-container--bootstrap4 .select2-selection__clear:hover {
  background-color: #afaeae;
}

/*
 *  Owl Carousel - Core
 */

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */

.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */

.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */

.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */

.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(/images/vendor/owl.carousel/src/owl.video.play.png?4a37f8008959c75f619bf0a3a4e2d7a2) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/*
 * 	Default theme - Owl Carousel CSS File
 */

.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

#owlCarouselSlider .owl-stage-outer {
  padding: 1em 0;
}

#owlCarouselSlider .owl-stage-outer .owl-stage {
  margin-bottom: 0;
}

#owlCarouselSlider .owl-nav {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: 0;
}

#owlCarouselSlider .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
}

#owlCarouselSlider .owl-prev,
#owlCarouselSlider .owl-next {
  position: absolute;
  top: 0;
  color: white;
  background: rgba(255, 255, 255, 0.7);
  color: black;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0 5px;
}

#owlCarouselSlider .owl-prev:hover,
#owlCarouselSlider .owl-next:hover {
  background: rgba(0, 0, 0, 0.7);
  color: white;
}

#owlCarouselSlider .owl-prev {
  left: 0;
}

#owlCarouselSlider .owl-next {
  right: 0;
}

#owlCarouselSlider .owl-item {
  margin-bottom: 0 !important;
}

[data-zoom-backdrop] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 900;
  background-color: white;
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  pointer-events: none;
}

[data-zoom-backdrop='active'] {
  opacity: 1;
  pointer-events: auto;
}

[data-zoom-image] {
  position: relative;
  z-index: 800;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

[data-zoom-image='active'] {
  z-index: 1000;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

/**
 * Swiper 4.5.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 13, 2019
 */

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* IE10 Windows Phone 8 Fixes */

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* a11y */

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

.ratings {
  min-height: 32vh;
}

.ratings .table-warning {
  background-color: #f8f295;
}

.ratings .table-warning td {
  background-color: #f8f295;
}

.ratings .table-success {
  background-color: #7ad077;
}

.ratings .table-success td {
  background-color: #7ad077;
}

.ratings .card {
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2), 0px 3px 4px rgba(0, 0, 0, 0.12), 0px 2px 4px rgba(0, 0, 0, 0.14);
          box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2), 0px 3px 4px rgba(0, 0, 0, 0.12), 0px 2px 4px rgba(0, 0, 0, 0.14);
}

.ratings .nav-tab {
  position: relative;
  padding: 0;
  border-bottom: 1px solid #e3e3e3;
}

.ratings .nav-tab .nav-item {
  position: relative;
  -webkit-box-sizing: padding-box;
          box-sizing: padding-box;
  text-decoration: none;
  padding: 14px 24px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 550;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.75px;
  text-transform: uppercase;
}

.ratings .nav-tab .active {
  outline: none;
  color: rgba(0, 0, 0, 0.7);
  border-bottom: 3px solid #2196F3;
}

.ratings .nav-tab :focus {
  outline: none;
  color: rgba(0, 0, 0, 0.7);
  border-bottom: 3px solid #2196F3;
}

.ratings .nav-tab :hover {
  color: #2196F3;
}

.ratings .nav-tab :not(.active):hover {
  color: rgba(0, 0, 0, 0.4);
}

.ratings .program-form {
  min-width: 150px;
}

@media (min-width: 576px) {
  .ratings .program-form {
    border-left: 1px solid #e3e3e3;
    padding-left: 1rem;
    margin-left: 1rem;
  }
}

@media (min-width: 992px) {
  .ratings .place-plan {
    border-left: 1px solid #e3e3e3;
    padding-left: 1rem;
    margin-left: 1rem;
  }
}

.ratings .h6-text {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  letter-spacing: 0.15px;
}

.ratings .h5-text {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
}

.ratings .overline-text {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 10px;
  line-height: 16px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.ratings .subtitle1-text {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15p;
}

.ratings .caption-text {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.4px;
}

.ratings .direction-description {
  background: -webkit-gradient(linear, left bottom, left top, from(#2196F3), to(#0D47A1));
  background: linear-gradient(to top, #2196F3 0%, #0D47A1 100%);
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2), 0px 3px 4px rgba(0, 0, 0, 0.12), 0px 2px 4px rgba(0, 0, 0, 0.14);
          box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2), 0px 3px 4px rgba(0, 0, 0, 0.12), 0px 2px 4px rgba(0, 0, 0, 0.14);
  border-radius: 5px;
}

.ratings .direction-description a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.7);
}

.ratings .direction-description a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.ratings .text-white-70 {
  color: rgba(255, 255, 255, 0.7);
}

.events {
  position: relative;
}

.events__items .event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 1rem;
}

.events__items .event__overline {
  color: #2780E3;
  margin-bottom: 0.25rem;
}

.events__items .event__title {
  color: rgba 0, 0, 0, 0, 0.85;
  margin-bottom: 0.5rem;
}

.events__items .event__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.events__items .event__desc-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.25rem;
  color: rgba(0, 0, 0, 0.6);
}

.events__items .event__desc-item:last-child {
  margin-bottom: 0;
}

.events__items .event__desc .ymaps-geolink {
  padding: 0;
  border: none;
}

.events__items .event__desc .ymaps-geolink:hover {
  color: #2780E3;
}

.events__items .event__desc .ymaps-geolink::after {
  border-bottom: none;
}

.events__filter {
  position: -webkit-sticky;
  position: sticky;
  top: calc(1rem + 50px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 5px;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1), 0px 2px 4px rgba(0, 0, 0, 0.1), 0px 2px 4px rgba(0, 123, 255, 0.15);
          box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1), 0px 2px 4px rgba(0, 0, 0, 0.1), 0px 2px 4px rgba(0, 123, 255, 0.15);
  width: 300px;
  height: 100%;
  padding: 0;
  overflow: hidden;
}

.events__filter-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem;
  background: linear-gradient(124.4deg, #2196F3 0%, #443FA2 86.01%);
  color: rgba(255, 255, 255, 0.8);
}

.events__filter-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1rem;
  background-color: #fff;
}

.events .filter__title {
  color: rgba(0, 123, 255, 0.85);
}

.events .filter__search {
  width: 100%;
  margin-bottom: 1.5rem;
}

.events .filter__datepicker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 1.5rem;
}

.events .filter__types {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-bottom: 1.5rem;
}

.events .filter__types-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
}

.events .select2-selection--multiple {
  overflow: hidden !important;
  height: auto !important;
}

@media (max-width: 991.9px) {
  .events .events__filter {
    position: relative;
    top: 0;
    margin-bottom: 2rem;
  }
}

.admission__banner {
  position: relative;
  background: radial-gradient(at center 150%, #F0F0F0 0%, #FF9900 100%);
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  margin-bottom: 3rem;
  margin-top: -2rem;
}

.admission__banner-header {
  color: #fff;
  opacity: 0.8;
  margin-bottom: 2.5rem;
}

.admission__banner-bgimage {
  position: absolute;
  top: 16px;
  right: 16px;
  height: calc(100% - 32px);
  width: auto;
}

.admission__banner-bgimage img {
  height: 100%;
  width: auto;
}

.admission__banner .advantages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 50%;
  color: #fff;
  opacity: .7;
}

.admission__banner .advantages__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-right: 1rem;
  margin-bottom: 1rem;
}

.admission__banner .advantages__number {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 48px;
  line-height: 34px;
  text-transform: uppercase;
  margin-right: 1rem;
}

.admission__banner .advantages__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.admission__quicklinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 3rem;
}

.admission__quicklinks .quicklink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 130px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: black;
  text-decoration: none;
}

.admission__quicklinks .quicklink__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #EBEFF9;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.admission__quicklinks .quicklink__icon img {
  height: 60px;
  width: auto;
}

.admission__quicklinks .quicklink__text {
  text-align: center;
  white-space: normal;
  opacity: .85;
}

.admission__quicklinks .quicklink:hover .quicklink__icon {
  background: none;
  border: 4px solid #2780E3;
}

.admission__quicklinks .quicklink:hover .quicklink__text {
  color: #2780E3;
}

.admission .important-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  background: #3fb618;
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2), 0px 3px 4px rgba(0, 0, 0, 0.12), 0px 2px 4px rgba(0, 0, 0, 0.14);
          box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2), 0px 3px 4px rgba(0, 0, 0, 0.12), 0px 2px 4px rgba(0, 0, 0, 0.14);
  margin-bottom: 1rem;
  padding: 1rem 1.5rem;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0.75px;
  text-transform: uppercase;
}

.admission__study-areas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 3rem;
}

.admission__study-areas .study-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2), 0px 3px 4px rgba(0, 0, 0, 0.12), 0px 2px 4px rgba(0, 0, 0, 0.14);
          box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2), 0px 3px 4px rgba(0, 0, 0, 0.12), 0px 2px 4px rgba(0, 0, 0, 0.14);
  margin-bottom: 1rem;
}

.admission__study-areas .study-area__head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 1.5rem;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0.75px;
  text-transform: uppercase;
}

.admission__study-areas .study-area__head::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 5px;
  height: 100%;
  -webkit-transition: .3s;
  transition: .3s;
}

.admission__study-areas .study-area__head_active a {
  color: #fff !important;
  z-index: 2;
}

.admission__study-areas .study-area__head_active::before {
  width: 100%;
  -webkit-transition: .3s;
  transition: .3s;
}

.admission__study-areas .study-area__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1rem 1.5rem;
}

.admission__study-areas .study-area:nth-child(5n+1) a {
  color: #007BFF;
}

.admission__study-areas .study-area:nth-child(5n+1) .study-area__head::before {
  background: #007BFF;
}

.admission__study-areas .study-area:nth-child(5n+2) a {
  color: #FF9800;
}

.admission__study-areas .study-area:nth-child(5n+2) .study-area__head::before {
  background: #FF9800;
}

.admission__study-areas .study-area:nth-child(5n+3) a {
  color: #443FA2;
}

.admission__study-areas .study-area:nth-child(5n+3) .study-area__head::before {
  background: #443FA2;
}

.admission__study-areas .study-area:nth-child(5n+4) a {
  color: #43A047;
}

.admission__study-areas .study-area:nth-child(5n+4) .study-area__head::before {
  background: #43A047;
}

.admission__study-areas .study-area:nth-child(5n+5) a {
  color: #0D47A1;
}

.admission__study-areas .study-area:nth-child(5n+5) .study-area__head::before {
  background: #0D47A1;
}

.admission__faq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 3rem;
}

.admission__faq .faq-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin-bottom: .5rem;
}

.admission__faq .faq-item__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.admission__faq .faq-item__title i {
  color: #2780E3;
  margin-right: .5rem;
}

.admission__faq .faq-item__body {
  padding-left: calc(16px + 0.5rem);
}

.admission__faq .faq-item__body ol,
.admission__faq .faq-item__body ul {
  padding-left: 16px;
}

.admission__map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.admission__map #map {
  width: 100%;
  height: 400px;
}

.admission__stickyblock {
  position: -webkit-sticky;
  position: sticky;
  top: calc(1rem + 50px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
}

.admission__rightblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1.5rem;
  background: linear-gradient(124.4deg, #2196F3 0%, #443FA2 86.01%);
  width: 100%;
  height: 100%;
  border-radius: 5px;
  color: #fff;
  margin-bottom: 1rem;
}

.admission__rightblock-header {
  opacity: .8;
  margin-bottom: 0.5rem;
}

.admission__rightblock-caption {
  opacity: .6;
}

.admission__rightblock-main {
  opacity: .7;
}

.admission__mode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 1rem;
}

.admission__mode-items {
  margin-left: 0.5rem;
}

.admission__mode-item {
  margin-bottom: 0.5rem;
}

.admission__mode-item:last-child {
  margin-bottom: 0;
}

.admission__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.admission__contacts-items {
  margin-left: 0.5rem;
}

.admission__contacts-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.5rem;
}

.admission__contacts-item i {
  margin-right: .5rem;
}

.admission__contacts-item a {
  color: #fff;
  opacity: .7;
  text-decoration: none;
}

.admission__contacts-item a:hover {
  opacity: .85;
}

.admission__contacts-item:last-child {
  margin-bottom: 0;
}

.admission__h2 {
  font-weight: 800;
  color: #000000;
  opacity: .85;
  text-align: center;
  margin-bottom: 1rem;
}

@media (max-width: 767.9px) {
  .admission .admission__banner {
    background: #FF9900;
  }

  .admission .admission__banner-bgimage {
    display: none;
  }

  .admission .admission__quicklinks .quicklink {
    margin-bottom: 1rem !important;
  }
}

.pr-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  padding: 1rem 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #F5F7FC;
  z-index: 10;
}

.pr-header__logo {
  width: 180px;
  height: auto;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.pr-header__logo img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: auto;
}

.pr-header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-left: auto;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.pr-header__menu-burger {
  display: none;
}

.pr-header__menu .top-bar {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pr-header__menu .top-bar__item {
  display: inline;
  list-style-type: none !important;
}

.pr-header__menu .top-bar__item a {
  color: #000000;
  opacity: 0.8;
  text-decoration: none;
}

.pr-header__menu .top-bar__item a:hover {
  color: #2196F3;
  cursor: pointer;
}

.pr-header__menu .top-bar__item:not(last-child) {
  margin-right: 1rem;
}

.pr-firstscreen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10rem;
}

.pr-firstscreen__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 460px;
}

.pr-firstscreen__text-title {
  max-width: 430px;
  margin-bottom: 1.5rem;
}

.pr-firstscreen__pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: auto;
}

.pr-firstscreen__pic img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: auto;
}

.pr-mission {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  padding: 0 0 4rem 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
}

.pr-mission > * {
  z-index: 3;
}

.pr-mission__text {
  display: block;
  opacity: 0.7;
  max-width: 760px;
  margin: 0 auto 1rem auto;
}

.pr-mission__raitings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  margin-top: 2.5rem;
}

.pr-mission__raitings-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  padding: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 0.5rem;
}

.pr-mission__raitings-place {
  color: #000000;
  opacity: 0.8;
}

.pr-mission__raitings-pic {
  height: 76px;
  width: auto;
  margin-bottom: 1.5rem;
}

.pr-mission__raitings-pic img {
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: auto;
}

.pr-mission::before {
  content: '';
  position: absolute;
  left: 50%;
  top: -64px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 120%;
  height: 140px;
  border-radius: 90%;
  background: var(--light-blue);
  z-index: 1;
}

.pr-mission__bg {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--blue-gradient);
  z-index: 2;
}

.pr {
  --blue-gradient: linear-gradient(180deg, #2196F3 35.56%, #443FA2 113.37%);
  --purple-gradient: linear-gradient(180deg, #CF75DF 0%, #8653E6 100%);
  --light-blue: #2196F3;
  --dark-blue: #0D47A1;
  --shadow-2dp: 0px 2px 4px rgba(0, 0, 0, 0.14),
                0px 3px 4px rgba(0, 0, 0, 0.12),
                0px 1px 5px rgba(0, 0, 0, 0.2);
  --shadow-4dp: 0px 2px 4px rgba(0, 0, 0, 0.14),
                0px 4px 5px rgba(0, 0, 0, 0.12),
                0px 1px 10px rgba(0, 0, 0, 0.2);
}

.h1-pr {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 34px;
  line-height: 41px;
  letter-spacing: 0.25px;
}

.h2-pr {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
}

.h3-pr {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.15px;
}

/** lg bootstrap breakpoint */

@media (max-width: 1199.99px) {
  .pr-slider__swiper-slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .pr-slider__info {
    margin-bottom: 2rem;
  }

  .pr-slider__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/** md bootstrap breakpoint */

@media (max-width: 991.99px) {
  .pr-firstscreen {
    margin-top: 2rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .pr-firstscreen__text {
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .pr-firstscreen__pic {
    display: none;
  }

  .pr-slider__swiper-slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .pr-slider__info img {
    display: none !important;
  }
}

/** sm bootstrap breakpoint */

@media (max-width: 767.99px) {
  .pr-header__logo {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0 auto;
  }

  .pr-header__menu {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .pr-header__menu #menuToggle {
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -7px;
    left: -5px;
    cursor: pointer;
    opacity: 0;
    z-index: 11;
    -webkit-touch-callout: none;
  }

  .pr-header__menu #menuToggle:checked ~ #burgerBtn > span {
    background: transparent;
    -webkit-transform: translateX(-15px);
            transform: translateX(-15px);
  }

  .pr-header__menu #menuToggle:checked ~ #burgerBtn > span::before {
    -webkit-transform: rotate(45deg) translate(10px, -10px);
            transform: rotate(45deg) translate(10px, -10px);
  }

  .pr-header__menu #menuToggle:checked ~ #burgerBtn > span::after {
    -webkit-transform: rotate(-45deg) translate(10px, 10px);
            transform: rotate(-45deg) translate(10px, 10px);
  }

  .pr-header__menu #burgerBtn {
    display: block;
    position: relative;
    z-index: 10;
    -webkit-user-select: none;
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
  }

  .pr-header__menu #burgerBtn span {
    display: block;
    width: 32px;
    height: 4px;
    position: relative;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 3px;
    z-index: 10;
    -webkit-transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  }

  .pr-header__menu #burgerBtn span::before,
  .pr-header__menu #burgerBtn span::after {
    content: '';
    position: absolute;
    width: 32px;
    height: 4px;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 3px;
    -webkit-transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  }

  .pr-header__menu #burgerBtn span::before {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }

  .pr-header__menu #burgerBtn span::after {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }

  .pr-header__menu .top-bar {
    position: fixed;
    width: 100vw;
    z-index: 8;
    background: #fff;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-transform: translate(0, -200%);
            transform: translate(0, -200%);
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    padding: 100px 2rem 2rem 2rem;
  }

  .pr-header__menu .top-bar > li {
    display: block;
    text-align: center;
  }

  .pr-header__menu .top-bar > li:not(:last-child) {
    margin-bottom: 1.5rem;
  }

  .pr-header__menu #menuToggle:checked ~ .top-bar {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }

  .pr-mission__raitings {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .pr-figures__pic {
    display: none !important;
  }

  .pr-figures__facts {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .pr-figures__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .pr-figures__number {
    margin-right: 0 !important;
    margin-bottom: 1rem;
  }

  .pr-figures__fact {
    text-align: center;
    margin: 0 auto;
    max-width: 380px;
  }
}

/** xs bootstrap breakpoint */

.pr-schools {
  padding: 5rem 0;
}

.pr-schools .school {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.pr-schools .school__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  border-radius: 1rem;
  -webkit-box-shadow: var(--shadow-2dp);
          box-shadow: var(--shadow-2dp);
  overflow: hidden;
  margin-bottom: 1rem;
  -webkit-transition: -webkit-box-shadow .3s ease;
  transition: -webkit-box-shadow .3s ease;
  transition: box-shadow .3s ease;
  transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
}

.pr-schools .school__card img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.pr-schools .school__card_hover {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--blue-gradient);
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.pr-schools .school__card-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem 1.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #fff;
  border-radius: 17px;
  color: #fff;
  opacity: 0.8;
  z-index: 2;
}

.pr-schools .school__card-details:hover {
  opacity: 1;
  background: #fff;
  color: var(--dark-blue);
}

.pr-schools .school__card:hover .school__card_hover {
  z-index: 2;
  opacity: 1;
}

.pr-schools .school__title {
  color: #000000;
  opacity: 0.8;
  text-align: center;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.pr-schools .school:hover {
  text-decoration: none;
}

.pr-schools .school:hover .school__card {
  -webkit-box-shadow: var(--shadow-4dp);
          box-shadow: var(--shadow-4dp);
}

.pr-schools .school:hover .school__title {
  color: var(--light-blue);
}

.pr-figures {
  width: 100vw;
  padding: 5rem 0;
  background: #F8EAFA;
}

.pr-figures__title {
  margin-bottom: 3rem;
}

.pr-figures__pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 2rem;
}

.pr-figures__pic img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: auto;
}

.pr-figures__facts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}

.pr-figures__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pr-figures__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--purple-gradient);
  color: rgba(255, 255, 255, 0.8);
  margin-right: 1rem;
}

.pr-news {
  padding: 5rem 0;
}

.pr-news__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1rem;
  -webkit-box-shadow: var(--shadow-2dp);
          box-shadow: var(--shadow-2dp);
  border-radius: 1rem;
  -webkit-transition: -webkit-box-shadow .3s ease;
  transition: -webkit-box-shadow .3s ease;
  transition: box-shadow .3s ease;
  transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
  margin-bottom: 1.5rem;
}

.pr-news__card:hover {
  -webkit-box-shadow: var(--shadow-4dp);
          box-shadow: var(--shadow-4dp);
}

.pr-news__title {
  color: var(--light-blue);
  margin-bottom: 1rem;
  opacity: .8;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.pr-news__title:hover {
  text-decoration: none;
  color: var(--dark-blue);
}

.pr-news__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem 1.5rem;
  border: 1px solid var(--dark-blue);
  color: var(--dark-blue);
  border-radius: 27px;
  background: transparent;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.pr-news__btn:hover {
  background: var(--dark-blue);
  color: #fff;
  text-decoration: none;
}

.pr-footer {
  position: relative;
  width: 100%;
  background: var(--blue-gradient);
}

.pr-footer__content {
  padding: 5rem 0;
}

.pr-school {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3rem;
}

.pr-school__title {
  margin-bottom: 3rem;
}

.pr-school__pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  max-height: 400px;
  height: 100%;
  overflow: hidden;
  margin-bottom: 2rem;
}

.pr-school__pic img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}

.pr-school__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: auto;
  margin-bottom: 3rem;
}

.pr__btn-back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgba(0, 0, 0, 0.8);
}

.pr__btn-back:hover {
  text-decoration: none;
  color: var(--dark-blue);
}

.pr-slider {
  padding: 1.5rem 0;
}

.pr-slider__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.pr-slider__swiper-container {
  position: relative;
  width: 100%;
  height: 50%;
  overflow: hidden;
}

.pr-slider__swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  color: black;
}

.pr-slider__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 1rem;
  margin-left: 2rem;
  width: 50%;
}

.pr-slider__title {
  margin-bottom: 2rem;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  font-weight: bold;
}

.pr-slider__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 24px;
  color: #8753E6;
  margin-bottom: 2rem;
  border-bottom: 2px solid #8753E6;
}

.pr-slider__buttons_prev,
.pr-slider__buttons_next {
  padding: 0 4px;
}

.pr-slider__buttons_prev:hover,
.pr-slider__buttons_next:hover {
  cursor: pointer;
}

.pr-slider__buttons-disabled {
  color: rgba(39, 128, 227, 0.6);
}

.pr-slider__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.pr-slider__info img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: auto;
  height: auto;
  max-width: 364px;
  margin-right: 1rem;
}

.pr-slider__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3rem;
}

.pr-slider__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 3px solid #8753E6;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  color: #8753E6;
  margin-right: 1rem;
  font-weight: bold;
  font-size: 16px;
}

.pr-slider__icons:hover {
  text-decoration: none;
  color: #8753E6;
}

.pr-slider__icons:last-child {
  color: #F5F7FC;
  margin-right: 0;
  background-color: #8753E6;
}

.pr__textblock {
  max-width: 680px;
  margin: 0 auto;
}

.pr {
  overflow: hidden;
}

.timetable {
  margin-top: 2rem;
}

.timetable .faculties {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.timetable .faculties__title {
  margin-bottom: 24px;
}

.timetable .faculties__item {
  margin-bottom: 16px;
}

.timetable .faculties__item:last-child {
  margin-bottom: 0;
}

.timetable .faculties__item a {
  color: rgba(0, 0, 0, 0.8);
}

.timetable .faculties__item:hover {
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1), 0px 4px 8px rgba(0, 0, 0, 0.1), 0px 4px 8px rgba(0, 123, 255, 0.15);
          box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1), 0px 4px 8px rgba(0, 0, 0, 0.1), 0px 4px 8px rgba(0, 123, 255, 0.15);
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}

.timetable .faculties__item:nth-child(5n+1) {
  border-left: 5px solid #007BFF;
}

.timetable .faculties__item:nth-child(5n+1):hover a {
  color: #007BFF;
  text-decoration: none;
}

.timetable .faculties__item:nth-child(5n+2) {
  border-left: 5px solid #FF9800;
}

.timetable .faculties__item:nth-child(5n+2):hover a {
  color: #FF9800;
  text-decoration: none;
}

.timetable .faculties__item:nth-child(5n+3) {
  border-left: 5px solid #443FA2;
}

.timetable .faculties__item:nth-child(5n+3):hover a {
  color: #443FA2;
  text-decoration: none;
}

.timetable .faculties__item:nth-child(5n+4) {
  border-left: 5px solid #43A047;
}

.timetable .faculties__item:nth-child(5n+4):hover a {
  color: #43A047;
  text-decoration: none;
}

.timetable .faculties__item:nth-child(5n+5) {
  border-left: 5px solid #0D47A1;
}

.timetable .faculties__item:nth-child(5n+5):hover a {
  color: #0D47A1;
  text-decoration: none;
}

.timetable__informer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1), 0px 2px 4px rgba(0, 0, 0, 0.1), 0px 2px 4px rgba(0, 123, 255, 0.15);
          box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1), 0px 2px 4px rgba(0, 0, 0, 0.1), 0px 2px 4px rgba(0, 123, 255, 0.15);
  padding: 1rem 1.5rem;
  border-left: 5px solid #9954BB;
  margin-bottom: 2rem;
  margin-top: 2rem;
}

.timetable__informer i {
  font-size: 24px;
  margin-right: 0.5rem;
  color: #9954BB;
}

.timetable__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.timetable__content .main-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.timetable__content .main-block .zaoch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 2rem;
}

.timetable__content .main-block .zaoch__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 1rem;
  font-weight: 700;
}

.timetable__content .main-block .zaoch__link i {
  padding-left: 0.5rem;
  -webkit-transition: .2s;
  transition: .2s;
}

.timetable__content .main-block .zaoch__link:hover {
  text-decoration: none;
}

.timetable__content .main-block .zaoch__link:hover i {
  padding-left: 1rem;
  -webkit-transition: .2s;
  transition: .2s;
}

.timetable__content .secondary-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 30%;
  margin-left: 32px;
}

.timetable__content .secondary-block__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1rem;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1), 0px 2px 4px rgba(0, 0, 0, 0.1), 0px 2px 4px rgba(0, 123, 255, 0.15);
          box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1), 0px 2px 4px rgba(0, 0, 0, 0.1), 0px 2px 4px rgba(0, 123, 255, 0.15);
  margin-bottom: 24px;
}

.timetable__content .secondary-block__events {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.timetable__content .secondary-block__events-item {
  min-height: 100px;
  width: 100%;
  margin-bottom: 16px;
}

.timetable .nav-course {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  margin-bottom: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.timetable .nav-course__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5rem 1rem;
  font-weight: 600;
}

.timetable .nav-course__item a {
  color: rgba(0, 0, 0, 0.6);
}

.timetable .nav-course__item a:hover {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.8);
}

.timetable .nav-course__item_active {
  border-bottom: 2px solid #2780E3;
}

.timetable .group-catalog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.timetable .group-catalog__edtype {
  color: rgba(0, 0, 0, 0.8);
}

.timetable .group-catalog__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 24px;
  border-top: 5px solid #2780E3;
}

.timetable .group-catalog__edform {
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 16px;
}

.timetable .group-catalog__groups {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-left: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.timetable .group-catalog__group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 16px;
  margin-bottom: 16px;
  padding: 0.5rem 1rem;
  border: 1px solid #2780E3;
  min-width: 155px;
  -webkit-transition: .2s;
  transition: .2s;
}

.timetable .group-catalog__group::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2780E3;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: .3s;
  transition: .3s;
}

.timetable .group-catalog__group:hover {
  text-decoration: none;
}

.timetable .group-catalog__group:hover span {
  color: rgba(255, 255, 255, 0.85) !important;
  z-index: 2;
}

.timetable .group-catalog__group:hover::before {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: .3s;
  transition: .3s;
}

.timetable .info-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: linear-gradient(124.4deg, #2196F3 0%, #443FA2 86.01%);
  margin-bottom: 36px;
  margin-top: 2rem;
}

.timetable .info-block__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.timetable .info-block__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: rgba(255, 255, 255, 0.7);
}

.timetable .info-block__title {
  color: rgba(255, 255, 255, 0.85);
}

.timetable .info-block__semester {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 0.5rem;
}

.timetable .info-block__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-left: 24px;
  border-left: 1px solid rgba(255, 255, 255, 0.4);
}

.timetable .info-block__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 75px;
  margin-right: 16px;
  border: none;
  outline: none;
  background: transparent;
  cursor: pointer;
}

.timetable .info-block__button i {
  font-size: 32px;
  color: rgba(255, 255, 255, 0.85);
}

.timetable .info-block__button-text {
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
}

.timetable .info-block__button:hover {
  text-decoration: none;
}

.timetable .info-block__button:hover i {
  color: #fff !important;
}

.timetable__legend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}

.timetable__legend-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.1875rem;
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  line-height: 1.25rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #66727F;
  border-radius: 0.25rem;
}

.timetable__legend-item-color {
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
}

.timetable-card {
  padding: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 5px;
  overflow: hidden;
}

.timetable-card__nav {
  padding: 1rem !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.timetable-card__nav .week-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  color: #2780E3;
}

.timetable-card__nav .week-nav-current {
  color: #2780E3;
}

.timetable-card__nav .week-nav-current i {
  margin-left: 0.5rem;
  font-size: 20px;
}

.timetable-card__nav .week-nav-next,
.timetable-card__nav .week-nav-prev,
.timetable-card__nav .week-nav-current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.timetable-card .schedule {
  width: 100%;
}

.timetable-card .schedule__header {
  display: grid;
  grid-template-columns: 65px repeat(6, 1fr);
}

.timetable-card .schedule__items {
  display: grid;
  grid-template-columns: 65px repeat(6, 1fr);
}

.timetable-card .schedule__head {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.5rem;
}

.timetable-card .schedule__head-date {
  color: rgba(0, 0, 0, 0.85);
}

.timetable-card .schedule__head-weekday {
  color: rgba(0, 0, 0, 0.7);
}

.timetable-card .schedule__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #A6D5FA;
}

.timetable-card .schedule__lesson {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 4px;
          column-gap: 4px;
  row-gap: 12px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-bottom: 1px solid #A6D5FA;
}

.timetable-card .schedule__lesson:last-child {
  margin-bottom: 0;
}

.timetable-card .schedule__lesson-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 4px;
          column-gap: 4px;
  row-gap: 12px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0.5rem;
}

.timetable-card .schedule__lesson-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.timetable-card .schedule__lesson-type-color {
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 3px;
  height: 100%;
  background-color: #F19236;
}

.timetable-card .schedule__lesson-type-chip {
  display: none;
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  line-height: 1.25rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #66727F;
  background-color: #FFF0DD;
  border-radius: 0.25rem;
}

.timetable-card .schedule__lesson-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.timetable-card .schedule__time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  border: 1px solid #A6D5FA;
}

.timetable-card .schedule__discipline {
  color: rgba(0, 0, 0, 0.85);
  font-weight: 700;
  margin-bottom: 4px;
}

.timetable-card .schedule__place {
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 8px;
}

.timetable-card .schedule__teacher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 4px;
}

.timetable-card .schedule__groups {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 4px;
}

.timetable .select2-container--bootstrap4.select2-container--focus .select2-selection {
  border-color: #2780E3;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.timetable .card-default {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1), 0px 2px 4px rgba(0, 0, 0, 0.1), 0px 2px 4px rgba(0, 123, 255, 0.15);
          box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1), 0px 2px 4px rgba(0, 0, 0, 0.1), 0px 2px 4px rgba(0, 123, 255, 0.15);
}

.timetable-calendar {
  overflow-x: auto;
}

.timetable-calendar__wrapper {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 100%;
  padding-bottom: 7px;
}

.timetable-calendar__table {
  position: relative;
  text-align: center;
  border-collapse: separate;
  border-spacing: 0;
  line-height: normal;
}

.timetable-calendar__table th,
.timetable-calendar__table td {
  font-size: 12px;
  min-width: 25px;
  padding: 0.2em;
  border: 1px solid #eee;
}

.timetable-calendar__table thead th {
  font-weight: 400;
  color: #fff;
  background-color: #2196f3;
}

.timetable-calendar__table tfoot td {
  font-weight: 400;
  color: white;
  background-color: #70a700;
}

.timetable-calendar__sticky {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  background-color: #e4e4e4;
  z-index: 5;
}

.timetable .lesson-type-1__color {
  background-color: #16A086;
}

.timetable .lesson-type-3__color {
  background-color: #64B5FF;
}

.timetable .lesson-type-2__color {
  background-color: #DF5FFF;
}

.timetable .lesson-type-5__color {
  background-color: #0B40B3;
}

.timetable .lesson-type-8__color {
  background-color: #FFDE7B;
}

.timetable .lesson-type-6__color {
  background-color: #0BB4BF;
}

.timetable .lesson-type-4__color {
  background-color: #F19236;
}

.timetable .lesson-type-1__bg {
  background-color: #EAF9F0;
}

.timetable .lesson-type-3__bg {
  background-color: #DFEEFF;
}

.timetable .lesson-type-2__bg {
  background-color: #FFE2FE;
}

.timetable .lesson-type-5__bg {
  background-color: #DAE2F4;
}

.timetable .lesson-type-8__bg {
  background-color: #FCFBE7;
}

.timetable .lesson-type-6__bg {
  background-color: #D6FAFE;
}

.timetable .lesson-type-4__bg {
  background-color: #FFF0DD;
}

@media (min-width: 992px) {
  .timetable .weekday-nav {
    display: none;
  }

  .timetable .week-nav-current_date {
    display: none;
  }
}

@media (max-width: 991px) {
  .timetable .timetable__content {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .timetable .timetable__content .main-block {
    width: 100%;
    margin-bottom: 2rem;
  }

  .timetable .timetable__content .secondary-block {
    width: 100%;
    margin-left: 0;
  }

  .timetable .timetable-card__nav {
    padding: 0 !important;
    background: linear-gradient(124.4deg, #2196F3 0%, #443FA2 86.01%) !important;
  }

  .timetable .timetable-card__nav .week-nav {
    padding: 1rem;
  }

  .timetable .timetable-card__nav .week-nav-prev,
  .timetable .timetable-card__nav .week-nav-next,
  .timetable .timetable-card__nav .week-nav-current {
    color: rgba(255, 255, 255, 0.85);
  }

  .timetable .timetable-card__nav .week-nav-prev,
  .timetable .timetable-card__nav .week-nav-next {
    font-size: 20px;
  }

  .timetable .timetable-card__nav .week-nav-prev span,
  .timetable .timetable-card__nav .week-nav-next span {
    display: none;
  }

  .timetable .timetable-card__nav .week-nav-current {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .timetable .timetable-card__nav .week-nav-current i {
    display: none;
  }

  .timetable .timetable-card__nav .week-nav-current_week {
    margin-bottom: 1rem;
  }

  .timetable .timetable-card__nav .week-nav-current_date {
    color: rgba(255, 255, 255, 0.7) !important;
  }

  .timetable .timetable-card__nav .weekday-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 55px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: rgba(255, 255, 255, 0.3);
  }

  .timetable .timetable-card__nav .weekday-nav__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    max-width: 45px;
    color: rgba(255, 255, 255, 0.7);
  }

  .timetable .timetable-card__nav .weekday-nav__item_active,
  .timetable .timetable-card__nav .weekday-nav__item:hover {
    color: #2780E3;
  }

  .timetable .timetable-card__nav .weekday-nav__item_active {
    background-color: rgba(255, 255, 255, 0.4);
  }

  .timetable .timetable-card__nav .weekday-nav__item:hover {
    text-decoration: none;
  }

  .timetable .timetable-card .schedule__items {
    grid-template-columns: 70px 1fr !important;
  }

  .timetable .timetable-card .schedule__header {
    display: none !important;
  }

  .timetable .timetable-card .schedule__time {
    position: relative;
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 900;
    font-size: 18px;
    line-height: 20px;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: #767676;
  }

  .timetable .timetable-card .schedule__time::after {
    content: '';
    position: absolute;
    display: block;
    width: 2px;
    right: 0;
    top: calc(0.5rem + 10px);
    bottom: calc(0.5rem + 10px);
    background-color: #767676;
  }

  .timetable .timetable-card .schedule__time-item {
    position: relative !important;
  }

  .timetable .timetable-card .schedule__time-item span::after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    right: calc(-1rem + 6px);
    top: calc(50% - 3px);
    background-color: #767676;
  }

  .timetable .timetable-card .schedule__item {
    display: none !important;
  }

  .timetable .timetable-card .schedule__item_show {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    padding-left: 1rem;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .timetable .timetable-card .schedule__lesson {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-bottom: 0;
    margin-bottom: 8px;
  }

  .timetable .timetable-card .schedule__lesson-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .timetable .timetable-card .schedule__lesson-type-color {
    display: none;
  }

  .timetable .timetable-card .schedule__lesson-type-chip {
    display: block;
  }

  .timetable .timetable-card .schedule__discipline {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 900;
    font-size: 18px;
    line-height: 20px;
  }

  .timetable .timetable-card .schedule__groups {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .timetable .timetable-card .schedule__groups a {
    margin-right: 8px;
  }

  .timetable .timetable-card .schedule__group,
  .timetable .timetable-card .schedule__teacher,
  .timetable .timetable-card .schedule__place,
  .timetable .timetable-card .schedule__rangeweek,
  .timetable .timetable-card .schedule__comment {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.15px;
  }
}

@media (max-width: 768px) {
  .timetable .info-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .timetable .info-block__buttons {
    padding-left: 0;
    padding-top: 16px;
    margin-top: 16px;
    border-left: 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 575px) {
  .timetable .nav-course {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .timetable .nav-course__item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}

.timetable-session {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1), 0px 2px 4px rgba(0, 0, 0, 0.1), 0px 2px 4px rgba(0, 123, 255, 0.15);
          box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1), 0px 2px 4px rgba(0, 0, 0, 0.1), 0px 2px 4px rgba(0, 123, 255, 0.15);
  padding: 1rem;
}

.timetable-session .daily-session {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-bottom: 2px solid #2780E3;
}

.timetable-session .daily-session:last-child {
  border-bottom: none;
}

.timetable-session .daily-session__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1rem;
  border-right: 1px solid #2780E3;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 140px;
}

.timetable-session .daily-session__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.timetable-session .daily-session .meeting {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1rem 1.5rem;
  border-bottom: 1px solid #2780E3;
  color: #000;
}

.timetable-session .daily-session .meeting__type {
  opacity: 0.6;
}

.timetable-session .daily-session .meeting__discipline {
  opacity: 0.85;
  margin-bottom: 0.5rem;
}

.timetable-session .daily-session .meeting__time {
  opacity: 0.7;
  margin-bottom: 0.5rem;
}

.timetable-session .daily-session .meeting__link {
  color: #2780E3;
  margin-bottom: 0.5rem;
}

.timetable-session .daily-session .meeting__comment {
  opacity: 0.6;
}

.timetable-session .daily-session .meeting:last-child {
  border-bottom: none;
}

@media (max-width: 575.9px) {
  .timetable-session .daily-session {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .timetable-session .daily-session__date {
    border: none;
    border-bottom: 1px solid #2780E3;
  }
}

#oldBrowserWarning {
  background: #fafafa;
}

#oldBrowserWarning .container1 {
  margin-top: 5%;
  margin-left: 15%;
  margin-right: 15%;
  position: relative;
}

#oldBrowserWarning .container1 h4 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  font-size: 34px;
  letter-spacing: 0.25px;
  text-align: center;
  margin-bottom: 10px;
}

#oldBrowserWarning .container1 p {
  text-align: center;
}

#oldBrowserWarning .container1 .message p {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  line-height: 24px;
  font-size: 16px;
  letter-spacing: 0.15px;
}

#oldBrowserWarning .container1 .info p {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  line-height: 16px;
  font-size: 12px;
  letter-spacing: 0.4px;
  margin-bottom: -1px;
}

#oldBrowserWarning .info {
  margin-bottom: 20px;
}

#oldBrowserWarning .container1 a {
  text-align: center;
  margin-top: 30px;
}

#oldBrowserWarning .container1 .secondary a {
  margin-bottom: 15px;
  color: #0D47A1;
}

#oldBrowserWarning .container1 .primary a {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  color: #2196F3;
  margin-top: 15px;
}

#oldBrowserWarning .help {
  position: bottom;
  margin-top: 40px;
}

#oldBrowserWarning .help p {
  margin-bottom: -2px;
}

.olympiad-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.5rem;
  background: var(--blue-gradient);
  z-index: 10;
}

.olympiad-header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 20%;
  height: auto;
  margin-right: 1.5rem;
}

.olympiad-header__logo img {
  width: 100%;
  height: auto;
  margin-right: 1.5rem;
  -o-object-position: center;
     object-position: center;
}

.olympiad-header__menu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-left: auto;
}

.olympiad-header__menu-burger {
  display: none;
}

.olympiad-header__menu .top-bar {
  margin: 0;
  padding: 0;
  list-style: none;
}

.olympiad-header__menu .top-bar__item {
  display: inline;
  padding: 0.75rem;
  font-weight: bold;
  list-style-type: none !important;
  background: #ee2a7b;
  border: 3px;
  border-radius: 10px;
}

.olympiad-header__menu .top-bar__item a {
  color: white;
  text-decoration: none;
  opacity: 0.8;
}

.olympiad-header__menu .top-bar__item a:hover {
  color: whitesmoke;
  cursor: pointer;
}

.olympiad-header__menu .top-bar__item:not(:last-child) {
  margin-right: 1rem;
}

@media (max-width: 767px) {
  .olympiad-header__logo {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0 auto;
  }

  .olympiad-header__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-left: 0;
  }

  .olympiad-header__menu #menuToggle {
    position: absolute;
    top: -7px;
    left: -5px;
    display: block;
    width: 40px;
    height: 32px;
    opacity: 0;
    cursor: pointer;
    z-index: 11;
    -webkit-touch-callout: none;
  }

  .olympiad-header__menu #menuToggle:checked ~ #burgerBtn > span {
    background: transparent;
    -webkit-transform: translateX(-15px);
            transform: translateX(-15px);
  }

  .olympiad-header__menu #menuToggle:checked ~ #burgerBtn > span::before {
    -webkit-transform: rotate(45deg) translate(10px, -10px);
            transform: rotate(45deg) translate(10px, -10px);
  }

  .olympiad-header__menu #menuToggle:checked ~ #burgerBtn > span::after {
    -webkit-transform: rotate(-45deg) translate(10px, 10px);
            transform: rotate(-45deg) translate(10px, 10px);
  }

  .olympiad-header__menu #burgerBtn {
    position: relative;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
    z-index: 10;
  }

  .olympiad-header__menu #burgerBtn span {
    position: relative;
    display: block;
    width: 32px;
    height: 4px;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 3px;
    -webkit-transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    z-index: 10;
  }

  .olympiad-header__menu #burgerBtn span::before,
  .olympiad-header__menu #burgerBtn span::after {
    content: '';
    position: absolute;
    width: 32px;
    height: 4px;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 3px;
    -webkit-transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  }

  .olympiad-header__menu #burgerBtn span::before {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }

  .olympiad-header__menu #burgerBtn span::after {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }

  .olympiad-header__menu .top-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 100px 2rem 2rem 2rem;
    background: #fff;
    -webkit-transform: translate(0, -200%);
            transform: translate(0, -200%);
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    z-index: 8;
  }

  .olympiad-header__menu .top-bar > li {
    display: block;
    text-align: center;
  }

  .olympiad-header__menu .top-bar > li:not(:last-child) {
    margin-bottom: 1.5rem;
  }

  .olympiad-header__menu #menuToggle:checked ~ .top-bar {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.olympiad {
  --blue-gradient: linear-gradient( -113deg, rgb(90,154,212) 0%, rgb(1,167,238) 45%, rgb(62,118,204) 100%);
}

.olympiad-block {
  padding: 2rem 0;
  margin-top: 3rem;
}

.olympiad-block__colored {
  color: white;
  background: var(--blue-gradient);
}

.olympiad-block__colored a {
  color: white;
  text-decoration: underline;
}

.olympiad-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.olympiad-h1 {
  max-width: 100%;
  margin-bottom: 1.5rem;
  font-family: Montserrat, serif;
  font-style: normal;
  font-weight: bold;
  font-size: 34px;
  line-height: 41px;
  letter-spacing: 0.25px;
}

.olympiad-h2 {
  font-family: Montserrat, serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.5;
}

.olympiad-h3 {
  font-family: Montserrat, serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.15px;
}

.olympiad-pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: auto;
  margin-top: 5rem;
  margin-bottom: 2rem;
}

.olympiad-pic img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  -o-object-position: center;
     object-position: center;
}

.olympiad-info {
  margin-top: 8rem;
}

.olympiad-info__text {
  display: block;
  -ms-flex-item-align: start;
      align-self: flex-start;
  max-width: 760px;
  margin: 2rem;
  text-align: left;
}

@media (max-width: 767px) {
  .olympiad-info__text {
    margin: 2rem 0 2rem 1rem;
  }
}

.olympiad-stage__items {
  display: grid;
  grid-row-gap: 24px;
  margin-top: 1.5rem;
  padding-left: 24px;
  border-left: 3px solid #ee2a7b;
  color: white;
}

.olympiad-stage__item {
  position: relative;
}

.olympiad-stage__item::before,
.olympiad-stage__item::after {
  content: '';
  position: absolute;
  left: -33px;
  top: calc(50% - 8px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 16px;
  height: 16px;
  border-radius: 50%;
}

.olympiad-stage__item::before {
  background-color: #F5F7FC;
  border: 3px solid #ee2a7b;
}

.olympiad-stage__item::after {
  background-color: #ee2a7b;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: .3s;
  transition: .3s;
}

.olympiad-stage__item:hover::after {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 123, 255, 0.15);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 123, 255, 0.15);
}

.olympiad-stage__card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  border-radius: 5px;
  border-top: 5px solid #ee2a7b;
  padding: 16px;
  background: var(--blue-gradient);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 123, 255, 0.15);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 123, 255, 0.15);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .1s;
  transition: .1s;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.olympiad-stage__card:hover {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 4px 8px rgba(0, 0, 0, 0.1), 0 4px 8px rgba(0, 123, 255, 0.15);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 4px 8px rgba(0, 0, 0, 0.1), 0 4px 8px rgba(0, 123, 255, 0.15);
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
  -webkit-transition: .1s;
  transition: .1s;
}

.olympiad-video img,
.olympiad-video frame,
.olympiad-video iframe,
.olympiad-video video {
  max-width: 100%;
}

.olympiad-video .modal-dialog {
  width: 100%;
}

.olympiad-video .modal-content {
  height: 400px;
}

.olympiad-video__items {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 30vh;
  overflow: hidden;
}

.olympiad-video__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
}

.olympiad-video__item-image {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.olympiad-video__item-image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}

.olympiad-video__item-image .mdi {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: rgba(255, 255, 255, 0.7);
  font-size: 48px;
  z-index: 8;
}

.olympiad-video__item-image:hover .mdi {
  color: #fff;
}

.olympiad-video__item-title {
  display: block;
  position: relative;
  width: 100%;
  height: 3rem !important;
  min-height: 3rem;
}

.olympiad-video__item-title a {
  color: inherit;
}

.olympiad-video__button {
  position: absolute;
  top: calc(50% - 3rem);
  display: none;
  font-size: 3rem;
  opacity: 0.6;
  z-index: 4;
}

.olympiad-video__button:hover {
  opacity: 0.8;
  cursor: pointer;
}

.olympiad-video__button_prev {
  left: 0;
}

.olympiad-video__button_next {
  right: 0;
}

.olympiad-video__iframe {
  width: 100%;
  height: 100%;
}

@media (min-width: 576px) and (max-width: 767px) {
  .olympiad-video__items {
    padding: 0 4rem;
  }

  .olympiad-video__button {
    display: block;
  }
}

.olympiad-contact {
  padding: 2rem;
}

.olympiad-contact__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.olympiad-contact__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1rem;
          column-gap: 1rem;
  margin-top: 0.5rem;
}

.olympiad-contact__social-item {
  width: auto;
  height: auto;
  color: #fff;
}

.olympiad-contact__social-item:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  color: #fff;
}

.olympiad-contact__social-icon {
  height: auto;
}

.olympiad-contact__social-icon_vk {
  width: 2rem;
}

.olympiad-contact__social-icon_tg {
  width: 1.8rem;
}

.olympiad-contact__social-icon_youtube {
  width: 2.3rem;
}

.olympiad-contact a {
  text-decoration: none;
}

#olympiad-page {
  background-image: url(/i/olympiad/fon.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-color: white;
}

