* {
	box-sizing: border-box;
}

.header {
	z-index: 100;
}

.c-inner {
	margin: 0px auto;
	padding: 0px 30px;
	max-width: 1140px;
	width: 100%;
}

.i-desktop {
	display: block;
}

@media (max-width: 992px) {
	.i-desktop {
		display: none;
	}
}

.i-mobile {
	display: none;
}

@media (max-width: 992px) {
	.i-mobile {
		display: block;
	}
}

.c-bigbanner {
	padding: 50px 0px;
}

.c-bigbanner .breadcrumbs {
	margin-bottom: 44px;
}

@media (max-width: 992px) {
	.c-bigbanner .breadcrumbs {
		display: none;
	}
}

.c-bigbanner .breadcrumbs a {
	font-size: 14px;
}

.c-bigbanner .c-bigbanner__items {
	margin-bottom: 30px;
}

.c-bigbanner .c-bigbanner__items .c-bigbanner__item img {
	width: 100%;
}

.c-bigbanner .c-bigbanner__info p {
	font-style: normal;
	font-weight: 600;
	font-size: 25px;
	line-height: 34px;
	color: #FFFFFF;
}

@media (max-width: 992px) {
	.c-bigbanner .c-bigbanner__info p {
		font-size: 13px;
		line-height: 18px;
	}
}

.c-about {
	padding: 115px 0px;
}

@media (max-width: 992px) {
	.c-about {
		padding: 20px 0px;
	}
}

.c-about h2 {
	position: relative;
	background: #6ADCC9;
	margin-bottom: 120px;
	padding: 10px 15px;
	color: #fff;
	display: inline-block;
	font-weight: 400;
	font-size: 30px;
	line-height: 30px;
	text-transform: uppercase;
}

@media (max-width: 992px) {
	.c-about h2 {
		font-size: 20px;
		line-height: 30px;
	}
}

@media (max-width: 662px) {
	.c-about h2 {
		font-size: 13px;
		line-height: 30px;
		margin-left: -15px;
	}
}

.c-about h2 strong {
	position: absolute;
	bottom: -130%;
	font-weight: 800;
	font-size: 28px;
	line-height: 30px;
	background: #6ADCC9;
	right: -100px;
	padding: 10px 15px;
	width: 542px;
}

@media (max-width: 992px) {
	.c-about h2 strong {
		font-size: 20px;
		line-height: 30px;
		right: -100px;
		width: auto;
	}
}

@media (max-width: 662px) {
	.c-about h2 strong {
		right: 0px;
	}
}

@media (max-width: 662px) {
	.c-about h2 strong {
		font-size: 13px;
		line-height: 30px;
		right: -40px;
	}
}

.c-about .c-about__content {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: wrap;
}

@media (max-width: 992px) {
	.c-about .c-about__content {
		flex-direction: column-reverse;
	}
}

.c-about .c-about__content .c-about__info {
	width: 48%;
}

@media (max-width: 992px) {
	.c-about .c-about__content .c-about__info {
		width: 100%;
	}
}

.c-about .c-about__content .c-about__info p:nth-of-type(1) {
	font-style: normal;
	font-weight: 400;
	font-size: 30px;
	margin-bottom: 45px;
	line-height: 37px;
	color: #9EFFF2;
}

.c-about .c-about__content .c-about__info p:nth-of-type(2) {
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 113.4%;
	color: #FFFFFF;
}

.c-about .c-about__content .c-about__video {
	width: 47%;
}

@media (max-width: 992px) {
	.c-about .c-about__content .c-about__video {
		width: 100%;
	}
}

.c-about .c-about__content .c-about__video .video-content {
	padding-bottom: 100px;
}

.c-about .c-about__content .c-about__video .video-content a {
	position: relative;
	display: block;
}

.c-about .c-about__content .c-about__video .video-content a img {
	position: relative;
	z-index: 20;
	width: 100%;
}

.c-about .c-about__content .c-about__video .video-content a:after {
	background: url(../images/deficit-cero/icon-play.svg);
	content: '';
	height: 69px;
	position: absolute;
	width: 63px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 30;
}

.c-about .c-about__content .c-about__video .video-content a:before {
	background: url("../images/deficit-cero/about-image-after.svg");
	content: '';
	height: 87px;
	width: 480px;
	position: absolute;
	right: -20px;
	bottom: -50px;
	z-index: 5;
}

