@font-face {
    font-family: 'HelveticaNeueCyr';
    src: url('../fonts/HelveticaNeueCyr-Medium.woff2') format('woff2'),
        url('../fonts/HelveticaNeueCyr-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeueCyr';
    src: url('../fonts/HelveticaNeueCyr-Thin.woff2') format('woff2'),
        url('../fonts/HelveticaNeueCyr-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeueCyr';
    src: url('../fonts/HelveticaNeueCyr-Bold.woff2') format('woff2'),
        url('../fonts/HelveticaNeueCyr-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeueCyr';
    src: url('../fonts/HelveticaNeueCyr-Light.woff2') format('woff2'),
        url('../fonts/HelveticaNeueCyr-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

/*	-------------------------------------------------
	Базовые стили сайта | Base site styles
	------------------------------------------------- */
* {
	box-sizing: border-box;
}
body {
	font: normal 300 18px/1.3 'HelveticaNeueCyr', sans-serif;
	background:#FFF;
	color:#000;
}

a { color:#000; text-decoration:none; }
a:hover { text-decoration:none; }

p { margin-bottom:15px; }

h1 {}
h2 {}
h3 {}
h4 {}
h5 {}
h6 {}

input[type=text], input[type=password] {
}
textarea {
}
input[type=submit], input[type=button] {
}
ul {
	margin: 0;
	padding: 0;
	list-style: none inside;
}
.no-scroll {
    width: 100%;
    position: fixed;
    overflow: hidden;
    overflow-y: hidden;
}
.f-right {
	float: right;
}
.f-left {
	float: left;
}
ul {
	margin: 0;
	padding: 0;
}
.image {
	display: inline-block;
	overflow: hidden;
	line-height: 0;
	font-size: 0;
}
.image > img {
	max-width: 100%;
	max-height: 100%;
	height: auto;
}
.clearfix:before,
.clearfix:after {
    display: table;
    content: " ";
}
.clearfix:after {
	clear: both;
}
.flex-container {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-ms-flex-wrap: wrap;
       flex-wrap: wrap;
}
.flex-between {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.flex-center {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
    justify-content: center;
}
.flex-around {
	-webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.flex-align-center {
	-webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}
html.no-scroll {
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
}
/*	-------------------------------------------------
	Стили блоков, содержимого страниц | Other styles
	------------------------------------------------- */
.wrapper {
	width: 1180px;
	max-width: 100%;
	margin: 0 auto;
}
.header {
	background: #000;
	color: #fff;
	padding: 20px 0;
}
.header a {
	color: #fff;
}
.header-top {
	margin-bottom: 10px;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-ms-flex-wrap: wrap;
       flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
	-webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}
.header-top .nav ul,
.header-top .left {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-ms-flex-wrap: wrap;
       flex-wrap: wrap;
	-webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}
.header-top .left .slogan {
	margin-left: 30px;
	padding-left: 30px;
	border-left: 1px solid #fff;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 20px;
}
.header-top .nav li + li {
	margin-left: 30px;
}
.header-top .nav a {
	font-size: 15px;
}
.lang {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 100;
	position: relative;
}
.lang:before {
	content: '';
	position: absolute;
	display: block;
	width: 1px;
	top: 0;
	bottom: 0;
	background: #fff;
	left: calc(50% + 1px);
}
.lang a,
.lang span {
	display: inline-block;
	margin: 0 10px;
}
.lang a {
	opacity: .5;
}
.header-bottom {
	padding-right: 145px;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-ms-flex-wrap: wrap;
       flex-wrap: wrap;
	 -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
	 -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.header-bottom .tel {
	margin-left: 70px;
}
.header-bottom .social a {
	display: inline-block;
} 
.header-bottom .social a + a {
	margin-left: 20px;
}
.slider-main .item {
	height: 730px;
}
.slider-main .item .content {
	width: 540px;
	padding-top: 100px;
	text-align: center;
}
.slider-main .item h2 {
	font-weight: bold;
	font-size: 54px;
	line-height: 1;
	text-transform: uppercase;
	margin-bottom: 45px;
}
.slider-main .item h3 {
	font-weight: 300;
	font-size: 19px;
	margin-bottom: 70px;
}
.slider-main .item .button {
	margin-bottom: 190px;
}
.slick-slide img {
	display: inline;
}
.btn {
	display: inline-block;
	cursor: pointer;
	text-align: center;
	padding: 30px 50px;
	background: #000;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	transition: .2s;
}
.btn:hover {
	background: #2d2d2d;
}
.btn-border {
	background: #fff;
	color: #000;
	border: 1px solid #000;
}
.btn-border:hover {
	background: #000;
	color: #fff;
}
.btn-arrow {
	padding-right: 70px;
	background-image: url(../images/arrow-down.svg);
	background-position: calc(100% - 40px) 50%;
	background-repeat: no-repeat;
}
.btn-arrow:hover {
	background: #000 url(../images/arrow-down-h.svg) calc(100% - 40px) 50% no-repeat;
}
.slider-main .slick-arrow {
	width: 72px;
	height: 72px;
	border: 1px solid #000;
	position: absolute;
	z-index: 10;
	font-size: 0;
	top: 50%;
	margin-top: -36px;
	cursor: pointer;
	transition: .2s;
}
.slider-main .slick-prev {
	left: 40px;
	background: url(../images/slider-prev.png) 50% no-repeat;
}
.slider-main .slick-next {
	right: 40px;
	background: url(../images/slider-next.png) 50% no-repeat;
}
.slider-main .slick-prev:hover {
	left: 40px;
	background: #000 url(../images/slider-prev-h.png) 50% no-repeat;
}
.slider-main .slick-next:hover {
	right: 40px;
	background: #000 url(../images/slider-next-h.png) 50% no-repeat;
}
.slider-main .slick-dots {
	text-align: center;
	position: absolute;
	bottom: 70px;
	width: 100%;
}
.slider-main .slick-dots li {
	display: inline-block;
	margin: 0 7px;
}
.slider-main .slick-dots li button {
	font-size: 0;
	width: 25px;
	height: 3px;
	border-radius: 3px;
	background: #000;
	opacity: .5;
}
.slider-main .slick-dots li.slick-active button {
	opacity: 1;
}
.block-about {
	padding: 80px 0;
}
h2.title {
	text-align: center;
	font-weight: 300;
	font-size: 53px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
h2.title b {
	font-weight: bold;
}
h3.subtitle {
	font-weight: 100;
	font-size: 19px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 50px;
}
.block-tech .item,
.block-about .item {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-ms-flex-wrap: wrap;
       flex-wrap: wrap;
	 -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.block-tech .item + .item,
.block-about .item + .item {
	margin-top: 80px;
}
.block-tech .item .info,
.block-about .item .info {
	width: 510px;
}
.block-tech .item .name,
.block-about .item .name {
	font-weight: bold;
	font-size: 36px;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.block-tech .item p,
.block-about .item p {
	margin-bottom: 30px;
	line-height: 1.8;
}
.block-about .item .words span {
	display: inline-block;
	font-weight: 300;
	font-size: 25px;
}
.block-about .item .words span:first-letter {
	font-size: 35px;
	font-weight: bold;
}
.block-about .item .words span + span {
	margin-left: 45px;
}
.block-benefits {
	padding-bottom: 50px;
}
.block-benefits .title {
	margin-bottom: 50px;
}
.block-benefits .eco-text {
	width: 595px;
	font-size: 16px;
	padding: 10px 0;
	margin: 0 auto 60px auto;
	max-width: 100%;
	padding-left: 200px;
	background: url(../images/benefit-eco.png) 0 50% no-repeat;
}
.block-benefits .eco-text .name {
	font-weight: bold;
	font-size: 29px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.list-benefits {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-ms-flex-wrap: wrap;
       flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.list-benefits .item {
	width: 23%;
	padding-top: 155px;
	text-align: center;
}
.list-benefits .item .name {
	font-weight: bold;
	margin-bottom: 15px;
	font-size: 21px;
}
.list-benefits .item .text {
	font-size: 16px;
}
.list-benefits .item-1 {
	background: url(../images/benefit-1.png) 50% 0 no-repeat;
}
.list-benefits .item-2 {
	background: url(../images/benefit-2.png) 50% 0 no-repeat;
}
.list-benefits .item-3 {
	background: url(../images/benefit-3.png) 50% 0 no-repeat;
}
.list-benefits .item-4 {
	background: url(../images/benefit-4.png) 50% 0 no-repeat;
}
.block-products {
	padding: 50px 0 100px 0;
}
.block-products .title {
	margin-bottom: 40px;
}
.list-products {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-ms-flex-wrap: wrap;
       flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
} 
.list-products .item {
	width: 30%;
	max-width: 330px;
	text-align: center;
	margin-bottom: 90px;
}
.list-products .item:nth-last-child(-n+6) {
	display: none;
}
.list-products .item .photo {
	line-height: 0;
	margin-bottom: 15px;
}
.list-products .item .photo img {
	max-width: 100%;
	height: auto;
}
.list-products .item .name {
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 25px;
}
.list-products .item .text {
	font-weight: 300;
	font-size: 16px;
}
.block-products .button {
	text-align: center;
}
.block-form {
	background: radial-gradient(90.64% 90.64% at 25.7% 42.68%, #FFFFFF 0%, #F0F5F9 100%);
}
.block-form .photos {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-ms-flex-wrap: wrap;
       flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
	-webkit-box-align: end;
       -ms-flex-align: end;
           align-items: flex-end;
}
.block-form .photos .item-1 {
	margin-top: -50px;
}
.block-form .form-wrap {
	bottom: -60px;
	position: relative;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-ms-flex-wrap: wrap;
       flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.block-form .form {
	width: 60%;
}
.form-name {
	font-weight: bold;
	font-size: 54px;
	line-height: 1;
	margin-bottom: 45px;
}
.form-text {
	font-weight: 300;
	font-size: 19px;
	margin-bottom: 40px;
	padding-right: 80px;
}
.form .input-wrap {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-ms-flex-wrap: wrap;
       flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.form .input-wrap .input {
	width: 49%;
}
.form .input {
	margin-bottom: 20px;
}
input[type=text],
input[type=tel],
input[type=email] {
	font-family: 'HelveticaNeueCyr', sans-serif;
	width: 100%;
	height: 78px;
	background: #FFFFFF;
	border: 1px solid #000000;
	font-weight: 100;
	font-size: 14px;
	text-transform: uppercase;
	padding-left: 32px;
}
input[type=text].error,
input[type=tel].error,
input[type=email].error {
	border-color: #f00;
}
textarea {
	width: 100%;
	height: 118px;
	background: #FFFFFF url(../images/form-mail.svg) calc(100% - 20px) 20px no-repeat;
	resize: none;
	border: 1px solid #000000;
	font-family: 'HelveticaNeueCyr', sans-serif;
	padding-left: 32px;
	font-weight: 100;
	font-size: 14px;
	text-transform: uppercase;
	padding-top: 20px;
}
input.input-email {
	background: #fff url(../images/form-mail.svg) calc(100% - 20px) 50% no-repeat;
}
input.input-tel {
	background: #fff url(../images/form-tel.svg) calc(100% - 20px) 50% no-repeat;
}
.form .btn {
	width: 100%;
}
.block-form .form-body {
	padding-right: 80px;
}
.block-form .photo {
	padding-top: 6px;
}
.block-tech {
	padding: 150px 0 50px 0;
}
.block-support {
	padding: 78px 0;
	background: #FCFEFE url(../images/bg-support.jpg) 50% 0 no-repeat;
}
.block-support .wrapper {
	overflow: hidden;
}
.block-support .right {
	width: 570px;
	max-width: 100%;
	float: right;
}
.block-support .title {
	text-align: left;
}
.block-support .text {
	margin-bottom: 40px;
}
.block-contacts {
	padding: 80px 0;
}
.block-contacts .title {
	margin-bottom: 50px;
}
.block-contacts .tabs {
	border: 1px solid #EEEEEE;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-ms-flex-wrap: wrap;
       flex-wrap: wrap;
}
.block-contacts .tabs-nav {
	width: 500px;
}
.block-contacts .tabs-map {
	width: calc(100% - 500px);
	position: relative;
}
.block-contacts .tabs-nav a {
	display: block;
	padding: 20px;
	border-top: 1px solid #EEEEEE;
}
.block-contacts .tabs-nav a.selected {
	background: rgba(238, 238, 238, .4);
}
.block-contacts .tabs-nav a:first-child {
	border-top: none;
}
.block-contacts .tabs-nav a span {
	display: block;
	padding-left: 35px;
}
.block-contacts .tabs-nav a span + span {
	margin-top: 10px;
}
.block-contacts .tabs-nav a span.address {
	background: url(../images/ico-address.svg) 1px 50% no-repeat;
}
.block-contacts .tabs-nav a span.phone {
	background: url(../images/ico-tel.svg) 3px 50% no-repeat;
}
.block-contacts .tabs-nav a span.time {
	background: url(../images/ico-time.svg) 0 50% no-repeat;
}
.block-contacts .tabs-map .map {
	height: 649px;
	line-height: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	transition: .2s;
}
.block-contacts .tabs-map .map.active {
	z-index: 10;
}
.block-follow {
	padding: 55px 0;
	background: #000;
	color: #fff;
}
.block-follow .wrapper {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-ms-flex-wrap: wrap;
       flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
	-webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}
.block-follow .left {
	font-weight: bold;
	font-size: 34px;
	text-transform: uppercase;
}
.block-follow .social a {
	display: inline-block;
	width: 70px;
	height: 70px;
	border: 1px solid #fff;
	text-align: center;
	line-height: 84px;
}
.block-follow .social a + a {
	margin-left: 30px;
}
.block-question {
	padding: 80px 0;
}
.block-question .wrapper {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-ms-flex-wrap: wrap;
       flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.block-question .text {
	width: 40%;
	font-weight: bold;
	font-size: 34px;
	text-transform: uppercase;
}
.block-question .form {
	width: 55%;
}
.block-question .contacts {
	text-align: center;
	margin-top: 20px;
}
.block-question .contacts a {
	display: inline-block;
	font-weight: 300;
	font-size: 34px;
	margin: 0 15px;
}
.footer {
	padding: 40px 0;
	background: #000;
	color: #fff;
}
.footer a {
	color: #fff;
}
.footer .wrapper {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-ms-flex-wrap: wrap;
       flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.footer .left li + li {
	margin-top: 13px;
}
.footer .center .logo {
	margin-bottom: 20px;
}
.footer .center .social {
	margin-bottom: 20px;
}
.footer .center .social a {
	display: inline-block;
	margin: 0 10px;
}
.footer .center .copy {
	font-weight: 300;
	font-size: 13px;
}
.footer .right {
	text-align: right;
}
.footer .right a {
	font-weight: 300;
	font-size: 25px;
}
.footer .right a.btn {
	background: transparent;
	border: 1px solid #fff;
	font-size: 12px;
	padding: 18px 23px;
	font-weight: bold;
}
.footer .right div + div {
	margin-top: 10px;
}
.modal-callback {
	max-width: 625px;
	padding: 35px 70px;
}
.remodal-close {
	left: auto;
	right: 0;
}
.modal-thank .form-head,
.modal-callback .form-head {
	font-weight: bold;
	font-size: 36px;
	margin-bottom: 60px;
	line-height: 1;
	text-align: left;
}
.modal-thank {
	max-width: 625px;
	text-align: left;
}

.toggle-menu {
	display: none;
    width: 60px;
    height: 48px;
    cursor: pointer;
    position: relative;
	float: right;
	z-index: 990;
}
.toggle-menu span {
    position: absolute;
    height: 4px;
    background: #fff;
    top: 50%;
    margin-top: -2px;
    left: 10px;
    right: 10px;
    transition: .2s;
}
.toggle-menu span:before,
.toggle-menu span:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 4px;
    background: #fff;
    -webkit-transition-duration: .2s, .2s;
    -moz-transition-duration: .2s, .2s;
    -o-transition-duration: .2s, .2s;
    transition-duration: .2s, .2s;
    -webkit-transition-delay: .2s, 0s;
    -o-transition-delay: .2s, 0s;
    -moz-transition-delay: .2s, 0s;
    transition-delay: .2s, 0s;
}
.toggle-menu span:before {
    top: -12px;
    -webkit-transition-property: top, transform;
    -moz-transition-property: top, transform;
    -o-transition-property: top, transform;
    transition-property: top, transform;
}
.toggle-menu span:after {
    bottom: -12px;
    transition-property: bottom, transform;
    -webkit-transition-property: bottom, transform;
    -moz-transition-property: bottom, transform;
    -o-transition-property: bottom, transform;
    transition-property: bottom, transform;
}
.toggle-menu.open span {
    background: transparent;
}
.toggle-menu.open span:before {
    top: 0;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition-delay: 0s, .2s;
    -o-transition-delay: 0s, .2s;
    -moz-transition-delay: 0s, .2s;
    transition-delay: 0s, .2s;
}
.toggle-menu.open  span:after {
    bottom: 0;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition-delay: 0s, .2s;
    -o-transition-delay: 0s, .2s;
    -moz-transition-delay: 0s, .2s;
    transition-delay: 0s, .2s;
}
.mobile-menu {
	position: fixed;
	z-index: 999;
	background: #000;
	border-right: 1px solid rgba(255, 255, 255,.5);
	color: #fff;
	width: calc(100% - 100px);
	height: 100%;
	overflow: auto;
	top: 0;
	left: 0;
	-moz-transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	transition: .4s;
	padding: 30px;
}
.mobile-menu a {
	color: #fff;
}
.mob-menu-top {
	border-bottom: 1px solid rgba(255, 255, 255,.5);
	padding-bottom: 25px;
	margin-bottom: 25px;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-ms-flex-wrap: wrap;
       flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
	-webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}
.mobile-menu .mob-nav li + li {
	margin-top: 25px;
}
.mobile-menu.open {
	-moz-transform: translateX(0px);
	-webkit-transform: translateX(0px);
	-o-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
}

.mob-contacts {
	display: none;
}



@media (max-width: 1200px) {
	.wrapper {
		padding: 0 20px;
	}
	.header-top .nav li + li {
		margin-left: 20px;
	}
	.block-tech .item .photo,
	.block-about .item .photo {
		width: 49%;
	}
	.block-tech .item .photo img,
	.block-about .item .photo img {
		max-width: 100%;
		height: auto !important;
	}
	.block-tech .item .info,
	.block-about .item .info {
		width: 49%;
	}
	.block-form .photos .item-1 {
		max-width: 55%;
	}
	.block-form .photos .item-2 {
		max-width: 44%;
	}
	.block-form .photo img,
	.block-form .photos img {
		max-width: 100%;
		height: auto;
	}
	.block-form .photo {
		max-width: 39%;
	}
	.form-name {
		font-size: 48px;
	}
	.block-support .right {
		width: 500px;
	}
	.block-follow .left {
		font-size: 30px;
	}
}


@media (max-width: 1100px) {
	.header-top .left .slogan {
		display: none;
	}
	.header-bottom {
		padding-right: 0;
	}
	.list-products .item .name {
		font-size: 22px;
	}
	.block-form .photo {
		display: none;
	}
	.block-form .form {
		width: 100%;
	}
	.block-form .form-body,
	.block-form .form-text {
		padding-right: 0;
	}
	.block-support .right {
		width: 430px;
	}
	.block-contacts .tabs-nav {
		width: 390px;
	}
	.block-contacts .tabs-map {
		width: calc(100% - 390px);
	}
	.block-follow .wrapper {
		display: block;
	}
	.block-follow {
		text-align: center;
	}
	.block-follow .left {
		margin-bottom: 20px;
	}
}

@media (max-width: 960px) {
	.block-tech .item .photo, 
	.block-about .item .photo {
		width: 100%;
		max-width: 569px;
		margin: 0 auto 20px auto;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		order: 1;
	}
	.block-tech .item .info,
	.block-about .item .info {
		width: 100%;
		max-width: 569px;
		margin: 0 auto 20px auto;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		order: 2;
	}
	.list-benefits .item {
		width: 49%;
		margin-bottom: 30px;
	}
	.block-support .title {
		font-size: 44px;
		line-height: 1;
	}
	.block-support .right {
		width: 360px;
	}
	.block-contacts .tabs-nav {
		width: 320px;
	}
	.block-contacts .tabs-map {
		width: calc(100% - 320px);
	}
	.block-question .wrapper {
		display: block;
	}
	.block-question .form,
	.block-question .text {
		width: 100%;
	}
	.block-question .text {
		margin-bottom: 30px;
	}
	.slider-main .item .content {
		width: 440px;
		text-align: left;
	}
	.slider-main .item h2 {
		font-size: 46px;
	}
}

@media (max-width: 800px) {
	.list-products .item {
		width: 49%;
		max-width: 330px;
		margin-bottom: 50px;
	}
	.toggle-menu {
		display: block;
	}
	.header-bottom,
	.header .lang,
	.header .nav {
		display: none;
	}
	.header-top {
		margin-bottom: 0;
	}
	.mob-contacts {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
	.mob-contacts .tel {
		margin-left: 30px;
	}
	.mob-contacts .social a {
		margin: 0 5px;
	}
	.block-contacts .tabs-map,
	.block-contacts .tabs-nav {
		width: 100%;
	}
	.block-contacts .tabs-nav {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.block-contacts .tabs-nav a {
		width: 50%;
		border-right: 1px solid #EEEEEE;
		border-bottom: 1px solid #EEEEEE;
		border-top: none;
	}
	.block-contacts .tabs-nav a:last-child {
		border-bottom: none;
	}
	.block-contacts .tabs-nav a:nth-child(2n) {
		border-right: none;
	}
	.block-contacts .tabs-map {
		height: 350px;
	}
	.block-contacts .tabs-map .map {
		height: 100%;
	}
}

@media (max-width: 700px) {
	.slider-main .item .content {
		width: 360px;
	}
	.slider-main .item h2 {
		font-size: 38px;
	}
	h2.title {
		font-size: 44px;
	}
	.form-name {
		font-size: 40px;
	}
	.footer .wrapper {
		display: block;
		text-align: center;
	}
	.footer .left {
		margin-bottom: 40px;
	}
	.footer .center {
		margin-bottom: 40px;
	}
	.footer .right {
		text-align: center;
	}
	.slider-main .item {
		position: relative;
		color: #fff;
		background-position: 64% 0 !important;
	}
	.slider-main .item:before {
		content: '';
		position: absolute;
		display: block;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: rgba(0, 0, 0, .5);
	}
	.slider-main .item .button {
		margin-bottom: 100px;
	}
	.slider-main .item .wrapper {
		position: relative;
		z-index: 10;
	}
	.slider-main .slick-dots li button {
		background: #fff;
	}
	.modal-thank .form-head, .modal-callback .form-head {
		font-size: 30px;
	}
	.modal-callback {
		padding: 20px 40px;
	}
	.block-contacts .tabs-nav a {
		width: 100%;
		border-right: none;
	}
}

@media (max-width: 600px) {
	.mob-contacts .tel {
		display: none;
	}
	.block-about .title {
		font-size: 35px;
	}
	.list-products .item .name {
		font-size: 18px;
	}
	.form-name {
		font-size: 36px;
	}
	.form-name br {
		display: none;
	}
	input[type=text], input[type=tel], input[type=email] {
		height: 50px;
	}
	.form .input-wrap .input {
		width: 100%;
	}
	h2.title {
		font-size: 40px;
	}
	.block-tech .item + .item, .block-about .item + .item {
		margin-top: 30px;
	}
	.block-support .right {
		width: 300px;
	}
	.block-support .title {
		font-size: 34px;
	}
	.block-support .text br {
		display: none;
	}
	.block-follow .left {
		font-size: 22px;
	}
	.block-question .text {
		font-size: 26px;
	}
	.block-tech .item .name, .block-about .item .name {
		font-size: 32px;
	}
	.block-about .item .words span + span {
		margin-left: 30px;
	}
}




















