@font-face {
    font-style: normal;
    font-weight: 700;
    font-family: 'Montserrat';
    src: url(../fonts/Montserrat-Bold.ttf);
}

@font-face {
    font-style: normal;
    font-weight: 400;
    font-family: 'Montserrat';
    src: url(../fonts/Montserrat-Regular.ttf);
}

@font-face {
    font-style: normal;
    font-weight: 300;
    font-family: 'Montserrat';
    src: url(../fonts/Montserrat-Light.ttf);
}

/* Основной цвет: #ec6504; */

* {
    box-sizing: border-box;
    font-family: 'Montserrat';
    font-weight: 400;
}

::selection {
    background: #ec6504;
    ;
    /* Safari */
}

::-moz-selection {
    background: #ec6504;
    ;
    /* Firefox */
}

body,
html {
    margin: 0;
    padding: 0;
    height: 100%;
}

li {
    list-style-type: none;
}

ul {
    padding: 0;
    margin: 0;
}

a {
    color: black;
    text-decoration: none;
}

button {
    border: none;
    text-decoration: none;
    cursor: pointer;
    outline: none;
    background-color: transparent;
}

textarea {
    resize: none;
}

/*Отключение дефолтной кнопки закрытия infoWindow*/
.gm-ui-hover-effect {
    display: none !important;
}


/*Скролл*/
::-webkit-scrollbar-button {
    background-image: url('');
    background-repeat: no-repeat;
    width: 222px;
    height: 0px
}

::-webkit-scrollbar-track {
    background-color: white;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #e0e0e0;
    box-shadow: 0px 1px 1px #fff inset;
    background-image: url('https://yraaa.ru/_pu/24/59610063.png');
    background-position: center;
    background-repeat: no-repeat;
}

::-webkit-resizer {
    background-image: url('');
    background-repeat: no-repeat;
    width: 7px;
    height: 0px
}

::-webkit-scrollbar {
    width: 10px;
}

header {
    display: flex;
    align-items: center;
    margin-top: 16px;
    width: 545px;
    position: sticky;
    z-index: 996;
}

.display-none {
    display: none;
}

.display-flex {
    display: flex;
}

.header-wrapper {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
}

.dropdowns {
    display: flex;
    justify-content: space-between;
    box-shadow: 0 0 16px 0px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    width: 260px;
    margin-left: 74px;
    color: #ec6504;
    position: relative;
    background-color: white;
}

.dropdown__menu {
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 15px;
    z-index: 999;
}

.menu-items {
    position: absolute;
    background-color: white;
    box-shadow: 0 0 44px 0px rgba(0, 0, 0, 0.25);
    z-index: 999;
    border-radius: 4px;
}

.menu-items--board {
    top: 47px;
    left: 0px;
    width: 60%;
}

.menu-items--city {
    top: 47px;
    right: 0px;
    width: 49%;
}

.menu-items li {
    padding: 10px;
    transition: .3s;
}

.menu-items li a {
    color: #ec6504;
}

.menu-items li:hover {
    background-color: #f0f0f0;
}

.menu-items li:not(:first-child) {
    padding-top: 10px;
}

.arrow {
    margin-left: 15px;
    width: 13px;
    height: 13px;
    transform: rotate(180deg);
}

.arrow--passive {
    transform: rotate(360deg);
}

.flex-wrapper {
    display: flex;
    justify-content: flex-end;
}

.marker {
    max-width: 434px;
    padding: 20px;
    z-index: 999;
    position: relative;
    overflow: hidden;
}

.content-title {
    margin-top: 0;
    font-weight: 700;
    font-family: 'Montserrat';
    font-size: 18px;
}

.content-photo {
    border: 1px solid #dbdbdb;
    border-radius: 3px;
}

.btn-add {
    background-color: #ec6504;
    border-radius: 4px;
    transition: .4s;
}

.btn-add:hover {
    background-color: #d46d24;
}

.btn-add--active:hover {
    background-color: #d4d4d4;
    border: 1px solid #d4d4d4;
    color: white;
}

.buttons {
    display: flex;
    margin-bottom: 25px;
}

.info-type {
    margin-top: 0;
    color: #a3a3a3;
    font-family: 'Montserrat';
    font-weight: 400;
}

