.action-list__cards {
    margin-bottom: 30px;
}
.action-list__item {
  padding-top: 12px;
}
.action-list__cards {
  justify-content: center;
}
.dizzy {
    font-family: SamsungOne, sans-serif;
    font-weight: 400;
}
.dizzy img {
    display: block;
    user-select: none;
    transition: all 0.2s ease;
}
.dizzy h1,
.dizzy h2,
.dizzy h3,
.dizzy h4 {
    transition: all 0.2s ease;
}
.dizzy-h1,
.dizzy-h2,
.dizzy-h3 {
    font-family: SamsungSharpSans, sans-serif;
    font-weight: 700;
}
.dizzy-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;
}
.dizzy-h2 {
    font-size: 50px;
    line-height: 60px;
}
.dizzy-h3 {
    font-size: 28px;
    line-height: 34px;
    text-align: center;
    margin-bottom: 30px;
}
.dizzy-text ul {
    list-style-type: disc;
    margin: 0;
    padding: 0 0 0 12px;
}
.dizzy-text ol:not(:last-child) {
    margin-bottom: 10px;
}
.dizzy-text ol {
    list-style-type: none;
    counter-reset: num;
    margin: 0;
    padding: 0;
}
.dizzy-text ol li {
    margin: 0;
    padding: 0
}
.dizzy-text ol li:not(:last-child) {
    margin-bottom: 3px;
}
.dizzy-text ol > li:before {
    content: counter(num) '. ';
    counter-increment: num;
}
.dizzy-textFooter {
    color: #999;
    font-size: 12px;
    line-height: 18px;
    margin-top: 30px;
    padding-bottom: 12px;
}
.dizzy-textFooter a {
    color: inherit;
    text-decoration: none;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}
