::-webkit-input-placeholder {
    color: #888;
    opacity: 1
}

::-moz-placeholder {
    color: #888;
    opacity: 1
}

::-ms-input-placeholder {
    color: #888;
    opacity: 1
}

::placeholder {
    color: #888;
    opacity: 1
}

#service_pay {
    max-width: 950px;
    margin: 0 auto;
    display: none
}

#service_pay #order-form {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

#service_pay.active {
    display: block
}

#service_pay .form_top {
    margin-right: 20px;
    min-width: 650px
}

#service_pay .service_pay_header {
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.18);
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 20px
}

#service_pay .service_pay_header .form__field {
    width: 100%;
    margin-bottom: 0
}

#service_pay .service_pay_header .form__fields {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

#service_pay .order-link {
    width: 80%
}

#service_pay .order-count__field {
    width: 20%;
    max-width: 20%;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    margin-left: 20px
}

#service_pay .form-group {
    margin-bottom: 0
}

.count_m_m {
    font-size: 11px;
    color: #777;
    display: flex;
    justify-content: center
}

#service_pay .order-count__field .c-input {
    text-align: left
}

#service_pay .service_pay_body {
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.18);
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 20px;
    font-size: 14px
}

#service_pay .service_pay_footer h3 {
    font-size: 16px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd
}

#service_pay .service_pay_footer .info {
    background-color: #f9f9f9;
    border-top: 1px solid #ddd;
    margin: 15px -20px -20px;
    padding: 10px 20px 20px
}

#service_pay .service_pay_footer .info p {
    font-weight: 400;
    font-size: 11px;
    color: #666;
    white-space: pre-line
}

#service_pay .service_pay_footer {
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.18);
    padding: 20px;
    border-radius: 5px
}

#service_pay .service_pay_footer_flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    text-align: right;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    flex-wrap: wrap
}

#service_pay .service_pay_footer_flex .form__submit {
    width: 100%
}

#service_pay .service_pay_footer_flex .order-count__price span {
    font-size: 22px;
    font-weight: 600
}

#service_pay .form__submit {
    border-radius: 5px
}

#service_pay .service_pay_footer .order__paytypes {
    border-radius: 5px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
    justify-content: space-between
}

#service_pay .service_pay_footer_flex .order-count__price {
    font-size: 16px;
    margin-bottom: 10px;
    padding-top: 10px;
    width: 100%;
    display: block;
    border-top: 1px solid #ddd;
    font-weight: 400
}

#service_pay .service_pay_header .order-count__price {
    font-size: 16px;
    text-align: right;
    margin-top: 10px;
    border-top: 1px solid #ddd;
    padding-top: 10px;
    display: none
}

#service_pay .service_pay_footer .pay {
    width: calc(50% - 5px);
    margin: 0 0 5px;
    -webkit-flex-shrink: inherit;
    flex-shrink: inherit;
    border: 0
}

#service_pay .service_pay_footer .pay:nth-last-child(1) {
    margin-right: 0
}

#service_pay .pay.pay--checked {
    background: linear-gradient(-45deg, #cd0fd8 0, #3483ff 100%);
    color: #fff
}

#service_pay .pay__title {
    font-weight: 400
}

#service_pay .form__field {
    border-radius: 5px
}

#service_pay .form__field input {
    border-radius: 5px
}

#services_catalog {
    max-width: 770px;
    margin: 0 auto
}

