.header-location-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.header-location-separator {
    width: 15%;
    height: 100%;
    background: #FFFFFF;
    clip-path: polygon(85% 0, 100% 0, 0 0%, 0% 101%);
    position: absolute;
    left: -1px;
}

.header-location-wrap {
    margin-left: 80px;
    flex-basis: 44%;
    padding: 62px 0;
}

.header-location-wrap.partner-logo {
    margin-bottom: 60px;
}

.header-location-title {
    text-transform: uppercase;
    margin-bottom: 12px;
    max-width: 620px;
}

.header-location-subtitle {
    max-width: 611px;
    margin-bottom: 12px;
}

.header-location-discount-block {
    background: linear-gradient(90deg, #5AA8D0 -10%, #3997BE 26.38%, #394B85 100%);
    border-radius: 0px 0px 16px 16px;
    padding: 8px 24px 16px 24px;
    margin-bottom: 16px;
    max-width: 481px;
}

.header-location-button {
    display: inline-block;
    background: #FF5722;
    text-decoration: none;
    color: #FFFFFF;
    padding: 13px 24px;
    border-radius: 32px;
    text-transform: uppercase;
    font-weight: bold;
    transition: color .3s,background-color .3s;
    font-size: 14px;
    line-height: 24px;
}

.header-location-button:hover {
    color: #FF5722;
    background-color: #FFFFFF;
    border: 1px solid #FF5722;
    padding: 12px 23px;
}

.header-location-class-title {
    color: #CECECE;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 8px;
}

.header-location-class-link {
    text-decoration: none;
    position: relative;
    display: inline-block;
}

.header-location-class-icon {
    width: 50px;
    height: 50px;
    margin-right: 12px;
    opacity: 1;
    transition: opacity .15s;
    cursor: pointer;
}

.header-location-class-icon.driving-class-active path {
    fill: currentColor;
    color: #74C7E9;
}

.header-location-map {
    min-height: 424px;
    background: linear-gradient(90deg, #5AA8D0 -10%, #3997BE 26.38%, #394B85 100%);
    display: flex;
    flex-direction: column;
    flex-basis: 62%;
    padding-right: 80px;
    justify-content: center;
    position: relative;
    padding-left: 9%;
    align-items: center;
    align-self: stretch;
}

.header-location-map-wrap {
    margin-left: 11px;
    background: #FFFFFF;
    padding: 24px 20px;
    border-radius: 25px;
    max-width: 481px;
    width: 100%;
}

.header-location-counter-code {
    display: flex;
    gap: 30px;
    justify-content: space-between;
}

.header-location-code {
    flex: 1 1 50%;
}

.header-location-code {
    position: relative;
}

.header-location-counter-block {
    display: flex;
}

#counter-start-time,
#counter-end-time {
    display: none;
}

.header-location-counter-time {
    text-align: center;
}

.header-location-counter-nums {
    background: linear-gradient(180deg, #000000 0%, #393939 100%);
    color: #FFFFFF;
    display: inline-block;
    padding: 8px 7px 10px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    margin-top: 3px;
    margin-bottom: 0;
}

.header-location-counter-time-type,
.header-location-counter-time-type-mob {
    font-size: 11px;
    line-height: 24px;
    color: #FFFFFF;
    margin-bottom: 0;
}

.header-location-counter-time-type-mob {
    display: none;
}

.header-location-discount-bar {
    display: flex;
    border-radius: 16px 16px 0px 0px;
    background: #D70015;
    padding: 5px;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    max-width: 481px;
}

.header-location-discount-bar svg {
    margin-right: 8px;
}

.header-location-discount-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
    color: #FFFFFF;
}

.header-location-discount-title > span {
    font-weight: 700;
}

.header-location-counter-separator {
    margin: 8px 2px;
    font-size: 16px;
    line-height: 32px;
}

.header-location-code-block {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border: 1px dashed #2895C1;
    border-radius: 8px;
    text-align: end;
    padding: 9px 22.5px 11px;
    gap: 8px;
}

.header-location-code-block span {
    margin-left: auto;
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
}

.header-location-counter-title,
.header-location-code-title {
    font-size: 14px;
    line-height: 24px;
    color: #FFFFFF;
    margin-bottom: 8px;
}

.header-location-code-block #copyCode {
    margin-left: auto;
}

.header-location-code #code-copied {
    right: 0;
}

.header-location-code-title-mob {
    display: none;
}

.header-location__partnership {
    background-color: #F4F4F4;
    height: 90px;
    position: relative;
}

.header-location__partnership__content {
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: 5px;
    bottom: 44px;
    margin-left: 72px;
}

.header-location__partnership__content span {
    color: #C6C8CA;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin-left: 3px;
}

.header-location__partnership__content img {
    max-width: 222px;
    max-height: 92px;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.10), 0px 4px 6px 0px rgba(0, 0, 0, 0.05);
}

@media(max-width: 1290px) {
    .header-location-map-wrap {
        width: auto;
    }

    .header-location-map {
        padding-left: 0;
        align-items: flex-end;
    }
}

@media(max-width: 1199px) {
    .header-location-wrap {
        flex-basis: 37%;
    }

    .header-location-map {
        flex-basis: 56%;
    }

    .header-location-separator {
        width: 20%;
    }
}

