*,
*::after,
*::before{
	box-sizing: border-box;
}
body {
    overflow:hidden;
    touch-action: none !important;
}
.time_marker_class {
    border-radius: 15px;
    z-index: 1000;
    font-size:1rem !important;
}
.pit_window{
    position: absolute;
    top:0;
    left: 50%;
    z-index:9999;
    width:100%;
    background-color:white;
    transform:translate(-50%, -100%);
    transition: 0.5s all ease-in-out;
    max-height: 100%;
    overflow-y:auto;
    max-width:550px;
}
.user__menu{
    position: absolute;
    right: 10px;
    padding: 7px;
    cursor: pointer;
    background: #fff;
    bottom: 124px;
    box-shadow: 0 2px 7px 1px rgb(0 0 0 / 30%);
    width: 40px;
    height: 40px;
    border-radius: 5px;
    background-image: url(../img/user-solid.svg);
    background-size:70%;
    background-position:center;
    background-repeat: no-repeat;
}
.gm-style-iw.gm-style-iw-c{
    /* touch-action: none !important; */
    /* pointer-events: none; */
    padding:0px !important;
}
.info__bottom-btn.info__bottom-btn--cancel{
    /* pointer-events: all; */
    /* touch-action: none !important; */
}
.info__photo{
    /* pointer-events: all; */
    /* touch-action: none !important; */
}
.info__label{
    /* pointer-events: all; */
    /* touch-action: none !important; */
}
.info__bottom-btn.info__bottom-btn--save{
    /* pointer-events: all; */
    /* touch-action: none !important; */
}
.info__input{
    /* pointer-events: all; */
    /* touch-action: none !important;  */
}
ul{
	list-style: none;
}
li{
	list-style: none;
}
a{
	text-decoration: none;
	color: inherit;
}
body{
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #000000;
}
.button {
    background: #36d286;
    color: #fff;
    font-weight: 700;
	cursor: pointer;
	display: block;
    padding: 15px;
    font-size: 15px;
    width: 100%;
    text-align: center;
    border-radius: 30px;
	transition: .4s all;
}
#map {
    height: 100%;
  }
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}
.gm-ui-hover-effect{
	display: none!important;
}
.wrapper {
    padding:10px;
	width: 100%;
}
.gm-style-iw-d{
    overflow: auto !important;
}
.info__input {
	font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size:1rem;
    width: 100%;
    line-height: 20px;
    margin-bottom: 10px;
    resize: none;
    min-height: 65px;
    border-radius: 5px;
    outline: none;
    border: 1px solid lightgray;
    padding: 5px;
}
.info__input::-webkit-scrollbar {
    width: 1px;
  }
