/* ZAMKI */
@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i&subset=cyrillic');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i&subset=cyrillic');
/*@import url('https://fonts.googleapis.com/css?family=Fira+Sans+Condensed:300,400,500,600,700,800&subset=cyrillic');*/
/*@import url('https://fonts.googleapis.com/css?family=Ubuntu:400,500,700&subset=cyrillic');*/
/*@import url('https://fonts.googleapis.com/css?family=Comfortaa:400,500,600,700&subset=cyrillic');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:400,500,700,900');*/

html, body {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 300;
  background-color: #d6d6d6;
  color: #333333;  
  height: 100%; 
}

a {
   text-decoration: none;
   color: #0057AE;
}
a:hover {
   text-decoration: none;
   color: #0099FF;
}

h1 {
   font-size: 1.4rem;
   font-weight: 500;
   margin-bottom: 20px;
   margin-top: 0;      
}
h2 {
   font-size: 1.2rem;
   margin-top: 0;
   margin-bottom: 0;
   font-weight: 300;   
}
h3 {
   font-size: 1rem;
   margin-top: 5px;
   margin-bottom: 10px;
   margin-left: 0;
   font-weight: 400;   
}
h5 {
   font-size: 1.2rem;
   font-weight: 400;
   margin-top: 5px;
   margin-bottom: 5px;   
}
h6 {
   font-size: 1rem;
   font-weight: 400;
   margin-top: 0;
   margin-bottom: 0;   
}

/* header */
.header {
   color: #0099FF;
   font-weight: 500;
   font-size: 1rem;
   background-color: #0037ff; 
}
@media (min-width: 576px) {
   .header {
      background: url(../img/top.jpg) top no-repeat;
   }
}
.header a {
   text-decoration: none;
   color: #666666;
}
.header a:hover {
   text-decoration: none;
   color: #0057AE;
}
@media (max-width: 575.98px) {
   .header .logo {
      padding: 15px;
   }
}
@media (min-width: 576px) {
   .header .logo {
      height: 179px;
   }
}

/* content */
.main-fluid {
   background-color: #f5f5f5;
}
@media (max-width: 575.98px) {
   .main-fluid {
      padding: 0;
   }
} 
.main {
   background-color: #ffffff;
} 

.menu {
   height: 62px; 
   width: 188px;
}
.menu-item-left {
    background: url(../img/k1.png) top no-repeat;
}
.menu-item-left-active {
    background: url(../img/k1_2.png) top no-repeat;
}
.menu-item-right {
    background: url(../img/k2.png) top no-repeat;
}
.menu-item-right-active {
    background: url(../img/k2_2.png) top no-repeat;
}

.menu-sm {
    background-color: #dedede;
}
.menu-sm .item-left {
    border-right: 1px solid #999999;
    height: 62px;
}
.menu-sm .item-right { 
    border-left: 1px solid #999999;
    height: 62px;
}
@media (max-width: 575.98px) {
   .menu-sm .item-left, .menu-sm .item-right {
      border: none;
      height: 31px;
   } 
}

.content-block {
   margin-top: 50px; 
}
@media (max-width: 767.98px) {
   .content-block {
      margin-top: 10px;
   }
}
@media (min-width: 576px) {
   .content-block {
      min-height: 500px;
   }
}
@media (min-width: 768px) {
   .content-block {
      min-height: 550px;
   }
}
@media (min-width: 992px) {
   .content-block {
      min-height: 600px;
   }
}
.content-block .left-block {
   padding-left: 50px; 
   margin-bottom: 50px;
}
@media (max-width: 767.98px) {
   .content-block .left-block {
      padding-left: 15px; 
      margin-bottom: 10px;
   }
}
.content-block .right-block {
   padding-right: 50px;
}
.content-block .one-block {
   padding-left: 50px; 
   padding-right: 50px; 
   margin-bottom: 50px;
}
@media (max-width: 575.98px) {
   .content-block .one-block {
      padding-left: 20px; 
      padding-right: 10px; 
      margin-bottom: 20px;
   }   
}
.content-block .one-block .link {
   margin-left: 10px;
}

/* footer */
.footer {
   background-color: #0037ff;
}
@media (min-width: 576px) {
   .footer {
      background: url(../img/but.jpg) top no-repeat;
   }
}
.footer .contacts {
   height: 123px; 
   padding-right: 50px;
   color: #FFFFFF;
   font-family: 'Roboto Condensed', sans-serif;
   font-size: 1.1rem;
   line-height: 1.4;
}
@media (max-width: 575.98px) {
   .footer .contacts {
      height: 80px;
   }   
}