/* btn style */
.btn_plat {
    width: 220px !important;
    height: 61px;
}

.tabs__btn--active {

    color: #009651;
    border-bottom: 3px solid;
}

.tabs__btn:hover {

    color: #009651;
}

.tabs__btn {
    padding: 6px 0;
}


.tabs__btn:hover, .tabs__btn:focus {
    color: inherit;
    text-decoration: none;
    outline: none;
}

.carousel-item-next {
    display: none;
}

.circle {
    border-radius: 50%;
}

#userupdate-photofield {
    display: none;
}

.custom-radio .custom-control-label {
    font-weight: 100;
}

/*.socials {*/
/*    display: block !important;*/
/*}*/

/*.socials__item {*/
/*    display: inline-block !important;*/
/*}*/

.custom-radio--incorrect .custom-control-label {
    border-width: 3px;
    border-color: #cf3339 !important;
}

.custom-radio--correct .custom-control-label {
    border-width: 3px;
    border-color: #009651 !important;
}

body.theme-blue {
    background: #2D9CDB;
}

.theme-blue .title {
    background: #2D9CDB;

    font-family: Rubik;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    /* identical to box height */

    text-align: center;
    letter-spacing: 0.2em;
    text-transform: uppercase;

    color: #FFFFFF;
}

body.body--white .theme-blue,
.theme-blue .tabs__btn--active,
.theme-blue .tag-filter .custom-control-label,
.theme-blue .tag,
.theme-blue .news--white .news__title,
.theme-blue .select2-container--default .select2-selection--single .select2-selection__rendered,
.theme-blue .event--online .event__type,
.theme-blue .text-primary, .theme-blue .form__label, .theme-blue .test__result {
    color: #2D9CDB !important;
}

.theme-blue .rangeslider__handle,
.theme-blue .rangeslider__fill,
.theme-blue .question__progress-line,
.theme-blue .question__btn--active, .theme-blue .btn-primary {
    background: #2D9CDB;
}

.theme-blue .btn-primary {
    border-color: #2D9CDB;
}

.theme-blue .event:after {
    border: 8px solid #2D9CDB;
}

.theme-blue .custom-radio .custom-control-label:hover {
    border-color: #2D9CDB;
}

/*.theme-blue .enter {*/
/*    background: url(../img/enter-blue.svg)  no-repeat top 47px center;*/
/*}*/

.theme-blue .btn.btn-white {
    color: #003D86;
}

.theme-blue .custom-radio--test.custom-radio--blue .custom-control-label {
    border: 1px solid rgba(255, 255, 255, 0.4);
    text-align: center;
    color: #fff;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    justify-content: center !important;
}

.theme-blue .custom-radio--test.custom-radio--blue .custom-control-input:checked ~ .custom-control-label {
    border: 3px solid #FFFFFF;
}

.theme-blue .custom-radio--test .custom-control-input:checked ~ .custom-control-label {
    border: 3px solid #2D9CDB;
}

.theme-blue .test__info-header {
    color: #2D9CDB;
    border-bottom: 3px solid #2D9CDB;
}

.theme-blue .test__result-header-left {
    width: 400px;
}

.theme-blue .test__result-header {
    border-bottom: 3px solid #2D9CDB;
}

.demo-result-notes {
    padding: 40px 30px 30px 30px;
    background: url("../img/demo-result-notes-bg.svg") no-repeat center right #2D9CDB;
    color: #fff;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 110%;

}

.hvz-link {
    display: block;
    text-align: center;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 110%;
    background: #FFD23D;
    color: #000;
    padding: 10px;
}

.text-black {
    color: #000;
}

.theme-blue .text-dark a {
    color: #2D9CDB !important;
}

.tag-filter .custom-control-input:checked ~ .custom-control-label {
    color: #fff !important;
    background: #2D9CDB;
    border-color: #2D9CDB;
}

.tag-filter:hover .custom-control-label {
    border-color: #2D9CDB;
}

.col-xs-6 {
    width: 50%;
}

.pagination li {
    display: block;
    float: left;
    padding: 3px
}

.pagination a {
    color: #fff
}

.pagination .active a {
    font-weight: bold;
}

.theme-blue .enter {
    background: inherit;
}

.user__notifications-btn {
    background: url(../img/user-default.svg) no-repeat center;
    background-size: contain;
}

@media (max-width: 1200px) and (min-width: 9912px) {
    .socials.socials--colored.test__result-socials {
        width: 100%;
    }
}

.front--custom .front__start {
    font-family: Rubik, Arial, sans-serif;
}

.front__start {
    background: #2D9CDB;
}

.article a, .text a {
    color: #fff;
}


.quote {
    margin-bottom: 50px;
    padding-left: 160px;
    width: calc(100% + 160px);
}

.quote-author {
    margin-top: 20px;
    display: block;
    font-size: 11px;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.58);
}

.quote-text {
    position: relative;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 700;
    color: #fff;
}

.quote-text:before, .quote-text:after {
    position: absolute;
    display: inline;
    width: 27px;
    height: 30px;
    content: '';
    background: url(/img/quote.svg) no-repeat center;
    background-size: contain;
}

.quote-text:before {
    top: -6px;
    left: -36px;
}

.quote-text:after {
    margin-top: 8px;
    margin-left: 10px;
    transform: rotate(180deg);
}

@media (max-width: 1200px) {
    .demo-result-notes {

        background: #2D9CDB;
    }
}

.date-picker.withoutDay {
    min-width: 214px;
    height: 28px;
    font-size: 10px;
    line-height: 12px;
    font-weight: 500;
    letter-spacing: .2em;
    text-transform: uppercase;
    background: url(/img/triangle.svg) no-repeat right 5px center;
    border: 0;
    border-bottom: 1px solid #c4c4c4;
    border-radius: 0 !important;
}

.date-picker.withoutDay::placeholder {
    color: #2D9CDB;
}