.services_catalog_breadcrumb {
    max-width: 770px;
    margin: 0 auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.services_catalog_breadcrumb .it i.log {
    font-size: 20px;
    height: 15px
}

.services_catalog_breadcrumb .it {
    font-size: 16px;
    margin-bottom: 15px;
    cursor: pointer;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.services_catalog_breadcrumb .it span {
    white-space: nowrap
}

.services_catalog_breadcrumb .it:not(:last-child) {
    margin-right: 10px
}

.services_catalog_breadcrumb .it i {
    margin-right: 10px;
    color: #666;
    font-size: 12px;
    line-height: 12px;
    display: block;
    height: 10px
}

.line_list {
    display: none
}

.line_list .item {
    position: relative
}

.line_list.line_list_step_3 .item {
    width: calc(100% - 50px);
    overflow: visible
}

.line_list .item .info {
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.12);
    position: absolute;
    right: -50px;
    border-radius: 5px;
    cursor: pointer;
    width: 45px;
    top: 0;
    height: 100%;
    background-color: #fff;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.line_list .item .info:hover i {
    color: #333
}

.line_list .item .info i {
    transition: all .2s
}

.line_list .item .fa-info-circle {
    font-size: 20px;
    color: #ddd
}

.line_list.active {
    display: block
}

.line_list .item .logo {
    position: absolute;
    height: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 60px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    top: 0
}

.line_list .item .logo i {
    color: #fff;
    max-width: 20px;
    max-height: 20px;
    margin-right: -7px;
    font-size: 20px;
    line-height: 20px;
    display: block
}

.line_list .item .logo_group {
    background: linear-gradient(-45deg, #cd0fd8 0, #3483ff 100%)
}

.line_list .item .logo:after {
    content: '';
    position: absolute;
    right: -14px;
    top: 0;
    width: 14px;
    height: 100%;
    border-radius: 0 100% 100% 0 / 0 50% 50% 0
}

.line_list .item .logo_group:after {
    background: linear-gradient(-45deg, #cd0fd8 0, #8645ea 100%)
}

.line_list .item .logo img {
    max-width: 24px;
    max-height: 24px;
    margin-right: -7px
}

.line_list .item .logo.logo_vk {
    background-color: #4A76A8;
    border-radius: 5px 0 0 5px
}

.line_list .item .logo.logo_vk:after {
    background: #4A76A8
}

.line_list .item .logo.logo_instagram {
    border-radius: 5px 0 0 5px;
    background: linear-gradient(125.43deg, #DB2096 13.77%, #E87A44 84.9%)
}

.line_list .item .logo.logo_instagram:after {
    background: linear-gradient(118.43deg, #DB2096 -17.23%, #E87A44 21.9%)
}

.line_list .item .logo.logo_telegram {
    background-color: #08c;
    border-radius: 5px 0 0 5px
}

.line_list .item .logo.logo_telegram:after {
    background-color: #08c
}

.line_list .item .logo.logo_youtube {
    background-color: #c4302b;
    border-radius: 5px 0 0 5px
}

.line_list .item .logo.logo_youtube:after {
    background-color: #c4302b
}

.line_list .item .name {
    font-size: 15px;
    color: #333;
    font-weight: 600;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.line_list .item .descr {
    font-size: 14px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    color: #989898;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap
}

.line_list .item .descr .badge {
    margin-right: 3px;
}

.line_list .item .arrow {
    font-size: 16px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    color: #666
}

.line_list .item {
    position: relative;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    width: 100%;
    cursor: pointer;
    overflow: hidden;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.12);
    margin-bottom: 10px;
    border-radius: 5px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding: 10px 30px 10px 100px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.line_list .item.item_par {
    padding: 17px 30px 17px 100px
}

.line_list .item:hover .arrow {
    color: #7650ee
}

.line_list .item:hover .descr {
    color: #333
}

.line_list .item:hover {
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.22)
}

p {
    margin: 0
}

img {
    max-width: 100%
}

button {
    border: none;
    background-color: transparent;
    outline: none !important;
    cursor: pointer
}

::-moz-selection {
    background-color: #00d624;
    color: #fff
}

::selection {
    background-color: #8d5ae6;
    color: #fff
}

.button {
    background: linear-gradient(-45deg, #cd0fd8 0, #3483ff 100%);
    color: #fff;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-border-radius: 5px;
    line-height: 1;
    white-space: nowrap;
    padding: 15px 24px;
    font-family: 'Exo 2', sans-serif;
    font-weight: 700;
    font-size: 0.95em;;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    border-radius: 25px
}

.button:hover {
    background: linear-gradient(-45deg, #cd0fd8 0, #3483ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-transition: all .5s ease-in-out 0;
    -moz-transition: all .5s ease-in-out 0;
    -o-transition: all .5s ease-in-out 0;
    transition: all .5s ease-in-out 0;
    box-shadow: 0 3px 25px rgba(2, 3, 3, .25);
    color: #fff
}

@media screen and (max-width: 991px) {
    #service_pay .form_top {
        width: 100%;
        margin-right: 0
    }

    #service_pay .service_pay_footer {
        box-shadow: none
    }

    #service_pay .service_pay_footer .info {
        border-bottom: 1px solid #ddd;
        margin-bottom: 20px
    }

    #service_pay .pay__title {
        display: inline
    }

    #service_pay .service_pay_footer {
        width: 100%;
        padding: 0
    }

    #service_pay .service_pay_footer .order__paytypes {
        flex-wrap: nowrap
    }

    #service_pay .service_pay_footer_flex .order-count__price {
        display: none
    }

    #service_pay .service_pay_header .order-count__price {
        text-align: right;
        margin-top: 10px;
        border-top: 1px solid #ddd;
        padding-top: 10px;
        display: block
    }

    #service_pay .service_pay_footer_flex .order-count__price {
        margin-right: 15px
    }

    #service_pay #order-form {
        flex-wrap: wrap
    }

    #service_pay .service_pay_footer .pay {
        margin-right: 10px;
        margin-bottom: 0;
        width: 100%;
        box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.08)
    }

    #service_pay .service_pay_footer_flex .form__submit {
        width: auto
    }

    #service_pay {
        max-width: 770px
    }
}

