/** Import Bootstrap functions */
/** Bootstrap navbar fix (https://git.io/fADqW) */
:root {
	--primary-dark: #2a499e;
	--secondary-dark: #980200;
	--bs-black: #000;
	--bs-white: #fff;
	--gray-100: #f5f5f5;
	--gray-200: #e9ecef;
	--gray-300: #ddd;
	--gray-400: #c4c4c4;
	--gray-500: #adb5bd;
	--gray-600: #707070;
	--gray-650: #7b7b7b;
	--gray-700: #434343;
	--gray-800: #2e2e2e;
	--gray-900: #242424;
	--gray-950: #0b0b0b;
	--bs-primary: #2f68ff;
	--bs-secondary: #de4533;
	--bs-dark: var(--bs-black);
	--yellow: #fefa00;
	--yellow-dark: #fee100;
	--green: #4ec618;
	--green-dark: #33a500;
	--blue-02: #1c3476;
	--bs-body-bg: var(--bs-white);
	--bs-body-color: var(--bs-black);
	--bs-body-font-size: 1.6rem;
	--bs-body-line-height: 1.375;
	--bs-body-font-family: Source Sans Pro, Arial, Helvetica, sans-serif;
	--bs-link-color: var(--bs-secondary);
	--bs-link-hover-color: var(--secondary-dark);
	--bs-text-muted: #7b7b7b;
	--bs-font-weight-bold: 600;
	--font-weight-bold: 600;
	--bs-font-family-base: Source Sans Pro, Arial, Helvetica, sans-serif;
	--font-family-secondary: Open Sans, Arial, Helvetica, sans-serif;
	--h1-font-size: 4.6rem;
	--h2-font-size: 3rem;
	--h3-font-size: 3.6rem;
	--h4-font-size: 2rem;
	--h5-font-size: 2.2rem;
	--h6-font-size: 1.7rem;
	--h1-font-size-sm: 3.6rem;
	--h2-font-size-sm: 2.6rem;
	--h3-font-size-sm: var(--h3-font-size);
	--h4-font-size-sm: var(--h4-font-size);
	--h5-font-size-sm: var(--h5-font-size);
	--h6-font-size-sm: var(--h6-font-size);
	--headings-font-weight: 700;
	--headings-font-family: Open Sans, Arial, Helvetica, sans-serif;
	--btn-font-size: 1.7rem;
	--btn-line-height: 1.412;
	--btn-font-weight: 700;
	--btn-padding-y: 0.8rem;
	--btn-padding-x: 1.6rem;
	--btn-font-size-sm: 1rem;
	--btn-padding-y-sm: 0.4rem;
	--btn-padding-x-sm: 0.6rem;
	--btn-font-size-lg: 1.6rem;
	--btn-padding-y-lg: 1.1rem;
	--btn-padding-x-lg: 1rem;
	--input-border-color: #7b7b7b;
	--input-color: #7b7b7b;
	--input-placeholder-color: #7b7b7b;
	--input-bg: var(--bs-white);
	--input-box-shadow: none;
	--input-height: 4rem;
	--input-font-size: 1.6rem;
	--input-font-weight: 400;
	--input-padding-y: 0.4rem;
	--input-padding-x: 1.4rem;
	--input-focus-bg: var(--bs-white);
	--input-border-color-focus: #0b0b0b;
	--input-color-focus: #0b0b0b;
	--bs-breadcrumb-margin-bottom: 0.8rem;
	--header-bg-color: var(--bs-white);
	--header-color: var(--bs-black);
	--header-drop-bg-color: var(--bs-white);
	--header-drop-bg-color-mobile: var(--gray-100);
	--header-drop-color: var(--gray-950);
	--header-drop-color-mobile: var(--gray-950);
	--header-drop-hover-color: var(--primary-dark);
	--extra-menu-bg-color: var(--bs-white);
	--extra-menu-color: var(--bs-black);
	--menu-bg-color-mobile: var(--bs-white);
	--menu-color-mobile: var(--bs-black);
	--footer-bg-color: var(--gray-800);
	--footer-color: var(--bs-white);
	--footer-secondary-bg-color: var(--bs-black);
	--footer-secondary-color: var(--gray-650);
	--backdrop-bg: var(--bs-black);
	--backdrop-opacity: 0.4;
	--modal-border-width: 0;
	--modal-border-color: var(--bs-white);
	--modal-bg: var(--bs-white);
	--gray-light: #7b7b7b;
	--gray-002: #212121;
	--bs-gutter-x: 3rem;
}

