
@font-face { 
	font-family:Gilroy-Regular; 
	src: url(../fonts/Gilroy-Regular.ttf);
}
@font-face { 
	font-family:Gilroy-Medium; 
	src: url(../fonts/Gilroy-Medium.ttf);
}
@font-face { 
	font-family:Gilroy-Bold; 
	src: url(../fonts/Gilroy-Bold.ttf);
}
@font-face { 
	font-family:Flow; 
	src: url(../fonts/Flow.otf);
}

body{ 
	font-family:Gilroy-Regular; 
	color: #181818;
	background-image: url(../img/hm_img_008.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
	min-height: 100vh;
}
h1,h2,h3,h4,strong{ 
	font-family:Gilroy-Bold;
}

img{ max-width:100%;}

input:focus { outline: none; }



.container {
    max-width: 1170px;
}


.hm_a4{
	font-size: 38px;
	line-height: 45px;
	font-family:Gilroy-Bold;
	text-align: center;
}
.hm_a4 span{
	color: #02bfbc;
}


@keyframes pulse {
 0% {
  transform: scale(0.5);
  opacity: 0;
 }
 50% {
  opacity: 1;
 }
 100% {
  transform: scale(1.6);
  opacity: 0;
 }
}
.hm_a11{
	width: 500px;
	height: 500px;
	border-radius: 100%;
	position: absolute;
	left: 50%;
	top:50%;
	margin-left: -250px;
	margin-top: -250px;
	z-index: 2;
}
.hm_a11:before,
.hm_a11:after {
 content: '';
 position: absolute;
 border: 1px solid rgba(255, 255, 255, 1);
 left: -10px;
 right: -10px;
 top: -10px;
 bottom: -10px;
 border-radius: 50%;
 animation: pulse 7s linear infinite;
 opacity: 0;
 z-index: -1;
}
.hm_a11:after {
 animation-delay: 5s;
}




.hm_a7{
	width: 400px;
	max-width: 100%;
	height: 80px;
	background-color: #fff;
	border-radius: 100px;
	box-shadow: 0px 9px 27px rgba(154, 154, 154, 0.16);
	text-transform: uppercase;
	transition: all 0.2s ease-out;
}
.hm_a7 .hm_a9{
	width: 270px;
	height: 80px;
	border-radius: 100px;
	background: linear-gradient(to right, #03a0a9, #00e4d4);
	cursor: pointer;
	border-bottom: 3px solid #0deadb;
	color: #fff;
	font-size: 16px;
	font-family:Gilroy-Bold;
	text-align: center;
	line-height: 80px;
	letter-spacing: 1px;
	transition: all 0.2s ease-out;
}
.hm_a7 .hm_a9:hover{
	background: linear-gradient(to right, #00bdc8, #01fae8);
}
.hm_a7 .hm_a8{
	width: 130px;
	text-align: center;
	font-size: 12px;
	font-family:Gilroy-Bold;
	line-height: 20px;
	letter-spacing: 1px;
}
.hm_a7 .hm_a8 span{
	color: #02c2bf;
	font-size: 20px;
}




.hm_a37{
	position: fixed;
	width:550px;
	height: 100vh;
	background-color: #fff;
	z-index: 222;
	padding-top: 30px;
	left: -550px;
}
.hm_a37 .hm_a42{
	width: 300px;
	float: right;
	margin-right: 50px;
}
.hm_a37 .hm_a42 .hm_a12{
	width: 23px;
	cursor: pointer;
}
.hm_a37 .hm_a42 .hm_a40{
	width: 210px;
	cursor: pointer;
	margin-left: 26px;
}
.hm_a37 .hm_a42 .hm_a41{
	font-size: 26px;
	font-family:Gilroy-Bold;
	display: block;
	color: #181818;
	margin-left: 65px;
	margin-top: 55px;
}
.hm_a37 .hm_a42 .hm_a41:hover{
	text-decoration: none;
	color: #02bcbb;
}





.header{
	padding-top: 20px;
	padding-bottom: 5px;
	transition: all 0.1s ease-out;
	position: absolute;
	z-index: 5;
}
.header .container{
	max-width: 1170px;
}
.header .hm_a40 .burger{
	width: 25px;
	margin-right: 30px;
	cursor: pointer;
}
.header .hm_a40 .img{
	width: 260px;
	margin-right: 20px;
}
.header .hm_a40 p{
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 0px;
}
.header .header-menu-wrap{
	padding: 0 20px;
}
.header .header-nav{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	width: 100%;
}
.header .header-nav-link{
	font-size: 13px;
	line-height: 18px;
	font-family:Gilroy-Medium;
	color: #181818;
	text-decoration: none;
	white-space: nowrap;
}
.header .header-nav-link:hover{
	color: #02bfbc;
	text-decoration: none;
}
@media screen and (min-width: 992px){
.header .hm_a40 .burger{
	display: none;
}
}
@media screen and (max-width: 991px){
.header .header-menu-wrap{
	display: none !important;
}
}
.header .messenger{
	text-align: right;
	display: block;
}
@media screen and (max-width: 767px){
.header .messenger {
    text-align: right;
    display: none !important;
}
.header .hm_a69 .header-phone{
	color: #181818;
	font-size: 18px !important;
}}
.header .messenger p{
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 0px;
}
.header .messenger a{
	display: block;
}
.header .messenger img{
	height: 26px;
	margin-left: 10px;
}
.header .hm_a69{
	font-size: 22px;
	line-height: 28px;
	font-family:Gilroy-Bold;
	text-align: right;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: nowrap;
}
.header .hm_a69 .header-contact-line{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: nowrap;
}
.header .hm_a69 .header-phone{
	color: #181818;
	font-size: 21px;
	white-space: nowrap;
}
.header .hm_a69 .header-socials{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-top: 0;
	margin-left: 10px;
}
.header .hm_a69 .header-socials a{
	display: block;
}
.header .hm_a69 .header-socials img{
	height: 26px;
	margin-left: 10px;
}
.header .hm_a69 .header-callback-button{
	margin-top: 0;
	margin-left: 10px;
	height: 36px;
	padding: 0 14px;
	border: none;
	border-radius: 20px;
	background: linear-gradient(to right, #03a0a9, #00e4d4);
	color: #fff;
	font-size: 12px;
	line-height: 36px;
	font-family:Gilroy-Bold;
	text-transform: uppercase;
	letter-spacing: 0.4px;
	cursor: pointer;
	white-space: nowrap;
}
.header .hm_a69 .header-callback-button:hover{
	background: linear-gradient(to right, #00bdc8, #01fae8);
}
.sticky-content.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 220;
}
.sticky-content.fixed .header{
	padding-top: 5px;
	background-color: #fff;
}





.hm_a6{
	min-height: 600px;
	padding-top: 100px;
	padding-bottom: 95px;
	overflow: hidden;
}
.hm_a6 .hm_a76{
	font-size: 42px;
	line-height: 55px;
	font-family:Gilroy-Bold;
	margin-bottom: 40px;
}
.hm_a6 .hm_a31{
	margin-bottom: 40px;
}
.hm_a6 .hm_a32,
.hm_a6 .hm_a30{
	display: inline;
	margin: 0;
}
.hm_a6 .hm_a30{
	margin-left: 8px;
}
.hm_a6 .hm_a76 span{
	color: #02bfbc;
}
.hm_a6 .hm_a76 .hm_a78{
	display: inline-block;
	font-size: 0.72em;
	line-height: 1.25;
	color: #181818;
	white-space: nowrap;
}
.hm_a6 .hm_a76 .hm_a77{
	color: #02bfbc;
	font-size: inherit;
	line-height: inherit;
}
.hm_a6 .hm_a57{
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 40px;
}
.hm_a6 .hm_a33 p{
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 0px;
}
.hm_a6 .hm_a33 img{
	height: 55px;
	margin-left: 30px;
	margin-right: 20px;
}
.hm_a6 .hm_a33 .hm_a55{
	display: flex;
	flex-direction: column;
}
.hm_a6 .hm_a33 .hm_a54{
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-top: 8px;
}
.hm_a6 .hm_a33 .hm_a54 img{
	height: 22px;
	width: auto;
	margin: 0;
}
.hm_a6 .hm_a7{
	margin-top: 40px;
}
.hm_a6 .hm_a3{
	position: relative;
	z-index: 3;
}
.hm_a6 .hm_a24{
	position: relative;
}

@keyframes top {
from {transform:translateY(0px);}
50% {transform:translateY(40px);}
to {transform:translateY(0px);}
}
@keyframes top_out {
from {transform:translateY(0px);}
50% {transform:translateY(-40px);}
to {transform:translateY(0px);}
}

.hm_a6 .hm_a24 .hm_a19{
	position: absolute;
	z-index: 1;
	left: -100px;
	top: 250px;
	transition: all 0.1s ease-out;
	animation: top_out 10s infinite ease-in-out;
}
.hm_a6 .hm_a24 .hm_a20{
	position: absolute;
	z-index: 1;
	left: -100px;
	bottom: 100px;
	transition: all 0.1s ease-out;
	animation: top 7s infinite ease-in-out;
}
.hm_a6 .hm_a24 .hm_a21{
	position: absolute;
	z-index: 1;
	right: -90px;
	top: 50px;
	transition: all 0.1s ease-out;
	animation: top 8s infinite ease-in-out;
}
.hm_a6 .hm_a24 .hm_a22{
	position: absolute;
	z-index: 1;
	right: 0px;
	top: 300px;
	transition: all 0.1s ease-out;
	animation: top_out 8s infinite ease-in-out;
}
.hm_a6 .hm_a24 .hm_a23{
	position: absolute;
	z-index: 1;
	right: -80px;
	bottom: 50px;
	transition: all 0.1s ease-out;
	animation: top 12s infinite ease-in-out;
}
.hm_a6 .hm_a36{
	position: relative;
	z-index: 4;
}



.hm_a47{
	min-height: 200px;
	text-align: center;
}
.hm_a47 .hm_a76{
	font-size: 20px;
}
.hm_a47 .hm_a48{
	color: #02bfbc;
}
.hm_a47 img{
	margin-bottom: 30px;
}





.hm_a56{
	min-height: 200px;
	padding-top: 90px;
	padding-bottom: 90px;
	
}
.hm_a56 .hm_a7{
	margin: auto;
	margin-top: 0px;
}
.hm_a56 .hm_a5{
	text-align: center;
	margin-bottom: 40px;
}
.hm_a56 .hm_a5 img{
	height: 55px;
	margin-bottom: 20px;
}
.hm_a56 .hm_a76{
	font-size: 20px;
	line-height: 24px;
	font-family:Gilroy-Bold;
	margin-bottom: 10px;
}
.hm_a56 .hm_a70{
	font-size: 15px;
	line-height: 20px;
}
.hm_a56 .hm_a10{
	text-align: center;
}





.hm_a18{
	min-height: 400px;
	padding-top: 90px;
	padding-bottom: 90px;
}
.hm_a18 .hm_a5{
	width: 100%;
	min-height: 300px;
	border-radius: 5px;
	background: linear-gradient(45deg, #008a8e, #0accd4);
	box-shadow: 0px 10px 35px rgba(101, 116, 161, 0.1);
	color: #fff;
	padding: 30px 30px 180px;
	margin-bottom: 15px;
}
.hm_a18 .hm_a5 .hm_a76{
	font-size: 22px;
	font-family:Gilroy-Bold;
}
.hm_a18 .hm_a5 .hm_a70{
	font-size: 16px;
	line-height: 22px;
	min-height: 120px;
}
.hm_a18 .hm_a7{
	margin: auto;
	margin-top: 60px;
}
.hm_a18 .hm_a5.hm_a49{
	background: url(../img/hm_img_016.png) no-repeat center bottom, 
	linear-gradient(45deg, #008a8e, #0accd4);
}
.hm_a18 .hm_a5.hm_a50{
	background: url(../img/hm_img_017.png) no-repeat right bottom, 
	linear-gradient(45deg, #008a8e, #0accd4);
}
.hm_a18 .hm_a5.hm_a51{
	background: url(../img/hm_img_018.png) no-repeat left bottom, 
	linear-gradient(45deg, #008a8e, #0accd4);
}
.hm_a18 .hm_a5.hm_a52{
	background: url(../img/hm_img_019.png) no-repeat center bottom, 
	linear-gradient(45deg, #008a8e, #0accd4);
}
 



.hm_a61{
	padding: 60px 0;
	background: linear-gradient(180deg, #f7fbfc 0%, #ffffff 100%);
}
.hm_a61 .container{
	max-width: calc(1170px * 0.85);
}
.hm_a61 .hm_a68{
	text-align: center;
	margin-bottom: 20px;
}
.hm_a61 .hm_a64{
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 28px;
}
.hm_a61 .hm_a63{
	row-gap: 20px;
}
.hm_a61 .hm_a62{
	background: #ffffff;
	border: 1px solid #dceff2;
	border-radius: 20px;
	padding: 24px 24px 16px;
	box-shadow: 0 8px 24px rgba(154, 154, 154, 0.12);
	margin-bottom: 18px;
}
.hm_a61 .hm_a67{
	font-size: 24px;
	line-height: 32px;
	font-family:Gilroy-Bold;
	margin-bottom: 14px;
}
.hm_a61 .hm_a66{
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 20px;
}
.hm_a61 .hm_a65{
	list-style: none;
	margin: 0;
	padding: 0;
}
.hm_a61 .hm_a65 li{
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 10px;
	padding-left: 20px;
	position: relative;
}
.hm_a61 .hm_a65 li:before{
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #02bfbc;
}

.hm_a75{
	min-height: 500px;
	padding-top: 90px;
	padding-bottom: 90px;
	background-image: url(../img/hm_img_068.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	overflow: hidden;
}
.hm_a29 .hm_a36{
	padding-top: 80px;
}
.hm_a75 .hm_a36 .hm_a76{
	font-size: 38px;
	font-family:Gilroy-Bold;
	margin-bottom: 30px;
}
.hm_a75 .hm_a36 .hm_a35{
	font-size: clamp(18px, 2vw, 26px);
	line-height: 1.25;
}
.hm_a75 .hm_a36 .hm_a35 .hm_a77{
	color: #02bfbc;
}
.hm_a75 .hm_a36 .hm_a5{
	box-shadow: 0px 9px 27px rgba(154, 154, 154, 0.16);
	background-color: #fff; 
	padding: 20px 0px 20px 30px;
	border-radius: 30px;
	position: relative;
	user-select: none;
	margin-bottom: 23px;
	position: relative;
	z-index: 3;
}
.hm_a75 .hm_a36 .hm_a5 .hm_a71{
	cursor: pointer;
	font-size: 17px;
}
.hm_a75 .hm_a36 .hm_a5 .hm_a71:before{
	content: "";
	position: absolute;
	width: 46px;
	height: 46px;
	border-radius: 100%;
	background: url(../img/hm_img_069.svg) no-repeat center / 15px,
	linear-gradient(to right, #03a0a9, #00e4d4);
	top: 10px;
	right: 10px;
	box-shadow: 0px 9px 27px rgba(154, 154, 154, 0.16);
}
.hm_a75 .hm_a36 .hm_a5 .hm_a70{
	display: none;
	margin-top: 10px;
}
.hm_a75 .hm_a36 .hm_a5.activ .text_{
	display: block;
}

.hm_a75 .hm_a36 .hm_a5.activ .hm_a71:before{
	background: url(../img/hm_img_070.svg) no-repeat center / 15px,
	linear-gradient(to right, #03a0a9, #00e4d4);
}


.hm_a75 .hm_a60{
	text-align: center;
}
.hm_a75 .hm_a60 .hm_a76{
	font-size: 28px;
	font-family:Gilroy-Bold;
	line-height: 36px;
}
.hm_a75 .hm_a60 .hm_a28{
	background-color: #fff;
	border-radius: 5px;
	padding: 40px 60px 20px 60px;
	position: relative;
	z-index: 3;
}
.hm_a75 .hm_a60 .hm_a28 .hm_a39{
	width: 100%;
	height: 1px;
	background-color: #d9e7f1;
	margin-bottom: 20px;
}
.hm_a75 .hm_a60 .hm_a28 .hm_a43{
	font-size: 14px;
	line-height: 18px;
}
.hm_a75 .hm_a60 .hm_a28 .hm_a44{
	height: 26px;
	margin: 0px 5px;
}
.hm_a75 .hm_a60 form input[type="text"]{
	height: 73px;
	width: 100%;
	margin-bottom: 10px;
	background-color: #eaf2f7;
	border:none;
	border-radius: 100px;
	padding-left: 60px;
	padding-right: 20px;
}
.hm_a75 .hm_a60 form .hm_a53{
	background: url(../img/hm_img_029.svg) no-repeat center left 25px / 15px;
}
.hm_a75 .hm_a60 form .hm_a69{
	background: url(../img/hm_img_030.svg) no-repeat center left 25px / 15px;
}
.hm_a1{
	height: 73px;
	width: 100%;
	margin-bottom: 20px;
	background-color: #eaf2f7;
	border:none;
	border-radius: 100px;
	cursor: pointer;
	background: linear-gradient(to right, #03a0a9, #00e4d4);
    border-bottom: 3px solid #0deadb;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    font-family:Gilroy-Bold;
}
.hm_a1:hover{
	background: linear-gradient(to right, #00bdc8, #01fae8);
}
.hm_a75 .hm_a60 form .mini{
	font-size: 11px;
}
.hm_a75 .hm_a60 form .mini span{
	text-decoration: underline;
}

.hm_a75 .hm_a24 .hm_a19{
	position: absolute;
	z-index: 1;
	left: -80px;
	top: 250px;
	transition: all 0.1s ease-out;
	animation: top_out 10s infinite ease-in-out;
}
.hm_a75 .hm_a24 .hm_a20{
	position: absolute;
	z-index: 1;
	left: -80px;
	bottom: 100px;
	transition: all 0.1s ease-out;
	animation: top 7s infinite ease-in-out;
}
.hm_a75 .hm_a24 .hm_a21{
	position: absolute;
	z-index: 1;
	right: -90px;
	top: 50px;
	transition: all 0.1s ease-out;
	animation: top 8s infinite ease-in-out;
}
.hm_a75 .hm_a24 .hm_a22{
	position: absolute;
	z-index: 1;
	right: -40px;
	top: 300px;
	transition: all 0.1s ease-out;
	animation: top_out 8s infinite ease-in-out;
}
.hm_a75 .hm_a24 .hm_a23{
	position: absolute;
	z-index: 1;
	right: -150px;
	bottom: 50px;
	transition: all 0.1s ease-out;
	animation: top 12s infinite ease-in-out;
}




.footer{
	padding-top: 32px;
	padding-bottom: 28px;
	background: #f7fbfc;
	border-top: 1px solid #d7eef0;
}
.footer-grid{
	row-gap: 24px;
}
.footer-col{
	display: flex;
	flex-direction: column;
}
.footer-logo-link{
	display: inline-block;
}
.footer-logo{
	width: 320px;
	max-width: 100%;
	margin-bottom: 12px;
}
.footer-about{
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 0;
	max-width: 360px;
}
.footer-title{
	font-size: 20px;
	line-height: 26px;
	font-family:Gilroy-Bold;
	margin-bottom: 12px;
}
.footer-anchor{
	display: block;
	color: #181818;
	text-decoration: none;
	font-size: 15px;
	line-height: 21px;
	margin-bottom: 8px;
}
.footer-anchor:hover{
	color: #02bcbb;
	text-decoration: none;
}
.footer-contact-item{
	display: inline-block;
	position: relative;
	padding-left: 26px;
	font-size: 15px;
	line-height: 22px;
	margin-bottom: 6px;
}
.footer-contact-item:before{
	content: "";
	position: absolute;
	left: 0;
	top: 3px;
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 16px 16px;
}
.footer-phone{
	display: inline-block;
	color: #181818;
	text-decoration: none;
	font-size: 15px;
	line-height: 22px;
	margin-bottom: 6px;
}
.footer-phone:before{
	background-image: url(../img/footer/hm_img_023.svg);
}
.footer-phone:hover{
	color: #02bcbb;
	text-decoration: none;
}
.footer-email{
	display: inline-block;
	color: #181818;
	text-decoration: none;
	font-size: 15px;
	line-height: 22px;
	margin-bottom: 6px;
}
.footer-email:before{
	background-image: url(../img/footer/hm_img_022.svg);
}
.footer-email:hover{
	color: #02bcbb;
	text-decoration: none;
}
.footer-address{
	display: inline-block;
	color: #181818;
	text-decoration: none;
	font-size: 15px;
	line-height: 22px;
	margin-bottom: 6px;
}
.footer-address:before{
	background-image: url(../img/footer/hm_img_020.svg);
}
.footer-address:hover{
	color: #02bcbb;
	text-decoration: underline;
}
.footer-hours{
	font-size: 15px;
	line-height: 22px;
	margin-bottom: 14px;
}
.footer-hours:before{
	background-image: url(../img/footer/hm_img_021.svg);
}
.footer-socials{
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}
.footer-social{
	width: 24px;
	height: 24px;
	border-radius: 0;
	border: none;
	background: transparent;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: all 0.15s ease-out;
}
.footer-social img{
	width: 22px;
	height: 22px;
}
.footer-social:hover{
	transform: translateY(-1px);
	box-shadow: none;
}
@media screen and (max-width: 991px){
	.footer{
		padding-top: 26px;
		padding-bottom: 24px;
	}
	.footer-title{
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 10px;
	}
	.footer-phone{
		font-size: 15px;
		line-height: 22px;
	}
}
@media screen and (max-width: 767px){
	.footer-col{
		text-align: center;
		align-items: center;
	}
	.footer-about{
		max-width: 100%;
	}
	.footer-socials{
		justify-content: center;
	}
	.footer-anchor{
		margin-bottom: 6px;
	}
}




::-webkit-input-placeholder {color:#688093; opacity:1;}
::-moz-placeholder          {color:#688093; opacity:1;}
:-moz-placeholder           {color:#688093; opacity:1;}
:-ms-input-placeholder      {color:#688093; opacity:1;}






.hm_a27 {
    background-color: rgba(3, 159, 168, 0.9);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 500;
    top: 0px;
    display: none;
}
.hm_a26{
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 221;
    top: 0px;
    display: none;
}



.hm_a46{
	width: 560px;
    max-width: 100%;
    min-height: 0;
    background-color: transparent;
    position: fixed;
    z-index: 501;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 5px;
    padding:0px;
    display: none;
}
.hm_a46 .hm_a12{
	width:20px;
	height: 20px;
	background-image: url(../img/hm_img_014.svg);
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
	background-position: center;
	background-size: cover;
}
.hm_a46 .img{
	padding: 30px 20px;
	width: 535px;
	float: left;
	text-align: center;
	display: block;
}
.hm_a46 .hm_a28{
	padding: 30px 20px;
	width: 100%;
	float: none;
	margin: 0 auto;
	background-color: #fff;
	border-radius: 5px;
	min-height: 0;
	text-align: center;
}
.hm_a46 .hm_a28 .hm_a76{
	font-size: 28px;
	font-family:Gilroy-Bold;
	line-height: 36px;
}
.hm_a46 .hm_a28{
	background-color: #fff;
	border-radius: 5px;
	padding: 40px 60px 20px 60px;
	position: relative;
	z-index: 3;
}
.hm_a46 .hm_a28 .hm_a39{
	width: 100%;
	height: 1px;
	background-color: #d9e7f1;
	margin-bottom: 20px;
}
.hm_a46 .hm_a28 .hm_a43{
	font-size: 14px;
	line-height: 18px;
}
.hm_a46 .hm_a28 .label{
	font-size: 13px;
	color: #688093;
}
.hm_a46 .hm_a28 .hm_a44{
	height: 26px;
	margin: 0px 5px;
}
.hm_a46 .hm_a28 form input[type="text"]{
	height: 73px;
	width: 100%;
	margin-bottom: 10px;
	background-color: #eaf2f7;
	border:none;
	border-radius: 100px;
	padding-left: 60px;
	padding-right: 20px;
}
.hm_a46 .hm_a28 form .hm_a53{
	background: url(../img/hm_img_029.svg) no-repeat center left 25px / 15px;
}
.hm_a46 .hm_a28 form .hm_a69{
	background: url(../img/hm_img_030.svg) no-repeat center left 25px / 15px;
}
.hm_a46 .hm_a28 form .marka{
	background: url(../img/hm_img_031.svg) no-repeat center left 25px / 15px;
}
.hm_a46 .hm_a28 form input[type="submit"]{
	height: 73px;
	width: 100%;
	margin-bottom: 20px;
	background-color: #eaf2f7;
	border:none;
	border-radius: 100px;
	cursor: pointer;
	background: linear-gradient(to right, #03a0a9, #00e4d4);
    border-bottom: 3px solid #0deadb;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    font-family:Gilroy-Bold;
}
.hm_a46 .hm_a28 form input[type="submit"]:hover{
	background: linear-gradient(to right, #00bdc8, #01fae8);
}
.hm_a46 .hm_a28 form .mini{
	font-size: 11px;
}
.hm_a46 .hm_a28 form .mini span{
	text-decoration: underline;
}




.hm_a2{
        position: relative;
        overflow: hidden;
    }

     .hm_a25{
       content: "";
    background-color: rgba(255, 255, 255, 0.5);
    height: 100%;
    width: 3em;
    display: block;
    position: absolute;
    top: 0;
    left: -4.5em;
    -webkit-transform: skewX(-45deg) translateX(0);
    transform: skewX(-45deg) translateX(0);
    -webkit-transition: none;
    transition: none;
    }
    
    .hm_a38 {
    -webkit-animation: moving 3s ease-in-out infinite;
    -moz-animation: moving 3s ease-in-out infinite;
    -ms-animation: moving 3s ease-in-out infinite;
    -o-animation: moving 3s ease-in-out infinite;
    animation: moving 3s ease-in-out infinite;
   
    }
    
  @keyframes moving {  
     30% {  webkit-transform: skewX(-45deg) translateX(33.5em);
        transform: skewX(-45deg) translateX(33.5em);   
        
        }
   
    100% {  webkit-transform: skewX(-45deg) translateX(33.5em);
        transform: skewX(-45deg) translateX(33.5em);   
        
        }
     }







	 .hm_a14 {
		padding-bottom: 30px
	}
	.hm_a17 {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.do__item:hover {
		-webkit-box-shadow: 0 29px 38px 0 rgba(26, 71, 118, .2);
		box-shadow: 0 29px 38px 0 rgba(26, 71, 118, .2)
	}
	.do__item-picture {
		display: block;
		max-width: 100%
	}
	.hm_a15 {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		background: linear-gradient(to right, #03a0a9, #00e4d4);
    cursor: pointer;
    border-bottom: 3px solid #0deadb;
    color: #fff;
		padding: 0 15px;
		border-radius: 100px;
		min-height: 60px
	}
	.hm_a16 {
		margin: 0 auto;
		text-transform: uppercase;
		text-align: center;
		color: #fff;
		font-size: 16px;
		font-weight: 600;
		line-height: 24px
	}


	.modalDialog {
		position: fixed;
		font-family: Arial, Helvetica, sans-serif;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: rgba(0,0,0,0.8);
		z-index: 99999;
		-webkit-transition: opacity 400ms ease-in;
		-moz-transition: opacity 400ms ease-in;
		transition: opacity 400ms ease-in;
		display: none;
		pointer-events: none;
	}

	.modalDialog:target {
		display: block;
		pointer-events: auto;
	}

	.modalDialog > div {
		width: 600px;
		position: relative;
		margin: 10% auto;
		padding: 5px 20px 13px 20px;
		border-radius: 10px;
		background: #fff;
		background: -moz-linear-gradient(#fff, #999);
		background: -webkit-linear-gradient(#fff, #999);
		background: -o-linear-gradient(#fff, #999);
	}
	.hm_a72 {
		color: #1a4776;
		font-size: 24px;
    line-height: 30px;
	}
	
	.hm_a58 {
		font-size: 16px;
		margin-top: 15px;
		color: #000;
	}
.insta{
	width: 60px;
}
	@media screen and (max-width: 991px){
		.insta{
			width: 40px;
		}
		.hm_a16 {
			font-size: 13px;
			font-weight: 600;
			line-height: 20px
		}
		.modalDialog > div {
			width: 90%;
			position: relative;
			margin: 45% auto;
			padding: 5px 20px 13px 20px;
			border-radius: 10px;
			background: #fff;
			background: -moz-linear-gradient(#fff, #999);
			background: -webkit-linear-gradient(#fff, #999);
			background: -o-linear-gradient(#fff, #999);
		}
		.hm_a73 {
			font-size: 20px;
			line-height: 26px;
		}
		.hm_a58 {
			font-size: 14px;
			margin-top: 15px;
		}
	}
	

	.close {
		background: #606061;
		color: #FFFFFF;
		line-height: 25px;
		position: absolute;
		right: -12px;
		text-align: center;
		top: -10px;
		width: 24px;
		text-decoration: none;
		font-weight: bold;
		-webkit-border-radius: 12px;
		-moz-border-radius: 12px;
		border-radius: 12px;
		-moz-box-shadow: 1px 1px 3px #000;
		-webkit-box-shadow: 1px 1px 3px #000;
		box-shadow: 1px 1px 3px #000;
	}

	.close:hover { background: #00d9ff; }


.modal-dialog {
    max-width: 700px !important;
    margin: 1.75rem auto;
}

.modal-header .close {
    padding: 0 !important;
    margin: 0 auto !important;
}
