@font-face {
  font-family: 'Roboto'; 
  src: url('fonts/Roboto-Regular.ttf'); 
        font-style: normal;
}
body {
  font-family: "Roboto", "Arial", sans-serif;
}
.list-header li{
list-style:none;
margin-top: 6px;
}
.list-header li i.fa, .list-header li svg{
color:#d01520;
margin-right: 5px;
}
.list-header li a{
color:#170000;
text-decoration: none;
border-bottom: 1px dotted #170000;
text-transform: uppercase;
font: 400 14px / 18px Roboto;
}
.list-header li a:hover{
border-bottom: 0 none;
color:#308ec4;
}
.call-us {
text-align:left;
}
.call-us span{
    display: block;
    font-size: 10px;
}
a.topphone{
font-size: 24px;
color:#333;
}
a.botphone{
font-size: 18px;
color:#333;
}
a.phone-mobile{
font-size: 16px;
color:#333;
}
a.callback{margin-top: 6px;}
footer h5::after{
content: "";
    background-color: #308ec4;
    position: relative;
    width: 100%;
    height: 1px;
    display: block;
    margin: 10px 0;
}
footer,  footer a {
color:#308ec4;
 font-size: 14px;
}
footer {
border-top:1px solid #308ec41a;
}
.foot-contact-block>div{
margin:6px 0;
}
ul.ft_solcial{
    padding: 0;}
.ft_solcial li a {
    display: block;
    width: 31px;
    height: 32px;
    background: url('/bitrix/templates/.default/images/gui.png') no-repeat;
    opacity: .8;
}
.ft_solcial li {
    display: inline-block;
    width: 31px;
    height: 32px;

}
.ft_solcial li a.vk {
    background-position: -32px 0;
}
.ft_solcial li a.in {
    background-position: 0 0;
}

/*--------------------------------------------------------------*/

.features-item {
    font-size: 16px;
}

.features-icon {
    font-size: 50px;
}

.online-test {
  background: #459aca;
  border-radius: 5px;
  color: #fff;
  display: flex;
  flex-wrap: no-wrap;
  justify-content: space-between;
  align-items: flex-end;
  padding: 50px 50px;
  margin-top: 50px;
  margin-bottom: 40px;
}
.online-test__text {
  max-width: 700px;
}
.online-test__text p:nth-child(1) {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 20px;
}
.online-test__text p:nth-child(2) {
    font-size: 18px;
    margin-bottom: 0;
}
.online-test__small-text {
    font-size: 14px;
}
.button {
    background-color: #263e89;
    border-color: #263e89;
    border-style: solid;
    border-width: 2px;
    color: #fff;
    font-size: 16px;
    padding: 8px 40px;
    text-decoration: none;
    border-radius: 4px;
    text-align: center;
    text-transform: uppercase;
}
.button:hover {
    border-color: #fff;
    color: #fff;
}
@media screen and (max-width: 1200px) {
.online-test {
  flex-wrap: wrap;
  padding: 30px 30px;
}
.online-test__text {
    margin-bottom: 30px
}
.online-test__text p:nth-child(1) {
    font-size: 22px;
    margin-bottom: 16px;
 }
 .online-test__text p:nth-child(2) {
    font-size: 14px;
 }
}

@media screen and (max-width: 600px) {
    h5.card-title {
        font-size: 16px;
    }    
}

div.video-list h3 {
    margin: 20px 0;
    padding-bottom: 10px;
}

.section-title {
    border-bottom: 2px solid #f2f2f2;
    text-shadow: 0 0 2px #d1d1d1;
    text-align: left;
    margin-bottom: 20px;
    padding-bottom: 10px;
}