.info-toggle {
    padding: 6px 5px;
    border: 1px solid #ec6504;
    background-color: transparent;
    margin: 0;
    display: flex;
    color: #ec6504;
    transition: .4s;
}

.content-photo--link {
    cursor: pointer;
}

.info-toggle:first-child {
    border-right: none;
}

.info-toggle:hover {
    background-color: #ec6504;
    color: white;
}

.info-toggle--active {
    background-color: #ec6504;
    color: white;
}

.content-wrapper {
    display: flex;
}

.content__info {
    display: flex;
    flex-direction: column;
    align-items: start;
    margin-left: 20px;
}

.btn-add {
    padding: 13px 25px;
    color: white;
}

#map {
    height: 100%;
    width: 100%;
    position: static !important;
}

.big-marker {
    display: flex;
    flex-direction: column;
    position: relative;
    margin: auto;
    box-shadow: 0 0 50px 0px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    background-color: white;
}

.big-marker {
    width: 980px;
}

.big-marker-wrapper {
    display: flex;
    justify-content: space-around;
    padding: 45px 20px 30px 20px;
}

.logo {
    width: 187px;
    height: 100px;
}

.wrapper-center {
    width: auto;
    height: 50%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 999;
}

.big-marker__info {
    margin-right: 25px;
    display: flex;
    flex-direction: column;
    align-items: start;
    position: relative;
}

.side {
    display: flex;
    align-items: center;
}

.table-params {
    width: 100%;
    margin-bottom: 25px;
    border-spacing: 0px 10px;
}

.params-item {
    width: 50%;
}

.params-item--buttons {
    display: flex;
}

.params-item--side {
    margin-top: 15px;
}

.photo-wrapper {
    max-width: 550px;
    max-height: 460px;
    object-fit: cover;
    position: relative;
}

.photo-wrapper--marker {
    width: 180px;
}

.big-photo {
    position: absolute;
    top: 0;
    left: 0;
}

.btn-close {
    position: absolute;
    right: 15px;
    width: 36px;
    top: 3px;
    cursor: pointer
}

.btn-close-item {
    background-color: black;
}

.list__item-close {
    position: absolute;
    right: 3px;
    height: 15px;
    top: 19px;
    display: flex;
    flex-direction: column;
}

.close__item {
    width: 13px;
    height: 2px;
    background-color: black;
    position: relative;
    display: inline-block;
}

.close__item--active {
    background-color: #ec6504;
}

.close__item:first-child {
    margin-bottom: 3px;
    transform: rotate(40deg) translateY(4px) translateX(3.4px);
}

.close__item:last-child {
    transform: rotate(-40deg);
}

.btn-close span {
    width: 25px;
    height: 2px;
    display: inline-block;
    transition: .4s;
}

.span--active {
    background-color: #ec6504;
}

.span--passive {
    background-color: black;
}

.btn-close span:first-child {
    margin-bottom: 4px;
    transform: rotate(50deg) translateX(10px);
}

.marker .btn-close span:last-child {
    transform: rotate(-47deg) translateY(-6px) translateX(15px);
}

.big-marker .btn-close span:last-child {
    transform: rotate(-47deg) translateY(-4px) translateX(13px);
}

.marker .btn-close-item:first-child {
    transform: rotate(46deg) translateX(8px);
}

.marker .btn-close {
    right: 20px;
    cursor: pointer;
}

/* Бургер*/

/*стилизуем меню*/
.hidden-menu {
    display: block;
    position: fixed;
    list-style: none;
    padding: 10px;
    margin: 0;
    width: 226px;
    box-shadow: 0 0 16px 0px rgba(0, 0, 0, 0.25);
    top: 42px;
    right: -240px;
    transition: right .2s;
    z-index: 2;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    border-radius: 5px;
    background-color: white;
}

.hidden-menu li a {
    text-decoration: none;
    color: black;
    transition: .3s;
}

.hidden-menu li:not(:first-child) {
    margin-top: 10px;
}

.hidden-menu li a:hover {
    color: #ec6504;
}

/*скрываем инпут чекбокс*/
.hidden-menu-ticker {
    display: none;
}

