#overlay {
    top: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.6;
    position: fixed;
    z-index: 9;
    display: none;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
.my-pharm-popup {
    position: absolute;
    top: 15%;
    left: 50%;
    -webkit-transform: translate(-50%, -50px);
    transform: translate(-50%, -50px);
    z-index: 99;
    display: none;
    z-index: 99;
    width: 90%;
    max-width: 960px;
    text-align: center;
    margin: 0 auto;
    padding: 50px;
    background: #fff; }
.my-pharm-popup h4 {
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-size: 30px;
    text-align: center;
    color: #000000;
    margin: 0;
    margin-bottom: 15px; }

.pharm-popup__choose {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-style: normal;
    font-weight: normal;
    line-height: 21px;
    font-size: 20px;
    text-align: center;
    color: #333333;
    margin-bottom: 40px; }
.pharm-popup__choose p {
    margin: 0;
    margin-right: 5px; }
.pharm-popup__choose .selects {
    padding: 0; }
.pharm-popup__choose .selects select {
    color: #038057;
    padding-top: 0;
    border: 0; }

.pharm-popup__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

.pharm-popup__main_map {
    min-width: 400px !important;
    margin-right: 17px; }

.pharm-popup__main_wrap {
    width: 100%; }

.main-popup-wrap__menu ul {
    margin: 0;
    padding: 0;
    padding-bottom: 15px;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 50px;
    border-bottom: 1px solid #DADADA;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
.main-popup-wrap__menu ul li {
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-size: 14px;
    color: #333333; }

.popup-pharm-main__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
.popup-pharm-main__title p {
    margin: 0; }

.main-popup-wrap_list {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 12px;
    color: #333333;
    padding-top: 5px;
    padding-bottom: 15px;
    padding-left: 5px;
    padding-right: 5px;
    cursor: pointer;
}
.main-popup-wrap_list.grey{
     background: #ECECEC!important;
 }
.main-popup-wrap_list:hover, .main-popup-wrap_list.active{
    background: rgba(253, 207, 0, 0.15)!important; }


.main-popup-wrap_list.city_block:nth-child(even) {
    background: transparent
}
.main-popup-wrap_list:nth-child(even):hover{
    background: rgba(253, 207, 0, 0.15); }

.popup-no-check[type="radio"] {
    display: none; }

.popup-radio__label {
    width: 27px;
    height: 17px;
    position: relative; }

.popup-no-check[type="radio"] + span {
    position: absolute;
    left: 0;
    top: 5px;
    width: 33px;
    height: 33px;
    background: url(images/Ellipse.png) no-repeat;
    cursor: pointer; }

.popup-no-check[type="radio"]:checked + span {
    background: url(images/elipse_ready.png) no-repeat; }

.main-popup-wrap__points {
    overflow-y: scroll;
    padding-right: 50px;
    height: 250px; }

.pharm-popup__choose {
    padding-left: 30px; }
.pharm-popup__choose .selects select {
    border: none;
    outline: none;
    border-bottom: 1px dashed #ccc;
    margin-right: 5px; }
.pharm-popup__choose .selects select option {
    outline: none;
    border: 0; }
.pharm-popup__choose .selects {
    position: relative;
    display: inline-block; }
.pharm-popup__choose .selects:after {
    content: "";
    font: 20px/30px FontAwesome;
    font-size: 18px;
    position: absolute;
    right: 7px;
    top: 3px;
    color: #333333;
    z-index: 1;
    text-align: center;
    width: 11%;
    height: 100%;
    pointer-events: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
.pharm-popup__choose .review-select {
    padding-right: 25px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-top: 5px;
    height: 30px; }

.popup-pharm-main__adress {
    margin-left: -20px; }

.pharm-popup-last {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px; }

.pharm-popup-last__inp input {
    border: 0;
    width: 263px;
    border-bottom: 1px solid #C4C4C4;
    padding-bottom: 5px;
    margin-right: 15px;
    margin-top: 10px;
    outline: none; }

.pharm-popup-last__add {
    width: 180px;
    text-align: center;
    background: #008E62;
    -webkit-box-shadow: 0.6px 2.9px 29px rgba(46, 46, 46, 0.22);
    box-shadow: 0.6px 2.9px 29px rgba(46, 46, 46, 0.22);
    color: #ffffff;
    padding: 7px 0px;
    border-radius: 5px; }
.pharm-popup-last__add:hover {
    color: #ffffff;
    text-decoration: none; }

.main-popup-wrap__points {
    /* width */
    /* Track */
    /* Handle */
    /* Handle on hover */ }
.main-popup-wrap__points::-webkit-scrollbar {
    width: 8px;
    border-radius: 10px; }
.main-popup-wrap__points::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px; }
.main-popup-wrap__points::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px; }
.main-popup-wrap__points::-webkit-scrollbar-thumb:hover {
    background: #555; }

.pop-review__button-close {
    position: absolute;
    cursor: pointer;
    top: -25px;
    right: -20px; }

@media screen and (max-width: 910px) {
    .pharm-popup__main {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }

    .pharm-popup__main_map {
        min-width: auto !important;
        margin-right: 0;
        margin-bottom: 15px; } }
@media screen and (max-width: 540px) {
    .pharm-popup-last {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; }

    .pharm-popup-last__add {
        margin-top: 10px; } }
@media screen and (max-width: 470px) {
    .pharm-popup__choose {
        padding-left: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
@media screen and (max-width: 450px) {
    .my-pharm-popup {
        padding: 20px; }

    .pharm-popup-last__inp input {
        width: 100%;
        min-width: 220px; }

    .main-popup-wrap__menu ul li {
        margin-bottom: 5px; }

    .popup-pharm-main__adress {
        margin-left: 0;
        margin-top: 10px;
        margin-bottom: 10px; } }
@media screen and (max-width: 360px) {
    .main-popup-wrap_list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; }

    .main-popup-wrap__menu ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; } }
.select_aptek.pre_order{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 15px;
}
.select_aptek.pre_order h4 {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-size: 20px;
    color: #000000;
    margin: 0;
    margin-bottom: 24px;
}
.select_aptek__name{
    margin-bottom: 15px;
}
.select_aptek__name h6{
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-size: 14px;
    color: #333333;
    margin: 0;
    margin-bottom: 10px;
}
.select_aptek__name p{
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 20px;
    font-size: 14px;
    color: #333333;
}
.select-ready {
    border-left: 4px solid #CE0C36;
    padding-left: 11px;
    margin-bottom: 30px;
}
.select-ready p {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 20px;
    font-size: 14px;
    color: #333333;
}
.change-select a {
    border-bottom: 1px dashed #038057;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 20px;
    font-size: 14px;
    color: #038057;
}

@media (max-width: 1200px) {
    .select_aptek.pre_order{
        padding-left: 15px;
        padding-bottom: 15px;
    }
}