#map {
    padding: 100px 0;
    background-image: url('../../../images/bg-pattern-gazin.jpg');
}

#map .container {
    justify-content: center;
}

#world-map {
    width: 100%;
    height: auto;
}

#list {
    padding-bottom: 129px;
    background-image: url('../../../images/bg-pattern-gazin.jpg');
}

.dropd-wrapper {
    justify-content: space-between;
    margin-bottom: 49px;
}

#list .dropdown_item {
    width: 48%;
    flex-basis: 48%;
}

.dropdown_item {
    width: 100%;
    flex-basis: 100%;
}

.dropdown_item label{
    display: block;
    font-weight: 600;
    margin-bottom: 6px;
}

.dropdown_item select.input-default{
    font-family: 'Open Sans Regular';
    width: 100%;
    border: 2px solid #FFE0DF;
    box-sizing: border-box;
    border-radius: 4px;
    background-color: #fff;

    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

.dropdown_item select.input-default:focus {
    border: 2px solid #E0928F;
}

.dropdown_item select.input-default:not(:hover) {
    border: 2px solid #FFE0DF;
}

.franchise-list-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fill, 280px);
    justify-items: center;
    justify-content: center;
    column-gap: 32px;
    row-gap: 13px;
}