/*общие стили значка-гамбургера, самого лэйбла*/
.btn-menu {
    color: #fff;
    background-color: #fff;
    padding: 9px 11px;
    position: fixed;
    top: 42px;
    right: 20px;
    cursor: pointer;
    transition: left .23s;
    z-index: 3;
    width: 42px;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    border-radius: 5px;
}

/*общие стили полосок*/
.btn-menu span {
    display: block;
    height: 4px;
    background-color: #2b343c;
    margin: 5px 0 0;
    transition: all .1s linear .23s;
    position: relative;
}

.btn-menu--active {
    box-shadow: 0 0 16px 0px rgba(0, 0, 0, 0.25);
}

/*прибиваем к верху лэйбла первую полоску*/
.btn-menu span.first {
    margin-top: 0;
}

/*при нажатии на бургер двигаем его и делаем другой фон бургеру*/
.hidden-menu-ticker:checked ~ .btn-menu {
    right: 20px;
}

/*и дальше стили меняющие бургер, двигающие менюшку по событию - нажатие на значек бургера*/
.hidden-menu-ticker:checked ~ .hidden-menu {
    right: 20px;
}

.hidden-menu-ticker:checked ~ .btn-menu span.first {
    -webkit-transform: rotate(45deg);
    top: 7px;
    background-color: black;
}

.hidden-menu-ticker:checked ~ .btn-menu span.second {
    opacity: 0;
}

.hidden-menu-ticker:checked ~ .btn-menu span.third {
    -webkit-transform: rotate(-45deg);
    top: -11px;
    background-color: black;
}

/*main*/

.search {
    z-index: 990;
    position: sticky;
    margin: 25px 0px 0px 20px;
    background-color: rgba(255, 255, 255, 0.94);
    padding: 20px 0;
    width: 508px;
    box-shadow: 0 0 27px 0px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
}

.search__form {
    position: relative;
}

.search-input {
    justify-content: center;
    padding: 8px 30px 8px 35px;
    position: relative;
    text-align: center;
    border-radius: 6px;
    border: 1px solid #d4d4d4;
    outline: none;
    transition: all linear .2s;
    font-size: 16px;
}

.search-input:focus {
    border: 1px solid #ec6504;
}

.input-icon {
    z-index: 9;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 10px;
    left: 9px;
    cursor: pointer;
    transition: all linear .2s;
}

.delete-icon {
    width: 16px;
    height: 16px;
    position: absolute;
    right: 52px;
    top: 31px;
    cursor: pointer;
}

.delete-icon--acitve {
    display: block;
}

.search-load {
    width: 20px;
    height: 20px;
    margin-left: 11px;
    cursor: pointer;
}

::-webkit-input-placeholder {
    color: black;
    font-size: 15px;
}

::-moz-placeholder {
    color: black;
    font-size: 15px;
}

/* Firefox 19+ */
:-moz-placeholder {
    color: black;
    font-size: 15px;
}

/* Firefox 18- */
:-ms-input-placeholder {
    color: black;
    font-size: 15px;
}

input::-webkit-input-placeholder {
    color: #999;
}

input:focus::-webkit-input-placeholder {
    color: transparent;
}

/* Firefox < 19 */
input:-moz-placeholder {
    color: #999;
}

input:focus:-moz-placeholder {
    color: transparent;
}

/* Firefox > 19 */
input::-moz-placeholder {
    color: #999;
}

input:focus::-moz-placeholder {
    color: transparent;
}

/* Internet Explorer 10 */
input:-ms-input-placeholder {
    color: #999;
}

input:focus:-ms-input-placeholder {
    color: transparent;
}

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

.dropfile-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.dropfile {
    width: 620px;
    padding-bottom: 30px;
    flex-direction: column;
    margin: auto;
    box-shadow: 0 0 50px 0px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    position: absolute;
    top: 40px;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 998;
    background-color: white;
    height: 470px;
    display: flex;
}

.dropfile-title {
    text-align: center;
}

.dropfile-input {
    justify-content: center;
    padding: 8px 30px 8px 35px;
    position: relative;
    text-align: center;
    outline: none;
    transition: all linear .2s;
    font-size: 16px;
    opacity: 0;
    visibility: hidden;
}