@media screen and (max-width: 480px) {
    #service_pay .service_pay_footer .order__paytypes {
        flex-wrap: wrap
    }

    #service_pay .service_pay_footer .pay {
        margin-bottom: 10px;
        margin-right: 0
    }

    #service_pay .service_pay_footer_flex .form__submit {
        width: 100%
    }
}

@media screen and (max-width: 767px) {
    .services_catalog_breadcrumb .it.it_step_1 {
        margin-right: 0
    }

    .services_catalog_breadcrumb .it.it_step_1 span {
        display: none
    }

    .services_catalog_breadcrumb .it.it_step_3 span {
        max-width: 120px;
        overflow: hidden;
        text-overflow: ellipsis
    }

    #service_pay .form_top {
        min-width: auto
    }

    .line_list.line_list_step_3 .item .descr {
        display: none
    }

    .line_list .item .descr {
        display: none
    }

    .line_list .item .name {
        flex-wrap: wrap;
        font-size: 15px;
        font-weight: 400
    }

    .line_list .item .name span {
        width: 100%
    }

    .line_list.line_list_step_3 .item {
        padding: 10px 15px 10px 70px
    }

    .line_list .item .logo {
        width: 45px
    }

    #service_pay .order-count__field {
        max-width: 25%
    }

    .line_list .item {
        padding: 17px 15px 17px 70px
    }

    .line_list .item.item_par {
        padding: 17px 15px 17px 70px
    }
}

.form__field {
    margin-bottom: 20px;
    position: relative
}

.form__submit {
    min-width: 200px
}

.c-input {
    width: 100%;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    background-color: #fff;
    padding: 10px 20px;
    outline: none;
    border: 1px solid rgba(0, 0, 0, 0.15);
    font-family: "OpenSans", Helvetica, sans-serif
}

.section {
    position: relative
}

.section__head {
    text-align: center;
    margin-bottom: 30px
}

.section__title {
    font-size: 2.25em
}

@media screen and (max-width: 991px) {
    .section__head {
        margin-bottom: 40px
    }
}

@media screen and (max-width: 767px) {
    .section__head {
        margin-bottom: 30px
    }

    .section__title {
        font-size: 1.75em
    }
}

.logo {
    display: block
}

.order .c-input {
    font-size: 14px
}

.order-count__field {
    max-width: 90px;
    -webkit-flex-shrink: 0;
    flex-shrink: 0
}

.order-count__field .c-input {
    text-align: right
}

.order-link {
    -webkit-border-radius: 12px;
    border-radius: 12px
}

