
@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/bg.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;
}


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


@keyframes pulse {
 0% {
  transform: scale(0.5);
  opacity: 0;
 }
 50% {
  opacity: 1;
 }
 100% {
  transform: scale(1.6);
  opacity: 0;
 }
}
.circle{
	width: 500px;
	height: 500px;
	border-radius: 100%;
	position: absolute;
	left: 50%;
	top:50%;
	margin-left: -250px;
	margin-top: -250px;
	z-index: 2;
}
.circle:before,
.circle: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;
}
.circle:after {
 animation-delay: 5s;
}




.but{
	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;
}
.but .but_in{
	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;
}
.but .but_in:hover{
	background: linear-gradient(to right, #00bdc8, #01fae8);
}
.but .but_cen{
	width: 130px;
	text-align: center;
	font-size: 12px;
	font-family:Gilroy-Bold;
	line-height: 20px;
	letter-spacing: 1px;
}
.but .but_cen span{
	color: #02c2bf;
	font-size: 20px;
}




.left_menu{
	position: fixed;
	width:550px;
	height: 100vh;
	background-color: #fff;
	z-index: 222;
	padding-top: 30px;
	left: -550px;
}
.left_menu .menu_in{
	width: 300px;
	float: right;
	margin-right: 50px;
}
.left_menu .menu_in .clos{
	width: 23px;
	cursor: pointer;
}
.left_menu .menu_in .logo{
	width: 150px;
	cursor: pointer;
	margin-left: 38px;
}
.left_menu .menu_in .menu_a{
	font-size: 26px;
	font-family:Gilroy-Bold;
	display: block;
	color: #181818;
	margin-left: 65px;
	margin-top: 55px;
}
.left_menu .menu_in .menu_a: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: 1300px;
}
.header .logo .burger{
	width: 25px;
	margin-right: 30px;
	cursor: pointer;
}
.header .logo .img{
	width: 180px;
	margin-right: 20px;
}
.header .logo p{
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 0px;
}
.header .messenger{
	text-align: right;
	display: block;
}
@media screen and (max-width: 767px){
.header .messenger {
    text-align: right;
    display: none !important;
}
.header .tell a{
	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 .tell{
	font-size: 22px;
	line-height: 28px;
	font-family:Gilroy-Bold;
	text-align: right;
}
.header .tell a{
	color: #181818;
	font-size: 21px;
}
.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;
}





.block_top{
	min-height: 600px;
	padding-top: 100px;
	padding-bottom: 95px;
	overflow: hidden;
}
.block_top .zag{
	font-size: 42px;
	line-height: 55px;
	font-family:Gilroy-Bold;
	margin-bottom: 40px;
}
.block_top .zag span{
	color: #02bfbc;
}
.block_top .pod_zag{
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 40px;
}
.block_top .icon p{
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 0px;
}
.block_top .icon img{
	height: 55px;
	margin-left: 30px;
	margin-right: 20px;
}
.block_top .but{
	margin-top: 40px;
}
.block_top .big_tell{
	position: relative;
	z-index: 3;
}
.block_top .element{
	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);}
}

.block_top .element .el_1{
	position: absolute;
	z-index: 1;
	left: -100px;
	top: 250px;
	transition: all 0.1s ease-out;
	animation: top_out 10s infinite ease-in-out;
}
.block_top .element .el_2{
	position: absolute;
	z-index: 1;
	left: -100px;
	bottom: 100px;
	transition: all 0.1s ease-out;
	animation: top 7s infinite ease-in-out;
}
.block_top .element .el_3{
	position: absolute;
	z-index: 1;
	right: -90px;
	top: 50px;
	transition: all 0.1s ease-out;
	animation: top 8s infinite ease-in-out;
}
.block_top .element .el_4{
	position: absolute;
	z-index: 1;
	right: 0px;
	top: 300px;
	transition: all 0.1s ease-out;
	animation: top_out 8s infinite ease-in-out;
}
.block_top .element .el_5{
	position: absolute;
	z-index: 1;
	right: -80px;
	bottom: 50px;
	transition: all 0.1s ease-out;
	animation: top 12s infinite ease-in-out;
}
.block_top .left{
	position: relative;
	z-index: 4;
}



.model{
	min-height: 200px;
	text-align: center;
}
.model .zag{
	font-size: 20px;
}
.model img{
	margin-bottom: 30px;
}





