* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
	outline-style: none;
}

li {
	list-style: none;
}

a {
	border: none;
	text-decoration: none;
}

a img {
	border: none;
}

* {
	margin: 0px;
	padding: 0px;
}

body {
	width: 100%;
	background-color: #ffffff;
	color: #201614;
	font-family: gilroy;
	font-size: 14px;
}

img {
	vertical-align: middle;
}

:focus {
	outline: none;
}

button:hover {
	cursor: pointer;
	opacity: 0.8;
}

.content {
	width: 1190px;
	margin: 0px auto;
	box-sizing: border-box;
	padding-left: 30px;
	padding-right: 30px;
	display: flex;
	align-items: center;
}

footer {
	height: 400px;
	box-shadow: 0px 0px 10px 1px rgb(235, 235, 235);
	margin-top: 50px;
	position: relative;
	border-top: 1px solid rgb(227, 227, 232);
}

footer .content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
}

.masthead {
	padding: 10px 0px;
	position: fixed;
	width: 100%;
	height: 60px;
	box-shadow: 0px 0px 10px 1px rgba(39, 39, 39, 0.28);
	z-index: 2;
	background: #73b0b9;
}

.masthead .content {
	justify-content: space-between;
	height: 100%;
}

.phone {
	width: auto;
}

.phone a {
	color: #ffffff;
	font-weight: 300;
	font-size: 16px;
	margin: 0px 0px 0px 20px;
	transition: 0.3s linear;
}

.phone a:hover {
	color: #cfcfcf;
}

nav {
	width: 50%;
}

nav .menu {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
}

nav .menu a {
	color: #ffffff;
	font-weight: 400;
	font-size: 16px;
	transition: 0.3s linear;
	border-bottom: 2px solid transparent;
}

nav .menu a:hover {
	color: #ffffff;
	border-bottom: 2px solid #ffffff;
}

.banner {
	height: 100vh;
	background: url(images/fon_aq1.jpg) no-repeat;
	background-size: cover;
	background-position: top left;
	display: flex;
	align-items: center;
	padding-top: 60px;
	box-shadow: 0px 0px 10px 1px rgb(235, 235, 235);
}

.banner .content {
	justify-content: space-between;
}

.banner .left {
	width: 40%;
	display: inline-flex;
}

.banner .left img {
	max-width: 80%;
	height: 70vh;
	margin: 0px 0px 0px auto;
}

.banner .right {
    width: 55%;
}

.banner .right h1 {
    font-size: 50px;
    line-height: 1;
}

.banner .right h1 span {
	color: #498e98;
	font-weight: 700;
}

.banner .right h2 {
	font-size: 50px;
	font-weight: 500;
	line-height: 1;
}

.banner .right h3 {
	font-size: 30px;
	font-weight: 500;
	margin: 40px 0px 40px 0px;
	color: #201614;
	letter-spacing: -1px;
}

.banner .right a {
	display: inline-flex;
	width: 200px;
	margin: 0px 20px 0px 0px;
	align-items: center;
	justify-content: center;
	border-radius: 7px;
	color: #ffffff;
	font-size: 18px;
	height: 40px;
	font-weight: 200;
	position: relative;
	z-index: 1;
	background: #498e98;
	transition: 0.5s linear;
}

.banner .right a:hover {
	background: #20636d;
	color: #ffffff;
}

article {
	padding-top: 40px;
	overflow: hidden;
}

article .content {
	flex-direction: column;
}

article h2 {
    font-size: 25px;
    font-weight: 500;
    padding: 40px 0px;
    color: #498e98;
    text-align: center;
    width: 100%;
}

article p {
	margin-bottom: 10px;
	font-weight: 400;
	font-size: 16px
}

article .img_cont {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

article h2#about {
	font-size: 40px;
	font-weight: 600;
}

article .img_cont .p {
	width: 65%;
}

article .img_cont p span {
	color: #498e98;
	font-weight: 500;
}

article .img_cont .img {
	width: 32%;
	text-align: center;
}

