/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@charset "UTF-8";

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/subset-Roboto-Bold.woff2') format('woff2'),
    url('../fonts/subset-Roboto-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/subset-Roboto-Regular.woff2') format('woff2'),
    url('../fonts/subset-Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
}

body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section {
    display: block
}

h1 {
    font-size: 2em
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

abbr[title] {
    border-bottom: none;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio, canvas, video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none;
    display: block;
    max-width: 100%;
    height: auto
}

svg:not(:root) {
    overflow: hidden
}

button, input, optgroup, select {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

textarea {
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText
}

[type=checkbox], [type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    display: table;
    max-width: 100%;
    padding: 0;
    color: inherit;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

summary {
    display: list-item
}

[hidden], template {
    display: none
}

*, ::after, ::before, legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.page {
    min-height: 100vh;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 1.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #8757ff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 51px 0;
    text-align: center;
    background: rgba(114, 22, 198, 1.0);
    background: -webkit-linear-gradient(top left, rgba(114, 22, 198, .5), rgba(191, 235, 235, 1.0));
    background: -moz-linear-gradient(top left, rgba(114, 22, 198, .5), rgba(191, 235, 235, 1.0));
    background: linear-gradient(to bottom right, rgba(114, 22, 198, .5), rgba(191, 235, 235, 1.0));
}

li, ol, ul {
    list-style: none
}

h1, h2, h3, h4, h5, h6, li, ol, p, ul {
    margin: 0;
    padding: 0
}

.container {
    width: 100%;
    max-width: 1600px;
    padding: 0 20px;
    margin: 0 auto;
}

@media (max-width: 992px) {
    .container {
        padding: 0 10px;
    }
}

.block-link {
    max-width: 840px;
    margin: 0 auto 10px;
}

.heart-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #16ad38;
    border: 2px solid #16ad38;
    padding: 6px 10px;
    min-height: 60px;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    -webkit-animation: 1s linear animation-heart-beat infinite;
    animation: 1s linear animation-heart-beat infinite;
    text-decoration: none;
    color: #fff;
    border-radius: 40px;
    -webkit-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    text-transform: uppercase;
}

.heart-button:hover {
    opacity: 0.9;
}

.heart-button::before {
    content: '';
    display: block;
    width: 42px;
    height: 42px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 42px;
    flex: 0 0 42px;
    background: url(../images/ok.svg) no-repeat center / contain;
}

.heart-button::after {
    content: '';
    display: block;
    width: 42px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 42px;
    flex: 0 0 42px;
}

.title {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 0.5em;
}

@media (max-width: 768px) {
    .title {
        font-size: 18px;
    }
}

.block-break {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    margin-bottom: 43px;
}

.block-break::before, .block-break::after {
    content: '';
    display: block;
    width: auto;
    height: 1px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    opacity: 0.3;
    background: -webkit-gradient(linear, right top, left top, from(#8757ff), to(rgba(255,255,255,0)));
    background: -o-linear-gradient(right, #8757ff 0%, rgba(255,255,255,0) 100%);
    background: linear-gradient(to left, #8757ff 0%, rgba(255,255,255,0) 100%);
}

.block-break::after {
    background: -webkit-gradient(linear, left top, right top, from(#8757ff), to(rgba(255,255,255,0)));
    background: -o-linear-gradient(left, #8757ff 0%, rgba(255,255,255,0) 100%);
    background: linear-gradient(to right, #8757ff 0%, rgba(255,255,255,0) 100%);
}

.block-break .arrow {
    width: 17px;
    height: 17px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 17px;
    flex: 0 0 17px;
    background: url(../images/arrow.svg) no-repeat center / contain;
}

.blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

@media (max-width: 576px) {
    .blocks {
        gap: 10px;
    }
}

.block {
    padding: 0;
    background: #8757ff;
    border-radius: 5px;
    overflow: hidden;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.33% - 40px/3);
    flex: 0 0 calc(33.33% - 40px/3);
}

@media (max-width: 768px) {
    .block {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 10px);
        flex: 0 0 calc(50% - 10px);
    }
}

@media (max-width: 576px) {
    .block {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 5px);
        flex: 0 0 calc(50% - 5px);
        border-radius: 3px;
    }
}

.block-image {
    display: block;
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .block-image {
        border-radius: 0;

    }
}

.block-image img {
    display: block;
    width: 100%;
}

.block-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 50px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 0;
    color: #fff;
    text-decoration: none;
    border: 0;
    position: relative;
    overflow: hidden;
    background: rgba(39,39,62,0.3);
    -webkit-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

@media (max-width: 992px) {
    .block-button {
        font-size: 1.6vw;
        min-height: 5.6vw;
    }
}

@media (max-width: 768px) {
    .block-button {
        font-size: 2.5vw;
        min-height: 7.5vw;
    }
}

.block-button:hover {
    opacity: 0.9;
}

.block-button::after {
    content: "";
    display: block;
    width: 1rem;
    height: 100%;
    background: #fff;
    opacity: .9;
    position: absolute;
    left: -100%;
    top: 0;
    z-index: 1;
    -webkit-transform: rotate(45deg) scale(2);
    -ms-transform: rotate(45deg) scale(2);
    transform: rotate(45deg) scale(2);
    -webkit-animation: 3s linear 0s infinite normal animation-blink;
    animation: 3s linear 0s infinite normal animation-blink
}

.block:nth-child(2n) .block-button::after {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}
.block:nth-child(3n) .block-button::after {
    -webkit-animation-delay: 0.13s;
    animation-delay: 0.13s;
}
.block:nth-child(5n) .block-button::after {
    -webkit-animation-delay: 0.14s;
    animation-delay: 0.14s;
}
.block:nth-child(7n) .block-button::after {
    -webkit-animation-delay: 0.17s;
    animation-delay: 0.17s;
}
.block:nth-child(11n) .block-button::after {
    -webkit-animation-delay: 0.19s;
    animation-delay: 0.19s;
}

.block-button span {

}

.footer {
    color: #8757ff;
    font-size: 10px;
}


@-webkit-keyframes animation-heart-beat {
    0%,20%,70% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    14% {
        -webkit-transform: scale(1.02);
        transform: scale(1.02)
    }

    42% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }
}


@keyframes animation-heart-beat {
    0%,20%,70% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    14% {
        -webkit-transform: scale(1.02);
        transform: scale(1.02)
    }

    42% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }
}

@-webkit-keyframes animation-blink {
    0% {
        left: -100%
    }

    100%,20% {
        left: 100%;
        margin-left: 5rem
    }
}

@keyframes animation-blink {
    0% {
        left: -100%
    }

    100%,20% {
        left: 100%;
        margin-left: 5rem
    }
}