.ContestPrizeMainGrid{
    display: grid;
    grid-template-columns: auto 180px;
    grid-column-gap: 50px;
}

.ContestPrizesGrid{
    display: flex;
}

@media only screen and (max-width: 900px) {
    .ContestPrizesGrid{
        display: block;
    }
}


.ContestPrizesGridLeft>img{
    width: 244px;
    height: 191px;
    position: relative;
    top: 27px;
    left: 44px;
}
.ContestPrizesGridLeft{
    width: 214px;
    height: 280px;
    margin-top: 30px;
    background-color: #075a89;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    position: relative;
    z-index: 5;
    left: 6px;
}
.ContestPrizesGridRight{
    color: #181818;
    background-color: #e7eff3;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-left: 120px;
}

.ContestPrizesGridRightIn{
    padding: 26px 27px 27px 31px;
}

.ContestPrizesGridRightText01{
    font-size: 18px;
    line-height: 25px;
    color: #181818;
}

.ContestPrizesGridRightText01>b{
    padding-left: 5px;
}

.ContestPrizesGridRightTitle{
    font-weight: 500;
    font-size: 19px;
    line-height: 25px;
    padding-top: 20px;
    margin-bottom: 30px;
}
.ContestPrizesGridOut {
    padding-right: 24px;
    padding-left: 21px;
}



.TraderContestTopGridTextListElement::before{
    content: "";
    width: 11px;
    height: 11px;
    background-color: #075a89;
    margin-bottom: 15px;
    position: absolute;
    left: -20px;
    top: 3px;
    display: flex;
    border-radius: 50%;
}

.TraderContestTopGridTextListElement{
    margin-left: 30px;
    display: flex;
    line-height: 23px;
    margin-bottom: 10px;
    color: #181818;
    position: relative;
}

@media only screen and (max-width: 600px) {
    .ContestPrizeMainGrid{
        grid-template-columns: auto;
    }
}

@media only screen and (max-width: 900px) {
    .ContestPrizesGrid{
        display: block;
    }
    .ContestPrizesGridLeft{
        width: 100%;
        display: flex;
        justify-content: center;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        left: 0;
    }
    .ContestPrizesGridLeft>img{
        top: 30px;
        left: 0;
    }
    .ContestPrizesGridRight{
        padding-left: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
}


.IfYouHaveQuestions{
    display: flex;
    align-items: center;
}

.IfYouHaveQuestionsText{
    padding-left: 10px;
    font-size: 16px;
    line-height: 15px;
    color: black;
}


.IfYouHaveQuestionsTextLink{

    cursor: pointer;
    font-weight: 800;
}

.IfYouHaveQuestionsTextLinkText{
    color: #218ed2;
    text-decoration: underline;
}

.IfYouHaveQuestionsActive{
    position: fixed;
    z-index: 1000;
    /*top: 220px;*/
    top: calc(50% - 280px );

    right: calc(50% - 571px );
    width: 412px;
    border: 1px solid #8d8d8d;
    background-color: #f6f6f6;
}

@media only screen and (max-width: 1025px) {
    .IfYouHaveQuestionsText{
        padding-right: 15px;
    }
}
@media only screen and (max-width: 1200px) {
    .IfYouHaveQuestionsActive{
        right: calc(50% - 546px );
    }
}
@media only screen and (max-width: 1157px) {
    .IfYouHaveQuestionsActive{
        right: 25px;
    }
}

.IfYouHaveQuestionsAllBlack{
    position: fixed;
    z-index: 900;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.6);
}

.IfYouHaveQuestionsActiveIn{
    padding: 43px 37px 37px 37px;
}

