

/* Start:/local/templates/main/components/bitrix/news.list/company/style.css?17405588044374*/
.tizer{
	border: 1px solid #9999;
    border-radius: 15px;
    overflow: hidden;
	-webkit-box-shadow: 5px 5px 0px 0px rgba(100, 195, 208, 0.7);
	-moz-box-shadow: 5px 5px 0px 0px rgba(100, 195, 208, 0.7);
	box-shadow: 5px 5px 0px 0px rgba(100, 195, 208, 0.7);
	position: relative;
	padding: 30px 30px 120px 30px;
	background-repeat: no-repeat !important;
    background-position: bottom right  !important;
	height: 100%;
	position:relative;
}

.tizer_name{
	display: block;
    text-align: center;
    font-weight: 700;
    border-bottom: 1px solid #999;
    color: #106381;
    height: 66px;
    font-size: 17px;
}

.tizer_dis{
	
    display: block;
    text-align: left;
    margin-top: 20px;
    font-size: 13px;
    color: #184e54;
    font-weight: 500;

}

.tizer_img{
	position:absolute;
	bottom:0px;
	right:0px;
}




.content_pr h2{
	color: #002f52;
    font-size: 26px;
    display: block;
    margin-bottom: 24px;
}

.content_pr ul li{
	list-style-image: url(/local/templates/main/images/li.png); 
    padding-inline-start: 1ch;
	line-height: 25px;
}

.content_pr img{
	width:100%;
	height:auto !important;
}

/* LIST START */

@media (min-width: 992px) {
    .list__item {
        /* background-color: #ececec;
        border: 1px solid #cecece; */
        background:linear-gradient(0deg, rgba(255,255,255,1) 37%, rgba(239,239,239,1) 100%);
    
        border: 1px solid #9999;
        border-radius: 15px;
        overflow: hidden;
        -webkit-box-shadow: 5px 5px 0px 0px rgba(100, 195, 208, 0.7);
        -moz-box-shadow: 5px 5px 0px 0px rgba(100, 195, 208, 0.7);
        box-shadow: 5px 5px 0px 0px rgba(100, 195, 208, 0.7);
        position: relative;
        padding: 30px 30px 30px 0px;
        background-repeat: no-repeat !important;
        background-position: bottom right  !important;
        height: 100%;
        position:relative;
    }
    
    .list__name {
        font-weight: 600;
        padding: 0.8rem 1rem;
        color: #106381 !important;
        font-size: 17px;
    }
    
    .list__name.hovered {
        border-left: 3px solid rgba(100, 195, 208, 0.7);
        background-color: rgba(100, 195, 208, 0.329);
        font-weight: 800 !important;
    }
    
    .list__desc {
        color: #184e54;
        text-align: left;
        font-size: 16px;
        font-weight: 500;
        visibility: hidden;
        opacity: 0;
        max-height: 0;
        overflow: hidden;
        transition: opacity 0.5s ease-in-out, max-height 0.4s ease-in-out, visibility 0.5s;
    }
    
    .list__desc a {
        color: rgb(100, 195, 208) !important;
        text-decoration: none !important;
    }
    
    .list__desc a:hover {
        color: #106381 !important;
        font-size: 800 !important;
    }

    .list__desc.active, .list__desc.showing {
        visibility: visible;
        opacity: 1;
        max-height: 500px;
    }
    
    .list__descs {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 2rem;
    }

    .bvi-body .container .list__item .col-lg-6 .list__descs {
        /* color: red !important; */
        justify-content: flex-start !important;

    }

    .bvi-body .container .list__item .col-lg-6 .list__desc.active {
        max-height: 100vh !important;
    }
    
    .list__link {
        margin-bottom: 0.5rem;
        font-size: 16px;
    }
}

@media (max-width: 992px) {
    .req__button {
        color: #106381 !important;
        font-weight: 600 !important;
    }

    .list__desc a {
        color: rgb(51, 159, 173) !important;
        text-decoration: none !important;
        font-weight: 600 !important;
    }

    #accordionReq {
        border: 1px solid #9999;
        border-radius: 15px;
        overflow: hidden;
        -webkit-box-shadow: 5px 5px 0px 0px rgba(100, 195, 208, 0.7);
        -moz-box-shadow: 5px 5px 0px 0px rgba(100, 195, 208, 0.7);
        box-shadow: 5px 5px 0px 0px rgba(100, 195, 208, 0.7);
        position: relative;
        /* padding: 30px 30px 30px 30px; */
        background-repeat: no-repeat !important;
        background-position: bottom right  !important;
        height: 100%;
        position:relative;
    }
    
}


/* LIST END */

@media (max-width: 992px) {
    .mobile__hidden { 
        display: none;
    }
}

@media (min-width: 992px) {
    .desktop__hidden { 
        display: none;
    }
}
/* End */
/* /local/templates/main/components/bitrix/news.list/company/style.css?17405588044374 */
