* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 3px;
  -webkit-tap-highlight-color: transparent;
}

body {
    font-family: "Nunito", serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
    margin: 0;
    padding: 0;
}

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

a:hover {
    color: #ef1925;
    text-decoration: underline;
}

.container {
    max-width: 1680px;
    width: 100%;
    margin: 0 auto;
}

.map-wrapper {
    display: flex;

}

.AllLargeADS {
    min-height: 60px;
}

.AllSmallAdsFirst {
    min-width: 150px;
}

.AllSmallAdsSecond {
    min-width: 150px;
}

.map {
    position: relative;
    width: 100%;
}

.footer_section {
    text-align: center;
    padding: 20px 20px;
}

/*PLUGINS ========================================*/

.choices {
    margin-bottom: 0;
}

.choices .choices__inner {
    background: #ffffff;
    border: 1px solid black;
    border-radius: 3px;
    color: black;
}
.choices .choices__placeholder {
    opacity: 1;
    color: black;
}

@media (max-width: 1023px) {
    .choices .choices__inner {
        font-size: 16px;
    }
    .choices .choices__placeholder {
        font-size: 16px;
    }
}

