:root {
    --color-primary: #2b92d1;
    --color-secondary: #153e7a;
    --color-gallery-hover: rgba(21, 62, 122, 0.7);
    --color-default: #333;
}
.footer-bar{
    background-color: var(--color-primary);
}
.logo{
    width: 430px;
}
.header-mid-inner{
    justify-content: space-between;
}
.header-mid-inner:after{
    content: '';
    width: calc(var(--space-60) + var(--space-25) + 252px);
}

.header-bg-wrapper:after{
    opacity: 0.7;
}

@media screen and (max-width: 1139px){
    #content{
        padding-top: 98px!important;
    }
    .aside-wrapper{
        top: 98px!important;
    }
    .aside-shadow{
        top: 98px!important;
    }
}
@media screen and (max-width: 1280px) {
    .main-about-floating2 {
        right: -90px!important;
    }
}
.form .alert-block .error{
    color: #ff5e5b!important;
}

.has-error .form-control-feedback{
    color: #ff5e5b;
}

.main-about-floating2{
    right: 128px;
}
.main-about-floating1{
    left: -180px;
}

.main-about:before{
    content: url("../images/about_floating_shanties.webp");
    bottom: -97px;
    left: 29%;
}

@media screen and (max-width: 1440px) {
    .main-about:before{
        left: 26%!important;
    }
}

@media screen and (max-width: 1280px) {
    .main-about:before{
        bottom: -125px!important;
        left: 23%!important;
    }
}