a {
    outline: none;
    cursor: pointer !important
}

body {
    top: 0;
    color: #1b354a;
    width: 100%;
    height: 100%;
    font-family: sans-serif;
    font-size: 18px;
    line-height: 22px;
    margin: 0 auto;
    overflow-x: hidden;
    cursor: default
}

a {
    text-decoration: underline;
    color: #00f;
    cursor: auto
}

a:hover {
    color: #3434fd;
    text-decoration: none
}

h1 {
    margin: 0 0 17px;
    font-family: sans-serif;
    font-size: 30px;
    line-height: 34px;
    color: #1b354a
}

h2 {
    margin: 18px 0;
    font-family: sans-serif;
    font-size: 22px;
    line-height: 26px;
    font-weight: 400;
    color: #1b354a
}

img {
    max-width: 100%
}

ul li {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px
}

p {
    margin: 0;
    padding: 10px 0
}

.container {
    width: 1020px;
    position: relative;
    margin: 0 auto
}

header {
    position: relative;
    width: 100%;
    background-color: #fff;
    padding: 10px 0
}

.time {
    line-height: 20px;
    display: inline-block;
    font-size: 11px;
    font-family: sans-serif;
    color: #909090;
    margin-left: 15px
}

.in {
    background: transparent url('../fonts/in.svg') no-repeat scroll center center/20px 20px
}

.header_line_2 {
    display: flex;
    justify-content: space-between;
    margin-top: 0;
    padding-bottom: 6px
}

.links {
    padding-top: 5px;
    font-size: 0;
    position: relative;
    margin-left: 69px;
    display: inline-block
}

.links li {
    font-family: sans-serif;
    font-size: 14px;
    color: #1b354a;
    display: inline-block;
    margin-right: 15px;
    cursor: pointer;
    letter-spacing: .9px
}

.links li:hover {
    color: #5296db
}

.links li:nth-child(1) {
    margin-right: 11px
}

.links li:nth-child(2) {
    margin-right: 11px
}

.links li:last-child {
    margin-right: 0
}

.chosen_link {
    border-radius: 3px;
    border: 2px solid #05519d;
    padding: 4px
}

.search {
    display: inline-block;
    float: right;
    width: 40px;
    height: 40px;
    background: transparent url('../fonts/search.svg') no-repeat scroll center center/20px 20px;
    vertical-align: top;
    margin-right: 10px;
    border-radius: 2px;
    cursor: pointer
}

.search:hover {
    opacity: .7
}

.text_section {
    position: relative;
    width: 100%;
    background: #260701;
    padding-bottom: 10px
}

.white_base {
    position: relative
}

.base {
    padding: 40px;
    width: 940px;
    background-color: #fff;
    overflow: hidden
}

.comments {
    position: relative;
    margin-top: 40px
}

.comment {
    padding: 30px;
    background: rgba(114, 168, 211, .2) none repeat scroll 0% 0%;
    margin-bottom: 30px
}

.comment img {
    margin-top: 5px
}

.comment p {
    width: 100%;
    font-size: 16px;
    margin-top: 20px
}

.red {
    font-size: 22px;
    padding: 10px 0 0;
    color: #f40b0b
}

.link {
    position: relative;
    margin: 30px auto 0;
    width: 300px;
    height: 71px;
    background: transparent url(../images/button1.jpg) no-repeat scroll 0% 0%
}

.link a {
    display: block;
    text-align: center;
    height: 100%;
    color: #666
}

.submit {
    margin-top: 10px;
    height: 50px;
    width: 400px;
    background-color: #b22222;
    color: #fff;
    font-size: 30px;
    border-radius: 3px
}

button,
input {
    font-family: sans-serif;
    font-size: inherit;
    line-height: inherit
}

b {
    font-family: sans-serif
}

input[type=submit]:hover {
    background: #b00 !important;
    transition: background .3s
}

input[type=submit]:active {
    transform: translateY(2px);
    box-shadow: none !important
}

.input-roulette {
    padding-left: 5px;
    height: 42px;
    margin-bottom: 10px;
    width: 100% !important;
    max-width: 350px
}

.ruletka-p {
    text-indent: 0;
    color: #000;
    text-align: center !important;
    margin: 15px;
    line-height: 25px;
    font-weight: 700
}

.ruletka-p h2 {
    font-size: 25px;
    margin-bottom: 15px
}

.danger-text {
    color: red;
    font-weight: 700
}