.c-panels {
	background: #071264;
	padding: 0px 0px 170px;
	text-align: right;
	z-index: 20;
}

@media (max-width: 992px) {
	.c-panels {
		padding: 0px 0px 40px;
	}
}

.c-panels h2 {
	font-style: normal;
	font-weight: 800;
	font-size: 48px;
	line-height: 48px;
	background: #008EE7;
	display: inline-block;
	padding: 10px 15px;
	text-align: right;
	letter-spacing: -0.06em;
	text-transform: uppercase;
	margin-top: -30px;
	margin-bottom: 45px;
	color: #FFFFFF;
}

.c-panels p {
	font-style: normal;
	font-weight: 400;
	font-size: 30px;
	line-height: 114.6%;
	text-align: right;
	color: #CDECFF;
	margin-bottom: 80px;
}

.c-panels .c-panels__items {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 50px 30px;
}

@media (max-width: 992px) {
	.c-panels .c-panels__items {
		grid-template-columns: repeat(2, 1fr);
		gap: 30px;
	}
}

@media (max-width: 620px) {
	.c-panels .c-panels__items {
		grid-template-columns: repeat(1, 1fr);
		gap: 30px;
	}
}

.c-panels .c-panels__items .c-panels__item {
	background: #394491;
	transition: all 250ms;
}

.c-panels .c-panels__items .c-panels__item:hover {
	background: #008EE7;
}

.c-panels .c-panels__items .c-panels__item figure {
	position: relative;
	padding-top: 14px;
}

.c-panels .c-panels__items .c-panels__item figure a {
	display: block;
}

.c-panels .c-panels__items .c-panels__item figure img {
	width: 100%;
}

.c-panels .c-panels__items .c-panels__item figure:before {
	background: url(../images/deficit-cero/icon-play.svg);
	content: '';
	cursor: pointer;
	height: 69px;
	position: absolute;
	width: 63px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 30;
}

.c-panels .c-panels__items .c-panels__item figure:after {
	background: url("../images/deficit-cero/panels-image-after.svg");
	content: '';
	height: 14px;
	top: 0px;
	position: absolute;
	left: 0px;
	width: 100%;
	z-index: 20;
}

.c-panels .c-panels__items .c-panels__item .panels__item-info {
	padding: 30px;
	text-align: left;
}

.c-panels .c-panels__items .c-panels__item .panels__item-info h3 {
	ont-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 110.6%;
	margin-bottom: 27px;
	color: #FBFEF9;
}

.c-panels .c-panels__items .c-panels__item .panels__item-info p {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 20px;
	text-align: left;
	color: #FFFFFF;
}

.c-panels .c-panels__items .c-panels__item .panels__item-info p strong {
	font-weight: 700;
}

.c-featured {
	background: #31E0C9;
	position: relative;
	padding: 170px 0px 0px;
}

@media (max-width: 992px) {
	.c-featured {
		padding: 60px 0px 0px;
	}
}

.c-featured:after {
	background: url("/assets/images/deficit-cero/featured-after.svg");
	content: '';
	height: 28px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 10;
}

.c-featured .c-featured__first {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-end;
}

.c-featured .c-featured__first .c-featured__first-image {
	margin-bottom: 110px;
	width: 55%;
}

@media (max-width: 992px) {
	.c-featured .c-featured__first .c-featured__first-image {
		margin-bottom: 50px;
		width: 100%;
	}
}

.c-featured .c-featured__first .c-featured__first-image a {
	position: relative;
	display: block;
}

.c-featured .c-featured__first .c-featured__first-image a img {
	border: 6px solid #fff;
	position: relative;
	z-index: 20;
	width: 100%;
}

.c-featured .c-featured__first .c-featured__first-image a:after {
	background: url(../images/deficit-cero/icon-play.svg);
	content: '';
	height: 69px;
	position: absolute;
	width: 63px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 30;
}

.c-featured .c-featured__first .c-featured__first-info {
	width: 40%;
}

@media (max-width: 992px) {
	.c-featured .c-featured__first .c-featured__first-info {
		width: 100%;
	}
}

.c-featured .c-featured__first .c-featured__first-info .info-title {
	text-align: right;
	margin-bottom: 40px;
	justify-content: flex-end;
}

