@charset "UTF-8";

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

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

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: .67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

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

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

img {
	border: 0;
}

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

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

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

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

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

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

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-close:before {
	content: "\e911";
}

.icon-upload:before {
	content: "\e90c";
}

.icon-pdf:before {
	content: "\e90d";
}

.icon-send:before {
	content: "\e90a";
}

.icon-attach:before {
	content: "\e90b";
}

.icon-angle-left:before {
	content: "\e906";
}

.icon-arrow-left:before {
	content: "\e906";
}

.icon-angle-right:before {
	content: "\e907";
}

.icon-arrow-right:before {
	content: "\e907";
}

.icon-angle-down:before {
	content: "\e908";
}

.icon-arrow-down:before {
	content: "\e908";
}

.icon-angle-up:before {
	content: "\e909";
}

.icon-arrow-up:before {
	content: "\e909";
}

.icon-arrow:before {
	content: "\e905";
}

.icon-logo-awd:before {
	content: "\e904";
}

.icon-facebook:before {
	content: "\e900";
}

.icon-instagram:before {
	content: "\e901";
}

.icon-linkedin:before {
	content: "\e902";
}

.icon-twitter:before {
	content: "\e903";
}

.icon-file-o:before {
	content: "\e912";
}

.icon-file-word-o:before {
	content: "\e90f";
}

.icon-file-pdf-o:before {
	content: "\e910";
}

.icon-dots:before {
	content: "\e90e";
}/* Slider */.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.jq-checkbox,
.jq-radio {
	position: relative;
	display: inline-block;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.jq-checkbox input,
.jq-radio input {
	position: absolute;
	z-index: -1;
	margin: 0;
	padding: 0;
	opacity: 0;
}

.jq-file {
	position: relative;
	display: inline-block;
	overflow: hidden;
}

.jq-file input {
	position: absolute;
	top: 0;
	right: 0;
	height: auto;
	margin: 0;
	padding: 0;
	opacity: 0;
	font-size: 100px;
	line-height: 1em;
}

.jq-file__name {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.jq-selectbox,
.jq-select-multiple {
	position: relative;
	display: inline-block;
}

.jq-selectbox select,
.jq-select-multiple select {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	opacity: 0;
}

.jq-selectbox li,
.jq-select-multiple li {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}

.jq-selectbox {
	z-index: 10;
}

.jq-selectbox__select {
	position: relative;
}

.jq-selectbox__select-text {
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.jq-selectbox__dropdown {
	position: absolute;
}

.jq-selectbox__search input {
	-webkit-appearance: textfield;
}

.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
	-webkit-appearance: none;
}

.jq-selectbox__dropdown ul {
	position: relative;
	overflow: auto;
	overflow-x: hidden;
	list-style: none;
	-webkit-overflow-scrolling: touch;
}

.jq-select-multiple ul {
	position: relative;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}

.jq-number {
	display: inline-block;
}

.jq-number__field input {
	-moz-appearance: textfield;
	text-align: left;
	/* для Opera Presto */;
}

.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
	margin: 0;
	/* в каких-то браузерах присутствует отступ */
	-webkit-appearance: none;
}

.flatpickr-calendar {
	background: transparent;
	opacity: 0;
	display: none;
	text-align: center;
	visibility: hidden;
	padding: 0;
	-webkit-animation: none;
	animation: none;
	direction: ltr;
	border: 0;
	font-size: 14px;
	line-height: 24px;
	border-radius: 5px;
	position: absolute;
	width: 307.875px;
	box-sizing: border-box;
	touch-action: manipulation;
	background: #fff;
	box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, .08);
}

.flatpickr-calendar.open,
.flatpickr-calendar.inline {
	opacity: 1;
	max-height: 640px;
	visibility: visible;
}

.flatpickr-calendar.open {
	display: inline-block;
	z-index: 99999;
}

.flatpickr-calendar.animate.open {
	-webkit-animation: fpFadeInDown 300ms cubic-bezier(.23, 1, .32, 1);
	animation: fpFadeInDown 300ms cubic-bezier(.23, 1, .32, 1);
}

.flatpickr-calendar.inline {
	display: block;
	position: relative;
	top: 2px;
}

.flatpickr-calendar.static {
	position: absolute;
	top: calc(100% + 2px);
}

.flatpickr-calendar.static.open {
	z-index: 999;
	display: block;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n + 1) .flatpickr-day.inRange:nth-child(7n + 7) {
	box-shadow: none !important;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n + 2) .flatpickr-day.inRange:nth-child(7n + 1) {
	box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
	border-bottom: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.flatpickr-calendar .hasWeeks .dayContainer {
	border-left: 0;
}

.flatpickr-calendar.hasTime .flatpickr-time {
	height: 40px;
	border-top: 1px solid #e6e6e6;
}

.flatpickr-calendar.noCalendar.hasTime {
	width: 280px;
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
	height: auto;
}

.flatpickr-calendar:before,
.flatpickr-calendar:after {
	position: absolute;
	display: block;
	pointer-events: none;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	left: 22px;
	display: none;
}

.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.arrowRight:before,
.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.arrowRight:after {
	left: auto;
	right: 22px;
}

.flatpickr-calendar.arrowCenter:before,
.flatpickr-calendar.arrowCenter:after {
	left: 50%;
	right: 50%;
}

.flatpickr-calendar:before {
	border-width: 5px;
	margin: 0 -5px;
}

.flatpickr-calendar:after {
	border-width: 4px;
	margin: 0 -4px;
}

.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
	bottom: 100%;
}

.flatpickr-calendar.arrowTop:before {
	border-bottom-color: #e6e6e6;
}

.flatpickr-calendar.arrowTop:after {
	border-bottom-color: #fff;
}

.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
	top: 100%;
}

.flatpickr-calendar.arrowBottom:before {
	border-top-color: #e6e6e6;
}

.flatpickr-calendar.arrowBottom:after {
	border-top-color: #fff;
}

.flatpickr-calendar:focus {
	outline: 0;
}

.flatpickr-wrapper {
	position: relative;
	display: inline-block;
}

.flatpickr-months {
	display: flex;
	background: linear-gradient(180deg, #454545 0%, #000 100%);
	align-items: center;
}

.flatpickr-months .flatpickr-month {
	background: transparent;
	color: rgba(0, 0, 0, .9);
	fill: rgba(0, 0, 0, .9);
	height: 45px;
	line-height: 1;
	text-align: center;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	overflow: hidden;
	flex: 1;
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
	text-decoration: none;
	cursor: pointer;
	top: 0;
	height: 34px;
	padding: 10px;
	z-index: 3;
	color: #fff;
	fill: #fff;
	line-height: 0;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
	display: none;
}

.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
	position: relative;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
	/*
      /*rtl:begin:ignore*/
	left: 0;
	/*
      /*rtl:end:ignore*/;
}/*
      /*rtl:begin:ignore*//*
      /*rtl:end:ignore*/.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
	/*
      /*rtl:begin:ignore*/
	right: 0;
	/*
      /*rtl:end:ignore*/;
}/*
      /*rtl:begin:ignore*//*
      /*rtl:end:ignore*/.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
	color: #959ea9;
}

.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
	fill: rgba(255, 255, 255, .8);
}

.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
	width: 14px;
	height: 14px;
}

.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
	transition: fill .1s;
	fill: inherit;
}

.numInputWrapper {
	position: relative;
	height: auto;
}

.numInputWrapper input,
.numInputWrapper span {
	display: inline-block;
}

.numInputWrapper input {
	width: 100%;
}

.numInputWrapper input::-ms-clear {
	display: none;
}

.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
	margin: 0;
	-webkit-appearance: none;
}

.numInputWrapper span {
	position: absolute;
	right: 0;
	width: 14px;
	padding: 0 4px 0 2px;
	height: 50%;
	line-height: 50%;
	opacity: 0;
	cursor: pointer;
	border: 1px solid rgba(57, 57, 57, .15);
	box-sizing: border-box;
}

.numInputWrapper span:hover {
	background: rgba(0, 0, 0, .1);
}

.numInputWrapper span:active {
	background: rgba(0, 0, 0, .2);
}

.numInputWrapper span:after {
	display: block;
	content: "";
	position: absolute;
}

.numInputWrapper span.arrowUp {
	top: 0;
	border-bottom: 0;
}

.numInputWrapper span.arrowUp:after {
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-bottom: 4px solid rgba(57, 57, 57, .6);
	top: 26%;
}

.numInputWrapper span.arrowDown {
	top: 50%;
}

.numInputWrapper span.arrowDown:after {
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid rgba(57, 57, 57, .6);
	top: 40%;
}

.numInputWrapper span svg {
	width: inherit;
	height: auto;
}

.numInputWrapper span svg path {
	fill: rgba(0, 0, 0, .5);
}

.numInputWrapper:hover {
	background: rgba(0, 0, 0, .05);
}

.numInputWrapper:hover span {
	opacity: 1;
}

.flatpickr-current-month {
	font-size: 135%;
	line-height: inherit;
	font-weight: 300;
	color: inherit;
	position: absolute;
	width: 75%;
	left: 12.5%;
	padding: 12px 0 0;
	line-height: 1;
	height: 34px;
	display: inline-block;
	text-align: center;
	transform: translate3d(0, 0, 0);
}

.flatpickr-current-month span.cur-month {
	font-family: inherit;
	font-weight: 700;
	color: inherit;
	display: inline-block;
	margin-left: .5ch;
	padding: 0;
}

.flatpickr-current-month span.cur-month:hover {
	background: rgba(0, 0, 0, .05);
}

.flatpickr-current-month .numInputWrapper {
	width: 6ch;
	width: 7ch\0;
	display: inline-block;
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
	border-bottom-color: #fff;
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
	border-top-color: #fff;
}

.flatpickr-current-month input.cur-year {
	background: transparent;
	box-sizing: border-box;
	color: #fff;
	cursor: text;
	padding: 0 0 0 .5ch;
	margin: 0;
	display: inline-block;
	font-size: 15px;
	font-family: inherit;
	font-weight: 500;
	line-height: inherit;
	height: auto;
	border: 0;
	border-radius: 0;
	vertical-align: initial;
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	appearance: textfield;
}

.flatpickr-current-month input.cur-year:focus {
	outline: 0;
}

.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
	font-size: 100%;
	color: rgba(0, 0, 0, .5);
	background: transparent;
	pointer-events: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
	appearance: menulist;
	background: transparent;
	border: none;
	border-radius: 0;
	box-sizing: border-box;
	color: inherit;
	cursor: pointer;
	font: 500 16px/1.2 "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	height: auto;
	line-height: inherit;
	margin: -1px 0 0 0;
	outline: none;
	padding: 0 0 0 .5ch;
	position: relative;
	vertical-align: initial;
	-webkit-box-sizing: border-box;
	-webkit-appearance: menulist;
	-moz-appearance: menulist;
	width: auto;
	color: #fff;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
	outline: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
	background: rgba(0, 0, 0, .05);
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
	background-color: transparent;
	outline: none;
	padding: 0;
}

.flatpickr-monthDropdown-month {
	color: #515050;
}

.flatpickr-weekdays {
	background: transparent;
	text-align: center;
	overflow: hidden;
	width: 100%;
	display: flex;
	align-items: center;
	height: 28px;
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
	display: flex;
	flex: 1;
}

span.flatpickr-weekday {
	cursor: default;
	font-size: 10px;
	background: transparent;
	color: #666;
	line-height: 1;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0;
	text-align: center;
	display: block;
	flex: 1;
}

.dayContainer,
.flatpickr-weeks {
	padding: 1px 0 0 0;
}

.flatpickr-days {
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: flex-start;
	width: 307.875px;
}

.flatpickr-days:focus {
	outline: 0;
}

