*, *::before, *::after {
    box-sizing: border-box;
}
body
{
    font-family: 'Geometria', sans-serif;
}


.zagolov
{
    width: 100%;
    max-width: 765px;
    padding-right: 17px;


}
.picture_lick button
{
    font-family: 'Geometria', sans-serif;
    font-weight: 400;
    color: #54575F;
    background: none;
    border: 1px solid #54575F;
    border-radius: 27px;
    width: 102px;
    height: 26px;
    font-size: 12px;
    line-height: 18.84px;
}
.text_cans
{
    position: relative;
    top: -4.75px;
    left: 0px;
    height: 19px;
}
.image_cans
{
    position: relative;
    top: 1.31px;
    right: -3px;
}

.contener
{
    padding-right: 10px;
}

.panel
{
    background-color: #1B1A20;
    border-radius: 20px;
    height: 235px;
    padding: 15px;
    max-width: 753px;
    margin-left: 12px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;

}
.vvod
{
    position: relative;
    display: block;
    width: 100%;
    min-width: 200px;
    max-width: 583px;
    float: left;
}

input:focus, textarea:focus, select:focus {
    outline: none !important;
}
input[type="text"],select,input[type="password"],input[type="date"]
{
    font-family: 'Geometria', sans-serif;
    background-color: #34333D;
    border-radius: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 21.6px;
    color: white;
    border: none;
    height: 35px;
    width: 100%;
    min-width: 200px;
    max-width: 583px;
    margin-bottom: 8px;
    padding-left: 13px;

}
select
{
    appearance: none;
    padding: 6px 0 0 8px ;
    border:0px;
    outline:0px;

}
select:focus {
    outline: none;
    box-shadow: none;
    border-radius: 10px !important;
}


input[type="text"]::placeholder
{
    color: #6E8086;
    line-height: 21.6px;
    font-size: 16px;
}


.save_but button
{
    font-family: 'Geometria', sans-serif;
    font-weight: 400;
    color: white;
    background: none;
    border: 1px solid #4B5158;
    border-radius: 8px;
    width: 116px;
    height: 28px;
    font-size: 12px;
    line-height: 18.06px;
}
.save_but
{
    display: block;
    margin-left: 19px;
    position: relative;
    top: 70%;
    float: right;
    max-width: 116px;
    min-width: 116px;
    width:100%
}

.save_btn
{
    margin-bottom: 8px;
}



.image_otmena
{
    position: relative;
    margin-right: 7.97px;
    top: 2.5px;
    left: 0.85px;
}
.text_otmena
{
    position: relative;
    top: -3.5px;
    left: -3px;
    width: 18px;
    font-size: 12px;
    font-family: 'Geometria', sans-serif;
    font-weight: 400;
}

.img_save
{
    position: relative;
    left: -5px;
    top: 1px;
}
.text_save
{
    position: relative;
    left: 0.5px;
}

.drop
{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}


@media (max-width: 685px) {
    header {
        height: 103px;
    }

    .body_header {
        padding-top: 51px;
        padding-right: 8px;
    }

    .menu {
        display: block;
        position: relative;
        left: 17px;
        top: 11px
    }

    .logo {
        position: relative;
        top: 4px;
        left: 15px;
    }

    .accaunt {
        position: relative;

    }
    input[type="text"],select,input[type="password"],input[type="date"]
    {
        font-family: 'Geometria', sans-serif;
        background-color: #34333D;
        border-radius: 10px;
        font-weight: 400;
        font-size: 12px;
        line-height: 16.2px;
        color: white;
        border: none;
        height: 28px;
        width: 100%;
        min-width: 200px;
        max-width: 583px;
        margin-bottom: 6px;
        padding-left: 13px;

    }

    input[type="text"]::placeholder
    {
        color: #6E8086;
        line-height: 16.2px;
        font-size: 12px;
    }
    .btn_br
    {
        display: none;
    }
    .panel {
        background-color: #1B1A20;
        border-radius: 20px;
        height: 232px;
        display: flex;
        flex-direction: column;
        justify-content: normal;
        align-items: normal;
    }

    .save_but {
        display: flex;
        width: 240px;
        max-width: 100%;
        float: right;
        margin: 4px 0 0 auto;

        justify-content: space-between;
        align-items: center;
    }

    .save_but button {
        margin-left: 10px;
        margin-top: 0;
    }
    .cansel_btn
    {
        position: relative;
        top: -4px;
    }
    .text_cans
    {
        display: none;
    }
    .cansel_batton
    {
        width: 28px;
        height: 28px;
    }
    .picture_lick button
    {
        width: 28px;
        height: 28px;
        padding: 0;
        border-radius: 50%;
        margin-right: 3px;
    }
    .image_cans
    {
        width: 19px;
        position: relative;
        top: 2.2px;
        left: -0.015px;
    }
}