@charset "UTF-8";

*::-webkit-input-placeholder {
	color: #666;
	opacity: 1;
}

*:-moz-placeholder {
	color: #666;
	opacity: 1;
}

*::-moz-placeholder {
	color: #666;
	opacity: 1;
}

*:-ms-input-placeholder {
	color: #666;
	opacity: 1;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.textarea{
	width:100%;
}
.textarea textarea{
	display: block;
	width: 100%;
	color: white;
	font-family: "AdineuePROCyr", sans-serif;
	line-height: 1.4;
	font-size: 19px;
	font-weight: 300;
	outline: none;
	border: 1px solid #4f4f4f;
	background: none;
	padding: 20px;
}

body {
	font-size: 16px;
	min-width: 320px;
	position: relative;
	line-height: 1.4;
	font-family: "AdineuePROCyr", sans-serif;
	font-weight: 300;
	overflow-x: hidden;
	margin: 0;
}

p {
	margin: 0;
}

a {
	text-decoration: none;
	outline: none;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

ul li,
ol li,
menu li {
	list-style: none;
}

ul,
ol,
menu {
	display: block;
	margin: 0;
	padding-left: 0;
}

button {
	outline: none;
	border: 0;
	padding: 0;
	cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-weight: normal;
}

.btn1 {
	display: inline-block;
	color: white;
	font-family: "AdineuePROCyr", sans-serif;
	font-size: 24px;
	font-weight: 300;
	letter-spacing: 0.6px;
	padding: 13.5px 32px;
	padding-right: 72px;
	background-color: #ff6000;
	position: relative;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}

.btn1:after {
	content: '';
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 44px;
	width: 17px;
	height: 17px;
	background: url("../img/arrow1.svg") center no-repeat;
	background-size: contain;
}

.hidden {
	display: none;
}

.site-wrap {
	overflow: hidden;
}

.container {
	margin: 0 auto;
	position: relative;
	padding: 0 10px;
	width: 100%;
	max-width: 1590px;
}

.main-header {
	padding-top: 34px;
	padding-bottom: 30px;
	background-color: #292929;
 
}

.main-header-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 1200px;
	width: 100%;
	margin:0 auto;
}

.main-header-wrap {
	max-width: 651px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.main-header-logo {
	max-width: 256px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
 
.main-header-logo span {
	color: #ff6000;
	font-size: 99px;
	line-height: 99px;
	font-weight: 700;
	text-transform: uppercase;
}

.main-header-logo span b {
	color: white;
	font-weight: 700;
	position: relative;
	z-index: 1;
}

.main-header-logo span b:after {
	content: '';
	position: absolute;
	z-index: -1;
	top: 48%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: -5px;
	width: 100000px;
	height: 163px;
	background-color: #ff6000;
}

.main-header-logo i {
	font-style: normal;
	color: white;
	font-size: 21px;
	line-height: 21px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: -6px;
}

.main-header-nav {
	max-width: 265px;
	width: 100%;
}

.main-header-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.main-header-menu a {
	display: inline-block;
	color: white;
	font-size: 18px;
	font-weight: 300;
	position: relative;
	z-index: 1;
}

.main-header-menu a:after {
	content: '';
	position: absolute;
	z-index: -1;
	left: -16px;
	bottom: 3px;
	width: 0;
	-webkit-transition: width 0.3s;
	transition: width 0.3s;
	height: 5px;
	background-color: #ff6000;
}

.main-header-contact {
	max-width: 257px;
	width: 100%;
	text-align: right;
}

.main-header-tel {
	display: inline-block;
	padding-left: 82px;
	position: relative;
	color: white;
	font-size: 24px;
	line-height: 24px;
	font-weight: 300;
	margin-bottom: 8px;
}

.main-header-tel:after {
	content: '';
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	width: 59px;
	height: 59px;
	background: #151414 url("../img/whatsapp-icon.png") center no-repeat;
}

.main-header-email {
	display: inline-block;
	padding-left: 25px;
	position: relative;
	color: rgba(255, 255, 255, 0.5);
	font-size: 16px;
	line-height: 16px;
	font-weight: 300;
}

.main-header-email:after {
	content: '';
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	width: 15px;
	height: 15px;
	background: url("../img/email-icon.svg") center no-repeat;
	background-size: cover;
}

.banner {
	background: url("../img/banner-bg.jpg") center no-repeat;
	background-size: cover;
	position: relative;
}

.banner .container {
	padding-top: 261px;
	z-index: 1;
}

.banner-img {
	position: absolute;
	z-index: -1;
	bottom: 0;
	right: 381px;
	width: 494px;
}

.banner-wrap {
	max-width: 1374px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 60px;
}

.banner-text {
	max-width: 635px;
	width: 100%;
}

.banner-text h1 {
	color: white;
	font-size: 76px;
	font-weight: 700;
	letter-spacing: 1.9px;
	margin-bottom: 32px;
}

.banner-text h1 b {
	font-weight: 700;
	font-size: 94px;
	letter-spacing: 2.9px;
	position: relative;
	margin-left: 4px;
}

.banner-text h1 b:after {
	content: '';
	position: absolute;
	z-index: -1;
	right: -9px;
	bottom: 11px;
	width: 154px;
	height: 23px;
	background-color: #ff6000;
}

.banner-text span {
	display: block;
	font-size: 43px;
	font-weight: 300;
	letter-spacing: 1.4px;
}

.banner-video {
	max-width: 165px;
	width: 100%;
	margin-top: 41px;
}

.banner-video a {
	display: inline-block;
	padding-left: 88px;
	position: relative;
	color: rgba(255, 255, 255, 0.5);
	font-size: 19px;
	line-height: 22px;
	font-weight: 300;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}

.banner-video a i {
	position: absolute;
	top: 65%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	width: 75px;
	height: 75px;
	border: 2px solid #eff2f7;
	border-radius: 50%;
}

.banner-video a i:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 55%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	width: 0;
	height: 0;
	border-top: 12px solid transparent;
	border-left: 21px solid white;
	border-bottom: 12px solid transparent;
}

.banner-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 1187px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 13px;
}

.banner-item:nth-child(6) img {
	margin-top: -10px;
}

.banner-btn-wrap {
	max-width: 498px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transform: translateY(30px);
	transform: translateY(30px);
}

.banner-btn1 {
	width: 49%;
	padding: 12px 24px;
	padding-right: 63px;
	color: white;
	font-size: 19px;
	font-weight: 300;
	letter-spacing: 0.5px;
	line-height: 18px;
	position: relative;
	background-color: #ff6000;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}

.banner-btn1:after {
	content: '';
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 29px;
	width: 29px;
	height: 31px;
	background: url("../img/download-icon.png") center no-repeat;
}

.banner-btn2 {
	width: 49%;
	padding: 12px 13px;
	padding-right: 53px;
	color: black;
	font-size: 19px;
	font-weight: 300;
	line-height: 18px;
	letter-spacing: 0.5px;
	position: relative;
	background-color: #ffd200;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}

.banner-btn2:after {
	content: '';
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 25px;
	width: 19px;
	height: 39px;
	background: url("../img/yandex-icon.png") center no-repeat;
}

.banner-soc-list {
	position: absolute;
	z-index: 1;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	max-width: 63px;
	width: 100%;
}

.banner-soc-list li {
	width: 100%;
	height: 80px;
}

.banner-soc-list a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 5px;
	width: 100%;
	height: 100%;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	background-color: rgba(255, 255, 255, 0.1);
}

.banner-soc-list li.active a {
	background-color: #ff6000;
}

.advantages {
	padding-top: 76px;
	padding-bottom: 114px;
	background-color: #232323;
}

.advantages h2 {
	text-align: center;
	color: white;
	font-size: 60px;
	line-height: 78px;
	font-weight: 700;
	margin-bottom: 94px;
}

.advantages h2 span {
	display: block;
	font-size: 55px;
	font-weight: 300;
}

.advantages-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	max-width: 1154px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: -63px;
}

.advantages-item {
	max-width: 270px;
	width: 100%;
	padding: 34px 0;
	position: relative;
	margin-top: 63px;
}

.advantages-item i {
	position: absolute;
	top: -39px;
	left: 0;
	width: 64px;
	height: 50px;
	background: url("../img/advantages-item-1.png") center no-repeat;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}

.advantages-item:after {
	content: '';
	position: absolute;
	left: 99px;
	top: 0;
	right: 15px;
	height: 46px;
	border: 2px solid #ff6000;
	border-bottom: none;
	border-left: none;
}

.advantages-item:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	right: 15px;
	height: 18px;
	border: 2px solid #ff6000;
	border-top: none;
}

