body {
	background: #021f47;
	font-family: "Space Grotesk", sans-serif;
	font-size: 21px;
	color: #fefefe;
	min-width: 320px;
	max-width: 2000px;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}
section {
	overflow: hidden;
}

/* =========welcome========= */
.welcome {
	background: url('../img/welcome_bg.jpg') no-repeat center right / cover;
}
.header {
	padding: 30px 0;
}
.header-mob {
	display: none;
}
.body-hidden {
	overflow: hidden;
}
@media (min-width: 1200px) { 
	.header-mob {
		display: none !important;
	}
	.body-hidden {
		overflow: visible;
	}
}
.header-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.header__logo {
	display: inline-block;
	width: 312px;
}
.header__logo img {
	display: inline-block;
	width: 100%;
}
.header-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 40px;
}
.header-menu {
	padding: 0;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 35px;
	line-height: 1em;
}
.header-menu a {
	color: #1b8ad4;
	font-weight: 600;
	-webkit-transition: color 0.5s;
	transition: color 0.5s;
}
.header-menu a:hover {
	color: #00f7ff;
}
.btn_header {
	padding: 0 35px;
}
.welcome-cont {
	padding: 65px 0 100px;
}
.welcome__title {
	color: #00f7ff;
	font-family: "Space Grotesk";
	font-size: 50px;
	font-weight: 600;
	margin-bottom: 20px;
}
.welcome__text {
	color: #70c6ff;
	max-width: 550px;
	margin-bottom: 75px;
}
.welcome__btns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
}
.btn_welcome {
	text-transform: uppercase;
	padding: 0 45px;
	gap: 30px;
}
.btn_welcome img {
	display: inline-block;
	width: 22px;
}
.welcome-sert {
	margin-top: 95px;
}
.welcome-sert img {
	display: inline-block;
	max-width: 469px;
}
.gumb {
	display: none;
}
/* =========why========= */
.why {
	background: url('../img/why_bg.jpg') no-repeat center / cover;
	padding: 100px 0 135px;
}
.why__title {
	margin-bottom: 75px;
}
.why-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.why-col1 {
	width: 40.7%;
}
.why-col2 {
	width: 53.6%;
}
.why-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 40px;
}
.why__icon {
	width: 75px;
	height: 84px;
	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;
}
.why__icon img {
	display: inline-block;
	width: 100%;
}
.why-top__title {
	margin: 0;
	color: #1b8ad4;
	line-height: 1em;
}
.why__list {
	margin-left: 115px;
	padding: 0;
	margin-top: 20px;
	margin-bottom: 0;
	color: #fefefe;
	line-height: 1.8em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 25px;
}
.why__list li {
	position: relative;
	padding-left: 50px;
}
.why__list-warning li::before {
	display: block;
	position: absolute;
	content: '';
	width: 26px;
	height: 23px;
	left: 0;
	top: 8px;
	background: url('../img/svg/bullet_warning.svg') no-repeat center / 100% 100%;
}
.why__list-ok li::before {
	display: block;
	position: absolute;
	content: '';
	width: 23px;
	height: 21px;
	left: 0;
	top: 8px;
	background: url('../img/svg/bullet_ok.svg') no-repeat center / 100% 100%;
}
/* =========products========= */
.products {
	background: #001a47 url('../img/products_bg.jpg') no-repeat center bottom / 100%;
	padding: 110px 0 100px;
}
.products-top {
	margin-bottom: 85px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 25px;
}
.products-top .global-text46 {
	margin-bottom: 0;
}
.products-top .global-text25 {
	color: #70c6ff;
}
.products-wrap {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (minmax(0, 1fr))[2];
	grid-template-columns: repeat(2, minmax(0, 1fr));
	-webkit-column-gap: 70px;
	-moz-column-gap: 70px;
	column-gap: 70px;
	row-gap: 45px;
}
.product {
	background: url('../img/product_bg.png') no-repeat center / 100% 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 65px 15px;
}
.product__icon {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 95px;
	margin-bottom: 60px;
}
.product__icon img {
	display: inline-block;
	height: 100%;
}
.product__text {
	text-align: center;
	max-width: 415px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-bottom: 35px;
}
.btn_product {
	min-width: 325px;
	gap: 40px;
}
.btn_product img {
	display: inline-block;
	width: 8px;
}
.product__download {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 600;
	text-transform: uppercase;
	color: #00f7ff;
	line-height: 1em;
	margin-top: 45px;
	gap: 25px;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.product__download img {
	display: inline-block;
	width: 18px;
}
.product__download span {
	display: inline-block;
	text-decoration: underline;
}
.product__download:hover {
	color: #00f7ff;
	opacity: 0.6;
}
.product__download:hover span {
	text-decoration: none;
}
.btn_products {
	min-width: 378px;
	gap: 60px;
	margin-top: 90px;
}
.btn_products img {
	width: 26px;
	display: inline-block;
}
/* =========specifics========= */
.specifics {
	padding: 120px 0 95px;
	position: relative;
	overflow: hidden;
}
.specifics__title {
	margin-bottom: 80px;
	position: relative;
	z-index: 1;
}
.specifics__thumb {
	position: absolute;
	width: 81%;
	max-width: 1556px;
	left: 0;
	bottom: 0;
	z-index: 0;
}
.specifics-cont {
	position: relative;
	z-index: 1;
	margin-left: auto;
	width: 100%;
	max-width: 676px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 55px;
}
.specific__title {
	color: #1b8ad4;
	font-weight: 600;
	margin-bottom: 28px;
}
.specific__table {
	width: 100%;
	color: #fefefe;
}
.specific__table tr:nth-child(2n + 1) td {
	background: #0c2f61;
}
.specific__table tr:nth-child(2n) td {
	background: #092b5a;
}
.specific__table td {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 30px;
	vertical-align: top;
}
/* =========bundles========= */
.bundles {
	background: #001a47 url('../img/bundles_bg.jpg') no-repeat center bottom / 100%;
	padding: 90px 0 160px;
}
.bundles-wrap {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (minmax(0, 1fr))[3];
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 35px;
}
.bundle {
	background: url('../img/bundle_bg.png') no-repeat center / 100% 100%;
	padding: 60px 15px 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.bundle__icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 123px;
	margin-bottom: 35px;
}
.bundle__icon img {
	display: inline-block;
	height: 100%;
}
.bundle-top {
	text-align: center;
	margin-bottom: 65px;
}
.bundle-top .global-text25 {
	color: #70c6ff;
	font-weight: 700;
	line-height: 1eem;
}
.bundle-top .global-text46 {
	line-height: 1em;
}
.bundle-middle {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-left: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 30px;
	line-height: 1.8em;
	margin-bottom: 50px;
}
.bundle-middle ul {
	padding: 0;
	margin: 0;
}
.bundle-middle ul li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 10px;
}
.bundle-middle ul li::before {
	display: block;
	position: absolute;
	content: '';
	width: 18px;
	height: 16px;
	top: 8px;
	left: 0;
	background: url('../img/svg/bullet_ok.svg') no-repeat center / 100% 100%;
}
.bundle-middle ul li:last-child {
	margin-bottom: 0;
}
.btn_bundle {
	margin-top: 0 !important;
	min-width: 317px !important;
	gap: 20px !important;
}
.bundle-bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	min-height: 210px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}
.bundle__price {
	color: #00f7ff;
	font-family: "Space Grotesk";
	font-size: 38px;
	font-weight: 600;
	line-height: 1.2em;
}
.bundle__save {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 600;
	color: #96d5ff;
	line-height: 1em;
	text-transform: uppercase;
	background: #2857a1;
	padding: 8px 15px;
	gap: 10px;
	margin-top: 5px;
}
.bundle__save img {
	display: inline-block;
	width: 20px;
}
/* =========payments========= */
.payments {
	padding: 100px 0 150px;
}
.payments__title {
	margin-bottom: 45px;
}
.payments-cont {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 30px;
}
.payments__logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 25px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
}
.payments__logo img {
	display: inline-block;
	width: 82px;
}
/* =========contacts========= */
.contacts {
	position: relative;
	overflow: hidden;
	padding: 60px 0;
}
.contacts__thumb {
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
	width: auto;
	max-width: 1562px;
	height: 100%;
}
.contacts-cont {
	position: relative;
	z-index: 1;
	margin-left: -70px;
	padding: 70px 15px 70px 70px;
	background: url('../img/contacts-cont_bg.png') no-repeat center / 100% 100%;
	max-width: 850px;
	width: 100%;
}
.contacts__title {
	margin-bottom: 60px;
}
.contacts-col {
	max-width: 620px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
}
.btn_contacts {
	margin-top: 55px;
	padding: 0 100px;
}
.btn_contacts img {
	display: inline-block;
	width: 25px;
	margin-left: 15px;
}
/* =========footer========= */
.footer {
	margin-top: 140px;
	background: -webkit-gradient(linear,  left top, left bottom,  from(rgba(2,25,58,0.3)),color-stop(10%, rgba(2,25,58,0.3)),color-stop(20%, rgba(2,25,58,0.6)),color-stop(30%, rgba(2,25,58,0.8)),color-stop(40%, rgba(2,25,58,1)),color-stop(50%, rgba(2,25,58,1)),to(rgba(2,25,58,1)));
	background: linear-gradient(to bottom,  rgba(2,25,58,0.3) 0%,rgba(2,25,58,0.3) 10%,rgba(2,25,58,0.6) 20%,rgba(2,25,58,0.8) 30%,rgba(2,25,58,1) 40%,rgba(2,25,58,1) 50%,rgba(2,25,58,1) 100%);
	padding: 40px 0;
}
.footer-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.footer-left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 150px;
}
.footer__logo {
	display: inline-block;
	width: 311px;
}
.footer__logo img {
	display: inline-block;
	width: 100%;
}
.footer__list {
	padding: 0;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 10px;
	line-height: 1em;
}
.footer__list a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fefefe;
	gap: 20px;
	-webkit-transition: color 0.5s;
	transition: color 0.5s;
}
.footer__list a img {
	display: inline-block;
	width: 23px;
}
.footer__list a:hover {
	color: #1b8ad4;
}
.footer-right {
	text-align: right;
}
.footer__iso {
	display: block;
	max-width: 425px;
	width: 100%;
	margin-bottom: 30px;
}
.footer__copyrite {
	color: #2474bb;
	font-family: "Space Grotesk";
	font-size: 19px;
	font-weight: 400;
	line-height: 1em;
}
/* =========modal========= */
.pre-order .modal-dialog {
	max-width: 962px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.pre-order .modal-content {
	border: none;
	border-radius: 0;
	background: transparent url('../img/pre-order_bg.png') no-repeat center / 100% 100%;
}
.pre-order .modal-body {
	position: relative;
	padding: 55px 10px 130px;
}
.pre-order .close {
	display: inline-block;
	width: 20px;
	position: absolute;
	right: 25px;
	top: 25px;
	padding: 0;
	opacity: 1;
}
.pre-order .close img {
	display: inline-block;
	width: 100%;
}
.pre-order__title {
	text-align: center;
	font-weight: 600;
	line-height: 1em;
	color: #00f7ff;
	margin-bottom: 60px;
}
.pre-order-cont {
	max-width: 660px;
	width: 100%;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 40px;
}
.pre-order-row {
	margin-bottom: 10px;
}
.pre-order-row:last-child {
	margin-bottom: 0;
}
.pre-order-radio {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (minmax(0, 1fr))[2];
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
}
.pre-order-radio__title {
	color: #96d5ff;
	line-height: 1em;
	margin-bottom: 25px;
	font-weight: 500;
}
.btn_pre-order {
	background-image: url('../img/btn_pre-order_bg.png');
	margin-top: 0 !important;
}
.pre-order-success .modal-body {
	padding: 150px 15px 215px;
	text-align: center;
}
.pre-order-success__thumb {
	display: inline-block;
	width: 180px;
	margin-bottom: 65px;
}
.pre-order-success__title {
	color: #00f7ff;
	font-weight: 600;
	margin-bottom: 60px;
}
.pre-order-success__text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 40px;
	max-width: 505px;
	width: 100%;
	margin: 0 auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.pre-order-success__text button {
	padding: 0;
	border: none;
	background: transparent;
	color: #96d5ff;
	-webkit-transition: color 0.5s;
	transition: color 0.5s;
}
.pre-order-success__text button:hover {
	color: #fff;
}





/*Extra large devices (large desktops, 1430px and up) */
@media (max-width: 1429.5px) { 
	body {
		font-size: 19px;
	}
	/* =========welcome========= */
	.header {
		padding: 25px 0;
	}
	.header__logo {
		width: 270px;
	}
	.header-menu {
		gap: 25px;
	}
	.header-right {
		gap: 30px;
	}
	.btn_header {
		padding: 0 25px;
	}
	.welcome-cont {
		padding: 50px 0 80px;
	}
	.welcome__title {
		font-size: 44px;
	}
	.welcome__text {
		margin-bottom: 50px;
	}
	.btn_welcome {
		gap: 20px;
		padding: 0 30px;
	}
	.btn_welcome img {
		width: 18px;
	}
	.welcome-sert {
		margin-top: 60px;
	}
	/* =========why========= */
	.why {
		padding: 70px 0 100px;
	}
	.why__title {
		margin-bottom: 40px;
	}
	.why__icon {
		width: 60px;
		height: 70px;
	}
	.why-top {
		gap: 20px;
	}
	.why__list {
		margin-left: 80px;
		margin-top: 10px;
		gap: 15px;
	}
	.why__list li {
		padding-left: 35px;
	}
	.why__list-warning li::before, .why__list-ok li::before {
		width: 20px;
		height: 18px;
	}
	/* =========products========= */
	.products {
		padding: 70px 0;
	}
	.products-top {
		margin-bottom: 60px;
		gap: 15px;
	}
	.product__icon {
		height: 80px;
		margin-bottom: 45px;
	}
	.btn_product {
		min-width: 300px;
		gap: 30px;
	}
	.product__download {
		margin-top: 30px;
	}
	.btn_products {
		min-width: 330px;
		gap: 40px;
		margin-top: 50px;
	}
	.btn_products img {
		width: 23px;
	}
	/* =========specifics========= */
	.specifics {
		padding: 50px 0 40px;
	}
	.specifics__title {
		margin-bottom: 40px;
	}
	.specific__table td {
		padding: 8px 8px 8px 20px;
	}
	.specifics-cont {
		gap: 30px;
	}
	.specific__title {
		margin-bottom: 20px;
	}
	.specifics__thumb {
		width: 85%;
	}
	/* =========bundles========= */
	.bundles {
		padding: 50px 0 120px;
	}
	.bundles-wrap {
		gap: 15px;
	}
	.bundle {
		padding: 40px 15px 70px;
	}
	.bundle__icon {
		height: 100px;
		margin-bottom: 25px;
	}
	.bundle-top {
		margin-bottom: 40px;
	}
	.bundle-middle {
		gap: 20px;
		padding-left: 10px;
		margin-bottom: 35px;
	}
	.bundle-middle ul li {
		margin-bottom: 5px;
	}
	.bundle-middle ul li::before {
		top: 9px;
	}
	.bundle__price {
		font-size: 33px;
	}
	.bundle-bottom {
		min-height: 180px;
	}
	.btn_bundle {
		min-width: 290px !important;
		gap: 15px !important;
	}
	/* =========payments========= */
	.payments {
		padding: 50px 0 80px;
	}
	.payments__title {
		margin-bottom: 30px;
	}
	.payments-cont {
		gap: 20px;
	}
	.payments__logo {
		gap: 15px;
	}
	.payments__logo img {
		width: 70px;
	}
	/* =========contacts========= */
	.contacts-cont {
		margin-left: 0;
		padding: 40px 25px;
		max-width: 700px;
	}
	.contacts__title {
		margin-bottom: 30px;
	}
	.contacts-col {
		max-width: 550px;
	}
	.btn_contacts {
		margin-top: 30px;
		padding: 0 70px;
	}
	.btn_contacts img {
		width: 20px;
	}
	/* =========footer========= */
	.footer__logo {
		width: 275px;
	}
	.footer-left {
		gap: 65px;
	}
	/* =========modal========= */
	.pre-order .modal-dialog {
		max-width: 830px;
	}
	.pre-order-cont {
		max-width: 590px;
	}
	.pre-order__title {
		margin-bottom: 30px;
	}
	.pre-order-cont {
		gap: 25px;
	}

}

/*Extra large devices (large desktops, 1200px and up) */
@media (max-width: 1199.5px) { 
	body {
		font-size: 17px;
	}
	/* =========welcome========= */
	.header-menu {
		display: none;
	}
	.header {
		padding: 15px 0;
	}
	.header__logo {
		width: 250px;
	}
	.gumb {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 15px;
		width: 40px;
	}
	.gumb span {
		display: block;
		width: 100%;
		height: 2px;
		background: #b7e4f6;
	}
	.welcome-cont {
		padding: 70px 0 100px;
	}
	.welcome__title {
		font-size: 35px;
		margin-bottom: 10px;
	} 
	.welcome__text {
		max-width: 450px;
	}
	.btn_welcome {
		gap: 15px;
		padding: 0 25px;
	}
	.btn_secondary::after, .btn_primary-line::after {
		border-width: 1px;
		top: calc(100% - 1px);
		height: 5px;
	}
	.welcome-sert {
		margin-top: 40px;
	}
	.welcome-sert img {
		max-width: 400px;
	}
	.header-mob {
		position: fixed;
		z-index: 1100;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: #052a55;
	}
	.header-mob-body {
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		overflow: auto;
		padding-bottom: 25px;
	}
	.header-mob-top {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 15px;
	}
	.header-mob__close {
		display: inline-block;
		width: 40px;
		padding: 10px;
		line-height: 1em;
	}
	.header-mob__close img {
		display: inline-block;
		width: 100%;
	}
	.header-menu_mob {
		padding: 0;
		margin: 30px 0;
		text-align: right;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 20px;
	}
	.header-menu_mob a {
		display: inline-block;
		font-size: 21px;
		color: #1b8ad4;
		font-weight: 600;
		padding: 5px 25px;
	}
	.header-mob .btn_header {
		margin-left: auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		max-width: 240px;
		min-height: 55px;
		font-size: 21px;
		margin-right: 25px;
	}
	/* =========why========= */
	.why {
		padding: 50px 0 70px;
	}
	.why-col1, .why-col2 {
		width: auto;
	}
	.why-wrap {
		display: -ms-grid;
		display: grid;
		gap: 25px;
		-ms-grid-columns: (minmax(0, 1fr))[2];
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.why__list {
		margin-left: 20px;
	}
	/* =========products========= */
	.products {
		padding: 50px 0 70px;
	}
	.products-top {
		margin-bottom: 40px;
	}
	.products-wrap {
		-webkit-column-gap: 15px;
		-moz-column-gap: 15px;
		column-gap: 15px;
		row-gap: 25px;
	}
	.product {
		padding: 40px 15px;
	}
	.product__icon {
		height: 60px;
		margin-bottom: 30px;
	}
	.product__text {
		margin-bottom: 25px;
	}
	.btn_product {
		min-width: 260px;
		gap: 20px;
	}
	.btn_product img {
		width: 6px;
	}
	.product__download {
		margin-top: 20px;
		gap: 10px;
	}
	.product__download img {
		width: 15px;
	}
	.btn_products {
		min-width: 290px;
		gap: 20px;
		margin-top: 40px;
	}
	.btn_products img {
		width: 20px;
	}
	/* =========specifics========= */
	.specifics__thumb {
		position: static;
		max-width: inherit;
		width: calc(100% + 30px);
		margin-left: -15px;
	}
	.specifics__title {
		margin-bottom: 10px;
	}
	.specifics-cont {
		margin-left: 0;
		max-width: inherit;
		width: 100%;
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: (minmax(0, 1fr))[2];
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
	}
	.specific__title {
		margin-bottom: 10px;
	}
	.specific__table {
		font-size: 15px;
	}
	.specific__table td {
		padding: 5px 5px 5px 8px;
	}
	/* =========bundles========= */
	.bundles {
		padding: 40px 0 100px;
	}
	.bundles-wrap {
		gap: 5px;
	}
	.bundle {
		padding: 30px 10px 50px;
	}
	.bundle__icon {
		height: 70px;
		margin-bottom: 15px;
	}
	.bundle-top {
		margin-bottom: 30px;
	}
	.bundle-middle ul li::before {
		top: 8px;
		width: 17px;
		height: 15px;
	}
	.bundle-middle {
		gap: 15px;
		margin-bottom: 20px;
	}
	.bundle__price {
		font-size: 28px;
	}
	.bundle__save {
		padding: 4px 7px;
		gap: 5px;
	}
	.bundle__save img {
		width: 16px;
	}
	.btn_bundle {
		min-width: 220px !important;
		gap: 10px !important;
	}
	.bundle-bottom {
		min-height: 140px;
	}
	/* =========footer========= */
	.footer-wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.footer-left {
		width: 100%;
		gap: 0;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.footer-right {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-top: 25px;
	}
	.footer__iso {
		margin: 0;
	}
	.footer__copyrite {
		font-size: 14px;
	}
	.footer__iso {
		max-width: 350px;
	}
	.footer__logo {
		width: 230px;
	}
	.footer {
		margin-top: 40px;
	}
	/* =========modal========= */

}

/*Medium devices (tablets, 768px and up) */
@media (max-width: 767px) {
	body {
		font-size: 15px;
	}
	/* =========welcome========= */
	.header-right .btn_header {
		display: none;
	}
	.header__logo {
		width: 190px;
	}
	.gumb {
		gap: 10px;
		width: 35px;
	}
	.welcome-cont {
		padding: 20px 0 40px;
	}
	.welcome {
		background: url('../img/welcome_mob_bg.jpg') no-repeat center / cover;
	}
	.welcome__title {
		font-size: 26px;
	}
	.welcome__btns {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.btn_welcome {
		min-width: 210px;
	}
	.btn_welcome img {
		width: 15px;
	}
	.header-mob .btn_header {
		max-width: 210px;
		min-height: 45px;
		font-size: 17px;
		margin-right: 15px;
	}
	.header-menu_mob {
		gap: 5px;
	}
	.header-menu_mob a {
		padding: 5px 15px;
	}
	.welcome__title, .welcome__text {
		text-align: center;
	}
	.welcome-sert {
		text-align: center;
	}
	.welcome-sert img {
		width: 100%;
	}
	/* =========why========= */
	.why-wrap {
		-ms-grid-columns: (minmax(0, 1fr))[1];
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
	.why {
		padding: 40px 0;
		background: transparent;
	}
	.why__title {
		margin-bottom: 30px;
	}
	.why__list-warning li::before, .why__list-ok li::before {
		top: 6px;
	}
	/* =========products========= */
	.products {
		padding: 40px 0 70px;
	}
	.products-wrap {
		-ms-grid-columns: (minmax(0, 1fr))[1];
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
	.btn_product {
		min-width: 230px;
	}
	.btn_products {
		min-width: 250px;
	}
	.btn_products img {
		width: 18px;
	}
	/* =========specifics========= */
	.specifics {
		padding: 40px 0;
	}
	.specifics-cont {
		-ms-grid-columns: (minmax(0, 1fr))[1];
		grid-template-columns: repeat(1, minmax(0, 1fr));
		gap: 25px;
	}
	/* =========bundles========= */
	.bundles-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 15px;
	}
	.bundle-middle ul li::before {
		width: 15px;
		height: 13px;
	}
	.bundle {
		max-width: 330px;
		width: 100%;
	}
	.bundle-middle ul li {
		padding-left: 20px;
	}
	.bundle-bottom {
		min-height: inherit;
	}
	.btn_bundle {
		margin-top: 15px !important;
	}
	/* =========payments========= */
	.payments {
		padding: 40px 0 50px;
	}
	/* =========contacts========= */
	.contacts__thumb {
		position: static;
		width: calc(100% + 30px);
		margin-left: -15px;
		margin-bottom: 25px;
	}
	.contacts {
		padding: 0;
	}
	.contacts-cont {
		max-width: 100%;
		background: transparent;
		padding: 0;
	}
	.btn_contacts img {
		width: 17px;
	}
	/* =========footer========= */
	.footer__logo {
		width: 150px;
	}
	.footer__list a img {
		width: 18px;
	}
	.footer__list a {
		gap: 5px;
	}
	.footer-right {
		-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;
		gap: 10px;
		text-align: left;
	}
	.footer {
		padding: 30px 0 20px;
	}
	/* =========modal========= */
	.pre-order .modal-body {
		padding: 40px 15px 35px;
	}
	.pre-order .close {
		right: 15px;
		top: 15px;
	}
	.pre-order-radio__title {
		margin-bottom: 15px;
	}
	.pre-order-radio {
		-ms-grid-columns: (minmax(0, 1fr))[1];
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
	.global-radio-left {
		margin-top: 0;
	}
	.pre-order .global-textarea {
		height: 100px;
	}
	.pre-order-cont {
		gap: 15px;
	}
	.global-radio {
		margin-bottom: 10px;
	}
	.pre-order .modal-dialog {
		max-width: 360px;
	}
	.pre-order-success__thumb {
		width: 140px;
		margin-bottom: 40px;
	}
	.pre-order-success__title {
		margin-bottom: 30px;
	}
	.pre-order-success__text {
		gap: 30px;
	}

}