@media (max-width: 992px) {
	.c-featured .c-featured__first .c-featured__first-info .info-title {
		margin-bottom: 20px;
	}
}

@media (max-width: 992px) {
	.c-featured .c-featured__first .c-featured__first-info .title {
		display: flex;
		justify-content: flex-end;
		align-items: flex-end;
		flex-direction: column;
	}
}

.c-featured .c-featured__first .c-featured__first-info h2 {
	background: #061A70;
	padding: 5px 15px;
	display: inline-block;
	font-style: normal;
	font-weight: 400;
	font-size: 60px;
	line-height: 60px;
	text-align: right;
	letter-spacing: -0.06em;
	text-transform: uppercase;
	margin-bottom: 10px;
	color: #FFFFFF;
}

.c-featured .c-featured__first .c-featured__first-info h2:last-child {
	margin-bottom: 20px;
}

@media (max-width: 992px) {
	.c-featured .c-featured__first .c-featured__first-info h2 {
		padding: 0px 15px;
		font-size: 22px;
	}
}

.c-featured .c-featured__first .c-featured__first-info h4 {
	font-style: normal;
	font-weight: 700;
	font-size: 36px;
	line-height: 49px;
	color: #6B1DA3;
}

@media (max-width: 992px) {
	.c-featured .c-featured__first .c-featured__first-info h4 {
		font-size: 22px;
	}
}

.c-featured .c-featured__first .c-featured__first-info p {
	ont-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 113.4%;
	text-align: right;
	color: #061A70;
	margin-bottom: 70px;
}

@media (max-width: 992px) {
	.c-featured .c-featured__first .c-featured__first-info p {
		font-size: 22px;
	}
}

.c-featured .c-featured__first .c-featured__first-info .btn-purple {
	display: flex;
	background: #6B1DA3;
	align-items: center;
	right: -100px;
	position: relative;
	width: 500px;
}

@media (max-width: 1200px) {
	.c-featured .c-featured__first .c-featured__first-info .btn-purple {
		right: 87px;
	}
}

@media (max-width: 1200px) {
	.c-featured .c-featured__first .c-featured__first-info .btn-purple {
		right: 0px;
		width: 100%;
	}
}

.c-featured .c-featured__first .c-featured__first-info .btn-purple span {
	font-style: normal;
	font-weight: 800;
	margin-left: 30px;
	font-size: 20px;
	line-height: 131.6%;
	color: #FFFFFF;
}

@media (max-width: 662px) {
	.c-featured .c-featured__first .c-featured__first-info .btn-purple span {
		font-size: 14px;
	}
}

.c-featured .c-featured__first .c-featured__first-info .btn-purple svg {
	margin-right: 30px;
}

.c-featured .c-featured__first .c-featured__first-info .btn-purple img {
	width: 80px;
}

.c-pdf {
	background: #31E0C9;
	padding: 140px 0px;
}

.c-pdf .c-pdf__content {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-end;
}

.c-pdf .c-pdf__content .c-pdf__info {
	width: 50%;
}

@media (max-width: 992px) {
	.c-pdf .c-pdf__content .c-pdf__info {
		width: 100%;
	}
}

.c-pdf .c-pdf__content .c-pdf__info .info-title {
	text-align: left;
	margin-bottom: 40px;
}

.c-pdf .c-pdf__content .c-pdf__info h2 {
	background: #F39E39;
	padding: 5px 15px;
	display: inline-block;
	font-style: normal;
	font-weight: 400;
	font-size: 30px;
	line-height: 60px;
	text-align: left;
	letter-spacing: -0.06em;
	text-transform: uppercase;
	margin-bottom: 10px;
	color: #FFFFFF;
}

.c-pdf .c-pdf__content .c-pdf__info h2:last-child {
	margin-bottom: 20px;
}

.c-pdf .c-pdf__content .c-pdf__info p {
	ont-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 113.4%;
	margin-top: 50px;
	text-align: left;
	color: #061A70;
	margin-bottom: 70px;
}

.c-pdf .c-pdf__content .c-pdf__info .btn-orange {
	display: flex;
	background: #F39E39;
	align-items: center;
	justify-content: space-between;
	left: -100px;
	position: relative;
	width: 500px;
}

@media (max-width: 1200px) {
	.c-pdf .c-pdf__content .c-pdf__info .btn-orange {
		left: 0px;
		width: 100%;
	}
}

