body {
	font-family: 'Roboto', sans-serif;
}

p {
	font-size: 25px;
	font-weight: 300;
	color: #4c4846;
}

* {
	margin: 0;
	padding: 0;
}

.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.flex.sb {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.flex.center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.text-block {
	display: block;
}

.container {
	max-width: 1530px;
	min-width: 1200px;
	width: 70%;
	/* max-width: 1530px;
	width: 100%; */
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0 15px;
}

.parthners .container {
	max-width: 1530px;
	width: 100%;
}

a {
	text-decoration: none;
}

button,input,textarea {
	outline: none;
}

button {
	background: transparent;
	border: none;
	cursor: pointer;
}

ul {
	list-style: none;
}

h3 {
	font-size: 41px;
	color: #4c4846;
	font-weight: 100;
	text-transform: uppercase;
}

h2 {
	font-size: 87px;
	text-transform: uppercase;
	font-weight: 300;
}

h4 {
	font-size: 33px;
	color: #de2f3b;
	text-transform: uppercase;
}

.parallax-window {
	height: 270px;
}

.parallax-window.two {
	height: 1080px;
	position: relative;
}

.parallax-window.three {
	height: 270px;
}

.parallax-window.sixth {
	height: auto;
}

.parthners {
	background: #fff;
	position: absolute;
	top: 410px;
	width: 100%;
	left: 0;
}

.parthners-block {
	padding: 0 50px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.slider-item-block {
	height: 245px;
	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;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.slider-item-block img {
	width: 100%;
	max-width: 215px;
}

.text-center {
	text-align: center;
}

.link {
	color: #de2f3b;
	text-decoration: underline;
	font-size: 25px;
	text-transform: uppercase;
	font-weight: 700;
}

.header {
	padding: 85px 0 50px 0;
	text-align: center;
	background: #fff;
}

.header-block {
	position: relative;
}

.header .logo {
	margin-bottom: 100px;
	display: inline-block;
}

.header h3 {
	margin-bottom: 30px;
}

.header .items {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 100px;
}

.header .items-item-img {
	height: 70px;
	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;
}

.header .items-item a {
	margin: 15px 0;
	display: inline-block;
}

.header .solution {
	position: absolute;
	top: -15px;
	right: 0;
}

.section1 {
	padding: 85px 0 30px 0;
	background: #fff;
	text-align: center;
	position: relative;
}

.section1 .logo {
	margin-bottom: 80px;
	display: inline-block;
}

.section1 h3 {
	margin-bottom: 32px;
}

.section1 .items {
	margin-top: 90px;
}

.section1 .items-item {
	margin-bottom: 75px;
}

.section1 .items-item p {
	line-height: 41px;
}

.section1 .message {
	background: url("../img/message.png") center no-repeat;
	background-size: contain;
	width: 410px;
	height: 305px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	bottom: 120px;
	left: 150px;
}

.section1 .message p {
	font-size: 20px;
	margin-top: 90px;
}

.section1 .message:hover {
	background: url("../img/message-h.png") center no-repeat;
	cursor: pointer;
	width: 410px;
	height: 305px;
}

.section2 {
	padding: 65px 0 75px 0;
	background: #de2f3b;
	color: #fff;
}

.section2 p {
	color: #fff;
}

.section2 .right .items {
	-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;
}

.section2 .right .items-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 85px;
}

.section2 .right .items-item-img {
	margin-right: 10px;
	width: 90px;
}

.section2 .left {
	margin-right: 115px;
}

.section2 .left p {
	font-weight: 300;
	margin-bottom: 20px;
}

.section2 .left h2 {
	margin-bottom: 20px;
}

.section3 {
	padding: 80px 0 90px 0;
	position: relative;
}

.section3-top {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.section3-top img {
	margin-bottom: 20px;
}

.section3-top .right {
	max-width: 810px;
	width: 100%;
}

.section3-top .right .items {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.section3-top .right .items-item {
	margin-bottom: 75px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 365px;
}

.section3-top .right .items-item-img {
	width: 90px;
	margin-right: 10px;
}

.section3 h4 {
	text-align: center;
}

.section3 .note {
	text-align: center;
	margin: 10px 0 45px 0;
}

.section3 .circle {
	text-align: center;
	width: 810px;
	margin: 0 auto;
	position: relative;
	height: 400px;
	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;
}

.section3 .circle p {
	font-weight: 400;
	text-transform: uppercase;
	position: absolute;
}

.section3 .circle p:nth-child(1) {
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.section3 .circle p:nth-child(2) {
	top: 50%;
	left: 40px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.section3 .circle p:nth-child(3) {
	top: 50%;
	right: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.section3 .circle p:nth-child(4) {
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.section3 .message {
	background: url("../img/message2.png") center no-repeat;
	background-size: contain;
	width: 341px;
	height: 254px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	bottom: 330px;
	right: 100px;
}

.section3 .message p {
	margin-top: 60px;
}

.section3 .message:hover {
	background: url("../img/message2-h.png") center no-repeat;
	cursor: pointer;
}

.section4 {
	padding: 80px 0 40px 0;
	background: #4c4846;
}

.section4 .container {
	position: relative;
}

.section4 p {
	color: #fff;
	font-weight: 300;
}

.section4 img {
	margin-bottom: 10px;
}

.section4 .items {
	margin-top: 80px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.section4 .items-item {
	margin-bottom: 55px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 390px;
}

.section4 .items-item p {
	font-weight: 400;
}

.section4 .items-item-img {
	width: 100px;
	margin-right: 10px;
}

.section4 .message {
	background: url("../img/message3.png") center no-repeat;
	background-size: contain;
	width: 410px;
	height: 257px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	top: -40px;
	right: 50px;
}

.section4 .message p {
	margin-top: 65px;
	font-size: 20px;
}

.section4 .message:hover {
	background: url("../img/message3-h.png") center no-repeat;
	cursor: pointer;
}

.section5 {
	padding: 75px 0 10px 0;
	position: relative;
}

.section5 h2 {
	margin-bottom: 10px;
}

.section5 .items {
	margin: 120px 0 70px 0;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.section5 .items-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 80px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 33.33%;
}

.section5 .items-item-img {
	width: 110px;
	margin-right: 10px;
	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;
}

.section5 .items-item h5 {
	font-size: 25px;
	text-transform: uppercase;
	color: #de2f3b;
	font-weight: 700;
}

.section5 .items-item p {
	font-weight: 400;
	flex: 2;
}

.section5 .items.cust {
	max-width: 1300px;
	width: 100%;
	margin: 90px auto 0 auto;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: center;
}

.section5 .items.cust .items-item {
	flex-basis: 46.15%;
	max-width: 500px;
	padding-right: 40px;
	box-sizing: border-box;
}

.section5 .items.cust .items-item-img {
	width: 115px;
}

.section5 .message {
	background: url("../img/message6.png") center no-repeat;
	background-size: contain;
	width: 341px;
	height: 254px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	top: 65px;
	right: 430px;
}

.section5 .message p {
	margin-top: 70px;
	font-size: 20px;
}

.section5 .message:hover {
	background: url("../img/message6-h.png") center no-repeat;
	cursor: pointer;
}

.section6 {
	padding: 80px 0 60px 0;
	color: #fff;
	position: relative;
}

.section6 p {
	color: #fff;
}

.section6 h2 {
	text-align: center;
}

.section6 .note {
	text-align: center;
}

.section6 .items {
	margin: 70px 200px 0px 200px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: center;
	box-sizing: border-box;
}

.section6 .items-item {
	flex-basis: 40.33%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 65px;
	margin-right: 30px;
}

.section6 .items-item h5 {
	font-size: 25px;
	text-transform: uppercase;
	font-weight: 700;
}

.section6 .items-item-img {
	width: 110px;
	margin-right: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.section6 .message {
	background: url("../img/message4.png") center no-repeat;
	background-size: contain;
	width: 410px;
	height: 305px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	top: 130px;
	right: 50px;
}

.section6 .message p {
	margin-top: 80px;
	font-size: 20px;
}

.section6 .message:hover {
	background: url("../img/message4-h.png") center no-repeat;
	cursor: pointer;
	width: 410px;
	height: 305px;
	background-size: contain;
}

.section7 {
	padding: 80px 0 0 0;
}

.section7 h4 {
	margin-bottom: 55px;
}

.section7 .items {
	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: center;
}

.section7 .items p .big {
	font-size: 87px;
	/* margin: 0 20px 0 0; */
}

.section7 .items p:first-child {
	margin: 0 20px 0 0;
}

.section7 .items-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 95px;
}

.section7 .items-item:first-child {
	padding: 0px;
}

.section7 .items-item:nth-child(1), .section7 .items-item:nth-child(3) {
	flex-basis: 50%;
	max-width: 740px;
}

.section7 .items-item:nth-child(2), .section7 .items-item:nth-child(4) {
	flex-basis: 50%;
	max-width: 640px;
}

.section8 {
	padding: 75px 0 20px 0;
	background: #4c4846;
	color: #fff;
	position: relative;
}

.section8 h2 {
	text-align: right;
}

.section8 .note p {
	color: #fff;
	text-align: right;
}

.section8 .items {
	margin: 120px auto 0 auto;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 1130px;
	width: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: center;
}

.section8 .items-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 70px;
	flex-basis: 44.25%;
	margin-right: 40px;
	max-width: 500px;
	box-sizing: border-box;
}

.section8 .items-item:nth-child(1), .section8 .items-item:nth-child(3) {
	margin-right: 40px;
	padding-left: 40px;
}

.section8 .items-item h5 {
	text-transform: uppercase;
	font-size: 25px;
	font-weight: 700;
}

.section8 .items-item p {
	color: #fff;
	width: 100%
}

.section8 .items-item-img {
	margin-right: 10px;
	width: 110px;
	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;
}

.section8 h4 {
	color: #fff;
	text-align: center;
	margin-top: 60px;
}

.section8 .message {
	width: 410px;
	height: 305px;
	background: url("../img/message5.png") center no-repeat;
	background-size: contain;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	left: 110px;
	top: 30px;
}

.section8 .message p {
	margin-top: 80px;
	color: #fff;
	font-size: 20px;
}

.section8 .message:hover {
	background: url("../img/message-h.png") center no-repeat;
	cursor: pointer;
}

.section9 {
	padding: 80px 0 150px 0;
}

.section9 h2 {
	margin-bottom: 70px;
}

.section9 .items {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.section9 .items-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 30px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.section9 .items-item-img {
	margin-right: 15px;
}

.section10 {
	padding: 75px 0 140px 0;
	background: url("../img/bg6.jpg") center no-repeat;
	background-size: cover;
}

.section10 h3 {
	color: #fff;
	font-size: 58px;
	text-align: center;
	margin-bottom: 80px;
}

.section10 .steps-item {
	margin-bottom: 10px;
	background: #fff;
	height: 60px;
	max-width: 615px;
	width: 100%;
	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;
	text-align: center;
}

.section10 .steps-item p {
	font-size: 41px;
}

.section10 .steps-item:nth-child(2) {
	/* margin-left: 310px; */
	margin-left: 20%;
}

.section10 .steps-item:nth-child(3) {
	/* margin-left: 620px; */
	margin-left: 40%;
}

.section10 .steps-item:nth-child(4) {
	/* margin-left: 930px; */
	margin-left: 60%;
}

.section11 {
	padding: 75px 0 100px 0;
}

.section11 .items {
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: center;
	max-width: 1100px;
	width: 100%;
	margin: 40px auto 0 auto;
}

.section11 .items-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 43.33%;
	margin-bottom: 75px;
}

.section11 .items-item-img {
	margin-right: 15px;
}

.section11 h3 {
	text-align: center;
}

.section11 h3 .red {
	color: #de2f3b;
}

.bottom {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 2;
	background: #fff;
	-webkit-box-shadow: 0px 5px 21px 0px rgba(0,1,5,0.2);
	box-shadow: 0px 5px 21px 0px rgba(0,1,5,0.2);
}

.bottom .bottom-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 22px 0 20px 0;
	justify-content: space-between;
	flex-direction: row;
	align-items: center;
}

.modal-form .btn button,
.bottom a {
	border: 1px solid #de2f3b;
	border-radius: 20px;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	position: relative;
	display: block;
}

.modal-form .btn button::before,
.bottom a::before {
	content: '';
	width: 46px;
	height: 36px;
	background: url("../img/point.jpg");
	position: absolute;
	left: -38px;
	top: 0;
}

.bottom a,
.bottom .company {
	font-size: 16px;
	color: #000;
}

.modal-form form {
	font-size: 20px;
}

.modal-form form .input-line {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: flex-start;
	-ms-flex-align: flex-start;
	align-items: flex-start;
	flex-direction: column;
	margin-bottom: 20px;
}

.modal-form form .input-line label {
	margin-bottom: 10px;
}

.modal-form form .input-line input,
.modal-form form .input-line textarea {
	width: 100%;
	height: 35px;
	border: 1px solid #de2f3b;
	border-radius: 10px;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 16px;
}

.modal-form form .input-line textarea {
	resize: none;
	height: 160px;
	padding: 10px 10px;
	font-family: inherit;
}

.modal-form .btn {
	display: flex;
	flex-direction: row-reverse;
    justify-content: space-between;
	align-items: flex-end;
}

.modal-form .btn button {
	padding: 0 20px;
	font-size: inherit;
}

.modal-form .btn a {
	color: #4c4846;
	text-decoration: underline;
	font-size: 14px;
}

.modal-request {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	z-index: 3;
	display: none;
}

.modal-request .modal-form {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #fff;
	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: 48px 20px 20px 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: 600px;
	width: 100%;
	/* height: 500px; */
	font-size: 14px;
}

.modal-request form {
	width: 100%;
}

.overflow {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	z-index: 3;
	display: none;
}

.overflow .modal {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #4c4846;
	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: 0 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: 1000px;
	width: 100%;
	height: 500px;
}

.modal-request .modal-form .close-modal,
.overflow .modal .close {
	position: absolute;
	top: 20px;
	right: 25px;
	cursor: pointer;
}

.overflow .modal h2 {
	font-size: 62px;
	font-weight: 300;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}

.overflow .modal p {
	font-size: 41px;
	color: #de2f3b;
	font-weight: 300;
	text-align: center;
}

.menu {
	padding: 8px 8px 8px 8px;
	-webkit-box-shadow: 0px 7px 21px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 7px 21px 0px rgba(0,0,0,0.1);
	position: fixed;
	top: 0;
	left: 200px;
	z-index: 2;
	background: #fff;
}

.menu-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
}

.menu-btn {
	width: 25px;
	margin-right: 10px;
}

.menu-btn span {
	display: block;
	height: 3px;
	background: #000;
	margin: 4px 0;
}

.menu .nav {
	padding: 10px 0 0 35px;
	text-align: left;
	display: none;
}

.menu .nav li {
	margin-bottom: 5px;
}

.menu .nav li a {
	color: #5d6c83;
}

.menu .nav li a:hover {
	text-decoration: underline;
}

@media (max-width: 1730px) {
	.section1 .message {
		width: 360px;
		height: 305px;
		bottom: 120px;
		left: 100px;
	}
	.section1 .message:hover {
		width: 360px;
		background-size: contain;
	}
	.section1 .message p {
		font-size: 19px;
	}

	.section6 .message,
	.section6 .message:hover {
		width: 380px;
	}
}
@media (max-width: 1630px) {
	.section6 .message,
	.section6 .message:hover {
		width: 324px;
	}
}
@media (max-width: 1530px) {
	.container {
		/* max-width: 1200px; */
		width: 100%;
		max-width: 1120px;
		min-width: unset;
	}

	.parthners .container {
		max-width: 1200px;
	}

	.section5 .items.cust .items-item {
		width: 40%;
		padding-right: 30px;
	}
	
	.section6 .items {
		margin: 70px 0px 0px 0px;
	}
	
	.section7 .items-item:nth-child(1), .section7 .items-item:nth-child(3) {
		flex-basis: 100%;
		max-width: 670px;
	}

	.section7 .items-item:nth-child(2), .section7 .items-item:nth-child(4) {
		flex-basis: 100%;
		max-width: 670px;
	}
	
	.section10 .steps-item:nth-child(2) {
		margin-left: 150px;
	}

	.section10 .steps-item:nth-child(3) {
		margin-left: 300px;
	}

	.section10 .steps-item:nth-child(4) {
		margin-left: 450px;
	}

	.section1 .message {
		width: 355px;
		left: 10px;
		bottom: 60px;
	}

	.link {
    font-size: 23px;
	}
	
	p {
		font-size: 23px;
	}
	
	.section1 .message:hover {
		width: 355px;
	}

  .slider-item-block img {
    max-width: 185px;
  }
  
	.parallax-window.two {
		height: 700px;
	}

	.parallax-window.two .parthners {
		top: 240px;
	}

	.section3 .message {
		width: 300px;
		right: 10px;
	}

	.section3 .message:hover {
		width: 300px;
		background-size: contain;
	}

	.section3 .message p {
		margin-top: 70px;
	}

	.section5 .message {
		right: 10px;
		width: 300px;
	}

	.section5 .message:hover {
		width: 300px;
		background-size: contain;
	}

	.section6 .message {
		width: 280px;
		top: 253px;
		right: 10px;
		text-align: center;
	}

	.section6 .message:hover {
		width: 280px;
	}

	.section7 .items-item {
		width: 100%;
	}

	.section7 .items-item:first-child {
		padding: 0;
	}

	.section8 .message {
		width: 330px;
		left: 10px;
	}

	.section8 .message p {
		margin-top: 90px;
	}

	.section8 .note p {
		font-size: 20px;
	}

	/* .bottom form .input-line label {
		font-size: 16px;
		margin-right: 15px; 
	} */

	/* .bottom form .btn button {
		font-size: 15px;
	} */

	/* .bottom form .btn p {
		margin-top: 3px;
		margin-left: 18px;
	} */

	.modal-form form {
		font-size: 18px;
	}

	.modal-form form .input-line label {
		margin-bottom: 6px;
	}

	.menu {
		left: 100px;
	}
}

@media (max-width: 1200px) {
	.container,
	.parthners .container {
		max-width: 920px;
	}

	h4 {
		font-size: 24px;
	}

	h3 {
		font-size: 30px;
	}

	h2 {
		font-size: 55px;
		text-align: center !important;
	}

	.note p {
		text-align: center !important;
	}

	.logo {
		margin-bottom: 50px !important;
	}

	.logo img {
		width: 200px;
	}

	.header .solution {
		width: 200px;
	}

	.link {
    font-size: 19px;
	}
	
	p {
		font-size: 19px;
	}
	
	.section1 h3 {
		margin-bottom: 5px;
	}

	.section10 .steps-item {
		margin: 0 auto 10px auto;
	}

	.section10 .steps-item:nth-child(2) {
		margin: 0 auto 10px auto;
	}

	.section10 .steps-item:nth-child(3) {
		margin: 0 auto 10px auto;
	}

	.section10 .steps-item:nth-child(4) {
		margin: 0 auto 10px auto;
	}

	.section1 .message {
		position: static;
		margin: 0 auto;
	}

	.section1 .items-item {
		margin-bottom: 30px;
	}

	.parallax-window.two {
		height: 500px;
	}

	.parallax-window.two .parthners {
		top: 50%;
		-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}

	.section3-top .right {
		margin-bottom: 40px;
	}

	.section3-top .right .items-item {
		width: 100%;
		margin-bottom: 10px;
		padding: 0 0 0 70px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.section3 .message {
		position: static;
		margin: 40px auto 0 auto;
	}

	.section4 .message {
		position: static;
		margin: 50px auto 0 auto;
	}

	.section5 .message {
		position: static;
		margin: 0 auto 20px auto;
	}

	.section5 .items {
		margin: 50px 0 10px 0;
	}

	.section5 .items-item {
		width: 50%;
	}

	.section5 .items.cust .items-item {
		width: 44%;
		padding-right: 20px;
	}
	
	.section6 .message {
		position: static;
		margin: 0 auto;
		width: 305px;
	}

	.section6 .message:hover {
		width: 305px;
	}
	
	.section6 .items-item {
		flex-basis: 40.33%;
	}

	.section7 {
		padding-bottom: 50px;
	}

	.section7 .items-item {
		margin-bottom: 30px;
	}

	.section7 .items p .big {
		font-size: 65px;
	}

	.section8 .message {
		position: static;
		margin: 0 auto 0 auto;
	}

	.section8 .items-item {
		width: 48%;
	}

	.section9 {
		padding: 40px 0 70px 0;
	}

	.section9 .items {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.section9 .items-item {
		width: 48%;
	}

	.confl {
		max-width: 300px;
		width: 100%;
		margin: 0 auto 30px auto !important;
		display: block;
	}

	.bottom {
		position: static;
	}

	.bottom-block {
		padding: 15px 0 22px 0;
	}


	/* .bottom form .btn {
		width: 100%;
	}

	.bottom form .btn button {
		width: 100%;
	}

	.bottom form .btn button:before {
		left: -2px;
	}

	.bottom form .btn p {
		position: static;
		text-align: center;
		margin-top: 5px;
		margin-left: 0px;
	}

	.bottom form .btn p span {
		display: inline !important;
	} */

	.modal-request .modal-form {
		max-width: 500px;
	}

	.modal-form form {
		font-size: 14px;
	}

	.modal-form form .input-line {
		margin-bottom: 15px;
	}

	.modal-form .btn a {
		font-size: 12px;
	}

	.menu {
		left: 50px;
	}
}

@media (max-width: 920px) {
	.container,
	.parthners .container {
		max-width: 750px;
	}

	p {
		font-size: 20px;
	}

	h2 {
		font-size: 48px;
	}

	.section2 {
		padding: 50px 0 10px 0;
	}

	.section2-block {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.section2-block .left {
		margin: 0 0 40px 0;
	}

	.section3 {
		padding: 50px 0 35px 0;
	}

	.section3 .circle {
		width: 100%;
		height: 345px;
	}

	.section3 .circle img {
		width: 250px;
	}

	.section3 .circle p {
		font-size: 18px;
	}

	.section3-top {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.section3-top .left p span {
		display: inline;
	}

	.section3-top .right {
		margin: 30px 0 30px 0;
	}

	.section3-top .right .items-item {
		padding-left: 0;
	}

	.section4 .items-item {
		margin-bottom: 30px;
	}

	.section4 .items {
		margin-top: 30px;
	}

	.parallax-window {
		height: 140px;
	}

	.parallax-window.three {
		height: 140px;
	}

	.header .items {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-top: 50px;
	}

	.header .items-item {
		margin-bottom: 30px;
	}

	.atlas {
		max-width: 300px;
		width: 100%;
	}

	.slider-item-block {
		height: 170px;
	}

	.section2 .left p {
		text-align: center;
	}

	.section5 {
		padding: 45px 0 10px 0;
	}

	.section6,.section7,.section8,.section9,.section10,.section11,.section1 {
		padding: 45px 0 20px 0;
	}

	.section8 h4 {
		margin-top: 10px;
	}

	.section8 .items {
		margin: 70px auto 0 auto;
	}

	.section10 h3 {
		font-size: 30px;
		margin-bottom: 35px;
	}

	.section11 {
		padding-bottom: 40px;
	}

	.section11 h3 {
		font-size: 24px;
	}

	.section11 .items-item {
		width: 48%;
	}

	.section10 .steps-item p {
		font-size: 30px;
	}

	.items-item h5 {
		font-size: 20px !important;
	}

	.section4 {
		padding: 45px 0 25px 0;
	}

	.section4 .items-item {
		width: 48%;
	}

	.section3-top .right {
		margin-top: 50px;
	}

	.section3-top .right .items-item {
		width: 48%;
	}
	
	.section6 .items-item {
		flex-basis: 50.33%;
	}
	
	.section6 .items-item:nth-child(2), .section6 .items-item:nth-child(4), .section6 .items-item:nth-child(6) {
		flex-basis: 43.33%;
		margin-right: 0px;
	}

	.section8 .items-item:nth-child(1), .section8 .items-item:nth-child(3) {
		margin-right: 20px;
		padding-left: 0px;
	}

	.section11 .items-item {
		width: 47.33%;
		margin-right: 25px;
	}
	
	.section11 .items-item:nth-child(2), .section11 .items-item:nth-child(4) {
		margin-right: 0px;
	}
	
	section {
		overflow: hidden;
	}

	.overflow .modal {
		max-width: 600px;
		height: 350px;
	}

	.overflow .modal h2 {
		font-size: 42px;
	}

	.overflow .modal p {
		font-size: 28px;
	}
}

@media (max-width: 767px) {
	.container,
	.parthners .container {
		max-width: 100%;
	}

	.header .solution {
		position: static;
		margin-top: 20px;
	}

	.atlas {
		max-width: 240px;
		margin-top: 10px;
	}

	h3 {
		font-size: 22px;
	}

	h2 {
		font-size: 36px;
	}

	.section1 .items {
		margin-top: 40px;
	}

	.parallax-window.two {
		height: 300px;
	}

	.slider-item-block {
		height: 140px;
	}

	.items {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}

	.items-item {
		margin-bottom: 40px !important;
		width: 100% !important;
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}

	.items-item-img {
		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;
	}

	.items-item p span {
		display: inline !important;
	}

	.section3 .circle {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		height: auto;
	}

	.section3 .circle img {
		margin-top: 20px;
	}

	.section3 .circle p {
		position: static;
		text-align: center;
		display: block;
		margin-bottom: 10px;
		-webkit-transform: translate(0) !important;
		-ms-transform: translate(0) !important;
		transform: translate(0) !important;
	}

	.section7 .items-item {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}

	.section7 .items-item p .big {
		font-size: 40px;
	}
	
	.section7 .items-item p {
		text-align: center;
	}

	.section7 .items-item:nth-child(2) {
		max-width: none;
	}

	.bottom .container {
		padding: 0 20px;
	}

	.bottom .bottom-block {
		flex-direction: column-reverse;
		align-items: center;
	}

	.bottom a {
		margin-bottom: 16px;
	}

	.bottom .company {
		text-align: center;
	}

	.overflow .modal {
		max-width: 600px;
		height: 250px;
	}

	.overflow .modal h2 {
		font-size: 32px;
	}

	.overflow .modal p {
		font-size: 20px;
	}

	.overflow .modal .close {
		top: 10px;
		right: 10px;
	}

	.overflow .modal .close img {
		width: 25px;
		height: 25px;
	}

	.menu {
		left: 20px;
	}

	.bottom a, .bottom .company {
		font-size: 16px;
	}
}

@media (max-width: 767px) {
	.note p span {
		display: inline;
	}

	.section4 .message {
		width: 296px;
	}

	.section4 .message p {
		font-size: 16px;
		margin-top: 80px;
		text-align: center;
	}

	.section4 .message:hover {
		width: 296px;
		background-size: contain;
	}

	.bottom form .btn button {
		font-size: 13px;
	}

	h4 {
		font-size: 20px;
	}

	.section10 .steps-item p {
		font-size: 22px;
	}

	.section10 h3 {
		font-size: 24px;
	}

	h2 {
		font-size: 30px;
	}

	.section5 .items-item:nth-child(2) img,.section6 .items-item:nth-child(2) img,.section9 .items-item:nth-child(2) img,.section11 .items-item:nth-child(2) img {
		width: 50px;
	}

	.section5 .items-item-img,.section6 .items-item-img,.section9 .items-item-img,.section11 .items-item-img {
		max-width: 70px;
		min-width: 70px;
	}

	.section5 .items-item img,.section6 .items-item img,.section9 .items-item img,.section11 .items-item img {
		width: 100%;
	}

	.section5 .items.cust {
		margin-top: 30px;
	}

	.section8 .items-item:nth-child(1) img {
		width: 50px;
	}

	.section8 .items-item-img {
		max-width: 70px;
		min-width: 70px;
	}

	.section8 .items-item img {
		width: 100%;
	}

	.section8 .message,.section6 .message {
		width: 290px;
	}

	.section8 .message:hover,.section6 .message:hover {
		background-size: contain;
	}

	.section8 .message p,.section6 .message p {
		font-size: 16px;
		text-align: center;
		margin-top: 100px;
	}

	.section9 h2 {
		margin-bottom: 35px;
	}

	.section5 .message,.section3 .message {
		width: 290px;
	}

	.section5 .message:hover,.section3 .message:hover {
		background-size: contain;
	}

	.section5 .message p,.section3 .message p {
		font-size: 20px;
		text-align: center;
		margin-top: 80px;
	}

	.section1 .message {
		width: 290px;
	}

	.section1 .message:hover {
		background-size: contain;
	}

	.section1 .message p {
		font-size: 18px;
		text-align: center;
		margin-top: 90px;
	}

	.header {
		padding-top: 55px;
	}

	.modal-form form .input-line {
		margin-bottom: 10px;
	}

	.modal-form form .input-line label {
		margin-bottom: 4px;
	}

	.modal-form form .input-line input, .modal-form form .input-line textarea {
		font-size: 12px;
		height: 30px;
	}

	.modal-form form .input-line textarea {
		height: 140px;
	}

	.modal-form .btn {
		align-items: center;
    	flex-direction: column;
	}

	.modal-form .btn button {
		height: 30px;
		line-height: 30px;
		width: 100%;
	}

	.modal-form .btn button::before {
		left: -6px;
		width: 40px;
		background-size: contain;
		background-repeat: no-repeat;
	}

	.modal-form .btn .text-block {
		display: inline;
	}
}