.order_block {
    text-align: center !important
}

.order_block img {
    width: 20%
}

.order_block h3 {
    font: 700 18px sans-serif !important;
    background: 0 0
}

.time_remains {
    font-size: 1.1em;
    color: red;
    font-weight: 700
}

.spin-result-wrapper {
    display: none;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    top: 0;
    z-index: 999;
    left: 0;
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, .6);
    text-align: center
}

.pop-up-window {
    position: relative;
    max-width: 400px;
    right: 0;
    left: 0;
    top: 40%;
    margin: 0 auto;
    background: #fff none repeat scroll 0% 0%;
    text-align: center;
    padding: 10px;
    padding-top: 70px;
    padding-bottom: 20px;
    border-radius: 10px;
    animation: .7s ease 0s normal none 1 running pop-up-appear
}

.close-popup {
    position: absolute;
    width: 30px;
    height: 30px;
    background-image: url(../fonts/cross.svg);
    background-size: 100%;
    top: -40px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px #fff;
    box-shadow: 0 0 10px #fff;
    right: 0;
    cursor: pointer
}

.pop-up-text {
    margin-bottom: 25px;
    font-size: 24px;
    line-height: 30px;
    text-align: center !important
}

.pop-up-button {
    text-transform: uppercase;
    text-decoration: none !important;
    padding: 10px 20%;
    font-size: 20px;
    border-radius: 5px;
    background-color: #71c341;
    color: #fff !important;
    border: medium;
    cursor: pointer;
    outline: medium
}

.pop-up-window {
    position: relative;
    max-width: 400px;
    right: 0;
    left: 0;
    top: 40%;
    margin: 0 auto;
    background: #fff none repeat scroll 0% 0%;
    text-align: center;
    padding: 10px;
    padding-top: 70px;
    padding-bottom: 20px;
    border-radius: 10px;
    animation: .7s ease 0s normal none 1 running pop-up-appear
}

.pop-up-window::before {
    content: "";
    position: absolute;
    width: 110px;
    height: 110px;
    top: -55px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #71c341;
    border-radius: 50%;
    animation: .5s ease .6s normal backwards 1 running pop-up-appear-before
}

.pop-up-window::after {
    content: "";
    position: absolute;
    width: 50px;
    height: 20px;
    top: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-width: medium medium 4px 4px;
    border-style: none none solid solid;
    border-color: currentcolor currentcolor #fff #fff;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: opacity 1s ease 0s;
    animation: .5s ease .6s normal backwards 1 running pop-up-appear-after
}

@keyframes pop-up-appear {
    0% {
        transform: translateY(-2000px)
    }

    30% {
        transform: translateY(100px)
    }

    100% {
        transform: translateY(0px)
    }
}

