@font-face {
    font-family: 'Lato';
    src: local("Lato Regular"), local("Lato-Regular"),
    	 url("../fonts/Lato/latoregular.woff2") format("woff2"),
    	 url("../fonts/Lato/latoregular.woff") format("woff"),
    	 url("../fonts/Lato/latoregular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Lato';
    src: local("Lato Italic"), local("Lato-Italic"),
    	 url("../fonts/Lato/latoitalic.woff2") format("woff2"),
    	 url("../fonts/Lato/latoitalic.woff") format("woff"),
    	 url("../fonts/Lato/latoitalic.ttf") format("truetype");
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'Lato';
    src: local("Lato Bold"), local("Lato-Bold"),
    	 url("../fonts/Lato/latobold.woff2") format("woff2"),
    	 url("../fonts/Lato/latobold.woff") format("woff"),
    	 url("../fonts/Lato/latobold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}
@font-face {
	font-family: 'rouble';
	src: url("../fonts/rouble.eot");
	src: url("../fonts/rouble.eot?") format("embedded-opentype"),
		 url("../fonts/rouble.woff") format("woff"),
		 url("../fonts/rouble.ttf") format("truetype"),
		 url("../fonts/rouble.svg") format("svg");
}
.rub {
	font-family: 'rouble';
}




html, body {
	height: 100%;
	color: #1e262d;
	font-size: 14px;
	font-family: 'Lato';
}
.wrapper {
	min-height: 100%;
	padding-bottom: 600px;
}
@media(max-width: 767px) {
	.wrapper {
		padding-bottom: 0;
	}
}


/* Icon animate */
.cart-icon-anim {
	display: block;
	position: absolute;
	width: 36px;
	height: 36px;
	padding: 8px;
	border-radius: 18px;
	background: #F0F;
	z-index: 200;
	text-align: center;
}
.cart-icon-anim i {
	height: 20px;
	color: #FFF;
	font-size: 20px;
	line-height: 20px;
}

/* Base */
.container {
	min-width: 320px;
	padding-right:15px;
	padding-left:15px;
	margin: 0 auto;
}
@media (min-width: 750px) {
	.container {
		width:730px
	}
}
@media (min-width: 992px) {
	.container{
		width:970px
	}
}
@media (min-width: 1200px) {
	.container {
		width:1170px;
	}
}
.container--fluid {
	padding: 0 70px;
}
.clearfix:after {
	content: "";
	display: block;
    clear: both;
}
.material-icons {
	font-size: 16px;
}

a {
	color: #3299f2;
	text-decoration: none;
	transition: all linear 0.2s;
}
a:hover, a:focus {
	color: #ff00ff;
}
a.yellow {
	color: #FF0;
}
a.yellow:hover, a.yellow:focus {
	color: #FFFF6E;
}
.dashed {
	border-bottom: 1px dashed;
}

.btn {
	display: inline-block;
	height: 42px;
	padding: 0 25px;
	border-radius: 25px;
	color: #FFF;
	font-size: 14px;
	line-height: 42px;
	background: #F0F;
	transition: all linear 0.3s;
}
.btn--hidden {
	opacity: 0;
}
.btn:hover, .btn:focus {
	color: #FFF;
	background: #378cdb;
}
.btn--blue {
	background: #378CDB;
}
.btn--blue:hover, .btn--blue:focus {
	background: #F0F;
}
.btn--white {
	color: #3299f2;
	background: #FFF;
}
.btn--white:hover, .btn--white:focus {
	background: #FFF;
	color: #ff00ff;
}
.btn--yellow {
	color: #3299f2;
	background: #FF0;
}
.btn--dark {
	background: #FFF;
	color: #151720;
	border: 2px solid !important;
}
.btn--dark:hover, .btn--dark:focus {
	color: #FFF;
	border: 2px solid #378cdb !important;
}
.btn--i {
	position: relative;
	padding-left: 55px;
}
.btn--i i {
	position: absolute;
	left: 17px;
	top: 10px;
	padding: 3px 9px 3px 0;
	border-right: 1px solid #FFF;
	font-size: 16px;
}
.btn--blue.btn--i i {
	border-right: 1px solid #056fd2;
	transition: border linear 0.3s;
}
.btn--blue.btn--i:hover i, .btn--blue.btn--i:focus i {
	border-right: 1px solid #FFF;
}
.btn--dark.btn--i i {
	border-right: 1px solid #000;
}
.btn--dark.btn--i:hover i, .btn--dark.btn--i:focus i {
	border-right: 1px solid #FFF;
}
button {
	border: none;
}


/* Title */
h1, .h1 {
	margin: 0;
	margin-bottom: 20px;
	color: #000;
	font-size: 26px;
	font-family: 'Arial';
	font-weight: 800;
}
h2, .h2 {
	margin: 0;
	margin-bottom: 25px;
	color: #1e262d;
	font-size: 22px;
	font-weight: bold;
}
h3, .h3 {
	margin: 0;
	margin-bottom: 25px;
	color: #c9c9c9;
	font-size: 14px;
	font-family: 'Arial';
	font-weight: 800;
	line-height: 22px;
	text-transform: uppercase;
}

.s-content {
	font-size: 16px;
}
.s-content p {
	margin-top: 0;
	margin-bottom: 30px;
	line-height: 26px;
}
.s-content table {
	width: 100%;
	border-collapse: collapse;
}
.s-content td, .s-content th {
	padding: 10px;
	border: 1px solid #fff;
	background: #EFEFEF;
}
.s-content img {
    max-width:100%;
}

.s-content td p:last-child, .s-content th p:last-child {
    margin-bottom:0px;
}

.counter {
	display: inline-block;
    position: relative;
    width: 150px;
    height: 40px;
    padding: 0 45px;
    margin-right: 10px;
	border-radius: 20px;
	border: 2px solid #000;
    vertical-align: top;
}
.counter__minus, .counter__plus {
    position: absolute;
    top: 0;
    width: 45px;
    height: 36px;
    color: #000;
	font-size: 24px;
    line-height: 34px;
    text-align: center;
    cursor: pointer;
}
.counter__minus:hover, .counter__plus:hover, .counter__minus:focus, .counter__plus:focus {
	color: #F0F;
}
.counter__minus {
	left: 0;
}
.counter__plus {
	right: 0;
}
.counter__value {
	display: inline-block;
	width: 100%;
	height: 28px;
	margin-top: 4px;
	border: none;
	text-align: center;
	font-size: 18px;
	border-left: 1px solid #000; 
	border-right: 1px solid #000; 
}

/* Path */
.path {
	height: 40px;
	margin-bottom: 50px;
	color: #FFF;
	font-size: 12px;
	line-height: 40px;
	background: rgb(32,48,183);
	background: -moz-linear-gradient(left, rgba(32,48,183,1) 0%, rgba(5,111,210,1) 100%);
	background: -webkit-linear-gradient(left, rgba(32,48,183,1) 0%,rgba(5,111,210,1) 100%);
	background: linear-gradient(to right, rgba(32,48,183,1) 0%,rgba(5,111,210,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2030b7', endColorstr='#056fd2',GradientType=1);
}
.path a {
	color: #FFF;
}
.path i {
	position: relative;
	top: 3px;
	padding: 0 10px;
	font-size: 14px;
}
@media(max-width: 767px) {
	.path {
		margin-bottom: 20px;
	}
}


/* Header */
.header--main {
	position: relative;
	height: 980px;
	margin-bottom: 70px;
	background: rgb(57,0,159);
	background: -moz-linear-gradient(45deg, rgba(57,0,159,1) 0%, rgba(5,111,210,1) 100%);
	background: -webkit-linear-gradient(45deg, rgba(57,0,159,1) 0%,rgba(5,111,210,1) 100%);
	background: linear-gradient(45deg, rgba(57,0,159,1) 0%,rgba(5,111,210,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#39009f', endColorstr='#056fd2',GradientType=1);
}
.header--in {
	position: relative;
	height: 490px;
	background: rgb(57,0,159);
	background: -moz-linear-gradient(45deg, rgba(57,0,159,1) 0%, rgba(5,111,210,1) 100%);
	background: -webkit-linear-gradient(45deg, rgba(57,0,159,1) 0%,rgba(5,111,210,1) 100%);
	background: linear-gradient(45deg, rgba(57,0,159,1) 0%,rgba(5,111,210,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#39009f', endColorstr='#056fd2',GradientType=1);
	overflow: hidden;
}
.header__item {
	position: absolute;
	cursor: pointer;
}
.header__name {
	position: absolute;
	max-width: 200px;
	text-align: left;
	transition: all linear 0.3s;
}
.header__name-link {
	color: #FFF;
	line-height: 24px;
	opacity: 0.7;
	transition: all linear 0.3s;
}
.header__item img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}
.header__img-white {
	z-index: 2;
}
.header__img-blue {
	opacity: 0;
	transition: opacity linear 0.3s;
}
.header__guarant {
	width: 511px;
	height: 579px;
	left: 50px;
	bottom: 200px;
}
.header__guarant .header__name {
	left: 50px;
	top: 15px;
}
.header__delivery {
	left: 200px;
	bottom: -30px;
	width: 509px;
	height: 413px;
}
.header__delivery .header__name {
	right: -240px;
	bottom: 130px;
}
.header__konsult {
	top: 300px;
	right: 240px;
	width: 210px;
	height: 223px;
}
.header__konsult .header__name {
	top: -100px;
	left: 0;
}
.header__service {
	right: 265px;
	bottom: 100px;
	width: 440px;
	height: 293px;
}
.header__service .header__name {
	top: -40px;
	left: 40px;
}
.header__tech {
	width: 287px;
	height: 174px;
	right: 20px;
	bottom: 50px;
}
.header__tech .header__name {
	left: -140px;
	bottom: 0;
}
.header__item:hover .header__name-link, .header__item:focus .header__name-link  {
	color: #FF0;
	opacity: 1;
}
.header__item:hover .header__img-blue, .header__item:focus .header__img-blue {
	opacity: 1;
}
.header__name-circle {
	display: inline-block;
	position: absolute;
	left: 0;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #FFFF24;
}
.header__name-circle:after {
	content: "";
	position: absolute;
	left: -3px;
	right: -3px;
	top: -3px;
	bottom: -3px;
	border: 1px solid #FFF;
	border-radius: 50%;
	opacity: 0.3;
}
.header__guarant .header__name-circle {
	bottom: -200px;
}
.header__delivery .header__name-circle {
	left: -40px;
	top: 10px;
}
.header__tech .header__name-circle {
	top: -2px;
	right: 40px;
	left: auto;
}
.header__konsult .header__name-circle {
	bottom: -60px;
}
.header__service .header__name-circle {
	bottom: -100px;
}
.header__name-circle {
	opacity: 0;
	transition: all linear 0.3s;
}
.header__item:hover .header__name-circle, .header__item:focus .header__name-circle {
	opacity: 1;
	transition-delay:0.2s;
}
.header__guarant .header__name-link:after {
	content: "";
	position: absolute;
	left: 5px;
	top: 105%;
	height: 0;
	border-left: 1px dashed #FFFF24;
	opacity: 0;
	transition: all linear 0.3s;
}
.header__guarant:hover .header__name-link:after {
	height: 175px;
	opacity: 1;
}
.header__delivery .header__name-link:after {
	content: "";
	position: absolute;
	right: 102%;
	top: 13px;
	width: 0;
	height: 1px;
	border-bottom: 1px dashed #FFFF24;
	opacity: 0;
	transition: all linear 0.3s;
}
.header__delivery:hover .header__name-link:after {
	width: 20px;
	opacity: 1;
}
.header__tech .header__name-link:after {
	content: "";
	position: absolute;
	left: 100px;
	top: 1px;
	width: 0;
	height: 1px;
	border-bottom: 1px dashed #FFFF24;
	opacity: 0;
	transition: all linear 0.3s;
}
.header__tech:hover .header__name-link:after {
	width: 20px;
	opacity: 1;
}
.header__konsult .header__name-link:after {
	content: "";
	position: absolute;
	left: 4px;
	top: 105%;
	height: 0px;
	opacity: 0;
	border-left: 1px dashed #FFFF24;
	transition: all linear 0.3s;
}
.header__konsult:hover .header__name-link:after {
	height: 40px;
	opacity: 1;
}
.header__service .header__name-link:after {
	content: "";
	position: absolute;
	left: 4px;
	top: 105%;
	height: 0px;
	opacity: 0;
	border-left: 1px dashed #FFFF24;
	transition: all linear 0.3s;
}
.header__service:hover .header__name-link:after {
	height: 80px;
	opacity: 1;
}


@media (max-width: 1650px) {
	.header__delivery .header__name {
		left: -150px;
		right: auto;
		bottom: 50px;
	}
	.header__delivery .header__name-link:after {
		left: 102%;
	}
	.header__delivery:hover .header__name-link:after {
		width: 20px;
		opacity: 1;
	}
	.header__delivery .header__name-circle {
		left: 220px;
		right: auto;
	}
}
@media (max-width: 1600px) {
	.header__guarant {
		left: -20px;
	}
	.header__konsult {
		right: 40px;
	}
	.header__tech {
		right: -50px;
		bottom: 20px;
	}
}
@media (max-width: 1450px) {
	.header__service {
		right: 50px;
	}
	.header__guarant {
		left: -70px;
	}
	.header__guarant .header__name {
		left: 90px;
	}
}
@media (max-width: 1350px) {
	.header--main .header__slogan {
		font-size: 25px;
		line-height: 30px;
	}
}
@media (max-width: 1200px) {
	.header--main {
		height: 500px;
	}
	.header--main .header__slogan {
		font-size: 35px;
		line-height: 40px;
	}
	.header__item {
		display: none;
	}
	.header__item.header__guarant {
		display: block;
		bottom: -180px;
		right: 0;
		left: auto;
	}
	.header__guarant .header__name, .header__img-blue {
		display: none;
	}
}
@media(max-width: 992px) {
	.header--main .header__slogan {
		margin-top: 50px;
	}
}
@media(max-width: 500px) {
	.header--main .header__slogan {
		font-size: 25px;
		line-height: 28px;
		margin-top: 80px;
	}
}


/* Top */
.top {
	height: 90px;
	padding-top: 32px;
}
.top .container--fluid {
	display: flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
}
.top__left {
	display: flex;
	max-width: 40%;
	min-width: 40%;
}
.top__right {
	display: flex;
	max-width: 40%;
	min-width: 40%;
	-webkit-justify-content: flex-end;
	        justify-content: flex-end;
}
#cart-block .btn {
	min-width: 140px;
}
.top__menu {
	margin-right: 45px;
	height: 30px;
	color: #000;
}
.top__menu i {
	font-size: 30px;
}
.top__nav {
	padding-top: 5px;
}
.top__nav-item {
	display: inline-block;
	margin-right: 25px;
	color: #000;
	font-weight: bold;
	font-family: 'Arial';
	text-transform: uppercase;
}
.top__phone {
	margin-right: 45px;
}
.top__phone-number {
	margin-bottom: 2px;
	color: #000;
	font-size: 24px;
	font-family: 'Arial';
	font-weight: bold;
}
.top__logo--main {
	position: relative;
	top: -33px;
	text-align: center;
}
.top__logo-colors {
	display: inline-block;
	display: flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	width: 140px;
	margin: 0 auto 35px;
}
.top__logo-color {
	position: relative;
	top: -30px;
	max-width: 30%;
	min-width: 30%;
	height: 100px;
	border-radius: 0 0 1px 1px;
	transition: top linear 0.3s;
	transition-delay: 0.75s;
}
.top__logo-color:first-child {
	transition-delay: 0.5s;
}
.top__logo-color:last-child {
	transition-delay: 1s;
}
.in-view .top__logo-color {
	top: 0;
}
.top__logo {
	margin-top: 5px;
}
.header--in .top__menu, .header--main .top__menu {
	color: #FFF;
}
.header--in .top__menu:hover, .header--in .top__menu:focus, .header--main .top__menu:hover, .header--main .top__menu:focus {
	color: #3299F2;
}
.header--in .top__nav-item, .header--main .top__nav-item {
	color: #FFF;
}
.header--in .top__nav-item:hover, .header--in .top__nav-item:focus, .header--main .top__nav-item:hover, .header--main .top__nav-item:focus {
	color: #3299F2;
}
.header--in .top__phone-number, .header--main .top__phone-number {
	color: #FFF;
}
.header--in .top__city, .header--main .top__city {
	color: #FF0;
}
.header__content {
	padding: 100px 300px 0;
	text-align: center;
}
.header .btn {
    position: relative;
    z-index: 10;
}
.header__slogan {
    position: relative;
    z-index: 10;
	margin-bottom: 25px;
	color: #FFF;
	font-size: 40px;
	font-family: 'Arial';
	font-weight: 800;
	line-height: 50px;
}
.header__slogan-sub {
	padding: 0 150px;
	color: #FFF;
	opacity: 0.3;
	line-height: 24px;
}
.scroll-animate .consulting1, .scroll-animate .repair1, .scroll-animate .postavka1 .scroll-animate .service1 {
	position: absolute;
	right: -1000px;
	opacity: 0;
	transition: all linear 0.5s;
	transition-delay: 1s;
}
.scroll-animate .consulting2, .scroll-animate .repair2, .scroll-animate .postavka2 .scroll-animate .service2 {
	position: absolute;
	left: -1000px;
	opacity: 0;
	transition: all linear 0.5s;
	transition-delay: 0.5s;
}
.in-view .consulting1 {
	position: absolute;
	right: 60px;
	bottom: 20px;
	opacity: 0.8;
}
.in-view .consulting2 {
	position: absolute;
	left: -80px;
	bottom: 25px;
	opacity: 0.8;
}
.in-view .repair1 {
	position: absolute;
	right: 60px;
	bottom: -60px;
	opacity: 0.8;
}
.in-view .repair2 {
	position: absolute;
	left: -15px;
	bottom: -15px;
	opacity: 0.8;
}
.in-view .postavka1 {
	position: absolute;
	right: 0;
	bottom: -130px;
	opacity: 0.8;
}
.in-view .postavka2 {
	position: absolute;
	left: -230px;
	bottom: -230px;
	opacity: 0.8;
}
.in-view .service1 {
	position: absolute;
	right: 100px;
	bottom: -200px;
	opacity: 0.8;
}
.in-view .service2 {
	position: absolute;
	left: -90px;
	bottom: -160px;
	opacity: 0.8;
}


@media (max-width: 1770px) {
	.top__left {
		max-width: 50%;
		min-width: 50%;
	}
	.top__right {
		max-width: 30%;
		min-width: 30%;
	}
	.top__menu {
		margin-right: 20px;
	}
	.top__nav-item {
		margin-right: 15px;
	}
}
@media (max-width: 1500px) {
	.top__phone {
		margin-right: 20px;
	}
	.top__phone-number {
		font-size: 18px;
	}
	.top__nav-item {
		margin-right: 10px;
		font-size: 12px;
	}
	.in-view .consulting1 {
		right: -150px;
	}
	.in-view .service2 {
		left: -290px;
	}
	.in-view .service1 {
		right: -100px;
	}
	.in-view .postavka2 {
		left: -350px;
	}
	.in-view .postavka1 {
		right: -200px;
	}
	.in-view .repair1 {
		right: -160px;
	}
}
@media (max-width: 1200px) {
	.top__left {
		max-width: 30%;
		min-width: 30%;
	}
	.top__right {
		max-width: 40%;
		min-width: 40%;
	}
	.top__nav {
		display: none;
	}
	.header__content {
		padding: 100px 150px 0;
	}
	.consulting2, .service2, .postavka2, .repair2 {
		display: none;
	}
}
@media (max-width: 992px) {
	.top {
		height: 50px;
		padding-top: 20px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);;
	}
	.top__logo img {
		width: 140px;
	}
	.top .container--fluid {
		display: block;
		text-align: center;
	}
	.top__left, .top__right {
		display: none;
	}
	.header--in {
		height: 350px;
	}
	.header__content {
		padding: 50px 100px 0;
	}
	.header__slogan {
		font-size: 30px;
		line-height: 40px;
	}
	.header__slogan-sub {
		padding: 0 50px;
		opacity: 0.7;
	}
}
@media (max-width: 767px) {
	.header--in {
		height: 300px;
	}
	.header__slogan {
		font-size: 20px;
		line-height: 25px;
	}
	.header__content {
		padding: 50px 50px 0;
	}
	.in-view .consulting1, .in-view .service1, .in-view .postavka1, .in-view .repair1 {
		max-width: 90%;
		max-height: 90%;
		right: 0;
		bottom: 0;
		opacity: 0.4;
	}
}
@media (max-width: 500px) {
	.header__content {
		padding: 30px 30px 0;
	}
	.header__slogan-sub {
		padding: 0;
	}
}


/* Footer */
.footer {
	height: 600px;
	border-top: 1px solid #266bce;
	margin-top: -600px;
}
.footer__line1 {
	height: 455px;
	padding: 70px 0 40px;
}
.footer__line1 .container {
	display: flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
    flex-wrap: wrap;
}
.footer__line1__left {
	display: flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	max-width: 45%;
	min-width: 45%;
}
.footer__line1__right {
	max-width: 40%;
	min-width: 40%;
}
.footer__centers {
	max-width: 40%;
	min-width: 40%;
	margin-right: 80px;
}
.footer__centers-header {
	margin-bottom: 30px;
	color: #C9C9C9;
	font-weight: 800;
	font-family: 'Arial';
	text-transform: uppercase;
}
.footer__center {
	margin-bottom: 18px;
}
.footer__center a {
	color: #000;
}
.footer__center a:hover, .footer__center a:focus {
	color: #4ba6f5;
}
.footer__center:last-child {
	margin-bottom: 0;
}
.footer__menu {
	display: flex;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
}
.footer__menu-item a {
	color: #000;
	font-weight: 800;
	font-family: 'Arial';
	text-transform: uppercase;
}
.footer__menu-item a:hover, .footer__menu-item a:focus {
	color: #4ba6f5;
}
.form__header {
	margin-bottom: 40px;
	color: #F0F;
	font-weight: 800;
	font-family: 'Arial';
	text-transform: uppercase;
}
.form__fields {
	margin-bottom: 45px;
}
.form__field {
	margin-bottom: 25px;
}
.form__field-inp {
	width: 100%;
	padding: 7px 0;
	border: none;
	border-bottom: 1px solid #c9c9c9;
	transition: border linear 0.2s;
}
.form__field-inp:focus {
	outline: none;
	border-bottom: 1px solid #266bce;
}
.form button {
	border: none;
}
.form--line {
	padding-bottom: 50px;
	border-bottom: 1px solid #e9e8f7;
	margin-bottom: 50px;
	text-align: center;
}
.form--line .form__fields {
	display: flex;
	justify-content: space-between;
	text-align-last: left;
	margin-bottom: 35px;
}
.form--line .form__field {
	max-width: 32%;
	min-width: 32%;
}
.ajax__field-error {
    display: none;
    padding-top: 3px;
    color: #000;
    font-style: italic;
}
.ajax__field--error .ajax__field-error {
	display: block;
}
.ajax__result {
    display: none;
    margin-bottom: 10px;
    font-size: 15px;
    font-style: italic;
}

.footer__line2 {
	height: 145px;
	padding: 25px 0;
	color: #FFF;
	font-size: 12px;
	line-height: 24px;
	background: #291DAF;
}
.footer__line2 .container {
	display: flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
}
.footer__cp {
	max-width: 20%;
	min-width: 20%;
	margin-right: 70px;
}
.footer__cp img {
	margin-top: 5px;
}
.footer__netkam {
	max-width: 10%;
	min-width: 10%;
	margin-left: 70px;
}
.footer__text {
	opacity: 0.5;
	line-height: 21px;
}
@media (max-width:992px) {
	.footer__centers {
		max-width: 45%;
		min-width: 45%;
		margin-right: 40px;
	}
	.footer__centers-header {
		font-size: 12px;
	}
	.footer__menu {
		font-size: 12px;
	}
	.footer__text {
		display: none;
	}
	.footer__cp {
		max-width: 35%;
		min-width: 35%;
	}
	.footer__netkam {
		max-width: 30%;
		min-width: 30%;
		text-align: right;
	}
	.footer__line1 {
		height: 415px;
	}
	.footer__line2 {
		height: 185px;
		padding: 25px 0 65px;
	}
}
@media (max-width:767px) {
	.footer__menu {
		display: none;
	}
	.footer__line1__left {
		max-width: 30%;
		min-width: 30%;
	}
	.footer__line1__right {
		max-width: 65%;
		min-width: 65%;
	}
	.footer__centers {
		max-width: 100%;
		min-width: 100%;
		margin-right: 0;
	}
	.footer {
		height: auto;
		margin-top: 0;
	}
	.footer__line1 {
		height: auto;
		padding: 30px 0 30px;
	}
	.footer__line2 {
		height: auto;
		padding: 25px 0;
	}
	.form__header {
		 margin-bottom: 20px;
	}
}
@media (max-width: 630px) {
	.form--line .form__fields {
		display: block;
	}
	.form--line .form__field {
		max-width: 100%;
		min-width: 100%;
	}
}
@media (max-width:500px) {
	.footer__line1__left {
		display: none;
	}
	.footer__line1__right {
		max-width: 100%;
		min-width: 100%;
	}
	.footer__cp {
		max-width: 45%;
		min-width: 45%;
		margin-right: 0;
	}
	.footer__netkam {
		max-width: 40%;
		min-width: 40%;
		margin-left: 0;
	}
}
@media (max-width: 400px) {
	.footer__line2 .container {
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	    text-align: center;
	}
	.footer__cp {
		max-width: 100%;
		min-width: 100%;
		margin-bottom: 20px;
	}
	.footer__cp img {
		display: block;
		margin: 0 auto 10px;
	}
	.footer__netkam {
		max-width: 100%;
		min-width: 100%;
		text-align: center;
	}
}

.text-block {
	margin-bottom: 50px;
}

.p-good {
	margin-bottom: 60px;
}
.p-good .container {

}
.p-good__in {
	display: flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
}
.p-good__left {
	max-width: 60%;
	min-width: 60%;
}
.p-good__image {
	display: flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	overflow: hidden;
}
.p-good__image-prevs {
	max-width: 90px;
	min-width: 90px;
}
.p-good__image-prev {
	display: block;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	margin: 0 auto 20px;
	box-shadow: 1px 3px 11px 0px rgba(0,0,0,0.2);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.p-good__image-img {
	max-width: 80%;
	min-width: 80%;
}
.p-good__image-item {
	height: 350px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
.p-good__right {
	margin-left: 50px;
}
.p-good__image-prev--active {
	width: 60px;
	height: 60px;
}
.p-good__price {
	margin-bottom: 45px;
	color: #361E26;
	font-size: 40px;
	font-weight: 800;
	font-family: 'Arial';
}
@media (max-width: 991px) {
	.p-good__price {
		font-size: 30px;
	}
	.p-good .btn--dark.btn--i i {
		display: none;
	}
	.p-good .btn--dark.btn--i {
		padding-left: 15px;
		padding-right: 15px;
	}
}
.p-good__btns {
	margin-bottom: 12px;
}
.p-good__btns .buy-form {
	display: inline-block;
}
.p-good__btns .btn {
	margin-bottom: 10px;
	margin-right: 10px;
}
.p-good__btns a.dashed {
	white-space: nowrap;
}
.p-good__text {
	margin: 40px 0;
	font-size: 18px;
	line-height: 24px;
}
.p-good__params {
	margin: 40px 0;
}
.p-good__params-header {
	margin-bottom: 20px;
	color: #c9c9c9;
	font-style: 16px;
	font-weight: 800;
	font-family: 'Arial';
	text-transform: uppercase;
}
.table-params {
	width: 100%;
}
.table-params td {
	padding: 5px 0;
}
.table-params td span {
	display: inline-block;
	padding: 4px 7px;
	color: #FFF;
	background: #3299f2;
}
.p-good__mob-slider {
	display: none !important;
}
@media (max-width: 767px) {
	.p-good__mob-slider {
		display: block !important;
		width: 100%;
		margin-bottom: 20px;
	}
	.p-good__mob-slider.owl-carousel {
		position: relative;
		padding-bottom: 30px;
	}
	.p-good__mob-slider.owl-carousel .owl-dots {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 10px;
		margin: auto;
		text-align: center;
	}
	.p-good__mob-slider.owl-carousel .owl-dots .owl-dot {
		display: inline-block;
		width: 16px;
		height: 16px;
		border-radius: 8px;
		margin: 0 3px;
		background: #3299F2
	}
	.p-good__mob-slider.owl-carousel .owl-dots .owl-dot.active {
		background: #F0F;
	}
	.p-good__mob-slide {
		width: 100%;
	}
	.p-good__mob-slide img {
		display: block !important;
		max-width: 100%;
		margin: 0 auto;
	}

	.p-good__in {
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
       -ms-flex-direction: column-reverse;
    	   flex-direction: column-reverse;
	}
	.p-good__left {
		max-width: 100%;
		min-width: 100%;
		margin-bottom: 30px;
	}
	.p-good__image {
		display: none;
	}
	.p-good__right {
		margin-left: 0;
	}
}
@media (max-width: 500px) {
	.p-good__btns a.dashed {
		display: inline-block;
		margin-right: 20px;
		margin-top: 10px;
	}
	.p-good__price {
		margin-bottom: 20px;
		font-size: 30px;
	}
}

.other {
	padding: 65px 0 80px;
	background: rgb(6,108,209);
	background: -moz-linear-gradient(45deg, rgba(6,108,209,1) 0%, rgba(57,0,159,1) 100%);
	background: -webkit-linear-gradient(45deg, rgba(6,108,209,1) 0%,rgba(57,0,159,1) 100%);
	background: linear-gradient(45deg, rgba(6,108,209,1) 0%,rgba(57,0,159,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#066cd1', endColorstr='#39009f',GradientType=1);
}
.other__header {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
.other__header-name {
	color: #FFF;
	font-style: 16px;
	font-weight: 800;
	font-family: 'Arial';
	text-transform: uppercase;
}
.other__header-link i {
	position: relative;
	top: 4px;
	font-style: 16px;
}
.other__list {
	display: flex;
	justify-content: space-between;
}
.other__item {
	display: inline-block;
	max-width: 31%;
	min-width: 31%;
	padding: 25px;
	background: #FFF;
}
.other__item-img {
	height: 180px;
	margin-bottom: 20px;
	text-align: center;
}
.other__item-img img {
	max-width: 100%;
	max-height: 100%;
}
.other__item-text {
	color: #151720;
	font-style: 16px;
	line-height: 24px;
}
.other__item:hover, other__item:focus {
	box-shadow: 1px 3px 11px 0px rgba(0,0,0,0.4);
}
@media (max-width: 992px) {
	.other__item-img {
		height: 110px;
	}
}
@media (max-width: 767px) {
	.other__item {
		padding: 15px;
	}
	.other {
		padding: 30px 0 60px;
	}
}
@media(max-width: 550px) {
	.other__header {
		display: block;
		margin-bottom: 20px;
	}
	.other__header-name {
		margin-bottom: 10px;
	}
	.other__item {
		max-width: 100%;
		min-width: 100%;
		text-align: center;
	}
	.other__item-img {
		height: 150px;
	}
	.other__list {
		position: relative;
	}
	.other__list .owl-dots {
		position: absolute;
		left: 0;
		right: 0;
		bottom: -30px;
		text-align: center;
	}
	.other__list .owl-dot {
		display: inline-block;
		width: 10px;
		height: 10px;
		border-radius: 5px;
		margin: 0 5px;
		background: #65b8ff;
		cursor: pointer;
	}
	.other__list .owl-dot.active {
		background: #FF0;
	}
}

.cols {
	display: flex;
	justify-content: space-between;
}
.cols__left {
	max-width: 250px;
	min-width: 250px;
	margin-right: 20px;
}
.cols__right {
    width: 100%;
}
@media (max-width: 992px) {
	.cols {
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.cols__left {
		display: none;
	}
	.cart .cols__left {
		display: block;
		max-width: 100%;
		min-width: 100%;
		margin-bottom: 30px;
	}
}

.catalog {
	margin-bottom: 70px;
}

/* Catalog nav */
.cnav {}
.cnav__item {
	position: relative;
	margin-bottom: 25px;
}
.cnav__item i {
	position: absolute;
	right: 0;
	top: 0;
	transition: transform linear 0.3s;
}
.cnav__item-link:hover,
.cnav__item-link:focus,
.cnav__item--active .cnav__item-link,
.cnav__item--open .cnav__item-link {
	color: #ff00ff;
}
.cnav__item--open i {
	transform: rotate(180deg);
}
.cnav__item-link {
	display: block;
	position: relative;
	padding-right: 25px;
	color: #000;
	font-weight: 800;
	font-family: 'Arial';
	text-transform: uppercase;
}
.cnav__item-link:focus {
	color: #000;
}
.cnav__sub {
	display: none;
	padding-top: 25px;
	margin-bottom: 30px;
}
.cnav__item--open .cnav__sub {
	display: block;
}
.cnav__sub-item {
	margin-bottom: 15px;
}
.cnav__sub-item-link {
	color: #000;
}
.cnav__sub-item-link:hover,
.cnav__sub-item-link:focus,
.cnav__sub-item--active .cnav__sub-item-link {
	color: #ff00ff;
}



.filters {
	margin-bottom: 30px;
}
.filters__links {
	display: flex;
	justify-content: flex-end;
	padding-bottom: 15px;
	border-bottom: 1px solid #e5e4f5;
	margin-bottom: 20px;
}
.filters__link {
	display: inline-block;
	margin-left: 40px;
	font-weight: 800;
	font-family: 'Arial';
	text-transform: uppercase;
}
.filters__link i {
	position: relative;
	top: 2px;
	transition: transform linear 0.3s;
}
.filters__link--active {
	color: #ff00ff;
}
.filters__link--active i {
	transform: rotate(180deg);
}
.filters__list {
	width: 100%;
	font-size: 0;
}
.filters__list--hidden {
	display: none;
}
.filters__item {
	display: inline-block;
	margin-right: 6px;
    margin-bottom: 6px;
	font-size: 14px;
	cursor: pointer;
}
.filters__item--brand {
	width: 9.5%;
	height: 50px;
	margin-right: 0.5%;
	margin-bottom: 0.5%;
}
.filters__item input {
	display: none;
}
.filters__item-name {
	display: inline-block;
	position: relative;
	width: 100%;
	padding: 5px 10px;
	color: #FFF;
	font-size: 12px;
	transition: background linear 0.2s;
	background: #84c2f7;
}
.filters__item--brand .filters__item-name  {
	height: 50px;
}
.filters__item input:checked ~ .filters__item-name {
	background: #1055c7;
}
.filters__item-name img {
	position: absolute;
	left: 5px;
	right: 5px;
	top: 0;
	bottom: 0;
	max-width: 90%;
	max-height: 90%;
	margin: auto;
}

/*
.filters__result-character label {
	display: inline-block;
	margin-right: 6px;
	margin-bottom: 6px;
	cursor: pointer;
}
.filters__result-character input {
	display: none;
}
.filters__result-character span {
	display: inline-block;
	padding: 5px 10px;
	background: #84c2f7;
	color: #FFF;
	font-size: 12px;
	transition: background linear 0.2s;
}
.filters__result-character label input:checked~ span {
	background: #1055c7;
}
.filters__result-character label {
	

}
.filters__result-character input {
	display: none;
}
.filters__result-character span {
	display: inline-block;
	padding: 5px 10px;
	color: #FFF;
	font-size: 12px;
	transition: background linear 0.2s;
	background: #84c2f7;
}
.filters__result-character label input:checked~ span {
	background: #1055c7;
}
.filters__result-character {
	display: none;
}
.filters__result-character--active {
	display: flex;
	flex-wrap: wrap;
}
.filters__result-brand {
	display: none;
	flex-wrap: wrap;
}
.filters__result-brand--active {
	display: flex;
}
.filters__result-brand label {
	display: inline-block;
	max-width: 9.5%;
	min-width: 9.5%;
	margin-right: 0.5%;
	margin-bottom: 0.5%;
	cursor: pointer;
}
.filters__result-brand label input {
	display: none;
}
.filters__result-brand-item {
	position: relative;
	width: 100%;
	height: 50px;
	background: #84c2f7;
	transition: background linear 0.2s;
}
.filters__result-brand-item img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	max-width: 90%;
	margin: auto;
}
.filters__result-brand label input:checked~ .filters__result-brand-item {
	background: #1055c7;
}
*/

.good {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}
.good__left {
	max-width: 40%;
	min-width: 40%;
	padding-right: 30px;
}
.good__name {
	display: inline-block;
	margin-bottom: 50px;
	color: #000;
	font-weight: 800;
	font-family: 'Arial';	
	text-transform: uppercase;
}
.good__img {
	display: block;
	position: relative;
	height: 210px;
	border-bottom: 0 none;
}
.good__img img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}
.good__right {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
}
.good__text {
	font-size: 16px;
	line-height: 26px;
}
.good__price {
	margin-bottom: 35px;
	color: #361e26;
	font-size: 24px;
	font-weight: 800;
	font-family: 'Arial';
}
.good__links {
	display: flex;
	align-items: center;
}
.good__links .dashed {
	margin-left: 25px;
}
.catalog__bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.pagination	{
	display: inline-block;
	padding: 9px 12px;
	border: 2px solid #000;
	border-radius: 20px;
}
.pagination a {
	color: #000;
	padding: 0 10px;
}
.pagination a.active {
	color: #F0F;
}
.pagination__left {
	display: inline-block;
	padding: 5px;
	border-right: 1px solid #000;
}
.pagination__left i {
	position: relative;
	top: 2px;
}
.pagination__right {
	display: inline-block;
	padding: 5px;
	border-left: 1px solid #000;
}
.pagination__right i {
	position: relative;
	top: 2px;
}
.select2-container--default .select2-selection--single {
	border: none;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #3299f2;
	font-weight: 800;
	font-family: 'Arial';
	text-transform: uppercase;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	display: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow:after {
	content: "keyboard_arrow_down";
	position: absolute;
	right: 0;
	top: 3px;
	color: #056fd2;
	font-size: 18px;
	font-family: 'Material Icons';
}
@media (max-width: 767px) {
	.good__name {
		margin-bottom: 10px;
	}
	.good__img {
		height: 200px;
	}
	.good__price {
		margin: 15px 0;
	}
	.good__links {
		display: block;
	}
	.good__links .btn {
		margin-right: 20px;
	}
	.good__links .dashed {
		display: inline-block;
		margin-left: 0;
		margin-top: 15px;
	}
	.good__text {
		font-size: 14px;
		line-height: 24px;
	}
}
@media (max-width: 550px) {
	.good {
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.good__left {
		max-width: 100%;
		min-width: 100%;
		padding-right: 0;
		margin-bottom: 20px;
	}
	.catalog__bottom {
		display: block;
	}
	.pagination {
		margin-bottom: 20px;
	}
	.pagination a:nth-child(5), .pagination a:nth-child(6) {
		display: none;
	}
}

.cart {
	margin-bottom: 70px;
}
.cart__total {
	margin-bottom: 35px;
}
.cart__total-num {
	margin-bottom: 35px;
	margin-top: 5px;
	color: #361e26;
	font-size: 24px;
	font-weight: 800;
	font-family: 'Arial';
}
@media (max-width: 992px) {
	.cart__total {
		margin-bottom: 15px;
	}
	.cart__total-num {
		margin-bottom: 0;
	}
}

.consulting {
	margin-bottom: 70px;
}
.consulting .container {
	display: flex;
	justify-content: space-between;
}
.consulting__item {
	max-width: 20%;
	min-width: 20%;
}
.consulting__img {
	height: 50px;
	margin-bottom: 40px;
}
.consulting__name {
	margin-bottom: 20px;
	font-weight: 800;
	font-family: 'Arial';
	text-transform: uppercase;
}
.consulting__text {
	color: #8b8b8b;
	line-height: 24px;
}
@media (max-width: 767px) {
	.consulting {
		margin-bottom: 30px;
	}
	.consulting .container {
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
	}
	.consulting__item {
		max-width: 45%;
		min-width: 45%;
		margin-bottom: 30px;
	}
	.consulting__img {
		margin-bottom: 20px;
	}
	.consulting__name {
		margin-bottom: 10px;
	}
}
@media (max-width: 450px) {
	.consulting .container {
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.consulting__item {
		max-width: 100%;
		min-width: 100%;
		margin-bottom: 30px;
	}
}


.how {
	margin-bottom: 80px;
}
.how__header {
	margin-bottom: 120px;
	font-size: 40px;
	font-weight: 800;
	font-family: 'Arial';
	text-align: center;
}
.how__list {
	display: flex;
	justify-content: space-between;
}
.how__item {
	position: relative;
	display: flex;
	max-width: 25%;
	min-width: 25%;
	padding-left: 50px;
}
.how__item:before {
	content: "";
	position: absolute;
	left: -35px;
	top: -35px;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	z-index: -1;
	background: rgb(241,246,252);
	background: -moz-linear-gradient(45deg, rgba(241,246,252,1) 0%, rgba(243,241,250,1) 100%);
	background: -webkit-linear-gradient(45deg, rgba(241,246,252,1) 0%,rgba(243,241,250,1) 100%);
	background: linear-gradient(45deg, rgba(241,246,252,1) 0%,rgba(243,241,250,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f6fc', endColorstr='#f3f1fa',GradientType=1);
}
.how__item:after {
	content: "→";
	position: absolute;
	left: 107%;
	top: 0;
	color: #291DAF;
	font-size: 20px;
}
.how__item:last-child:after {
	content: none;
}
.how__item-number {
	position: absolute;
	left: 0;
	top: -10px;
	color: #2133b6;
	font-size: 60px;
	font-weight: bold;
	font-family: 'Arial';
	background: linear-gradient(45deg, #056fd2 33%, #39009f 66%, #2133b6);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.how__item-text {
	font-size: 18px;
	line-height: 26px;
}
@media (max-width: 992px) {
	.how__item {
		max-width: 30%;
		min-width: 30%;
		padding-left: 40px;
	}
	.how__item:after {
		content: none;
	}
	.how__item-text {
		font-size: 14px;
		line-height: 24px;
	}
}
@media (max-width: 767px) {
	.delivery {
		margin-bottom: 30px;
	}
	.how__header {
		font-size: 30px;
		margin-bottom: 30px;
	}
	.how__list {
		display: flex;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.how__item {
		display: flex;
		-webkit-align-items: center;
		        align-items: center;
		max-width: 100%;
		min-width: 100%;
		min-height: 100px;
		padding-left: 15px;
		margin-bottom: 10px;
	}
	.how__item:before {
		width: 100px;
		height: 100px;
		left: -10px;
		top: 0px;
	}
	.how__item-number {
		position: static;
		left: 20px;
		margin-right: 20px;
	}
}

.contacts {
	margin-bottom: 70px;
}
.contacts__links {
	display: flex;
	margin-bottom: 80px;
}
.contacts__link {
	position: relative;
	margin-right: 25px;
	font-weight: bold;
	font-family: 'Arial';
	text-transform: uppercase;
}
.contacts__link:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -5px;
	height: 0;
	opacity: 0;
	background: #F0F;
	transition: all linear 0.3s;
}
.contacts__link--active {
	color: #F0F;
}
.contacts__link--active:after {
	height: 3px;
	opacity: 1;
}
.contacts__list {
	display: flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
}
.contacts__info {
	max-width: 45%;
	min-width: 45%;
	padding-right: 50px;
}
.contacts__header {
	position: relative;
	padding-right: 120px;
	margin-bottom: 45px;
}
.contacts__name {
	font-size: 30px;
	font-weight: bold;
	font-family: 'Arial';
	line-height: 42px;
}
.contacts__header a {
	position: absolute;
	right: 0;
	bottom: 7px;
}
.contacts__info-item {
	position: relative;
	margin-bottom: 40px;
	font-size: 16px;
}
.contacts__info-item i {
	position: absolute;
	left: -40px;
	top: 0;
}
.contacts__phone {
	font-size: 18px;
}
.map-block {
	width: 100%;
	background: #ccc;
}
@media(max-width: 1200px) {
	.contacts__name {
		font-size: 20px;
		line-height: 25px;
	}
	.contacts__link {
		font-size: 12px;
	}
	.contacts__info-item {
		padding-left: 30px;
	}
	.contacts__info-item i {
		left: 0;
	}
}
@media(max-width: 992px) {
	.contacts__links {
		-webkit-justify-content: space-between;
		        justify-content: space-between;
	   	margin-bottom: 30px;
	}
	.contacts__link {
		margin-right: 10px;
	}
	.contacts__header {
		position: static;
		padding-right: 0;
		margin-bottom: 20px;
	}
	.contacts__header a {
		position: static;
	}
	.contacts__name {
		margin-bottom: 10px;
	}
	.contacts__info {
		max-width: 50%;
		min-width: 50%;
		padding-right: 20px;
	}
	.contacts__info-item {
		margin-bottom: 15px;
	}
}
@media(max-width: 767px) {
	.contacts {
		margin-bottom: 40px;
	}
	.contacts__links {
		display: none;
	}
	.contacts__list {
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.contacts__info {
		max-width: 100%;
		min-width: 100%;
		padding-right: 0;
		margin-bottom: 20px;
	}
	.map-block {
		height: 300px;
	}
}

.header--main {
	overflow: hidden;
}
.main-cats {
	margin-bottom: 120px;
}
.main-cats .tabs__btns {
	display: block;
}
.main-cats .owl-item {
	padding-bottom: 10px;
	text-align: center;
}
.main-cats .tabs__btn {
	display: inline-block;
	position: relative;
	width: 80%;
	max-width: 100%;
	min-width: 0;
	height: 75px;
}
.main-cats .tabs__btn img {
	position: absolute;
	top: 0;
	bottom: 25px;
	left: 10px;
	right: 10px;
	max-width: 90%;
	max-height: 50px;
	margin: auto;
}
@media (max-width: 767px) {
	.main-cats .tabs__btn {
		width: 80% !important;
		max-width: 100%;
		min-width: 0;
		height: 45px;
	}
	.main-cats .tabs__btn img {
		max-height: 30px;
		bottom: 5px;
	}
}
.main-cats__header {
	margin-bottom: 90px;
	font-size: 40px;
	font-weight: bold;
	font-family: 'Arial';
	text-align: center;
}
.tabs__btns {
	display: flex;
	-webkit-justify-content: space-around;
	        justify-content: space-around;
	margin-bottom: 40px;
}
.tabs__btn img {
	filter: brightness(0%);
	opacity: 0.25;
	transition: all linear 0.2s;
}
.tabs__btn {
	position: relative;
	padding-bottom: 25px;
	box-shadow: 0px 10px 22px -17px rgba(0,0,0,0.75);
	background: #FFF;
	z-index: 5;
}
.tabs__btn:before, .tabs__btn:after {
	content: '';
    position: absolute;
    background: #FFF;
    left: 45%;
    bottom: -5px;
    width: 10px;
    height: 10px;
    box-shadow: 0 0 1px #000;
    z-index: -1;
    -webkit-transform: rotate(45deg);
    		transform: rotate(45deg);
}
.tabs__btn:before {
	z-index: 2;
    box-shadow: none;
}
.tabs__btn--active img {
	filter: brightness(100%);
	opacity: 1;
}
.tabs__item {
	display: none;
}
.tabs__item--active {
	display: block;
}
.tabs__item-in {
	width: 50%;
	margin: 0 auto;
	text-align: center;
}
.tabs__item-text {
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 26px;
}
.tabs__item-in .btn {
	margin-bottom: 30px;
}
.tabs__item-link {
	margin-bottom: 20px;
}
.tabs__item-link a {
	font-size: 20px;
	font-weight: 500;
	font-family: 'Arial';
}
.tabs--pink {
	margin-bottom: 50px;
}
.tabs--pink .tabs__btns {
	display: flex;
	margin-bottom: 80px;
}
.tabs--pink .tabs__btn {
	position: relative;
	padding-bottom: 0;
	margin-right: 25px;
	font-weight: bold;
	font-family: 'Arial';
	text-transform: uppercase;
	box-shadow: none;
}
.tabs--pink .tabs__btn:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -5px;
	width: 100%;
	height: 0;
	background: #F0F;
	transform: rotate(0deg);
	box-shadow: none;
	opacity: 0;
	transition: all linear 0.3s;
}
.tabs--pink .tabs__btn--active {
	color: #F0F;
}
.tabs--pink .tabs__btn--active:after {
	height: 3px !important;
	opacity: 1;
}
.tabs--pink .tabs__btn:before {
	content: none;
}
@media (max-width: 992px) {
	.tabs__item-in {
		width: 100%;
		margin: 0;
	}
	.main-cats__header {
		margin-bottom: 40px;
		font-size: 30px;
	}
}
@media (max-width: 767px) {
	.tabs__btns {
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
	    -webkit-justify-content: flex-start;
	            justify-content: flex-start;
	}
	.tabs__btn {
		max-width: 30%;
		min-width: 30%;
		padding-bottom: 5px;
		margin-bottom: 10px;
		text-align: center;
	}
	.tabs__btn img {
		width: 70%;
		height: 70%;
	}
}
@media (max-width: 600px) {
	.tabs__btn:before, .tabs__btn:after {
		content: none;
	}
	.tabs__item-link a {
		font-size: 14px;
	}
}

.equipment {
	padding: 50px 0 120px;
	color: #FFF;
	background: rgb(5,111,210);
	background: -moz-linear-gradient(45deg, rgba(5,111,210,1) 0%, rgba(57,0,159,1) 100%);
	background: -webkit-linear-gradient(45deg, rgba(5,111,210,1) 0%,rgba(57,0,159,1) 100%);
	background: linear-gradient(45deg, rgba(5,111,210,1) 0%,rgba(57,0,159,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#056fd2', endColorstr='#39009f',GradientType=1);
}
.tabs--equipment .tabs__btns {
	display: block;
	font-size: 0;
}
.tabs--equipment .tabs__btn {
	display: inline-block;
	width: auto !important;
	max-width: none !important;
	min-width: auto !important;
	margin-right: 20px;
	margin-bottom: 10px;
	padding-bottom: 0;
	font-size: 14px;
	font-weight: 500;
	font-family: 'Arial';
	text-transform: uppercase;
	white-space: nowrap;
	background: none;
}
.tabs--equipment .tabs__btn:hover, .tabs--equipment .tabs__btn:focus {
	color: #FF0;
}
.tabs--equipment .tabs__btn--active {
	color: #FF0;
}
.tabs--equipment .tabs__btn:after {
	content: none;
}
.tabs--equipment .tabs__btn:before {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -5px;
	width: 100%;
	height: 0px;
	background: #FF0;
	transform: rotate(0deg);
	opacity: 0;
	transition: all linear 0.2s;
}
.tabs--equipment .tabs__btn--active:before {
	opacity: 1;
	height: 3px;
}
.equipment h1 {
	color: #FFF;
}
.equipment__list {
	display: flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
}
.equipment__left {
	max-width: 30%;
	min-width: 30%;
	margin-right: 50px;
}
.equipment__links {
	margin: 20px 0 60px;
	font-size: 16px;
}
.equipment__links-item {
	margin-bottom: 6px;
}
.equipment__links a {
	color: #FFF;
}
.equipment__filters-in label {
	display: inline-block;
	margin-right: 2px;
	margin-bottom: 4px;
	cursor: pointer;
}
.equipment__filters-in input {
	display: none;
}
.equipment__filters-in span {
	display: inline-block;
	padding: 3px 5px;
	color: #FFF;
	font-size: 12px;
	background: #84c2f7;
	transition: background linear 0.2s;
}
.equipment__filters-in label input:checked~ span {
	background: #1055c7;
}
.switcher {
	display: inline-block;
	width: 48px;
	height: 24px;
	border-radius: 20px;
	background: #092862;
	cursor: pointer;
}
.switcher__content {
	position: relative;
	height: 24px;
	padding: 2px;
	border-radius: 20px;
	overflow: hidden;
	transition: background linear 0.2s;
}
.switcher input {
	display: none;
}
.switcher__on {
	position: absolute;
	left: 2px;
	top: 2px;
	bottom: 2px;
	z-index: 10;
	width: 20px;
	color: transparent;
	border-radius: 50%;
	background: #FFF;
	transition-property: left, color;
	transition-duration: 0.3s;
	transition-timing-function: linear;
}
.switcher__off {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 20px;
	color: #ACACAC;
}
.switcher input:checked ~ .switcher__content .switcher__on {
	left: 55%;
	color: #246ED4;
}
.switcher input:checked ~ .switcher__content {
	background: #092862;
}
.equipment__filters-all {
	display: flex;
	margin-bottom: 25px;
}
.equipment__filters-all a {
	margin-left: 15px;
}
.equipment__right {
	position: relative;
}
.equipment__right img {
	max-width: 100%;
	max-height: 100%;
}
.question {
	position: absolute;
	right: 0;
	bottom: -90px;
	font-size: 16px;
}
.question i {
	position: relative;
	top: 5px;
	margin-right: 5px;
	font-size: 24px;
}
@media (max-width: 767px) {
	.equipment {
		padding: 25px 0;
	}
	.tabs--equipment .tabs__btns {
		margin-bottom: 10px;
	}
	.tabs--equipment .tabs__btn {
		font-size: 12px;
	}
	.equipment__list {
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.equipment__left {
		max-width: 100%;
		min-width: 100%;
		margin-bottom: 0;
	}
	.equipment__links {
		margin-top: 10px;
		margin-bottom: 20px;
	}
	.equipment__right {
		display: none;
	}
}
@media (max-width: 650px) {
	.tabs--equipment .tabs__btn {
		width: auto;
		white-space: nowrap;
	}
	.tabs--equipment .tabs__btn:before {
		content: none;
	}
}

.lnav {
	position: relative;
	z-index: 100;
}
.lnav__overlay {
	position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    zoom: 999;
    background: rgba(19, 14, 84, 0.73);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s linear;
}
.lnav--active .lnav__overlay {
	opacity: 1;
	visibility: visible;
}
.lnav__content {
	position: fixed;
    left: -1000px;
    top: 0;
    bottom: 0;
    z-index: 1000;
    width: 365px;
    padding: 30px 40px;
    background: #FFF;
    transition: left 0.4s linear;
}
.lnav--active .lnav__content {
	left: 0;
}
.lnav__header {
	margin-bottom: 50px;
	font-size: 26px;
	font-weight: 800;
	font-family: 'Arial';
}
.lnav__close {
	position: absolute;
	right: 35px;
	top: 35px;
	color: #000;
}
.lnav__close i {
	font-size: 20px;
}
.lnav__item {
	margin-bottom: 20px;
}
.lnav__item a {
	color: #000;
	font-weight: 800;
	font-family: 'Arial';
	text-transform: uppercase;
}
.lnav__item a.active, .lnav__item a:hover, .lnav__item a:focus {
	color: #F0F;
}

/* Mob */
.mob {
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	height: 40px;
	z-index: 50;
	background: linear-gradient(83.56deg, #3109A6 0%, #056FD2 100%);
	box-shadow: 0px -2px 2px rgba(0, 0, 0, 0.24);
	text-align: center;
}
.mob__phone {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 60px;
	color: #FFF;
	text-align: center;
}
.mob__phone i {
	font-size: 27px;
	line-height: 40px;
}
.mob__menu {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 60px;
	color: #FFF;
	text-align: center;
}
.mob__menu i {
	font-size: 27px;
	line-height: 40px;
}
.mob:after {
	content: "";
	position: absolute;
	left: 60px;
	right: 60px;
	top: 0;
	bottom: 0;
	background: #FFF;
	opacity: 0.2;
}
.mob__cart {
	color: #FFF;
	font-size: 16px;
	line-height: 40px;
}
.mob__cart--hidden {
	display: none;
}
.mob__cart i {
	position: relative;
	top: 3px;
	padding-right: 15px;
	border-right: 1px solid #FFF;
	margin-right: 20px;
	font-size: 20px;
}
@media(max-width: 992px) {
	.mob {
		display: block;
	}
}

.panel {
	position: relative;
	z-index: 100;
}
.panel__overlay {
	position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    zoom: 999;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(49, 9, 166, 0.7);
    visibility: hidden;
    transition: opacity 0.3s linear;
}
.panel--active .panel__overlay {
	opacity: 1;
	visibility: visible;
}
.panel__content {
	position: fixed;
    left: -500px;
    top: 0;
    bottom: 0;
    z-index: 1000;
    width: 300px;
    background: #FFF;
    overflow-y: scroll;
    transition: left 0.4s linear;
}
.panel--active .panel__content {
	left: 0;
}
.panel__header {
	position: relative;
	height: 35px;
	padding-top: 10px;
	background: #FFF;
	text-align: center;
}
.panel__close {
	position: absolute;
	left: 15px;
	top: 7px;
}
.panel__close i {
	font-size: 22px;
}
.panel__info {
	padding: 25px 20px;
}
.panel__phone {
	margin-bottom: 7px;
	font-size: 24px;
	font-family: 'Arial';
	text-transform: uppercase;
}
.panel__city {
	color: #F0F;
	font-weight: bold;
}
.panel__nav {
	background: linear-gradient(89.62deg, #3109A6 0%, #056FD2 100%);
}
.panel__nav-link {
	position: relative;
	display: block;
	padding: 13px 35px 13px 20px;
	margin-bottom: 1px;
	color: #FFF;
	font-size: 12px;
	font-family: 'Arial';
	text-transform: uppercase;
	background: linear-gradient(180deg, #056FD2 0%, #056FD2 100%);
}
.panel__nav-item {
	position: relative;
}
.panel__nav-item i {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	width: 35px;
	padding-top: 10px;
	font-size: 20px;
	transition: all linear 0.2s;
}
.panel__nav-sub {
	display: none;
	padding: 15px;
}
.panel__nav-item--active i {
	transform: rotate(180deg);
	right: 10px;
	top: 10px;
	color: #F0F;
}
.panel__nav-item--active .panel__nav-sub {
	display: block;
}
.panel__nav-sub-item {
	margin-bottom: 15px;
}
.panel__nav-sub-item a {
	color: #FFF;
	opacity: 0.5;
}


/* Modal */
.modal {
	position: relative;
	background: #FFF;
}
.modal--form {
	padding: 50px;
}
.arcticmodal-overlay {
	opacity: 0.8;
	background: #2D19AB !important;
}
.arcticmodal-close {
	position: absolute;
	right: -50px;
	top: -50px;
	cursor: pointer;
	transition: all linear 0.2s;
}
.arcticmodal-close i {
	color: #FFF;
	font-size: 30px;
	cursor: pointer;
}
.arcticmodal-close:hover {
	transform:scale(1.1);
}
.modal .form {
	min-width: 300px;
}
.modal--geo {
	padding: 50px;
	min-width: 300px;
}

.modal__header {
	margin-bottom: 40px;
	color: #F0F;
	font-weight: 800;
	font-family: 'Arial';
	text-transform: uppercase;
}

@media (max-width: 767px) {
    .modal__header {
        margin-bottom: 20px;
    }
}

.cities__list {
	padding: 0;
}
.cities__list li {
	margin-bottom: 10px;
}
@media(max-width: 550px) {
	.arcticmodal-close {
		right: 0;
	}
	.modal--form {
		padding: 30px 20px;
	}
	.modal .form {
		min-width: 280px;
		max-width: 280px;
	}
}
@media(max-width: 360px) {
	.arcticmodal-container_i2 {
		padding: 0;
	}
}



/* Simple tabs */
.s-tabs {
	display: block;
}
@media (max-width: 767px) {
	.s-tabs__btns {
		display: none !important;
	}
}
.s-tabs__item-btn-wrap {
	display: none;
}

@media (max-width: 767px) {
	.s-tabs__item-btn-wrap {
		display: block;
	}
}
.s-tabs__item-in {
	display: none;
}
.s-tabs__item--active .s-tabs__item-in {
	display: block;
}

/* Simple tabs links */
.s-tabs--links .s-tabs__btns {
	display: block;
	margin-bottom: 10px;
	font-size: 0;
}
.s-tabs--links .s-tabs__btn {
	display: inline-block;
	padding-bottom: 5px;
	border-bottom: 3px solid rgba(0, 0, 0, 0);
	margin-right: 20px;
	margin-bottom: 10px;
	color: #3299F2;
	font-size: 14px;
	font-family: 'Arial';
	font-weight: bold;
	text-transform: uppercase;
	vertical-align: middle;
}
.s-tabs--links .s-tabs__btn--active {
	color: #F0F;
	border-bottom-color: #F0F;
}
.s-tabs--links .s-tabs__item-btn {
	display: block;
	width: 100%;
	height: 40px;
	padding: 10px;
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	background: rgba(32, 48, 185, 1);
	text-align: center;
}
.s-tabs--links .s-tabs__item-in {
	padding: 15px 0;
}

.subscribe {
    min-width: 100%;
    max-width: 100%;
    padding: 40px 0 0;
    text-align: center;
}

.subscribe a {
    font-size: 16px;
}