.dayContainer {
	padding: 0;
	outline: 0;
	text-align: left;
	width: 307.875px;
	min-width: 307.875px;
	max-width: 307.875px;
	box-sizing: border-box;
	display: inline-block;
	display: flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	justify-content: space-around;
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

.dayContainer
+ .dayContainer {
	box-shadow: -1px 0 0 #e6e6e6;
}

.flatpickr-day {
	background: linear-gradient(#fff 0%, #e9e9e9 100%);
	border: 1px solid #e2e2e2;
	box-sizing: border-box;
	color: #393939;
	cursor: pointer;
	font-size: 12px;
	font-weight: 700;
	width: 14.2857143%;
	flex-basis: 14.2857143%;
	height: 40px;
	line-height: 40px;
	margin: 0;
	display: inline-block;
	position: relative;
	justify-content: center;
	text-align: center;
}

.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
	cursor: pointer;
	outline: 0;
	background: #ccc;
	border-color: #e6e6e6;
}

.flatpickr-day.today {
	background: radial-gradient(49.28% 49.24% at 49.28% -47.51%, #ce1d24 0%, #ac1117 100%);
	border: 1px solid #d40008;
	color: #fff;
}

.flatpickr-day.today:after {
	content: "";
	width: 3px;
	height: 3px;
	background-color: #fff;
	border-radius: 50%;
	position: absolute;
	bottom: 5px;
	left: 50%;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
	background: #454545;
	box-shadow: none;
	color: #fff;
	border-color: #454545;
}

.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
	border-radius: 50px 0 0 50px;
}

.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
	border-radius: 0 50px 50px 0;
}

.flatpickr-day.selected.startRange
+ .endRange:not(:nth-child(7n + 1)),
.flatpickr-day.startRange.startRange
+ .endRange:not(:nth-child(7n + 1)),
.flatpickr-day.endRange.startRange
+ .endRange:not(:nth-child(7n + 1)) {
	box-shadow: -10px 0 0 #569ff7;
}

.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
	border-radius: 50px;
}

.flatpickr-day.inRange {
	border-radius: 0;
	box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
	color: #979797;
	background: transparent;
	cursor: default;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
	cursor: not-allowed;
	color: rgba(57, 57, 57, .1);
}

.flatpickr-day.week.selected {
	border-radius: 0;
	box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}

.flatpickr-day.hidden {
	visibility: hidden;
}

.rangeMode .flatpickr-day {
	margin-top: 1px;
}

.flatpickr-weekwrapper {
	float: left;
}

.flatpickr-weekwrapper .flatpickr-weeks {
	padding: 0 12px;
	box-shadow: 1px 0 0 #e6e6e6;
}

.flatpickr-weekwrapper .flatpickr-weekday {
	float: none;
	width: 100%;
	line-height: 28px;
}

.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
	display: block;
	width: 100%;
	max-width: none;
	color: rgba(57, 57, 57, .3);
	background: transparent;
	cursor: default;
	border: none;
}

.flatpickr-innerContainer {
	display: block;
	display: flex;
	box-sizing: border-box;
	overflow: hidden;
}

.flatpickr-rContainer {
	display: inline-block;
	padding: 0;
	box-sizing: border-box;
}

.flatpickr-time {
	text-align: center;
	outline: 0;
	height: 0;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f9f9f9;
	border: 1px solid #dedede;
	max-height: 153px;
	width: 100%;
	line-height: inherit;
	padding: 34px 15px;
}

.flatpickr-time:after {
	content: "";
	display: table;
	clear: both;
}

.flatpickr-time .numInputWrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 56px;
	height: auto;
}

.flatpickr-time .numInputWrapper:hover {
	background-color: transparent;
}

.flatpickr-time .numInputWrapper span {
	opacity: 1;
	position: static;
	flex-shrink: 0;
	border: 0;
	width: auto;
	padding: 0;
	line-height: 1;
}

.flatpickr-time .numInputWrapper span:hover {
	background-color: transparent;
}

.flatpickr-time .numInputWrapper span:after {
	position: static;
	border: 0;
	font-family: "icomoon" !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: 12px;
}

.flatpickr-time .numInputWrapper span.arrowUp {
	order: -1;
	margin-bottom: 13px;
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
	content: "\e909";
}

.flatpickr-time .numInputWrapper span.arrowDown {
	margin-top: 13px;
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
	content: "\e908";
}

.flatpickr-time.hasSeconds .numInputWrapper {
	width: 26%;
}

.flatpickr-time.time24hr .numInputWrapper {
	width: 49%;
}

.flatpickr-time input {
	background: transparent;
	box-shadow: none;
	border: 0;
	border-radius: 0;
	text-align: center;
	margin: 0;
	padding: 2px 0 0;
	height: inherit;
	line-height: inherit;
	color: #696969;
	font-size: 14px;
	height: 40px;
	position: relative;
	box-sizing: border-box;
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	appearance: textfield;
	background: #fff;
	border: 1px solid #262626;
}

.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
	font-weight: 400;
}

.flatpickr-time input:focus {
	outline: 0;
}

.flatpickr-time .flatpickr-time-separator {
	height: inherit;
	line-height: inherit;
	color: #696969;
	margin: 0 8px;
}

.flatpickr-time .flatpickr-am-pm {
	width: 50px;
	height: 32px;
	font-size: 14px;
	line-height: 30px;
	font-weight: 400;
	flex-shrink: 0;
	outline: 0;
	cursor: pointer;
	text-align: center;
	background-color: #c92127;
	border: 2px solid #c92127;
	text-transform: uppercase;
	color: #fff;
	margin-left: 16px;
}

.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time .flatpickr-am-pm:focus {
	border: 2px solid #3b0e10;
}

.flatpickr-input[readonly] {
	cursor: pointer;
}/* z-index: map-get($z-index, 'popup'); */.jq-selectbox__dropdown ul,
.nav ul,
.footer_nav ul,
.navigation ul,
.social-networks,
.paging ul,
.tabset ul,
.slick-dots,
.choose-package_box .list,
.admin .pricing_item ul,
.admin .data-feed ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

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

a,
.header,
.nav a:after,
.btn,
.social-networks a,
.tabset a:after,
.admin .table .arrow,
.admin .chat .input-area .jq-file,
.admin .chat .input-area .jq-file__browse:after,
.admin .chat .input-area .btn-send {
	transition: all .2s ease-in-out;
}

.ellipsis {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #262626;
	background: #fff;
	font: 16px/1.2 "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.gm-style img {
	max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: "Roboto Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: bold;
	margin: 0 0 .5em;
	color: #262626;
}

h1,
.h1 {
	font-size: 30px;
}

h2,
.h2 {
	font-size: 27px;
}

h3,
.h3 {
	font-size: 24px;
}

h4,
.h4 {
	font-size: 21px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #c92127;
	text-decoration: none;
}

