

.TerminalWindows{
    font-family: Geometria, sans-serif;

}
.TerminalWindowsIn{
    max-width: 1000px;
    margin: 20px auto auto;
}

.TerminalWindowsPart01{
    background-color: white;
}

.TerminalWindowsPart01Top{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.TerminalWindowsPart01Top>img{
    padding-top: 10px;

}

.TerminalWindowsInPart01Right{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: white;
}

.TerminalWindowsInPart01Right>.TerminalWebComponent3IMG>.TerminalWebComponent3IMGCircles{
    margin-bottom: 30px;
}

.TerminalWindowsInPart01Right>.TerminalDesktopComponent3IMG>.TerminalDesktopComponent3IMGImage{
    display: block;
}

@media only screen and (max-width: 970px) {
    .TerminalWindowsInPart01Right>.TerminalWebComponent3IMG>.TerminalWebComponent3IMGImage>.TerminalWebComponent3IMGImageIn>img{
        width: 100%;
        object-fit: contain;
    }
}

@media only screen and (max-width: 700px) {
    .TerminalWindowsPart01Top{
        justify-content: center;
    }
    .TerminalWeb>.TerminalIn>.TerminalWindowsPart01{
        padding-right: 10px;
        padding-left: 10px;
    }
    .TerminalInPart01LeftText{
        padding-right:  20px;
    }
}

.TerminalWindowsInPartStore{
    padding-top: 0;
}

.TerminalWindowsInPart01RightMainImage{
    position: relative;
}


.TerminalWindowsInPartStore>.TerminalInPart01LeftStore,.TerminalWindowsInPartStore>.TerminalInPart01LeftText{
    padding-bottom: 10px;
}

@media only screen and (max-width: 400px) {
    .TerminalWindowsPart01Top>img{
        display: none;
    }
}

.TerminalWindowsPart01TextMain{
    padding-bottom: 20px;
}

.TerminalWindowsPart02Out{
    background-color: #f2f2ee;
}

.TerminalWindowsPart02{
    display: grid;
    grid-template-columns: 600px auto;
    grid-column-gap: 40px;
    padding-top: 40px;

}

.TerminalWindowsPart02>.TerminalWindowsPart02Left>img{
    object-fit: contain;
}

.TerminalWindowsPart03{
    display: grid;
    grid-template-columns: auto 600px;
    grid-column-gap: 40px;
    padding-top: 40px;
}

.TerminalWindowsPart03>.TerminalWindowsInPart03Right>img{
    object-fit: contain;
}


.TerminalWindowsPart02Left,.TerminalWindowsInPart03Right{
    position: relative;
    overflow: hidden;

}

    .TerminalWindowsPart02{
        padding-left: 0;
        grid-template-columns: auto 300px;
        position: relative;
    }
    .TerminalWindowsPart02>.TerminalWindowsPart02Left>img{
        position: absolute;
        right: -3px;
    }
    .TerminalWindowsPart02:before{
        content: '';
        height: 100%;
        width: 500px;
        position: absolute;
        top: 0;
        left: -500px;
        z-index: 10;
        background-color: #edf1f1;
    }
    .TerminalWindowsPart03{
        padding-right: 0;
        padding-left: 0;
        grid-template-columns: 300px auto;
        position: relative;
    }
    .TerminalWindowsPart03>.TerminalWindowsInPart03Right{overflow: hidden;}


    .TerminalWindowsPart03>.TerminalWindowsInPart03Right>img{
        position: absolute;
        left: -3px;

    }


.TerminalWindowsInPart02Right>ul,.TerminalWindowsInPart03Left>ul{
    padding: 0;
}

.TerminalWindowsInPart03Left>ul{
    padding-left: 15px;

}

.TerminalWindowsInPart02RightAndroidDesktop>.TerminalTitleH2{
    margin-top: 40px;
}


.TerminalWindowsInPart02Right>ul>li,.TerminalWindowsInPart03Left>ul>li{
    line-height: 27px;
    color: #413422;
    font-size: 16px;
    list-style: none;
    margin-top: 25px;
}

.TerminalWindowsInPart02Right>ul>li:before,.TerminalWindowsInPart03Left>ul>li:before{
    content: "";
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #ff9306;
    margin-right: 10px;
    margin-top: 5px;
    display: block;
    float: left;
    position: relative;
    top: 3px;
}

.TerminalWindowsInPart02Right>.TerminalTitleH2,.TerminalWindowsInPart03Left>.TerminalTitleH2{
    padding: 0 30px 0 15px;
    font-size: 24px;
    line-height: 28px;
    color: #413422;
}

@media only screen and (max-width: 600px) {
    .TerminalWindowsInPart02Right>.TerminalTitleH2,.TerminalWindowsInPart03Left>.TerminalTitleH2{
        padding-top: 20px;
    }

    .TerminalWindowsPart02{
        display: block;
        background-color: white;
        padding-right: 0;
    }
    .TerminalWindowsInPart02Right,.TerminalWindowsInPart03Left{
        padding-left: 20px;
        padding-right: 20px;
    }
    .TerminalWindowsPart02>.TerminalWindowsPart02Left>img{
        position: static;
        width: 100%;
    }
    .TerminalWindows{
        margin-left: 0;
        margin-right: 0;
    }
    .TerminalWindowsPart03{
        display: flex;
        flex-direction: column;
    }
    .TerminalWindowsInPart03Right{
        position: relative;
        order : 1;
    }
    .TerminalWindowsInPart03Left{
        order: 2;
    }

    .TerminalWindowsPart03>.TerminalWindowsInPart03Right>img{
        position: static;
        width: 100%;
    }
    .TerminalWindowsPart03:after{
        width: 0;
    }
    .TerminalWindowsInPart03Left>ul{
        padding-left: 0;

    }
    .TerminalWindowsInPart03Left>.TerminalTitleH2{
        padding-left: 0;

    }
}

.TerminalWindowsPart01TextMain{
    padding-bottom: 20px;
    font-weight: 400;
    font-size: 18px;
    color: #413422;
    padding-top: 30px;
    line-height: 27px;
}

.TerminalWindowsInPart01Right>.TerminalDesktopComponent3IMG>.TerminalDesktopComponent3IMGImage{
    margin: auto;
    width: 700px;
    left: -390px;
    top: 100px;
}

@media only screen and (max-width: 1000px) {
    .TerminalWindowsInPart01RightMainImage{
        display: none;
    }
    .TerminalWindowsInPart01Right>.TerminalDesktopComponent3IMG>.TerminalDesktopComponent3IMGImage{
        position: relative;
        left: auto;
        top: auto;
    }
}

@media only screen and (max-width: 1000px) {
    .TerminalWindowsInPart01Right>.TerminalDesktopComponent3IMG>.TerminalDesktopComponent3IMGImage>img{
        width: 100%;
    }
}
@media only screen and (max-width: 920px) {

    .TerminalWindowsInPart01Right>.TerminalDesktopComponent3IMG>.TerminalDesktopComponent3IMGImage{
        height: auto;
        width: 100%;
        display: block;
        object-fit: contain;
    }

}

.TerminalWindowsInPart03Right>img{
    width: 857px;
}


.TerminalWindowsInPartStore{
    padding-top: 0;
    display: flex;
    align-items: center;
}
.TerminalWindowsInPartStore>.TerminalInPart01LeftStore{
    margin-right: 30px;
}

@media only screen and (max-width: 500px) {
    .TerminalWindowsInPartStore{
        flex-direction: column;
        align-items: center;
    }
}

.TerminalWindowsInPart01Right>.TerminalWindowsInPart01RightMainImage{
    left: 10px;
}


.TerminalWindowsPart02Left:before{
    content: '';
    height: 100%;
    width: 200px;
    position: absolute;
    top: 0;
    left: -205px;
    z-index: 10;
    background-color: #edf1f1;
}

.TerminalWindowsInPart03Left>div{
    padding-left: 15px;
}

@media only screen and (max-width: 1050px) {
   .TerminalWindowsIn{
       margin-left: 20px;
       margin-right: 20px;
   }
}
@media only screen and (max-width: 800px) {
   .TerminalWindowsIn{
       margin-left: 0;
       margin-right: 0;
       margin-top: 0;
   }
}

/* Добавь в Windows.css (или отдельный файл, но проще сюда) */

.TerminalWindowsMonitorFrame{
    position: relative;
    width: 100%;
    max-width: 520px; /* подгони под дизайн */
    margin: 0 auto;
}

/* рамка/монитор */
.TerminalWindowsMonitorBase{
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    z-index: 2; /* чаще всего рамка должна быть выше */
}

/* "экран" внутри рамки — КООРДИНАТЫ ПОДГОНЯЕШЬ ПОД Monitor_1.jpg */
.TerminalWindowsMonitorScreen{
    position: absolute;
    z-index: 1000;
    left: 9.5%;
    top: 12.5%;
    width: 81%;
    height: 63%;
    overflow: hidden;
    border-radius: 6px;
    background: #000;

}

.TerminalWindowsMonitorScreen img{
    width: 100%;
    height: 100%;
    object-fit: cover; /* если надо без обрезки — поменяй на contain */
    display: block;
}

.TerminalWindowsMonitorDots{
    margin-top: 10px;
    display: flex;
    gap: 8px;
    justify-content: center;
}

/* --- dots under monitor --- */
.TerminalWindowsMonitorDots{
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 12px;
    height: 16px;          /* чтобы не схлопывалось */
    align-items: center;
}

.BlockNewsChangeMarked3ImgNo,
.BlockNewsChangeMarked3Img{
    width: 12px;
    height: 12px;
    border-radius: 999px;
    display: inline-block;
    flex: 0 0 auto;
}

/* inactive */
.BlockNewsChangeMarked3ImgNo{
    background: rgba(0,0,0,0.25);
    cursor: pointer;
}

/* active */
.BlockNewsChangeMarked3Img{
    background: rgba(0,0,0,0.65);
    cursor: default;
    transform: scale(1.05);
}
.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;
}
.RevealOnScroll{
    opacity: 0;
    transform: translate3d(0,0,0);
    transition: opacity 520ms ease, transform 520ms ease;
    will-change: opacity, transform;
}

.RevealOnScroll-left{ transform: translate3d(-22px, 0, 0); }
.RevealOnScroll-right{ transform: translate3d(22px, 0, 0); }
.RevealOnScroll-up{ transform: translate3d(0, -22px, 0); }
.RevealOnScroll-down{ transform: translate3d(0, 22px, 0); }

.RevealOnScroll.isVisible{
    opacity: 1;
    transform: translate3d(0,0,0);
}
