.contacts-map {
    display: block;
    height: 520px;
    position: relative;
}

.mapHeader {
    position: absolute;
    top: 37px;
    width: auto;
    z-index: 2;
    left: calc((100% - 1140px)/2);
}


.select-side {
    position: absolute;
    right: 2px;
    background: #fff;
    top: 14px;
    width: 40px;
    text-align: center;
    pointer-events: none;
}

.mapHeaderName {
    display: inline-block;
    font-weight: bold;
    font-size: 24px;
    line-height: 35px;
    background: #FFFFFF;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    padding: 8px 16px;
    margin-right: 6px;
}

.mapSelect {
    display: inline-block;
    position: relative;
}
.mapSelect select {
    font-family: 'Circe', Arial;
    background: #FFFFFF;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    font-weight: bold;
    font-size: 24px;
    line-height: 35px;
    padding: 7px 16px 8px;
    border: none;
    max-width: 350px;
}

.mapSelect select option {
    font-size: 18px;
    line-height: 35px;
}
.contactsSections {
    list-style: none;
    padding: 0;
    margin: 35px 0 80px;
}

.contactsSection {
    border-top: 1px solid #BDBDBD;
    display: flex;
    flex-flow: row wrap;
}
.contactsSection label {
    font-weight: bold;
    font-size: 24px;
    line-height: 35px;
    cursor: pointer;
    width: 100%;
    padding: 13px 13px 13px 45px;
    position: relative;
}
.contactsSection label svg {
    position: absolute;
    left: 10px;
    top: 26px;

}
.contactsSection input {
    display: none;
}

.contactsSectionList {
    height: 0;
    overflow: hidden;
    width: 100%;
}

.contactsSection input:checked ~ .contactsSectionList {
    height: auto;
    overflow: visible;
}

.contactsSectionListWrapper {
    display: none;
    flex-flow: row wrap;
    background: #FFFFFF;
    box-shadow: 3px 10px 25px rgba(0, 0, 0, 0.08);
    border-radius: 3px;
    margin: 45px 0 60px;
}

.contactsSectionListWrapper.active {
    display: flex;
}

.contactsSectionListWrapper > div:last-child {
    border-bottom: none;
}

.contactsShop {
    border-bottom: 1px solid #F2F6F6;
    border-radius: 3px;
    width: 100%;
    padding: 31px 48px 37px 48px;
    display: flex;
    flex-flow: row wrap;
}

.contactsShopName h4 {
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 5px;
}

.contactsSection input:checked ~ label {
    color: #2BB3C0;
}

.contactsSection input:checked ~ label svg {
    fill: #2BB3C0;
    transform: rotate(180deg);
}

.contactsShopAvia {
    font-size: 14px;
    line-height: 110%;
    margin-bottom: 12px;
}

.contactsStars svg {
    margin-right: 7px;
}
.showReview {
    font-size: 16px;
    line-height: 24px;
    text-decoration: underline;
    color: #2BB3C0;
    margin-left: 5px;
    cursor: pointer;
}
.contactsStars {
    display: flex;
    margin-bottom: 21px;
    align-items: center;
}

.contactsShopName {
    width: 30%;
}

.contactsShopInfo {
    width: 70%;
    display: flex;
    flex-flow: row wrap;
}

.contactsShopTitle {
    font-weight: bold;
}

.mobileToMap {
    display: none;
}

.hidden-phone p {
    display: none;
}

.contactsShopInfoCol {
    width: 50%;
}

.contactsShopContact {
    width: 100%;
    padding-bottom: 13px;
}


.contactsShopInfoCol .contactsShopContact:last-child {
    margin-top: auto;
    padding-bottom: 0;
}

.contactsSectionTop {
    background: #F2F6F6;
    border-radius: 3px 3px 0px 0px;
    font-weight: bold;
    font-size: 24px;
    line-height: 35px;
    padding: 17px 0 13px 48px;
    display: flex;
    width: 100%;
}
.contactsSectionTop > div {
    width: 33.33%;
}
.contactsSectionTop > div:first-child {
    width: 28.33%;
}



.contactsShopInfoCol .contactsShopContact:first-child {
    margin-top: 0;
}

.contactsShopContent .contacts-phone span {
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    background: #326276;
    border-radius: 3px;
    padding: 3px 12px;
    cursor: pointer;
    display: inline-block;
    margin-top: 1px;
    color: #fff;
    transition: 0.3s ease-in-out;
}

.contactsShopContent .contacts-phone span:hover {
    background: #2BB3C0;
}

.contactsShopContent .contacts-phone:not(.hidden-phone) span {
    display: none;
}

.contactsShopContent .contacts-phone p {
    margin: 0;
}

.contactsShopEmail a {
    text-decoration-line: underline;
    color: #221F1C;
}

.contactsShopAddress {
    position: relative;
}


.contactsShopTime {
    position: relative;
}


.contactsSection:last-child {
    border-bottom: 1px solid #BDBDBD;
}

