.blockquote {
    border-left: 5px solid #3759df;
}
.font-weight-700{
    font-weight:700;
}

.text-lime {
    color: #FEF40B;
}

.img-main {
    background-image: url('images/img-main.jpg');
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
}

@media (max-width: 576px) {
    .img-main {
        background-position: left !important;
    }
}

.img-lock {
    background-image: url('images/lock.svg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.infpage-mainblock-head .btn-white {
    padding: 15px 80px;
    margin-top: 20px;
}


.table-call td {
    border: 1px solid #ccc !important;
    padding: 5px !important;
    vertical-align: middle !important;
}

.table-call thead tr td {
    background-color: #ebebeb !important;
    font-weight: bold;
}
.arrow-icon {
    background-image: url(images/icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    height: 11px;
    width: 7px;
}
.hidden {
    display: none;
}
/*.bg-primary {
 background: linear-gradient(176.89deg, #5057FF 2.64%, #571DFB 96.36%), #D9D9D9;
}*/

.icon-wrap {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height:22px;
    min-width:30px;
}
.icon-video {
    background-image: url(images/icon-video.svg);
}
.icon-reglament {
    background-image: url(images/icon-reglament.svg);
}
.icon-news {
    background-image: url(images/icon-news.svg);
}
.icon-stat {
    background-image: url(images/icon-stat.svg);
}