.advantages-item span {
	position: absolute;
	bottom: 0;
	right: 15px;
	height: 46px;
	border-right: 2px solid #ff6000;
	border-top: none;
}

.advantages-item p {
	color: white;
	font-size: 21px;
	line-height: 25px;
	font-weight: 300;
}

.advantages-item p b {
	font-weight: 700;
}

.advantages-item:nth-child(2) {
	max-width: 330px;
}

.advantages-item:nth-child(2) i {
	width: 57px;
	height: 57px;
	top: -44px;
	background-image: url("../img/advantages-item-2.png");
}

.advantages-item:nth-child(2):after {
	right: 43px;
	height: 26px;
}

.advantages-item:nth-child(2):before {
	height: 20px;
	right: 43px;
}

.advantages-item:nth-child(3) {
	max-width: 315px;
}

.advantages-item:nth-child(3) i {
	width: 40px;
	height: 58px;
	top: -44px;
	background-image: url("../img/advantages-item-3.png");
}

.advantages-item:nth-child(3):after {
	right: 58px;
	height: 26px;
}

.advantages-item:nth-child(3):before {
	height: 20px;
	right: 58px;
}

.advantages-item:nth-child(4) {
	max-width: 285px;
	margin-left: auto;
	margin-right: 65px;
	padding: 30px 0;
}

.advantages-item:nth-child(4) i {
	width: 72px;
	height: 51px;
	top: -41px;
	left: -7px;
	background-image: url("../img/advantages-item-4.png");
}

.advantages-item:nth-child(4):after {
	right: 30px;
	height: 20px;
}

.advantages-item:nth-child(4):before {
	height: 20px;
	right: 30px;
}

.advantages-item:nth-child(5) {
	max-width: 335px;
	margin-right: auto;
	margin-left: 65px;
	padding: 30px 0;
}

.advantages-item:nth-child(5) i {
	width: 61px;
	height: 49px;
	top: -40px;
	background-image: url("../img/advantages-item-5.png");
}

.advantages-item:nth-child(5):after {
	right: 58px;
	height: 20px;
}

.advantages-item:nth-child(5):before {
	height: 20px;
	right: 58px;
}

.services {
	padding-top: 59px;
	padding-bottom: 98px;
	background: url("../img/services-bg.jpg") center no-repeat;
	background-size: cover;
}

.services h2 {
	text-align: center;
	color: white;
	font-size: 60px;
	font-weight: 700;
	margin-bottom: 11px;
}

.services h2 span {
	font-size: 55px;
	font-weight: 300;
}

.services .tab_list {
	max-width: 1280px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: -10px;
	margin-bottom: 63px;
}

.services .tab_list li {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-right: 10px;
	margin-top: 10px;
}

.services .tab_list li:nth-child(1) {
	max-width: 513px;
	width: 100%;
}

.services .tab_list li:nth-child(2) {
	max-width: 551px;
	width: 100%;
	margin-right: 0;
}

.services .tab_list li:last-child {
	margin-right: 0;
}

.services .tab_list li a {
	display: block;
	color: white;
	font-size: 21px;
	font-weight: 300;
	background-color: rgba(255, 255, 255, 0.1);
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
	padding: 6px 10px;
	text-align: center;
}

.services .tab_list li a.active {
	background-color: #ff6000;
}

.services-tab-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 62px;
	-webkit-box-shadow: 0 0 51px rgba(0, 0, 0, 0.51);
	box-shadow: 0 0 51px rgba(0, 0, 0, 0.51);
	background-color: #1e1d1d;
}

.services-tab-text-wrap {
	width: calc(100% - 712px);
	padding: 15px 0;
	padding-left: 79px;
	margin-top: -12px;
}

.services-tab-text1 {
	margin-bottom: 21px;
}

