.link-gray-1{
    text-decoration: none;
    color: #000;
}
.link-gray-1:hover{
    color: #000;
}
.logo {
    width: 26%;
}
.logo img {
    display: inline-block;
    max-width: 100%;
}
nav.top {
    width: 72%;
}
nav.top.with-filial {
    width: 53.5%;
}
nav.top .top-bottom a {
    border-top: none;
    text-transform: none;
    text-decoration: underline;
    margin-top: 0;
    padding-top: 0;
}
nav.bottom .col {
    width: 33%;
}
.footer-bottom__copy {
    float: right;
    padding-right: 20px;
    font-size: 16px;
    text-align: right;
}
.footer-bottom__copy p {
    margin: 5px 0;
}
@media (max-width: 1024px) and (min-width: 992px){
    .logo {
        width: 26%;
    }
    nav.top {
        width: 74%;
    }
    .top-bottom {
        text-align: right;
    }
    .top-bottom li {
        display: inline-block;
        margin-left: 20px;
    }
}
@media (max-width: 991px) {
    nav.top .overflow {
        top: 110px;
    }
    .logo {
        float: none;
        width: auto;
        padding-bottom: 12px;
    }
    .top-bottom {
        position: absolute;
        top: 370px;
        left: 10px;
    }
    nav.bottom .col {
        width: 100%;
    }
}
@media (max-width: 768px) {
    .logo img {
        display: inline-block;
        max-width: 50%;
    }
}
@media (max-width: 425px) {
    .mainBannerForm .item {
        min-height: 560px;
    }
    .mainBannerForm .title {
        font-size: 24px !important;
        text-align: left;
    }
    .txt {
        text-align: left;
    }
}
.g-recaptcha{
    margin-bottom: 10px;
}
.aside-site-top-panel {
    display: block;
    background: linear-gradient(90deg, rgba(11,164,51,1.0), rgba(11,98,164,1.0));
    position: fixed;
    z-index: 900;
    border-top: medium solid rgba(0,0,0,0.2);
    top: 0;
    margin: 0;
    padding: 1% 5% 1% 5%;
    width: 100%;
}
.aside-site-top-panel p {
    font-size: 140%;
    font-weight: 700;
    color: rgba(255,255,255,1.0);
    position: relative;
    margin: 0 auto 0 auto;
    text-align: center;
}
.aside-site-top-panel p a {
    color: rgba(255,255,255,1.0);
    text-transform: uppercase;
    text-decoration: none;
}
.aside-site-top-panel + #layer 
{
    margin-top: 110px;
}
.filial {
    color: #fff;
    font-weight: bold;
    background: linear-gradient(90deg, rgba(11,164,51,1.0), rgba(11,136,98,1.0));
    width: 180px;
    float: left;
    margin-left: 15px;
    padding: 16px 10px 16px 10px;
    font-size: 24px;
    text-align: center;
    height: 90px;
}
.filial.small {
    padding: 11px 10px 11px 10px;
    font-size: 18px;
}
@media (max-width: 1024px) {
    .filial {
        width: 100%;
        float: none;
        margin-left: 0px;
    }
    .logo {
        width: 100%;
        text-align: center;
    }
}