.c-pdf .c-pdf__content .c-pdf__info .btn-orange span {
	font-style: normal;
	font-weight: 800;
	margin-left: 30px;
	font-size: 20px;
	line-height: 131.6%;
	color: #FFFFFF;
}

.c-pdf .c-pdf__content .c-pdf__info .btn-orange svg {
	margin-right: 30px;
}

.c-pdf .c-pdf__content .c-pdf__info .btn-orange img {
	width: 80px;
}

.c-pdf .c-pdf__content .c-pdf__image {
	width: 40%;
}

@media (max-width: 992px) {
	.c-pdf .c-pdf__content .c-pdf__image {
		margin-bottom: 50px;
		width: 100%;
	}
}

.c-pdf .c-pdf__content .c-pdf__image figure {
	position: relative;
}

.c-pdf .c-pdf__content .c-pdf__image figure:after {
	background: url("/assets/images/deficit-cero/pdf-iframe-after.svg");
	content: '';
	position: absolute;
	height: 219px;
	bottom: -40px;
	left: -50px;
	width: 113px;
}

.c-pdf .c-pdf__content .c-pdf__image figure .iframe-container {
	background: #fff;
	border: 4px solid #fff;
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	min-height: 500px;
	position: relative;
	z-index: 10;
}

.c-pdf .c-pdf__content .c-pdf__image figure .iframe-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.c-pdf .c-pdf__content .c-pdf__image figure img {
	width: 100%;
}

.c-video {
	background: #F39E39;
	padding: 120px 0px;
	overflow: hidden;
}

.c-video .c-inner .video-title {
	margin-bottom: 70px;
}

@media (max-width: 992px) {
	.c-video .c-inner .video-title {
		margin-bottom: 30px;
	}
}

.c-video .c-inner .video-title h2 {
	background: #061A70;
	padding: 10px 15px;
	font-weight: 400;
	display: inline-flex;
	color: #ffff;
	font-size: 48px;
	line-height: 48px;
	margin-bottom: 13px;
	letter-spacing: -0.06em;
	text-transform: uppercase;
}

.c-video .c-inner .video-title h2:nth-of-type(2) {
	margin-left: 93px;
}

@media (max-width: 620px) {
	.c-video .c-inner .video-title h2:nth-of-type(2) {
		margin-left: 33px;
		font-size: 17px;
	}
}

@media (max-width: 992px) {
	.c-video .c-inner .video-title h2 {
		padding: 0px 15px;
		font-size: 20px;
	}
}

.c-video .c-inner .c-video__image {
	text-align: center;
}

.c-video .c-inner .c-video__image a {
	position: relative;
	display: block;
}

.c-video .c-inner .c-video__image a figure {
	background: #fff;
	border: 6px solid #fff;
	position: relative;
	z-index: 10;
}

.c-video .c-inner .c-video__image a figure img {
	position: relative;
	width: 100%;
	z-index: 5;
}

.c-video .c-inner .c-video__image a figure:before {
	background: url(../images/deficit-cero/icon-play.svg);
	content: '';
	height: 69px;
	position: absolute;
	width: 63px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 7;
}

.c-video .c-inner .c-video__image a figure:after {
	background: rgba(122, 51, 181, 0.7);
	content: '';
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: 6;
}

.c-video .c-inner .c-video__image a:after {
	background: url("/assets/images/deficit-cero/sec-video-after.svg");
	content: '';
	display: block;
	height: 182px;
	width: 75px;
	position: absolute;
	left: -50px;
	bottom: -40px;
	z-index: 5;
}

.c-video .c-inner .c-video__image a:before {
	background: url("/assets/images/deficit-cero/sec-video-before.svg");
	content: '';
	display: block;
	width: 399px;
	height: 96px;
	position: absolute;
	right: -50px;
	top: -40px;
	z-index: 5;
}

.c-gallery {
	background: #061A70;
	padding: 120px 0px;
	overflow: hidden;
}

.c-gallery .c-gallery__title {
	margin-bottom: 120px;
	position: relative;
}

.c-gallery .c-gallery__title h3 {
	font-style: normal;
	font-weight: 400;
	font-size: 30px;
	line-height: 41px;
	color: #FFFFFF;
	margin-bottom: 25px;
}

