@font-face {
	font-family: 'Lato';
	src: local('Lato Light'), local('Lato-Light'), url('../fonts/lato-light.woff2') format('woff2'), url('../fonts/lato-light.woff') format('woff'), url('../fonts/lato-light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Lato';
	src: local('Lato Light Italic'), local('Lato-LightItalic'), url('../fonts/lato-lightitalic.woff2') format('woff2'), url('../fonts/lato-lightitalic.woff') format('woff'), url('../fonts/lato-lightitalic.ttf') format('truetype');
	font-weight: 300;
	font-style: italic;
}
@font-face {
	font-family: 'Lato';
	src: local('Lato Regular'), local('Lato-Regular'), url('../fonts/lato-regular.woff2') format('woff2'), url('../fonts/lato-regular.woff') format('woff'), url('../fonts/lato-regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Lato';
	src: local('Lato Italic'), local('Lato-Italic'), url('../fonts/lato-italic.woff2') format('woff2'), url('../fonts/lato-italic.woff') format('woff'), url('../fonts/lato-italic.ttf') format('truetype');
	font-weight: 400;
	font-style: italic;
}
@font-face {
	font-family: 'Lato';
	src: local('Lato Medium'), local('Lato-Medium'), url('../fonts/lato-medium.woff2') format('woff2'), url('../fonts/lato-medium.woff') format('woff'), url('../fonts/lato-medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'Lato';
	src: local('Lato Medium Italic'), local('Lato-MediumItalic'), url('../fonts/lato-mediumitalic.woff2') format('woff2'), url('../fonts/lato-mediumitalic.woff') format('woff'), url('../fonts/lato-mediumitalic.ttf') format('truetype');
	font-weight: 500;
	font-style: italic;
}
@font-face {
	font-family: 'Lato';
	src: local('Lato Bold'), local('Lato-Bold'), url('../fonts/lato-bold.woff2') format('woff2'), url('../fonts/lato-bold.woff') format('woff'), url('../fonts/lato-bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'Lato';
	src: local('Lato Bold Italic'), local('Lato-BoldItalic'), url('../fonts/lato-bolditalic.woff2') format('woff2'), url('../fonts/lato-bolditalic.woff') format('woff'), url('../fonts/lato-bolditalic.ttf') format('truetype');
	font-weight: 700;
	font-style: italic;
}
html{
	height: 100%;
	width: 100%;
	margin: 0;
}
body{
	margin: 0;
	color: #000000;
	font-size: 14px;
	line-height: 1.2;
	font-family: 'Lato', sans-serif;
	position: relative;
	width: 100%;
	-webkit-overflow-scrolling: touch;
	min-height: 100%;
	min-width: 320px;
}
.clear{
	clear: both;
	visibility: hidden;
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}
h1, h2, h3, h4, h5, h6{
	margin: 0 0 30px 0;
	font-weight: 700;
	color: #040404;
	line-height: 1.2;
}
h1{
	font-weight: 700;
	font-size: 30px;
}
h2{
	font-size: 28px;
}
h3{
	font-size: 26px;
}
h4{
	font-size: 24px;
}
h5{
	font-size: 20px;
}
h6{
	font-size: 16px;
}
p {
	color: #000000;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.63;	
	margin: 0 0 25px 0;
}
p:last-child{
	margin-bottom: 0px;
}
img{
	display: block;
	max-width: 100%;
}
a{
	outline: none;
}
ul{
	padding: 0;
	margin: 0;
}
li{
	list-style: none;
}
/*== buttons
---------------------------------*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  margin: 0; /* 2 */
}
button{
	margin:0;
	padding:0;
	border:none;
	background:none;
	cursor:pointer;
	overflow:visible;
	width:auto;
	outline: none;
	box-shadow: none;
}
button:hover , button:focus , button:active{
	outline: none;
	text-decoration: none;
}
a:hover , a:focus , a:active{
	outline: none;
	text-decoration: none;
}
/*== inputs
---------------------------------*/
input{
	outline: none;
	border: none;
}
textarea{
	height: 80px;
	outline: none;
}
select{
	outline: none;
}
.b-select{
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
	-ms-appearance: none;
	appearance: none !important; 
    transition: 0.3s;
}
.b-select:hover{
	border-color: #2f95fe;
	transition: 0.3s;
}
.fancybox-enabled{
	padding: 0 17px 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.fancybox-container {
	z-index: 999999;
}
.modal-dialog{
	pointer-events: inherit;
}
.modal{
	z-index: 99999999;
}
.slick-slide , .slick-slide:hover , .slick-slide:focus{
	outline: none !important;
}
/* End Total css ====*/
.container-fluid{

}
.container{
	max-width: 1550px;
	padding: 0 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto 0;
}
.b-container{
	background: #121212;
}
/* -------------- b-promo -------------- */
.b-promo{
	height: 100vh;
	position: relative;
}
.b-promo__logo{
	position: absolute;
	top: 155px;
	left: 0;
	width: 73px;
	height: 205px;
	background: #3C8EDE;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 5;
}
.b-promo__img{
	height: 100%;
}
.b-promo__img video{
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	min-height: 100%;
	width: 100%;
	height: 100%;
	z-index: 1;
	object-fit: cover;
}
/* -------------- b-desc -------------- */
.b-desc{
	background: url("../images/desc-bg.jpg") center top no-repeat;
	background-size: cover;
	height: 837px;
	padding: 86px 0 25px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-desc .container{
	position: relative;
	height: 100%;
}
.b-desc__text{
	max-width: 525px;
}
.b-desc__text-title{
	font-weight: 700;
	font-size: 50px;
	line-height: 60px;
	text-transform: uppercase;
	color: #3C8EDE;
	margin-bottom: 65px;
}
.b-desc__text p{
	font-weight: 400;
	font-size: 24px;
	line-height: 29px;
	color: #FFFFFF;
}
.b-desc__img{
	position: absolute;
	bottom: -68px;
	right: -63px;
}
/* -------------- b-laptops -------------- */
.b-laptops{
	padding: 120px 0 75px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 100%;
}
.b-laptops .container{

}
.b-title{
	font-weight: 700;
	font-size: 50px;
	line-height: 60px;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 70px;
}
.b-laptops__sticky{
	position: sticky;
	top: -270px;
	background: #121212;
	margin-bottom: 65px;
	z-index: 100;
}
.b-slider{

}
.b-slider .slick-track{

}

.b-slider__item-img{
	width: 100%;
	height: 263px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 5px;
}
.b-slider__item-wrap{
	text-align: center;
}
.b-slider__item-name{
	font-weight: 700;
	font-size: 30px;
	line-height: 36px;
	color: #FFFFFF;
	margin-bottom: 5px;
	height: 72px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-slider__item-price{
	font-weight: 400;
	font-size: 30px;
	line-height: 36px;
	color: #FFFFFF;
	margin-bottom: 25px;
}
.b-slider__item-btn{
	width: 233px;
	height: 64px;
	border: 2px solid #3C8EDE;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 15px;
	font-weight: 700;
	font-size: 20px;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFFFFF;
	text-decoration: none;
	transition: 0.3s;
	margin: 0 auto 0;
}
.b-slider__item-btn:hover ,
.b-slider__item-btn:active ,
.b-slider__item-btn:focus{
	text-decoration: none;
	background: #3C8EDE;
	transition: 0.3s;
}
.slick-arrow{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 64px;
	height: 64px;
	border-radius: 100%;
	text-indent: -99999px;
	z-index: 10;
	transition: 0.3s;
}
.slick-prev{
	background: #4B4B4B url("../images/arrow-left.svg") center no-repeat;
	left: -30px;
}
.slick-next{
	background: #4B4B4B url("../images/arrow-right.svg") center no-repeat;
	right: -30px;
}
.b-laptops__sticky.sticky-element .slick-arrow{
	top: 77%;
	transition: 0.3s;
}
.slick-arrow:hover{
	filter: contrast(140%);
	transition: 0.3s;
}
.b-item{

}
.b-item__top{
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top: 2px solid #3C8EDE;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 25px 60px 25px 67px;
	cursor: pointer;
}
.b-item__top-title{
	font-weight: 500;
	font-size: 40px;
	line-height: 1.2;
	color: #FFFFFF;
}
.b-item__top-icon{
	background: url("../images/arrow.svg") center no-repeat;
	width: 34px;
	height: 34px;
	transform: rotate(0deg);
	transition: 0.3s;
}
.b-item__top.active .b-item__top-icon{
	transform: rotate(180deg);
	transition: 0.3s;
}

.b-item__content{
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-top: 2px dashed #3C8EDE;
	padding: 0;
	top: -35px;
	height: 0;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
}
.b-item:last-child{
	border-bottom: 2px solid #3C8EDE;
}
.b-item__content.active{
	top: 0;
	padding: 35px 0;
	height: auto;
	overflow: hidden;
	opacity: 1;
	visibility: visible;
}

.b-block{
	padding: 0 0 0 67px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-block:not(:last-child){
	margin-bottom: 15px;
}
.b-block__title{
	font-weight: 500;
	font-size: 25px;
	line-height: 30px;
	color: #828282;
	margin-bottom: 15px;
}
.b-block__slider-col{
	text-align: center;
	height: 85px;
	display: flex !important;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	font-weight: 500;
	font-size: 23px;
	line-height: 1.1;
	color: #FFFFFF;
	position: relative;
}
.b-block__slider-col:before{
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	content: "";
	width: 2px;
	height: 60px;
	background: #4E4E4E;
}
.b-block__slider-col span{
	font-weight: 300;
	font-size: 100px;
	padding-bottom: 9px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-block__slider-col img{
	margin-bottom: 5px;
}
.b-block__slider-col img:last-child{
	margin-bottom: 0px;
}
/* -------------- b-advantages -------------- */
.b-advantages{
	padding: 0px 0 60px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-advantages__top{
	margin-bottom: 28px;
}
.b-advantages__nav{
	overflow: visible;
}
.b-advantages__nav .slick-list{
	overflow: visible;
}
.b-advantages__nav-col{
	margin-right: 26px;
	position: relative;
}
.b-advantages__nav-item{
	width: 100%;
	height: 228px;
	background: #212127;
	border-radius: 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.b-advantages__nav-img{
	height: 90px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	margin-bottom: 15px;
}
.b-advantages__nav-item span{
	font-weight: 500;
	font-size: 25px;
	line-height: 30px;
	display: block;
	text-align: center;
	color: #FFFFFF;
}
.b-advantages__nav-col:after{
	position: absolute;
	top: 38%;
	left: -29px;
	content: "";
	background: url("../images/advantages/sc.svg");
	width: 287px;
	height: 170px;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
	transition: 0.3s;
}
.b-advantages__nav-col.slick-current:after{
	opacity: 1;
	visibility: visible;
	transition: 0.3s;
}
.b-advantages__nav-col:first-child:after{
	background: url("../images/advantages/sc1.svg");
	width: 257px;
	left: 0;
}
.b-advantages__nav-col:last-child:after{
	width: 257px;
}
.b-advantages__nav-col:last-child{
	margin-right: 0px;
}

@media (min-width: 767px) {
	.b-advantages__nav .slick-track{
		transform: translate3d(0px, 0px, 0px) !important;
	}
}
.b-advantages__item:first-child{
	border-radius: 0 30px 30px 30px;
}
.b-advantages__item{
	background: #212127;
	height: 554px;
	border-radius: 30px;
	display: flex !important;
	justify-content: space-between;
	align-content: flex-start;
	overflow: hidden;
}
.b-advantages__item__left{
	padding: 50px 0 50px 114px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 770px;
	position: relative;
	z-index: 10;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
}
.b-advantages__item-title{
	font-weight: 700;
	font-size: 32px;
	line-height: 1.4;
	color: #FFFFFF;
	margin-bottom: 40px;
}
.b-advantages__item__left p{
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	color: #FFFFFF;
	max-width: 600px;
}
.b-advantages__item__left p span{
	font-weight: 700;
	color: #3C8EDE;
}
.b-advantages__item__img{
	position: relative;
	flex-shrink: 0;
}
.b-advantages__item__img img{
	height: 100%;
	object-fit: cover;
}
.b-advantages__item__img:before{
	position: absolute;
	top: -60px;
	left: -160px;
	content: "";
	width: 277px;
	height: 687px;
	background: #212127;
	filter: blur(25px);
	z-index: 3;
}
.b-advantages__row{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
	margin: 50px 0 0 0;
}
.b-advantages__block{
	position: relative;
	padding: 0 22px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}
.b-advantages__block:first-child{
	padding-left: 0px;
}
.b-advantages__block:after{
	position: absolute;
	top: 0;
	right: 0;
	content: "";
	width: 2px;
	height: 75px;
	background: #4E4E4E;
}
.b-advantages__block-img{
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 15px;
}
.b-advantages__block span{
	display: block;
	text-align: center;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.3;
	color: #FFFFFF;
}
.b-advantages__block:last-child:after{
	display: none;
}
.b-advantages__slider .slick-arrow{
	width: 33px;
	height: 60px;
}
.b-advantages__slider .slick-prev{
	background: url("../images/advantages/sprev.svg") center no-repeat;
	left: 31px;
}
.b-advantages__slider .slick-next{
	background: url("../images/advantages/snext.svg") center no-repeat;
	right: 21px;
}
/* -------------- b-products -------------- */
.b-products{
	padding: 62px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-products .b-title{
	margin-bottom: 82px;
}
.b-products__slider{
	margin-left: -10px;
	margin-right: -10px;
}
.b-products__slider-col{
	padding-left: 10px;
	padding-right: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-product{
	position: relative;
	border-radius: 30px;
	padding: 15px 20px 35px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.b-product__bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: radial-gradient(68.63% 30.14% at 49.86% 13.78%, #1D5489 0%, rgba(44, 48, 52, 0) 100%);
	border-radius: 30px 30px 0px 0px;
}
.b-product__bg:after{
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 357px;
	background: radial-gradient(68.63% 68.63% at 49.86% 31.37%, #1D5489 0%, rgba(44, 48, 52, 0) 100%);
	border-radius: 30px 30px 0px 0px;
	z-index: 2;
}
.b-product__img{
	margin-bottom: 12px;
	position: relative;
	z-index: 5;
	height: 215px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.b-product__name{
	font-weight: 700;
	font-size: 22px;
	line-height: 26px;
	text-align: center;
	color: #FFFFFF;
	margin-bottom: 20px;
	min-height: 78px;
	position: relative;
	z-index: 5;
}
.b-product__price{
	font-weight: 400;
	font-size: 25px;
	line-height: 1;
	text-align: center;
	color: #3C8EDE;
	position: relative;
	z-index: 5;
	margin-bottom: 20px;
}
.b-product__btn{
	position: relative;
	z-index: 5;
	width: 250px;
	height: 64px;
	border: 2px solid #3C8EDE;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 10px;
	font-weight: 700;
	font-size: 20px;
	line-height: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFFFFF;
	margin: 0 auto 40px;
	transition: 0.3s;
	text-decoration: none;
}
.b-product__btn:hover ,
.b-product__btn:active ,
.b-product__btn:focus{
	transition: 0.3s;
	text-decoration: none;
	background: #3C8EDE;
}
.b-product ul{
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 5;
}
.b-product ul li{
	font-weight: 400;
	font-size: 20px;
	line-height: 1.25;
	color: #FFFFFF;
	padding-left: 20px;
	padding-right: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
.b-product ul li:before{
	position: absolute;
	top: 10px;
	left: 0;
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 100%;
	background: #ffffff;
}
.b-products__slider .slick-arrow{
	top: 34%;
}
.b-products__slider .slick-prev{
	left: -50px;
}
.b-products__slider .slick-next{
	right: -50px;
}
/* -------------- b-footer -------------- */
.b-footer{
	background: url(../images/footer-bg.png) center top no-repeat;
	height: 672px;
}
.b-footer .container{
	display: flex;
	align-items: center;
	height: 100%;
}
.b-footer__logo{
	display: block;
	margin: 0 0 40px 0;
}
.b-footer__title{
	font-weight: 700;
	font-size: 48px;
	line-height: 58px;
	text-transform: uppercase;
	color: #3C8EDE;
	margin-bottom: 70px;
}
.b-footer__btn{
	width: 282px;
	height: 64px;
	border: 2px solid #3C8EDE;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 10px;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.3;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
	transition: 0.3s;
}
.b-footer__btn:hover ,
.b-footer__btn:active ,
.b-footer__btn:focus{
	transition: 0.3s;
	text-decoration: none;
	background: #3C8EDE;
}