body{
	padding:0;
	margin:0;
	background-color: #fff; 
	font-size: 16px;
}
.page{
	margin: auto;
	max-width: 1280px;
}
.wrapper{
	max-width: 960px;
	margin: auto;
}
.head{
	background-repeat: no-repeat;
	background-size: cover;
	height: 795px;
	width: 100%;
	position: relative;
	left: 0;
	right: 0;	
}
.languages {
  	margin-top: 10px;
  	display: inline-block;
}
.languages a {
  	padding: 6px;
}
.ua{
	opacity: 0.5;
	cursor: pointer;
}
.en{
	opacity: 0.5;
	cursor: pointer;
}
.ru{
	opacity: 0.5;
	cursor: pointer;
}
.en:hover{
	opacity: 1.0;
}
.ru:hover{
	opacity: 1.0;
}
.ua:hover{
	opacity: 1.0;
}
.uas{
	opacity: 0.8;
	cursor: pointer;
	width: 27px;
	height: 18px;
}
.ens{
	opacity: 0.8;
	cursor: pointer;
	width: 27px;
	height: 18px;
}
.rus{
	opacity: 0.8;
	cursor: pointer;
	width: 27px;
	height: 18px;
}
.topbar > .wrapper > img{
	height: 115px;
	float: left;
}
.bottombar > .wrapper > img{
	height: 115px;
  	display: inherit;
  	float: left;
}
.topbar{
	background-color: rgba(0,0,0,0.21);
	height: 120px;
}
.topbar table{
	float: right;
	text-align: center;
	font-family: 'Font3';
	font-size: 1.1em;
}
.topbar table span{
	text-align: center;
	font-family: 'Font3';
	font-size: 1.1em;
	padding-left: 5px;
}
.topbar .telephone{
	font-family: 'Font3';
	font-size: 1.35em;
	padding-left: 5px;
	font-weight: bold;
}
.info1{
	margin: 0 auto;
	position: relative;
	margin-top: 30px;
	padding: 10px;
	font-size: 1.55em;
	font-family: "Font6";
	color: white;
	text-align: center;
	margin-top: 30px;
	border-radius: 50px;
	width:95%;

}
.info2{
	position: relative;
	color: white;
	text-align: center;
	margin:auto;
	padding: 10px;
	margin-top: 30px;
	border-radius: 50px;
	font-size: 1.55em;
	font-family: "Font6";
	width: 70%;
}
.display{
	display: none;
}
.action{
	background-color: rgba(0,0,0,0.6);
	border-radius: 25px;
	width: 280px;
	bottom: 120px;
	display: inline-block;
	position: absolute;
}
.action table{
	font-family: "Font1";
	text-align: center;
	font-size: 1.5em;
	padding: 7px;
	color: white;
	font-weight: bold;
}
.actext{
	font-family: "Font1";
	text-align: center;
	font-size: 12px;
	color: white;
	font-weight: normal;
}
.request{
	font-family: "Font8";
	font-size: 1.5em;
	text-align: center;
	color: white;
	width: 250px;
	text-transform: uppercase;
	background-color: rgba(46,78,111,0.7);
	float: right;
	border-radius: 50px;
	line-height: 120%;
	padding: 15px;
	position: relative;
  	margin-top: 100px;
}
.reqbold{
	font-weight: bold; 
}
.request span{
	font-family: "Font8";
	font-size: 1em;
	text-transform: none;
}
.request input{
	width: 90%;
	padding: 10px;
	border: 0px;
	border-radius: 5px;
	margin-top: 15px;
}
.blue{
	font-family: "Font8";
	text-align: center;
	font-size: 1.15em;
	color: #c6e9ff;
	text-transform: uppercase;
}
.button{
	background-color: rgba(255,215,1,0.9);
	border-radius: 50px;
    border: 0px;
	padding-top:7px;
    padding-left:10px;
    padding-right: 10px;
	padding-bottom:10px;
	color: #2A2A2A;
	font-family: 'Font3';
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	background-color: #FFD801; background-image: -webkit-gradient(linear, left top, left bottom, from(#FFD801), to(#febf04));
	background-image: -webkit-linear-gradient(top, #FFD801, #febf04);
	background-image: -moz-linear-gradient(top, #FFD801, #febf04);
	background-image: -ms-linear-gradient(top, #FFD801, #febf04);
	background-image: -o-linear-gradient(top, #FFD801, #febf04);
	background-image: linear-gradient(to bottom, #FFD801, #febf04);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#FFD801, endColorstr=#febf04);
}
.button:hover{
	background-color: #cdae00; background-image: -webkit-gradient(linear, left top, left bottom, from(#cdae00), to(#ce9a01));
	background-image: -webkit-linear-gradient(top, #cdae00, #ce9a01);
	background-image: -moz-linear-gradient(top, #cdae00, #ce9a01);
	background-image: -ms-linear-gradient(top, #cdae00, #ce9a01);
	background-image: -o-linear-gradient(top, #cdae00, #ce9a01);
	background-image: linear-gradient(to bottom, #cdae00, #ce9a01);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#cdae00, endColorstr=#ce9a01);
}
.button2{
	background-color: rgba(255,215,1,0.9);
	border-radius: 50px !important;
	border: 0px !important;
	padding-top:5px !important;
	padding-bottom:10px !important;
	color: #2A2A2A;
	font-family: 'Font3';
	font-size: 0.75em;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	width:220px !important;
	background-color: #FFD801; background-image: -webkit-gradient(linear, left top, left bottom, from(#FFD801), to(#febf04));
	background-image: -webkit-linear-gradient(top, #FFD801, #febf04);
	background-image: -moz-linear-gradient(top, #FFD801, #febf04);
	background-image: -ms-linear-gradient(top, #FFD801, #febf04);
	background-image: -o-linear-gradient(top, #FFD801, #febf04);
	background-image: linear-gradient(to bottom, #FFD801, #febf04);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#FFD801, endColorstr=#febf04);

}
.button2:hover{
	background-color: #cdae00; background-image: -webkit-gradient(linear, left top, left bottom, from(#cdae00), to(#ce9a01));
	background-image: -webkit-linear-gradient(top, #cdae00, #ce9a01);
	background-image: -moz-linear-gradient(top, #cdae00, #ce9a01);
	background-image: -ms-linear-gradient(top, #cdae00, #ce9a01);
	background-image: -o-linear-gradient(top, #cdae00, #ce9a01);
	background-image: linear-gradient(to bottom, #cdae00, #ce9a01);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#cdae00, endColorstr=#ce9a01);
}
.button3{
	background-color: rgba(255,215,1,0.9);
	border-radius: 50px;
    border: 0px;
	padding-top:7px;
    padding-left:10px;
    padding-right: 10px;
	padding-bottom:10px;
	color: #2A2A2A;
	font-family: 'Font3';
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	background-color: #FFD801; background-image: -webkit-gradient(linear, left top, left bottom, from(#FFD801), to(#febf04));
	background-image: -webkit-linear-gradient(top, #FFD801, #febf04);
	background-image: -moz-linear-gradient(top, #FFD801, #febf04);
	background-image: -ms-linear-gradient(top, #FFD801, #febf04);
	background-image: -o-linear-gradient(top, #FFD801, #febf04);
	background-image: linear-gradient(to bottom, #FFD801, #febf04);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#FFD801, endColorstr=#febf04);
}
.button3:hover{
	background-color: #cdae00; background-image: -webkit-gradient(linear, left top, left bottom, from(#cdae00), to(#ce9a01));
	background-image: -webkit-linear-gradient(top, #cdae00, #ce9a01);
	background-image: -moz-linear-gradient(top, #cdae00, #ce9a01);
	background-image: -ms-linear-gradient(top, #cdae00, #ce9a01);
	background-image: -o-linear-gradient(top, #cdae00, #ce9a01);
	background-image: linear-gradient(to bottom, #cdae00, #ce9a01);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#cdae00, endColorstr=#ce9a01);
}
.problems{
	position: relative;
	padding-top: 40px;
	padding-bottom: 40px;
	vertical-align: middle;
	background-repeat: repeat-y;
	background-position: center center;
}
.problems .title{
	font-family: "Font1";
	font-size: 2.25em;
	text-align: center;
	text-transform: uppercase;
	color: #535353;
	font-weight: bold;
}
.problems table{
	font-family: "Font7";
	text-align: center;
	font-size: 1em;
	color: #535353;
	text-transform: uppercase;
	padding-bottom:10px;
	width: 100%;
	table-layout: fixed;
}
.problems table td{
	position: relative;
	width: 33.3%;
	margin: 0;
	padding: 0;
	vertical-align: middle !important;
}
.problems table .text{
	font-family: 'Font2';
	text-align: center;
	text-transform: none;
	font-size: 0.9em;
}
.colseen{
	display: none; 
}
.money{
	width: 320px;
	height: 165px;
}
.gear{
	width: 320px;
	height: 165px;
}
.shield{
	height: 165px;
}
.time{
	width: 320px;
	height: 165px;
}
.focus{
	width: 320px;
	height: 165px;
}
.dev{
	width: 320px;
	height: 165px;
}
.we{
	position: relative;
	background-color: #fff;
	padding-top: 40px;
	padding-bottom: 40px;
}
.we .title{
	font-family: "Font1";
	font-size: 2.2em;
	text-align: center;
	text-transform: uppercase;
	color: #535353;
	font-weight: bold;
}
.we table{
	font-family: "Font7";
	font-size: 1em;
	text-align: center;
	color: #535353;
	text-transform: uppercase;
	vertical-align: top !important;
	padding-bottom:10px;
	width: 100%;
	table-layout: fixed;
}
.we table .text{
	font-family: "Font2";
	font-size: 0.9em;
	text-align: center;
	text-transform: none;
	vertical-align: top !important;
	padding-top: 5px;
}
.we table td{
	width: 33.3%;
}
.money2{
	width: 320px;
	height: 165px;
}
.gear2{
	width: 320px;
	height: 165px;
}
.shield2{
	height: 165px;
}
.ohorona24{
	width: 320px;
	height: 165px;
}
.ukrohorona{
	width: 320px;
	height: 165px;
}



.seo{
	max-width: 960px;
	margin:auto;
	width: 100%;
	background-color: white;
	position: relative;
	text-align: center;
	top:100%;
	padding-top: 20px;
	padding-bottom: 20px;
}
.we .seotitle{
    font-family: "Font1";
    font-size: 2.25em;
    text-transform: uppercase;
    color: #535353;
    font-weight: bold;
    position: relative;
    text-align: center;
    margin: auto;
    width: 80%;
}
.seotext{
	font-family: "Font2";
  	font-weight: normal;
  	text-transform: none;
  	padding: 0px;
  	padding-top: 5px;
	font-size: 0.9em;
  	text-align: justify;
  	color: #535353;
  	text-transform: none;
  	vertical-align: top !important;
  	margin: auto;
    width: 90%;
}
.diagram {
	position: relative;
	padding: 0;
	margin: 0;
	width: 100%;
	display: flex;
}
.comments{
	position: relative;
	color:#535353;
	padding-bottom: 40px;
	padding-top: 40px;
	background-repeat: repeat-y;
	background-position: center center;
}
.comments .title{
	font-family: "Font1";
	text-align: center;
	font-size: 2.25em;
	text-transform: uppercase;
	color: #535353;
	font-weight: bold;
}
.comments table {
	font-family: "Font1";
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
}
.comname {
	padding-top: 20px;
	padding-bottom: 3px;
}
.comtext{
	font-family: "Font2";
	font-size: 1em;
	font-weight: normal;
	text-transform: none;
	padding: 0px;
}
.comstate{
	font-family: "Font3";
}
.photo{
	width: 160px;
	height: 160px;
}
.contain {
  margin-left: 15px;
  border-left: 7px solid #535353;
  padding: 4px;
  position: relative;
}
.contain:after {
  content: '';
  display: block;
  position: absolute;
  top: 40%;
  left: -13px;
  width: 10px;
  height: 10px;
  background: #535353;
  border-left: 1px solid #535353;
  border-bottom: 1px solid #535353;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg)
}
.map {
	position: relative;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center;
}

.request2{
	font-family: "Font8";
	position: relative;
	text-align: center;
	font-size: 1.5em;
	color: white;
	margin: 0 auto;
	top: 70px;
	width: 250px;
	margin-bottom: 140px;
	text-transform: uppercase;
	background-color: rgba(0,0,0,0.7);
	border-radius: 50px;
	padding: 15px;
}
.request2 span{
	font-family: "Font8";
	font-size: 1em;
	text-transform: none;
}
.request2 input{
	width: 90%;
	padding: 10px;
	border: 0px;
	border-radius: 5px;
	margin-top: 15px;
}
.bottombar{
	background-color: rgba(0,0,0,0.42);
	color:white;
	height: 120px;
}
.bottombar table{
	float: right;
	font-family: 'Font3';
	font-size: 1.1em;
	text-align: center;
}
.bottombar table span{
	font-family: 'Font3';
	font-size: 1.1em;
	padding-left: 5px;
}
.bottombar .telephone{
	font-family: 'Font3';
	padding-left: 5px;
	font-size: 1.35em;
	font-weight: bold;
}
.upper{
	background-color: rgba(0,0,0,0.6);
	width: 100%;
	position: fixed;
	top: 0%;
	height: 100%;
	top: 0;
    left: 0;
	display: none;
}
.form{
	width: 300px;
	left:50%;
	margin-left: -200px;
	background-color: #e8e8e8;
	border-radius: 40px;
	border: solid 2px #b1c639;
	position: fixed;
	height: 270px;
	top:50%;
	margin-top: -150px;
	font-family: 'Font2';
	font-size: 1.5em;
	color: #4c4d4d;
	text-align: center;
	padding:15px;
	padding-left: 50px;
	padding-right: 50px;
	display: none;
}
.form input{
	width: 80%;
	padding: 10px;
	border: solid 1px #a0a0a0;
	border-radius: 5px;
	margin-top: 15px;
}
.form form{
	margin-top:15px;
}
.form input[type="submit"] {
   margin-top: 30px;
}
.form2{
	width: 300px;
	left:50%;
	margin-left: -200px;
	background-color: #e8e8e8;
	border-radius: 40px;
	border: solid 2px #b1c639;
	position: fixed;
	height: 270px;
	top:50%;
	margin-top: -150px;
	font-family: 'Font2';
	font-size: 1.5em;
	color: #4c4d4d;
	text-align: center;
	padding: 15px;
	padding-left: 50px;
	padding-right: 50px;
	display: none;
}
.form2 input{
	width: 80%;
	padding: 10px;
	border: solid 1px #a0a0a0;
	border-radius: 5px;
	margin-top: 15px;
}
.form2 form{
	margin-top:15px;
}
.form2 input[type="submit"] {
   margin-top: 30px;
}
.close{
	position: relative;
	height: 32px;
	width: 32px;
	right: -320px;
	top: -270px;
	cursor: pointer;
}
.thanks{
	width: 300px;
	left:50%;
	margin-left: -200px;
	background-color: #e8e8e8;
	border-radius: 40px;
	border: solid 2px #b1c639;
	position: fixed;
	height: 150px;
	top:50%;
	margin-top: -100px;
	font-family: 'Font2';
	font-size: 1.5em;
	color: #4c4d4d;
	text-align: center;
	padding: 25px 50px;
	display: none;
}
.textth{
	font-family: 'Font2';
	font-size: 0.75em;
	color: #605f5f;
	margin-top: 25px;
}