.citiesList {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
}

.citiesListLeft {
    background: #F2F6F6;
    border-radius: 5px;
    width: 25%;
    padding: 15px 0 15px 27px;
    font-weight: bold;
    font-size: 24px;
    line-height: 175%;
    text-decoration: underline;
}

.citiesListLeft > div {
    cursor: pointer;
}

.citiesListLeft > div.active,
.citiesListLeft > div:hover {
    color: #2BB3C0;
    text-decoration: underline;
}

.citiesListRight {
    width: 75%;
    display: flex;
    flex-flow: row wrap;
    padding-left: 40px;
}

.citiesListRightColmn {
    width: 33.33%;
    padding-right: 20px;
}

.citiesListRightColmn > div {
    cursor: pointer;
    font-size: 24px;
    line-height: 175%;
    text-decoration: underline;
}

.citiesListRightColmn > div.active,
.citiesListRightColmn > div:hover {
    color: #2BB3C0;
    text-decoration: underline;
}

@media (max-width: 1370px) {
    .mapHeader {
        left: 15px;
        right: 15px;
        top: 47px;
    }
}

@media (max-width: 767px) {
    .contactsSections {
        margin: 35px 0 40px;
    }
    .mapHeaderName {
        width: 100%;
        font-size: 16px;
        margin-top: 0;
        line-height: 24px;
    }
    .mapSelect {
        margin-top: 16px;
    }
    .mapSelect,
    .mapSelect select{
        width: 100%;
        font-size: 16px;
        line-height: 24px;
        max-width: 100%;
    }
    .contactsSection label svg {
        top: 20px;
    }
    .contactsSection label {
        font-size: 16px;
        line-height: 24px;
    }

    .contactsShopName,
    .contactsShopInfoCol,
    .contactsShopInfo {
        width: 100%;
    }
    .contactsShopInfoCol .contactsShopContact:last-child,
    .contactsShopInfoCol .contactsShopContact:first-child,
    .contactsShopContact {
        margin-top: 20px;
    }

    .contactsShop {
        padding: 20px 20px 46px;
    }
    .contactsShopContact {
        padding-bottom: 0;
    }
    .contactsShopName .button1 {
        width: 100%;
    }
}




.Reviews {

}

.ReviewsItem {
    width: 100%;
    margin-bottom: 35px;
    display: flex;
    flex-flow: row wrap;
    border-bottom: 1px solid #E0E0E0;
    padding-bottom: 13px;

}

.ReviewsItemLeft {
    width: 27%;
}


.ReviewsItemRight {
    width: 72%;
    position: relative;
    padding: 0 9%;
}

.ReviewsItemName {
    color: #000000;
    font-weight: bold;
}
.ReviewsItemTime {
    color: #B2B2B2;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 5px;
}

.gray {
    filter: grayscale(100%);
}


@media (max-width: 767px) {

    .ReviewsItem {
        padding: 20px;
    }

    .ReviewsItemLeft,
    .ReviewsItemRight {
        width: 100%;
        padding: 0;
    }

    .ReviewsItemRight:after {
        display: none;
    }
    .ReviewsItemRight:before {
        right: 0;
        top: -60px;
        left: auto;
    }

    .ReviewsItemText {
        margin-top: 20px;
    }



}



.popupOverlay > div.reviewPopup {
    padding: 30px 0 0;
}

.reviewPopupBlock {
    padding: 0 30px;
    max-height: 60vh;
    overflow-y: auto;
}

.reviewPopupBottom {
    background: #F2F6F6;
    border-radius: 0px 0px 3px 3px;
    padding: 23px 30px;
    text-align: center;
}

.reviewPopupBottom > div {
    display: inline-block;
    margin: 0;
}

.reviewPopupName {
    padding: 0 30px 16px;
    font-weight: bold;
    font-size: 24px;
    line-height: 35px;
}

.reviewPopup form {
    width: 100%;
    padding: 20px 0 0;
    display: flex;
    flex-flow: row wrap;
    box-sizing: border-box;
}

