h1{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #000000;
}
h3{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #487F0D;
    margin-top: 10px;
}

.filter p{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #737373;
    text-align: left;
}
.filter p .clear{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #737373;
    text-align: left;
    text-decoration: underline;
    font-style: normal;
}

.filter p .clear:hover{
    cursor: pointer;
}
.marg{
    margin-left: 20px;
}


.select {
    position: relative;
    display: inline-block;
    min-width: 304px;
    width: 100%;
    max-width: 304px;
    margin-bottom: 20px;
}

.select__head, .select__head2 {
    width: 100%;
    max-width: 100%;
    /* box-shadow: 0 0 4px rgba(0, 0, 0, 0.2); */
    border: solid 1px #D8D8D8;
    border-radius: 10px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    padding: 14px 15px;
    font-size: 15px;
    line-height: 18px;
    font-weight: bold;
    color: #606060;
    font-family: Arial, Helvetica, sans-serif;
    cursor: pointer;
    background: linear-gradient(180deg,#F4F4F4 0%, rgba(255, 255, 255, 1) 100%);
    box-sizing: border-box;

}

.select__head::after {
    width: 13px;
    height: 8px;
    background: transparent url("data:image/svg+xml,<svg width='13' height='8' viewBox='0 0 13 8' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M7.34444 0.612594L13.0014 6.26959L11.5874 7.68359L6.63744 2.73359L1.68744 7.68359L0.273438 6.26959L5.93044 0.612594C6.11797 0.425123 6.37227 0.319808 6.63744 0.319808C6.9026 0.319808 7.15691 0.425124 7.34444 0.612594Z' fill='%23606060'/></svg>") no-repeat center / cover;
    position: absolute;
    right: 20px;
    bottom: 50%;
    transform: translateY(50%);
    content: '';
    display: block;
    transition: .2s ease-in;
}

.select__head.open::after {
    transform: translateY(50%) rotate(180deg);
}
.select__head.open{
    background: linear-gradient(180deg,rgba(198, 198, 198, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.select__list {
    display: none;
    position: absolute;
    width: 304px;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    border-radius: 0px;
    border-bottom-right-radius:10px;
    margin-top: 5px;
    max-height: 205px;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 100;
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #606060;
    scrollbar-color: dark;
    scrollbar-width: thin;
    font-family: Arial, Helvetica, sans-serif;
    overscroll-behavior: contain;
}

.select__list::-webkit-scrollbar {
    width: 7px;
    background-color: #F8F9FA;
    padding: 5px;
}

.select__list::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #D9D9D9;
}

.select__list .select__item {
    position: relative;
    border-top: 1px solid rgba(224, 229, 231, 0.5);
    padding: 10px 15px;
    cursor: pointer;
    list-style-type: none;
}





.select__item.selected {
  background-color: #9CDF4E;
  color: #0D0D0D;
}


.map{
    width: 100%;
    margin-bottom: 40px;
}

.map svg {
    width: 100%;
}
.corn, #select_01, #select_02, #select_03, #select_04, #select_05, #select_06 {
    cursor: pointer;
}


.big{
    transform-origin: bottom;
    transform: scale(1.3);
    transform-box: border-box;
}

.PopLocation{
    width: 307px;
    height: auto;
    display: none;
    position: fixed; /* Или absolute */
    margin: 10px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-width: 2px;
    border: 2px solid #E5E5E5;
    box-shadow: -4px 4px 6.8px 0px #79767640;
    box-shadow: 0px 4px 4px 0px #79767640;
    background: white;
    overflow: hidden;
}

.PopLocation .bg{
    background: linear-gradient(180.18deg, rgba(217, 217, 217, 0) 0.17%, rgba(0, 188, 255, 0.4) 75.95%, rgba(94, 166, 17, 0.7) 147.92%);
    padding-bottom: 1px;
}


 .PopLocation.cornP .bg{
    background:linear-gradient(179.96deg, #FFFFFF -11.98%, rgba(127, 255, 148, 0.2) 64.32%, rgba(66, 219, 91, 0.656036) 86.06%, rgba(103, 255, 128, 0.6) 121.21%, #5DEB74 133.04%, #7FFF94 149.45%, #7FFF94 155.39%, #7FFF94 161.33%);
} 

.PopLocation p.title{
    font-family:  Helvetica, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    color: #1B1B1B;
    margin: 0px;
    padding: 0px;
    margin-top: 20px;
    margin-bottom: 5px;
}
.PopLocation p.subtitle{
    font-family:  Helvetica, sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    color: #555555;
    margin: 0px;
    padding: 0px;
}

.PopLocation .location{
    border-radius: 6px;
    padding-top: 4px;
    padding-right: 8px;
    padding-bottom: 4px;
    padding-left: 8px;
    background: #ffffff;
    margin: 10px;
    padding: 10px;
    margin-top: 20px;
}
.PopLocation .location p{
    font-family:  Helvetica, sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 100%;
    margin: 0px;
    padding: 0px;
    color: #555555;
}
.PopLocation .location p.location_title{
    font-family:  Helvetica, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #040887;
    margin-top: 10px;
}

.PopLocation .dkc_name{
    border-radius: 6px;
    padding-top: 4px;
    padding-right: 8px;
    padding-bottom: 4px;
    padding-left: 8px;
    background: #ffffff;
    margin: 10px;
    padding: 10px;
}

.PopLocation .dkc_name .row {
    border: 1px solid #E6ECFF;
    margin-bottom: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.PopLocation .dkc_name .row p {
   font-family: Helvetica, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    width: 49%;
    display: inline-block;
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
    color: #040887;
    

}

.PopLocation .dkc_name .row_title {
    border: none;
    margin-bottom: 10px;
}
.PopLocation .dkc_name .row_title p {
    font-family: Helvetica, sans-serif;
    font-weight: lighter;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #555555;
}


