@font-face {
    font-family: 'SFUIDisplay';
    src: url('https://map.geoprofi.kz/fonts/SFUIDisplay-Regular.eot');
    src: url('https://map.geoprofi.kz/fonts/SFUIDisplay-Regular.eot?iefix') format('eot'), url('https://map.geoprofi.kz/fonts/SFUIDisplay-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SFUIDisplay';
    src: url('https://map.geoprofi.kz/fonts/SFUIDisplay-Bold.eot');
    src: url('https://map.geoprofi.kz/fonts/SFUIDisplay-Bold.eot?iefix') format('eot'), url('https://map.geoprofi.kz/fonts/SFUIDisplay-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'SFUIDisplay-Medium';
    src: url('https://map.geoprofi.kz/fonts/SFUIDisplay-Medium.eot');
    src: url('https://map.geoprofi.kz/fonts/SFUIDisplay-Medium.eot?iefix') format('eot'), url('https://map.geoprofi.kz/fonts/SFUIDisplay-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SFUIDisplay';
    src: url('https://map.geoprofi.kz/fonts/SFUIDisplay-Ultralight.eot');
    src: url('https://map.geoprofi.kz/fonts/SFUIDisplay-Ultralight.eot?iefix') format('eot'), url('https://map.geoprofi.kz/fonts/SFUIDisplay-Ultralight.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

html,
body {
    overflow-x: hidden;
    position: relative;
    font-family: 'SFUIDisplay';
}

body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'SFUIDisplay';
    overflow-x: hidden;
    font-size: 16px;
    /* background: #000; */
}


/*------------------*/

.section__pagemap {
    display: flex;
}

aside.pagemap__aside {
    max-width: 320px;
    min-width: 320px;
    width: 320px;
    height: 100vh;
    background: #fff;
    position: relative;
    transition: all 0.5s ease;
}

aside.pagemap__aside .pagemap__aside--slide svg {
    transition: all 0.5s ease;
}

main.pagemap__main {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.mapboxgl-canvas {
    width: 100%;
    height: 100vh;
}

.pagemap__main--controller {
    position: absolute;
    right: 0;
    top: 0;
}

.pagemap__main--map {
    height: 100vh;
}

.mapbox__button--top {
    display: flex;
    flex-direction: column;
    margin: 10px 10px 0 0;
    background: #fff;
    border-radius: 4px;
}

.mapbox__button {
    width: 32px;
    height: 32px;
    border: 3px dashed #7f6a50;
    border-radius: 3px;
    display: block;
    padding: 0;
    outline: none;
    box-sizing: border-box;
    background-color: transparent;
    cursor: pointer;
    background: #fff;
    outline: none;
}

.mapbox__button--zoom {
    margin: 10px 10px 0 0;
    display: flex;
    flex-direction: column;
    border-radius: 4px;
    background: #fff;
}

.mapbox__button--zoom button {
    width: 32px;
    height: 32px;
    background: transparent;
    border: 0;
    padding: 0;
    outline: none;
    cursor: pointer;
}

.mapbox__button--zoom button+button {
    border-top: 1px solid #ddd;
}


/*------------------------------*/

.pagemap__main--search {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 260px;
}

input.mapboxgl--input {
    font: inherit;
    width: 100%;
    border: 0;
    background-color: transparent;
    margin: 0;
    color: rgba(0, 0, 0, .75);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    height: 24px;
    padding: 6px 35px;
    max-width: 180px;
}

.mapbox__input {
    width: 100%;
    font-size: 15px;
    line-height: 20px;
    max-width: 250px;
    position: relative;
    background-color: #fff;
    border-radius: 4px;
}

svg.mapboxgl-icon-search {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 5px;
}

.mapbox__button--left {
    max-width: 250px;
    margin: 10px 0 0 10px;
}

header.pagemap__aside--header {
    background: #000;
}

.pagemap__aside--header .logo-block {
    text-align: center;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagemap__aside--header .logo-block img {
    max-width: 150px;
}

.logo-block a {
    display: flex;
    width: 100%;
    justify-content: center;
    height: 100%;
    align-items: center;
}

.pagemap__aside--body {
    padding: 24px 24px;
}

h1.pagemap__aside--title {
    font-size: 18px;
    width: 100%;
    text-align: center;
    margin-bottom: .5em;
    color: rgba(0, 0, 0, .85);
    font-weight: 600;
    line-height: 1.23;
}

.pagemap__aside--desc {
    color: rgba(0, 0, 0, .65);
    text-align: center;
    margin-bottom: 1em;
}

.pagemap__form--title {
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: bold;
}

.pagemap__aside--form {
    padding-top: 20px;
}

.label_img__item--img img {
    max-width: 100%;
}

.label_img__item {
    width: 100%;
    margin-bottom: 10px;
}

.label_img__item label {
    display: block;
    border: 1px solid #f0f0f0;
    border-radius: 0px;
    overflow: hidden;
}

.label_img__item--text {
    padding: 10px 20px;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.label_img__item--img {
    display: block;
}

span.input__checkbox {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    width: 16px;
    height: 16px;
    direction: ltr;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    border-collapse: separate;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin-right: 5px;
}

.label_img__item--text input {
    display: none;
}

.label_img__item--text input:checked+span.input__checkbox {
    background-color: #02b44e;
    border-color: #02b44e;
}

span.input__checkbox:before {
    position: absolute;
    display: table;
    border: 2px solid #fff;
    border-top: 0;
    border-left: 0;
    -webkit-transform: rotate(45deg) scale(1) translate(-50%, -50%);
    transform: rotate(45deg) scale(1) translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: all .2s cubic-bezier(.12, .4, .29, 1.46) .1s;
    transition: all .2s cubic-bezier(.12, .4, .29, 1.46) .1s;
    content: " ";
    top: 48%;
    width: 5px;
    height: 9px;
    left: 21.6%;
}

.label_img__item--text input:checked+span.input__checkbox:before {
    opacity: 1;
}

.label__border {
    padding: 24px;
    margin-bottom: 15px;
    border: 1px solid #f0f0f0;
    border-radius: 0px;
}

.label__border--title {
    color: rgba(0, 0, 0, .85);
    font-size: 14px;
    white-space: nowrap;
    font-weight: bold;
    margin-bottom: 5px;
}

.label__border--select select {
    width: 100%;
    padding: 5px;
    border: 1px solid #7f6a50 !important;
    border-radius: 5px;
}

input.label__border-input {
    width: 100%;
    display: inline-block;
    height: 21px;
    padding: 5px;
    padding-left: 25px;
    outline: none;
    border: 1px solid #7f6a50 !important;
    border-radius: 5px;
}

.label__border--input {
    display: flex;
    position: relative;
}

span.label__border-global {
    position: absolute;
    height: 100%;
    display: flex;
    align-items: center;
    left: 5px;
}

.pagemap__form--item {
    margin-bottom: 30px;
}

.pagemap__form--item:last-child {
    margin-bottom: 0;
}

.label__fio--title {
    display: flex;
    color: rgba(0, 0, 0, .85);
    font-size: 14px;
    margin-bottom: 5px;
}

.label__fio--title sup {
    margin-right: 2px;
}

input.label__fio--input {
    width: 100%;
    display: inline-block;
    height: 21px;
    padding: 5px 10px;
    outline: none;
    font-size: 14px;
    border: 1px solid #7f6a50 !important;
    border-radius: 5px;
}

label.label__fio--item {
    width: 100%;
    margin-bottom: 15px;
    display: block;
}

.label__fio--inp {
    display: flex;
}

textarea.label__fio--input {
    width: 100%;
    display: inline-block;
    height: 50px;
    padding: 5px 10px;
    outline: none;
    font-size: 14px;
    border: 1px solid #7f6a50 !important;
    border-radius: 5px;
}

button.pagemap__form--submit {
    background: #e95095;
    width: 100%;
    display: inline-block;
    height: 35px;
    padding: 3px 10px;
    outline: none;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    border: 0;
    cursor: pointer;
    border-radius: 5px;
    padding: 10px 40px;
    height: auto;
}

.pagemap__aside--slide {
    position: absolute;
    top: 50%;
    background: #2f6abe;
    cursor: pointer;
    right: 100%;
    padding: 20px 10px;
    border-radius: 10px 0 0 10px;
    display: none;
}

.pagemap__aside--overflow {
    overflow-y: auto;
    height: 100vh;
    max-width: 320px;
    min-width: 320px;
}

.mapright-active aside.pagemap__aside {
    min-width: 0;
    width: 0;
}

.mapright-active aside.pagemap__aside .pagemap__aside--slide svg {
    transform: rotate(180deg);
}

.message__item {
    width: 75% !important;
    max-width: 550px;
    z-index: 10;
    background: #fff !important;
    color: #000;
    min-height: auto !important;
}

.message__item svg {
    fill: #02b44e;
    margin-right: 10px;
}

.message__item--red svg {
    fill: #FF0000;
}

.jGrowl-closer.ui-corner-all {
    display: none !important;
}

div#succec {
    max-width: 590px;
}

.md-content {
    padding: 48px 32px;
}

.succec__modal--icon {
    text-align: center;
    margin-bottom: 24px;
}

.succec__modal--icon svg {
    color: #52c41a;
    font-size: 70px;
}

.succec__modal--info {
    text-align: center;
}

.succec__modal--title {
    color: rgba(0, 0, 0, .85);
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 5px;
}

.succec__modal--text {
    color: rgb(0 0 0);
    font-size: 18px;
    font-weight: 400;
}

.succec__modal--button {
    display: flex;
    margin: 24px 0 0;
}

.succec__modal--button a {
    color: rgba(0, 0, 0, .65);
    background: #fff;
    border: 1px solid #d9d9d9;
    width: 100%;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    border-radius: 20px;
    margin: 0 5px;
    padding: 10px 10px;
    cursor: pointer;
}

a.succec__button--item.md-close {
    background-color: #e95095;
    border: 0;
    color: #fff;
}

a#succec__click {
    position: absolute;
    z-index: -4;
    width: 0;
    height: 0;
    overflow: hidden;
    font-size: 0;
    visibility: hidden;
}

@media screen and (max-width:800px) {
    .pagemap__aside--slide {
        display: block;
    }
}