.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #a94442;
}

#register-form .form__row_col {
    font-size: inherit;
}

#register-form .form__row_col .help-block {
    margin-left: 15px;
}

/* Override red-outer layout css */
.agreement-text {
    padding: 0 50px;
}

.form__checkbox-label {
    left: 0;
}

.frontpage .social__item_skype {
    background: url(../img/svg/skype.svg) center no-repeat;
}

.frontpage .social__item_email {
    background: url(../img/svg/email.svg) center no-repeat;
}

.frontpage .social__item_telegram {
    background: url(../img/svg/telegram.svg) center no-repeat;
}

.frontpage .social__item_whatsapp {
    background: url(../img/svg/whatsapp.svg) center no-repeat;
}
.frontpage .social__item.social__item_linkedin{
    background: url("../img/svg/linked-in.svg") center no-repeat;
    background-size: 100% 100%;
}
.soc-caption {
    display: block;
    font-size: 0.8em;
    font-weight: bold;
    text-align: center;
}

.social {
    display: none;
}

.frontpage .social {
    display: inherit;
}

.alert {
    padding: 20px;
    margin: 0 auto 20px;
    width: 40%;
    border-radius: 7px;
}

.alert-success {
    background-color: #DFF2BF;
    color: #270;
}

.alert-danger {
    color: #D8000C;
    background-color: #FFBABA;
}

.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 17px;
    cursor: pointer;
    transition: 0.3s;
}

.closebtn:hover {
    color: black;
}

@media screen and (max-width: 991px) {
    .alert {
        width: 100%;
    }
}

.text-content {
    margin-bottom: 250px;
}

.footer-contact-address {
    text-align: center;
}

.form-captcha {
    float: left;
    width: 170px;
}

.above__back.winner {
    background: url(../img/svg/winner_bg.svg) center top no-repeat
}

.about_us {
    justify-content: unset;
}

.awards {
    background-image: linear-gradient(180deg, #fff 0, #f3f7fb 100%);
}

.awards-text-block {
    width: 70%;
    margin-top: 10px;
}

.awards-header {
    font-size: 1.4em;
    font-weight: 600;
    margin-top: 15px;
    text-align: center;
}

.awards-text {
    font-size: 1em;
    line-height: 1.3em;
    color: #464646;
    margin: 10px 0;
}

.winner-text {
    margin-top: 70%
}

@media screen and (max-width: 1200px) {
    .awards-text-block {
        width: 65%;
        margin-top: 0;
    }
}

@media screen and (max-width: 991px) {
    .awards-text-block {
        width: 100%;
        margin-top: 0;
    }
}

.text-bold {
    font-weight: 700;
}
.text-semibold {
    font-weight: 500;
}
.text-regular {
    font-weight: 400;
}
.text-light {
    font-weight: 300;
}
.text-thin {
    font-weight: 100;
}
.text-pink {
    color: #f06292 !important;
}
.text-muted {
    color: #98a6ad !important;
}

.text-center {text-align: center;}

.m-t-0  {margin-top: 0;}
.m-t-15 {margin-top: 15px;}
.m-t-50 {margin-top: 50px;}
.m-t-30 {margin-top: 30px;}
.m-t-90 {margin-top: 90px;}
.m-b-5  {margin-bottom: 5px;}
.m-b-10 {margin-bottom: 10px;}
.m-b-15 {margin-bottom: 15px;}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    display: inline-block;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
    text-rendering:auto;
    top: 0px;
}
a.asc:after  {content: "\f106";}
a.desc:after {content: "\f107";}