.order-link__icon {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 5px 0 0 5px;
    width: 60px;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.order--instagram .order-link__icon {
    background: #DB2096;
    background: -webkit-linear-gradient(324.57deg, #DB2096 13.77%, #E87A44 84.9%);
    background: -o-linear-gradient(324.57deg, #DB2096 13.77%, #E87A44 84.9%);
    background: linear-gradient(125.43deg, #DB2096 13.77%, #E87A44 84.9%)
}

.order--vk .order-link__icon {
    background: #4A76A8
}

.order--youtube .order-link__icon {
    background: red
}

.order--telegram .order-link__icon {
    background: #00ACE8
}

.order--tiktok .order-link__icon {
    background: linear-gradient(125.43deg, #25f4ee 13.77%, #fe2c55 84.9%)
}

.order--likee .order-link__icon {
    background: linear-gradient(125.43deg, #df25f4 13.77%, #fea02c 84.9%)
}

.order--other .order-link__icon {
    background: #8cb4ee
}

.order-link__icon-src {
    display: block;
    margin: auto;
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: 50%
}

.order-link .c-input {
    padding-left: 80px
}

@media screen and (max-width: 767px) {
    .order-link__icon {
        width: 50px
    }

    .order-link .c-input {
        padding-left: 60px
    }
}

.paytypes {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 15px
}

.paytypes__item {
    display: block;
    margin: 5px;
    -webkit-flex-shrink: 0;
    flex-shrink: 0
}

@media screen and (max-width: 767px) {
    .paytypes {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .paytypes__item {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 auto;
        -moz-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }
}

@media screen and (max-width: 359px) {
    .paytypes {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.pay {
    text-align: center;
    position: relative;
    cursor: pointer;
    border: 2px solid #f0f1f2;
    padding: 5px;
    width: 78px;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.pay.pay_guest {
    width: 90px
}

.pay__input {
    position: absolute;
    opacity: 0;
    visibility: hidden
}

.pay__icon {
    height: 30px;
    margin-bottom: 5px
}

.pay__title {
    display: block;
    font-size: 12px
}

.pay--checked {
    border-color: #00d624
}

@media screen and (max-width: 767px) {
    .pay {
        padding: 10px 5px
    }
}

.well {
    min-height: 20px;
    padding: 10px;
    font-size: 0.85rem;
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

.line_list .item .logo.logo_tiktok {
    background: linear-gradient(125.43deg, #25f4ee 13.77%, #fe2c55 84.9%)
}

.line_list .item .logo.logo_tiktok:after {
    background: linear-gradient(118.43deg, #25f4ee -17.23%, #fe2c55 21.9%)
}

.line_list .item .logo.logo_likee {
    background: linear-gradient(125.43deg, #df25f4 13.77%, #fea02c 84.9%)
}

.line_list .item .logo.logo_likee:after {
    background: linear-gradient(118.43deg, #df25f4 -17.23%, #fea02c 21.9%)
}

.line_list .item .logo.logo_other {
    background: linear-gradient(125.43deg, #00ffd8 13.77%, #8cb4ee 84.9%)
}

.line_list .item .logo.logo_other:after {
    background: linear-gradient(118.43deg, #00ffd8 -17.23%, #8cb4ee 21.9%)
}

.swal2-popup {
    font-size: 1.6rem !important
}

.widget_comments {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 100px;
    margin-top: 10px;
    font-size: 1.5rem
}

.widget_top {
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden
}

.widget_title {
    padding: 10px 15px;
    background-color: #f9f9f9;
    border-bottom: 1px solid #dedede
}

.widget_title span {
    font-size: 15px;
    font-weight: 600;
    color: #333
}

.widget_top .widget_top_message {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -moz-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    position: relative
}

.widget_top .widget_top_message .preview_user {
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 50%;
    margin-left: 15px;
    margin-top: 15px
}

.widget_top .widget_top_message textarea {
    resize: none;
    min-height: 150px;
    height: 150px;
    font-size: 15px;
    width: calc(100% - 70px);
    border: 0;
    padding: 10px;
    border-left: 1px solid #dedede;
    padding-bottom: 70px
}

input.load_comment {
    right: 15px;
    bottom: 15px;
    background: linear-gradient(-45deg, #902f96 0, #3483ff 100%);
    border: 0;
    padding: 10px 20px;
    border-radius: 5px;
    width: 100%;
    color: #fff;
    cursor: pointer
}

input.comment_button {
    position: absolute;
    right: 15px;
    bottom: 15px;
    background: linear-gradient(-45deg, #902f96 0, #3483ff 100%);
    border: 0;
    padding: 10px 20px;
    border-radius: 5px;
    color: #fff;
    cursor: pointer
}

input.comment_button:hover, input.load_comment:hover {
    opacity: .8
}

.widget_body {
    padding: 15px 0;
    text-align: left
}

.widget_body .item {
    padding: 15px;
    border-bottom: 1px solid #dedede;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -moz-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative
}

.widget_body .item:hover .delete {
    opacity: 1
}

.widget_body .item .delete {
    position: absolute;
    right: 0;
    top: 3px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    opacity: 0;
    transition: all .2s
}

.widget_body .item .delete .line:nth-child(1) {
    transform: rotate(45deg)
}

.widget_body .item .delete .line:nth-child(2) {
    transform: rotate(-45deg)
}

.widget_body .item .delete .line {
    width: 20px;
    height: 1px;
    background-color: #333;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

.widget_body .item .delete:hover .line {
    background-color: red
}

.widget_body .item .preview_user {
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 50%;
    position: relative;
    top: 4px
}

.widget_body .item .text_message {
    width: calc(100% - 60px)
}

input.new_reply_button {
    background: linear-gradient(-45deg, #902f96 0, #3483ff 100%);
    border: 0;
    padding: 8px 20px;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    margin-top: 10px
}

.widget_body .item .new_reply {
    background-color: #f9f9f9;
    border-radius: 10px;
    padding: 15px;
    text-align: right;
    margin-top: 10px
}

.widget_body .item .new_reply .preview_user {
    position: static
}

.widget_body .item .new_reply .new_reply_top {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.widget_body .item .new_reply input[type=text] {
    margin-left: 15px;
    width: calc(100% - 55px);
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 5px;
    text-indent: 10px
}

.widget_body .item .text_message span {
    color: #3483ff;
    font-weight: 600;
    font-size: 14px
}

.widget_body .items {
    width: 100%;
    padding-left: 15px
}

.widget_body .items .item {
    width: 100%;
    border-left: 1px solid #dedede;
    border-bottom: 0
}

.widget_body .item .text_message p {
    font-size: 14px;
    color: #333
}

.widget_body .item .text_message i {
    font-size: 12px;
    font-style: normal;
    color: #999
}

.widget_body .item .text_message i a {
    color: #3483ff;
    margin-left: 10px;
    cursor: pointer
}

.widget_body .item .text_message i a:hover {
    text-decoration: underline
}

.swal2-popup {
    font-size: 1.6rem !important
}

.grecaptcha-badge {
    visibility: hidden
}

p.danger-alert {
    margin-top: 5px;
    color: #721c24;
    border: 1px solid #f5c6cb;
    padding: 6px 1px;
    border-radius: 6px;
    background: #f8d7da
}

p.info-alert {
    margin-top: 5px;
    color: #383d41;
    border: 1px solid #d6d8db;
    padding: 6px 1px;
    border-radius: 6px;
    background-color: #fff3cd;
    line-height: 20px;
    margin-bottom: 2rem
}

#free-function-checkbox {
    font-size: 15px;
    text-align: center;
    margin-top: 10px;
}

@media only screen and (max-width: 768px) {
    .widget_top .widget_top_message {
        flex-wrap: wrap
    }

    .widget_top .widget_top_message .preview_user {
        margin-bottom: 15px
    }

    .widget_cooments {
        padding: 0 10px
    }
}

[v-cloak], [data-loading] {
    display: block;
    padding: 50px 0
}

@keyframes spinner {
    to {
        transform: rotate(360deg)
    }
}

[v-cloak]:before, [data-loading]:before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 2px solid #ccc;
    border-top-color: #333;
    animation: spinner .6s linear infinite;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden
}

[v-cloak] > *, [data-loading] > * {
    display: none !important
}