a:hover,
a:focus {
	text-decoration: underline;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
	min-height: 80px;
	height: 80px;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

label {
	font: 700 16px/1.2 "Roboto Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #262626;
	display: block;
	margin-bottom: 10px;
}

.form-group {
	margin-bottom: 15px;
}

.form-control {
	width: 100%;
	border: 1px solid #dcdbdb;
	padding: 9px 10px;
	font: 14px/1.2 "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #515050;
	outline: none;
	background-color: transparent;
}

.form-control::-webkit-input-placeholder {
	color: rgba(81, 80, 80, .5);
}

.form-control::-moz-placeholder {
	opacity: 1;
	color: rgba(81, 80, 80, .5);
}

.form-control:-moz-placeholder {
	color: rgba(81, 80, 80, .5);
}

.form-control:-ms-input-placeholder {
	color: rgba(81, 80, 80, .5);
}

.form-control.placeholder {
	color: rgba(81, 80, 80, .5);
}

.form-group {
	margin-bottom: 15px;
}

.checkbox-group {
	display: flex;
}

.checkbox-group
+ .checkbox-group {
	margin-top: 16px;
}

.checkbox-group .checkbox_input {
	flex-shrink: 0;
	margin-right: 10px;
}

.checkbox-group .checkbox_label {
	font: 400 14px/1.2 "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #515050;
	margin: 0;
}

.jq-checkbox {
	border: 1px solid #d4d4d4;
	width: 16px;
	height: 16px;
}

.jq-checkbox__div {
	position: absolute;
	width: 8px;
	height: 5px;
	top: 4px;
	left: 0;
	border: solid #c92127;
	border-width: 0 0 1px 1px;
	transform: rotate(-45deg);
	left: 50%;
	top: 50%;
	margin: -4px 0 0 -4px;
	display: none;
}

.checked .jq-checkbox__div {
	display: block;
}

.jq-selectbox {
	width: 100%;
	outline: none;
}

.jq-selectbox__select {
	display: flex;
	align-items: center;
	font-size: 14px;
	line-height: 1.2;
	color: #515050;
	border: 1px solid #dcdbdb;
}

.opened .jq-selectbox__select {
	border-bottom-color: #ebe9e9;
}

.jq-selectbox__select-text {
	flex-grow: 1;
	padding: 9px 10px;
}

.jq-selectbox__select-text.placeholder {
	color: rgba(81, 80, 80, .5);
}

.jq-selectbox__trigger {
	width: 43px;
	text-align: center;
}

.jq-selectbox__trigger-arrow {
	line-height: 0;
}

.jq-selectbox__trigger-arrow:after {
	font-family: "icomoon" !important;
	content: "\e908";
	color: #888;
	font-size: 13px;
	line-height: 1;
}

.opened .jq-selectbox__trigger-arrow {
	transform: rotate(-180deg);
}

.jq-selectbox__dropdown {
	background: #f5f4f4;
	border: 1px solid #dcdbdb;
	border-top: 0;
	width: 100%;
}

.jq-selectbox__dropdown ul {
	color: #515050;
	font-size: 14px;
}

.jq-selectbox__dropdown li {
	padding: 8px 13px;
}

.jq-selectbox__dropdown li:hover {
	background-color: #dcdbdb;
}/* multiselect */.js-multiselect {
	width: 100%;
}

.select2-container {
	width: 100% !important;
}

.select2-container--default .select2-selection--multiple {
	border-color: #dcdbdb;
	border-radius: 0;
	background-color: transparent;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
	border-color: #dcdbdb;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}

.select2-container .select2-search--inline {
	display: inline-block;
	vertical-align: middle;
}

.select2-container .select2-search--inline .select2-search__field {
	min-height: 1px;
	height: 25px;
	line-height: 25px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	padding: 3px 20px 3px 10px;
	background-color: #fae0e1;
	border-radius: 0;
	border: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	left: auto;
	right: 0;
	color: #000;
	font-size: 1.1em;
	line-height: 1;
	font-weight: 400;
	border-right: 0;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
	background-color: transparent;
	color: #000;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
	padding: 0;
	font: 500 14px/1.2 "Barlow Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}/* select drop */.select2-dropdown {
	background: #f5f4f4;
	border: 1px solid #dcdbdb;
}

.select2-results__options {
	font-size: 14px;
	line-height: 1.2;
}

.select2-results__options .select2-results__option {
	display: flex;
	align-items: center;
	color: #515050;
}

.select2-results__options .select2-results__option:before {
	content: "";
	background: #fff;
	border: 1px solid #d4d4d4;
	width: 12px;
	height: 12px;
	margin-right: 15px;
}

.select2-container--default .select2-results__option--selected {
	background-color: transparent;
}

.select2-container--default .select2-results__option--selected:before {
	content: "";
	background: #f00;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
	background-color: #dcdbdb;
	color: #515050;
}/* multiselect end *//* time */.time-row {
	margin-bottom: 15px;
	display: flex;
}

.time-row label {
	margin-top: 9px;
	margin-right: 15px;
	white-space: nowrap;
}

.time-row .form-control {
	width: 190px;
}

.time-row .flatpickr-calendar {
	margin-top: 20px;
}

.time-row .estimated-time-select {
	width: 93px;
}

.time-row .jq-selectbox__select {
	min-width: 145px;
}

.nav-opener {
	display: none;
	margin-left: auto;
	width: 24px;
	height: 14px;
	flex-shrink: 0;
	position: relative;
	overflow: hidden;
	z-index: 11;
}

.nav-active .nav-opener {
	height: 24px;
}

.nav-active .nav-opener span,
.nav-active .nav-opener:after,
.nav-active .nav-opener:before {
	transform: rotate(45deg);
	top: 50%;
	left: 0;
	right: 0;
	height: 2px;
	margin-top: 0;
}

.nav-active .nav-opener:after {
	transform: rotate(-45deg);
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 2px;
	margin-top: -1px;
	/* height/2 */
	transition: all .2s linear;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	top: 0;
	margin: 0;
}

.nav-opener:after {
	top: auto;
	bottom: 0;
	margin: 0;
}

.nav-opener span {
	left: 6px;
}

.header {
	background: rgba(0, 0, 0, .6);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 100;
}

.header.no-fixed {
	position: static;
	background-color: #000;
}

.header.sticky {
	transform: translateY(-100%);
}

.header.sticky-shadow {
	box-shadow: 0 10px 30px -10px rgba(0, 0, 0, .6);
	background-color: rgba(0, 0, 0, .95);
}

.header .container {
	padding-top: 15px;
	padding-bottom: 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header-right {
	display: flex;
	align-items: center;
}

.header-right .btn {
	margin-left: 10px;
}

.nav {
	padding: 0 30px;
}

.nav ul {
	text-transform: uppercase;
	font: 400 16px/1.2 "Barlow Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	display: flex;
}

.nav li {
	padding: 0 30px;
}

.nav li:hover a:after,
.nav li.active a:after {
	width: 24px;
}

.nav a {
	color: #fff;
	position: relative;
	padding-bottom: 8px;
}

.nav a:hover,
.nav a:focus {
	text-decoration: none;
}

.nav a:after {
	content: "";
	width: 0;
	height: 2px;
	background-color: #c92127;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.nav-active {
	overflow: hidden;
}

.nav-active .header-right {
	height: 100vh;
	opacity: 1;
}

.admin .header {
	background: #000;
	position: static;
	display: flex;
	justify-content: space-between;
	align-items: center;
	grid-area: header;
	padding: 15px 120px;
}

.admin .header .account-tools {
	display: flex;
	align-items: center;
	margin-left: auto;
}

.admin .header .account-tools
> * {
	margin-left: 20px;
}

.admin .header .name {
	color: #fff;
	font: 16px/1.2 "Barlow Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: uppercase;
}

.footer {
	background-color: #262626;
	color: #afafaf;
	font-size: 16px;
}

.footer .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer_nav ul {
	display: flex;
	font-size: 14px;
}

.footer_nav li {
	padding: 0 15px;
}

.footer_nav a {
	color: inherit;
}

.footer_nav a:focus,
.footer_nav a:hover {
	color: #fff;
	text-decoration: none;
}

.footer .copy {
	margin: 0;
}

.footer .dev-copy {
	font-size: 14px;
	color: inherit;
	display: flex;
	align-items: center;
}

.footer .dev-copy:focus,
.footer .dev-copy:hover {
	text-decoration: none;
	color: #fff;
}

.footer .dev-copy .icon {
	margin-right: 10px;
}

.admin .footer {
	background-color: #000;
	color: #fff;
	font: 18px/1.2 "Barlow Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-align: right;
	text-transform: capitalize;
	grid-area: footer;
	padding: 15px 120px;
}

.admin .footer a {
	color: inherit;
}

.admin .footer_contact-link {
	text-transform: capitalize;
}

.btn {
	padding: 5px 10px;
	font: 600 16px/1.2 "Barlow Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: uppercase;
	color: #fff;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	min-width: 120px;
	border: 1px solid;
	height: 40px;
	border: 0;
	text-decoration: none;
}

.btn:hover,
.btn:focus {
	text-decoration: none;
}

.btn:disabled {
	opacity: .6;
}

.btn .icon {
	font-size: 17px;
	margin-right: 10px;
}

.btn-full-width {
	width: 100%;
}

.btn-red {
	background-color: #c92127;
}

.btn-red:hover {
	background-color: #9d1a1f;
}

.btn-outline {
	border: 1px solid #000;
	border-color: #c92127;
}

.btn-outline:hover {
	background-color: #c92127;
}

.btn-white {
	background-color: #fff;
	color: #c92127;
}

.btn-white:hover {
	background-color: #e6e6e6;
}

.btn-gray {
	background-color: #2f2f2f;
}

.btn-gray:hover {
	background-color: #161616;
}

.buttons {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
}

.buttons .btn {
	margin: 0 15px 15px 0;
}

.navigation {
	background-color: #c92127;
	grid-area: nav;
	font: 600 21px/1.2 "Barlow Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	padding: 40px 0;
}

.navigation ul {
	text-transform: capitalize;
}

.navigation ul li {
	color: #fff;
	background-color: rgba(0, 0, 0, 0);
	transition: background-color .3s ease-in-out;
}

.navigation ul li:hover,
.navigation ul li.active {
	background-color: rgba(0, 0, 0, .4);
}

.navigation ul li.active {
	text-decoration: underline;
}

.navigation ul a {
	color: inherit;
	display: block;
	padding: 25px 56px 25px 25px;
	text-decoration: none;
	text-align: right;
}

.navigation .btn {
	display: flex;
	margin-top: auto;
}

.page-title {
	height: 250px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
	color: #fff;
}

.page-title .container {
	display: flex;
	height: 100%;
	padding-top: 60px;
	padding-bottom: 50px;
}

.page-title_heading {
	text-transform: uppercase;
	font-size: 64px;
	line-height: 1;
	font-weight: 700;
	color: #fff;
	margin: 0;
	align-self: flex-end;
}

.admin .page-title {
	font-size: 36px;
	height: auto;
	color: inherit;
	margin: 0 0 20px;
}

.contact {
	background-color: #c92127;
	margin: 20px;
}

.contact .container {
	padding-top: 55px;
	padding-bottom: 75px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.contact_heading {
	color: #fff;
	font-size: 40px;
	line-height: 1.2;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	padding-bottom: 30px;
	margin-bottom: 49px;
}

.contact_heading:after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	background-color: #fff;
	width: 20px;
	height: 20px;
}

.contact .social-networks {
	margin-top: 46px;
}

.contact .social-networks a {
	color: #fff;
}

.contact .social-networks a:hover {
	color: #262626;
}

.contact .phone-number {
	margin-top: 24px;
	text-align: center;
	color: #fff;
}

.contact-form {
	width: 100%;
	max-width: 620px;
	margin: 0 auto;
}

.contact-form .row {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}

.contact-form label {
	font: 600 14px/1.2 "Barlow Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.contact-form .form-control {
	border-color: rgba(255, 255, 255, .6);
	background-color: transparent;
	color: #fff;
}

.contact-form .form-control::-webkit-input-placeholder {
	border-color: white;
}

.contact-form .form-control::-moz-placeholder {
	opacity: 1;
	border-color: white;
}

.contact-form .form-control:-moz-placeholder {
	border-color: white;
}

.contact-form .form-control:-ms-input-placeholder {
	border-color: white;
}

.contact-form .form-control.placeholder {
	border-color: white;
}

.social-networks {
	font-size: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.social-networks li {
	padding: 0 35px;
}

.social-networks a {
	color: #262626;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
}

.social-networks a:hover svg path {
	fill: #262626;
}

.social-networks a svg {
	height: 44px;
}

.social-networks a svg path {
	transition: .4s ease-in-out;
}

.paging {
	padding-top: 60px;
}

.paging ul {
	display: flex;
	align-items: center;
	justify-content: center;
	font: 600 14px/1.2 "Barlow Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.paging ul li {
	padding: 0 3px;
}

.paging ul li:hover a,
.paging ul li.active a {
	background-color: #c92127;
	color: #fff;
}

.paging ul a {
	padding: 5px 13px;
	background-color: #f4f4f4;
	text-decoration: none;
	color: #4f4f4f;
}

.tabset {
	margin-left: -30px;
	margin-bottom: 32px;
}

.tabset ul {
	display: flex;
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
	min-width: 1px;
	position: relative;
}

.tabset ul:after {
	content: "";
	height: 2px;
	background-color: #b9bcc5;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}

.tabset li {
	color: #b9bcc5;
	padding: 0 30px;
	position: relative;
}

.tabset li:after {
	content: "";
	height: 2px;
	background-color: #b9bcc5;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}

.tabset li:last-child {
	margin-right: 0;
}

.tabset li:hover,
.tabset li.ui-state-active {
	color: #262626;
}

.tabset li:hover a:after,
.tabset li.ui-state-active a:after {
	opacity: 1;
}

.tabset a {
	display: block;
	text-decoration: none;
	color: inherit;
	padding: 20px 0;
	position: relative;
	white-space: nowrap;
}

.tabset a:after {
	content: "";
	height: 2px;
	background-color: #262626;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	z-index: 1;
}

.modal {
	background: rgba(38, 38, 38, .31);
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: auto;
	z-index: 102;
	display: none;
}

.modal--active {
	display: flex;
}

.modal-box {
	background: white;
	padding: 50px;
	width: Min(500px, 90vw);
	margin: auto;
	position: relative;
}

.modal-close {
	position: absolute;
	top: 25px;
	right: 25px;
	font-size: 0;
	color: #aeaeae;
}

.modal-close .icon-close {
	font-size: 21px;
}

.modal-title {
	display: block;
	font: 700 24px/1.2 "Roboto Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #262626;
	margin: 0 0 28px;
}

html.noScroll {
	overflow: hidden;
	height: 100%;
}

.product-modal {
	display: none;
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, .5);
}

.product-modal .modal-content {
	position: relative;
	background-color: #eaeef2;
	margin: 10% auto;
	padding: 20px;
	border: 1px solid #888;
	width: 80%;
	max-width: 700px;
	border-radius: 10px;
}

.product-modal .close {
	position: absolute;
	top: 5px;
	right: 15px;
	z-index: 3;
	color: #aaa;
	font-size: 28px;
	font-weight: bold;
}

.product-modal .close:hover,
.product-modal .close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}

.b-decorTitle {
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #262626;
}

.b-decorTitle__title {
	font: 700 60px/60px "Roboto Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: inherit;
	text-align: center;
	text-transform: uppercase;
	margin: 0;
}

.b-decorTitle__title:before {
	margin: 0 auto 60px;
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background: #c92127;
}

.l-event {
	margin: 20px;
	background: #fff;
	box-sizing: border-box;
}

.b-event {
	padding: 64px 20px 76px;
	background: #fbfbfb;
	box-sizing: border-box;
}

.b-event__mainTitle {
	margin-bottom: 64px;
}

.b-event__content {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 90px;
}

.b-event__infoWrapper {
	width: 100%;
	max-width: 470px;
}

.b-event__redTitle {
	font: 800 14px/36px "Roboto Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #c92127;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 16px;
}

.b-event__title {
	font: 800 30px/36px "Roboto Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #262626;
	text-transform: uppercase;
	margin-bottom: 26px;
}

.b-event__text {
	font: 400 16px/26px "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #2e2e2e;
}

.b-event__text.-bottomText {
	font-weight: 700;
}

.b-event__text p:last-of-type {
	margin-bottom: 0;
}

.b-event__text p a {
	font-weight: 700;
	text-decoration: underline;
}

.b-event__text p a:hover {
	text-decoration: none;
}

.b-event__listWrapper {
	margin: 34px 0;
}

.b-event__listTitle {
	font: 800 14px/20px "Roboto Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #c92127;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.b-event__list {
	padding: 0;
	margin: 0;
	list-style: none;
}

.b-event__listItem {
	position: relative;
	font: 400 16px/20px "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #2e2e2e;
	padding-left: 56px;
	margin-bottom: 14px;
}

.b-event__listItem:last-of-type {
	margin-bottom: 0;
}

.b-event__listItem:before {
	position: absolute;
	top: 7px;
	left: 30px;
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	background: #c92127;
}

.b-event__time {
	font: 800 16px/20px "Roboto Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #2e2e2e;
	margin-right: 14px;
	display: inline-flex;
}

.b-event__flyerWrapper {
	width: 100%;
	max-width: 360px;
}

.b-event__imgWrapper {
	position: relative;
	padding-top: 70px;
	padding-bottom: 30px;
	margin-bottom: 22px;
}

.b-event__imgWrapper:before {
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	content: "";
	display: block;
	width: 226px;
	height: 566px;
	background: url(../images/articleSlider-decor-3.svg) center no-repeat;
}

.b-event__img {
	position: relative;
	z-index: 2;
	display: block;
	width: 100%;
}

.b-event__btn {
	position: relative;
	z-index: 3;
	font: 600 16px/1 "Barlow Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	padding: 11px 20px;
	display: block;
	width: 100%;
	border: 2px solid #c92127;
	background: #c92127;
	transition: .4s ease-in-out;
	box-sizing: border-box;
}

.b-event__btn:hover {
	color: #c92127;
	text-decoration: none;
	background: transparent;
}

.b-event__btn.-register {
	margin-top: 24px;
}

.l-getInvolved {
	position: relative;
	margin: 20px;
	padding: 50px 20px 76px;
	background: #262626;
	box-sizing: border-box;
	overflow: hidden;
}

.l-getInvolved:before {
	position: absolute;
	left: 14px;
	bottom: 0;
	z-index: 1;
	content: "";
	display: block;
	width: 206px;
	height: 292px;
	background: url(../images/getInvolved-decor-left.svg) center no-repeat;
}

.l-getInvolved:after {
	position: absolute;
	top: 104px;
	right: 4px;
	z-index: 1;
	content: "";
	display: block;
	width: 206px;
	height: 306px;
	background: url(../images/getInvolved-decor-right.svg) center no-repeat;
}

.b-getInvolved {
	position: relative;
	z-index: 2;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	max-width: 920px;
}

.b-getInvolved__mainTitle {
	color: #fff;
	margin-bottom: 25px;
}

.b-getInvolved__subTitle {
	font: 700 18px/30px "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #fff;
	text-align: center;
	margin-bottom: 50px;
}

.b-getInvolved__text {
	font: 400 21px/32px "Roboto Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #fff;
	text-align: center;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 60px;
	width: 100%;
	max-width: 716px;
}

.b-getInvolved__text p:last-of-type {
	margin-bottom: 0;
}

.b-getInvolved__title {
	font: 700 40px/47.5px "Barlow Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 44px;
}

.b-getInvolved__waysGrid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 20px;
	width: 100%;
}

.b-getInvolved__way {
	padding: 30px 20px 42px;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	background: #f2f2f2;
	box-sizing: border-box;
}

.b-getInvolved__way.-redBg {
	background: #c92127;
}

.b-getInvolved__wayTitle {
	font: 700 30px/35px "Barlow Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #262626;
	text-align: center;
	text-transform: uppercase;
}

.b-getInvolved__way.-redBg .b-getInvolved__wayTitle {
	color: #fff;
}

.b-getInvolved__wayTitle:after {
	margin: 20px auto 22px;
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	background: #262626;
}

.b-getInvolved__way.-redBg .b-getInvolved__wayTitle:after {
	background: #fff;
}

.b-getInvolved__wayText {
	font: 400 16px/25px "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #2e2e2e;
	text-align: center;
}

.b-getInvolved__way.-redBg .b-getInvolved__wayText {
	color: #fff;
}

.l-imgArticle {
	margin-top: 20px;
	margin-bottom: 20px;
	background: #fff;
}

.b-imgArticle {
	padding-left: 20px;
	padding-right: 20px;
	margin: 0 auto;
	display: flex;
	gap: 20px;
	width: 100%;
	max-width: 1480px;
	box-sizing: border-box;
}

.b-imgArticle__imgWrapper {
	width: 100%;
}

.b-imgArticle__img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.b-imgArticle__infoWrapper {
	padding: 60px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	background: #fbfbfb;
	box-sizing: border-box;
}

.b-imgArticle__title {
	font: 700 60px/60px "Roboto Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #262626;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 39px;
	max-width: 400px;
}

.b-imgArticle__title:before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background: #c92127;
	margin: 0 0 39px;
}

.b-imgArticle__text {
	font: 400 18px/30px "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #2e2e2e;
	max-width: 380px;
}

.b-imgArticle__text p:last-of-type {
	margin: 0;
}

.l-ourPartners {
	margin: 20px;
	padding: 90px 20px 100px;
	background: #c92127;
	box-sizing: border-box;
}

.b-ourPartners {
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	max-width: 780px;
}

.b-ourPartners__mainTitle {
	color: #fff;
	margin-bottom: 25px;
}

.b-ourPartners__mainTitle .b-decorTitle__title:before {
	background: #fff;
}

.b-ourPartners__subTitle {
	font: 700 18px/30px "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #fff;
	text-align: center;
	margin-bottom: 66px;
}

.b-ourPartners__content {
	display: flex;
	flex-direction: column;
	gap: 20px;
	width: 100%;
}

.b-ourPartners__row {
	position: relative;
	display: flex;
	gap: 20px;
	width: 100%;
	box-sizing: border-box;
}

.b-ourPartners__row:nth-of-type(even) {
	padding-left: 160px;
}

.b-ourPartners__row:nth-of-type(even):after {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	content: "";
	display: block;
	width: 216px;
	height: 122px;
	background: url(../images/partners-decor-1.svg) center no-repeat;
}

.b-ourPartners__row:nth-of-type(odd) {
	padding-right: 160px;
}

.b-ourPartners__row:nth-of-type(odd):after {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	content: "";
	display: block;
	width: 216px;
	height: 122px;
	background: url(../images/partners-decor-1.svg) center no-repeat;
}

.b-ourPartners__item {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 300px;
	height: 170px;
	background: #fff;
	filter: grayscale(1);
	box-sizing: border-box;
}

.b-ourPartners__img {
	display: block;
	max-width: 100%;
}

.b-ourPartners__link {
	font-size: 24px;
	text-align: center;
	color: #fff;
	margin-top: 50px;
}

.l-redBanner {
	margin: 20px;
	padding: 35px 20px;
	background: #c92127;
	box-sizing: border-box;
}

.b-redBanner {
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	width: 100%;
	max-width: 920px;
}

.b-redBanner__text {
	font: 700 24px/36px "Roboto Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #fff;
	text-transform: uppercase;
}

.b-redBanner__btn {
	font: 600 16px/1 "Barlow Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #c92127;
	text-decoration: none;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	width: 174px;
	height: 40px;
	border: 2px solid #fff;
	background: #fff;
	transition: .4s ease-in-out;
}

.b-redBanner__btn:hover {
	color: #fff;
	text-decoration: none;
	background: transparent;
}

.b-redBanner__btn:hover svg path {
	fill: #fff;
}

.b-redBanner__btn svg path {
	transition: .4s ease-in-out;
}

.l-sliderArticle {
	margin: 20px;
	background: #fff;
	box-sizing: border-box;
}

.b-sliderArticle {
	padding: 64px 20px 76px;
	background-color: #fbfbfb;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.b-sliderArticle.-darkBg {
	padding-top: 77px;
	padding-bottom: 77px;
	background-color: #262626;
}

.b-sliderArticle__mainTitle {
	margin-bottom: 44px;
}

.b-sliderArticle__content {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 70px;
}

.b-sliderArticle__content.-reverse {
	flex-direction: row-reverse;
}

.b-sliderArticle__infoWrapper {
	width: 100%;
	max-width: 470px;
}

.b-sliderArticle__redTitle {
	font: 800 14px/36px "Roboto Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #c92127;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 16px;
}

.b-sliderArticle__title {
	font: 800 30px/36px "Roboto Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #262626;
	text-transform: uppercase;
	margin-bottom: 26px;
}

.b-sliderArticle.-darkBg .b-sliderArticle__title {
	color: #fff;
}

.b-sliderArticle__text {
	font: 400 16px/26px "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #2e2e2e;
	margin-bottom: 16px;
}

.b-sliderArticle.-darkBg .b-sliderArticle__text {
	color: #fff;
}

.b-sliderArticle__text p:last-of-type {
	margin-bottom: 0;
}

.b-sliderArticle__amountWrapper {
	margin-bottom: 14px;
	display: flex;
	gap: 14px;
}

.b-sliderArticle__amountTitle {
	font: 800 14px/20px "Roboto Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #c92127;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.b-sliderArticle__amountValue {
	font: 700 16px/24px "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #2e2e2e;
}

.b-sliderArticle.-darkBg .b-sliderArticle__amountValue {
	color: #fff;
}

.b-sliderArticle__impactWrapper {
	margin-bottom: 14px;
	display: flex;
	gap: 14px;
}

.b-sliderArticle__impactTitle {
	font: 800 14px/20px "Roboto Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #c92127;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.b-sliderArticle__impactValue {
	font: 700 16px/24px "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #2e2e2e;
}

.b-sliderArticle.-darkBg .b-sliderArticle__impactValue {
	color: #fff;
}

.b-sliderArticle__sliderWrapper {
	position: relative;
	padding-top: 90px;
	padding-bottom: 90px;
}

.b-sliderArticle__sliderWrapper:before {
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	content: "";
	display: block;
	width: 226px;
	height: 566px;
	background: url(../images/articleSlider-decor-1.svg) center no-repeat;
}

.b-sliderArticle.-darkBg .b-sliderArticle__sliderWrapper:before {
	background: url(../images/articleSlider-decor-2.svg) center no-repeat;
}

.b-sliderArticle__slider {
	position: relative;
	z-index: 2;
	width: 400px;
	height: 400px;
	overflow: hidden;
}

.b-sliderArticle__slider .slick-arrow {
	position: absolute;
	bottom: 0;
	z-index: 1;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	border: 1px solid #c92127;
	background: #fff;
	transition: .4s ease-in-out;
	box-sizing: border-box;
}

.b-sliderArticle__slider .slick-arrow:hover {
	background: #c92127;
}

.b-sliderArticle__slider .slick-arrow:hover svg path {
	fill: #fff;
}

.b-sliderArticle__slider .slick-arrow svg path {
	transition: .4s ease-in-out;
}

.b-sliderArticle__slider .slick-prev {
	left: 0;
}

.b-sliderArticle__slider .slick-next {
	left: 56px;
}

.b-sliderArticle__sliderImg {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.l-testimonials {
	margin: 20px;
	padding: 90px 20px 76px;
	background-color: #fbfbfb;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	box-sizing: border-box;
}

.b-testimonials {
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	max-width: 920px;
}

.b-testimonials__mainTitle {
	margin-bottom: 66px;
}

.b-testimonials__content {
	display: flex;
	gap: 20px;
}

.b-testimonials__item {
	padding: 34px 25px 48px;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	background: #fff;
	box-sizing: border-box;
}

.b-testimonials__item.-blackBg {
	background: #000;
}

.b-testimonials__item svg {
	margin-bottom: 30px;
	width: 63px;
}

.b-testimonials__item.-blackBg .b-testimonials__item svg path {
	fill: #fff33;
}

.b-testimonials__text {
	font: 400 16px/26px "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #2e2e2e;
	text-align: center;
}

.b-testimonials__item.-blackBg .b-testimonials__text {
	color: #fff;
}

.b-testimonials__text:after {
	margin: 32px auto 22px;
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	background: #000;
}

.b-testimonials__item.-blackBg .b-testimonials__text:after {
	background: #fff;
}

.b-testimonials__text p:last-of-type {
	margin-bottom: 0;
}

.b-testimonials__name {
	position: relative;
	font: 700 24px/47.5px "Barlow Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #262626;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 9px;
	display: flex;
	align-items: center;
	gap: 20px;
}

.b-testimonials__item.-blackBg .b-testimonials__name {
	color: #fff;
}

.b-testimonials__name:before {
	content: "";
	display: block;
	width: 44px;
	height: 1px;
	background: #c92127;
}

.b-testimonials__name:after {
	content: "";
	display: block;
	width: 44px;
	height: 1px;
	background: #c92127;
}

.b-testimonials__company {
	font: 400 16px/20px "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #262626;
	text-align: center;
	text-transform: uppercase;
}

.b-testimonials__item.-blackBg .b-testimonials__company {
	color: #fff;
}

.team {
	background-color: #c92127;
	color: #fff;
	text-align: center;
	font-size: 18px;
	line-height: 1.7;
	margin: 20px;
}

.team .container {
	padding-top: 95px;
	padding-bottom: 95px;
}

.team .section_heading {
	color: #fff;
}

.team .section_heading:before {
	background-color: #fff;
}

.team .section_heading {
	margin-bottom: .4em;
}

.team_holder {
	display: flex;
	justify-content: center;
	padding-top: 20px;
}

.team_box {
	text-align: center;
	color: #fff;
	margin: 0 15px;
	flex: 1;
	outline: none !important;
	position: relative;
}

.team_box:nth-child(1) {
	margin-top: 15px;
}

.team_box:nth-child(2) {
	margin-top: 67px;
}

.team_box:nth-child(4) {
	margin-top: 95px;
}

.team_box:nth-child(5) {
	margin-top: 40px;
}

.team_box.popup-active .mobile-arrow i {
	transform: rotate(180deg);
}

.team_box .photo {
	filter: grayscale(1);
	margin: 0 auto 20px;
	cursor: pointer;
}

.team_box .name {
	font: 600 24px/1.2 "Barlow Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: uppercase;
	color: #fff;
	display: block;
	margin: 0 0 10px;
}

.team_box .occupation {
	display: block;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 1.3;
}

.team_box .mobile-arrow {
	font-size: 13px;
	margin-top: 20px;
	display: none;
}

.team_box .mobile-arrow i {
	display: block;
	transform: rotate(0);
	transition: all .2s ease-in-out;
}

.slick-dots {
	display: flex;
	justify-content: center;
	padding-top: 23px;
}

.slick-dots li {
	padding: 0 6px;
}

.slick-dots li.slick-active button {
	transform: scale(1.6);
	background-color: white;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 6px;
	height: 6px;
	background-color: rgba(255, 255, 255, .5);
	border: 0;
	padding: 0;
}

.popup {
	position: absolute;
	bottom: 100%;
	left: 50%;
	transform: translateX(-50%);
	background-color: #fff;
	box-shadow: 0 0 30px rgba(0, 0, 0, .35);
	padding: 35px;
	font-size: 16px;
	line-height: 1.6;
	text-align: center;
	color: #262626;
	width: 380px;
	outline: none !important;
	opacity: 0;
	display: none;
	transition: all .2s ease-in-out;
	z-index: 101;
}

.popup-active .popup {
	display: block;
}

.popup-active-animation .popup {
	opacity: 1;
}

.popup:after {
	content: "";
	position: absolute;
	top: 99%;
	left: 50%;
	transform: rotate(45deg);
	width: 20px;
	height: 20px;
	background-color: #fff;
	margin-top: -7px;
}

.popup p {
	margin: 0;
}

.popup-close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 18px;
	height: 18px;
	background-color: transparent;
	border: 0;
	padding: 0;
}

.popup-close:before,
.popup-close:after {
	content: "";
	position: absolute;
	top: 0;
	width: 1px;
	height: 18px;
	background: #262626;
	transform: rotate(45deg);
}

.popup-close:after {
	transform: rotate(-45deg);
}

.about {
	overflow: hidden;
	margin: 20px;
	background: #fbfbfb;
}

.about .container {
	padding: 100px 0;
	text-align: center;
}

.about_holder {
	display: inline-flex;
	justify-content: center;
	position: relative;
	z-index: 1;
}

.about_holder:after,
.about_holder:before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: url(../images/bg-dots-lightgray.svg);
	width: 266px;
	height: 226px;
	z-index: -1;
}

.about_holder:before {
	left: 100%;
}

.about_holder:after {
	right: 100%;
}

.about_box {
	background-color: #f2f2f2;
	padding: 60px 30px;
	font-size: 16px;
	line-height: 1.6;
	text-align: center;
	color: #262626;
	width: 300px;
	margin: 0 10px;
}

.about_box.bg-black {
	background-color: #000;
	color: #fff;
}

.about_box.bg-black a {
	color: #262626;
}

.about_box.bg-black .title {
	color: #fff;
}

.about_box.bg-black .title:after {
	background-color: #fff;
}

.about_box .title {
	text-transform: uppercase;
	font: 600 24px/1.2 "Barlow Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	position: relative;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.about_box .title:after {
	content: "";
	width: 10px;
	height: 10px;
	background-color: #262626;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.about_box p {
	margin: 0;
}

.choose-package {
	background: #fbfbfb;
	margin: 20px;
	overflow: hidden;
}

.choose-package .container {
	padding-top: 90px;
	padding-bottom: 90px;
	text-align: center;
}

.choose-package .section_heading {
	margin-bottom: .9em;
}

.choose-package_holder {
	display: inline-flex;
	position: relative;
	z-index: 1;
}

.choose-package_holder.-grid {
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 40px;
}

.choose-package_holder::after,
.choose-package_holder::before {
	content: "";
	width: 266px;
	height: 146px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 100%;
	background: url(../images/bg-dots-lightgray2.svg);
	z-index: -1;
}

.choose-package_holder::after {
	left: auto;
	right: 100%;
}

.choose-package_box {
	background-color: #fff;
	display: flex;
	flex-direction: column;
	text-align: left;
	width: 100%;
	margin: 0 20px;
}

.choose-package_holder.-grid .choose-package_box {
	margin: 0;
}

.choose-package_box .title {
	background-color: #000;
	color: #fff;
	text-transform: uppercase;
	font: 700 32px/1.2 "Barlow Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-align: center;
	padding: 20px 15px;
}

.choose-package_box .frame {
	padding: 25px 30px;
	flex-grow: 1;
}

.choose-package_box .list li {
	padding-left: 28px;
	position: relative;
	margin-bottom: 20px;
}

.choose-package_box .list li:last-child {
	margin-bottom: 0;
}

.choose-package_box .list li:before {
	content: "";
	width: 12px;
	height: 7px;
	position: absolute;
	top: 4px;
	left: 0;
	border: 2px solid #000;
	border-width: 0 0 2px 2px;
	transform: rotate(-45deg);
}

.choose-package_box .price {
	font: 700 24px/1.2 "Roboto Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #efefef;
	padding: 20px 15px;
	color: #000;
}

.choose-package_box .price strong {
	font-size: 36px;
	margin-right: 5px;
}

.choose-package_box .button {
	background-color: #c92127;
	text-align: center;
	color: #fff;
	border: none;
	text-transform: uppercase;
	font: 600 24px/1.2 "Barlow Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	padding: 20px 15px;
	text-decoration: none;
}

.login-page .main {
	display: flex;
	height: calc(100vh - 73px);
}

.login {
	width: 100%;
	min-width: 1px;
	padding: 20px;
}

.login_holder {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	height: 100%;
}

.login_heading {
	text-align: center;
	position: relative;
	margin: 0 0 40px;
}

.login_heading .btn-prev {
	color: #888;
	position: absolute;
	left: 0;
	top: 13px;
	margin-right: 15px;
}

.login_heading .btn-prev:focus,
.login_heading .btn-prev:hover {
	text-decoration: none;
}

.login_heading .title {
	font-size: 30px;
	line-height: 1.2;
	text-transform: uppercase;
	margin: 0;
	padding: 0 20px 15px;
}

.login_heading p {
	font-size: 14px;
	color: #515050;
	margin: 0;
}

.login .image-col {
	position: relative;
	min-width: 1px;
}

.login .image-col img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	   object-fit: cover;
}

