body{
    font-family: 'Oswald';
    background: #efefef;
}

.site-block{
    width: 100%;
    padding: 0;
    margin: 0;
}

.nav-link{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    color: #000 !important;
    font-family: 'Oswald'
}

.nav-link:hover {
    text-decoration: underline;
}

.btn{
    
}

h2,h3,h4,h5,h6,label {
    font-family: 'Oswald';
}

.oswald{
   font-family: 'Oswald';
   font-size: 16px;
   font-weight: bold;
}

.separator-left{
    background: url("../images/spliter-1.jpg") top left no-repeat;
    padding: 9px 0 0 0 !important;
}

.separator-right{
    background: url("../images/spliter-2.png") top right no-repeat;
    padding: 9px 0 0 0 !important;
}

.nopadding-left{
    padding-left:0;
}

.nopadding-right{
    padding-right:0;
}

.topmenu, .header-content{
    background-color: rgba(255,255,255, 0.8);
}

.topmenu{
    padding-top: 16px;
    background-image: url(../images/spliter-1.jpg);
    background-position: top left;
    background-repeat: no-repeat;
}

.header{
    position:relative;
    width: 100%;
    padding: 0;
    margin: 0;
}

.header h1{
    font-weight: bold;
}

.video-container {
    position: relative;
    width: 100%;
    height: 573px;
    overflow:hidden;
}

.video-container video {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  z-index: 0;
}

.grid-sizer, .grid-item { width: 20%; }
.grid-item--width2 { width: 40%; }

.dostizheniya{
    background: url("../images/bg.gif") top right repeat;
}

.header-content{
    z-index: 1000;
}

.dostizheniya .card{
    background: none;
}

.dostizheniya .card{
    display: block !important;
    color: #fff !important;
}

.dostizheniya img{
    max-height: 150px;
    width: 150px !important;
}

.text-block{
    padding: 25px;
}

.text-block button, .text-block a.btn{
    font-size: 36px;
    box-shadow: 7px 7px #000!important;
}

.header-content a.btn{
    box-shadow: 7px 7px #000!important;    
}

.text-block h2 {
    font-size: 48px;
}

.text-block p{
    font-size: 22px;
}

.small-text{
    font-size: 14px;
}

.contacts{
    font-size: 30px;
}

.dark-green{
    color: #0b6130;
}

.social{
    list-style: none;
    padding: 0;
    margin:0;
}

.social li{
    float: left;
    margin-right: 15px;
}

.social li img{
    width: 60px;
    height: 60px;
}

.map{
    margin-right: -10px !important;
}

.table-orange{
    background: #fed7ad !important;
}

.dark-red{
    color: #610202;
}

