.NewsTitle{
    margin-left: 11px;
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.AboutNewsThis{
    max-width: 1078px;
    padding-bottom: 15px;
    margin: auto auto;
}

@media only screen and (max-width: 1150px) {
    .AboutNews{
        margin: 10px;
    }
}

.AboutNewsTitleAbout{
    font-family: GothamPro, sans-serif;
    font-weight: 400;
    font-size: 38px;
    color: rgb(24,24,24);
    padding-bottom: 15px;
}

@media only screen and (max-width: 650px) {
    .AboutNewsTitleAbout{
        margin-top: 40px;
    }
}

@media only screen and (max-width: 1150px) {
    .AboutNewsTitleAbout{
        padding-left: 22px;
    }
}

.AboutNewsYear{
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 15px;
}


@media only screen and (max-width: 1150px) {
    .AboutNewsTitle,.AboutNewsYear{
        padding-left: 24px;
    }

}
@media only screen and (max-width: 650px) {
    .AboutNews{
        margin: 0;
    }
    .AboutNewsTitle, .AboutNewsYear{
        margin-left: 28px;
        padding-left: 0;
    }
}

.AboutNewsYearElement{
    cursor: pointer;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 17px;
    /*color: rgb(10,121,191);*/
    color: #a6a7aa;
    padding: 5px 20px;
}
.AboutNewsYearElement:hover{
    color: #005b85;
}


.AboutNewsYearElementActive{
    border-radius: 27px;
    border-style: none;
    /*background-color: rgb(33,142,210);*/
    /*font-family: Roboto, sans-serif;*/
    font-weight: 400;
    font-size: 17px;
    /*color: white;*/
    color: #005b85;
}

.AboutNewsElement{
    background-color: white;
    padding: 30px;
    /*display: grid;*/
    /*grid-template-columns: 100px auto;*/

    margin-bottom: 10px;
}

@media only screen and (max-width: 650px) {
    .AboutNewsElement{
        grid-template-columns: auto;
        grid-template-rows: 45px auto;
    }
}

.AboutNewsElementDate{
    display: flex;
    /*display: grid;*/
    /*grid-template-columns: 36px 8px 30px;*/
    /*grid-template-rows: 10px 3px 10px;*/
    /*font-family: GothamPro, sans-serif;*/
    font-weight: 500;
    color: #ff9937;
    font-size: 13px;
}



.AboutNewsElementDateDate{
    /*grid-column: 1;*/
    /*grid-row: 1/4;*/
    /*font-weight: 500;*/
    /*font-size: 31px;*/
    /*position: relative;*/
    /*top: -4px;*/
}

.AboutNewsElementDateMonth{
    /*grid-column: 3;*/
    /*grid-row: 1;*/
    /*font-weight: 400;*/
    /*font-size: 13px;*/
    margin-right: 7px;
    margin-left: 7px;
}

.AboutNewsElementDateYear{
    /*grid-column: 3;*/
    /*grid-row: 3;*/
    /*font-weight: 400;*/
    /*font-size: 13px;*/
    margin-right: 10px;
}

.AboutNewsElementNews{
    color: rgb(24,24,24);
}

.AboutNewsElementNewsTitle{
    position: relative;
    top: -2px;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 16px;
    color: black;
}

.AboutNewsElementNewsText{
    color: #878787;
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
}



@media only screen and (max-width: 450px) {
    .AboutNewsElementDate{
        display: grid;
        grid-template-columns: 20px 70px auto;
    }
    .AboutNewsElementNewsTitle{
        margin-top: 10px;
        grid-column: 1/span 3;
    }
    .AboutNewsElement{
        padding-bottom: 0;
        padding-top: 20px;
    }
}



.CompanyNewsGrid{
    display: grid;
    grid-template-columns: 108px auto;
}

.CompanyNewsGridYearsOut{
    background-color: #f9fafb;
}

.CompanyNewsGridYears{
    display: flex;
    flex-direction: column;
    text-align : center;
    padding-top: 31px;
}

.CompanyNewsGridYearsElement{
    font-weight: 400;
    font-size: 17px;
    line-height: 40px;
    color: #2f4563;
    text-decoration: underline;
    cursor: pointer;
}

.CompanyNewsGridYearsElementActive{
    font-weight: 700;
    font-size: 17px;
    line-height: 40px;
    color: #eb5749;
    text-decoration: none;
    cursor: unset;
}

.CompanyNewsGridNews{
    padding-top: 30px;
    padding-bottom: 30px;
}

.CompanyNewsGridNewsElementTitle{
    font-weight: 400;
    font-size: 21px;
    line-height: 27px;
    color: #353b50;
}

.CompanyNewsGridNewsElementDate{
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    color: #838383;
}

.CompanyNewsGridNewsElementText{
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    color: #353b50;
}

.CompanyNewsGridNewsElement{
    padding-bottom: 36px;
}

@media only screen and (max-width: 700px) {
    .CompanyNewsGrid{
        display: grid;
        grid-template-columns: auto;
        grid-template-rows: 71px auto;
    }
    .CompanyNewsGridYears{
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        padding-top: 15px;
    }
    .CompanyNewsGridYearsElement{
        min-width: 50px;
    }
}

.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;
}
