﻿* {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 600 !important;
}
body{
  background: url(../img/main_bg.jpg) repeat;
}
a {
  text-decoration: none;
}
ul {
  list-style: none;
  margin: 0;
}
.menu-btn{
  position: fixed;
  top: 0;
  z-index: 101;
  display: none;
  left: -6px;
}
.clearfix:after {
  content: '';
  clear: both;
  display: table;
}
.container {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
}
/*СТИЛІ ГОЛОВНОЇ СТОРІНКИ*/
.top{
  position: relative;
  margin-bottom: 0 !important;
}
.top .slide_bg{
  width: 100%;
  height: 650px;
  position: relative;
  background: #000;
}
.abs_con{
  position: absolute;
  top: 50%;
  width: 100%;
}
.top .slide_bg h1{
  display: block;
  text-align: center;
  background: rgba(255,255,255,0.6);
  text-transform: uppercase;
}
.top .slide_bg h1 p{
  font-size: 38px;
}
.lang{
  position: relative;
}
.lang_switch{
  position: absolute;
  top: -10px;
  right: 0; 
}
.lang_switch a{
  margin-left: 5px;
}
.lang_switch a img{
  width: 24px;
}
header {
  padding-top: 10px;
  background: #303030;
  font-size: 0;
  top: 0;
  width: 100%;
  max-width: 1170px;
  z-index: 100;
  
}

.main_page header{
  position: absolute;
}
header h2{
    font-size: 24px;
}
.logo, .phones, .adress {
  display: inline-block;
  vertical-align: middle;
}
.logo {
  width: 25%;
}
.logo a {
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
}
.logo a h2, .logo a h3 {
  color: #fff;
  font-weight: 600;
  line-height: 28px;
  text-transform: uppercase;
}
.logo a h3 {
  font-size: 12px;
}
.logo a img {
  margin-bottom: 5px;
}
.phones {
  background: url(../img/phones_bg.png) no-repeat 10px center;
  padding-left: 100px;
  width: 37%;
}
.phones p, .phones h2 {
  color: #fff;
  line-height: 28px;
}
.phones p , .adress p, .adress ul li {
  font-size: 11px;
  margin-bottom: 0;
  line-height: 28px;
  color: #fff;
}
.adress {
  background: url(../img/adress_bg.png) no-repeat left center;
  padding-left: 90px;
  width: 38%;
}
.adress ul{
  list-style-image: url(../img/lsi.png);
  list-style-position: inside;
}

.navi{
  width: 100%;
  background: #1d1d1d;
  font-size: 0;
 
  text-align: center;
  margin-top: 5px;
}
.navi li{
  display: inline-block;
  border-bottom: 3px solid #027EE2;
  vertical-align: middle;
}
.navi li ul.sub_menu{
  position: absolute;
  background:#1d1d1d ;
  width: 200%;
  top: 100%;
  left: 0;
  display: none;
  z-index: 10;
  border: 3px solid #027EE2;
  border-top: transparent;
  margin-left: 0;
}
.navi li ul.sub_menu li{
  display: block;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid rgba(204,204,204, 0.3);
}
.navi li ul.sub_menu li a{
  font-size: 12px;
}
.navi li ul.sub_menu li:last-child{
  border-bottom: transparent;
}
.navi li:hover ul.sub_menu{
  display: block;
}
.navi li.has_sub{
  position: relative;
}
.drop{
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -3px;
  cursor: pointer;
  width: 10px;
  height: 6px;
  background: url(../img/drop_ico.png);
}
.navi li a{
  font-size:22px;
  padding: 10px 19px;
  display: block;
  font-size: 21px;
  line-height: 28px;
  text-transform: uppercase;
  color: #fff;
}
.navi li a:hover{
  color: #027EE2;
}
.navi li a img{
  height: 20px;
  margin-right: 10px;
  position: relative;
  top: -1px;
}
.navi li:first-child a img{
  margin-right: 0;
}
.navi>li:nth-child(1) > a{
  font-size: 0;
}
.navi li a.active{
  background: #027EE2;
}
.navi li a.active:hover{
  color: #fff;
}
.pushy ul li.has_sub{
  position: relative;
}
.pushy ul li a{
  font-size: 14px;
  text-align: left;
  padding: 5px;
}
.pushy ul li a img{
  margin-right: 10px;
}
.pushy .drop{
  display: none;
}
.pushy ul li ul.sub_menu{
  display: block;
}
.pushy ul>li:nth-child(1)>a{
  font-size: 0;
}
.pushy ul.sub_menu >li:nth-child(1)>a{
  font-size: 14px;
}
.main_section{

}