@keyframes pop-up-appear-before {
    0% {
        transform: scale(0)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes pop-up-appear-after {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.pop-up-button:hover {
    color: #fff !important;
    text-decoration: none !important
}

@media screen and (max-width:1019px) {
    img {
        max-width: 100%
    }

    .time {
        display: block;
        margin-left: 0;
        margin-bottom: 10px
    }

    .header_line_2 {
        justify-content: center;
        text-align: center
    }

    .base {
        width: calc(100% - 50px);
        padding-right: 15px;
        padding-left: 15px;
        margin-right: 10px;
        margin-left: 10px
    }

    .container {
        width: 100% !important
    }

    .comment {
        padding: 30px 10px
    }

    .wr-search {
        display: none
    }

    .links {
        height: 40px;
        overflow: hidden;
        padding: 0;
        margin: 0
    }
}

@media screen and (max-width:767px) {

    p {
        text-align: left
    }
}

.comments h2 {
    font-size: 30px;
    margin-bottom: 35px
}

.comment-item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
    font-size: 16px
}

@media screen and (max-width:320px) {

    .base p {
        font-size: 16px
    }
}

.name {
    font-weight: 700
}

#comments .date {
    font-weight: 400;
    background: 0 0;
    display: inline
}

.base {
    padding-top: 0 !important
}

.headline {
    font-weight: 700;
    font-size: 44px;
    line-height: 48px;
    margin: 20px 0
}

input {
    font-size: 14px
}

@media(max-width:1019px) {
    .base {
        padding-top: 0 !important
    }

    .base h1 {
        margin-top: 0 !important
    }
}

@media(max-width:767px) {
    .headline {
        font-size: 28px;
        line-height: 38px
    }
}

@media(max-width:480px) {
    .header_line_2 {
        display: none
    }

    .time {
        margin-bottom: 0 !important
    }
}

@media(max-width:360px) {
    .door__sales {
        top: 75px !important
    }
}

@media(max-width:320px) {

    p {
        font-size: 16px
    }
}

.order_block,
.order_block * {
    box-sizing: border-box;
    transition: .2s;
    font-family: sans-serif
}

.order_block {
    max-width: 430px;
    width: 100%;
    margin: auto;
    text-align: center;
    background: #fff;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, .12);
    border: 3px dashed #eaeaea;
    border-radius: 0
}

.order_block .order_offer {
    text-align: center
}

.order_block .order_offer img {
    max-width: 189px;
    width: 100%
}

.order_pre_form {
    padding: 20px 20px 0
}

.order_form_row {
    margin-bottom: 10px;
    text-align: left
}

.order_form {
    width: 100%;
    max-width: 500px;
    padding: 0 20px 20px
}

.order_header {
    margin: 12px 0 !important;
    padding: 0 !important;
    font-size: 18px
}


.order_form .order_form_row input {
    width: 100% !important;
    padding: 0 14px;
    border: 2px solid #eaeaea;
    font-size: 16px !important;
    border-radius: 3px;
    box-shadow: none !important;
    margin: 0 !important;
    color: #787171 !important;
    box-sizing: border-box;
    max-width: 100% !important
}

.order_form .order_form_row label {
    font-size: 13px;
    text-align: left;
    font-weight: 700
}

.order_form .order_form_row input:active,
.order_form .order_form_row input:focus {
    outline: none;
    border: 2px solid #cecece
}

.order_form .order_form_button {
    box-shadow: 0 1px 0 0 #f5978e inset;
    background: #f24537;
    border-radius: 3px;
    border: 1px solid #d02718;
    width: 100%;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    text-transform: uppercase;
    outline: none;
    padding: 16px 0;
    font-weight: 700;
    font-size: 16px;
    margin-top: 5px;
    text-decoration: none;
    letter-spacing: .6px;
    text-shadow: 0 1px 0 #810e05
}

.order_form .order_form_button:hover {
    background: #c62d1f
}

.order_form .order_form_button:active {
    position: relative;
    top: 1px
}

#order_timer {
    text-align: center
}

.order_timer_block {
    line-height: 1;
    font-weight: 700
}

.order_timer_block p {
    font-size: 18px;
    margin: 10px 0 !important;
    padding: 0 !important
}

.order_timer_block .order_timer {
    font-size: 21px
}

.time_remains {
    color: red
}

@media screen and (max-width:350px) {
    .pop-up-window {
        max-width: 280px
    }
}

@media print {
    @page {
        margin-left: 20mm;
        margin-right: 20mm;
        margin-top: 0;
        margin-bottom: 0
    }

    body {
        margin: 0;
        overflow: visible
    }

    body div:nth-child(1) {
        height: auto !important
    }

    body,
    html {
        height: 99% !important
    }
}

.comment-item {
    display: flex;
    border-bottom: 1px solid #eee;
    padding: 15px 0
}

.comment-item>div:first-child {
    width: 50px
}

.user-info {
    padding: 0 0 0 15px;
    width: calc(100% - 50px)
}

.user-info>div:first-child {
    padding-bottom: 10px;
    font-weight: 700
}

.comment-item>div:first-child img {
    width: 50px
}

.user-info img {
    display: block;
    margin: 20px 0;
    width: 100%;
    max-width: 300px
}

.user-detail {
    font-size: 14px
}

.user-detail>div:first-child {
    font-weight: 400;
    font-size: 14px
}

@media screen and (min-width:768px) {
    .user-info {
        padding: 0 15px
    }

    .user-detail {
        display: flex;
        flex-wrap: wrap
    }

    .user-detail>div:first-child {
        order: 2;
        margin-left: auto
    }
}

.comment-item>div>img {
    object-fit: cover
}

.red {
    color: red
}

ul {
    margin-bottom: 20px !important
}

ul li {
    font-size: 18px !important;
    margin-bottom: 8px !important
}

.alert-block__row {
    display: flex
}

.alert-block__img {
    margin-right: 16px
}

.alert-block__img img {
    width: 100%;
    max-width: 280px
}