.login .image-col .text-block {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding-bottom: 100px;
	padding-right: 60px;
	color: #fff;
	font-size: 14px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #151515 100%);
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	min-height: 320px;
}

.login .image-col .text-block_frame {
	max-width: 397px;
}

.login .image-col .text-block .title {
	font: 21px/1.2 "Roboto Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	display: block;
	margin-bottom: 13px;
}

.login .form-col {
	background-color: #fbfbfb;
	padding: 60px 60px 20px 60px;
	overflow: auto;
}

.login .form-col_frame {
	max-width: 400px;
	display: flex;
	flex-direction: column;
	min-height: 100%;
}

.login .note {
	margin-top: auto;
	font: 400 14px/1.2 "Roboto Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #515050;
	padding-top: 60px;
	text-align: center;
}

.login .note a {
	font-weight: 700;
}

.login-form .label-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 8px;
}

.login-form .label-row label {
	margin: 0;
}

.login-form .label-row .link {
	font: 14px/1.2 "Roboto Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.login-form .short {
	width: 50%;
}

.login-form .form-button {
	padding-top: 20px;
}

.login-form .btn {
	width: 100%;
}

.login-form .js-additional-field {
	height: 0;
	overflow: hidden;
	margin: 0;
}

.login-form .js-additional-field.visible {
	height: auto;
	margin-bottom: 15px;
}

