﻿a {
    color: inherit;
}

#StartAnimationPC {
    max-width: 550px;
}

.systemTitle {
    font-size: 28px;
}

.GreenButton {
    background: #08b185;
    transition: all 0.3s linear;
    color: white;
    font-family: 'Commissioner-Bold';
    border: none;
}

    .GreenButton:hover {
        background: #1f9375;
        color: white;
    }

.RedButton {
    background: #F34F49;
    transition: all 0.3s linear;
    color: white;
    font-family: 'Commissioner-Bold';
    border: none;
}

    .RedButton:hover {
        background: #cc423d;
        color: white;
    }

.GrayButton {
    background: #7f7f7f;
    transition: all 0.3s linear;
    color: white;
    font-family: 'Commissioner-Bold';
    border: none;
}

    .GrayButton:hover {
        background: #757575;
        color: white;
    }

.GradientButton {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-family: 'Commissioner-Bold';
    color: white;
    width: 100%;
    height: 100%;
    border: none;
    transition: all 0.3s linear;
    background: linear-gradient(80deg, #FF8650, #FF6875 );
    border-radius: 8px;
}

.GreyTourneyHeaderButton {
    border: none;
    outline: none;
    background: #afb7bd87;
    color: white !important;
    font-family: 'Commissioner-Bold';
    padding: 0.5rem;
    transition: all 0.3s linear;
}

    .GreyTourneyHeaderButton:hover {
        background: #afb7bdad;
    }

.TestCircleNumber {
    width: 30px;
    min-width: 30px;
    height: 30px;
    border-radius: 50%;
    font-family: 'Inter';
    font-weight: 500;
    font-size: 14px
}

    .TestCircleNumber.Passed {
        border-color: #eeeeee;
        background: #eeeeee;
    }

    .TestCircleNumber.Active {
        border-color: #eeeeee;
        background: #0464F4;
        color: white;
    }

.InputCustom {
    width: 100%;
    padding: 0.5rem;
    border: 1px solid #e9e9e9;
}

    .InputCustom:focus {
        outline-color: #b7b7b7;
    }

.BlockItemShadow {
    transition: all 0.3s linear;
}

    .BlockItemShadow:hover {
        box-shadow: 0 0 6px 8px #00000010;
    }

/* Кастомные поля*****/

.form-control:focus {
    box-shadow: 0 0 0 0.2rem #08b18547;
    border-radius: 0;
}

.form-group {
    border: 2px solid #e9e9e9;
}

    .form-group > label {
        position: absolute;
        top: -12px;
        left: 5px;
        background-color: white;
        padding-left: 5px;
        padding-right: 5px;
        border-radius: 7px;
    }

    .form-group > input {
        border: none;
        outline: red;
    }

    .form-group > select {
        border: none;
        outline: red;
    }

/*********************/


.ImageAnimate {
    animation: spinimglogo 5s ease-in forwards;
}

@keyframes spinimglogo {
    50% {
        opacity: 0.5;
    }

    100% {
        transform: rotate(720deg);
        opacity: 0.5;
        filter: blur(70px);
        -webkit-filter: blur(60px);
    }
}

.ValidateStyle {
    font-family: 'Commissioner-Bold';
    color: #ED7070;
}

    .ValidateStyle > ul {
        padding: 0;
    }

.TabLinkRaiting {
    transition: all 0.3s linear;
    background: none;
    color: #08b185;
}

    .TabLinkRaiting:hover {
        color: #148a6b;
    }

    .TabLinkRaiting.active {
        background: #08b185 !important;
        color: white;
    }

.BeforeCircle:before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    border: 4px solid #e9e9e9;
    border-radius: 50%;
    margin-right: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    background: white;
}

.FooterEmblem {
    padding: 0.5em;
    background: #08b185;
    border-radius: 50%;
    color: white;
    transition: all 0.3s linear;
}

.footerEmblemMain {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    background: #0464F4;
    border-radius: 50%;
    color: white;
    transition: all 0.3s linear;
}

.LinkFooter {
    padding: 0.5em;
    background: #08b185;
    border-radius: 50%;
    color: white;
    transition: all 0.3s linear;
}

    .LinkFooter:hover {
        background: #188e6f;
    }

.partnerEditIcon {
    opacity: 0;
    stroke: #08b185 !important;
    transition: all 0.3s linear;
}

.partnerBlock:hover > div > a > .partnerEditIcon {
    opacity: 1;
}

.RedButtonSponsor {
    background: #FC0102;
    transition: all 0.3s linear;
    color: white;
    font-family: 'Commissioner-Bold';
    border: none;
}

    .RedButtonSponsor:hover {
        background: #d40001;
        color: white;
    }

.carousel-control-next, .carousel-control-prev {
    background: #00000060;
}

