

/* Start:/local/templates/main_pravt/components/bitrix/news.list/opt_partners/style.css?17726323714568*/
.p-search{
    margin-bottom: 30px;
    position: relative;
    z-index: 5;
}
.p-search__row{
    display: grid;
    grid-template-columns: 320px auto;
    gap: 20px;
}
.p-search__cell{
    height: 50px;
    border-radius: 50px;
    border: 1px solid #d5d5d6;
    display: flex;
    align-items: center;
}
.p-search__cell input.p-search-input{
    flex-grow: 1;
    width: auto;
    height: 100%;
    padding: 0 1.5vw;
    border: none;
    border-radius: 50px;
    font-size: 0.9rem;
    outline: none;
}
.p-search__cell .p-search-submit{
    width: 50px;
    height: 100%;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
}
.p-search__cell .p-search-submit svg{
    stroke: #C83642;
    stroke-width: 2;
}
.p-dropdown{
    position: relative;
    width: 100%;
    height: 100%;
}
.p-dropdown__current{
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #131313;
    padding: 0 1.5vw;
    cursor: pointer;
    height: 100%;
}
.p-dropdown__current::after{
    display: block;
    width: 10px;
    height: 10px;
    border-left: 1px solid #C83642;
    border-bottom: 1px solid #C83642;
    content: '';
    transform: rotate(-45deg);
}
.p-dropdown__box{
    position: absolute;
    width: 100%;
    left: 0;
    top: calc(100% + 20px);
    padding: 15px 0;
    border: 1px solid #d5d5d6;
    border-radius: 10px;
    background: #fff;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: all 0.25s ease-out;
}
.p-dropdown__box.active{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.p-dropdown__Item{
    padding: 10px 15px;
    cursor: pointer;
}
.p-dropdown__Item:hover{
    background: #ebeaea;
}
.p-row{
    display: grid;
    grid-template-columns: 300px 2fr .75fr 180px;
    gap: 20px;
    align-items: center;
    min-height: 90px;
    padding: 0 15px;
    border-radius: 10px;
    position: relative;
    margin-bottom: 15px;
}
.p-row:not(.caption-row)::before{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border: 1px solid #d5d5d6;
    border-radius: 10px;
    content: '';
    transition: transform 0.25s ease-out;
    z-index: 0;
}

.p-cell{
    padding: 15px 15px;
    font-size: 1.2rem;
    font-weight: 300;
    z-index: 2;
}
.p-cell img{
    max-width: 150px;
}
.p-row.caption-row{
    background: #C83642;
    color: #ffffff;
    margin-bottom: 25px;
}
.p-row.caption-row .p-cell{
    padding: 25px 15px ;
}
.p-cell__btn{
    color: #ffffff;
    background: #5f5f5f;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    height: 52px;
    padding: 0 2vw;
    font-size: 20px;
    border-radius: 10px;
    white-space: nowrap;
    font-weight: 400;
}
@media screen and (max-width: 1400px){
	.p-cell__btn {font-size: 16px;}
	.p-row {
		grid-template-columns: 300px 2fr 1fr 180px;
	}
}

@media screen and (min-width: 756px){
    .p-row:not(.caption-row):hover::before{
        transform: scaleX(1.025) scaleY(1.15);
    }
}


@media screen and (max-width: 1100px) {
    .p-row{
        grid-template-columns: 160px 4fr 3fr 150px;
    }
}
@media screen and (max-width: 756px) {
    .p-search__cell{
        height: 45px;
    }
    .p-search__cell .p-search-submit{
        width: 30px;
        margin-right: 10px;
    }
    .p-search__cell .p-search-submit svg{
        width: 15px;
        height: 15px;
    }
    .p-search__row {
        grid-template-columns: 135px auto;
        gap: 10px;
    }
    .p-row.caption-row{
        display: none;
    }
    .p-row{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0;
        padding: 10px 0;
    }
    .p-cell {
        padding: 10px 15px;
    }
    .p-cell__btn {
        height: 45px;
        min-width: 162px;
        padding: 0 30px;
        font-size: 16px;
    }
    .p-dropdown__box {
        top: calc(100% + 5px);
        padding: 5px 0;
    }
    .p-dropdown__current, .p-search__cell input.p-search-input  {
        padding: 0 15px;
    }
    .p-dropdown__Item {
        padding: 7px 10px;
        cursor: pointer;
        font-size: 16px;
    }
    .p-dropdown__current::after {
         width: 7px;
         height: 7px;
     }
    .p-name{
        font-size: 20px;
    }
}
@media screen and (max-width: 390px){
    .p-search__cell input.p-search-input {
        width: 75px;
    }
}
/* End */
/* /local/templates/main_pravt/components/bitrix/news.list/opt_partners/style.css?17726323714568 */
