.about-block .image-block .image {
    background-image: url(../images/paleta.jpg?v=1);
}

.side-panel .list li.active a {
    background-color: rgba(0,0,0,.77);
    color: #f2f2f2;
}

.detail-slider-title {
    padding: 0 0px;
}

.alert-custom {
    text-align: center;
}



.alert-custom p {
    float: left;
    background: #ffffff;
    color: white;
    text-transform: uppercase;
    line-height: 75px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    border: none;
    letter-spacing: 0.4px;
    width: 100%;
    text-align: center;
    color: black;
    font-family: lato-bold,sans-serif;
    font-size: 16px;
    background-color: #fff;
    color: #000;
    box-shadow: 0 0 3px rgba(0,0,0,.3);
}

.alert-custom.errors {
    margin-bottom: 15px;
}


.alert-custom.errors ul {
    padding: 0;
    margin-top: 0;
    margin-bottom: 20px;
}

.alert-custom.errors li {
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: left;
    background-color: rgb(59, 59, 59);
    color: white;
    padding: 10px;
    padding-left: 40px;
}
.alert-custom.errors li:before {
    top: 11px;
    left: 10px;
}

.slick-arrows-custom {
    display: block;
    width: 65px;
    height: 65px;
    top: 50%;
    cursor: pointer;
    background-color: #fff;
    z-index: 9;
    position: absolute;
    top: 0;
    margin-top: 20px;
}

.slick-arrows-custom.slick-next {
    right: 0px;
}

.slick-arrows-custom.slick-prev {
    left: 0px;
}

.slick-arrows-custom .fa {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 16px;
    text-align: center;
    line-height: 65px;
    font-weight: 300;
    color: #000;
    border: 1px solid rgb(184, 185, 189);
}

.detail-slider-title {
    position: relative;
}

.overlay-malba-detail {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.76);
    top: 0;
    left: 0;
    width: 100%;
    min-height: 970px;
    z-index: 19;
     display: none;
}

.detail-slider-section {
    position: relative;
    min-height: 970px;
}

.overlay-malba-detail .loading-post {
    position: absolute;
    top: 35%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100px;
}

.btn-primary-fill.bg-white.active {
    background-color: #000;
    color: #fff;
}

.js-pozvanka-form-content, .js-kontakt-form-content {
    margin-top: 15px;
    margin-bottom: 15px;
}

.detail-slider-section .structure-wrapper {
    margin-top: 30px;
}

.detail-slider .image-block img {
    max-height: 1000px;
    width: auto;
    margin: 0 auto;
}

.side-panel .list li.bordered a {
    border: 1px solid #686868;
}

.languages-block{
    margin-bottom: 15px;
}
.languages-block ul{
    display: flex;
    justify-content: center;
    align-items: center;
}
.languages-block ul li a{
    display: block;
    padding: 10px;
    border-left: 1px solid #686868;
    color: #686868;
}
.languages-block ul li a.active{
    font-weight: 700;
}
.languages-block ul li a:hover{
    background: rgba(0,0,0,.77);
    color: #ffffff;
}
.languages-block ul li:first-of-type a{
    border-left: none;
}

.wsw .blockquote {
    margin-top: 0px;
}

@media (max-width: 992px)
{
    .detail-slider-title .item {
        padding: 37px 15px;
    }
}

@media (max-width: 360px)
{
    .detail-slider-title .item {
        padding: 37px 5px;
    }
}