saidbar-links {
    display: flex;
    flex-direction: column
}

.link-id {
    border-bottom: 1px solid rgba(0,0,0,.125);
    padding: 8px 16px;
    transition: background-color .2s linear
}

.link-order {
    text-decoration: none;
    color: #212529
}

.link-id:hover {
    background-color: rgba(0,0,0,.03)
}

.link-id:active {
    background-color: rgba(0,0,0,.09)
}

.active-link {
    background-color: rgba(0,0,0,.03)
}

@media(max-width: 600px) {
    .saidbar-links {
        text-align:center
    }
}

.loader[data-v-ef85963c] {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1000;
    padding-top: 10%;
    background-color: #fff;
    text-align: center
}

.lds-ellipsis[data-v-ef85963c] {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px
}

.lds-ellipsis div[data-v-ef85963c] {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: rgba(39,38,36,.8588235294117647);
    -webkit-animation-timing-function: cubic-bezier(0,1,1,0);
    animation-timing-function: cubic-bezier(0,1,1,0)
}

.lds-ellipsis div[data-v-ef85963c]:first-child {
    left: 8px;
    -webkit-animation: lds-ellipsis1-data-v-ef85963c .5s infinite;
    animation: lds-ellipsis1-data-v-ef85963c .5s infinite
}

.lds-ellipsis div[data-v-ef85963c]:nth-child(2) {
    left: 8px
}

.lds-ellipsis div[data-v-ef85963c]:nth-child(2),.lds-ellipsis div[data-v-ef85963c]:nth-child(3) {
    -webkit-animation: lds-ellipsis2-data-v-ef85963c .5s infinite;
    animation: lds-ellipsis2-data-v-ef85963c .5s infinite
}

.lds-ellipsis div[data-v-ef85963c]:nth-child(3) {
    left: 32px
}

.lds-ellipsis div[data-v-ef85963c]:nth-child(4) {
    left: 56px;
    -webkit-animation: lds-ellipsis3-data-v-ef85963c .5s infinite;
    animation: lds-ellipsis3-data-v-ef85963c .5s infinite
}

