@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
    background-color: rgb(229 231 235);
    margin: 0;
    font-family: "Montserrat", sans-serif;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}


.container form {
    box-sizing: content-box;
    margin: auto;
    margin-top: 32px;
    margin-bottom: 32px;
    width: 432px;
    padding: 30px 40px;
    background: rgb(255, 255, 255);
}
h1.login-title {
    color: #000000;
    margin: 0px auto 25px;
    font-size: 25px;
    font-weight: 300;
    text-align: center;
}
.login-input {
    box-sizing: content-box;
    font-size: 15px;
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 25px;
    height: 25px;
    width: calc(100% - 23px);
}
.login-input:focus {
    border-color:#6e8095;
    outline: none;
}
.login-button {
    box-sizing: border-box;
    color: #fff;
    background: #3366ff;
    border: 0;
    outline: 0;
    width: 100%;
    height: 50px;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
}
.link {
    color: #777;
    font-size: 15px;
    text-align: center;
    margin-bottom: 0px;
}
.link a {
    color: #777;
}

.zag {
    color: rgb(0, 0, 0);
    text-align: center;
    font-size: 44px;
    line-height: 56px;
    margin: 0;
    margin-top: 50px;
    font-weight: 600;
    text-overflow: clip;
}



/* боковое меню: */


/* footer */


footer {
    position: relative;
    /*относительное позиционирование*/
    width: 100%;
    /*на всю ширину*/
    background: #3366ff;
    /*цвет футера*/
    display: flex;
    justify-content: center;
    /*в центре по горизонтали*/
    align-items: center;
    /*в центре по вертикали*/
    flex-direction: column;
    margin-top: 100px;
    /*отступ сверху*/
}

.social,
.menu1 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 25px 0 20px;
    flex-wrap: wrap;
    /*разрешен перенос на новую строку*/
    padding: 0;
}

.social li,
.menu1 li {
    list-style: none;
    /*удалить черные маркеры*/
}

.social li a {
    font-size: 2em;
    /*размер иконок*/
    color: #fff;
    /*цвет иконок*/
    margin: 0 10px;
    display: inline-block;
    /*отображать как строчно-блочный элемент*/
    transition: 0.5s;
    /*плавный переход*/
    padding: 0;
}

.menu1 li a {
    font-size: 1.2em;
    /*размер ссылок меню*/
    color: #fff;
    /*цвет ссылок меню*/
    opacity: 0.75;
    /*значение прозрачности*/
    margin: 15px 15px 0;

    text-decoration: none;
    /*ссылка без подчеркивания*/
    display: inline-block;
}

.menu1 li a:hover {
    opacity: 1;
}

footer p {
    color: #fff;
    text-align: center;
    margin-top: 15px;
    font-size: 1.1em;
}

footer .B1 {
    width: 90%;
    color: #ffffff;
    font-size: 12px;
    margin-top: 12px;
    line-height: 16px;
    text-align: center;
}



.nezag-1 {
    color: rgb(0, 0, 0);

    text-align: left;
    width: auto;
    padding: 0;
    margin-top: 48px;
    margin-bottom: 0px;
    font-size: 22px;
    line-height: 28px;
    font-weight: 400;
}

.nezag-2 {
    color: rgb(0, 0, 0);
    text-align: center;
    width: auto;
    padding: 0;
    margin-top: 25px;
    margin-bottom: 0px;
    font-size: 22px;
    line-height: 28px;
    font-weight: 400;
}

.nezag-3 {
    color: rgb(0, 0, 0);
    text-align: center;
    width: auto;
    padding: 0;
    margin-top: 25px;
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    text-decoration: none;
}


input[type="submit"]:disabled {
    opacity: .5;
}

.nezag-2-2 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    text-decoration: none;
    margin: 0;
    color: #777;
}

#button:hover {
    color: #3366ff;
}

#button-2 {
    color: #777;
    text-decoration: none;
}

#button-2:hover {
    color: #3366ff;
}

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

input[type="checkbox"],
input[type="radio"] {
    width: 1.5em;
    height: 1.5em;
    margin-right: 0.65rem;
}

@media screen and (max-width: 768px) {

    .container form {
        width: calc(100% - 90px);;
    }

}

.read-main {
    position: relative;
    display: inline-block;
    width: 200px;
    height: 56px;
    background: #3366ff;
    border-radius: 10px;
    text-align: center;
    /*margin-top: 24px;*/
    padding: 0;
    border: 0;
    text-decoration-line: none;
}

.read-text {
    width: auto;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    line-height: 16px;
    padding-left: 41px;
    padding-right: 41px;
    padding-top: 12px;
    padding-bottom: 12px;
}

label {
    display: inline;
}

input {
    font-size: revert;
}