@media (max-width: 992px) {
	.c-gallery .c-gallery__title h3 {
		font-size: 24px;
		line-height: 36px;
	}
}

.c-gallery .c-gallery__title p {
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 26px;
	color: #FFFFFF;
	max-width: 670px;
}

.c-gallery .c-gallery__title:after {
	background: url("/assets/images/deficit-cero/gallery-title-image.svg");
	content: '';
	height: 70px;
	position: absolute;
	right: -350px;
	top: 50%;
	transform: translateY(-50%);
	width: 655px;
}

@media (max-width: 992px) {
	.c-gallery .c-gallery__title:after {
		top: -70px;
		transform: initial;
		right: -410px;
	}
}

.c-gallery .c-gallery__items {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 10px;
}

@media (max-width: 992px) {
	.c-gallery .c-gallery__items .c-gallery__item {
		margin-bottom: 30px;
	}
}

.c-gallery .c-gallery__items .c-gallery__item img {
	width: 100%;
}

.c-gallery .c-gallery__items .owl-dots {
	display: flex;
	justify-content: center;
}

.c-gallery .c-gallery__items .owl-dots .owl-dot {
	border: 2px solid #fff;
	height: 15px;
	margin-right: 10px;
	width: 15px;
}

.c-gallery .c-gallery__items .owl-dots .owl-dot:last-child {
	margin-right: 0px;
}

.c-gallery .c-gallery__items .owl-dots .owl-dot.active {
	border: transparent;
	background: linear-gradient(0deg, #31E0C9, #31E0C9), linear-gradient(0deg, #FFFFFF, #FFFFFF), #FFFFFF;
	box-shadow: 0px 0px 26.2479px #31E0C9;
}

.c-brands {
	padding: 95px 0px;
	text-align: center;
}

.c-brands .c-brand__inner {
	padding: 0px 30px;
	margin: 0px auto;
	max-width: 1500px;
	width: 100%;
}

.c-brands .brands-title {
	margin-bottom: 70px;
}

.c-brands h2 {
	background: #F39E39;
	font-style: normal;
	font-weight: 400;
	font-size: 48px;
	line-height: 94px;
	display: inline-block;
	text-align: center;
	letter-spacing: -0.06em;
	padding: 0px 15px;
	text-transform: uppercase;
	color: #FFFFFF;
}

@media (max-width: 992px) {
	.c-brands h2 {
		font-size: 24px;
		line-height: 42px;
	}
}

.c-brands h4 {
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 27px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 47px;
	color: #061A70;
}

@media (max-width: 992px) {
	.c-brands h4 {
		font-size: 16px;
		line-height: 22px;
	}
}

.c-brands .brand-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 80px;
	flex-wrap: wrap;
}

@media (max-width: 715px) {
	.c-brands .brand-wrapper {
		flex-wrap: wrap;
		justify-content: center;
	}
}

.c-brands .brand-wrapper a {
	margin-right: 40px;
	margin-bottom: 20px;
}

.c-brands .brand-wrapper a:last-child {
	margin-right: 0px;
}

@media (max-width: 715px) {
	.c-brands .brand-wrapper a {
		width: 30%;
		margin-right: 2%;
	}
	.c-brands .brand-wrapper a:last-child {
		margin-right: 0px;
	}
}

@media (max-width: 715px) {
	.c-brands .brand-wrapper a img {
		width: 100%;
	}
}

.c-form {
	background: #7A33B5;
}

.c-form .c-form__inner {
	margin: 0px auto;
	display: flex;
	max-width: 1300px;
	align-items: center;
	width: 100%;
	justify-content: space-between;
}

@media (max-width: 992px) {
	.c-form .c-form__inner .c-form__image {
		display: none;
	}
}

.c-form .c-form__inner .c-form__image img {
	max-width: 585px;
	width: 100%;
}

.c-form .c-form__inner .c-form__info {
	padding-left: 20px;
	max-width: 600px;
	width: 100%;
}

@media (max-width: 1200px) {
	.c-form .c-form__inner .c-form__info {
		padding: 50px 0px;
	}
}

@media (max-width: 992px) {
	.c-form .c-form__inner .c-form__info {
		max-width: initial;
		padding: 50px 30px;
	}
}

.c-form .c-form__inner .c-form__info .form-title {
	margin-bottom: 50px;
}