.services-tab-text1 p {
	color: white;
	font-size: 21px;
	line-height: 25px;
	font-weight: 300;
}

.services-tab-text2 h3 {
	color: white;
	font-size: 21px;
	font-weight: 700;
	margin-bottom: 16px;
}

.services-tab-text2 li {
	color: white;
	font-size: 18px;
	line-height: 22px;
	font-weight: 300;
	margin-bottom: 22px;
	position: relative;
	padding-left: 25px;
}

.services-tab-text2 li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 11px;
	width: 16px;
	height: 3px;
	background-color: #ff6000;
}

.services-tab-text2 li:last-child {
	margin-bottom: 0;
}

.services-tab-img {
	max-width: 636px;
	width: 100%;
}

.services-tab-btn {
	width: 100%;
	text-align: center;
}

.services-tab-btn .btn1 {
	padding: 13.5px 34px;
	padding-right: 55px;
}

.services-tab-btn .btn1:after {
	right: 33px;
}

.cases {
	padding-top: 60px;
	padding-bottom: 88px;
	background-color: #232323;
}

.cases h2 {
	text-align: center;
	color: white;
	font-size: 60px;
	font-weight: 700;
	margin-bottom: 34px;
}

.cases-slider-wrap {
	position: relative;
}

.cases-slider1 {
	overflow: hidden;
	-webkit-box-shadow: 0 0 51px rgba(0, 0, 0, 0.51);
	box-shadow: 0 0 51px rgba(0, 0, 0, 0.51);
	margin-bottom: 5px;
}

.cases-item {
	padding: 51px 83px 66px 79px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.cases-item-img {
	max-width: 555px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.cases-item-img .tab_list1 {
	max-width: 120px;
	width: 100%;
}

.cases-item-img .tab_list1 li {
	margin-bottom: 9px;
}

.cases-item-img .tab_list1 li:last-child {
	margin-bottom: 0;
}

.cases-item-img .tab_list1 a {
	display: block;
	position: relative;
}

.cases-item-img .tab_list1 a img {
	-o-object-fit: cover;
	object-fit: cover;
	height: 99px;
	width: 100%;
	-o-object-position: top center;
	object-position: top center;
}

.cases-item-img .tab_list1 a:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border: 2px solid #ff6000;
	background: rgba(0, 0, 0, 0.6) url("../img/eye-icon.png") center no-repeat;
	opacity: 0;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.cases-item-img .tab_list1 a.active:after {
	opacity: 1;
}

.cases-item-tabs-wrap {
	max-width: 425px;
	width: 100%;
	text-align: center;
}

.cases-item-tabs-wrap a {
	display: block;
}

.cases-item-text-wrap {
	width: calc(100% - 615px);
	margin-top: 28px;
}

.cases-item-text-wrap h3 {
	color: white;
	font-size: 38px;
	font-weight: 700;
	margin-bottom: 14px;
}

.cases-item-text p {
	color: white;
	font-size: 19px;
	line-height: 23px;
	font-weight: 300;
	margin-bottom: 21px;
}

.cases-item-text p:last-child {
	margin-bottom: 0;
}

.cases-slider2 {
	overflow: hidden;
	padding: 15px;
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: 26px;
}

.cases-slider2 .swiper-container {
	overflow: initial;
}

.cases-slider2 .swiper-slide-thumb-active .cases-nav {
	border: 2px solid #ff6000;
}

.cases-nav {
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
	padding: 17px 19px 19px 19px;
	text-align: center;
	border: 2px solid #232323;
	-webkit-transition: border 0.3s;
	transition: border 0.3s;
	cursor: pointer;
}

.cases-nav h3 {
	color: white;
	font-size: 21px;
	font-weight: 700;
	margin-top: 18px;
	margin-bottom: 11px;
}

.cases-nav p {
	color: white;
	font-size: 17px;
	font-weight: 300;
	line-height: 20px;
	max-width: 193px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.cases-nav-img img {
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top center;
	object-position: top center;
	height: 124px;
	width: 100%;
}

.cases-btn-wrap {
	max-width: 280px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.partners {
	padding-top: 82px;
	padding-bottom: 82px;
	border: 2px solid #ff6000;
	background: #1e1d1d url("../img/partners-bg.png") center no-repeat;
	background-size: cover;
}

.partners h2 {
	color: white;
	font-size: 60px;
	line-height: 78px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 73px;
}

.partners span {
	display: block;
	font-size: 55px;
	font-weight: 300;
}

.partners-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: -78px;
}

.partners-item {
	width: 16.16%;
	margin-top: 78px;
	position: relative;
	min-height: 186px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 25px;
	margin-right: 4.8%;
}

.partners-item:after {
	content: '';
	position: absolute;
	top: 0;
	left: 98px;
	right: 0;
	height: 21px;
	border-top: 2px solid #ff6000;
	border-right: 2px solid #ff6000;
}

.partners-item:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 21px;
	border-bottom: 2px solid #ff6000;
	border-right: 2px solid #ff6000;
	border-left: 2px solid #ff6000;
}

.partners-item:nth-child(5) {
	margin-right: 0;
}

.partners-item:last-child {
	margin-right: 0;
}

.feedback {
	position: relative;
	z-index: 1;
	-webkit-box-shadow: 0 0 51px rgba(0, 0, 0, 0.51);
	box-shadow: 0 0 51px rgba(0, 0, 0, 0.51);
	border: 2px solid #ff6000;
	border-top: none;
	background-color: #232323;
	background: url("../img/feedback-bg.jpg") center no-repeat;
	background-size: cover;
	padding-top: 45px;
	padding-bottom: 66px;
}

.feedback-img {
	position: absolute;
	z-index: -1;
	top: 65px;
	right: -96px;
	width: 491px;
}

.feedback-wrap {
	max-width: 1208px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding: 18px 54px 0 54px;
}

.feedback-wrap:after {
	content: '';
	position: absolute;
	bottom: 18px;
	left: 0;
	width: 38px;
	height: 38px;
	border-bottom: 4px solid white;
	border-left: 4px solid white;
}

.feedback-wrap:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 38px;
	height: 38px;
	border-top: 4px solid white;
	border-right: 4px solid white;
}

.feedback-wrap h2 {
	text-align: center;
	max-width: 635px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	color: white;
	font-size: 42px;
	line-height: 50px;
	font-weight: 700;
	margin-bottom: 47px;
}

.feedback-wrap h2 b {
	font-weight: 700;
	color: #ff6000;
}

.feedback-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.feedback-form .input {
	width: 49.6%;
}

.feedback-form .btn1 {  
	padding: 16.5px 34px;
	padding-right: 55px;
	margin-left:30px;
	height: 65px;
}

.feedback-form .btn1:after {
	right: 33px;
}

.media {
	padding-top: 68px;
	padding-bottom: 98px;
	background: url("../img/media-bg.jpg") center no-repeat;
	background-size: cover;
}

.media h2 {
	text-align: center;
	color: white;
	font-size: 60px;
	line-height: 97px;
	font-weight: 700;
	margin-bottom: 51px;
}

.media h2 span {
	display: block;
	font-size: 55px;
	font-weight: 300;
}

.media-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	max-width: 1490px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.media-list-wrap {
	width: 31.1%;
}

.media-list-wrap:nth-child(1) {
	margin-top: -92px;
}

.media-list-wrap:nth-child(3) {
	margin-top: -92px;
}

.media-item {
	display: block;
	-webkit-box-shadow: 24px 41px 51px rgba(0, 0, 0, 0.35);
	box-shadow: 24px 41px 51px rgba(0, 0, 0, 0.35);
	background-color: #232323;
	margin-bottom: 50px;
	border: 2px solid #232323;
	-webkit-transition: border 0.3s;
	transition: border 0.3s;
	padding: 42px 36px 47px 36px;
}

.media-item:last-child {
	margin-bottom: 0;
}

.media-item p {
	color: white;
	font-size: 19px;
	line-height: 23px;
	font-weight: 300;
	text-align: center;
}

.media-item-img {
	text-align: center;
	margin-bottom: 29px;
	padding-bottom: 38px;
	position: relative;
}

.media-item-img:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 67px;
	height: 4px;
	background-color: #ff6000;
}