.dizzy-textFooter p:not(:last-child) {
    margin-bottom: 10px;
}
.topLine {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 22px;
}
.topLine__shop {
    display: flex;
    margin-bottom: 10px;
}
.topLine__price {
    font-weight: 800;
    font-size: 20px;
    line-height: 40px;
    margin-right: 30px;
}
.topLine__buttonBuyLink {
    background: #1428a0;
    height: 40px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    padding: 0 40px;
    user-select: none;
    transition: all 0.2s ease;
}
.topLine__buttonBuyLink:hover {
    background: #102080;
}
.topLine__buttonBuyLink:active {
    background: #0e1c71;
}
.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 {
/*    background: #f8f8f8;*/
    max-width: 100%;
    max-height: 100%;
    border-radius: 20px;
    transition: all 0.2s ease;
}
.imgNtext__img-noBorder {
    border-radius: 0 !important;
    display: block;
}
.imgNtext__textWrapper {
    padding: 0 17%;
    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;
    font-size: 12px;
    line-height: 14px;
}
.imgNtext__notice p:not(:last-child) {
    margin-bottom: 5px;
}
.imgNtext__notice-hidden {
    display: none;
}
.imgNtextSlider {
    display: flex;
    margin-bottom: 20px;
}
.imgNtextSlider:not(:last-child) {
    margin-bottom: 60px;
}
.imgNtextSlider .imgNtext {
/*    width: 30%;*/
    flex-direction: column;
    margin: 0;
    padding: 0 14px;
}
.imgNtextSlider .imgNtext__col {
    width: 100%;
}
.imgNtextSlider .imgNtext__col:first-child {
    margin-right: 0;
}
.imgNtextSlider .imgNtext__col:last-child {
    margin-left: 0;
}
.imgNtextSlider .imgNtext__img {
    margin-bottom: 30px;
}
.imgNtextSlider .imgNtext__textWrapper {
    padding: 0 20px;
}
.imgNtextSlider .imgNtext__h3,
.imgNtextSlider .imgNtext__h4,
.imgNtextSlider .imgNtext__text:not(:last-child) {
    margin-bottom: 16px;
}
.dizzyBanner {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
    transition: all 0.2s ease;
}
.dizzyBanner__img {
    width: 100%;
    border-radius: 20px;
}
.dizzyBanner__img-mob {
    display: none !important;
}
.dizzyBanner__text {
    color: #999;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    padding: 0 12%;
    margin-top: 10px;
    transition: all 0.2s ease;
}
.features {
/*    max-width: 1340px;*/
    display: flex;
    justify-content: space-evenly;
    margin: 60px auto 30px;
    transition: all 0.3s ease;
}
.features__item {
    width: 25%;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    padding: 0 20px;
    transition: all 0.3s ease;
}
.features__item:not(:first-child) {
    border-left: 1px rgba(0, 0, 0, 0.1) solid;
}
.features__img {
    width: 96px;
    height: 96px;
    margin: auto auto 10px;
}
.features__item p {
    margin-bottom: 8px;
}
.features-v2 {
    margin-bottom: 60px;
}
.features-v2 .features__img {
    width: 100%;
    max-width: 330px;
    height: auto;
    margin-bottom: 30px;
}
.slick-dots {
    display: flex;
    justify-content: center;
    left: 0;
    right: 0;
}
.slick-dots button {
    display: none !important;
}
.slick-dots li {
    background: rgba(0, 0, 0, 0.2);
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: block;
    margin: 0 8px;
    transition: all 0.3s ease;
}
.slick-dots .slick-active {
    background: rgba(0, 0, 0, 0.8);
}
.slick-dots button {
    display: none;
}
.buttonWhite {
    display: flex;
    margin: 30px 0;
}
.buttonWhite__link {
    background: #fff;
    height: 40px;
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 1px #000 solid;
    border-radius: 20px;
    display: flex;
    align-items: center;
    padding: 0 40px;
    user-select: none;
    transition: all 0.2s ease;
}
.buttonWhite__link:hover,
.buttonWhite__link:active {
    background: #000;
    color: #fff;
}
.advantages {
    position: relative;
}
.advantages:not(:last-child) {
    margin-bottom: 30px;
}
.advantages__inner {
    background: #dff2ec;
    border-radius: 20px;
    position: relative;
    padding-top: 50px;
    transition: all 0.2s ease;
}
.advantages__descr {
    width: 710px;
    text-align: center;
    margin: auto;
    padding: 0 20px;
    transition: all 0.2s ease;
}
.advantages__h3 {
    margin-bottom: 10px;
}
.advantages__text {
    font-size: 16px;
    line-height: 22px;
}
.advantages__img {
    width: 100%;
    border-radius: 0 0 20px 20px;
    transition: all 0.2s ease;
}
.advantages__footer {
    color: #999;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    padding: 0 12%;
    margin-top: 10px;
    transition: all 0.2s ease;
}
.advantages__footer p:not(:last-child) {
    margin-bottom: 10px;
}
.bottomBlock {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
.bottomBlock__item {
    width: 448px;
    text-align: center;
}
.bottomBlock__item:not(:last-child) {
    margin-right: 30px;
}
.bottomBlock__img {
    width: 100%;
    border-radius: 20px;
    margin-bottom: 30px
}
.bottomBlock__h5 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
}
.bottomBlock__text {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 30px;
}
.bottomBlock__buttonLink {
    margin: auto;
}
@media screen and (max-width: 1120px) {
    .features-v2 {
        flex-wrap: wrap;
    }
    .features-v2 .features__item {
        width: 50%;
    }
    .features-v2 .features__item:nth-child(1),
    .features-v2 .features__item:nth-child(2) {
        margin-bottom: 30px;
    }
    .features-v2 .features__item:nth-child(3) {
        border-left: none;
    }
}
@media screen and (max-width: 1060px) {
    .imgNtext__textWrapper {
        padding: 0 10%;
    }
}
@media screen and (max-width: 930px) {
    .imgNtext__h4 {
        font-size: 18px;
        line-height: 20px;
    }
}
@media screen and (max-width: 900px) {
    .imgNtext__textWrapper {
        padding: 0 5%;
    }
    .advantages__descr {
        width: auto;
    }
    .features__item {
        padding: 0 10px;
    }
}
@media screen and (max-width: 767px) {
    .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__h4 {
        font-size: 18px;
        line-height: 20px;
    }
    .imgNtextSlider .imgNtext__img {
        margin-bottom: 0;
    }
    .dizzyBanner {
        border-radius: 10px;
    }
    .dizzyBanner-main {
        margin-left: -20px;
        margin-right: -20px;
    }
    .dizzyBanner-main,
    .dizzyBanner-main__img {
        border-radius: 0;
    }
    .dizzyBanner__img-desktop {
        display: none !important;
    }
    .dizzyBanner__img-mob {
        display: block !important;
    }
    .features {
        flex-direction: column;
        justify-content: auto;
        margin: -30px -20px 20px;
    }
    .features__item {
        width: 100%;
        border-left: none !important;
        padding: 30px 10px;
    }
    .features-v2 .features__item {
        width: 100%;
    }
    .features-v2 .features__item:nth-child(1),
    .features-v2 .features__item:nth-child(2) {
        margin-bottom: 0;
    }
    .features__item:not(:last-child) {
        border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
    }
    .features-v2 .features__img {
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 630px) {
    .imgNtext__h4 {
        font-size: 16px;
        line-height: 18px;
    }
}
@media screen and (max-width: 430px) {
    .dizzy-h3 {
        font-size: 20px;
        line-height: 24px;
    }
}