@media(max-width: 1100px) {
    .header-location-separator {
        width: 11%;
    }
}

@media(max-width: 1034px) {
    .header-location-separator {
        width: 7%;
    }
}

@media(max-width: 991px) {
    .header-location-container {
        flex-direction: column;
        align-items: stretch;
        margin: 32px;
    }

    .header-location-separator {
        display: none;
    }

    .header-location-discount-block,
    .header-location-discount-bar {
        max-width: 100%;
    }

    .header-location-wrap {
        margin-left: 0;
        display: flex;
        flex-direction: column;
        gap: 16px;
        flex-basis: auto;
        padding: 0;
    }

    .header-location-wrap.partner-logo {
        margin-bottom: 0;
    }

    .header-location-title,
    .header-location-subtitle {
        margin: 0;
    }

    .header-location-map {
        padding: 0;
        background: unset;
        min-height: auto;
        align-self: center;
        flex-basis: auto;
        align-items: center;
        width: 100%;
        margin-top: 32px;
    }

    .header-location-map.hide {
        display: none;
    }

    .header-location-map-wrap {
        margin: 0;
        background: unset;
        padding: 0;
        border-radius: unset;
        max-width: 481px;
        width: 100%;
    }

    .header-location-counter-code {
        flex-direction: column;
        gap: 8px;
    }

    .header-location-code {
        order: 1;
    }

    .header-location-counter {
        order: 2;
    }

    .header-location-counter {
        display: flex;
        gap: 12px;
        justify-content: space-between;
    }

    .header-location-discount-title {
        font-size: 14px;
        text-align: center;
        font-weight: 400;
    }

    .header-location-counter-nums {
        padding: 2px 10px;
        font-size: 16px;
    }

    .header-location-code-block {
        justify-content: space-around;
        padding: 7px 16.5px 7px 8px;
    }

    .header-location-counter-separator {
        margin: 0px 2px;
        line-height: 25px;
    }

    .header-location-code #code-copied {
        bottom: 52px;
        top: unset;
    }

    .header-location-code-title {
        display: none;
    }

    .header-location-code-title-mob {
        display: block;
        font-size: 13px;
        line-height: 18px;
        color: inherit;
        margin-right: 4px;
        margin-bottom: 0;
        text-align: left;
    }

    .header-location-counter-title {
        margin-top: 8px;
    }

    .header-location-counter-time-type {
        display: none;
    }

    .header-location-counter-time-type-mob {
        display: block;
    }

    .header-location-discount-button-wrap {
        text-align: center;
    }

    .header-location-button-wrap.hide {
        display: none;
    }

    .header-location-button {
        padding: 13px 24px;
        font-size: 16px;
    }

    .header-location-button:hover {
        padding: 12px 23px;
    }

    .header-location__partnership {
        height: 110px;
        padding: 10px 32px;
    }

    .header-location__partnership__content {
        position: static;
        flex-direction: row;
        gap: 13px;
        margin-left: 0;
        align-items: center;
        justify-content: center;
    }

    .header-location__partnership__content span {
        margin-left: 0;
    }

    .header-location__partnership__content img {
        max-width: 179px;
        max-height: 75px;
        object-fit: contain;
        margin: 7.5px 0 7.5px;
    }
}

@media(max-width: 767px) {
    .header-location__partnership {
        padding: 10px 16px;
    }
}

@media(max-width: 576px) {
    .header-location-code-block {
        justify-content: space-around;
    }

    .header-location-code-block span {
        font-size: 22px;
        line-height: 30px;
    }

    .header-location-counter-title {
        margin-top: 8px;
    }

    .header-location-discount-block {
        max-width: 100%;
    }
}

.gm-style .gm-style-iw-c {
    border-radius: 20px;
}

.gm-ui-hover-effect {
    opacity: 0;
}

.gm-style-iw-d {
    max-height: 230px !important;
}

.header-location-map-marker {
    font-family: 'Open Sans', sans-serif;
}

.header-location-map-subsidiary {
    margin-right: 2px;
}

.header-location-map-subsidiary:before {
    content: url("../../images/icons/store.svg");
    vertical-align: middle;
    margin-right: 4px;
}

.header-location-map-theory {
    margin-right: 2px;
}

.header-location-map-theory:before {
    content: url("../../images/icons/theory.svg");
    vertical-align: middle;
    margin-right: 4px;
}

.header-location-map-pickup {
    margin-right: 2px;
}

.header-location-map-pickup:before {
    content: url("../../images/icons/room.svg");
    vertical-align: middle;
    margin-right: 4px;
}

.header-location-map-info {
    padding: 16px 4px;
}

.header-location-map-link-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    color: inherit;
}

.header-location-map-link-title:hover {
    color: #74C7E9;
    transition: color .3s ease;
}

.header-location-map-link-title:hover svg path {
    fill: #74C7E9;
    transition: fill .3s ease;
}

.header-location-map-title {
    width: 149px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 16px;
}

.header-location-map-address {
    font-size: 12px;
    color: #888888;
    font-weight: 400;
    line-height: 16px;
}

.header-location-map-classes {
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
}

.header-location-map-classes,
.header-location-map-classes + div {
    margin-right: 20px;
}

.header-location-map-license {
    margin-top: 4px;
    margin-right: 8px;
    width: 40px;
    height: 40px;
}
