.action-list__cards {
    margin-bottom: 30px;
}
.action-list__item {
  padding-top: 12px;
}
.action-list__cards {
  justify-content: center;
}
.tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 32px;
    user-select: none;
}
.tabs__item {
    background: #f2f2f2;
    width: 130px;
    height: 40px;
    color: #000;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.2s ease;
}
.tabs__item:not(:first-child) {
    margin-left: 5px;
}
.tabs__item:first-child {
    border-radius: 5px 0 0 5px;
}
.tabs__item:last-child {
    border-radius: 0 5px 5px 0;
}
.tabs__item:hover {
    background: #ddd;
}
.tabs__item-active {
    background: #000 !important;
    color: #fff;
    cursor: default;
}
.tabsContent {
    display: none;
}
.tabsContent1 {
    display: block;
}
.aseries {
    font-family: SamsungOne, sans-serif;
    font-weight: 400;
}
.aseries img {
    display: block;
    user-select: none;
    transition: all 0.2s ease;
}
.aseries h1,
.aseries h2,
.aseries h3,
.aseries h4 {
    transition: all 0.2s ease;
}
.aseries-h1,
.aseries-h2,
.aseries-h3 {
    font-family: SamsungSharpSans, sans-serif;
    font-weight: 700;
}
.aseries-h1 {
    font-size: 28px;
    line-height: 40px;
    border-right: 1px rgba(0, 0, 0, 0.1) solid;
    display: inline-block;
    margin: 0 40px 10px 0;
    padding-right: 40px;
}
.aseries-h2 {
    font-size: 40px;
    line-height: 48px;
}
.aseries-h3 {
    font-size: 28px;
    line-height: 34px;
    text-align: center;
}
.aseries-text ol {
    list-style-type: none;
    counter-reset: num;
    margin: 0;
    padding: 0;
}
.aseries-text ol li:before {
    content: counter(num) '. ';
    counter-increment: num;
}
.aseries-topLine {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 22px;
}
.aseries-topLine__shop {
    display: flex;
    margin-bottom: 10px;
}
.aseries-topLine__price {
    font-weight: 800;
    font-size: 20px;
    line-height: 40px;
    margin-right: 30px;
}
.button-buy__link {
    background: rgb(20, 40, 160);
    height: 40px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 20px;
    display: flex;
    align-items: center;
    padding: 0 40px;
    transition: all 0.2s ease;
}
.button-buy__link:hover {
    background: rgba(20, 40, 160, 0.8);
}
.aseries-banner {
    position: relative;
    margin-bottom: 30px;
    transition: all 0.2s ease;
}
.aseries-banner__inner {
    background-color: #f4f4f4 !important;
    height: 600px;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 10px;
    transition: all 0.2s ease;
}
.aseries-banner__text {
    font-size: 12px;
    line-height: 14px;
    opacity: 0.5;
}
.aseries-banner__inner .aseries-banner__text {
    position: absolute;
    bottom: 24px;
    left: 30px;
    right: 30px;
}
.aseries-iconList {
    display: flex;
    margin: 30px 0 52px;
    padding: 0 10%;
    transition: all 0.2s ease;
}
.aseries-iconList__item {
    width: 25%;
    font-size: 16px;
    line-height: 22px;
    transition: all 0.2s ease;
}
.aseries-iconList__item:not(:first-child) {
    margin-left: 2%;
}
.aseries-iconList__imgBlock {
    display: flex;
    align-items: center;
    transition: all 0.2s ease;
}
.aseries-iconList__img {
    height: 60px;
}
.aseries-iconList__title {
    font-size: 22px;
    line-height: 30px;
    display: block;
}
.aseries-iconList__title:not(:last-child) {
    margin-bottom: 10px;
}
.aseries-iconList__descr {
    font-size: 14px;
    line-height: 22px;
}
.aseries-iconList__item-flex {
    display: flex;
    justify-content: center;
}
.aseries-iconList__item-flex .aseries-iconList__img {
    margin-right: 10px;
}
.aseries-bannerMain {
    margin-bottom: 60px;
}
.aseries-bannerMain__inner {
    background: url(../images/bannerMain.jpg) 85% -14% no-repeat;
    background-size: 63% auto;
    height: 470px;
    display: flex;
    align-items: center;
    padding-left: 30px;
}
.aseries-bannerMain__h2 {
    padding-left: 9%;
}
.aseries-banner1__inner {
    background: url(../images/banner1.jpg) 50% 150px no-repeat;
    background-size: auto 95%;
}
.aseries-banner1__h2 {
    text-align: center;
    padding-top: 4.2%;
}
.aseries-banner2__inner {
    background: url(../images/banner2.jpg) 50% 39.5% no-repeat;
    background-size: auto 300%;
    display: flex;
    align-items: center;
}
.aseries-banner2__h2 {
    padding: 19% 0 0 9%;
}
.aseries-banner3__inner {
    background: url(../images/banner3.jpg) 50% 80% no-repeat;
    background-size: 50% auto;
}
.aseries-banner3__h2 {
    text-align: center;
    padding-top: 4.2%;
}
.aseries-banner4__inner {
    background: url(../images/a24/banner.png) 50% 150% no-repeat;
    background-size: auto 95%;
}
.aseries-banner4__h2 {
    text-align: center;
    padding-top: 4.2%;
}
.aseries-banner4__img {
    display: none !important;
}
.imgNtext {
    display: flex;
}
.imgNtext:not(:last-child) {
    margin-bottom: 30px;
}
.imgNtext-reversed {
    display: flex;
    flex-direction: row-reverse;
}
.imgNtext__col {
    width: calc(50% - 15px);
    display: flex;
    align-items: center;
}
.imgNtext__col:first-child {
    margin-right: 15px;
}
.imgNtext__col:last-child {
    margin-left: 15px;
}
.imgNtext-reversed .imgNtext__col:first-child {
    margin: 0 0 0 15px;
}
.imgNtext-reversed .imgNtext__col:last-child {
    margin: 0 15px 0 0;
}
.imgNtext__img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 20px;
    transition: all 0.2s ease;
}
.imgNtext__imgA34 {
    border-radius: 20px 100px 100px 20px;
}
.imgNtext__textWrapper {
    padding: 0 20%;
    transition: all 0.2s ease;
}
.imgNtext__h3,
.imgNtext__h4 {
    margin-bottom: 10px;
}
.imgNtext__h3 {
    text-align: inherit;
}
.imgNtext__h4 {
    font-weight: 800;
    font-size: 20px;
    line-height: 22px;
}
.imgNtext__text {
    font-size: 16px;
    line-height: 22px;
}
.imgNtext__text:not(:last-child) {
    margin-bottom: 10px;
}
.imgNtext__noticeLink {
    color: #999;
    cursor: pointer;
    position: relative;
    display: inline-block;
    transition: opacity 0.2s ease;
    padding-right: 2px;
}
.imgNtext__noticeLink:after {
    content: '';
    width: 5px;
    height: 5px;
    border: 1px #999 solid;
    border-top: none;
    border-left: none;
    display: inline-block;
    transform: rotate(-45deg);
    margin: 0 0 1px 2px;
}
.imgNtext__noticeLink:hover {
    opacity: 0.6;
}
.imgNtext__notice {
    color: #999;
}
.imgNtext__notice-hidden {
    display: none;
}
.aseries-scheme {
    background: #f4f4f4;
    border-radius: 20px;
    margin: 30px 0;
}
.aseries-scheme2 {
    display: flex;
    justify-content: flex-end;
}
.aseries-scheme__img {
    max-width: 100%;
    max-height: 520px;
}
.aseries-scheme__img-mob {
    display: none !important;
}
.aseries-scheme1__img,
.aseries-scheme3__img {
    max-width: 80%;
    margin: auto;
}
.aseries-scheme2__img {
    max-width: 90%;
}
.aseries-textFooter {
    color: #999;
    font-size: 12px;
    line-height: 18px;
    margin-top: 30px;
    padding-bottom: 12px;
}