article .img_cont ul {
	margin-bottom: 10px;
}

article .img_cont ul li {
	font-size: 16px;
	padding-left: 20px;
	position: relative;
}

article .img_cont ul li:before {
	content: "";
	position: absolute;
	display: block;
	width: 10px;
	height: 10px;
	background: #4f4e4d;
	left: 0;
	top: 50%;
	margin-top: -5px;
}

article .img_cont .img img {
	width: 100%;
}

article h2 span {
	display: block;
	font-size: 16px
}

article .cont_img {
	display: flex;
	width: 100%;
	justify-content: space-between;
	margin-top: 50px;
}

article .cont_img .left,
article .cont_img .right {
	width: 50%;
}

article .cont_img .left div {
	height: 250px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0px 16% 0px 0%;
	position: relative;
}

article .cont_img .right div {
	height: 250px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0px 0% 0px 16%;
	position: relative;
}

article .cont_img > div > div:before {
	content: '';
	position: absolute;
	display: block;
	width: 200%;
	height: 100%;
	z-index: -1;
}

article .cont_img .left div:before {
	left: -100%;
}

article .cont_img .right div:before {
	right: -100%;
}

article .cont_img .left div:nth-of-type(1):before {
	background-image: url(images/img1.png);
	background-position: 105% -10px;
	background-repeat: no-repeat;
	background-color: #c8e4e8;
}

article .cont_img .left div:nth-of-type(2):before {
	background-image: url(images/img2.png);
	background-position: center right;
	background-repeat: no-repeat;
	background-size: 20%;
	background-color: #4495a0;
}

article .cont_img .left div:nth-of-type(3):before {
	background-image: url(images/img3.png);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #c8e4e8;
}

article .cont_img .right div:nth-of-type(1):before {
	background-color: #4495a0;
}

article .cont_img .right div:nth-of-type(1):after {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-image: url(images/img4.png);
	background-position: 43% bottom;
	background-repeat: no-repeat;
	background-size: 70%;
}

article .cont_img .right div:nth-of-type(2):before {
	background-color: #c8e4e8;
}

