.select-form .item-radio input+span::before, .select-form .item-radio input+span::after{
    display:none;
}
.select-form .item-radio input+span{
    padding-left: 0;
}
.item-checkbox.error .item-form__error,
.form.error > .item-form__error,
.input-password .item-form__error{
    display: block;
}
.total-block .main-btn:disabled{
    cursor: default;
    background-color: rgba(21, 115, 255, 0.5);
}
.order-form .item-form--promo{
    max-width: 333px;
}
.item-formInput .btn{
    position: absolute;
    width: 125px;
    right: 0;
    z-index: 99;
}
.item-form--promo .item-form__success a{
    color: #1573ff;
    border-bottom: 1px dotted;
}
.item-form--promo .item-form__success a:hover{
    border: none;
}
.item-form__error, .item-form__success{
    display: block;
}
.item-del.disabled .item-radio__txt span:first-child{
    color: #9b9b9b;
}
.item-del.disabled .item-radio .item-radio__txt::before, .item-del.disabled .item-radio input+span::before{
    border: 1px solid #9b9b9b;
}
.attention{
    padding: 8px;
    border-radius: 16px;
    background: #ffe2de;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.attention__icon{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 47px;
    flex: 0 0 47px;
    width: 47px;
    height: 47px;
    padding: 13.5px;
    border-radius: 8px;
    background: #fff;
    margin-right: 8px;
}
.attention__icon svg {
    fill: #f4371c;
    width: 100%;
    height: 100%;
}
.del__blockProp{
    margin-left: 40px;
    display: none;
}
.del__blockProp h6{
    margin-bottom: 8px;
    margin-top: 20px;
}
.item-form__error{
    display: none;
}
.item-form.error .item-form__error{
    display: block;
}
.errorBlock{
    display: none;
    margin-left: 10px;
    margin-bottom: 20px;
}
.del__blockProp .errorBlock{
    margin-left: 0px;
}
.profile-aside nav .active a {
    color: #fff;
    background: #1573ff;
}
.item-hist__status.status_N {
    color: #00cd52;
    background: rgba(0,205,82,.1);
}
.item-hist__status.status_OT {
    color: #f4371c;
    background: rgba(244,55,28,.1);
}
@media (max-width: 991.98px) {
    .wrap.wrap--profile .fixed-menu {
        display: block;
        visibility: visible;
        opacity: 1;
    }
}

.event__block ol li {
	list-style: auto;
}

.event__block ul li {
	list-style: disc;
}

.btn-play {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  background: url(../img/icons/play.svg) center/contain no-repeat;
}
.item-news__content h5 {
  color: #0d0c1a;
}
.item-video{
	cursor: pointer;
}
.video-modal .modal__content{
	max-width: 1460px;
	width: 95%;
}
.video-modal .videoContent{
	display: flex;
	gap: 20px;
}
.video-modal .videoContent .videoContentItem{
	flex-basis: 48%;
}
@media (max-width: 767.98px) {
	.video-modal .videoContent .videoContentItem{
		flex-basis: 100%;
	}
	.video-modal .videoContent{
		flex-wrap: wrap;
    }  
}
.card .main-btn.request-btn{
	max-width: 189px;
}
.media-cover iframe, .media-cover img, .media-cover video{
	object-fit: initial;
}
.event__block-right{
gap: 5px;
display: block;
}