.HeaderMarginPC {
    margin-top: 72px;
}

/*Стрелочка для развёртывающихся блоков*/
.ArrowBlock {
    transition: all 0.3s linear;
}

    .ArrowBlock.Active {
        transform: rotate(180deg);
    }

.systemModalBlock {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    background: #00000070;
}

    .systemModalBlock.Open {
        display: flex;
    }

.systemModalContent {
    width: max-content;
    height: max-content;
    border-radius: 12px;
    background: white;
    padding: 16px;
}

#StartBannerTitle {
    font-family: 'Commissioner-Bold';
    font-size: 28px;
    color: #161616;
}

#StartBannerTextRegister {
    font-family: 'Commissioner-Medium';
    font-size: 14pt;
    color: #161616;
}

#StartBannerGreenPrice {
    font-family: 'Commissioner-Medium';
    font-size: 14pt;
    color: #00A77B;
}

.startBannerBlueBlock {
    background: #EEF8FF;
    padding: 16px;
}

.startBannerTitleText {
    font-family: 'Commissioner-Regular';
    font-size: 14pt;
    color: #777777;
}

.startBannerText {
    font-family: 'Commissioner-Bold';
    font-size: 20px;
    color: #161616;
}

#StartBannerGreenButton {
    padding: 16px;
    color: white;
    background: #08B185;
    width: 100%;
    cursor: pointer;
    transition: 0.3s;
    font-size: 14pt;
    text-align: center;
    font-family: 'Commissioner-Medium';
}

.startBannerMB {
    margin-bottom: 40px;
}

.startBannerMBMini {
    margin-bottom: 16px;
}

#StartBannerM {
    margin: 0 16px;
}

@media only screen and (min-width: 1024px) {

    #StartBannerGreenButton {
        width: max-content;
    }

    #StartBannerM {
        margin: 0;
        margin-left: 132px;
    }

    .startBannerBlueBlock {
        padding: 24px;
    }

    #Main {
        height: 100vh;
    }

    #StartBannerTitle {
        font-size: 36px;
    }

    #StartBannerTextRegister {
        font-size: 18px;
    }

    #StartBannerGreenPrice {
        font-size: 18px;
    }

    .startBannerTitleText {
        font-size: 16px;
    }

    .startBannerText {
        font-size: 30px;
    }

    #StartBannerGreenButton {
        font-size: 17px;
    }
}

#MobileMenuBlock {
    display: flex;
    flex-direction: column;
    position: fixed;
    z-index: 1001;
    background: white;
    transition: 0.3s;
    left: -100%;
    padding: 16px;
    width: 100%;
    height: 100%;
    top: 0;
}

    #MobileMenuBlock.Open {
        left: 0;
    }

.lkModalInfoBlock {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
    background: #00000080;
    display: none;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

    .lkModalInfoBlock.Open {
        display: flex;
    }

.lkModalInfoContent {
    width: 764px;
    background: white;
    padding: 16px;
}

#LKModalInfoTitle {
    font-family: 'Commissioner-Bold';
    font-size: 22px;
    line-height: 34px;
    color: #161616;
}

.lkModalInfoItem {
    font-family: 'Commissioner-Regular';
    font-size: 15px;
    line-height: 35px;
    letter-spacing: 0.25px;
    color: #161616;
}

.mobileMenuItem {
    font-family: 'Commissioner-Bold';
    font-size: 14pt;
    color: #161616;
    margin-bottom: 24px;
}

#NotPassedTestBlock {
    padding: 16px;
    background: rgba(244, 87, 37, 0.12);
    margin-top: 16px;
    border-radius: 16px;
}

#NotPassedTestIconBlock {
    margin-right: 12px;
}

#NotPassedTestTitle {
    font-family: 'Commissioner-Bold';
    font-size: 16px;
    line-height: 24px;
    color: rgba(27, 31, 59, 0.8);
    margin-bottom: 4px;
}

.notPassedTestText {
    font-family: 'Commissioner-Medium';
    font-size: 16px;
    line-height: 20px;
    color: rgba(27, 31, 59, 0.8);
}

#NotPassedTestTextTime {
    font-family: 'Commissioner-Bold';
    font-size: 16px;
    line-height: 20px;
    color: #A80000CC;
    margin-left: 8px;
}

#PersDataModalBlock {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: #00000080;
    display: flex;
    align-items: center;
    justify-content: center;
}

#PersDataModalContent {
    background: white;
    padding: 16px;
    width: 564px;
}

#PersDataModalTitle {
    font-family: 'Commissioner-Bold';
    font-size: 22px;
    line-height: 28px;
    color: #161616;
    margin-bottom: 28px;
}

