.popup__communication{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 10;
}

.popup__communication .popup__body{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 51px 305px;
}

.popup__communication .popup__content{
    padding: 20px 63px 40.037px 64px;
    border-radius: 12px;
    background: #030125;
}


.popup__communication .popup__body .popup__close{
    display: flex;
    justify-content: right;
    width: 100%;
    padding: 10px;
}

.popup__communication .popup__body .popup__close svg{
    cursor: pointer;
}


.popup__communication .popup__body .popup__contact{
    display: flex;
    align-items: normal;
    position: relative;
    padding: 30px 0;
    margin: 10px 0 30px;
    gap: 10px;
}

.popup__communication .popup__body .popup__contact::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.15);
}

.popup__communication .popup__body .popup__contact::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.15);
}

.popup__communication .popup__body .popup__contact p{
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20.8px;
    padding: 4px 16.16px 5.8px 15px;
    border-radius: 30px;
    border: 1px solid #0D42FF;
    background: #0D42FF;
}

.popup__communication .popup__body .popup__contact .contact__icon{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    border: 1px solid #0D42FF;
    background: #0D42FF;
}


.popup__communication .popup__body .popup_title{
    color: #FFF;
    font-size: 60px;
    font-style: normal;
    font-weight: 800;
    line-height: 60px;
    letter-spacing: -0.1px;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.popup__communication .popup__body .popup_subtitle{
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20.96px;
    margin-bottom: 30px;
}


.popup__communication .popup__body input{
    width: 100%;
    color: #FFF;
    font-family: "Inter";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    background-color: #03012500;
    border: none;
    outline: none;
    padding: 18px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.popup__communication .popup__body input::placeholder{
    color: #7A8190;
    font-family: "Inter";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.popup__communication .popup__body .full_name{
    display: flex;
    width: 100%;
}

.popup__communication .popup__body .full_name input:first-child{
    margin-right: 20px;
}


.popup__communication .popup__body textarea{
    width: 100%;
    height: 111px;
    color: #FFF;
    font-family: "Inter";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    background-color: #03012500;
    border: none;
    outline: none;
    padding: 18px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.popup__communication .popup__body textarea::placeholder{
    color: #7A8190;
    font-family: "Inter";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}


.popup__communication .popup__body .agreement{
    display: flex;
    align-items: center;
    width: 299px;
    gap: 10px;
    margin-top: 67px;
}

.popup__communication .popup__body .agreement .checkbox{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: 1px solid #7A8190;
    cursor: pointer;
    user-select: none;
}

.popup__communication .popup__body .agreement .checkbox img{
    display: none;
    width: 20px;
    height: 20px;
}

.popup__communication .popup__body .agreement .checkbox._active{
    background: #FFF;
}

.popup__communication .popup__body .agreement .checkbox._active img{
    display: block;
}

.popup__communication .popup__body .agreement p{
    color: #7A8190;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: -0.1px;
}


.popup__communication .popup__body .form_button{
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20.8px;
    cursor: pointer;
    padding: 4px 16.16px 5.8px 15px;
    border-radius: 30px;
    border: 1px solid #0D42FF;
    background: #0D42FF;
    margin-top: 20px;
}



.popup__chat{
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 10;
}

.popup__chat .popup__body{
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup__chat .popup__content{
    position: relative;
    width: 500px;
    height: 600px;
    padding: 20px;
    border-radius: 20px 0 0 0;
    border: 1px solid #E1E2FF;
    background: #FDFDFF;
}


.popup__chat .popup__content .line{
    width: calc(100% + 40px);
    top: 80px;
    left: -20px;
}


.popup__chat .popup__body .popup__content .popup__close{
    position: absolute;
    top: 20px;
    right: 20px;
}

.popup__chat .popup__body .popup__content .popup__close svg{
    filter: invert(1);
    cursor: pointer;
}


.popup__chat .popup__content .popup__header{
    display: flex;
    gap: 23px;
}

.popup__chat .popup__content .popup__header .popup__header__right .role{
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.popup__chat .popup__content .popup__header .popup__header__right .id{
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


.popup__chat .popup__content .popup__messages{
    display: flex;
    flex-direction: column;
    gap: 32px;
    position: relative;
    padding: 34px 10px;
    max-height: calc(100% - 90px);
    overflow-y: auto;
}

.popup__chat .popup__content .popup__messages .message{
    display: flex;
    justify-content: left;
}

.popup__chat .popup__content .popup__messages .your_message{
    justify-content: right;
}

.popup__chat .popup__content .popup__messages .message p{
    width: 362px;
    height: 57px;
    color: #0D42FF;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding: 9px 12px;
    border-radius: 10px;
    border: 1px solid #0D42FF;
    background: #FFF;
}

.popup__chat .popup__content .popup__messages .your_message p{
    color: #FFF;
    background: #0D42FF;
}


.popup__chat .popup__content .entering_message{
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: calc(100% - 40px);
}

.popup__chat .popup__content .entering_message input{
    width: 100%;
    height: 57px;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #0D42FF;
    background: #FFF;
}

.popup__chat .popup__content .entering_message .button_send{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 10px;
    right: 60px;
    border-radius: 10px;
    background: #0D42FF;
    cursor: pointer;
}

.popup__chat .popup__content .entering_message .button_attach{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
}



.popup__menu_hidden{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 8;
}

.popup__menu_hidden .popup__body{
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup__menu_hidden .popup__content{
    width: 100%;
    min-height: 100vh;
    padding: 20px 63px 40.037px 64px;
    background: #030125;
}


.popup__menu_hidden .popup__body .popup__content .popup__close{
    display: flex;
    justify-content: right;
    width: 100%;
    margin-bottom: 20px;
}

.popup__menu_hidden .popup__body .popup__content .popup__close svg{
    cursor: pointer;
}


.popup__menu_hidden .popup__body .popup__content .popup__links{
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 19.67px;
}

.popup__menu_hidden .popup__body .popup__content .popup__links .popup__link{
    display: inline-flex;
    flex-direction: column;
    position: relative;
}

.popup__menu_hidden .popup__body .popup__content .popup__links .popup__link a{
    display: inline-flex;
    width: 100%;
    position: relative;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    text-decoration: none;
    letter-spacing: -0.1px;
    margin: 20px 0;
    transition: .3s all ease;
}

.popup__menu_hidden .popup__body .popup__content .popup__links .popup__link._active a{
    color: #A5A5A5;
}

.popup__menu_hidden .popup__body .popup__content .popup__links .popup__link a::after{
    content: "";
    position: absolute;
    bottom: -20px;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.15);
}

.popup__menu_hidden .popup__body .popup__content .popup__links .popup__link._active a{
    color: #A5A5A5;
}

.popup__menu_hidden .popup__body .popup__content .popup__links .popup__link .popup__links__hidden_menu{
    display: inline-flex;
    width: 100%;
    padding: 10px 0px;
    flex-direction: column;
    gap: 10px;
    margin: 20px 0;
}

.popup__menu_hidden .popup__body .popup__content .popup__links .popup__link .popup__links__hidden_menu a{
    display: flex;
    justify-content: left;
    width: 100%;
    position: relative;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 10px 0;
}

.popup__menu_hidden .popup__body .popup__content .popup__links .popup__link .popup__links__hidden_menu a::after{
    bottom: -10px;
}

.popup__menu_hidden .popup__body .popup__content .popup__links .popup__link .popup__links__hidden_menu a:last-child:before{
    display: none;
}


.popup__menu_hidden .popup__body .popup__content .popup__button a{
    display: inline-block;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    text-decoration: none;
    line-height: 24px;
    letter-spacing: -0.1px;
    background-color: #0D42FF;
    border-radius: 30px;
    padding: 5px 15px;
    transition: .2s all ease;
    margin-top: 20px;
}

.popup__menu_hidden .popup__body .popup__content .icons_switcher{
    left: 16px;
    justify-content: end;
    padding-bottom: 55px;
    pointer-events: none;
}

.popup__menu_hidden .popup__body .popup__content .icons_switcher .icon_switcher{
    pointer-events: painted;
}

.popup__menu_hidden .popup__body .popup__content .icons_switcher .switcher .switcher_hidden{
    width: 300px;
    top: -180px;
    left: 60px;
    pointer-events: painted;
}

.icons_switcher .switcher_hidden .switcher_hidden__language_switchers .language_switcher{
    width: 50px;
    height: 50px;
    font-size: 30px;
}