.checkout-page .main {
	display: flex;
}

.checkout {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr;
	padding: 20px;
}

.checkout .left-col {
	background-color: #c92127;
	padding: 60px 100px 60px 20px;
	display: flex;
	justify-content: flex-end;
	color: #fff;
	min-width: 1px;
}

.checkout .left-col_frame {
	width: calc((940px/2) - 100px);
	/* 400px */;
}

.checkout .left-col p {
	font-size: 14px;
	font-weight: 300;
	margin: 0 0 37px;
}

.checkout .right-col {
	background-color: #fbfbfb;
	padding: 60px 20px 60px 100px;
	min-width: 1px;
}

.checkout .right-col_frame {
	width: calc((940px/2) - 100px);
	/* 400px */;
}

.checkout_subtitle {
	display: block;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 35px;
}

.checkout_title {
	display: block;
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 20px;
}

.checkout_total {
	font-weight: 700;
	font-size: 16px;
	line-height: 1.3;
	display: flex;
	align-items: center;
	margin-bottom: 28px;
}

.checkout_total strong {
	font-size: 41px;
	margin-right: 15px;
}

.checkout .calculation {
	display: flex;
	align-items: flex-start;
	font-weight: 500;
	font-size: 14px;
}

.checkout .calculation_logo {
	margin-right: 20px;
}

.checkout .calculation_holder {
	flex-grow: 1;
}

.checkout .calculation .heading-row {
	display: flex;
	justify-content: space-between;
	margin-bottom: 4px;
}

.checkout .calculation .row {
	display: flex;
	justify-content: space-between;
	padding: 18px 0;
	border-bottom: 1px solid rgba(255, 255, 255, .5);
}

.checkout .calculation .row:last-child {
	border-bottom: 0;
}

.checkout .calculation .row_tax {
	font-weight: 300;
}

.checkout .calculation .price {
	font-size: 16px;
}

.checkout .calculation .quantity {
	font-weight: 300;
	margin-bottom: 32px;
}

.checkout .calculation .quantity .num {
	font-weight: 500;
}

.checkout .payment-system {
	text-align: center;
	margin-bottom: 40px;
}

.checkout .highlighted-text {
	display: block;
	text-align: center;
	font: 14px/1.2 "Roboto Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: rgba(81, 80, 80, .5);
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
}

.checkout .highlighted-text:before,
.checkout .highlighted-text:after {
	content: "";
	height: 1px;
	width: 999px;
	background-color: #e8e8e8;
}

.checkout .highlighted-text .text {
	flex-shrink: 0;
	padding: 0 18px;
}

.checkout-form .form-group-row {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.checkout-form .form-group-row .col
+ .col {
	border-left: transparent;
}

.checkout-form .input-group,
.checkout-form .form-control {
	margin-bottom: -1px;
}

.checkout-form .input-group {
	position: relative;
	display: flex;
	align-items: center;
	border: 1px solid #dcdbdb;
}

.checkout-form .input-group .form-control {
	flex-grow: 1;
	border: 0;
}

.checkout-form .form-button {
	padding-top: 20px;
}

.checkout-form .form-button .btn {
	width: 100%;
}

.dashboard .message {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	max-width: 100%;
	min-width: calc(50% - 10px);
	margin-bottom: 30px;
}

.dashboard .message-box {
	position: relative;
	background: #fff7ce !important;
}

.dashboard .message-box-close {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 18px;
	height: 18px;
	background-color: transparent;
	border: 0;
	padding: 0;
}

.dashboard .message-box-close:before,
.dashboard .message-box-close:after {
	content: "";
	position: absolute;
	top: 0;
	width: 1px;
	height: 18px;
	background: #cb7f0e;
	transform: rotate(45deg);
}

.dashboard .message-box-close:after {
	transform: rotate(-45deg);
}

.dashboard .message-box-list {
	width: 100%;
	margin: 0;
	padding: 0 15px;
	display: flex;
	gap: 34px;
	flex-wrap: wrap;
	list-style: none;
}

.dashboard .message-box-item {
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	margin: 0;
}

.dashboard .message-box-link {
	font: 400 14px/21px Roboto;
	color: #ae7d00;
	margin: 0;
	text-decoration: underline;
}

.dashboard .message-box-link:hover {
	text-decoration: none;
}

.dashboard .table-btn {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	margin: 0 !important;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	text-decoration: none !important;
}

.dashboard .table-btn:last-child {
	margin: 0 !important;
}

.dashboard .table-btn.-claim {
	padding: 6px 8px;
	box-sizing: border-box;
	border: 1px solid #37b65a;
	color: #37b65a;
}

.dashboard .table-btn:hover {
	text-decoration: underline !important;
}

.dashboard .row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 17px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

html,
body {
	height: 100%;
}

.container,
.container-fluid {
	padding: 20px;
}

.container {
	margin: 0 auto;
	max-width: 980px;
	/* 940 + 40 */;
}

.admin .container {
	max-width: 100%;
	margin: 0;
	padding: 0;
	display: block;
}

.wrapper {
	min-height: 100%;
	display: flex;
	flex-direction: column;
}

.main {
	flex-grow: 1;
}

.two-cols-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}

