.scfllip {
	font-family: 'Noto Sans', sans-serif;
	color: #333;
}
.header {
	text-align:center;
}
.header .logo {
	margin-bottom:15px;
}
.header .title h2{
	color: #011b58;
	font-family: 'Roboto', sans-serif;
	font-size: 25pt;
	margin-bottom: 16px;
}
.experts {
    padding: 20px 0;
}
.experts .title h2{
	color: #333;
	margin-top: 20px;
}
.experts__item .photo {
    width: 200px;
    height: 200px;
    margin: 0 auto;
    background-size: cover;
    border-radius: 999px;
}
.experts__item:first-child .photo {
	background-image: url('pic/ezhov.png');
}
.experts__item:last-child .photo {
	background-image: url('pic/sergienko.png');
}
.nm-reg {
    text-align: center;
    padding: 15px 0;
}
.nm-reg p:first-child {
    font-weight: bold;
    font-size: 22px;
}
.programm {
	max-width: 80%;
	margin: 0 auto;
}
.programm-list__item {
    display: block;
    color: #333;
    padding: 20px 35px;
    font-size: 18px;
    line-height: 1;
}
.programm-list__item:nth-child(2n + 1) {
    background-color: #011b58;
    color: #fff;
}
.programm-list__item-title {
    font-size: 19pt;
    font-weight: bold;
}
.programm-list__item .data {
    background-color: #009be0;
    display: block;
    max-width: max-content;
    margin-bottom: 16px;
    padding: 5px;
    color: #fff;
	border-radius: 3px;
}
.programm-list__item button,
.programm-list__item a {
    display: block;
    padding: 10px 15px;
    background-color: #009be0;
    outline: none;
    border: none;
    color: #fff;
    font-size: 15px;
	margin-top: 16px;
	border-radius: 5px;
	max-width:max-content;
	text-transform:uppercase;
}

.experts .btn {
	display: block;
    padding: 10px 15px;
	background: none;
    background-color: #009be0;
    outline: none;
    border: none;
    color: #fff;
    font-size: 15px;
    margin-top: 16px;
    border-radius: 5px;
    max-width: max-content;
    text-transform: uppercase;
}

@media screen and (max-width: 1160px) {
	.exp {width: 50% !important;}
}

@media screen and (max-width: 800px) {
	.desc{display:none !important;}
	.mob{display:block !important;}
	h2{width:100% !important;}
	.release .release__item{width:100% !important;text-align:center;}
	.exp {width: 100% !important;}
	.programm {max-width:100%;}
	video {width:100% !important;}
}