@font-face {
	font-family: 'Gotham Pro';
	src: url('../fonts/GothamPro.eot'); /* IE9 Compat Modes */
	src: url('../fonts/GothamPro.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		  url('../fonts/GothamPro.woff2') format('woff2'), /* Super Modern Browsers */
		  url('../fonts/GothamPro.woff') format('woff'), /* Pretty Modern Browsers */
		  url('../fonts/GothamPro.ttf')  format('truetype'), /* Safari, Android, iOS */
		  url('../fonts/GothamPro.svg#svgFontName') format('svg'); /* Legacy iOS */
	 font-weight: normal;
	 font-style: normal;
	 font-display: swap;
}

@font-face {
	font-family: 'Gotham Pro';
  src: url('../fonts/GothamPro-Light.eot'); /* IE9 Compat Modes */
  src: url('../fonts/GothamPro-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/GothamPro-Light.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/GothamPro-Light.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/GothamPro-Light.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/GothamPro-Light.svg#svgFontName') format('svg'); /* Legacy iOS */
	font-weight: 300;
	font-style: normal;
	font-display: swap;	 
}

@font-face {
	font-family: 'Gotham Pro';
	src: url('../fonts/GothamPro-Medium.eot'); /* IE9 Compat Modes */
	src: url('../fonts/GothamPro-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		  url('../fonts/GothamPro-Medium.woff2') format('woff2'), /* Super Modern Browsers */
		  url('../fonts/GothamPro-Medium.woff') format('woff'), /* Pretty Modern Browsers */
		  url('../fonts/GothamPro-Medium.ttf')  format('truetype'), /* Safari, Android, iOS */
		  url('../fonts/GothamPro-Medium.svg#svgFontName') format('svg'); /* Legacy iOS */
	 font-weight: 500;
	 font-style: normal;
	 font-display: swap;	 
 }

@font-face {
  font-family: 'Gotham Pro';
  src: url('../fonts/GothamPro-Bold.eot'); /* IE9 Compat Modes */
  src: url('../fonts/GothamPro-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/GothamPro-Bold.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/GothamPro-Bold.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/GothamPro-Bold.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/GothamPro-Bold.svg#svgFontName') format('svg'); /* Legacy iOS */
	font-weight: bold;
	font-style: normal;
	font-display: swap;			 
}

@font-face {
  font-family: 'Gotham Pro';
  src: url('../fonts/GothamPro-Black.eot'); /* IE9 Compat Modes */
  src: url('../fonts/GothamPro-Black.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/GothamPro-Black.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/GothamPro-Black.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/GothamPro-Black.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/GothamPro-Black.svg#svgFontName') format('svg'); /* Legacy iOS */
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

.tablebodytext {
	display: none;
}

*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
	all: unset;
	display: revert;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

a, button {
	cursor: revert;
}

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

img {
	max-inline-size: 100%;
	max-block-size: 100%;
	display: inherit;
}

table {
	border-collapse: collapse;
}

input, textarea {
	-webkit-user-select: auto;
}

textarea {
	white-space: revert;
}

meter {
	-webkit-appearance: revert;
	appearance: revert;
}

:where(pre) {
	all: revert;
}

::placeholder {
	color: unset;
}

::marker {
	content: initial;
}

:where([hidden]) {
	display: none;
}

:where([contenteditable]:not([contenteditable="false"])) {
	-moz-user-modify: read-write;
	-webkit-user-modify: read-write;
	overflow-wrap: break-word;
	-webkit-line-break: after-white-space;
	-webkit-user-select: auto;
}

:where([draggable="true"]) {
	-webkit-user-drag: element;
}

:where(dialog:modal) {
	all: revert;
}

body{
	min-width: 320px;
	font-family: 'Gotham Pro';
	font-size: 16px;
	line-height: 1.2;
	padding-top: 80px;
}

p{
	margin-bottom: 20px;
}

.container{
	max-width: 1200px;
	padding: 0 15px;
	margin: 0 auto;
}

.header{
	padding: 16px 0;
	box-shadow: 26px -10px 7px 15px rgba(215, 195, 213, 0.25);
	margin-bottom: 27px;

	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 100;
	margin: 0;
	background-color: #fff;
}

.header-wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header-nav{
	display: flex;
	align-items: center;
}

.header-menu{
	display: flex;
	align-items: center;
	list-style: none;
}


.header-menu li{
	padding: 0 15px;
}

.header-menu a:hover{
	text-decoration: underline;
}
.header-menu a{
	font-size: 16px;
	color: #544D53;
	text-decoration: none;
}

.header-contact{
	display: flex;
	flex-direction: column;
}

.header-contact a:hover{
	text-decoration: underline;
}
.header-contact a{
	color: #544D53;
	text-decoration: none;
}

.header-contact a:first-child{
	margin-bottom: 10px;
}

.top-screen{
	height: calc(100vh - 80px);
	position: relative;
	overflow: hidden;
	color: #FFF;
}

.top-screen-img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.top-screen-title{
	font-size: 90px;
	font-weight: 300;
	background: rgba(69, 69, 69, 0.7);
	max-width: 850px;
	margin-top: 10vh;
   padding: 0px 12px 50px 12px;
}

.top-screen-service{
	background: rgba(69, 69, 69, 0.7);
	max-width: 850px;
	display: flex;
	padding: 19px 18px;
   margin-top: 12.5vh;
	font-size: 24px;
}

.top-screen-service li{
	width: 30%;
	margin-right: 3%;
}

.section-hp-intro{
	padding: 110px 0 75px;
	font-size: 40px;
	line-height: 1.5;
	max-width: 1000px;
	margin: 0 auto 0 27%;
}

.list{
	list-style: disc;
}

.section-hp-intro .list{
	list-style: disc;
	margin-top: 36px;
	margin-left: 50px;
	line-height: 1.6;
}

.section-hp-intro .list-count{
	margin-top: 100px;
} 

.list-count{
	list-style: 0;
}

.list-count li{
	margin-bottom: 30px;
}

.list-count span{
	color: #EC008C;
	margin-right: 150px;
}

.black-title{
	background-color: #000;
	color: #FFF;
	padding-top: 113px;
	padding-bottom: 40px;
}

.black-title h2{
	font-size: 40px;
	text-transform: uppercase;
}

.black-title h3{
	font-size: 40px;
}

.black-title h2,
.black-title h3{
	max-width: 1200px;
	padding: 0 30px;
	margin: 0 auto;
}

.h4{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 35px;
}

.hp-content .container{
	max-width: 1440px;
}

.hp-content .row{
	display: flex;
}

.hp-content .row .col{
	width: 50%;
	position: relative;
}

.hp-content .row .col .img-cover{
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.prog-complex{
	font-size:20px;
	margin-top: 110px;
	margin-bottom: 80px;
}

.prog-complex p{
	line-height: 1.65;
}

.prog-complex .col:first-child{
	width: 58%;
	padding-left: 8%;
	padding-right: 5%;
}

.prog-complex .col:nth-child(2n){
	width: 40%;
}

.list-style li{
	margin-bottom: 29px;
	position: relative;
	padding-left: 83px;
}

.list-style li:before{
	content:"";
	display: inline-block;
	width: 28px;
	height: 18px;
	background-image: url(/_/i/list-style.svg);
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 5px;
}

.link-more:hover{
	text-decoration: underline;
}
.link-more{
	font-size: 20px;
	color: #EC008C;
	text-decoration: none;
}

.section-products-bigimg{
	margin: 0 auto;
}

.section-products img{
	display: block;
}

.section-ami{
	font-size: 24px;
}

.section-ami .col:first-child{
	width: 60%;
	padding: 85px 5% 210px 8%;
	
}

.section-ami .col:first-child {
	line-height: 1.55;
}

.section-ami .list-style li{
	margin-bottom: 15px;
}

.section-why-we{
	font-size: 24px;
}

.section-why-we .col:nth-child(2){
	padding: 175px 0 85px 10%;
}

.section-command{
	font-size: 24px;
}

.section-command .row{
	padding: 55px 0;
}

.section-command .col:first-child{
	padding: 140px 0 60px 8%;
}

.section-command .list-style li{
	margin-bottom: 55px;
   padding-left: 105px;
}

.section-niokr{
	font-size: 20px;
}

.section-niokr .row{
	justify-content: space-between;
}

.section-niokr .col:first-child{
	padding: 50px 10% 50px 8%;
	width: 60%;
}

.section-niokr .col:nth-child(2){
	width: 30%;
}

.section-docs{
	font-size: 24px;
}

.section-docs .col:nth-child(2){
	padding: 125px 0 325px 10%;
}

.section-it-solution{
	font-size: 24px;
}

.section-it-solution .col:first-child{
	padding: 75px 10% 75px 8%;
}

.footer{
	padding: 45px 95px;
	background-color: #000;
	color: #FFF;
}

.footer h2{
	font-size: 40px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 85px;
	color: #FFF;
}

.footer-form textarea{
	width: 100%;
}

.footer-form-line{
	font-size: 32px;
	padding-bottom: 30px;
	margin-bottom: 55px;
	border-bottom: 3px solid #EC008C;
	max-width: 565px;
}

.footer-form-line.footer-form-q{
	max-width: 100%;
	margin-bottom: 40px;
}

.footer-form-txt {
	display: flex;
	align-items: center;
}

.footer-form-txt input[type="checkbox"]{
	position: relative;
	cursor: pointer;
	margin-right: 35px;
}

.footer-form-txt input[type=checkbox]:before{
	content: "";
	display: inline-block;
	width: 25px;
	height: 25px;
	border: 1px solid #fff;
	border-radius: 3px;
}

.footer-form-txt input[type=checkbox]:checked:after{
  content: "";
  display: block;
  width: 27px;
  height: 11px;
  border: solid #fff;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 1px;
  left: -6px;
}

.footer-ooo{
	font-size: 20px;
	text-align: center;
	margin-top: 120px;
	margin-bottom: 80px;
}

.footer-contacts{
	display: flex;
	justify-content: space-between;
}

.footer-contacts-col{
	width: 240px;
	text-align: center;
	font-size: 14px;
}

.footer-contacts-col img{
	margin: 0 auto 30px;
}


.footer-logo{
	display: flex;
	justify-content: center;
	margin-top: 65px;
}

.btn{
	background-color: #EC008C;
	color: #FFF;
	font-size: 20px;
	padding: 15px 38px 15px 38px;
}

.footer-form .btn:hover{
	opacity: .9;
}
.footer-form .btn{
	display: block;
	margin-top: 50px;
	cursor: pointer;
}

.ram-page{
	margin-top: 170px;
}

.ram-page h2{
	font-size: 40px;
	margin-bottom: 60px;
	color: #5A6289;
}

.ram-page h3{
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 50px;
}


.top-bg-page{
	margin-top: 50px;
	margin-bottom: 85px;
	width: 100%;
	height: 95vh;
	background-size: cover;
	padding: 65px;
	color: #FFF;
}

.top-bg-page h2{
	font-size: 36px;
	max-width: 415px;
	margin-bottom: 70px;
}

.top-bg-page ul{
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 60px;
}

.top-bg-page ul li{
	margin-bottom: 10px;
}

.btn-radius{
	font-weight: 500;
	padding: 10px 20px;
    font-size: 16px;
	background-color: #EC008C;
	color: #FFF;
	border-radius: 10px;
}

.btn-radius:hover{
	opacity: .9;
}
.btn-radius:active{
	background-color: #c70076;
}
.section-device{
	padding: 62px 0 160px;
	background-color: #5A6289;
	color: #FFF;
}

.section-device h2{
	color: #FFF;
}

.device{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 127px;
	position: relative;
}

.device:before{
	content: "";
	display: block;
	width: 45px;
	height: 45px;
	background-image: url(../i/plus.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: calc(50% - 22px);
}

.device-txt{
	font-size: 20px;
	max-width: 360px;
	line-height: 32px;
}

.device-txt h3{
	margin-bottom: 60px;
}

.device-txt .btn-radius{
	margin-top: 50px;
	display: inline-block;
	margin-top: 90px;
}

.device-slider{
	width: 50%;
	padding: 0 50px;
}

.device-slider .slick-prev{
	left: 0;
}

.device-slider .slick-next{
	right: 0;
}

.device-slider .slick-prev:before{
	content: '';
	display: block;
	width: 25px;
   height: 35px;
   background-image: url(../i/arrow-left.png);
}

.device-slider .slick-next:before{
	content: '';
	display: block;
	width: 25px;
   height: 35px;
   background-image: url(../i/arrow-right.png);
}

.device-slider-name{
	text-align: center;
}

.device-slider-item img{
	margin: 0 auto;
}


.section-device-types{
	padding: 70px 0 95px 0;
}

.device-types{
	display: flex;
	justify-content: space-between;
	margin-bottom: 100px;
}

.device-types-item{
	width: 155px;
	height: 155px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	border: 1px solid #5A6289;
	border-radius: 15px;
	color: #5a6289;
}

.device-types-item p {
	margin: 5px 0 0 0;
}

.payment{
	display: flex;
	justify-content: space-between;
	margin-bottom: 100px;
}

.integration-list{
	display: flex;
	font-size: 24px;
	color: #5A6289;
}

.integration-list li:after{
	content: "|";
	display: inline-block;
	margin-right: 20px;
	margin-left: 20px;
}

.integration-list li:last-child:after{
	display: none;
}

.bg-img {
	padding: 60px 0 125px;
	background-size: cover;
	color: #FFF;
}

.bg-img:nth-child(2) {
	padding-top: 152px;
}

.bg-img h2{
	color: #FFF;
}

.possibilities-txt{
	max-width: 500px;
	padding: 30px 30px 100px;
	background: rgba(90, 98, 137, 0.7);
	font-size: 20px;
}

.possibilities-txt h3{
	font-size: 32px;
	margin-bottom: 70px;
}

.possibilities-wrap{
	display: flex;
	justify-content: flex-start;
	margin-bottom: 50px;
}

.possibilities-wrap:nth-child(2n){
	justify-content: flex-end;
}

.possibilities-wrap:last-child{
	margin-bottom: 0;
}

.section-accounting {
	padding: 55px 0;
}

.accounting {
	display: flex;
	justify-content: space-between;
	vertical-align: top;
	color: #5A6289;
	font-size: 20px;
}

.accounting-list{
	width: 45%;
	margin-right: 5%;
}

.list-disc{
	list-style: disc;
	margin-left: 20px;
}

.list-disc li{
	margin-bottom: 15px;
   line-height: 1.3;
}

.section-implementation {
	padding: 50px 0;
}

.hardware-implementation {
	display: flex;
	justify-content: space-between;
}

.hardware-implementation:nth-child(2n) .hardware-implementation-img{
	order: 2;
}


.hardware-implementation-img {
	width: 50%;
	padding: 50px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.hardware-implementation-txt {
	width: 50%;
	background-color:#5A6289;
	color: #fff;
	padding: 70px 8%;
    font-size: 20px;
}

.hardware-implementation-txt h3{
	font-size: 32px;
	font-weight: 500;
}

.hardware-implementation-txt .btn-radius{
	display: inline-block;
	margin-top: 55px;
	margin-bottom: 80px;
}
.open-menu{
	display: none;
}

.crumbs li a:hover{
	text-decoration: underline;
}
.crumbs li:first-child{
	margin-left: 0;
}
.crumbs li{
	display: inline-block;
	margin-right: 3px;
	margin-left: 3px;
}
.crumbs{
	margin-top: 30px;
	font-weight: 400;
	font-size: 14px;
	line-height: 129.19%;
	color: #6F787D;
}
.title-page{
	font-weight: 400;
	font-size: 48px;
	line-height: 129.19%;
	color: #000000;
	margin-top: 28px;
}
.black-slogan{
	font-weight: 400;
	font-size: 36px;
	line-height: 162.2%;
	text-align: center;
	color: #FFFFFF;
	padding: 70px 0 88px;
	background-color: black;
	margin-top: 92px;
	margin-bottom: 108px;
}
.list-style2{
	font-size: 24px;
	margin-top: 63px;
}
.list-style2 li {
	margin-bottom: 21px;
	position: relative;
	padding-left: 129px;
	line-height: 162.2%;
}
.list-style2 li:before {
	content: "";
	display: inline-block;
	width: 28px;
	height: 18px;
	background-image: url(/_/i/list-style.svg);
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 12px;
}
.black-slogan2 p{
	margin: 0;
	border-left: 30px solid #EC008C;
	padding-left: 100px;
	padding-top: 52px;
	padding-bottom: 51px;
}
.black-slogan2{
	background-color: black;
	font-weight: 400;
	font-size: 24px;
	line-height: 201.2%;
	color: #FFFFFF;
	margin-top: 65px;
}
.scheme-title{
	font-weight: 400;
	font-size: 32px;
	line-height: 201.2%;
	margin-top: 45px;
	margin-bottom: 9px;
}
.scheme-image{
	max-width: 1468px;
	width: 100%;
	margin:  0 auto;
}
.big-title{
	font-weight: 400;
	font-size: 64px;
	line-height: 201.2%;
	color: #000000;
	margin-top: 31px;
}
.scheme-image + .container .big-title + .list-style2{
	margin-top: 20px;
}
.big-title-black h2{
	font-weight: 400;
	font-size: 64px;
	line-height: 201.2%;
	color: white;
	padding: 48px 0 23px;
}
.big-title-black{
	background: #000000;
	margin-top: 64px;
	margin-bottom: 110px;
}
.suit-the-ever-image{
	max-width: 100%;
	margin: 96px auto 220px;
}
.parameter-control .right-col img{
	display: inline;
}
.parameter-control .right-col{
	width: 50%;
	text-align: right;
	margin-bottom: 70px;
}
.parameter-control .left-col{
	width: 50%;
}
.parameter-control{
	display: flex;
	justify-content: space-between;
	margin-top: 180px;
}
.image-banner p{
	font-weight: 400;
	font-size: 32px;
	line-height: 201.2%;
}
.image-banner img{
	display: inline;
}
.image-banner{
	text-align: center;
	margin-bottom: 140px;
	margin-top: 140px;
}

@media screen and (max-width: 1024px) {
	.possibilities-wrap {
		margin-bottom: 10px;
	}
	.hardware-implementation-txt .btn-radius {
		margin-top: 25px;
		margin-bottom: 30px;
	}
	.hardware-implementation-txt{
		width: 100%;
	}
	.hardware-implementation-txt {
		padding: 20px 15px;
		font-size: 16px;
	}
	.hardware-implementation-img {
		width: 100%;
		padding: 0 0 50px 0;
	}
	.hardware-implementation{
		flex-direction: column;
	}
	.accounting-list{
		width: 100%;
		margin-right: 0;
	}
	.accounting-img{
		margin-top: 40px;
	}
	.accounting{
		flex-direction: column;
		font-size: 16px;
	}
	.bg-img {
		padding: 55px 0 55px;
	}
	.possibilities-txt {
		padding: 30px 30px 20px;
		font-size: 16px;
		width: 100%;
		max-width: 100%;
	}
	.possibilities-txt h3 {
		font-size: 20px;
		margin-bottom: 30px;
	}
	.section-device {
		padding: 60px 0 60px;
	}
	.device-txt .btn-radius {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 70px;
	}
	.slick-slider{
		width: 100%;
		padding: 0 50px;
	}
	.ram-page h2 {
		font-size: 30px;
		margin-bottom: 20px;
	}
	.device-txt h3 {
		margin-bottom: 20px;
	}
	.bg-img:nth-child(2) {
		padding-top: 12px;
	}
	.device-types .device-types-item {
		margin-bottom: 13px;
		width: calc(50% - 5px);
		padding: 15px;
	}
	.integration-list{
		font-size: 16px;
	}
	.device-types{
		margin-bottom: 70px;
		flex-wrap: wrap;
	}
	.payment{
		flex-wrap: wrap;
	}
	.payment-pic img{
		display: inline;
	}
	.payment-pic {
		width: 100%;
		margin-block: 10px;
		text-align: center;
	}
	.device-txt {
		font-size: 16px;
		max-width: 100%;
		line-height: 25px;
	}
	.device:before{
		display: none;
	}
	.device{
		margin-top: 0px;
	}
	.top-bg-page h2 {
		font-size: 23px;
		max-width: 415px;
		margin-bottom: 28px;
	}
	.top-bg-page ul {
		font-size: 20px;
		font-weight: 700;
		margin-bottom: 44px;
	}
	.ram-page {
		margin-top: 100px;
	}
	.top-bg-page {
		padding: 20px 20px 40px;
		height: initial;
	}
	.section-it-solution .col:first-child {
		padding: 65px 0;
	}
	.section-docs .col:nth-child(2) {
		padding: 0;
		padding-bottom: 28px !important;
	}
	.section-it-solution {
		font-size: 16px;
	}
	.section-docs {
		font-size: 16px;
	}
	.section-niokr {
		font-size: 16px;
	}
	.hp-content .row .col{
		width: 100%;
		padding-bottom: 0;
	}
	.section-command .list-style li {
		margin-bottom: 30px;
		padding-left: 55px;
	}
	.section-command {
		font-size: 16px;
	}
	.section-command .col:first-child {
		padding: 0 0 45px;
	}
	.section-why-we .col:nth-child(2) {
		padding: 0 0 45px;
	}
	.hp-content .row .col .img-cover {
		width: 100%;
		height: 100%;
		margin: 60px auto;
		display: block;
	}
	.hp-content .row .col {
		width: 100%;
	}
	.section-niokr .col:nth-child(2) {
		width: 100%;
	}
	.section-niokr .col:first-child {
		padding: 50px 0 0 0;
		width: 100%;
	}
	.hp-content .row .col .img-cover {
		position: static;
	}
	.section-why-we {
		font-size: 16px;
	}
	.hp-content .row {
		display: block;
	}
	.black-title h2 {
		font-size: 30px;
	}
	.black-title h3 {
		font-size: 30px;
	}
	.prog-complex .col:first-child {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
		margin-bottom: 70px;
		margin-top: 40px;
	}
	.prog-complex .col:nth-child(2n){
		width: 100%;
	}
	.section-ami .col:first-child {
		width: 100%;
		padding: 35px 0px 0;
	}
	.link-more {
		font-size: 16px;
	}
	.list-style li{
		padding-left: 45px;
	}
	.section-ami {
		font-size: 16px;
	}
	.prog-complex br{
		display: none;
	}
	.prog-complex {
		font-size: 16px;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.black-title {
		padding-top: 63px;
		padding-bottom: 30px;
	}
	.section-hp-intro{
		padding: 40px 0 45px;
		font-size: 16px;
		margin: 0 auto;
	}
	.section-hp-intro .list-count {
		margin-top: 40px;
	}
	.section-hp-intro .list {
		margin-top: 15px;
		margin-left: 18px;
	}
	.list-count span {
		margin-right: 25px;
	}
	.top-screen {
		height: 400px;
	}
	.image-banner p {
		font-size: 18px;
		line-height: 175.2%;
	}
	.section-hp-intro {
		padding: 40px 0 45px;
	}
	.top-screen-service{
		padding: 19px 18px;
		margin-top: 15px;
		font-size: 22px;
		display: block;
	}
	.top-screen-title {
		font-size: 25px;
		margin-top: 90px;
		padding: 15px 15px 12px;
	}
	.top-screen-service li:last-child {
		margin-bottom: 0;
	}
	.top-screen-service li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
	}
	.parameter-control .left-col {
		width: 100%;
		margin-bottom: 30px;
	}
	.image-banner {
		margin-bottom: 70px;
		margin-top: 70px;
	}
	.list-style2 li:before {
		top: 3px;
	}
	.parameter-control{
		flex-direction: column;
		margin-top: 70px;
	}
	.parameter-control .right-col {
		width: 100%;
		margin-bottom: 0;
		text-align: left;
	}
	.footer-form .btn {
		margin-top: 50px;
		width: 100%;
		text-align: center;
	}
	.footer-contacts-col img{
		max-width: 60px;
		margin: 0 auto 10px;
	}
	.footer-ooo{
		margin-bottom: 50px;
	}
	.footer-contacts {
		flex-direction: column;
		align-items: center;
	}
	.footer-form-txt input[type="checkbox"] {
		margin-right: 15px;
	}
	.footer h2 {
		font-size: 30px;
		margin-bottom: 40px;
	}
	.footer-form-line {
		font-size: 17px;
		padding-bottom: 10px;
		margin-bottom: 30px;
		max-width: 565px;
	}
	.footer {
		padding: 45px 15px;
	}
	.suit-the-ever-image{
		margin: 60px auto 70px;
		max-width: 90%;
	}
	.big-title {
		font-size: 20px;
	}
	.big-title-black {
		margin-top: 64px;
		margin-bottom: 40px;
	}
	.big-title-black h2 {
		font-size: 30px;
		line-height: 201.2%;
		padding: 48px 0 23px;
	}
	.scheme-title{
		font-size: 20px;
		line-height: 133.2%;
		margin-top: 55px;
		margin-bottom: 15px;
	}
	.header-logo{
		padding-right: 15px;
	}
	.black-slogan2 {
		font-size: 18px;
		line-height: 151.2%;
	}
	.black-slogan2 p {
		margin: 0;
		border-left: 15px solid #EC008C;
		padding-left: 55px;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.list-style2 {
		font-size: 16px;
		margin-top: 33px;
	}
	.list-style2 li{
		margin-bottom: 15px;
		padding-left: 55px;
	}
	.h4 {
		font-size: 19px;
		font-weight: bold;
		margin-bottom: 35px;
	}
	.black-slogan{
		font-size: 18px;
		padding: 25px 0 24px;
		margin-top: 50px;
		margin-bottom: 50px;
	}
	.title-page {
		font-size: 30px;
	}
	body.hide{
		overflow: hidden;
	}
	.header-menu + .header-contact {
		padding-right: 65px;
	}
	.header-menu a {
		padding: 8px 5px;
		display: block;
	}

	.header-menu{
		box-shadow: 1px 0 18px #b5b5b5;
		padding-top: 20px;
		z-index: 3;
		position: fixed;
		top: 0;
		left: -370px;
		height: 100%;
		background-color: white;
		flex-direction: column;
		width: 260px;
		align-items: flex-start;
		transition: .3s;
	}
	header.menu .header-menu{
		left: -0;
	}
	.open-menu{
		display: block;
		background-repeat: no-repeat;
		cursor: pointer;
		height: 22px;
		top: 30px;
		right: 25px;
		position: absolute;
	}
	.open-menu span {
		width: 22px;
		display: block;
		height: 2px;
		background-color: #06657d;
		border-radius: 2px;
		-webkit-transition: .2s;
		transition: .2s;
		position: relative;
	}
	.open-menu span:before {
		content: "";
		width: 100%;
		height: inherit;
		border-radius: inherit;
		display: block;
		background: inherit;
		margin: 10px 0 0 0;
		position: absolute;
		opacity: 1;
		-webkit-transition: inherit;
		transition: inherit;
	}
	.open-menu span:after {
		content: "";
		width: 100%;
		height: inherit;
		border-radius: inherit;
		display: block;
		background: inherit;
		margin: 20px 0 0 0;
		position: absolute;
		-webkit-transition: inherit;
		transition: inherit;
	}

	.open-menu.active span {
		transform: rotate(45deg);
		margin-top: 12px;
	}
	.open-menu.active span:after {
		transform: rotate(90deg);
		margin: 0px 0px 0px 0px;
	}
	.open-menu.active span:before {
		opacity: 0;
	}
}


.capcha_inputtext {
	border: 1px solid #333;
	width: 180px;
	margin-top: 10px;
	padding: 5px 10px;
}

p.mess {
  margin-top: 20px;
}

.processing h1 {
  color: green;
  font-size: 2em;
  margin: 20px auto;
  display: block;
  text-align: center;
}