@media(max-width:450px) {
    .alert-block__row {
        flex-direction: column
    }

    .alert-block__img {
        margin-right: 0;
        margin-bottom: 16px;
        text-align: center
    }
}

.alert-block {
    padding: 15px !important;
    margin: 0 0 20px !important;
    border: 1px solid #000;
    background: #fff2cc
}

.user-detail {
    font-size: 18px !important
}

@media screen and (max-width:350px) {
    .pop-up-window {
        max-width: 260px;
        margin: 0 10px
    }
}

.spin-result-wrapper {
    padding: 0 20px
}

.door__container {
    display: flex;
    justify-content: space-evenly
}

.door_box {
    perspective: 500px;
    position: relative
}

.door_box,
.door {
    width: 165px;
    height: 346px;
    box-shadow: inset -1px -1px 0 1px #191919, inset 1px 1px 0 1px #191919
}

.door,
.hi {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%
}

.door {
    background-image: url(../images/door1.png);
    background-repeat: no-repeat;
    transform: rotateY(0deg);
    display: inline-block;
    transition: all .75s ease;
    transform-origin: 0% 0%;
    cursor: pointer;
    background-size: contain
}

#door__2 {
    background-image: url(../images/door2.png)
}

#door__3 {
    background-image: url(../images/door3.png)
}

.door:hover {
    transform: rotateY(-30deg)
}

.door.open {
    transform: rotateY(-85deg)
}

.door__head {
    font-size: 18px;
    margin: 18px 0;
    text-align: center
}

.door__sales {
    font-size: 45px !important;
    font-weight: 700 !important;
    color: red !important;
    border-radius: 30px !important;
    padding: 30px 5px !important;
    box-shadow: 0 1px 2px 2px #7f7878;
    margin: 0 !important
}

.door__title {
    color: #fff !important;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    font-size: 22px !important;
    margin-bottom: 25px;
    background-color: #3a4752;
    padding: 10px 0 !important;
    border-radius: .5em
}

@media(max-width:1040px) {

    .door_box,
    .door {
        width: 95px;
        height: 200px
    }

    .door__sales {
        font-size: 23px !important
    }

    #form-block {
        margin-bottom: 30px !important
    }
}

@media(max-width:840px) {
    .door__sales {
        font-size: 20px !important;
        font-weight: 700 !important;
        color: red !important;
        border-radius: 30px !important;
        padding: 30px 5px
    }

    .door {
        background-size: contain
    }

    #door__2 {
        background-size: contain
    }

    #door__3 {
        background-size: contain
    }
}

@media(max-width:360px) {
    .door_box+.door_box {
        margin-left: 15px
    }

    .door__sales {
        font-size: 19px !important;
        font-weight: 700 !important;
        color: red !important;
        border-radius: 30px !important;
        padding: 30px 5px
    }
}

body *:not(i) {
    font-family: sans-serif !important
}

input[value="Получить бесплатно"] {
    text-transform: uppercase;
    padding: 10px 15px;
    margin: 15px 0;
    outline: none;
    border: none;
    margin-top: 5px;
    border-radius: 5px;
    box-shadow: 0 4px 3px #242120;
    background: red;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    transition: background .3s
}

input[value="Получить бесплатно"]:hover {
    background: #b00 !important;
    transition: background .3s
}

input[value="Получить бесплатно"]:active {
    transform: translateY(2px);
    box-shadow: none !important
}

.input-roulette::placeholder {
    font-size: .9em
}

.input-roulette {
    padding-left: 5px;
    height: 42px;
    margin-bottom: 10px;
    width: auto !important;
    display: block;
    margin: 10px auto
}

.ruletka-p {
    text-indent: 0;
    color: #000;
    text-align: center !important;
    margin: 15px;
    line-height: 25px;
    font-weight: 700
}

.ruletka-p h2 {
    font-size: 25px;
    margin-bottom: 15px
}

.danger-text {
    color: red;
    font-weight: 700;
    white-space: nowrap
}

.time_remains {
    font-size: 1.1em;
    color: red;
    font-weight: 700
}

.spin-result-wrapper {
    display: none;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    top: 0;
    z-index: 999;
    left: 0;
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, .6);
    text-align: center
}

.pop-up-window {
    position: relative;
    max-width: 400px;
    right: 0;
    left: 0;
    top: 40%;
    margin: 0 auto;
    background: #fff none repeat scroll 0% 0%;
    text-align: center;
    padding: 10px;
    padding-top: 70px;
    padding-bottom: 20px;
    border-radius: 10px;
    animation: .7s ease 0s normal none 1 running pop-up-appear
}