.video{
	min-height: 100px;
}
.video_in{
	position: relative;
}
.video .play{
	width:76px;
	height: 76px;
	border-radius: 100%;
	background: url(../img/play.svg) no-repeat center / 12px,
	linear-gradient(to right, #03a0a9, #00e4d4);
	cursor: pointer;
	border-bottom: 3px solid #0deadb;
	position: absolute;
	left: 50%;
	margin-left: -38px;
	margin-top: -38px;
	top: 45%;
	z-index: 4;
}
.video .play:hover{
	background: url(../img/play.svg) no-repeat center / 12px,
	linear-gradient(to right, #00bdc8, #01fae8);
}


.video .bg{
	position: relative;
	z-index: 2;
}
.video .text{
	position: absolute;
	width:390px;
	min-height: 76px;
	left: 50%;
	margin-left: -195px;
	margin-top: 30px;
	top: 50%;
	text-align: center;
	color: #fff;
	font-family:Gilroy-Bold;
	font-size: 24px;
	line-height: 30px;
	z-index: 4;
}
.video .text span{
	color: #01cec6;
}
.video .text span.min{
	font-family:Gilroy-Regular;
	font-size: 13px;
	color: #fff;
}
.video .pod{
	font-family:Flow;
	color: #8198a9;
	font-size: 16px;
	text-align: center;
	margin-top: -50px;
}
.video .el_1{
	position: absolute;
	z-index: 1;
	left: 10px;
	top: 140px;
	transition: all 0.1s ease-out;
	animation: top 8s infinite ease-in-out;
}
.video .el_2{
	position: absolute;
	z-index: 3;
	right: 20%;
	bottom: 50px;
	transition: all 0.1s ease-out;
	animation: top_out 12s infinite ease-in-out;
}
.video .el_3{
	position: absolute;
	z-index: 3;
	right: 50%;
	margin-right: -180px;
	bottom: 50px;
}




.plus{
	min-height: 200px;
	padding-top: 90px;
	padding-bottom: 90px;
	
}
.plus .but{
	margin: auto;
	margin-top: 0px;
}
.plus .block{
	text-align: center;
	margin-bottom: 40px;
}
.plus .block img{
	height: 55px;
	margin-bottom: 20px;
}
.plus .zag{
	font-size: 20px;
	line-height: 24px;
	font-family:Gilroy-Bold;
	margin-bottom: 10px;
}
.plus .text{
	font-size: 15px;
	line-height: 20px;
}
.plus .center{
	text-align: center;
}





.sravnenie{
	min-height: 200px;
	padding-top: 90px;
	padding-bottom: 50px;
	background-image: url(../img/sravnenie.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.sravnenie .pod_zag{
	font-size: 17px;
	text-align: center;
	line-height: 24px;
}
.sravnenie .table{
	background-color: #fff;
	border-radius: 5px;
	margin-top: 30px;
	position: relative;
	z-index: 3;
}
.sravnenie .table .name{
	width: 500px;
    max-width: 100%;
}
.sravnenie .table td{
	border: none;
}
.sravnenie .table .blue{
	background-color: #02bfbc;
}
.sravnenie .table .center{
	text-align: center;
}
.sravnenie .table .logo{
	width: 150px;
}
.sravnenie .table .check img{
	width: 27px;
}
.sravnenie .table .cen .center{
	font-size: 20px;
	font-family:Gilroy-Bold;
}
.sravnenie .table .cen .center.blue{
	font-size: 24px;
	font-family:Gilroy-Bold;
	color: #fff;
}
.sravnenie .element{
	position: relative;
}
.sravnenie .el_0{
	position: absolute;
	z-index: 1;
	left: -150px;
	top: -20px;
	transition: all 0.1s ease-out;
	animation: top 12s infinite ease-in-out;
}
.sravnenie .el_1{
	position: absolute;
	z-index: 1;
	right: -50px;
	top: -20px;
	transition: all 0.1s ease-out;
	animation: top_out 8s infinite ease-in-out;
}
.sravnenie .el_2{
	position: absolute;
	z-index: 4;
	right: 50px;
	bottom: -100px;
	transition: all 0.1s ease-out;
	animation: top 12s infinite ease-in-out;
}
.sravnenie .el_3{
	position: absolute;
	z-index: 3;
	right: 0px;
	bottom: -100px;
	transition: all 0.1s ease-out;
	animation: top_out 12s infinite ease-in-out;
}
.sravnenie .touch{
	width: 95px;
	height: 95px;
	border-radius: 200px;
	text-align: center;
	font-size: 13px;
	font-family:Gilroy-Bold;
	background-color: rgba(255, 255, 255, 0.8);
	padding-top: 19px;
	box-shadow: 0px 17px 51px rgba(0, 0, 0, 0.1);
	position: absolute;
	margin-top: 200px;
	left: 100px;
	z-index: 5;
	display: none;
}
.sravnenie .touch img{
	height: 35px;
	margin-bottom: 2px;
}




.dostavka{
	min-height: 400px;
	padding-top: 90px;
	padding-bottom: 90px;
}
.dostavka .block{
	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;
}
.dostavka .block .zag{
	font-size: 22px;
	font-family:Gilroy-Bold;
}
.dostavka .block .text{
	font-size: 16px;
	line-height: 22px;
	min-height: 120px;
}
.dostavka .but{
	margin: auto;
	margin-top: 60px;
}
.dostavka .block.n1{
	background: url(../img/dostavka.png) no-repeat center bottom, 
	linear-gradient(45deg, #008a8e, #0accd4);
}
.dostavka .block.n2{
	background: url(../img/dostavka2.png) no-repeat right bottom, 
	linear-gradient(45deg, #008a8e, #0accd4);
}
.dostavka .block.n3{
	background: url(../img/dostavka3.png) no-repeat left bottom, 
	linear-gradient(45deg, #008a8e, #0accd4);
}
.dostavka .block.n4{
	background: url(../img/dostavka4.png) no-repeat center bottom, 
	linear-gradient(45deg, #008a8e, #0accd4);
}
 



.comment{
	min-height: 400px;
	padding-top: 0px;
	padding-bottom: 90px;
}
.comment .container{
	position: relative;
}
.comment .block{
	padding: 0px 50px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #01c3bf;
}
.owl-theme .owl-dots .owl-dot span {
    width: 5px;
    height: 5px;
    background: #dde5e5;
}
.comment .arrow{
	position: absolute;
	width: 55px;
	height: 55px;
	border-radius: 100px;
    cursor: pointer;
    z-index: 2;
    background-color: #fff;
    box-shadow: 0px 9px 27px rgba(154, 154, 154, 0.16);
    top: 50%;
}
.comment .arrow.owl_left{
	background: url(../img/slider_l.svg) no-repeat center / 10px;
	margin-top:-10px;
	left: 0px;
}
.comment .arrow.owl_right{
	background: url(../img/slider_r.svg) no-repeat center / 10px;
	margin-top:-10px;
	right: 0px;
}






.vopros{
	min-height: 500px;
	padding-top: 90px;
	padding-bottom: 90px;
	background-image: url(../img/vopros.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	overflow: hidden;
}
.fr .left{
	padding-top: 80px;
}
.vopros .left .zag{
	font-size: 38px;
	font-family:Gilroy-Bold;
	margin-bottom: 30px;
}
.vopros .left .block{
	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;
}
.vopros .left .block .title{
	cursor: pointer;
	font-size: 17px;
}
.vopros .left .block .title:before{
	content: "";
	position: absolute;
	width: 46px;
	height: 46px;
	border-radius: 100%;
	background: url(../img/vopros.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);
}
.vopros .left .block .text{
	display: none;
	margin-top: 10px;
}
.vopros .left .block.activ .text_{
	display: block;
}

.vopros .left .block.activ .title:before{
	background: url(../img/vopros2.svg) no-repeat center / 15px,
	linear-gradient(to right, #03a0a9, #00e4d4);
}


.vopros .right{
	text-align: center;
}
.vopros .right .zag{
	font-size: 28px;
	font-family:Gilroy-Bold;
	line-height: 36px;
}
.vopros .right .form{
	background-color: #fff;
	border-radius: 5px;
	padding: 40px 60px 20px 60px;
	position: relative;
	z-index: 3;
}
.vopros .right .form .line{
	width: 100%;
	height: 1px;
	background-color: #d9e7f1;
	margin-bottom: 20px;
}
.vopros .right .form .mess{
	font-size: 14px;
	line-height: 18px;
}
.vopros .right .form .mess_img{
	height: 26px;
	margin: 0px 5px;
}
.vopros .right 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;
}
.vopros .right form .name{
	background: url(../img/input.svg) no-repeat center left 25px / 15px;
}
.vopros .right form .tell{
	background: url(../img/input2.svg) no-repeat center left 25px / 15px;
}
.ann{
	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;
}
.ann:hover{
	background: linear-gradient(to right, #00bdc8, #01fae8);
}
.vopros .right form .mini{
	font-size: 11px;
}
.vopros .right form .mini span{
	text-decoration: underline;
}

.vopros .element .el_1{
	position: absolute;
	z-index: 1;
	left: -80px;
	top: 250px;
	transition: all 0.1s ease-out;
	animation: top_out 10s infinite ease-in-out;
}
.vopros .element .el_2{
	position: absolute;
	z-index: 1;
	left: -80px;
	bottom: 100px;
	transition: all 0.1s ease-out;
	animation: top 7s infinite ease-in-out;
}
.vopros .element .el_3{
	position: absolute;
	z-index: 1;
	right: -90px;
	top: 50px;
	transition: all 0.1s ease-out;
	animation: top 8s infinite ease-in-out;
}
.vopros .element .el_4{
	position: absolute;
	z-index: 1;
	right: -40px;
	top: 300px;
	transition: all 0.1s ease-out;
	animation: top_out 8s infinite ease-in-out;
}
.vopros .element .el_5{
	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: 24px;
	padding-bottom: 20px;
}
.footer p{
	margin-bottom: 5px;
}
.footer .left img{
	width: 150px;
	margin-right: 28px;
}
.footer .left p{
	font-size: 16px;
	line-height: 20px;
}
.footer .left .politik{
	font-size: 13px;
}
.footer .left .politik span{
	text-decoration: underline;
	cursor: pointer;
}
.footer .right{
	text-align: right;
	font-size: 13px;
	line-height: 18px;
}
.footer a{
	color: #181818;
}




::-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;}






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



.mod_form{
	width: 980px;
    max-width: 100%;
    min-height: 400px;
    background-color: #000;
    position: fixed;
    z-index: 501;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 5px;
    padding:0px;
    display: none;
}
.mod_form .clos{
	width:20px;
	height: 20px;
	background-image: url(../img/clos.svg);
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
	background-position: center;
	background-size: cover;
}
.mod_form .img{
	padding: 30px 20px;
	width: 535px;
	float: left;
	text-align: center;
	display: block;
}
.mod_form .form{
	padding: 30px 20px;
	width: 445px;
	float: left;
	background-color: #fff;
	border-radius: 5px;
	min-height: 720px;
	text-align: center;
}
.mod_form .form .zag{
	font-size: 28px;
	font-family:Gilroy-Bold;
	line-height: 36px;
}
.mod_form .form{
	background-color: #fff;
	border-radius: 5px;
	padding: 40px 60px 20px 60px;
	position: relative;
	z-index: 3;
}
.mod_form .form .line{
	width: 100%;
	height: 1px;
	background-color: #d9e7f1;
	margin-bottom: 20px;
}
.mod_form .form .mess{
	font-size: 14px;
	line-height: 18px;
}
.mod_form .form .label{
	font-size: 13px;
	color: #688093;
}
.mod_form .form .mess_img{
	height: 26px;
	margin: 0px 5px;
}
.mod_form .form 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;
}
.mod_form .form form .name{
	background: url(../img/input.svg) no-repeat center left 25px / 15px;
}
.mod_form .form form .tell{
	background: url(../img/input2.svg) no-repeat center left 25px / 15px;
}
.mod_form .form form .marka{
	background: url(../img/input3.svg) no-repeat center left 25px / 15px;
}
.mod_form .form 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;
}
.mod_form .form form input[type="submit"]:hover{
	background: linear-gradient(to right, #00bdc8, #01fae8);
}
.mod_form .form form .mini{
	font-size: 11px;
}
.mod_form .form form .mini span{
	text-decoration: underline;
}




.video_mess{
	position:fixed; 
	left:50%; 
	top:50%; 
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	width:950px;
	max-width: 100%;
	min-height: 200px;
	background-color: #000;
	z-index: 501; 
	padding:0px 15px;
	text-align: center;
	display: none;
}
.video_mess .clos{
	width:25px;
	height: 25px;
	background-image: url(../img/close.png);
	cursor: pointer;
	position: absolute;
	right: 0px;
	top: -33px;	
	transition: all 0.2s ease-out;
}
.video_mess .video-block {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
	margin-bottom:20px;
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
}
.video_mess .video-block iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}





.politika{
	position:fixed; 
	left:50%; 
	top:50%; 
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	width:750px;
	max-width: 100%;
	min-height: 300px;
	background-color: #fff;
	z-index: 501; 
	padding:30px;
	display: none;
}
.politika p{
	font-size: 15px;
}
.politika .zag{
	font-size: 24px;
}
.politika .clos{
	width:20px;
	height: 20px;
	background-image: url(../img/clos.svg);
	float: right;
	cursor: pointer;
	background-position: center;
	background-size: cover;
}





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

     .flash{
       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;
    }
    
    .lighting {
    -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);   
        
        }
     }







	 .do {
		padding-bottom: 30px
	}
	.do__items {
		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%
	}
	.do__item-inner {
		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
	}
	.do__item-title {
		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);
	}
	.title_blue-2 {
		color: #1a4776;
		font-size: 24px;
    line-height: 30px;
	}
	
	.popup-policy__text {
		font-size: 16px;
		margin-top: 15px;
		color: #000;
	}
.insta{
	width: 60px;
}
	@media screen and (max-width: 991px){
		.insta{
			width: 40px;
		}
		.do__item-title {
			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);
		}
		.title_m {
			font-size: 20px;
			line-height: 26px;
		}
		.popup-policy__text {
			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;
}