.config__request {
    max-width: 220px;
    justify-content: space-between;
    margin: 0 0 .5rem 0;
}
.ymaps-2-1-79-zoom__minus {
    bottom:-2px;
}

#form{
    max-width: calc(100vw - 16px)!important;   
}

#hr{
    z-index: -100;
}

.ymaps-2-1-79-map{
    position: fixed!important;
    /*max-height: 45vh;*/
    /*min-height: 40vh;*/
    /*width: 100vw!important;*/
    margin: 0;
    z-index: 100;
}
.ymaps-2-1-79-map-copyrights-promo{
    display:none;
}

.ymaps-2-1-79-controls__control_toolbar {
    display: none;
}

.ymaps-2-1-79-copyright__layout {
    display:none;
}

.error__active {
   color: red;
   border: 1px solid red;
}

.error__none {
   color: black;
   border: 1px solid black;
}

.error {
   color: red;
   padding: 0;
   margin: 0 0 15px 0;
}

.error__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hidden {
   display: none;
}

#description-container1 ymaps, #description-container2 ymaps{
    z-index: 0!important;
}

body,
html {
    margin: 0;
    padding: 0;
}

.container {
    margin: 0px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 13px;
}

ul.ks-cboxtags {
    list-style: none;
    padding: 20px;
}
ul.ks-cboxtags li{
    display: inline;
}
ul.ks-cboxtags li label{
    display: inline-block;
    background-color: #ffbd88;
    border: 2px solid #fff;
    border-radius: 25px;
    white-space: nowrap;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    transition: all .2s;
}

ul.ks-cboxtags li label {
    padding: 8px 12px;
    cursor: pointer;
}

ul.ks-cboxtags li label::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 12px;
    padding: 2px 6px 2px 2px;
    content: "\f067";
    transition: transform .3s ease-in-out;
}

ul.ks-cboxtags li input[type="checkbox"]:checked + label::before {
    content: "\f00c";
    transform: rotate(-360deg);
    transition: transform .3s ease-in-out;
}

ul.ks-cboxtags li input[type="checkbox"]:checked + label {
    border: 2px solid #ed812b;
    background-color: #ed812b;
    color: #fff;
    transition: all .2s;
}

ul.ks-cboxtags li input[type="checkbox"] {
  display: absolute;
}
ul.ks-cboxtags li input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}
ul.ks-cboxtags li input[type="checkbox"]:focus + label {
  border: 2px solid #e9a1ff;
}

.back_to {
    align-items: center;
    font-size: 30px;
    z-index: 9999;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 30px;
    background: #f5f5f5;
    color: #444;
    cursor: pointer;
    border-radius: 100px;
    z-index: 5000;
}

.back_to:hover {
    background: #e9ebec;
}

.back_to_left-show {
    display: block;
    float: left;
}
.back_to_right-show {
    display: block;
    float: right;
}

.input-address-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.input-address {
    width: 100% !important;
}

.input-create-app {
    min-width: 250px;
    width: 100% !important;
}

.open-map__button {
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 10px 16px 10px 12px;
    border-radius: 100px;
    color: var(--bs-primary);
    background: #fff;
     box-shadow: 
        0 -2px 4px rgba(0, 0, 0, 0.05),
        0 4px 6px rgba(0, 0, 0, 0.1); 
    font-weight: 500;
    border: none;
}

@media(min-width: 768px) {
    
    .input-address-group {
        flex-direction: row;
        gap: 32px;
    }
    
    .input-address {
        min-width: 300px;
        width: auto !important;
    }
    
    .input-create-app {
        width: auto !important;
    }
    
}



