.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;
}
.tabs__list {
    display: flex;
    justify-content: center;
    margin-bottom: 32px;
    user-select: none;
}
.tabs__item:not(:first-child) {
    margin-left: 5px;
}
.tabs__link {
    background: #f2f2f2;
    width: 130px;
    height: 40px;
    color: #000;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.2s ease;
}
.tabs__item:first-child .tabs__link {
    border-radius: 5px 0 0 5px;
}
.tabs__item:last-child .tabs__link {
    border-radius: 0 5px 5px 0;
}
.tabs__link:hover {
    background: #ddd;
}
.tabs__item.ui-state-active .tabs__link {
    background: #1428a0 !important;
    color: #fff;
    cursor: default;
}
.imgNtext {
    text-align: center;
    margin: auto auto 30px;
}
.imgNtext1 {
/*    max-width: 600px;*/
    max-width: 705px;
}
.imgNtext2 {
    max-width: 904px;
}
.imgNtext3 {
    max-width: 904px;
}
.imgNtext__h3 {
    margin-bottom: 10px;
}
.imgNtext__h3 {
    text-align: inherit;
}
.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;
    margin: auto;
}
.imgNtext__notice1 {
    max-width: 688px;
}
.imgNtext__notice2 {
    max-width: 688px;
}
.imgNtext__notice3 {
    max-width: 722px;
}
.imgNtext__notice p:not(:last-child) {
    margin-bottom: 5px;
}
.imgNtext__notice-hidden {
    display: none;
}
.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;
}
.dizzyProds {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: auto auto 10px;
    transition: all 0.2s ease;
}
.dizzyProds__item {
    background: #f7f7f7;
    width: 345px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    position: relative;
    margin-bottom: 20px;
    padding: 25px 0 40px;
    transition: all 0.2s ease;
}
.dizzyProds__item:not(:first-child) {
    margin-left: 20px;
}
.dizzyProds__img {
    width: 100%;
    margin-bottom: 20px;
}
.dizzyProds__h3 {
    flex-grow: 1;
    margin-bottom: 20px;
    padding: 0 20px;
}
.dizzyButton {
    display: flex;
    padding: 0 10px;
}
.dizzyButton__link {
    height: 40px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 1px transparent solid;
    border-radius: 20px;
    display: flex;
    align-items: center;
    margin: auto;
    padding: 0 40px;
    user-select: none;
    transition: all 0.2s ease;
}
.dizzyButton-white__link {
    background: #fff;
    color: #000;
    border-color: #000;
}
.dizzyButton-white__link:hover,
.dizzyButton-white__link:active {
    background: #000;
    color: #fff;
}
.dizzyButton-black__link {
    background: #000;
    color: #fff;
    border-color: #000;
}
.dizzyButton-black__link:hover,
.dizzyButton-black__link:active {
    background: #fff;
    color: #000;
}
.dizzyProds__link {
    border-radius: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all 0.2s ease;
}
.dizzyProds__link:hover {
    background: rgba(255, 255, 255, 0.3);
}
/*.dizzyProds__item:hover .dizzyButton-black__link {
    background: #fff;
    color: #000;
}*/
@media screen and (max-width: 1160px) {
    .dizzyProds {
        width: 710px;
        flex-wrap: wrap;
    }
    .dizzyProds__item:not(:first-child) {
        margin-left: 0;
    }
}
@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;
    }
}
@media screen and (max-width: 790px) {
    .dizzyProds {
        width: auto;
    }
    .dizzyProds__item {
        width: calc(50% - 10px);
    }
    .dizzyProds__item:nth-child(odd) {
        margin-right: 10px;
    }
    .dizzyProds__item:nth-child(even) {
        margin-left: 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;
    }
    .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;
    }
    .dizzyProds__item {
        border-radius: 10px;
    }
    .dizzyProds__link {
        border-radius: 10px;
    }
}
@media screen and (max-width: 630px) {
    .imgNtext__h4 {
        font-size: 16px;
        line-height: 18px;
    }
}
@media screen and (max-width: 560px) {
    .dizzyProds__item {
        width: 345px;
        margin: auto auto 20px !important;
    }
    .dizzyProds__h3 {
        font-size: 24px;
        line-height: 28px;
    }
}
@media screen and (max-width: 450px) {
    .tabs__link {
        width: 100px;
    }
}