body {
    /* font-family: proxima-nova, sans-serif; */
    font-family: 'Rubik', sans-serif;
    color: #131921;
    font-size: 18px;
    margin: 0;
    scroll-behavior: smooth;
}

#my-scrollbar {
    width: 100%;
    height: 100vh;
}

*:focus {
    outline: none;
    font-family: 'Rubik', sans-serif;
}

p {
    line-height: 150%
}

a {
    color: #00a3ff;
    text-decoration: none;
    transition: color .1s
}

.flex {
    display: flex
}

.no-wrap {
    white-space: nowrap
}

.wrap {
    max-width: 1300px;
    margin: 0 auto;
    position: relative
}

input,
.button {
    display: block
}

input {
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
    border: 1px solid #dadada;
    font-size: 14px;
    font-family: proxima-nova;
    padding-left: 10px;
    border-radius: 4px;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

input:focus {
    border: 1px solid #bababa
}

.error_message {
    font-size: 14px;
    margin-top: -5px;
    margin-bottom: 10px;
    text-align: left;
    color: #d2691e
}

.card {
    background: #f7f7f7;
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, .15), inset 1px 2px 0 0 #fff
}

.smartPrice {
    margin: 10px auto
}

.smartPrice .strikethrough {
    font-weight: 400;
    text-decoration: line-through;
    opacity: .7;
    margin-right: 6px
}

.smartPrice .value {
    font-weight: 700;
    color: #00a3ff
}

.smartPrice.white .value {
    color: #fff
}

.smartPrice .discount {
    margin-left: 6px
}

.smartPrice.hideDiscount .discount {
    display: none
}

.bigTitle {
    font-size: 70px;
    font-weight: 700;
    line-height: 100%;
    margin: 2vh auto;
    /* text-transform: uppercase */
}

.mediumTitle {
    font-size: 60px;
    font-weight: 700;
    line-height: 100%;
    margin: 1vh auto
}

@media screen and (max-width:1000px) {
    .bigTitle {
        font-size: 50px
    }
    .mediumTitle {
        font-size: 40px
    }
}

@media screen and (max-width:400px) {
    .bigTitle {
        font-size: 40px
    }
    .mediumTitle {
        font-size: 30px
    }
}

.text {
    font-size: 22px;
    line-height: 140%;
    margin: 20px 0
}

.smallText {
    font-size: 18px;
    line-height: 140%;
    margin: 16px 0
}

@media screen and (max-width:1000px) {
    .text {
        font-size: 18px
    }
    .smallText {
        font-size: 16px
    }
}

@media screen and (max-width:400px) {
    .text {
        font-size: 16px
    }
    .smallText {
        font-size: 14px
    }
}

.center {
    margin: 20px auto;
    text-align: center
}

.button {
    background-image: linear-gradient(180deg, #00A3FF 0%, #CE00FF 300%);
    border-radius: 5px;
    line-height: 50px;
    display: inline-block;
    padding: 0 40px;
    color: #fff;
    font-weight: 700;
    margin: 10px auto;
    position: relative;
    cursor: pointer;
    font-size: 18px
}

.button:hover {
    background-image: linear-gradient(180deg, #00A3FF 0%, #CE00FF 350%)
}

.button:after {
    content: " ";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    border: 1px solid transparent;
    box-sizing: border-box;
    border-radius: 5px
}

.button:hover:after {
    border: 1px solid rgba(0, 0, 0, .2)
}

.button.white {
    background-image: linear-gradient(180deg, #FFFFFF 0%, #F7F7F7 100%);
    color: #131921;
    padding: 0 30px
}

.button.white:after {
    border: 1px solid rgba(0, 0, 0, .1)
}

.button.white:hover:after {
    border: 1px solid rgba(0, 0, 0, .2)
}

.button:active {
    filter: brightness(95%)
}

.button.mini {
    font-size: 12px;
    line-height: 36px;
    padding: 0 20px
}

.floater {
    position: fixed;
    bottom: -90px;
    height: 90px;
    background-image: linear-gradient(0deg, #FFFFFF 0%, rgba(255, 255, 255, 0.00) 100%);
    transition: bottom .4s;
    text-align: center;
    width: 100%;
    padding-top: 20px;
    box-sizing: border-box;
    z-index: 5
}

.floater.show {
    bottom: 0
}

.floater .button {
    padding: 0 30px
}

.floater .value {
    font-weight: 500;
    border-left: 1px solid rgba(0, 0, 0, .2);
    display: inherit;
    padding-left: 20px;
    margin-left: 20px
}

.btn {
    background-color: #fafafa;
    font-weight: 500;
    display: inline-block;
    height: 40px;
    line-height: 41px;
    border-radius: 5px;
    padding: 0 20px;
    font-size: 14px;
    cursor: pointer;
    transition: all .1s;
    color: #282828;
    box-shadow: 2px 3px 6px 0 rgba(0, 0, 0, .1), inset 1px 2px 0 0 #fff
}

.btn:hover {
    background-color: #fcfcfc;
    color: #282828;
    box-shadow: 2px 3px 6px rgba(0, 0, 0, .15), inset 1px 2px 0 0 #fff
}

.btn:active {
    background-color: #f6f6f6;
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, .15), inset 1px 2px 0 0 #fff
}

.btn.with-price {
    padding: 0 16px
}

.btn.with-price .price {
    padding-left: 16px;
    margin-left: 16px;
    border-left: 1px solid rgba(0, 0, 0, .1);
    box-shadow: inset 1px 0 0 0 rgba(255, 255, 255, .2);
    display: inline-block
}

.btn.big {
    font-size: 18px;
    height: 50px;
    line-height: 51px;
    padding: 0 20px
}

.btn.primary {
    color: #fff;
    background: linear-gradient(to bottom, #00baba, #00aaaa);
    box-shadow: 0 5px 10px 0 rgba(0, 170, 170, .2)
}

.btn.primary:hover {
    color: #fff;
    background: linear-gradient(to bottom, #00baba, #00aaaa);
    filter: brightness(102%);
    box-shadow: 0 5px 10px 0 rgba(0, 170, 170, .4)
}

.btn.loading {
    color: rgba(255, 255, 255, .5)
}

.btn.loading:after {
    content: "";
    height: 4px;
    background-color: #5931ff;
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    animation-name: loading;
    animation-iteration-count: infinite;
    animation-duration: .8s
}

@keyframes loading {
    0% {
        width: 0%;
        left: 0%
    }
    50% {
        width: 100%;
        left: 0%
    }
    100% {
        width: 0%;
        left: 100%
    }
}

.disclaimer {
    margin-bottom: 20px
}

.disclaimer .strikethrough {
    color: rgba(0, 0, 0, .6);
    text-decoration: line-through;
    margin-right: 8px
}

.discount {
    animation-name: discount;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    font-size: 11px;
    font-weight: 600;
    padding: 4px 6px;
    border-radius: 3px;
    position: relative;
    top: -2px;
    background-color: #00a3ff21
}

@keyframes discount {
    0% {
        color: #00a3ff;
        border-color: #00a3ff
    }
    50% {
        color: #ce00ff;
        border-color: #ce00ff
    }
    100% {
        color: #00a3ff;
        border-color: #00a3ff
    }
}