.bg-light {

    background-color: #ffffff!important;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
    display: inline-block;
    position: relative;
    text-decoration: none;
}
 a.nav-link:before {
    display: block;
    position: absolute;
    content: "";
    height: 2px;
    width: 0;
    background: #B4243E;
    transition: width 0.3s ease-in-out;
    left: 0;
    bottom: 0px;
}


.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #B4243E;

}
a.nav-link:hover:before {
    width: 100%;
}
.img-navbar-icon img {
    margin: 5px;

}
.nav-item {
padding-right: 10px;

}
.img-footer {
    margin-left: 65px;
}
.text-footer {
    font-size: 14px;
    margin-top: 35px;

}
.img-social-footer img {

    margin-left: 5px;
    margin-top: 10px;
}
.bg-footer {
        
        background: url(/bitrix/templates/kostomarovforum/img/bg-footer-2024.png);
    	background-size: cover;
        height: 150px;
        box-shadow: 1px 0px 0px 1px rgb(236 236 236 / 60%);
        font-size: 15px;

}
.list-group {
    /*display: -ms-flexbox;*/
    /*display: inline-block; */
    /*-ms-flex-direction: column;*/
    flex-direction: column;
    padding-left: 0;
    border-radius: .25rem;
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.list-group-item {
   	position: relative;
    display: block;
    padding: 0.75rem 1.65rem;
    background-color: #ffffff;
    border: 1px solid #B5223F;
    width: 120px;
    border-radius: 30px;
    margin-right: -40px;
    font-weight: 600;
    font-size: 14px;
}

.list-group-item.active {
	z-index: 0;
    color: #fff;
    background-color: #B5223F;
	border: none;
}

.program-item-bg {
    background-color: #B4243E;
    padding: 30px 10px 30px 25px;
    color: #fff;
    max-width: 220px;
    border-radius: 20px;
}
.program-item-time {
    font-size: 1.3rem;
    /* text-align: center; */
    margin-bottom: 40px;

}
.program-item-theme {
    font-size: 1.3rem;
    margin-bottom: 12px;
}
.program-item-format {
    font-size: 12px;
}
.program-item-name {
    font-size: 1.3rem;
    font-weight: 600;
    color: #B4243E;
    /* margin-bottom: 10px; */
    margin: 30px 0px 20px 0px;
}
.program-item-detail {
color: #676767;
    margin-bottom: 40px;
    line-height: 1.3;
    font-size: 0.9rem;
    /* font-family: arial;*/
}
.program-item-speaker {
    font-size: 13px;
    color: #9C9393;
}
.program-item-button {
    background-color: #fff;
    border: 1px solid;
    border-color: #B4243E;
    border-radius: 30px;
    padding: 10px 30px 10px 30px;
    font-size: 14px;
    margin-top: 80px;
    color: #B4243E;
}
.program-item-button:hover{
    background-color: #B4243E;
    border: none;
    border-radius: 30px;
    padding: 10px 30px 10px 30px;
    font-size: 14px;
    margin-top: 80px;
    color:#fff;
}
.program-item-button-record {
    background-color: #fff;
    border: 1px solid;
	border-color: #B4243E;
    /*border-radius: 1px;*/
	border-radius: 30px;
    padding: 10px 30px 10px 30px;
    font-size: 14px;
    margin-top: 10px;
	margin-bottom: 10px;
    color:#B4243E;
}
.program-item-button-record:hover {
    background-color: #B4243E;
    border: 1px solid;
	border-color: #B4243E;
    /*border-radius: 1px;*/
	border-radius: 30px;
    padding: 10px 30px 10px 30px;
    font-size: 14px;
    margin-top: 10px;
	margin-bottom: 10px;
    color:#fff;
}
.col-program {
   /* width: 20%;*/
}
.row-no-margin {
    margin: 0px 0px 40px 0px;
box-shadow: 0px 2px 16px 4px rgb(236 236 236 / 60%);
border-radius: 20px;

}
.program-title {
    margin: 60px 0px 20px 0px;
    font-weight: 700;
    font-size: 1.2rem;
    color: #474747;
}
.program-title img {
    margin-left: 20px;
    width: 30px;
}
.youtube-playist{

    margin-top: 100px;
    margin-bottom: 80px;
}

.breadcrumbs {
    background: url(/bitrix/templates/kostomarovforum-page/img/bg-breadcrumbs-2024.png);
    background-size: cover;
    height: 165px;
}
.page-container {
    background-color: #fff;
    box-shadow: 0px 2px 16px 4px rgb(115 115 115 / 12%);
    padding: 40px;
    margin-top: -40px;
 	border-radius: 30px;
	border: 3px solid #B5223F;
}
.breadcrumbs-content{
    padding-left: 250px;
    padding-top: 30px;
    
}
.title-page {
color: #B5223F;
text-transform: uppercase;
font-size: 30px;
font-weight: 600;
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0rem 0rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #494949;
    border-radius: 0.25rem;
    /* color: #fff; */
}
.navbar {
    height: 100px;
    margin-left: 140px;
    }

    .breadcrubs-index {
    color: #000;
    }

    .breadcrubs-index a {
        color: #000;
    
      
    }

.bx-breadcrumb i {
    color: #000;

}

    .img-navbar{
    	padding: 0;
    }

    .page-container{

   
    margin-top: -40px;
    margin-bottom: 60px;
}

.navbar-index-bg {
 box-shadow: 0px 7px 10px rgb(236 236 236 / 60%);

}


.card-expert img {
    width: 100%;
/*height: 250px;*/

}
.card-expert a {

    text-decoration: none;
}
.card-expert {
    border-radius: 20px;
    background-color: #fff;
    color: rgb(0, 0, 0);
    margin: 10px;
    box-shadow: 0px 7px 10px rgb(236 236 236 / 60%);
    }
    .card-expert:hover {
    
        text-decoration: none;
        background-color: #B4243E;
        color: rgb(255, 255, 255);
        margin: 10px;
        }
.expert-name {
	display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    height: 70px;
    text-align: center;
    padding: 15px 10px 15px 10px;
}
a:hover {
    text-decoration: none; 
}

.col-3-float {

    float:left;
}

.card-partners {
    
   
    background-color: #fff;
    color: rgb(0, 0, 0);
    margin: 10px;
    box-shadow: 0px 7px 10px rgb(236 236 236 / 60%);
    }

    .card-partners img {
    
        width: 100%;
        padding: 20px;
   
        }


        .col-3 {
            -ms-flex: 0 0 25%;
            flex: 0 0 25%;
            /*max-width: 275px;*/
        }

        .index-program {

            margin-top: 120px;
        }

        .img-navbar img {
         
            width: 150px;

            box-shadow: -1px 2px 10px rgb(0 0 0 / 9%);
            border-radius: 0px 0px 30px 30px;
        }

        .navbar-collapse {
            -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
            -ms-flex-positive: 1;
            flex-grow: 1;
            -ms-flex-align: center;
            align-items: center;
            z-index: 10000;
            background-color: #fff;
			padding: 10px 0px 0px 15px;
			border-radius: 0px 0px 15px 15px;
			margin-top: 10px;
        }



        .logo_img {

            position: absolute;
			z-index: 2;
        }

        .bg_header {
            box-shadow: 0px 7px 10px rgb(236 236 236 / 60%);

        }

        .list-group-item-action:focus, .list-group-item-action:hover {
            z-index: 0;
            color: #ffffff;
            text-decoration: none;
            background-color: #B4243E;
        }

.fancybox-lock .fancybox-overlay {
    z-index: 99999;
}



.form-control.is-invalid, .was-validated .form-control:invalid {
    background-position: right calc(1em + .1875rem) center;
}


.form-control.is-valid, .was-validated .form-control:valid {
    background-position: right calc(1.2em + .1875rem) center;
}

.events-success {
	border: 1px solid #B4243E;
    padding: 20px;
    border-radius: 5px;
    background-color: #fff9f9;
}

.list-group-item:first-child, .list-group-item+.list-group-item {
    border: 1px solid #B5223F;
}

.list-group-item:first-child {
border-radius: 30px;
}
.list-group-item:last-child {
border-radius: 30px;
}


.icon-reg-wrap {
display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #F9EEF1;
    padding: 10px;
    border-radius: 5px;
    width: 60px;
    height: 75px;
}

.icon-auth-wrap {
display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #F9EEF1;
    padding: 10px;
    border-radius: 5px;
    width: 60px;
    height: 75px;
}

.icon-personal-wrap {
display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #F9EEF1;
    padding: 10px;
    border-radius: 5px;
    width: 60px;
    height: 75px;
}


.icon-reg-title, .icon-auth-title {
	font-size: 8px;
    margin-top: 3px;
}

.icon-personal-title {
	font-size: 8px;
    margin-top: 3px;
text-align: center;
    line-height: 1.2;
}


.navbar-light .navbar-toggler {
background-color: #F9EEF1;
    padding: 10px;
    border-radius: 5px;
    width: 60px;
    height: 75px;
    color: rgb(147 26 26 / 50%);
    border: none;
    margin-top: 2px;

}

.navbar-light .navbar-toggler-icon {
background-image: url('/img/menu-icon.svg');
}

.process-content {
	display: flex;
	justify-content: center;
}

.process-content p {
	background-color: #fff2f5;
    width: fit-content;
    padding: 10px 20px;
    border-radius: 10px;
    border: 1px solid #B5223F;
    color: #B5223F;
}
