.partners__list-item__content {
    padding: 16px 0;
    filter: grayscale(1);
    transition: .13s ease-in-out;
}

.partners__list-item__content:hover {
    filter: grayscale(0);
}

.btn {
    cursor: pointer;
}

.partners__list-item{
    margin: 5px 0;
}

.partners__list-item__content.invert img{
    filter: invert(1);
}

/*.header{*/
/*    z-index: 2;*/
/*}*/

/*.heroBG{*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0;*/
/*    background: linear-gradient(90deg, #e4e3e4 50%, #ffffff);*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    z-index: -10;*/
/*}*/

/*.hero {*/
/*    background-size: contain;*/
/*    position: relative;*/
/*}*/

.sendForm:disabled{
    background: #fff637;
    cursor: not-allowed;
}

/*select[name="tasks_to_solve"] {*/
/*    background-color: #f1f1f1; !* Задайте желаемый цвет фона *!*/
/*    color: #000; !* Задайте цвет текста *!*/
/*}*/

select[name="tasks_to_solve"] option {
    background-color: #7c01c7fa;
}

.littleNotify {
    margin: -30px 0 20px 0;
    color: white;
}

.promocodeForm{
    display: none;
}

.promocodeForm.active{
    display: block;
}

.promocodeForm p{
    color: #fff;
}

.team__slider .slick-slide{
    height: auto;
}

.customBitrixBannerEffect {
    margin: -40px 0 50px 0;
}

.section__title {
    font-size: 33px;
    line-height: 1;
}

@media (max-width: 768px){
    .section__title {
        font-size: 25px;
    }
}

@media (max-width: 450px){
    .hero__title {
        width: 60%;
    }
}
.img-top--30 {
    object-position: 50% 10% !important;
}
.img-top--15 {
    object-position: 50% 5% !important;
}