@font-face {
    font-family: contacto-fonts-reg;
    src: url(../fonts/reg.woff);
}

@font-face {
    font-family: contacto-fonts-bold;
    src: url(../fonts/bold.woff);
}

body {
    font-family: contacto-fonts-reg;
    ;
}



a.active.focus,
a.active:focus,
a.focus,
a:active.focus,
a:active:focus,
a:focus,
button.active.focus,
button.active:focus,
button.focus,
button:active.focus,
button:active:focus,
button:focus,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
outline: 0!important;
outline-color: transparent!important;
outline-width: 0!important;
outline-style: none!important;
box-shadow: 0 0 0 0 rgba(0,123,255,0)!important;
}


a {
    color: #6c757d !important;
}

a:hover {
    color: #0F8C05 !important;
}

/* МЕНЮ */
.soc {
    text-align: -webkit-center;
    width: 35px;
}

.soc>a>img {
    width: 100%;
    filter: grayscale(100%);
    opacity: 0.5;
}

.soc>a>img:hover {
    filter: grayscale(0%);
    opacity: 1;
    cursor: pointer;
}

/* СЛАЙДЕР ГЛАВНЫЙ */

.slider {
    text-align: -webkit-center;
}

.slider>img {
    width: 100%;
}

.slider__button {
    width: 20px;
}

.slick-prev:before {
    font-size: 40px;
    color: #0F8C05;
    left: -50px;
    top: -13px;
    position: absolute;
}

.slick-next:before {
    font-size: 40px;
    color: #0F8C05;
    right: -50px;
    top: -13px;
    position: absolute;
}


.title__block {
    font-family: contacto-fonts-bold;
    color: #0F8C05;
}

.title__bold {
    font-family: contacto-fonts-bold;
}

.exp {
    cursor: pointer;
    filter: grayscale(100%);
    opacity: 0.5;

}

.exp:hover {
    filter: grayscale(0%);
    opacity: 1;
}

.exp__icon {
    width: 60px;
    height: 60px;
    text-align: -webkit-center;
}

.exp__icon>img {
    width: 100%;
}

.exp_title {
    margin: 0px;
    font-size: 1.25rem;
}

/* .close {
    color: #ffffff;
}

.close:hover {
    color: #ffffff;
} */

.exp__close {
    color: #ffffff;
}


.exp__modal__title {
    white-space: nowrap;
    border-bottom: 5px solid #0F8C05;
}

.exp__modal__image {
    text-align: -webkit-center;
    width: 20%;
    height: 100px;
}

/* .exp__modal__image>img {
    width: 100%;
} */

.team {
    background: linear-gradient(to top, #51C330, #169109);
}

#team>.slick-prev:before {
    font-size: 40px;
    color: #fff;
    left: -50px;
    top: -13px;
    position: absolute;
}

#team>.slick-next:before {
    font-size: 40px;
    color: #fff;
    right: -50px;
    top: -13px;
    position: absolute;
}

#exp_modal_slider>.slick-prev:before {
    font-size: 40px;
    left: -50px;
    top: -13px;
    position: absolute;
}

#exp_modal_slider>.slick-next:before {
    font-size: 40px;
    right: -50px;
    top: -13px;
    position: absolute;
}

#slick-slide-control10::before,
#slick-slide-control11::before,
#slick-slide-control12::before {
    font-size: 10px;
    color: white;
}

.slider__block__image {
    display: flex;
    align-items: center;
}

.slider__block__image>img {
    width: 165px;
    height: 80px;
    filter: grayscale(100%);
    cursor: pointer;
}

.client__slider__image:hover {
    filter: grayscale(0%);

}

.cases__slider {
    text-align: -webkit-center;
    position: relative;
}

.cases__slider>img{
    width: 100%;
}

.cases__slider>div {
    position: absolute;
    top: 0;
    width: 100%;
    height: 170px;
    -webkit-text-fill-color: transparent;
}

.cases__slider>div:hover {
    cursor: pointer;
    -webkit-text-fill-color: #fff;
}

.modal__cases__title {
    font-size: 3.5rem;
}

.feedback {
    background-color: #000000;
}

.contact__image {
    text-align: -webkit-center;
}

.contact__image>img {
    width: 100%;
}

.contact__main__image {
    text-align: -webkit-center;
}

.contact__main__image>img {
    width: 100%;
}

.feedback__slider {
    text-align: -webkit-center;

}

.feedback__slider>img {
    width: 75%;
    border-radius: 5px;
}

.slick-center>div>.feedback__slider>img {
    /* transition: 0.5s linear; */
    width: 100%;

}

.slick-track {
    display: flex !important;
    align-items: flex-end;
} 

#modal_cases_slider>.slick-list>.slick-track {
    align-items: center !important;
}

.slick-slide>div {
    display: flex !important;
    align-items: flex-end !important;
}

.exp__modal__tags {
    font-family: contacto-fonts-bold; 
    font-size: 1rem;
}


/* .cases__modal-content {
    background-image: url({{backgroundcases[0].image.url});
} */

/* .cases__modal-content {
    background-image: url(/media/cases_image/background.png);
} */


.background_black {
    filter: brightness(25%);
    transition: filter 0.3s ease;
}

.modal__cases__image:hover {
    cursor: pointer;
    filter: brightness(1px);
}

.but_up {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 20px;
    right: 20px;
}

.but_up:hover {
  transition: all .2s;
  width: 55px;
  height: 55px;
}

.modal_cases_bg {
    background-color: rgba(0, 0, 0, 0.9);
}

.modal_cases {
    overflow-x: hidden;
    overflow-y: auto;
}

#next {
    width: 150px;
}

#prev {
    width: 150px;
}

#prev_none {
    background: red;
    opacity: 0.5;
}

@media (max-width: 1200px) {
    .exp__modal__tags {
        font-size: .8rem;
    }
}

@media (max-width: 768px) {
    .exp_title {
        font-size: 1rem;
    }
    .exp__modal__tags {
        font-size: .6rem;
    }
    #modal_cases_slider>.slick-list>.slick-track {
    align-items: end !important;
    }
    .modal__cases__title {
        font-size: 2rem;
    }
}

@media (max-width: 576px) {
    .exp_title {
        font-size: .8rem;
    }
    .exp__modal__tags {
        font-size: .5rem;
    }
    
    .slider__block__image>img {
        width: 82px;
        height: 40px;
    }
    .modal__cases__title {
        font-size: 1rem;
    }
}

