.action-detail__banner {
    margin: 50px 0px 50px 0px;
}

.action-detail__tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0px 0px 50px 0px;
}

.about-action__text {
    font-size: 18px;
    line-height: 1.7;
    margin: 0px auto 40px;
    max-width: 1000px;
}

.about-action__map {
    margin: 0px 0px 70px 0px;
}

.map__title {
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    margin: 0px 0px 50px 0px;
}

.map__tabs {
    margin: 0px 0px 30px 0px;
}

.map__tabs button {
    margin: 0px 10px 10px 0px;
}

.map__tabs button:last-child {
    margin: 0;
}

.map__tabs .btn {
    padding: 11px 30px;
    border: 1px solid #E0C766;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 600;
    background: #fff;
}

.map__tabs .btn.active {
    color: #fff;
    background: #E0C766;
}

.map__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.map__left {
    max-width: 370px;
    width: 100%;
    margin: 0px 50px 0px 0px;
    max-height: 470px;
    overflow-y: auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 420px;
    flex: 0 0 420px;
}

.map__item {
    font-size: 12px;
    line-height: 1.7;
    margin: 0px 0px 13px 0px;
    padding: 0px 0px 0px 5px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.map__item:hover {
    background: rgba(231, 231, 231, 0.5);
}

.map__item-name {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

.terms-action {
    max-width: 1000px;
    margin: 0 auto;
    display: none;
}

.terms-action__text {
    font-size: 18px;
    line-height: 1.7;
    margin: 0px auto 40px;
}

.terms-action__section {
    margin: 0px 0px 50px 0px;
    font-size: 14px;
    line-height: 1.7;
}

.terms-action__section p {
    margin: 0;
}

.terms-action__section-title {
    font-weight: 600;
    font-size: 18px;
    margin: 0px 0px 15px 0px;
}

.btn:hover {
    -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, .15);
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, .15)
}

.btn:active {
    color: #e0c766;
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none
}

.tab-btn {
    font-size: 14px;
    font-family: OpenSans, sans-serif;
    font-weight: 400;
    color: #000;
    max-width: 240px;
    width: 100%;
    border: 1px solid;
    text-align: center;
    padding: 20px 0;
    margin: 0 10px
}

.tab-btn.active {
    font-weight: 600;
    background: rgba(231, 231, 231, .2);
    border: 2px solid #e0c766
}

.map__right{
	width: 100%;
}
.map__item-card{
    width: 100%;
    display: flex;
    height: 100%;
}

.btn-action {
    margin-top: 30px;
    max-width: 310px;
    width: 100%;
    font-size: 18px !important;
    font-weight: 900 !important;
    display: block;
}
.btn-action span {
    padding-right: 45px;
    position: relative;
}

.btn-action span::before {
    content: '';
    position: absolute;
    top: 6px;
    right: 0;
    width: 29px;
    height: 14px;
    background-image: url(/local/templates/ustemplate2020/images/icon/arrow-right.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}


@media (max-width: 992px) {
    .action-detail__banner {
        margin: 25px 0px 50px 0px;
    }
    .map .map__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .map .map__left {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-width: none;
        margin: 0 -10px;
    }
    .map .map__item {
        width: 33.333%;
        margin: 0px 0px 30px 0px;
        padding: 0 10px;
    }
    .map .map__right {
        margin: 0px 0px 30px 0px;
    }

    .btn-action {
        max-width: 230px;
        font-size: 14px !important;
    }

    .btn-action span {
        padding-right: 35px;
    }
    
    .btn-action span::before {
        top: 6px;
        width: 19px;
        height: 9px;
    }
}

@media (max-width: 768px) {
    .action-detail__title {
        font-size: 20px;
        padding: 40px 0;
    }
    .action-detail__banner {
        margin: 0 0 40px 0;
    }
    .action-detail__tabs {
        margin: 0px 0px 30px 0px;
    }
    .about-action__text, .terms-action__text {
        font-size: 15px;
    }
}

@media (max-width: 600px) {
    .map .map__item {
        width: 50%;
    }
    .map .map__tabs .btn {
        padding: 7px 15px;
        margin: 0px 5px 10px 0px;
    }
}

@media (max-width: 500px) {
    .action-detail__title {
        font-size: 16px;
    }
    .action-detail__banner {
        margin: 0 -15px 20px;
    }
    .action-detail__tabs .tab-btn {
        padding: 10px 0;
    }
    .action-detail__tabs {
        margin: 0px 0px 15px 0px;
    }
    .about-action__text, .terms-action__text {
        font-size: 12px;
    }
    .terms-action__section-title {
        font-size: 16px;
        margin: 0px 0px 10px 0px;
    }
    .terms-action__section {
        font-size: 12px;
        margin: 0px 0px 30px 0px;
    }
    .about-action__text {
        padding: 0 10px;
    }
    .about-action__map .map .map__right {
        margin: 0 -15px 0px;
    }
    .about-action__map {
        margin: 0px 0px 20px 0px;
    }

    .btn-action {
        max-width: 190px;
        font-size: 12px !important;
    }

    .btn-action span {
        padding-right: 24px;
    }
    
    .btn-action span::before {
        top: 6px;
        width: 16px;
        height: 8px;
    }
}


@media (max-width: 450px) {
    .map .map__item {
        width: 100%;
    }
    .map .map__right {
        margin: 0 -15px 30px;
    }
}