@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body {
    font-family: 'Inter', sans-serif !important;
    background-color: #151515 !important;
}

.container {
    max-width: 1000px !important;
}

.items {
    min-height: 800px !important;
}

h1 {
    font-size: 48px !important;
    line-height: 45px;

    color: #de78b5;
}

.intro {
    padding: 30px;
    background-color: #232323;
    background-image: none;

    border-radius: 24px;
    transition: .4s;
}

.title {
    color: white;
    font-size: 20px !important;
}

.features {
    padding: 40px 40px;
    background-color: #f6f6f6;

    border-radius: 24px;
    transition: .4s;
}

.premium {
    padding: 40px 40px;
    background-color: #de78b5;

    border-radius: 24px;
    transition: .4s;
}

.last {
    padding: 40px 40px;
    background-color: #232323;

    border-radius: 24px;
    transition: .4s;
}

.gif-icon {
    width: 50px;
    transition: .4s;
}

.intro:hover {
    background: rgb(214, 121, 137);
    transform: scale(1.01);
}

.intro:hover h1 {
    color: white;
}

.intro:hover .def {
    color: white;
}

.gif {
    transition: .4s;
}

.intro:hover .gif {
    transform: scale(1.3);
}

.def {
    color: gray;
}

.btn-default {
    background-color: #333;
    border-radius: 12px;

    padding: 15px;
    color: #f6f6f6;
    border: none !important;
}

.btn-white {
    background-color: #f6f6f6;
    border-radius: 12px;

    padding: 15px;
    color: #232323;
    border: none !important;
}

.head-features {
    color: #232323;
    font-size: 24px;

    line-height: 30px;
}

.head-features__block {
    color: #333333;
    font-weight: 500;
}

.features:hover {
    transform: scale(1.01);
}

.features:hover .gif-icon {
    transform: scale(1.2);
}

.premium-low {
    color: rgb(243, 204, 211);
    font-size: 16px;
}

.premium-big {
    font-size: 46px;

    font-weight: bold;
    line-height: 50px;
}

.premium-features {
    color: rgb(243, 204, 211);
}

.premium-feature {
    color: white;
    font-weight: 500;
}

.premium:hover .gif {
    transform: scale(1.2);
}

.premium:hover {
    transform: scale(1.01);
}

.message-block {
    max-width: 400px;
    background-color: white;

    padding: 15px;

    border-radius: 36px 36px 36px 0px;
    color: #232323;

    margin: 0 auto;
}

.heading-section {
    font-size: 30px;

    font-weight: 600;
    line-height: 40px;
}

.footer {
    border-top: 1px solid gray;
}

.menu-button {
    padding: 10px;
    border-radius: 12px;

    background-color: #191919;
    color: gray;
    margin-left: 3px;

    transition: .4s;
    border: none !important;
}

.menu-button__white {
    padding: 10px;
    border-radius: 12px;

    background-color: #f6f6f6;
    color: #232323;
    margin-left: 3px;

    transition: .4s;
}

.menu-button:hover {
    background-color: #252525;
    color: white;
}

.text-gray {
    white-space: pre-wrap !important;
    word-wrap: break-word !important;

    color: gray;
}

.v-dialog,
.v-card {
    border-radius: 24px !important;
    padding: 20px;
}

.heading-dialog {
    font-size: 24px;
    font-weight: 500;

    color: white;
}

.input-block {
    color: white;
}

.mb {
    text-align: right !important;
}

.text-right,
.text-left {
    text-align: left !important;
    margin: 0 auto !important
}

@media screen and (max-width: 550px) {

    .intro,
    .features,
    .premium,
    .last {
        padding: 15px;
    }

    .def,
    h1,
    .head-features,
    .heading-section {
        width: 100% !important;
    }

    .mb {
        text-align: left !important;
    }

    h1,
    .premium-big {
        font-size: 30px !important;
        line-height: 40px;
    }

    .gif {
        transform: none !important;
    }

    .menu-button,
    .menu-button__white {
        margin-top: 10px;
    }

    .mywxe {
        text-align: left !important;
    }
}

.mywxe {
    text-align: right;
}

.mywxe__link {
    font-size: 12px;
    text-decoration: none;
    color: gray;
}

input {
    background-color: #232323 !important;

    padding: 15px;
    border-radius: 12px !important;

    color: white !important;

    border: none !important;
}

.modal-body,
.modal-content {
    background-color: #111 !important;
    border-radius: 12px !important;
}

/* Копипаст с того раза */

.logo {
    color: white;
}

.logo-img {
    width: 25px;
    border-radius: 99px;
}

.block {
    border-radius: 24px;

    padding: 20px;

    background: white;
    border: 1px solid #eee;
}

.heading {
    font-size: 24px;
    color: #232323;
}

.message {
    background: #eee;
    padding: 20px;
    border-radius: 24px;
}