.close-popup {
    position: absolute;
    width: 30px;
    height: 30px;
    background-image: url(../fonts/cross.svg);
    background-size: 100%;
    top: -40px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px #fff;
    box-shadow: 0 0 10px #fff;
    right: -40px;
    cursor: pointer
}

.pop-up-text {
    margin-bottom: 25px;
    font-size: 24px;
    line-height: 30px;
    text-align: center !important
}

.pop-up-button {
    text-transform: uppercase;
    text-decoration: none !important;
    padding: 10px 20%;
    font-size: 20px;
    border-radius: 5px;
    background-color: #71c341;
    color: #fff !important;
    border: medium;
    cursor: pointer;
    outline: medium
}

.pop-up-window {
    position: relative;
    max-width: 400px;
    right: 0;
    left: 0;
    top: 40%;
    margin: 0 auto;
    background: #fff none repeat scroll 0% 0%;
    text-align: center;
    padding: 10px;
    padding-top: 70px;
    padding-bottom: 20px;
    border-radius: 10px;
    animation: .7s ease 0s normal none 1 running pop-up-appear
}

.pop-up-window::before {
    content: "";
    position: absolute;
    width: 110px;
    height: 110px;
    top: -55px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #71c341;
    border-radius: 50%;
    animation: .5s ease .6s normal backwards 1 running pop-up-appear-before
}

.pop-up-window::after {
    content: "";
    position: absolute;
    width: 50px;
    height: 20px;
    top: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-width: medium medium 4px 4px;
    border-style: none none solid solid;
    border-color: currentcolor currentcolor #fff #fff;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    transform: rotate(-45deg);
    transition: opacity 1s ease 0s;
    animation: .5s ease .6s normal backwards 1 running pop-up-appear-after
}

#order {
    display: none
}

@keyframes pop-up-appear {
    0% {
        transform: translateY(-2000px)
    }

    30% {
        transform: translateY(100px)
    }

    100% {
        transform: translateY(0px)
    }
}

