body {
    background-color: #f3f4ef;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* шапка */
header {
    display: flex;
    flex-direction: row;
    height: 8vh;
    padding: 1% 0 1% 0;
    background-color: #3bbeee;
    margin-bottom: 3%;
}
.name-project {
    display: flex;
    flex-direction: row;
    align-items: center;
    /* justify-content: center; */
    background-color: white;
    width: 20%;
    height: 5vh;
    border-radius: 0 50px 50px 0;
    padding:0.5%;
}
.name-project img {
    width: auto;
    height: auto;
    padding-left: 10%;
}
.name-project p{
    font-family: "Jura";
    padding-left: 26%;
    margin: 0;
    font-weight: 700;
    font-size: 24px;
    padding-bottom: 1%;
}
.button-choose-address,
.button-new-address {
    height: 6vh;
    margin-left: 2%;
    margin-top: 0.3%;
    border: none;
    background-color: white;
    border-radius: 50px;
    font-size: 20px;
    font-family: "Jura";
}
.button-choose-address {
    width: 14%;
}
.button-choose-address a {
    text-decoration: none;
    color: black;
}
.button-new-address {
    display: inline;
    width: 20%;
}
.pressed-button-new-address {
    display: none;
    height: 6vh;
    width: 20%;
    margin-left: 2%;
    margin-top: 0.3%;
    border: 4px solid white;
    background-color: #3bbeee;
    color: white;
    border-radius: 50px;
    font-size: 20px;
    font-family: "Jura";
}
.user {
    display: flex;
    position: relative;
    margin: 0.2% 5% 0 20%;
}
.user p {
    position: absolute;
    top: 14%;
    left: 10%;
    margin: 0;
    font-family: "Jura";
    font-size: 20px;
}
.user img:first-child {
    height: 6vh;
}
.user img:last-child {
    position: absolute;
    top: -15%;
    left: 100%;
    height: 8vh;
    width: auto;
}
.auth-link-profile{
    margin-left: 34%;
}

/* начало контента */
.content {
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* поисковая строка */
.for-search {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.for-search .search{
    width: 60vw;
    position: relative;
    background: white;
    border: 3px solid #3bbeee;
    border-radius: 50px;
}
.for-search input,
.for-search button {
    border: none;
    outline: none;
    background: transparent;
}
.for-search input {
    width: 100%;
    height: 6vh;
    padding-left: 1%;
    font-family: "Jura";
    font-size: 20px;
    color: #615d5d;
}
.for-search button {
    height: 6vh;
    position: absolute;
    top: 0;
    right: 6px;
    cursor: pointer;
}
.searchContainer{
    margin-top: -1%;
    width: 60vw;
    background: white;
    border-radius: 0px 0px 10px 10px;
}
.searchContainer a:first-child{
    padding-top: 3%;
}
.searchContainer a{
    font-family: "Jura";
    font-size: 20px;
    text-decoration: none;
    color: black;
    padding: 1% 2%;
    border-top: 1px solid #3BBEEE;
}
.searchContainer a:hover{
    border-top: 3px solid #3BBEEE;
    border-bottom: 2px solid #3BBEEE;
    border-left: 3px solid #3BBEEE;
    border-right: 3px solid #3BBEEE;   
    font-weight: 700; 
	/* color: #3BBEEE; */
    color: black;
	background: rgba(0,0,0,0);
}
.searchContainer a:last-child:hover{
    border-bottom: 3px solid #3BBEEE;
    border-radius: 0 0 10px 10px;
}
/* форма создания точек */
.creat-point {
    display: none;
    flex-direction: column;
    align-items: center;
}
.form-for-creat-point {
    display: flex;
    flex-direction: row;
}
.inputs-for-address {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 60vw;
    margin-right: 4%;
}
.inputs-for-address input {
    background-color: white;
    border: 3px solid #3bbeee;
    padding: 1% 6%;
    font-size: 20px;
    font-family: "Jura";
    font-weight: 500;
    margin-bottom: 2%;
}
input[placeholder="Адрес"] {
    border-radius: 50px;
    width: 19vw;
    margin-right: 4%;
}
input[placeholder="Подъезд"] {
    border-radius: 50px;
    width: 20vw;
}
input[placeholder="Описание"] {
    border-radius: 30px;
    width: 50vw;
    height: 10vh;
}
.button-creat-address{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: white;
    padding: 1%;
    width: 20vw;
    border-radius: 30px;
}
.button-creat,.button-bind{
    width: 16vw;
    padding: 3px;
    position: relative;
    background: linear-gradient(to top, rgba(59, 190, 238, 0.14), rgba(59, 190, 238, 1));
    border-radius: 20px;
}
.button-creat{
    margin-bottom: 3%;
}
.button-creat button, .button-bind button{
    font-size: 20px;
    font-family: "Jura";
    font-weight: 600;
    width: 100%;
    border: none;
    border-radius: 20px;
    background: white;
    color: black;
    padding: 6% 12%;
}
.display_none {
    display: none;
}
.geo-points {
    margin-top: 3%;
    height: 4vh;
    width: 20%;
    background-color: white;
    padding: 1% 1% 0% 4%;
    border-radius: 0 15px 0 0;
}
.geo-points p {
    font-family: "Jura";
    font-size: 20px;
    font-weight: 500;
    margin: 0;
}
.background-white {
    background-color: white;
    padding: 1% 0.4% 1% 0.4%;
}
#map {
    width: 100%;
    height: 70vh;
}
.not-map{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 70vh;
    font-family: 'Jura';
}
.not-map h2{
    width: 40%;
    text-align: center;
}
/* всплывающее окно */
#black-background {
    margin-top: -20%;
    z-index: 20;
    position: fixed;
    display: none;
    width: 100%;
    height: 150vh;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.7);
}
#window-auth {
    display: none;
    flex-direction: column;
    z-index: 21;
    width: 40%;
    border-radius: 30px;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    position: absolute;
    top: 30%;
    height: 36%;
    font-family: "Jura";
}
.window-top {
    display: flex;
    flex-direction: row;
    text-align: center;
}
.window-top h3 {
    font-size: 24px;
    margin: 2% 30% 2% 35%;
}
.border-window-auth {
    border-top: 3px solid #cef2ff;
    font-size: 20px;
    font-weight: 500;
    padding: 4% 8%;
}
.form-auth {
    display: flex;
    flex-direction: column;
}
.form-auth input {
    border: 3px solid#3BBEEE;
    border-radius: 50px;
    padding: 2% 5%;
    font-family: "Jura";
    font-size: 20px;
}
.form-auth label {
    margin: 0 0 1% 5%;
}
.form-auth input:nth-child(2) {
    margin-bottom: 3%;
}
.form-auth input:nth-child(4) {
    margin-bottom: 6%;
}
.button-auth {
    margin: auto;
    width: 14vw;
    padding: 3px;
    position: relative;
    background: linear-gradient(to top, rgba(59, 190, 238, 0.14), rgba(59, 190, 238, 1));
    border-radius: 20px;
}
.button-auth button {
    font-size: 20px;
    font-family: "Jura";
    font-weight: 600;
    width: 100%;
    border: none;
    border-radius: 20px;
    background: white;
    color: black;
    padding: 5% 10%;
}