.main_section .container{
  background: #fff;
  padding: 20px 0;
  font-size: 0;
}
.left_menu , .menu_content{
  display: inline-block;
  vertical-align: top;
}
.left_menu{
  width: 25%;
  max-width: 300px;
}
.menu_content{
  width: 75%;
  max-width: 870px;
}
.left_menu ul li{
  position: relative;
  left: -4px;
}
.left_menu ul li a{
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  color: #fff;
  background:#027EE2;
  padding: 8px 9px 8px 15px;
  display: block;
  margin-bottom: 16px;
}
.left_menu ul li a:hover{
  text-decoration: underline;
  opacity: 0.8;
}
.left_menu img{
  display: block;
  margin: 10px auto;
  width: 100%;
}

.title{
  font-size: 18px;
  line-height: 30px;
  width: 230px;
  display: block;
  text-align: center;
  margin: 0 auto;
  text-transform: uppercase;
  color: #000;
}

.menu_content{
  font-size: 0;
  text-align: center;
}
.menu_content ul li{
  width: 33%;
  display: inline-block;
  text-align: center;
  vertical-align: bottom;
  padding: 15px 0 0;
}
.menu_content ul li img{
  margin: 10px 0;
}
.menu_content ul li .title{
  min-height: 62px;
  font-size: 15px;
}
.menu_content ul li:nth-child(3n+3){
  border-right: transparent;
}
.menu_content .content{
  font-size: 14px;
  padding: 15px;
}
.page_text{
  text-align: left;
  font-size: 14px;
  line-height: 30px;
  padding: 10px 15px;
  margin-top: 20px;
}
h1.title{
  font-size: 28px;
  padding: 5px 10px;
  width: 90%;
  margin: 0 auto 15px;
}


footer{
  background: #000000;
  padding: 5px 0;
  font-size: 0;
}

.footer_logo , .footer_navi{
  display: inline-block;
  vertical-align: middle;
}
.footer_logo{
  width: 20%;
}
.footer_navi{
  width: 80%;
  padding-left:100px;
}
.footer_logo a h2 , .footer_logo a h3{
  line-height: 15px;
}
.footer_logo a h2{
  font-size: 17px;
}
.footer_logo a h3{
  font-size: 8px;
}
.footer_adress{
  font-size: 0;
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid #027EE2;
}
.footer_adress .phones{
  width: 50%;
  display: inline-block;
  padding: 5px 0 5px 50px;
  background: url(../img/fp.png) no-repeat left center;
}
.footer_adress .phones h2{
  font-size: 18px;
  line-height: 28px;
  display: inline-block;
}
.footer_adress .adress{
  background: url(../img/add.png) no-repeat left center;
  padding: 5px 0 5px 60px;
  width: 50%;
}
.footer_adress .adress ul{
  list-style-image: url(../img/addls.png);
}
.footer_adress .adress ul li{
  font-size:11px;
  line-height: 20px;
}
.footer_menu{
  font-size: 0;
  text-align: center;
}
.footer_menu ul li{
  display: inline-block; 
}
.footer_menu ul li a{
  font-size: 20px;
  line-height: 28px;
  text-transform: uppercase;
  color: #fff;
  padding: 15px 10px;
  display: block;
}
.tgl{
  display: none;
  width: 100%;
  text-align: center;
  padding: 5px 0;
  cursor: pointer;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: underline;
}

.menu_content .content a.title , .menu_content .content .page_text{
  display: none;
}
h2{
  font-size: 1.7rem;
}
.firtst-table td {
    padding: 0;
    border: 1px solid #cccccc;
}
.firtst-table th {
    background-color: #f0f0f0;
    border-color: #cccccc;
}
.firtst-table td p {
    font-size: 13px;
    margin: 0;
    padding: 14px 10px;
}
.firtst-table input {
    border: medium none;
    box-shadow: none;
    margin: 0;
}
.firtst-table select {
    border: 0 none;
    margin: 0;
}
.firtst-table select:focus {
    background: transparent;
}
.table_form input[type="submit"] {
    background-color: #000000;
    border: 1px solid #cccccc;
    color: #ffffff;
    display: block;
    padding: 10px 35px;
    text-transform: uppercase;
}
.table_form input[type="submit"]:hover {
    background-color: rgba(0, 0, 0, 0.22);
    color: #000000;
}