.info__bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.info__bottom-btn {
    padding: 5px 15px;
    border-radius: 5px;
    cursor: pointer;
	transition: .4s all;
}
.info__bottom-btn--cancel {
    color: #1a73e8;
    border: 1px solid #1a73e8;
    background: transparent;
}
.info__bottom-btn--cancel:hover{
	color: #fff;
	background: #1a73e8;
}
.info__bottom-btn--save {
    background: #1a73e8;
    color: #fff;
    border: 1px solid #1a73e8;
}
.info__bottom-btn--save:hover{
	color: #1a73e8;
	background: transparent;
}
.wrapper__map{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.map__button{
    position: absolute;
    right: 10px;
    padding: 7px;
    cursor: pointer;
    background: #fff;
    bottom: 24px;
    box-shadow: 0 2px 7px 1px rgb(0 0 0 / 30%);
    width: 40px;
    height: 40px;
    border-radius: 5px;
}
.map__button_2{
    position: absolute;
    right: 10px;
    padding: 7px;
    cursor: pointer;
    background: #fff;
    bottom: 74px;
    box-shadow: 0 2px 7px 1px rgb(0 0 0 / 30%);
    width: 40px;
    height: 40px;
    background-image: url(../img/list_svg.svg);
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 5px;
}
.map__button_3{
    position: absolute;
    right: 10px;
    padding: 7px;
    cursor: pointer;
    background: #fff;
    top: -35px;
    box-shadow: 0 2px 7px 1px rgb(0 0 0 / 30%);
    width: 40px;
    height: 40px;
    background-image: url(../img/close_svg.svg);
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 5px;
}
.marker_list_wrap{
    position:absolute;
    bottom:0px;
    transform:translateY(120%);
    height:200px;
    background-color:white; 
    width:100%;
    transition: all 0.5s ease-out;
    z-index:99;
}
#marker_list{
    height: 100%;
    width: 100%;
    position: relative;
    overflow-x: auto;
    max-width: 500%;
    margin: 0 auto;
    padding: 15px;
}
.marker_list_item{
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    line-height: 22px;
    cursor: pointer;
    padding-bottom: 5px;
    border-bottom: 1px solid lightgray;
}
.marker_list_item:last-child{
    margin-bottom: 0;
    border-bottom: none;
}
.marker_list_text{
    padding-left: 5px;
}
.map__button img{
    width: 100%;
    display: block;
}
.info__photo-btn{
    background: rgba(0,0,0,0.1);
    cursor: pointer;
    padding: 10px;
    border-radius: 5px;
    display: inline-block;
    font-weight: bold;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 20px;
}
.info__photo-img{
    text-align: center;
    margin-bottom: 10px;
    display: none;
    width: 100%;
}
.info__photo-img img{
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.info__label{
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}
.info__address{
    font-size: 16px;
    margin-bottom: 10px;
}
.info__calendar{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 20px;
    outline: none;
    border: none;
    padding: 0px;
    padding-top: 1px;
    display: inline-block;
    margin-bottom: 10px;

}
#message_address{
    display:block;
}
.info__dropdown-text{
    font-size: 1rem;
    /* margin-bottom: 10px; */
    pointer-events: all;
    cursor: pointer;
    position: relative;
    border-bottom: 1px solid lightgray;
    display: inline-block;
}
.info__dropdown{
    font-size: 16px;
    margin-bottom: 10px;
    pointer-events: all;
    cursor: pointer;
    position: relative;
}
.info__dropdown-lsit{
    display: none;
    position: absolute;
    top: 20px;
    background: #fff;
    box-shadow: 0 2px 7px 1px rgb(0 0 0 / 30%);
    padding: 10px;
    max-height: 105px;
    overflow-y: auto;
}
.info__dropdown-item{
    padding: 5px 0;
    border-bottom: 1px solid lightgray;
    margin-bottom:5px;
}
.info__dropdown-item:last-child{
    margin-bottom:0px;
    padding-bottom: 0;
    border-bottom: none;
}
.info__dropdown-lsit.active{
    display: block;
}
.user__block {
    position: fixed;
    background: #fff;
    width: 100%;
    height: 200px;
    left: 0;
    bottom: 0;
    transition: .3s all;
    transform: translateX(100%);
    z-index: 999;
    padding: 30px 15px;
}
/* .user__menu {
    position: fixed;
    top: 55px;
    cursor: pointer;
    left: -56px;
    height: 60px;
    z-index: 9999;
    width: 55px;
    transition: .4s all;
    box-shadow: -23px 1px 44px 0px rgb(34 60 80 / 20%);
    background-color: rgba(255, 255, 255, 0.75);
    border-radius: 50% 0 0 50%;
    display: flex;
    justify-content: center;
    align-items: center;
} */
.user__menu-burger {
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.user__burger-item {
    width: 100%;
    height: 2px;
    background: #36d286;
    position: relative;
}
.user__burger-item::before, .user__burger-item::after {
    content: "";
    position: absolute;
    width: 100%;
    top: -6px;
    height: 2px;
    background: #36d286;
}
.user__burger-item::after {
    top: 6px;
}
.user__block-close {
    margin-left: auto;
}
.close {
    width: 20px;
    height: 20px;
    position: relative;
    display: block;
    cursor: pointer;
}
.close::after, 
.close::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 100%;
    height: 2px;
    background: rgb(175, 175, 175);
}
.close::before {
    transform: rotate(-45deg);
}
.close::after {
    transform: rotate(45deg);
}
.user__block-body {
    min-height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
/* .user__block-body__top {
    margin-bottom: 45px;
} */
.user__block-body__name {
    font-size: 20px;
    line-height: 24px;
}
.user__block-body__email {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
}
.user__block-body__logout {
    background: #4c8bf5;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    display: block;
    padding: 15px;
    font-size: 15px;
    width: 100%;
    text-align: center;
    border-radius: 6px;
    transition: .4s all;
}
.modal{
	padding-top: 50px;
    width: 100%;
    top: 0;
	display: none;
	transition: .4s all;
	height: 100%;
    z-index: 9999;
	background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
	left: 0;
}
.modal__warning{
	padding-top: 0;
	z-index: 99999;
	justify-content: center;
	align-items: center;
	padding: 0 15px;
}
.modal__body-text{
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 22px;
}
.modal__body-btn{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    border-radius: 15px;
    background-color: #404040;
	display: inline-block;
    border: none;
    color: #fff;
	cursor: pointer;
    padding: 10px 25px;
}
.modal__block{
    padding: 25px 30px 90px;
    background-color: #fff;
    border-radius: 20px 20px 0 0;
    overflow-y: auto;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    transition: .4s all;
    height: 100%;
    width: 100%;
    /* max-width: 500px; */
    margin: 0 auto;
    transform: translateY(200%);
}
.modal__block::-webkit-scrollbar{
    width: 0;
    height: 0;
}
.modal__block-auth{
	height: auto;
	max-height: 95%;
	bottom: 0;
	padding-bottom: 35px;
	position: absolute;
}
.modal__block-cls{
	cursor: pointer;
    display: block;
    background: #ededed;
    width: 30px;
    height: 30px;
    flex: none;
    margin-left: auto;
    top: 17px;
    transform: translateY(-26px);
    border-radius: 50%;
    position: sticky;
}
.modal__block-cls::before,
.modal__block-cls::after{
    content: "";
    position: absolute;
    width: 1px;
    top: 6px;
    left: 15px;
    background: #000;
    height: 17px;
}
.modal__block-cls::before{
	transform: rotate(45deg);
}
.modal__block-cls::after{
	transform: rotate(-45deg);
}

.modal__auth-check {
    text-align: center;
}
.modal__auth-text {
    font-size: 16px;
	margin-bottom: 10px;
}
.modal__auth-buttons {
    display: flex;
    max-width: 500px;
    margin: 0 auto;
}
.modal__auth-button:first-child{
	margin-right: 10px;
}
.modal__auth-button{
	border: none;
}
.auth__wrapper {
    text-align: center;
}
.auth__title {
    font-size: 24px;
	text-align: center;
	line-height: 32px;
	margin-bottom: 20px;
}
.auth__form {
    max-width: 500px;
	width: 100%;
	margin: 0 auto;
}

.auth__form-label {
    margin-bottom: 20px;
	display: block;
	text-align: left;
	font-size: 14px;
}
.auth__form-input {
    width: 100%;
    margin-top: 5px;
    outline: none;
    height: 35px;
    padding: 10px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 14px;
	line-height: 22px;
	border: none;
    border-radius: 30px;
    background-color: #e3e3e3;
}
.auth__form-label.warning .auth__form-input{
	border: 1px solid #ef4c4b;
}
.auth__form-label.warning  .auth__form-warning{
	display: block;
}
.auth__form-warning {
    display: none;
	color: #ef4c4b;
    padding-top: 5px;
    padding-left: 5px;
}
.auth__form-btn {
    margin-top: 20px;
	width: 100%;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 1rem;
	line-height: 22px;
	cursor: pointer;
	border-radius: 30px;
    background-color: #404040;
    border: none;
	color: #fff;
	padding: 10px;
	margin-bottom: 15px;
}
.auth__text {
    text-align: center;
	margin-bottom: 10px;
}
.auth__link {
    cursor: pointer;
}
.modal__wrapper{
	padding: 35px 18px 25px;
	background-color: #fff;
	border-radius: 20px;
	max-width: 500px;
	width: 100%;
	text-align: center;
}
.modal__body-text{
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 22px;
}
.modal__body-btn{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    border-radius: 15px;
    background-color: #404040;
	display: inline-block;
    border: none;
    color: #fff;
	cursor: pointer;
    padding: 10px 25px;
}
.info__like{
    max-height: 25px;
    fill: lightgray;
    transition: .4s all;
    max-width: 25px;
    cursor: pointer;
}
.info__like.like{
    fill: red;
}
.info__bottom-btn--delete{
    display: none;
}
.info__bottom-btn--delete.show{
    display: block;
}