.reviews {
	padding-top: 70px;
	padding-bottom: 81px;
	background: url("../img/reviews-bg.jpg") center no-repeat;
	background-size: cover;
}

.reviews h2 {
	text-align: center;
	color: white;
	font-size: 60px;
	line-height: 78px;
	font-weight: 700;
	margin-bottom: 55px;
}

.reviews h2 span {
	display: block;
	font-size: 55px;
	font-weight: 300;
}

.reviews .swiper-button-prev-style1,
.reviews .swiper-button-next-style1 {
	background-color: #232323;
}

.reviews-slider {
	padding: 69px 20px;
	padding-top: 206px;
	margin-left: -20px;
	margin-right: -20px;
	overflow: hidden;
}

.reviews-slider .swiper-container {
	overflow: initial;
}

.reviews-slider .swiper-slide-active .reviews-item {
	z-index: 1;
	-webkit-transform-origin: bottom;
	transform-origin: bottom;
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
	-webkit-box-shadow: 0 0 46px 5px rgba(0, 0, 0, 0.35);
	box-shadow: 0 0 46px 5px rgba(0, 0, 0, 0.35);
	-webkit-transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
	transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
	transition: transform 0.3s, box-shadow 0.3s;
	transition: transform 0.3s, box-shadow 0.3s, -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
}

.reviews-item {
	-webkit-box-shadow: 10px 20px 25px rgba(0, 0, 0, 0.35);
	box-shadow: 10px 20px 25px rgba(0, 0, 0, 0.35);
	background-color: #1e1d1d;
	padding: 68px 70px 53px 70px;
	position: relative;
	text-align: center;
}

.reviews-item h3 {
	color: white;
	font-size: 19px;
	font-weight: 700;
	margin-bottom: 10px;
}

.reviews-item p {
	color: white;
	font-size: 15px;
	line-height: 17px;
	font-weight: 300;
	margin-bottom: 15px;
}

.reviews-item a {
	display: inline-block;
	font-size: 15px;
	color: #ff6000;
	position: relative;
}

.reviews-item a:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	height: 1px;
	background-color: #ff6000;
	width: 0;
	-webkit-transition: width 0.3s;
	transition: width 0.3s;
}

.reviews-item-img {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	max-width: 105px;
	width: 100%;
}

.reviews-item-img img {
	border-radius: 50%;
	position: relative;
}

.reviews-item-img:before {
	content: '';
	position: absolute;
	top: 2px;
	left: -2px;
	width: 104px;
	height: 104px;
	background-color: #ff6000;
	border-radius: 50%;
}

.questions {
	padding-top: 84px;
	padding-bottom: 30px;
	background: url("../img/questions-bg.jpg") center no-repeat;
	background-size: cover;
}

.questions h2 {
	text-align: center;
	color: white;
	font-size: 60px;
	line-height: 78px;
	font-weight: 700;
	margin-bottom: 55px;
}

.questions h2 span {
	display: block;
	font-size: 55px;
	font-weight: 300;
}

.questions-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 1490px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	min-height: 464px;
}

.questions-list {
	width: 48.4%;
}

.questions-item {
	margin-bottom: 14px;
}

.questions-item:last-child {
	margin-bottom: 0;
}

.questions .open_toggle {
	border: 1px solid rgba(255, 255, 255, 0.2);
	color: white;
	font-size: 21px;
	font-weight: 300;
	letter-spacing: 0.6px;
	padding: 13.5px 38px;
	padding-right: 70px;
	position: relative;
	cursor: pointer;
	-webkit-transition: border 0.3s, background-color 0.3s;
	transition: border 0.3s, background-color 0.3s;
	overflow: hidden;
}

.questions .open_toggle i {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 56px;
	background-color: #000;
	background-size: 17px;
	border-left: 1px solid #000;
	-webkit-transition: background-color 0.3s, border-left 0.3s;
	transition: background-color 0.3s, border-left 0.3s;
}

.questions .open_toggle i:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%) rotate(90deg);
	transform: translateY(-50%) translateX(-50%) rotate(90deg);
	width: 17px;
	height: 17px;
	background: url("../img/arrow1.svg") center no-repeat;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}

.questions .open_toggle.active {
	background-color: #ff6000;
	border: 1px solid rgba(255, 255, 255, 0.2);
}