@keyframes pop-up-appear-before {
    0% {
        transform: scale(0)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes pop-up-appear-after {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.pop-up-button:hover {
    color: #fff !important;
    text-decoration: none !important
}

@media all and (max-width:520px) {

    .close-popup {
        right: 0 !important
    }
}

@media(max-width:500px) {

    .door_box,
    .door {
        width: 85px;
        height: 180px
    }
}

@media(max-height:443px) and (orientation:landscape) {
    .pop-up-window {
        top: 15%
    }
}

.x_country_select {
    display: none !important;
}
.form-center {
    text-align: center;
}

.link-prod {
    color:inherit;
    text-decoration: none;
}
.red {
    color: red;
}
.comm__img {
    max-width: 300px;
    width: 100%;
}
.inL_227932 { color: rgb(5, 81, 157) }
.inL_571589 { font-size: 13px; color: gray }
.inL_672053 { color: red }
.inL_89643 { width: 100%; max-width: 800px }
.inL_73709 { width: 100%; max-width: 800px }
.inL_284405 {  text-align: center }
.inL_691982 { margin-top: 20px }
.inL_139786 { margin-top: 20px }
.inL_248463 { width: 100%; max-width: 800px }
.inL_416568 {  margin-top: 20px }
.inL_457099 { width: 100%; max-width: 500px }
.inL_998087 {  margin-top: 20px }
.inL_575689 { margin: 30px 0 !important }
.inL_176310 { color: brown }
.inL_902922 { color: brown }
.inL_139211 { color: brown }
.inL_957875 { color: brown }
.inL_317332 { width: 100%; max-width: 700px }
.inL_620045 {  text-align: center }
.inL_919963 { margin-top: 20px }
.inL_225744 { margin: 30px 0 !important; background-color: #e3e3e3 }
.inL_837198 {  margin: 0 auto;max-width:600px;width:100% }
.inL_378974 { font-size: 20px }
.inL_89715 { width: 100%; max-width: 600px }
.inL_110659 {  width: 100%; max-width: 600px }
.inL_578935 {  text-align: center; }
.inL_351028 { width: 100%; max-width: 600px }
.inL_892692 {  text-align: center }
.inL_493091 { margin-top: 20px }
.inL_240354 { max-width:300px }
.inL_442976 {  text-align: center }
.inL_857411 { margin-top: 20px; color: brown }
.inL_982067 { color: brown }
.inL_582699 { color: brown }
.inL_188797 { color: brown }
.inL_207901 { color: brown }
.inL_134761 { color: brown }
.inL_717996 { font-size: 20px }
.inL_152053 { width: 100%; max-width: 700px }
.inL_463671 { padding: 8px; box-sizing: border-box; border: 1px solid black }
.inL_434245 { background-color: #e3e3e3 }
.inL_484885 { text-align: center }
.inL_261612 { text-align: center }
.inL_577656 { border: 2px solid red; box-sizing: border-box; padding: 15px }
.inL_854879 { max-width:181px;width:50% }
.inL_452723 { text-align: center }
.inL_270397 { text-align: center }
.inL_482760 { font-size: 16px }
.inL_926212 { color: #000 }
.inL_799494 { color: black }
.inL_389764 { color: black }
.inL_254252 { text-transform: uppercase }
.inL_418964 { margin-top: 0px }
.inL_748163 { width: 50px; height: 50px }
.inL_311518 { color: #007aff }
.inL_319600 { width: 50px; height: 50px }
.inL_406625 { width: 50px; height: 50px }
.inL_93362 { width: 50px; height: 50px }
.inL_933078 { width: 50px; height: 50px }
.inL_550500 { width: 50px; height: 50px; object-fit: cover }
.inL_855625 { width: 50px; height: 50px; object-fit: cover }
.inL_671397 { width: 50px; height: 50px; object-fit: cover }
.inL_42317 { width: 50px; height: 50px; object-fit: cover }
.inL_734640 { width: 50px; height: 50px; object-fit: cover }
.inL_359776 { width: 50px; height: 50px; object-fit: cover }
.inL_895978 { width: 50px; height: 50px; object-fit: cover }
.inL_120666 { width: 50px; height: 50px; object-fit: cover }
.inL_892807 { width: 50px; height: 50px; object-fit: cover }
.inL_355755 { width: 50px; height: 50px; object-fit: cover }
.inL_138462 { width: 50px; height: 50px; object-fit: cover }
.inL_180228 { width: 50px; height: 50px; object-fit: cover }
.inL_538158 { color: #007aff }
.inL_397161 { width: 50px; height: 50px; object-fit: cover }
.inL_569447 { width: 50px; height: 50px; object-fit: cover }
.inL_223896 { width: 50px; height: 50px; object-fit: cover }
.inL_599163 { width: 50px; height: 50px; object-fit: cover }
.inL_368110 { width: 50px; height: 50px; object-fit: cover }
.inL_336368 { width: 50px; height: 50px; object-fit: cover }
.inL_809454 { width: 50px; height: 50px; object-fit: cover }
.inL_887253 { width: 50px; height: 50px; object-fit: cover }
.inL_847258 { width: 50px; height: 50px; object-fit: cover }
.inL_608981 { width: 50px; height: 50px; object-fit: cover }
.inL_323925 { width: 50px; height: 50px; object-fit: cover }
.inL_914282 { width: 50px; height: 50px; object-fit: cover }
.inL_528144 { width: 50px; height: 50px; object-fit: cover }
.inL_843153 { width: 50px; height: 50px; object-fit: cover }
.inL_286821 { width: 50px; height: 50px; object-fit: cover }
.inL_833141 { width: 50px; height: 50px; object-fit: cover }
.inL_561722 { width: 50px; height: 50px; object-fit: cover }
.inL_75840 { width: 50px; height: 50px; object-fit: cover }
.inL_515670 { width: 50px; height: 50px; object-fit: cover }
.inL_489951 { width: 50px; height: 50px; object-fit: cover }
.inL_274935 { width: 50px; height: 50px; object-fit: cover }
.inL_988779 { width: 50px; height: 50px; object-fit: cover }
.inL_983151 { width: 50px; height: 50px; object-fit: cover }
.inL_754344 { text-transform: uppercase; background: red; text-decoration: none; color: #fff; font-weight: bold; padding: 15px 0; margin: auto; display: block; max-width: 320px; width: 100%; text-align: center }
.inL_102904 { text-align: center }
.user-info div:nth-child(2) {
    text-align: left;
    font-weight: 400;
}

.price-container {
    display: flex;
    flex-direction: column;
}

.price-free {
    color:red; 
    font-size: 20px;
}

.price-desc {
    font-size: 13px;
}