article .cont_img .right div:nth-of-type(2):after {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-image: url(images/img5.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 80%;
}

article .cont_img .right div:nth-of-type(3):before {
	background-color: #4495a0;
}

article .cont_img .right div:nth-of-type(3):after {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-image: url(images/img6.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: 50%;
}

article .cont_img .left div:nth-of-type(2),
article .cont_img .right div:nth-of-type(1),
article .cont_img .right div:nth-of-type(3) {
	color: #ffffff;
}


article .cont_img .left div:nth-of-type(2) h3:before,
article .cont_img .right div:nth-of-type(1) h3:before,
article .cont_img .right div:nth-of-type(3) h3:before {
	background: #ffffff;
}

article .cont_img h3 {
	font-size: 28px;
	font-weight: 300;
	letter-spacing: -1px;
	margin-bottom: 20px;
	padding-left: 25px;
	position: relative;
}

article .cont_img h3:before {
	content: "";
	position: absolute;
	display: block;
	width: 10px;
	height: 10px;
	background: #4f4e4d;
	left: 0;
	top: 50%;
	margin-top: -5px;
}

footer .fot_contact {
	position: absolute;
	width: 300px;
	height: 200px;
	top: 50%;
	margin-top: -100px;
	padding: 20px;
	background: rgba(255, 255, 255, 0.9);
	display: flex;
	flex-direction: column;
	justify-content: center;
}

footer .fot_contact p {
	font-size: 20px;
	font-weight: 600;
}

footer .fot_contact div {
	font-size: 14px;
	font-weight: 400;
	margin-top: 10px
}

.debug {
	height: 30px;
	background: #100b37;
	position: relative;
	z-index: 3;
	color: #ffffff;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
}

.aboutus2 {
	position: relative;
	width: 100%;
	margin-top: 50px;
	background: url(images/fon_aq1.jpg) no-repeat;
	background-size: cover;
	background-position: bottom left;
	padding-top: 10px;
}

.aboutus2 .block4_box:before {
	content: '';
	position: absolute;
	display: block;
	width: 255px;
	height: 100%;
	right: -12%;
	top:0;
	background: url(images/about.png) no-repeat;
	background-size: 100%;
	background-position: left bottom;
}

.aboutus2 .so-panel {
	display: flex;
}

.block4_box {
	text-align: center;
	flex-direction: column;
	padding: 50px 0px 30px 0px;
	margin: 0 auto;
	width: 60%;
	position: relative;
}

.block4_box > h3 {
	font-size: 47px;
	line-height: 1;
	padding: 10px 0;
	color: #498e98;
	font-weight: 500;
}

.block4_box > h3 span {
	color: #73b0b9;
}

.block4_box > h6 {
	font-size: 20px;
	line-height: 1.2;
	font-weight: 500;
	color: #2e7983;
}

.block4_box > h6 span {
	font-size: 45px;
}
 
.block4_box .callme_form p {
	width:100%;
	display: flex;
	text-align:center;
	margin:20px 0 30px;
	justify-content: space-between;
}

.block4_box .callme_form p span {
	width: 30%;
	display: inline-flex;
}

.block4_box .callme_form p span input {
	border: 1px solid #73b0b9;
	background:none;
	padding: 0px 20px;
	height: 40px;
	color: #201614;
	font-size: 15px;
	border-radius: 7px;
	width: 100%;
	font-weight: 400;
	font-family: gilroy;
}

.block4_box .callme_form p span textarea {
	border:1px solid #dbdee5;
	background:none;
	padding: 10px 20px;
	height:80px;
	color:#333333;
	font-size: 15px;
	border-radius:20px;
	width: 100%;
}

.block4_box .callme_form p input[type="submit"] {
	background: #498e98;
	width: 36%;
	cursor:pointer;
	font-family: gilroy;
	display: inline-flex;
	margin: 0px 20px 0px 0px;
	align-items: center;
	justify-content: center;
	border: 1px solid #498e98;
	border-radius: 7px;
	color: #ffffff;
	font-size: 16px;
	height: 40px;
	font-weight: 200;
	position: relative;
	z-index: 1;
	transition: 0.5s linear;
}

.block4_box .callme_form p input[type="submit"]:hover {
	background: #20636d;
	color: #ffffff;
	border: 1px solid #20636d;
}

#city, #region, #country,
#city1, #region1, #country1,
.city, .region, .country {
	display: none !important;
}

.responsive {
	display: flex;
	width: 100%;
	justify-content: space-between;
}

.responsive .resp {
	width: 48%;
	border-collapse: collapse;
}

.responsive .resp .colspan {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -1px;
    margin-bottom: 10px;
    position: relative;
    text-align: center;
    padding-bottom: 5px;
    border-bottom: 2px solid #c8e4e8;
}

.responsive .resp .th {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -1px;
    margin-bottom: 10px;
    position: relative;
}

.responsive .resp table {
	width: 100%;
}

.responsive table tr:nth-of-type(odd) {
    background-color: #e3f8fb7a;
}

.responsive table tr:nth-of-type(even) {
    background-color: #c8e4e800;
}

.responsive table tr td {
	border: 1px solid #c8e4e8;
	padding: 10px;
	font-size: 15px;
}

.blocks {
	display: flex;
	justify-content: space-between;
}

.blocks .blocks_left,
.blocks .blocks_right {
	display: flex;
	flex-direction: column;
	width: 48%;
}

.blocks .block_cont h3 {
	font-size: 20px;
	font-weight: 500;
	letter-spacing: -1px;
	margin-bottom: 10px;
	position: relative;
}

.blocks .block_cont {
	margin-bottom: 35px;
	display: flex;
	justify-content: space-between;
}

.blocks .block_cont .block_img {
    width: 10%;
}

.blocks .block_cont .cont_text {
    width: 85%;
}

.aboutus2 .content {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	position: relative;
}

.aboutus2 .content > img {
	width: 15%;
	margin-left: 15%;
}

.block_product_monitor {
	position: relative;
	margin-top: 0px;
	text-align: center;
	width: 100%;
	margin-bottom: 50px;
}

.block_product_monitor:before {
	content: '';
	width: 100%;
	height: 60%;
	background: #16174f1f;
	position: absolute;
	left: 0;
}

.product_monitor {
	width: 100%;
	height: 660px;
	text-align: center;
	margin: 0 auto;
	position: relative;
	padding: 30px;
}

.product_monitor .monitor_video {
	width: 100%;
	height: 600px;
	margin: 0px auto 0;
	-webkit-transition: all .3s ease;
	background: #000;
}

.switchof {
	width: calc(100% - 60px);
	height: 600px;
	position: absolute;
	top: 30px;
	left: 30px;
	animation-name: switchofmonitor;
	animation-duration: .7s;
	animation-fill-mode: forwards;
}

@keyframes switchofmonitor {
	0%   {box-shadow: inset 0px 0px 0px 0px #434242, inset 0px 0px 0px 0px #434242, inset 0px 0px 0px 0px #434242, inset 0px 0px 0px 0px #434242;}
	25%  {box-shadow: inset 595px 0px 0px 0px #434242, inset -595px 0px 0px 0px #434242, inset 0px 0px 0px 0px #434242, inset 0px 0px 0px 0px #434242;}
	75%  {box-shadow: inset 595px 0px 0px 0px #434242, inset -595px 0px 0px 0px #434242, inset 0px 340px 0px 0px #434242, inset 0px -340px 0px 0px #434242;}
	100% {background: #434242; box-shadow: inset 700px 0px 0px 0px #434242, inset -700px 0px 0px 0px #434242, inset 0px 350px 0px 0px #434242, inset 0px -350px 0px 0px #434242;}
}

.product_monitor .monitor_video.video_active + .switchof {
	animation-name: switchonmonitor;
	animation-duration: .7s;
	animation-fill-mode: forwards;
}

@keyframes switchonmonitor {
	0%   {background: transparent; box-shadow: inset 700px 0px 0px 0px #434242, inset -700px 0px 0px 0px #434242, inset 0px 350px 0px 0px #434242, inset 0px -350px 0px 0px #434242;}
	25%  {box-shadow: inset 595px 0px 0px 0px #434242, inset -595px 0px 0px 0px #434242, inset 0px 340px 0px 0px #434242, inset 0px -340px 0px 0px #434242;}
	75%  {box-shadow: inset 595px 0px 0px 0px #434242, inset -595px 0px 0px 0px #434242, inset 0px 0px 0px 0px #434242, inset 0px 0px 0px 0px #434242;}
	100% {box-shadow: inset 0px 0px 0px 0px #434242, inset 0px 0px 0px 0px #434242, inset 0px 0px 0px 0px #434242, inset 0px 0px 0px 0px #434242;}
}

.monitor_controls {
	margin-left: 30px;
	display: inline-block;
	vertical-align: middle;
}

.play_btn {
	width: 68px;
	height: 34px;
	display: inline-block;
	border: 1px solid #333333;
	border-radius: 17px;
	background: #16174f;
	position: relative;
	cursor: pointer;
}

.play_btn.active {
	width: 68px;
	height: 34px;
	display: inline-block;
	border: 1px solid #333333;
	border-radius: 17px;
	background: #16174f;
	position: relative;
	cursor: pointer;
}

.play_btn:after {
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	background: #681e6b;
	border-radius: 50%;
	position: absolute;
	top: 1px;
	left: 1px;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
}

.play_btn.active:after {
	background: #16174f;
}

.play_btn.active:after {
	left: 35px;
}

.play_btn:before {
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	background: #681e6b;
	border-radius: 15px;
	position: absolute;
	top: 1px;
	left: 1px;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
}

.play_btn.active:before {
	width: 64px;
}