.FormFooter {
    width: calc(100% + 60px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 -30px;
    padding: 0 30px;
    background: #F2F6F6;
}
.popupOverlay.show.success > div.reviewPopup{
    padding: 80px 100px 120px;
}


.popupOverlay.show.success  [data-event="close"] {
    width: 225px;
    height: 45px;
    position: relative;
    top: auto;
    right: auto;
    margin: 20px auto 0;
}

.popupOverlay.show.success  [data-event="close"]:before,
.popupOverlay.show.success  [data-event="close"]:after {
    display: none;
}

.reviewPopup form input {
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    height: 45px;
    color: #BF2C18;
    font-weight: bold;
    border: none;
    box-sizing: border-box;
    padding: 0 25px;
    margin: 0!important;
}

.reviewPopup form button {
    padding: 12px 30px;
    text-align: center;
    border: none;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 20px;
    cursor: pointer;
    font-family: Circe;
}

.stars {
    cursor: pointer;
}


.rating {
    unicode-bidi: bidi-override;
    direction: rtl;
    text-align: left;
}
.rating > span {
    display: inline-block;
    position: relative;
    width: 1.1em;
    color: #a9a9a9;
}
.rating > span:hover,
.rating > span:hover ~ span {
    color: transparent;
}
.rating > span:hover:before,
.rating > span:hover ~ span:before {
    content: "\2605";
    position: absolute;
    left: 0;
    color: #ED8A19;
    right: 0;
    font-size: 20px;
    top: 0;
    line-height: 18px;
}

#rating {
    width: 320px;
    border-radius: 4px;
    box-shadow: 0 0 2px 1px #333333;
    margin: 10px auto;
    padding: 10px;
    text-align: center;
}
#rating div { float: left; }
#rating p { margin: 0; padding: 0; }
.param {
    width: 110px;
    margin: 0 20px 0 0;
    text-align: right;
}
.param, .rating, #summ { line-height: 28px; }
.stars, #sum_stars { background: url(images/stars.svg); z-index: 2;}
.stars, #sum_stars, .progress-line, #sum_progress {
    width: 180px;
    height: 25px;
    cursor: pointer;
    position: absolute;
}
.progress-line {
    background: #FFC107;
    top: 0;
    z-index: 1;
    left: 0;
    margin: 0;
    width: 60%;
    max-width: 180px;
}

.FormField {
    width: 50%;
    position: relative;
    margin-bottom: 30px;
}

.FormField.w-100 {
    width: 100%;
}

.FormFieldLabel {
    font-weight: bold;
    font-size: 10px;
    line-height: 15px;
    text-align: center;
}

.gray-line {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #dadada;
}

.rating > div {
    width: 180px;
    height: 25px;
}

.stars {
    left: 50%;
    transform: translateX(-50%);
}

.FormFieldStars {
    width:100%;
    position: relative;
    margin-top: 10px;
}

.FormField textarea {
    background: #FFFFFF;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
    border: none;
    height: 150px;
    color: #828282;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
}

.FormField textarea::placeholder{
    color: #828282;font-weight: normal;font-size: 16px;
    line-height: 24px;
}
.FormField textarea::-moz-placeholder{
    color: #828282;font-weight: normal;font-size: 16px;
    line-height: 24px;
}
.FormField textarea:-ms-input-placeholder{
    color: #828282;font-weight: normal;font-size: 16px;
    line-height: 24px;
}
.FormField textarea::-ms-input-placeholder{
    color: #828282;font-weight: normal;font-size: 16px;
    line-height: 24px;
}
.FormField textarea::-webkit-input-placeholder {
    color: #828282;font-weight: normal;font-size: 16px;
    line-height: 24px;
}

.FormField label {
    position: absolute;
    left: 25px;
    top: 50%;
    color: #B2B2B2;
    font-weight: bold;
    font-size: 16px;
    line-height: 150%;
    pointer-events: none;
    transform: translateY(-50%);
}

.FormField.active label,
.FormField input:focus ~ label {
    top: 6px;
    font-size: 10px;
    line-height: 15px;
    color: #326276;
    font-weight: bold;
}

.citiesListMobile {
    display: none;
}
@media (max-width: 767px) {

    .FormField {
        width: 100%;
    }

    .popup form {
        width: 100%;
        padding: 20px 20px;
    }

    .popup form button {
        width: 100%;
    }

    .FormField textarea {
        margin-top: 20px;
    }

    [data-form="review"] .FormFooter {
        margin: -5px 0 0px 0;
    }

    .FormField {
        margin-bottom: 25px;
    }

    .mobileToMap {
        display: block;
    }

    .contactsShopAddress > a {
        display: none;
    }

    .mobileToMap a {
        font-weight: bold;
        font-size: 14px;
        line-height: 21px;
        text-decoration: underline;
        color: #221F1C;
        display: flex;
        align-items: center;
    }

    .mobileToMap a svg {
        margin-right: 5px;
    }

    .contactsSectionTop {
        display: none;
    }

    .citiesList {
        display: none;
    }

    .citiesListMobile {
        display: block;
        position: relative;
        margin-top: 20px;
    }

    .citiesListMobile select {
        background: #FFFFFF;
        box-shadow: 0px 3px 10px rgb(0 0 0 / 10%);
        border-radius: 3px;
        font-weight: bold;
        font-size: 16px;
        line-height: 24px;
        box-sizing: border-box;
        width: 100%;
        padding: 14px;
        border: none;
        -webkit-appearance: none;
        position: relative;
    }

    .citiesListMobile:after {
        content: '';
        position: absolute;
        right: 0;
        top: 1px;
        bottom: 2px;
        width: 45px;
        z-index: 2;
        background: #fff url("images/select_arr.svg") center no-repeat;
        pointer-events: none;
    }
}