.how-to-get-new {
    position: relative;
}
.how-to-get-new .map {
    position: relative;
    width: 100%;
    height: 600px;
    z-index: 1;
}
.how-to-get-new .tabs {
    margin: 20px 0 0 0;
}
.how-to-get-new .tabs .tabs-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 1230px;
    padding: 0 15px 0;
    margin: 0 auto;
}
.how-to-get-new .tabs .tabs-list .tabs-list__item {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 260px;
    margin: 0 20px 25px 0;
    padding: 9px 10px 11px 10px;
    color: #101010;
    font-family: "Yanone Kaffeesatz", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
    background: #ffffff;
    border: 2px solid #101010;
    border-radius: 2px;
    cursor: pointer;
}
.how-to-get-new .tabs .tabs-list .tabs-list__item.active {
    min-width: 260px;
    padding: 11px 10px 13px;
    color: #ffffff;
    background: linear-gradient(230deg, #3D1959 28%, #91124D 100%);
    border: none;
}
.how-to-get-new .tabs .tabs-content {
    position: absolute;
    top: 89px;
    right: 0;
    display: none;
    width: 30%;
    height: 100%;
    overflow: hidden;
    z-index: 10;
}
.how-to-get-new .tabs .tabs-content.active {
    display: block;
}
.how-to-get-new .tabs .tabs-content .tabs-content__item {
    position: relative;
    display: none;
    height: 100%;
    padding: 20px 40px;
    font-size: 20px;
    background: #fff;
    box-shadow: inset 0 10px 20px rgb(0 0 0 / 15%);
    z-index: 10;
}
.how-to-get-new .tabs .tabs-content .tabs-content__item .close {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    padding: 20px;
    color: #000000;
    font-size: 20px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    cursor: pointer;
    z-index: 9;
}
.how-to-get-new .tabs .tabs-content .tabs-content__item.active {
    display: block;
}
.how-to-get-new .tabs .tabs-content .tabs-content__item .buttons {
    display: none;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 40px 0 0 0;
}
.how-to-get-new .tabs .tabs-content .tabs-content__item .buttons.active {
    display: flex;
}
.how-to-get-new .tabs .tabs-content .tabs-content__item .buttons a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 220px;
    margin: 0 20px 25px 0;
    padding: 11px 10px 13px;
    color: #ffffff;
    font-family: "Yanone Kaffeesatz", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
    background: #ffffff;
    border-radius: 2px;
    cursor: pointer;
    background: linear-gradient(230deg, #3D1959 28%, #91124D 100%);
    border: none;
}
.how-to-get-new .points {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-right: 30%;
    z-index: 99;
}
.how-to-get-new .points .items {
    display: none;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding: 0 0 20px 40px;
    z-index: 2;
}
.how-to-get-new .points .items.active {
    display: flex;
}
.how-to-get-new .points .point {
    margin: 0 20px 20px 0;
}
.how-to-get-new .points .point .point-link {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    min-width: 260px;
    margin: 0;
    padding: 9px 10px 11px 10px;
    color: #101010;
    font-family: "Yanone Kaffeesatz", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 2px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    background: #ffffff;
    border: 2px solid #101010;
    border-radius: 2px;
    cursor: pointer;
}
.how-to-get-new .points .point .point-link.active {
    padding: 11px 10px 13px;
    color: #ffffff;
    background: linear-gradient(230deg, #3D1959 28%, #91124D 100%);
    border: none;
}
.how-to-get-new .points .point .point-link .ico {
    width: 20px;
    height: 20px;
    margin: 0 10px 0 0;
    background-size: contain;
    background-position: top left;
    background-repeat: no-repeat;
}
.how-to-get-new .points .point .point-link .ico.disabled {
    display: block;
}
.how-to-get-new .points .point .point-link .ico.active {
    display: none;
}
.how-to-get-new .points .point .point-link .name {

}
.how-to-get-new .points .point .point-link:hover .ico.disabled,
.how-to-get-new .points .point .point-link.active .ico.disabled {
    display: none;
}
.how-to-get-new .points .point .point-link:hover .ico.active,
.how-to-get-new .points .point .point-link.active .ico.active {
    display: block;
}
@media (max-width: 767px) {
    .how-to-get-new {
        display: flex;
        flex-flow: column nowrap;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .how-to-get-new .tabs {
        order: 1;
    }
    .how-to-get-new .points {
        order: 2;
    }
    .how-to-get-new .map {
        order: 3;
    }
    .how-to-get-new .tabs .tabs-content {
        width: 100%;
        position: static;
        height: auto !important;
    }
}
@media (max-width: 560px) {
    .how-to-get-new .tabs .tabs-list .tabs-list__item {
        width: 100%;
        margin-right: 0;
    }
    .how-to-get-new .points {
        position: static;
        padding: 40px 0 20px 0;
    }
    .how-to-get-new .points .items.active {
        display: block;
        padding: 0 0 0 20px;
    }
    .how-to-get-new .points .point .point-link {
        width: 100%;
    }
}