/* Beer Slider */
.beer-handle-line {
    background: #fff;
    width: 2px;
    position: absolute;
    top: -500px;
    bottom: -500px;
    left: 50%;
    margin-left: -1px;
}
.beer-slider {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.beer-slider *, .beer-slider:before, .beer-slider:after,
.beer-slider *:before,
.beer-slider *:after {
    box-sizing: border-box;
}
.beer-slider img, .beer-slider svg {
    vertical-align: bottom;
}
.beer-slider > * {
    height: 100%;
}
.beer-slider > img {
    max-width: 100%;
    height: auto;
}
.beer-reveal {
    position: absolute;
    left: 0;
    top: 0;
    right: 50%;
    overflow: hidden;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.35s;
}
.beer-reveal > :first-child {
    width: 200%;
    max-width: none;
    height: 100%;
}
.beer-reveal > img:first-child {
    height: auto;
}
.beer-range {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    height: 100%;
    margin: 0;
    left: -1px;
    width: calc(100% + 2px);
    cursor: pointer;
    -webkit-appearance: slider-horizontal !important;
    -moz-appearance: none;
    opacity: 0;
    -ms-touch-action: auto;
    touch-action: auto;
}
.beer-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 300vh;
}
.beer-range::-moz-range-thumb {
    -webkit-appearance: none;
    height: 300vh;
}
.beer-range::-ms-tooltip {
    display: none;
}
.beer-handle {
    position: absolute;
    z-index: 2;
    pointer-events: none;
    opacity: 0;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    color: #000;
    background: #fff !important;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0);
    transition: background 0.3s, box-shadow 0.3s, opacity 0.5s 0.25s;
}
.beer-handle:before, .beer-handle:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    top: 50%;
    border-top: solid 2px;
    border-left: solid 2px;
    transform-origin: 0 0;
}
.beer-handle:before {
    left: 10px;
    transform: rotate(-45deg);
}
.beer-handle:after {
    right: 0;
    transform: rotate(135deg);
}
.beer-range:focus ~ .beer-handle {
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
}
.beer-slider[data-beer-label]:after,
.beer-reveal[data-beer-label]:after {
    content: attr(data-beer-label);
    position: absolute;
    top: 1.5rem;
    line-height: 1;
    padding: 0.5rem;
    border-radius: 0.125rem;
    background: rgba(255, 255, 255, 0.75);
}
.beer-slider[data-beer-label]:after {
   right: 1.5rem;
}
.beer-reveal[data-beer-label]:after {
    left: 1.5rem;
}
.beer-slider[data-beer-label=""]:after,
.beer-reveal[data-beer-label=""]:after {
    content: none;
}
.beer-ready .beer-reveal, .beer-ready .beer-handle {
    opacity: 1;
}