.underline {
    border-bottom: 2px solid #eee;
    padding-bottom: 5px;

    transition: .3s;
}

.underline:hover {
    border-bottom: 2px solid #ffb703;

    padding: 5px;

    color: #ffb703;
}

.button-primary {
    border: none;
    background: #dd61ab;

    padding: 15px;
    border-radius: 1000px;

    color: white;
    transition: .3s;

    font-size: 20px;
    font-weight: bold;
}

.message-text {
    color: #232323;
}

.button-primary:hover {
    background: #b94289;
}

.button-primary:disabled {
    background: gray;
}

.info {
    color: gray;
    font-size: 10px;
}

.timer {
    padding: 15px;
    border: 1px solid #eee;
    border-radius: 24px;
    color: #232323;
}

.timer span {
    color: rgb(214, 121, 137) !important;
}

.button-attention {
    font-size: 12px;
    background: #de78b520;

    padding: 5px;
    border-radius: 6px;
    color: #232323;
}

details {
    border: 1px solid #eee;
    padding: 15px;

    border-radius: 24px;
}

.gif-modal {
    background-color: #dd61ab50;
    padding: 20px;

    width: 100px;
    border-radius: 12px;
}

summary {
    color: gray;
}

details[open] summary~* {
    animation: sweep .5s ease-in-out;
}

@keyframes sweep {
    0% {
        opacity: 0;
        margin-left: -10px
    }

    100% {
        opacity: 1;
        margin-left: 0px
    }
}

.checkbox {
    padding-left: 1em;
    padding-right: 0.3em;
}

input.form-check-input {
    background-color: #eee !important;
    width: 40px !important;
    height: 40px !important;

    border-radius: 6px !important;

    padding: 5px !important;
    margin-left: -2.5em !important
}

.form-check-input:checked {
    background: #c32f88 !important;
    border-color: #dd61ab !important;
}

.form-check-label {
    font-size: 14px;
    color: #999999;
    margin-left: 0.5em;
}

.input {
    padding: 15px;
    border: 2px solid #eee;

    background: none;
    border-radius: 24px;
}

label {
    color: gray;
    font-size: 14px;
}

.block-info {
    border: 1px solid #eee;

    padding: 15px;
    border-radius: 24px;

    transition: .3s;
}

.block-text {
    color: gray;
    font-size: 14px;

    transition: .3s;
}


.block-info:hover {
    background: #a7c957;
    border: 1px solid #a7c957;

    color: white;
}

.block-info:hover .block-text {
    color: #f6f6f6;
}

.clear-button {
    background: #eee;
    padding: 2px;
    border-radius: 12px;
    color: gray;

    border: none;
    font-size: 13px;
}

.modal-header {
    border: none !important;
}

.modal-big {
    font-size: 20px;
    font-weight: 600;

    color: #232323;
}

.modal-low {
    color: gray;

    font-size: 16px;
}

.button-black {
    background: #232323;
    border: 1px solid #232323;
    color: white;
    padding: 10px;

    border-radius: 12px;
}

.link {
    color: #febee4;
    text-decoration: none;
    border-bottom: none;
}

.text {
    color: black !important;
}

@keyframes shake {

    10%,
    90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%,
    80% {
        transform: translate3d(2px, 0, 0);
    }

    30%,
    50%,
    70% {
        transform: translate3d(-4px, 0, 0);
    }

    40%,
    60% {
        transform: translate3d(4px, 0, 0);
    }
}

@keyframes anim-up-dn {

    0%,
    to {
        transform: translate3d(0, 0, 0)
    }

    15%,
    45%,
    80% {
        transform: translate3d(0, .188rem, 0)
    }

    30% {
        transform: translate3d(0, -.313rem, 0)
    }

    60%,
    95% {
        transform: translate3d(0, -.125rem, 0)
    }
}

@keyframes btnAnim {

    10%,
    40% {
        transform: rotate3d(0, 0, 1, 1deg)
    }

    25%,
    65% {
        transform: rotate3d(0, 0, 1, -1deg)
    }

    80% {
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

@keyframes btn-anim-heartBeat {

    0%,
    28%,
    70% {
        transform: scale(1)
    }

    14%,
    42% {
        transform: scale(1.04)
    }
}

.anim-up-dn {
    animation-duration: 13s;
    animation-name: anim-up-dn;
    animation-timing-function: ease
}

.anim-up-dn,
.btn-anim,
.btn-anim-heartBeat {
    animation-fill-mode: both;
    animation-delay: 1s;
    animation-iteration-count: infinite
}

.btn-anim {
    animation-duration: 1.25s;
    animation-name: btnAnim;
    animation-timing-function: ease;
    transform-origin: bottom center
}

.btn-anim-heartBeat {
    animation-duration: 2.75s;
    animation-name: btn-anim-heartBeat;
    animation-timing-function: ease-in-out
}