/*.action-list__cards {
    margin-bottom: 30px;
}
.action-list__item {
  padding-top: 12px;
}
.action-list__cards {
  justify-content: center;
}*/
.action-product {
    margin-bottom: 30px;
}
.action-list__item {
    padding-top: 12px;
    padding-bottom: 0;
}
.action-list__cards {
    justify-content: center;
    margin-bottom: 0;
}
.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: 40px;
    line-height: 48px;
    text-align: center;
    margin-bottom: 30px;
}
.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-text a {
    color: #0077c8;
    text-decoration: none;
    transition: all 0.2s ease;
}
.dizzy-text a:hover,
.dizzy-text a:focus,
.dizzy-text a:active {
    color: #00b3e3;
}
/*.dizzy-text a:visited {
    color: #1428a0;
}*/
.dizzy-textFooter p:not(:last-child) {
    margin-bottom: 4px;
}
.dizzy-topLine {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 22px;
}
.dizzy-topLine__shop {
    display: flex;
    margin-bottom: 10px;
}
.dizzy-topLine__price {
    font-weight: 800;
    font-size: 20px;
    line-height: 40px;
    margin-right: 30px;
}
.dizzy-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;
}
.dizzy-topLine__buttonBuyLink:hover {
    background: #102080;
}
.dizzy-topLine__buttonBuyLink:active {
    background: #0e1c71;
}
.dizzy-buttonShop {
    margin-bottom: 60px;
    user-select: none;
}
.dizzy-buttonShop__link {
    width: 220px;
    height: 40px;
    color: #000;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    border: 1px #000 solid;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    transition: all 0.2s ease;
}
.dizzy-buttonShop__link:hover {
    background: #000;
    color: #fff;
}
.dizzy-banner {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
    transition: all 0.2s ease;
}
.dizzy-banner__img {
    width: 100%;
    border-radius: 20px;
}
.dizzy-banner__img-mob {
    display: none !important;
}
.dizzy-banner__text {
    color: #999;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    padding: 0 12%;
    margin-top: 10px;
    transition: all 0.2s ease;
}
.dizzy-steps {
    width: 950px;
    display: flex;
    justify-content: center;
    margin: auto;
}
.dizzy-steps:not(:last-child) {
    margin-bottom: 30px;
}
.dizzy-steps__item {
    width: 50%;
    font-size: 20px;
    line-height: 24px;
    border: 1px #ccc solid;
    border-radius: 20px;
    padding: 32px;
    transition: all 0.2s ease;
}
.dizzy-steps__item:not(:last-child) {
    margin-right: 30px;
}
.dizzy-steps__img {
    width: 80px;
    height: 80px;
    margin: auto auto 20px;
}
.dizzy-steps____h3 {
    margin-bottom: 20px;
}
.dizzy-steps__text {
    transition: all 0.2s ease;
}
.dizzy-steps__text ol li {
    position: relative;
    padding-left: 20px;
}
.dizzy-steps__text ol li:not(:last-child) {
    margin-bottom: 8px;
}
.dizzy-steps__text ol > li:before {
    content: counter(num) '. ';
    counter-increment: num;
    position: absolute;
    top: 0;
    left: 0;
}
.dizzy-steps__text1 {
    width: 280px;
    margin: auto;
}
.dizzy-steps__text2 {
    width: 360px;
    margin: auto;
}
.dizzy-bottomBlock {
    display: flex;
    flex-wrap: wrap;
}
.dizzy-bottomBlock:not(:last-child) {
    margin-bottom: 30px;
}
.dizzy-bottomBlock__item {
    background: #f7f7f7;
    width: calc(33.33% - 30px);
    border-radius: 10px;
    transition: all 0.2s ease;
}
.dizzy-bottomBlock__item:not(:last-child) {
    margin-right: 30px;
}
.dizzy-bottomBlock__img {
    width: 100%;
    border-radius: 10px 10px 0 0;
}
.dizzy-bottomBlock__text {
    font-size: 16px;
    line-height: 22px;
    padding: 30px;
}
.dizzy-bottomBlock__title {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
}
@media screen and (max-width: 1140px) {
    .dizzy-bottomBlock__item {
        width: calc(50% - 15px);
    }
    .dizzy-bottomBlock__item:not(:last-child) {
        margin-bottom: 30px;
        margin-right: 0;
    }
    .dizzy-bottomBlock__item:nth-child(odd) {
        margin-right: 15px;
    }
    .dizzy-bottomBlock__item:nth-child(even) {
        margin-left: 15px;
    }
}
@media screen and (max-width: 1030px) {
    .dizzy-steps {
        width: inherit;
    }
}
@media screen and (max-width: 960px) {
    .dizzy-h2 br {
        display: none;
    }
}
@media screen and (max-width: 900px) {
    .dizzy-steps__text2 {
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .dizzy-banner {
        border-radius: 10px;
    }
    .dizzy-banner-main {
        margin-left: -20px;
        margin-right: -20px;
    }
    .dizzy-banner-main,
    .dizzy-banner-main__img {
        border-radius: 0;
    }
    .dizzy-banner__img-desktop {
        display: none !important;
    }
    .dizzy-banner__img-mob {
        display: block !important;
    }
    .dizzy-banner-main {
        margin-left: -20px;
        margin-right: -20px;
    }
    .dizzy-banner-main,
    .dizzy-banner-main__img {
        border-radius: 0;
    }
    .dizzy-banner__img-desktop {
        display: none !important;
    }
    .dizzy-banner__img-mob {
        display: block !important;
    }
    .dizzy-steps {
        display: block;
        justify-content: inherit;
    }
    .dizzy-steps__item {
        width: 100%;
        border-radius: 10px;
    }
    .dizzy-steps__item:not(:last-child) {
        margin-bottom: 20px;
        margin-right: 0;
    }
    .dizzy-steps__text2 {
        width: 360px;
    }
    .dizzy-bottomBlock {
        display: block;
        flex-wrap: inherit;
    }
    .dizzy-bottomBlock__item {
        width: 100%;
    }
    .dizzy-bottomBlock__item:not(:last-child) {
        margin-bottom: 20px;
    }
    .dizzy-bottomBlock__item:nth-child(odd) {
        margin-right: 0;
    }
    .dizzy-bottomBlock__item:nth-child(even) {
        margin-left: 0;
    }
    .dizzy-bottomBlock__text {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media screen and (max-width: 470px) {
    .dizzy-steps__text2 {
        width: inherit;
    }
}
@media screen and (max-width: 440px) {
    .dizzy-steps__item {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media screen and (max-width: 380px) {
    .dizzy-steps__text1 {
        width: inherit;
    }
}