.have-services.pgtr__msite-offers {
    display: none;
}

.not-have-services.pgtr__msite-offers {
    display: none;
}


.pgtr__msite-back {
    margin-top: 160px;
    padding: 0 70px;
    box-sizing: border-box;
    display: flex;
}

.pgtr__msite-map-schedule-day.blue {
    color: #0070B9;
}
.pgtr__msite-map-schedule-hours.blue {
    color: #0070B9;
}

.pgtr__msite-back-btn-label {
    display: block;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 33px;
    display: flex;
    align-items: center;
    color: #434446;
}

.pgtr__back-btn {
    display: flex;
    align-items: center;
    column-gap: 7px;
    margin-right: auto;
}

.pgtr__back-btn {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 33px;
    display: flex;
    align-items: center;
    color: #434446;
    text-decoration: none;
}

.pgtr__msite-banner {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pgtr__msite-banner-note {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    font-feature-settings: 'salt' on, 'liga' off;
    color: #434446;
    margin-top: 10px;
}

.pgtr__msite-banner-title {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 64px;
    line-height: 100%;
    color: #0070B9;
    width: 688px;
    margin-top: 16px;
    text-align: center;
}

.pgtr__msite-banner-subtitle {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 33px;
    text-align: center;
    color: #434446;
    width: 610px;
    margin-top: 16px;
}


/*Map section*/
.pgtr__msite-map {
    display: flex;
    align-items: center;
    position: relative;
    margin: auto;
    margin-top: 33px;
    width: 1228.41px;
    height: 664px;
}

.pgtr__msite-preview {
    width: 1228.41px;
    /* height: 630px; */
    border-radius: 20px;
}

.pgtr__msite-map-details {
    position: absolute;
    width: 403px;
    height: 664px;
    left: 20px;
    top: 0px;
    background: #FFFFFF;
    box-shadow: 2.43374px 2.43374px 12.1687px rgb(0 0 0 / 15%);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
}

.pgtr__msite-map-details-follow.mobile {
    display: none;
}

.pgtr__msite-map-details-title {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    font-feature-settings: 'salt' on, 'liga' off;
    color: #000000;
}

.pgtr__msite-map-details-name {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    font-feature-settings: 'liga' off;
    color: #0070B9;
}

.pgtr__msite-banner-preview {
    width: 403px;
    height: 130px;
    border-radius: 20px 20px 0 0;
}

.pgtr__msite-map-details-location-title {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    font-feature-settings: 'liga' off;
    color: #000000;
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pgtr__msite-map-details-data {
    padding: 16px 32px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.pgtr__msite-map-details-location {
    display: flex;
    column-gap: 15px;
    margin-bottom: 10px;
}

.pgtr__msite-map-details-divisor {
    border: 2px solid #E9E9E9;
    margin: 15px 0;
    margin-bottom: 10px;
    margin-top: 10px;
}

/*.aboslute-position .pgtr__msite-map-detail-btn {
    margin: 0;
}*/

.pgtr__location-item-btn:hover .pgtr__msite-map-detail-btn{
    color: white;
}

.pgtr__msite-map-detail-btn-content.aboslute-position {
    position: absolute;
    right: 6px;
    bottom: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 16px solid;
}

.pgtr__msite-map-detail-btn.desktop {
    display: none;
}

/*.pgtr__msite-map-detail-btn:hover {
    background: #0070B9;
    color: white;
}*/

.pgtr__msite-map-detail-btn {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    display: flex;    
    color: white;
}

.pgtr__msite-map-details-follow {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    font-feature-settings: 'liga' off;
    color: #0070B9;
}

.pgtr__msite-map-details-footer {
    display: flex;
    align-items: center;
    column-gap: 24px;
    margin-left: 10px;
    margin-top: auto;
}

.pgtr__msite-map-footer-social-media {
    display: flex;
    align-items: center;
    column-gap: 9px;
}

.pgtr__msite-container .pgtr__locations-qualities {
    margin-top: 38px;
    margin-bottom: 25px;
}
.pgtr__msite-map-schedule {
    margin-left: 40px;
    margin-bottom: 18px;
    display: flex;
    flex-direction: column;
    row-gap: 2px;
}

.pgtr__msite-map-schedule-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 270px;
}

.pgtr__msite-map-schedule-day {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    font-feature-settings: 'liga' off;
    color: #434446;
}

.pgtr__msite-map-schedule-hours {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    font-feature-settings: 'liga' off;
    color: #434446;
}

.pgtr__msite-map-details-contact-btns {
    display: none;
}

.pgtr__msite-container .pgtr__locations-list-item {
    width: 100% !important;
    margin: auto;
    padding-top: 20px;
}

/*Offer store*/
.pgtr__msite-offers {
    display: flex;
    justify-content: space-between;
    width: 1044px;
    height: 336.01px;
    margin: auto;
    margin-top: 20px;
    padding: 32px;
    box-sizing: border-box;
}

.pgtr__msite-offers-title {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    font-feature-settings: 'salt' on, 'liga' off;
    color: #434446;
    margin-bottom: 18px;
    pointer-events: none;
}

.pgtr__msite-offers-details {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}

.pgtr__msite-offers-list {
    display: flex;
    width: 443px;
    flex-wrap: wrap;
    column-gap: 8px;
    row-gap: 8px;
}

.pgtr__msite-offers-location, .pgtr__msite-offers-amenities {
    display: flex;
    flex-direction: column;
}

.pgtr__msite-offers-item {
    width: auto;
    height: 40px;
    background: #F0F6FC;
    border-radius: 8px;
    padding: 6px 12px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    column-gap: 5px;
    padding-left: 0px;
}

.pgtr__msite-container .pgtr__msite-offers-cellphone {
    width: 40px;
}

.pgtr__msite-offers-watch {
    width: 16px;
}

.pgtr__msite-offers-laptopmac {
    width: 32px;
}

.pgtr__msite-offers-console {
    width: 28px;
}

.pgtr__msite-offers-tablet {
    width: 28px;
}

.pgtr__msite-offers-name {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    font-feature-settings: 'liga' off;
    color: #434446;
    text-transform: capitalize;
}

.not-have-services .pgtr__msite-offers-details {
    display: none;
}

.not-have-services .pgtr__msite-offers-information {
    background-image: url(../images/offers-descriptions.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 980px;
    display: flex;
    flex-direction: column;
    row-gap: 5px;
    justify-content: center;
    padding-left: 10px;
    box-sizing: border-box;
}

.have-services.pgtr__msite-offers {
    justify-content: space-between;
    width: 1259px;
    height: 336.01px;
    margin: auto;
    margin-top: 20px;
    padding: 32px;
    box-sizing: border-box;
}

.have-services .pgtr__msite-offers-information {
    background-image: url(../images/have-offers-descriptions.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 717px;
    height: 272.01px;
    display: flex;
    flex-direction: column;
    row-gap: 5px;
    justify-content: center;
    padding-left: 10px;
    box-sizing: border-box;
}

.have-services .pgtr__msite-information-title {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    font-feature-settings: 'liga' off;
    color: #0070B9;
    width: 333px;
}

.have-services .pgtr__msite-information-subtitle {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    font-feature-settings: 'liga' off;
    color: #434446;
    width: 410px;
}

.have-services .pgtr__msite-offers {
    display: flex;
    justify-content: space-between;
    width: 1259px;
    height: 336.01px;
    margin: auto;
    margin-top: 20px;
    padding: 32px;
    box-sizing: border-box;
}

.pgtr__msite-information-title {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    font-feature-settings: 'liga' off;
    color: #434446;
    width: 333px;
}

.pgtr__msite-information-subtitle {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    font-feature-settings: 'liga' off;
    color: #434446;
    width: 410px;
}

.pgtr__msite-information-img.mobile {
    display: none;
}

/*Experience section*/

.pgtr__msite-experience {
    display: flex;
    align-items: center;
    width: 1230px;
    height: 450px;
    margin: auto;
    column-gap: 70px;
    margin-top: 128px;
    margin-bottom: 120px;
}

.pgtr__msite-experience-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 10px;
}

.pgtr__msite-experience-title {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 120%;
    color: #434446;
    margin-bottom: 15px;
}

.pgtr__msite-experience-subtitle {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 33px;
    color: #434446;
    margin-bottom: 35px;
}

.pgtr__msite-offers-title.desktop {
    display: block;
}

.pgtr__msite-offers-title.mobile {
    display: none;
}

.pgtr__msite-map-details-today-description.mobile {
    display: none;
}

@media (min-width: 1440px) {
    /*Collapse customization*/
    .pgtr__msite-container .pgtr__locations-list-collapse {
        padding: 0;
    }
    
    .pgtr__msite-container .pgtr__collapsible-item {
        padding: 0;
    }
    
    .pgtr__msite-container .pgtr__msite-offers-title {
        margin-bottom: 0;
    }
    
    .pgtr__msite-container .pgtr__collapsible-item {
        height: 22px;
        margin-bottom: 18px;
    }
    
    .pgtr__msite-container .pgtr__collapsible-item {
        border-top: none;
    }
    
    .pgtr__msite-container .pgtr__collapsible-item::after {
        display: none;
    }
    
    .pgtr__msite-container .pgtr__locations-list-collapser {
        overflow: inherit !important;
    }
    
    
    .pgtr__msite-container .pgtr__locations-list-item .toggle:checked + .pgtr__collapsible-item + .pgtr__locations-list-collapse {
        margin-bottom: 0 !important;
    }
    
    .pgtr__msite-container .pgtr__locations-list-collapse {
        max-height: initial;
        overflow: inherit;
        transition: auto;
        position: inherit;
        box-sizing: border-box;
    }
    /*Collapse customization*/

}

@media (min-width: 1001px) and (max-width: 1439px) {

    .pgtr__msite-offers-list {
        width: 325px;
    }

    .pgtr__msite-offers-item img {
        max-width: 26px;
        max-height: 26px;
        width: auto !important;
        height: auto !important;
    }

    /*Collapse customization*/
    .pgtr__msite-container .pgtr__locations-list-collapse {
        padding: 0;
    }
    
    .pgtr__msite-container .pgtr__collapsible-item {
        padding: 0;
    }
    
    .pgtr__msite-container .pgtr__msite-offers-title {
        margin-bottom: 0;
    }
    
    .pgtr__msite-container .pgtr__collapsible-item {
        height: 22px;
        margin-bottom: 8px;
    }
    
    .pgtr__msite-container .pgtr__collapsible-item {
        border-top: none;
    }
    
    .pgtr__msite-container .pgtr__collapsible-item::after {
        display: none;
    }
    
    .pgtr__msite-container .pgtr__locations-list-collapser {
        overflow: inherit !important;
    }
    
    
    .pgtr__msite-container .pgtr__locations-list-item .toggle:checked + .pgtr__collapsible-item + .pgtr__locations-list-collapse {
        margin-bottom: 0 !important;
    }
    
    .pgtr__msite-container .pgtr__locations-list-collapse {
        max-height: initial;
        overflow: inherit;
        transition: auto;
        position: inherit;
        box-sizing: border-box;
    }
    /*Collapse customization*/

    /*Bak section*/
    .pgtr__msite-back {
        margin-top: 95px;
    }

    /*Banner section*/
    .pgtr__msite-banner-title {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 48px;
        line-height: 120%;
        text-align: center;
        color: #0070B9;
        width: 504px;
        margin-top: 6px;
    }

    .pgtr__msite-banner-note {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 18px;
        font-feature-settings: 'salt' on, 'liga' off;
        color: #000000;
    }

    .pgtr__msite-banner-subtitle {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 24px;
        line-height: 33px;
        text-align: center;
        color: #434446;
        width: 504px;
        margin-top: 6px;
    }

    /*Map section*/

    /*.pgtr__msite-preview {
        content: url(../images/map-micro-store-dektop-13.png);
        width: 900px;
        height: 788px;
    }*/

    .pgtr__msite-preview {
        width: 900px;
        /* height: 630px; */
        border-radius: 20px;
        object-position: -1px;
        object-fit: cover;
    }

    .pgtr__msite-map-details {
        position: absolute;
        width: 403px;
        height: 703px;
        left: 20px;
        top: 0px;
        background: #FFFFFF;
        box-shadow: 2.43374px 2.43374px 12.1687px rgb(0 0 0 / 15%);
        border-radius: 20px;
    }

    .pgtr__msite-map-detail-btn-content.aboslute-position {
        position: absolute;
        right: 16px;
        bottom: 65px;
    }

    .pgtr__msite-banner-preview {
        width: 403px;
        height: 169px;
        border-radius: 20px 20px 0 0;
    }

    .pgtr__msite-map {
        margin-top: 52px;
        width: 900px;
        height: 715px;
    }

    .pgtr__msite-map-detail-btn.desktop {
        display: none;
    }
    
    .pgtr__msite-map-detail-btn-content {
        display: flex !important;
    }

    /*Offers section*/

  .pgtr__msite-information-title {
    width: 231.25px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 20.8333px;
    line-height: 28px;
    font-feature-settings: 'liga' off;
    color: #434446;
  }

  .pgtr__msite-information-subtitle {
    width: 284.72px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 11.1111px;
    line-height: 17px;
    font-feature-settings: 'liga' off;
    color: #434446;
  }

  .have-services.pgtr__msite-offers {
    padding: 22.2222px;
    width: 724.31px;
    height: 233.34000000000003px;
    column-gap: 24px;
    margin-top: 60px;
  }

  .pgtr__msite-offers-title {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 12.5px;
    line-height: 12px;
    font-feature-settings: 'salt' on, 'liga' off;
    color: #434446;
    margin-bottom: 12px;
  }

  .pgtr__msite-offers-item {
    /* width: 150.69px; */
    height: 25px;
    column-gap: 6px;
    padding: 1px 4px;
    box-sizing: border-box;
    padding-left: 0px;
  }

  .pgtr__msite-offers-cellphone {
    width: 32px;
    margin-left: 5px;
}

.pgtr__msite-offers-watch {
    width: 11.63px;
    margin-left: 4px;
}

.pgtr__msite-offers-laptopmac {
    width: 22.22px;
}

.pgtr__msite-offers-console {
    width: 19.44px;
}

.pgtr__msite-offers-tablet {
    width: 19.44px;
    margin-left: 5px;
}

.pgtr__msite-amenities-park {
    width: 19.44px;
}

.pgtr__msite-amenities-train {
    width: 19.44px;
}

.pgtr__msite-offers-name {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 11.1111px;
    line-height: 17px;
    font-feature-settings: 'liga' off;
    color: #434446;
    text-transform: capitalize;
}

.pgtr__msite-offers-details {
    row-gap: 10px;
    width: 305px;
}

.pgtr__msite-offers-information {
    width: 682px;
    height: 189px;
    padding-left: 35px;
    padding-top: 10px;
}
.pgtr__msite-offers-information {
    width: 682px;
    height: 189px;
    padding-left: 35px;
    padding-top: 10px;
}

.have-services .pgtr__msite-offers-information {
    width: 497.92px;
    height: 188.89px;
}

.have-services .pgtr__msite-information-title {
    width: 231.25px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 20.8333px;
    line-height: 28px;
    font-feature-settings: 'liga' off;
    color: #0070B9;
}

.have-services .pgtr__msite-information-subtitle {
    width: 284.72px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 11.1111px;
    line-height: 17px;
    font-feature-settings: 'liga' off;
    color: #434446;
}

.have-services.pgtr__msite-offers {
    padding: 22.2222px;
    width: 876.31px;
    height: 233.34px;
    column-gap: 24px;
    margin-top: 60px;
}


/*Qualities*/

.pgtr__msite-container .pgtr__locations-qualities {
    width: 100%;
    display: flex;
    justify-content: center;
    column-gap: 8px;
    row-gap: 8px;
    border-top: 0px solid #F0F6FC;
    border-bottom: 0px solid #F0F6FC;
    padding: 0px 0;
    box-sizing: border-box;
    margin-top: 24px !important;
}

/*Reviews*/
.pgtr__msite-experience-img {
    width: 346.53px;
    height: 312.5px;
}

.pgtr__msite-experience {
    width: 854.17px;
    height: 312.5px;
    display: flex;
    align-items: center;
    margin: auto;
    column-gap: 57px;
    margin-top: 59px;
    margin-bottom: 88px;
}

.pgtr__msite-experience-title {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 33.3333px;
    line-height: 120%;
    color: #434446;
    width: 372px;
}

.pgtr__msite-experience-subtitle {
    width: 450.69px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16.6667px;
    line-height: 23px;
}

.not-have-services .pgtr__msite-offers-information {
    width: 683px;
    margin: auto;
}

.not-have-services.pgtr__msite-offers {
    justify-content: space-between;
    width: 749px;
    height: 253.01px;
    margin: auto;
    margin-top: 20px;
    padding: 32px;
    box-sizing: border-box;
}
}

@media (min-width: 763px) and (max-width: 1000px) {

    .pgtr__msite-offers-item img {
        max-width: 32px;
        max-height: 32px;
        width: auto !important;
        height: auto !important;
    }

    .pgtr__msite-offers {
        margin-top: 0px;
        flex-direction: column;
        width: 718px !important;
        height: auto !important;
        padding: 32px 0px;
        box-sizing: border-box;
    }
    

    .not-have-services .pgtr__msite-offers-information {
        width: 663px;
        height: 251px;
        margin: auto;
        background-image: url(../images/have-offers-descriptions-mobile.png);
    }
    
    
    /*Collapse customization*/
    .pgtr__msite-container .pgtr__locations-list-collapse {
        padding: 0;
    }
    
    .pgtr__msite-container .pgtr__collapsible-item {
        padding: 0;
    }
    
    .pgtr__msite-container .pgtr__msite-offers-title {
        margin-bottom: 0;
    }
    
    .pgtr__msite-container .pgtr__collapsible-item {
        height: 22px;
        margin-bottom: 12px;
    }
    
    .pgtr__msite-container .pgtr__collapsible-item {
        border-top: none;
    }
    
    .pgtr__msite-container .pgtr__collapsible-item::after {
        display: none;
    }
    
    .pgtr__msite-container .pgtr__locations-list-collapser {
        overflow: inherit !important;
    }
    
    
    .pgtr__msite-container .pgtr__locations-list-item .toggle:checked + .pgtr__collapsible-item + .pgtr__locations-list-collapse {
        margin-bottom: 0 !important;
    }
    
    .pgtr__msite-container .pgtr__locations-list-collapse {
        max-height: initial;
        overflow: inherit;
        transition: auto;
        position: inherit;
        box-sizing: border-box;
    }
    /*Collapse customization*/

    /*Bak section*/
    .pgtr__msite-back {
        margin-top: 72px;
        padding: 0 25px;
        box-sizing: border-box;
    }

    /*Banner section*/
    .pgtr__msite-banner-title {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 48px;
        line-height: 120%;
        text-align: center;
        color: #0070B9;
        width: 504px;
        margin-top: 6px;
    }

    .pgtr__msite-banner-note {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 18px;
        font-feature-settings: 'salt' on, 'liga' off;
        color: #000000;
    }

    .pgtr__msite-banner-subtitle {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 24px;
        line-height: 33px;
        text-align: center;
        color: #434446;
        width: 504px;
        margin-top: 6px;
    }

    /*Map section*/


    /*.pgtr__msite-preview {
        content: url(../images/map-micro-store-tablet.png);
        width: 730px;
        height: 788px;
    }*/

    .pgtr__msite-preview {
        width: 730px;
        height: 788px;
        border-radius: 20px;
        object-position: -161px;
        object-fit: cover;
    }

    .pgtr__msite-map {
        width: 730px;
        margin-top: 52px;
        height: 788px;
    }

    .pgtr__msite-banner-preview {
        width: 403px;
        height: 169px;
        border-radius: 20px 20px 0 0;
    }

    .pgtr__msite-map-detail-btn.desktop {
        display: flex;
    }
    
    .pgtr__msite-map-detail-btn-content {
        display: none !important;
    }

    .pgtr__msite-map-details {
        height: 748px;
        top: 21px;
    }

    /*Offers section*/
  .pgtr__msite-offers-list {
    width: 100%;
  }

  .pgtr__msite-offers-details {
    row-gap: 25px;
  }

  /*Services*/

  .have-services .pgtr__msite-offers-information {
    width: 663px !important;
    margin: auto;
    background-image: url(../images/offers-descriptions-tablet.png) !important;
    height: 264px;
  }

  .have-services .pgtr__msite-offers {
    margin-top: 0px;
    flex-direction: column;
    width: 718px;
    height: auto;
    padding: 32px 0px;
    box-sizing: border-box;
}


  /*Experience section*/
  .pgtr__msite-experience-img {
    width: 310px;
    margin-bottom: auto;
  }

  .pgtr__msite-experience-title {
    width: 334px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 24.7225px;
    line-height: 100%;
    text-align: center;
    color: #4D4D4D;
    margin-bottom: 10px;
  }

  .pgtr__msite-experience-subtitle {
    width: 281px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    font-feature-settings: 'liga' off;
    color: #4D4D4D;
    margin: auto;
    margin-bottom: 15px;
  }

  .pgtr__msite-experience-details {
    margin-top: 0;
  }

  .pgtr__msite-experience {
    column-gap: 0px;
    width: 644px;
    height: auto;
    margin-top: 0px;
    margin-bottom: 25px;
  }

  /*Back button section*/
    .pgtr__msite-back-btn-icon {
        content: url(../images/arrow-left-back-btn-tablet.svg)
    }

    .pgtr__msite-back-btn-label {
        display: none;
    }
}

@media (min-width: 1px) and (max-width: 762px) {
    .pgtr__msite-offers-item img {
        max-width: 25px;
        max-height: 25px;
        width: auto !important;
        height: auto !important;
    }

    /*Back button section*/
    .pgtr__msite-back-btn-icon {
        content: url(../images/arrow-left-back-btn-tablet.svg)
    }

    .pgtr__msite-back-btn-label {
        display: none;
    }

    .pgtr__msite-back {
        margin-top: 75px;
        padding: 0 20px;
        box-sizing: border-box;
    }

    /*Banner section*/
    .pgtr__msite-banner-note {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 18px;
        font-feature-settings: 'salt' on, 'liga' off;
        color: #000000;
        width: 339px;
        text-align: center;
    }

    .pgtr__msite-banner-title {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 30px;
        line-height: 40px;
        text-align: center;
        font-feature-settings: 'liga' off;
        color: #0070B9;
        width: 315px;
        margin-top: 10px;
    }

    .pgtr__msite-banner-subtitle {
        width: 284px;
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        font-feature-settings: 'liga' off;
        color: #434446;
        margin-top: 6px;
    }

    /*Map section*/

    .pgtr__msite-map-details-follow.mobile {
        display: block;
    }

    .pgtr__msite-map-details-follow.desktop {
        display: none;
    }

    .pgtr__msite-map {
        width: 307px;
        position: inherit;
    }

    .pgtr__msite-map-details-divisor.hide-mobile{
        display: none;
    }

    .pgtr__msite-map-details-location {
        display: none;
    }

    .pgtr__msite-map-details-name {
        display: none;
    }

    .pgtr__msite-map-details-title {
        display: none;
    }

    .pgtr__msite-preview {
        display: none;
    }

    .pgtr__msite-banner-preview {
        display: none;
    }

    .pgtr__msite-map-detail-btn {
        display: none
    }

    .pgtr__msite-map-details-contact-btns {
        display: flex;
        column-gap: 10px;
        text-transform: capitalize;
    }
    
    .pgtr__msite-map-details {
        position: inherit;
        width: 100%;
        height: 100%;
        box-shadow: none;
    }

    .pgtr__msite-map-detail-btn.desktop {
        display: none !important;
    }
    
    .pgtr__msite-map-detail-btn-content {
        display: none !important;
    }

    .pgtr__msite-map {
        height: auto;
    }

    .pgtr__msite-details-contact-item{
        width: 101.33px;
        height: 81px;
        background: #FFFFFF;
        border-radius: 13px;
        box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-decoration: none;
    }

    .pgtr__msite-details-contact-item-title {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 22px;
        letter-spacing: -0.025em;
        color: #434446;
        text-decoration: none;
    }

    .pgtr__msite-details-contact-item-icon.phone-icon {
        margin-bottom: 5px;
    }

    .pgtr__msite-details-contact-item-icon.email-icon {
        margin-bottom: 10px;
    }

    .pgtr__msite-map-details-data {
        padding: 0px;
    }

    .pgtr__msite-map-details-today-description.mobile {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 288px;
        margin-top: 20px;
    }

    .pgtr__msite-map-details-today-title {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        font-feature-settings: 'liga' off;
        color: #0070B9;
    }

    .pgtr__msite-map-schedule {
        margin-left: 0;
        margin-bottom: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        row-gap: 2px;
        width: 289px;
        margin: 0 auto;
        margin-top: 19px;
    }

    .pgtr__msite-map-media-text {
        display: flex;
        flex-direction: column;
    }

    .pgtr__msite-map-details-divisor {
        border: 0.4px solid #959595;
        margin: auto;
        margin-bottom: 10px;
        margin-top: 10px;
        width: 90%;
    }

    .pgtr__msite-map-details-follow {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 16px;
        font-feature-settings: 'liga' off;
        color: #0070B9;
    }

    .pgtr__msite-map-details-follow.mobile {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 600;
        font-size: 24px;
        line-height: 24px;
        letter-spacing: -0.025em;
        color: #0070B9;
    }

    .pgtr__msite-map-details-footer {
        display: flex;
        align-items: center;
        column-gap: 24px;
        margin-left: 0;
        width: 289px;
        margin: auto;
        justify-content: space-between;
        margin-top: 30px;
    }

    .pgtr__msite-map-footer-social-media {
        margin-right: 5px;
        margin-top: auto;
        column-gap: 8px;
    }

    .pgtr__msite-footer-sm-icon {
        width: 32px;
        filter: grayscale(1) opacity(0.6);
    }

    /*Accordion component*/
    .pgtr__msite-container .pgtr__collapsible-item::after {
        border: none;
        content: url(../images/arrow-collapse-down.svg)
    }
    .pgtr__msite-container .pgtr__locations-list-item .toggle:checked + .pgtr__collapsible-item::after {
        transform: rotate(180deg) translateX(-3px);
    }

    .pgtr__msite-container .pgtr__locations-list-item .toggle:checked + .pgtr__collapsible-item + .pgtr__locations-list-collapse {
        margin-bottom: 0;
    }

    .pgtr__msite-container .pgtr__locations-list-item {
        width: 312px;
        margin: auto;
    }

    .pgtr__msite-container .pgtr__collapsible-item {
        height: 40px !important;
        padding: 16px 0;
        padding-right: 0px;
    }

    .pgtr__locations-list-item .pgtr__locations-list-collapse {
        margin-top: 20px !important;
    }

    .pgtr__msite-offers-title {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        font-feature-settings: 'liga' off;
        color: #434446;
    }

    .pgtr__msite-offers-details {
        width: 100%;
        row-gap: 10px;
    }

    .pgtr__msite-offers {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 312px !important;
        height: auto !important;
        margin: auto;
        margin-top: 20px;
        padding: 0px;
        box-sizing: border-box;
    }

    .pgtr__msite-offers-list {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        column-gap: 8px;
        row-gap: 8px;
    }

    .pgtr__msite-offers-item {
        width: 100%;
        height: 40px;
        background: #ffffff;
        border-radius: 8px;
        padding: 6px 12px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        column-gap: 5px;
        padding-left: 0px;
    }

    .pgtr__msite-offers-item span {
        width: 30px;
        display: flex;
        justify-content: center;
    }

    .pgtr__msite-offers-title {
        margin-top: 20px;
    } 

    .pgtr__msite-offers-title.desktop {
        display: none;
    }

    .pgtr__msite-offers-title.mobile {
        display: block;
    }
   

    /*Offers section*/
    .pgtr__msite-offers-information {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 307px !important;
        height: auto !important;
        background-image: none;
        margin-top: 40px;
        row-gap: 0px;
        padding-left: 0px;
        background-image: none !important;
    }

    .pgtr__msite-information-title {
        width: 276px;
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 25px;
        line-height: 32px;
        text-align: center;
        letter-spacing: -0.01em;
        font-feature-settings: 'liga' off;
        color: #0070B9;
        margin-bottom: 25px;
    }

    .pgtr__msite-information-subtitle {
        width: 274px !important;
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        font-feature-settings: 'liga' off;
        color: #434446;
        margin-top: 25px;
    }

    .pgtr__msite-information-img.mobile {
        display: block;
    }

    /*Experience section*/
    .pgtr__msite-experience {
        display: flex;
        flex-direction: column;
        width: 365px;
        height: auto;
        margin-top: 58px;
        margin-bottom: 50px;
    }

    .pgtr__msite-experience-img {
        width: 100%;
    }

    .pgtr__msite-experience-title {
        width: 334px;
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 24.7225px;
        line-height: 100%;
        text-align: center;
        color: #4D4D4D;
        margin: 0 auto;
        margin-bottom: 13px;
        margin-top: 41px;
    }

    .pgtr__msite-experience-subtitle {
        width: 279px;
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        font-feature-settings: 'liga' off;
        color: #4D4D4D;
        margin: 0 auto;
        margin: 0 auto;
        margin-bottom: 30px;
    }
}