/*hero-index*/

.hero {
    padding-bottom: 20px;
    position: relative;
}

.hero--info {
    width: 500px;
    padding-top: 20px;
}

.hero--info h2 {
    padding: 0px 0 20px;
    color: #DC7000;
    font-size: 40px;
}

.hero--info h1 {
    font-size: 50px;
    font-weight: 600;
    text-shadow: 2px 3px #ff00005f;
}

#regModal-h1, #loginForm h1 {
    font-size: 25px;
    text-shadow: none;
    margin-bottom: 10px;
}

.hero--info p {
    font-weight: 500;
    line-height: 170%;
    margin: 30px 0;
    opacity: .75;
}

.hero--info .btn, #loginForm .btn {
    background: #FF9800;
    color: #fff;
    border-radius: 5px;
    padding: 12px 23px;
    border: 0;
    transition: all 300ms ease;
    font-size: 15px;
    outline: none;
}

#loginForm .btn {
    margin-top: 1rem;
}

.signinForm #btnSignInCancel {
    background: black;
    color: white
}

#btnAddCompany {
    margin-left: 5px;
    background: white;
    color: black;
}

#btnAddCompanySend {
    margin-top: 1rem;
}

#btnAddCompanyCancel {
    margin-top: 5px;
    background: black;
    color: white;
}

.hero--info .btn:hover, #loginForm .btn:hover {
    cursor: pointer;
    transform: scale(1.03);
}

.hero img {
    position: absolute;
    border-radius: 100%;
    top: 20px;
    right: 0;
    box-shadow: -11px 9px 20px 20px rgb(0 0 0 / 66%);
}

.logo_mm img {
    position: absolute;
    border-radius: 100%;
    opacity: 0.2;
    filter: blur(.8rem);
}

.dialog-message {
    padding: 20px;
    border-radius: 18px;
    width: 250px;
    float: right;
    position: relative;
    box-shadow: 5px 5px #343232;
    transition: all 300ms ease;
    user-select: none;
}

.dialog-message:hover {
    transform: scale(1.01);
}

.message-out {
    background: #1288ff;
}

.message-in {
    background: #da65fa;
}

.dialog-message img {
    box-shadow: none;
    position: relative;
}

/* Позиционирование сообщений */
.dialog-message:nth-child(1) {
    top: -450px;
}

.dialog-message:nth-child(2) {
    top: -350px;
}

.dialog-message:nth-child(3) {
    top: -265px;
    right: -580px;
}

.dialog-message:nth-child(4) {
    top: -180px;
    right: -580px;
}

.dialog-message:nth-child(5) {
    top: -170px;
    height: 20px;
}

.dialog-message:nth-child(5) img {
    right: 15px;
    top: -15px;
}