.persDataModalText {
    font-family: 'Commissioner-Regular';
    font-size: 15px;
    line-height: 20px;
    color: #161616;
}

#PersDataModalTextLink {
    text-decoration: underline;
    color: #4B78ED;
}

#PersDataModalButton {
    font-family: 'Commissioner-Regular';
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.25px;
    color: #FFFFFF;
    padding: 16px 24px;
    background: #08B185;
    margin-top: 24px;
    cursor: pointer;
}

.tourneyPromoWhiteBlock {
    padding: 16px;
    background: white;
}

.tourneyPromoTitleGrayText {
    font-family: 'Commissioner-Regular';
    font-size: 15px;
    color: #818181;
}

.tourneyPromoTitleBlackText {
    font-family: 'Commissioner-Medium';
    font-size: 15px;
    color: #2A2A2A;
    text-align: center;
}

.tourneyPromoText {
    font-family: 'Commissioner-Bold';
    font-size: 24px;
    color: #2A2A2A;
}

.tourneyPromoTimerItemBlock {
    font-family: 'Commissioner-Bold';
    font-size: 24px;
    color: #000000;
    background: #F6F9FD;
    border-radius: 3.08789px;
    padding: 8px 16px;
}

.tourneyPromoTimerDelimetr {
    font-family: 'Commissioner-Regular';
    margin: 12px 24px;
    color: #D9D9D9;
}

.notNextStageBlock {
    align-items: start;
    display: flex;
    padding: 16px;
    background: rgba(112, 182, 246, 0.12);
}

.notNextStageTitle {
    font-family: 'Commissioner-Bold';
    font-size: 16px;
    line-height: 24px;
    color: rgba(27, 31, 59, 0.8);
    margin-bottom: 12px;
}

.notNextStageText {
    font-family: 'Commissioner-Medium';
    font-size: 16px;
    line-height: 19px;
    color: rgba(27, 31, 59, 0.8);
}

.notNextStageInfoIcon {
    margin-top: 4px;
    margin-right: 8px;
}

#RequestUserPersDataBlock {
    flex-direction: column;
}

@media only screen and (min-width: 1668px) {
    #RequestUserPersDataBlock {
        flex-direction: row;
    }
}

#PersCabMPBlock {
    margin-bottom: 40px;
}

#PersCabMPTitleSystem {
    font-family: 'Commissioner-Medium';
    font-size: 14px;
    color: #161616;
    margin-bottom: 8px;
}

#PersCabMPTitle {
    font-family: 'Commissioner-Bold';
    font-size: 22px;
    color: #161616;
    margin-bottom: 16px;
}

#PersCabMPText {
    font-family: 'Commissioner-Regular';
    font-size: 13px;
    color: #5C5C5C;
    margin-bottom: 24px;
}

#PersCabMPAppsBlock {
    margin-bottom: 32px;
}

#PersCabMPGP {
    margin-right: 32px;
}

#PersCabMPQRBlock {
    display: none;
}

#PersCabMPQR {
    margin-right: 16px;
}

#PersCabMPTextQR {
    font-family: 'Commissioner-Bold';
    font-size: 14px;
    color: #000000;
    margin-right: 32px;
}

#PersCabMPDevText {
    font-family: 'Commissioner-Regular';
    font-size: 10px;
    color: #707070;
}

#PersCabMPDevBlock {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media only screen and (min-width: 1024px) {
    #PersCabMPImagePhones {
        margin-right: 56px;
    }

    #PersCabMPQRBlock {
        display: flex;
        align-items: center;
    }

    #PersCabMPDevBlock {
        width: max-content;
    }
}

.adminPassedTestItemIcon {
    transition: 0.3s;
    opacity: 0;
}

.adminPassedTestItemBlock:hover > div > div > .adminPassedTestItemIcon {
    opacity: 1;
}

#VSK30YearBannerMobile {
    display: block;
}

#VSK30YearBannerPC {
    display: none;
}

@media only screen and (min-width: 1024px) {
    #VSK30YearBannerMobile {
        display: none;
    }

    #VSK30YearBannerPC {
        display: block;
    }
}

.dbQuestionEditIcon > path {
    transition: 0.3s all linear;
}

.dbQuestionEditIcon:hover > path {
    stroke: #0464F4;
}

.requestUserMenuButton {
    font-family: 'Inter';
    font-weight: 500;
    font-size: 15px;
    color: #333333;
    background: #e2e4e866;
    border-radius: 8px;
    padding: 4px 12px;
    border: none;
    transition: 0.3s;
}

    .requestUserMenuButton.active {
        color: white;
        background: #0464F4;
    }

    .requestUserMenuButton > span {
        transition: 0.3s;
    }   
    
    .requestUserMenuButton.active > span {
        color: white;
    }