.c-form .c-form__inner .c-form__info .form-title h2 {
	background: #061A70;
	padding: 5px 15px;
	font-weight: 400;
	display: inline-flex;
	color: #ffff;
	font-size: 30px;
	line-height: 41px;
	margin-bottom: 13px;
	letter-spacing: -0.06em;
	text-transform: uppercase;
}

@media (max-width: 722px) {
	.c-form .c-form__inner .c-form__info .form-title h2 {
		font-size: 24px;
		line-height: 31px;
	}
}

.c-form .c-form__inner .c-form__info p {
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 113.4%;
	color: #FFFFFF;
}

.c-form .c-form__inner .c-form__info form {
	margin-top: 70px;
	padding: 0px 20px;
}

@media (max-width: 992px) {
	.c-form .c-form__inner .c-form__info form {
		padding: 0px;
	}
}

.c-form .c-form__inner .c-form__info form.disabled {
	display: none;
}

.c-form .c-form__inner .c-form__info form .input {
	margin-bottom: 40px;
}

@media (max-width: 992px) {
	.c-form .c-form__inner .c-form__info form .input {
		margin-bottom: 20px;
	}
}

.c-form .c-form__inner .c-form__info form .input input {
	border: none;
	background: #fff;
	height: 54px;
	border-radius: 0px;
	padding: 0px 20px;
	width: 100%;
}

.c-form .c-form__inner .c-form__info form .input .error-input {
	display: none;
	font-size: 12px;
	color: #FFCACA;
	margin-top: 5px;
}

.c-form .c-form__inner .c-form__info form .input.error-input input {
	background: #F1BBC8;
	color: #FF0000;
}

.c-form .c-form__inner .c-form__info form .input.error-input .error-input {
	display: block;
}

.c-form .c-form__inner .c-form__info form .input-checkbox {
	margin-bottom: 30px;
}

.c-form .c-form__inner .c-form__info form .input-checkbox label {
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	display: flex;
	align-items: center;
	color: #FFFFFF;
}

@media (max-width: 720px) {
	.c-form .c-form__inner .c-form__info form .input-checkbox label {
		font-size: 14px;
		line-height: 18px;
	}
}

@media (max-width: 720px) {
	.c-form .c-form__inner .c-form__info form .input-checkbox label input {
		width: 40px;
	}
}

.c-form .c-form__inner .c-form__info form #error {
	color: #FFCACA;
	margin-bottom: 20px;
}

.c-form .c-form__inner .c-form__info form button {
	cursor: pointer;
	border: none;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 15px 30px;
	width: 159px;
	height: 50px;
	background: #081575;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	transition: all 250ms;
}

.c-form .c-form__inner .c-form__info form button:hover {
	background: #388ee0;
}

.c-form .c-form__inner .c-form__info .form-success {
	margin-top: 70px;
	display: none;
}

.c-form .c-form__inner .c-form__info .form-success.active {
	display: block;
}

.c-form .c-form__inner .c-form__info .form-success img {
	width: 100%;
}

.c-lightbox {
	background: rgba(0, 0, 0, 0.7);
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	z-index: 50;
	justify-content: center;
	align-items: center;
	display: none;
}

.c-lightbox.active {
	display: flex;
}

.c-lightbox .c-lightbox__content {
	background: #fff;
	border: 4px solid #fff;
	position: relative;
	max-width: 1100px;
	width: 80%;
}

.c-lightbox .c-lightbox__content .close-lightbox {
	cursor: pointer;
	position: absolute;
	width: 70px;
	height: 70px;
	right: 20px;
	top: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #7A33B5;
	z-index: 50;
}

@media (max-width: 992px) {
	.c-lightbox .c-lightbox__content .close-lightbox {
		width: 40px;
		height: 40px;
		top: -50px;
		right: 0px;
	}
}

@media (max-width: 992px) {
	.c-lightbox .c-lightbox__content .close-lightbox svg {
		width: 20px;
	}
}

.c-lightbox .c-lightbox__content .iframe {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.c-lightbox .c-lightbox__content .iframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media (max-width: 662px) {
	.mobile-menu nav a:not(:last-child) {
		margin-bottom: 40px;
	}
	.mobile-menu nav a {
		font-size: 18px;
	}
}

/*# sourceMappingURL=main.css.map */