.dropfile-textarea {
    justify-content: center;
    padding: 8px;
    position: relative;
    transition: all linear .2s;
    font-size: 16px;
    margin-top: 25px;
    border-radius: 4px;
    border: 1px solid #d4d4d4;
    outline: none;
    background-color: #f5f5f5;
}

.dropfile-textarea:focus {
    border: 1px solid #ec6504;
    background-color: white;
}

.dropfile-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.btn-add--dropfile {
    margin-top: 30px;
    padding: 16px 60px;
    font-size: 16px;
}

.dropfile-close {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 13px;
    top: 11px;
    cursor: pointer;
}

.marker-close {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 13px;
    top: 11px;
    cursor: pointer;
}

.dropfile-input--label {
    position: absolute;
    right: 53px;
    top: 74px;
    color: white;
    text-align: center;
    cursor: pointer;
    transition: all linear .2s;
}

.dropfile-text {
    position: absolute;
    left: 60px;
    top: 81px;
}

.dropfile-input--label:hover {
    color: black;
}

.dropfile-btn--upload {
    background-color: #ec6504;
    border-radius: 4px;
    transition: .4s;
    padding: 6px 28px;
}

.upload-wrapper {
    border-radius: 6px;
    border: 1px solid #d4d4d4;
    outline: none;
    width: 100%;
    background-color: #f5f5f5;
}

/*Блок выборки*/

.markers-column {
    background-color: rgba(255, 255, 255, 0.94);
    box-shadow: 0 0 50px 0px rgba(0, 0, 0, 0.25);;
    display: flex;
    flex-direction: column;
    margin: 15px 0px 0px 20px;
    width: 508px;
    height: 480px;
    border-radius: 5px;
    padding: 20px 20px 0px 30px;
    position: sticky;
    z-index: 990;
    overflow-y: auto;
    transition: .2s;
}

.markers-column__sorting {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
    padding: 15px 16px 15px 55px;
    position: relative;
}

.sorting-item {
    transition: all linear .3s;
    cursor: pointer;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

.sorting-item:hover {
    color: #ec6504;
}

.sorting-arrow {
    width: 10px;
    height: 10px;
}

.sorting-arrow--up {
    transform: rotate(180deg);
}

.arrow-wrapper {
    position: absolute;
    display: flex;
    flex-direction: column;
}

.arrow-wrapper:first-child {
    left: 149px;
}

.arrow-wrapper--2 {
    right: -7px;
}

.arrow-wrapper--full {
    right: 538px;
}

.check-list {
    margin-top: 17px;
    overflow-y: auto;
    position: relative;
    padding-right: 10px;
}

.check-list__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 10px;
    transition: all linear .2s;
    cursor: pointer;
    position: relative;
}



.check-list__item:hover {
    background-color: #ffcfad;
    color: #ec6504;
}

.check-list__item--even {
    background-color: #f0f0f0;
}

.list__item-figure {
    width: 25px;
    height: 25px;
    border: 1px solid #d4d4d4;
    cursor: pointer;
    border-radius: 3px;
    transition: all linear .2s;
}

.list__item-figure--active {
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../img/svg/check.svg');
    background-size: cover;
    background-color: #ec6504;
    border: 1px solid #ec6504;
}

.list__item-figure:hover {
    border: 1px solid #ec6504;
    background-color: #ec6504;
}

.list__item-text {
    margin-left: 12px;
    max-width: 290px;
    position: absolute;
    left: 35px;
}

.list__item-number {
    font-size: 13px;
    color: #7a7a7a;
}

.list__item-side {
    position: absolute;
    right: 25px;
}

.markers-column__wrapper {
    position: relative;
}

.left-column {
    position: absolute;
    transition: left .2s;
    left: 0;
}

.left-column--hidden {
    left: -520px;
}

.toggle-column {
    width: 32px;
    height: 50px;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.94);
    left: 527px;
    top: 117px;
    z-index: 945;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 0 0 13px 0px rgba(0, 0, 0, 0.25);
    transition: all linear .23s;
}

.toggle-column:hover {
    background-color: #ffcfad;
}

.toggle-column:first-child {
    border-bottom: 1px solid #d4d4d4;
}

.toggle-column:nth-child(2) {
    top: 167px;
}

.toggle-arrow {
    width: 16px;
    height: 16px;
    align-items: center;
}