/* Adaptation */
@media screen and (max-width: 1520px) {
    .aseries-bannerMain__inner {
        background-position: 85% -20%;
        background-size: 65% auto;
    }
}
@media screen and (max-width: 1440px) {
    .aseries-bannerMain__inner {
        background-position: 85% -30%;
        background-size: 68% auto;
    }
    .aseries-bannerMain__h2 {
        padding-left: 5%;
    }
}
@media screen and (max-width: 1400px) {
    .aseries-iconList {
        padding: 0 14%;
    }
    .aseries-banner1__inner {
        background-size: auto 85%;
    }
}
@media screen and (max-width: 1340px) {
    .aseries-banner__inner {
        height: 450px;
    }
    .aseries-iconList {
        padding: 0 10%;
    }
    .aseries-bannerMain__inner {
        height: 450px;
        background-position: 85% -30%;
        background-size: 68% auto;
    }
    .aseries-banner1__inner {
        background-position: 50% 92px;
    }
    .aseries-banner1__h2,
    .aseries-banner3__h2,
    .aseries-banner4__h2 {
        padding-top: 3%;
    }
    .aseries-banner3__inner {
        background-size: 43% auto;
    }
}
@media screen and (max-width: 1300px) {
    .aseries-bannerMain__inner {
        height: 420px;
        background-position: 85% 60px;
        background-size: 63% auto;
    }
}
@media screen and (max-width: 1250px) {
    .aseries-iconList {
        padding: 0 5%;
    }
    .aseries-bannerMain__inner {
        height: 400px;
    }
    .aseries-banner3__inner {
        background-size: 45% auto;
    }
}
@media screen and (max-width: 1190px) {
    .aseries-bannerMain__inner {
        height: 380px;
    }
    .aseries-banner3__inner {
        background-size: 47% auto;
    }
}
@media screen and (max-width: 1130px) {
    .aseries-iconList {
        padding: 0;
    }
    .aseries-bannerMain__inner {
        height: 360px;
        background-position: 90% 60px;
    }
    .aseries-bannerMain__h2 {
        padding-left: 4%;
    }
    .aseries-banner3__inner {
        background-size: 50% auto;
    }
}
@media screen and (max-width: 1060px) {
    .aseries-bannerMain__inner {
        height: 360px;
        background-size: 65% auto;
    }
    .aseries-banner__inner {
        height: 360px;
    }
    .aseries-banner2__h2 {
        padding-top: 10%;
    }
    .aseries-banner3__inner {
        background-size: 43% auto;
    }
    .imgNtext__textWrapper {
        padding: 0 10%;
    }
    .imgNtext__imgA34 {
        border-top-right-radius: 80px;
        border-bottom-right-radius: 80px;
    }
}
@media screen and (max-width: 1030px) {
    .aseries-bannerMain__inner {
        height: 360px;
        background-size: 68% auto;
    }
    .aseries-bannerMain__h2 {
        padding-left: 3%;
    }
    .aseries-iconList__item-flex {
        display: block;
    }
    .aseries-iconList__imgBlock {
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 990px) {
    .aseries-bannerMain__inner {
        height: 350px;
    }
    .aseries-bannerMain__h2 {
        padding-left: 2%;
    }
}
@media screen and (max-width: 960px) {
    .aseries-bannerMain__inner {
        height: 330px;
    }
}
@media screen and (max-width: 930px) {
    .aseries-h1 {
        font-size: 22px;
        line-height: 40px;
    }
    .aseries-h2 {
        font-size: 30px;
        line-height: 36px;
    }
    .aseries-h3 {
        font-size: 20px;
        line-height: 24px;
    }
    .imgNtext__h4 {
        font-size: 18px;
        line-height: 20px;
    }
    .aseries-banner1__inner {
        background-position: 50% 100px;
    }
    .aseries-banner3__inner {
        background-size: 49% auto;
    }
}
@media screen and (max-width: 900px) {
    .aseries-bannerMain__inner {
        height: 310px;
        background-size: 68% auto;
    }
    .aseries-banner1__inner {
        background-position: 50% 90px;
    }
    .aseries-banner3__inner {
        background-size: 52% auto;
    }
    .imgNtext__textWrapper {
        padding: 0 5%;
    }
}
@media screen and (max-width: 860px) {
    .aseries-banner2__inner {
        background-size: auto 200%;
    }
    .aseries-banner3__inner {
        background-size: 54% auto;
    }
}
@media screen and (max-width: 840px) {
    .aseries-bannerMain__inner {
        height: 300px;
        background-size: 70% auto;
    }
    .aseries-banner3__inner {
        background-size: 57% auto;
    }
}
@media screen and (max-width: 790px) {
    .aseries-bannerMain__inner {
        background-size: 71% auto;
    }
    .aseries-banner3__inner {
        background-size: 62% auto;
    }
}
@media screen and (max-width: 767px) {
    .aseries-banner {
        margin-left: -20px;
        margin-right: -20px;
    }
    .aseries-banner__inner {
        border-radius: 0;
        display: block;
        padding: 32px;
    }
    .aseries-banner__inner .aseries-banner__text {
        bottom: 16px;
        left: 32px;
        right: 32px;
    }
    .aseries-iconList {
        flex-wrap: wrap;
        margin-bottom: 30px;
    }
    .aseries-iconList__item {
        width: 50%;
        margin-bottom: 30px;
    }
    .aseries-iconList__item:not(:first-child) {
        margin-left: 0;
    }
    .aseries-iconList__item:nth-child(odd) {
        padding-right: 2%;
    }
    .aseries-iconList__item:nth-child(even) {
        padding-left: 2%;
    }
    .aseries-bannerMain__inner {
        background-position: 0 50%;
        background-size: 90% auto;
        height: 480px;
        display: block;
        align-items: inherit;
    }
    .aseries-bannerMain__h2 {
        padding-left: 0;
    }
    .aseries-banner1__h2,
    .aseries-banner2__h2,
    .aseries-banner3__h2,
    .aseries-banner4__h2 {
        text-align: left;
        padding: 0;
    }
    .aseries-banner2__inner {
        background-position: 50% 32%;
        background-size: auto 175%;
    }
    .aseries-banner4__inner {
        background: none;
        height: auto;
    }
    .aseries-banner4__img {
        width: 100%;
        max-width: 510px;
        display: block !important;
        margin: 30px auto 10px;
    }
    .aseries-banner__text.aseries-text {
        padding: 0 20px;
    }
    .imgNtext__h4 {
        font-size: 18px;
        line-height: 20px;
    }
    .aseries-scheme {
        border-radius: 10px;
    }
    .aseries-scheme__img {
        max-width: 100%;
        max-height: 800px;
    }
    .aseries-scheme__img-desktop {
        display: none !important;
    }
    .aseries-scheme__img-mob {
        display: block !important;
        padding-top: 50px;
    }
    .aseries-scheme1__img.aseries-scheme__img-mob {
        max-width: 90%;
    }
    .aseries-scheme2__img.aseries-scheme__img-mob {
        max-height: 1000px;
        margin: auto;
        padding: 0 0 50px;
    }
    .aseries-scheme3__img.aseries-scheme__img-mob {
        max-width: 90%;
        max-height: 600px;
    }
    .imgNtext {
        height: auto;
        flex-direction: column !important;
    }
    .imgNtext__col {
        width: 100%;
    }
    .imgNtext__col:first-child,
    .imgNtext__col:last-child,
    .imgNtext-reversed .imgNtext__col:first-child,
    .imgNtext-reversed .imgNtext__col:last-child {
        margin: 0 0 30px;
    }
    .imgNtext__img {
        border-radius: 10px;
    }
    .imgNtext__imgA34 {
        border-radius: 10px 100px 100px 10px;
    }
}
@media screen and (max-width: 670px) {
    .aseries-banner3__inner {
        background-size: 70% auto;
    }
}
@media screen and (max-width: 630px) {
    .aseries-h2 {
        font-size: 26px;
        line-height: 32px;
    }
    .aseries-h3 {
        font-size: 18px;
        line-height: 22px;
    }
    .imgNtext__h4 {
        font-size: 16px;
        line-height: 18px;
    }
    .aseries-banner3__inner {
        background-size: 80% auto;
    }
}
@media screen and (max-width: 520px) {
    .aseries-banner3__inner {
        background-size: 90% auto;
    }
    .imgNtext__imgA34 {
        border-top-right-radius: 80px;
        border-bottom-right-radius: 80px;
    }
}
@media screen and (max-width: 450px) {
    .aseries-text p {
        display: inline;
    }
    .aseries-banner1__inner {
        background-position: 50% 70px;
    }
    .aseries-banner2__inner {
        background-position: 60% 32%;
    }
    .aseries-banner3__inner {
        background-position: 50% 70%;
    }
}
@media screen and (max-width: 420px) {
    .aseries-banner2__inner {
        background-position: 70% 32%;
    }
    .imgNtext__imgA34 {
        border-top-right-radius: 60px;
        border-bottom-right-radius: 60px;
    }
}
@media screen and (max-width: 400px) {
    .aseries-bannerMain__inner {
        height: 450px;
    }
    .aseries-banner2__inner {
        background-position: 80% 32%;
    }
}
@media screen and (max-width: 380px) {
    .aseries-bannerMain__inner {
        height: 430px;
    }
    .aseries-banner2__inner {
        background-position: 90% 32%;
    }
}
@media screen and (max-width: 370px) {
    .aseries-banner2__inner {
        background-position: 100% 32%;
    }
}
@media screen and (max-width: 360px) {
    .aseries-banner2__inner {
        background-position: 15px 32%;
    }
}
@media screen and (max-width: 350px) {
    .aseries-banner2__inner {
        background-position: 10px 32%;
    }
}
@media screen and (max-width: 340px) {
    .aseries-banner2__inner {
        background-position: 5px 32%;
    }
}
@media screen and (max-width: 330px) {
    .aseries-banner2__inner {
        background-position: 0 32%;
    }
}