.TraderVPSGrid01{
    margin-top: 34px;
    display: grid;
    grid-template-columns: 3fr 2fr;
    grid-column-gap: 41px;

    margin-bottom: 39px;
}

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

.vps_table{
    width: 100%;
    border-collapse: collapse;
}

.vps_tableThead{
    background: url(/assets/TraderVPS01.22775f4674533ef243c1.png) center;
    background-size: cover;
}

.vps_tableThead>tr{
    height: 44px;
    text-align: left;
    font-weight: 700;
    font-size: 13px;
    line-height: 40px;
    color: #252525;
    border: 0;
}

.vps_tableThead>tr>th,.vps_table>tbody>tr>td{
    padding-left: 14px;
}

.vps_table>tbody>tr{
    height: 42px;
    border-bottom: 1px solid #c8d9e3;
}

.TraderVPSGrid0102{
    background-color: #eafbe1;
    border-left: 1px solid #c0e1ae;
}

.TraderVPSGrid0102Title{
    font-weight: 700;
    font-size: 13px;
    line-height: 23px;
    color: #252525;
    padding: 23px 33px 15px 28px;
}

.TraderVPSGrid0102Text{
    font-weight: 400;
    font-size: 13px;
    line-height: 30px;
    color: #252525;
    padding: 0 33px 23px 28px;
}

@media only screen and (max-width: 900px) {
    .TraderVPSGrid01{
        grid-template-columns: auto;
        grid-row-gap: 23px;
    }

}

.TraderVPSGrid02{
    background-color: #8fc8f5;
    box-shadow: inset 0 0 46px 0 rgba(0, 55, 98, 0.25);
}

.vps_blocks{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 27px 27px 0 12px;
}

.vps_block{
    padding-left: 16px;
    padding-bottom: 27px;
    border-radius: 5px;
}

.vps_block>a{
    display: flex;
    justify-content: left;
    padding-left: 20px;
    padding-top: 8px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

@media only screen and (max-width: 500px) {
    .vps_blocks{
        justify-content: center;
    }
}


.vps_block{
    width: 175px;
}

.vps_block_head{
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.vps_block_head>h2{
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    padding: 13px 16px 0 20px;
    margin: 0;
}

.vps_block_head>.price{
    font-weight: 700;
    font-size: 15px;
    line-height: 23px;
    padding: 0 16px 10px 20px;
}


.vps_block_head_1{
    background-image: linear-gradient(to top, #eafbe1, #f8fff5);
    border-bottom: 1px solid #cfedbf;
}

.vps_block_head_1>.price{
    color: #58a92c;
}

.vps_block_head_2{
    background-image: linear-gradient(to top, #e1f8fb, #f5fdff);
    border-bottom: 1px solid #c5e4e8;

}

.vps_block_head_2>.price{
    color: #58a92c;
}

.vps_block_head_3{
    background-image: linear-gradient(to top, #fbf9e1, #fffef5);
    border-bottom: 1px solid #e7e3ba;
}

.vps_block_head_3>.price{
    color: #b4a95d;
}

.vps_block_head_4{
    background-image: linear-gradient(to top, #fbe9e1, #fff9f7);
    border-bottom: 1px solid #eecec1;
}

.vps_block_head_4>.price{
    color: #c78063;
}

.vps_block_head_5{
    background-image: linear-gradient(to top, #eae1fb, #fcf5ff);
    border-bottom: 1px solid #cfedbf;
}

.vps_block_head_5>.price{
    color: #927eb4;
}

.vps_block>ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    padding-top: 18px;
    padding-left: 19px;
    background-color: white;

    font-weight: 400;
    font-size: 13px;
    line-height: 27px;
}

.vps_block>a{
    background-color: white;
    padding-bottom: 20px;
}


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

.IfYouHaveQuestionsText{
    padding-left: 10px;
}

.IfYouHaveQuestionsTextLink{
    color: #218ed2;
    text-decoration: underline;
    cursor: pointer;
}

.IfYouHaveQuestionsActive{
    position: fixed;
    z-index: 1000;
    top: 220px;
    right: calc(50% - 571px );
    background-color: white;
    width: 336px;
    border: 1px solid #8d8d8d;

}

@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: 14px 18px 20px 18px;
}

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

.IfYouHaveQuestionsTopTitle{
    font-size: 15px;
    font-weight: 700;
    color: black;
}

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

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

.PersonalPageInputError>label>.PersonalPageInputText>.PersonalPageInputErrorText{
    display: flex;
}

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

.IfYouHaveQuestionsActiveInput{
    width: 100%;
    height: 24px;
    font-size: 13px;
    margin-top: 10px;
}

.IfYouHaveQuestionsTextarea{
    width: 100%;
    height: 165px;
}

.TraderFeedbackSuccess{
    display: flex;
    flex-direction: column;
    align-items: center;
}

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

.IfYouHaveQuestionsActiveIn>.StandartNotVisible{
    display: none;
}

.IfYouHaveQuestionsTopExit{
    cursor: pointer;
}

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

.IfYouHaveQuestionsTextPhone{
    display: none;
    margin-left: 10px;
}
@media only screen and (max-width: 700px) {
    .IfYouHaveQuestionsText{
        display: none;
    }
    .IfYouHaveQuestionsTextPhone{
        display: block;
    }
}

.BlueFooter{
    width: 100%;
    height: 88px;
    background-color: #126cb8;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ButtonBlueFooter{

    padding-left: 15px;
    padding-right: 15px;
}
.BlueFooter>a{
    text-decoration: none;
}