.two-cols-grid.align-center {
	align-items: center;
}

.section {
	margin: 20px;
	color: #2e2e2e;
}

.section.a-right .image {
	order: 1;
}

.section.bg-dark {
	background-color: #262626;
	color: #fff;
}

.section.bg-dark .section_heading {
	color: #fff;
}

.section.bg-dark .image:after {
	background-image: url(../images/dots2.svg);
}

.section.bg-light {
	background-color: #fbfbfb;
}

.section.bg-light .image:after {
	background-image: url(../images/dots1.svg);
}

.section.bg-pattern {
	background-image: url(../images/bg-pattern.jpg);
}

.section.bg-pattern .image:after {
	background-image: url(../images/dots3.svg);
}

.section .container {
	padding-top: 100px;
	padding-bottom: 100px;
}

.section .container.pt-0 {
	padding-top: 0 !important;
}

.section .container.-big-width {
	max-width: 1440px;
	box-sizing: border-box;
}

.section_heading {
	text-transform: uppercase;
	font: 700 60px/.9 "Roboto Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	padding-top: 50px;
	position: relative;
	margin: 0 0 .65em;
}

.section_heading.a-center {
	text-align: center;
}

.section_heading.a-center:before {
	left: 50%;
	transform: translateX(-50%);
}

.section_heading:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background-color: #c92127;
	width: 20px;
	height: 20px;
}

.section .image {
	display: flex;
	align-items: center;
	position: relative;
	height: 566px;
	z-index: 1;
}

.section .image:after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 226px;
	height: 566px;
	background-repeat: no-repeat;
	background-size: 226px 566px;
	z-index: -1;
}

.section .holder {
	font-size: 24px;
	line-height: 1.2;
}

.intro {
	background-color: #000;
	color: #fff;
	display: flex;
	justify-content: space-between;
	min-height: 100vh;
}

.intro .container {
	width: 100%;
	padding-top: 95px;
	padding-bottom: 95px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.intro .video {
	width: 50%;
	flex-shrink: 0;
	margin-left: 80px;
	position: relative;
	overflow: hidden;
}

.intro .video:before {
	content: "";
	display: block;
	padding-top: 56.25%;
}

.intro .video iframe {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.intro_heading {
	text-transform: uppercase;
	font-size: 64px;
	line-height: .9;
	font-weight: 700;
	color: #fff;
	margin: 0 0 32px;
}

.intro_heading:last-child {
	margin: 0;
}

.intro .highlighted-text {
	font: 700 40px/1 "Roboto Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	padding-left: 31px;
	position: relative;
	display: block;
	margin-bottom: 55px;
}

.intro .highlighted-text:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 7px;
	background-color: #c92127;
}

.intro .btn {
	font-size: 18px;
	height: 60px;
	min-width: 190px;
}

.promo {
	color: #515050;
	margin: 20px;
}

.promo .container {
	max-width: 1440px;
	padding: 0;
}

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

.promo .holder {
	background-color: #fbfbfb;
	font-size: 18px;
	line-height: 1.7;
	display: flex;
	align-items: center;
	padding: 20px 80px;
}

.promo .frame {
	max-width: 390px;
}

.benefits {
	position: relative;
	margin: 20px;
	overflow: hidden;
	background-color: #262626;
	color: #fff;
	z-index: 1;
}

.benefits:after,
.benefits:before {
	content: "";
	position: absolute;
	background: url(../images/bg-dots-black.svg);
	width: 206px;
	height: 306px;
	background-size: cover;
	z-index: -1;
}

.benefits:before {
	left: 14px;
	bottom: 60px;
}

.benefits:after {
	right: 0;
	top: 104px;
	background: url(../images/bg-dots-gray.svg);
}

.benefits .container {
	padding-top: 100px;
	padding-bottom: 100px;
}

.benefits .section_heading {
	color: #fff;
	margin-bottom: .9em;
}

.benefits_box {
	background-color: #f2f2f2;
	padding: 30px;
	font-size: 16px;
	line-height: 1.6;
	text-align: center;
	color: #262626;
}

.benefits_box.bg-red {
	background-color: #c92127;
	color: #fff;
}

.benefits_box.bg-red a {
	color: #262626;
}

.benefits_box.bg-red .title {
	color: #fff;
}

.benefits_box.bg-red .title:after {
	background-color: #fff;
}

.benefits_box.bg-black {
	background-color: #000;
	color: #fff;
}

.benefits_box.bg-black a {
	color: #262626;
}

.benefits_box.bg-black .title {
	color: #fff;
}

.benefits_box.bg-black .title:after {
	background-color: #fff;
}

.benefits_box .title {
	text-transform: uppercase;
	font-size: 36px;
	position: relative;
	padding-bottom: 32px;
	margin-bottom: 32px;
}

.benefits_box .title:after {
	content: "";
	width: 10px;
	height: 10px;
	background-color: #262626;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.admin .wrapper {
	min-height: 100%;
	display: grid;
	grid-template-areas: "header header"	"nav  main"	"nav  footer";
	grid-template-rows: auto 1fr auto;
	grid-template-columns: 256px 1fr;
}

.admin .main {
	grid-area: main;
	padding: 40px 120px 40px 30px;
	min-width: 1px;
}

.admin .sub-title {
	font: 700 18px/1.2 "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: uppercase;
	margin: 0 0 22px;
}

.admin .two-columns-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	margin-bottom: 40px;
}

.admin .two-columns-grid:last-child {
	margin-bottom: 0;
}

.admin .box {
	background: #f7f7f7;
	padding: 25px 20px;
	display: flex;
	flex-direction: column;
}

.admin .box_title {
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	display: block;
	margin-bottom: 15px;
}

.admin .box .map {
	position: relative;
	overflow: hidden;
	margin: 0 -20px -25px;
	flex-grow: 1;
}

.admin .box .map:before {
	content: "";
	padding-top: 35%;
	display: block;
}

.admin .box .map .google-map {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.admin .block {
	margin-bottom: 40px;
}

.admin .block .form-control {
	max-width: 365px;
}

.admin .box2 {
	background: #fffefe;
	box-shadow: 0 2px 13px rgba(180, 180, 180, .2161);
	max-width: 453px;
	padding: 30px;
	margin-bottom: 40px;
}

.admin .box2 .title-label {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	text-decoration: underline;
	color: #262626;
	display: block;
	margin-bottom: 15px;
}

.admin .data-form {
	padding-top: 10px;
}

.admin .data-form .input-row {
	display: grid;
	gap: 10px;
	grid-template-columns: 1fr 85px;
	margin-bottom: 20px;
}

.admin .data-form .btn {
	min-width: 0;
}

.admin .responsive-table {
	width: 100%;
	overflow-x: auto;
	min-height: 425px;
}

.admin .table {
	width: 100%;
	border: 1px solid #dadada;
}

.admin .table tr:nth-child(even) {
	background: #f4f4f4;
}

.admin .table th,
.admin .table td {
	padding: 13px 10px;
	font-family: "Roboto Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.admin .table td {
	font-size: 16px;
	font-weight: 400;
	color: #4f4f4f;
}

.admin .table td .image {
	max-width: 30px;
	display: block;
}

.admin .table td a {
	text-decoration: underline;
	color: inherit;
	margin: 0 3px;
}

.admin .table td a:hover {
	text-decoration: none;
}

.admin .table th {
	font-size: 18px;
	font-weight: 700;
	background: #f4f4f4;
	text-align: left;
	white-space: nowrap;
}

.admin .table th .sort-label {
	display: inline-block;
	vertical-align: middle;
}

.admin .table th .sort-label
> span {
	cursor: pointer;
}

.admin .table .arrow {
	display: inline-block;
	font-size: 6px;
	margin-left: 4px;
	vertical-align: middle;
	cursor: default;
}

.admin .table .arrow.sortUp {
	transform: rotate(180deg);
}

.admin .table .num {
	background-color: #c92127;
	border-radius: 50%;
	position: relative;
	top: -7px;
	left: -4px;
	color: #fff;
	width: 12px;
	height: 12px;
	line-height: 12px;
	font-size: 8px;
	text-align: center;
	display: inline-block;
}

.admin .table .js-filter-element {
	position: relative;
}

.admin .table .filter-drop {
	position: absolute;
	top: 45px;
	padding: 15px;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .5);
	display: flex;
	flex-direction: column;
}

.admin .table .filter-drop-datepicker {
	flex-direction: row;
	left: 50%;
	transform: translateX(-50%);
}

.admin .table .filter-drop-datepicker .flatpickr-calendar:last-child {
	margin-left: 10px;
}

.admin .table .filter-drop .flatpickr-input {
	position: absolute;
	left: -99999px;
}

.admin .table .filter-drop .filter-control {
	width: 150px;
	font: 400 16px/1.3 "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	border: 1px solid #ccc;
	padding: 10px;
	outline: none;
}

.admin .table .filter-drop select {
	padding-right: 20px;
}

.admin .table .filter-drop .filter-button {
	margin-top: 10px;
}

.admin .table .filter-drop .filter-text {
	font-size: 16px;
	font-weight: 400;
	padding: 5px;
}

.admin .table .filter-tag {
	font-weight: 400;
	font-size: 13px;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
}

.admin .table .filter-remove-btn {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	width: 12px;
	height: 12px;
	cursor: pointer;
	margin-left: 3px;
}

.admin .table .filter-remove-btn:before,
.admin .table .filter-remove-btn:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	width: 2px;
	height: 12px;
	border-radius: 3px;
	background-color: #c92127;
	transform: rotate(45deg);
}

.admin .table .filter-remove-btn:after {
	transform: rotate(-45deg);
}

.admin .details-table {
	margin: 0 0 40px;
}

.admin .details-table td,
.admin .details-table th {
	padding: 5px 0;
	vertical-align: top;
}

.admin .details-table th {
	min-width: 136px;
	font: 700 18px/1.4 "Roboto Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #262626;
	text-align: left;
	text-transform: capitalize;
	padding-right: 40px;
}

.admin .details-table td {
	color: #696969;
	font-size: 16px;
	line-height: 1.4;
	padding: 7px 0;
}

.admin .details-table2 {
	width: 100%;
	border: 1px solid #dadada;
	margin: 0 0 40px;
}

.admin .details-table2 tr:nth-child(odd) {
	background-color: #f4f4f4;
}

.admin .details-table2 th,
.admin .details-table2 td {
	padding: 18px 24px;
}

.admin .details-table2 th {
	text-align: left;
	font: 700 18px/1.3 "Roboto Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #262626;
	text-transform: capitalize;
	min-width: 170px;
	vertical-align: top;
}

