.locator-form {
    font-family: Jost,sans-serif;
    padding-top: 40px;
    font-size: 16px;
}

.locator-form .description-form {
    text-align: -webkit-center;
    padding-bottom: 15px;
    font-size: 18px;
    font-weight: 600;
}

.locator-form form input[type=text] {
    border-radius: 10px;
}


.locator-form form label {
    margin-left: 0px;
}

.locator-form form {
    border: 1px solid;
    padding-top: 20px;
    padding-bottom: 40px;
    padding-right: 20px;
    padding-left: 20px;
    margin-bottom: 40px;
}

.locator-form form .error {
    color: red;
}

.add__buttom_success {
    text-align: -webkit-right;
    width: 100%;
}

.success-description {
    font-size: 18px;
    color: #18c097;
    font-weight: 600;
    width: 100%;
    padding-bottom: 200px;
    padding-top: 100px;
    text-align: -webkit-center;
}

.locator-form button.btn {
    font-weight: 400;
    background: #2a2829!important;
    color: #fff!important;
    box-shadow: none;
}

.locator-success button.btn {
    font-weight: 400;
    background: #2a2829!important;
    color: #fff!important;
    box-shadow: none;
}

.locator-success {
    padding-top: 40px;
}

/****MAP****/
.search__title {
    font-family: Jost, cursive;
    display: inline-block;
    position: relative;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 16px;
    margin-left: 40px;
}

.search__title .search__icon {
    position: absolute;
    display: inline-block;
    right: -25px;
    top: 11px;
    width: 17px;
    height: 17px;
    outline: 0;
    border: none;
    background: url(/local/components/kvinset/ymap/img/search.png) no-repeat;
    background-size: contain;
    padding: 0;
    box-shadow: none;
}

.search__title .search__input {
    font-family: Jost, cursive;
    display: inline-block;
    width: 280px;
    margin-left: 20px;
    outline: 0;
    padding: 0px 25px 0px 10px;
    border-radius: 6px;
    border: 2px solid gray;
    height: 38px;
}

.map {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-top: 2px solid #777;
    border-bottom: 2px solid #777;
    margin-bottom: 80px;
    max-height: 400px;
    overflow: hidden
}

.map .map__list {
    min-width: 300px;
    padding: 10px;
    overflow-y: scroll
}

.map .map__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 0;
    border-bottom: 2px solid #777
}

.map .map__item:last-child {
    border: none
}

.map .map__item .map__title {
    color: #000;
}

.map .map__item .map__tel {
    color: #54cdeb;
}

.map__item .map_name {
}

.map__item .map_address {
    font-family: 'Jost',serif;
    font-weight: 400;
}

.map__item .map_phone {
    font-family: 'Jost',sans-serif;
    font-weight: 400;
}

.map-block {
    width: 100%;
    min-height: 100%
}

.tabs__caption {
    display: none;
    width: 100%;
    border: 1px solid #777;
    list-style-type: none;
}

.tabs__caption li.active {
    border-bottom: 5px solid #777;
}
.tabs__caption li:first-child {
    border-right: 1px solid #777;
}
.tabs__caption li {
    width: 50%;
    font-size: 20px;
    padding: 15px;
    border-bottom: 5px solid transparent;
    text-align: center;
}

.map-columns {
    display: block;
    list-style-type: disc;
    margin: 0 20px 0 0;
}


.map-columns h4{
    font-size: 24px;
    font-weight: 500
}

.map-columns li {
    display: list-item;
    margin: 20px;
}

.map-columns li a{
    color: #2a2829;
    font-weight: 500;
}

.ymap {
    padding-top: 80px;
    font-size: 14px;
    font-weight: 600;
}

.search button {
    float: right;
    margin-right: 40px;
}

.locator-map button.btn {
    font-weight: 400;
    background: #2a2829!important;
    color: #fff!important;
    box-shadow: none;
}

.locator-add-form .form-group input {
    font-size: 15px;
}

.locator-add-form label, .locator-add-form input[type=text] {
}



@media only screen and (max-width: 992px) {
    .map {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-height: none
    }

    .map .map__list {
        height: 300px;
        border-bottom: 2px solid #777;
        width: 100%
    }

    .tabs__content {
        display: none;
    }
    .tabs__content.active {
        display: block;
    }
    .tabs__caption {
        display: flex
    }

    .search__title .search__icon {
        right: 8px;
    }
    .add__buttom {
        font-size: 12px;
        text-align: -webkit-center;
        margin-bottom: 20px;
    }

    .search button {
        float: none;
        margin-right: 0px;
    }
    .search__title .search__input {
        width: 280px;
    }

}
@media only screen and (max-width: 600px) {
    .search__title {
        width: 100%;
        text-align: -webkit-center;
        font-size: 13px;
        margin-left: 0px;
    }

    .search__title .search__input {
        width: 250px;
        margin-left: 0px;
    }
    .search__title .search__icon {
        right: 20%;
        top: 27px;
    }
}

@media only screen and (max-width: 320px) {
    .search__title .search__icon {
        right: 15%;
    }
}