.image-head{
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

.theme-element{
    font-size: 14px;
    color: #739d17;
    text-transform: uppercase;
    font-family: 'open_sansbold';
}

.big-title,
.title-about{
    font-size: 33px;
    font-family: 'open_sansextrabold';
}

.green-text{
    background-color: #8ec600;
    color: #ffffff;
    font-size: 30px;
    line-height: 36px;
    font-family: 'open_sansbold';
}

.sub-about{
    width: 100%;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.3);
}

.sub-about .nav-link{
    font-family: 'open_sanssemibold';
    color: #1e252f;
    padding: 1.5rem 1rem;
    text-decoration: none;
}
.sub-about .nav-link:hover,
.sub-about .nav-link.active{
    color: #ffffff;
    background-color: #8ec600;
}

.card-docs-grand {
    height: 100%;
    padding: 1rem;
    border-radius: 0;
    border: none;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.14);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.14);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.14);
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
.card-docs-grand:hover {
    height: 100%;
    padding: 1rem;
    border-radius: 0;
    border: none;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.24);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.24);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.24);
    -moz-transform: translateY(-5px); /* Для Firefox */
    -ms-transform: translateY(-5px); /* Для IE */
    -webkit-transform: translateY(-5px); /* Для Safari, Chrome, iOS */
    -o-transform: translateY(-5px); /* Для Opera */
    transform: translateY(-5px);
    background-color: #1e252f10;
}

.docs-grand-icon .fa{
    font-size: 28px;
}
.docs-grand-link{
    text-decoration: none;
    color: #1e252f;
}
.docs-grand-link:hover{
    color: #0ac1ce;
}

.docs-grand-title{
    margin-bottom: 0;
    font-size: 13px;
}

@media(max-width: 767px){
    span#select {    
        line-height: 53px;
        height: auto;
        background: transparent;
        border: none;
        border-radius: 5px;
        width: 95%;
        margin: 0 auto;
        margin-bottom: -5px;
        color: #1e252f;
        text-transform: uppercase;
        font-size: 18px;
        display: block;
        text-align: left;
    }
    .icon-wrap {
        position: absolute;
        right: 5%;
        top: 0px;
        font-size: 28px;
    }
    #submenu {
        position: relative;
        width: 100%;
        display: none;
        margin-top: 14px;
    }
    #submenu ul {
        padding: 0 10px;
    }
    #submenu ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        text-align: left;
    }
    #submenu ul li {
        display: block;
        border-bottom: 1px solid rgba(255, 255, 255, .3);
    }
    #submenu ul li {
        display: inline-block;
        padding: 0 10px;
        width: 95%;
    }
    #secondary-subnav #submenu li a {
        font-size: 14px !important;
        line-height: 3.5 !important;
        display: block;
        text-align: left;
    }
    #submenu ul li a {
        color: #fff;
        padding: 10px 0px;
        display: block;
        font-size: 16px;
        font-weight: 400;
    }
    .sel-box {
        position: relative;
    }
    .clicked-once .nav-item{
        width: 100%;
    }
    .clicked-once .nav-item .nav-link{
        padding: .5rem 1rem;
    }

}
@media(max-width: 991px){

    .image-head{
        height: 250px;
    }
}

@media(min-width: 768px){

}

@media(min-width: 992px){
    .image-head{
        height: 400px;
    }
    #submenu{
        display: block!important;
    }
    #select{
        display: none;
        opacity: 0;
        visibility: hidden;
    }
    
}    

@media(min-width: 1200px){

    .image-head{
        height: 400px;
    }
}