.admin .details-table2 td {
	font-size: 14px;
	line-height: 1.3;
	color: #696969;
	border-left: 1px solid #dadada;
	word-break: break-word;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

.admin .info-board {
	display: grid;
	grid-template-columns: 1fr 1fr;
	background: #f9f9f9;
	border: 1px solid #dadada;
	margin-bottom: 25px;
}

.admin .info-board_col {
	border-left: 1px solid #dadada;
	padding: 25px 30px;
}

.admin .info-board_col:first-child {
	border: 0;
}

.admin .info-board_col .details-table {
	margin: 0;
}

.admin .chat {
	box-shadow: 0 2px 13px rgba(180, 180, 180, .25);
	background: #fff;
	padding: 35px 30px;
}

.admin .chat_container {
	margin-left: -30px;
	margin-right: -30px;
	padding: 0 30px;
	height: 575px;
	overflow: auto;
}

.admin .chat .message {
	display: flex;
	padding-bottom: 15px;
}

.admin .chat .message-input .text {
	background: #fae0e1;
	border-radius: 0 15px 15px 15px;
	color: #444;
}

.admin .chat .message-input .attach_list li {
	margin-right: 16px;
}

.admin .chat .message-output {
	justify-content: flex-end;
}

.admin .chat .message-output .message_holder {
	align-items: flex-end;
}

.admin .chat .message-output .text {
	background: #3c3c3c;
	color: #fff;
	border-radius: 15px 15px 0 15px;
}

.admin .chat .message-output .time {
	text-align: right;
}

.admin .chat .message-output .attach_title {
	text-align: right;
}

.admin .chat .message-output .attach_list li {
	margin-left: 16px;
}

.admin .chat .message_avatar {
	margin-right: 20px;
	flex-shrink: 0;
	width: 43px;
	height: 43px;
	-o-object-fit: cover;
	   object-fit: cover;
}

.admin .chat .message_holder {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.admin .chat .message .time {
	font-size: 13px;
	display: block;
	color: #b7b7b7;
	margin-bottom: 10px;
}

.admin .chat .message .text {
	padding: 20px;
	font-size: 16px;
	line-height: 1.5;
	min-width: 1px;
	width: 42%;
}

.admin .chat .message .text p {
	margin: 0;
}

.admin .chat .message .text
+ .attach {
	padding-top: 13px;
}

.admin .chat .message .attach_title {
	color: #b7b7b7;
	font-size: 13px;
	text-transform: uppercase;
	display: block;
}

.admin .chat .message .attach_list {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 13px 0 0;
	list-style: none;
}

.admin .chat .message .attach_list li {
	flex-shrink: 0;
	margin-bottom: 16px;
}

.admin .chat .message .attach_file {
	border-radius: 15px;
	width: 165px;
	height: 118px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}

.admin .chat .message .attach_file.pdf {
	border: 1px solid #f96f71;
}

.admin .chat .message .attach_file.pdf .row {
	background: #fff3f3;
}

.admin .chat .message .attach_file.pdf .file-icon {
	color: #f96f71;
}

.admin .chat .message .attach_file.doc {
	border: 1px solid #56b2e7;
}

.admin .chat .message .attach_file.doc .row {
	background: #f3fbff;
}

.admin .chat .message .attach_file.doc .file-icon {
	color: #56b2e7;
}

.admin .chat .message .attach_file .row {
	padding: 10px;
	font-size: 10px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.admin .chat .message .attach_file .row .name {
	display: block;
	margin-bottom: 5px;
}

.admin .chat .message .attach_file .row .type {
	color: #696969;
}

.admin .chat .message .attach_file .file-icon {
	position: absolute;
	top: 20px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 25px;
}

.admin .chat .message .attach_img {
	overflow: hidden;
	position: relative;
	border-radius: 15px;
	cursor: pointer;
	z-index: 1;
}

.admin .chat .message .attach_img
> * {
	z-index: 2;
}

.admin .chat .message .attach_img:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(16, 16, 16, .4);
}

.admin .chat .message .attach_img img {
	width: 165px;
	height: 118px;
	-o-object-fit: cover;
	   object-fit: cover;
}

.admin .chat .message .attach_img .row {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	font-size: 12px;
	display: flex;
	justify-content: space-between;
	color: white;
	padding: 0 10px 7px;
}

.admin .chat .message .attach_video {
	overflow: hidden;
	border-radius: 15px;
	position: relative;
	cursor: pointer;
	z-index: 1;
}

.admin .chat .message .attach_video
> * {
	z-index: 2;
}

.admin .chat .message .attach_video:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(16, 16, 16, .4);
}

.admin .chat .message .attach_video img {
	width: 165px;
	height: 118px;
	-o-object-fit: cover;
	   object-fit: cover;
}

.admin .chat .message .attach_video .row {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	font-size: 12px;
	display: flex;
	justify-content: space-between;
	color: white;
	padding: 0 10px 7px;
}

.admin .chat .message .attach_video .duration {
	position: absolute;
	left: 10px;
	top: 10px;
	font-size: 12px;
	color: white;
}

.admin .chat .message .attach_video .play {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 26px;
	height: 26px;
	background: url(../images/iocn-play.png) no-repeat;
}

.admin .chat .input-area {
	background: #f9f9f9;
	border: 1px solid #dedede;
	display: flex;
}

.admin .chat .input-area textarea {
	border: 0;
	padding: 13px 20px;
	min-height: 45px;
	height: 45px;
	max-height: 200px;
	outline: none;
	flex-grow: 1;
	background-color: transparent;
	font-size: 15px;
}

.admin .chat .input-area .jq-file {
	display: inline-flex;
	width: 60px;
	border-left: 1px solid #dedede;
	align-items: center;
	justify-content: center;
}

.admin .chat .input-area .jq-file:hover .jq-file__browse:after {
	color: #000;
}

.admin .chat .input-area .jq-file__name {
	display: none;
}

.admin .chat .input-area .jq-file__browse {
	text-indent: -9999px;
	line-height: 0;
	overflow: hidden;
}

.admin .chat .input-area .jq-file__browse:after {
	content: "";
	font-family: "icomoon" !important;
	line-height: 1;
	content: "\e90b";
	text-indent: 0;
	display: block;
	color: rgba(0, 0, 0, .35);
	font-size: 20px;
}

.admin .chat .input-area .jq-file input[type="file"] {
	cursor: default;
}

.admin .chat .input-area .btn-send {
	width: 60px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 0;
	border-left: 1px solid #dedede;
	background-color: transparent;
	color: rgba(0, 0, 0, .35);
	font-size: 20px;
	padding: 0;
}

.admin .chat .input-area .btn-send:hover {
	color: #f2f2f2;
	background-color: #c92127;
}

.admin .thank-you {
	box-shadow: 0 2px 13px rgba(180, 180, 180, .365412);
	border: 2px solid #c92127;
	text-align: center;
	padding: 40px;
	font-size: 18px;
	line-height: 1.3;
	margin-bottom: 45px;
}

.admin .thank-you_title {
	text-transform: uppercase;
	font: 700 29px/1.3 "Roboto Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	display: block;
	color: #262626;
	margin-bottom: 15px;
}

.admin .thank-you p {
	margin: 0;
}

.admin .thank-you p a {
	font-weight: 700;
}

.admin .profile-form {
	max-width: 365px;
}

.admin .profile-form .js-additional-field {
	height: 0;
	overflow: hidden;
	margin: 0;
}

.admin .profile-form .js-additional-field.visible {
	height: auto;
	margin-bottom: 15px;
}

.admin .profile-form .form-control.short {
	width: 50%;
}

.admin .profile-form .form-button .btn {
	width: 100%;
}

.admin .profile-form .link {
	display: inline-block;
	font: 21px/1.3 "Roboto Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #000;
	margin-top: 28px;
}

.admin .password-form {
	max-width: 365px;
}

.admin .password-form .form-group:first-child {
	margin-bottom: 40px;
}

.admin .password-form .form-button .btn {
	width: 100%;
}

.admin .pricing {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(266px, 1fr));
	gap: 20px;
}

.admin .pricing_item .frame {
	background: #f2f2f2;
	padding: 35px;
	margin-bottom: 20px;
}

.admin .pricing_item .title {
	text-transform: uppercase;
	font: 700 24px/1.2 "Barlow Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	display: block;
	text-align: center;
	margin: 0 0 25px;
}

.admin .pricing_item ul {
	font-size: 14px;
	margin-bottom: 16px;
}

.admin .pricing_item ul li {
	position: relative;
	padding: 0 0 20px 25px;
}

.admin .pricing_item ul li:before {
	content: "";
	position: absolute;
	width: 12px;
	height: 7px;
	top: 3px;
	left: 0;
	border: solid #262626;
	border-width: 0 0 2px 2px;
	transform: rotate(-45deg);
}

.admin .pricing_item .price {
	font-size: 18px;
	font-weight: 500;
	text-align: center;
}

.admin .pricing_item .price .amount {
	font-size: 35px;
}

.admin .pricing .btn {
	width: 100%;
}

.admin .data-feed {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 60px;
	max-width: 920px;
}

.admin .data-feed_logo {
	display: block;
	margin-bottom: 30px;
}

.admin .data-feed ul {
	color: #696969;
	font-size: 14px;
}

.admin .data-feed ul li {
	position: relative;
	padding-left: 20px;
	margin-bottom: 15px;
}

.admin .data-feed ul li:before {
	content: "";
	position: absolute;
	top: 6px;
	left: 0;
	width: 6px;
	height: 6px;
	background-color: #c92127;
}

.admin .data-feed p {
	font-size: 16px;
	line-height: 1.5;
	margin: 0 0 25px;
}

.admin .data-feed .form-control {
	max-width: 365px;
}

.admin .import-field {
	max-width: 365px;
	background: #f9f9f9;
	border: 1px dashed #dcdbdb;
	padding: 20px;
	text-align: center;
	color: #878484;
	margin-top: 30px;
	margin-bottom: 40px;
}

.admin .import-field p {
	margin: 0 auto 15px;
	max-width: 225px;
	font-size: 14px;
	line-height: 1.5;
}

.js-error-entry {
	color: #c92127;
	font-size: 14px;
	margin-bottom: 15px;
}

.image.-max-width img {
	margin: 0 auto;
	width: 100%;
	max-width: 394px;
}

@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.ttf?q6qeu7") format("truetype"), url("../fonts/icomoon.woff?q6qeu7") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

@media (min-width: 768px) {
	.desktop-hidden {
		display: none !important;
	}
}

@media screen and (min-width: 1280px) {
	.dashboard .responsive-table {
		overflow-x: visible !important;
	}
}

@media screen and (max-width: 1350px) and (min-width: 1280px) {
	.dashboard .table td {
		padding: 10px 5px;
	}

	.dashboard .table td:last-child {
		padding: 10px;
	}

	.dashboard .table th {
		font-size: 14px;
		padding: 10px 5px;
	}
}

@media screen and (max-width: 1400px) and (min-width: 1280px) {
	.dashboard .main {
		padding-right: 30px;
	}
}

@media screen and (max-width: 1460px) {
	.choose-package_holder.-grid {
		grid-gap: 20px;
	}

	.choose-package_box .title {
		font-size: 24px;
		padding: 12px;
	}

	.choose-package_box .frame {
		padding: 20px;
	}

	.choose-package_box .button {
		font-size: 18px;
		padding: 12px;
	}
}

@media screen and (max-width: 1280px) {
	.dashboard .row {
		flex-wrap: nowrap;
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
	}
}

@media (max-width: 1199px) {
	.admin .header {
		padding: 15px 20px;
	}

	.team_box:first-child .popup {
		left: -15px;
		transform: translateX(0);
	}

	.team_box:first-child .popup:after {
		left: 20px;
	}

	.team_box:last-child .popup {
		left: auto;
		right: -15px;
		transform: translateX(0);
	}

	.team_box:last-child .popup:after {
		left: auto;
		right: 20px;
	}

	.admin .main {
		padding-right: 30px;
	}

	.admin .data-feed {
		gap: 40px;
	}
}

@media screen and (max-width: 1024px) {
	.choose-package_holder.-grid {
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 40px;
	}
}