.questions .open_toggle.active i {
	background-color: #ff6000;
	border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.questions .open_toggle.active i:after {
	-webkit-transform: translateY(-50%) translateX(-50%) rotate(-90deg);
	transform: translateY(-50%) translateX(-50%) rotate(-90deg);
}

.questions .block_toggle {
	border: 1px solid rgba(255, 255, 255, 0.2);
	padding: 25px 40px 42px 40px;
	color: white;
	font-size: 19px;
	line-height: 23px;
	font-weight: 300;
}

.main-footer-wrap1 {
	padding-top: 35px;
	padding-bottom: 28px;
	background-color: black;
	padding-left: 200px;
	padding-right: 30px;
}

.main-footer-container1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 1800px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.main-footer-logo {
	max-width: 256px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.main-footer-logo span {
	color: #ff6000;
	font-size: 99px;
	line-height: 99px;
	font-weight: 700;
	text-transform: uppercase;
}

.main-footer-logo span b {
	color: white;
	font-weight: 700;
	position: relative;
	z-index: 1;
}

.main-footer-logo span b:after {
	content: '';
	position: absolute;
	z-index: -1;
	top: 48%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: -5px;
	width: 100000px;
	height: 162px;
	background-color: #ff6000;
}

.main-footer-logo i {
	font-style: normal;
	color: white;
	font-size: 21px;
	line-height: 21px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: -6px;
}

.main-footer-contact-list {
	max-width: 767px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: -50px;
}

.main-footer-contact-list li {
	color: white;
	font-size: 18px;
	font-weight: 300;
	padding-left: 70px;
	position: relative;
	width: 48%;
	margin-top: 50px;
}

.main-footer-contact-list li:nth-child(1) {
	width: 100%;
}

.main-footer-contact-list li:after {
	content: '';
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	width: 59px;
	height: 59px;
	background: #151414 url("../img/adress-icon.png") center no-repeat;
}

.main-footer-contact-list li:nth-child(2):after {
	background-image: url("../img/email-icon1.png");
}

.main-footer-contact-list li:nth-child(3):after {
	background-image: url("../img/whatsapp-icon.png");
}

.main-footer-contact-list a {
	color: white;
}

.main-footer-soc-list {
	max-width: 160px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.main-footer-soc-list li {
	width: 50%;
	height: 63px;
}

.main-footer-soc-list li.active a {
	background-color: #ff6000;
}

.main-footer-soc-list a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 5px;
	width: 100%;
	height: 100%;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	background-color: rgba(255, 255, 255, 0.1);
}

.main-footer-wrap2 {
	padding-top: 45px;
	padding-bottom: 53px;
	background-color: #1e1d1d;
}

.main-footer-form-wrap {
	max-width: 1312px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.main-footer-form-wrap h2 {
	color: white;
	font-size: 35px;
	font-weight: 700;
}

.main-footer-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: calc(100% - 425px);
}

.main-footer-form .btn1 {
	padding: 13.5px 52px;
	padding-right: 80px;
	font-size: 21px;
}

.main-footer-form .btn1:after {
	right: 52px;
}

.main-footer-form-input {
	width: calc(100% - 255px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.main-footer-form-input .input {
	width: 49.1%;
}

.main-footer-wrap3 {
	padding-top: 18px;
	padding-bottom: 18px;
	background-color: #232323;
}

.main-footer-wrap3 p {
	color: rgba(255, 255, 255, 0.3);
	font-size: 17px;
	font-weight: 300;
}

.popup {
	max-width: 1250px;
	width: 95%;
	-webkit-box-shadow: 0 0 21px #2d2d2d;
	box-shadow: 0 0 21px #2d2d2d;
	background-color: #1e1d1d;
	padding: 38px 75px 60px 75px;
}

.popup h2 {
	text-align: center;
	color: white;
	font-size: 42px;
	font-weight: 700;
	margin-bottom: 37px;
}

.popup h2 b {
	font-weight: 700;
	color: #ff6000;
}

.popup-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.popup .input {
	width: 49.5%;
}

.popup .btn1 {
	padding: 16.5px 5px;
	max-width: 266px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 45px;
}

.popup .btn1:after {
	display: none;
}

.popup-file .btn1 {
	margin-top: 31px;
}

.pop {
	max-width: 300px;
	width: 95%;
	-webkit-box-shadow: 0 0 21px #2d2d2d;
	box-shadow: 0 0 21px #2d2d2d;
	background-color: #1e1d1d;
	padding: 40px 10px;
	color: white;
	font-size: 22px;
	font-weight: 300;
	text-align: center;
}

.pop .fancybox-close-small {
	display: none;
}

.fancybox-is-open .fancybox-bg {
	opacity: 1;
}

.fancybox-bg {
	background: #1e1d1d;
}

.fancybox-close-small {
	width: 33px;
	height: 33px;
	top: -70px;
	right: 0;
	background: url("../img/close.png") center no-repeat;
}

.thumb-wrap {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.thumb-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-width: 0;
	outline-width: 0;
	border: none;
}

.popup-video {
	max-width: 1000px;
	width: 95%;
	padding: 0;
	-webkit-box-shadow: 0 0 21px #2d2d2d;
	box-shadow: 0 0 21px #2d2d2d;
}

.input-file-wrap {
	text-align: center;
	width: 100%;
	margin-top: 31px;
}

.jq-file {
	color: white;
	font-size: 21px;
	font-weight: 300;
	letter-spacing: 0.7px;
	cursor: pointer;
	padding-right: 39px;
	position: relative;
}

.jq-file:after {
	content: '';
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	width: 27px;
	height: 29px;
	background: url("../img/attach-icon.png") center no-repeat;
}

.jq-file__browse {
	display: none;
}

.jq-file__name {
	font-size: 0;
}

.jq-file__name:after {
	content: 'прикрепить файл';
	font-size: 21px;
}

.changed .jq-file__name {
	font-size: 21px;
}

.changed .jq-file__name:after {
	font-size: 0;
}

.input {
	display: block;
	width: 100%;
	color: white;
	font-family: "AdineuePROCyr", sans-serif;
	line-height: 1.4;
	font-size: 19px;
	font-weight: 300;
	outline: none;
	border: 1px solid #4f4f4f;
	background: none;
	padding: 11.5px 23px;
}

.input::-webkit-input-placeholder {
	font-family: "AdineuePROCyr", sans-serif;
	line-height: 1.4;
	color: rgba(255, 255, 255, 0.4);
	font-size: 19px;
	font-weight: 300;
}

.input:-ms-input-placeholder {
	font-family: "AdineuePROCyr", sans-serif;
	line-height: 1.4;
	color: rgba(255, 255, 255, 0.4);
	font-size: 19px;
	font-weight: 300;
}

.input::-ms-input-placeholder {
	font-family: "AdineuePROCyr", sans-serif;
	line-height: 1.4;
	color: rgba(255, 255, 255, 0.4);
	font-size: 19px;
	font-weight: 300;
}

.input::placeholder {
	font-family: "AdineuePROCyr", sans-serif;
	line-height: 1.4;
	color: rgba(255, 255, 255, 0.4);
	font-size: 19px;
	font-weight: 300;
}

.swiper-button-prev-style1,
.swiper-button-next-style1 {
	margin-top: 0;
	position: relative;
	top: auto;
	right: auto;
	left: auto;
	width: 50%;
	height: 33px;
	background: none;
	background-color: #211d1b;
	outline: none;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.swiper-button-prev-style1:after,
.swiper-button-next-style1:after {
	content: '';
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
	left: 25px;
	width: 18px;
	height: 18px;
	background: url("../img/arrow1.svg") center no-repeat;
	background-size: contain;
}

.swiper-button-next-style1:after,
.swiper-container-rtl .swiper-button-prev-style1:after {
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 24px;
	left: auto;
}

.no-touch .main-header-menu a:hover:after {
	width: 37px;
}

.no-touch .btn1:hover,
.no-touch .banner-video a:hover,
.no-touch .banner-btn1:hover,
.no-touch .banner-btn2:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.no-touch .services .tab_list li a:hover,
.no-touch .swiper-button-prev-style1:hover,
.no-touch .swiper-button-next-style1:hover {
	background-color: #ff6000;
}

.no-touch .banner-soc-list a:hover,
.no-touch .main-footer-soc-list a:hover {
	opacity: 0.8;
}

.no-touch .cases-item-img .tab_list1 a:hover:after {
	opacity: 1;
}

.no-touch .cases-nav:hover,
.no-touch .media-item:hover {
	border: 2px solid #ff6000;
}

.no-touch .questions .open_toggle:hover {
	background-color: #ff6000;
	border: 1px solid rgba(255, 255, 255, 0.2);
}

.no-touch .questions .open_toggle:hover i {
	background-color: #ff6000;
	border-left: 1px solid #ff6000;
}

.no-touch .advantages-item:hover i {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}

.no-touch .reviews-item a:hover:after {
	width: 100%;
}

@media only screen and (max-width: 1850px) {
	.feedback-img {
		right: -245px;
	}
}

@media only screen and (max-width: 1650px) {
	.container {
		max-width: 1200px;
	}
	
	.banner-wrap {
		padding-right: 80px;
	}
	
	.banner-img {
		width: 400px;
		right: 275px;
	}
	
	.services-tab-text1 p,
	.services-tab-text2 h3 {
		font-size: 19px;
		line-height: 21px;
	}
	
	.services-tab-text1,
	.services-tab-text2 h3,
	.services-tab-text2 li {
		margin-bottom: 10px;
	}
	
	.services-tab-text-wrap {
		margin-top: 0;
		padding-left: 40px;
		width: calc(100% - 670px);
	}
	
	.cases-item {
		padding: 30px;
	}
	
	.cases-item-text-wrap {
		margin-top: 0;
		width: calc(100% - 590px);
	}
	
	.banner .container {
		padding-top: 160px;
	}
	
	.questions .open_toggle {
		font-size: 18px;
		padding-left: 15px;
	}
	
	.questions .block_toggle {
		font-size: 17px;
		line-height: 1.4;
	}
}

@media only screen and (max-width: 1500px) {
	.feedback-img {
		right: -350px;
		opacity: 0.5;
	}
}

@media only screen and (max-width: 1450px) {
	.main-footer-contact-list {
		max-width: 600px;
	}
}

@media only screen and (max-width: 1300px) {
	.main-header,
	.main-footer-wrap1 {
	 
	}
	
	.main-footer-contact-list {
		max-width: none;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		margin-top: 60px;
	}
	
	.main-footer-contact-list li:nth-child(1),
	.main-footer-contact-list li {
		width: 30%;
	}
	
	.main-footer-soc-list {
		margin-left: auto;
		margin-right: auto;
	}
}

@media only screen and (max-width: 1200px) {
	.banner-text h1 {
		font-size: 50px;
	}
	
	.banner-text h1 b {
		font-size: 70px;
	}
	
	.banner-text span {
		font-size: 32px;
	}
	
	.banner-img {
		width: 350px;
		right: 200px;
	}
	
	.banner-text {
		max-width: 460px;
	}
	
	.advantages h2,
	.services h2,
	.cases h2,
	.partners h2,
	.media h2,
	.reviews h2,
	.questions h2 {
		font-size: 70px;
		line-height: 60px;
	}
	
	.advantages h2 span,
	.services h2 span,
	.partners h2 span,
	.media h2 span,
	.questions h2 span {
		font-size: 40px;
	}
	
	.cases-item-text-wrap {
		width: 100%;
	}
	
	.cases-item-img {
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
	}
	
	.cases-item {
		padding: 15px;
	}
	
	.reviews-item {
		padding: 30px;
		padding-top: 60px;
	}
	
	.main-footer-form-wrap h2 {
		width: 100%;
		text-align: center;
		font-size: 30px;
		margin-bottom: 20px;
	}
	
	.main-footer-form {
		width: 100%;
	}
}

@media only screen and (max-width: 1150px) {
	.services .tab_list li {
		max-width: none;
		width: 100%;
		margin-right: 0;
	}
	
	.services .tab_list li:nth-child(1),
	.services .tab_list li:nth-child(2) {
		max-width: none;
	}
	
	.services-tab-text-wrap {
		width: 100%;
	}
	
	.services-tab-img {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
		max-width: 550px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
	}
	
	.services-tab-text-wrap {
		padding: 0;
	}
	
	.services-tab-container {
		padding: 10px;
		margin-bottom: 20px;
	}
	
	.partners-item {
		width: 30%;
		margin-right: 0;
	}
	
	.partners-list {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-top: -20px;
	}
	
	.partners-item {
		min-height: 150px;
		margin-top: 20px;
	}
}

@media only screen and (max-width: 1050px) {
	.main-header {
	 
		padding-top: 15px;
		padding-bottom: 15px;
	}
	
	.main-footer-wrap1 {
		padding-right: 10px;
		padding-left: 10px;
		padding-top: 17px;
		padding-bottom: 35px;
	}
	
	.main-header-logo span,
	.main-footer-logo span {
		font-size: 60px;
		line-height: 60px;
	}
	
	.main-header-logo,
	.main-footer-logo {
		max-width: 170px;
	}
	
	.main-header-logo i,
	.main-footer-logo i {
		font-size: 17px;
		line-height: 17px;
		margin-top: 0;
	}
	
	.main-header-logo span b:after,
	.main-footer-logo span b:after {
		height: 90px;
		right: -3px;
	}
	
	.main-header-wrap {
		max-width: 520px;
	}
	
	.banner-item {
		width: 30%;
		text-align: center;
		margin-top: 20px;
	}
	
	.banner-list {
		margin-top: -20px;
	}
	
	.banner-img {
		opacity: 0.5;
	}
	
	.banner .container {
		padding-top: 70px;
	}
}

@media only screen and (max-width: 1000px) {
	.advantages-list {
		max-width: 700px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	
	.advantages-item:nth-child(4) {
		margin-right: 0;
	}
	
	.advantages-item:nth-child(5) {
		margin-left: auto;
	}
	
	.cases-nav {
		padding: 10px;
	}
	
	.reviews-slider .swiper-slide-active .reviews-item {
		-webkit-transform: none;
		transform: none;
	}
	
	.reviews-item h3 {
		font-size: 23px;
	}
	
	.reviews-item p {
		font-size: 18px;
		line-height: 1.4;
	}
	
	.reviews-item a {
		font-size: 18px;
	}
	
	.reviews-slider {
		padding: 40px 20px;
		padding-top: 80px;
	}
	
	.fancybox-close-small {
		width: 25px;
		height: 25px;
		background-size: cover;
		top: -40px;
	}
	
	.popup {
		padding: 40px 10px;
	}
	
	.popup h2 {
		font-size: 36px;
	}
}

@media only screen and (max-width: 950px) {
	.media-list-wrap:nth-child(1),
	.media-list-wrap:nth-child(3) {
		margin-top: 0;
	}
	
	.media-list {
		max-width: 550px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	
	.media-list-wrap {
		width: 100%;
	}
	
	.media-item {
		margin-bottom: 20px;
		padding: 20px;
	}
	
	.media-list-wrap {
		margin-bottom: 20px;
	}
	
	.media-list-wrap:last-child {
		margin-bottom: 0;
	}
	
	.media-item-img {
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
}

@media only screen and (max-width: 900px) {
	.advantages h2,
	.services h2,
	.cases h2,
	.partners h2,
	.media h2,
	.reviews h2,
	.questions h2 {
		font-size: 50px;
		line-height: 40px;
	}
	
	.advantages h2 span,
	.services h2 span,
	.partners h2 span,
	.media h2 span,
	.questions h2 span {
		font-size: 30px;
	}
	
	.advantages {
		padding-bottom: 50px;
	}
	
	.services,
	.partners,
	.feedback,
	.media,
	.reviews,
	.questions {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	
	.cases-item-text-wrap h3 {
		font-size: 30px;
	}
	
	.feedback-wrap h2 {
		font-size: 30px;
		line-height: 1.4;
	}
	
	.questions-list {
		width: 100%;
		margin-bottom: 14px;
	}
	
	.questions-list:last-child {
		margin-bottom: 0;
	}
	
	.main-footer-wrap2 {
		padding: 30px 0;
	}
}

@media only screen and (max-width: 850px) {
	.main-header-wrap {
		max-width: none;
	}
	
	.main-header-contact {
		margin-top: 22px;
		max-width: 225px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
	
	.main-header-logo span b:after,
	.main-footer-logo span b:after {
		height: 70px;
		top: 50%;
	}
	
	.main-header {
		padding-top: 0;
	}
	
	.main-footer-wrap1 {
		padding-top: 5px;
	}
	
	.main-header-tel:after {
		width: 40px;
		height: 40px;
		background-size: 15px;
	}
	
	.main-header-tel {
		padding-left: 50px;
	}
	
	.banner-img {
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		right: auto;
		opacity: 0.2;
		width: 300px;
	}
	
	.banner-soc-list {
		top: 38%;
	}
}

@media only screen and (max-width: 800px) {
	.feedback-wrap {
		padding: 0;
	}
	
	.feedback-wrap:before,
	.feedback-wrap:after {
		display: none;
	}
	
	.feedback-wrap h2 {
		margin-bottom: 30px;
	}
	
	.feedback-form .btn1 { 
	}
	
	.main-footer-form-input {
		width: 100%;
		margin-bottom: 15px;
	}
	
	.main-footer-form .btn1 {
		margin-left: auto;
		margin-right: auto;
	}
}

@media only screen and (max-width: 750px) {
	.banner-text {
		max-width: none;
		text-align: center;
	}
	
	.banner-video {
		margin-left: auto;
		margin-right: auto;
	}
	
	.main-footer-contact-list {
		max-width: 450px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		margin-top: -10px;
	}
	
	.main-footer-contact-list li,
	.main-footer-contact-list li:nth-child(1) {
		margin-top: 60px;
		width: 100%;
	}
}

@media only screen and (max-width: 700px) {
	.advantages-list {
		max-width: 300px;
	}
	
	.advantages-item,
	.advantages-item:nth-child(4) {
		margin-left: auto;
		margin-right: auto;
	}
	
	.advantages-item p,
	.services .tab_list li a,
	.services-tab-text1 p,
	.services-tab-text2 h3,
	.services-tab-text2 li,
	.cases-item-text p,
	.media-item p {
		font-size: 17px;
		line-height: 1.4;
	}
	
	.partners-item {
		width: 48%;
	}
	
	.advantages-item:after,
	.advantages-item:before,
	.advantages-item span,
	.advantages-item:nth-child(2):after,
	.advantages-item:nth-child(2):before,
	.advantages-item:nth-child(3):after,
	.advantages-item:nth-child(3):before,
	.advantages-item:nth-child(4):after,
	.advantages-item:nth-child(4):before,
	.advantages-item:nth-child(5):after,
	.advantages-item:nth-child(5):before,
	.advantages-item:nth-child(6):after,
	.advantages-item:nth-child(6):before {
		right: 0;
	}
	
	.advantages-item,
	.advantages-item:nth-child(2),
	.advantages-item:nth-child(3),
	.advantages-item:nth-child(4),
	.advantages-item:nth-child(5),
	.advantages-item:nth-child(6) {
		padding-right: 15px;
		max-width: none;
	}
}

@media only screen and (max-width: 650px) {
	.cases-item-img {
		max-width: 425px;
	}
	
	.cases-item-img .tab_list1 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		max-width: none;
		margin-top: -15px;
	}
	
	.cases-item-img .tab_list1 li {
		margin-bottom: 0;
		width: 24%;
		margin-top: 15px;
	}
	
	.cases-item-tabs-wrap {
		margin-bottom: 15px;
	}
}

@media only screen and (max-width: 600px) {
	.banner-text h1 {
		font-size: 32px;
	}
	
	.banner-text h1 b {
		margin-left: 0;
		display: block;
		font-size: 50px;
		line-height: 50px;
	}
	
	.banner-text h1 b:after {
		display: none;
	}
	
	.banner-text span {
		font-size: 18px;
	}
	
	.btn1 {
		font-size: 20px;
	}
	
	.banner-item {
		width: 48%;
	}
	
	.banner-btn-wrap {
		max-width: 244px;
	}
	
	.banner-btn1,
	.banner-btn2 {
		width: 100%;
		padding-left: 13px;
	}
	
	.feedback-form .input {
		width: 100%;
		margin-bottom: 15px;
	}
	
	.main-footer-form-input .input {
		width: 100%;
		margin-bottom: 15px;
	}
	
	.main-footer-form-input .input:last-child {
		margin-bottom: 0;
	}
	
	.questions .block_toggle {
		padding: 15px;
	}
	
	.popup .input {
		width: 100%;
		margin-bottom: 15px;
	}
	
	.popup h2 {
		margin-bottom: 25px;
		font-size: 34px;
	}
	
	.popup .btn1 {
		margin-top: 25px;
	}
}

@media only screen and (max-width: 500px) {
	.main-header-nav {
		max-width: 120px;
	}
	
	.main-header-menu li {
		width: 100%;
		text-align: center;
		margin-bottom: 5px;
	}
	
	.main-header-menu li:last-child {
		margin-bottom: 0;
	}
	
	.cases-nav {
		padding: 0;
		padding-bottom: 15px;
	}
	
	.cases-btn-wrap {
		max-width: 200px;
	}
	
	.partners-item {
		width: 100%;
	}
	
	.main-footer-contact-list {
		max-width: 300px;
	}
	
	.main-footer-soc-list {
		margin-right: 0;
	}
}

@media only screen and (max-width: 400px) {
	.main-footer-soc-list {
		max-width: 120px;
	}
}








.file-upload{  
	width:100%;
	margin-top:30px;
	color:#fff;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.form-upload #progress {
	width: 100%;
}
.form-upload #modalProgress {
	width: 100%;
}
.form-upload .bar {
	height: 8px;
	background: var(--red);
}
.form-upload .modal-upload-file-area {
	display: none;
}
.form-upload .upload-file-area {
	display: none;
}

.form-upload .upload-file-area-addon {
	font-size: 12px;
	color: #eee;
	padding: 2px;
}

.form-upload .upload-file-area span {
	font-size: 14px;
	color: #ccc;
	display: inline-block;
	float: none;
	padding: 2px 1px;
	margin: 0 5px;
	border-bottom: 1px dotted #eee;
}



.form-upload .upload-another-files {
	text-transform: lowercase;
	font-size: 12px;
	display: inline-block;
	color: #ccc;
	
	cursor: pointer;
}

.form-upload .upload-another-files:hover {
	color: #ccc;
}
.form-upload .form-attach-container a {
	text-decoration: none;
	opacity: 0.9 ;
}

.form-upload .form-attach-container a:hover {
	opacity: 1;
}
.form-upload .form-attach-container .attach-img-box{
	position:relative;
	display:inline-block;
	vertical-align:top;
	width:22px;
	margin-right:10px;
	padding-top:4px;
}
.form-upload .form-attach-container .attach-description{
	position:relative;
	display:inline-block;
	vertical-align:top;
	cursor:pointer;
	width:calc(100% - 38px);
	font-size:14px;
}

.form-upload .attach-img {
}
.form-upload .attach-img img{
	width:24px;
}
.form-upload .attach-text {
	color: #fff;
	font-weight: 500;
}

.form-upload .attach-addon {
	color: #ccc;
	font-weight: 400;
	
	font-size:12px;
	margin-top:5px;
}

@media(min-width: 480px) {
	.form-upload .attach-addon {
		display: inline;
	}
}
.form-upload .form-attach-container{
	position:relative;
	margin-bottom:10px;
}
.form-upload .form-attach-container input {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	width:100%;
	opacity: 0;
	-ms-filter: 'alpha(opacity=0)';
	font-size: 46px !important;
	direction: ltr;
	z-index:1;
	cursor: pointer !important;
	padding: 0 !important;
	margin: 0 !important;
}
.popup .bts1{
	margin-left:30px;margin-right:0px;margin-top:0px;height:65px
}
@media  (min-width: 300px) and  (max-width: 1040px) {
	.file-upload{  
		width:100%;
		margin-top:0px;
		margin-bottom: 20px;
		color:#fff;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.input-file-wrap {
		margin-bottom:20px
	}
	.form-upload .attach-addon{
		margin-top:0px
	}
	.form-upload .form-attach-container{
		width:100%;
	}
	.feedback-form .btn1{
		margin: 0 auto;
		margin-top:0px
	}
	.popup .bts1{
		margin: 0 auto;
		margin-top:20px
	}
}