/* info-media-section */
.info-media-section {
	margin-top: 10rem;
	margin-bottom: 10rem;
	line-height: 1.429;
}
@media (max-width: 767.98px) {
	.info-media-section {
		margin-top: 3rem;
		margin-bottom: 3rem;
	}
}
.info-media-section .bg-img {
	width: 100%;
	margin: 0;
}
@media (max-width: 767.98px) {
	.info-media-section .bg-img {
		margin-top: 2rem;
		margin-bottom: 2rem;
	}
}
.info-media-section .bg-img::before {
	content: "";
	display: block;
	width: 0;
	padding-bottom: 47.946%;
}
.info-media-section h3 {
	margin-top: 0.5rem;
	margin-bottom: 1.9rem;
	font-weight: var(--bs-font-weight-bold);
	font-family: var(--bs-body-font-family);
}
@media (max-width: 991.98px) {
	.info-media-section h3 {
		font-size: 3.6rem;
		line-height: 1.056;
	}
}
.info-media-section h4, .info-media-section .h4 {
	font-weight: var(--bs-font-weight-bold);
	font-family: var(--bs-body-font-family);
}
@media (max-width: 991.98px) {
	.info-media-section h4, .info-media-section .h4 {
		font-size: 2rem;
		line-height: 1.1;
	}
}
.info-media-section h5, .info-media-section .h5 {
	text-transform: none;
	margin-top: 0.3rem;
	margin-bottom: 2rem;
}
.info-media-section h6, .info-media-section .h5 {
	margin-bottom: 0.6rem;
}
.info-media-section p {
	margin-bottom: 1.429em;
}
.info-media-section .socials {
	list-style: none;
	margin: 0 -0.5rem;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	font-size: 1.6rem;
	line-height: 1;
}
.info-media-section .socials > li {
	margin: 1rem 0.5rem 0 0.5rem;
}
.info-media-section .socials a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 2.4rem;
	height: 2.4rem;
	border-radius: 0.4rem;
	background: var(--bs-secondary);
	color: var(--bs-white);
}
.info-media-section .socials a:hover {
	background-color: var(--secondary-dark);
	color: var(--bs-white);
}
.info-media-section .btn {
	position: relative;
	z-index: 0;
	min-width: 13.2rem;
	-ms-flex-item-align: start;
	    align-self: flex-start;
}
.info-media-section .btn::before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	z-index: -1;
	background-size: 200% 100%;
	-webkit-transition: inherit;
	transition: inherit;
	display: none;
}
.info-media-section .btn:hover::before {
	background-position: 100% 0;
}
.info-media-section footer {
	margin-top: auto;
}
@media (min-width: 992px) {
	.info-media-section.type2 {
		margin-top: 9rem;
		margin-bottom: 8.8rem;
	}
}
@media (min-width: 992px) {
	.info-media-section.type2 + .info-media-section.type2 {
		margin-top: -6rem;
	}
}
@media (min-width: 992px) {
	.feature-car + .info-media-section.type2 {
		margin-top: 0;
	}
}
@media (max-width: 767.98px) {
	.info-media-section.type2 .container {
		padding-left: 0;
		padding-right: 0;
	}
}
.info-media-section.type2 .bg-img {
	position: relative;
}
@media (max-width: 767.98px) {
	.info-media-section.type2 .bg-img {
		margin-top: 0;
		margin-bottom: 0;
	}
}
.info-media-section.type2 .bg-img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.info-media-section.type2 .bg-img::before {
	padding-bottom: 56.6%;
}
.info-media-section.type2 .bg-img .btn-play {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	color: var(--bs-white);
}
.info-media-section.type2 .bg-img .btn-play i {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 5rem;
	height: 5rem;
	border-radius: 50%;
	background-color: var(--primary-dark);
	-webkit-transition: inherit;
	transition: inherit;
	-webkit-transition-property: background;
	transition-property: background;
}
.info-media-section.type2 .bg-img .btn-play i::before, .info-media-section.type2 .bg-img .btn-play i::after {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
}
.info-media-section.type2 .bg-img .btn-play i::before {
	margin-left: -0.5rem;
	width: 1.3rem;
	height: 2.2rem;
	border-top: 1.1rem solid transparent;
	border-left: 1.3rem solid;
	border-bottom: 1.1rem solid transparent;
}
.info-media-section.type2 .bg-img .btn-play i::after {
	margin-left: -0.3rem;
	width: 0.8rem;
	height: 1.4rem;
	border-top: 0.7rem solid transparent;
	border-left: 0.8rem solid var(--primary-dark);
	border-bottom: 0.7rem solid transparent;
	-webkit-transition: inherit;
	transition: inherit;
	-webkit-transition-property: border-left;
	transition-property: border-left;
}
.info-media-section.type2 .bg-img .btn-play:hover i {
	background-color: var(--blue-02);
}
.info-media-section.type2 .bg-img .btn-play:hover i::after {
	border-left-color: var(--blue-02);
}
.info-media-section.type2 .descr {
	background: var(--gray-100);
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	padding: 2.7rem 2rem 2.5rem;
}
@media (min-width: 992px) {
	.info-media-section.type2 .descr {
		padding: 3.8rem 3.2rem 4.8rem;
	}
}
@media (min-width: 992px) {
	.info-media-section.type2 .btn {
		margin-top: 1rem;
	}
}
.info-media-section.type2 .btn::before {
	display: none;
}
@media (max-width: 991.98px) {
	.info-media-section.type2 p {
		margin-bottom: 1.1rem;
	}
}
.info-media-section.type2 h3, .info-media-section.type2 .h3 {
	margin-top: 0;
	margin-bottom: 2.7rem;
}
@media (max-width: 767.98px) {
	.info-media-section.type2 h3, .info-media-section.type2 .h3 {
		margin-top: 0;
	}
}
.info-media-section.type2 h3 a, .info-media-section.type2 .h3 a {
	color: inherit;
}
.info-media-section.type2 h4, .info-media-section.type2 .h4 {
	line-height: 1.1;
	margin-bottom: 1.1rem;
}
@media (min-width: 992px) {
	.info-media-section.type2 h4, .info-media-section.type2 .h4 {
		margin-bottom: 1.3rem;
	}
}
.info-media-section.type2 h4 a, .info-media-section.type2 .h4 a {
	color: inherit;
}
.info-media-section.type3 {
	line-height: var(--bs-body-line-height);
	margin-top: 6rem;
	margin-bottom: 6rem;
}
@media (min-width: 768px) {
	.info-media-section.type3 {
		margin-top: 7.6rem;
		margin-bottom: 8.6rem;
	}
}
@media (min-width: 1440px) {
	.info-media-section.type3 .container.md {
		max-width: 114rem;
	}
}
@media (min-width: 1440px) {
	.info-media-section.type3 .container > .row > [class*=col]:first-child .img {
		padding-right: 1.7rem;
	}
}
@media (min-width: 768px) {
	.info-media-section.type3 .holder {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}
.info-media-section.type3 h3 {
	line-height: 1.056;
	margin-top: 0;
	margin-bottom: 2.6rem;
}
@media (min-width: 992px) {
	.info-media-section.type3 h3 {
		margin-bottom: 1.7rem;
	}
}
.info-media-section.type3 p {
	margin-bottom: calc(var(--bs-body-line-height) * 1em);
}
.info-media-section.type3 .btn {
	margin-top: 1.2rem;
}
@media (min-width: 992px) {
	.info-media-section.type3 .btn {
		margin-top: 0.6rem;
	}
}
@media (max-width: 767.98px) {
	.info-media-section.type3 .img {
		width: 31rem;
		max-width: 100%;
		margin-bottom: 3.6rem;
	}
}
@media (min-width: 768px) {
	.info-media-section.type3 .img {
		margin-bottom: 0;
	}
}
@media (min-width: 1440px) {
	.info-media-section.type3 .img {
		margin-bottom: 6.6rem;
	}
}
.info-media-section.type3 .img img {
	max-width: 100%;
	height: auto;
}
@media (min-width: 768px) {
	.info-media-section.type4 {
		margin-top: 12rem;
		margin-bottom: 12rem;
	}
}
@media (min-width: 768px) {
	.info-media-section.type4 + .info-media-section.type4 {
		margin-top: -1.2rem;
	}
}
.offer-section + .info-media-section.type4 {
	margin-top: 0;
}
@media (min-width: 768px) {
	.text-section.spacing-type-2 + .info-media-section.type4:not(.with-vert-padding) {
		margin-top: 2.3rem;
	}
}
.info-media-section.type4 .bg-img::before {
	display: none;
}
.info-media-section.type4 .bg-img img {
	max-width: 100%;
}
.info-media-section.type4 h2 {
	text-transform: none;
	margin-top: 0.3rem;
	margin-bottom: 2.6rem;
}
.info-media-section.type4 p {
	line-height: 1.375;
}
@media (min-width: 768px) {
	.info-media-section.type4 .btn {
		margin-top: 3.4rem;
	}
}
.info-media-section.type5 {
	margin-top: 0;
	margin-bottom: 3.8rem;
	padding-top: 6.3rem;
	padding-bottom: 6.3rem;
	line-height: 1.375;
}
.info-media-section.type5 h3, .info-media-section.type5 .h3 {
	line-height: 1.0556;
	margin-top: 0;
	margin-bottom: 2.5rem;
}
.info-media-section.type5 p + .btn {
	margin-top: 1.5rem;
}
@media (max-width: 767.98px) {
	.info-media-section.type5 .img {
		margin-bottom: 2rem;
	}
}
.info-media-section.with-vert-padding {
	padding-top: 2rem;
	padding-bottom: 2rem;
	margin-top: 2rem;
	margin-bottom: 2rem;
}
@media (min-width: 992px) {
	.info-media-section.with-vert-padding {
		padding-top: 6.5rem;
		padding-bottom: 6.5rem;
		margin-top: 2.2rem;
		margin-bottom: 9rem;
	}
}
.info-media-section.with-vert-padding + .info-media-section.with-vert-padding {
	margin-top: -4rem;
}
@media (min-width: 992px) {
	.info-media-section.with-vert-padding + .info-media-section.with-vert-padding {
		margin-top: -15.5rem;
	}
}
.text-section + .info-media-section {
	margin-top: -4.7rem;
}
@media (max-width: 767.98px) {
	.text-section.spacing-type-2 + .info-media-section {
		margin-top: -1.2rem;
	}
}
@media (min-width: 992px) {
	.text-section.spacing-type-2 + .info-media-section {
		margin-top: 3rem;
	}
}
/*# sourceMappingURL=info-media-section.css.map */