@media (max-width: 1023px) {
	.navigation ul a {
		padding: 25px;
	}

	.tabset_holder {
		padding: 0 0 15px;
		overflow: auto;
		width: 100%;
	}

	.tabset ul {
		font-size: 14px;
	}

	.tabset li {
		padding: 0 20px;
	}

	.tabset a {
		padding: 10px 0;
	}

	.team_box {
		margin-left: 7px;
		margin-right: 7px;
	}

	.popup {
		width: 300px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.login-page .main {
		height: auto;
	}

	.login_holder {
		grid-template-columns: 1fr;
	}

	.login .image-col {
		display: none;
	}

	.login .form-col {
		overflow: initial;
	}

	.login .form-col_frame {
		margin: 0 auto;
	}

	.checkout .left-col {
		padding: 60px 20px;
	}

	.checkout .left-col_frame {
		width: 100%;
	}

	.checkout .right-col {
		padding: 60px 20px;
	}

	.checkout .right-col_frame {
		width: 100%;
	}

	.intro .video {
		margin-left: 40px;
	}

	.promo .holder {
		padding: 20px;
	}

	.admin .wrapper {
		grid-template-columns: 200px 1fr;
	}

	.admin .two-columns-grid {
		grid-template-columns: 1fr;
	}

	.admin .box_title {
		font-size: 16px;
	}

	.admin .box2 {
		padding: 20px;
	}

	.admin .info-board {
		grid-template-columns: 1fr;
	}

	.admin .info-board_col {
		border-left: 0;
		border-top: 1px solid #dadada;
	}
}

@media screen and (max-width: 992px) {
	.b-decorTitle__title {
		font-size: 40px;
		line-height: 40px;
	}

	.b-decorTitle__title:before {
		margin-bottom: 40px;
	}

	.b-event__content {
		flex-direction: column;
		gap: 40px;
	}

	.b-event__infoWrapper {
		max-width: none;
	}

	.b-event__title {
		font-size: 26px;
		line-height: 1.2;
	}

	.b-event__text {
		font-size: 14px;
		line-height: 1.4;
	}

	.l-getInvolved:after {
		display: none;
	}

	.b-getInvolved__subTitle {
		font-size: 16px;
		line-height: 1.4;
		margin-bottom: 40px;
	}

	.b-getInvolved__text {
		font-size: 18px;
		line-height: 1.4;
		margin-bottom: 40px;
	}

	.b-getInvolved__title {
		font-size: 30px;
		line-height: 1.2;
		margin-bottom: 30px;
	}

	.b-getInvolved__wayTitle {
		font-size: 26px;
		line-height: 1.2;
	}

	.b-getInvolved__wayTitle:after {
		margin: 12px auto 14px;
	}

	.b-getInvolved__wayText {
		font-size: 14px;
		line-height: 1.4;
	}

	.b-imgArticle__infoWrapper {
		padding: 30px 24px;
	}

	.b-imgArticle__title {
		font-size: 40px;
		line-height: 40px;
	}

	.b-imgArticle__text {
		font-size: 16px;
		line-height: 1.4;
	}

	.b-ourPartners__subTitle {
		margin-bottom: 30px;
	}

	.b-ourPartners__row {
		justify-content: center;
	}

	.b-ourPartners__row:nth-of-type(even) {
		padding: 0;
	}

	.b-ourPartners__row:nth-of-type(even):after {
		display: none;
	}

	.b-ourPartners__row:nth-of-type(odd) {
		padding: 0;
	}

	.b-ourPartners__row:nth-of-type(odd):after {
		display: none;
	}

	.b-ourPartners__item {
		padding: 20px;
	}

	.b-redBanner__text {
		font-size: 20px;
		line-height: 1.4;
	}

	.b-sliderArticle__content {
		flex-direction: column;
		gap: 30px;
	}

	.b-sliderArticle__content.-reverse {
		flex-direction: column;
	}

	.b-sliderArticle__infoWrapper {
		max-width: none;
	}

	.b-sliderArticle__title {
		font-size: 26px;
		line-height: 1.2;
	}

	.b-sliderArticle__text {
		font-size: 14px;
		line-height: 1.4;
	}

	.b-sliderArticle__amountValue {
		font-size: 14px;
		line-height: 1.4;
	}

	.b-sliderArticle__impactValue {
		font-size: 14px;
		line-height: 1.4;
	}

	.b-testimonials__content {
		flex-direction: column;
	}
}

@media screen and (max-width: 768px) {
	.b-event {
		padding: 40px 20px;
	}

	.b-event__redTitle {
		line-height: 1.3;
	}

	.b-event__listItem {
		padding-left: 20px;
	}

	.b-event__listItem:before {
		left: 0;
	}

	.b-event__flyerWrapper {
		max-width: 300px;
	}

	.b-event__imgWrapper {
		padding-top: 38px;
		padding-bottom: 38px;
	}

	.b-event__imgWrapper:before {
		width: calc(226px / 1.5);
		height: calc( 566px / 1.5);
	}

	.l-getInvolved {
		padding: 40px 20px;
	}

	.b-getInvolved__waysGrid {
		grid-template-columns: 1fr;
	}

	.b-imgArticle {
		flex-direction: column;
	}

	.b-imgArticle__imgWrapper {
		height: 300px;
	}

	.b-imgArticle__title {
		max-width: none;
	}

	.b-imgArticle__text {
		max-width: none;
	}

	.l-ourPartners {
		padding: 40px 20px;
	}

	.b-ourPartners__item {
		width: 100%;
	}

	.l-redBanner {
		padding: 20px;
	}

	.b-redBanner {
		flex-direction: column;
	}

	.b-redBanner__text {
		text-align: center;
	}

	.b-sliderArticle {
		padding: 40px 20px;
	}

	.b-sliderArticle.-darkBg {
		padding: 40px 20px;
	}

	.b-sliderArticle__redTitle {
		line-height: 1.3;
	}

	.b-sliderArticle__sliderWrapper {
		padding-top: 38px;
		padding-bottom: 38px;
	}

	.b-sliderArticle__sliderWrapper:before {
		width: calc(226px / 1.5);
		height: calc( 566px / 1.5);
	}

	.b-sliderArticle__slider {
		width: 300px;
		height: 300px;
	}

	.b-sliderArticle__slider .slick-arrow {
		width: 40px;
		height: 40px;
	}

	.b-sliderArticle__slider .slick-next {
		left: 40px;
	}

	.l-testimonials {
		padding: 40px 20px;
	}

	.choose-package_holder.-grid {
		grid-gap: 40px 24px;
	}
}

@media (max-width: 767px) {
	.time-row {
		flex-direction: column;
	}

	.nav-opener {
		display: block;
	}

	.header-right {
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		height: 0;
		opacity: 0;
		transition: all .3s ease-in-out;
		display: block;
		text-align: center;
		background-color: rgba(0, 0, 0, .95);
		z-index: -1;
		padding-top: 110px;
		overflow: hidden;
	}

	.header-right .btn {
		margin: 0 5px;
	}

	.nav {
		padding: 0;
	}

	.nav ul {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		font-size: 21px;
		margin-bottom: 30px;
	}

	.nav li {
		padding: 0 0 35px;
	}

	.admin .header .btn {
		display: none;
	}

	.footer .container {
		flex-direction: column;
	}

	.footer_nav {
		margin-bottom: 24px;
	}

	.footer .copy {
		order: 1;
	}

	.footer .dev-copy {
		margin-bottom: 24px;
	}

	.admin .footer {
		padding: 15px 20px;
	}

	.buttons .btn {
		flex: 1;
	}

	.navigation {
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		height: 0;
		opacity: 0;
		padding: 0;
		transition: all .3s ease-in-out;
		display: block;
		text-align: center;
		background-color: rgba(0, 0, 0, .95);
		overflow: hidden;
		z-index: 99;
		display: flex;
		flex-direction: column;
	}

	.nav-active .navigation {
		height: 100%;
		opacity: 1;
	}

	.navigation ul {
		padding-top: 110px;
	}

	.navigation ul a {
		text-align: center;
	}

	.page-title {
		height: 180px;
	}

	.page-title .container {
		padding-bottom: 26px;
		padding-top: 26px;
	}

	.page-title_heading {
		font-size: 54px;
	}

	.admin .page-title {
		font-size: 26px;
	}

	.contact .container {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.contact_heading {
		font-size: 24px;
		margin-bottom: 30px;
	}

	.contact_heading:after {
		width: 16px;
		height: 16px;
	}

	.contact .social-networks {
		margin-top: 30px;
	}

	.contact-form .row {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.social-networks {
		font-size: 28px;
	}

	.social-networks li {
		padding: 0 17px;
	}

	.tabset {
		margin-left: -20px;
		margin-right: -20px;
	}

	.modal-box {
		padding-left: 30px;
		padding-right: 30px;
	}

	.modal-title {
		font-size: 20px;
	}

	.team {
		font-size: 16px;
		line-height: 1.3;
	}

	.team .container {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.team_holder {
		display: block;
		padding-top: 10px;
	}

	.team_box {
		margin-top: 0 !important;
	}

	.team_box .photo {
		pointer-events: none;
	}

	.team_box .mobile-arrow {
		display: inline-block;
	}

	.popup {
		position: static;
		transform: translateX(0);
		background-color: transparent;
		color: #fff;
		font-size: 14px;
		line-height: 1.8;
		width: auto;
		padding: 0;
		box-shadow: none;
		display: block;
		opacity: 1;
		overflow: hidden;
		max-height: 0;
	}

	.popup-active .popup {
		max-height: 700px;
	}

	.popup:after {
		display: none;
	}

	.popup p {
		padding: 10px 0;
	}

	.popup-close {
		display: none;
	}

	.about {
		background: none;
	}

	.about .container {
		padding: 0;
	}

	.about_holder {
		display: flex;
		flex-direction: column;
	}

	.about_holder:after,
	.about_holder:before {
		display: none;
	}

	.about_box {
		padding: 40px 20px;
		margin: 0 0 20px;
		width: 100%;
	}

	.about_box:last-child {
		margin-bottom: 0;
	}

	.choose-package .container {
		padding: 20px;
	}

	.choose-package_holder {
		display: flex;
		flex-direction: column;
	}

	.choose-package_holder::after,
	.choose-package_holder::before {
		display: none;
	}

	.choose-package_box {
		margin: 0 0 60px;
		width: 100%;
	}

	.choose-package_box:last-child {
		margin-bottom: 0;
	}

	.login .form-col {
		padding: 20px;
	}

	.checkout {
		grid-template-columns: 1fr;
	}

	.two-cols-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.section.a-right .image {
		order: 0;
	}

	.section .container {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.section_heading {
		font-size: 36px;
		padding-top: 45px;
	}

	.section_heading:before {
		width: 16px;
		height: 16px;
	}

	.section .image {
		height: 286px;
	}

	.section .image:after {
		width: 146px;
		height: 286px;
	}

	.intro .container {
		flex-direction: column;
		align-items: initial;
	}

	.intro .video {
		width: 100%;
		margin-left: 0;
		margin-top: 30px;
	}

	.intro_heading {
		font-size: 50px;
	}

	.intro .highlighted-text {
		font-size: 30px;
	}

	.promo .image img {
		height: 270px;
	}

	.promo .holder {
		font-size: 16px;
		line-height: 1.6;
	}

	.benefits:before {
		left: -45%;
		bottom: 25px;
	}

	.benefits:after {
		right: -45%;
	}

	.benefits .container {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.benefits_box {
		padding: 30px 20px;
	}

	.benefits_box .title {
		font-size: 24px;
		padding-bottom: 25px;
	}

	.admin .wrapper {
		grid-template-areas: "header header"		"main  main"		"footer  footer";
	}

	.admin .main {
		padding: 20px;
	}

	.admin .sub-title {
		font-size: 16px;
	}

	.admin .details-table td,
	.admin .details-table th {
		padding-top: 3px;
		padding-bottom: 3px;
	}

	.admin .details-table th {
		font-size: 14px;
		padding-right: 15px;
	}

	.admin .details-table td {
		font-size: 14px;
		padding: 3px 0;
	}

	.admin .details-table2 {
		table-layout: fixed;
	}

	.admin .details-table2 th,
	.admin .details-table2 td {
		padding: 10px 15px;
	}

	.admin .details-table2 th {
		font-size: 14px;
	}

	.admin .chat {
		padding: 30px 15px;
		margin: 0 -20px;
	}

	.admin .chat_container {
		margin-left: -15px;
		margin-right: -15px;
		padding: 0 15px;
		height: 520px;
	}

	.admin .chat .message_avatar {
		display: none;
	}

	.admin .chat .message .text {
		font-size: 14px;
		width: 83%;
	}

	.admin .thank-you {
		padding: 20px 15px;
		font-size: 16px;
	}

	.admin .thank-you_title {
		font-size: 18px;
	}

	.admin .data-feed {
		grid-template-columns: 1fr;
	}
}

@media screen and (max-width: 767px) {
	.image.-mobile-width img {
		max-width: 300px;
	}
}

@media screen and (max-width: 576px) {
	.b-testimonials__item {
		padding: 20px 18px 30px;
	}

	.b-testimonials__text {
		font-size: 14px;
		line-height: 1.4;
	}

	.b-testimonials__name {
		font-size: 20px;
		line-height: 1.4;
	}

	.b-testimonials__name:before {
		width: 30px;
	}

	.b-testimonials__name:after {
		width: 30px;
	}

	.b-testimonials__company {
		font-size: 14px;
		line-height: 1.4;
	}

	.choose-package_holder.-grid {
		grid-template-columns: 1fr;
	}
}

@media screen and (max-width: 440px) {
	.page-title_heading {
		font-size: 40px;
	}

	.b-ourPartners__row {
		flex-direction: column;
	}
}

@media screen and (max-width: 374px) {
	.b-sliderArticle__sliderWrapper:before {
		width: calc(226px / 1.7);
		height: calc( 566px / 1.7);
	}

	.b-sliderArticle__slider {
		width: 250px;
		height: 250px;
	}
}

@-webkit-keyframes fpFadeInDown {
	from {
		opacity: 0;
		transform: translate3d(0, -20px, 0);
	}

	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fpFadeInDown {
	from {
		opacity: 0;
		transform: translate3d(0, -20px, 0);
	}

	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

/*# sourceMappingURL=main.css.map */