.IfYouHaveQuestionsTop{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.IfYouHaveQuestionsTopTitle{
    font-size: 24px;
    font-weight: 500;
    color: #075a89;
    padding-bottom: 20px;
    border-bottom: 3px solid #d8d8d8;
    text-align: center;
}

.TextPlaceHolder{
    font-size: 13px;
    font-weight: 700;
    color: black;
}

.PersonalPageInputText{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    position: relative;
}
/*.PersonalPageInputText:nth-of-type(2){*/
/*    margin-top: 15px;*/
/*}*/

.PersonalPageInputError>label>.IfYouHaveQuestionsActiveInputText,.PersonalPageInputError>label>.PersonalPageInputText>.IfYouHaveQuestionsActiveTextareaText{
    color: #c93838;
}
.PersonalPageInputError>label>.PersonalPageInputErrorText::before,.PersonalPageInputError>label>.PersonalPageInputErrorText::before{
    position: absolute;
    width: 16px;
    height: 16px;
    background-color: #fb7b7b;
    border-radius: 8px;
    content: "";
    left: -25px;
    top: -4px;
}
.PersonalPageInputError>label>.IfYouHaveQuestionsActiveInput,.PersonalPageInputError>label>.IfYouHaveQuestionsTextarea{
    border: 1px solid red;
}
.PersonalPageInputError>label>.PersonalPageInputErrorText,.PersonalPageInputError>label>.PersonalPageInputText>.PersonalPageInputErrorText{
    display: flex;
    margin-left: 28px;
    margin-top: 5px;
    position: relative;
}

.PersonalPageInputErrorText{
    align-items: center;
    color: #c53838;
    font-size: 11px;
    display: none;
}

.IfYouHaveQuestionsActiveInput{
    width: calc(100% - 15px);
    height: 24px;
    font-size: 20px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 30px;
    padding-left: 15px;
    padding-bottom: 15px;
    border-radius: 3px;
}

.IfYouHaveQuestionsTextarea{
    height: 165px;
    width: calc(100% - 15px);
    font-size: 20px;
    font-weight: 500;
    padding-top: 30px;
    padding-left: 15px;
    padding-bottom: 15px;
    border-radius: 3px;
}

.TraderFeedbackSuccess{
    display: flex;
    margin-top: 21px;
    align-items: center;
}
.TraderFeedbackSuccessTitle{
    color: #3b3b3b;
    font-size: 24px;
    font-weight: 500;
    margin-left: 15px;
}

/*.TraderFeedbackSuccess>img{*/
/*    margin-top: 60px;*/
/*    margin-bottom: 32px;*/
/*}*/

.IfYouHaveQuestionsActiveIn>.StandartNotVisible{
    display: none;
}

.IfYouHaveQuestionsTopExit{
    cursor: pointer;
    height: 16px;
    font-size: initial;
    position: relative;
    color: #515456;
    text-decoration: underline;
}

.IfYouHaveQuestionsTopExit>img{
    margin-left: 10px;
    position: relative;
    top: 2px;
}

@media only screen and (max-width: 470px) {
    .IfYouHaveQuestionsActive{
        right: calc(50% - 210px);
    }
}
@media only screen and (max-width: 400px) {
    .IfYouHaveQuestionsActive{
        right: 0;
        /*width: calc(100% - 20px);*/
    }
    .IfYouHaveQuestionsActiveIn{
        width: auto;
    }
}

@media only screen and (max-width: 400px) {
    .IfYouHaveQuestionsActive{
        width: 100%;
    }
}
.IfYouHaveQuestionsButtonOut{
    border: none;
}

.IfYouHaveQuestionsBottom{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 34px;

}

.IfYouHaveQuestionsBottom>button{
    padding: 0;
}

.IfYouHaveQuestionsActiveInputText{
    color: #a0a4b7;
    font-size: 16px;
    position: relative;
    font-weight: 800;
    top: 38px;
    left: 15px;
}

.IfYouHaveQuestionsActiveTextareaText{
    color: #a0a4b7;
    font-size: 16px;
    position: absolute;
    font-weight: 800;
    top: 18px;
    left: 15px;
}
.ContestMenu{
    width: 180px;
}

.ContestMenuElement:hover{
    color: #f5a10f;
}

.ContestMenuElementText{
    text-align: center;
    font-size: 18px;
}


.ContestMenu>a{
    text-decoration: none;
}

.ContestMenuElement{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 52px;
}
@media only screen and (min-width: 600px) {
    .ContestMenuElementText {
        margin-top: 10px;
    }
}

.ContestMenuElementIMGYellow{
    display: none;
}

.ContestMenuElement:hover>img{
    display: none;
}
.ContestMenuElement:hover>.ContestMenuElementIMGYellow{
    display: block;
}

.ArrowUpHover{
    display: none;
}



@media only screen and (max-width: 600px) {
    .ContestMenu{
        grid-row: 1;
        width: 100%;
    }
    .ContestMenuElement{
        display: flex;
        flex-direction: unset;
        justify-content: flex-start;
        align-items: center;
    }
    .ContestMenuElement>img{
        margin-left: 40px;
        margin-right: 40px;
    }
    .ContestMenuOpen{
        max-width: 310px;
        margin: auto;
        padding: 10px 30px 30px 30px;
        border: 1px solid #075a89;
        border-radius: 20px;
        margin-bottom: 40px;
    }
    .ContestMenuOpen>a:first-of-type>div>img{
        width: 51px;
    }
    .ContestMenuOpen>a:nth-of-type(2)>div>img{
        width: 28px;
        padding: 10px 11px 16px;
    }
    .ContestMenuOpen>a:nth-of-type(3)>div>img{
        width: 44px;
        padding-right: 3px;
        padding-left: 3px;
    }

    .ContestMenuElementText{
        text-align: left;
    }
    .NoActiveElements{
        display: none;
    }
    .ContestMenuElement{
        margin-top: 5px;
        margin-bottom: 10px;
    }
    .ActiveElements>.ContestMenuElement{
        border: 1px solid #075a89;
        border-radius: 32px;
        margin-right: 40px;
        margin-left: 40px;
        padding-top: 17px;
        padding-bottom: 17px;
    }
    .ActiveElements>div{
        color: #f5a10f;
    }
    .ActiveElements>div>img{
        display: none;
    }
    .ActiveElements>div>.ArrowUpHover{
        display: block;
        transform: rotate(180deg);
    }
    .ActiveElements>div>.ContestMenuElementIMGYellow{
        display: block;
    }
    .ActiveElements>.ContestMenuElement{
        justify-content: space-around;
    }

    .ContestMenuOpen>.NoActiveElements{
        display: block;
    }
    .ContestMenuOpen>.ActiveElements>.ContestMenuElement{
        border: none;
        margin: auto;
    }
    .ContestMenuOpen>.ActiveElements>.ContestMenuElement,.ContestMenuOpen>.ActiveElements>.ContestMenuElement{
        justify-content: flex-start;

    }

    .ContestMenuOpen>.ActiveElements>.ContestMenuElement>.ArrowUpHover{
        display: none;
    }
    .ContestRegistrationForm>.ContestRegistrationFormIn{
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (max-width: 370px) {
    .ContestMenuElement>img{
        margin-left: 5px;
        margin-right: 5px;
    }
    .ContestRegistrationFormGrid>.ButtonOut>.Button3D{
        font-size: 12px;
    }
}
@media only screen and (max-width: 450px) {
    .ActiveElements>.ContestMenuElement{
        margin-left: 5px;
        margin-right: 5px;
    }
}