/* подвал */
footer {
    margin-top: 3%;
    background-color: #3bbeee;
    height: 10vh;
    padding: 3%;
}
.navigation-footer{
    display: flex;
    flex-direction: row;
}
.buttons-footer{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 80%;
}
.buttons-footer button{
    margin-right: 4%;
    margin-bottom: 1%;
}
.buttons-footer button:first-child,
.buttons-footer button:nth-child(3),
.buttons-footer button:nth-child(4)
{
    text-align: center;
    width: 16vw;
    font-size: 20px;
    font-family: 'Jura';
    text-align: center;
    background-color: white;
    color: black;
    padding: 0.6% 3%;
    border: none;
    border-radius: 15px;
}
.buttons-footer button:nth-child(2){
    text-align: center;
    width: 16vw;
    font-size: 20px;
    font-family: 'Jura';
    text-align: center;
    background-color: #3BBEEE;
    padding: 0.6% 3%;
    border: none;
    outline:4px solid white;
    outline-offset:-4px;    
    color: white;
    border-radius: 15px;
}
footer p{
    padding: 0;
    margin: 0;
    font-family: 'Jura';
    font-size: 18px;   
    color: white; 
    font-weight: 600;
}
footer .page-up{
    margin-left: 20%;
}
/* добавил вадим, 2 */
.searchContainer {
    display: flex;
    flex-direction: column;
}
