@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');

:root {
    font-family: 'Jura', sans-serif;
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Jura', sans-serif;
}

h1 {
    font-size:2.5em;
}

body {
    background: url("images/bg.png") repeat-x;
    font-family: 'Jura', sans-serif;
}

.header {
    background-color: #f4f4f4;
}

.top_line {
    background-color: #fff;
    color: #979797;
    padding:10px 0;
    margin-bottom:20px;
}

.top_line i {
    color: #c6c6c6;
}

.decript > h4 {
    color: #030201;
    padding-top: 15px;
    text-transform: uppercase;
    font-family: 'Jura', sans-serif;
}

.decript > p {
    color: #2a2a2a;
}

.top_menu {
    background: #2b2b2b;
    background: -moz-linear-gradient(top, #181818 0%, #303030 100%);
    background: -webkit-linear-gradient(top, #181818 0%,#303030 100%);
    background: linear-gradient(to bottom, #181818 0%,#303030 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b2b2b', endColorstr='#303030',GradientType=0 );
    margin-top:10px;
}

.menu li {
    float: left;
}

.menu li a {
    padding: 15px 30px;
    display: block;
    color: #e4e4e4;
    line-height: 25px;
    text-transform: uppercase;
    transition: all .35s;
    border-top: 3px solid #181818;
}

.menu li a:hover {
    background-color: #f4f4f4;
    color: #2b2b2b;
    border-top: 3px solid #dd9230;
}

.menu_phone {
    color: #fff;
    padding-top:10px;
    font-size:1.2em;
}

.top-bar {
    padding:0;
    background: transparent;
}

.top-bar ul {
    background: transparent;
}

.slider {
    height: 500px;
    margin-top:0;
    margin-bottom:0;
    z-index:-1;
}

.orbit-container {
    height: 600px;
    transform: translateY(-60px);
}

.orbit-container > li {
    -webkit-background-size: cover !important;
    background-size: cover !important;
    height: 600px;
}

.headhesive {
    position: fixed;
    width: 100%;
    z-index:-5;
    opacity: 0;
    transition: all .35s;
}

.headhesive--stick {
    z-index:10;
    opacity: 1;
}

.headhesive .top_menu {
    margin-top:0;
    -webkit-box-shadow: 0 0 20px #000;
    -moz-box-shadow: 0 0 20px #000;
    box-shadow: 0 0 20px #000;
}

.headhesive .top_line, .headhesive .logo_row {
    display: none;
}

.headhesive--stick .top_line, .headhesive--stick .logo_row, .menu .li_v {
    display: none;
}

.headhesive--stick .li_v {
    display: block;
}

.li_v img {
    margin-top:10px;
    margin-right:10px;
    height:40px;
}

.headhesive--stick .li_v a {
    background-color: #fff;
    color: #000;
    border-top:3px solid #fff;
}

.headhesive--unstick {
    transform: transformY(-100%);
}

.spiner {
    padding-top:20px;
    text-transform: uppercase;
    background-color: #f3f3f3;
}

.spiner span {
    color: #dd9230;
    font-size: 4em;
    font-weight:bold;
}

.spiner span > i {
    font-size: .6em;
}

.spiner p {
    font-size: 2em;
}

.spiner h3 {
    font-family: 'Jura', sans-serif;
    font-weight:bold;
}

.spiner_text {
    padding-top: 20px;
}

.spiner_text p {
    font-size:1.2em;
    text-align: justify;
    text-transform: none;
}

.uslug {
    background: url("images/section_bg_uslug.jpg") no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 30px 0;
}

.uslug h5 {
    color: #dd9230;
}

.uslug p {
    color: #fff;
}

.warning {
    border-radius: 5px;
}

.button.warning {
    color: #3a3a3a;
    font-weight:bold;
}

.list_uslug {
    background-color: rgba(0,0,0,.7);
    padding-top:10px;
    border-radius: 5px;
}

.content {
    margin: 30px auto;
    background-color: #fff;
    padding-top:30px;
}

.content h1 {
    font-size:1.9em;
}

.content p, .content ul {
    font-family: 'Roboto Regular', sans-serif;
}

.content img {
    width:100%;
    margin-bottom:20px;
}

.side_bar_menu li {
    list-style: none;
    width: 100%;
}

.side_bar_menu li a {
    color: #000;
    display: block;
    padding:10px;
    border-left: 3px solid transparent;
    transition: all .35s;
}

.side_bar_menu li a:hover {
    background-color: #f4f4f4;
    border-left: 3px solid #dd9230;
}

.partners img {
    padding:10px;
}

footer {
    background-color: #2b2b2b;
    color: #fefefe;
    padding: 30px 0;
}

.footer_menu li {
    list-style: none;
}

.footer_menu li a{
    width: 100%;
    padding: 5px 15px;
    display: block;
    border-radius: 5px;
    transition: all .35s;
}

.footer_menu li a:hover {
    background-color: #686868;
    color: #fff;
}

.blog {
    background-color: #f2f2f2;
    padding:30px 0;
}

.blog__items {
    padding: 10px;
    text-align: center;
    border: 1px solid transparent;
    transition: all .35s;
    height:270px;
    margin-bottom:20px;
}

.blog__items:hover {
    background-color: #d5d5d5;
    border-radius: 10px;
    border: 1px solid #aeaeae;
}

.blog__items img {
    object-fit: cover;
    height: 200px;
    border-radius: 5px;
}

@media screen and (max-width: 39.9375em) {
    .menu li {
        width: 100%;
        text-align: center;
    }

    .logo {
        text-align: center;
    }

    .decript h4, .decript p {
        text-align: center;
    }

    .headhesive {
        display: none;
    }

    .headhesive .li_v {
        display: block;
    }

    .footer_menu {
        margin: 0;
        padding: 0;
    }

    .footer_menu li a {
        text-align: center;
    }

    .slider {
        display: none;
    }
}