.toggle-arrow--hide {
    transform: rotate(180deg);
}

@keyframes spinner {
    100% {
        transform: rotate(360deg);
    }
}

.spinner {
    width: 50px;
    height: 50px;
    border: 6px solid #000;
    border-left-color: #333;
    border-right-color: transparent;
    border-bottom-color: #555;
    border-radius: 100%;
    animation: spinner 600ms infinite linear;
    position: absolute;
    top: 20%;
    left: 42%;
    z-index: 10;
}

.markers-column--full {
    width: 1200px;
}

.toggle-column--full {
    left: auto;
    right: -32px;
}

.list__item-side--full {
    right: auto;
    left: 549px;
}

.list__item-photo {
    width: 220px;
    height: 165px;
    position: relative;
    border: 1px solid #c9c9c9;
}

.sorting-item--photo {
    margin-right: 119px;
}

.check-list__item img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.basket {
    margin-top: 15px;
    position: absolute;
    right: 0;
    padding: 20px;
    box-shadow: 0 0 50px 0px rgba(0, 0, 0, 0.25);
    width: auto;
    border-radius: 7px;
    z-index: 200;
    background-color: rgba(255, 255, 255, 0.94);
}

.basket .btn-add {
    display: flex;
    align-items: center;
    padding: 13px 11px;
}

.basket-select {
    margin-left: 10px;
    border: 1px solid #d4d4d4;
    border-radius: 10px;
    padding: 2px 8px;
}

.marker-photo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contacts {
    position: relative;
    margin: auto;
    box-shadow: 0 0 50px 0px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    width: 600px;
    padding: 20px;
    text-align: center;
    background-color: white;
}

.contacts .btn-close span:first-child {
    transform: rotate(51deg) translateX(10px);
}

.contacts .btn-close span:last-child {
    transform: rotate(131deg) translateX(-15px) translateY(6px);
}

.contacts__form input,
.contacts__form textarea {
    justify-content: center;
    padding: 8px 10px 8px 10px;
    position: relative;
    border-radius: 6px;
    border: 1px solid #d4d4d4;
    outline: none;
    transition: all linear .2s;
    font-size: 16px;
}

.contacts__form {
    display: flex;
    flex-direction: column;
    padding: 0px 70px;
    align-items: center;
}

.contacts-text {
    margin-top: 0px;
}

.contacts__form input:not(:last-child) {
    width: 240px;
}

.contacts-title {
    padding: 0 20px;
    font-weight: 600;
    margin-top: 0px;
}

.wrapper-center--contacts {
    top: -240px;
}

.input-company,
.input-phone {
    margin: 15px 0px;
}

.date-wrapper {
    display: flex;
    flex-direction: column;
}

.input-comment {
    margin: 15px 0px;
}

.btn-add--contacts {
    padding: 14px 42px;
}

.input-date--1 {
    margin-bottom: 10px;
}

.btn-add--active {
    background-color: white;
    color: #ec6504;
    border: 1px solid #ec6504;
}

.wrapper-center--alert {
    display: flex;
    justify-content: center;
    top: 160px;
}

.alert {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 450px;
    height: 200px;
    background-color: rgba(255, 255, 255, 0.94);
    box-shadow: 0 0 50px 0px rgba(0, 0, 0, 0.25);
    text-align: center;
    padding: 0px 20px;
}

.title-alert {
    font-size: 30px;
    margin-bottom: 18px;
    color: #1bbf68;
}

.btn-add--alert {
    padding: 10px 45px;
    font-size: 19px;
}

.error {
    border: 1px solid #eb2f2f !important;
}

.success {
    border: 1px solid #30e377 !important;
}

.dark-bg {
    width: 100%;
    height: 110%;
    z-index: 999;
    position: absolute;
    background: #00000045;
}

.btn-add--back {
    padding: 14px 25px;
    font-size: 16px;
}

@media(max-height: 830px) {
    .markers-column {
        height: 317px;
    }
    .wrapper-center--contacts {
    top: -313px;
    }
    .date-wrapper {
        flex-direction: row;
    }
    .contacts__form input:not(:last-child) {
     width: auto;
    }
    .input-date--1 {
     margin-bottom: 0px; 
}
}