@-webkit-keyframes lds-ellipsis1-data-v-ef85963c {
    0% {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

@keyframes lds-ellipsis1-data-v-ef85963c {
    0% {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

@-webkit-keyframes lds-ellipsis3-data-v-ef85963c {
    0% {
        transform: scale(1)
    }

    to {
        transform: scale(0)
    }
}

@keyframes lds-ellipsis3-data-v-ef85963c {
    0% {
        transform: scale(1)
    }

    to {
        transform: scale(0)
    }
}

@-webkit-keyframes lds-ellipsis2-data-v-ef85963c {
    0% {
        transform: translate(0)
    }

    to {
        transform: translate(24px)
    }
}

@keyframes lds-ellipsis2-data-v-ef85963c {
    0% {
        transform: translate(0)
    }

    to {
        transform: translate(24px)
    }
}

.saidbar[data-v-7ee228da] {
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    display: flex;
    flex-direction: column;
    min-width: 130px;
    font-family: Montserrat,sans-serif;
    font-size: 15px;
    color: #3c3c3c
}

.display-block[data-v-7ee228da] {
    display: block!important
}

.display-none[data-v-7ee228da] {
    display: none
}

.menu[data-v-7ee228da] {
    border-bottom: 1px solid #ccc
}

@media (min-width: 701px) {
    .saidbar[data-v-7ee228da] {
        display:block!important
    }
}

@media (max-width: 701px) {
    .saidbar[data-v-7ee228da] {
        margin-left:10px
    }
}

@media(max-width: 600px) {
    .nodisplay[data-v-7ee228da] {
        display:none
    }

    .saidbar[data-v-7ee228da] {
        position: relative;
        transition: all .5s linear;
        width: 80vh;
        margin-right: 10px
    }
}

.lds-ellipsis[data-v-7ee228da] {
    display: inline-block;
    position: relative;
    bottom: 20%;
    margin-left: 10px
}

.lds-ellipsis div[data-v-7ee228da] {
    position: absolute;
    top: 0;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #a0a0a0;
    -webkit-animation-timing-function: cubic-bezier(0,1,1,0);
    animation-timing-function: cubic-bezier(0,1,1,0)
}

.lds-ellipsis div[data-v-7ee228da]:first-child {
    left: 2px;
    -webkit-animation: lds-ellipsis1-data-v-7ee228da .8s infinite;
    animation: lds-ellipsis1-data-v-7ee228da .8s infinite
}

.lds-ellipsis div[data-v-7ee228da]:nth-child(2) {
    left: 2px
}

.lds-ellipsis div[data-v-7ee228da]:nth-child(2),.lds-ellipsis div[data-v-7ee228da]:nth-child(3) {
    -webkit-animation: lds-ellipsis2-data-v-7ee228da .8s infinite;
    animation: lds-ellipsis2-data-v-7ee228da .8s infinite
}

.lds-ellipsis div[data-v-7ee228da]:nth-child(3) {
    left: 8px
}

.lds-ellipsis div[data-v-7ee228da]:nth-child(4) {
    left: 14px;
    -webkit-animation: lds-ellipsis3-data-v-7ee228da .8s infinite;
    animation: lds-ellipsis3-data-v-7ee228da .8s infinite
}

@-webkit-keyframes lds-ellipsis1-data-v-7ee228da {
    0% {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

@keyframes lds-ellipsis1-data-v-7ee228da {
    0% {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

@-webkit-keyframes lds-ellipsis3-data-v-7ee228da {
    0% {
        transform: scale(1)
    }

    to {
        transform: scale(0)
    }
}

@keyframes lds-ellipsis3-data-v-7ee228da {
    0% {
        transform: scale(1)
    }

    to {
        transform: scale(0)
    }
}

@-webkit-keyframes lds-ellipsis2-data-v-7ee228da {
    0% {
        transform: translate(0)
    }

    to {
        transform: translate(6px)
    }
}

@keyframes lds-ellipsis2-data-v-7ee228da {
    0% {
        transform: translate(0)
    }

    to {
        transform: translate(6px)
    }
}

.header-file,.input-url {
    margin-bottom: 10px
}

.input-url {
    display: flex
}

.input-group {
    width: 85%;
    margin-right: 10px
}

.btn-clear {
    height: 10%
}

.btn-clear:hover {
    border: 1px solid #e86868
}

.border-red {
    border-color: red
}

.slideshow-picter {
    text-align: center
}

.slideshow-container {
    max-width: 100%;
    position: relative;
    margin: auto
}

.next,.prev {
    cursor: pointer;
    position: absolute;
    top: 100px;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: #525252;
    font-weight: 700;
    font-size: 30px;
    transition: .2s ease;
    border-radius: 0 3px 3px 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none
}

.next {
    right: 0
}

.next,.prev {
    border-radius: 3px 0 0 3px
}

.prev {
    left: 0
}

.next:hover,.prev:hover {
    color: #8c8c8c;
    text-decoration: underline
}

.text {
    background-color: #000;
    color: #10a700;
    font-size: 30px;
    font-weight: 700;
    bottom: 8px;
    text-align: center
}

.numbertext,.text {
    padding: 8px 12px;
    position: absolute
}

.numbertext {
    color: #fff;
    font-size: 12px;
    top: 0
}

.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #999;
    border-radius: 50%;
    display: inline-block;
    transition: background-color .6s ease
}

.active-slide,.dot:hover {
    background-color: #111
}

.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s
}

@-webkit-keyframes fade {
    0% {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    0% {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

.slide-display {
    display: block;
    opacity: 1
}

.slide-none {
    display: none;
    opacity: 0
}

@media (max-width: 600px) {
    .next,.prev {
        top:50px
    }
}

.content-comonent {
    margin-left: 10px;
    margin-right: 10px
}

.btn-my {
    background: linear-gradient(90deg,#f2f2f2,#fff)
}

.btn:hover {
    border: 1px solid #bfbfbf
}

.btn-light:active:focus,.btn:hover {
    box-shadow: none
}

.card {
    display: flex;
    flex-direction: column;
    height: 100%;
    max-width: 700px;
    font-family: Montserrat,sans-serif;
    font-size: 15px;
    color: #3c3c3c;
    border: none
}

.card-header {
    display: flex;
    justify-content: flex-start
}

.btn-menu {
    display: none
}

.product-inner {
    display: flex;
    justify-content: space-between
}

.product-text {
    padding-right: 20px
}

.product-description {
    font-weight: 200;
    color: #525151
}

.img {
    width: 90px;
    height: 90px;
    text-align: center
}

.img-no {
    border: 1px solid #ccc;
    border-radius: .25rem;
    width: 100%;
    height: 100%;
    padding: 20px 10px
}

.total-price {
    text-align: right
}

.credentials p {
    margin: 0
}

.order-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.slidebar {
    border-top: 1px solid rgba(0,0,0,.125);
    padding-top: 10px;
    margin-top: 10px
}

.slidebar-active {
    display: none
}

.total-price {
    display: flex;
    justify-content: space-between
}

.btn {
    padding: 5px 10px;
    margin-right: 10px;
    transition: border .2s linear;
    border: 1px solid rgba(0,0,0,.125)
}

.btn:hover {
    background-color: rgba(0,0,0,.03)
}

.active-img {
    display: none
}

.list-group-item {
    border: none
}

.list-group-item-no-photo {
    background-color: #edffe8;
    padding: 5px 10px;
    border-radius: 10px;
    border: 1px solid #1f8105;
    margin: 10px auto
}

.border-big {
    background-color: rgba(0,0,0,.09)
}

.link-form {
    margin-right: 0;
    font-size: .9rem
}

@media (max-width: 701px) {
    .content-comonent {
        width:90vh;
        margin-right: 10px;
        position: relative;
        transition: all .5s linear
    }

    .card-product-number {
        margin-left: 15px;
        margin-top: 8px
    }
}

@media (max-width: 600px) {
    .btn-menu {
        display:block;
        margin-bottom: 0
    }

    .link-form {
        padding: 2px 6px;
        font-size: .85rem;
        margin-right: 0;
        margin-bottom: 10px
    }
}

@media (max-width: 450px) {
    .div-forms,.img {
        margin:0 auto
    }

    .card-header {
        padding: .5rem .3rem
    }

    .btn-menu {
        margin-bottom: 10px;
        margin-right: 5px
    }

    .product-text {
        padding-right: 10px
    }
}

@media (min-width: 700px) {
    .content-comonent {
        min-width:500px
    }
}

.main[data-v-2307bbcc] {
    display: flex;
    flex-direction: row;
    justify-content: center
}

.display-block[data-v-2307bbcc],.display-none[data-v-2307bbcc] {
    display: block
}

contentComponent[data-v-2307bbcc],menuComponent[data-v-2307bbcc] {
    transition: all .5s linear
}

@media(max-width: 600px) {
    .display-block[data-v-2307bbcc] {
        display:block
    }

    .display-none[data-v-2307bbcc] {
        display: none
    }
}

.header[data-v-a40ad2b8] {
    width: 100%
}

.header-logo[data-v-a40ad2b8] {
    display: block;
    width: 150px;
    margin: 30px auto
}

@media (max-width: 450px) {
    .header-logo[data-v-a40ad2b8] {
        margin:10px auto
    }
}

.footer[data-v-4f71dca6] {
    width: 100%;
    margin-top: 100px;
    padding-bottom: 20px
}

.credentials[data-v-4f71dca6] {
    max-width: 700px;
    font-weight: 200;
    font-size: .7rem;
    color: #868585;
    margin: 20px auto
}

.container[data-v-4f71dca6] {
    margin: 0 auto
}

p[data-v-4f71dca6] {
    margin-bottom: 0
}

@media (max-width: 701px) {
    .footer[data-v-4f71dca6] {
        margin-top:0
    }
}

#app {
    margin: 50px auto;
    flex-direction: column
}

#app,.main {
    display: flex;
    justify-content: center
}

.main {
    flex-direction: row
}

.card-my[data-v-0676edf7] {
    margin: 0 auto
}

main[data-v-0676edf7] {
    text-align: center
}

.card-my[data-v-0676edf7] {
    max-width: 700px!important
}

.form-check[data-v-0676edf7] {
    max-width: 700px;
    margin: 10px auto;
    text-align: left
}

.contract-link[data-v-0676edf7] {
    text-decoration: underline;
    color: #000
}

.contract-link[data-v-0676edf7]:hover {
    text-decoration: none
}

.form-check-input[data-v-0676edf7] {
    float: inherit;
    margin-right: 5px
}

.form-check-input[data-v-0676edf7]:checked {
    background-color: #36c6fa;
    border-color: #36c6fa
}

.form-check-input[data-v-0676edf7]:focus {
    text-decoration: none;
    border-color: #36c6fa;
    box-shadow: none
}

form[data-v-0676edf7] {
    margin: 0 auto;
    max-width: 700px
}

.btn[data-v-0676edf7] {
    margin-top: 10px;
    margin-right: 0;
    width: 100%;
    background-color: #343a40;
    transition: background-color .2s linear
}

.btn[data-v-0676edf7]:hover {
    background-color: #282a31
}

.btn[data-v-0676edf7]:active {
    border: none
}

@media (max-width: 701px) {
    .card-my[data-v-0676edf7],form[data-v-0676edf7] {
        margin:10px
    }

    .form-check[data-v-0676edf7] {
        margin: 10px 20px
    }
}

@media (max-width: 500px) {
    .alert-danger[data-v-0676edf7] {
        margin:50px
    }
}

main[data-v-3430cc58] {
    margin: 0 auto
}

.main[data-v-3430cc58] {
    display: flex;
    flex-direction: column
}

.main-header[data-v-3430cc58],.main[data-v-3430cc58] {
    width: 100%;
    margin: 0 auto
}

form[data-v-3430cc58] {
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-direction: column
}

.form-group[data-v-3430cc58] {
    margin-bottom: 10px
}

.btn[data-v-3430cc58] {
    margin-right: 0
}

.pay-btn[data-v-3430cc58] {
    width: 85%;
    margin-left: 0;
    margin-top: 20px;
    background-color: #343a40;
    transition: background-color .2s linear
}

.pay-btn[data-v-3430cc58]:hover {
    background-color: #282a31
}

.pay-btn[data-v-3430cc58]:active {
    border: none
}

.credentials p[data-v-3430cc58] {
    margin: 0
}

.radioBtnContainerRow[data-v-3430cc58] {
    display: flex;
    flex-direction: row;
    justify-content: space-around
}

.radioBtnContainerColumn[data-v-3430cc58] {
    display: flex;
    flex-direction: column;
    justify-content: space-around
}

.buttonContainerRow[data-v-3430cc58] {
    flex-grow: 2;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: stretch
}

.colorStar[data-v-3430cc58] {
    color: red
}

.cross[data-v-3430cc58],.form-check[data-v-3430cc58] {
    cursor: pointer
}

.btn-dark[data-v-3430cc58] {
    background-color: #343a40
}

@media (max-width: 550px) {
    .fanks[data-v-3430cc58] {
        margin:0 20px
    }
}

.div[data-v-09b37291] {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column
}

.main-header[data-v-09b37291] {
    width: 70%;
    max-width: 700px;
    text-align: left;
    margin: 0 auto
}

.main[data-v-09b37291] {
    display: flex;
    align-items: center;
    flex-direction: column
}

.radioBtnContainerRow[data-v-09b37291] {
    border: none
}

.blue-header[data-v-09b37291] {
    background-color: #5f0a97;
    height: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

.top-card[data-v-09b37291] {
    border-top-left-radius: 10px!important;
    border-top-right-radius: 10px!important
}

.card-header-text[data-v-09b37291] {
    font-size: 28px;
    font-weight: 500
}

.card-small-header-text[data-v-09b37291] {
    font-size: 16px;
    font-weight: 500
}

.card[data-v-09b37291] {
    margin-bottom: 20px;
    margin-top: 20px;
    width: 70%
}

.center[data-v-09b37291] {
    text-align: center
}

.btn-submit[data-v-09b37291] {
    margin-top: 10px;
    margin-right: 0;
    width: 100%;
    background-color: #343a40;
    transition: background-color .2s linear
}

.btn-submit[data-v-09b37291]:hover {
    background-color: #343a40
}

.btn-submit[data-v-09b37291]:active {
    border: none
}

@media only screen and (max-width: 900px) {
    .card[data-v-09b37291],.main-header[data-v-09b37291] {
        width:100%
    }
}

main[data-v-a54e39ee] {
    width: 100%;
    margin: 0 auto;
    text-align: center
}
.fill-primary {
    fill: #066ac9 !important;
}

.fill-white {
    fill: #fff !important;
}

.fill-secondary {
    fill: #9a9ea4 !important;
}

.fill-success {
    fill: #0cbc87 !important;
}

.fill-info {
    fill: #17a2b8 !important;
}

.fill-warning {
    fill: #f7c32e !important;
}

.fill-danger {
    fill: #d6293e !important;
}

.fill-light {
    fill: #f5f7f9 !important;
}

.fill-dark {
    fill: #24292d !important;
}

.fill-orange {
    fill: #fd7e14 !important;
}

.fill-purple {
    fill: #6f42c1 !important;
}

.fill-blue {
    fill: #1d3b53 !important;
}

.fill-body {
    fill: #fff !important;
}
